kolton / d2bot-with-kolbot

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

Hammerdin teleports into the centre of enemies #2719

Open mitbat opened 4 years ago

mitbat commented 4 years ago

I'm doing Chaos runs in hell and it's pretty easy for my character until I have to hit the seals that release the venom lords, when I teleport to them my bot teleports in the middle of them and I eventually chicken out and have to restart the game. Is there any work arounds for this?

I've checked out my character file and pather file but nothing stands out to me.

Any help is much appreciated.

DarkHorseDre commented 4 years ago

This issue has been raised many times - the main thread has been updated within the last few days - have a search

gtoilet commented 4 years ago

do you have telestomp false

mitbat commented 4 years ago

do you have telestomp false

I tried to find that config but I can't... I've looked inside pather.js and attack config with no luck...

wowitsmekool commented 4 years ago

Telestomp on false on your chars main config file. libs/config/paladin.(charname)

mitbat commented 4 years ago

I had a look and I can't find it inside my character file

https://imgur.com/a/eQuLFOR

gtoilet commented 4 years ago

line 513 in base configs Config.TeleStomp = false; // Use merc to attack bosses if they're immune to attacks, but not to physical damage

mitbat commented 4 years ago

Line 513:

// Class specific config Config.AvoidDolls = false; // Try to attack dolls from a greater distance with hammerdins. Config.Vigor = true; // Swith to Vigor when running Config.Charge = true; // Use Charge when running Config.Redemption = [50, 50]; // Switch to Redemption after clearing an area if under designated life or mana. Format: [lifepercent, manapercent]

I can't find anything else in base configs...

DarkHorseDre commented 4 years ago

it's not telestomp. it's not a configuration issue. it's the attack and pather code.

as I said, this has been discussed and someone thinks they have fixed it. search the issues and find it.