소스 검색

Corrected some errors in cities/hugel.txt and guides/guides_hu.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6003 54d463be-8e91-2dee-dedb-b68131a5f0ec
foruken 19 년 전
부모
커밋
79a6d36397
3개의 변경된 파일10개의 추가작업 그리고 7개의 파일을 삭제
  1. 4 1
      npc/Changelog.txt
  2. 2 2
      npc/cities/hugel.txt
  3. 4 4
      npc/guides/guides_hu.txt

+ 4 - 1
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]

+ 2 - 2
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$;

+ 4 - 4
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;
-}
+}