-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_rp_lure.json
79 lines (79 loc) · 2.67 KB
/
setup_rp_lure.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
{
"general":
{
"loot_type":"auto",
"loot_priority":"after",
"retro_safe": true
},
"script_options": {
"hours_leave": [9.5],
"skill_train":"distance",
"sort_deposit": {"flint":5, "alexander":6, "lailene":6, "esrik":7, "tamoril":8, "rashid": 9, "green_djinn": 10}
},
"containers":
{
"loot_bp":"Brocade Backpack"
},
"tools": {},
"items":
{
"strong mana potion": {"hotkey":"e", "id":237, "use":"self"},
"assassin star": {"hotkey":"f10", "id":7368, "use":"equip"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
},
"spells":
{
"utani hur": "v",
"exura san":"r",
"exura":"f4",
"exura gran":"f",
"exori san":"q",
"exevo mas san":"1",
"utura":"R"
},
"healing":
[
{"type":"hp", "below_percent":75, "use_spell":"exura san", "min_mana_percent":10, "priority":4},
{"type":"hp", "below_percent":85, "use_spell":"exura gran", "min_mana_percent":10, "priority":3},
{"type":"mp", "below_percent":60, "use_item":"strong mana potion", "priority":3},
{"type":"hp", "below_percent":98, "use_spell":"utura", "min_mana_percent":50, "priority":1, "cooldown":60}
],
"hunt_config": {
"cap_leave": 0,
"mana_name": "strong mana potion",
"take_mana": 300,
"mana_leave": 80,
"ammo_name": "assassin star",
"take_ammo": 350,
"ammo_leave": 100
},
"persistent_actions": [
{"action":"drop_vials", "interval":60},
{"action":"haste", "interval":40, "args":{"hotkey":"v"}},
{"action":"anti_paralyze", "interval":1, "args":["f4"]},
{"action":"eat_food", "interval":20, "args":{"hotkey":"f11"}},
{"action":"stop_target_no_supplies", "interval": 15, "args":{"mana":false, "health":false, "cap":false, "rune":false, "ammo":true, "time":false}},
{"action":"lure_monsters", "interval":1, "use_in_battle":true, "args":{"count":4}},
{"action":"refill_ammo", "interval":5, "use_in_battle":true, "args":{"ammo_name":"assassin star", "equip_slot":"weapon", "min_amount":10}}
],
"target_monsters":
[
{"name":"Necromancer",
"priority":4, "action":"distance", "min_dist":2, "max_dist":4, "loot":true},
{"name":"Vampire",
"priority":3, "action":"follow", "loot":true},
{"name":"Bonebeast",
"priority":2, "action":"follow", "loot":true},
{"name":"Demon Skeleton",
"priority":1, "action":"follow", "loot":true},
{"name":"Mummy",
"priority":1, "action":"follow", "loot":true}
],
"target_spells":
[
{"name":"exori san", "min_mana_percent":20, "priority":1, "cooldown":2,
"monsters":["Vampire", "Vampire Viscount", "Vampire Bride", "Mummy", "Bonebeast", "Demon Skeleton", "Necromancer", "Ghost"]},
{"name":"exevo mas san", "min_mana_percent":50, "priority":3, "min_monster_count":3, "cooldown":4}
],
"loot": []
}