diff options
author | foruken <foruken@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 07:37:47 +0000 |
---|---|---|
committer | foruken <foruken@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 07:37:47 +0000 |
commit | 9ea2f4137a8df5ca720711364ad240fe1a951060 (patch) | |
tree | 8e91c9dc89281d7acbc952e88e6c23c742d27c20 /npc | |
parent | 1181f3ea7d249ef2e1d6571e803940a95d03ffa0 (diff) | |
download | hercules-9ea2f4137a8df5ca720711364ad240fe1a951060.tar.gz hercules-9ea2f4137a8df5ca720711364ad240fe1a951060.tar.bz2 hercules-9ea2f4137a8df5ca720711364ad240fe1a951060.tar.xz hercules-9ea2f4137a8df5ca720711364ad240fe1a951060.zip |
Corrected some errors in cities/hugel.txt and guides/guides_hu.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6003 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 5 | ||||
-rw-r--r-- | npc/cities/hugel.txt | 4 | ||||
-rw-r--r-- | npc/guides/guides_hu.txt | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 9e65e33a2..98e811116 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -27,7 +27,10 @@ Nexon Date Added
======
-4/11
+04/12
+ * Corrected some errors in cities/hugel.txt and guides/guides_hu.txt
+ [Foruken]
+04/11
* Changed item description in Sage Skills Quest (Blank Script -> Empty
Script) thanks to MeL [Foruken]
* Updated a couple shops of Hugel, plus added the firecracker shop on Hugel. [erKURITA]
diff --git a/npc/cities/hugel.txt b/npc/cities/hugel.txt index fa6b5d58f..e1801f60d 100644 --- a/npc/cities/hugel.txt +++ b/npc/cities/hugel.txt @@ -20,12 +20,12 @@ //============================================================
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?";
mes "Only 500z and you get 5 ^FF0000firecrackers^000000!";
-select(switch("Yes Please:No thanks")) {
+switch(select("Yes Please","No thanks")) {
case 1:
if (Zeny < 500) {
mes @npcname$;
diff --git a/npc/guides/guides_hu.txt b/npc/guides/guides_hu.txt index 666787d0a..5079c35a2 100644 --- a/npc/guides/guides_hu.txt +++ b/npc/guides/guides_hu.txt @@ -94,17 +94,17 @@ M_Menu: 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;
@@ -146,4 +146,4 @@ M_Menu: mes "[Old Lady]";
mes "Have a nice day, deary~";
close;
-}
\ No newline at end of file +}
|