Advertisement
kolton

Untitled

Feb 18th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. Mules: {
  2. "Mule1": {
  3. muleProfile: "mule profile", // The name of mule profile in d2bot#. It will be started and stopped when needed.
  4. accountPrefix: "aaa", // Account prefix. Numbers added automatically when making accounts.
  5. accountPassword: "aaa", // Account password.
  6. charPrefix: "aaa", // Character prefix. Suffix added automatically when making characters.
  7. realm: "aaa", // Available options: "useast", "uswest", "europe", "asia"
  8. expansion: false,
  9. ladder: true,
  10. hardcore: false,
  11.  
  12. // Game name and password of the mule game. Never use the same game name as for mule logger.
  13. muleGameName: ["aaa", "aaa"], // ["gamename", "password"]
  14.  
  15. // List of profiles that will mule items.
  16. enabledProfiles: ["profile 1", "profile 2"],
  17.  
  18. // Stop a profile prior to muling. Useful when running 8 bots without proxies.
  19. stopProfile: "profile 3"
  20. },
  21. "Mule2": {
  22. muleProfile: "mule profile", // The name of mule profile in d2bot#. It will be started and stopped when needed.
  23. accountPrefix: "aaa", // Account prefix. Numbers added automatically when making accounts.
  24. accountPassword: aaa"", // Account password.
  25. charPrefix: "aaa", // Character prefix. Suffix added automatically when making characters.
  26. realm: "", // Available options: "useast", "uswest", "europe", "asia"
  27. expansion: false,
  28. ladder: true,
  29. hardcore: false,
  30.  
  31. // Game name and password of the mule game. Never use the same game name as for mule logger.
  32. muleGameName: ["aaa", "aaa"], // ["gamename", "password"]
  33.  
  34. // List of profiles that will mule items.
  35. enabledProfiles: ["profile 3"],
  36.  
  37. // Stop a profile prior to muling. Useful when running 8 bots without proxies.
  38. stopProfile: "profile 1"
  39. }
  40. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement