Apply Debuff
Posted: Wed Oct 08, 2014 12:27 am
Revisions:
DP: 10449
Server: 6652
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
DP: 10449
Server: 6652
Code: Select all
// Apply stunSkillData.getInstance().getSkill(92, 100).applyEffects(player, player);
Thanks in advance
