What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Target.CanInterruptCurrentSpellCast broken

mastahg

Administrator
Staff member
Joined
Feb 27, 2011
Messages
5,386
Reaction score
389
Documentation says it should return false if no spell is being cast. It always returns true no matter what.

Edit:
Further testing, output is reversed. If current target is not casting, or can be kicked returns true. If target is casting and cannot be kicked it returns false.
 
Last edited:
The documentation is outdated ;s it has been for sometime
 
Use

Code:
Me.CurrentTarget.IsCasting && Me.CurrentTarget.CanInterruptCurrentSpellCast
 
Back
Top