navigatorus
|
|
August 14, 2015, 12:49:21 PM |
|
p.s. at the time when the bot stopped working I decided to try to make a bet via the browser,an error appears saying something like "the seed must not be empty"
All you have to do in the browser is to refresh the site.. There was an update concerning the provably fair system that took place (therefore the error you saw). Yes I updated the page,but the bot still does not bet in other casino everything runs like clockwork.I'm so confused
|
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
August 14, 2015, 07:35:38 PM Last edit: August 14, 2015, 10:13:08 PM by seuntjie |
|
Dear seuntjie,today, after the appearance of the admins in the casino rollin.io stopped working bot,in other casinos all works fine,but in rollin.io bot don't do rates not through the manual mode is not the mode of the programmer,I thought the problem with the IP,I changed it cleaned the folder appdata/dicebot but it gave no results,what should I do?what I can advise?looking forward to the answer.thank you.
The site was changed in such a way that the data sent to the site and received by the bot is different, meaning the bot can't place bets as is. I will need to update the bot to accommodate the sites changes. There's nothing you can do now to make it work other than changing the source code and recompiling the bot I'll do this once i get home and will release another beta version for testing.
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
August 15, 2015, 11:32:06 AM |
|
New stable version available at https://bot.seuntjie.com/botpage.aspxChanges include a betterbets.io and a moneypot application and some serious bug fixes
|
|
|
|
|
jeff4610
Newbie
Offline
Activity: 14
Merit: 0
|
|
August 16, 2015, 02:44:11 AM |
|
I need a function of minimum betsize. I use a multiplier of 0.5 when winning. Sometimes the betsize reduces to zero. I want a function that the betsize is no lesser than the starting betsize. How can I set it in the preset bot? Or how can I add it in the programmer's mode? Thank you.
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
August 16, 2015, 07:19:26 AM |
|
I need a function of minimum betsize. I use a multiplier of 0.5 when winning. Sometimes the betsize reduces to zero. I want a function that the betsize is no lesser than the starting betsize. How can I set it in the preset bot? Or how can I add it in the programmer's mode? Thank you.
Hm, a minimum and maximum bet option might not be a bad idea. I will implement something like that in the next version. In the mean time, you can do something like this: Set up your martingale strategy in the advanced settings tab. use this code in the programmer mode: minbet = 0.00000001
--if you have stop or reset conditions set, uncomment the next line --enablesrc=true
--if you use the built in zig zag options, uncomment the next line --enablezz=true
function dobet()
nextbet = martingale(win)
if (nextbet <minbet) then nextbet=minbet end
end
|
|
|
|
Glucose
|
|
August 16, 2015, 08:00:25 AM |
|
Any idea why I can't login on my accounts on Just-Dice ?
("Failed to log in or register new account")
Same with one of my PD account (the other logs, no problem)
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
August 16, 2015, 08:11:51 AM |
|
Any idea why I can't login on my accounts on Just-Dice ?
("Failed to log in or register new account")
Same with one of my PD account (the other logs, no problem)
do you have 2fa enabled and are you entering the correct key? are you sure you are entering the correct username and password? BOTH are case sensitive (remember the screen name and your username are not the same thing at JD) Does your password have any weird (arabic, mandarin, that kind of thing) characters in it? Are you sure you selected just-dice as the site before trying to log in (default site is PD)
|
|
|
|
BetterBets.io
|
|
August 19, 2015, 02:35:01 AM |
|
Excellent Seuntjie, we added this to our casino OP as well so people will see it. Also, thanks again for adding the chatbot too; things are looking very positive
|
|
|
|
hillsta89
Newbie
Offline
Activity: 38
Merit: 0
|
|
August 22, 2015, 05:39:38 AM |
|
I've tried on two systems and the auto withdraw option on all sites throws a 'dicebot.exe bot responding' and crashes.. Anyone else experience this at all??
Both are Win7 x64. Bug or just me?
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
August 22, 2015, 09:13:23 AM |
|
I've tried on two systems and the auto withdraw option on all sites throws a 'dicebot.exe bot responding' and crashes.. Anyone else experience this at all??
Both are Win7 x64. Bug or just me?
This seems to be a bug. I'll get it fixed for the next release
|
|
|
|
hillsta89
Newbie
Offline
Activity: 38
Merit: 0
|
|
August 23, 2015, 10:17:37 AM |
|
So wasn't just me, That would be great to be fixed, legend. Thanks and love ya work!
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
August 26, 2015, 07:17:45 PM |
|
I recently added a moneypot application in DiceBot, So I decided to add a page to the bots' where you can play. The page is based on the unnamed dice project as can be found on githubFeel free to log in and play on the site a bit, you can find it at: https://bot.seuntjie.com/mpdb/note: The site has no auto-roll, if you want an autoroll, use the bot. note 2: site accounts aren't related to moneypot accounts in any way. They are different and independent from each other.
|
|
|
|
vaxi78
Newbie
Offline
Activity: 13
Merit: 0
|
|
August 29, 2015, 07:45:28 AM |
|
v302 (stable) stopped betting with primedice.com, gives the message "Please set starting bet using nextbet = x.xxxxxxxx" in Programmer mode and does not place any bet but worked without any probs before -((( Could somebody help, pleeeeease!!!!
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
August 30, 2015, 09:25:46 AM |
|
v302 (stable) stopped betting with primedice.com, gives the message "Please set starting bet using nextbet = x.xxxxxxxx" in Programmer mode and does not place any bet but worked without any probs before -((( Could somebody help, pleeeeease!!!!
Have you tried using "nextbet= xx.xxxxxxx" (replacing the xx.xxxx with your starting bet) in the console and then using start() again?
|
|
|
|
chilly2k
Legendary
Offline
Activity: 1007
Merit: 1000
|
|
August 30, 2015, 02:10:24 PM |
|
Hey Seuntjie,
Can you take a peek at the tip function for JD. Doesn't seem to be working correctly. Not sure exactly what the problem is, but I think the tip gets kicked off, but doesn't complete. Then my script keeps retrying it and eventually gets muted. I don't know for sure it's the script retrying, but that's my guess.
Thanks
|
|
|
|
seuntjie (OP)
Legendary
Offline
Activity: 1717
Merit: 1125
|
|
August 30, 2015, 03:52:22 PM |
|
Hey Seuntjie,
Can you take a peek at the tip function for JD. Doesn't seem to be working correctly. Not sure exactly what the problem is, but I think the tip gets kicked off, but doesn't complete. Then my script keeps retrying it and eventually gets muted. I don't know for sure it's the script retrying, but that's my guess.
Thanks
Hmm I assume it's because dooglus added the confirm tip thing. I'll make sure it works for the next version
|
|
|
|
chilly2k
Legendary
Offline
Activity: 1007
Merit: 1000
|
|
August 30, 2015, 04:14:55 PM |
|
Hey Seuntjie,
Can you take a peek at the tip function for JD. Doesn't seem to be working correctly. Not sure exactly what the problem is, but I think the tip gets kicked off, but doesn't complete. Then my script keeps retrying it and eventually gets muted. I don't know for sure it's the script retrying, but that's my guess.
Thanks
Hmm I assume it's because dooglus added the confirm tip thing. I'll make sure it works for the next version Oh that would make sense. OK, Will wait for your update. Thanks
|
|
|
|
hungaroo
Newbie
Offline
Activity: 45
Merit: 0
|
|
August 30, 2015, 04:33:28 PM |
|
thats the best dice betting bot script that was ever created thank you i will use it
|
|
|
|
|