Hi, I'v reported some times a bug that i think is from emulatotor. In rathena emulator the script of autobonus, that alot itens have such as the enchants of temporal boots, zaha doll, edgat hat, and other:
Runaway:
{ autobonus "{ bonus bInt,200; bonus2 bSPLossRate,200,1000; }",10,10000,BF_MAGIC,"{ specialeffect2 EF_LAMADAN; }"; },{},{ heal 0,-2000; }
Zaha doll:
{ bonus bInt,3; bonus bMdef,9; bonus2 bMagicAddRace,Ele_Undead,10; .@r0 = getrefine(); autobonus "{ .@r = getrefine(); bonus2 bSPLossRate,10,1000; bonus bMatk,30*.@r; bonus bFixedCast,-80*.@r; }",3*.@r0,3000,BF_MAGIC,"{ active_transform 1518,3000; specialeffect2 EF_POTION_BERSERK; showscript "Bacsojin Power !"; }"; autobonus2 "{ .@r = getrefine(); bonus2 bSPLossRate,10,1000; bonus bMatk,30*.@r; bonus bFixedCast,-80*.@r; }",.@r0,3000,BF_MAGIC,"{ active_transform 1518,3000; specialeffect2 EF_POTION_BERSERK; showscript "Bacsojin Power !"; }"; },{},{}
W King Tiger Doll Hat:
{ bonus bStr,2; bonus bDex,2; bonus2 bAddRace,RC_Brute,10; .@r = getrefine(); autobonus "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*getrefine(); }",3*.@r,3000,BF_NORMAL,"{ active_transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript "Traaaansformation-!! Eddga form!!"; }"; autobonus2 "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*getrefine(); }",.@r,3000,BF_NORMAL,"{ active_transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript "Traaaansformation-!! Eddga form!!"; }"; },{},{}
The problem is that script doesn't refresh during the activation.
There are videos about Kro that a player spaming chain lightining activated procs runaway magic and still procs during more than 1 minute, runway magic remains for only 10 seconds so he reactivated that about 10 times, beside that the player that made the video says in the comment specifically that bonus does refresh.
"Yes, it does refresh while it's been activated. But it's up to RNG :(" <- Comment from the uploader.
As further proof, it would be impossible for that Warlock to stay 12~13 seconds transformed if the item did not refresh it's duration mid transformation.
The videos are : https://www.youtube.com/watch?v=1vtWbD64Gnc
https://www.youtube.com/watch?v=X8jCJb69MT8
So, is that a really a problem from the emulator? how can i fix that?
sorry if there is something wront, im new here