summaryrefslogtreecommitdiff
path: root/npc/016-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-21 12:20:09 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-21 12:20:09 -0300
commit90a246e7968c5781a0f6169de209b05567ab6658 (patch)
treeb85992f077104299cd5d6ed2dbc301a2587fdd40 /npc/016-6
parent50d9786d4394f4856fb4fb53959669e2c1e5cf70 (diff)
downloadserverdata-90a246e7968c5781a0f6169de209b05567ab6658.tar.gz
serverdata-90a246e7968c5781a0f6169de209b05567ab6658.tar.bz2
serverdata-90a246e7968c5781a0f6169de209b05567ab6658.tar.xz
serverdata-90a246e7968c5781a0f6169de209b05567ab6658.zip
Reorder stuff, allows travel to Nivalis (but not back from - GM Only)
Diffstat (limited to 'npc/016-6')
-rw-r--r--npc/016-6/main.txt21
1 files changed, 15 insertions, 6 deletions
diff --git a/npc/016-6/main.txt b/npc/016-6/main.txt
index 73f996f69..7a9579c1a 100644
--- a/npc/016-6/main.txt
+++ b/npc/016-6/main.txt
@@ -8,11 +8,20 @@
OnEvent:
// Handle travel
if (@timer_navio_running == 0) end;
- if (PC_DEST$ == "Hurns") goto L_Hurns;
- else if (PC_DEST$ == "Tulim") goto L_Tulim;
+ if (PC_DEST$ == "Tulim") goto L_Tulim;
+ else if (PC_DEST$ == "Hurns") goto L_Hurns;
+ else if (PC_DEST$ == "Nival") goto L_Nival;
else goto L_Error;
end;
+L_Tulim:
+ PC_DEST$ = "";
+ LOCATION$ = "Tulim";
+ @timer_navio_running = 0;
+ warp "003-1", 119, 25;
+ message strcharinfo(0), l("@@ disembarks at Tulimshar.", strcharinfo(0));
+ goto L_CleanUp;
+
L_Hurns:
PC_DEST$ = "";
LOCATION$ = "Hurns";
@@ -21,12 +30,12 @@ L_Hurns:
message strcharinfo(0), l("@@ disembarks at Hurnscald.", strcharinfo(0));
goto L_CleanUp;
-L_Tulim:
+L_Nival:
PC_DEST$ = "";
- LOCATION$ = "Tulim";
+ LOCATION$ = "Nival";
@timer_navio_running = 0;
- warp "003-1", 119, 25;
- message strcharinfo(0), l("@@ disembarks at Tulimshar.", strcharinfo(0));
+ warp "019-2", 107, 109;
+ message strcharinfo(0), l("@@ disembarks at Nivalis.", strcharinfo(0));
goto L_CleanUp;
L_Error: