Seuntjies DiceBot
DiceBot => DiceBot General Discussion => Topic started by: Lawlyplays on January 01, 2021, 08:45:01 am
-
Simple question is the subject that I always use...
Is there a way to make advanced mode settings, becoming programmer code?
I mean, to divide balance and use it as basebet in advanced mode.
also to use a "reset after .15 profit".
-
See this sample script: https://bot.seuntjie.com/scripts.aspx?id=8
-
See this sample script: https://bot.seuntjie.com/scripts.aspx?id=8
Not exactly what I'm looking for, I mean, is there a way to use percentages for basebet in advanced mode? Why not programmer? Advanced mode has the option Stop on win, and I don't know if that's possible in programmer mode.
-
I'm still waiting for an answer..
-
Not exactly what I'm looking for, I mean, is there a way to use percentages for basebet in advanced mode?
Yes, but then it always bets that percentage, it doesn't use it as a starting point for the other strategies. The sample script uses the built in strategy but uses a % of your balance as the basebet. Isn't that exactly what you asked for?
Why not programmer?
What? What are you asking here?
Advanced mode has the option Stop on win, and I don't know if that's possible in programmer mode.
There is a way to do this, it just isn't a button.
stoponwin=false
function dobet()
if stoponwin then stop() end
end
Just set stoponwin to true from the console.