kolton / d2bot-with-kolbot

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

Connection interupted #2133

Open jimmyneedles opened 4 years ago

jimmyneedles commented 4 years ago

ive tried hell, nightmare, and normal, everytime I teleport into a mob with my sorc such as trying to do countess it closes the game saying connection interrupted? im new to this bot but it seems to of been setup proper..minus this?

gtoilet commented 4 years ago

Sounds like some attack config or something is wrong like you set it to do some attack or something it can't do but it's trying to do and causes your connection to get interrupt

Fa-b commented 4 years ago

everytime I teleport into a mob with my sorc

Are you playing manually when this occurs i.e. using the D2BotMap.dbj? If not, is it working if you do so? As @gtoilet already noted, there is probably something wrong in your character config. Check if you have this:

Scripts.UserAddon = true; // !!!YOU MUST SET THIS TO FALSE IF YOU WANT TO RUN BOSS/AREA SCRIPTS!!!

Set to false if you intend to use another Addon like D2BotLead.dbj.

Also check your attack configuration and see if your character also has all of the skills listed in your config:

/* Attack config
 * To disable an attack, set it to -1
 * Skills MUST be POSITIVE numbers. For reference see http://pastebin.com/baShRwWM
 */
Config.AttackSkill[0] = -1; // Preattack skill.
Config.AttackSkill[1] = -1; // Primary skill to bosses.
Config.AttackSkill[2] = -1; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill.
Config.AttackSkill[3] = -1; // Primary skill to others.
Config.AttackSkill[4] = -1; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill.
Config.AttackSkill[5] = -1; // Secondary skill if monster is immune to primary.
Config.AttackSkill[6] = -1; // Secondary untimed skill if monster is immune to primary untimed.

You find all the skill IDs in d2bs/kolbot/sdk/skills.txt