feliphed
Open Source Contributor
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
300 XP
Hi! I have a problem with this code :
InteruptSpell = 7384 InteruptTarget = "target" if inMelee(InteruptTarget) and UnitBuffID("player",60503) and rage>=4 and GetShapeshiftForm() == 1 then local spellName, _, _, _, startCast, endCast, _, _, canInterrupt = UnitChannelInfo(InteruptTarget) if UnitChannelInfo(InteruptTarget) ~= nil and ((endCast/1000) - GetTime()) > InteruptDelay then _castSpell(InteruptSpell,InteruptTarget) return true end end That's spam Overpower on Divine Shield and Iceblock, i dont know why. If any one can help me..
InteruptSpell = 7384 InteruptTarget = "target" if inMelee(InteruptTarget) and UnitBuffID("player",60503) and rage>=4 and GetShapeshiftForm() == 1 then local spellName, _, _, _, startCast, endCast, _, _, canInterrupt = UnitChannelInfo(InteruptTarget) if UnitChannelInfo(InteruptTarget) ~= nil and ((endCast/1000) - GetTime()) > InteruptDelay then _castSpell(InteruptSpell,InteruptTarget) return true end end That's spam Overpower on Divine Shield and Iceblock, i dont know why. If any one can help me..