An ability to view all (not just those carried currently) equipment in a given
eqset.
Yes, 'eqset foreach' kind of would do that already, but it is quite spammy.
While at it, could you make 'eqset foreach' bit less spammy?
--
Ggr Pupunen
Hmm, that is a really weird bug actually. eqset foreach was not intended to
work on items that you are not carrying, but it does. Since it doesn't seem
to break anything and no bugs are reported I'll leave it alone. Hopefully
some ambitious people will really test this to see if can be abused...
Anyways,
I changed eqset foreach to be less spammy, and you can get the
old spammy version with this syntax:
eqset foreach <setname> -verbose <command>
e.g.
eqset foreach myungettableq -verbose donate
++Duke