-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_mage.json
82 lines (82 loc) · 2.61 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
80
81
82
{
"general":
{
"loot_type":"auto",
"loot_priority":"skip",
"track_loot":true,
"scan_distance":true,
"keep_dist":"closest",
"beta":true
},
"script_options": {
"hours_leave": [9.5],
"skill_train":"magic",
"imbuements":[],
"summon":false,
"sort_deposit": {"flint":5, "alexander":6, "lailene":6, "esrik":7, "tamoril":8, "rashid": 9, "green_djinn": 10}
},
"containers":
{
"loot_bp":"Red Backpack"
},
"tools":
{
"rope": {"name":"rope"}
},
"items":
{
"great mana potion": {"hotkey":"e", "use":"self"},
"great fireball rune": {"hotkey":"f9", "use":"crosshair"},
"brown mushroom": {"hotkey":"f11", "use":"use"}
},
"spells":
{
"utani gran hur": "v",
"exura vita":"f",
"exura gran":"r",
"exura":"g",
"exori flam":"5",
"exevo gran mas frigo":"4"
},
"healing":
[
{"type":"hp", "below_percent":50, "use_spell":"exura vita", "min_mana_percent":5, "priority":4},
{"type":"hp", "below_percent":70, "use_spell":"exura gran", "min_mana_percent":2, "priority":3},
{"type":"hp", "below_percent":85, "use_spell":"exura", "min_mana_percent":2, "priority":3},
{"type":"mp", "below_percent":40, "use_item":"great mana potion", "priority":2}
],
"hunt_config": {
"cap_leave": 60,
"mana_name": "great mana potion",
"take_mana": 300,
"mana_leave": 100,
"rune_name": "great fireball rune",
"take_rune": 600,
"rune_leave": 120
},
"label_actions": [
{"label":"activate_gfb_thrower", "action":"set_persistent_interval", "args": {"persistent_alias":"gfb_thrower", "interval":20000}}
],
"persistent_actions": [
{"action":"drop_vials", "interval":60},
{"action":"haste", "interval":40, "args":{"hotkey":"v"}},
{"action":"anti_paralyze", "interval":1, "use_in_battle":true, "args":["v"]},
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}},
{"action":"scan_bodies", "interval":30000},
{"action": "lure_monsters", "interval": 1, "use_in_battle": true, "args": {"count": 3} },
{"alias": "gfb_thrower", "action": "throw_rune_if_monsters", "interval": 99999, "args": {"min_mp":10, "rune_name":"great fireball rune"}},
{"action":"recover_full_mana", "interval":1, "args":["e"]}
],
"target_monsters":
[
{"name":"Putrid Mummy", "action":"distance", "min_dist":2, "max_dist":4, "loot":true},
{"name":"Giant Spider", "action":"distance", "min_dist":2, "max_dist":4, "loot":true},
{"name":"Bonebeast", "action":"distance", "min_dist":2, "max_dist":4, "loot":true}
],
"target_spells":
[
{"name":"exori flam", "min_mana_percent":10, "distance":3, "priority":1, "cooldown":1, "monsters":["Putrid Mummy", "Giant Spider", "Bonebeast"]},
{"name":"great fireball rune", "min_mana_percent":20, "priority":4, "cooldown": 2, "min_monster_count":2}
],
"loot": []
}