It will start up the mule profile and the mule profile is stuck on an error message
[Error (206)] file(kolbot/libs/automule.js:647) Error:you must supply a file name
this is displayed in the “header” on the mule window
here is my code for both the profile and the mule
var AutoMule = {
Mules: {
“Mule1”: {
muleProfile: “Darc”, // The name of mule profile in d2bot#. It will be started and stopped when needed.
accountPrefix: “Darc”, // Account prefix. Numbers added automatically when making accounts.
accountPassword: “fake”, // Account password.
charPrefix: “Darc”, // Character prefix. Suffix added automatically when making characters.
realm: “useast”, // Available options: “useast”, “uswest”, “europe”, “asia”
expansion: true,
ladder: true,
hardcore: false,
charsPerAcc: 8, // Maximum number of mules to create per account (between 1 to 18)
// Game name and password of the mule game. Never use the same game name as for mule logger.
muleGameName: ["Mulegamename", "mulepw"], // ["gamename", "password"]
// List of profiles that will mule items. Example: enabledProfiles: ["profile 1", "profile 2"],
enabledProfiles: ["BlizzTits","GetHammed"],
// Stop a profile prior to muling. Useful when running 8 bots without proxies.
stopProfile: "",
stopProfileKeyRelease: false, // true = stopProfile key will get released on stop. useful when using 100% of your keys for botting.
// Trigger muling at the end of a game if used space in stash and inventory is equal to or more than given percent.
usedStashTrigger: 80,
usedInventoryTrigger: 80,
please let me know if there is anything else i can provide. I dont know what file it is referring to