diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-01 20:28:23 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-01 20:28:23 -0200 |
commit | 57f3de6e9009d672f42ba8ec268f012d3548e110 (patch) | |
tree | 60e6244be48f1a376fd5e23ce311436036b0ebc5 /npc/016-1 | |
parent | bcaf48c44080c277fe2c80bd271766299bfdb8d1 (diff) | |
download | serverdata-57f3de6e9009d672f42ba8ec268f012d3548e110.tar.gz serverdata-57f3de6e9009d672f42ba8ec268f012d3548e110.tar.bz2 serverdata-57f3de6e9009d672f42ba8ec268f012d3548e110.tar.xz serverdata-57f3de6e9009d672f42ba8ec268f012d3548e110.zip |
Add ship to Nivalis
Diffstat (limited to 'npc/016-1')
-rw-r--r-- | npc/016-1/captain.txt | 2 | ||||
-rw-r--r-- | npc/016-1/doors.txt | 4 |
2 files changed, 4 insertions, 2 deletions
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; } |