Castmaster

7.3.5. !Macro EN

Aug 22nd, 2020 (edited)
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Castmaster Macroses English version:
  2. Frost Death Knight:
  3.  
  4. 1. PvP Burst:
  5. /use Hungering Rune Weapon
  6. /use Pillar of Frost
  7. /use Remorseless Winter
  8.  
  9. 2. PvE Burst:
  10. /use Obliteration
  11. /use Pillar of Frost
  12. /use Remorseless Winter
  13.  
  14. 2.1 Boost (Runes)
  15. #showtooltip
  16. /use Empower Rune Weapon
  17.  
  18. 3. AMZ for self Target:
  19. #showtooltip
  20. /cast [@player] Anti-Magic Zone
  21.  
  22. 3.1 Anti-Magic Zone
  23. #showtooltip
  24. /cast [mod:shift][@player] Anti-Magic Zone
  25. /cast [nomod:shift] Anti-Magic Zone
  26.  
  27. 4. Death Grip for Focus Target:
  28. /target Focus
  29. /cast Death Grip
  30. /targetlasttarget
  31.  
  32. 5. Kick Cast Focus Target:
  33. /target Focus
  34. /cast Mind Freeze
  35. /targetlasttarget
  36.  
  37. 6. Chains of Ice for Focus Target:
  38. /target Focus
  39. /cast Chains of Ice
  40. /targetlasttarget
  41.  
  42. 7. Frostscythe/Obliterate
  43. #showtooltip
  44. /cast [talent:6/1]Frostscythe;Obliterate
  45.  
  46.  
  47. Blood Death Knight:
  48.  
  49. 1. AOE Casting:
  50. /castsequence reset=1 Вскипание крови, Пожирание
  51.  
  52. 2. Лужа под себя / Death and Decay for yourself Target
  53. /cast [@player] Смерть и разложение
  54.  
  55. 2.1 Лужа
  56. #showtooltip Смерть и разложение
  57. /cast [mod:shift][@player] Смерть и разложение
  58. /cast [nomod:shift] Смерть и разложение
  59.  
  60. Raid Macro
  61. 1. Attack
  62. /run mt=mt or CreateFrame("Frame")function m(t)SendChatMessage(t,"RAID_WARNING")end t=5 c=0 u="OnUpdate"m("Атака через 6 сек!")mt:SetScript(u,function(self,e)c=c+e if c>=1 then if t==0 then m("Атака!")mt:SetScript(u,nil)else m(t)end c=0 t=t-1 end end)
Advertisement
Add Comment
Please, Sign In to add comment