kolton / d2bot-with-kolbot

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

Bot run chaos but not attack. #2934

Open Biographics opened 3 years ago

Biographics commented 3 years ago

20210213_202425 20210213_201512 Can't figure this out

Alexflu commented 3 years ago

post paladin config please c:

gtoilet commented 3 years ago

have you recently tried to change the file located in the attack folder that deal with the pala attack functions? kolbot-master\d2bs\kolbot\libs\common\Attacks

character config is missing a ( or [ or ; look on line 21

the errors in misc and loader are different or may be connected to pal issue

Biographics commented 3 years ago

so i deleted d2bs and redownloaded it and i still get the same prob

// Paladin config file

/* Brief instructions:

function LoadConfig() { /* Sequence config

Biographics commented 3 years ago

20210214_130652

Alexflu commented 3 years ago

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 1-4 needs to be positive take out the minus (-) symbol. only disabled attacks are to be -1

skr3waholic commented 3 years ago

were you able to figure it out? im having same issue and nothing seems to fix it.

internethelper commented 3 years ago

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 1-4 needs to be positive take out the minus (-) symbol. only disabled attacks are to be -1

^^^