-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_mage.json
79 lines (79 loc) · 2.04 KB
/
setup_mage.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",
"track_loot": false,
"keep_dist":"closest",
"scan_distance": true
},
"script_options": {
"duration_hours": 8,
"hours_leave": [9.6],
"skill_train":"magic"
},
"containers":
{
"loot_bp":"Red Backpack"
},
"tools": {},
"items":
{
"great mana potion": {"hotkey":"e", "use":"self"},
"brown mushroom": {"hotkey":"f11", "use":"use"},
"sudden death rune": {"hotkey":"9", "use":"target"},
"avalanche rune": {"hotkey":"8", "use":"crosshair"}
},
"spells":
{
"exura gran":"r",
"exura vita":"f",
"utani gran hur":"v",
"exori frigo":"q"
},
"healing":
[
{"type":"hp", "below_percent":80, "use_spell":"exura gran", "min_mana_percent":10, "priority":2},
{"type":"mp", "below_percent":60, "use_item":"great mana potion", "priority":1}
],
"hunt_config": {
"cap_leave": 1,
"mana_name": "great mana potion",
"take_mana": 150,
"mana_leave": 50,
"rune_name": "sudden death rune",
"take_rune": 200,
"rune_leave": 40,
"rune_name2": "avalanche rune",
"take_rune2": 500,
"rune_leave2": 90
},
"persistent_actions":
[
{"action":"drop_vials", "interval":60},
{"action":"haste", "interval":40},
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}},
{"action":"recover_full_mana", "interval":2, "args":["e"]},
{"action":"lure_monsters", "interval":1, "args":{"count":3, "min_count":2, "drop_above_hp_perc":80}},
{"action":"dynamic_barrier_rectangles", "interval":1, "use_in_battle":true, "args":{
"rectangles":[
[[32380,32849,9],[32392,32863,9]],
[[32393,32852,9],[32408,32862,9]],
[[32409,32849,9],[32425,32862,9]],
[[32412,32834,9],[32425,32844,9]],
[[32393,32834,9],[32404,32845,9]]
],
"monster_count":1
}}
],
"target_monsters":
[
{"name":"Wyrm", "action":"distance", "min_dist":2, "max_dist":4, "follow_below_hp_percentage":20, "loot":true}
],
"target_spells":
[
{"name":"sudden death rune", "min_mana_percent":10, "priority":2, "cooldown":2, "monsters":["Wyrm"]},
{"name":"avalanche rune", "min_mana_percent":10, "priority":3, "cooldown":2, "min_monster_count":2}
],
"loot": []
}