Some ideas

Hey, here are a few things I’m still missing at the moment, and I’d be happy if they could be implemented:

  • Bonus Gamble function (either selectable up to which point it should gamble, or simply that it always gambles to the max) (e.g., in Licence to Squirrel by Massive Studios, or in general for some Massive and some NoLimit slots)
  • Stop on Super Bonus (e.g., NoLimit) or Stop on 4 Scatters (e.g., Hacksaw)
  • Slot Bet ID in the Bet Browser (I saw you’re already working on this, just wanted to mention it)
  • Number of free spins played in the statistics window and counting of 100x multipliers (for Reel Rumble)
  • Force restart for slots (so far noticed with Twist, Pragmatic, and NoLimit where they freeze without an error) — Hacksaw often freezes too, but I think that’s more of a Hacksaw issue

Hey @doertsch0, thanks a lot for your suggestions!

Bonus Gamble function (either selectable up to which point it should gamble, or simply always gamble to max — e.g. in Licence to Squirrel by Massive Studios, or generally in some Massive and NoLimit slots)

Yes, I’m planning to add a “Max Gamble” function to the bot. However, it will need to be implemented manually for each slot that supports a gamble feature, since this can’t be detected automatically through the API. So it will take a bit of manual work upfront to identify and flag those slots in our system.

Stop on Super Bonus (e.g. NoLimit) or Stop on 4 Scatters (e.g. Hacksaw)

Interesting idea. I’ll check if there’s a reliable way to detect this from the bet response.

Slot Bet ID in the Bet Browser (I saw you’re already working on this, just wanted to mention it)

Correct — I’m already working on this one.

Number of free spins played in the statistics window and counting of 100x multipliers (for Reel Rumble)

Just to clarify — do you mean tracking how often bonuses are triggered, rather than how many free spins are played during the bonus itself? I’d actually see this as part of the broader Bet Browser improvements. For example, you’d filter by game in a certain time frame and it shows you how many of the spins were free spins and you could also filter by all multipliers >= 100x and we could add a payout multiplier sum statistic in there.

Force restart for slots (so far noticed with Twist, Pragmatic, and NoLimit where they freeze without an error — Hacksaw often freezes too, but I think that’s more of a Hacksaw issue)

Ideally, I’d prefer to fix the freezes directly rather than forcing a restart. Do you have any more details on when this happens? Is it limited to specific slots, or does it occur only during bonuses or when certain actions are required from the player? Any extra info would be helpful here.

I simply mean a counter showing how many times I’ve triggered free spins.
For example, if I’ve done 10,000 spins, I’d like to see how many times free spins occurred within those 10,000 spins.
A few weeks ago, for example, this happened with Gold Mega Stepper, which simply stopped without any error or other message. I had to open the slot in the browser, make one spin, and then it worked again in the bot.

The same happened with some Twist games — no error, just stopped — but there I only had to press Start again for it to continue.

It also occurred with Pragmatic, where there was some kind of error message like “failed to connect” or something similar (I can’t remember exactly), but again pressing the Start button was enough for it to continue.

Hacksaw stops most frequently, but I also experience issues with it in the browser when playing on Super Turbo — maybe the spins are too fast? Just an idea.

In the future, I can pay closer attention and note down any error messages to pass them on. From what I’ve seen so far, these issues usually happen during the base game.

1 Like

Thanks, I’ll take a look at Gold Mega Stepper. Perhaps there’s some missing action call, if you can’t just press Start again after it stops.

1 Like

The Ante Bot has turned out really well — thank you for your work so far!

1 Like

Done in latest release.

1 Like