Skip to content

Commit

Permalink
fix bug with lowercase OR on gothic and ancient armors. add more veno…
Browse files Browse the repository at this point in the history
…m claws.
  • Loading branch information
youbetterdont committed Aug 1, 2020
1 parent a489859 commit 4041f83
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions BH.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Slash Diablo Maphack Configuration, v2.5.7
// Slash Diablo Maphack Configuration, v2.5.8
// 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 Down Expand Up @@ -168,8 +168,8 @@ ItemDisplay[SIN MAG CLSK6>1 SK271>2]: %PURPLE%T2%MAP% %PURPLE%%NAME%%notify-0b%
// 3 trap, 2+ LS claws (alvl 60+)
ItemDisplay[SIN MAG TABSK48>2 SK271>1]: %PURPLE%T2%MAP% %PURPLE%%NAME%%notify-0b%

// 3 trap, 3 venom claws (alvl 60+)
ItemDisplay[SIN MAG TABSK48>2 SK278>2]: %PURPLE%T2%MAP% %PURPLE%%NAME%%notify-8%
// 3 shadow, 3 venom claws (alvl 60+)
ItemDisplay[SIN MAG TABSK49>2 SK278>2]: %PURPLE%T2%MAP% %PURPLE%%NAME%%notify-8%

// 2 pal, 3 FoH, 3 conviction scepter (alvl 50+)
ItemDisplay[SCEPTER MAG CLSK3>1 SK121>2 SK123>2]: %PURPLE%T2%MAP% %PURPLE%%NAME%%notify-0b%
Expand All @@ -181,6 +181,14 @@ ItemDisplay[SCEPTER MAG CLSK3>1 SK121>2 SK123>2]: %PURPLE%T2%MAP% %PURPLE%%NAME%
// 2 trap, 3 LS claws (alvl 40+)
ItemDisplay[SIN MAG TABSK48>1 SK271>2]: %RED%T3%MAP% %PURPLE%%NAME%%notify-1%%TIER-3%

// 2 sin, 3 venom claws (alvl 50+)
ItemDisplay[SIN MAG CLSK6>1 SK278>2]: %RED%T3%MAP% %PURPLE%%NAME%%notify-0b%

// 3 shadow, 2+ venom claws (alvl 60+)
ItemDisplay[SIN MAG TABSK49>2 SK278>1]: %RED%T3%MAP% %PURPLE%%NAME%%notify-8%

// 2 shadow, 3 venom claws (alvl 40+)
ItemDisplay[SIN MAG TABSK49>1 SK278>2]: %RED%T3%MAP% %PURPLE%%NAME%%notify-8%

// TIER 4
// ------
Expand Down Expand Up @@ -876,7 +884,7 @@ ItemDisplay[!RW NMAG !ETH pab SOCK=3 RES>39]: %GOLD%T4%MAP% %NAME%%TIER-4%
ItemDisplay[!RW NMAG !ETH (xtp OR xrs) (SOCK=0 OR SOCK=3) ED>14]: %GOLD%T4%MAP% %NAME%%TIER-4%
// 15 ED, 3os gothic and ancient armor (enigma)
ItemDisplay[!RW NMAG !ETH (gth or aar) SOCK=3 ED>14]: %GOLD%T4%MAP% %NAME%%TIER-4%
ItemDisplay[!RW NMAG !ETH (gth OR aar) SOCK=3 ED>14]: %GOLD%T4%MAP% %NAME%%TIER-4%
// 15 ED, 0/4os sacred armor (barb fort)
ItemDisplay[!RW NMAG !ETH uar ED>14 (SOCK=0 OR SOCK=4)]: %GOLD%T4%MAP% %NAME%%TIER-4%
Expand Down Expand Up @@ -966,7 +974,7 @@ ItemDisplay[!RW urs !ETH NMAG !SOCK=1 !SOCK=2 DEF>490]: %SAGE%T5%MAP% %NAME%%TIE
ItemDisplay[!RW utp !ETH NMAG !SOCK=1 !SOCK=2 DEF>499]: %SAGE%T5%MAP% %NAME%%TIER-5%
// 3os gothic and ancient armor with ED (enigma)
ItemDisplay[!RW NMAG !ETH (gth or aar) SOCK=3 ED>4]: %SAGE%T5%MAP% %NAME%%TIER-5%
ItemDisplay[!RW NMAG !ETH (gth OR aar) SOCK=3 ED>4]: %SAGE%T5%MAP% %NAME%%TIER-5%
// 0/6os eth archon staff (wolf botd)
ItemDisplay[!RW NMAG ETH 6ws (SOCK=0 OR SOCK=6)]: %SAGE%T5%MAP% %NAME%%TIER-5%
Expand Down

0 comments on commit 4041f83

Please sign in to comment.