[Guide] DIABLOUS MACRO GUIDE
When making a macro, make sure you use the default macro icon. The icon changes if macro has written properly.
Код:
/cancelaura Blessing of Protection
Useful for FD/Mirror image.
Код:
/cast [target=mouseover] Hex
Код:
/cast [target=mouseover] Frost Shock
/startattack
Useful for assisting with kite.
Код:
/cast [target=mouseover] Healing Wave
Useful for offhealing when 5 stacks of maelstrom
Код:
/cast [target=mouseover] Purge
Useful when need to purge beacon from warlock's pet.
Код:
/stopcasting
/cast [target=focus] Wind Shear
/startattack
Код:
/cast [target=focus] Hex
Код:
/equipslot 16 "mainhand weapon name"
/equipslot 17 "offhand weapon name"
equip macro for equiping dualwield weapons that are one handed
Код:
/console Sound_EnableSFX 0
/cast [help] Cure Toxins; [harm] Purge
/console Sound_EnableSFX 1
This macro silences the spam sound, when used on enemy - it purges, when on player - it cleanses.
Код:
/startattack
/cast Stormstrike
Код:
/startattack
/cast Lava Lash
Код:
/stopcasting
/cast Wind Shear
/startattack
Код:
/cast [target=focus] [pet] bash
Код:
/focus [target=mouseover]
Код:
/script CancelItemTempEnchantment(1)
/cast Windfury Weapon
/use 16
/click StaticPopup1Button1
Enchants Windfury Weapon max rank to your mainhand weapon
Код:
/script CancelItemTempEnchantment(2)
/cast Frostbrand Weapon
/use 17
/click StaticPopup1Button1
Enchants Frostbrand Weapon max rank to your offhand weapon
Код:
/castsequence [nomodifier] [target=arena1] Wind Shear; [modifier:shift] [target=arena2] Wind Shear; [modifier:ctrl] [target=arena3] Wind Shear
Interrupts cast by blizzard's default arena frame. When macro is pressed, player shocks the top enemy player. When macro and shift is pressed, player shocks the middle enemy player. When macro and ctrl is pressed, players shocks the bottom enemy player.
Код:
/cleartarget[target=target, dead]
/clearfocus [target=focus, dead]
/target focus
/cleartarget [target=focus,noexists]
/targetlasttarget
/focus target
/targetlasttarget
Switches focus between your target and focus target.
Код:
#Showtooltip
/castsequence reset=combat/target/15 Flame Shock, Earth Shock
/startattack [harm]
The macro will cast Flame Shock on the target, then start you fighting the target. When your next shock is available, the macro will cast Earth Shock, unless Flame Shock's DoT has completed. The macro will also reset if you drop out of combat, or change targets. The number 15 determs the lenght of your Flame Shock's DoT time.
Код:
#showtooltip
/cast Feral Spirit
/script Stopwatch_Play()
/stopwatch 45
Casts Feral Spirit and activates duration count for 45 sec on stopwatch.