Advertisement
Guest User

Mage macro 1.13

a guest
Aug 24th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. 1.13 Mage Macro's
  2.  
  3. Max rank & rank 1 frostbolt
  4.  
  5. #showtooltip
  6. /cast [mod:shift]Frostbolt(Rank 1);Frostbolt
  7.  
  8. Max rank & rank 1 fireball
  9.  
  10. #showtooltip
  11. /cast [mod:ctrl]Fireball(Rank 1);Fireball**
  12.  
  13. Spammable Ice Block
  14.  
  15. #showtooltip
  16. /stopcasting
  17. /cast !Ice Block
  18.  
  19. Decurse
  20.  
  21. #showtooltip
  22. /cast [@mouseover,help,nodead] Remove Lesser Curse
  23.  
  24. Spammable Wand Macro
  25.  
  26. #showtooltip Shoot
  27. /cast [target=mouseover,exists,harm] !Shoot; !Shoot
  28.  
  29. Rank 1 Blizzard where you point cursor so you don't have to click ground first
  30.  
  31. #showtooltip
  32. /cast [@cursor] Blizzard(Rank 1)
  33.  
  34. Fast CS or shift modifier to mouseover CS
  35.  
  36. #showtooltip Counterspell
  37. /stopcasting
  38. /cancelaura Ice Block
  39. /cast [mod:shift,@mouseover, harm, exists, nodead] Counterspell;[harm, exists, nodead] Counterspell
  40.  
  41. Fast Blink
  42.  
  43. #showtooltip Blink
  44. /stopcasting
  45. /cancelaura Ice Block
  46. /cast Blink
  47.  
  48. Fast Ice Block
  49.  
  50. #showtooltip
  51. /stopcasting
  52. /cancelaura Ice Block
  53. /cast Ice Block
  54.  
  55. Poly r1 on current target or shift modifier for mouseover
  56.  
  57. #showtooltip
  58. /cast [mod:shift,@mouseover,exists,harm,nodead] Polymorph(Rank 1);[exists,harm,nodead]Polymorph(Rank 1)
  59.  
  60. PoM Pyro swafty oneshot
  61.  
  62. #showtooltip Pyroblast
  63. /cast Arcane Power
  64. /cast Presence of Mind
  65. /cast Pyroblast
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement