How to update/recalculate stats using script?

Hakuren

New member
Messages
35
Points
0
hi herc.ws

im trying to create a bonus that automatically recompute after changing the value using npc

im currently using this command of my idol annieruru "OnPCStatCalcEvent"

after the npc change the value of bonus example bonus bVit,$vitbonusglobal; it didnt update or recompute

it but only enter other map or change equip will update the stats

my question is "is this possible?".

hope you help me herc.ws

im currently using rathena if this illegal you can delete this post

thank you in advance to those can help me i really appreciate it

have a nice day guys waiting for your reply

 
or another idea a special bonus that if npc variable set automatically add to the stats of the user like

bonus bAutobonusAgi,$globalvariable;

bonus bAutobonusStr,$globalvariable;

bonus bAutobonusDex,$globalvariable;

bonus bAutobonusInt,$globalvariable;

bonus bAutobonusDex,$globalvariable;

bonus bAutobonusLuk,$globalvariable;

 
Back
Top