Fencer Archive
Thread: Quick Change Macro To Help Out Armor Wearing Fencers...
I wear full Ubese most of the time, and I got tired of having to change clothes when I wanted to rest and regen. So I did some surfing of the boards, and came up with a cool little macro/alias that makes changing clothes a snap, and wearing armor more desirable.
Anywho the commands you use are:
/ui action toolbarPane**
/ui action toolbarSlot**
Where ** is the pane/slot number, STARTING AT ZERO. So what you visually see as 1 is actually 00. Same for slots. My aliases are set up as follows:
/alias cg; /ui action toolbarPane02; /ui action toolbarSlot00; /ui action toolbarSlot01;
/ui action toolbarSlot02; /ui action toolbarSlot03; /ui action toolbarSlot12; /ui action toolbarSlot13;
/ui action toolbarSlot14; /ui action toolbarSlot15; /ui action toolbarPane00;
In effect, this aliases switches to VISUALpane #3, andactivates hotkey F1-F4, and ShiftF1 - ShiftF4. Then switches back to VISUAL pane #1. There is abuilt in divider between the three boxes of 8 hotkeys that makes it easy to visually see what this alias will equip, so all you have to do is change what is dragged in the boxes to change what the alias equips.
The other alias I named /fg and it is in effect the same, except it activates the second grouping of 8 hotkeys.
Quick, easy way to change clothes. You could in fact macro this (which I did), but I find it more convienient to type /fg <Enter>. Up to you. Any questions or comments just post back.
-Soze
sheesh, the alias looks ugly! It's hard to format on these forums for some reason and you can't edit eek!
Anyway, the alias has to be all one line with semicolon dividers between commands.
Sorry for the ugly, confusing layout.
-Soze
Crap, just noticed a typo.
Remove the ; after /alias cg
It should look like this (hope formatting is better this time!):
/alias cg /ui action toolbarPane02; /ui action toolbarSlot00; /ui action toolbarSlot01; /ui action toolbarSlot02; /ui action toolbarSlot03; /ui action toolbarSlot12; /ui action toolbarSlot13; /ui action toolbarSlot14; /ui action toolbarSlot15; /ui action toolbarPane00;