kolton / d2bot-with-kolbot

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

Bot not attacking anything. Skipping every single monster #3162

Open Enigmaficate opened 2 years ago

Enigmaficate commented 2 years ago

The attack section is filled out correctly. yet my necro just teleports around, then ultimately leaves game.

Never attacks anything. Bad attack config does NOT show up.

(tried questing, and running area scripts, still wont attack anything. just say Skipping every monster on map

so im super confused.

Enigmaficate commented 2 years ago

// Necromancer config file

/* Brief instructions:

function LoadConfig() { /* Sequence config

WarElohim commented 2 years ago

Config.ClearType = 0xF; // Monster spectype to kill in level clear scripts (ie. Mausoleum). 0xF = skip normal, 0x7 = champions/bosses, 0 = all

Change that script from 0xF to 0 and bot will attack everything.