Advertisement
Guest User

2xmules

a guest
Apr 1st, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. var AutoMule = {
  2. Mules: {
  3. "Mule1": {
  4. muleProfile: "MuleService", // The name of mule profile in d2bot#. It will be started and stopped when needed.
  5. accountPrefix: "iiMule-", // Account prefix. Numbers added automatically when making accounts.
  6. accountPassword: "password", // Account password.
  7. charPrefix: "iiMule_", // Character prefix. Suffix added automatically when making characters.
  8. realm: "europe", // Available options: "useast", "uswest", "europe", "asia"
  9. expansion: true,
  10. ladder: true,
  11. hardcore: false,
  12. charsPerAcc: 8, // Maximum number of mules to create per account (between 1 to 18)
  13.  
  14. // Game name and password of the mule game. Never use the same game name as for mule logger.
  15. muleGameName: ["mulez-", "mat"], // ["gamename", "password"]
  16.  
  17. // List of profiles that will mule items. Example: enabledProfiles: ["profile 1", "profile 2"],
  18. enabledProfiles: ["Bot-java", "Bot1-Main", "Bot-2", "Bot-3", "Bot-4", "Bot-5", "Bot-6", "Bot-7", "Bot-8", "Bot-9", "Bot-10", "Bot-11", "Bot-12", "Bot-13" , ],
  19.  
  20. // Stop a profile prior to muling. Useful when running 8 bots without proxies.
  21. stopProfile: "",
  22. stopProfileKeyRelease: false, // true = stopProfile key will get released on stop. useful when using 100% of your keys for botting.
  23.  
  24. // Trigger muling at the end of a game if used space in stash and inventory is equal to or more than given percent.
  25. usedStashTrigger: 95,
  26. usedInventoryTrigger: 80,
  27.  
  28. // Mule items that have been stashed at some point but are no longer in pickit.
  29. muleOrphans: true
  30. }
  31.  
  32. "Mule2": {
  33. muleProfile: "MuleService2", // The name of mule profile in d2bot#. It will be started and stopped when needed.
  34. accountPrefix: "i2Mule-", // Account prefix. Numbers added automatically when making accounts.
  35. accountPassword: "password", // Account password.
  36. charPrefix: "i2Mule_", // Character prefix. Suffix added automatically when making characters.
  37. realm: "europe", // Available options: "useast", "uswest", "europe", "asia"
  38. expansion: true,
  39. ladder: true,
  40. hardcore: false,
  41. charsPerAcc: 8, // Maximum number of mules to create per account (between 1 to 18)
  42.  
  43. // Game name and password of the mule game. Never use the same game name as for mule logger.
  44. muleGameName: ["mulez-", "mat"], // ["gamename", "password"]
  45.  
  46. // List of profiles that will mule items. Example: enabledProfiles: ["profile 1", "profile 2"],
  47. enabledProfiles: ["Bot-14" ],
  48.  
  49. // Stop a profile prior to muling. Useful when running 8 bots without proxies.
  50. stopProfile: "",
  51. stopProfileKeyRelease: false, // true = stopProfile key will get released on stop. useful when using 100% of your keys for botting.
  52.  
  53. // Trigger muling at the end of a game if used space in stash and inventory is equal to or more than given percent.
  54. usedStashTrigger: 95,
  55. usedInventoryTrigger: 80,
  56.  
  57. // Mule items that have been stashed at some point but are no longer in pickit.
  58. muleOrphans: true
  59. }
  60. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement