Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Castmaster Macroses English version:
- Frost Death Knight:
- 1. PvP Burst:
- /use Hungering Rune Weapon
- /use Pillar of Frost
- /use Remorseless Winter
- 2. PvE Burst:
- /use Obliteration
- /use Pillar of Frost
- /use Remorseless Winter
- 2.1 Boost (Runes)
- #showtooltip
- /use Empower Rune Weapon
- 3. AMZ for self Target:
- #showtooltip
- /cast [@player] Anti-Magic Zone
- 3.1 Anti-Magic Zone
- #showtooltip
- /cast [mod:shift][@player] Anti-Magic Zone
- /cast [nomod:shift] Anti-Magic Zone
- 4. Death Grip for Focus Target:
- /target Focus
- /cast Death Grip
- /targetlasttarget
- 5. Kick Cast Focus Target:
- /target Focus
- /cast Mind Freeze
- /targetlasttarget
- 6. Chains of Ice for Focus Target:
- /target Focus
- /cast Chains of Ice
- /targetlasttarget
- 7. Frostscythe/Obliterate
- #showtooltip
- /cast [talent:6/1]Frostscythe;Obliterate
- Blood Death Knight:
- 1. AOE Casting:
- /castsequence reset=1 Вскипание крови, Пожирание
- 2. Лужа под себя / Death and Decay for yourself Target
- /cast [@player] Смерть и разложение
- 2.1 Лужа
- #showtooltip Смерть и разложение
- /cast [mod:shift][@player] Смерть и разложение
- /cast [nomod:shift] Смерть и разложение
- Raid Macro
- 1. Attack
- /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