Guest User

AHBot worldserver

a guest
Dec 30th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.18 KB | None | 0 0
  1. ###################################################################################################
  2. # AUCTION HOUSE BOT SETTINGS
  3. #
  4. # AuctionHouseBot.Update.Interval
  5. # Description: Interval in seconds for AHBot to get updated
  6. # Default: 20
  7. #
  8.  
  9. AuctionHouseBot.Update.Interval = 20
  10.  
  11. #
  12. # AuctionHouseBot.Seller.Enabled
  13. # Description: General enable or disable AuctionHouseBot Seller functionality
  14. # Default: 0 - (Disabled)
  15. # 1 - (Enabled)
  16.  
  17. AuctionHouseBot.Seller.Enabled = 1
  18.  
  19. #
  20. # AuctionHouseBot.Alliance.Items.Amount.Ratio
  21. # Description: Enable/Disable (disabled if 0) the part of AHBot that puts items up for auction on Alliance AH
  22. # Default: 100 - (Enabled with 100% of items specified in AuctionHouse.Items.Amount.color section)
  23.  
  24. AuctionHouseBot.Alliance.Items.Amount.Ratio = 100
  25.  
  26. #
  27. # AuctionHouseBot.Horde.Items.Amount.Ratio
  28. # Enable/Disable (disabled if 0) the part of AHBot that puts items up for auction on Horde AH
  29. # Default: 100 (Enabled with 100% of items specified in AuctionHouse.Items.Amount.color section)
  30.  
  31. AuctionHouseBot.Horde.Items.Amount.Ratio = 100
  32.  
  33. #
  34. # AuctionHouseBot.Neutral.Items.Amount.Ratio
  35. # Description: Enable/Disable (disabled if 0) the part of AHBot that puts items up for auction on Neutral AH
  36. # Default: 100 - (Enabled with 100% of items specified in AuctionHouse.Items.Amount.color section)
  37.  
  38. AuctionHouseBot.Neutral.Items.Amount.Ratio = 100
  39.  
  40. #
  41. # AuctionHouseBot.MinTime
  42. # Description: Minimum time for the new auction in hours
  43. # Default: 1 - (Hour)
  44.  
  45. AuctionHouseBot.MinTime = 12
  46.  
  47. #
  48. # AuctionHouseBot.MaxTime
  49. # Description: Maximum time for the new auction in hours
  50. # Default: 72 - (Hours)
  51.  
  52. AuctionHouseBot.MaxTime = 48
  53.  
  54. #
  55. # AuctionHouseBot.Items.Vendor
  56. # Description: Include items that can be bought from vendors.
  57. # Default: 0 - (Disabled)
  58. # 1 - (Enabled)
  59.  
  60. AuctionHouseBot.Items.Vendor = 0
  61.  
  62. #
  63. # AuctionHouseBot.Items.Loot
  64. # Description: Include items that can be looted or fished for.
  65. # Default: 1 - (Enabled)
  66. # 0 - (Disabled)
  67.  
  68. AuctionHouseBot.Items.Loot = 1
  69.  
  70. #
  71. # AuctionHouseBot.Items.Misc
  72. # Description: Include misc. items.
  73. # Default: 0 - (Disabled)
  74. # 1 - (Enabled)
  75.  
  76. AuctionHouseBot.Items.Misc = 0
  77.  
  78. #
  79. # AuctionHouseBot.Bind.*
  80. # Description: Indicates which bonding types to allow the bot to put up for auction
  81. # No - Items that don't bind Default 1 (Allowed)
  82. # Pickup - Items that bind on pickup Default 0 (Not Allowed)
  83. # Equip - Items that bind on equip Default 1 (Allowed)
  84. # Use - Items that bind on use Default 1 (Allowed)
  85. # Quest - Quest Items Default 0 (Not Allowed)
  86. # Values: 0 - (Disabled)
  87. # 1 - (Enabled)
  88.  
  89. AuctionHouseBot.Bind.No = 1
  90. AuctionHouseBot.Bind.Pickup = 0
  91. AuctionHouseBot.Bind.Equip = 1
  92. AuctionHouseBot.Bind.Use = 1
  93. AuctionHouseBot.Bind.Quest = 0
  94.  
  95. #
  96. # AuctionHouseBot.LockBox.Enabled
  97. # Description: Enable or not lockbox in auctionhouse
  98. # Default 0 - (Disabled)
  99. # 1 - (Enabled)
  100.  
  101. AuctionHouseBot.LockBox.Enabled = 0
  102.  
  103. #
  104. # AuctionHouseBot.ItemsPerCycle.Boost
  105. # Description: This value is used to fill AH faster than normal when there is more than this value on missed items (not auctioned items).
  106. # Usually this value is only used once on server start with empty auction table.
  107. # Default: 1000
  108.  
  109. AuctionHouseBot.ItemsPerCycle.Boost = 3000
  110.  
  111. #
  112. # AuctionHouseBot.ItemsPerCycle.Normal
  113. # Description: This value is used to fill AH for sold and expired items. A high value will be more resource intensive
  114. # Usually this value is used always when auction table is already initialised.
  115. # Default: 20
  116.  
  117. AuctionHouseBot.ItemsPerCycle.Normal = 20
  118.  
  119. #
  120. # AuctionHouseBot.BuyPrice.Seller
  121. # Description: Should the Seller use BuyPrice or SellPrice to determine Bid Prices
  122. # Default: 1 - (use SellPrice)
  123. # 0 - (use BuyPrice)
  124.  
  125. AuctionHouseBot.BuyPrice.Seller = 0
  126.  
  127. #
  128. # AuctionHouseBot.Alliance.Price.Ratio
  129. # Description: Percentage by which the price of items selled on Alliance Auction House is incremented / decreased
  130. # Default: 100 - (Not modify)
  131.  
  132. AuctionHouseBot.Alliance.Price.Ratio = 950
  133.  
  134. #
  135. # AuctionHouseBot.Horde.Price.Ratio
  136. # Description: Percentage by which the price of items selled on Horde Auction House is incremented / decreased
  137. # Default: 100 - (Not modify)
  138.  
  139. AuctionHouseBot.Horde.Price.Ratio = 950
  140.  
  141. #
  142. # AuctionHouseBot.Neutral.Price.Ratio
  143. # Description: Percentage by which the price of items selled on Neutral Auction House is incremented / decreased
  144. # Default: 100 - (Not modify)
  145.  
  146. # we should keep a lower price ratio on neutral to tempt ppl
  147. # i restored it because now we have a global auctioneer which is neutral
  148. AuctionHouseBot.Neutral.Price.Ratio = 950
  149.  
  150. #
  151. # AuctionHouseBot.Items.QUALITY.Price.Ratio
  152. # Description: Percentage by which the price of items sold of each quality is incremented / decreased (for all houses)
  153. # Default: 100 - (No change)
  154.  
  155. AuctionHouseBot.Items.Gray.Price.Ratio = 100
  156. AuctionHouseBot.Items.White.Price.Ratio = 1000
  157. AuctionHouseBot.Items.Green.Price.Ratio = 1800
  158. AuctionHouseBot.Items.Blue.Price.Ratio = 1000
  159. AuctionHouseBot.Items.Purple.Price.Ratio = 1800
  160. AuctionHouseBot.Items.Orange.Price.Ratio = 9000
  161. AuctionHouseBot.Items.Yellow.Price.Ratio = 4000
  162.  
  163. #
  164. # AuctionHouseBot.Items.ItemLevel.*
  165. # Description: Prevent seller from listing items below/above this item level
  166. # Default: 0 - (Disabled)
  167.  
  168. AuctionHouseBot.Items.ItemLevel.Min = 1
  169. AuctionHouseBot.Items.ItemLevel.Max = 250
  170.  
  171. #
  172. # AuctionHouseBot.Items.ReqLevel.*
  173. # Prevent seller from listing items below/above this required level
  174. # Default: - 0 (Disabled)
  175.  
  176. AuctionHouseBot.Items.ReqLevel.Min = 0
  177. AuctionHouseBot.Items.ReqLevel.Max = 0
  178.  
  179. #
  180. # AuctionHouseBot.Items.ReqSkill.*
  181. # Description: Prevent seller from listing items below/above this skill level
  182. # Default: 0 - (Disabled)
  183. # 1 - (Enabled)
  184.  
  185. AuctionHouseBot.Items.ReqSkill.Min = 0
  186. AuctionHouseBot.Items.ReqSkill.Max = 0
  187.  
  188. #
  189. # AuctionHouseBot.Items.Amount.*
  190. # Description: Define here for every item qualities how many items you want to be shown in Auction House
  191. # This value will be adjusted by AuctionHouseBot.FACTION.Items.Amount.Ratio to define the exact amount of
  192. # items that will finally be shown on Auction House
  193. # Default: 0, 2000, 2500, 1500, 1000, 0, 0 (Gray, white, green, blue, purple, orange, yellow)
  194.  
  195. AuctionHouseBot.Items.Amount.Gray = 0
  196. AuctionHouseBot.Items.Amount.White = 750
  197. AuctionHouseBot.Items.Amount.Green = 1300
  198. AuctionHouseBot.Items.Amount.Blue = 1800
  199. AuctionHouseBot.Items.Amount.Purple = 850
  200. AuctionHouseBot.Items.Amount.Orange = 0
  201. AuctionHouseBot.Items.Amount.Yellow = 0
  202.  
  203. #
  204. # AustionHouseBot.Class.*
  205. # Description: Here you can set the class of items you prefer to be show on AH
  206. # These value are sorted by preference, from 0 (disabled) to 10 (max. preference)
  207. # Default: Consumable: 6
  208. # Container: 4
  209. # Weapon: 8
  210. # Gem: 3
  211. # Armor: 8
  212. # Reagent: 1
  213. # Projectile: 2
  214. # TradeGod: 10
  215. # Generic: 1
  216. # Recipe: 6
  217. # Quiver: 1
  218. # Quest: 1
  219. # Key: 1
  220. # Misc: 5
  221. # Glyph: 3
  222.  
  223. AuctionHouseBot.Class.Consumable = 0
  224. AuctionHouseBot.Class.Container = 4
  225. AuctionHouseBot.Class.Weapon = 0
  226. AuctionHouseBot.Class.Gem = 6
  227. AuctionHouseBot.Class.Armor = 0
  228. AuctionHouseBot.Class.Reagent = 4
  229. AuctionHouseBot.Class.Projectile = 2
  230. AuctionHouseBot.Class.TradeGood = 10
  231. AuctionHouseBot.Class.Generic = 0
  232. AuctionHouseBot.Class.Recipe = 2
  233. AuctionHouseBot.Class.Quiver = 0
  234. AuctionHouseBot.Class.Quest = 0
  235. AuctionHouseBot.Class.Key = 0
  236. AuctionHouseBot.Class.Misc = 0
  237. AuctionHouseBot.Class.Glyph = 6
  238.  
  239. #
  240. ###################################################################################################
  241.  
  242. ###################################################################################################
  243. # AUCTION HOUSE BOT ITEM FINE TUNING
  244. #
  245. # The following are usefull for limiting what character levels can
  246. # benefit from the auction house
  247. #
  248. # AuctionHouseBot.Class.Misc.Mount.ReqLevel.*
  249. # Description: Prevent seller from listing mounts below/above this required level
  250. # Default: 0
  251.  
  252. AuctionHouseBot.Class.Misc.Mount.ReqLevel.Min = 0
  253. AuctionHouseBot.Class.Misc.Mount.ReqLevel.Max = 0
  254.  
  255. #
  256. # AuctionHouseBot.Class.Misc.Mount.ReqSkill.*
  257. # Description: Prevent seller from listing mounts below/above this skill level
  258. # Default: 0
  259.  
  260. AuctionHouseBot.Class.Misc.Mount.ReqSkill.Min = 0
  261. AuctionHouseBot.Class.Misc.Mount.ReqSkill.Max = 0
  262.  
  263. #
  264. # AuctionHouseBot.Class.Glyph.ReqLevel.*
  265. # Description: Prevent seller from listing glyphs below/above this required level
  266. # Default: 0
  267.  
  268. AuctionHouseBot.Class.Glyph.ReqLevel.Min = 0
  269. AuctionHouseBot.Class.Glyph.ReqLevel.Max = 81
  270.  
  271. #
  272. # AuctionHouseBot.Class.Glyph.ItemLevel.*
  273. # Description: Prevent seller from listing glyphs below/above this item level
  274. # Default: 0
  275.  
  276. AuctionHouseBot.Class.Glyph.ItemLevel.Min = 0
  277. AuctionHouseBot.Class.Glyph.ItemLevel.Max = 200
  278.  
  279. #
  280. # AuctionHouseBot.Class.TradeGood.ItemLevel.*
  281. # Description: Prevent seller from listing trade good items below/above this item level
  282. # Default: 0
  283.  
  284. AuctionHouseBot.Class.TradeGood.ItemLevel.Min = 79
  285. AuctionHouseBot.Class.TradeGood.ItemLevel.Max = 81
  286.  
  287. #
  288. # AuctionHouseBot.Class.Container.ItemLevel.*
  289. # Description: Prevent seller from listing contianers below/above this item level
  290. # Default: 0
  291.  
  292. AuctionHouseBot.Class.Container.ItemLevel.Min = 0
  293. AuctionHouseBot.Class.Container.ItemLevel.Max = 0
  294.  
  295. #
  296. # AuctionHouseBot.forceIncludeItems
  297. # Description: Include these items and ignore ALL filters
  298. # List of ids with delimiter ','
  299. # Default: ""
  300.  
  301. AuctionHouseBot.forceIncludeItems = ""
  302.  
  303. #
  304. # AuctionHouseBot.forceExcludeItems
  305. # Description: Exclude these items even if they would pass the filters
  306. # List of ids with delimiter ','
  307. # Example: "21878,27774,27811,28117,28122,43949" (this removes old items)
  308. # Default: ""
  309. #
  310.  
  311. AuctionHouseBot.forceExcludeItems = "38089,46765,46766,46767,21878,27774,27811,28117,28122,43949,22682,18665,18646,18659,17203,11371,12360,17010,17011,11382,33865,12809,34664,32428,45087,30183,43102,47556,12800,12363,45912"
  312.  
  313. #
  314. ###################################################################################################
Add Comment
Please, Sign In to add comment