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
@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
@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
@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