Sunday, September 17, 2006

For Rig

/script z=0; for i=1,16 do t=UnitDebuff("target", i) if (t and string.find(t,"Immolation")) then z=1 end end if z==1 then CastSpellByName("Conflagrate") else CastSpellByName("Immolate") end