Page 1 of 1

Apply Debuff

Posted: Wed Oct 08, 2014 12:27 am
by HappyLDE
Revisions:
DP: 10449
Server: 6652

Code: Select all

 // Apply stunSkillData.getInstance().getSkill(92, 100).applyEffects(player, player);
I want to apply debuff to player but it says player resisted very often. How to make it 100% cast? Also when debuff passes, it doesn't last the number of seconds it should be. For example here the stun should be 9 seconds but lasts 4 sec max.

Thanks in advance :D

Re: Apply Debuff

Posted: Wed Oct 08, 2014 9:39 am
by Zealar
Don't think is possible without core edit. Better made new custom skill and use them.

Re: Apply Debuff

Posted: Wed Oct 08, 2014 3:37 pm
by Zoey76
You can change the duration, but you can't change the chance on-the-fly just yet.

Re: Apply Debuff

Posted: Mon Oct 13, 2014 3:27 am
by HappyLDE
Thank you for answer :wink: