From 36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988 Mon Sep 17 00:00:00 2001 From: Lupus Date: Wed, 20 Sep 2006 05:43:48 +0000 Subject: fixed typos, added missing NEXT;, optimized Niflheim. Clear nif vars garbage git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8819 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/gonryun.txt | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'npc/cities/gonryun.txt') diff --git a/npc/cities/gonryun.txt b/npc/cities/gonryun.txt index 29a30510c..2557c2c71 100644 --- a/npc/cities/gonryun.txt +++ b/npc/cities/gonryun.txt @@ -16,9 +16,6 @@ //============================================================ - -//EventI - alberta.gat,245,69,4 script Public Relations#01 776,{ mes "[Waba]"; mes "Hello there! I have traveled far from the Kingdom of Gonryun, my hometown."; @@ -42,14 +39,14 @@ alberta.gat,245,69,4 script Public Relations#01 776,{ next; menu "Let's Go!",-, "Actually... I changed my mind, sorry.",M_End; - if (Zeny < 10000) goto L_NoZeny; + if (Zeny < 10000){ + mes "[Waba]"; + mes "I am sorry if it seems like a lot, but the ^0000ff10,000 zeny^000000 we request is necessary in order to make the trip."; + close; + } set Zeny,Zeny-10000; warp "gon_fild01.gat",258,82; end; - L_NoZeny: - mes "[Waba]"; - mes "I am sorry if it seems like a lot, but the ^0000ff10,000 zeny^000000 we request is necessary in order to make the trip."; - close; M_End: mes "[Waba]"; mes "Please see me again if you want to visit! I am pleased just to meet an honored guest from the Continent."; @@ -102,7 +99,7 @@ gonryun.gat,153,64,0 script Public Relations#04 776,{ } //=============================================================================== -//In h +//Inn //=============================================================================== gon_in.gat,153,35,4 script Hotel Manager 702,{ @@ -190,7 +187,7 @@ gonryun.gat,113,127,6 script Guardsman#02 780,{ } //=============================================================================== -// +//??? //=============================================================================== gon_in.gat,18,27,4 script Elder's Wife 771,{ -- cgit v1.2.3-60-g2f50