-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: UseBuyPriceForSeller same TradeGoods didn't appear in Seller [bug] Add Use Buy-and-Sell PriceForSeller #114
Comments
Hi, can you provide one example of such item to explore the issue? |
sorry I use the < x >mark the item name , it can't show They cannot be sold by AHbots in the auction house at the same time |
Those items does have the prices set at 0 stright from the database, meaning you can't be able to usually buy/sell.
This means that during the items bins initialization the mod will not consider such items depending on the strategy selected, since it does not have a starting price to begin with. I've recently pushed a PR solving this unhandled case, where the price is guessed using an heuristic that take into account the item level and the normal multiplication factors used by the normal selling process. This way you can have items with 0 price being sold for something and they will appear in the auction house. My server already has the patch running and right now everything is fine and I can buy reagents to level up my enchanting, for example. You just have to wait for the maintainers to test and accept the changes. IF you want to can also go on and use the branch in my repo, test this and then report back your findings about that, especially if the price selected by the algorithm is fine enough. |
@kewinrausch Thanks I will try it |
Found at least part of the problem. Several trade goods are listed in "mod_auctionhousebot_disabled_items" Items I've found so far (with item ID included): Removing these from that table allows them to show up in the auction house. Hopefully this helps others workaround the issue until a proper fix can be done, and hopefully this help the author identify the root cause. |
Describe your feature request or suggestion in detail
If UseBuyPriceForSeller =0 the TradeGoods 【Ink of the Sea】 can appear in Seller
But if UseBuyPriceForSeller =1 【Ink of the Sea 】 didn't appear in Seller , but 【Infinite Dust 】 will appear in AH
Same TradeGoods only have BuyPrice or SellPrice such as 【Strange Dust】 only can buy from NPC but can't Sell to NPC
Describe a possible solution to your feature or suggestion in detail
UseBuyPriceForSeller first and if the TradeGoods didn't have BuyPrice use SellPrice make 【Ink of the Sea】 and 【Infinite Dust 】can appear together in AH
Additional context
AuctionHouseBot.UseBuyPriceForSeller_first_then_UseSellPriceForSeller =1
The text was updated successfully, but these errors were encountered: