From d7a57109d50c47309a61941aa545233e7f414958 Mon Sep 17 00:00:00 2001 From: Lupus Date: Thu, 13 Apr 2006 05:28:16 +0000 Subject: fixed hugel bugs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6031 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guides/guides_hu.txt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'npc/guides') diff --git a/npc/guides/guides_hu.txt b/npc/guides/guides_hu.txt index 6af4659fc..b6a82bf87 100644 --- a/npc/guides/guides_hu.txt +++ b/npc/guides/guides_hu.txt @@ -3,14 +3,13 @@ //===== By: ================================================== //= erKURITA //===== Current Version: ===================================== -//= 1.5 +//= 1.0 //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= //= Guard/Guide NPC of City of Hugel. //===== Additional Comments: ================================= //= 1.0 Started the script. [erKURITA] -//= 1.5 Minor fixes ._. [erKURITA] //============================================================ hugel.gat,98,57,3 script Old Lady 863,{ @@ -49,7 +48,7 @@ M_Menu: "Hunter Guild",M_1_8a, "^000066Poring Track 1^000000",M_1_9, "^000066Poring Track 2^000000",M_1_10, - "Bingo House",M_1_11, + "^000066Bingo House^000000",M_1_11, "Wipe all indications from mini-map",M_1_8, "Cancel", M_End; @@ -94,22 +93,20 @@ M_Menu: mes "The 'Hunter Guild' is located at the northeast of Hugel. Sharpen your eyes!"; viewpoint 1,208,225,7,0xFF8000; goto sL_Wipe; - - M_1_9: + m_1_9: mes "[Old Lady]"; mes "The '^000066Poring Track Nš1^000000' is new and exciting entertaintment, make sure to check it!"; viewpoint 1,58,72,7,0xFF8000; goto sL_Wipe; - M_1_10: + m_1_10: mes "[Old Lady]"; mes "The '^000066Poring Track Nš2^000000' is new and exciting entertaintment, make sure to check it!"; viewpoint 1,62,68,7,0xFF8000; goto sL_Wipe; - M_1_11: + m_1_11: mes "[Old Lady]"; mes "The 'Bingo House' is located at the northwest of Hugel. Lay your bet ladies and gentlements!"; viewpoint 1,57,207,7,0xFF8000; - goto sL_Wipe; M_1_8: set @COMPASS_CHECK, 2; @@ -148,4 +145,4 @@ M_Menu: mes "[Old Lady]"; mes "Have a nice day, deary~"; close; -} +} \ No newline at end of file -- cgit v1.2.3-70-g09d2