-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_rp.json
70 lines (70 loc) · 2.42 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
{
"general": {
"loot_type":"auto",
"loot_priority":"first",
"walk_type":"keys",
"scan_distance":true,
"track_loot":false
},
"script_options": {
"hours_leave": [9.5],
"skill_train":"distance",
"sort_deposit": {"rashid": 9, "green_djinn": 10, "blue_djinn": 10}
},
"containers": {
"loot_bp":"Orange Backpack"
},
"tools":{},
"items": {
"great mana potion": {"hotkey":"e", "use":"self"},
"great spirit potion": {"hotkey":"F", "use":"self"},
"crystalline arrow": {"hotkey":"j", "use":"equip"},
"life ring": {"hotkey": "f12", "use": "equip"},
"brown mushroom": {"hotkey":"f11", "use":"use"}
},
"spells": {
"exura":"r",
"exura gran":"f5",
"exura gran san":"f6",
"exevo mas san":"1",
"utura gran":"f8",
"exori con":"q",
"utani hur":"v"
},
"healing": [
{"type":"mp", "below_percent":15, "use_item":"great spirit potion", "priority":5},
{"type":"hp", "below_percent":45, "use_item":"great spirit potion", "priority":4},
{"type":"hp", "below_percent":65, "use_spell":"exura gran san", "min_mana_percent":25, "priority":3},
{"type":"hp", "below_percent":75, "use_spell":"exura gran", "min_mana_percent":20, "priority":2},
{"type":"hp", "below_percent":90, "use_spell":"exura", "min_mana_percent":10, "priority":1},
{"type":"mp", "below_percent":60, "use_item":"great mana potion", "priority":1}
],
"hunt_config": {
"cap_leave": 100,
"mana_name": "great mana potion",
"take_mana": 300,
"mana_leave": 100,
"health_name": "great spirit potion",
"take_health": 25,
"health_leave": 10,
"ammo_name": "crystalline arrow",
"take_ammo": 900,
"ammo_leave": 250
},
"persistent_actions": [
{"action":"anti_paralyze", "interval":1, "use_in_battle": true, "args":["v"]},
{"action":"use_hotkey", "min_interval":30, "max_interval":100, "use_in_battle": true, "args":{"hotkey":"j"}},
{"action":"eat_food", "interval":60, "args":{"hotkey":"f11"}},
{"enabled": false, "alias": "equip_ring_alias", "action": "equip_item", "interval": 10, "use_in_battle": true, "args": { "hotkey": "f12", "amount": 0, "slot": "ring"}}
],
"target_monsters": [
{"name":"Mutated Bat", "action":"distance", "min_dist":1, "max_dist":3, "loot":true},
{"name":"Mutated Tiger", "action":"distance", "min_dist":1, "max_dist":3, "loot":true}
],
"target_spells": [
{"name":"exori con", "min_mana_percent":10, "priority":1, "cooldown":2,
"monsters":["Mutated Bat", "Mutated Tiger"]},
{"name":"exevo mas san", "min_mana_percent":20, "priority":2, "min_monster_count":3}
],
"loot": []
}