|
@@ -3,14 +3,13 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= erKURITA
|
|
//= erKURITA
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.5
|
|
|
|
|
|
+//= 1.0
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena 1.0
|
|
//= eAthena 1.0
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
//= Guard/Guide NPC of City of Hugel.
|
|
//= Guard/Guide NPC of City of Hugel.
|
|
//===== Additional Comments: =================================
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 Started the script. [erKURITA]
|
|
//= 1.0 Started the script. [erKURITA]
|
|
-//= 1.5 Minor fixes ._. [erKURITA]
|
|
|
|
//============================================================
|
|
//============================================================
|
|
hugel.gat,98,57,3 script Old Lady 863,{
|
|
hugel.gat,98,57,3 script Old Lady 863,{
|
|
|
|
|
|
@@ -49,7 +48,7 @@ M_Menu:
|
|
"Hunter Guild",M_1_8a,
|
|
"Hunter Guild",M_1_8a,
|
|
"^000066Poring Track 1^000000",M_1_9,
|
|
"^000066Poring Track 1^000000",M_1_9,
|
|
"^000066Poring Track 2^000000",M_1_10,
|
|
"^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,
|
|
"Wipe all indications from mini-map",M_1_8,
|
|
"Cancel", M_End;
|
|
"Cancel", M_End;
|
|
|
|
|
|
@@ -94,22 +93,20 @@ M_Menu:
|
|
mes "The 'Hunter Guild' is located at the northeast of Hugel. Sharpen your eyes!";
|
|
mes "The 'Hunter Guild' is located at the northeast of Hugel. Sharpen your eyes!";
|
|
viewpoint 1,208,225,7,0xFF8000;
|
|
viewpoint 1,208,225,7,0xFF8000;
|
|
goto sL_Wipe;
|
|
goto sL_Wipe;
|
|
-
|
|
|
|
- M_1_9:
|
|
|
|
|
|
+ m_1_9:
|
|
mes "[Old Lady]";
|
|
mes "[Old Lady]";
|
|
mes "The '^000066Poring Track Nº1^000000' is new and exciting entertaintment, make sure to check it!";
|
|
mes "The '^000066Poring Track Nº1^000000' is new and exciting entertaintment, make sure to check it!";
|
|
viewpoint 1,58,72,7,0xFF8000;
|
|
viewpoint 1,58,72,7,0xFF8000;
|
|
goto sL_Wipe;
|
|
goto sL_Wipe;
|
|
- M_1_10:
|
|
|
|
|
|
+ m_1_10:
|
|
mes "[Old Lady]";
|
|
mes "[Old Lady]";
|
|
mes "The '^000066Poring Track Nº2^000000' is new and exciting entertaintment, make sure to check it!";
|
|
mes "The '^000066Poring Track Nº2^000000' is new and exciting entertaintment, make sure to check it!";
|
|
viewpoint 1,62,68,7,0xFF8000;
|
|
viewpoint 1,62,68,7,0xFF8000;
|
|
goto sL_Wipe;
|
|
goto sL_Wipe;
|
|
- M_1_11:
|
|
|
|
|
|
+ m_1_11:
|
|
mes "[Old Lady]";
|
|
mes "[Old Lady]";
|
|
mes "The 'Bingo House' is located at the northwest of Hugel. Lay your bet ladies and gentlements!";
|
|
mes "The 'Bingo House' is located at the northwest of Hugel. Lay your bet ladies and gentlements!";
|
|
viewpoint 1,57,207,7,0xFF8000;
|
|
viewpoint 1,57,207,7,0xFF8000;
|
|
- goto sL_Wipe;
|
|
|
|
M_1_8:
|
|
M_1_8:
|
|
set @COMPASS_CHECK, 2;
|
|
set @COMPASS_CHECK, 2;
|
|
|
|
|
|
@@ -148,4 +145,4 @@ M_Menu:
|
|
mes "[Old Lady]";
|
|
mes "[Old Lady]";
|
|
mes "Have a nice day, deary~";
|
|
mes "Have a nice day, deary~";
|
|
close;
|
|
close;
|
|
-}
|
|
|
|
|
|
+}
|