Advertisement
Guest User

Xaryu Mage Macros

a guest
Jul 12th, 2013
93,501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Focus Poly
  2. #showtooltip
  3. /cast [target=focus] Polymorph
  4.  
  5. Frost Bomb Macro
  6. #showtooltip
  7. /dismount
  8. /cancelaura ice block
  9. /cancelaura invisibility
  10. /use mage bomb
  11. /run local G=GetSpellInfo SetMacroSpell("Bomb", G"Living Bomb" or G"Frost bomb")
  12.  
  13. Spammable Alter Time
  14. #showtooltip
  15. /castsequence reset=10 alter time, flamestrike
  16. /use 1
  17.  
  18. Spammable Ice Block (different key to cancelaura)
  19. #showtooltip
  20. /cast !ice block
  21.  
  22. Stopcasting/Cancel Block Counterspell
  23. #showtooltip
  24. /stopcasting
  25. /cancelaura Ice Block
  26. /cast Counterspell
  27.  
  28. CS Arena 1
  29. /cast [target=arena1] counterspell
  30.  
  31. CS Arena 2
  32. /cast [target=arena2] counterspell
  33.  
  34. CS Arena 3
  35. /cast [target=arena3] counterspell
  36.  
  37. On use + veins
  38. #showtooltips
  39. /cast Tyrannical Gladiator's Badge of Dominance
  40. /cast Icy Veins
  41.  
  42. Mouseover Decurse
  43. #showtooltip Remove Curse
  44. /cast [target=mouseover] Remove Curse
  45.  
  46. Deep + Focus deep to save bind spot
  47. #showtooltip
  48. /cast [modifier:shift, target=focus] deep freeze; deep freeze
  49.  
  50. Dismiss pet script (to summon new one)
  51. /script PetDismiss();
  52.  
  53. Pet macro (Summon + Freeze + Attack)
  54. #showtooltip Summon Water Elemental
  55. /cast [nopet] Summon Water Elemental
  56. /click PetActionButton5
  57. /petattack
  58.  
  59. Focus counterspell
  60. /cast [target=focus] Counterspell
  61.  
  62. Regular focus macro
  63. /focus
  64.  
  65. Takes away red bars + casts int on self
  66. /cast [target=xaryu] dalaran brilliance
  67. /script hooksecurefunc('ActionButton_OnUpdate', function(self) self.cooldown:SetLossOfControlCooldown(0, 0) end)
  68.  
  69. Invis + Makes invis look cleaner
  70. /console ffxnetherworld 0
  71. /cast invisibility
  72.  
  73. Move pet macro
  74. /click PetActionButton3 LeftButton
  75.  
  76. Poly petfollow Macro
  77. #showtooltip
  78. /cast Polymorph
  79. /petfollow
  80. /petpassive
  81.  
  82. Spellsteal Cancelaura Macro
  83. #showtooltip Spellsteal
  84. /cast Spellsteal
  85. /cancelaura Hand of Sacrifice
  86. /cancelaura Pyroblast!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement