-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_rp.json
108 lines (108 loc) · 3.96 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
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
{
"general":
{
"loot_type":"auto",
"loot_priority":"after"
},
"script_options": {
"hours_leave": [9.6],
"skill_train":"distance",
"imbuements":[
{"equip_slot":"weapon", "name":"Intricate Void", "type":"Mana Leech"},
{"equip_slot":"weapon", "name":"Intricate Vampirism", "type":"Life Leech"},
{"equip_slot":"weapon", "name":"Intricate Strike", "type":"Critical Hit"},
{"equip_slot":"helmet", "name":"Intricate Void", "type":"Mana Leech"},
{"equip_slot":"armor", "name":"Intricate Vampirism", "type":"Life Leech"}
],
"summon":"f3",
"sort_deposit": {"flint":5, "alexander":6, "lailene":6, "esrik":7, "tamoril":8, "rashid": 9, "green_djinn": 10}
},
"containers":
{
"loot_bp":"Shopping Bag"
},
"tools": {},
"items":
{
"strong mana potion": {"hotkey":"e", "id":237, "use":"self"},
"ultimate spirit potion": {"hotkey":"f", "id":23374, "use":"self"},
"thunderstorm rune": {"hotkey":"9", "id":3202, "use":"crosshair"},
"crystalline arrow": {"hotkey":"j", "id":15793, "use":"equip"},
"diamond arrow": {"hotkey":"k", "id":25757, "use":"equip"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
},
"spells":
{
"exani hur up":"=",
"exani hur down":"-",
"utani hur": "v",
"utura gran": "R",
"exevo gran con hur": "f4",
"utevo gran res sac": "f3",
"exura gran san":"r",
"exevo mas san":"1",
"exori san":"q"
},
"healing":
[
{"type":"mp", "below_percent":20, "use_item":"ultimate spirit potion", "priority":5},
{"type":"hp", "below_percent":75, "use_spell":"exura gran san", "min_mana_percent":10, "priority":4},
{"type":"hp", "below_percent":50, "use_item":"ultimate spirit potion", "priority":3},
{"type":"mp", "below_percent":50, "use_item":"strong mana potion", "priority":3},
{"type":"hp", "below_percent":98, "use_spell":"utura gran", "min_mana_percent":50, "priority":1, "cooldown":60},
{"type":"hp", "below_percent":101, "use_spell":"exevo gran con hur", "min_mana_percent":70, "priority":1, "cooldown":301}
],
"hunt_config": {
"cap_leave": 200,
"mana_name": "strong mana potion",
"take_mana": 1400,
"mana_leave": 350,
"health_name": "ultimate spirit potion",
"take_health": 250,
"health_leave": 80,
"rune_name": "thunderstorm rune",
"take_rune": 600,
"rune_leave": 220,
"ammo_name": "crystalline arrow",
"take_ammo": 500,
"ammo_leave": 250
},
"persistent_actions": [
{"action":"recover_full_mana", "interval":1, "args":{"hotkey":"e", "monster_count_below":4}},
{"action":"anti_paralyze", "interval":1, "args":["v"]},
{"alias": "rune_thrower", "action": "throw_rune_if_monsters", "interval": 2, "args": { "min_mp": 20, "rune_name": "thunderstorm rune" } },
{"action":"eat_food", "interval":30, "args":{"hotkey":"f11"}},
{"action":"refill_diamond_ammo", "interval":2, "use_in_battle":true},
{"action":"lure_monsters", "interval":0.5, "args":{"count":7, "min_count":2}},
{"action":"blacklist_coords", "interval":1, "use_in_battle":true, "args":{
"coords_barrier":[
[33624,31976,7],
[33633,31976,7],
[33631,31972,7],
[33640,31963,7],
[33647,31947,7],
[33640,31945,7]
]
}}
],
"target_monsters":
[
{"name":"Rot Elemental", "action":"follow", "loot":true},
{"name":"Devourer", "action":"follow", "loot":true},
{"name":"Blood Beast", "action":"follow", "loot":true},
{"name":"Glooth Blob", "action":"follow", "loot":true},
{"name":"Glooth Anemone", "action":"follow", "loot":true},
{"name":"Quara Constrictor Scout", "action":"follow", "loot":true},
{"name":"Quara Hydromancer Scout", "action":"follow", "loot":true},
{"name":"Quara Pincher Scout", "action":"follow", "loot":true},
{"name":"Quara Predator Scout", "action":"follow", "loot":true}
],
"target_spells":
[
{"name":"exori san", "min_mana_percent":20, "priority":1, "cooldown":2,
"monsters":["Rot Elemental", "Glooth Blob", "Devourer", "Glooth Anemone", "Unknown"]},
{"name":"exevo mas san", "min_mana_percent":30, "priority":4, "min_monster_count":3, "cooldown":4},
{"name":"thunderstorm rune", "min_mana_percent":10, "priority":2, "min_monster_count":4, "cooldown":2}
],
"loot": []
}