HA ICH KENN DIE LÖSUNG! mach ein , nach dem } vor mule 2 also:
Code:
var AutoMule = {
Mules: {
"Mule1": {
muleProfile: "Automule", // The name of mule profile in d2bot#. It will be started and stopped when needed.
accountPrefix: "hier ist mein acc drin", // Account prefix. Numbers added automatically when making accounts.
accountPassword: "mein pw", // Account password.
charPrefix: "mein char prefix", // 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: ["mein mulegame", "xx1"], // ["gamename", "password"]
// List of profiles that will mule items.
enabledProfiles: ["mf-1","mf-2","mf-3","mf-4","mf-5","mf-6","mf-7","mf-8","mf-9","mf-10""mf-11","karl-baal"],
// Stop a profile prior to muling. Useful when running 8 bots without proxies.
stopProfile: ""
}[COLOR="Red"],[/COLOR]
"Mule2": {
muleProfile: "AutomuleEast", // The name of mule profile in d2bot#. It will be started and stopped when needed.
accountPrefix: "acc", // Account prefix. Numbers added automatically when making accounts.
accountPassword: "pw", // Account password.
charPrefix: "prefix", // Character prefix. Suffix added automatically when making characters.
realm: "useast", // 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: ["mein mule game", "xx1"], // ["gamename", "password"]
// List of profiles that will mule items.
enabledProfiles: ["eastmf-1","eastmf-2","eastmf-3","eastmf-4","eastmf-5","eastmf-6","eastmf-7","eastmf-8"],
// Stop a profile prior to muling. Useful when running 8 bots without proxies.
stopProfile: ""
}
natürlich auch nach jedem mule, also mule1: { CONFIG },
beim letzten mule nicht. also so:
[Only registered and activated users can see links. Click Here To Register...]
verständlich oder bin ich zu schnell?