Teras Kasi Archive
Thread: Armor removal macro??
Page 1 of 1
Grogin666
Tue Oct 21, 2003 11:49 am
#1
Is there an ingame macro to remove your armor?
Put the pieces in hot key slots and doing it manually is getting old fast.
This would make meditating ALOT easier.
Thanks
Slithiss
Teras Kasi Expert
Fellstaff
Tue Oct 21, 2003 11:54 am
#2
Search the forums for 'toolbarSlot'. You'll see lots of macros involving /ui action toolbarSlot, I'm at work so I can't look at mine to tell you exactly how I did it, but it is possible.
knathdrak
Wed Oct 22, 2003 12:14 am
#3
First pick a pane to use. I used the third pane for example. Put all of your amror and the clothes you want to wear on the tool bar. (both the armor and what you want to wear when you unequip your armor)
Next we write the macro
/ui action toolbarPane #;
/ui action toolbarSlot##;
/ui action toolbarSlot##;
/ui action toolbarSlot##;
/ui action toolbarSlot##;
/ui action toolbarPane #;
for the # you need the pane number, this starts at 00 and counts up. I use the double pane and my armor is on pan3 3 so i would replace # with 2.
for the ## use the button number on the pane it also starts at 00 and counts up. If you have a double pane it goes till 23;
Repeat the middle section (toolbarSlot##) for all of your armor and clothing slots. Then just make sure that you are wearing one set of the armor or clothes to start the change.
the toolbarPane changes the pane of the window, then the toolbarSlot selects each item then the macro changes back to your combat pane. This is the macro i use for armor changing. I like it because i can use it like a toggle button
Next we write the macro
/ui action toolbarPane #;
/ui action toolbarSlot##;
/ui action toolbarSlot##;
/ui action toolbarSlot##;
/ui action toolbarSlot##;
/ui action toolbarPane #;
for the # you need the pane number, this starts at 00 and counts up. I use the double pane and my armor is on pan3 3 so i would replace # with 2.
for the ## use the button number on the pane it also starts at 00 and counts up. If you have a double pane it goes till 23;
Repeat the middle section (toolbarSlot##) for all of your armor and clothing slots. Then just make sure that you are wearing one set of the armor or clothes to start the change.
the toolbarPane changes the pane of the window, then the toolbarSlot selects each item then the macro changes back to your combat pane. This is the macro i use for armor changing. I like it because i can use it like a toggle button
Fellstaff
Wed Oct 22, 2003 12:17 am
#4
You need2 macros,first to switch from clothing to armor (select armor pieces), second to switch from armor to clothing (put on clothes REMOVE helmet/gloves (if you don't have normal gloves/hat).
Grogin666
Wed Oct 22, 2003 12:39 am
#5
Thanks for the help!!
I'm a Trandoshan, so the armor pieces are just helmet,chest,leggings, and the bicep/bracers for left and right arms.
Adv. Composite all the way!
So I need to write 2 macros for this or just one?
knathdrak
Wed Oct 22, 2003 12:47 am
#6
if you follow my macro you just need 1 macro.
i use it as a toggle armor on/ clothes off
and vise versa.
Just remember to place all armor then all clothes on the same hotbar line. then just call all the slots.
Have fun
i use it as a toggle armor on/ clothes off
and vise versa.
Just remember to place all armor then all clothes on the same hotbar line. then just call all the slots.
Have fun
Page 1 of 1