ToiletMaster 3 Posted October 23, 2014 Hi there! I'm trying to add a script into the item that loses 5% max hp every 3 seconds. i seem to have trouble on the script part. I guess it doesn't work the same way as scripts? I've tried itemheal, percentheal, heal to decrease the hp but it doesn't work. here's how i did it. script: <" OnInit:OnTimer1000:percentheal -5,0;end; "> am i missing something here? Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted October 23, 2014 You can try this: https://github.com/HerculesWS/Hercules/blob/master/doc/item_bonus.txt#L189 bonus2 bHPLossRate,n,x; Lose n HP every x milliseconds Quote Share this post Link to post Share on other sites
Hi there!
I'm trying to add a script into the item that loses 5% max hp every 3 seconds.
i seem to have trouble on the script part.
I guess it doesn't work the same way as scripts?
I've tried itemheal, percentheal, heal to decrease the hp but it doesn't work.
here's how i did it.
am i missing something here?
Share this post
Link to post
Share on other sites