Equipment.iss

Mandrake

Active Member
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:

Code:
run equipment save default
This will save your current gear as your default outfit... change out your outfit to your backup gear... and:

Code:
run equipment save backup
To swap between profiles:

Code:
run equipment load default
Need max cold resist for a particular fight? Try this:

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

grommish

Active Member
Very Nice! Anyway to have it remove slots that are set to NULL (For example, if you need to be naked?)
 

Mandrake

Active Member
Strip down

Code:
run equipment save nekkid
gear back up.. play, whatever
to strip down

Code:
run equipment load nekkid
 

Coldblooded

Well-Known Member
This is a really great macro that I use a lot.

I was wondering if there is a way to check the adornments on an item?

For example if I have a helm with 90 Power and a 100 Power adornment (190 Power total) , the macro chooses a helm with 100 Power and no adornment (100 Power).

Looked over the script, and seems simple enough, but not sure if a property exists for adornments on items.

Thanks,

Cold
 
Top Bottom