#1  
Old 11-06-2008, 09:15 AM
Bogota's Avatar
tank girl
 
Join Date: Sep 2007
Location: San Francisco
Posts: 81
charge/taunt macro

I need help with this macro. I'm trying to write a macro where when i click I charge and when I "alt" click I charge then taunt. But the taunt part doesn't seem to work.
Code:
#show Charge
/cast Charge
/cast [modifier:alt] Charge, Taunt
__________________
Reply With Quote
  #2  
Old 11-06-2008, 09:44 AM
What is a Marmot
 
Join Date: May 2008
Location: Canada
Posts: 17
Sorry don't have wow in front of me but wouldn't this work
#show Charge
/cast Charge
/cast [modifier:alt] Taunt
Reply With Quote
  #3  
Old 11-06-2008, 02:03 PM
Bogota's Avatar
tank girl
 
Join Date: Sep 2007
Location: San Francisco
Posts: 81
I guess I can't do a one push charge and taunt macro? Does it have to be two button pushes?
__________________
Reply With Quote
  #4  
Old 11-06-2008, 04:56 PM
Tankism
WoW Characters
 
Join Date: Aug 2008
Posts: 29
Source: mandible
#show Charge
/cast Charge
/cast [modifier:alt] Taunt

That works for me. Maybe try the macro again.
Reply With Quote
  #5  
Old 11-06-2008, 05:04 PM
New Registrant
WoW Characters
 
Join Date: Nov 2008
Posts: 9
Source: Bogota
I need help with this macro. I'm trying to write a macro where when i click I charge and when I "alt" click I charge then taunt. But the taunt part doesn't seem to work.
Code:
#show Charge
/cast Charge
/cast [modifier:alt] Charge, Taunt

The reason this doesn't work is that, even when holding down alt, the first /cast is performed, triggering the global cooldown. When the second line is run, you try to charge again, and because you can't, execution stops and doesn't get to the Taunt.

As mandible posted:
Code:
#show Charge
/cast Charge
/cast [modifier:alt] Taunt
This will work. Charge is always performed, and if alt is pressed, so is taunt as it's not affected by GCD.
Reply With Quote
  #6  
Old 11-06-2008, 06:21 PM
Registrant
 
Join Date: Oct 2008
Posts: 85
#show Charge
/cast [button:5] Intervene
/cast Charge
/cast [button:2]Taunt


This works well for me.
Reply With Quote
Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

World of Warcraft™ and Blizzard Entertainment® are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright © Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment®.