XenoBot Forums - Powered by vBulletin

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Casino Dice

  1. #1

    Join Date
    Feb 2016
    Posts
    26
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Casino Dice

    Hey there,

    Yesterday I found a Casino script and fixed it to work with the new 10.90 depot boxes...

    It's working great except for some win issues xD, since the dice is random(1,6) for some reason the user was winning a lot and I lost 500k :P, I am looking for a way to decrease the user chances, I already implemented something like this:

    If the user says low I set the dice numbers to this:

    DiceNumbers = {4, 6, 5, 2, 5, 4, 1, 3, 5, 6}

    if the user says high I set the dice numbers to this:

    DiceNumbers = {2, 1, 5, 3, 1, 6, 1, 3, 4, 2}

    then I just randomize this array with

    DiceIndex = random(1,10)

    and I select by the Index with: Result = DiceNumbers[DiceIndex]

    Is there a better way to do what I want or am I being too unfair?

    Thanks

  2. #2

    Join Date
    Apr 2015
    Posts
    29
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Is this the Chuitox Script?

  3. #3

    Join Date
    Feb 2016
    Posts
    26
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes it is.

  4. #4
    Monthly Subscriber
    Join Date
    Jun 2012
    Posts
    185
    Mentioned
    22 Post(s)
    Tagged
    0 Thread(s)
    This is cheating. Not cool.

  5. #5

    Join Date
    Feb 2016
    Posts
    26
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I guess all the dice scripts do that because it's imposible to win

  6. #6

    Join Date
    Jan 2014
    Posts
    183
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by douglassrs View Post
    I guess all the dice scripts do that because it's imposible to win
    Thats why noone play dicers who doesnt use dice. Only idiots plays.

  7. #7

    Join Date
    Mar 2014
    Location
    Long Island
    Posts
    379
    Mentioned
    54 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by douglassrs View Post
    I guess all the dice scripts do that because it's imposible to win
    It's not impossible to win, it's strictly odds.

    A random number between 1 and 6 is just that, a random number. The Dice used in RL tibia are the same odds as the script you're using. When I used a real die on RL tibia, I'd have days where I lost money as well. What you're doing is gambling, not just for the player, but for the dealer as well (you're the dealer).
    The odds are always in the dealers favor, but doesn't mean that its a guaranteed win. For this reason, people would often do payouts of 80%/90%. It helped balance the losing odds a bit.

    By adding cheating into the script, now you're discouraging people to play with you. You may profit well 1 day, but the days following you'll be making scraps at best. Honesty is the best, you build a regular customer base, word of mouth gets around of the 'safe' dicer, and you profits go up from people taking riskier bets.

    Just my two cents

    My name is Proteus!
    This is my Signature.
    Thanks.

  8. #8

    Join Date
    Feb 2016
    Posts
    26
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmmm, that's it then, thanks for the tips.

  9. #9

    Join Date
    Feb 2016
    Posts
    26
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also, can you tell me how much you profit from this bot?

  10. #10
    Monthly Subscriber
    Join Date
    Jun 2012
    Posts
    185
    Mentioned
    22 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Proteus View Post
    It's not impossible to win, it's strictly odds.

    A random number between 1 and 6 is just that, a random number. The Dice used in RL tibia are the same odds as the script you're using. When I used a real die on RL tibia, I'd have days where I lost money as well. What you're doing is gambling, not just for the player, but for the dealer as well (you're the dealer).
    The odds are always in the dealers favor, but doesn't mean that its a guaranteed win. For this reason, people would often do payouts of 80%/90%. It helped balance the losing odds a bit.

    By adding cheating into the script, now you're discouraging people to play with you. You may profit well 1 day, but the days following you'll be making scraps at best. Honesty is the best, you build a regular customer base, word of mouth gets around of the 'safe' dicer, and you profits go up from people taking riskier bets.

    Just my two cents
    Well said

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •