Musician Archive
Thread: anyone else find this disturbing?
Message Edited by ZolaTelanina on 11-25-2004 02:04 PM
SOE Wrote:
Using Alias's and Dancing Macro
3.A Being the evil person I am and making you type all that out, here is how you can use short cuts or alias's to make your macros shorter. This is how an alias works, you take a command or a whole set of commands you use a lot and make it into an alias. Then when you type what you named that alias, it will execute the whole set of commands you told it too. I feel like dancing over this easier way to make macros. So I am going to make a small dance routine and turn it into one command. I am going to put this routine on tool bar pane 4 (03 to the computer). Here is my routine:
Dancing Macro Code
3.B.
/ui action toolbarPane03;
/alias Dance /startdance rhythmic; /pause 5; /floiurish1; /pause 20; /fourish7; /pause 20; /flourish 4; /stopdance;
/alias Dance2 /startdance formal; /pause 5; /floiurish4; /pause 20; /fourish2; /pause 20; /flourish 6; /stopdance;
Now when I type:
/Dance
or
/Dance2
I will perform that whole dance routine. You need to load this alias every time you log into the game though. So make a macro with all your aliases then click it once every time you log on. Then you can get creative and make macros with combos of /dance and /dance2.