-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup_EK.json
90 lines (87 loc) · 2.85 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
{
"general":
{
"loot_type":"auto",
"loot_priority":"first"
},
"script_options": {
"get_task":false,
"hours_leave": [9],
"skill_train":"sword",
"sort_deposit": {"alexander":6, "lailene":6, "tamoril":8, "rashid": 9, "green_djinn": 10}
},
"containers":
{
"gold_bp":"Blue Backpack",
"loot_bp":"Camouflage Backpack"
},
"tools":
{
"rope": {"name":"rope", "id": 3003},
"shovel": {"name":"light shovel", "id": 5710}
},
"items":
{
"mana potion": {"hotkey":"e", "id":268, "use":"self"},
"ultimate health potion": {"hotkey":"f3", "id":7643, "use":"self"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
},
"spells":
{
"utani hur": "V",
"utura": "R",
"utito tempo": "X",
"exura ico":"L",
"exori":"1",
"exori min":"2",
"exori hur":"3",
"exori gran":"4",
"exori ico":"Q"
},
"healing":
[
{"type":"hp", "below_percent":60, "use_item":"ultimate health potion", "priority":3},
{"type":"hp", "below_percent":85, "use_spell":"exura ico", "min_mana_percent":10, "priority":2},
{"type":"mp", "below_percent":60, "use_item":"mana potion", "priority":1},
{"type":"hp", "below_percent":95, "use_spell":"utura", "min_mana_percent":40, "priority":1, "cooldown":60}
],
"hunt_config": {
"cap_leave": 100,
"mana_name": "mana potion",
"take_mana": 500,
"mana_leave": 200,
"health_name": "ultimate health potion",
"take_health": 100,
"health_leave": 30
},
"persistent_actions": [
{"action":"drop_vials", "interval":60},
{"action":"haste", "interval":40,"args":{"hotkey":"V"}},
{"action":"eat_food","interval":60,"args":{"hotkey":"f11"}}
],
"target_monsters":
[
{"name":"Quara Constrictor", "action":"follow", "loot":true},
{"name":"Quara Hydromancer", "action":"follow", "loot":true},
{"name":"Quara Mantassin", "action":"follow", "loot":true},
{"name":"Quara Pincher", "action":"follow", "loot":true},
{"name":"Quara Predator", "action":"follow", "loot":true}
],
"target_spells":
[
{"name":"exori ico", "min_mana_percent":20, "priority":1, "cooldown":6,
"monsters":["Quara Constrictor", "Quara Hydromancer", "Quara Mantassin", "Quara Pincher", "Quara Predator"]},
{"name":"exori hur", "min_mana_percent":20, "priority":1, "cooldown":6,
"monsters":["Quara Constrictor", "Quara Hydromancer", "Quara Mantassin", "Quara Pincher", "Quara Predator"]},
{"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":5},
{"name":"exori min", "min_mana_percent":30, "priority":3, "cooldown": 6, "min_monster_count":2}
],
"label_actions":
[
{"label":"ida", "action":"talk_npc", "args": {"list_words": ["passage", "yes"]}},
{"label":"regreso", "action":"talk_npc", "args": {"list_words": ["passage", "yes"]}}
],
"loot": []
}