Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 3.94 KB

File metadata and controls

76 lines (49 loc) · 3.94 KB

Import

grafik

Click on Import in streamer.bot and drag the ClassicChatGamble.sb file into the window or copy paste the import string.

grafik

Click on Import and Yes on both following popup messages.

Enable Commands

grafik

Enable all commands in the Commands tab of streamer.bot.

Configure Game

grafik

Go to Actions tab, click on the action [CCG] - Settings and right-click on the Test trigger and run Test Trigger to open the CCG GUI.

grafik

General tab inerhit all options for commands, platforms and general appearance in chat.

grafik

Game tab gives your a lot of possibilities to modify the game and features a live preview based on your settings, so you can nerf the game for addicts or adjust it for events.

grafik

Messages gives you the chance to modify any message in the game.

Other Modules contains Twitch Channel Points and the Action Log

grafik

Twitch Channel Points is twitch only (off by default). If enabled, the normal !gamble chat command is disabled for twitch. Bet Mode let you choose of different ways to use channel points to trigger the game. Check out the description in the GUI for each mode. Note: while Twitch Channel Points is active, other platforms can still play.

grafik

Action Log shows you exactly the outcome of a gamble game per user. You can see easily who won, loss, hit the jackpot. Filter per platform and other details are possible.

Math Calculation

Outcome Trigger Payout
🎰 Jackpot Roll ≤ Jackpot % bet × random(RndMin–RndMax) × JackpotMultiplier
🎉 Win Roll ≤ Win % bet × random(RndMin–RndMax)
Loss Remaining % -bet

Other Features

Arguments

Arguments available outside of the game, handy if you want to trigger further actions on certain situations.

Argument Value
gambleOutcome WIN, LOSS, or JACKPOT
gambleAmount Points won or lost
gambleBetAmount The original bet
gamblePreviousPoints Balance before the gamble
gambleNewPoints Balance after the gamble
gambleCurrency Currency name
gambleOutcomeMessage Pre-formatted result summary

grafik

Free Mode

You have various ways to enable the Free Mode. You can set Default Bet to 0 or use chat commands:

Command Info
!SetFreeMode Enable the free mode and validate the action with a message.
Every user now will get a one time only message to inform about the mode being active
!EndFreeMode Restores the normal gamble mode and validates it with a message.