Sign in to follow this  
Taiteki

Accessories changing macro

Recommended Posts

Taiteki    2

Hi

Anyone know working in game macro for accessory changing?

Commands /left, /right don't work.

 

Share this post


Link to post
Share on other sites
DevWolx    62

I was looking for a solution and this works for me currently :

1) let's start with an earring and type /useright "earring name".
2) follow by the necklace as separation /use "necklace name".
3) now put the other part of earring as /useleft "earring name".
4) now put the ring as /useright "ring name".
5) put the belt as separation /use "belt name".
6) finish with the other ring as /useleft "ring name".

so macro should look like this as an example :
/useright Discordant Magic Earrings
/use Discordant Magic Necklace
/useleft Discordant Magic Earrings
/useright Discordant Magic Ring
/use Discordant Magic Belt
/useleft Discordant Magic Ring

*You can swap the order of earrings / rings and necklace / belt. The important thing is to start with right side, a separation, then left).

  • Like 2

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this