Advertisement
Georgis

Mage Macros

Mar 5th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. /cast [@arena1,exists][] Polymorph(Sheep)
  2. /cast [@arena2,exists][] Polymorph(Sheep)
  3. /cast [@arena3,exists][] Polymorph(Sheep)
  4. /cast [@mouseover,exists][] Polymorph
  5.  
  6. /focus [@focus,noexists]
  7. /cast [@focus,exists][@target,exists] Polymorph(Sheep)
  8.  
  9. #showtooltip Remove Curse
  10. /cast [@mouseover,exists][] Remove Curse
  11.  
  12. /cast [@party1,help] Remove Curse
  13. /cast [@party1,harm] Spellsteal
  14.  
  15. /cast [@party2,help] Remove Curse
  16. /cast [@party2,harm] Spellsteal
  17.  
  18. #showtooltip [spec:3/3]Ice Lance; [spec:2/3]Fire Blast; [spec:1/3]Arcane Barrage
  19. /cancelaura Ice Block
  20. /use Goblin Weather Machine - Prototype 01-B
  21. /cast [@mouseover,exists][] Fire Blast
  22. /cast [@mouseover,exists][] Arcane Barrage
  23. /cast [@mouseover,exists][] Ice Lance
  24.  
  25. #showtooltip Greater Pyroblast
  26. /clearfocus [modifier:alt]
  27. /focus [@focus,noexists]
  28. /cast [@focus,exists][@target,exists] Greater Pyroblast
  29.  
  30. #showtooltip Counterspell
  31. /focus [@focus,noexists]
  32. /cast [@focus,exists][@target,exists] Counterspell
  33.  
  34. #showtooltip Ice Block
  35. /stopcasting
  36. /cast Ice Block
  37.  
  38. #showtooltip Ice Nova
  39. /use [harm,nodead] Ice Nova
  40.  
  41. #showtooltip
  42. /cast [nopet][target=pet, dead] Summon Water Elemental; Freeze
  43. /petattack
  44.  
  45. #showtooltip [talent:7/2] Ray of Frost; [talent:7/3] Glacial Spike; 13
  46. /cast Ray of Frost
  47. /cast Glacial Spike
  48.  
  49. #showtooltip Spellsteal
  50. /clearfocus [modifier:alt]
  51. /focus [@focus,noexists]
  52. /cast [@focus,exists][@target,exists] Spellsteal
  53.  
  54. #showtooltip [spec:3/3]Icy Veins; [spec:2/3]Combustion; [spec:1/3]Arcane Power
  55. /cast Blood Fury(Racial)
  56. /cast Berserking(Racial)
  57. /cast Combustion
  58. /cast Icy Veins
  59. /cast Arcane Power
  60.  
  61. #showtooltip [spec:3/3] Blizzard; [spec:2/3] Flamestrike; 13
  62. /cast [@cursor] Blizzard
  63. /cast [@cursor] Flamestrike
  64.  
  65. /cast [target=arenapet1] Polymorph(Sheep)
  66. /cast [target=arenapet2] Polymorph(Sheep)
  67. /cast [target=arenapet3] Polymorph(Sheep)
  68.  
  69. #showtooltip Slow
  70. /focus [@focus,noexists]
  71. /cast [@focus,exists][@target,exists] Slow
  72.  
  73. #showtooltip Arcane Missiles
  74. /use Goblin Weather Machine - Prototype 01-B
  75. /cast [nochanneling:Arcane Missiles] Arcane Missiles
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement