forked from CloudBotScripts/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.json
More file actions
90 lines (89 loc) · 2.59 KB
/
setup.json
File metadata and controls
90 lines (89 loc) · 2.59 KB
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
{
"info": [
"This script assumes that the items are sorted according to default sort_deposit:",
"flint: 5 (Oramond items)",
"alexander and lailene: 6 (Edron spellbooks)",
"esrik: 7 (Farmine/Zao items)",
"tamoril:8 (Gems, Diamonds yalahar)",
"rashid: 9",
"green_djinn: 10"
],
"setup": [
"You can use any setup.json for this script, all you need to setup is the 'script_options'",
"The script uses Golden Backpack to hold items",
"Make sure you have a Golden Backpack opened with a Golden Backpack inside that has a Golden backpack inside, and so on",
"Some npcs require quest access, please be sure that you have done the quest"
],
"general":
{
"loot_type":"auto",
"walk_type":"mouse"
},
"script_options": {
"skill_train":"distance",
"rashid": true,
"green_djinn":true,
"flint":true,
"lailene":true,
"alexander":true,
"telas":true,
"tamoril":true,
"esrik":true
},
"containers":
{
"gold_bp":"Golden Backpack",
"loot_bp":"Shopping Bag"
},
"tools":
{
"rope": {"name":"squeezing gear of girlpower", "id": 9596},
"shovel": {"name":"squeezing gear of girlpower", "id": 9596}
},
"items":
{
"strong mana potion": {"hotkey":"e", "id":237, "use":"self"},
"ultimate spirit potion": {"hotkey":"f", "id":23374, "use":"self"},
"crystalline arrow": {"hotkey":"j", "id":15793, "use":"equip"},
"diamond arrow": {"hotkey":"k", "id":25757, "use":"equip"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
},
"spells":
{
"utani hur": "v",
"utura gran": "R",
"exevo gran con hur": "f4",
"utevo gran res sac": "f3",
"exura gran san":"r",
"exevo mas san":"1",
"exori san":"q"
},
"healing":
[
{"type":"mp", "below_percent":20, "use_item":"ultimate spirit potion", "priority":5},
{"type":"hp", "below_percent":75, "use_spell":"exura gran san", "min_mana_percent":10, "priority":4},
{"type":"hp", "below_percent":50, "use_item":"ultimate spirit potion", "priority":3},
{"type":"mp", "below_percent":80, "use_item":"strong mana potion", "priority":3},
{"type":"hp", "below_percent":98, "use_spell":"utura gran", "min_mana_percent":50, "priority":1, "cooldown":60},
{"type":"hp", "below_percent":101, "use_spell":"exevo gran con hur", "min_mana_percent":70, "priority":1, "cooldown":301}
],
"hunt_config": {
"cap_leave": 2000,
"mana_name": "strong mana potion",
"take_mana": 100,
"ammo_name": "crystalline arrow",
"take_ammo": 200
},
"persistent_actions": [
{"action":"refill_ammo", "interval":9, "use_in_battle":true, "args":{"ammo_name":"crystalline arrow"}},
{"interval":30, "action":"eat_food"},
{"interval":40, "action":"haste"}
],
"target_monsters":
[
],
"target_spells":
[
],
"loot": []
}