Page 1 of 1

macro

Posted: 11 May 2011, 20:32
by oldone
Use this macro to get the people out of the worship (Mindcontrol)

macro for dps and healers

/showtooltip <interrupt>
/cast [@raid1,harm][@raid2,harm][@raid3,harm][@raid4,harm][@raid5,harm][@raid6,harm][@raid7,harm][@raid8,harm][@raid9,harm][@raid10,harm]<Interrupt>

interrupt= your spell to interrupt



Macro for a paladin tank can be this

#showtooltip Avenger's Shield
/targetenemyplayer
/cast Avenger's Shield
/targetlasttarget

Re: macro

Posted: 11 May 2011, 22:24
by oldone
FOR MELEE (RANGED RESTRICTED):

#showtooltip
/tar Name1
/tar [help] Name2
/tar [help] Name3
/cast [harm] <melee Interupt>

Notes: I read for melee its better to put players names in, you can also shorten the name like instead of Rainebell....you can put Rain (just enough to identify target)

You can also add: (at the end of your macro's to go back to dpsing right away)
/tar Corrupting
/tar [noexsists] [dead] Cho'gall

FOR RANGED (NON RANGED RESTRICTED):

#showtooltip
/cast [@raid1,harm] [@raid2,harm] [@raid3,harm] [@raid4,harm] [@raid5,harm] [@raid6,harm] [@raid7,harm] [@raid8,harm] [@raid9,harm] [@raid10,harm] <Ranged Interupt>

OR:

/tar raid1
/tar [help]raid2
/tar [help]raid3
/tar [help]raid4
/tar [help]raid5
/tar [help]raid6
/tar [help]raid7
/tar [help]raid8
/tar [help]raid9
/tar [help]raid10
/cast [harm] <Interupt>
/tar Corrupting
/tar [no exist] [dead] Cho'gall

Re: macro

Posted: 14 May 2011, 10:55
by oldone
for 25 man it can be something like this:

/cleartarget
/targetenemyplayer
/cast insertspellhere
/targetlasttarget


or for paladins

#showtooltip Avenger's Shield
/cleartarget
/targetenemyplayer
/cast Avenger's Shield
/targetlasttarget