Closed dankspankums closed 3 years ago
Set your preattack to something other than holy shield. Any pre buffs will be done automatically.
now it is just going to the bosses and leaving without killing them
Are u sure u are not using a mixed files and configurations from different Kolbot revisions ? Such strange issues usually happen if u have copied a configiration.js from an older Koblot revision and u have pasted it into a new revision! Download a fresh new Kolbot release and set everything from scratch without copy/paste or replace stuff from previous kolbot folders
/* Attack config
- To disable an attack, set it to -1
- Skills MUST be POSITIVE numbers. For reference see ...\kolbot\sdk\skills.txt */ Config.AttackSkill[0] = 117; // Preattack skill. Config.AttackSkill[1] = 149; // Preattack skill. Config.AttackSkill[2] = 146; // Preattack skill. Config.AttackSkill[3] = 112; // Primary skill to bosses. Config.AttackSkill[4] = 113; // Primary aura to bosses Config.AttackSkill[5] = 112; // Primary skill to others. Config.AttackSkill[6] = 113; // Primary aura to others.
This part is wrong. [1] and [2] are the skill+aura for bosses.
For hdin pala, and smite skill for magic immune monsters, it should look like:
Config.AttackSkill[0] = -1; // Preattack skill.
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] = 97; // Secondary skill if monster is immune to primary.
Config.AttackSkill[6] = 113; // Secondary aura.
also getting this Error in Andariel (attack.js #301) Failed to kill Andariel (attackCount exceeded) (Area: 37, Ping:171, Game: Itachi16) please help