Advertisement
Guest User

WoW Macro Collection

a guest
Aug 18th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Target Cursor Location (AOE)
  2. /cast [@cursor]ABILITY_NAME
  3.  
  4. Target Cursor or current target (single)
  5. #showtooltip
  6. /cast [@mouseover][]ABILITY_NAME
  7.  
  8. Target Player Location (Personal buff)
  9. /cast [@player]ABILITY_NAME
  10.  
  11. Player & Cursor Modifier
  12. #showtooltip Sigil of Flame
  13. /cast [mod:alt, @player][@cursor][]ABILITYNAME
  14.  
  15. Help/Harm Mouseover Target Macro
  16. #showtooltip
  17. /cast [@mouseover,nodead,exists,harm][nodead,harm] HARM_ABILITY_NAME; [@mouseover,nodead,exists][help][]HELP_ABILITY_NAME
  18.  
  19. Swap Ability automatically (When Switching Talents/Build)
  20. #showtooltip
  21. /cast [talent:5/1,@mouseover,harm,nodead,exists][talent:5/1]ABILITYNAME1 ; [talent:5/2,@mouseover,harm,nodead,exists][talent:5/2]ABILITYNAME2 ; [talent:5/3,@mouseover,harm,exists,nodead][talent:5/3]ABILITYNAME3
  22.  
  23. Personal Favourite: Hides/shows the second Vertical Action bar:
  24. /click InterfaceOptionsActionBarsPanelRightTwo
  25.  
  26. Combat Resurrection (Example)
  27. #showtooltip
  28. /cast [@mouseover,help,dead][dead,help]Resurrection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement