Bot gets stuck. #454
Replies: 1 comment · 3 replies
-
I don't either with that limited amount of information. I've also never seen this happen |
Beta Was this translation helpful? Give feedback.
All reactions
-
What additional information can I provide? |
Beta Was this translation helpful? Give feedback.
All reactions
-
What script are you running, what are your configuration settings, are there any errors, what does the console say while this is happening, have you tried enabling any of the Config,DebugMode settings to attempt diagnosing it yourself, what character class, when was the last time you updated, come on common sense man I'm not a mind reader |
Beta Was this translation helpful? Give feedback.
All reactions
-
I appreciate all the help.
/* eslint-disable indent */ /* Brief instructions:
function LoadConfig () {
// User addon script. Read the description in libs/scripts/UserAddon.js // Battle orders script - Use this for 2+ characters (for example BO barb + sorc) Scripts.GetFade = false; // Get fade in River of Flames - only works if we are wearing an item with ctc Fade // ## Team MF // ############################# // // *** act 1 *** // *** act 2 *** // *** act 3 *** // *** act 4 *** // *** act 5 *** // ############################# //
Config.Leader = ""; // Leader's ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper) // ############################ // Scripts.TristramLeech = false; // Enters Tristram, attempts to stay close to the leader and will try and help kill. // ##### MFHelper ##### // // ###################### // Scripts.Wakka = false; // Walking chaos leecher with auto leader assignment, stays at safe distance from the leader // ########################## // Scripts.DiabloHelper = false; // Chaos helper, kills monsters and doesn't open seals on its own. // Baal Assistant by YourGreatestMember // ########################### // // ##### ONCE SCRIPTS ##### // // ##### CONTROL SCRIPTS ##### // // ##### ORG/TORCH ##### // Scripts.OrgTorchHelper = false; // ##### AUTO-RUSH ##### // // ##### MANUAL RUSH ##### // // ##### MISC SCRIPTS ##### // // ##### EXTRA SCRIPTS ##### // // ############################ // // If Config.Leader is set, the bot will only accept invites from leader. // General config // Chicken settings // Town settings // Item identification settings // Potion settings /* Potion types for belt columns from left to right.
/* Minimum amount of potions from left to right.
// ############################ //
// ########################### // Config.PickitFiles.push("amulets.nip"); // ########################### // // ##### CHAT SETTINGS ##### // // LocalChat messages will only be visible on clients running on the same PC // Anti-hostile config // Party message settings. Each setting represents an array of messages that will be randomly chosen. // Shrine Scanner - scan for shrines while moving. // DClone config // Monster skip config // ########################### // /* Attack config
// Low mana skills - these will be used if main skills can't be cast. /**
/**
/**
/**
// Weapon slot settings Config.PacketCasting = 0; // 0 = disable, 1 = packet teleport, 2 = full packet casting. (disables casting animation for increased d2bs stability) // ############################ // Config.ClearType = 0X7; // Monster spectype to kill in level clear scripts (ie. Mausoleum). 0xF = skip normal, 0x7 = champions/bosses, 0 = all // Clear while traveling during bot scripts // ############################ // // ########################### // // List of item names or classids for gambling. Check libs/core/GameData/NTItemAlias.js file for other item classids. // ########################### //
// Ingredients for the following recipes will be auto-picked, for classids check libs/core/GameData/NTItemAlias.js // Config.Recipes.push([Recipe.Gem, "Perfect Amethyst"]); // Make Perfect Amethyst //Config.Recipes.push([Recipe.Token]); // Make Token of Absolution // Config.Recipes.push([Recipe.Rune, "Pul Rune"]); // Upgrade Lem to Pul Config.Recipes.push([Recipe.Caster.Amulet]); // Craft Caster Amulet // The gems not used by other recipes will be used for magic item rerolling. //Config.Recipes.push([Recipe.Reroll.Magic, "Diadem"]); // Reroll magic Diadem //Config.Recipes.push([Recipe.Reroll.Rare, "Diadem"]); // Reroll rare Diadem /* Base item for the following recipes must be in pickit. The rest of the ingredients will be auto-picked.
//Config.Recipes.push([Recipe.Unique.Armor.ToExceptional, "Heavy Gloves", Roll.NonEth]); // Upgrade Bloodfist to Exceptional // ########################### //
//Config.Runewords.push([Runeword.Insight, "Thresher", Roll.Eth]); // Make ethereal Insight Thresher //Config.Runewords.push([Runeword.Spirit, "Monarch", Roll.NonEth]); // Make Spirit Monarch // #################################### //
// ############################### // // Manager Item Log Screen // ######################################## //
/* AutoStat builds character based on array defined by the user and this will replace AutoBuild's stat system.
// AutoBuild System ( See /d2bs/kolbot/libs/config/Builds/README.txt for instructions ) // The name of the build associated with an existing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Example:
Bot teleports to Travical lower level and clears it. Then, it walks along the wall trying to reach the second level pack until it reaches chicken point.
It happened at multiple locations across the whole game, and I have no clue why.
Beta Was this translation helpful? Give feedback.
All reactions