User Tools

Site Tools



materialgirl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
materialgirl [2023/10/20 14:21] – [Settings Tab] mistahmikeymaterialgirl [2024/09/12 00:46] (current) – [Inventory Types Tab] mistahmikey
Line 50: Line 50:
 | Reset | Resets all settings to their default initial values. You can use this to abort certain operations you've started if you can catch it in time. If you have a current profile set, and Load Current Profile After Reset (Profile Tab) is enabled, then your saved profile values will be loaded.  The Reset button will disappear while the reset is in progress, and will reappear when it completes. | | Reset | Resets all settings to their default initial values. You can use this to abort certain operations you've started if you can catch it in time. If you have a current profile set, and Load Current Profile After Reset (Profile Tab) is enabled, then your saved profile values will be loaded.  The Reset button will disappear while the reset is in progress, and will reappear when it completes. |
 | Discord Icon | Takes you to the Material Girl Discord channel if you need support.  Be advised I am in the Eastern Time zone (UTC-05:00). | | Discord Icon | Takes you to the Material Girl Discord channel if you need support.  Be advised I am in the Eastern Time zone (UTC-05:00). |
-| Sync Gearsets | When clicked, Material Girl will set the FFXIV recommended equipment for selected gearsets from your FFXIV gearset list. You specify the gearsets to be synchronized via the Gearsets tab. | +| Sync Gearsets | When clicked, Material Girl will set the FFXIV recommended equipment for selected gearsets from your FFXIV gearset list and save the gearset. You specify the gearsets to be synchronized via the Gearsets tab. | 
-| Clean Armory | When clicked, Material Girl will transfer all equipment from your Equipment inventories that are not assigned to a gearset into your inventory bags.  It will visit every gearset in your FFXIV gearset list to catalog the equipment it uses. You can also request each gearset first be synchronized before it is cataloged (specified in the Settings Tab; by default, it is disabled.)  After it has visited every gearset, it will move as much unassigned equipment into your inventory bags as space allows. If you do not have sufficient space, you will need to execute Clean Armory multiple times.  Because of how items are identified in the gameit is not possible to determine if multiple rings of the same type are truly assigned to a gearset or not.  You will see messages in the Minion Console when this occurswhich you can use to determine if you manually need to remove specific rings. |+| Clean Armory | When clicked, Material Girl will transfer all equipment from your Equipment inventories that are not assigned to a gearset into your inventory bags.  You can also request each gearset first be synchronized before cleaning takes place (specified in the Settings Tab; by default, it is disabled.)  MG will move as much unassigned equipment into your inventory bags as space allows. If you do not have sufficient space, you will need to make additional space and execute Clean Armory multiple times. Here is how I recommend you use the Clean Armory feature.  If you know your current gearsets are synced - i.e.they are up to date and represent the best equipment you can assign to them - then just run Clean Armory directly.  Otherwise, first run Sync Gearsets - which will visit every gearset to ensure the recommended equipment for each gearset is chosen and saved - thenrun Clean Armory.  If you have more armory items to move into your inventory bags than space available, you will need to subsequently create some space by getting rid of the equipment currently there - perhaps by desynthesizing, selling, or moving them to retainers/saddlebags - then, you can just run Clean Armory again and it will quickly move the next set of equipment into the newly available space.  Be aware that only equipment that is actually in your armory bags is considered for movement, so any equipped equipment items will not be considered, even though those equipment items may not be in any gearset (generally a rare situation.)   If you want to move those ungearseted equipped equipment items out as well, then simply equip a different gearset and run Clean Armory again.|
 | Trade Gil | When clicked, Material Girl will trade the amount of Gil you specify in the Gil to Trade control to the player you have targeted. FFXIV limits the amount of Gil that can be transferred in a single trade to 1M, but Material Girl will initiate multiple trades to trade amounts greater than 1M.  If you run Material Girl on the recipient using Auto Trade mode (specified in the Settings Tab; by default, it is disabled), then the entire amount of Gil you requested to be traded will be transferred automatically. | | Trade Gil | When clicked, Material Girl will trade the amount of Gil you specify in the Gil to Trade control to the player you have targeted. FFXIV limits the amount of Gil that can be transferred in a single trade to 1M, but Material Girl will initiate multiple trades to trade amounts greater than 1M.  If you run Material Girl on the recipient using Auto Trade mode (specified in the Settings Tab; by default, it is disabled), then the entire amount of Gil you requested to be traded will be transferred automatically. |
  
Line 108: Line 108:
  ( <expression> )  ( <expression> )
  
-<primitiveExpression> := #these all evaluate to TRUE or FALSE for a inventory item+<primitiveExpression> := #these all evaluate to TRUE or FALSE for a bag item
  <patternOp> | #item name matches lua pattern  <patternOp> | #item name matches lua pattern
  <nameOp> | #item name exactly matches string  <nameOp> | #item name exactly matches string
Line 121: Line 121:
  sellable | #item is sellable  sellable | #item is sellable
  collectable | #item is collectable  collectable | #item is collectable
 + buyable | #item can be bought at a vendor
  <relationOp> #item satifies a relation  <relationOp> #item satifies a relation
  
Line 157: Line 158:
  secondarytool | #matches ui category that is a secondary tool  secondarytool | #matches ui category that is a secondary tool
  tool | #matches ui category that is a primary or secondary tool  tool | #matches ui category that is a primary or secondary tool
- arm  | #matches ui category that is an arm + battlearm  | #matches ui category that is an arm used in battle 
- equipment #matches ui category that is a an equippable piece of equipment + equipment #matches ui category that is a an equippable piece of equipment 
 +        material # matches any kind of material you would typically get via gathering
  
 <relationOp> := <relationOp> :=
Line 194: Line 196:
  not |  not |
  !  !
- 
 </code> </code>
  
Line 220: Line 221:
 The item list table provide a wide range of item attributes for you to view.  Note that the column headers provide buttons that allow you to sort the list according to values in that column: “^” sorts in the ascending direction (lowest to highest values), while “v” sorts in the descending direction (highest to lowest values). The item information displayed in each column is: The item list table provide a wide range of item attributes for you to view.  Note that the column headers provide buttons that allow you to sort the list according to values in that column: “^” sorts in the ascending direction (lowest to highest values), while “v” sorts in the descending direction (highest to lowest values). The item information displayed in each column is:
  
-| Name           | The item's name                                                +| Name           | The item's name                                                                                                                                                                 
-| Inv Type       | The inventory type of the inventory in which the item resides  +| Inv Type       | The inventory type of the inventory in which the item resides                                                                                                                   
-| Slot           | The slot within the inventory that holds the item              +| Slot           | The slot within the inventory that holds the item                                                                                                                               
-| Level          | The player level of the item                                   +| Level          | The player level of the item                                                                                                                                                    
-| iLevel         | The item level of the item                                     +| iLevel         | The item level of the item                                                                                                                                                      
-| HQ Count       | The number of this item that are high quality                  +| HQ Count       | The number of this item that are high quality                                                                                                                                   
-| NQ Count       | The number of this item that are normal quality                +| NQ Count       | The number of this item that are normal quality                                                                                                                                 
-| Can Desynth    | The item can be desynthesized                                  +| Can Desynth    | The item can be desynthesized                                                                                                                                                   
-| Materia Count  | The number of materias attached to the item                    +| Materia Count  | The number of materias attached to the item                                                                                                                                     
-| % SB           | The item's spiritbond percentage                               +| % SB           | The item's spiritbond percentage                                                                                                                                                
-| % Cond         | The item's damage condition                                    +| % Cond         | The item's damage condition                                                                                                                                                     
-| Col Rtg        | The item's collectability rating                               +| Col Rtg        | The item's collectability rating                                                                                                                                                
-| Can Trade      | The item can be traded                                         +| Can Trade      | The item can be traded                                                                                                                                                          | 
-| Vendor Price   | The gil amount a vendor will pay for the item                  |+| Can Buy        | The item can be bought at a vendor. If you double right click on a cell in this column containing a "true" value, a popup table of the vendors who sell this item is displayed.  
 +| Vendor Price   | The gil amount a vendor will pay for the item                                                                                                                                   |
  
 Depending on the inventory types of the individual items you've selected, certain functions may not be applicable. For example, you can't sell items out of your saddle bags, so if you attempt to do so, Material Girl will deny the request.  Material Girl also prohibits you from preforming destructive operations on your equipment inventory types, and requires you to first move them from your equipped items or armory into your inventory bags to do things like retrieve materia, desynthesize, or discard. When functions are disallowed, Material Girl will provide a popup that identifies the disallowed functions. Depending on the inventory types of the individual items you've selected, certain functions may not be applicable. For example, you can't sell items out of your saddle bags, so if you attempt to do so, Material Girl will deny the request.  Material Girl also prohibits you from preforming destructive operations on your equipment inventory types, and requires you to first move them from your equipped items or armory into your inventory bags to do things like retrieve materia, desynthesize, or discard. When functions are disallowed, Material Girl will provide a popup that identifies the disallowed functions.
Line 239: Line 241:
 The functions you can perform are: The functions you can perform are:
  
-| Extract Materia     | If the enabled item has fully spiritbonded materia, it is extracted.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | +| Extract Materia     | If the selected item has fully spiritbonded materia, it is extracted.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 
-| Repair Selected     | If the enabled item is in need of repair (it's condition is below the threshold specified in the Settings tab), and you have the required dark matter in your inventory, it is repaired.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |+| Repair Selected     | If the selected item is in need of repair (it's condition is below the threshold specified in the Settings tab), and you have the required dark matter in your inventory, it is repaired.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| Repair All          | Material Girl will Navigate your character to Alistair in Limsa Lominsa Lower Decks (future Material Girl versions may support mendor selection or traveling to the nearest mender.)  For each selected inventory, Material Girl will interact with the Mender to repair all items in that inventory.  Specifically, the enabled state of items in the list is ignored.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |+| Repair All          | Material Girl will Navigate your character to Alistair in Limsa Lominsa Lower Decks (future Material Girl versions may support mendor selection or traveling to the nearest mender.)  For each selected inventory, Material Girl will interact with the Mender to repair all items in that inventory.  Specifically, the selected state of items in the list is ignored.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| Use                 | if the enabled item can be used, it is used. If the item is stacked, all items in the stack are used. This is considered to be a destructive function, so you will be prompted to authorize it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |+| Use                 | if the selected item can be used, it is used. If the item is stacked, all items in the stack are used. This is considered to be a destructive function, so you will be prompted to authorize it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| Retrieve Materia    | If the enabled item has materia, they all are retrieved. This is considered to be a destructive function, so you will be prompted to authorize it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |+| Retrieve Materia    | If the selected item has materia, they all are retrieved. This is considered to be a destructive function, so you will be prompted to authorize it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| Desynthesize        | If the enabled item is desynthesizable, it is desynthesized. If the item is stacked, all items in the stack are used. This is considered to be a destructive function, so you will be prompted to authorize it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |+| Desynthesize        | If the selected item is desynthesizable, it is desynthesized. If the item is stacked, all items in the stack are used. This is considered to be a destructive function, so you will be prompted to authorize it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
 +| :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 
 +| Discard             | The selected item is discarded. If the item is stacked, all items in the stack are discarded. This is considered to be a destructive function, so you will be prompted to authorize it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | 
 +| :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 
 +| Lower Quality       | If the selected item is HQ, it's quality is lowered to NQ. If the item is stacked, the quality of all items in the stack is lowered. This is considered to be a destructive function, so you will be prompted to authorize it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| Discard             | The enabled item is discarded. If the item is stacked, all items in the stack are discarded. This is considered to be a destructive function, so you will be prompted to authorize it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | 
 | Merge               | Merges the selected stackable items into larger stacks. You can select just the items you want stacked, or you can select everything an Material Girl will merge everything that is stackable. | | Merge               | Merges the selected stackable items into larger stacks. You can select just the items you want stacked, or you can select everything an Material Girl will merge everything that is stackable. |
-| Expert Delivery     | The enabled item will be offered up for expert delivery.  Material Girl will navigate your character to the appropriate Grand Company officer and interact with it to deliver all enabled items.  By default, special items will not be delivered, but this can be enabled using the Settings tab. If delivering an item will put you over your maximum company seal allowance, the function will be terminated. While this could be considered to be a destructive function, you will be not be prompted to authorize it, since you have plenty of time to abort while it is traveling to the NPC required to accomplish it.                                                                                                                                                                                                                                                                                                                                                               |+| Expert Delivery     | The selected item will be offered up for expert delivery.  Material Girl will navigate your character to the appropriate Grand Company officer and interact with it to deliver all enabled items.  By default, special items will not be delivered, but this can be enabled using the Settings tab. If delivering an item will put you over your maximum company seal allowance, the function will be terminated. While this could be considered to be a destructive function, you will be not be prompted to authorize it, since you have plenty of time to abort while it is traveling to the NPC required to accomplish it.                                                                                                                                                                                                                                                                                                                                                               |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| Trade Items         | The enabled item will be offered for trade to the character you are targeting.  If that player is also running Material Girl with Auto Trade enabled (specified bin the Settings tab; by default, it is disabled), then all enabled items requested will be automatically traded using multiple trade sessions. This is very useful for trading items between your main and alt characters. Sell - the enabled item will be offered for sale to Genulf in Limsa Lominsa Lower Decks (future Material Girl versions may support vendor selection or traveling to the nearest vendor.)  By default, special items will not be sold, but this can be enabled using the Settings tab. Material Girl will navigate your character to Genulf and sell all the enabled items to him. While this could be considered to be a destructive function, you will be not be prompted to authorize it, since you have plenty of time to abort while it is traveling to the NPC required to accomplish it.  |+| Trade Items         | The selected item will be offered for trade to the character you are targeting.  If that player is also running Material Girl with Auto Trade enabled (specified bin the Settings tab; by default, it is disabled), then all enabled items requested will be automatically traded using multiple trade sessions. This is very useful for trading items between your main and alt characters. Sell - the enabled item will be offered for sale to Genulf in Limsa Lominsa Lower Decks (future Material Girl versions may support vendor selection or traveling to the nearest vendor.)  By default, special items will not be sold, but this can be enabled using the Settings tab. Material Girl will navigate your character to Genulf and sell all the enabled items to him. While this could be considered to be a destructive function, you will be not be prompted to authorize it, since you have plenty of time to abort while it is traveling to the NPC required to accomplish it.  |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
Line 266: Line 271:
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
 | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | | :::                 | :::                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| Sell                | The enabled item will be offered for sale to Genulf in Limsa Lominsa Lower Decks (future Material Girl versions may support vendor selection or traveling to the nearest vendor.) By default, special items will not be sold, but this can be enabled using the Settings tab. Material Girl will navigate your character to Genulf and sell all the enabled items to him. While this could be considered to be a destructive function, you will be not be prompted to authorize it, since you have plenty of time to abort while it is traveling to the NPC required to accomplish it.                                                                                                                                                                                                                                                                                                                                                                                               | +| Sell                | The selected item will be offered for sale to Genulf in Limsa Lominsa Lower Decks (future Material Girl versions may support vendor selection or traveling to the nearest vendor.) By default, special items will not be sold, but this can be enabled using the Settings tab. Material Girl will navigate your character to Genulf and sell all the enabled items to him. While this could be considered to be a destructive function, you will be not be prompted to authorize it, since you have plenty of time to abort while it is traveling to the NPC required to accomplish it.                                                                                                                                                                                                                                                                                                                                                                                               | 
-| Select Destination  | The enabled items will be moved to the inventory you select from the dropdown list. Some of the inventory selections will be groups, like Armory, while others will be specific inventories, like Bag 1. In all cases, the item is moved into the first available slot in the selected inventory. |+| Select Destination  | The selected items will be moved to the inventory you select from the dropdown list. Some of the inventory selections will be groups, like Armory, while others will be specific inventories, like Bag 1. In all cases, the item is moved into the first available slot in the selected inventory. |
  
 +=== Vendors Table ===
 +
 +If you double click on a cell in the "Can Buy" column with a "true" value, a popup window will display a table of the vendors who sell the item.
 +
 +{{:mistahmikey:materialgirl:vendors_table.png?400|}}
 +
 +If you also own Taximan, you can double click on any vendor in the table to add it to your favorites.  It is always added to your current default category. If Taximan is running, the addition is immediately live - that is, you don't have to reload Taximan for it to pick up the change to your favorites.  Please be aware, some of the vendors may be at locations Taximan cannot reach, because they are behind some intermediate obstacle that it is not programmed to get by.  If someone has a burning need to go to such a vendor, please contact me via Discord and I'll see if it is possible to add the required intermediary to MistahMikeysLib.
    
  
Line 286: Line 298:
 For the saddlebag inventory types to appear, Material Girl must be able to operate the saddlebag main command.  This requires a cast, so if your action bar is disabled (doesn't appear on your screen) then the saddlebag types will not appear.  This typically occurs because you have FFXIV windows open that causes the action bar to be disabled.  If this happens, just close all your open FFXIV windows, then hit the Reset button on the Material Girl UI. For the saddlebag inventory types to appear, Material Girl must be able to operate the saddlebag main command.  This requires a cast, so if your action bar is disabled (doesn't appear on your screen) then the saddlebag types will not appear.  This typically occurs because you have FFXIV windows open that causes the action bar to be disabled.  If this happens, just close all your open FFXIV windows, then hit the Reset button on the Material Girl UI.
  
-The retainer bag inventory types are only available while you have the retainer inventory window open. So you must manually open the retainer inventory window to enable using Material Girl on retainer bags.+The retainer bag inventory types are only available while you have the retainer inventory window open by using the "Entry or withdraw items" menu item. So you must manually open the retainer inventory window to enable using Material Girl on retainer bags.
  
 The selected inventory types will be displayed on the Main Tab next to the Selected Inventory Types label. The selected inventory types will be displayed on the Main Tab next to the Selected Inventory Types label.
 +
 +You can also select groups of bags by using the convenience buttons at the top of the inventory type list.  When you click one of the convenience buttons, it will toggle the state of all associated bags to be the opposite of the first button in the group.
 +
 +| Bags  | Toggles all four of your inventory bags. |
 +| Armory Bags| Toggles all of the armory slot bags. |
 +| Saddlebags | Toggles all two or four (if you have the FFXI Companion Premium service) of your inventory bags. |
 +| Retainer Bags | Toggles all seven of your retainer bags. |
 ===== Gearsets Tab ===== ===== Gearsets Tab =====
 {{:mistahmikey:materialgirl:gearsets_tab.png?400|}} {{:mistahmikey:materialgirl:gearsets_tab.png?400|}}
materialgirl.1697811682.txt.gz · Last modified: 2023/10/20 14:21 by mistahmikey