Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. /run for i=1,40 do for j=1,32 do local buff=UnitDebuff("raid"..i,j) if buff==nil then break elseif string.find(buff,"FreezingBreath") then TargetUnit("raid"..i) CastSpellByName("Lichtblitz") break end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement