Skip to content

Commit

Permalink
Merge branch 'fix-plugin-imports' into romeo-and-juliet
Browse files Browse the repository at this point in the history
  • Loading branch information
hallowatcher committed Apr 7, 2021
2 parents df37ec6 + aac598e commit 6486b40
Show file tree
Hide file tree
Showing 74 changed files with 2,926 additions and 415 deletions.
1,406 changes: 1,406 additions & 0 deletions cache/file-names.properties

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions data/config/items/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"rs:dwarf_remains": {
"game_id": 0,
"tradable": false
},
"rs:rotten_potato": {
"game_id": 5733,
"tradable": false,
"examine": "Yuk!"
}
}
23 changes: 23 additions & 0 deletions data/config/npc-spawns/falador/guards.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"npc": "rs:guard:0",
"spawn_x": 2967,
"spawn_y": 3388,
"movement_radius": 5,
"face": "NORTH"
},
{
"npc": "rs:guard:0",
"spawn_x": 2965,
"spawn_y": 3383,
"movement_radius": 5,
"face": "NORTH"
},
{
"npc": "rs:guard:1",
"spawn_x": 2968,
"spawn_y": 3377,
"movement_radius": 5,
"face": "NORTH"
}
]
14 changes: 14 additions & 0 deletions data/config/npcs/falador.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"rs:guard": {
"variations": [
{
"suffix": 0,
"game_id": 9
},
{
"suffix": 1,
"game_id": 10
}
]
}
}
3 changes: 2 additions & 1 deletion data/config/widgets.json5
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
bank: {
depositBoxWidget: {
widgetId: 11,
containerId: 61
containerId: 61,
titleText: 60
},
pinSettingsWidget: {
widgetId: 14
Expand Down
Loading

0 comments on commit 6486b40

Please sign in to comment.