Advertisement
Guest User

Glonglon's Demo lock macros

a guest
Mar 14th, 2014
7,979
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Burst macro, remove unnecessary profs & racials lines & place your on-use trinket in the last slot :
  2.  
  3. #showtooltip Dark Soul: Knowledge
  4. /castsequence reset=9 Imp Swarm, Grimoire: Imp
  5. /use 14
  6. /use 10
  7. /cast Blood fury
  8. /cast Lifeblood(Rank 9)
  9. /cast !Dark Soul: Knowledge
  10. /cast !Metamorphosis
  11. /petattack
  12.  
  13. 2in1 metamorphosis & knockback macro :
  14.  
  15. #showtooltip
  16. /cast [nomod, form:0] Metamorphosis
  17. /cast [nomod, form:1] Carrion Swarm
  18.  
  19. Dark regeneration macro :
  20.  
  21. #showtooltip Dark Regeneration
  22. /cast Dark Regeneration
  23. /use Healthstone
  24. /cast Symbiosis
  25. /use [pet:imp] Cauterize Master
  26.  
  27. Fel flame & touch of chaos 2in1 macro :
  28.  
  29. #showtooltip
  30. /cast [form:0] Fel Flame
  31. /cast [form:1] Touch of Chaos
  32. /startattack
  33.  
  34. Gul'dan + startattack :
  35.  
  36. #showtooltip
  37. /startattack
  38. /dismount
  39. /cast Hand of Gul’dan
  40.  
  41. Soulfire+startattack :
  42.  
  43. #showtooltip
  44. /startattack
  45. /cast Soul Fire
  46.  
  47. Dispell magic on yourself macro (when playing with an Imp, useful to remove magical CC on yourself like fist of justice) :
  48.  
  49. #showtooltip Singe Magic
  50. /cast [pet:imp] Flee
  51. /cast [@player] Singe Magic
  52.  
  53. Dispell magic on your healer (when playing with an Imp as main pet, useful to remove magic CCs like freezing traps)
  54.  
  55. #showtooltip
  56. /cast [@nameOfYourHealer] Singe Magic
  57.  
  58.  
  59. Corruption + startattack :
  60.  
  61. #showtooltip
  62. /startattack
  63. /cast Corruption
  64.  
  65. Felstorm/wrathstorm macro with proper tooltip :
  66.  
  67. #showtooltip
  68. /cast [pet:Felguard] Felstorm
  69. /cast [pet:Wrathguard] Wrathstorm
  70.  
  71. This is the template of the CC macro that I use for Axe Toss, fear, banish & mortal coil. Press shift+macro and It'll cc your focus target, just press the macro with no modifiers and it'll cc your mouseover or your current target if you don't have any mouseover target :
  72.  
  73. #showtooltip
  74. /cast [mod:shift, @focus][@mouseover, harm, exists][nomod] Name of your CC
  75.  
  76. Pet management macro, always play with a pet in passive mode and use the macros below (petmoveto only purpose is to eat traps and tbh I rarely use it) :
  77.  
  78. /petattack
  79.  
  80. /petpassive
  81.  
  82. /petmoveto
  83.  
  84.  
  85. Heal pet macro :
  86.  
  87. /petpassive
  88. /cast Health Funnel
  89.  
  90.  
  91. Mount macro with cancelauras :
  92.  
  93. /cancelaura Metamorphosis
  94. /cancelaura Hellfire
  95. /cast [noflyable] Dreadsteed ; Name of your flying mount
  96.  
  97.  
  98. Summon felguard macro :
  99.  
  100. #showtooltip
  101. /run if UnitIsDead("pet") then PetDismiss() end
  102. /cast [nopet] Summon Felguard
  103.  
  104.  
  105. Summon Imp macro :
  106.  
  107. #showtooltip
  108. /run if UnitIsDead("pet") then PetDismiss() end
  109. /cast [nopet] Summon Imp
  110.  
  111. Blood Horror & Unbound Will macro with proper tooltip (Macro name must be 'bfuw') :
  112.  
  113. #showtooltip
  114. /cast Blood Horror
  115. /cast Unbound Will
  116. /script n_vt=GetSpellInfo(111397); n_dm=GetSpellInfo(108482)
  117. /run SetMacroSpell("bfuw", GetSpellInfo(n_vt) or GetSpellInfo(n_dm))
  118.  
  119. Cancelaura blood horror macro (useful against warrior's spell reflect) :
  120.  
  121. /cancelaura Blood Horror
  122.  
  123.  
  124.  
  125. Arenas macros :
  126.  
  127. /cast [@arena1] Axe Toss
  128.  
  129. /cast [@arena2] Axe Toss
  130.  
  131. /cast [@arena3] Axe Toss
  132.  
  133.  
  134. /cast [@arena1] Fear
  135.  
  136. /cast [@arena2] Fear
  137.  
  138. /cast [@arena3] Fear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement