Dont you hate it when your gear gets destroyed and trying to figure out what you were wearing after getting repaired?
this simple little script will manage your equipment profiles for you....
Copy into your scripts directory, and with isxeq2 loaded:
This will save your current gear as your default outfit... change out your outfit to your backup gear... and:
To swap between profiles:
Need max cold resist for a particular fight? Try this:
---------------------
Bugs:
- Sometimes you will need to load a profile twice to get primary/secondary/ranged into the right spots. This is due to the way the default :Equip works.
- Choosing the best equipment only searches the stat specified, and does not factor in wis/int adding resists, etc.... Nonetheless, it works pretty well
Todo:
- Original intent was to organize bags and keep primary gear/backup gear sorted... this entire script is one big side-track.
this simple little script will manage your equipment profiles for you....
Copy into your scripts directory, and with isxeq2 loaded:
Code:
run equipment save default
Code:
run equipment save backup
Code:
run equipment load default
Code:
run equipment max cold
---------------------
Bugs:
- Sometimes you will need to load a profile twice to get primary/secondary/ranged into the right spots. This is due to the way the default :Equip works.
- Choosing the best equipment only searches the stat specified, and does not factor in wis/int adding resists, etc.... Nonetheless, it works pretty well
Todo:
- Original intent was to organize bags and keep primary gear/backup gear sorted... this entire script is one big side-track.
Attachments
-
7.1 KB Views: 340