* Blaze * New member Messages 110 Points 0 Emulator Nov 22, 2016 #2 HP + 400 Reduce 50 HP Every 10 Level Error any one can fix this? { bonus bMaxHP,400; bonus2 bHPLossRate,50,-readparam(JobLevel/10); },{},{}
HP + 400 Reduce 50 HP Every 10 Level Error any one can fix this? { bonus bMaxHP,400; bonus2 bHPLossRate,50,-readparam(JobLevel/10); },{},{}
Khazou New member Messages 41 Points 0 Nov 22, 2016 #3 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;
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;
* Blaze * New member Messages 110 Points 0 Emulator Nov 22, 2016 #4 Fixed i got the answer Last edited by a moderator: Nov 22, 2016