kolton / d2bot-with-kolbot

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

AutoMulenot working #2956

Open st1age opened 3 years ago

st1age commented 3 years ago

Hi Guys. I just startet with kolbot and the sonic script. now my char is full and i thought i setup the automule correct. but after starting the game it now just replies the following and my char just stands in the town not knowing what to do.

Screenshot 2021-03-04 220624 Screenshot 2021-03-04 220658 can you help me? Screenshot 2021-03-04 221301 Screenshot 2021-03-04 221351 Screenshot 2021-03-04 220521

Can you help me?

MrApok commented 3 years ago

do you have these set up properly?

var AutoMule = { Mules: { "Mule1": { muleProfile: "Mule", // The name of mule profile in d2bot#. It will be started and stopped when needed. accountPrefix: "account", // Account prefix. Numbers added automatically when making accounts. accountPassword: "password", // Account password. charPrefix: "_ApokzChars", // 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)

Also ensure all of your profiles are enabled for muling, like so;

enabledProfiles: ["Apokz_Pala", "Apokz_Lite", "Slim_Shady", "Apokz_Boner", "Apokz_Rusher", "Apokz_Barby", "Apokz_Hybridz", "MF1", "MF2", "MF3", "MF4", "MF5", "MF6", "MF7"],