kolton / d2bot-with-kolbot

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

Problem with my Sorceress on Diablo #2030

Open DS1337 opened 4 years ago

DS1337 commented 4 years ago

Hello together.

Bot works fine, but after my SoSo open up all seals and go to Diablo, she is stay in the middle of the Star and act like a hammerdin.

I got a Frozen Orb Sorce with Blizzard, but she just stay right in front of Diablo and dont take Distance!

Config.Dodge = true; // Move away from monsters that get too close. Don't use with short-ranged attacks like Poison Dagger.
Config.DodgeRange = 10; // Distance to keep from monsters.

Dodge is on, but she will not move away from him to the perfect distance to cast her frozen orb´s

Whats wrong with the bot, and how to fix this, dat my Soso tele away to the best spot, to cast frozen orb?? :/

mf022 commented 4 years ago

Is your sorceress the leader in game, running Diablo.js ? the sorceress position before diabloPrep is in this line https://github.com/kolton/d2bot-with-kolbot/blob/master/d2bs/kolbot/libs/bots/Diablo.js#L475 adjust the coordinates with those you find with the using of white-console layer commands

DS1337 commented 4 years ago

Ya leader and running Diablo.js

i already changed the coordinates, but after she static Diablo down, she is not moving away! o.O And without static him, the same. she never moved away from him to attack Diablo

mf022 commented 4 years ago

Maybe the issue is that both Blizzard and Frozen Orb are timed skill, so how did you set [1] and [3] attacks ? a complete list of timed skills https://github.com/kolton/d2bot-with-kolbot/blob/master/d2bs/kolbot/libs/common/Misc.js#L400-L403

Otherwise, have you tried to set the custom attack ?

    Config.CustomAttack = {
        "Diablo": [64, -1]
    };
DS1337 commented 4 years ago

[1] is 49 and [2] is 53

"Otherwise, have you tried to set the custom attack ?"

tryed but not working :/

i respect now to Lighning, but the same issue!

I put in CustomAttack now "Diablo": [49, 59]

but she static him only down, dont Dodge/move away and dont do "Blizzard" now to slow him little bit. She just light Diablo down and dat was it...

I think its not working and still act like a Hammerdin... :/

mf022 commented 4 years ago

Did you tried the noah's Autochaos ?

I saw some lines with different positions for ranged attacks. follow the set-up guides there

DS1337 commented 3 years ago

I know, old one here, but got no solution for it...

My Sorc never use the "Config.DodgeRange = 10; " for Diablo and just standing still @ the wrong spot to cast Orbs... :-( Any ideas how to fix it?

And, what are the best coordinates to cast Orbs @ Diablo? So I can change it here: https://github.com/kolton/d2bot-with-kolbot/blob/master/d2bs/kolbot/libs/bots/Diablo.js#L475

(But, if i get the best coordinates, she will not keep tele away from Diablo...I dont get it.

Mby this Diablo.js is only for a "Hammerdin"? Is there any solution to fix this for other Chars?

Noahs AutoChaos not working too, so I dont have any solutions for it...