View Full Version : Taskbar/Weapon Swap.
ForgetMySoul
06-02-2007, 01:26 PM
Hi,
i was wondering if there are any mods that will change the task bar depending on the weapon you are using, lets say when I'm using a 1H+Shield, it gives me a different taskbar than if I was using a 2H, sort of like when you go into stealth as a rogue.
Klishu
06-02-2007, 10:01 PM
Hi. I've come up with a macro you could try but, I'm not sure if it works since I haven't tested it:
/equip Klishu's Shield
/changeactionbar 2
And in another macro which you put on the second action bar:
/equip Klishu's Legendery Two-Handed Staff
/changeactionbar 1
Obviously, change the item names to the ones you need and the action bar numbers to the ones you require. Note, there is also another way to do this which checks whether to choose an action bar or the other when you start your attack. In a macro put:
/changeactionbar [equipped:Shields] 2
/changeactionbar [equipped:Two-Handed Swords] 1
/startattack target
This instead checks what you have equipped when you start attacking and changes the action bar according to what you have equipped (i.e. put the above macro instead of your attack button). Instead of "/startattack target" you can place any ability which you use as an opener such as "/cast Charge".
N.B.: You cannot change action bars while you're in combat so you will need to change them before you start attacking.
I hope you'll find these macros helpful. Please do reply if they worked.
Klishu
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.