summaryrefslogtreecommitdiff
path: root/npc/guides
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-13 05:28:16 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-13 05:28:16 +0000
commitd7a57109d50c47309a61941aa545233e7f414958 (patch)
tree70bdf0471fa2a763f325cf99f192bd43d524c597 /npc/guides
parentad477d0109a971be726238666e85ff43ddb642dd (diff)
downloadhercules-d7a57109d50c47309a61941aa545233e7f414958.tar.gz
hercules-d7a57109d50c47309a61941aa545233e7f414958.tar.bz2
hercules-d7a57109d50c47309a61941aa545233e7f414958.tar.xz
hercules-d7a57109d50c47309a61941aa545233e7f414958.zip
fixed hugel bugs
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6031 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides')
-rw-r--r--npc/guides/guides_hu.txt15
1 files changed, 6 insertions, 9 deletions
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