-
Notifications
You must be signed in to change notification settings - Fork 332
Gambling System
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.
- Open and configure Gambling.js found in kolbot/libs folder
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.
- Open D2Bot# and click Add Profile icon and add your drGambler profle
- Input Profile Name, Diablo Path and use D2BotLead.dbj as Entry Script and add some CD Keys.
- Remember to add proper game name nogamblenofun- in your profile and add password!!!
Save profile. - Open your gambler character config and set what you want to gamble.
THATS ALL ENJOY
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*