kolton / d2bot-with-kolbot

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

Leecher searching for xp shine doesnt stop when found? #1312

Open oband2 opened 5 years ago

oband2 commented 5 years ago

Hi, my baal leechers is told to search for xp shrine while waiting, but he searches every field even tho he already found one in the first place, e.g finds one in cold plains, then he takes whole blood more, stony field, and dark wood, picking up every single xp shrine, makeing other leechers unable to get one, he the first has faster cast rate than the other leechers.

Can i fix this?

mrandros commented 5 years ago

If this is set to true, which is 1 or 2

    Config.AutoBaal.FindShrine = false; // false = disabled, 1 = search after hot tp message, 2 = search as soon as leader is found

And

Config.ScanShrines = [15];

Your bot will search all fields possible. Delete xp shrine from ScanShrine and it should be working normal. If you don't use ScanShrine, then idk

oband2 commented 5 years ago

Thanks, working :) But it wont pick shrines in chaos then i guess, but its ok :)

oband2 commented 5 years ago

If this is set to true, which is 1 or 2

  Config.AutoBaal.FindShrine = false; // false = disabled, 1 = search after hot tp message, 2 = search as soon as leader is found

And

Config.ScanShrines = [15];

Your bot will search all fields possible. Delete xp shrine from ScanShrine and it should be working normal. If you don't use ScanShrine, then idk

i just changed it from baal assistent into autobaal, here he will keep searching even tho safe tp is up, from coldplains till tamoe highlands, cant i make him stop searching after safe tp?