PDA

View Full Version : Sortie Chest #A5 -- interact with Bitzer with nothing equipped.



Tarmarkvar
04-07-2023, 09:54 PM
Is there any way that I can macro the removal of equipment?

It's pretty easy and straightforward, but going to the equipment screen and going through each of 14 pieces one by one and removing them is annoying. It's not a big problem, but if there is a more convenient way to do it, I would prefer that.

Catmato
04-07-2023, 10:11 PM
You can make an equipset with all slots being "remove piece".

DoctooOkay
04-08-2023, 07:28 AM
You can equip by slot using macros as well, if you don't want to use equip sets.

For example:

/equip feet "boots"
/equip l.ring "ring"

A full list of slots for /equip command is here: https://www.bg-wiki.com/ffxi/Macro#Equipment_and_macro_changing_commands.

Tarmarkvar
04-08-2023, 09:58 PM
You can make an equipset with all slots being "remove piece".

That worked, thanks. I had previously tried just using a completely empty equipset and that did not work. So initially I thought that was what you were suggesting. It did not occur to me that "Remove Piece" was essentially an equipment choice.

RichLester
07-27-2023, 09:11 AM
Is there a macro like "/equip removeall" that we can do? It's annoying to remove them one by one. At least afterwards, i quickly go to equip sets to put on my sheddick ring + Carmine cuisses speedy running set on.

Gwydion
07-27-2023, 09:53 AM
Is there a macro like "/equip removeall" that we can do? It's annoying to remove them one by one. At least afterwards, i quickly go to equip sets to put on my sheddick ring + Carmine cuisses speedy running set on.

You can make a macro for each slot:

Simply: "/equip feet" empties the feet slot. I think you would have to put them in one macro like:


/equip feet <wait1>
/equip legs <wait1>
/equip hands<wait1>
/equip body <wait1>
/equip head <wait1>