macro

end boss on normal
User avatar
oldone
Beheerder
Posts: 619
Joined: 08 Jun 2010, 09:30

macro

Post by oldone » 11 May 2011, 20:32

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

User avatar
oldone
Beheerder
Posts: 619
Joined: 08 Jun 2010, 09:30

Re: macro

Post by oldone » 11 May 2011, 22:24

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

User avatar
oldone
Beheerder
Posts: 619
Joined: 08 Jun 2010, 09:30

Re: macro

Post by oldone » 14 May 2011, 10:55

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

Locked