Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. {
  2. "general":
  3. {
  4. "loot_type":"auto",
  5. "loot_priority":"after"
  6. },
  7. "script_options": {
  8. "hours_leave": [30],
  9. "hunt_down": false
  10. },
  11. "containers":
  12. {
  13. "gold_bp":"Golden Backpack",
  14. "loot_bp":"Red Backpack"
  15. },
  16. "tools": {},
  17. "items":
  18. {
  19. "mana potion": {"hotkey":"e", "id":268, "use":"self"},
  20. "brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"},
  21. "great fireball rune": {"hotkey":"f9", "id":3191, "use":"crosshair"}
  22. },
  23. "spells":
  24. {
  25. "exura gran":"r",
  26. "exori flam":"q"
  27. },
  28. "healing":
  29. [
  30. {"type":"hp", "below_percent":85, "use_spell":"exura gran", "min_mana_percent":5, "priority":3},
  31. {"type":"mp", "below_percent":80, "use_item":"mana potion", "priority":2}
  32. ],
  33. "hunt_config": {
  34. "cap_leave": 20,
  35. "mana_name": "mana potion",
  36. "take_mana": 130,
  37. "mana_leave": 30,
  38. "rune_name": "great fireball rune",
  39. "take_rune": 200,
  40. "rune_leave": 40
  41. },
  42. "label_actions":
  43. [
  44. {"label":"pegleg", "action":"talk_npc", "args": {"list_words": ["pegleg", "yes"]}},
  45. {"label":"check_down", "action":"conditional_jump_script_options", "args": {"var_name": "hunt_down", "label_jump":"continue_down", "label_skip":"skip_down"}}
  46. ],
  47. "persistent_actions":
  48. [
  49. {"action":"drop_vials", "interval":60},
  50. {"action":"anti_paralyze", "interval":1, "args":["r"]},
  51. {"action":"lure_monsters", "interval":0.5, "args":{"count":5}},
  52. {"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}}
  53. ],
  54. "target_monsters":
  55. [
  56. {"name":"Thornback Tortoise", "action":"distance", "loot":false},
  57. {"name":"Tarantula", "action":"distance", "loot":false},
  58. {"name":"Gargoyle", "action":"distance", "follow_below_hp_percentage":20, "loot":false},
  59. {"name":"Stone Golem", "action":"distance", "loot":false},
  60. {"name":"Blood Crab", "action":"distance", "loot":false}
  61. ],
  62. "target_spells":
  63. [
  64. {"name":"great fireball rune", "min_mana_percent":20, "priority":4, "cooldown": 2, "min_monster_count":3},
  65. {"name":"exori flam", "min_mana_percent":10, "priority":1, "cooldown":1, "monsters":["Blood Crab", "Gargoyle", "Tarantula"]}
  66. ],
  67. "loot": []
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement