|
Druids: Kill all nearby totems |
|
|
|
Description:
This will instantly kill all totems near the druid.
Code:
/script r=Spell_Rank; if (UnitName("target") ~=nil) and (string.find(UnitName("target"),"Totem"))~=nil then CastSpellByName("Moonfire(Rank 1)") else CastSpellByName("Moonfire(Rank "..r..")"); end
Example for a Level 60 Druid: /script r=10; if (UnitName("target") ~=nil) and (string.find(UnitName("target"),"Totemf"))~=nil then CastSpellByName("Moonfire(Rank 1)") else CastSpellByName("Moonfire(Rank "..r..")"); end
Only registered users can write comments. Please login or register. Powered by AkoComment 2.0! |