Register here: http://gg.gg/uij5k
Author: Byrth
Version: 0.930
Date: 06/13/2017
Issue the command switch current-stack-member-number renumber new-stack-member-number. Return to the privileged EXEC mode and reload the member with the command reload slot current-stack-member-number. You can use the ’reload slot stack-member-number ’ command (e.g.: reload slot 2). slotid(0-21) - Equip the item on your cursor into the specified slot: #face number of face - Sets you or your target’s face to face number temporarily. #fear: View and edit fear grids and hints: #finditem: Finds an item by name or ID. #findnpctype search criteria - Search database NPC types: #findspell searchstring - Search for a spell.Purpose
To assist in the micromanaging of equipment!Commands
Abbreviation:gscReload Slot Stack-member-number Command Generator
Passes the <string> to the self_command() user function.equip
Attempts to interpret the <string> as an index of the sets table and equip that set. Will ignore “sets” if the string starts with it.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.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.eval
This command evaluates the <string> 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.showswaps
Shows when your gear successfully changes and what it changes to.load
Attempts to load the first version of <string> found, assuming it is a file path relative to 9 potential base directories, in this order:
*.GearSwap/libs-dev/<string>
*.GearSwap/libs/<string>
*GearSwap/data/<character_name>/<string>
*GearSwap/data/common/<string>
*GearSwap/data/<string>
*APPDATA/Windower/GearSwap/<character_name>/<string>
*APPDATA/Windower/GearSwap/common/<string>
*APPDATA/Windower/GearSwap/<string>
*.Windower/addons/libs/<string>reload
Reloads the current user file.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”, “all”, “sets”, “xml”, “mainjob”, “mainsubjob”, and “file some_file_name.” Most options also take the optional “overwrite” command at the end. Defaults to currently equipped gear and lua otherwise. Also exports appropriate advanced set tables with augments for currently equipped gear and inventory.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.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.validate
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. <filter> is an optional list of words that restricts the output to only those items that contain text from one of the filter’s words.Settings File
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.Source
The latest source and information for this addon can be found on GitHub.
.unlock or .u command used to fix stuck-in-combat problems preventing you from joining a scenario. One attempt every 30 seconds is allowed.
.gmlist or .gm command shows available Game Masters online.
.rules command sends a condensed list of in-game rules.
.assist command switches to friendly target’s target.
.tellblock command allows you to block whispers from non-staff players who are outside of your guild.
.getstats command shows your own linear stat bonuses. (You must target yourself first!)
.standard command assigns Standard Bearer Title to the Player.
.ror command shows Help Files for RoR-specific features.
.changename command requests a name change, one per account per month. Keep in mind that you must be L40R40, and in your city (Altdorf/Inevitable City) to request a new name. ( .changename Newname)
.mindread command causes the target creature to broadcast its AI.
/reload or /rel command reloads/refreshes your UI. Quite often it gets rid of stuttering too.
.ab changelist command displays a list of changes made to the career on Return of Reckoning.
.rvrstatus or .rvr command lists all active zones.
.pug Lighting slots games free. command lists the current ’pick-up group’ scenario (a scenario only solo and duo queued players can join).
.respec gathering type this command to unlearn your gathering skills, and thus be able to learn a new one.
.respec crafting type this command to unlearn your crafting skills, and thus be able to learn a new one.
.guildinvolve to involve your guild in the current zone’s campaign. Bonuses for the guild include: all RVR tagged guildies in zone have a 5% contribution bonus for the campaign, gain 5% more XP/INF/RR (which stacks with other bonuses like Potion of Acclaim), bag roll on lock increased by flat 50 points, and resource production from Battle Objectives is increased by 3% per guild involved. Cost is 30g, taken from guild vault. Unlocks at guild rank 14.
.claimkeep to claim the current zone’s keep. Bonuses for the guild include: all of the incentives from involving in the campaign, plus the keep cannot de-rank below rank 4 if such rank is acquired. Cost is 80g, taken from guild vault. Unlocks at guild rank 14.Deprecated Commands
.ab command reveals class’s modifications specific to Return of Reckoning.
.ab exmode command enables experimental mode on the current target if the current class supports it.Reload Slot Stack-member-number Command PromptRetrieved from ’https://wiki.returnofreckoning.com/index.php?title=Commands&oldid=15682’
Register here: http://gg.gg/uij5k
https://diarynote.indered.space
Author: Byrth
Version: 0.930
Date: 06/13/2017
Issue the command switch current-stack-member-number renumber new-stack-member-number. Return to the privileged EXEC mode and reload the member with the command reload slot current-stack-member-number. You can use the ’reload slot stack-member-number ’ command (e.g.: reload slot 2). slotid(0-21) - Equip the item on your cursor into the specified slot: #face number of face - Sets you or your target’s face to face number temporarily. #fear: View and edit fear grids and hints: #finditem: Finds an item by name or ID. #findnpctype search criteria - Search database NPC types: #findspell searchstring - Search for a spell.Purpose
To assist in the micromanaging of equipment!Commands
Abbreviation:gscReload Slot Stack-member-number Command Generator
Passes the <string> to the self_command() user function.equip
Attempts to interpret the <string> as an index of the sets table and equip that set. Will ignore “sets” if the string starts with it.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.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.eval
This command evaluates the <string> 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.showswaps
Shows when your gear successfully changes and what it changes to.load
Attempts to load the first version of <string> found, assuming it is a file path relative to 9 potential base directories, in this order:
*.GearSwap/libs-dev/<string>
*.GearSwap/libs/<string>
*GearSwap/data/<character_name>/<string>
*GearSwap/data/common/<string>
*GearSwap/data/<string>
*APPDATA/Windower/GearSwap/<character_name>/<string>
*APPDATA/Windower/GearSwap/common/<string>
*APPDATA/Windower/GearSwap/<string>
*.Windower/addons/libs/<string>reload
Reloads the current user file.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”, “all”, “sets”, “xml”, “mainjob”, “mainsubjob”, and “file some_file_name.” Most options also take the optional “overwrite” command at the end. Defaults to currently equipped gear and lua otherwise. Also exports appropriate advanced set tables with augments for currently equipped gear and inventory.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.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.validate
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. <filter> is an optional list of words that restricts the output to only those items that contain text from one of the filter’s words.Settings File
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.Source
The latest source and information for this addon can be found on GitHub.
.unlock or .u command used to fix stuck-in-combat problems preventing you from joining a scenario. One attempt every 30 seconds is allowed.
.gmlist or .gm command shows available Game Masters online.
.rules command sends a condensed list of in-game rules.
.assist command switches to friendly target’s target.
.tellblock command allows you to block whispers from non-staff players who are outside of your guild.
.getstats command shows your own linear stat bonuses. (You must target yourself first!)
.standard command assigns Standard Bearer Title to the Player.
.ror command shows Help Files for RoR-specific features.
.changename command requests a name change, one per account per month. Keep in mind that you must be L40R40, and in your city (Altdorf/Inevitable City) to request a new name. ( .changename Newname)
.mindread command causes the target creature to broadcast its AI.
/reload or /rel command reloads/refreshes your UI. Quite often it gets rid of stuttering too.
.ab changelist command displays a list of changes made to the career on Return of Reckoning.
.rvrstatus or .rvr command lists all active zones.
.pug Lighting slots games free. command lists the current ’pick-up group’ scenario (a scenario only solo and duo queued players can join).
.respec gathering type this command to unlearn your gathering skills, and thus be able to learn a new one.
.respec crafting type this command to unlearn your crafting skills, and thus be able to learn a new one.
.guildinvolve to involve your guild in the current zone’s campaign. Bonuses for the guild include: all RVR tagged guildies in zone have a 5% contribution bonus for the campaign, gain 5% more XP/INF/RR (which stacks with other bonuses like Potion of Acclaim), bag roll on lock increased by flat 50 points, and resource production from Battle Objectives is increased by 3% per guild involved. Cost is 30g, taken from guild vault. Unlocks at guild rank 14.
.claimkeep to claim the current zone’s keep. Bonuses for the guild include: all of the incentives from involving in the campaign, plus the keep cannot de-rank below rank 4 if such rank is acquired. Cost is 80g, taken from guild vault. Unlocks at guild rank 14.Deprecated Commands
.ab command reveals class’s modifications specific to Return of Reckoning.
.ab exmode command enables experimental mode on the current target if the current class supports it.Reload Slot Stack-member-number Command PromptRetrieved from ’https://wiki.returnofreckoning.com/index.php?title=Commands&oldid=15682’
Register here: http://gg.gg/uij5k
https://diarynote.indered.space
コメント