-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_ek.json
122 lines (122 loc) · 5.36 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
112
113
114
115
116
117
118
119
120
121
122
{
"general":
{
"loot_type":"manual",
"anti_trap":"weapon"
},
"script_options": {
"hours_leave": [9, 16],
"skill_train":"sword",
"hunt_north":true,
"hunt_northeast":true,
"hunt_south":false
},
"containers":
{
"gold_bp":"Shopping Bag",
"loot_bp":"Red Backpack"
},
"tools": {
"rope": {"name":"rope", "id":3003},
"shovel": {"name":"shovel", "id":3457}
},
"items":
{
"stealth ring": {"hotkey":"f8", "id":3049, "use":"equip"},
"mana potion": {"hotkey":"e", "id":268, "use":"self"},
"strong health potion": {"hotkey":"f2", "id":236, "use":"self"},
"health potion": {"hotkey":"f1", "id":266, "use":"self"}
},
"spells":
{
"exura ico":"r"
},
"healing":
[
{"type":"hp", "below_percent":60, "use_item":"strong health potion", "priority":3},
{"type":"hp", "below_percent":90, "use_spell":"exura ico", "min_mana_percent":20, "priority":2},
{"type":"mp", "below_percent":20, "use_item":"mana potion", "priority":1}
],
"hunt_config": {
"cap_leave": 100,
"mana_name": "mana potion",
"take_mana": 200,
"mana_leave": 50,
"health_name": "strong health potion",
"take_health": 50,
"health_leave": 25
},
"label_actions":
[
{"label":"check_stealth", "action":"conditional_jump_item_count_below", "args": {"item_name":"stealth ring", "amount":4, "label_jump":"train"}},
{"label":"check_low_stealth", "action":"conditional_jump_item_count_below", "args": {"item_name":"stealth ring", "amount":2, "label_jump":"leave"}},
{"label":"withdraw_ring", "action":"withdraw_item_from_depot_to_backpack", "args": {
"item_name":"stealth ring", "depot_num":3, "backpack_name":"Backpack", "amount":6, "stack":false}}
],
"persistent_actions": [
{"action":"drop_vials", "interval":60},
{"action":"anti_paralyze", "interval":1, "args":["r"]},
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}},
{"action":"recover_full_mana", "interval":3, "args":["e"]},
{"action":"equip_item", "interval":2, "use_in_battle":true, "args":{"hotkey":"V", "amount":3, "selected_monsters":["Orc Berserker", "Orc Leader", "Orc Warlord", "Orc Rider"], "slot":"ring"}}
],
"target_monsters": [
{"name":"Orc Leader", "action":"follow", "priority":2, "loot":true},
{"name":"Orc Berserker", "action":"follow", "priority":3, "loot":true},
{"name":"Orc Warrior", "action":"follow", "priority":2, "loot":true},
{"name":"Orc Shaman", "action":"follow", "priority":4, "loot":true},
{"name":"Orc Spearman", "action":"follow", "priority":2, "loot":true},
{"name":"Orc Warlord", "action":"follow", "priority":2, "loot":true},
{"name":"Orc Rider", "action":"follow", "priority":2, "loot":true},
{"name":"Orc", "action":"follow", "priority":2, "loot":true},
{"name":"Rorc", "action":"follow", "priority":1, "loot":true},
{"name":"Bear", "action":"follow", "priority":2, "loot":false},
{"name":"Wolf", "action":"follow", "priority":2, "loot":true},
{"name":"Hunter", "action":"follow", "priority":2, "loot":true},
{"name":"Cyclops", "action":"follow", "priority":2, "loot":true},
{"name":"Bonelord", "action":"follow", "priority":4, "loot":true},
{"name":"Dragon", "action":"follow", "priority":3, "loot":true},
{"name":"Amazon", "action":"follow", "priority":2, "loot":false},
{"name":"War Wolf", "action":"follow", "priority":2, "loot":true},
{"name":"Bat", "action":"follow", "priority":2, "loot":false},
{"name":"Slime", "action":"follow", "priority":3, "loot":false},
{"name":"Wyvern", "action":"follow", "priority":3, "loot":true},
{"name":"Snake", "action":"follow", "priority":0, "loot":false}
],
"target_spells": [],
"loot": [
{"name":"gold coin", "action":"loot", "dest":"gold_bp"},
{"name":"gold coins", "action":"loot", "dest":"gold_bp"},
{"name":"broken shamanic staff", "action":"loot", "dest":"loot_bp"},
{"name":"orc tooth", "action":"loot", "dest":"loot_bp"},
{"name":"sword ring", "action":"loot", "dest":"loot_bp"},
{"name":"skull belt", "action":"loot", "dest":"loot_bp"},
{"name":"orc leather", "action":"loot", "dest":"loot_bp"},
{"name":"shamanic hood", "action":"loot", "dest":"loot_bp"},
{"name":"rorc egg", "action":"loot", "dest":"loot_bp"},
{"name":"orcish gear", "action":"loot", "dest":"loot_bp"},
{"name":"wand of decay", "action":"loot", "dest":"loot_bp"},
{"name":"rorc feather", "action":"loot", "dest":"loot_bp"},
{"name":"hatched rorc egg", "action":"loot", "dest":"loot_bp"},
{"name":"broken helmet", "action":"loot", "dest":"loot_bp"},
{"name":"health potion", "action":"loot", "dest":"loot_bp"},
{"name":"halberd", "action":"loot", "dest":"loot_bp"},
{"name":"double axe", "action":"loot", "dest":"loot_bp"},
{"name":"orcish axe", "action":"loot", "dest":"loot_bp"},
{"name":"life ring", "action":"loot", "dest":"loot_bp"},
{"name":"strong health potion", "action":"loot", "dest":"loot_bp"},
{"name":"plate armor", "action":"loot", "dest":"loot_bp"},
{"name":"warwolf fur", "action":"loot", "dest":"loot_bp"},
{"name":"broad sword", "action":"loot", "dest":"loot_bp"},
{"name":"obsidian lance", "action":"loot", "dest":"loot_bp"},
{"name":"small sapphire", "action":"loot", "dest":"loot_bp"},
{"name":"warrior helmet", "action":"loot", "dest":"loot_bp"},
{"name":"wyvern fang", "action":"loot", "dest":"loot_bp"},
{"name":"wand of inferno", "action":"loot", "dest":"loot_bp"},
{"name":"wolf paw", "action":"loot", "dest":"loot_bp"},
{"name":"wolf trophy", "action":"loot", "dest":"loot_bp"},
{"name":"slingshot", "action":"loot", "dest":"loot_bp"},
{"name":"meat", "action":"use"},
{"name":"ham", "action":"use"}
]
}