config.ini 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [account]
  2. username = "herp"
  3. password = "derp"
  4. proxy = ""
  5. # visit chrome://version and paste the User Agent value here. Don't use firefox. It should look like the example value below.
  6. useragent = "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36"
  7. # Only change this if you know what DNT is and if you have it enabled in your browser
  8. DNT = False
  9. # True if you want to grab Pinkerton's daily while gathering
  10. pinkerton = True
  11. # True if you want to feed your dergs while gathering
  12. feed = True
  13. [[gather]]
  14. # pick from these values
  15. # earth, plague, wind, water, lightning, ice, shadow, light, arcane, nature, fire
  16. area = "earth"
  17. # pick from these values
  18. # hunt, fish, catch, forage, dig, scavenge
  19. action = "hunt"
  20. [[bond]]
  21. # these bonding delay values are in seconds. This is the range of delay for clicking links/buttons while swapping
  22. # familiars on dergs and bonding them
  23. mindelay = 2
  24. maxdelay = 4
  25. [[coliseum]]
  26. # pick from these values
  27. # training_fields, woodland_border, scorched_forest, sandswept_delta, forgotten_cave,
  28. # bamboo_waterfall, waterway, arena, boreal_wood, harpys_roost, mire, kelp_beds
  29. area = "training_fields"
  30. # these coliseum delay values are in seconds. a simulated click in the coli will take between mindelay and maxdelay seconds.
  31. mindelay = 2
  32. maxdelay = 4
  33. # training mode is for when you're training dergs to exalt, and you want to monitor its level and exp.
  34. # True, False
  35. trainingmode = False
  36. # this is the position that the derg is in, in the team
  37. # 0, 1, 2 (corresponding to top, middle, bottom in the coli)
  38. trainingpos = 2
  39. # This will enable debug logging
  40. debuglog = False