Deep Bot - Twitch Streamer Assistant

Deep Bot => Guides, Tutorials & Demo Videos => Topic started by: Nazo on February 22, 2016, 01:50:54 PM

Title: Gamble Mini-Game (Originally from RevloBot)
Post by: Nazo on February 22, 2016, 01:50:54 PM
Gamble
(from RevloBot)

Someone recently requested me to re-create the Gamble mini-game from RevloBot. So, I did it.

If you don't already know, Gamble is basically a wagering game originally from RevloBot (and possibly other bots), but is now finally available for DeepBot!

Rules: Users can gamble however many points they would like at a chance for doubling or possibly even tripling their wager. There is a 38% chance of doubling your wager and a 2% chance of tripling it. If the number rolled is between 62 and 98, the wager is doubled. If the number rolled is between 98 and 100, the wager is tripled! If the number rolled is 61 or less, you lose.

NOTE: THIS MINI-GAME REQUIRES THE LATEST VERSION OF DEEPBOT AND DEEPBOT VIP TO WORK PROPERLY

Give BOTH commands User (Elevated Access) and Admin Access. (You may also want to check the Hide from Command List box to prevent users from tampering with the commands.)

!gamble
Code: [Select]
@if@[@target@||||Gamble by using '!gamble <amount>' where amount is the number of points you wish to gamble. There is a 2% chance of tripling your gamble and a 38% chance of doubling it.||@if@[>||@target@||@points@||@user@, you don't have enough @pointsname@ to gamble that amount.||!gamble_start @target@]]
!gamble_start
Code: [Select]
@if@[<=||@rand@[1|100]||61||Rolled @rand@[1|100]. @user@ lost @target@ @pointsname@ and now has @calc@[-|@points@|@target@] @pointsname@. @editpoints@[@user@|-@target@]||]@if@[>=||@rand@[1|100]||62||@if@[>=||@rand@[1|100]||98||Rolled @rand@[1|100]. @user@ won @calc@[*|3|@target@] @pointsname@ and now has @calc@[+|@calc@[*|3|@target@]|@points@] @pointsname@. @editpoints@[@user@|@calc@[*|3|@target@]]||Rolled @rand@[1|100]. @user@ won @calc@[*|2|@target@] @pointsname@ and now has @calc@[+|@calc@[*|2|@target@]|@points@] @pointsname@. @editpoints@[@user@|@calc@[*|2|@target@]]]||]
OR

You can use this which is the same as the two commands above, except they have been merged:

!gamble
Code: [Select]
@if@[@target@||||Gamble by using '!gamble <amount>' where amount is the number of points you wish to gamble. There is a 2% chance of tripling your gamble and a 38% chance of doubling it.||@if@[>||@target@||@points@||@user@, you don't have enough @pointsname@ to gamble that amount.||@if@[<=||@rand@[1|100]||61||Rolled @rand@[1|100]. @user@ lost @target@ @pointsname@ and now has @calc@[-|@points@|@target@] @pointsname@. @editpoints@[@user@|-@target@]||]@if@[>=||@rand@[1|100]||62||@if@[>=||@rand@[1|100]||98||Rolled @rand@[1|100]. @user@ won @calc@[*|3|@target@] @pointsname@ and now has @calc@[+|@calc@[*|3|@target@]|@points@] @pointsname@. @editpoints@[@user@|@calc@[*|3|@target@]]||Rolled @rand@[1|100]. @user@ won @calc@[*|2|@target@] @pointsname@ and now has @calc@[+|@calc@[*|2|@target@]|@points@] @pointsname@. @editpoints@[@user@|@calc@[*|2|@target@]]]||]]]
Also note that because !gamble_start is extremely long, it cannot be copied and pasted into Twitch chat...
(I decided to make !gamble_start very long to reduce the number of commands needed to make the mini-game work. If you want me to post a shorter line of text for !gamble_start and add an extra command, send a PM to me.)

Edit: Added Pastebin for Importing the Command: http://pastebin.com/raw/SWNwsxXy
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: TheRealAlixe on February 22, 2016, 03:43:55 PM
bit more of an Advance version of this can be found here (http://deepbot.deep.sg/forums/index.php?topic=5678.msg30855#msg30855)
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: Buggymon on May 04, 2016, 10:17:40 PM
How can i change it that a user have to gamble 50+ for a win?
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: trebongs on May 05, 2016, 06:40:35 AM
Hello, I am trying to incorporate this into the channel. I get an "Access denied" command after a user gamble which is odd. 

How do I give both commands user and admin access?  It seems I can only choose one option.  Thank you in advance
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: TheNumbLock on May 05, 2016, 07:21:52 AM
Hello, I am trying to incorporate this into the channel. I get an "Access denied" command after a user gamble which is odd. 

How do I give both commands user and admin access?  It seems I can only choose one option.  Thank you in advance

Admin Access is in the Command Chaining Section of the Command Editor.

User (Elevated Access) is below where you set a sound.

(http://i.imgur.com/P8uA21v.png)
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: xJustxJordanx on July 02, 2016, 10:57:26 AM
This command is giving my users back their original bet, plus 2x the original bet. Example: gambling 100 returns the original 100 plus 200 more. Any way to lower this? Example: winning 100 returns the original 100 plus 100 more?
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: MLGEhcos on July 30, 2016, 07:04:16 AM
can someone post a picture of what their bot looks like for this? im completely lost and would appreciate some help.
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: mattisfy on February 08, 2017, 08:53:30 PM
I know its an old topic, but I implemented this on my stream and its getting abused. Has anyone been able to add a maximum point limit? People in my stream are gambling 1,000,000 points and winning crazy amounts (albeit losing too), but its hurting my currency.
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: TheNumbLock on February 09, 2017, 09:53:58 AM
I recommend this one: http://wiki.deepbot.tv/custom_mini-games#gamble

You can change the numbers within the commands for the win percentage.
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: mattisfy on February 09, 2017, 01:23:42 PM
ty RepentGamingTV :-D I did have a look there, but couldnt work out where to set the limit of points
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: TheNumbLock on February 10, 2017, 07:50:38 AM
!gamble1

@if@[<=||@target@[1]||100000||!gamble2 @target@[1]||Sorry but you can only gamble 100k @pointsname@]",

Change the "100000" to whatever you want the max bet to be.

As for win percentage, it is in !gamble_finish

@if@[<=||@rand@[1|100]||61||Rolled @rand@[1|100]. @user@ lost @target@ @pointsname@ and now has @calc@[-|@points@|@target@] @pointsname@.||@if@[>=||@rand@[1|100]||62||@if@[>=||@rand@[1|100]||98||Rolled @rand@[1|100]. @user@ won @calc@[*|3|@target@] @pointsname@ and now has @calc@[+|@calc@[*|3|@target@]|@points@] @pointsname@. @editpoints@[@user@|@calc@[*|3|@target@]]||Rolled @rand@[1|100]. @user@ won @calc@[*|2|@target@] @pointsname@ and now has @calc@[+|@calc@[*|2|@target@]|@points@] @pointsname@. @editpoints@[@user@|@calc@[*|2|@target@]]]||]]

Change the first 61 to something higher for lower odds of winning. Same with the 62 for 3x multiplier chance.
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: EscadeFlow on February 10, 2017, 10:37:30 PM
I recommend this one: http://wiki.deepbot.tv/custom_mini-games#gamble

Hello there!

i just used this one you recommend, but found a Error in it.. i dont know where to Report it so i just post it here:

Quote
15:27 SaboJakeBOT Bloodpoints : 7ztyinallo [Viewer] [Empathy] [7 Hrs] - 3.286
15:27 7ZTyinallo: !gamble 286
15:27 SaboJakeBOT: 7ztyinallo has started to roll the dice...
15:27 SaboJakeBOT: Rolled 47. 7ztyinallo lost 286 Bloodpoints and now has 2,714 Bloodpoints.

My Viewer just Gambled 286 - so if he loose, it should be 3.000 left.
But after he loose, there are 2,714 left.
means the Gamble Command just removed the 286 twice.

I really dont know where i could change this, so.. i would be really thankful for any help :D

Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: TheRealAlixe on February 11, 2017, 03:05:34 AM
Fixed this bug in the newest update!
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: Diablex112 on March 04, 2017, 11:11:27 PM
Hello,

How is it possible that I set a cooldown for each user individually, the normal cooldown is for all users, so if 1 user is running the command all the others are waiting.
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: TheNumbLock on March 05, 2017, 12:32:53 AM
Hello,

How is it possible that I set a cooldown for each user individually, the normal cooldown is for all users, so if 1 user is running the command all the others are waiting.

With this one in this thread, no. With the one on the wiki, yes. http://wiki.deepbot.tv/custom_mini-games#gamble
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: dothewhatnow on March 23, 2017, 12:11:06 PM
I'm currently using the gamble command from the wiki and am wanting to make it so instead of 98-100 being a 3x point win, a specific number being rolled triggers the 3x win.

So far my attempts have just straight broken the command and am now wondering if someone could show me what to change.  Im pretty sure it's in the !gamble_finish command, I just don't know how to change it from the random number >= range to a specific number.

Thanks.
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: TheNumbLock on March 24, 2017, 06:59:28 AM
Remove > to make it have to = the number set in the command.
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: dothewhatnow on March 24, 2017, 08:10:51 AM
Remove > to make it have to = the number set in the command.

Would that be this area here?

Code: [Select]
@if@[>=||@rand@[1|100]||80||@if@[>=||@rand@[1|100]||98||Rolled @rand@[1|100]. @user@ won @calc@[*|3|@target@]
Im trying to figure out if i need the first >= in there, because the initial number is lower than 80, or would i just need to change the 80 to a value lower than the number, then change the 98 to the number i want and the >= in front of the 98 to = so it would look something like

Code: [Select]
@if@[>=||@rand@[1|100]||62||@if@[=||@rand@[1|100]||65||Rolled @rand@[1|100]. @user@ won @calc@[*|3|@target@]
or

Code: [Select]
@if@[=||@rand@[1|100]||65||Rolled @rand@[1|100]. @user@ won @calc@[*|3|@target@]
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: TheNumbLock on March 24, 2017, 08:29:08 AM
Would be the 98.
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: dothewhatnow on March 24, 2017, 09:00:23 AM
Would be the 98.

Do I need to change 80 @if@ statement at all? If the number is going to be below 80?
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: TheNumbLock on March 24, 2017, 10:07:39 AM
They need to roll 80 or higher to win by default. The 98 is the 3x part, which is what you want to change. So you would want this, unless you want them to have to roll exactly 80 or 98.

@if@[>=||@rand@[1|100]||80||@if@[=||@rand@[1|100]||98||Rolled @rand@[1|100]. @user@ won @calc@[*|3|@target@]

^With this, if they roll 80 or higher, they win 2x, but if the number is exactly 98, then win 3x.
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: dothewhatnow on March 24, 2017, 10:49:46 AM
They need to roll 80 or higher to win by default. The 98 is the 3x part, which is what you want to change. So you would want this, unless you want them to have to roll exactly 80 or 98.

@if@[>=||@rand@[1|100]||80||@if@[=||@rand@[1|100]||98||Rolled @rand@[1|100]. @user@ won @calc@[*|3|@target@]

^With this, if they roll 80 or higher, they win 2x, but if the number is exactly 98, then win 3x.

Aha! Thank you!
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: ScareBear on July 18, 2017, 09:47:31 AM
this is not like revlo with your scipt just typ in with 1 point !gamble 9999999999999999999999999 and if u win GG RIP leaderboard :D
Title: Re: Gamble Mini-Game (Originally from RevloBot)
Post by: TheNumbLock on July 18, 2017, 07:39:18 PM
this is not like revlo with your scipt just typ in with 1 point !gamble 9999999999999999999999999 and if u win GG RIP leaderboard :D

Reference this one: http://wiki.deepbot.tv/custom_mini-games#gamble

It has a max limit built in ;)