Skip to content

Commit 1f0b8ed

Browse files
author
Spencer Carlson
committed
Add:
Stronghold of Security plugins: Door plugin that handles travelling through the stronghold doors Reward plugin that handles receiving rewards Quiz plugin that handles the quiz questions and answers Objects plugin that handles interaction with objects in the dungeon (such as portals, ladders, escape ropes) NPC keys for all NPCs in the Stronghold. NPC Spawns for all of the NPCs in the Stronghold. Travel Locations for the various levels of the dungeon. Pit of Pestilence map data from Revision #455 to the cache, and xteas folder. Music tracks for the Stronghold levels Modify: Change facepalm emote name to Slap Head Dialogue plugin to give dialogues the ability to wrap into new ones if the text is more than 4 lines. waitForPathing() method with optional boolean to ignore interaction distance requirement. Fix: Player's music player button state not loading correctly upon login
1 parent fa05411 commit 1f0b8ed

28 files changed

+3098
-73
lines changed

cache/main_file_cache.dat2

0 Bytes
Binary file not shown.

cache/main_file_cache.idx255

0 Bytes
Binary file not shown.

cache/main_file_cache.idx5

0 Bytes
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rs:Fancy boots": {
3+
"game_id": 9005
4+
},
5+
"rs:Fighting boots": {
6+
"game_id": 9006
7+
}
8+
}

data/config/music/musicRegions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
"songName": "Dance of Death",
604604
"musicTabButtonId": 436,
605605
"regionIds": [
606-
0
606+
9297
607607
]
608608
},
609609
{
@@ -762,7 +762,7 @@
762762
"songName": "Dogs of War",
763763
"musicTabButtonId": 437,
764764
"regionIds": [
765-
0
765+
7505
766766
]
767767
},
768768
{
@@ -1076,7 +1076,7 @@
10761076
"songName": "Food For Thought",
10771077
"musicTabButtonId": 438,
10781078
"regionIds": [
1079-
0
1079+
8017
10801080
]
10811081
},
10821082
{
@@ -1824,7 +1824,7 @@
18241824
"songName": "Malady",
18251825
"musicTabButtonId": 439,
18261826
"regionIds": [
1827-
0
1827+
8530
18281828
]
18291829
},
18301830
{

0 commit comments

Comments
 (0)