Advertisement
Georgis

Shaman Macros

Dec 3rd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Hex
  2. #showtooltip Hex
  3. /cast [@mouseover,exists][] Hex
  4.  
  5. Hex Focus
  6. #showtooltip Hex
  7. /focus [@focus,noexists]
  8. /cast [@focus,exists][@target,exists] Hex
  9.  
  10. Talent 2
  11. #showtooltip [talent:2/1] Gust of Wind; [talent:2/2] Healing Stream Totem; [talent:2/3] Wind Rush Totem
  12. /cast Gust of Wind
  13. /cast [@cursor] Wind Rush Totem
  14.  
  15. Talent 3
  16. #showtooltip [talent:3/1] Lightning Surge Totem; [talent:3/2] Earthgrab Totem; [talent:3/3] Voodoo Totem
  17. /cast [@cursor] Lightning Surge Totem
  18. /cast [@cursor] Earthgrab Totem
  19. /cast [@cursor] Voodoo Totem
  20.  
  21. PvP Talent 4
  22. #showtooltip [pvptalent:3/1] Skyfury Totem; [pvptalent:3/2] Counterstrike Totem; [pvptalent:3/3] Windfury Totem
  23. /cast Skyfury Totem
  24. /cast Counterstrike Totem
  25. /cast Windfury Totem
  26.  
  27. Artifact
  28. #showtooltip
  29. /cast [@cursor] Gift of the Queen(Artifact)
  30.  
  31. Focus Interrupt
  32. #showtooltip Wind Shear
  33. /focus [@focus,noexists]
  34. /cast [@focus,exists][@target,exists] Wind Shear
  35.  
  36. Grounding
  37. #showtooltip [pvptalent:5/1] Hex; [pvptalent:5/3] Grounding Totem; 13
  38. /cast Grounding Totem
  39. /use 13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement