kolton / d2bot-with-kolbot

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

Three parter: Mulelogging, Battle Orders and Antidotes #1913

Closed Jestah66 closed 5 years ago

Jestah66 commented 5 years ago

Hello all,

I've dug and looked for a while but am coming up short on these.

When logging mules it skips characters that I assume have been logged recently. What can I delete/clear to force a full inventory (logging) or to prevent skipping of characters when perming?

I have a smiter that farms organs and grabs torches. The only time he ever dies is when his BO apparently wears off - indicated by tons less life in the logged death message. [0 of 1550] When it should say [0 of 2600] (arbitrary numbers). Is there a function that I can set in a script to monitor the loss of BO and either chicken or go somewhere to buff?

I would like to add a command to force a character to gulp down a few antidotes (since they stack time-wise) before starting specific runs - primarily the Matron's Den. I've looked at different parts of the code to see if antidote use is something I could figure out how to add in. Unfortunately I was unable to figure it out.

Any guidance would be greatly appreciated.

Thanks all

mf022 commented 5 years ago

When logging mules it skips characters that I assume have been logged recently. What can I delete/clear to force a full inventory (logging) or to prevent skipping of characters when perming?

Is there a function that I can set in a script to monitor the loss of BO and either chicken or go somewhere to buff?

this is already supposed to be in the default lines 136-137 of Precast.js

        // Force BO 30 seconds before it expires
        this.precastCTA(!me.getState(32) || force || (getTickCount() - this.BOTick >= this.BODuration - 30000));

I would like to add a command to force a character to gulp down a few antidotes (since they stack time-wise) before starting specific runs - primarily the Matron's Den.

the paladin smiter don't need any antidote potion, but be sure that you equipped it with proper Life Tap equipment.

Jestah66 commented 5 years ago

Thanks for the answers. I thought something was in there..... when in the moo moo farm, he BO's all the time. I'm thinking that he loses his BO while engulfed by baddies sometimes in Uber Tristram - he can't toss a portal when I know he normally would......because he's in Tristram.

Thanks again