Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
planqi committed May 18, 2020
1 parent 00cdce7 commit ca8bfb4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,10 @@ Mustache[stash]: {{#this}}* {{>item}}\n\n{{/this}}
* 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.
* Adds support for a configurable item description field. This field is shown in game along with the item properties (like required level, durability, etc.). It's useful for information you want to display with the item that doesn't need to be part of the item's name. The description goes in curly braces `{}`. "Advanced Item Display" must be on for the description to show. For example, you can add a hint to ebug armors with the following. [more info](https://github.com/planqi/slashdiablo-maphack/pull/46)
```
ItemDisplay[!RW ETH !SUP CHEST NMAG SOCK=0]: %NAME%{%WHITE%Add sockets in cube with Tal+Thul+%YELLOW%o%WHITE%Perfect}
```
* The item description field supports the same keywords as the normal item name, so `%ILVL%` will work as expected, for example.
* The `%NAME%` keyword behaves much the same way as well, except that when in curly braces `{}`, it will insert the previous *description*, not the item's name. This only make sense when `%CONTINUE%` is used. The result of the following is that an ebug-eligible armor with 667+ defense will display "A good EBUG base. Add sockets...". If `%NAME%` is used without a description being set on another matching `ItemDisplay` line first, it will resolve to a blank string. There are no changes to how `%NAME%` works outside curly braces `{}`.
```
ItemDisplay[!RW ETH !SUP CHEST NMAG SOCK=0 DEF>666]: %NAME%{%WHITE% A good EBUG base.}%CONTINUE%
ItemDisplay[!RW ETH !SUP CHEST NMAG SOCK=0]: %NAME%{%NAME% %WHITE%Add sockets in cube with Tal+Thul+%YELLOW%O%WHITE%Perfect}
```
* 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](https://github.com/planqi/slashdiablo-maphack/wiki/Advanced-Item-Display#item-descriptions-as-of-bh-199)
* 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](https://github.com/planqi/slashdiablo-maphack/wiki/Advanced-Item-Display#in-game-item-filter-modes-as-of-bh-199)
* Add filter and ping levels. [more info](https://github.com/planqi/slashdiablo-maphack/wiki/Advanced-Item-Display#in-game-item-filter-modes-as-of-bh-199)

# Release Notes for 1.9.8
## Bug fixes
Expand Down

0 comments on commit ca8bfb4

Please sign in to comment.