JHONDOMINIC Posted December 27, 2020 Share Posted December 27, 2020 I try to make item deposit script and script concept is if you deposit some item you will get a status. Ex. I deposit Apple Hat I will get a Dex +4 by bonus_script "{ bonus bDex,4; }",86400,8,0; but if you deposit Apple hat again normally your Dex increase = 8 but bonus script increase only first time meaning you got only Dex + 4. It have other way to increase Dex by script? Quote Link to comment Share on other sites More sharing options...
0 Start Posted December 27, 2020 Share Posted December 27, 2020 (edited) try this: to duplicate the remaning time: bonus_script "{ bonus bDex,4; }",86400,1032,0; to duplicate the script: bonus_script "{ bonus bDex,4; }",86400,2056,0; Edited December 27, 2020 by Start Quote Link to comment Share on other sites More sharing options...
0 JHONDOMINIC Posted December 28, 2020 Author Share Posted December 28, 2020 Thank you very much @Start it working. Quote Link to comment Share on other sites More sharing options...
I try to make item deposit script and script concept is if you deposit some item you will get a status.
Ex. I deposit Apple Hat
I will get a Dex +4
by bonus_script "{ bonus bDex,4; }",86400,8,0;
but if you deposit Apple hat again normally your Dex increase = 8 but bonus script increase only first time meaning you got only Dex + 4.
It have other way to increase Dex by script?
Link to comment
Share on other sites