Advertisement
MarceleZaxD

Covenants

Feb 23rd, 2022
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. Covenant Signature Abilities
  2.  
  3. #showtooltip
  4. /cast Door of Shadows
  5. /cast Soulshape
  6. /cast Fleshcraft
  7. /cast Summon Steward
  8. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Door of Shadows" or G"Soulshape" or G"Fleshcraft"or G"Summon Steward")
  9.  
  10. Death Knight
  11. #showtooltip
  12. /cast Shackle the Unworthy
  13. /cast Swarming Mist
  14. /cast Abomination Limb
  15. /cast Death's Due
  16. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Shackle the Unworthy" or G"Swarming Mist" or G"Abomination Limb"or G"Death's Due")
  17.  
  18. Demon Hunter - Fodder to the Flame (Necrolord) is a passive so it's removed.
  19. #showtooltip
  20. /cast Elysian Decree
  21. /cast Sinful Brand
  22. /cast The Hunt
  23. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Elysian Decree" or G"Sinful Brand" or G"The Hunt")
  24.  
  25. Druid
  26. #showtooltip
  27. /cast Kindred Spirits
  28. /cast Ravenous Frenzy
  29. /cast Adaptive Swarm
  30. /cast Convoke the Spirits
  31. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Kindred Spirits" or G"Ravenous Frenzy" or G"Adaptive Swarm" or G"Convoke the Spirits")
  32.  
  33. Hunter
  34. #showtooltip
  35. /cast Resonating Arrow
  36. /cast Flayed Shot
  37. /cast Death Chakram
  38. /cast Wild Spirits
  39. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Resonating Arrow" or G"Flayed Shot" or G"Death Chakram"or G"Wild Spirits")
  40.  
  41. Mage
  42. #showtooltip
  43. /cast Radiant Spark
  44. /cast Mirrors of Torment
  45. /cast Deathborne
  46. /cast Shifting Power
  47. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Radiant Spark" or G"Mirrors of Torment" or G"Deathborne"or G"Shifting Power")
  48.  
  49. Monk
  50. #showtooltip
  51. /cast Weapons of Order
  52. /cast Fallen Order
  53. /cast Bonedust Brew
  54. /cast Faeline Stomp
  55. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Weapons of Order" or G"Fallen Order" or G"Bonedust Brew"or G"Faeline Stomp")
  56.  
  57. Paladin - Blessings of the Seasons seems like it may not work well with the macro, don't have a pally myself to play with it. See below for comments that seem to indicate you'll need to choose the specific season.
  58. #showtooltip
  59. /cast Divine Toll
  60. /cast Ashen Hallow
  61. /cast Vanquisher's Hammer
  62. /cast Blessing of the Seasons
  63. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Divine Toll" or G"Ashen Hallow" or G"Vanquisher's Hammer"or G"Blessing of the Seasons")
  64.  
  65. Priest
  66. #showtooltip
  67. /cast Boon of the Ascended
  68. /cast Mindgames
  69. /cast Unholy Nova
  70. /cast Fae Guardians
  71. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Boon of the Ascended" or G"Mindgames" or G"Unholy Nova"or G"Fae Guardians")
  72.  
  73. Rogue
  74. #showtooltip
  75. /cast Echoing Reprimand
  76. /cast Flagellation
  77. /cast Serrated Bone Spike
  78. /cast Sepsis
  79. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Echoing Reprimand" or G"Flagellation" or G"Serrated Bone Spike"or G"Sepsis")
  80.  
  81. Shaman
  82. #showtooltip
  83. /cast Vesper Totem
  84. /cast Chain Harvest
  85. /cast Primordial Wave
  86. /cast Fae Transfusion
  87. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Vesper Totem" or G"Chain Harvest" or G"Primordial Wave"or G"Fae Transfusion")
  88.  
  89. Warlock
  90. #showtooltip
  91. /cast Impending Catastrophe
  92. /cast Decimating Bolt
  93. /cast Soul Rot
  94. /cast Scouring Tithe
  95. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Impending Catastrophe" or G"Decimating Bolt" or G"Soul Rot"or G"Scouring Tithe")
  96.  
  97. Warrior (Condemn the Venthyr ability works differently changing your normal Execute keybind already)
  98. #showtooltip
  99. /cast Spear of Bastion
  100. /cast Conqueror's Banner
  101. /cast Ancient Aftershock
  102. /run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Spear of Bastion" or G"Conqueror's Banner"or G"Ancient Aftershock")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement