Skip to content

Celther-FFXI/GearSwap

Repository files navigation

Author: Byrth

Version: 0.930

Date: 06/13/2017

GearSwap

Abbreviation: gs

Commands (<> indicates a field. You do not actually have to use <>s):

  • gs c : Passes the to the self_command() user function.
  • gs equip : Attempts to interpret the as an index of the sets table and equip that set. Will ignore "sets" if the string starts with it. ** gs equip naked : This equips the default set "naked," which is just a bunch of empty slots. If you remake sets (sets={}) in your get_sets(), this will not work.
  • gs debugmode : Activates GearSwap's Debug Mode, which prints out why specific gear equipping attempts failed, shows you when you're entering events, and enables the eval command. ** gs eval : This command evaluates the as Lua code in the global gearswap environment (not the user environment, which is in the user_env table). It is only available when debugmode is on.
  • gs showswaps : Shows when your gear successfully changes and what it changes to.
  • gs load : (or l ) Attempts to load the first version of found, assuming it is a file path relative to 9 potential base directories, in this order: ** ..GearSwap/libs-dev/ ** ..GearSwap/libs/ ** GearSwap/data/<character_name>/ ** GearSwap/data/common/ ** GearSwap/data/ ** APPDATA/Windower/GearSwap/<character_name>/ ** APPDATA/Windower/GearSwap/common/ ** APPDATA/Windower/GearSwap/ ** ..Windower/addons/libs/
  • gs reload : Reloads the current user file.
  • gs export : Exports your currently equipped gear, inventory, or all the items in your current Lua files' sets into GearSwap .lua or spellcast .xml format. Takes options "inventory", "sets", and "xml." Defaults to currently equipped gear and lua otherwise. Also exports appropriate advanced set tables with augments for currently equipped gear and inventory.
  • gs enable : Enables equip commands targeting a specified slot. "All" will allow all equip commands. Providing no slot argument will enable user GearSwap file execution, if it was disabled.
  • gs disable : Disables equip commands targeting a given slot. "All" will prevent all equip commands. Providing no second argument will disable user GearSwap file execution, although registered events will still run.
  • gs validate <sets|inv> : This command checks to see whether the equipment in the sets table also exists in your inventory (default), or (by passing "inv") whether the equipment in your inventory exists in your sets table. is an optional list of words that restricts the output to only those items that contain text from one of the filter's words.

Purpose: To assist in the micromanaging of equipment!

Settings Files:
There is no settings file for GearSwap.

Additional Assistance: The Windower/addons/GearSwap/beta_examples_and_information folder has a file in it named Variables.xlsx that gives more specific information. If that is insufficient, you can go to BlueGartr's FFXI section or FFXIAH and ask for more assistance.

About

Kale/Selindrile's Gearswap Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages