Author

Topic: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! - page 140. (Read 274841 times)

legendary
Activity: 1007
Merit: 1000

   Seuntjie,

   I was going to poke through the code and se if I could figure out that tip problem on PRC, but I can't find the build 10 code.  Do you have a pointer,
or any ideas on that problem?

            Thanks Bob   (Chilly2k)

I updated the file linked in the previous response and the tipping seems to work as far as i tested, just sync your git repo or download the source again and compile it

in the lua code, you need to use tip("accountID",amount), for example: tip("357",0.10015)

     Any tips on compiling this?  I think I read at one point you needed to compile under windows, and that it required something else.  Just a quick pointer would help a bunch.

                    Thanks
legendary
Activity: 1717
Merit: 1125

   Seuntjie,

   I was going to poke through the code and se if I could figure out that tip problem on PRC, but I can't find the build 10 code.  Do you have a pointer,
or any ideas on that problem?

            Thanks Bob   (Chilly2k)

I updated the file linked in the previous response and the tipping seems to work as far as i tested, just sync your git repo or download the source again and compile it

in the lua code, you need to use tip("accountID",amount), for example: tip("357",0.10015)
legendary
Activity: 1717
Merit: 1125
thanks, I got it signed in, but I don't see the website?

Also, the roll numbers are whole numbers, is there a settings to show decimals?

I got rid of the browser, was making the bot sluggish and bulky. As it is now, the bot is more stable and easier to work on and upgrade later on.

I think you're confusing bet id and roll number. The bet ID is a whole number, the roll or lucky number shows to 4 decimals.



Roll only shows whole digit, no decimals.

That's odd, I've never seen that happen. On which side do you play and from where are you?


seuntji why my bot for just dice sometimes give some error like, its betting for 0 bet??

although my minimum bet was not 0...what may caused this error?

Maybe you have a setting that sets the multiplier or your bet to 0? or maybe you scrolled down while your cursor was focused on the mutliplier or starting bet values.



   Seuntjie,

   I was going to poke through the code and se if I could figure out that tip problem on PRC, but I can't find the build 10 code.  Do you have a pointer,
or any ideas on that problem?

            Thanks Bob   (Chilly2k)

https://github.com/seuntie900/DiceBot/blob/master/DiceBot/PRC.cs
legendary
Activity: 1007
Merit: 1000

   Seuntjie,

   I was going to poke through the code and se if I could figure out that tip problem on PRC, but I can't find the build 10 code.  Do you have a pointer,
or any ideas on that problem?

            Thanks Bob   (Chilly2k)
hero member
Activity: 602
Merit: 500
seuntji why my bot for just dice sometimes give some error like, its betting for 0 bet??

although my minimum bet was not 0...what may caused this error?
sr. member
Activity: 267
Merit: 250
6th BTC reached. Thank you for your support
thanks, I got it signed in, but I don't see the website?

Also, the roll numbers are whole numbers, is there a settings to show decimals?

I got rid of the browser, was making the bot sluggish and bulky. As it is now, the bot is more stable and easier to work on and upgrade later on.

I think you're confusing bet id and roll number. The bet ID is a whole number, the roll or lucky number shows to 4 decimals.



Roll only shows whole digit, no decimals.
newbie
Activity: 57
Merit: 0
I cant seem to get the Reset Stats button to work on v3 b10.
is it just me?

I have the same thing.
newbie
Activity: 34
Merit: 0
I cant seem to get the Reset Stats button to work on v3 b10.
is it just me?
legendary
Activity: 1717
Merit: 1125
thanks, I got it signed in, but I don't see the website?

Also, the roll numbers are whole numbers, is there a settings to show decimals?

I got rid of the browser, was making the bot sluggish and bulky. As it is now, the bot is more stable and easier to work on and upgrade later on.

I think you're confusing bet id and roll number. The bet ID is a whole number, the roll or lucky number shows to 4 decimals.
sr. member
Activity: 267
Merit: 250
6th BTC reached. Thank you for your support
Which version are you using and how did you start the bot? If you're using the programmer mode you need to go to the console tab and type start() in the console to start betting and then type stop() again to stop the bot. If you did use the console to start it, did it show you an error message?

I used percentage/100 for a reason. balance*0.0026285 = 0.26285% of the balance. if you want 0.0026285% of the balance, it's balance*0.000026285

I am using version:

Code:
DiceBot
Programmer: Seuntjie
vs 3.0 Alpha build 7

I get no errors in the console. I can literally type: nextbet=balance and it still only bets 0's.

update to build 10. The build you're using has a really buggy programmer mode, including not getting the balance from the bot.

Alpha version (build 10) of Seuntjies Dicebot is available at seuntjie.com/dicebot/dicebot-v3-alpha-b10.zip


Build 10 status is "Status/Current Action: Disconnected"

how do I connect? I don't see the site.

There is a login box where you enter your username and password. If your screen resolution is small, you might need to scroll to the right a bit in the panel above the chart (the chart should just be a big empty white block if you just start the bot). The login box is just to the right of the basic stats and manual bet controls

thanks, I got it signed in, but I don't see the website?

Also, the roll numbers are whole numbers, is there a settings to show decimals?
legendary
Activity: 1717
Merit: 1125
Which version are you using and how did you start the bot? If you're using the programmer mode you need to go to the console tab and type start() in the console to start betting and then type stop() again to stop the bot. If you did use the console to start it, did it show you an error message?

I used percentage/100 for a reason. balance*0.0026285 = 0.26285% of the balance. if you want 0.0026285% of the balance, it's balance*0.000026285

I am using version:

Code:
DiceBot
Programmer: Seuntjie
vs 3.0 Alpha build 7

I get no errors in the console. I can literally type: nextbet=balance and it still only bets 0's.

update to build 10. The build you're using has a really buggy programmer mode, including not getting the balance from the bot.

Alpha version (build 10) of Seuntjies Dicebot is available at seuntjie.com/dicebot/dicebot-v3-alpha-b10.zip


Build 10 status is "Status/Current Action: Disconnected"

how do I connect? I don't see the site.

There is a login box where you enter your username and password. If your screen resolution is small, you might need to scroll to the right a bit in the panel above the chart (the chart should just be a big empty white block if you just start the bot). The login box is just to the right of the basic stats and manual bet controls
sr. member
Activity: 267
Merit: 250
6th BTC reached. Thank you for your support
Which version are you using and how did you start the bot? If you're using the programmer mode you need to go to the console tab and type start() in the console to start betting and then type stop() again to stop the bot. If you did use the console to start it, did it show you an error message?

I used percentage/100 for a reason. balance*0.0026285 = 0.26285% of the balance. if you want 0.0026285% of the balance, it's balance*0.000026285

I am using version:

Code:
DiceBot
Programmer: Seuntjie
vs 3.0 Alpha build 7

I get no errors in the console. I can literally type: nextbet=balance and it still only bets 0's.

update to build 10. The build you're using has a really buggy programmer mode, including not getting the balance from the bot.

Alpha version (build 10) of Seuntjies Dicebot is available at seuntjie.com/dicebot/dicebot-v3-alpha-b10.zip


Build 10 status is "Status/Current Action: Disconnected"

how do I connect? I don't see the site.
newbie
Activity: 4
Merit: 0

update to build 10. The build you're using has a really buggy programmer mode, including not getting the balance from the bot.

Alpha version (build 10) of Seuntjies Dicebot is available at seuntjie.com/dicebot/dicebot-v3-alpha-b10.zip

That would explain it lol. Think I followed a link from the PrimeDice link list. Thanks very much.
legendary
Activity: 1717
Merit: 1125
Which version are you using and how did you start the bot? If you're using the programmer mode you need to go to the console tab and type start() in the console to start betting and then type stop() again to stop the bot. If you did use the console to start it, did it show you an error message?

I used percentage/100 for a reason. balance*0.0026285 = 0.26285% of the balance. if you want 0.0026285% of the balance, it's balance*0.000026285

I am using version:

Code:
DiceBot
Programmer: Seuntjie
vs 3.0 Alpha build 7

I get no errors in the console. I can literally type: nextbet=balance and it still only bets 0's.

update to build 10. The build you're using has a really buggy programmer mode, including not getting the balance from the bot.

Alpha version (build 10) of Seuntjies Dicebot is available at seuntjie.com/dicebot/dicebot-v3-alpha-b10.zip
newbie
Activity: 4
Merit: 0
Which version are you using and how did you start the bot? If you're using the programmer mode you need to go to the console tab and type start() in the console to start betting and then type stop() again to stop the bot. If you did use the console to start it, did it show you an error message?

I used percentage/100 for a reason. balance*0.0026285 = 0.26285% of the balance. if you want 0.0026285% of the balance, it's balance*0.000026285

I start/stop the bot by writing start() and stop() in the console per the user guide. I am using version:

Code:
DiceBot
Programmer: Seuntjie
vs 3.0 Alpha build 7

I get no errors in the console. I can literally type: nextbet=balance and it still only bets 0's.
legendary
Activity: 1717
Merit: 1125

The idea of the "bet percentage of balance" is to continually bet that percentage. Just write a little lua script in the programmer mode to do what you need. In the most basic form, it would look something like this:

Code:
function dobet()
if win then
nextbet=balance*(percentage/100)
else
nextbet=2*previousbet
end
end

So how would I apply 0.0026285% to my total?

I tried:

Code:
function dobet()
if win then
nextbet=balance*0.0026285
else
nextbet=2*previousbet
end
end

I also tried balance/38000 for a similar result, but no luck Sad, AND tried 2*balance to test it and it still didn't work? It just results in my bet being set to 0.. It doesn't seem to be registering 'balance' as a variable..

I don't have any experience in lua, sorry - so if you could help me get it right I'd appreciate it!

Which version are you using and how did you start the bot? If you're using the programmer mode you need to go to the console tab and type start() in the console to start betting and then type stop() again to stop the bot. If you did use the console to start it, did it show you an error message?

I used percentage/100 for a reason. balance*0.0026285 = 0.26285% of the balance. if you want 0.0026285% of the balance, it's balance*0.000026285
newbie
Activity: 4
Merit: 0

The idea of the "bet percentage of balance" is to continually bet that percentage. Just write a little lua script in the programmer mode to do what you need. In the most basic form, it would look something like this:

Code:
function dobet()
if win then
nextbet=balance*(percentage/100)
else
nextbet=2*previousbet
end
end

So how would I apply 0.0026285% to my total?

I tried:

Code:
function dobet()
if win then
nextbet=balance*0.0026285
else
nextbet=2*previousbet
end
end

I also tried balance/38000 for a similar result, but no luck Sad, AND tried 2*balance to test it and it still didn't work? It just results in my bet being set to 0.. It doesn't seem to be registering 'balance' as a variable..

I don't have any experience in lua, sorry - so if you could help me get it right I'd appreciate it!
legendary
Activity: 1717
Merit: 1125
Hey, really awesome bot. I have a question if you could help me out?

I want to set my bet as a % of my 'max total'. I finally found that I could do this with DiceBot which is epic! However... The martingale doesn't work with it? It doesn't multiply my losses, it just continually bets that % which sucks Sad. Any way to fix this? Would be very grateful!

Thanks in advance,

Jan



The idea of the "bet percentage of balance" is to continually bet that percentage. Just write a little lua script in the programmer mode to do what you need. In the most basic form, it would look something like this:

Code:
function dobet()
if win then
nextbet=balance*(percentage/100)
else
nextbet=2*previousbet
end
end
newbie
Activity: 4
Merit: 0
Hey, really awesome bot. I have a question if you could help me out?

I want to set my bet as a % of my 'max total'. I finally found that I could do this with DiceBot which is epic! However... The martingale doesn't work with it? It doesn't multiply my losses, it just continually bets that % which sucks Sad. Any way to fix this? Would be very grateful!

Thanks in advance,

Jan

legendary
Activity: 1717
Merit: 1125
The bot seems to be hanging every few minutes for me on 999 dice. Any probable reason why?

Could be alot of things. Which version are you using?
Jump to: