Page 1 of 1

Swap weapon macro

PostPosted: Wed Oct 14, 2015 3:24 pm
by Sham
Looking for help with some macros. What I need is:

Using Q i can switch between 2 weapon sets:
Looming Gavel + Marbled Buckler
Zealot Blade + Vendetta
So I can constantly swap between them using one hotkey.

Also need macro so that when I press E, i go into defensive stance and my weapons switch to Looming Gavel + Marbled Buckler no matter what I was wearing.

Also need macro so that when I press 1 i charge to enemy if Im in battle stance. If I am in defense stance, it swaps to battle stance and then charge.

Re: Swap weapon macro

PostPosted: Wed Oct 14, 2015 4:35 pm
by Amelissan
Afaik there are no one button macros in vanilla ( cast sequence is tbc even with it you have to press 2 times to be able to meet your needs) maybe more experienced macro ppl would be able to help you but one button for 2 actions will be a far fetch i guess.

Re: Swap weapon macro

PostPosted: Wed Oct 14, 2015 5:53 pm
by St0rfan
Sham wrote:Looking for help with some macros. What I need is:

Using Q i can switch between 2 weapon sets:
Looming Gavel + Marbled Buckler
Zealot Blade + Vendetta
So I can constantly swap between them using one hotkey.

Also need macro so that when I press E, i go into defensive stance and my weapons switch to Looming Gavel + Marbled Buckler no matter what I was wearing.

Also need macro so that when I press 1 i charge to enemy if Im in battle stance. If I am in defense stance, it swaps to battle stance and then charge.


My macro thread might help you in this. You will need an addon though like weapon quick swap or outfitter.

Re: Swap weapon macro

PostPosted: Wed Oct 14, 2015 7:14 pm
by Armilus
St0rfan wrote:
Sham wrote:Looking for help with some macros. What I need is:

Using Q i can switch between 2 weapon sets:
Looming Gavel + Marbled Buckler
Zealot Blade + Vendetta
So I can constantly swap between them using one hotkey.

Also need macro so that when I press E, i go into defensive stance and my weapons switch to Looming Gavel + Marbled Buckler no matter what I was wearing.

Also need macro so that when I press 1 i charge to enemy if Im in battle stance. If I am in defense stance, it swaps to battle stance and then charge.


My macro thread might help you in this. You will need an addon though like weapon quick swap or outfitter.


ItemRack is also a good one. It has events that will automatically swap your gear, I know some people that have it working fine but the events aren't working for me. I probably need to blow away all my settings and start over.

Anyway, what storf said but check out itemrack too.

Re: Swap weapon macro

PostPosted: Fri Oct 16, 2015 3:20 am
by Aquane
heres my shield macro, works with 1 click and is spammable without problems when OOC, but in combat it I think triggers 1 GCD both ways and it wont work with dual wielding weapons I think; regardless when your 1h+shield are equipped you must keep the 8th bag slot empty before using the macro

/script UseContainerItem(0,7)
/script UseContainerItem(0,8)

in order for this to work, your backpack bag must have your 1h or 2h in the 7th slot, and either your shield or nothing in the 8th slot, and if your 1h+shield are equipped

heres how the game reads the backpack slots
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
so put the 1h or 2h where it says 7, and the shield in the 8th slot if you aren't wearing your 2h
the backpack is considered bag 0
I havent tried itemrack though