Advertisement
Guest User

Macros

a guest
Nov 28th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. #showtooltip Defensive Stance
  2. /cast Battle Stance
  3. /cast Defensive Stance
  4. ###Switches stance###
  5.  
  6. #showtooltip Charge
  7. /cast [target=focus] Charge
  8. ###Charges the focus target###
  9.  
  10. #showtooltip Intimidating Shout
  11. /use [@focus]Charge
  12. /use [@focus]Intimidating Shout
  13. ###Charges and fears the focus target###
  14.  
  15. #showtooltip Intervene
  16. /cast [@target,help] Intervene;
  17. /stopmacro [help]
  18. /targetfriendplayer
  19. /cast Intervene
  20. /targetlasttarget
  21. ###Intervenes the closest friendly target###
  22.  
  23. #showtooltip Pummel
  24. /cast [target=focus] Pummel
  25. ###Pummels the focus target###
  26.  
  27. #showtooltip Storm bolt
  28. /cast [target=focus] Storm bolt
  29. ###Storm bolts the focus target###
  30.  
  31. #showtooltip Intervene
  32. /cast [NAME] Intervene
  33. ###Insert name and it will intervene the friendly player, using it to take traps###
  34.  
  35.  
  36. #showtooltip Vigilance
  37. /cast [@NAME] Vigilance
  38. ###Insert name and it will give a 30% dmg reduction to a friendly target for 13 sec###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement