* 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
* 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.
* 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
* 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
* 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
* Implement PlinkoCommand for Kasino game
plinko
* Add plinko board cleanup delay setting
Added a new setting for plinko board cleanup delay.
* Add 'Plinko' to game options in MoneyDbModels
Added 'Plinko' option to the game enum with a description.
* Modify Plinko win message to show new balance and do wager
Updated the message format to include the new balance after a win.
* Adjust wager calculation for Plinko game