Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/quests/quest_death/scripts/death_archer.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

[label,death_archer_trapped]
~chatplayer("<p,happy>Hi!");
~chatnpc("<p,happy>Thank goodness you opened that door!|I've been trapped here since last night!");
// https://rsrclan.com/media/quests/P2P/deathplt/9957.png
~chatnpc("<p,happy>Thank god you opened that door!|I've been trapped here since last night!");
~chatplayer("<p,happy>No problem!");

[ai_queue3,_death_archer]
Expand Down
3 changes: 2 additions & 1 deletion scripts/quests/quest_death/scripts/death_headservant.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def_int $op = ~p_choice4("What is this castle?", 1, "Where is the prince?", 2, "
while($op ! null) {
if($op = 1) {
~chatplayer("<p,neutral>What is this castle?");
~chatnpc("<p,neutral>Welcome to Burthorpe Castle! Home to his Royal Highness the Prince of Burthorpe, Heir to the Throne of Asgarnia!");
// https://rsrclan.com/media/quests/P2P/deathplt/9940.png
~chatnpc("<p,neutral>Welcome to Burthorpe Castle!|Home to his Royal Highness the Prince of Burthorpe,|Heir to the Throne of Asgarnia!");
~chatplayer("<p,shock>Wow!");
} else if($op = 2) {
~chatplayer("<p,neutral>Where is the prince?");
Expand Down