kolton / d2bot-with-kolbot

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

Find item skill only on Unique #1970

Open Erfell opened 4 years ago

Erfell commented 4 years ago

At the moment the "Find item" skill is a lot time consuming for the bot, as it takes time to find items in normal monsters corpse. Is it possible to set somehow the bot to only do it on unique / superunique enemies?

Thank you guys :)

legitzombie commented 4 years ago

In your char config file at line 437, set clear type to 0x7.

Config.ClearType = 0x7; // Only attacks unique+ monsters

If you don't kill trash, you won't item find it, in theory.

Erfell commented 4 years ago

Actually that is not true for two reasons: 1) In some scripts (pit or chaos sanctuary for example - unless I made some mistake) the "0x7" commande is not working and the bot is clearing (and them finding in corpse) everything 2) A lot of skills (chain lightning, war cry, blessed hammer) kill more than a single enemy. And then my barb use the find item on all of them