Skip to content

Commit 6486b40

Browse files
committed
Merge branch 'fix-plugin-imports' into romeo-and-juliet
2 parents df37ec6 + aac598e commit 6486b40

File tree

74 files changed

+2926
-415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+2926
-415
lines changed

cache/file-names.properties

Lines changed: 1406 additions & 0 deletions
Large diffs are not rendered by default.

data/config/items/other.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"rs:dwarf_remains": {
33
"game_id": 0,
44
"tradable": false
5+
},
6+
"rs:rotten_potato": {
7+
"game_id": 5733,
8+
"tradable": false,
9+
"examine": "Yuk!"
510
}
611
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[
2+
{
3+
"npc": "rs:guard:0",
4+
"spawn_x": 2967,
5+
"spawn_y": 3388,
6+
"movement_radius": 5,
7+
"face": "NORTH"
8+
},
9+
{
10+
"npc": "rs:guard:0",
11+
"spawn_x": 2965,
12+
"spawn_y": 3383,
13+
"movement_radius": 5,
14+
"face": "NORTH"
15+
},
16+
{
17+
"npc": "rs:guard:1",
18+
"spawn_x": 2968,
19+
"spawn_y": 3377,
20+
"movement_radius": 5,
21+
"face": "NORTH"
22+
}
23+
]

data/config/npcs/falador.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"rs:guard": {
3+
"variations": [
4+
{
5+
"suffix": 0,
6+
"game_id": 9
7+
},
8+
{
9+
"suffix": 1,
10+
"game_id": 10
11+
}
12+
]
13+
}
14+
}

data/config/widgets.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
bank: {
3838
depositBoxWidget: {
3939
widgetId: 11,
40-
containerId: 61
40+
containerId: 61,
41+
titleText: 60
4142
},
4243
pinSettingsWidget: {
4344
widgetId: 14

0 commit comments

Comments
 (0)