kolton / d2bot-with-kolbot

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

Cant make leechers detect leader if i run autobaal first #1628

Open oband2 opened 5 years ago

oband2 commented 5 years ago

Hey!

I've tried edit my script into running baal first, and then diablo. But the wakka will not work that way. it just says leader not found. Autodetect works for autobaal, but not for wakka, in this order. If i run diablo first, it works...

What to fix? It says error in line 50 in wakka.js, leader not found.. How can i fix this?

Diablohelper works fine, but not wakka -.-

oband2 commented 5 years ago

Not fixed.

oband2 commented 5 years ago

https://gyazo.com/c7b477d50ec57e2dcb4594f0cf632e7a

Picture of console, it finds leader for autobaal, but not for wakka, what should i look into?

Jtc9289 commented 5 years ago
Config.Leader = ""; // Leader's ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)

did u put ur leaders name there? (in ur char config)

oband2 commented 5 years ago
Config.Leader = ""; // Leader's ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)

did u put ur leaders name there? (in ur char config)

Yes ofc, as u seen in uploaded picture it did autobaal without problems with the leader. And if i run the wakka script before baal, there is no problem. Could there be a problem with the baal config? mb it releases leader after baalrun?