kolton / d2bot-with-kolbot

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

Pally not switching to Concentration #916

Open d2fan08 opened 5 years ago

d2fan08 commented 5 years ago

So i updated my bot, replaced everything with that new download and now my hdin wont switch to his concentration aura. He just stay on tele while attacking. Any idea how to fix this or what could be going on?

texxxmex commented 5 years ago

Post char config.

d2fan08 commented 5 years ago

// Paladin config file

/* Brief instructions:

function LoadConfig() { /* Sequence config

d2fan08 commented 5 years ago

any help would be greatly appreciated. ill donate if you are on jsp

thatguy692 commented 5 years ago

try this for your attacks setup

Config.AttackSkill[0] = -1; // Preattack skill. Not implemented yet. Config.AttackSkill[1] = 112; // Primary skill to bosses. Config.AttackSkill[2] = 113; // Primary aura to bosses Config.AttackSkill[3] = 112; // Primary skill to others. Config.AttackSkill[4] = 113; // Primary aura to others. Config.AttackSkill[5] = 101; // Secondary skill if monster is immune to primary. Config.AttackSkill[6] = 124; // Secondary aura.

should be working just fine :+1:

d2fan08 commented 5 years ago

Thanks man, working right now but ill give it a shot when i get home

d2fan08 commented 5 years ago

Hey, i tried switch the skills like you have them and it's still acting up... any other ideas?

d2fan08 commented 5 years ago

anyone have any other ideas??

crush-you commented 5 years ago

are you sure you have all the right skills selected? The setup you posted had blessed hammer as the attack with Conviction as the aura. The setup that thatguy692 posted was with BH as attack, Concentration as the aura, and Holy Bolt + Redemption as the secondary setup for immunes. If you are missing some of those skills it might give you a problem.

d2fan08 commented 5 years ago

yeah man, i did it the way he had posted and the way that i did beforehand. Like I said it was working fine and then one day just wouldn't switch skills. I still haven't figured it out if anyone has any suggestions.

crush-you commented 5 years ago

I would look at updating your bot folder - I just copied your config file, changed the skills to thatguy692's setup, and it works fine with my pally. He does no damage because he's normally FoH but all the skills are switching and working properly.

d2fan08 commented 5 years ago

do you know how to go about updating my bot folder?

crush-you commented 5 years ago

normally you would right click on the folder and click "SVN update". This time I'm not as sure, I saw Noah say somewhere that there were some significant changes lately that may require something more extensive, like a full download. I haven't updated mine in a while so I can't be positive about that.

d2fan08 commented 5 years ago

well i appreciate the help,still no luck on my end though. Let me know if you guys have any more ideas!

d2fan08 commented 5 years ago

still not working guys