From 57f3de6e9009d672f42ba8ec268f012d3548e110 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 1 Jan 2019 20:28:23 -0200 Subject: Add ship to Nivalis --- npc/016-1/captain.txt | 2 -- npc/016-1/doors.txt | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/016-1') diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index f666d9e8f..877549428 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -136,8 +136,6 @@ L_TNival: mes ""; mesn; mesq l("It'll cost you @@ GP.", .@price); - mesc l("WARNING: As of r7.2 \"Frozen Jesusalva\", there's currently no ship route to carry you back."), 1; - mesc l("Continue at your own risk."), 1; mes ""; if (Zeny < .@price) { diff --git a/npc/016-1/doors.txt b/npc/016-1/doors.txt index 2e947aaac..0c7ebd604 100644 --- a/npc/016-1/doors.txt +++ b/npc/016-1/doors.txt @@ -15,6 +15,10 @@ OnTouch: warp "003-1", 119, 25; close; } + if (LOCATION$ == "Nival") { + warp "019-2", 119, 113; + close; + } mesc l("Oh noes! The door is locked!! Quick! Call a GM!!!"), 1; close; } -- cgit v1.2.3-60-g2f50