Guest User

Untitled

a guest
Feb 15th, 2016
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. ################################################
  2. # MANGOS Auction House Bot Configuration file #
  3. ################################################
  4.  
  5. [AhbotConf]
  6. ConfVersion=2010102201
  7.  
  8. ###################################################################################################################
  9. # AUCTION HOUSE BOT SETTINGS
  10. #
  11. ###################################################################################################################
  12.  
  13. # Disable original AuctionHouseBot
  14. AuctionHouseBot.Seller.Enabled = 0
  15. AuctionHouseBot.Buyer.Enabled = 0
  16.  
  17. # Replace with the new AhBot
  18. AhBot.Enabled = 1
  19.  
  20. # Should be used only if random bots are disabled
  21. # AhBot.GUID = 0
  22.  
  23. # 199 for 80, 80 for 70, 70 for 60, ..., 25 for 20
  24. AhBot.MaxItemLevel = 25
  25. # Same as level cap
  26. AhBot.MaxRequiredLevel = 1
  27.  
  28. # Ignore items by ID
  29. AhBot.IgnoreItemIds = 49283,52200,8494,6345,6891,2460
  30.  
  31. AhBot.PriceMultiplier = 1.0
  32. AhBot.DefaultMinPrice = 20
  33. AhBot.PriceQualityMultiplier = 1.0
  34. AhBot.AlwaysAvailableMoney = 2000000
  35.  
  36. # Buy/sell delays
  37. AhBot.ItemBuyMinInterval = 50
  38. AhBot.ItemBuyMaxInterval = 50
  39. AhBot.ItemSellMinInterval = 50
  40. AhBot.ItemSellMaxInterval = 50
  41.  
  42. #
  43. # Items
  44. #
  45.  
  46. AhBot.MaxAuctionCount.equip.green = 40
  47. AhBot.MaxAuctionCount.equip.blue = 40
  48. AhBot.MaxAuctionCount.equip.epic = 20
  49. AhBot.PriceMultiplier.Sell.equip = 1.0
  50. AhBot.PriceMultiplier.Buy.equip = 1.0
  51. AhBot.PricingStrategy.equip = buyOnlyRare
  52.  
  53. AhBot.MaxAuctionCount.reagent.white = 6
  54. AhBot.MaxAuctionCount.reagent.green = 2
  55. AhBot.PriceMultiplier.Sell.reagent = 1.0
  56. AhBot.PriceMultiplier.Buy.reagent = 1.0
  57. AhBot.PricingStrategy.reagent = buyOnlyRare
  58.  
  59. AhBot.MaxAuctionCount.other.white = 20
  60. AhBot.MaxAuctionCount.other.green = 10
  61. AhBot.MaxAuctionCount.other.blue = 6
  62. AhBot.PriceMultiplier.Sell.other = 1.0
  63. AhBot.PriceMultiplier.Buy.other = 1.0
  64. AhBot.PricingStrategy.other = buyOnlyRare
  65.  
  66. #
  67. # Container
  68. #
  69.  
  70. AhBot.MaxAuctionCount.quiver.white = 2
  71. AhBot.PriceMultiplier.Sell.quiver = 1.0
  72. AhBot.PriceMultiplier.Buy.quiver = 1.0
  73. AhBot.PricingStrategy.quiver = buyOnlyRare
  74.  
  75. AhBot.MaxAuctionCount.container.white = 6
  76. AhBot.MaxAuctionCount.container.green = 2
  77. AhBot.MaxAuctionCount.container.blue = 2
  78. AhBot.PriceMultiplier.Sell.container = 1.0
  79. AhBot.PriceMultiplier.Buy.container = 1.0
  80.  
  81. #
  82. # Glyph
  83. #
  84.  
  85. AhBot.MaxAuctionCount.glyph.white = 50
  86. AhBot.MaxAuctionCount.glyph.green = 20
  87. AhBot.MaxAuctionCount.glyph.blue = 10
  88. AhBot.PriceMultiplier.Sell.glyph = 1.0
  89. AhBot.PriceMultiplier.Buy.glyph = 1.0
  90.  
  91. #
  92. # Quest
  93. #
  94.  
  95. AhBot.MaxAuctionCount.quest.white = 14
  96. AhBot.MaxAuctionCount.quest.green = 2
  97. AhBot.MaxAuctionCount.quest.blue = 2
  98. AhBot.PriceMultiplier.Sell.quest = 1.0
  99. AhBot.PriceMultiplier.Buy.quest = 1.0
  100.  
  101. #
  102. # Consumables
  103. #
  104.  
  105. AhBot.MaxAuctionCount.alchemy.white = 50
  106. AhBot.MaxAuctionCount.alchemy.green = 20
  107. AhBot.MaxAuctionCount.alchemy.blue = 10
  108. AhBot.PriceMultiplier.Sell.alchemy = 1.0
  109. AhBot.PriceMultiplier.Buy.alchemy = 1.0
  110.  
  111. AhBot.MaxAuctionCount.scroll.white = 40
  112. AhBot.MaxAuctionCount.scroll.green = 6
  113. AhBot.MaxAuctionCount.scroll.blue = 4
  114. AhBot.PriceMultiplier.Sell.scroll = 1.0
  115. AhBot.PriceMultiplier.Buy.scroll = 1.0
  116.  
  117. AhBot.MaxAuctionCount.Food.white = 40
  118. AhBot.PriceMultiplier.Sell.Food = 1.0
  119. AhBot.PriceMultiplier.Buy.Food = 1.0
  120.  
  121. AhBot.MaxAuctionCount.bandage.white = 10
  122. AhBot.PriceMultiplier.Sell.bandage = 1.0
  123. AhBot.PriceMultiplier.Buy.bandage = 1.0
  124.  
  125. AhBot.MaxAuctionCount.OtherConsumable.white = 20
  126. AhBot.MaxAuctionCount.OtherConsumable.green = 10
  127. AhBot.MaxAuctionCount.OtherConsumable.blue = 5
  128. AhBot.PriceMultiplier.Sell.OtherConsumable = 1.0
  129. AhBot.PriceMultiplier.Buy.OtherConsumable = 1.0
  130.  
  131. #
  132. # Recipe
  133. #
  134.  
  135. AhBot.MaxAuctionCount.recipe.white = 8
  136. AhBot.MaxAuctionCount.recipe.green = 4
  137. AhBot.MaxAuctionCount.recipe.blue = 2
  138. AhBot.MaxAuctionCount.recipe.epic = 2
  139. AhBot.PriceMultiplier.Sell.recipe = 1.0
  140. AhBot.PriceMultiplier.Buy.recipe = 1.0
  141.  
  142. #
  143. # Trade
  144. #
  145.  
  146. AhBot.MaxAuctionCount.Elemental.white = 30
  147. AhBot.MaxAuctionCount.Elemental.green = 20
  148. AhBot.MaxAuctionCount.Elemental.blue = 6
  149. AhBot.PriceMultiplier.Sell.Elemental = 1.0
  150. AhBot.PriceMultiplier.Buy.Elemental = 1.0
  151.  
  152. AhBot.MaxAuctionCount.Cloth.white = 50
  153. AhBot.MaxAuctionCount.Cloth.green = 14
  154. AhBot.MaxAuctionCount.Cloth.blue = 6
  155. AhBot.PriceMultiplier.Sell.Cloth = 1.0
  156. AhBot.PriceMultiplier.Buy.Cloth = 1.0
  157.  
  158. AhBot.MaxAuctionCount.Leather.white = 50
  159. AhBot.MaxAuctionCount.Leather.green = 14
  160. AhBot.MaxAuctionCount.Leather.blue = 6
  161. AhBot.PriceMultiplier.Sell.Leather = 1.0
  162. AhBot.PriceMultiplier.Buy.Leather = 1.0
  163.  
  164. AhBot.MaxAuctionCount.Herb.white = 50
  165. AhBot.MaxAuctionCount.Herb.green = 14
  166. AhBot.PriceMultiplier.Sell.Herb = 1.0
  167. AhBot.PriceMultiplier.Buy.Herb = 1.0
  168.  
  169. AhBot.MaxAuctionCount.Meat.white = 50
  170. AhBot.PriceMultiplier.Sell.Meat = 1.0
  171. AhBot.PriceMultiplier.Buy.Meat = 1.0
  172.  
  173. AhBot.MaxAuctionCount.Metal.white = 50
  174. AhBot.MaxAuctionCount.Metal.green = 14
  175. AhBot.MaxAuctionCount.Metal.blue = 6
  176. AhBot.PriceMultiplier.Sell.Metal = 1.0
  177. AhBot.PriceMultiplier.Buy.Metal = 1.0
  178.  
  179. AhBot.MaxAuctionCount.Engineering.white = 20
  180. AhBot.MaxAuctionCount.Engineering.green = 10
  181. AhBot.MaxAuctionCount.Engineering.blue = 4
  182. AhBot.PriceMultiplier.Sell.Engineering = 1.0
  183. AhBot.PriceMultiplier.Buy.Engineering = 1.0
  184.  
  185. AhBot.MaxAuctionCount.Disenchants.white = 40
  186. AhBot.MaxAuctionCount.Disenchants.green = 20
  187. AhBot.MaxAuctionCount.Disenchants.blue = 20
  188. AhBot.PriceMultiplier.Sell.Disenchants = 1.0
  189. AhBot.PriceMultiplier.Buy.Disenchants = 1.0
  190.  
  191. AhBot.MaxAuctionCount.SimpleGems.green = 30
  192. AhBot.MaxAuctionCount.SimpleGems.blue = 20
  193. AhBot.MaxAuctionCount.SimpleGems.epic = 4
  194. AhBot.PriceMultiplier.Sell.SimpleGems = 1.0
  195. AhBot.PriceMultiplier.Buy.SimpleGems = 1.0
  196.  
  197. AhBot.MaxAuctionCount.SocketGems.green = 50
  198. AhBot.MaxAuctionCount.SocketGems.blue = 20
  199. AhBot.MaxAuctionCount.SocketGems.epic = 4
  200. AhBot.PriceMultiplier.Sell.SocketGems = 1.0
  201. AhBot.PriceMultiplier.Buy.SocketGems = 1.0
  202.  
  203. AhBot.MaxAuctionCount.OtherTrade.white = 10
  204. AhBot.PriceMultiplier.Sell.OtherTrade = 1.0
  205. AhBot.PriceMultiplier.Buy.OtherTrade = 1.0
  206.  
  207. AhBot.PriceMultiplier.Sell.projectile = 1.0
  208. AhBot.PriceMultiplier.Buy.projectile = 1.0
  209. AhBot.PricingStrategy.projectile = buyOnlyRare
Add Comment
Please, Sign In to add comment