Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. {
  2. "general":
  3. {
  4. "loot_type":"auto",
  5. "loot_priority":"first"
  6. },
  7. "script_options": {
  8. "hours_leave": [9],
  9. "skill_train":"sword",
  10. "summon":"F9",
  11. "sort_deposit": {"flint":5, "alexander":6, "lailene":6, "esrik":7, "tamoril":8, "rashid": 9, "green_djinn": 10}
  12. },
  13. "containers":
  14. {
  15. "gold_bp":"Blue Backpack",
  16. "loot_bp":"Blue Backpack"
  17. },
  18. "tools":
  19. {
  20. "rope": {"name":"elvenhair rope", "id": 646},
  21. "shovel": {"name":"shovel", "id": 3457}
  22. },
  23. "items":
  24. {
  25. "mana potion": {"hotkey":"e", "id":268, "use":"self"},
  26. "ultimate health potion": {"hotkey":"F", "id":7643, "use":"self"},
  27. "great health potion": {"hotkey":"f7", "id":239, "use":"self"},
  28. "brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
  29. },
  30. "spells":
  31. {
  32. "utani hur": "v",
  33. "utura gran": "R",
  34. "utito tempo": "X",
  35. "exeta res": "x",
  36. "exura ico":"r",
  37. "exura gran ico":"f",
  38. "exori":"1",
  39. "exori min":"2",
  40. "exori hur":"3",
  41. "exori gran":"4",
  42. "exori ico":"q"
  43. },
  44. "healing":
  45. [
  46. {"type":"hp", "below_percent":30, "use_spell":"exura gran ico", "min_mana_percent":20, "priority":5, "cooldown": 900},
  47. {"type":"hp", "below_percent":70, "use_item":"ultimate health potion", "priority":4},
  48. {"type":"hp", "below_percent":85, "use_spell":"exura ico", "min_mana_percent":20, "priority":3},
  49. {"type":"hp", "below_percent":70, "use_item":"great health potion", "priority":3},
  50. {"type":"mp", "below_percent":80, "use_item":"mana potion", "priority":2},
  51. {"type":"hp", "below_percent":95, "use_spell":"utura gran", "min_mana_percent":20, "priority":1, "cooldown":60}
  52. ],
  53. "hunt_config": {
  54. "cap_leave": 150,
  55. "mana_name": "mana potion",
  56. "take_mana": 1100,
  57. "mana_leave": 450,
  58. "health_name": "ultimate health potion",
  59. "take_health": 150,
  60. "health_leave": 60,
  61. "health_name2": "great health potion",
  62. "take_health2": 300,
  63. "health_leave2": 100
  64. },
  65. "persistent_actions": [
  66. {"action":"haste", "interval":40, "args":["v"]},
  67. {"action":"lure_monsters", "interval":0.5, "args":{"count":4, "min_count":2}},
  68. {"action":"drop_vials", "interval":200},
  69. {"action":"recover_full_mana", "interval":3, "args":["e"]},
  70. {"action":"eat_food", "interval":30, "args":["f11"]}
  71. ],
  72. "target_monsters":
  73. [
  74. {"name":"Metal Gargoyle", "action":"follow", "loot":true},
  75. {"name":"Rustheap Golem", "action":"follow", "loot":true},
  76. {"name":"Glooth Anemone", "action":"follow", "loot":true},
  77. {"name":"Blood Beast", "action":"follow", "loot":true},
  78. {"name":"Walker", "action":"follow", "loot":true},
  79. {"name":"Glooth Golem", "action":"follow", "loot":true},
  80. {"name":"Rot Elemental", "action":"follow", "loot":true},
  81. {"name":"Glooth Blob", "action":"follow", "loot":true},
  82. {"name":"Devourer", "action":"follow", "loot":true}
  83. ],
  84. "target_spells":
  85. [
  86. {"name":"exori hur", "min_mana_percent":10, "priority":1, "cooldown":5,
  87. "monsters":["Metal Gargoyle", "Rustheap Golem", "Glooth Golem", "Rot Elemental", "Glooth Blob", "Devourer", "Glooth Anemone"]},
  88. {"name":"exori ico", "min_mana_percent":10, "priority":1, "cooldown":5,
  89. "monsters":["Metal Gargoyle", "Rustheap Golem", "Glooth Golem", "Rot Elemental", "Glooth Blob", "Devourer", "Glooth Anemone"]},
  90. {"name":"exori", "min_mana_percent":15, "priority":2, "cooldown": 4, "min_monster_count":3},
  91. {"name":"exori min", "min_mana_percent":20, "priority":3, "cooldown": 6, "min_monster_count":2},
  92. {"name":"exori gran", "min_mana_percent":30, "priority":4, "cooldown": 6, "min_monster_count":3},
  93. {"name":"utito tempo", "min_mana_percent":60, "priority":5, "cooldown": 20, "min_monster_count":3}
  94. ],
  95. "loot": []
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement