Skip to content
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

Item refresh #121

Open
shandshellin opened this issue Nov 13, 2024 · 1 comment
Open

Item refresh #121

shandshellin opened this issue Nov 13, 2024 · 1 comment

Comments

@shandshellin
Copy link

Does the ah bot refresh its items on a cycle or is there a way to force it to refresh the items? Bought all the ore of one type but no more showing after a few days.

@kewinrausch
Copy link

It depends on some variables and your setup. Take into account that there are thousands of items and if your max is 250 then those item will never get an opportunity to show up again until the random picker rolls the right number. You probably consume the ore and another random item replaced it.

At every cycle the logic checks if the sold items are less than the max, and it they are then rolls a random item to fill the gap. It's not "granted" to be present unless you restrict the items available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants