-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_rp.json
86 lines (86 loc) · 3.21 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
{
"general": {
"loot_type":"auto",
"loot_priority":"after",
"loot_box_after":true,
"fast_target": true,
"walk_type":"keys"
},
"script_options": {
"hours_leave": [9.5],
"duration_hours": 9,
"skill_train":"distance",
"#imbuements":[
{"equip_slot":"weapon", "name":"Intricate Void", "type":"Mana Leech"},
{"equip_slot":"helmet", "name":"Intricate Void", "type":"Mana Leech"},
{"equip_slot":"weapon", "name":"Intricate Strike", "type":"Critical Hit"}
],
"#summon":"f3",
"sort_deposit": {"rashid": 9, "green_djinn": 10},
"use_garlic_necklace": true
},
"containers": {
"loot_bp":"Red Backpack"
},
"tools": {},
"items": {
"great mana potion": {"hotkey":"e", "use":"self"},
"ultimate spirit potion": {"hotkey":"f", "use":"self"},
"diamond arrow": {"hotkey":"j", "use":"equip"},
"brown mushroom": {"hotkey":"f11", "use":"use"},
"small ruby": {"hotkey":"f10", "use":"crosshair"},
"garlic necklace": {"hotkey": "f12", "use": "equip"}
},
"spells": {
"utani hur": "v",
"utura gran": "R",
"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":80, "use_item":"great mana potion", "priority":3},
{"type":"hp", "below_percent":98, "use_spell":"utura gran", "min_mana_percent":50, "priority":1, "cooldown":60}
],
"hunt_config": {
"cap_leave": 20,
"mana_name": "great mana potion",
"take_mana": 700,
"mana_leave": 150,
"health_name": "ultimate spirit potion",
"take_health": 100,
"health_leave": 40,
"ammo_name": "diamond arrow",
"take_ammo": 1000,
"ammo_leave": 200
},
"label_actions": [
{"label": "call_withdraw_garlic_necklace", "action": "withdraw_item_from_depot_to_backpack",
"args": { "item_name": "garlic necklace", "depot_num": 4, "backpack_name": "Blue Backpack", "amount": 8, "stack": false}}
],
"persistent_actions": [
{"action":"haste", "interval":40, "args":{"hotkey":"v"}},
{"action":"use_hotkey", "min_interval":30, "max_interval": 80, "use_in_battle":true, "args":{"hotkey":"j"}},
{"action":"anti_paralyze", "interval":1, "args":["r"]},
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}},
{"enabled": false, "alias": "equip_amulet_alias", "action": "equip_item", "interval": 10, "use_in_battle": true, "args": { "hotkey": "f12", "amount": 0, "slot": "amulet"}},
{"enabled": false, "alias": "lure", "action": "lure_monsters", "interval": 1, "args": { "count": 5, "min_count": 2, "drop_above_hp_perc": 80}}
],
"target_monsters": [
{"name":"Faun", "action":"follow", "loot":true},
{"name":"Dark Faun", "action":"follow", "loot":true},
{"name":"Weakened Frazzlemaw", "action":"follow", "loot":true},
{"name":"Enfeebled Silencer", "action":"follow", "loot":true}
],
"target_spells": [
{"name":"exori san", "min_mana_percent":10, "priority":1, "cooldown":2,
"monsters":["Faun", "Dark Faun", "Weakened Frazzlemaw", "Enfeebled Silencer"]},
{"name":"exevo mas san", "min_mana_percent":30, "priority":3, "min_monster_count":3, "cooldown":4}
],
"loot": []
}