Macro Template - TankSpot
Remove Advertisements
Macro Template
TankSpot // TankSpot News & Discussion // User Interface, Addons, and Macros
Reply
 
LinkBack Thread Tools
  #1  
Old 10-02-2009, 09:45 AM
New Registrant
 
Join Date: Sep 2009
Posts: 3
Macro Template

So I want to make a two modifer three ability macro. Is it possible? Can anyonve give me a template?

Basically
/cast (click X), modifer:1 (click Y), modife:2 (click Z) Where Click whatever is clicking the ability from the spellbook/inventory to make sure to avoid typos.
Reply With Quote
  #2  
Old 10-02-2009, 02:06 PM
Widdle Dwarfie
WoW Characters
 
Join Date: Apr 2008
Location: Arizona
Posts: 115
Not sure exactly what you mean by "Click whatever is clicking the ability", but if I were to guess your looking for something like this:

Code:
/cast [mod:shift] Spell1; [mod:alt] Spell2; Spell3
For example, the following macro will cast Cleave when shift is held down, Heroic Strike when ctrl is held down, and Revenge otherwise:

Code:
/cast [mod:shift] Cleave; [mod:ctrl] Heroic Strike; Revenge
To my knowledge, you can only use shift, ctrl, and alt as modifiers, other keys will not work.

[edit] Just recalled that there are more modifiers (known as modifier variables), but they simply just point back to shift, ctrl, and alt, so their functionality is somewhat pointless in my opinion.
__________________
- Helgi

Last edited by Helgi; 10-02-2009 at 02:19 PM..
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®.