|
本帖最后由 koio60313406 于 2017-1-1 11:33 编辑
創一個Profile 名稱叫做mule 然後設置暗黑路徑 跟登入腳本D2BotMule.dbj 這樣就可以了嗎
還是帳號人物都還要先自己有創造才可以
請問判定多少東西以後才放到倉庫要從哪邊設定
以下是Automule.js
var AutoMule = {
Mules: {
"Mule1": {
muleProfile: "mule", // The name of mule profile in d2bot#. It will be started and stopped when needed.
accountPrefix: "asd123-", // Account prefix. Numbers added automatically when making accounts.
accountPassword: "asd123", // Account password.
charPrefix: "asd", // Character prefix. Suffix added automatically when making characters.
realm: "uswest", // 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: ["asd123", "123"], // ["gamename", "password"]
// List of profiles that will mule items. Example: enabledProfiles: ["profile 1", "profile 2"],
enabledProfiles: ["pal"],
// 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.
usedStashTrigger: 80,
usedInventoryTrigger: 80,
// Mule items that have been stashed at some point but are no longer in pickit.
muleOrphans: true
}
}, |
|