From 99feecc0cf434745dbc2a8b0f23de628a8280bbf Mon Sep 17 00:00:00 2001 From: evera Date: Sat, 2 Sep 2006 05:19:43 +0000 Subject: added missing next;'s in payon city npcs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8589 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/payon.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'npc/cities') diff --git a/npc/cities/payon.txt b/npc/cities/payon.txt index 16499fd55..3a1138c27 100644 --- a/npc/cities/payon.txt +++ b/npc/cities/payon.txt @@ -4,7 +4,7 @@ //= Muad Dib (1.0) Darkchild (1.1) Muad Dib (1.2) //= Darkchild (1.3) DracoRPG (1.5) //===== Current Version: ===================================== -//= 1.8 +//= 1.9 //===== Compatible With: ===================================== //= Any eAthena Mod //===== Description: ========================================= @@ -19,6 +19,7 @@ //= 1.6 Fixed typo’s [Nexon] //= 1.7 Fixed bugs and exploits V__V [Lupus] //= 1.8 Removed Duplicates [Silent] +//= 1.9 Fixed missing next;'s [Evera] //============================================================ payon.gat,190,115,0 script Lady#05 90,{ @@ -88,15 +89,16 @@ payon_in01.gat,180,7,0 script Waitress 90,{ next; mes "[Waitress]"; mes "Where can I find the right person who is a really hot, sexy hunk, and who can take me out of this small place?"; + next; if(Sex == 0) goto LStartF; mes "[Waitress]"; mes "Hello, mister?"; + next; goto L_Start; LStartF: mes "[Waitress]"; mes "Hello, lady?"; L_Start: - next; mes "[Waitress]"; mes "Grandma the fortuneteller told me that I would meet great luck in the near future!"; mes "But look at me, what's wrong with me!! I am leaving a manageable life everyday!!"; @@ -110,6 +112,7 @@ L_Start: next; mes "[Waitress]"; mes "So, how may I help you? "; + next; menu "Have you ever heard of Zombies?",L_Menu1,"I want to have my fortune told.",L_Menu2,"I need some booze.",L_Menu3,"I'm good",L_Menu4; L_Menu1: mes "[Waitress]"; @@ -276,9 +279,10 @@ L1L: mes "Thanksh brothaaa!... archerrrzzz are alwayssszz a generoushhh bunch!...(hicup!)"; goto L2L; L2L: - emotion e_thx; - if(Zeny < 200) goto L_SUB_1; - set Zeny,Zeny-200; + next; + emotion e_thx; + if(Zeny < 200) goto L_SUB_1; + set Zeny,Zeny-200; mes "[Drunk]"; mes "Thanks brother! Strangers are always generous without exception! Archer guys are pinch-pennies nowadays!"; mes "Muhahahaha! I wasn't like that when I was young."; @@ -595,7 +599,7 @@ L_Menu2: mes "[Monster Scholar Vuicokk]"; mes "In order to do that we must put an end to the source of the problem. I have tremendous faith that we can succeed in doing so."; close; -L_Menu3: +L_Menu3: mes "[Monster Scholar Vuicokk]"; mes "The Monster Research Organization was formed to find ways to counteract the sudden and rapid growth of monsters in Rune Midgard."; next; mes "[Monster Scholar Vuicokk]"; -- cgit v1.2.3-60-g2f50