Open thepoprock opened 5 years ago
Hey guy. I'm using the default gambling config and I keep getting this error.
05:01:13 (batty_three) Error in Gamble (gamble.js #13) Bad Gambling System config. (Area: 1, Ping:78, Game: XXXXX)
Not sure where the error is or what I need to do to fix it. my bot DOES gamble, when it is in certain acts. Never seen it gamble in a1, though.
thoughts?
here's the associated file:
/**
function Gamble() { var gold, info = Gambling.getInfo(), needGold = false;
if (!info) { throw new Error("Bad Gambling System config."); } me.maxgametime = 0; Town.goToTown(1); addEventListener('copydata', function (mode, msg) { if (needGold && mode === 0 && info.goldFinders.indexOf(msg) > -1) { print("Got game request from " + msg); sendCopyData(null, msg, 4, me.gamename + "/" + me.gamepassword);
anyone know anything about this?
we need so help plz same thing i am geting
Read what a script does before setting it to true. Gamble.js is a special script that needs 2+ chars and some configuration.
Hey guy. I'm using the default gambling config and I keep getting this error.
05:01:13 (batty_three) Error in Gamble (gamble.js #13) Bad Gambling System config. (Area: 1, Ping:78, Game: XXXXX)
Not sure where the error is or what I need to do to fix it. my bot DOES gamble, when it is in certain acts. Never seen it gamble in a1, though.
thoughts?
here's the associated file:
/**
function Gamble() { var gold, info = Gambling.getInfo(), needGold = false;