Advertisement
Guest User

Untitled

a guest
Apr 4th, 2020
16,102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. These are the macros I use feel free to copy paste them, will keep this updated!
  2.  
  3. First all my focus macros:
  4.  
  5. /cast [target=focus] cyclone
  6. /cast [target=focus] skull bash
  7. /cast [target=focus] moonfire (Having moonfire on focus is a really nice way to stop healers from drinking)
  8. /cast [target=focus] maim
  9. /cast [target=focus] mighty bash
  10. /cast [target=focus] Hibernate
  11. /cast [target=focus] Entangling Roots
  12. /cast [target=focus] wild charge
  13.  
  14. And now my mouseover macros + a wild charge macro that lets you use it as mouseover and have it work normally at the same time:
  15.  
  16. #showtooltip
  17. /use [@mouseover,help,nodead][help,nodead][@player] rejuvenation
  18.  
  19. #showtooltip
  20. /use [@mouseover,help,nodead][help,nodead][@player] Regrowth
  21.  
  22. #showtooltip
  23. /use [@mouseover,help,nodead][help,nodead][@player] remove corruption
  24.  
  25. #showtooltip Wild Charge
  26. /cast [@mouseover,exists,help,stance:0] [@target,stance:0,help] Wild Charge
  27. /cast [stance:1/2,@mouseover,exists,harm][stance: 2,@target,exists,harm] Wild Charge
  28. /cast [stance:1/2/3] Wild Charge
  29. /cast wild charge
  30.  
  31. The focus kick macro that puts you in cat form as well
  32.  
  33. #showtooltip skull bash
  34. /stopcasting
  35. /cast [stance:0] Cat Form
  36. /cast [target=focus] skull bash
  37.  
  38. My rake macro to find people in stealth:
  39.  
  40. #showtooltip
  41. /cleartarget [dead]
  42. /targetenemy [noharm]
  43. /cast Rake
  44.  
  45. Shadowmeld macro to make you prowl at the same time (more safe to get the rake stun):
  46.  
  47. /use !shadowmeld
  48. /cast prowl
  49.  
  50. If you are playing with a paladin on your team you should have a macro that can cancel BoP and BoF I think stealth is a nice ability to do this with as you cant stealth in combat anyways:
  51.  
  52. /cast prowl
  53. /cancelaura Blessing of Protection
  54. /cancelaura Blessing of Freedom
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement