jabberbucktooth Posted July 31, 2003 Share Posted July 31, 2003 Where can I fund the full documentation on setting up and using macros. For example, how do you set up a macro to equip an avatar with items he is carrying? Link to comment Share on other sites More sharing options...
Dryden Posted July 31, 2003 Share Posted July 31, 2003 macro's work the same way if you were typing the commands. example: a macro to say aloud "you suck" start a new macro and give it a name: name is used only for reference. Pick an icon for your macro then type the macro text, in this case it would be: /say you suck When your done, drag the macro you made to your hotbar. When you click the button it will make your character say: "you suck" ________________________________________________ For equiping items, the easiest way is to put the item in you hotbar, but I am assuming you want to put mulitple item on at same time?? In that case I think the only way you can do this is to still put your items into a hotbar box, but you can write a macro to call to that button on the toolbar. such as /ui action toolbarSlot17 that will execute the slot17 on your toolbar. If you make a macro like this: /ui action toolbarSlot17; /ui action toolbarSlot18; etc etc etc then you can string the buttons. Just remember what toolbar slot you have it in, it changes from 1 - 8 toolbars. I believe they are all multiples of 10. Link to comment Share on other sites More sharing options...
jabberbucktooth Posted July 31, 2003 Author Share Posted July 31, 2003 Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.