kolton / d2bot-with-kolbot

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

Dim vision for monsters with nasty ranged attacks only? #3057

Open Bcubrich opened 3 years ago

Bcubrich commented 3 years ago

I have a summon necro and currently I am using Dim Vision against monsters, and Decrepify against bosses. What I would actually like to do is use dim vision on only ranged monsters, amplify damage on regular monsters, and decrepify on bosses. I thought I could use the custom attack config for that, so I wondered if anyone has made a list of all the monsters with nasty ranged attacks that should be dimmed. I am open to other methods as well. Any ideas?

This was how I was going to handle it. Config.CustomAttack = { //"Monster Name": [-1, -1] };

DarkHorseDre commented 3 years ago

use dim vision on only ranged monsters,

customattack doesnt allow you to specify a range for the target, so you'd have to specify customattack for each monster that is ranged, by name, which wouldnt be good. you'd need to customise the code to do what you want

amplify damage on regular monsters, and decrepify on bosses.

From necro config (check the whole file out, lots of stuff in there):

// Class specific config
    Config.Curse[0] = 0; // Boss curse. Use skill number or set to 0 to disable.
    Config.Curse[1] = 0; // Other monsters curse. Use skill number or set to 0 to disable.