kolton / d2bot-with-kolbot

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

sound on finding #1555

Closed lacid closed 5 years ago

lacid commented 5 years ago

is there a way for bot to alarm when it finds something, like some windows sound or how could I add that?

DarkHorseDre commented 5 years ago

never tried but I see iphunter does this:

me.overhead("IP found!"); beep(); // works if windows sounds are enabled Town.move("waypoint"); Town.move("stash");

lacid commented 5 years ago

I've put it to town.js into stash function.. and it works, thanks.

DarkHorseDre commented 5 years ago

He said stash function, probably somewhere here:


if (result) {
        Misc.itemLogger("Stashed", items[i]);                        
                 Storage.Stash.MoveTo(items[i]);
lacid commented 5 years ago

thanks, I have already replied in Radus new thread https://github.com/kolton/d2bot-with-kolbot/issues/1561

lacid commented 5 years ago

already answered in your new thread #1561