-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathsetup_rp.json
More file actions
76 lines (74 loc) · 2.29 KB
/
setup_rp.json
File metadata and controls
76 lines (74 loc) · 2.29 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
{
"setup": [
"You can use any setup.json for this script, all you need to setup is the 'script_options'",
"Make sure you set the 'backpack_name' and have enough backpacks to hold the items. The backpacks should all have a single backpack inside of the same type",
"Also, ensure that each depot number has only items that are sold in the same NPC or city.",
"Some npcs require quest access, please be sure that you have done the quest"
],
"general": {
"loot_type":"auto",
"walk_type":"keys"
},
"script_options": {
"skill_train":"distance",
"backpack_name":"Shopping Bag",
"rashid": true,
"green_djinn":false,
"blue_djinn":true,
"flint":false,
"lailene":false,
"alexander":false,
"telas":false,
"tamoril":false,
"esrik":false,
"rashid_depot":9,
"djinn_depot":10,
"edron_depot":6,
"flint_depot":5,
"tamoril_depot":8,
"esrik_depot":7
},
"containers": {
"loot_bp":"Red Backpack"
},
"tools": {
"rope": {"name":"rope"},
"shovel": {"name":"shovel"}
},
"items": {
"great mana potion": {"hotkey":"e", "id":238, "use":"self"},
"ultimate spirit potion": {"hotkey":"f", "id":23374, "use":"self"},
"crystalline arrow": {"hotkey":"j", "id":15793, "use":"use"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
},
"spells": {
"utani hur": "v",
"utura gran": "R",
"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":"great mana potion", "priority":3},
{"type":"hp", "below_percent":98, "use_spell":"utura gran", "min_mana_percent":50, "priority":1, "cooldown":60}
],
"hunt_config": {
"cap_leave": 2000,
"mana_name": "great mana potion",
"take_mana": 100,
"ammo_name": "crystalline arrow",
"take_ammo": 200
},
"persistent_actions": [
{"action":"use_hotkey", "min_interval":40, "max_interval":100, "use_in_battle":true, "args":{"hotkey":"j"}},
{"min_interval":30, "max_interval":70, "action":"eat_food"},
{"min_interval":40, "max_interval":70, "action":"haste"}
],
"target_monsters": [],
"target_spells": [],
"loot": []
}