-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_rp50.json
71 lines (71 loc) · 2.14 KB
/
setup_rp50.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
{
"general":
{
"loot_type":"auto",
"loot_priority":"first"
},
"script_options":
{
"hours_leave": [9.5],
"skill_train":"distance",
"sort_deposit": {"alexander":6, "lailene":6, "tamoril":8, "rashid": 9, "green_djinn": 10}
},
"containers":
{
"loot_bp":"Brocade Backpack"
},
"tools": {},
"items":
{
"strong mana potion": {"hotkey":"e", "use":"self"},
"onyx arrow": {"hotkey":"f10", "use":"equip"},
"brown mushroom": {"hotkey":"f11", "use":"use"}
},
"spells":
{
"exura san":"r",
"exura":"f4",
"exura gran":"f",
"exori con":"q",
"exori san":"1",
"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":"mp", "below_percent":70, "use_item":"strong mana potion", "priority":1}
],
"hunt_config": {
"cap_leave": -2,
"mana_name": "strong mana potion",
"take_mana": 170,
"mana_leave": 40,
"ammo_name": "onyx arrow",
"take_ammo": 700,
"ammo_leave": 100
},
"label_actions": [],
"persistent_actions": [
{"action":"drop_vials", "interval":60},
{"action":"anti_paralyze", "interval":1, "args":["f4"]},
{"action":"stop_target_no_supplies", "interval": 15, "args":{"mana":false, "health":false, "cap":false, "rune":false, "ammo":true, "time":false}},
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}},
{"action":"use_hotkey", "interval":54, "use_in_battle":true, "args":{"hotkey":"f10"}}
],
"target_monsters":
[
{"name":"Necromancer", "action":"distance", "min_dist":2, "max_dist":5, "priority":2, "loot":true},
{"name":"Priestess", "action":"distance", "min_dist":2, "max_dist":5, "priority":3, "loot":true},
{"name":"Dark Apprentice", "action":"distance", "min_dist":2, "max_dist":5, "priority":1, "loot":true},
{"name":"Dark Magician", "action":"distance", "min_dist":2, "max_dist":5, "loot":true}
],
"target_spells":
[
{"name":"exori con", "min_mana_percent":20, "priority":1, "cooldown":2,
"monsters":["Dark Magician", "Dark Apprentice", "Necromancer"]},
{"name":"exori san", "min_mana_percent":20, "priority":1, "cooldown":2,
"monsters":["Ghost"]}
],
"loot": []
}