Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
12,373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. XARYU UP TO DATE (1/18/17) LEGION MACROS
  2.  
  3. automatically casts orb on your cursor (use when using concentrated coolness)
  4. #showtooltip
  5. /cast [@cursor] frozen orb
  6.  
  7. shows blink icon, instead of new shimmer icon (note: have to find blink icon pic in macro page)
  8. #showtooltip blink
  9. /cast shimmer
  10.  
  11. uses either fritter or pudding, whichever is in bag
  12. #showtooltip
  13. /use Conjured Mana Fritter
  14. /use Conjured Mana Pudding
  15.  
  16. xaryu one shot macro
  17. #showtooltip icy veins
  18. /cast ice form
  19. /cast icy veins
  20. /cast Blood Fury(Racial)
  21.  
  22. only cast's ice nova on enemy targets (so you don't use on yourself by accident)
  23. #showtooltip ice nova
  24. /cast [harm] ice nova
  25.  
  26. modified frostbolt macro
  27. #showtooltip
  28. /dismount
  29. /cancelaura slow fall
  30. /cancelaura ice block
  31. /cancelaura invisibility
  32. /cast frostbolt
  33.  
  34. cancelaura/stopcasting CS
  35. #showtooltip
  36. /dismount
  37. /stopcasting
  38. /cancelaura Ice Block
  39. /cast Counterspell
  40.  
  41. counterspell arena 1
  42. /stopcasting
  43. /cast [target=arena1] counterspell
  44.  
  45. counterspell arena 2
  46. /stopcasting
  47. /cast [target=arena2] counterspell
  48.  
  49. counterspell arena 3
  50. /stopcasting
  51. /cast [target=arena3] counterspell
  52.  
  53. dismiss pet
  54. /script PetDismiss();
  55.  
  56. focus or clear focus target
  57. /focus
  58.  
  59. focus CS
  60. #showtooltip
  61. /stopcasting
  62. /cancelaura Ice Block
  63. /cast [target=focus] Counterspell
  64.  
  65. focus polymorph
  66. #showtooltip
  67. /cast [target=focus] Polymorph
  68.  
  69. always bottom frame on raid frames (have to set sort by: group on)
  70. /run LoadAddOn("Blizzard_CompactRaidFrames") CRFSort_Group=function(t1, t2) if UnitIsUnit(t1,"player") then return false elseif UnitIsUnit(t2,"player") then return true else return t1 < t2 end end CompactRaidFrameContainer.flowSortFunc=CRFSort_Group
  71.  
  72. focus spellsteal
  73. #showtooltip spellsteal
  74. /cast [target=focus] spellsteal
  75.  
  76. this macro doesn't work anymore but I still use it
  77. #showtooltip
  78. /console ffxglow 0
  79. /cast invisibility
  80.  
  81. main thing here is cancel temporal shield to cancel it early for the heal
  82. /cast Armored Blue Wind Rider
  83. /cast The Flag of Ownership
  84. /cancelaura dispersion
  85. /cancelaura temporal shield
  86.  
  87. polymorph with petpassive to help control pet
  88. #showtooltip
  89. /cast Polymorph
  90. /petfollow
  91. /petpassive
  92.  
  93. spellsteal that removes fire mage abilities
  94. #showtooltip Spellsteal
  95. /cast Spellsteal
  96. /cancelaura hot streak!
  97. /cancelaura combustion
  98.  
  99. if your pet is dead, it summons a new pet. if your pet is alive it attacks target + freeze
  100. #showtooltip Summon Water Elemental
  101. /cast [nopet][target=pet, dead] Summon Water Elemental; Freeze
  102. /petattack
  103. /dismount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement