kolton / d2bot-with-kolbot

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

Hammer walks CS without enigma #2548

Open sejkomax opened 4 years ago

sejkomax commented 4 years ago

Hey. Is there a possible to config hammerdin to walk through Chaos Sanctuary instead of using enigma? It will be useful after reset ladder.

DarkHorseDre commented 4 years ago

from your config file:

Config.NoTele = true; // Restrict char from teleporting. Useful for low level/low mana chars
Fittycal commented 4 years ago

from your config file:

Config.NoTele = true; // Restrict char from teleporting. Useful for low level/low mana chars

I'm not seeing config.notele in any of the config files.

ARkaine2 commented 4 years ago

from your config file:

Config.NoTele = true; // Restrict char from teleporting. Useful for low level/low mana chars

I'm not seeing config.notele in any of the config files.

Just add it. It already exists in Pather.js (or somewhere else) and can be configured in config file.

DarkHorseDre commented 4 years ago

You're code is not up to date - you've probably not pointed to the new home of kolbot: https://github.com/blizzhackers/kolbot - read that page and follow instructions

Here's the pala config with no tele as proof: https://github.com/blizzhackers/kolbot/blob/master/d2bs/kolbot/libs/config/Paladin.js