Hi guys, i'm having a bad time trying to figures out with my script doesn't work, the interrupt part works great , but it gets stuck there, the following part (whatever i put below ) does'nt execute at least my target is casting something
This is for private server 4.3.4, similar codes are working perfectly, i'm really stuck, thank you
Code:
CT=CastSpellByName UE=UnitExists UR=UnitInRange UD=UnitIsDeadOrGhost
UB=UnitBuff CD=GetSpellCooldown UHM=UnitHealthMax UH=UnitHealth UDB=UnitDebuff UP=UnitPower UPM=UnitPowerMax UIE=UnitIsEnemy
UAC=UnitAffectingCombat UCI=UnitCastingInfo UCA=UnitCanAttack ISR=IsSpellInRange
STCI=select(5,UCI("target"))
ETCI=select(6,UCI("target"))
TTCI=(ETCI - STCI)/1000
ATCI=GetTime() - (STCI/1000)
if ATCI/TTCI>0.6 then CT("Wind Shear") end