PDA

View Full Version : Macro for Teddy



Vykenos
February 11th, 2009, 09:35 PM
Here is the macro I was talking about. If a mob aggros another play it lets you hit this and instead of having to target the player you can just target the mob and it will target the player for you.

#showtoolip Righteous Defense
/cast [help] Righteous Defense; [target=targettarget,help] Righteous Defense

You can also add a mouseover command to it so you just need to have your cursor over the monster if you want.

Teidilu
February 12th, 2009, 08:17 AM
Thank you so much!! That is going to help alot.

I do have another question for ya! Is there a way to mark, without having to right click on the mobs profile? Assigning a keyboard letter or number to it?

Now, I need to figure out how to make my action bar hold more

Vykenos
February 12th, 2009, 07:04 PM
I havent tried it but a search gave me this:

http://www.wowwiki.com/API_SetRaidTarget

Basically set a macro called Skull, in it put:

/script SetRaidTarget("target",8);


change the number in it for the different categories:

0 = no icon
1 = Yellow 4-point Star
2 = Orange Circle
3 = Purple Diamond
4 = Green Triangle
5 = White Crescent Moon
6 = Blue Square
7 = Red "X" Cross
8 = White Skull

I also found this addon with a quick search, again have not tried it:
http://wow.curse.com/downloads/wow-addons/details/quick-mark.aspx

Teidilu
February 13th, 2009, 01:04 AM
Cool! I am going to try them tomorrow!

I will let you know =)

Thanks again!