diff options
author | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-08 04:45:18 +0000 |
---|---|---|
committer | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-08 04:45:18 +0000 |
commit | 5560294f7f18d8815f2a56e050032f08368fa9d4 (patch) | |
tree | 9141747d27ae6688070398eed976442617bec791 /npc | |
parent | e561453c1088be8678b8b4972c7a14e9b2ba6299 (diff) | |
download | hercules-5560294f7f18d8815f2a56e050032f08368fa9d4.tar.gz hercules-5560294f7f18d8815f2a56e050032f08368fa9d4.tar.bz2 hercules-5560294f7f18d8815f2a56e050032f08368fa9d4.tar.xz hercules-5560294f7f18d8815f2a56e050032f08368fa9d4.zip |
Follow up r16604. Fixed encoding on some files and removed/fixed some korean characters.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16605 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/quests_moscovia.txt | 53 | ||||
-rw-r--r-- | npc/quests/quests_nameless.txt | 4 | ||||
-rw-r--r-- | npc/quests/the_sign_quest.txt | 6 |
3 files changed, 25 insertions, 38 deletions
diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt index 6ca387726..bcf1f5491 100644 --- a/npc/quests/quests_moscovia.txt +++ b/npc/quests/quests_moscovia.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== rAthena Script ======================================= //= Moscovia Quests //===== By: ================================================== //= Kisuka @@ -15898,7 +15898,7 @@ mosk_dun02,57,220,0 script House Ghost Jar#rus43 111,{ mes "One! Two! Three!!"; next; if (.@rucard_game01 == 1) { - cutin "����ī��",4; + cutin "Poring_Card.bmp",4; emotion 0; emotion 5,1; next; @@ -15909,16 +15909,12 @@ mosk_dun02,57,220,0 script House Ghost Jar#rus43 111,{ set .@ruuser_score01,.@ruuser_score01+1; cutin "",255; next; - }else{ - if (.@rucard_game01 == 1) { - cutin "����ī��",4; - } - else if (.@rucard_game01 == 2) { - cutin "������ī��",4; - } - else if (.@rucard_game01 == 3) { - cutin "���Ʈ��ī��",4; - } + } + else { + if (.@rucard_game01 == 2) + cutin "¿£Á©¸µÄ«µå.bmp",4; + else + cutin "°í½ºÆ®¸µÄ«µå.bmp",4; emotion 0; emotion 23,1; next; @@ -15939,7 +15935,7 @@ mosk_dun02,57,220,0 script House Ghost Jar#rus43 111,{ mes "One! Two! Three!!"; next; if (.@rucard_game01 == 2) { - cutin "������ī��",4; + cutin "¿£Á©¸µÄ«µå.bmp",4; emotion 0; emotion 5,1; next; @@ -15950,16 +15946,12 @@ mosk_dun02,57,220,0 script House Ghost Jar#rus43 111,{ set .@ruuser_score01,.@ruuser_score01+1; cutin "",255; next; - }else{ - if (.@rucard_game01 == 1) { - cutin "����ī��",4; - } - else if (.@rucard_game01 == 2) { - cutin "������ī��",4; - } - else if (.@rucard_game01 == 3) { - cutin "���Ʈ��ī��",4; - } + } + else{ + if (.@rucard_game01 == 1) + cutin "Poring_Card.bmp",4; + else + cutin "°í½ºÆ®¸µÄ«µå.bmp",4; emotion 0; emotion 23,1; next; @@ -15980,7 +15972,7 @@ mosk_dun02,57,220,0 script House Ghost Jar#rus43 111,{ mes "One! Two! Three!!"; next; if (.@rucard_game01 == 3) { - cutin "���Ʈ��ī��",4; + cutin "°í½ºÆ®¸µÄ«µå.bmp",4; emotion 0; emotion 5,1; next; @@ -15992,15 +15984,10 @@ mosk_dun02,57,220,0 script House Ghost Jar#rus43 111,{ cutin "",255; next; }else{ - if (.@rucard_game01 == 1) { - cutin "����ī��",4; - } - else if (.@rucard_game01 == 2) { - cutin "������ī��",4; - } - else if (.@rucard_game01 == 3) { - cutin "���Ʈ��ī��",4; - } + if (.@rucard_game01 == 1) + cutin "Poring_Card.bmp",4; + else + cutin "¿£Á©¸µÄ«µå.bmp",4; emotion 0; emotion 23,1; next; diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt index fedea1d84..21431ebbf 100644 --- a/npc/quests/quests_nameless.txt +++ b/npc/quests/quests_nameless.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== rAthena Script ======================================= //= Nameless Island Quests //===== By: ================================================== //= L0ne_W0lf @@ -1929,7 +1929,7 @@ nameless_n,259,218,3 script Larjes#Boat1 97,{ close; } mes "[Larjes]"; - mes "�Did you still want to"; + mes "Did you still want to"; mes "investigate the island?"; next; if(select("No:yes")==1) { diff --git a/npc/quests/the_sign_quest.txt b/npc/quests/the_sign_quest.txt index 702016442..588009547 100644 --- a/npc/quests/the_sign_quest.txt +++ b/npc/quests/the_sign_quest.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== rAthena Script ======================================= //= The Sign Quest //===== By: ================================================== //= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs) @@ -3069,7 +3069,7 @@ OnTouch: //prt_maze02,25,161,0 script #music -1,7,7,{ //OnTouch: -// soundeffect "effect\\������ ��ؽ�.wav",1; +// soundeffect "effect\\¼®¾çÀÇ ¾î½Ø½Å.wav",1; // end; //} @@ -12090,7 +12090,7 @@ gl_dun02,140,72,0 script Mysterious Energy#7 111,{ } } -// Angrboda's Seal 8 ���� small 119 182 +// Angrboda's Seal 8 very small 119 182 gl_dun02,119,182,0 script Mysterious Energy#8 111,{ callfunc "F_UpdateSignVars"; set .@crash_s,rand(1,1000); |