Skip to content

Commit

Permalink
add some low-tier uniques and sets. Set default filter level to 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
youbetterdont committed Aug 22, 2020
1 parent 4041f83 commit 84ca104
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
32 changes: 26 additions & 6 deletions BH.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Slash Diablo Maphack Configuration, v2.5.8
// Slash Diablo Maphack Configuration, v2.5.9
// Authors: M81, Dax, Labarr
// Requires BH>=1.9.9 (planqi branch)
// Note: 1.9.9-b10 no longer supported. Must have the full 1.9.9 release!
Expand All @@ -13,8 +13,8 @@

// Filter levels
// 0: Filter nothing
// 1: Filter gold and misc items only (potions, arrows/bolts, etc.)
// 2: Filter many white and blue items, but several exceptions made (e.g., blood glove bases)
// 1: Filter many white and blue items, but several exceptions made (e.g., blood glove bases). Notify on flawless amythests and rals.
// 2: Same as 1 but no notifications for flawless amythests and rals.
// 3: Filter all white, blue, and rare items not whitelisted (DANGEROUS! Use at your own risk)

// Ping Levels
Expand Down Expand Up @@ -662,11 +662,33 @@ ItemDisplay[SET urn]: %SAGE%T5%MAP% %NAME%%TIER-5%
ItemDisplay[SET paf]: %SAGE%T5%MAP% %NAME%%TIER-5%
// Eth Headstriker
ItemDisplay[UNI ETH 9bs]: %SAGE%T5%MAP% %NAME%%TIER-5%
// Guardian Angel
ItemDisplay[UNI xlt]: %SAGE%T5%MAP% %NAME%%TIER-5%
// Frostburn
ItemDisplay[UNI hgl]: %SAGE%T5%MAP% %NAME%%TIER-5%

// This line pings all TC87 uniques/sets. The good ones are already added elsewhere,
// but some people like to see pings for rare trophy items.
ItemDisplay[(UNI OR SET) QLVL>84]: %SAGE%T5%MAP% %NAME%%TIER-5%

// TIER 6
// ------

// Widowmaker
ItemDisplay[UNI 6sw]: %GRAY%T6%MAP% %NAME%%TIER-6%

// Sazabi's Mental Sheath
ItemDisplay[SET xhl]: %GRAY%T6%MAP% %NAME%%TIER-6%
// Tarnhelm
ItemDisplay[UNI skp]: %GRAY%T6%MAP% %NAME%%TIER-6%
// Peasant Crown
ItemDisplay[UNI xap]: %GRAY%T6%MAP% %NAME%%TIER-6%
// Que-Hegan's Wisdom
ItemDisplay[UNI xtp]: %GRAY%T6%MAP% %NAME%%TIER-6%

//
// UNIDENTIFIED UNIQUES/SETS
// -------------------------
Expand Down Expand Up @@ -1453,9 +1475,7 @@ ItemDisplay[key]: %DARK_GREEN%+ %WHITE%KEY%CONTINUE%
// * The relevant line below is uncommented.
// * The particular item is non-magic (white) or magic (blue)
// * The in-game 'filter level' is set to a high enough value
// * There is no matching condition above that uses the %MAP% directive. Matching conditions with %MAP% take priority.
// If %CONTINUE% is used in addition to %MAP%, then the item's name will be blank, but the item will still
// be visible on the ground and map.
// * There is no matching condition above that whitelists the item
// Filter out small gold piles
ItemDisplay[FILTLVL>0 GOLD<3000]:
Expand Down
4 changes: 2 additions & 2 deletions BH_settings.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Slash Diablo Default BH_settings, v1.2
// Slash Diablo Default BH_settings, v1.3
// Authors: M81, Labarr
// Requires BH>=1.9.9 (planqi branch)
// This file will be customized by the user. It's meant to be a template. The item
Expand Down Expand Up @@ -210,5 +210,5 @@ Item Detailed Notifications:True, None
Verbose Notifications: False, None
Suppress Invalid Stats: False, None
Filter Level: 2
Filter Level: 0
Ping Level: 4

0 comments on commit 84ca104

Please sign in to comment.