summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
authorevera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-04 22:54:17 +0000
committerevera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-04 22:54:17 +0000
commit848acfc4c993e21a585bd3c35a21451a89334b90 (patch)
treee5e552f74467d3417b98e3780b0bbc85d9cd5eda /npc/custom
parent9fc29a4aad32e17f4f3e6a3bc749c12df27ea5d8 (diff)
downloadhercules-848acfc4c993e21a585bd3c35a21451a89334b90.tar.gz
hercules-848acfc4c993e21a585bd3c35a21451a89334b90.tar.bz2
hercules-848acfc4c993e21a585bd3c35a21451a89334b90.tar.xz
hercules-848acfc4c993e21a585bd3c35a21451a89334b90.zip
* Added missing next's in npc/custom/airplane.txt and npc/custom/quests/valhallen.txt [Evera]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8622 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom')
-rw-r--r--npc/custom/airplane.txt6
-rw-r--r--npc/custom/quests/valhallen.txt1
2 files changed, 5 insertions, 2 deletions
diff --git a/npc/custom/airplane.txt b/npc/custom/airplane.txt
index 0e599ff04..ee438e316 100644
--- a/npc/custom/airplane.txt
+++ b/npc/custom/airplane.txt
@@ -4,7 +4,7 @@
//= Edited And removed irrelevent comments by eAthena Dev Team
//= Draike\Bluto\Hephaestus
//===== Current Version: =====================================
-//= 2.1 eAthena Release
+//= 2.2
//===== Compatible With: =====================================
//= eAthena SVN 02/05/2005 +
//===== Description: =========================================
@@ -13,6 +13,7 @@
//= ALWAYS HAVE AT LEAST TWELVE (12) LOCATIONS AS THE MINIMUM. This is unless you modify to OnMinutes and change the schedule around.
//= If you have "airplane.gat,103,72,0 warp airs02a 1,1,airplane.gat,102,200" as a warp, remove it. Where it's supposed to go, I have no clue.
//= 2.1 Removed Duplicates [Silent]
+//= 2.2 Added missing next;'s [Evera]
//============================================================
payon.gat,153,43,5 script itinsetter -1,{
@@ -239,6 +240,7 @@ function script F_Porter {
Board:
mes "^FF0000[Porter]^000000";
mes "The plane is currently ported. Would you like to board?";
+ next;
menu "Yes.",L_Yes,"No.",L_Nope,"View Hourly Itinerary.",Itin;
L_Yes:
@@ -254,6 +256,7 @@ Notime:
mes "^FF0000[Porter]^000000";
if(sex==0) mes "Sorry, ma'am, but the plane currently isn't ported. However, you can view the airplane's hourly itinerary.";
if(sex==1) mes "Sorry, sir, but the plane currently isn't ported. However, you can view the airplane's hourly itinerary.";
+ next;
menu "Yes, please.",Itin,"No thanks.",L_Nope;
close;
end;
@@ -345,6 +348,7 @@ airplane.gat,102,68,5 script Docker 852,{
if($destination == 250)goto Notime;
set @dockky, $destination;
if($destination != 250)mes "We are currently docked at "+$locationsname$[$destination]+". Would you like to exit?";
+ next;
menu "Yes.",Lyes,"No.",Lnope;
Lyes:
diff --git a/npc/custom/quests/valhallen.txt b/npc/custom/quests/valhallen.txt
index 911888fe5..dc61114e2 100644
--- a/npc/custom/quests/valhallen.txt
+++ b/npc/custom/quests/valhallen.txt
@@ -191,7 +191,6 @@ L_NOTENOUGH:
mes "You are lacking a few items, please return when you have them.";
close;
L_OUT:
- next;
mes "[Lenneth]";
mes "Please return when you change your mind.";
close;