-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_mage.json
96 lines (94 loc) · 3.21 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"general": {
"loot_type":"auto",
"walk_type": "keys",
"loot_priority":"after",
"track_loot":true,
"loot_priority":"after",
"info2": "Scan distance is used to scan for corpses to loot while hunting area runes",
"scan_distance":true,
"use_spells_target_off": true,
"keep_dist":"closest"
},
"script_options": {
"duration_leave": 8,
"hours_leave": [9.5],
"skill_train":"magic",
"imbuements":[],
"sort_deposit": {"rashid": 9, "green_djinn": 10}
},
"containers": {
"loot_bp":"Red Backpack"
},
"tools": {
"rope": {"name":"rope"},
"shovel": {"name":"shovel"}
},
"items": {
"great mana potion": {"hotkey":"e", "use":"self"},
"great fireball rune": {"hotkey":"9", "use":"crosshair"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
},
"spells": {
"utani gran hur": "v",
"exura vita":"f",
"exura gran":"r",
"exori flam":"1",
"exori frigo":"2",
"exori gran flam":"3",
"exevo gran mas flam":"4"
},
"healing": [
{"type":"hp", "below_percent":60, "use_spell":"exura vita", "min_mana_percent":10, "priority":4},
{"type":"hp", "below_percent":75, "use_spell":"exura gran", "min_mana_percent":5, "priority":3},
{"type":"mp", "below_percent":45, "use_item":"great mana potion", "priority":2}
],
"hunt_config": {
"cap_leave": 0,
"mana_name": "great mana potion",
"take_mana": 400,
"mana_leave": 100,
"rune_name": "great fireball rune",
"take_rune": 600,
"rune_leave": 250
},
"label_actions": [],
"persistent_actions": [
{"action":"drop_vials", "interval":60},
{"action":"haste", "interval":40, "args":{"hotkey":"v"}},
{"action":"recover_full_mana", "interval":1, "args":{"hotkey":"e"}},
{"action":"anti_paralyze", "interval":1, "args":["v"]},
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}},
{"action":"lure_monsters", "interval":1, "args":{"count":3}},
{"action":"dynamic_barrier_rectangles", "interval":1, "use_in_battle":true, "args":{
"rectangles":[
[[33030,31590,11],[33046,31601,11]],
[[33028,31609,11],[33048,31623,11]],
[[33028,31628,11],[33047,31641,11]],
[[33006,31626,11],[33023,31641,11]],
[[32987,31628,11],[33002,31641,11]],
[[32967,31628,11],[32984,31641,11]],
[[32967,31601,11],[32983,31622,11]],
[[32991,31601,11],[33009,31621,11]],
[[32995,31609,12],[33010,31623,12]],
[[32980,31609,12],[32994,31624,12]],
[[32997,31621,12],[33011,31635,12]]
],
"monster_count":1
}}
],
"target_monsters": [
{"name":"Bonebeast", "action":"distance", "loot":true},
{"name":"Vampire", "action":"distance", "loot":true},
{"name":"Vampire Viscount", "action":"distance", "loot":true},
{"name":"Vampire Bride", "action":"distance", "loot":true}
],
"target_spells": [
{"name":"exori frigo", "min_mana_percent":10, "priority":6, "cooldown":2, "monsters":["Demon Skeleton"]},
{"name":"exori flam", "min_mana_percent":10, "priority":1, "cooldown":2, "monsters":["Vampire", "Vampire Viscount", "Vampire Bride"]},
{"name":"exori gran flam", "min_mana_percent":200, "priority":2, "cooldown":8, "monsters":["Vampire", "Vampire Viscount", "Vampire Bride"]},
{"name":"great fireball rune", "min_mana_percent":13, "priority":4, "cooldown": 2, "min_monster_count":2},
{"name":"exevo gran mas flam", "min_mana_percent":40, "priority":5, "cooldown": 40, "min_monster_count":5}
],
"loot": []
}