forked from CloudBotScripts/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup_mage_low.json
81 lines (80 loc) · 2.24 KB
/
setup_mage_low.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
{
"general":
{
"loot_type":"manual",
"loot_priority":"after"
},
"script_options": {
"hours_leave": [9],
"skill_train":"magic"
},
"containers":
{
"gold_bp":"Golden Backpack",
"loot_bp":"Camouflage Backpack"
},
"tools":
{
"rope": {"name":"rope", "id":3003},
"shovel": {"name":"shovel", "id":3457}
},
"items":
{
"mana potion": {"hotkey":"e", "id":268, "use":"self"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"},
"great fireball rune": {"hotkey":"9", "id":3191, "use":"crosshair"},
"ultimate healing rune": {"hotkey":"f2", "id":3160, "use":"self"}
},
"spells":
{
"exura gran":"r",
"exura":"x",
"exori flam":"q",
"utani hur":"v"
},
"healing":
[
{"type":"hp", "below_percent":40, "use_item":"ultimate healing rune", "priority":4},
{"type":"hp", "below_percent":70, "use_spell":"exura gran", "min_mana_percent":10, "priority":3},
{"type":"hp", "below_percent":90, "use_spell":"exura", "min_mana_percent":10, "priority":2},
{"type":"mp", "below_percent":85, "use_item":"mana potion", "priority":1}
],
"hunt_config": {
"cap_leave": 1,
"mana_name": "mana potion",
"take_mana": 130,
"mana_leave": 40,
"rune_name": "ultimate healing rune",
"take_rune": 20,
"rune_leave": 12,
"rune_name2": "great fireball rune",
"take_rune2": 180,
"rune_leave2": 40
},
"label_actions":
[
{"label":"pegleg", "action":"talk_npc", "args": {"list_words": ["pegleg", "yes"]}}
],
"persistent_actions":
[
{"action":"haste", "interval":45, "args":["v"]},
{"action":"drop_vials", "interval":40},
{"action":"anti_paralyze", "interval":1, "args":["r"]},
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}},
{"action":"stop_target_no_supplies", "interval": 4, "args":{"mana":true, "health":false, "cap":true, "rune":true, "ammo":false, "time":false, "other":true}}
],
"target_monsters":
[
{"name":"Blood Crab", "action":"follow", "loot":true}
],
"target_spells":
[
{"name":"great fireball rune", "min_mana_percent":20, "priority":4, "cooldown": 2, "min_monster_count":2},
{"name":"exori flam", "min_mana_percent":10, "priority":1, "cooldown":1, "monsters":["Blood Crab"]}
],
"loot": [
{"name":"gold coin", "action":"loot", "dest":"gold_bp"},
{"name":"gold coins", "action":"loot", "dest":"gold_bp"},
{"name":"bloody pincers", "action":"loot", "dest":"loot_bp"}
]
}