kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
345 stars 334 forks source link

D2botpubjoin does enter baal games - joins party - but then nothing #2725

Open Chris2301 opened 4 years ago

Chris2301 commented 4 years ago

Hi guys,

Trying to set up leeching public baal runs.

In my sorc.js file i changed it to baal.assistant and changes nothing in that js file, in d2BotPubJoin.js I changed the filters to join games.

  1. Sorc enters game
  2. Sorc joins party
  3. Sorc goes in to kill baal
  4. Sorc goes to town and waits and doesnt leave game

Maybe you guys know something that might help? See file below!

Thanks in advance!!

/* ### leeching section ###

bmoretz commented 4 years ago

At the top of the script, make sure this is FALSE (by default its true)

Scripts.UserAddon = false; // !!!YOU MUST SET THIS TO FALSE IF YOU WANT TO RUN BOSS/AREA SCRIPTS!!!
Chris2301 commented 4 years ago

e script, make sure this is FALSE (by default its tr

Thanks for your quick reply, however this is set to false.

Paedu14 commented 3 years ago

Set all scripts u dont need to false: Scripts.Follower = false; // Script that follows a manually played leader around like a merc. For a list of commands, see Follower.js Scripts.MFHelper = false; // Run the same MF run as the MFLeader. Leader must have Config.MFLeader = true i guess the issue is the follower scripts.