kolton / d2bot-with-kolbot

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

trying to get a 2nd follow bot #806

Open cloviskhan opened 5 years ago

cloviskhan commented 5 years ago

so i got a sorc and hdin running follow bot just fine

then i try 2 get 2nd sorc and hdin running and the follow profile jus does this over and over

21:09:12 (Follow2) Window has unexpectedly exited... starting profile 21:09:13 (Follow2) Window has unexpectedly exited... starting profile

var JoinSettings = { "Deetwo": ["Follow"] "Bottinghoe": [Follow2"]

is my var settings is there something im doing wrong because if i add that 2nd line my first follow bot does the same thing also and wont work but when i remove it all it works fine HELP PLZ!!!!

5noop commented 5 years ago

Add a comma between both setup, like that : "Deetwo": ["Follow"], "Bottinghoe": [Follow2"]

DarkHorseDre commented 5 years ago

You can also do: var JoinSettings = { "leadername": ["all"] }; Assuming you have 1 leader set.. you can manage multiple leaders on one machine by having seperate entries per line as 5noop posted

aim2kill commented 5 years ago

var JoinSettings = { "lead1": ["follow1 "], ur missing the , "lead2": ["follow2"] }; also missing this