Blizzard Sector
Gamble problem - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Mods and Mod Making (https://www.blizzsector.co/forum-20.html)
+--- Thread: Gamble problem (/thread-47904.html)



Gamble problem - jdwenrichjr - 03-21-2012

just deleted to make it smaller in here


Gamble problem - comper - 03-21-2012

please use pastebin.com when you posting your char config files since they are so big Thanks

I did not see anything wrong with your file - was you having problems?
thanks


Gamble problem - jdwenrichjr - 03-21-2012

ya my char wont gamblefor some stupid reason


Gamble problem - comper - 03-21-2012

jdwenrichjr Wrote:ya my char wont gamblefor some stupid reason

not sure what you had for the gold amount but does your char have the right amount to start gambling?


Gamble problem - jdwenrichjr - 03-22-2012

ya i have it set to 2.4m i have that inthe stash plus a 1mon char


Gamble problem - comper - 03-22-2012

jdwenrichjr Wrote:ya i have it set to 2.4m i have that inthe stash plus a 1mon char

do you have teamviewer where I can log on and see what is going on?


Gamble problem - Mythosis - 07-05-2012

Double check this area of your character script:
Code:
//------------------------------------------------------------------------------
// Gamble configuration
// To specify what items to gamble, adjust the array with the desired item codes
//------------------------------------------------------------------------------
NTConfig_Gamble = true;  // Enable gambling
NTConfig_GambleStartGold = 800000; // Gold amount to start the gambling
NTConfig_GambleStopGold = 300000; // Gold amount to stop the gambling
  
//NTConfig_GambleItem.push(520); // Amulets
//NTConfig_GambleItem.push(522); // Rings
//NTConfig_GambleItem.push(418); // Circlets
NTConfig_GambleItem.push(419); // Coronets
//NTConfig_GambleItem.push(334); // Leather Gloves
//NTConfig_GambleItem.push(335); // Heavy Gloves
//NTConfig_GambleItem.push(336); // Chain Gloves
//NTConfig_GambleItem.push(337); // Light Gauntlets
//NTConfig_GambleItem.push(338); // Gauntlets

Try setting the gambling amounts lower. You'll lose less gold from deaths, and you'll have more room for gambling.
Any tiny typo can mean your script doesnt run right. Aslo, keep in mind what you bot's pickit is set to, as conflicting interests have been linked to that before. :3