Results 1 to 6 of 6
  1. #1
    Player
    Join Date
    Apr 2022
    Posts
    261

    Sortie Chest #A5 -- interact with Bitzer with nothing equipped.

    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.
    (0)

  2. #2
    Player Catmato's Avatar
    Join Date
    Mar 2011
    Posts
    972
    You can make an equipset with all slots being "remove piece".
    (2)
    It's your server.

  3. #3
    Player DoctooOkay's Avatar
    Join Date
    Apr 2023
    Posts
    30
    Character
    Tofuwupifuwu
    World
    Odin
    Main Class
    RDM Lv 99
    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#E...nging_commands.
    (0)

  4. #4
    Player
    Join Date
    Apr 2022
    Posts
    261
    Quote Originally Posted by Catmato View Post
    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.
    (1)

  5. #5
    Player RichLester's Avatar
    Join Date
    Mar 2011
    Location
    Windurst
    Posts
    101
    Character
    Leara
    World
    Sylph
    Main Class
    BLU Lv 99
    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.
    (0)

  6. #6
    Player Gwydion's Avatar
    Join Date
    Oct 2014
    Posts
    993
    Character
    Galkashield
    World
    Asura
    Main Class
    THF Lv 1
    Quote Originally Posted by RichLester View Post
    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:
    Code:
    /equip feet <wait1>
    /equip legs <wait1>
    /equip hands<wait1>
    /equip body <wait1>
    /equip head <wait1>
    (0)