Config.OpenChests controls key buyingQuote:
is it possible to tell the bot to buy keys?
Config.ClearType = 0xF; // Monster spectype to kill in level clear scripts (ie. Mausoleum). 0xF = skip normal, 0x7 = champions/bosses, 0 = allQuote:
Wie kann ich einstellen das der Bot im Mausoleum + Krypta alle Monster tötet?
Danke :)Quote:
Config.ClearType = 0xF; // Monster spectype to kill in level clear scripts (ie. Mausoleum). 0xF = skip normal, 0x7 = champions/bosses, 0 = all
hab ich schon hier im fred geschrieben -> d2 auf english (-direct -txt)Quote:
noch ne sache, der bot kauft den merc nicht mehr wenn er tot ist, obwohl
a) gold vorhanden ist (500k++) und
b) Config.UseMerc = true; // Revive merc if he/she dies. This is ignored and always false in d2classic.
jemand ne idee?
Quote:
if (Config.Mausoleum.ClearCrypt) {
// Crypt exit is... awkward
if (!(Pather.moveToExit(17, true) && Pather.moveToPreset(17, 5, 6, 5, 0) && Pather.moveToExit(18, true))) {
throw new Error("Failed to move to Crypt");
}
Attack.clearLevel(Config.ClearType);
}
char config:Quote:
if i only will clean mauso. not crypta too
how did it should looks like?
[Only registered and activated users can see links. Click Here To Register...] :rtfm:Quote:
What key is pause?
Did you update the bot? I made some changes yesterday.Quote:
got a little problem .. my hdin runs with usemerc : true but if the merd died he doesnt revive him instead he makes tp runs to qual-kehk (not revive merc) runs back to tp join it kill 1 mob back to qual kehk etc etc^^