Advertisement
Barebones

AHBOT.conf

Nov 24th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.91 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. # AuctionHouseBot.Seller.Enabled
  12. # General enable or disable AuctionHouseBot Seller functionality
  13. # Default 0 (Disabled)
  14. #
  15. # AuctionHouseBot.DEBUG.Seller
  16. # Enable or disable AuctionHouseBot Seller debug mode
  17. # Default 0 (Disabled)
  18. #
  19. # AuctionHouseBot.Alliance.Items.Amount.Ratio
  20. # Enable/Disable (disabled if 0) the part of AHBot that puts items up for auction on Alliance AH
  21. # Default 100 (Enabled with 100% of items specified in AuctionHouse.Items.Amount.color section)
  22. #
  23. # AuctionHouseBot.Horde.Items.Amount.Ratio
  24. # Enable/Disable (disabled if 0) the part of AHBot that puts items up for auction on Horde AH
  25. # Default 100 (Enabled with 100% of items specified in AuctionHouse.Items.Amount.color section)
  26. #
  27. # AuctionHouseBot.Neutral.Items.Amount.Ratio
  28. # Enable/Disable (disabled if 0) the part of AHBot that puts items up for auction on Neutral AH
  29. # Default 100 (Enabled with 100% of items specified in AuctionHouse.Items.Amount.color section)
  30. #
  31. # AuctionHouseBot.MinTime
  32. # Minimum time for the new auction
  33. # Default 1 (Hour)
  34. #
  35. # AuctionHouseBot.MaxTime
  36. # Maximum time for the new auction
  37. # Default 72 (Hours)
  38. #
  39. # AuctionHouseBot.Items.Vendor
  40. # Include items that can be bought from vendors.
  41. # Default 0
  42. #
  43. # AuctionHouseBot.Items.Loot
  44. # Include items that can be looted or fished for.
  45. # Default 1
  46. #
  47. # AuctionHouseBot.Items.Misc
  48. # Include misc. items.
  49. # Default 0
  50. #
  51. # AuctionHouseBot.Bind.*
  52. # Indicates which bonding types to allow the bot to put up for auction
  53. # No - Items that don't bind Default 1 (Allowed)
  54. # Pickup - Items that bind on pickup Default 0 (Not Allowed)
  55. # Equip - Items that bind on equip Default 1 (Allowed)
  56. # Use - Items that bind on use Default 1 (Allowed)
  57. # Quest - Quest Items Default 0 (Not Allowed)
  58. #
  59. # AuctionHouseBot.LockBox.Enabled
  60. # Enable or not lockbox in auctionhouse
  61. # Default 0 (Disabled)
  62. #
  63. # AuctionHouseBot.ItemsPerCycle.Boost
  64. # This value is used to fill DB faster than normal when there is more than this value missed items.
  65. # Normaly this value is used only first start of the server with empty auction table.
  66. # Default 75
  67. #
  68. # AuctionHouseBot.ItemsPerCycle.Normal
  69. # This value is used to fill DB normal way with less cpu/db using.
  70. # Normaly this value is used always when auction table is already initialised.
  71. # Default 20
  72. #
  73. # AuctionHouseBot.BuyPrice.Seller
  74. # Should the Seller use BuyPrice or SellPrice to determine Bid Prices
  75. # Default 1 (use SellPrice)
  76. #
  77. # AuctionHouseBot.Alliance.Price.Ratio
  78. # Define the price of selled item here for the Alliance Auction House
  79. # Default 200
  80. #
  81. # AuctionHouseBot.Horde.Price.Ratio
  82. # Define the price of selled item here for the Horde Auction House
  83. # Default 200
  84. #
  85. # AuctionHouseBot.Neutral.Price.Ratio
  86. # Define the price of selled item here for the Neutral Auction House
  87. # Default 200
  88. #
  89. # AuctionHouseBot.Items.ItemLevel.*
  90. # Prevent seller from listing items below/above this item level
  91. # Default 0 (Disabled)
  92. #
  93. # AuctionHouseBot.Items.ReqLevel.*
  94. # Prevent seller from listing items below/above this required level
  95. # Default 0 (Disabled)
  96. #
  97. # AuctionHouseBot.Items.ReqSkill.*
  98. # Prevent seller from listing items below/above this skill level
  99. # Default 0 (Disabled)
  100. #
  101. # AuctionHouseBot.Items.Amount.*
  102. # Define here for every items quality how many item you whant to be show in Auction House
  103. # This value will be adjusted by AuctionHouseBot.FACTION.Items.Amount.Ratio to define exact amount of
  104. # items will be show on Auction House
  105. # Default 0, 2000, 2500, 1500, 1000, 0, 0 (grey, white, green, blue, purple, orange, yellow)
  106. #
  107. # AuctionHouseBot.Class.*
  108. # Here you can set the class of items you prefer to be show on AH
  109. # These value is preference value, it's not percentage. So the maximum is 10.
  110. # The minimum is 0 (disabled).
  111. # Default 6,4,8,3,8,1,2,10,1,6,1,1,1,5,3
  112. #
  113. #
  114. # ITEM FINE TUNING
  115. # The following are usefull for limiting what character levels can
  116. # benefit from the auction house
  117. #
  118. # AuctionHouseBot.Class.Misc.Mount.ReqLevel.*
  119. # Prevent seller from listing mounts below/above this required level
  120. # Default 0
  121. #
  122. # AuctionHouseBot.Class.Misc.Mount.ReqSkill.*
  123. # Prevent seller from listing mounts below/above this skill level
  124. # Default 0
  125. #
  126. # AuctionHouseBot.Class.TradeGood.ItemLevel.*
  127. # Prevent seller from listing trade good items below/above this item level
  128. # Default 0
  129. #
  130. # AuctionHouseBot.Class.Container.ItemLevel.*
  131. # Prevent seller from listing contianers below/above this item level
  132. # Default 0
  133. #
  134. # AuctionHouseBot.forceIncludeItems
  135. # Include these items and ignore ALL filters
  136. # List of ids with delimiter ','
  137. # Default ""
  138. #
  139. # AuctionHouseBot.forceExcludeItems
  140. # Exclude these items even if they would pass the filters
  141. # List of ids with delimiter ','
  142. # Example "21878,27774,27811,28117,28122,43949" (this removes zzOld items)
  143. # Default ""
  144. #
  145. ###################################################################################################################
  146.  
  147. AuctionHouseBot.Seller.Enabled = 1
  148. AuctionHouseBot.DEBUG.Seller = 0
  149.  
  150. AuctionHouseBot.Alliance.Items.Amount.Ratio = 100
  151. AuctionHouseBot.Horde.Items.Amount.Ratio = 100
  152. AuctionHouseBot.Neutral.Items.Amount.Ratio = 100
  153.  
  154. AuctionHouseBot.MinTime = 1
  155. AuctionHouseBot.MaxTime = 72
  156.  
  157. AuctionHouseBot.Items.Vendor = 0
  158. AuctionHouseBot.Items.Loot = 1
  159. AuctionHouseBot.Items.Misc = 0
  160. AuctionHouseBot.Bind.No = 1
  161. AuctionHouseBot.Bind.Pickup = 0
  162. AuctionHouseBot.Bind.Equip = 1
  163. AuctionHouseBot.Bind.Use = 1
  164. AuctionHouseBot.Bind.Quest = 0
  165. AuctionHouseBot.LockBox.Enabled = 0
  166.  
  167. AuctionHouseBot.ItemsPerCycle.Boost = 75
  168. AuctionHouseBot.ItemsPerCycle.Normal = 20
  169. AuctionHouseBot.BuyPrice.Seller = 1
  170. AuctionHouseBot.Alliance.Price.Ratio = 200
  171. AuctionHouseBot.Horde.Price.Ratio = 200
  172. AuctionHouseBot.Neutral.Price.Ratio = 200
  173.  
  174. AuctionHouseBot.Items.ItemLevel.Min = 0
  175. AuctionHouseBot.Items.ItemLevel.Max = 0
  176. AuctionHouseBot.Items.ReqLevel.Min = 0
  177. AuctionHouseBot.Items.ReqLevel.Max = 0
  178. AuctionHouseBot.Items.ReqSkill.Min = 0
  179. AuctionHouseBot.Items.ReqSkill.Max = 0
  180.  
  181. AuctionHouseBot.Items.Amount.Grey = 0
  182. AuctionHouseBot.Items.Amount.White = 2000
  183. AuctionHouseBot.Items.Amount.Green = 2500
  184. AuctionHouseBot.Items.Amount.Blue = 1500
  185. AuctionHouseBot.Items.Amount.Purple = 1000
  186. AuctionHouseBot.Items.Amount.Orange = 0
  187. AuctionHouseBot.Items.Amount.Yellow = 0
  188.  
  189. AuctionHouseBot.Class.Consumable = 6
  190. AuctionHouseBot.Class.Container = 4
  191. AuctionHouseBot.Class.Weapon = 8
  192. AuctionHouseBot.Class.Gem = 3
  193. AuctionHouseBot.Class.Armor = 8
  194. AuctionHouseBot.Class.Reagent = 1
  195. AuctionHouseBot.Class.Projectile = 2
  196. AuctionHouseBot.Class.TradeGood = 10
  197. AuctionHouseBot.Class.Generic = 1
  198. AuctionHouseBot.Class.Recipe = 6
  199. AuctionHouseBot.Class.Quiver = 1
  200. AuctionHouseBot.Class.Quest = 1
  201. AuctionHouseBot.Class.Key = 1
  202. AuctionHouseBot.Class.Misc = 5
  203.  
  204. AuctionHouseBot.Class.Misc.Mount.ReqLevel.Min = 0
  205. AuctionHouseBot.Class.Misc.Mount.ReqLevel.Max = 0
  206. AuctionHouseBot.Class.Misc.Mount.ReqSkill.Min = 0
  207. AuctionHouseBot.Class.Misc.Mount.ReqSkill.Max = 0
  208. AuctionHouseBot.Class.TradeGood.ItemLevel.Min = 0
  209. AuctionHouseBot.Class.TradeGood.ItemLevel.Max = 0
  210. AuctionHouseBot.Class.Container.ItemLevel.Min = 0
  211. AuctionHouseBot.Class.Container.ItemLevel.Max = 0
  212.  
  213. AuctionHouseBot.forceIncludeItems = ""
  214. AuctionHouseBot.forceExcludeItems = ""
  215.  
  216. ###################################################################################################################
  217. # Buyer config
  218. #
  219. # AuctionHouseBot.Buyer.Enabled
  220. # General enable or disable AuctionHouseBot Buyer fonctionality
  221. # Default 0 (Disabled)
  222. #
  223. # AuctionHouseBot.DEBUG.Buyer
  224. # Enable or disable AuctionHouseBot Buyer debug mode
  225. # Default 0 (Disabled)
  226. #
  227. # AuctionHouseBot.Buyer.FACTION.Enabled
  228. # Enable or disable buyer independently by faction
  229. #
  230. # AuctionHouseBot.Buyer.BuyPrice
  231. # Should the Buyer use BuyPrice or SellPrice to determine Bid Prices
  232. # Default 0 (use SellPrice)
  233. #
  234. # AuctionHouseBot.Buyer.Recheck.Interval
  235. # This specify time interval (in minute) between two evaluation of the same selled item.
  236. # The less this value is, the more you give chance for item to be buyed by ahbot.
  237. # Default 20 (20min.)
  238. #
  239. # AuctionHouseBot.Buyer.Alliance.Chance.Ratio
  240. # When the evaluation of the entry is done you will have "x" chance for this entry to be buyed.
  241. # The chance ratio is simply (x/chance ratio)
  242. # For ex : If the evaluation give you 5000(maximum chance) chance and ratio is set 3
  243. # you will have 5000 chance on 15000(3*5000) random number
  244. # This for every faction independently
  245. # Default 3 (literaly 1 chance by 3)
  246. #
  247. ###################################################################################################################
  248.  
  249. AuctionHouseBot.Buyer.Enabled = 0
  250. AuctionHouseBot.DEBUG.Buyer = 0
  251.  
  252. AuctionHouseBot.Buyer.Alliance.Enabled = 1
  253. AuctionHouseBot.Buyer.Horde.Enabled = 1
  254. AuctionHouseBot.Buyer.Neutral.Enabled = 1
  255.  
  256. AuctionHouseBot.Buyer.BuyPrice = 0
  257.  
  258. AuctionHouseBot.Buyer.Recheck.Interval = 20
  259.  
  260. AuctionHouseBot.Buyer.Alliance.Chance.Ratio = 3
  261. AuctionHouseBot.Buyer.Horde.Chance.Ratio = 3
  262. AuctionHouseBot.Buyer.Neutral.Chance.Ratio = 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement