diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/cities/hugel.txt | 12 | ||||
-rw-r--r-- | npc/guides/guides_hu.txt | 15 |
3 files changed, 17 insertions, 13 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 70aac1cb2..8c151e896 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -27,6 +27,9 @@ Nexon Date Added
======
+04/13
+ * Fixed SOME bugs in Hugel.txt, hu_guide.txt. thanks to joshuaali [Lupus]
+ Guys, do always check the scripts before committing V_V'
04/12
* Added up the locations but temporal names of Poring track npcs. Will be worked
on over time. [erKURITA]
diff --git a/npc/cities/hugel.txt b/npc/cities/hugel.txt index 3cc242a1a..c18946564 100644 --- a/npc/cities/hugel.txt +++ b/npc/cities/hugel.txt @@ -17,12 +17,10 @@ //= Started the basis of Poring Track. [erKURITA]
//= Moved the old lady to npc\guides\guides_hu.txt, since it's Hugel's guard [erKURITA]
//= Special thanks to RockmanEXE who provided all necesary info =3
-//= 1.1 Abducted/Moved Yan and Yalmire to npc\events\custom\p_track. [erKURITA]
-//= 1.2 Fixed the switch/select stuff. [erKURITA]
//============================================================
hu_in01.gat,23,311,4 script Johsh 898,{
-set @npcname$,"[Josh]";
+set @npcname$, "[Josh]";
mes @npcname$;
mes "Hi ho~ I sell some awesome firecrackers, would you like to buy one?";
@@ -59,7 +57,13 @@ hugel.gat,91,152,4 script Bulletin Board 837,{end;} //= New Npcs
hugel.gat,76,134,4 script Yahna 101,{end;}
hugel.gat,71,137,5 script Jamira 879,{end;}
-
+hugel.gat,58,72,5 script Yan 86,{
+//ask for 500z to enter, poring track nš1
+end;}
+hugel.gat,62,68,1 script Yalmire 86,{
+//ask for 500z to enter, poring track nš2
+end;
+}
hugel.gat,175,115,5 script Anhi Anh 897,{end;}
hugel.gat,191,172,4 script Yanhe 895,{end;}
hugel.gat,196,164,3 script Amnot 50,{end;}
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 |