Bale
Minion
Would it be possible to add a string_modifier that returns equipment in use?
I'm writing a script that tests a number of familiars through the maximizer (with various maximization values) and then retrieves _spec values. It would be nice if I could find out what familiar the maximizer prefers. I'd rather not waste the server hits to actually equip the familiar with the maximizer in order to find out. Right now, unless I'm missing something, there is no way to find out what familiar gets equipped.
H'okay, this is a subset of not being able to tell any gear that gets equipped unless you actually have the maximizer equip it, but honestly I don't care about that. Still, it would probably make someone happy if any equipment slot could be used as a parameter in string_modifier.
This feature would be nice because lack of server hits is ALWAYS a good thing.
Curiously, right now I can check string_modifier("_spec", "outfit") and it will tell me if an outfit (most likely the Bounty-Hunting Rig) gets equipped. It's kinda quirky to be able to tell exactly that much about gear and no more.
I'm writing a script that tests a number of familiars through the maximizer (with various maximization values) and then retrieves _spec values. It would be nice if I could find out what familiar the maximizer prefers. I'd rather not waste the server hits to actually equip the familiar with the maximizer in order to find out. Right now, unless I'm missing something, there is no way to find out what familiar gets equipped.
H'okay, this is a subset of not being able to tell any gear that gets equipped unless you actually have the maximizer equip it, but honestly I don't care about that. Still, it would probably make someone happy if any equipment slot could be used as a parameter in string_modifier.
This feature would be nice because lack of server hits is ALWAYS a good thing.
Curiously, right now I can check string_modifier("_spec", "outfit") and it will tell me if an outfit (most likely the Bounty-Hunting Rig) gets equipped. It's kinda quirky to be able to tell exactly that much about gear and no more.

Last edited: