Equip and use commands not working right

Post Reply
User avatar
Snoodydood
Posts: 83

Equip and use commands not working right

Post by Snoodydood » Tue Aug 30, 2022 12:57 am

It seems the /equip and /use chat commands aren't functioning and just give the "try using /help" prompt whenever they are used. I don't know if this is a known issue or not but it also prevents certain types of macros from working.

User avatar
Dasenel
Posts: 10

Re: Equip and use commands not working right

Post by Dasenel » Tue Aug 30, 2022 4:53 am

Hey, macros work different in vanilla. You can't just type /equip or /attack for auto attack.
There are 2 solutions:
- get an addon that allows to use modern macros, you can find them here on forum
- use vanilla specific ones like this one for example (for auto attack instead of just /attack)
/run for z=1,172 do if IsAttackAction(z)then if not IsCurrentAction(z)then UseAction(z);end;end;end;

Geojak
Posts: 2100
Has liked: 34 times
Likes: 21 times

Re: Equip and use commands not working right

Post by Geojak » Tue Aug 30, 2022 7:59 am

I have an issue with lua equip item slot macros.

They somehow cause gcd when they should not

Post Reply