Hey!
I'm just writing a shadow priest.cc and i'm not able to interrupt my mind flay cast.
Is there any trick?
I'm just writing a shadow priest.cc and i'm not able to interrupt my mind flay cast.
Code:
....
SpellManager.Cast(spellName); //Mindflay
while (Me.IsCasting){ // This check seems not to work, i never reach the logging underneath it, why?
Logging.Write(Color.Lime, "Cancel Mindflay, need to dot!");
if (TargetDebuffTimeLeft("Vampiric Touch") < 3)
{
SpellManager.StopCasting();
Logging.Write(Color.Lime, "Cancel Mindflay, need to dot!111");
}
}
...
Is there any trick?
