kolton / d2bot-with-kolbot

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

Hammerdin Problem #514

Open Yumakuru opened 6 years ago

Yumakuru commented 6 years ago

Hey guys my hammerdin only spam skills by boss mobs but if he saw a normal she tele to him do 1 hammer and stop? The Merc need to do the rest? How can i fix it?

this is my config

// Paladin config file

/* Brief instructions:

function LoadConfig() { /* Sequence config

Jtc9289 commented 6 years ago

Ur primary skill to others is 113which is conc change that to 112 for hammer

Eberion commented 6 years ago

Your attack config is not correct Config.AttackSkill[0] = 112; // Preattack skill. Config.AttackSkill[1] = 112; // Primary skill to bosses. Config.AttackSkill[2] = 113; // Primary aura to bosses Config.AttackSkill[3] = 113; // Primary skill to others. Config.AttackSkill[4] = 113; // Primary aura to others. Config.AttackSkill[5] = 112; // Secondary skill if monster is immune to primary. Config.AttackSkill[6] = 113; // Secondary aura. Your config is set to attack others with concentration aura, that won't work ...

Change to the following: 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] = 101; // Secondary skill if monster is immune to primary. Config.AttackSkill[6] = 113; // Secondary aura.

Grande747 commented 5 years ago

i have a problem my pala makes by attacks on other mops (no unique) in aura slot hammer i dont no why

can anywone help?