Releases: planqi/slashdiablo-maphack
Releases · planqi/slashdiablo-maphack
1.9.9
- Add new text replacement colors for glide (with default non-glide colors)
- coral (red), sage (green), teal (blue), light_gray (gray)
- Split BH config into settings (
BH_settings.cfg
) and advanced item display (BH.cfg
) - Color super uniques a specific color much like what already exists for
Monster Color[733]
- e.g.
Super Unique Color[3]: 0x0A
to color Rakanishu red on map.
- e.g.
- Adds support for a configurable item description field (in the same location of required level, durability, etc.). The description goes in curly braces
{}
on the 'rename' side of an ItemDisplay line. more info - The item level and affix level can now be displayed as part of the item's properties (like required level, durability, etc.). To enable this, "Advanced Item Display" and "Show iLvl" must be on.
- Add support for up to 'gs9' display in game list
- Add filter and ping levels. more info
1.9.8
Bug fixes
BOW
andSCEPTER
item groups now work correctlyUI.ini
file frequent file write issue fixed- Fixed an issue where the ebug tag was applied to eth items that spawned with ED.
- Fixed issue where multiple parties were formed upon game creation. more info
- Require
%CONTINUE%
to be used to continue processing map commands from different lines. This makes the map commands behave identically to the name commands. Before, all matching%MAP%
commands were applied regardless of%CONTINUE%
, so the last matching one would be shown (last one drawn). more info
Optimization
- Item name lookup code efficiency improved.
- Item names are cached, so that the lookup code does not need to constantly execute.
- Item map box colors are cached, ditto ^^
New features
- Added support for filtering on charged skills. Use the
CHSK
keyword. For example, to find level 2 lower resist wands, useWAND MAG CHSK91>1
as the filter criteria. The skill index is the same as that used for individual skill bonuses. more info - Add support for filters based on item quality level. Use the
QLVL
keyword. For example,SIN QLVL>40
would select all katars capable of spawning staffmods. - Added
CRAFT
keyword for selecting crafted items. This works similar toUNI
,SET
, etc. - Add option to remove FPS limit in single player
- Add support for 'gs5' display in game list