Skip to content

Gambling System

drDentist edited this page Feb 3, 2014 · 15 revisions

Step-by-step guide to Gambling System in kolbot

Allows lower level characters to get a steady income of gold to gamble LLD/VLLD items Not recommended for rings/amulets because of their high price (unless you want 3 gold finders to supply one gambler).It's possible to have multiple teams of gamblers/gold finders. Individual entries are separated by commas.


Gambling System

  1. Open and configure Gambling.js found in kolbot/libs folder Gambling
    Setting up:
  • "Gamble Team 1" Put your disired name here GOLD in our example.

  • goldFinders = PROFILE NAMES that will enter games and drop gold (profile names match window titles) in our example: goldFinders: ["dr1","dr2","dr3","dr4","dr5","dr6","dr7","dr8","dr9"],

  • gamblers = PROFILE NAMES that gamble and pick up gold dropped by gold finders in our example: gamblers: ["drGambler"],

  • gambleGames = games that gold finders will join, don't use numbers. NOTE: d2 always makes first letter of game name uppercase in our example: gambleGames: ["nogamblenofun-"],

  • goldTrigger: 2000000, // Minimum amount of gold before giving it to gamblers.

  • goldReserve: 100000 // Amount of gold to keep after dropping.

Once set up properly, the gold finders will run their own games and join gamblers' games when they're out of gold.
Save the changes.

  1. Open D2Bot# and click Add Profile icon and add your drGambler profle
  2. Input Profile Name, Diablo Path and use D2BotLead.dbj as Entry Script and add some CD Keys.
  3. Remember to add proper game name nogamblenofun- in your profile and add password!!!
    Save profile.
  4. Open your gambler character config and set what you want to gamble.
    THATS ALL ENJOY

Temporary fix for gambler not stashing properly

Just overwrite your old Gamble.js in *d2bs\kolbot\libs\bots*
with this Fixed Gamble.js

*WARNING DON'T REPLACE Gambling.js in your \d2bs\kolbot\libs*