Advertisement
kolton

Untitled

Nov 30th, 2012
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     Mules: {
  2.         "Mule 1":  {
  3.             muleProfile: "Mule",  // The name of mule profile in d2bot#. It will be started and stopped when needed.
  4.             accountPrefix: "somemule",  // Account prefix. Numbers added automatically when making accounts.
  5.             accountPassword: "somepw",  // Account password.
  6.             charPrefix: "somechar",  // Character prefix. Suffix added automatically when making characters.
  7.             realm: "europe", // 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: ["qq", "pw"], // ["gamename", "password"]
  14.  
  15.             // List of profiles that will mule items.
  16.             enabledProfiles: ["MF 1", "MF 2"],
  17.  
  18.             // Stop a profile prior to muling. Useful when running 8 bots without proxies.
  19.             stopProfile: ""
  20.         },
  21.        
  22.         "Mule 2": {
  23.             muleProfile: "Mule",  // The name of mule profile in d2bot#. It will be started and stopped when needed.
  24.             accountPrefix: "somemule",  // Account prefix. Numbers added automatically when making accounts.
  25.             accountPassword: "somepw",  // Account password.
  26.             charPrefix: "somechar",  // Character prefix. Suffix added automatically when making characters.
  27.             realm: "useast", // Available options: "useast", "uswest", "europe", "asia"
  28.             expansion: true,
  29.             ladder: true,
  30.             hardcore: false,
  31.  
  32.             // Game name and password of the mule game. Never use the same game name as for mule logger.
  33.             muleGameName: ["qq", "pw"], // ["gamename", "password"]
  34.  
  35.             // List of profiles that will mule items.
  36.             enabledProfiles: ["MF 3", "MF 4"],
  37.  
  38.             // Stop a profile prior to muling. Useful when running 8 bots without proxies.
  39.             stopProfile: ""
  40.         },
  41.        
  42.         "Mule 3": {
  43.             muleProfile: "Mule",  // The name of mule profile in d2bot#. It will be started and stopped when needed.
  44.             accountPrefix: "somemule",  // Account prefix. Numbers added automatically when making accounts.
  45.             accountPassword: "somepw",  // Account password.
  46.             charPrefix: "somechar",  // Character prefix. Suffix added automatically when making characters.
  47.             realm: "uswest", // Available options: "useast", "uswest", "europe", "asia"
  48.             expansion: true,
  49.             ladder: true,
  50.             hardcore: true,
  51.  
  52.             // Game name and password of the mule game. Never use the same game name as for mule logger.
  53.             muleGameName: ["qq", "pw"], // ["gamename", "password"]
  54.  
  55.             // List of profiles that will mule items.
  56.             enabledProfiles: ["MF 5", "MF 6"],
  57.  
  58.             // Stop a profile prior to muling. Useful when running 8 bots without proxies.
  59.             stopProfile: ""
  60.         }
  61.     },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement