* Blaze * 6 Posted November 22, 2016 HP + 400 Reduce 50 HP Every 10 Level Error any one can fix this? { bonus bMaxHP,400; bonus2 bHPLossRate,50,-readparam(JobLevel/10); },{},{} Quote Share this post Link to post Share on other sites
0 Khazou 12 Posted November 22, 2016 Hello 1. You don't need to put a "-" 2. Your "/" sign is not at the right place From docs: bonus2 bHPLossRate,n,t; Lose n HP every t millisecond => I didn't understand what you were trying to do. If you want player to lose (50 * Job Lvl/10) HP every seconde it will be like this bonus2 bHPLossRate,50*(readparam(JobLevel)/10),1000; Quote Share this post Link to post Share on other sites
0 * Blaze * 6 Posted November 22, 2016 (edited) Fixed i got the answer Edited November 22, 2016 by * Blaze * Quote Share this post Link to post Share on other sites
HP + 400 Reduce 50 HP Every 10 Level Error any one can fix this?
{ bonus bMaxHP,400; bonus2 bHPLossRate,50,-readparam(JobLevel/10); },{},{}
Share this post
Link to post
Share on other sites