* Add MinesCommand
Add MinesCommand
parses user input and submits it to mines service
* Add KasinoMines service to bot services
Add KasinoMines service to bot services
* kasinomines service code
kasinomines service code
holds all the game information so that games can be ongoing, you can leave your game and come back to it later,
* Update MinesCommand.cs
* Update KasinoMines.cs
* Update MinesCommand.cs
* add house edge to limbo
add house edge to limbo
* add house edge to keno
add house edge to keno
* Update BotServices.cs
forgot to add kasino mines item
* Update BuiltIn.cs
add kasinomines cleanup delay setting
* Update KenoCommand.cs
add difficulty options to keno, classic low medium high default high
* Update PlanesCommand.cs
adds house edge to planes
if your buffs cause house edge to be greater than 1, you have a HOUSE_EDGE - 1.0 % chance to get a guaranteed win,
if house edge is less than 1, 1-HOUSE EDGE chance for a guaranteed loss
* Update PlanesCommand.cs
missed a counter update
* Update PlinkoCommand.cs
plinko house edge update
changes vacuum strength based on house edge
* attempt at rain command
attempt at rain command
* Add 'Rain' to MoneyDbModels enum
Added 'Rain' to the enum for additional game types.
* some cleanup
some cleanup
* adds delay based on frame count so it doesn't spoil outcome on long spins
adds delay based on frame count so it doesn't spoil outcome on long spins
* adds pause between each spin
adds pause between each spin
* Refactor delay calculation for slot animation
Replaced delaySec with delayHSec to calculate delay based on frame delays.
New command that calculates Return-to-Player statistics for any user
by aggregating all their kasino wagers across all gambler entities.
Shows overall RTP, total wagered/returned, wager count, and luckiest
game (highest RTP with minimum 10 wagers to qualify).
* Update cleanup delay settings for PlinkoCommand, use plinko delay instead of limbo
Update cleanup delay settings for PlinkoCommand, use plinko delay instead of limbo
* wait for chat message id update
wait for chat message id update
* update plinko to fix shit
update plinko to fix shit
* add underline to final blackjack message
add underline to final blackjack message to make it easier to read which game is which when many games are happening at once
* plinko fix frfr this time
plinko fix frfr this time
* settings fix as requested
settings fix as requested
* plinko payout fix?
not exactly sure why its not correct this should maybe fix it?
* Add logger for max win in PlinkoCommand
Added logging for maximum win condition in Plinko game.
* fix loop and other bugs
fix loop and other bugs