-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_mage.json
75 lines (75 loc) · 2.92 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
{
"general": {
"loot_type":"auto",
"loot_priority":"after"
},
"script_options": {
"hours_leave": [9],
"skill_train":"magic",
"sort_deposit": {"flint":5, "alexander":6, "lailene":6, "esrik":7, "tamoril":8, "rashid": 9, "green_djinn": 10}
},
"containers": {
"loot_bp":"Red Backpack"
},
"tools": {},
"items": {
"strong mana potion": {"hotkey":"e", "id":237, "use":"self"},
"scarab coin": {"hotkey":"f2", "id":3042, "use":"use"},
"great fireball rune": {"hotkey":"f3", "id":3191, "use":"crosshair"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
},
"spells": {
"utani gran hur": "v",
"exura gran":"r",
"exori flam":"1"
},
"healing": [
{"type":"hp", "below_percent":75, "use_spell":"exura gran", "min_mana_percent":5, "priority":3},
{"type":"mp", "below_percent":80, "use_item":"strong mana potion", "priority":2}
],
"hunt_config": {
"cap_leave": 1,
"mana_name": "strong mana potion",
"take_mana": 180,
"mana_leave": 60,
"rune_name": "great fireball rune",
"take_rune": 200,
"rune_leave": 100
},
"label_actions": [
{"label":"withdraw_scarab_coin", "action":"withdraw_item_from_stash", "args": {"item_name":"scarab coin", "amount":1, "hotkey_item":"f2"}},
{"label":"drop_scarab_coin", "action":"drop_item_to_sqm", "args": {"item_name":"scarab coin", "stack":true, "dest_sqm":[-1,0]}},
{"label":"check_scarab_coin", "action":"conditional_jump_item_count_below", "args": {"item_name":"scarab coin", "amount":1, "label_jump":"train"}},
{"label":"set_target_distance", "action":"set_target_action", "args": {"action":"distance"}},
{"label":"set_target_follow", "action":"set_target_action", "args": {"action":"follow"}}
],
"persistent_actions": [
{"action":"drop_vials", "interval":60},
{"action":"haste", "interval":40, "args":{"hotkey":"v"}},
{"action":"anti_paralyze", "interval":1, "args":["v"]},
{"action":"eat_food", "interval":60, "args":{"hotkey":"f11"}},
{"action":"recover_full_mana", "interval":3, "args":["e"]},
{"action":"dynamic_barrier_rectangles", "interval":1, "use_in_battle":true, "args":{
"rectangles":[
[[33157,32832,10],[33157,32832,10]],
[[33152,32833,10],[33155,32835,10]]
],
"monster_count":0
}}
],
"target_monsters":
[
{"name":"Cobra", "action":"distance", "min_dist":3, "max_dist":4, "loot":true},
{"name":"Scarab", "action":"distance", "min_dist":3, "max_dist":4, "loot":true},
{"name":"Ghost", "action":"distance", "min_dist":3, "max_dist":4, "loot":true},
{"name":"Vampire", "action":"distance", "min_dist":3, "max_dist":4, "loot":true},
{"name":"Mummy", "action":"distance", "min_dist":3, "max_dist":4, "loot":true},
{"name":"Crypt Shambler", "action":"distance", "min_dist":3, "max_dist":4, "loot":false}
],
"target_spells":
[
{"name":"exori flam", "min_mana_percent":10, "priority":1, "cooldown":1, "monsters":["Scarab", "Ghost", "Vampire", "Mummy", "Crypt Shambler"]},
{"name":"great fireball rune", "min_mana_percent":20, "priority":4, "cooldown": 2, "min_monster_count":3}
],
"loot": []
}