ski
Well-Known Member
- Joined
- Feb 12, 2010
- Messages
- 3,720
I put it at 100, it still just stands there, does corruption, does COA and stands there never draining, that's what I can't understand
Here is the exact code from the CC:
Code:
if (combatChecks && Me.CurrentTarget.HealthPercent > drainLifeMinTargetHealth &&
Me.HealthPercent < drainLifePercent && SpellManager.CanCastSpell("Drain Life")) {
slog("Dots: Cast Drain Life");
DrainLife();
}