Skip to content

Commit

Permalink
Update loot filter config
Browse files Browse the repository at this point in the history
- Set default ping level to 6

- Set default filter level to 0

- Add map indicators for perfect gems

- Add drop notifications for large charms
  • Loading branch information
Dylan Premo committed Aug 21, 2021
1 parent 3268127 commit 0a03178
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
27 changes: 12 additions & 15 deletions Diablo II/BH.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// ====

// Indicators: Colour coded (eg. Purple for Amethysts)
ItemDisplay[GEMTYPE=1 GEMLEVEL>3]: %PURPLE%O%WHITE%%GEMLEVEL%%CONTINUE%
ItemDisplay[GEMTYPE=1 GEMLEVEL>3]: %PURPLE%O %WHITE%%GEMLEVEL%%CONTINUE%
ItemDisplay[GEMTYPE=2 GEMLEVEL>3]: %WHITE%O %GEMLEVEL%%CONTINUE%
ItemDisplay[GEMTYPE=3 GEMLEVEL>3]: %DARK_GREEN%O %WHITE%%GEMLEVEL%%CONTINUE%
ItemDisplay[GEMTYPE=4 GEMLEVEL>3]: %RED%O %WHITE%%GEMLEVEL%%CONTINUE%
Expand All @@ -69,21 +69,21 @@ ItemDisplay[GEMTYPE=7 GEMLEVEL<4]: %LIGHT_GRAY%o %WHITE%%GEMLEVEL%%CONTINUE%

// Add small map indicators for flawless gems without notificaiton
// Flawless Amethyst - also get a drop notification in FILTLVL 0, 1
ItemDisplay[GEMLEVEL=4 (GEMTYPE=1) FILTLVL<2]: %NAME%%dot-66%
ItemDisplay[GEMLEVEL=4 (GEMTYPE=1) FILTLVL>1]: %NAME%%dot-66%%notify-dead%
ItemDisplay[GEMLEVEL>3 (GEMTYPE=1) FILTLVL<2]: %NAME%%dot-66%
ItemDisplay[GEMLEVEL>3 (GEMTYPE=1) FILTLVL>1]: %NAME%%dot-66%%notify-dead%

// Flawless Diamond
ItemDisplay[GEMLEVEL=4 (GEMTYPE=2)]: %NAME%%dot-20%%notify-dead%
ItemDisplay[GEMLEVEL>3 (GEMTYPE=2)]: %NAME%%dot-20%%notify-dead%
// Flawless Emerald
ItemDisplay[GEMLEVEL=4 (GEMTYPE=3)]: %NAME%%dot-76%%notify-dead%
ItemDisplay[GEMLEVEL>3 (GEMTYPE=3)]: %NAME%%dot-76%%notify-dead%
// Flawless Ruby
ItemDisplay[GEMLEVEL=4 (GEMTYPE=4)]: %NAME%%dot-0a%%notify-dead%
ItemDisplay[GEMLEVEL>3 (GEMTYPE=4)]: %NAME%%dot-0a%%notify-dead%
// Flawless Sapphire
ItemDisplay[GEMLEVEL=4 (GEMTYPE=5)]: %NAME%%dot-97%%notify-dead%
ItemDisplay[GEMLEVEL>3 (GEMTYPE=5)]: %NAME%%dot-97%%notify-dead%
// Flawless Topaz
ItemDisplay[GEMLEVEL=4 (GEMTYPE=6)]: %NAME%%dot-0c%%notify-dead%
ItemDisplay[GEMLEVEL>3 (GEMTYPE=6)]: %NAME%%dot-0c%%notify-dead%
// Flawless Skull
ItemDisplay[GEMLEVEL=4 (GEMTYPE=7)]: %NAME%%dot-d6%%notify-dead%
ItemDisplay[GEMLEVEL>3 (GEMTYPE=7)]: %NAME%%dot-d6%%notify-dead%

ItemDisplay[GEMTYPE>0 GEMLEVEL>3]: %NAME% // Whitelist all flawless and perfect gems

Expand Down Expand Up @@ -327,7 +327,7 @@ ItemDisplay[NMAG (ETH OR SOCK>0)]: %GRAY%%NAME%%CONTINUE%
ItemDisplay[(NORM OR EXC OR ELT OR rin OR amu) NMAG !RW]: %WHITE%%NAME%%CONTINUE%
ItemDisplay[CRAFT]: %ORANGE%%NAME%%CONTINUE% // need 1.9.8
//Add code, ethereality, sockets, ilvl, and price to the name
// Add code, ethereality, sockets, ilvl, and price to the name
//ItemDisplay[]: %NAME% [%CODE%]%CONTINUE%
ItemDisplay[SOCK>0 !RW NMAG]: %NAME% (%SOCKETS%os)%CONTINUE%
ItemDisplay[ETH]: %DARK_GREEN%Eth %NAME%%CONTINUE%
Expand Down Expand Up @@ -1301,8 +1301,8 @@ ItemDisplay[FILTLVL<3 NMAG !RW ulc]: %NAME% // Spiderweb Sash (Imbue)
// Circlet Variants (many good things)
ItemDisplay[CIRC !ETH MAG !ID]: %GREEN%+%BLUE%%MAP% %NAME% %GREEN%+%notify-3%%TIER-4%

// Small charms, grand charms and jewels
ItemDisplay[!ID MAG (cm1 OR cm3 OR jew)]: %GREEN%+%BLUE%%MAP% %NAME% %GREEN%+%notify-3%%TIER-4%
// Small charms, large charms, grand charms, and jewels
ItemDisplay[!ID MAG (cm1 OR cm2 OR cm3 OR jew)]: %GREEN%+%BLUE%%MAP% %NAME% %GREEN%+%notify-3%%TIER-4%

// Monarchs (for JMoD)
ItemDisplay[uit !ETH MAG !ID]: %GREEN%+%BLUE%%MAP% %NAME% %GREEN%+%TIER-4%
Expand Down Expand Up @@ -1342,9 +1342,6 @@ ItemDisplay[(am5 OR ama OR amf) MAG !ETH !ID]: %NAME%
// Elite light armor (for 4os/life)
ItemDisplay[CHEST (uui OR uea OR ula OR utu OR urs OR utp) !ETH MAG !ID]: %NAME%

// Large charms
ItemDisplay[!ID cm2]: %NAME%

// Scepters (for +6 hammer/FoH)
ItemDisplay[SCEPTER MAG !ID]: %NAME%

Expand Down
4 changes: 2 additions & 2 deletions Diablo II/BH_settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ Item Detailed Notifications: True, None
Verbose Notifications: False, None
Suppress Invalid Stats: False, None
Filter Level: 1
Ping Level: 5
Filter Level: 0
Ping Level: 6
Monster Enchantments: False, None
Expand Down

0 comments on commit 0a03178

Please sign in to comment.