Advertisement
Guest User

Untitled

a guest
May 29th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. var AutoMule = {
  2. Mules: {
  3. "Mule1": {
  4. muleProfile: "mule", // The name of mule profile in d2bot#. It will be started and stopped when needed.
  5. accountPrefix: "kwmule-", // Account prefix. Numbers added automatically when making accounts.
  6. accountPassword: "pw here", // Account password.
  7. charPrefix: "kwmulez", // Character prefix. Suffix added automatically when making characters.
  8. realm: "useast", // Available options: "useast", "uswest", "europe", "asia"
  9. expansion: true,
  10. ladder: true,
  11. hardcore: true,
  12.  
  13. // Game name and password of the mule game. Never use the same game name as for mule logger.
  14. muleGameName: ["kww", "nm"], // ["gamename", "password"]
  15.  
  16. // List of profiles that will mule items. Example: enabledProfiles: ["profile 1", "profile 2"],
  17. enabledProfiles: ["paly", "chanter", "zon1", "ass2", "sorc2", "sorc"],
  18.  
  19. // Stop a profile prior to muling. Useful when running 8 bots without proxies.
  20. stopProfile: "zon1",
  21.  
  22. // Trigger muling at the end of a game if used space in stash and inventory is equal to or more than given percent.
  23. usedStashTrigger: 60,
  24. usedInventoryTrigger: 60,
  25.  
  26. // Mule items that have been stashed at some point but are no longer in pickit.
  27. muleOrphans: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement