-
Notifications
You must be signed in to change notification settings - Fork 95
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
Cycle time #122
Comments
does cycle mean it runs only when the server is rebooted? |
Once a minute. But it will only add items if the current auctions for a faction is under the max value for that faction. |
I am only seeing the server fill to the max value when the server boots. It does not run continue to run after reaching the maximum number of items. |
The buy\sell cycle gets called periodically; if you enable debug logging you can see it happens on the server console. |
I am having the same issue as spiffynacho and shandshellin. The auction house only refills after a server restart. I have been running the AH-Bot for many years and only noticed this happening in the last 2-3 months. It does tick every minute to buy items but for some reason will not restock until the server restarts. On server restart it will tick about every minute to restock with the amount it is allowed per tick until it reaches the max. |
The refill depends on many variables. The algorithm right now works by doing
If you want a set of items to be always available, use the |
@kewinrausch I appreciate your response, but I am not sure how that explains the issue we are having. Say I have 12000 as the You talk of invalid items burning an attempt during a round but the debug doesn't show that nor would that explain why a server restart would list everything back up to the max if invalid items existed. As I said earlier, I appreciate your response and guidance on this. |
@LannyE can confirm, AH only gets refilled at server start or if you reload the config via command Edit: Did some research. I manually deleted all auctions with the ahexpire command. There is a difference in BinEmpty: First Screenshot is without reloading the config Second is after reloading the config (or server restart) |
When is the cycle ran, how often does it run Itemspercycle?
The text was updated successfully, but these errors were encountered: