kolton / d2bot-with-kolbot

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

Custom attack for custum areas. #3186

Open Varienne opened 1 year ago

Varienne commented 1 year ago

I made a sorceress , blizzard / orb / hydra. And i noticed that in small areas like Tower, Mausoleum, and the like, Blizzard has a hard time actually hitting the target. So i decided to incorporate Frozen Orb as it is much more flexible in that manner.. How ever, incorporating this into Kolbot is not something i know how to do. I tried Config.CustomAttack = { "DoomKnight": [59, -1], "AbyssKnight": [59, -1], "CouncilMember": [59, -1], "VenomLord": [59, -1], "HellBovine": [59, -1], "StormCaster": [59, -1] }; to see if i could get it to use Blizzard in Chaos Sanctuary and for Council members at Mephisto. It works for council members (un-named) but not the rest. Its both minibosses and normal mobs that blizzard can´t hit in small areas so this is kind of a big issue so please help.