Taunt Macro!

This is a place to post customizable content for WoW. (e.g. Addons, Macros)

Taunt Macro!

Postby Snafui on Mon Jun 21, 2010 10:27 pm

Finally got this one right! Took a few hours of research... only AFTER months of forgetting why it didn't work:

#showtooltip Taunt
/cast [@mouseover, harm, exists] Taunt; Taunt
/script SetRaidTarget("mouseover", 2);
/script if UnitExists("mouseover") then SendChatMessage("Hey, {rt2}! Focus on the Bunny!","PARTY"); end

It will taunt your target but when you mouseover a runaway that someone has made friends with it taunts that target and puts in party chat, "Hey, RT! Focus on the Bunny!" Using the raid target you select!

Programming is a matter of learning a different language...
Image
User avatar
Snafui
Global Moderator
 
Posts: 644
Joined: Fri Aug 24, 2007 1:27 pm

Re: Taunt Macro!

Postby frankentruck on Wed Jun 23, 2010 6:32 am

I haven't done a lot with macros but sometimes lose aggro when pally tanking because people don't wait a couple seconds. Does anything else need to be done to use that? Is it a click macro button then use each time for each runaway mouse over? Do you click on the macro button once and it works forever?

Sorry for the n00b questions but it's the only way to learn when at a computer that can't run WoW ie: work.

Patrick
Today, after six months of dating, my girlfriend decided to break up with me because my "obsession" of being on the computer and playing games all the time was cutting into "our time". She then told me to "get a life" and never wanted to see me again. She told me all of this on WoW. FML
frankentruck
 
Posts: 170
Joined: Wed Jul 25, 2007 6:19 am
Location: Cameron,NC

Re: Taunt Macro!

Postby Snafui on Wed Jun 23, 2010 6:44 am

A Pally taunt macro is a bit different:

/cast [@mouseover, exists, help] Righteous Defense; [@mouseover, exists, harm] Hand of Reckoning; Shield of Righteousness

If you have your mouse button(s) held down to move around the targets, it will cast Shield of Righteousness. But you lose aggro on a mob if you mousover the mob it will use Hand of Reckoning. If you mouseover a player you use Righteous Defense...

So the new version would be:

/cast [@mouseover, exists, help] Righteous Defense; [@mouseover, exists, harm] Hand of Reckoning; Shield of Righteousness
/script SetRaidTarget("mouseover", 2);
/script if UnitExists("mouseover") then SendChatMessage("I'm here {rt2}!","PARTY"); end

Keep in mind the max amount of characters you could use is 255... and I don't have this on my pally yet.
Image
User avatar
Snafui
Global Moderator
 
Posts: 644
Joined: Fri Aug 24, 2007 1:27 pm

Re: Taunt Macro!

Postby Snafui on Wed Jun 23, 2010 6:59 am

One more thing... to put skull on my current target - except for DK tanking - I use this in one of my primary attacks:

/script SetRaidTarget("target", 8);

With my DK I use it in my presence button:

/cast [spec:1/2] Frost Presence
/cast [spec:1] Blood Presence
/stopmacro [spec:1]
/script SetRaidTarget("target", 8);

For me my primary spec is for PvP where I need frost and blood. My alt spec is for Tanking where I have to make sure I'm in frost.

So, if I forget, when I go to mark my first target I go into frost presence; if I am in frost it just marks the target. When I'm in my PvP spec it changes presence but cannot mark the target.

I tank on all four toons that can and there are definite pro/con issues with each! So these macros vary extensively.
Image
User avatar
Snafui
Global Moderator
 
Posts: 644
Joined: Fri Aug 24, 2007 1:27 pm


Return to UI Enhancements

Who is online

Users browsing this forum: No registered users and 1 guest