-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup_EK.json
111 lines (106 loc) · 4.58 KB
/
setup_EK.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"general":
{
"loot_type":"auto",
"loot_priority":"first"
},
"script_options": {
"hours_leave": [9],
"skill_train":"sword"
},
"containers":
{
"loot_bp":"Orange Backpack",
"gold_bp":"Beach Backpack"
},
"tools":
{
"rope": {"name":"rope", "id":3003}
},
"items":
{
"mana potion": {"hotkey":"e", "id":268, "use":"self"},
"great health potion": {"hotkey":"f2", "id":239, "use":"self"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"},
"platinum coin": {"hotkey":"f12", "id":3035, "use":"use"},
"gold coin": {"hotkey":"f10", "id":3031, "use":"use"},
"dwarven ring": {"hotkey":"f4", "id":3097, "use":"equip"},
"zaoan helmet": {"hotkey":"5", "id":10385, "use":"equip"},
"helmet of the deep": {"hotkey":"6", "id":5460, "use":"equip"},
"fishing rod": {"hotkey":"z", "id":3483, "use":"crosshair"},
"heavy magic missile rune": {"hotkey":"f9", "id":3198, "use":"target"}
},
"spells":
{
"utani hur": "v",
"exura ico": "r",
"exori ico": "q",
"exori": "1",
"utura": "s",
"exeta res": "f6",
"exori min":"x",
"utito tempo":"2",
"exori hur":"3",
"exori gran":"4"
},
"healing":
[
{"type":"hp", "below_percent":85, "use_spell":"exura ico", "min_mana_percent":10, "priority":3},
{"type":"mp", "below_percent":65, "use_item":"mana potion", "priority":2},
{"type":"hp", "below_percent":60, "use_item":"great health potion", "priority":4},
{"type":"hp", "below_percent":95, "use_spell":"utura", "min_mana_percent":40, "priority":1, "cooldown":60}
],
"hunt_config": {
"cap_leave": 2,
"mana_name": "mana potion",
"take_mana": 600,
"mana_leave": 300,
"health_name": "great health potion",
"take_health": 80,
"health_leave": 40,
"rune_name": "heavy magic missile rune",
"take_rune": 120,
"rune_leave": 60
},
"label_actions":
[
{"label":"travel_pegleg", "action":"talk_npc", "args": {"list_words": ["pegleg", "yes"]}},
{"label":"travel_nargor", "action":"talk_npc", "args": {"list_words": ["nargor", "yes"]}},
{"label":"travel_meriana", "action":"talk_npc", "args": {"list_words": ["meriana", "yes"]}},
{"label":"travel_libertybay", "action":"talk_npc", "args": {"list_words": ["liberty bay", "yes"]}},
{"label":"check_ring", "action":"conditional_jump_item_count_below", "args": {"item_name":"dwarven ring", "amount":4, "label_jump":"train"}},
{"label":"check_low_ring", "action":"conditional_jump_item_count_below", "args": {"item_name":"dwarven ring", "amount":1, "label_jump":"leave"}},
{"label":"withdraw_ring", "action":"withdraw_item_from_depot_to_backpack", "args": {
"item_name":"dwarven ring", "depot_num":5, "backpack_name":"Backpack", "amount":3, "stack":false}}
],
"persistent_actions": [
{"action":"haste", "interval":50},
{"action":"anti_paralyze", "interval":1, "args":["r"]},
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}},
{"action":"drop_vials", "interval":60},
{"action":"equip_item", "interval":2, "use_in_battle":true, "args":{"hotkey":"f4", "amount":1, "selected_monsters":["Wyvern"], "slot":"ring"}},
{"action":"recover_full_mana", "interval":3, "args":["e"]},
{"action":"swap_equip", "interval":3, "use_in_battle":true, "args":{"item_equip":"helmet of the deep", "item_unequip":"zaoan helmet", "selected_monsters":["Water Elemental"], "amount":1, "slot":"helmet"}}
],
"target_monsters":
[
{"name":"Wyvern", "action":"follow", "loot":true},
{"name":"Crystal Spider", "action":"follow", "loot":true},
{"name":"Crystalcrusher", "action":"follow", "loot":true},
{"name":"Pirate Ghost", "action":"follow", "loot":false},
{"name":"Wiggler", "action":"follow", "loot":true},
{"name":"Water Elemental", "action":"follow", "loot":true, "use_item":"fishing rod"}
],
"target_spells":
[
{"name":"exori ico", "min_mana_percent":20, "priority":1, "cooldown":6,
"monsters":["Crystal Spider", "Wyvern", "Crystalcrusher", "Water Elemental"]},
{"name":"exori", "min_mana_percent":20, "priority":2, "cooldown": 4, "min_monster_count":2},
{"name":"exori gran", "min_mana_percent":40, "priority":4, "cooldown": 6, "min_monster_count":3},
{"name":"utito tempo", "min_mana_percent":65, "priority":4, "cooldown": 20, "min_monster_count":4},
{"name":"exori min", "min_mana_percent":30, "priority":3, "cooldown": 6, "min_monster_count":2},
{"name":"heavy magic missile rune", "min_mana_percent":10, "priority":2, "cooldown":2, "monsters":["Pirate Ghost"]}
],
"loot": [
]
}