ich bekomms ums verrecken nicht hin -.-'
jedesmal wenn er ein mule acc erstellen soll passiert das folgende:
startet
select realm
accept d2 agb gedöhns
ändert den acc namen nicht
macht kein pw rein und mein manager sagt das:
00:15:13] <sorc> Starting mule profile: mule1
[00:16:14] <sorc> No response from mule profile.
automule.js
var AutoMule = {
Mules: {
"Mule1": {
muleProfile: "mule1", // The name of mule profile in d2bot#. It will be started and stopped when needed.
accountPrefix: "rb", // Account prefix. Numbers added automatically when making accounts.
accountPassword: "mypw", // Account password.
charPrefix: "rb", // Character prefix. Suffix added automatically when making characters.
realm: "europe", // Available options: "useast", "uswest", "europe", "asia"
expansion: true,
ladder: true,
hardcore: false,
// Game name and password of the mule game. Never use the same game name as for mule logger.
muleGameName: ["rbmule", "gamepw"], // ["gamename", "password"]
// List of profiles that will mule items. Example: enabledProfiles: ["profile 1", "profile 2"],
enabledProfiles: ["pala", "sorc"],
// Stop a profile prior to muling. Useful when running 8 bots without proxies.
stopProfile: "",
// Trigger muling at the end of a game if used space in stash and inventory is equal to or more than given percent.
// Both conditions need to be met in order to trigger muling.
usedStashTrigger: 50,
usedInventoryTrigger: 50
}
},