Advertisement
Guest User

Untitled

a guest
Oct 5th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. HEROIC MACRO
  2. /run bag,slot,texture,count = FindItem("High Warlord's Blade")
  3. /run if slot then RunLine("/eqoff High Warlord's Razor") RunLine("/eq High Warlord's Blade") else CastSpellByName("Heroic Strike") end
  4.  
  5. BT MACRO
  6. /run bag,slot,texture,count = FindItem("High Warlord's Blade")
  7. /run if slot then RunLine("/eqoff High Warlord's Razor") RunLine("/eq High Warlord's Blade") else CastSpellByName("Bloodthirst") end
  8.  
  9. WW MACRO
  10. /run bag,slot,texture,count = FindItem("High Warlord's Greatsword")
  11. /run if slot then RunLine("/eq High Warlord's Greatsword") else CastSpellByName("Whirlwind") end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement