1) Fixed GMCP config support on older (r1825) mush builds that could not natively handle it
2) Added @Gdinv ignore list@W option to report which (if any) locations are currently ignored
3) The @Cconsume@W mode now actually ignores ignored containers
4) The @Cconsume@W mode now supports wands and staves. Using one is interpreted as getting it
and holding it.
2) The @Cconsume@W mode now actually ignores ignored containers
3) The @Cconsume@W mode now supports wands and staves. Using one is interpreted as getting it
and holding it.
4) Updated helpfiles to make "dinv ignore ..." more prominent and accessible
5) Reordered stats in set display to match the stat order in aard's stats command
6) Added stub for reporting set stats to a channel
1) Added support for aard's new gmcpconfig capability. This greatly simplifies the plugin
initialization and no longer requires us to manually toggle prompt and invmon at startup.
2) Added support for Winds of Fate collector case. That case is a bit wonky. It's a container
that can be placed in other containers and it has unique and variable output when it is ID'ed.
3) Improved error handling when accessing an unknown container by avoiding unnecessary asserts
4) Removed unhelpful warning when accessing an unidentified container
initialization and no longer requires us to manually toggle prompt and invmon at startup.
2) Added support for Winds of Fate collector case. That case is a bit wonky. It's a container
that can be placed in other containers and it has unique and variable output when it is ID'ed.
3) Improved error handling when accessing an unknown container by avoiding unnecessary assert
1) Improved quality of reports generated by the @Ccompare@W and @Ccovet@W modes by eliminating
noise not directly related to the item under analysis
2) Updated background stat checking thread to pause when the user is idle. This should help improve
estimates for each level's average spellup since we won't sample stats when the user isn't active.
3) Updated @Cregen@W mode to keep a swapped item in inventory instead of taking the time
to properly store it. It's faster and it shouldn't bother you to have an extra item in
your main inventory when you are sleeping.
1) Added @Cregen@W mode to auto-wear a regeneration ring when you sleep
2) Corrected obsolete data in priority and consume helpfiles
3) Removed overly aggressive stat timeout warning when there wasn't actually a problem
1) Added support for wands and staves in the frequent item cache. If you are buying 100 staves,
you really don't want to identify each one individually. The tradeoff is that dinv will not
track # charges for wands and staves. If you need to ID each staff instance to see # charges
there's not much point in adding it to a cache.
2) Switched to higher contrast font to distinguish items that are currently worn when the
"dinv set display <priority>" mode is used. It could be difficult to see the difference
between two shades of yellow in the previous release.
1) Fixed potential nil access when using "dinv weapon next" for an unidentified weapon
2) Added "dinv usage allUsed [query]" mode to show usage of only items that are actually
used by at least one analyzed priority (priorities w/o an analysis aren't included)
2) Added "dinv usage allUsed [query]" mode to show usage of only items that are actually
used by at least one analyzed priority (priorities w/o an analysis aren't included)
1) Added option to ignore the keyring (dinv ignore [on | off] keyring)
2) Fixed broken support for items of type "Raw material:[whatever]". You can now use
"type Raw material:Ore" in queries. If you previously had any ore you will want to
run "dinv forget type Raw" and then run "dinv refresh all" to properly identify it.
3) In some situations, a full refresh ("dinv refresh all") was required to pick up
changes after enchanting an item. That is no longer the case and a basic refresh will
now detect changes due to solidify/illuminate/resonate.
4) Increased I/O access timeouts slightly to compensate for very slow systems
5) Tweaked psi-melee priority to de-emphasize avedam and offhand average dam
2) Tweaked psi-melee priority to de-emphasize avedam and offhand average dam
3) Increased I/O access timeouts slightly to compensate for very slow systems
1) Added ignore mode. See "dinv help ignore" for details explaining how to mark a
container so that dinv will ignore the contents of that container when searching,
getting, putting, storing, organizing, and creating or wearing equipment sets.
2) Cleaned up misleading and/or scary messages if you log out before the plugin finishes
initializing. You must be awake and not AFK for a few seconds to initialize.
1) Added count of items matching a query when displaying query results
2) Added reporting for how many instances of a consumable are in your inventory when you
use "dinv consume ..." to consume an item
3) Improved "dinv consume display" output format and added the remaining quantity of
each item to the display
2) Added reporting for how many instances of a consumable are in your inventory when you
use "dinv consume ..." to consume an item
3) Improved "dinv consume display" output format and added the remaining quantity of
each item to the display
1) Fixed triggers that did not handle when the mud was in compact mode. This could
result in timeouts because triggers that depended on hitting an empty line would
not match the compacted output.
2) Fixed case where a user accessed containers before a build was complete. The
previous code could assert errors if invmon tried to access unidentified items.
1) Highlight which items are currently worn when displaying a set (Metria's suggestion)
2) Fixed a bug that failed to detect when a paused note was resumed
1) Fixed another bug in the "dinv portal use" code that mistakenly looked for the
"held" location instead of the "hold" location. Many thanks to Daak for finding
this and submitting the fix!
1) Fixed conflict between searching in "id" mode and using an "id" query. The search
mode that shows object IDs is now named "objid" to differentiate it from a query
searching for a specific ID.
2) Added capability for priorities to specify that an equipment set should not include
weapons with specific damage types
3) Added "dinv weapon ..." mode that supports swapping weapons with specific damage types