diff options
| author | Chaz Brown <iamparadox@netscape.net> | 2009-08-18 00:10:56 -0400 |
|---|---|---|
| committer | Chaz Brown <iamparadox@netscape.net> | 2009-08-18 00:10:56 -0400 |
| commit | dd3677b451eecc856ac71a34655a5f393cc818d6 (patch) | |
| tree | ed05a74adc941867c061c1027781b0c43194753b | |
| parent | 648413ae0d2cc6c1dfa274ad56f34aab0db240ea (diff) | |
Fix README.AHBOT typos in last commit
--HG--
branch : trunk
| -rw-r--r-- | README.AHBOT | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/README.AHBOT b/README.AHBOT index 20ec2a62ca3..cc15a084c9a 100644 --- a/README.AHBOT +++ b/README.AHBOT @@ -157,37 +157,37 @@ MinPriceGrey = 100 MaxPriceGrey = 150 MinBidPriceGrey = 70 MaxBidPriceGrey = 100 -MaxStackGrey = 1 +MaxStackGrey = 0 MinPriceWhite = 150 MaxPriceWhite = 250 MinBidPriceWhite = 70 MaxBidPriceWhite = 100 -MaxStackWhite = 1 +MaxStackWhite = 0 MinPriceGreen = 800 MaxPriceGreen = 1400 MinBidPriceGreen = 80 MaxBidPriceGreen = 100 -MaxStackGreen = 1 +MaxStackGreen = 0 MinPriceBlue = 1250 MaxPriceBlue = 1750 MinBidPriceBlue = 75 MaxBidPriceBlue = 100 -MaxStackBlue = 1 +MaxStackBlue = 0 MinPricePurple = 2250 MaxPricePurple = 4550 MinBidPricePurple = 80 MaxBidPricePurple = 100 -MaxStackPurple = 1 +MaxStackPurple = 0 MinPriceOrange = 4250 MaxPriceOrange = 5550 MinBidPriceOrange = 80 MaxBidPriceOrange = 100 -MaxStackOrange = 1 +MaxStackOrange = 0 MinPriceYellow = 5250 MaxPriceYellow = 6550 MinBidPriceYellow = 80 MaxBidPriceYellow = 100 -MaxStackYellow = 1 +MaxStackYellow = 0 #These are the multipliers that are applied to the vendor price for an item, that determines if AHBot will buy it or not. #1 means AHBot will pay the same as (or less than) a vendor would pay, 2 means up to twice as much, etc. |
