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/quests/quests_moscovia.txt | |
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/quests/quests_moscovia.txt')
-rw-r--r-- | npc/quests/quests_moscovia.txt | 53 |
1 files changed, 20 insertions, 33 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; |