Post new topic   Reply to topic    The Royal Guards Forum Index -> Warlock
View previous topic :: View next topic  
Fozzles
Assistant GM
Lieutenant Colonel

user avatar

Joined: 13 Aug 2008
Posts: 673

Send private message
Reply with quote

re: Lock Macro's

0
Below are some examples of lock macro's, to interest you. at the very bottom is a link to a far better list of macros, for the more discerning user....


Affliction DoT castsequence

#Showtooltip
/castsequence reset=10 Immolate, Curse of Agony, Corruption, Siphon Life

Immolate & Incinerate in one button
On regular click this will cast Immolate, hold down alt to cast Incinerate.

#showtooltip
/cast [modifier:alt] Incinerate; Immolate

Buff Party - Invisibility

#showtooltip
/targetfriend
/cast Detect Invisibility

Multidrain
All three drains on a single button (via ctrl and alt).
/stopmacro [noharm]
/cast [nomodifier,nochanneling:Drain Soul(Rank 1)] Drain Soul(Rank 1)
/cast [modifier:ctrl,nochanneling:Drain Mana] Drain Mana
/cast [modifier:alt,nochanneling:Drain Life] Drain Life

Pet Attack => Find and destroy shaman's totems
The Macro sends each command in sequence and the most recent successful command will be taken. This means that your Macro should be backwards in priority (e.g. the last totem is the most important, with the first line being the least important).
/petattack
/petattack [target=Fire Resistance Totem]
/petattack [target=Windfury Totem]
/petattack [target=Earthbind Totem]
/petattack [target=Tremor Totem]
/petattack [target=Grounding Totem]


Announce a Summoning to Raid or Party

/script local C; if(GetNumRaidMembers()==0) then C = "PARTY" else C = "RAID" end SendChatMessage("Summoning %t to << "..GetMinimapZoneText().." >>. Please assist.", C)
/cast Ritual of Summoning



For more lock macros, go here
Posts from:   
Post new topic   Reply to topic    The Royal Guards Forum Index -> Warlock All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum