forked from CloudBotScripts/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup_rp.json
95 lines (95 loc) · 3.23 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
{
"general":
{
"loot_type":"auto",
"loot_priority":"after"
},
"script_options": {
"hours_leave": [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",
"hunt_down": true,
"sort_deposit": {"flint":5, "alexander":6, "lailene":6, "esrik":7, "tamoril":8, "rashid": 9, "green_djinn": 10}
},
"containers":
{
"gold_bp":"Golden Backpack",
"loot_bp":"Shopping Bag"
},
"tools":
{
"rope": {"name":"squeezing gear of girlpower", "id": 9596},
"shovel": {"name":"squeezing gear of girlpower", "id": 9596}
},
"items":
{
"strong mana potion": {"hotkey":"e", "id":237, "use":"self"},
"ultimate spirit potion": {"hotkey":"f", "id":23374, "use":"self"},
"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":
{
"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":80, "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": 1000,
"mana_leave": 300,
"health_name": "ultimate spirit potion",
"take_health": 200,
"health_leave": 80,
"ammo_name": "crystalline arrow",
"take_ammo": 600,
"ammo_leave": 300,
"hotkey_ammo": 21
},
"persistent_actions": [
{"action":"haste", "interval":40, "args":{"hotkey":"v"}},
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}},
{"action":"drop_vials", "interval":60},
{"action":"refill_diamond_ammo", "interval":2, "use_in_battle":true, "args":{"save_single_target":true}},
{"action":"recover_full_mana", "interval":3, "args":["e"]},
{"action":"lure_monsters_diamond_arrow", "interval":0.5, "args":{"count":5}}
],
"label_actions":[
{"label": "check_hunt_down", "action":"conditional_jump_script_options", "args":{
"var_name":"hunt_down", "label_jump":"continue_down", "label_skip":"skip_down"
}}
],
"target_monsters":
[
{"name":"Minotaur Cult Follower", "action":"follow", "loot":true},
{"name":"Minotaur Cult Zealot", "action":"follow", "loot":true},
{"name":"Minotaur Cult Prophet", "action":"follow", "loot":true}
],
"target_spells":
[
{"name":"exori san", "min_mana_percent":30, "priority":1, "cooldown":2,
"monsters":["Minotaur Cult Follower", "Minotaur Cult Zealot", "Minotaur Cult Prophet"]},
{"name":"exevo mas san", "min_mana_percent":50, "priority":3, "min_monster_count":3, "cooldown":4}
],
"loot": []
}