Quote:
Originally Posted by chrisignm
Hey :) Bei mir pausiert der Bot nicht, wenn ich auf die Pause (Bild auf) Taste drücke. Was mach ich falsch? :)
frage zum automule: wenn man 8chars verwendet, kann man ja profile stoppen, damit der muli reinkann. was würde aber passieren, wenn ich jetzt z.b. im automule.js angebe, dass "bot6" gestoppt werden soll, aber dann genau dieser 6. bot mulen muss? gibts hier ne abhilfe/erklärung?
|
konsole offen = pause funktioniert nich (pos1 konsole schliessen dann funzt der key)
zum thema automule hab ich dieselbe frage, evtl
mule1 (cdkey von einem der profile 5-8, stoppt das entsprechende wenn gemuled werden muss) -> 1,2,3,4
mule2 (cdkey von einem der profile 1-4, stoppt das entsprechende wenn gemuled werden muss) -> 5,6,7,8
Code:
"Mule1": {
muleProfile: "", // The name of mule profile in d2bot#. It will be started and stopped when needed.
accountPrefix: "", // Account prefix. Numbers added automatically when making accounts.
accountPassword: "", // Account password.
charPrefix: "", // Character prefix. Suffix added automatically when making characters.
realm: "", // 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: ["", ""], // ["gamename", "password"]
// List of profiles that will mule items. Example: enabledProfiles: ["profile 1", "profile 2"],
enabledProfiles: ["1", "2", "3", "4"],
// Stop a profile prior to muling. Useful when running 8 bots without proxies.
stopProfile: "5",
// 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,
// Mule items that have been stashed at some point but are no longer in pickit.
muleOrphans: true
},
"Mule2": {
muleProfile: "", // The name of mule profile in d2bot#. It will be started and stopped when needed.
accountPrefix: "", // Account prefix. Numbers added automatically when making accounts.
accountPassword: "", // Account password.
charPrefix: "", // Character prefix. Suffix added automatically when making characters.
realm: "", // 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: ["", ""], // ["gamename", "password"]
// List of profiles that will mule items. Example: enabledProfiles: ["profile 1", "profile 2"],
enabledProfiles: ["5", "6", "7", "8"],
// Stop a profile prior to muling. Useful when running 8 bots without proxies.
stopProfile: "1",
// 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,
// Mule items that have been stashed at some point but are no longer in pickit.
muleOrphans: true
}
},
würde das so hinhauen? (mir is bewusst das es nich vollständig ausgefüllt ist :P)