Wow Macros
Quaunaut
The longest seven days in history... Join Date: 2003-03-21 Member: 14759Members, Constellation, Reinforced - Shadow
in Off-Topic
<div class="IPBDescription">Oh em gee.</div> So many useful ones.
But I've spent TOO LONG, TOO LONG I TELL YOU trying to get one that will put my nightscape boots on when I go into stealth, and no matter how I come out, will put on my heraldic boots when I come out.
Anyone know a way?
But I've spent TOO LONG, TOO LONG I TELL YOU trying to get one that will put my nightscape boots on when I go into stealth, and no matter how I come out, will put on my heraldic boots when I come out.
Anyone know a way?
Comments
I want that!
Hint: topic title.
Hint: topic title. <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
You can use macro's for a lot of games.
*EDIT*
Oh my god. I was fooled too.
It's not wow, macros. It's WoW Macros. Amazing.
<!--QuoteBegin-coil on a different forum+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (coil on a different forum)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->I found an *excellent* pair of macros on the UI/interface forum... here's a reprint:
Macro #1: When you first create it, this is just a placeholder. Eventually, it will be your "Assist <name>" macro, so title it accordingly, pick an icon you like, and put the script text as "/assist mumblesmom".
Macro #2: Call it "Edit Assist" or something similar. When you hit this macro, your "Assist <name>" macro will be updated to "Assist <whatever you're currently targetting>". Basically, it makes it super easy to make and keep up-to-date a macro for assisting the MA. Here's the script for it:
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->/script EditMacro(1, "Assist "..UnitName("target"), nil, "/assist "..UnitName("target"), 1)
/script SaveMacros()<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Sweet!<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
It's the only macro I use right now, although I do run Cosmos. I'll may eventually cobble a few emote/execute macros together for certain spells such as polymorph, but I'm too lazy to bother with it right now.
Hint: topic title. <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
You can use macro's for a lot of games.
*EDIT*
Oh my god. I was fooled too.
It's not wow, macros. It's WoW Macros. Amazing. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
Oh, right.
My mistake. I thought Quanaut was particularly enthusiastic about rediscovering macros, or something.
You can't make a macro that is triggered by the game afik (aka, if a baddie whacks you before you take an action to unstealth you can't have the game equip your boots)
For everything else it is possible, but the only way I can think of doing it is a string of multi action macros (aka, stealth+boots, attack+boots etc etc)
1) I'm too lazy to read MORE about WoW
2) I like action games, so clicking though tens of menus in a heated battle is right for me.
You can't make a macro that is triggered by the game afik (aka, if a baddie whacks you before you take an action to unstealth you can't have the game equip your boots)
For everything else it is possible, but the only way I can think of doing it is a string of multi action macros (aka, stealth+boots, attack+boots etc etc) <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
You can do it. I just don't know the macro-ing language.
As a alternative, could we have a macro that whenever I, say:
Press T(for attack)
Use Ambush
Use Cheap Shot
Can I make it if I do those? Note that Ambush is key "4", Cheap Shot is key "1"
You can't have a macro that responds to an event with out you pressing a key (aka badie detects and smacks you).
How to make macros?
I think the slash command is /macro, you you can also just get to it from the emotes menu (above the chat window)
@Killr
that is actualy a realy complicated macro (from what I understand) and is infact better handeled by a plugin.
You could grab <a href='http://www.curse-gaming.com/mod.php?addid=110' target='_blank'>weapon quick swap</a>
and if you wana do this type of thing with auto switching based on stance (druid/warrior or what ever) <a href='http://www.curse-gaming.com/mod.php?addid=151' target='_blank'>StanceSets</a>
EEP!
I standcorrected
Quan, this is for you:
<a href='http://www.curse-gaming.com/mod.php?addid=338' target='_blank'>Equip Manager</a>
Aparently it alowes you to do auto equip swaps on lots of changes (this is even better then the last 2 I posted), including:
warrior stances, Druid forms, Stealth, and Mounted.
looks cool!
^
|
|
All your macro questions can be answered there.
You can't make a macro that is triggered by the game afik (aka, if a baddie whacks you before you take an action to unstealth you can't have the game equip your boots)
For everything else it is possible, but the only way I can think of doing it is a string of multi action macros (aka, stealth+boots, attack+boots etc etc) <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
You can do it. I just don't know the macro-ing language.
As a alternative, could we have a macro that whenever I, say:
Press T(for attack)
Use Ambush
Use Cheap Shot
Can I make it if I do those? Note that Ambush is key "4", Cheap Shot is key "1" <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
THERE ARE NO INTEGRATED WAIT FEATURES SO NO YOU CANNOT DO THAT, YOU MUST WAIT GLOBAL COOLDOWN BUT THERE IS NO USE OF WAITS
You can't have a macro that responds to an event with out you pressing a key (aka badie detects and smacks you).
How to make macros?
I think the slash command is /macro, you you can also just get to it from the emotes menu (above the chat window)
@Killr
that is actualy a realy complicated macro (from what I understand) and is infact better handeled by a plugin.
You could grab <a href='http://www.curse-gaming.com/mod.php?addid=110' target='_blank'>weapon quick swap</a>
and if you wana do this type of thing with auto switching based on stance (druid/warrior or what ever) <a href='http://www.curse-gaming.com/mod.php?addid=151' target='_blank'>StanceSets</a>
EEP!
I standcorrected
Quan, this is for you:
<a href='http://www.curse-gaming.com/mod.php?addid=338' target='_blank'>Equip Manager</a>
Aparently it alowes you to do auto equip swaps on lots of changes (this is even better then the last 2 I posted), including:
warrior stances, Druid forms, Stealth, and Mounted.
looks cool! <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
I was thinking that this macro would be geared towards when he chooses to comes out of stealth, initiating the attack.
Could you please clarify?
You can't have a macro that responds to an event with out you pressing a key (aka badie detects and smacks you).
How to make macros?
I think the slash command is /macro, you you can also just get to it from the emotes menu (above the chat window)
@Killr
that is actualy a realy complicated macro (from what I understand) and is infact better handeled by a plugin.
You could grab <a href='http://www.curse-gaming.com/mod.php?addid=110' target='_blank'>weapon quick swap</a>
and if you wana do this type of thing with auto switching based on stance (druid/warrior or what ever) <a href='http://www.curse-gaming.com/mod.php?addid=151' target='_blank'>StanceSets</a>
EEP!
I standcorrected
Quan, this is for you:
<a href='http://www.curse-gaming.com/mod.php?addid=338' target='_blank'>Equip Manager</a>
Aparently it alowes you to do auto equip swaps on lots of changes (this is even better then the last 2 I posted), including:
warrior stances, Druid forms, Stealth, and Mounted.
looks cool! <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
I was thinking that this macro would be geared towards when he chooses to comes out of stealth, initiating the attack.
Could you please clarify? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
The thing he gave(Equip Manager) will manage if I'm in a certain state...or not.
With macros you can set it to do 2 actions with 1 button (leave stealth and change equip)
with the last thing I linked to it will detect your state and change equip acordingly.
personaly, I tihnk that is getting a little to close to botting for my tastes, but hey.
If Blizz alowes it, I aint gona say anything <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->