Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. {
  2. "general":
  3. {
  4. "loot_type":"auto",
  5. "loot_priority":"first"
  6. },
  7. "script_options":
  8. {
  9. "hours_leave": [9],
  10. "skill_train":"axe"
  11. },
  12. "containers":
  13. {
  14. "loot_bp":"Red Backpack",
  15. "gold_bp":"Yellow Backpack"
  16. },
  17. "tools":
  18. {
  19. "rope": {"name":"rope", "id":3003},
  20. "shovel": {"name":"shovel", "id":3457}
  21. },
  22. "items":
  23. {
  24. "mana potion": {"hotkey":"f1", "id":268, "use":"self"},
  25. "ultimate health potion": {"hotkey":"f2", "id":7643, "use":"self"},
  26. "brown mushroom": {"hotkey":"f3", "id":3725, "use":"use"}
  27. },
  28. "spells":
  29. {
  30. "exori ico":"f6",
  31. "exura ico":"f7",
  32. "exori":"f8"
  33. },
  34. "healing":
  35. [
  36. {"type":"hp", "below_percent":50, "use_item":"ultimate health potion", "priority":1},
  37. {"type":"hp", "below_percent":85, "use_spell":"exura ico", "min_mana_percent":10, "priority":2},
  38. {"type":"mp", "below_percent":30, "use_item":"mana potion", "priority":3}
  39. ],
  40. "hunt_config": {
  41. "cap_leave": 100,
  42. "mana_name": "mana potion",
  43. "take_mana": 600,
  44. "mana_leave": 100,
  45. "health_name": "ultimate health potion",
  46. "take_health": 100,
  47. "health_leave": 80
  48. },
  49. "persistent_actions": [
  50. {"action":"drop_vials", "interval":300},
  51. {"action":"eat_food", "interval":60, "args":{"hotkey":"f3"},
  52. {"action":"anti_paralyze", "interval":1, "args":["f7"]},
  53. ],
  54. "target_monsters":
  55. [
  56. {"name":"Bonelord", "action":"follow", "loot":true},
  57. {"name":"Novice Of The Cult", "action":"follow", "loot":true},
  58. {"name":"Acolyte Of The Cult", "action":"follow", "loot":true},
  59. {"name":"Dark Monk", "action":"follow", "loot":true},
  60. {"name":"Witch", "action":"follow", "loot":true},
  61. {"name":"Tarantula", "action":"follow", "loot":true},
  62. {"name":"Slime", "action":"follow", "loot":false}
  63. ],
  64. "target_spells":
  65. [
  66. {"name":"exori hur", "min_mana_percent":50, "priority":2, "min_monster_count":3, "cooldown":4},
  67. {"name":"exori ico", "min_mana_percent":50, "priority":3, "min_monster_count":3, "cooldown":4}
  68. ],
  69.  
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement