kolton / d2bot-with-kolbot

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

I need help with my bot ClearType settings #3068

Open yghammer opened 3 years ago

yghammer commented 3 years ago

im running diablo and baal with my hdin but i dont want to clear every single type of monster on diablo so.... Can i do something to my settings to make my bot kill only unuqies,champions, super unique and boss..... I just dont wanna waste time on normals and i dont mean FAST DIABLO...pls give me some info, THX

Bcubrich commented 3 years ago

Try going into attack.js and changing line 394 from

    if (spectype === undefined) {
        spectype = 0;
    }

to

    if (spectype === undefined) {
        spectype = 0x7;
    }

This will effect all scripts, so you might need to create an attack2.js and replace attack.js for attack2.js in the diablo.js script