-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_rp.json
76 lines (76 loc) · 3.13 KB
/
setup_rp.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
{
"general": {
"loot_type": "auto",
"loot_priority": "after"
},
"script_options": {
"hours_leave":[9.5],
"skill_train": "distance",
"sort_deposit": {"alexander":6, "lailene":6, "tamoril":8, "rashid": 9, "green_djinn": 10},
"hunt_down":false
},
"containers": {
"loot_bp":"Brocade Backpack"
},
"tools": {
"rope": {"name":"rope", "id": 3003},
"shovel": {"name":"shovel", "id": 3457}
},
"items": {
"life ring": {"hotkey": "j", "id": 3052, "use": "equip"},
"strong mana potion": {"hotkey":"e", "id":237, "use":"self"},
"drill bolt": {"hotkey":"f10", "id":16142, "use":"equip"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
},
"spells": {
"exura san":"r",
"exura":"f4",
"exura gran":"f",
"exori con":"q",
"exori san":"1",
"exevo mas san":"2",
"utani hur":"v",
"utura":"R"
},
"healing": [
{"type":"hp", "below_percent":65, "use_spell":"exura san", "min_mana_percent":10, "priority":3},
{"type":"hp", "below_percent":85, "use_spell":"exura gran", "min_mana_percent":10, "priority":2},
{"type":"hp", "below_percent":95, "use_spell":"utura", "min_mana_percent":50, "priority":1, "cooldown":60},
{"type":"mp", "below_percent":70, "use_item":"strong mana potion", "priority":1}
],
"hunt_config": {
"cap_leave": 0,
"mana_name": "strong mana potion",
"take_mana": 170,
"mana_leave": 60,
"ammo_name": "drill bolt",
"take_ammo": 700,
"ammo_leave": 200
},
"label_actions": [],
"persistent_actions": [
{"action":"drop_vials", "interval":60},
{"action":"equip_item", "interval": 20, "args": {"hotkey": "j", "amount": 0}},
{"action":"anti_paralyze", "interval":1, "args":["f4"]},
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}},
{"action":"blacklist_coords", "interval":30, "args":{"coords_barrier":[[33334, 32696, 9], [33334, 32697, 9],[33334, 32698, 9],[33334, 32699, 9],[33334, 32700, 9],[33334, 32701, 9],[33334, 32702, 9],[33334, 32703, 9]]}},
{"action":"use_hotkey", "interval":54, "use_in_battle":true, "args":{"hotkey":"f10"}},
{"action":"haste", "interval":40, "args":["v"]}
],
"target_monsters": [
{"name":"Enlightened Of The Cult", "action":"distance", "min_dist":2, "max_dist":4, "priority":4, "loot":true},
{"name":"Lizard Snakecharmer", "action":"distance", "min_dist":2, "max_dist":4, "priority":4, "loot":true},
{"name":"Adept Of The Cult", "action":"distance", "min_dist":2, "max_dist":4, "priority":3, "loot":true},
{"name":"Acolyte Of The Cult", "action":"distance", "min_dist":2, "max_dist":4, "priority":2, "loot":true},
{"name":"Novice Of The Cult", "action":"distance", "min_dist":2, "max_dist":4, "priority":1, "loot":true},
{"name":"Lizard Templar", "action":"stand", "min_dist":2, "max_dist":4, "loot":true}
],
"target_spells": [
{"name":"exori con", "min_mana_percent":10, "priority":1, "cooldown":2,
"monsters":["Adept Of The Cult", "Acolyte Of The Cult", "Novice Of The Cult", "Lizard Sentinel", "Lizard Templar", "Carniphila", "Lizard Snakecharmer", "Enlightened Of The Cult"]},
{"name":"exori san", "min_mana_percent":10, "priority":1, "cooldown":2,
"monsters":["Ghost"]},
{"name":"exevo mas san", "min_mana_percent": 30, "priority": 3, "cooldown": 4, "min_monster_count": 4}
],
"loot": []
}