August 25, 20178 yr I have been trying to find a way to interrupt my focus target if they try to cast a certain spell by name? Thanks!
August 25, 20178 yr f = 0; spellName = "Flash Heal"; spell,_,_,_,_,_,_,_,_ = UnitCastingInfo("Focus"); if spell == spellName then f = 1 end; You must add that to Lua script part and check the f value. If f = 1 then you can cast the interrupt spell ( in that case that will interrupt Flash Heal) If you need to interrupt anything that is interruptable or interrupt a list of spells or interrupt channeling well check the lua documentation ;)
April 23, 20187 yr whats lua to interrupt channeled spells? Atm is interrups any channel spell instantly
Create an account or sign in to comment