Macros

Post Reply
Ziin
Posts: 1

Macros

Post by Ziin » Tue Oct 09, 2018 10:44 pm

Hi! i was looking for a functionally macros for my warrior to change
from two-handed weapon to a one-handed weapon with a shield, but
non o what i found actually works, could you pls help me?

i been trying theses:

/equip *weapon*

or

/equipslot17 *weapon*

or

/script WeaponSwap(“weapon”)

User avatar
Sinrek
Posts: 1222
Location: England

Re: Macros

Post by Sinrek » Wed Dec 12, 2018 12:19 am

Why not use Outfitter addon for that?

Otherwise you'd need either supermacros addon or find a knowledgable folks with LUA experience.
satisfied_turtle Slowly turtling my way up.

User avatar
Owondyah
Posts: 151

Re: Macros

Post by Owondyah » Wed Dec 12, 2018 8:44 am

There is a simple workaround for that.

As rogue, I do weapon switching a lot. I just put dagger on my, previously keybinded, action bar and when i'm in stealth and need dagger based opener I just press that key and dagger is in my main hand.

After I'm out of stealth I just press that other key which contains a sword I previously used and dagger is swapped with a sword.

No need for addons or macros. Just put weapons on your bar as regular skills/spells.

In your case you'd have to switch a 1h for 2h swords and then press a key to equip a sword.
When you switch back to 2h, you'll see your 1h and shield icons light up on action bars meaning they are unequipped and ready to use in your bag.
Mah YahTuhbe stuffz (TW related content included)

Have you VOTED today?

OWONDYAH armory link

Luclar
Posts: 20

Re: Macros

Post by Luclar » Tue Aug 30, 2022 8:00 pm

I/m looking for help on how to eat using a knife; forum replies: I eat with a spoon and recommend it. Me googling for answers about knives; google result: how to use spoons. Thanks forum trolls. If you don't know anything about knives, spare us your sentiments.

Legend for dummies: knife=macro, spoon=nonemacro, chopstick=xboxcontroller.

P.S. I love chopsticks so I'll go comment about them in the chopstick tread.

Best I could find was:
/script UseContainerItem(0,2) (to swap main hand wpn)
/equip (shield name here)
were 0,2 in your bag can swap your main hand, and create a separate macro for a 2hander like
/equip 2handedhere
Putting all 3 lines in 1 macro also kind of works.

Post Reply