Open zetaepyon opened 5 years ago
Port of core swapping mechanic from v4. Generally use external libraries instead of maintaining internal variables for use in userscript functions.
/gs c ...
** Functionality new to GS v5
alliance
party
player
player.equipment
player.buff_details
world
add_to_chat
Very rough initial release available in my personal repo: https://github.com/zetaepyon/addons-v5/tree/master/gearswap
Disclaimer: Here be dragons, use at your own peril
Gearswap v5
Port of core swapping mechanic from v4. Generally use external libraries instead of maintaining internal variables for use in userscript functions.
Item Identification & Location
Userscript Integration
/gs c ...
)Equipment Set Assembly and Injection
Additional Features
** Functionality new to GS v5
Deprecated/Moved GS v4 Features
Userscript Variable Tables
alliance
table (party library)party
table (party library)player
table (player library)player.equipment
table (equipment library)player.buff_details
table (status_effects library)world
table (world library)Other Features
add_to_chat
function (chat library)