Warlock DEMO 6.0.2 [PVP]

Yo guys!

Welcome to another episode of ‘Pimp my macro’.

Everybody knows that an amazing macro delay was found out from blizzy so…Let’s get started with another one.

First of all, you can check my char from HERE

First Topic: CONTROL

Fear: on mouse over if exisists, on target otherwise

#showtooltip Fear
cast [@mouseover,exists,harm] Fear; Fear

Teleport out:

#showtooltip Demonic Circle: Teleport
/stopcasting
/stopcasting
/cast Demonic Circle: Teleport

Mortal Coil: as per fear one

#showtooltip Mortal Coil
/stopcasting
/stopcasting
/cast [@mouseover,exists,harm] Mortal Coil; Mortal Coil

second Topic: DEMO!!

Pet: Find out what it does :wink:

#showtooltip [pet:Felguard] Axe Toss; [pet:wrathguard] Axe Toss; [pet:Observer] Clone Magic; [pet:Succubus] Seduction; [pet:Shivarra] Mesmerize; [pet:Voidlord] Void Shield
/cast [pet:Felguard,@mouseover,exists,harm] [@target,harm] Axe Toss
/cast [pet:Wrathguard,@mouseover,exists,harm] [@target,harm] Axe Toss
/cast [pet:Succubus,@mouseover,exists,harm] [@target,harm] Seduction
/cast [pet:Shivarra,@mouseover,harm] [@target,harm] Mesmerize
/cast [pet:Observer,@mouseover,harm][@target,harm] Clone Magic
/cast [pet:Voidlord] Void Shield

Single Target:

/console Sound_EnableSFX 0
#showtooltip [form:1]Touch of Chaos;[noform]Shadow Bolt
/castsequence [noform] reset=target/20 Corruption,null
/castsequence [form:1] reset=target/20 Doom,null
/cast [combat] Shadow Bolt
/cast [combat] Hand of Gul'dan
/petattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1

BOOM!: self-explanatory…

/console Sound_EnableSFX 0
#showtooltip Imp Swarm
/stopcasting
/stopcasting
/petattack
/cast [combat] pursuit
/cast Dark Soul
/cast [combat] felstorm
/castsequence reset=10 imp swarm, grimoire: imp,metamorphosis
/use 13
/use 14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1

Enjoy!

Very nice macros. Thanks for sharing!
Would be interested if you run a version of these for PVE?