Skip to content

Commit

Permalink
accidentally filtered gems in settings other than aggressive (includi…
Browse files Browse the repository at this point in the history
…ng perfect gems). This is now fixed.
  • Loading branch information
youbetterdont committed Apr 16, 2020
1 parent a4f0ac8 commit 7970c84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BH.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Slash Diablo Maphack Configuration, v2.2.1
// Slash Diablo Maphack Configuration, v2.2.2
// Authors: M81, Dax, Labarr
// Requires BH>=1.9.9 (planqi branch)

Expand Down Expand Up @@ -56,7 +56,7 @@ ItemDisplay[GEMTYPE=7]: %GRAY%O %WHITE%%GEMLEVEL%%CONTINUE%
// Flawless Amethysts
ItemDisplay[GEMLEVEL=4 (GEMTYPE=1)]: %GREEN%+ %NAME%

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

//
// RUNES
Expand Down Expand Up @@ -1328,7 +1328,7 @@ ItemDisplay[FILTLVL>1 NMAG !leg !RW SOCK=1]:
ItemDisplay[FILTLVL>2 RARE !ID]:
ItemDisplay[FILTLVL>2 MAG !ID]:
ItemDisplay[FILTLVL>2 NMAG !RW (NORM OR EXC OR ELT)]:
ItemDisplay[GEMLEVEL>0]:
ItemDisplay[FILTLVL>2 GEMLEVEL>0]:
//
// WEAPONS
Expand Down

0 comments on commit 7970c84

Please sign in to comment.