kolton / d2bot-with-kolbot

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

Follower staying in town. #1951

Open knarglegarth opened 5 years ago

knarglegarth commented 5 years ago

I have a zealot/smiter who I was planning on using as a follower/merc for my main bot while the others run other areas in game. He's just joining the game, partying up, and sitting in town. I'm not sure exactly where I messed up.

https://pastebin.com/nsMERWCr

mf022 commented 5 years ago

please remove from previous post that wall of unaligned text, which cannot be used easily for comparison with default file.

always use https://pastebin.com/ to post long scripts and here share only the link to that paste. after you do this maybe someone will offer support.

knarglegarth commented 5 years ago

please remove from previous post that wall of unaligned text, which cannot be used easily for comparison with default file.

always use https://pastebin.com/ to post long scripts and here share only the link to that paste. after you do this maybe someone will offer support.

My apologies and thanks for the input. Let me know if there are any additional things I need to do. I am obviously very new here. Thanks!

mf022 commented 5 years ago

https://pastebin.com/nsMERWCr

Follower.js (line 154) - is a script which works only for manual playing, because you have to type commands for it.

Depending on which boss/area scripts are set for your leader, you should set MFTeam for different areas, except Chaos and Baal when you have to set DiabloHelper or BaalHelper. https://github.com/blizzhackers/documentation/blob/master/kolbot/MultiBotting.md#using-mfteam

Otherwise, maybe you can use my silent follower, but your leader should open tp in the areas, so MFLeader should be set. Unfortunately, I didn't test it with leader bot, to see if he get issues. https://github.com/blizzhackers/documentation/blob/master/kolbot/MiscellaneousOptions.md#silenced-follower

knarglegarth commented 5 years ago

https://pastebin.com/nsMERWCr

Follower.js (line 154) - is a script which works only for manual playing, because you have to type commands for it.

Depending on which boss/area scripts are set for your leader, you should set MFTeam for different areas, except Chaos and Baal when you have to set DiabloHelper or BaalHelper. https://github.com/blizzhackers/documentation/blob/master/kolbot/MultiBotting.md#using-mfteam

Otherwise, maybe you can use my silent follower, but your leader should open tp in the areas, so MFLeader should be set. Unfortunately, I didn't test it with leader bot, to see if he get issues. https://github.com/blizzhackers/documentation/blob/master/kolbot/MiscellaneousOptions.md#silenced-follower

I changed line 154 and still nothing. I have a leader and three followers. I replaced my final follower with this zealot and the zealot is the only one not participating or following. I can't quite figure it out.

mf022 commented 5 years ago

1st of all you didn't set and I forgot to mention - line 17

    Scripts.UserAddon = false;
knarglegarth commented 5 years ago

1st of all you didn't set and I forgot to mention - line 17

  Scripts.UserAddon = false;

Thanks!

WiZzMaN47 commented 5 years ago

Config.Rushee.Quester = false; // Enter portals and get quest items.

U also need this set to true

On Sat, Oct 12, 2019, 10:39 AM knarglegarth notifications@github.com wrote:

1st of all you didn't set and I forgot to mention - line 17

Scripts.UserAddon = false;

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kolton/d2bot-with-kolbot/issues/1951?email_source=notifications&email_token=ACFN3U7PBYTSRVFHSYW5S4LQOIDUBA5CNFSM4I7GWSA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBCES2Y#issuecomment-541346155, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFN3UZWMDL2T3R2QCCI5DLQOIDUBANCNFSM4I7GWSAQ .

mf022 commented 5 years ago

Config.Rushee.Quester = false; // Enter portals and get quest items. U also need this set to true

why? I say not, because he didn't set rusher & rushee active!