Critica Posted March 27, 2012 Posted March 27, 2012 is this possible?? for example, player autocast berserk skill, when HP is 2 or 3% = or maybe when hp is lower than 100-200 Quote
Flaid Posted March 28, 2012 Posted March 28, 2012 (edited) I did not test this but here's the script { if(Hp < MaxHP / 100 * 3) ){ bonus3 bAutoSpell,"LK_BERSERK",1,100; }},{},{} if that isn't working try this { if(Hp < MaxHP / 100 * 3) ){ bonus3 bAutoSpellWhenHit,"LK_BERSERK",1,100; }},{},{} Edited March 28, 2012 by Flaid Quote
Question
Critica
is this possible??
for example, player autocast berserk skill, when HP is 2 or 3% = or maybe when hp is lower than 100-200
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.