-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_mage.json
69 lines (69 loc) · 2.34 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
{
"general":
{
"loot_type":"auto",
"loot_priority":"first"
},
"script_options": {
"hours_leave": [9],
"skill_train":"magic",
"hunt_down": false
},
"containers":
{
"loot_bp":"Red Backpack"
},
"tools": {},
"items":
{
"mana potion": {"hotkey":"e", "id":268, "use":"self"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"},
"great fireball rune": {"hotkey":"f9", "id":3191, "use":"crosshair"}
},
"spells":
{
"exura gran":"r",
"exori flam":"q"
},
"healing":
[
{"type":"hp", "below_percent":75, "use_spell":"exura gran", "min_mana_percent":5, "priority":3},
{"type":"mp", "below_percent":80, "use_item":"mana potion", "priority":2}
],
"hunt_config": {
"cap_leave": 20,
"mana_name": "mana potion",
"take_mana": 100,
"mana_leave": 40,
"rune_name": "great fireball rune",
"take_rune": 100,
"rune_leave": 40
},
"label_actions":
[
{"label":"pegleg", "action":"talk_npc", "args": {"list_words": ["pegleg", "yes"]}},
{"label":"check_down", "action":"conditional_jump_script_options", "args": {"var_name": "hunt_down", "label_jump":"continue_down", "label_skip":"skip_down"}}
],
"persistent_actions":
[
{"action":"drop_vials", "interval":60},
{"action":"anti_paralyze", "interval":1, "args":["r"]},
{"action":"lure_monsters", "interval":0.5, "args":{"count":5}},
{"action":"stop_target_no_supplies", "interval": 4, "args":{"mana":true, "health":false, "cap":true, "rune":true, "ammo":false, "time":false}},
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}}
],
"target_monsters":
[
{"name":"Thornback Tortoise", "action":"distance", "min_dist":3, "max_dist":6, "loot":true},
{"name":"Tarantula", "action":"distance", "min_dist":3, "max_dist":6, "loot":false},
{"name":"Gargoyle", "action":"distance", "min_dist":3, "max_dist":6, "follow_below_hp_percentage":20, "loot":false},
{"name":"Stone Golem", "action":"distance", "min_dist":3, "max_dist":6, "loot":false},
{"name":"Blood Crab", "action":"distance", "min_dist":3, "max_dist":6, "loot":true}
],
"target_spells":
[
{"name":"great fireball rune", "min_mana_percent":20, "priority":4, "cooldown": 2, "min_monster_count":3},
{"name":"exori flam", "min_mana_percent":10, "priority":1, "cooldown":1, "monsters":["Blood Crab", "Gargoyle", "Tarantula", "Thornback Tortoise", "Stone Golem"]}
],
"loot": []
}