diff options
41 files changed, 11079 insertions, 10964 deletions
@@ -1,27 +1,27 @@ Hercules ======== -Build Status: +Build Status: [](https://travis-ci.org/HerculesWS/Hercules) [](https://ci.appveyor.com/project/Haru/hercules) -[](https://scan.coverity.com/projects/herculesws-hercules) +[](https://scan.coverity.com/projects/herculesws-hercules) [](https://gitlab.com/HerculesWS/Hercules/commits/master) [](https://gitlab.com/HerculesWS/Hercules/commits/master) -Issues and pull requests: +Issues and pull requests: [](https://github.com/HerculesWS/Hercules/issues) [](https://github.com/HerculesWS/Hercules/pulls) -Development and Community: +Development and Community: [](https://github.com/HerculesWS/Hercules) -[](http://herc.ws) +[](http://herc.ws) [](irc://rizon.net/Hercules) -[](https://discord.gg/rqCxS8p) +[](https://discord.gg/rqCxS8p) [](https://twitter.com/HerculesWS) -Project Info: +Project Info: [](https://github.com/HerculesWS/Hercules/releases) - + [](https://github.com/HerculesWS/Hercules/blob/master/LICENSE) [](https://github.com/HerculesWS/Hercules/graphs/contributors) @@ -68,6 +68,7 @@ Platforms](https://github.com/HerculesWS/Hercules/wiki/Supported-Platforms) wiki - libpcre (`pcre-devel`) - *Optional dependencies for development only* - perl (required to rebuild the HPM Hooks and HPMDataCheck) + - requires the XML::Simple module, which in turn requires libexpat-dev - Doxygen (required to rebuild the HPM Hooks and HPMDataCheck) #### Mac OS X @@ -182,17 +183,17 @@ Helpful Links The following list of links point to various help files within the repository, articles or pages on the Wiki or topics within the Hercules forum. -* Hercules Forums: +* Hercules Forums: http://herc.ws/board/ -* Hercules Wiki: +* Hercules Wiki: http://herc.ws/wiki/Main_Page -* Git Repository URL: +* Git Repository URL: https://github.com/HerculesWS/Hercules -* Hercules IRC Channel: - Network: `irc.rizon.net` +* Hercules IRC Channel: + Network: `irc.rizon.net` Channel: `#Hercules` More Documentation diff --git a/db/pre-re/job_db.conf b/db/pre-re/job_db.conf index ac4ad1582..af8cabf9a 100644 --- a/db/pre-re/job_db.conf +++ b/db/pre-re/job_db.conf @@ -31,6 +31,8 @@ ************* Entry structure ******************************************** ************************************************************************** Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so if you want to add a new job you should add it there) + BaseExpGroup: "Exp Group Name" (string) // Name of base exp group defined in exp_group_db.conf + JobExpGroup: "Exp Group Name" (string) // Name of job exp group defined in exp_group_db.conf Inherit: ("Other_Job_Name") // Base job from which this job will inherit its max weight, base ASPD set and HP/SP table. InheritHP: ("Other_Job_Name") // Base job from which this job will inherit its HP table (if different). InheritSP: ("Other_Job_Name") // Base job from which this job will inherit its SP table (if different). diff --git a/db/re/job_db.conf b/db/re/job_db.conf index 93bab17e0..21ba3f4cc 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -31,6 +31,8 @@ ************* Entry structure ******************************************** ************************************************************************** Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so if you want to add a new job you should add it there) + BaseExpGroup: "Exp Group Name" (string) // Name of base exp group defined in exp_group_db.conf + JobExpGroup: "Exp Group Name" (string) // Name of job exp group defined in exp_group_db.conf Inherit: ("Other_Job_Name") // Base job from which this job will inherit its max weight, base ASPD set and HP/SP table. InheritHP: ("Other_Job_Name") // Base job from which this job will inherit its HP table (if different). InheritSP: ("Other_Job_Name") // Base job from which this job will inherit its SP table (if different). diff --git a/doc/sample/npc_rodex.txt b/doc/sample/npc_rodex.txt index a808a1aa9..0975e609c 100644 --- a/doc/sample/npc_rodex.txt +++ b/doc/sample/npc_rodex.txt @@ -20,12 +20,12 @@ prontera,150,150,4 script Rodex Mail 1_M_01,{ // Sends a messsage to attached player "Account Box" from "Rodex Test", with title "Rodex Test3", // with message "Hello World, How are You?", 1000 Zenies and 5 Red Potions attached rodex_sendmail_acc( - getcharid(CHAR_ID_CHAR), "Rodex Test", "Rodex Test3", "Hello World, How are You?", + getcharid(CHAR_ID_ACCOUNT), "Rodex Test", "Rodex Test3", "Hello World, How are You?", 1000, Red_Potion, 5 ); - // Sends a messsage to attached player "Account Box" from "Rodex Test", with title "Rodex Test6", + // Sends a messsage to attached player from "Rodex Test", with title "Rodex Test6", // with message "Hello World, How are You?", 1000 Zenies, 5 Red Potions and // 1 +10 Knife[3] with 3 Poring Cards (Broken) rodex_sendmail2( diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 36c4da35a..10a0352f4 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2756,7 +2756,9 @@ save points. Available information types are: --------------------------------------- -*getcharip({"<character name>"|<account id>|<char id>}) +*getcharip({"<character name>"}) +*getcharip({<account id>}) +*getcharip({<character id>}) This function will return the IP address of the invoking character, or, if a player is specified, of that character. A blank string is returned if no @@ -3413,7 +3415,8 @@ behave specially when talked to by GMs. --------------------------------------- -*setgroupid(<new group id>{, "<character name>"|<account id>}) +*setgroupid(<new group id>{, "<character name>"}) +*setgroupid(<new group id>{, <account id>}) This function will temporary adjust the id of player group the account to which the player specified if the new group id is available. @@ -4372,7 +4375,7 @@ offline in the mean time, attachrid() returns false, otherwise true. --------------------------------------- -*rid2name(<rid>) +*rid2name(<account id>) Converts rid to name. Note: The player/monster/NPC must be online/enabled. Good for PCKillEvent where you can convert 'killedrid' to the name of the @@ -4616,13 +4619,12 @@ effects. --------------------------------------- -*recovery() -*recovery(<account id>) +*recovery({<account id>}) *recovery("<map name>"{, <x1>, <y1>, <x2>, <y2>}) -In its first form, this command will revive and restore full HP and SP to all -characters currently connected to the server. In its second form, it will only -affect the target player. In its third form it will affect a whole map or area. +This command will revive and restore full HP and SP to all characters currently +connected to the server. If an account id is supplied, it will instead only +affect this character. If a map is supplied it will affect a whole map or area. --------------------------------------- @@ -5138,8 +5140,10 @@ Example: close(); --------------------------------------- -*getnameditem(<item id>, <character name|character ID>) -*getnameditem("<item name>", <character name|character ID>) +*getnameditem(<item id>, "<character name>") +*getnameditem(<item id>, <character ID>) +*getnameditem("<item name>", "<character name>") +*getnameditem("<item name>", <character ID>) Create an item signed with the given character's name. @@ -5303,7 +5307,7 @@ Check getitem2() to understand the arguments of the function. --------------------------------------- -*groupranditem(<item_id/constant>) +*groupranditem(<item id>) Returns the item_id of a random item picked from the item container specified. There are different item containers and they are specified in 'db/(pre-)re/item_group.conf'. @@ -5313,7 +5317,7 @@ Example: --------------------------------------- -*getrandgroupitem(<item_id/constant>, <quantity>) +*getrandgroupitem(<item id>, <quantity>) Similar to the above example, this command allows players to obtain the specified quantity of a random item from the container. The different containers @@ -6195,7 +6199,7 @@ Examples: @ /!\ This command is deprecated @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -Prevents the player from moving when the option != 0, and 0 enables the +Prevents the player from moving when the option != 0, and 0 enables the player to move again. The player has to be the account ID of a character, and will run for the attached player if zero is supplied. @@ -6823,12 +6827,12 @@ valid <type> for gettimer() are: --------------------------------------- -*initnpctimer({ "<NPC name>" {, <Attach Flag>} } | - { "<NPC name>" | <Attach Flag> }) -*stopnpctimer({ "<NPC name>" {, <Detach Flag>} } | - { "<NPC name>" | <Detach Flag> }) -*startnpctimer({ "<NPC name>" {, <Attach Flag>} } | - { "<NPC name>" | <Attach Flag> }) +*initnpctimer({"<NPC name>"{, <Attach Flag>}}) +*initnpctimer({<Attach Flag>}) +*stopnpctimer({"<NPC name>"{, <Detach Flag>}}) +*stopnpctimer({<Detach Flag>}}) +*startnpctimer({"<NPC name>"{, <Attach Flag>}}) +*startnpctimer({<Attach Flag>}) *setnpctimer(<tick>{, "<NPC name>"}) *getnpctimer(<type of information>{, "<NPC name>"}) *attachnpctimer({"<character name>"}) @@ -9369,19 +9373,19 @@ Add quest of the <ID2> to the the quest log, and the state is "active". --------------------------------------- -*questprogress(<ID>{, PLAYTIME|HUNTING}) +*questprogress(<ID>{, <type>}) If no additional argument supplied, return the state of the quest: 0 = Quest not started (not in quest log) 1 = Quest has been given 2 = Quest completed -If parameter PLAYTIME is supplied: +If <type> PLAYTIME is supplied: 0 = Quest not started (not in quest log) 1 = The time limit has not yet been reached 2 = The time limit has been reached -If parameter HUNTING is supplied: +If <type> HUNTING is supplied: 0 = Quest not started (not in quest log) 1 = Player hasn't killed all of the target monsters 2 = Player has killed all of the target monsters @@ -10023,7 +10027,7 @@ returns 1 on success, 0 on failure. //===================================== --------------------------------------- -*join_clan(<ClanID>{,<RID>}) +*join_clan(<ClanID>{, <account id>}) Joins a player into the given clan. If no RID is given, will run with the current attached player. @@ -10032,7 +10036,7 @@ returns true on success, false on failure. --------------------------------------- -*clan_leave({<RID>}) +*clan_leave({<account id>}) Removes a player from its clan. If no RID is given, will run with the current attached player. @@ -10068,4 +10072,4 @@ the available flags are: Opens the styling shop on client ----------------------------------------
\ No newline at end of file +--------------------------------------- diff --git a/npc/instances/EndlessTower.txt b/npc/instances/EndlessTower.txt index dc60ce766..2964f7e2a 100644 --- a/npc/instances/EndlessTower.txt +++ b/npc/instances/EndlessTower.txt @@ -220,23 +220,21 @@ e_tower,81,105,0 script Tower Protection Stone 2_MONEMUS,{ switch (select(.@str$, "Enter the Dungeon", "Return to Alberta", "Cancel")) { case 1: .@instance = instance_create(.@md_name$, .@party_id); - if (.@instance < 0) { - mesf("Party Name: %s", .@p_name$); - mesf("Party Leader: %s", strcharinfo(PC_NAME)); - mesf("^0000ff%s ^000000- Reservation Failed!", .@md_name$); - close(); + if (.@instance >= 0) { + for (.@i = 1; .@i <= 6; ++.@i) { + if (instance_attachmap(.@i + "@tower", .@instance) == "") { + mesf("Party Name: %s", .@p_name$); + mesf("Party Leader: %s", strcharinfo(PC_NAME)); + mesf("^0000ff%s ^000000- Reservation Failed!", .@md_name$); + instance_destroy(.@instance); + close(); + } + } + instance_set_timeout(14400, 300, .@instance); + instance_init(.@instance); } mesf("^0000ff%s^000000 - Try to reserve", .@md_name$); mes("After making a reservation, you have to talk to NPC behind and select the menu 'Enter the Dungeon' to enter the dungeon."); - for (.@i = 1; .@i <= 6; ++.@i) { - if (instance_attachmap(.@i + "@tower", .@instance) == "") { - mesf("^0000ff%s ^000000- Reservation Failed!", .@md_name$); - instance_destroy(.@instance); - close(); - } - } - instance_set_timeout(14400, 300, .@instance); - instance_init(.@instance); close(); case 2: callsub(L_Enter, 0, 1, .@md_name$, .@p_name$); diff --git a/npc/instances/NydhoggsNest.txt b/npc/instances/NydhoggsNest.txt index 46ffdaef3..d39d90cd3 100644 --- a/npc/instances/NydhoggsNest.txt +++ b/npc/instances/NydhoggsNest.txt @@ -128,21 +128,18 @@ nyd_dun02,100,201,3 script Yggdrasil Gatekeeper HIDDEN_NPC,8,8,{ switch (select("Please allow me to enter.", "I want to go in.", "I want to leave.")) { case 1: .@instance = instance_create(.@md_name$, .@party_id); - if (.@instance < 0) { - mes("[Yggdrasil Gatekeeper]"); - mes("The Guardian seems to wish to be alone. I will go in and check, please wait out here."); - close(); + if (.@instance >= 0) { + for (.@i = 1; .@i <= 2; ++.@i) { + if (instance_attachmap(.@i + "@nyd", .@instance) == "") { + mes("[Yggdrasil Gatekeeper]"); + mes("The Guardian seems to wish to be alone. I will go in and check, please wait out here."); + instance_destroy(.@instance); + close(); + } + } + instance_set_timeout(144000, 300, .@instance); + instance_init(.@instance); } - for (.@i = 1; .@i <= 2; ++.@i) { - if (instance_attachmap(.@i + "@nyd", .@instance) == "") - break; - } - if (.@i < 2) { - instance_destroy(.@instance); - close(); - } - instance_set_timeout(144000, 300, .@instance); - instance_init(.@instance); mes("[Yggdrasil Gatekeeper]"); mes("I've recorded your request, are you ready to go inside?"); next(); diff --git a/npc/instances/OrcsMemory.txt b/npc/instances/OrcsMemory.txt index 1aaf2fd42..383786696 100644 --- a/npc/instances/OrcsMemory.txt +++ b/npc/instances/OrcsMemory.txt @@ -67,23 +67,20 @@ gef_fild10,242,202,0 script Dimensional Gorge Piece 2_MONEMUS,{ switch (select(.@str$, "Enter the Dungeon", "Cancel")) { case 1: .@instance = instance_create(.@md_name$, .@party_id); - if (.@instance < 0) { - mesf("Party Name: %s", .@p_name$); - mesf("Party Leader: %s", strcharinfo(PC_NAME)); - mesf("^0000ff%s ^000000 - Reservation Failed.", .@md_name$); - close(); + if (.@instance >= 0) { + for (.@i = 1; .@i <= 2; ++.@i) { + if (instance_attachmap(.@i + "@orcs", .@instance) == "") { + mesf("Party Name: %s", .@p_name$); + mesf("Party Leader: %s", strcharinfo(PC_NAME)); + mesf("^0000ff%s ^000000 - Reservation Failed.", .@md_name$); + instance_destroy(.@instance); + close(); + } + } + instance_set_timeout(7200, 300, .@instance); + instance_init(.@instance); } mesf("^0000ff%s^000000- Attempting to book an entrance", .@md_name$); - for (.@i = 1; .@i <= 2; ++.@i) { - if (instance_attachmap(.@i + "@orcs", .@instance) == "") - break; - } - if (.@i < 2) { - instance_destroy(.@instance); - close(); - } - instance_set_timeout(7200, 300, .@instance); - instance_init(.@instance); mesf("After making a reservation, you have to select 'Enter the Dungeon' from the menu if you wish to enter the %s.", .@md_name$); close(); case 2: diff --git a/npc/instances/SealedShrine.txt b/npc/instances/SealedShrine.txt index 3bc3d951a..91771c31c 100644 --- a/npc/instances/SealedShrine.txt +++ b/npc/instances/SealedShrine.txt @@ -118,37 +118,33 @@ monk_test,309,146,3 script Friar Patrick#edq 4_M_OLDFRIAR,{ mesf("Party name is %s...", getpartyname(.@party_id)); mesf("Name of the leader is %s...", strcharinfo(PC_NAME)); .@instance = instance_create(_("Sealed Catacomb"), .@party_id); - if (.@instance < 0) { - mes("Umm... But it seems that there is a problem here... I'll check quickly. Please wait."); - } else { + if (.@instance >= 0) { for (.@i = 1; .@i <= 2; .@i++) { if (instance_attachmap(.@i + "@cata", .@instance) == "") { - mesf("Failed to attach %d@cata as a map!", .@i); + mes("Umm... But it seems that there is a problem here... I'll check quickly. Please wait."); instance_destroy(.@instance); close(); } } - instance_set_timeout(7200, 300, .@instance); instance_init(.@instance); - - mes("Okay... I'll adjust the shrine's seal so that you and your group can enter."); - next(); - mes("[Friar Patrick]"); - mes("You will see a sign when the seal has broken. Please wait until the sign appears..."); - next(); - mes("[Friar Patrick]"); - mes("When you see the sign, put your hands on the gravestone... Then you can move inside."); - next(); - mes("[Friar Patrick]"); - mes("One thing that you should remember is... Anyone who enters this shrine will be cursed by Baphomet and cannot enter or leave while they are cursed."); - next(); - mes("[Friar Patrick]"); - mes("And one more thing... In this cursed area, some skills, which are protected by outer physical power are prohibited by the effect of the seal."); - next(); - mes("[Friar Patrick]"); - mes("For example, the skills like ^0000FFSafety Wall and Assumptio^000000... So you'd better prepare before entering the shrine."); } + mes("Okay... I'll adjust the shrine's seal so that you and your group can enter."); + next(); + mes("[Friar Patrick]"); + mes("You will see a sign when the seal has broken. Please wait until the sign appears..."); + next(); + mes("[Friar Patrick]"); + mes("When you see the sign, put your hands on the gravestone... Then you can move inside."); + next(); + mes("[Friar Patrick]"); + mes("One thing that you should remember is... Anyone who enters this shrine will be cursed by Baphomet and cannot enter or leave while they are cursed."); + next(); + mes("[Friar Patrick]"); + mes("And one more thing... In this cursed area, some skills, which are protected by outer physical power are prohibited by the effect of the seal."); + next(); + mes("[Friar Patrick]"); + mes("For example, the skills like ^0000FFSafety Wall and Assumptio^000000... So you'd better prepare before entering the shrine."); } else { mes("[Friar Patrick]"); mes("Umm... I recognize your courage, but... I can't permit anyone to enter this place. I can only permit the leader of a party to enter first."); diff --git a/npc/re/instances/BakonawaLake.txt b/npc/re/instances/BakonawaLake.txt index 65622171b..5226db6cc 100644 --- a/npc/re/instances/BakonawaLake.txt +++ b/npc/re/instances/BakonawaLake.txt @@ -82,18 +82,16 @@ ma_scene01,174,179,4 script Taho 4_M_DEWZATIMAN,{ switch (.@i) { case 1: .@instance = instance_create(.@md_name$, .@party_id); - if (.@instance < 0) { - mes("[Taho]"); - mes("Oh, the rope got dropped. I have to make a new one."); - close(); - } - if (instance_attachmap("1@ma_b", .@instance) == "") { - mesf("^0000ff%s^000000 - Reservation Failed!", .@md_name$); - instance_destroy(.@instance); - close(); + if (.@instance >= 0) { + if (instance_attachmap("1@ma_b", .@instance) == "") { + mes("[Taho]"); + mes("Oh, the rope got dropped. I have to make a new one."); + instance_destroy(.@instance); + close(); + } + instance_set_timeout(7200, 300, .@instance); + instance_init(.@instance); } - instance_set_timeout(7200, 300, .@instance); - instance_init(.@instance); mes("[Taho]"); mes("Now I'm weaving, so you can go down when I'm done."); close(); diff --git a/npc/re/instances/BangungotHospital.txt b/npc/re/instances/BangungotHospital.txt index 9e8e836c4..6972322e1 100644 --- a/npc/re/instances/BangungotHospital.txt +++ b/npc/re/instances/BangungotHospital.txt @@ -274,21 +274,19 @@ L_Enter: switch(select(((getarg(0))?"Prepare to enter the second floor.":""), "Enter the second floor.", "Do not enter.")) { case 1: .@instance = instance_create(.@md_name$,getcharid(CHAR_ID_PARTY)); - if (.@instance < 0) { - mes "[Nurse Maenne]"; - mes "A critical situation has happened."; - mes "You can't go up to the 2nd floor."; - close2; - cutin "",255; - end; - } - if (instance_attachmap("1@ma_h",.@instance) == "") { - mes "^0000ff"+.@md_name$+"^000000 - Reservation Failed!"; - instance_destroy(.@instance); - close; + if (.@instance >= 0) { + if (instance_attachmap("1@ma_h", .@instance) == "") { + mes("[Nurse Maenne]"); + mes("A critical situation has happened."); + mes("You can't go up to the 2nd floor."); + instance_destroy(.@instance); + close2(); + cutin("", 255); + end; + } + instance_set_timeout(3600, 300, .@instance); + instance_init(.@instance); } - instance_set_timeout 3600,300,.@instance; - instance_init(.@instance); mes "[Nurse Maenne]"; mes "We are preparing to go up"; mes "to the second floor."; diff --git a/npc/re/instances/BuwayaCave.txt b/npc/re/instances/BuwayaCave.txt index 393ac5d9e..1d3eddc6a 100644 --- a/npc/re/instances/BuwayaCave.txt +++ b/npc/re/instances/BuwayaCave.txt @@ -93,22 +93,19 @@ ma_fild02,312,317,5 script Guard#buwaya_cave 4_MAL_SOLDIER,{ // fall through } .@instance = instance_create(.@md_name$, .@party_id); - if (.@instance < 0) { - mes("[Guard]"); - mesf("Party name is... %s.", getpartyname(.@party_id)); - mesf("Party leader is... %s", strcharinfo(PC_NAME)); - mesf("^0000ff%s^000000 cannot be opened now.", .@md_name$); - mes("Please try a moment later."); - close(); + if (.@instance >= 0) { + if (instance_attachmap("1@ma_c", .@instance) == "") { + mes("[Guard]"); + mesf("Party name is... %s.", getpartyname(.@party_id)); + mesf("Party leader is... %s", strcharinfo(PC_NAME)); + mesf("^0000ff%s^000000 cannot be opened now.", .@md_name$); + mes("Please try a moment later."); + instance_destroy(.@instance); + close(); + } + instance_set_timeout(3600, 300, .@instance); + instance_init(.@instance); } - if (instance_attachmap("1@ma_c", .@instance) == "") { - mesf("^0000ff%s^000000 - Reservation Failed!", .@md_name$); - instance_destroy(.@instance); - close(); - } - instance_set_timeout(3600, 300, .@instance); - instance_init(.@instance); - mes("[Guard]"); mesf("I will open up the tunnel to ^0000ff%s^000000.", .@md_name$); mes("I wish you good luck."); diff --git a/npc/re/instances/EclageInterior.txt b/npc/re/instances/EclageInterior.txt index 6b2808e05..2b2117b93 100644 --- a/npc/re/instances/EclageInterior.txt +++ b/npc/re/instances/EclageInterior.txt @@ -55,20 +55,18 @@ ecl_hub01,132,12,3 script Chief of Staff#tl01::EclInstance 4_F_FAIRY,{ switch (select("Enter it.", "Forget it.")) { case 1: .@instance = instance_create(.@md_name$, .@party_id); - if (.@instance < 0) { - mes("[Shenime]"); - mes("There are some soldiers dispatched by Mayor not too long ago."); - mes("I should sure hope that you aren't the disturbance they're looking for, right?"); - close(); - } - if (instance_attachmap("1@ecl", .@instance) == "") { - mesf("^0000ff%s^000000 - Reservation Failed!", .@md_name$); - instance_destroy(.@instance); - close(); + if (.@instance >= 0) { + if (instance_attachmap("1@ecl", .@instance) == "") { + mes("[Shenime]"); + mes("There are some soldiers dispatched by Mayor not too long ago."); + mes("I should sure hope that you aren't the disturbance they're looking for, right?"); + instance_destroy(.@instance); + close(); + } + ecl_interior_time = gettimetick(2) + 20 * 60; + instance_set_timeout(1200, 1200, .@instance); + instance_init(.@instance); } - ecl_interior_time = gettimetick(2) + 20 * 60; - instance_set_timeout(1200, 1200, .@instance); - instance_init(.@instance); mes("[Shenime]"); mes("Given the tight internal security, you should prepare yourself."); mes("Wait here for a minute."); diff --git a/npc/re/instances/HazyForest.txt b/npc/re/instances/HazyForest.txt index 291ce54db..24e03b22e 100644 --- a/npc/re/instances/HazyForest.txt +++ b/npc/re/instances/HazyForest.txt @@ -101,35 +101,34 @@ bif_fild01,158,340,5 script Laphine Soldier#mist 4_M_FAIRYSOLDIER,{ mesf("Party Name %s...", getpartyname(.@party_id)); mesf("Party Leader %s...", strcharinfo(PC_NAME)); .@instance = instance_create(.@md_name$, .@party_id); - if (.@instance < 0) { - mes("Hmm..."); - next(); - mes("[Laphine Soldier]"); - if (!.@playtime) - mes("It's dangerous in the forest."); - else - mes("The atmosphere is somewhat tense in the forest."); - mes("...Why don't you just go back today?"); - close(); - } - if (instance_attachmap("1@mist", .@instance) != "") { + if (.@instance >= 0) { + if (instance_attachmap("1@mist", .@instance) == "") { + mes("Hmm..."); + next(); + mes("[Laphine Soldier]"); + if (!.@playtime) + mes("It's dangerous in the forest."); + else + mes("The atmosphere is somewhat tense in the forest."); + mes("...Why don't you just go back today?"); + instance_destroy(.@instance); + close(); + } instance_set_timeout(7200, 300, .@instance); instance_init(.@instance); - mes("I've got it. I've written them down on the report here."); - next(); - mes("[Laphine Soldier]"); - mes("You'll get permission soon."); - mes("Now go to the log tunnel, the only way to get into the Hazy Forest."); - mes("You understand?"); - next(); - mes("[Laphine Soldier]"); - mes("We can't go against the forest,"); - mes("but maybe you humans can."); - mes("Good luck!"); - close(); - } else { - instance_destroy(.@instance); } + mes("I've got it. I've written them down on the report here."); + next(); + mes("[Laphine Soldier]"); + mes("You'll get permission soon."); + mes("Now go to the log tunnel, the only way to get into the Hazy Forest."); + mes("You understand?"); + next(); + mes("[Laphine Soldier]"); + mes("We can't go against the forest,"); + mes("but maybe you humans can."); + mes("Good luck!"); + close(); case 2: mes("[Laphine Soldier]"); mes("Well, you've made the right decision."); diff --git a/npc/re/instances/MalangdoCulvert.txt b/npc/re/instances/MalangdoCulvert.txt index 2e51f0fd5..d61509511 100644 --- a/npc/re/instances/MalangdoCulvert.txt +++ b/npc/re/instances/MalangdoCulvert.txt @@ -433,20 +433,19 @@ mal_in01,160,34,4 script Missing, the Cleaner 4_CAT_SAILOR2,{ close(); case 2: .@instance = instance_create(.@md_name$, .@party_id); - if (.@instance < 0) { - mesf("Party name: %s", getpartyname(.@party_id)); - mesf("Party leader: %s", strcharinfo(PC_NAME)); - mesf("^0000ff%s^000000 - Reservation Failed!", .@md_name$); - close(); + if (.@instance >= 0) { + for (.@i = 1; .@i <= 2; .@i++) { + if (instance_attachmap(.@i + "@pump", .@instance) == "") { + mesf("Party name: %s", getpartyname(.@party_id)); + mesf("Party leader: %s", strcharinfo(PC_NAME)); + mesf("^0000ff%s^000000 - Reservation Failed!", .@md_name$); + instance_destroy(.@instance); + close(); + } + } + instance_set_timeout(3600, 300, .@instance); + instance_init(.@instance); } - if (instance_attachmap("1@pump", .@instance) == "" || instance_attachmap("2@pump", .@instance) == "") { - mesf("^0000ff%s^000000 - Reservation Failed!", .@md_name$); - instance_destroy(.@instance); - close(); - } - instance_set_timeout(3600, 300, .@instance); - instance_init(.@instance); - mesf("^3333FF%s^000000 - Reserving", .@md_name$); mes("After making the reservation, you"); mes("have to select Enter the Culvert."); diff --git a/npc/re/instances/OldGlastHeim.txt b/npc/re/instances/OldGlastHeim.txt index c317e7495..587de45bf 100644 --- a/npc/re/instances/OldGlastHeim.txt +++ b/npc/re/instances/OldGlastHeim.txt @@ -110,19 +110,19 @@ glast_01,204,273,6 script Hugin#ghinstance 4_M_SAGE_C,{ if (getcharid(CHAR_ID_CHAR) != getpartyleader(.@party_id, 2)) end; .@instance = instance_create(.@md_name$, .@party_id); - if (.@instance < 0) { - mesf("Party Name: %s", .@p_name$); - mesf("Party Leader: %s", strcharinfo(PC_NAME)); - mesf("^0000ff%s^000000 - Reservation Failed!", .@md_name$); - close(); - } - if (instance_attachmap("1@gl_k", .@instance) == "" || instance_attachmap("2@gl_k", .@instance) == "") { - mesf("^0000FF%s^000000 - Reservation Failed!", .@md_name$); - instance_destroy(.@instance); - close(); + if (.@instance >= 0) { + for (.@i = 1; .@i <= 2; .@i++) { + if (instance_attachmap(.@i + "@gl_k", .@instance) == "") { + mesf("Party Name: %s", .@p_name$); + mesf("Party Leader: %s", strcharinfo(PC_NAME)); + mesf("^0000ff%s^000000 - Reservation Failed!", .@md_name$); + instance_destroy(.@instance); + close(); + } + } + instance_set_timeout(3600, 300, .@instance); + instance_init(.@instance); } - instance_set_timeout(3600, 300, .@instance); - instance_init(.@instance); mes("[Hugin]"); mes("The time gap was created. When you're ready, talk to me again."); close(); diff --git a/npc/re/instances/WolfchevLaboratory.txt b/npc/re/instances/WolfchevLaboratory.txt index d6c5516e5..efb32be7e 100644 --- a/npc/re/instances/WolfchevLaboratory.txt +++ b/npc/re/instances/WolfchevLaboratory.txt @@ -1859,30 +1859,29 @@ lhz_dun04,151,276,3 script Researcher#memo 4_LGTSCIENCE,{ } if (getpartyleader(getcharid(CHAR_ID_PARTY),2) == getcharid(CHAR_ID_CHAR)) { .@instance = instance_create("Worsef", getcharid(CHAR_ID_PARTY)); - if (.@instance < 0) { - mes "[Wolfchev]"; - mes "Hmm.. Lab entering system is a bit weird. Would wait for me to check the system?"; - } else { - mes "[Wolfchev]"; - mes "Please hold on.."; - next; - mes "Wolfchev starts to control certain gear."; - next; - progressbar "FF00FF", 2; - if (instance_attachmap("1@lhz", .@instance) != "") { - instance_set_timeout 14400, 300, .@instance; - instance_init(.@instance); - mes "[Wolfchev]"; - mes "Alright! I have marked lan entering system code as"; - mes "^0000ff"+ strcharinfo(PC_PARTY) +"^000000 party leader's name ^0000ff"+ strcharinfo(PC_NAME) +"^000000!!."; - next; - mes "[Wolfchev]"; - mes "Now, your party is free to pass the entrance."; - } else { + if (.@instance >= 0) { + if (instance_attachmap("1@lhz", .@instance) == "") { + mes("[Wolfchev]"); + mes("Hmm.. Lab entering system is a bit weird. Would wait for me to check the system?"); instance_destroy(.@instance); + close(); } + instance_set_timeout 14400, 300, .@instance; + instance_init(.@instance); } - close; + mes("[Wolfchev]"); + mes("Please hold on.."); + next(); + mes("Wolfchev starts to control certain gear."); + next(); + progressbar("FF00FF", 2); + mes("[Wolfchev]"); + mes("Alright! I have marked lan entering system code as"); + mesf("^0000ff%s^000000 party leader's name ^0000ff%s^000000!!.", strcharinfo(PC_PARTY), strcharinfo(PC_NAME)); + next(); + mes("[Wolfchev]"); + mes("Now, your party is free to pass the entrance."); + close(); } else { mes "[Wolfchev]"; mes "You are not the ^0000ffLeader of the party^000000, are you? Please go get the leader."; diff --git a/npc/re/instances/ghost_palace.txt b/npc/re/instances/ghost_palace.txt index e4ca12f99..3e708dc57 100644 --- a/npc/re/instances/ghost_palace.txt +++ b/npc/re/instances/ghost_palace.txt @@ -91,27 +91,24 @@ dali02,44,129,5 script Unpleasent Royal Guard 4_M_SAKRAYROYAL,{ .@instance = instance_create(_("Ghost Palace"), .@party_id); .@p_name$ = getpartyname(.@party_id); .@md_name$ = _("Ghost Palace"); - if (.@instance < 0) { - mesf("Party Name: %s", .@p_name$); - mesf("Party Leader: %s", strcharinfo(PC_NAME)); - mesf("^0000FF%s^000000 - Reservation Failed!", .@md_name$); - close(); - } - if (instance_attachmap("1@spa", .@instance) != "") { + if (.@instance >= 0) { + if (instance_attachmap("1@spa", .@instance) == "") { + mesf("Party Name: %s", .@p_name$); + mesf("Party Leader: %s", strcharinfo(PC_NAME)); + mesf("^0000FF%s^000000 - Reservation Failed!", .@md_name$); + instance_destroy(.@instance); + close(); + } instance_set_timeout(3600, 300, .@instance); instance_init(.@instance); if (!questprogress(1260)) setquest(1260); - mes("[Unpleasent Royal Guard]"); - mes("Thank You..\r" - "I will open the secret passage to ^0000FFGhost Palace.^000000\r" - "Please be ready!"); - close(); - } else { - instance_destroy(.@instance); - mesf("^0000FF%s^000000 - Reservation Failed!", .@md_name$); - close(); } + mes("[Unpleasent Royal Guard]"); + mes("Thank You..\r" + "I will open the secret passage to ^0000FFGhost Palace.^000000\r" + "Please be ready!"); + close(); } dali02,41,134,0 script Interdimensional Device::gpportal PORTAL,{ diff --git a/npc/re/instances/octopus_cave.txt b/npc/re/instances/octopus_cave.txt index e4d8d4357..4c964072a 100644 --- a/npc/re/instances/octopus_cave.txt +++ b/npc/re/instances/octopus_cave.txt @@ -85,22 +85,19 @@ mal_dun01,151,235,5 script Starfish 4_ASTER,{ erasequest(4197); if (countitem(Octopus_Hunt_Stick)) { .@instance = instance_create(.@md_name$, .@party_id); - if (.@instance < 0) { - mes("[Starfish]"); - mesf("Party name is... %s.", getpartyname(.@party_id)); - mesf("Party leader is... %s.", strcharinfo(PC_NAME)); - mesf("^0000FF%s^000000, I cannot open now, hehe.", .@md_name$); - mes("Now is not the time, please wait."); - close(); + if (.@instance >= 0) { + if (instance_attachmap("1@cash", .@instance) == "") { + mes("[Starfish]"); + mesf("Party name is... %s.", getpartyname(.@party_id)); + mesf("Party leader is... %s.", strcharinfo(PC_NAME)); + mesf("^0000FF%s^000000, I cannot open now, hehe.", .@md_name$); + mes("Now is not the time, please wait."); + instance_destroy(.@instance); + close(); + } + instance_set_timeout(3600, 300, .@instance); + instance_init(.@instance); } - if (instance_attachmap("1@cash", .@instance) == "") { - mesf("^0000FF%s^000000 - Reservation Failed!", .@md_name$); - instance_destroy(.@instance); - close(); - } - instance_set_timeout(3600, 300, .@instance); - instance_init(.@instance); - mes("[Starfish]"); mesf("I will open the gate for a while to ^0000FF%s^000000.", .@md_name$); mes("Please catch that pervert octopus, and come back with it sticked to the pick, hehe."); diff --git a/npc/re/instances/saras_memory.txt b/npc/re/instances/saras_memory.txt index c9a47534b..9eac396aa 100644 --- a/npc/re/instances/saras_memory.txt +++ b/npc/re/instances/saras_memory.txt @@ -185,19 +185,17 @@ dali,138,118,0 script Dimensional Device#dimen PORTAL,{ if (getcharid(CHAR_ID_CHAR) != getpartyleader(.@party_id, 2)) end; .@instance = instance_create(.@md_name$, .@party_id); - if (.@instance < 0) { - mesf("Party Name: %s", .@p_name$); - mesf("Party Leader: %s", strcharinfo(PC_NAME)); - mesf("^0000FF%s^000000 - Reservation Failed!", .@md_name$); - close(); - } - if (instance_attachmap("1@sara", .@instance) == "") { - mesf("^0000FF%s^000000 - Reservation Failed!", .@md_name$); - instance_destroy(.@instance); - close(); + if (.@instance >= 0) { + if (instance_attachmap("1@sara", .@instance) == "") { + mesf("Party Name: %s", .@p_name$); + mesf("Party Leader: %s", strcharinfo(PC_NAME)); + mesf("^0000FF%s^000000 - Reservation Failed!", .@md_name$); + instance_destroy(.@instance); + close(); + } + instance_set_timeout(3600, 300, .@instance); + instance_init(.@instance); } - instance_set_timeout(3600, 300, .@instance); - instance_init(.@instance); mes("^FF0000The dimensional boots up cleanly. Use the device to enter the crack in space and time.^000000"); close(); case 2: diff --git a/src/char/char.c b/src/char/char.c index de4c4c8f0..92b0209b2 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -4684,7 +4684,7 @@ void char_parse_char_create_new_char(int fd, struct char_session_data* sd) RFIFOSKIP(fd, 36); return; } - result = chr->make_new_char_sql(sd, RFIFOP(fd, 2), 1, 1, 1, 1, 1, 1, RFIFOB(fd, 26), RFIFOW(fd, 27), RFIFOW(fd, 29), RFIFOW(fd, 31), sex); + result = chr->make_new_char_sql(sd, RFIFOP(fd, 2), 1, 1, 1, 1, 1, 1, RFIFOB(fd, 26), RFIFOW(fd, 27), RFIFOW(fd, 29), RFIFOL(fd, 31), sex); #elif PACKETVER >= 20120307 result = chr->make_new_char_sql(sd, RFIFOP(fd, 2), 1, 1, 1, 1, 1, 1, RFIFOB(fd, 26), RFIFOW(fd, 27), RFIFOW(fd, 29), JOB_NOVICE, 'U'); #else diff --git a/src/common/HPM.h b/src/common/HPM.h index e55397022..efa5d8370 100644 --- a/src/common/HPM.h +++ b/src/common/HPM.h @@ -42,11 +42,7 @@ #define DLL HINSTANCE #else // ! WIN32 #include <dlfcn.h> - #ifdef RTLD_DEEPBIND // Certain linux distributions require this, but it's not available everywhere - #define plugin_open(x) dlopen((x),RTLD_NOW|RTLD_DEEPBIND) - #else // ! RTLD_DEEPBIND - #define plugin_open(x) dlopen((x),RTLD_NOW) - #endif // RTLD_DEEPBIND + #define plugin_open(x) dlopen((x), RTLD_NOW) #define plugin_import(x,y,z) (z)dlsym((x),(y)) #define plugin_close(x) dlclose(x) #define plugin_geterror(buf) ((void)buf, dlerror()) diff --git a/src/common/console.c b/src/common/console.c index 0b0a900f6..e7edd7e1e 100644 --- a/src/common/console.c +++ b/src/common/console.c @@ -133,7 +133,10 @@ int console_parse_key_pressed(void) **/ CPCMD_C(exit, server) { - core->runflag = 0; + if (core->shutdown_callback != NULL) + core->shutdown_callback(); + else + core->runflag = CORE_ST_STOP; } /** diff --git a/src/common/core.c b/src/common/core.c index 1bd332eec..406bb7629 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -80,9 +80,6 @@ // And don't complain to us if the XYZ plugin you installed wiped your hard disk, or worse. // Note: This feature is deprecated, and should not be used. -/// Called when a terminate signal is received. -void (*shutdown_callback)(void) = NULL; - struct core_interface core_s; struct core_interface *core = &core_s; @@ -128,8 +125,8 @@ static BOOL WINAPI console_handler(DWORD c_event) case CTRL_CLOSE_EVENT: case CTRL_LOGOFF_EVENT: case CTRL_SHUTDOWN_EVENT: - if( shutdown_callback != NULL ) - shutdown_callback(); + if (core->shutdown_callback != NULL) + core->shutdown_callback(); else core->runflag = CORE_ST_STOP;// auto-shutdown break; @@ -158,8 +155,8 @@ static void sig_proc(int sn) case SIGTERM: if (++is_called > 3) exit(EXIT_SUCCESS); - if( shutdown_callback != NULL ) - shutdown_callback(); + if (core->shutdown_callback != NULL) + core->shutdown_callback(); else core->runflag = CORE_ST_STOP;// auto-shutdown break; diff --git a/src/login/lclif.p.h b/src/login/lclif.p.h index 5c5c062d3..6456914db 100644 --- a/src/login/lclif.p.h +++ b/src/login/lclif.p.h @@ -273,7 +273,8 @@ struct packet_AC_ACCEPT_LOGIN { char last_login_time[26]; ///< Last login timestamp uint8 sex; ///< Account sex #if PACKETVER >= 20170315 - char unknown1[17]; + char twitter_auth_token[16]; + uint8 twitter_flag; #endif struct { uint32 ip; ///< Server IP address diff --git a/src/map/clif.c b/src/map/clif.c index a4d2f62b1..aeaf03e43 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -3089,7 +3089,7 @@ void clif_updatestatus(struct map_session_data *sd,int type) WFIFOL(fd,4)=sd->status.zeny; len = packet_len(0xb1); break; -// [4144] unconfirment exact version can be from 20170405 to 20170913 +// [4144] exact version unknown, between 20170405 to 20170913? #if PACKETVER >= 20170830 case SP_BASEEXP: WFIFOW(fd, 0) = 0xacb; @@ -11081,7 +11081,7 @@ void clif_parse_CreateChatRoom(int fd, struct map_session_data* sd) __attribute_ /// 1 = public void clif_parse_CreateChatRoom(int fd, struct map_session_data* sd) { - int len = RFIFOW(fd,2)-15; + int len = (int)RFIFOW(fd, 2) - 15; int limit; bool pub; const char *password; //not zero-terminated @@ -11137,7 +11137,7 @@ void clif_parse_ChatRoomStatusChange(int fd, struct map_session_data* sd) __attr /// 1 = public void clif_parse_ChatRoomStatusChange(int fd, struct map_session_data* sd) { - int len = RFIFOW(fd,2)-15; + int len = (int)RFIFOW(fd, 2) - 15; int limit; bool pub; const char *password; // not zero-terminated @@ -13148,12 +13148,12 @@ void clif_parse_OpenVending(int fd, struct map_session_data* sd) __attribute__(( /// 0 = canceled /// 1 = open void clif_parse_OpenVending(int fd, struct map_session_data* sd) { - short len = (short)RFIFOW(fd,2) - 85; + int len = (int)RFIFOW(fd, 2) - 85; const char *message; bool flag; const uint8 *data; - if (len < 1) + if (len < 0) return; message = RFIFOP(fd,4); @@ -20531,36 +20531,43 @@ void clif_parse_open_ui_request(int fd, struct map_session_data *sd) clif->open_ui(sd, p->UIType); } -void clif_open_ui(struct map_session_data *sd, int8 UIType) +void clif_open_ui(struct map_session_data *sd, enum cz_ui_types uiType) { -#if PACKETVER_RE_NUM >= 20180307 || PACKETVER_MAIN_NUM >= 20180404 || PACKETVER_ZERO_NUM >= 20180411 - int claimed = 0; +#if PACKETVER >= 20150128 struct PACKET_ZC_OPEN_UI p; nullpo_retv(sd); - p.PacketType = 0xAE2; - switch (UIType) { - case STYLIST_UI: - p.UIType = STYLIST_UI; + p.PacketType = openUiType; + switch (uiType) { + case CZ_STYLIST_UI: + p.UIType = ZC_STYLIST_UI; +#if PACKETVER >= 20171122 p.data = 0; +#endif break; - case 5: // client will send 5 for the request but requires to receive ATTENDANCE_UI (7) to open the correct ui. + case CZ_ATTENDANCE_UI: + { +#if PACKETVER_RE_NUM >= 20180307 || PACKETVER_MAIN_NUM >= 20180404 || PACKETVER_ZERO_NUM >= 20180411 + int claimed = 0; if (clif->attendance_timediff(sd) != true) ++claimed; else if (sd->status.attendance_count >= VECTOR_LENGTH(clif->attendance_data)) sd->status.attendance_count = 0; - p.UIType = ATTENDANCE_UI; + p.UIType = ZC_ATTENDANCE_UI; p.data = sd->status.attendance_count * 10 + claimed; +#else + ShowWarning("Attendance System available only for PACKETVER_RE_NUM >= 20180307 || PACKETVER_MAIN_NUM >= 20180404 || PACKETVER_ZERO_NUM >= 20180411.\n"); + return; +#endif break; + } default: - ShowWarning("clif_open_ui: Requested UI (%d) is not implemented yet.\n", UIType); + ShowWarning("clif_open_ui: Requested UI (%u) is not implemented yet.\n", uiType); return; } clif->send(&p, sizeof(p), &sd->bl, SELF); -#else - ShowWarning("Attendance System available only for PACKETVER_RE_NUM >= 20180307 || PACKETVER_MAIN_NUM >= 20180404 || PACKETVER_ZERO_NUM >= 20180411.\n"); #endif } @@ -20827,7 +20834,7 @@ void clif_parse_cz_req_style_change(int fd, struct map_session_data *sd) if (p->BottomAccessory > 0) clif->cz_req_style_change_sub(sd, LOOK_HEAD_BOTTOM, p->BottomAccessory, true); - clif->style_change_response(sd, true); + clif->style_change_response(sd, STYLIST_SHOP_SUCCESS); return; } @@ -20850,7 +20857,7 @@ void clif_cz_req_style_change_sub(struct map_session_data *sd, int type, int16 i } } -void clif_style_change_response(struct map_session_data *sd, int8 flag) +void clif_style_change_response(struct map_session_data *sd, enum stylist_shop flag) { #if PACKETVER >= 20151104 struct PACKET_ZC_STYLE_CHANGE_RES p; diff --git a/src/map/clif.h b/src/map/clif.h index 20ecf8e8d..4b625023f 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -550,19 +550,36 @@ enum CZ_CONFIG { CZ_CONFIG_PET_AUTOFEEDING = 2, CZ_CONFIG_HOMUNCULUS_AUTOFEEDING = 3, }; + /** * Client UI types * used with packet 0xAE2 to request the client to open a specific ui **/ -enum ui_types { - BANK_UI = 0, - STYLIST_UI, - CAPTCHA_UI, - MACRO_UI, - TIPBOX_UI = 5, - RENEWQUEST_UI, - ATTENDANCE_UI +enum zc_ui_types { +#if PACKETVER >= 20150128 + ZC_BANK_UI = 0, + ZC_STYLIST_UI = 1, + ZC_CAPTCHA_UI = 2, + ZC_MACRO_UI = 3, +#endif + zc_ui_unused = 4, // for avoid compilation errors +#if PACKETVER >= 20171122 + ZC_TIPBOX_UI = 5, + ZC_RENEWQUEST_UI = 6, + ZC_ATTENDANCE_UI = 7 +#endif +}; + +/** +* Client to server open ui request types (packet 0x0a68) +**/ +enum cz_ui_types { + CZ_STYLIST_UI = 1, + //unknown = 2, + //unknown = 3, + CZ_ATTENDANCE_UI = 5 }; + /** * Private Airship Responds **/ @@ -616,6 +633,14 @@ struct stylist_data_entry { VECTOR_DECL(struct stylist_data_entry) stylist_data[MAX_STYLIST_TYPE]; /** +* Stylist Shop Responds +**/ +enum stylist_shop { + STYLIST_SHOP_SUCCESS, + STYLIST_SHOP_FAILURE +}; + +/** * Clif.c Interface **/ struct clif_interface { @@ -1444,7 +1469,7 @@ struct clif_interface { bool (*attendance_timediff) (struct map_session_data *sd); time_t (*attendance_getendtime) (void); void (*pOpenUIRequest) (int fd, struct map_session_data *sd); - void (*open_ui) (struct map_session_data *sd, int8 UIType); + void (*open_ui) (struct map_session_data *sd, enum cz_ui_types uiType); void (*pAttendanceRewardRequest) (int fd, struct map_session_data *sd); void (*ui_action) (struct map_session_data *sd, int32 UIType, int32 data); void (*pPrivateAirshipRequest) (int fd, struct map_session_data *sd); @@ -1458,7 +1483,7 @@ struct clif_interface { void (*stylist_send_rodexitem) (struct map_session_data *sd, int16 itemid); void (*pReqStyleChange) (int fd, struct map_session_data *sd); void (*cz_req_style_change_sub) (struct map_session_data *sd, int type, int16 idx, bool isitem); - void (*style_change_response) (struct map_session_data *sd, int8 flag); + void (*style_change_response) (struct map_session_data *sd, enum stylist_shop flag); }; #ifdef HERCULES_CORE diff --git a/src/map/messages_main.h b/src/map/messages_main.h index de56e8c37..bdbb41cdf 100644 --- a/src/map/messages_main.h +++ b/src/map/messages_main.h @@ -24,17 +24,17 @@ /* This file is autogenerated, please do not commit manual changes */ enum clif_messages { -/*20031028 to 20180523 +/*20031028 to 20180605 ๋์ ํ์ญ๋๊น? Do you agree? */ MSG_DO_YOU_AGREE = 0x0, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ฒ ์ฐ๊ฒฐ ์คํจ Failed to Connect to Server. */ MSG_SERVER_CONNECTION_FAILED = 0x1, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ฒ์ ์ฐ๊ฒฐ์ด ๋์ด์ก์ต๋๋ค. Disconnected from Server. */ @@ -42,1511 +42,1511 @@ Disconnected from Server. /*20031028 to 20080617 ์๋ฒ์ ์ฐ๊ฒฐ์ด ๋์ด์ก์ต๋๋ค. Disconnected from Server. -20080624 to 20180523 +20080624 to 20180605 ์๋ฒ์ ์ฐ๊ฒฐ์ด ๋์ด์ก์ต๋๋ค! Disconnected from Server! */ MSG_BANNED = 0x3, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ฒ ์ข
๋ฃ๋จ Server Closed. */ MSG_SERVER_OFF = 0x4, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์ ๊ณ์ ์ผ๋ก ๋ค๋ฅธ ์ฌ์ฉ์๊ฐ ๋ก๊ทธ์ธ ํ์์ต๋๋ค. Someone has Logged in with this ID. */ MSG_DOUBLE_LOGIN_PROHIBITED = 0x5, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฑ๋ก๋์ง ์์ ๊ณ์ ์
๋๋ค. ๋ค์ ํ์ธ ๋ฐ๋๋๋ค. Unregistered ID. Please make sure you have a registered account and you have correctly typed in the user ID. */ MSG_INCORRECT_USERID = 0x6, /*20031028 to 20070704 ๋น๋ฐ๋ฒํธ๊ฐ ํ๋ฆฝ๋๋ค -20070710 to 20180523 +20070710 to 20180605 ์
๋ ฅํ์ ๋น๋ฐ๋ฒํธ๊ฐ ์ฌ๋ฐ๋ฅด์ง ์์ต๋๋ค. Incorrect User ID or Password. Please try again. */ MSG_INCORRECT_PASSWORD = 0x7, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ณธ ID ๋ ์ฌ์ฉ๊ธฐ๊ฐ์ด ๋ง๋ฃ ๋์์ต๋๋ค This ID is expired. */ MSG_ID_EXPIRED = 0x8, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ฒ ์ ๊ทผ ๊ฑฐ๋ถ Rejected from Server. */ MSG_ACCESS_DENIED = 0x9, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์ ์บ๋ฆญํฐ ์ด๋ฆ์ด ์์ต๋๋ค. Character Name already exists. */ MSG_CHARACTER_NAME_ALREADY_EXISTS = 0xa, -/*20031028 to 20180523 +/*20031028 to 20180605 ์บ๋ฆญํฐ ์์ฑ ๊ฑฐ๋ถ๋จ Character Creation is denied. */ MSG_CHARACTER_CREATION_DENIED = 0xb, -/*20031028 to 20180523 +/*20031028 to 20180605 ์บ๋ฆญํฐ ์ญ์ ๊ฑฐ๋ถ Character Deletion is denied. */ MSG_CANNOT_DELETE_CHARACTER = 0xc, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ์ ๋ชฉ๋ฅผ ์
๋ ฅํ์ธ์. Please Enter Room Title. */ MSG_ENTER_ROOM_TITLE = 0xd, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ถ๋๋จ์ด๊ฐ ๊ฒ์ถ๋์์ต๋๋ค. Foul Language Detected. */ MSG_BAD_SENTANGE = 0xe, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ํธ๋ฅผ ์
๋ ฅํ์ธ์. Please enter Password. */ MSG_ENTER_PASSWORD = 0xf, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ํธ๋ฅผ ์๋ฌธ 4์ ์ด์ ์
๋ ฅํ์ธ์. Please enter Password. Passwords must be at least 4 characters long. */ MSG_Enter_Password_more_than_4_char = 0x10, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ข
๋ฃ ํ์๊ฒ ์ต๋๊น? Are you sure that you want to quit? */ MSG_DO_YOU_REALLY_WANT_TO_QUIT = 0x11, -/*20031028 to 20180523 +/*20031028 to 20180605 4์ ์ด์ ์
๋ ฅํด์ฃผ์ธ์. ์ฌ์ฉ์ ๊ณ์ ์ด ์์ผ์ ๋ถ๋ค์ ์ผ์ชฝ ํ๋จ์ [์ ์ฒญ] ๋ฒํผ์ ๋๋ฌ ๊ณ์ ์ ๋ง๋์๊ธฐ ๋ฐ๋๋๋ค. Passwords are at least 4 characters long. Please try again. */ MSG_NAME_MUST_EXCEED_4_CHAR = 0x12, /*20031028 to 20070704 ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํ๊ฒ ์ต๋๊น? -20070618 to 20180523 +20070618 to 20180605 ํ ๋ฒ ์ญ์ ๋ ์บ๋ฆญํฐ ๋ฐ ๊ด๋ จ ์ ๋ณด๋ ๋ค์ ๋ณต๊ตฌ๋์ง ์์ต๋๋ค. ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํ์๊ฒ ์ต๋๊น? Are you sure that you want to delete this character? */ MSG_DELETE_CHARACTER = 0x13, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ถ๋๋จ์ด๊ฐ ๊ฒ์ถ๋์์ต๋๋ค. Foul Language Detected. */ MSG_BAD_NAME = 0x14, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฆ์ ์
๋ ฅํด ์ฃผ์ธ์.(ํ๊ธ 2์ ์๋ฌธ 4์ ์ด์) Character Name must be at least 4 characters long. */ MSG_ENTER_NAME_MORE_THAN_4_CHAR = 0x15, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ช
๋ น์ด ์ผ๋: /h Command List: /h | /help */ MSG_LIST_COMMAND = 0x16, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ดํํธ On Effects On */ MSG_EFFECT_ON = 0x17, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ดํํธ Off Effects Off */ MSG_EFFECT_OFF = 0x18, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฌ์ด๋ ๋ณผ๋ฅจ Sound Volume */ MSG_VOLUME_OF_SOUND = 0x19, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฐ๊ฒฝ์์
๋ณผ๋ฅจ BGM Volume */ MSG_VOLUME_OF_BGM = 0x1a, -/*20031028 to 20180523 +/*20031028 to 20180605 ํจ๊ณผ์ On Sound Effects On */ MSG_SOUND_ON = 0x1b, -/*20031028 to 20180523 +/*20031028 to 20180605 ํจ๊ณผ์ Off Sound Effects Off */ MSG_SOUND_OFF = 0x1c, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ๋ ์์คํต On Frame Skip On */ MSG_FRAME_SKIP_ON = 0x1d, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ๋ ์์คํต Off Frame Skip Off */ MSG_FRAME_SKIP_OFF = 0x1e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฐ๊ฒฝ์์
On BGM On */ MSG_BGM_ON = 0x1f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฐ๊ฒฝ์์
Off BGM Off */ MSG_BGM_OFF = 0x20, -/*20031028 to 20180523 +/*20031028 to 20180605 /h or /help: ๋ช
๋ น์ด ์ผ๋ /h or /help: Shows this Command Help List */ MSG_EXPLAIN_HELP = 0x21, -/*20031028 to 20180523 +/*20031028 to 20180605 /w or /who or /์ ์์ or /๋๊ตฌ: ํ์ฌ ์ ์์์ ๋ณด๊ธฐ /w or /who or /player or /who: wiew current the number of player */ MSG_EXPLAIN_WHO = 0x22, -/*20031028 to 20180523 +/*20031028 to 20180605 /์์
: ๋ฐฐ๊ฒฝ์์
On Off /music: Turns BGM On or Off */ MSG_EXPLAIN_MUSIC = 0x23, -/*20031028 to 20180523 +/*20031028 to 20180605 /ํจ๊ณผ์ : ํจ๊ณผ์ On Off /sound: Turns Sound Effects On or Off */ MSG_EXPLAIN_SOUND = 0x24, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ดํํธ : ์ดํํธ On Off /effect: Effects On or Off */ MSG_EXPLAIN_EFFECT = 0x25, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ขํ or /์ฅ์: ํ์ฌ ์์น ํ์ /where: Shows your present location */ MSG_EXPLAIN_POS = 0x26, -/*20031028 to 20180523 +/*20031028 to 20180605 /skip : ํ๋์์คํต On Off /skip: Turns Frame Skip On or Off */ MSG_EXPLAIN_FRAMESKIP = 0x27, -/*20031028 to 20180523 +/*20031028 to 20180605 /v (0~127): ํจ๊ณผ์ ๋ณผ๋ฅจ์กฐ์ /v (0~127): Controls the volume of the Sound Effects */ MSG_EXPLAIN_SOUNDVOLUME = 0x28, -/*20031028 to 20180523 +/*20031028 to 20180605 /bv (0~127): ๋ฐฐ๊ฒฝ์์
๋ณผ๋ฅจ์กฐ์ /bv (0~127): Controls the volume of the BGM */ MSG_EXPLAIN_BGMVOLUME = 0x29, -/*20031028 to 20180523 +/*20031028 to 20180605 /ex (์บ๋ฆญํฐ์ด๋ฆ) or /์ฐจ๋จ (์บ๋ฆญํฐ์ด๋ฆ) : ํด๋น์บ๋ฆญํฐ์ ๋ํด ๊ท๋ง์ฐจ๋จ /ex (Character Name): Blocks whispering from the Character */ MSG_EXPLAIN_SAYISOLATION = 0x2a, -/*20031028 to 20180523 +/*20031028 to 20180605 /ex or /์ฐจ๋จ : ๊ท๋ง์ฐจ๋จ ์บ๋ฆญํฐ ๋ฆฌ์คํธ /ex: View a list of Characters you have Blocked */ MSG_EXPLAIN_LIST_SAYISOLATION_CHAR = 0x2b, -/*20031028 to 20180523 +/*20031028 to 20180605 /in (์บ๋ฆญํฐ์ด๋ฆ) or /ํด์ (์บ๋ฆญํฐ์ด๋ฆ) : ํด๋น์บ๋ฆญํฐ์ ๋ํด ๊ท๋งํ์ฉ /in (Character Name): Allows whispering from the Character */ MSG_EXPLAIN_SAY_PERMIT = 0x2c, -/*20031028 to 20180523 +/*20031028 to 20180605 /inall or /ํด์ ์ ๋ถ : ๋ชจ๋์๊ฒ ๊ท๋งํ์ฉ /inall: Allows whispers from anyone */ MSG_EXPLAIN_SAY_PERMITALL = 0x2d, -/*20031028 to 20180523 +/*20031028 to 20180605 /exall or /์ฐจ๋จ์ ๋ถ : ๋ชจ๋์๊ฒ ๊ท๋ง์ฐจ๋จ /exall: Blocks whispers from everyone */ MSG_EXPLAIN_SAY_ISOLATEALL = 0x2e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ค๋ฅธ์ ์ ์บ๋ฆญํฐ๋ฅผ ๋ง์ฐ์ค ์ค๋ฅธ๋ฒํผ์ ๋๋ฅด๊ณ ์๋ ์ํ์์ ์ผ๋ฒํผ์ผ๋ก ํด๋ฆญํ๋ฉด ๊ทธ์บ๋ฆญํฐ์ด๋ฆ์ด ๊ท๋ง์ฝค๋ณด๋ฐ์ค์ ์ ์ฅ๋ฉ๋๋ค. Right click on a character and select [Register as a Friend] to add a person to your Friend List. */ MSG_EXPLAIN_TIP1 = 0x2f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋จ์ถ์์ดํฌ์ฐฝ(F12) ์๋น์ฅ๋น ์์ดํ
์ ๋๋๊ทธํํ ์ฌ์ฉํ์ธ์. ์ฌ์ฉํค(F1F2F3F4F5F6F7F8F9) F12 Brings up a Hotkey Window which allows you to drag and drop Recovery Items, Equipment and Skills into it for faster access. */ MSG_EXPLAIN_TIP2 = 0x30, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์๋ง์ 3๋ฒ์ด์ ์ฐ์ํด์ ์ ์กํ ์ ์์ต๋๋ค. You can't type the same word/phrase more than 3 times. */ MSG_NO_SAME_SENTANCE = 0x31, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ถ๋๋จ์ด ๊ฒ์ถ๋ก ์ ์ก์ด ์ค๋จ ๋์์ต๋๋ค. Chat Filter: Yeah, uh, I don't think so buddy... */ MSG_NO_SEND_BECAUSE_INSULT = 0x32, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์์์ดํ
์ ํ๋ฒ๋ง ์ฌ๋ฆด์ ์์ต๋๋ค. You cannot overlap items on a window. */ MSG_CAN_DRAG_ITEM_OLNY_ONETIME = 0x33, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ฒ๊ฐ ์ด๊ณผํ์ฌ ์์ดํ
์ ๊ฐ์ง ์ ์์ต๋๋ค. You cannot carry more items because you are overweight. */ MSG_CANT_GET_ITEM_BECAUSE_WEIGHT = 0x34, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์ ๊ฐ์ง ์ ์์ต๋๋ค. You cannot get the item. */ MSG_CANT_GET_ITEM = 0x35, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฑฐ๋๊ฐ ์ ์ด๋ฃจ์ด์ก์ต๋๋ค. The deal has successfully completed. */ MSG_DEAL_SECCESS = 0x36, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋์ด ๋ถ์กฑํฉ๋๋ค. You do not have enough zeny. */ MSG_INSUFFICIENT_MONEY = 0x37, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ฒ๊ฐ ์ด๊ณผ ๋์์ต๋๋ค. You are over your Weight Limit. */ MSG_OVER_WEIGHT = 0x38, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฑฐ๋๊ฐ ์คํจ ํ์ต๋๋ค. The deal has failed. */ MSG_DEAL_FAIL = 0x39, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ชจ๋์๊ฒ ๊ท๋ง๊ฑฐ๋ถ์ํ๋ก๋จ You've blocked whispers from everyone. */ MSG_REFUSE_HEAR_ALL = 0x3a, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ชจ๋์๊ฒ ๊ท๋ง๊ฑฐ๋ถ์์ฒญ ์คํจํจ You've failed to block all whispers. */ MSG_REQ_REFUSE_HEAR_ALL_FAIL = 0x3b, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ชจ๋์๊ฒ ๊ท๋ง๊ฐ๋ฅ์ํ๊ฐ๋จ You've allowed whispers from everyone. */ MSG_HEAR_ALL = 0x3c, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ชจ๋์๊ฒ ๊ท๋ง๊ฐ๋ฅ์์ฒญ ์คํจํจ You've failed to allow all whispers. */ MSG_REQ_HEAR_ALL_FAIL = 0x3d, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ท๋ง ๊ฑฐ๋ถ ๋ฆฌ์คํธ๊ฐ ์์ต๋๋ค You have no Block List. */ MSG_NO_REFUSE_HEAR_LIST = 0x3e, -/*20031028 to 20180523 +/*20031028 to 20180605 -๊ท๋ง ๊ฑฐ๋ถ ๋ฆฌ์คํธ- [ Character Block List ] */ MSG_REFUSE_HEAR_LIST = 0x3f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ์ด ์ ๋ง๋ค์ด ์ก์ต๋๋ค. Room has been successfully created. */ MSG_ROOM_IS_MADE = 0x40, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ๊ฐฏ์๊ฐ ํ์ฉ๊ฐฏ์๋ฅผ ์ด๊ณผ ํ์์ต๋๋ค. Room Limit Exceeded. */ MSG_TOO_MANY_ROOM = 0x41, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์ ๋ฐฉ์ ๋ชฉ์ด ์์ต๋๋ค. Same Room exists. */ MSG_SAME_ROOM_TITLE = 0x42, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ธ์์ด๊ณผ๋ก ๋ฐฉ์ ๋ค์ด๊ฐ ์ ์์ต๋๋ค. The Room is full. */ MSG_TOO_MANY_PEOPLE_IN_ROOM = 0x43, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์ ๋ก ํด์ฅ๋ ๋ฐฉ์
๋๋ค. You have been kicked out of this room. */ MSG_YOU_HAVE_BANNED_FROM_THE_ROOM = 0x44, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ตํ์์ฒญ์ ๊ฑฐ์ ํ์ต๋๋ค. The deal has been rejected. */ MSG_REJECT_DEAL = 0x45, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ตํ๊ฐ๋ฅ๊ฑฐ๋ฆฌ๋ฅผ ๋ฒ์ด๋ฌ์ต๋๋ค. You are too far away from the person to trade. */ MSG_TOO_FAR_TO_DEAL = 0x46, -/*20031028 to 20180523 +/*20031028 to 20180605 ํด๋น ์บ๋ฆญํฐ๊ฐ ์์ต๋๋ค. The Character is not currently online or does not exist. */ MSG_CHARACTER_IS_NOT_EXIST = 0x47, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ค๋ฅธ์บ๋ฆญํฐ์ ๊ตํ์ค์
๋๋ค. The person is in another deal. */ MSG_CHARACTER_IS_DEALING = 0x48, /*20031028 to 20110627 ์ํ์บ๋ฆญํฐ ์ค๋์ด๊ณผ๋ก ์ฌ๋ ค๋์์๊ฐ ์์ต๋๋ค. -20110705 to 20180523 +20110705 to 20180605 ์๋ ์บ๋ฆญํฐ ์ค๋์ด๊ณผ๋ก ์ฌ๋ ค๋์ ์ ์์ต๋๋ค. You cannot trade because this character will exceed his weight limit. */ MSG_CHARACTER_IS_OVER_WEIGHT = 0x49, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฑฐ๋๊ฐ ์ทจ์ ๋์์ต๋๋ค. The deal has been canceled. */ MSG_DEAL_IS_CANCELED = 0x4a, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
๊ตํ์ด ์ ๋์์ต๋๋ค. The deal has successfully completed. */ MSG_DEAL_SUCCESS = 0x4b, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
๊ตํ์ด ์คํจ ํ์์ต๋๋ค. The deal has failed. */ MSG_DEAL_FAILED = 0x4c, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ๊ฐ ๋ง๋ค์ด์ก์ต๋๋ค. Party has successfully been organized. */ MSG_PARTY_MAKE_SUCCEED = 0x4d, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์ ํํฐ์ด๋ฆ์ด ์์ต๋๋ค. That Party Name already exists. */ MSG_SAME_PARTY_NAME = 0x4e, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฏธ ํํฐ์ ์ํด์์ต๋๋ค. The Character is already in a party. */ MSG_YOU_ARE_ALREADY_IN_PARTY = 0x4f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ค๋ฅธํํฐ์ ๊ฐ์
๋์ด ์์ต๋๋ค. The Character already joined another party. */ MSG_CHARACTER_IS_ALREADY_IN_PARTY = 0x50, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ๊ฐ์
์ ๊ฑฐ๋ถํ์ต๋๋ค. Request for party rejected. */ MSG_CHARACTER_REJECT_JOIN = 0x51, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ๊ฐ์
์ ์๋ฝํ์ต๋๋ค. Request for party accepted. */ MSG_CHARACTER_ACCEPT_JOIN = 0x52, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ์ ์์ ์ด๊ณผํ์ต๋๋ค. Party Capacity exceeded. */ MSG_TOO_MANY_PEOPLE_IN_PARTY = 0x53, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ์์ ํํดํ์์ต๋๋ค. You left the party. */ MSG_YOU_LEAVE_FROM_PARTY = 0x54, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์ฒด์๊ฒ ๋ณด๋ Send to All */ MSG_SEND_TO_ALL = 0x55, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ์๊ฒ ๋ณด๋ Send to Party */ MSG_SEND_TO_PARTY = 0x56, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋๊ณผ์ ๊ฑฐ๋์์ฒญ Request a deal with %s */ MSG_REQ_DEAL_WITH = 0x57, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ ํํฐ์ ๊ฐ์
์์ฒญ Ask %s to join your party */ MSG_REQ_JOIN_PARTY = 0x58, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋น๊ณต๊ฐ : Pri: */ MSG_ROOM_PRIVATE = 0x59, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฐ : Pub: */ MSG_ROOM_PUBLIC = 0x5a, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ง์ง๋ง ์ฒดํฌ์ง์ ๋ถํฐ ์์ํ๋ ค๋ฉด '์ฌ์์'์ ์บ๋ฆญํฐ ์ ํ์ผ๋ก ๋์๊ฐ๋ ค๋ฉด '์ข
๋ฃ'๋ฅผ ๋๋ฌ์ฃผ์ธ์. Click ''Restart'' to go back to your save point or click ''Exit'' to select another character. */ MSG_RESTART_MSG = 0x5b, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ํ๋ ๊ฑฐ๋๋ฅผ ์ ํํ์ธ์. Please select a Deal Type. */ MSG_SELECT_DEAL_TYPE = 0x5c, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋์ด ๊ฑฐ๋๋ฅผ ์์ฒญํ์ต๋๋ค. requests a deal. */ MSG_SUGGEST_DEAL = 0x5d, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ์์ ์ด์ฒญ ๋ฉ์์ง๊ฐ ์์ต๋๋ค. ํฉ๋ฅํ๊ฒ ์ต๋๊น? Party has sent you an invitation. Would you like to join? */ MSG_SUGGEST_JOIN_PARTY = 0x5e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ช
๋ น์ด ํ๋ ธ์ต๋๋ค. Invalid Command */ MSG_INVALID_COMMAND = 0x5f, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํดํ๊ธฐ Leave party */ MSG_LEAVE_PARTY = 0x60, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋ช
์ํค๊ธฐ Expel */ MSG_EXPEL = 0x61, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ชฝ์ง๋ณด๋ด๊ธฐ Send Message */ MSG_MSG = 0x62, -/*20031028 to 20180523 +/*20031028 to 20180605 1:1 ๋ํ 1:1 Chat */ MSG_1ON1 = 0x63, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋ณด Information */ MSG_CHARACTER_INFO = 0x64, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ์ค์ Party Setup */ MSG_PARTY_SETTING = 0x65, -/*20031028 to 20180523 +/*20031028 to 20180605 ์น๊ตฌ Friend */ MSG_FRIEND = 0x66, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ Party */ MSG_PARTY = 0x67, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฅ์ฐฉ์์ดํ
Equipment */ MSG_EQUIPED_ITEM = 0x68, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํ
์ดํฐ์ค Status */ MSG_STATUS_ = 0x69, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ง์์ดํ
Inventory */ MSG_ITEM = 0x6a, -/*20031028 to 20180523 +/*20031028 to 20180605 /๊ฒฐ์ฑ [ํํฐ์ด๋ฆ] : ํํฐ๊ฒฐ์ฑ /ํํด : ํํฐํํด /organize ''Party Name'' To organize a party. Type /leave To leave a Party. */ MSG_EXPLAIN_PARTY = 0x6b, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ ์ด ํํฐ๋ฆฌ๋์ผ๋ ์บ๋ฆญํฐ๋ฅผ ์ค๋ฅธ๋ฒํผ์ผ๋ก ํด๋ฆญํ๋ฉด ํํฐ์ ๊ฐ์
์์ฒญํ๊ธฐ ๋ฉ๋ด๊ฐ ๋น๋๋ค. If you are the party master, you can invite someone into your party by right-clicking on a Character. */ MSG_EXPLAIN_TIP3 = 0x6c, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ๋ณต Consumables */ MSG_RESTORE = 0x6d, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฒฉ Attack */ MSG_ATTACK = 0x6e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ณด์กฐ Support */ MSG_SUPPORT = 0x6f, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์ฒด All */ MSG_ALL = 0x70, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ธฐ Weapons */ MSG_WEAPON = 0x71, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ์ด Defense */ MSG_DEFENCE = 0x72, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ Water */ MSG_WATER = 0x73, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง Earth */ MSG_EARTH = 0x74, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ Fire */ MSG_FIRE = 0x75, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ Wind */ MSG_WIND = 0x76, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์์ข
๋ฅ์ ์ฅ๋น์์ดํ
์ ํ๋ฒ์ ํ๊ฐ๋ง ์ด ์ ์์ต๋๋ค. Please avoid buying 2 of the same items at one time. */ MSG_EQUIPITEM_OLNY_ONE = 0x77, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฐฝ๋ชจ๋์์ ์คํ ํ ๋๋ 16๋นํธ ์ปฌ๋ฌ๋ก ๋ง์ถฐ์ฃผ์ธ์. Please change your desktop Color Depth to 16-bit when running Ragnarok in windowed mode. */ MSG_ONLY_16BIT_WHEN_WINDOWMODE = 0x78, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. Please wait... */ MSG_PLEASE_BE_PATIENT = 0x79, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. Please wait... */ MSG_WAITING_RESPONSE_FROM_SERVER = 0x7a, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. Please wait... */ MSG_MAKING_CHARACTER = 0x7b, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. Please wait... */ MSG_DELETING_CHARACTER = 0x7c, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ ๋ง๋ค๊ธฐ Make a Room */ MSG_MAKING_ROOM = 0x7d, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ์
ํ
๋ฐ๊พธ๊ธฐ Room Setup */ MSG_CHANGE_ROOM_SETTING = 0x7e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐํด์ํค๊ธฐ Kick Character Out */ MSG_BAN = 0x7f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ์ฅ๊ถํ ์ฃผ๊ธฐ Give Master Authority */ MSG_GIVE_GIVE_ROOM_POWER = 0x80, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋ณด๋ณด๊ธฐ View Information */ MSG_SEE_INFORMATION_OF_CHARACTER = 0x81, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ํ๋ฐฉ Chat Room */ MSG_CHAT_ROOM = 0x82, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ช
Ppl */ MSG_COUNT_UNIT_OF_PEOPLE = 0x83, -/*20031028 to 20180523 +/*20031028 to 20180605 /์๊ธฐ or /sit : ์๊ธฐ. ์์์์๋ ์๊ธฐ /sit: Sit command. If you are sitting, you will stand instead. */ MSG_EXPLAIN_SIT = 0x84, -/*20031028 to 20180523 +/*20031028 to 20180605 /์๊ธฐ or /stand : ์๊ธฐ. ์์์๋ ์๊ธฐ /stand: Stand command. If you are standing, you will sit instead. */ MSG_EXPLAIN_STAND = 0x85, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ฑํ
๋ฐฉ or /chat : ์ฑํ
๋ฐฉ ๋ง๋ค๊ธฐ์ฐฝ ๋์ฐ๊ธฐ /chat: Creates a Chat Room */ MSG_EXPLAIN_MAKE_CHAT = 0x86, -/*20031028 to 20180523 +/*20031028 to 20180605 /q : ์ฑํ
๋ฐฉ ๋๊ฐ๊ธฐ. /q: Leaves a Chat Room */ MSG_EXPLAIN_EXIT_CHAT_ROOM = 0x87, -/*20031028 to 20180523 +/*20031028 to 20180605 /๊ฑฐ๋ [์บ๋ฆญํฐ์ด๋ฆ] or /๊ตํ [์บ๋ฆญํฐ์ด๋ฆ] or /deal [์บ๋ฆญํฐ์ด๋ฆ] : ํด๋น ์บ๋ฆญํฐ์ ๊ฑฐ๋์์ฒญ /deal ''Character Name'' Requests a deal with a character */ MSG_EXPLAIN_DEAL = 0x88, -/*20031028 to 20180523 +/*20031028 to 20180605 /๊ฒฐ์ฑ [ํํฐ์ด๋ฆ] or /organize [ํํฐ์ด๋ฆ] : ํํฐ๊ฒฐ์ฑ /organize ''Party Name'' Organizes a party */ MSG_EXPLAIN_ORGANIZE_PARTY = 0x89, -/*20031028 to 20180523 +/*20031028 to 20180605 /ํํด or /leave : ํํฐ ํํด /leave: Leaves a party */ MSG_EXPLAIN_LEAVE_PARTY = 0x8a, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ ๋ช
[์บ๋ฆญํฐ์ด๋ฆ] or /expel [์บ๋ฆญํฐ์ด๋ฆ] : ํด๋น์บ๋ฆญํฐ๋ฅผ ํํฐ์์ ์ ๋ช
์ํด /expel ''Character Name'' kicks a Character out of your party */ MSG_EXPLAIN_EXPEL_PARTY_MEMBER = 0x8b, -/*20031028 to 20180523 +/*20031028 to 20180605 [Alt] + [End] : ํ๋ ์ด์ด hp/sp ๊ฒ์ด์ง On Off [Alt] + [End]: Turns HP/SP Bar On or Off */ MSG_EXPLAIN_TIP4 = 0x8c, -/*20031028 to 20180523 +/*20031028 to 20180605 [Alt] + [Home] : ์ง๋ฉด ์ปค์ ํ์ On Off [Alt] + [Home]: Turns Ground Cursor On or Off */ MSG_EXPLAIN_TIP5 = 0x8d, -/*20031028 to 20180523 +/*20031028 to 20180605 [Insert] : ์๊ธฐ ์๊ธฐ [Insert]: Makes you sit or stand. (Hotkey to toggle between /sit and /stand) */ MSG_EXPLAIN_TIP6 = 0x8e, -/*20031028 to 20180523 +/*20031028 to 20180605 MVP๊ฐ ๋์
จ์ต๋๋ค!! MVP ์์ดํ
์ Congratulations! You are the MVP! Your reward item is */ MSG_YOU_RECEIVE_MVP_ITEM = 0x8f, -/*20031028 to 20180523 +/*20031028 to 20180605 !! !! */ MSG_YOU_RECEIVE_MVP_ITEM2 = 0x90, -/*20031028 to 20180523 +/*20031028 to 20180605 MVP๊ฐ ๋์
จ์ต๋๋ค!! ํน๋ณ๊ฒฝํ์น Congratulations! You are the MVP! Your reward EXP Points are */ MSG_YOU_RECEIVE_MVP_EXP = 0x91, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ๋!! !! */ MSG_YOU_RECEIVE_MVP_EXP2 = 0x92, -/*20031028 to 20180523 +/*20031028 to 20180605 MVP๊ฐ ๋์
จ์ต๋๋ค๋ง ๋ฌด๊ฒ์ด๊ณผ๋ก MVP ์์ดํ
์ ๊ฐ์ง ์ ์์์ต๋๋ค!! You are the MVP, but you can't take the reward because you are over your weight limit. */ MSG_YOU_THROW_MVPITEM = 0x93, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ ์บ๋ฆญํฐ ์ด๋ฆ ์
๋๋ค. There is no such character name or the user is offline. */ MSG_NOT_EXIST_CHARACTER = 0x94, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ ๊ฑฐ๋ถ ์ํ์
๋๋ค. doesn't want to receive your messages. */ MSG_NO_RECEIVE_MODE = 0x95, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ชจ๋ ์บ๋ฆญํฐ์ ๋ํด ์์ ๊ฑฐ๋ถ ์ํ ์
๋๋ค. is not in the mood to talk with anyone. */ MSG_NO_RECEIVE_MODE_FOR_ALL = 0x96, -/*20031028 to 20180523 +/*20031028 to 20180605 ์บ๋ฆญํฐ ์ ์๋๊ธฐ ์ฑ๊ณต. Killed/Disconnected User. */ MSG_SUCCESS_DISCONNECT_CHARACTER = 0x97, -/*20031028 to 20180523 +/*20031028 to 20180605 ์บ๋ฆญํฐ ์ ์๋๊ธฐ ์คํจ. Kill has failed. */ MSG_FAIL_DISCONNECT_CHARACTER = 0x98, -/*20031028 to 20180523 +/*20031028 to 20180605 %s %d ๊ฐ ํ๋ You got %s (%d). */ MSG_GET_ITEM = 0x99, -/*20031028 to 20180523 +/*20031028 to 20180605 [Alt] + [=] : ์ํ๋ฒณ ๊ฐ๊ฒฉ์ด ๋์ด์ก์๋ ๋๋๋ฆฌ๊ธฐ. [Alt] + [=]: Fix the interval error between letters. */ MSG_EXPLAIN_TIP7 = 0x9a, -/*20031028 to 20180523 +/*20031028 to 20180605 [F10] : ์ฑํ
์ฐฝ ํฌ๊ธฐ์กฐ์ [Alt] + [F10] : ์ฑํ
์ฐฝ On Off [F10]: To toggle Chat Window size; [Alt] + [F10]: Toggle Chat Window On or Off */ MSG_EXPLAIN_TIP8 = 0x9b, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ท์๋ง ํ๋๋ฒ : ์ฑํ
์ฐฝ ์ผ์ชฝ ์
๋ ฅ๋์ ์บ๋ฆญํฐ์ด๋ฆ์ ์
๋ ฅํ๊ณ ์ค๋ฅธ์ชฝ ์
๋ ฅ๋์ ๋ง์ ์
๋ ฅํ๋ฉด ๋ฉ๋๋ค. TABํค๋ก ๋์
๋ ฅ๋ ์ฌ์ด๋ก ์ปค์๋ฅผ ์ด๋ํ ์ ์์ต๋๋ค. How to Whisper: Enter a Character's Name on the left side of chat window and type your message on the right side. The Tab key helps you move between these boxes. */ MSG_EXPLAIN_TIP9 = 0x9c, -/*20031028 to 20180523 +/*20031028 to 20180605 /! /? /๊ธฐ์จ /ํํธ /๋ /์ํ /์ง์ฆ /ํ /๋ /... /๊ฐ์ /๋ฐ์ /๋ณด : Alt + (1~9) Ctrl + (-=\) ์ ๋์๋๋ ๋ช
๋ น์ด ์
๋๋ค. /!,/?,/ho,/lv,/lv2,/swt,/ic,/an,/ag,/$,/โฆ.,/thx,/wah,/sry,/heh,/swt2,/hmm,/no1,/??,/omg,/oh,/X,/hp,/go,/sob,/gg,/kis,/kis2,/pif,/ok: Emotion icons corresponding to Alt + (1~9) Ctrl + (-=\\) */ MSG_EXPLAIN_TIP10 = 0x9d, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ์์๊ฒ ๋งํ๋๋ฒ : ๋ง์ ์ ์ผ์์ '%'๋ฅผ ๋ถ์ด๋ฉด ํํฐ์์๊ฒ ๋ง์ด ๊ฐ๋๋ค. (์: "%์๋
") How to Speak to Party: Add % in front of every message.(Example: \%Hello\) */ MSG_EXPLAIN_TIP11 = 0x9e, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ๊ตํ ๋ถ๋ฅ. You haven't learned enough Basic Skills to Trade. */ MSG_NOT_ENOUGH_SKILLLEVE1 = 0x9f, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ์ด๋ชจ์
๋ถ๋ฅ. You haven't learned enough Basic Skills to use Emotion icons. */ MSG_NOT_ENOUGH_SKILLLEVE2 = 0xa0, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ์๊ธฐ ๋ถ๋ฅ. You haven't learned enough Basic Skills to Sit. */ MSG_NOT_ENOUGH_SKILLLEVE3 = 0xa1, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ์ฑํ
๋ฐฉ๋ง๋ค๊ธฐ ๋ถ๋ฅ. You haven't learned enough Basic Skills to create a chat room. */ MSG_NOT_ENOUGH_SKILLLEVE4 = 0xa2, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ํํฐ๋ง๋ค๊ธฐ ๋ถ๋ฅ You haven't learned enough Basic Skills to Party. */ MSG_NOT_ENOUGH_SKILLLEVE5 = 0xa3, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ์ธ์น๊ธฐ ๋ถ๋ฅ You haven't learned enough skills to Shout. */ MSG_NOT_ENOUGH_SKILLLEVE6 = 0xa4, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. pk ๋ถ๋ฅ You haven't learned enough skills for Pking. */ MSG_NOT_ENOUGH_SKILLLEVE7 = 0xa5, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฌ๊ณ ์ํ๋ ํ๋ชฉ Buying Items */ MSG_ITEMS_FOR_BUY = 0xa6, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์์ Item Shop */ MSG_ITEM_STORE = 0xa7, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ๊ณ ์ํ๋ ํ๋ชฉ Selling Items */ MSG_ITEMS_FOR_SELL = 0xa8, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ณด๊ด์์ดํ
Storage */ MSG_ITEMS_THAT_IS_STORED = 0xa9, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฅ๋น๊ฐ ์ฅ์ฐฉ ๋์์ต๋๋ค. is put on. */ MSG_ITEM_IS_EQUIPED = 0xaa, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฅ๋น๊ฐ ํด์ ๋์์ต๋๋ค. is taken off. */ MSG_ITEM_IS_REMOVED = 0xab, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ท๋ง๋ฆฌ์คํธ์ ์ด๋ฆ๋ฃ๊ธฐ To add names on the Whispering List */ MSG_ADD_TO_WHISPER_CHAR_LIST = 0xac, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ๋ฆฐ์ท ์ฐ๋๋ฒ : [Print Screen]ํค๋ [Scroll Lock]ํค๋ฅผ ๋๋ฅด๋ฉด ๋ฉ๋๋ค. How to Take Screen Shots: Press [Print Screen] or [Scroll Lock] */ MSG_EXPLAIN_TIP12 = 0xad, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ค๋์ ํ Tip of the Day */ MSG_TIPOFTHEDAY = 0xae, -/*20031028 to 20180523 +/*20031028 to 20180605 ^3850a0์๊ณ ๊ณ์
จ์ต๋๊น... ^000000 //^709fed ^3850a0Did you know...?^709fed */ MSG_DIDYOUKNOW = 0xaf, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ํ ๋ ์ด๊ธฐ Display at startup */ MSG_SHOWTIPSATSTARTUP = 0xb0, -/*20031028 to 20180523 +/*20031028 to 20180605 /tip : ์ค๋์ํ ์ด๊ธฐ /tip: Opens ''Tip of the Day'' */ MSG_EXPLAIN_OPENTIP = 0xb1, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ฌ ์ ์์ %d๋ช
There are %d Players Currently Connected. */ MSG_NUMPEOPLE = 0xb2, -/*20031028 to 20180523 +/*20031028 to 20180605 (%s)๋์ด ์
์ฅ ํ์์ต๋๋ค. (%s) has entered. */ MSG_USERGETINTHEROOM = 0xb3, -/*20031028 to 20180523 +/*20031028 to 20180605 (%s)๋์ด ํด์ฅ ํ์์ต๋๋ค. (%s) has left. */ MSG_USERGETOUTOFTHEROOM = 0xb4, -/*20031028 to 20180523 +/*20031028 to 20180605 (%s)๋์ด ๊ฐ์ ํด์ฅ ๋์์ต๋๋ค. (%s) was kicked out. */ MSG_USERGETOUTOFTHEROOMBYFORCE = 0xb5, -/*20031028 to 20180523 +/*20031028 to 20180605 %d ๊ฐ %d ea. */ MSG_EA = 0xb6, -/*20031028 to 20180523 +/*20031028 to 20180605 %s : %d ๊ฐ %s: %d ea. */ MSG_EA2 = 0xb7, -/*20031028 to 20180523 +/*20031028 to 20180605 %s %s : %d ๊ฐ %s %s: %d */ MSG_EA3 = 0xb8, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ ์ ์๋ ํ๋ชฉ Available Items to sell */ MSG_ITEMSYOUCANSELL = 0xb9, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ ์์ ํ๋ ํ๋ชฉ Shop Items */ MSG_SHOPITEMS = 0xba, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์ ์๋๊ณณ Unknown Area */ MSG_NOWHERE = 0xbb, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ฒ์ ์ธ์ด๊ฐ ๋ง์ง ์์ต๋๋ค. Your Client language doesn't match the Server language. */ MSG_CLIENTTYPEMISMATCH = 0xbc, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์ ๋ฒ๋ฆด๋ ค๋ฉด ์ฅ๋น์ฐฝ์ ๋ซ์ผ์ธ์. Please move your equipment to the inventory. And close the equipment window. */ MSG_CLOSEEQUIPWND = 0xbd, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ด๋ง ๋ฉ๋๋ค. This server provides English Text Characters Only. */ MSG_ENGLISHONLY = 0xbe, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง๊ธ์ ์ง์๋์ง ์์ต๋๋ค. This is not implemented yet. */ MSG_NOTSUPPORTEDYET = 0xbf, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ท๋ง ๋ฆฌ์คํธ๊ฐ ์์ต๋๋ค. No Whisper List. */ MSG_NOWHISPERLIST = 0xc0, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๊ฒ ๊ท๋ง๊ฑฐ๋ถ์ํ๋ก๋จ : Whispering Blocked. */ MSG_WHISPERIGNORESUCCESS = 0xc1, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๊ฒ ๊ท๋ง๊ฑฐ๋ถ ์์ฒญ์คํจํจ : Whispering Block has failed. */ MSG_WHISPERIGNOREFAILED1 = 0xc2, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๊ฒ ๊ท๋ง๊ฑฐ๋ถ ์์ฒญ์คํจํจ (์ธ์์ด๊ณผ) : Whispering Block has failed. Block List is full. */ MSG_WHISPERIGNOREFAILED2 = 0xc3, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๊ฒ ๊ท๋ง๊ฐ๋ฅ์ํ๋ก๋จ : Whispering accepted. */ MSG_WHISPERNOIGNORESUCCESS = 0xc4, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๊ฒ ๊ท๋ง๊ฐ๋ฅ ์์ฒญ์คํจํจ : Command has failed. */ MSG_WHISPERNOIGNOREFAILED1 = 0xc5, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๊ฒ ๊ท๋ง๊ฐ๋ฅ ์์ฒญ์คํจํจ (์ธ์์ด๊ณผ) : Command has failed. Block List is full. */ MSG_WHISPERNOIGNOREFAILED2 = 0xc6, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฆ์ ์ฒ์๊ณผ ๋ง์ง๋ง์๋ ๊ณต๋ฐฑ๋ฌธ์๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. You cannot put a space at the beginning or end of a name. */ MSG_NO_SPACE_IN_NAME = 0xc7, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋น๊ณต๊ฐ Private */ MSG_ROOM_PRIVATE2 = 0xc8, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฐ Public */ MSG_ROOM_PUBLIC2 = 0xc9, -/*20031028 to 20180523 +/*20031028 to 20180605 SP๊ฐ ๋ถ์กฑํฉ๋๋ค. Not Enough SP */ MSG_USESKILL_FAIL_SP_INSUFFICIENT = 0xca, -/*20031028 to 20180523 +/*20031028 to 20180605 HP๊ฐ ๋ถ์กฑํฉ๋๋ค. Not Enough HP */ MSG_USESKILL_FAIL_HP_INSUFFICIENT = 0xcb, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ์ฌ์ฉ ์คํจ. Skill has failed. */ MSG_NOT_ENOUGH_SKILLLEVE8 = 0xcc, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์น๊ธฐ ์คํจ. Steal has failed. */ MSG_FAIL_STEAL = 0xcd, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ตํ์ฐฝ Trade */ MSG_EXCHANGE = 0xce, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋
๊ฑธ๊ธฐ ์คํจ. Envenom skill has failed. */ MSG_FAIL_POISON = 0xcf, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด ์์ด๋๋ก๋ ์ด ์๋ฒ์ ์ ์ํ ์ ์์ต๋๋ค. You cannot use this ID on this server. */ MSG_ID_MISMATCH = 0xd0, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํผ๋๊ฐ ํฅ์๋์์ต๋๋ค. Your Speed has increased. */ MSG_SPEEDUP = 0xd1, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํผ๋๊ฐ ๊ฐ์๋์์ต๋๋ค. Your Speed has decreased. */ MSG_SPEEDDOWN = 0xd2, -/*20031028 to 20180523 +/*20031028 to 20180605 /๊ธฐ์ต : ์ํํ ์ฅ์ ๊ธฐ์ต(์ํ ์คํฌ์ด ์๋๊ฒฝ์ฐ) /memo: To memorize a place as Warp Point (If you are an Acolyte Class character) */ MSG_EXPLAIN_TIP13 = 0xd3, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์์ ์์น Random Area */ MSG_RANDOM_POS = 0xd4, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ํ ํ ์์น๋ฅผ ์ ํํ์ธ์. Select an Area to Warp */ MSG_SELECTWHERETOWARP = 0xd5, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. Skill Level is not high enough */ MSG_NOTENOUGHSKILLLEVEL = 0xd6, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์ฅ๋ ์ํํ ์ฅ์๊ฐ ์์ต๋๋ค. There are no memorized locations (Memo Points). */ MSG_NO_STORED_PLACE_TO_WARP = 0xd7, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ํ ๊ด๋ จ ์คํฌ์ด ์์ต๋๋ค. You haven't learned Warp. */ MSG_NOWARPSKILL = 0xd8, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ํ ์ฅ์๋ก ์ ์ฅ๋จ. Saved location as a Memo Point for Warp Skill. */ MSG_WARPPOINTSTORED = 0xd9, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ทจ์ Cancel */ MSG_CANCEL = 0xda, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ ์ฌ์ฉํ ์๊ฐ์ด ์ถฉ๋ถํ ์ง๋์ง ์์์ต๋๋ค. There is a Delay after using a Skill. */ MSG_SKILLINTERVAL = 0xdb, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ๋ฒ์ ๊ฐ์ง ์ ์๋ ์์ดํ
์ข
๋ฅ์๋ฅผ ์ด๊ณผํ์ฌ ์์ดํ
์ ๊ฐ์ง ์ ์์ต๋๋ค. You can't have this item because you will exceed the weight limit. */ MSG_CANT_GET_ITEM_BECAUSE_COUNT = 0xdc, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์ต๋ ์ข
๋ฅ์๋ฅผ ์ด๊ณผ ํ์์ต๋๋ค. Out of the maximum capacity */ MSG_INSUFFICIENT_OVER_COUNT = 0xdd, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ ์์ดํ
Cart Items */ MSG_MERCHANTITEM = 0xde, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ ๋ฒ๊ธฐ Take off Cart */ MSG_CARTOFF = 0xdf, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋
ธ์ ๊ฐ์ค Opening a stall */ MSG_MERCHANTSHOPMAKER = 0xe0, /*20031028 to 20041207 ๋
ธ์ ์ด๋ฆ๋ฅผ ์
๋ ฅํ์ธ์. -20041213 to 20180523 +20041213 to 20180605 ๋
ธ์ ์ด๋ฆ์ ์
๋ ฅํ์ธ์. Please Name your Shop. */ MSG_ENTER_SHOP_TITLE = 0xe1, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋์ ๋
ธ์ My Shop */ MSG_ITEM_MY_STORE = 0xe2, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ธ ์์ดํ
์์ Merchant Shop */ MSG_ITEM_MERCHANT_STORE = 0xe3, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ธ์๊ฒ ์ฌ๊ณ ์ํ๋ ํ๋ชฉ Buying Items */ MSG_ITEMS_FOR_BUY_FROM_MERCHANT = 0xe4, /*20031028 to 20130508 %s ์ฌ๊ธฐ ์คํจ %s -20130515 to 20180523 +20130515 to 20180605 %s ๊ตฌ์
์คํจ %s %s Purchase Failed %s */ MSG_FAIL_BUY_ITEM_FROM_MERCHANT = 0xe5, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฌ๊ณ ๋ถ์กฑ. Out of Stock */ MSG_INSUFFICIENT_STOCK = 0xe6, -/*20031028 to 20180523 +/*20031028 to 20180605 %s %d ๊ฐ ํ๋ฆผ. %s %d sold. */ MSG_ITEM_IS_SOLD = 0xe7, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋
ธ์ ์์ ํ ์ ์๋ ์์ดํ
Available Items for Vending */ MSG_MERCHANTMIRRORITEM = 0xe8, /*20031028 to 20111012 ๋์ด ๋ถ์กฑํด์ ์คํฌ์ ์ธ ์ ์์ต๋๋ค. -20111017 to 20180523 +20111017 to 20180605 ์ ๋๊ฐ ๋ถ์กฑํด์ ์คํฌ์ ์ฌ์ฉ ํ ์ ์์ต๋๋ค. Skill has failed because you do not have enough zeny. */ MSG_SKILL_FAIL_MONEY = 0xe9, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฌ์ฉํ ๋์์ ์ ํํ์ธ์ Select a Target. */ MSG_SELECTTARGET = 0xea, -/*20031028 to 20180523 +/*20031028 to 20180605 /pk on : pk On /pk off : pk Off /pk on: Turns PK On. /pk off: Turns PK Off. */ MSG_EXPLAIN_TIP14 = 0xeb, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋
ธ์ Shop */ MSG_STREETSHOP = 0xec, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ ์์ดํ
[Alt+W] Cart Items [Alt+W] */ MSG_OPENCARTWINDOW = 0xed, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธฐ๋ณธ์ ๋ณด Basic Information */ MSG_BASICINFOWND = 0xee, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฌด๊ธฐ๋ก๋ ์ด์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. The skill cannot be used with this weapon. */ MSG_USESKILL_FAIL_NOT_SUITABLE_WEAPON = 0xef, -/*20031028 to 20180523 +/*20031028 to 20180605 %s ์ฌ๊ธฐ ์คํจ ์ฌ๊ณ ๋ถ์กฑ ํ์ฌ ์ฌ๊ณ %d ๊ฐ. Buying %s has been failed. Out of Stock. Current Stock %d. */ MSG_FAIL_BUY_ITEM_FROM_MERCHANT_NO_STOCK = 0xf0, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ฒ์ ๋๊ธฐํ๊ฐ ํ๋ ค ์ฐ๊ฒฐ์ด ๋์ด์ก์ต๋๋ค. You've been disconnected due to a time gap between you and the server. */ MSG_SPEEDHACK = 0xf1, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ด์ ์ฅ์ฐฉํ์ธ์ Please equip the proper ammunition first. */ MSG_ERR_ATTACK_ARROW = 0xf2, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ค๋๊ณผ๋ค๋ก ๊ณต๊ฒฉ์ด๋ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't attack or use skills because you've exceeded the Weight Limit. */ MSG_ERR_ATTACK_WEIGHT = 0xf3, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ค๋๊ณผ๋ค๋ก ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't use skills because you've exceeded the Weight Limit. */ MSG_ERR_SKILL_WEIGHT = 0xf4, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ด์ด ์ฅ์ฐฉ๋์์ต๋๋ค. Ammunition has been equipped. */ MSG_MSG_ARROW_EQUIPMENT_SUCCESS = 0xf5, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ ๋์ ฌ์คํค์ด ํ์ํฉ๋๋ค. Red Gemstone required. */ MSG_NEED_REDJAMSTONE = 0xf6, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ธ๋ฃจ์ ฌ์คํค์ด ํ์ํฉ๋๋ค. Blue Gemstone required. */ MSG_NEED_BLUEJAMSTONE = 0xf7, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ ํ๋ผ๋ฉํฐ Strength */ MSG_DESC_STR = 0xf8, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฏผ์ฒฉ์ฑ ํ๋ผ๋ฉํฐ Agility */ MSG_DESC_AGI = 0xf9, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฒด๋ ฅ ํ๋ผ๋ฉํฐ Vitality */ MSG_DESC_VIT = 0xfa, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง๋ ฅ ํ๋ผ๋ฉํฐ Intelligence */ MSG_DESC_INT = 0xfb, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ฌ์ฃผ ํ๋ผ๋ฉํฐ Dexterity */ MSG_DESC_DEX = 0xfc, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด ํ๋ผ๋ฉํฐ Luck */ MSG_DESC_LUK = 0xfd, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฒฉ๋ ฅ Hit Point */ MSG_DESC_ATK = 0xfe, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ์ด๋ ฅ Defence Rate */ MSG_DESC_DEF = 0xff, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ช
์ค๋ฅ Accuracy */ MSG_DESC_HIT = 0x100, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ด๊ณต๊ฒฉ๋ฅ Critical Attack */ MSG_DESC_CRI = 0x101, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์๊ธธ๋ Affiliated Guild */ MSG_DESC_GUILD = 0x102, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ ํ๋ผ๋ฉํฐ ๋ ๋ฒจ์
์ ์ฌ์ฉ๋๋ ํฌ์ธํธ Points to level up each Parameter */ MSG_DESC_POINT = 0x103, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ง๋ฒ๊ณต๊ฒฉ๋ ฅ Magic Attack */ MSG_DESC_MATK = 0x104, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ง๋ฒ๋ฐฉ์ด๋ ฅ Magic Defense */ MSG_DESC_MDEF = 0x105, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํผ์จ Dodge */ MSG_DESC_FLEE = 0x106, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฒฉ์คํผ๋ Attack Speed */ MSG_DESC_ASPD = 0x107, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง์ญ๋น ์์ฉ์ธ์ ์ด๊ณผ๋ก ์ ์ํ ์ ์์ต๋๋ค. Server is jammed due to over population. Please try again shortly. */ MSG_PC_OVERFLOW = 0x108, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ต์
Option */ MSG_OPTIONWND = 0x109, -/*20031028 to 20180523 +/*20031028 to 20180605 E-MAIL ์ธ์ฆ์ด ๋์ง์์๊ฑฐ๋ ๋ธ๋ญ๋ ๊ณ์ ์
๋๋ค. Account ID blocked by the Game Master Team. */ MSG_ID_EMAIL_CONFIRM_NEEDED = 0x10a, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋น๋ฐ๋ฒํธ๊ฐ ํ๋ฆฝ๋๋ค. Incorrect User ID or Password. Please try again. */ MSG_INCORRECT_LOGIN_PASSWORD = 0x10b, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋จธ๋ฆฌ๋ชจ์ ์ ํ Choose Hairstyle */ MSG_SELECT_HAIR_STYLE = 0x10c, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฒฉ๋ ฅ Hit Point */ MSG_ATK = 0x10d, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ์ด๋ ฅ Defence Rate */ MSG_DEF = 0x10e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฒฉ์ค๋
On Attack Snap On */ MSG_ATTACK_SNAP_ON = 0x10f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฒฉ์ค๋
Off Attack Snap Off */ MSG_ATTACK_SNAP_OFF = 0x110, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ์ค๋
On Skill Snap On */ MSG_SKILL_SNAP_ON = 0x111, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ์ค๋
Off Skill Snap Off */ MSG_SKILL_SNAP_OFF = 0x112, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ค๋
or /snap: ๋ชฌ์คํฐ ๊ณต๊ฒฉ์ ์ค๋
On Off /์คํฌ์ค๋
or /skillsnap: ์คํฌ๋ก ๋ชฌ์คํฐ ๊ณต๊ฒฉ์ ์ค๋
On Off /์์ดํ
์ค๋
or /itemsnap: ์์ดํ
์ฃผ์ธ๋ ์ค๋
On Off /snap: Turns snap On | Off for fights, /skillsnap: Turns snap On | Off for skills. /itemsnap: Turns snap On | Off for items on the grounds. */ MSG_EXPLAIN_SNAP = 0x113, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์ค๋
On Item Snap On */ MSG_ITEM_SNAP_ON = 0x114, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์ค๋
Off Item Snap Off */ MSG_ITEM_SNAP_OFF = 0x115, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ค๋
Snap */ MSG_SNAP = 0x116, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ๊ฐ์ง ์์ดํ
์ 3๋ง๊ฐ ์ด์ ๊ฐ์ง์ ์์ต๋๋ค. You cannot carry more than 30,000 of one kind of item. */ MSG_CANT_GET_ITEM_OVERCOUNT_ONEITEM = 0x117, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ ๋ฒจ 30์ด์์ ์บ๋ฆญํฐ๋ ์ญ์ ํ ์ ์์ต๋๋ค. ์ญ์ ๋ฅผ ์ํ์๋ฉด ๊ด๊ณ์์๊ฒ ๋ฌธ์ ํ์ธ์. You cannot delete a Character with a level greater than 30. If you want to delete the character please contact a Game Master. */ MSG_CANT_DELETE_CHARACTER_OVER_30_LEVEL = 0x118, /*20031028 to 20091208 ์ด์ดํ
๊ตํ์ค์๋ ์์ดํ
์ ์ฌ๊ณ ํ ์ ์์ต๋๋ค. -20091215 to 20180523 +20091215 to 20180605 ์์ดํ
๊ตํ์ค์๋ ์์ดํ
์ ์ฌ๊ณ ํ ์ ์์ต๋๋ค. You cannot use an NPC shop while in a trade. */ MSG_FAIL_BUY_ITEM_ITEM_EXCHANGING = 0x119, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ ๋ช
Shop Name */ MSG_STALL_NAME = 0x11a, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ๋ชฉ๋ก Skill Tree */ MSG_SKILLLIST = 0x11b, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌํฌ์ธํธ : %d Skill Point: %d */ MSG_SKILLPOINT = 0x11c, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ์ฌ์ฉ ์คํจ Skill has failed. */ MSG_USESKILL_FAIL = 0x11d, -/*20031028 to 20180523 +/*20031028 to 20180605 ํจ์๋ธ Passive */ MSG_PASSIVE = 0x11e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์ ์ทจ๋ Individual */ MSG_EXPDIV1 = 0x11f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ท ๋ฑํ๊ฒ ๋ถ๋ฐฐ Shared */ MSG_EXPDIV2 = 0x120, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์ ์ทจ๋ Individual */ MSG_ITEMCOLLECT1 = 0x121, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ ์ ์ฒด ๊ณต์ Party Share */ MSG_ITEMCOLLECT2 = 0x122, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ ์ค์ Party Setup */ MSG_PARTYSETTING = 0x123, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฒฝํ์น ๋ถ๋ฐฐ๋ฐฉ์ How to share EXP */ MSG_HOWEXPDIV = 0x124, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์์ง๋ฐฉ์ How to share Items */ MSG_HOWITEMCOLLECT = 0x125, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ ๋ฆฌ๋๋ง ์ค์ ํ ์ ์์ต๋๋ค. Only the Party Leader can change this setting. */ MSG_ONLY_PARTYMASTER = 0x126, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
๊ฐฏ์ ์๋ฌผ์ด๋ณด๊ธฐ Toggle Item Amount. */ MSG_NOQUESTION_ITEMCOUNT = 0x127, -/*20031028 to 20180523 +/*20031028 to 20180605 ^ff0000%d^000000 ์ด ํ์ ์บ๋ฆญํฐ๊ฐ ์ง์์ง๋๋ค. ์ทจ์ ํ๋ ค๋ฉด ์ทจ์ ๋ฒํผ์ ๋๋ฅด์ธ์. Character will be deleted after ^ff0000%d^000000 seconds. Press Cancel to quit. */ MSG_CHARARATER_DELETE_COUNT = 0x128, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ตํํ ์ ์๋ ์ต๋ ์์ดํ
๊ฐฏ์๋ 10๊ฐ์ง ์
๋๋ค. You cannot trade more than 10 types of items per trade. */ MSG_MAXEXCHANGE_IS_10_KIND = 0x129, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด์๋ฒ๋ฅผ ์ด์ฉํ ์ ์๋ ๋์ด์
๋๋ค. You are underaged. */ MSG_LIMIT_AGE = 0x12a, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฉ์ผ ์ฃผ์๋ฅผ ์
๋ ฅํ์ธ์. Please enter the deletion password. */ MSG_ENTER_EMAIL = 0x12b, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฉ์ผ ์ฃผ์ ์
๋ ฅํ๊ธฐ E-mail Address (Case Sensitive). */ MSG_ENTER_EMAIL_TOOLTIP = 0x12c, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฉ์ผ ์ฃผ์๊ฐ ํ๋ ค์ ์บ๋ฆญํฐ๊ฐ ์ญ์ ๋์ง ์์์ต๋๋ค. Character Deletion has failed because you have entered an incorrect e-mail address. */ @@ -1555,7 +1555,7 @@ Character Deletion has failed because you have entered an incorrect e-mail addre ์ฃผ๋ฏผ๋ฑ๋ก๋ฒํธ ๋ท์๋ฆฌ๋ฅผ ์
๋ ฅํ์ธ์. 20070618 to 20070622 ๋น๋ฐ๋ฒํธ๋ฅผ ํ ๋ฒ ๋ ์
๋ ฅํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. -20070704 to 20180523 +20070704 to 20180605 ๊ณ์ ๋น๋ฐ๋ฒํธ๋ฅผ ์
๋ ฅํ์ธ์. Enter Second Serial Cord of your Social Security number. */ @@ -1564,1781 +1564,1781 @@ Enter Second Serial Cord of your Social Security number. ์ฃผ๋ฏผ๋ฑ๋ก๋ฒํธ ๋ท์๋ฆฌ๊ฐ ํ๋ ค์ ์บ๋ฆญํฐ๊ฐ ์ญ์ ๋์ง ์์์ต๋๋ค. 20070618 to 20070622 ๋น๋ฐ๋ฒํธ๊ฐ ๋ง์ง ์์ ์บ๋ฆญํฐ๊ฐ ์ญ์ ๋์ง ์์์ต๋๋ค. -20070704 to 20180523 +20070704 to 20180605 ๋น๋ฐ๋ฒํธ๊ฐ ํ๋ ค์ ์บ๋ฆญํฐ๊ฐ ์ญ์ ๋์ง ์์์ต๋๋ค. Character Deletion has failed because you have entered an incorrect SSN. */ MSG_CANNOT_DELETE_CHARACTER_PEOPLE_REG_NUMBER = 0x12f, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ๋ฒ์ 15๊ฐ์ง ์ด์์ ์์ดํ
์ ํ ์ ์์ต๋๋ค. You can't sell more than 15 types of Items at one time. */ MSG_CANT_SELL_OVER_15 = 0x130, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋์ด์ ํ ๋๋ฌธ์ ์ด๊ณ์ ์ผ๋ก ์ด์๋ฒ์ ์ ์ํ ์ ์์ต๋๋ค. The age limit from commandment tables cannot connect to this server. */ MSG_UNDER_AGE = 0x131, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ฒ๊ฐ 50 ํผ์ผํธ ์ด์์ผ๋๋ HP SP๊ฐ ์์ฐ์ ์ผ๋ก ํ๋ณต์ด ๋์ง ์์ต๋๋ค. HP/SP will not be restored when your carried weight is over 50% of the Weight Limit. */ MSG_NO_RECOVER_OVERWEIGHT = 0x132, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ฒ๊ฐ 90 ํผ์ผํธ ์ด์์ผ๋๋ ๊ณต๊ฒฉ๊ณผ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't use Skills or Attack while your carried weight is over 90% of your Weight Limit. */ MSG_NO_ATTACK_OVERWEIGHT = 0x133, -/*20031028 to 20180523 +/*20031028 to 20180605 HP SP๊ฐ ์์ฐ์ ์ผ๋ก ํ๋ณต์ด ๊ฐ๋ฅํ ์ํ๊ฐ ๋์์ต๋๋ค. Your HP/SP are now being restored naturally. */ MSG_NO_RECOVER_OVERWEIGHT_RELEASED = 0x134, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฒฉ๊ณผ ์คํฌ์ด ๊ฐ๋ฅํ ์ํ๊ฐ ๋์์ต๋๋ค. Attack and Skills are now available. */ MSG_NO_ATTACK_OVERWEIGHT_RELEASED = 0x135, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ฒ ์ ๊ฒ์ค์
๋๋ค. Your Game's Exe File is not the latest version. */ MSG_INVALID_VERSION = 0x136, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์ด ๋ชจ๋ ํ๋ ธ์ต๋๋ค. Items are sold out. */ MSG_ITEM_IS_SOLD_OUT = 0x137, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฑํ
๋ด์ฉ ํ์ผ๋ก ์ ์ฅํ๊ธฐ Save Chat as Text File */ MSG_WRITE_CHAT_TO_FILE = 0x138, -/*20031028 to 20180523 +/*20031028 to 20180605 /๊ฐ๋ฌด๋ฆฌ or /savechat : ์ฑํ
๋ด์ฉ ํ์ผ๋ก ์ ์ฅํ๊ธฐ. /savechat: Save a Chat Log */ MSG_EXPLAIN_SAVE_CHAT = 0x139, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณ์ ๋ง๋ค๊ธฐ Register */ MSG_MAKEACCOUNT = 0x13a, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ ๊ฑฐ๋ถํ๊ธฐ Reject Whispering */ MSG_REQ_EX_LIST = 0x13b, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ ๊ฑฐ๋ถํด์ ํ๊ธฐ Allow Whispering */ MSG_REQ_IN = 0x13c, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฏธ์คํ์ On Shows ''Miss'' */ MSG_MISS_EFFECT_ON = 0x13d, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฏธ์คํ์ Off Shows ''Miss'' */ MSG_MISS_EFFECT_OFF = 0x13e, -/*20031028 to 20180523 +/*20031028 to 20180605 ์นด๋ฉ๋ผ๊ณ ์ On Camera Zooming On */ MSG_FIXED_CAMERA_ON = 0x13f, -/*20031028 to 20180523 +/*20031028 to 20180605 ์นด๋ฉ๋ผ๊ณ ์ Off Camera Zooming Off */ MSG_FIXED_CAMERA_OFF = 0x140, -/*20031028 to 20180523 +/*20031028 to 20180605 /camera : ํ๋ ์ด์ด์๊ฒ ์นด๋ฉ๋ผ๊ณ ์ On Off /miss : ๋ฏธ์ค์ดํํธ On Off /camera: Camera Zooming On or Off. /miss: Toggle ''Miss'' display */ MSG_EXPLAIN_CAMERA_MISS = 0x141, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ์ ๋ณด๋ณด๊ธฐ View Skill Info */ MSG_SEE_INFORMATION_OF_SKILL = 0x142, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ์ด๋ฆ๋ฐ๊พธ๊ธฐ Change Skill */ MSG_CHANGE_SKILL_NAME = 0x143, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํ๋ผ์ดํธ ํด์๋ Sprite Resolution */ MSG_SPRITE_RESOLUTION = 0x144, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ
์ค์ณ ํด์๋ Texture Resolution */ MSG_TEXTURE_RESOLUTION = 0x145, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ํ
์ผ ์กฐ์ Arrange Detail */ MSG_DETAILLEVELWND = 0x146, -/*20031028 to 20180523 +/*20031028 to 20180605 %s Zeny ํ๋ You got %s Zeny */ MSG_GET_ZENY = 0x147, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋๋ช
Guild Name */ MSG_GUILDNAME = 0x148, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋๋ ๋ฒจ Guild lvl */ MSG_GUILDLEVEL = 0x149, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ง์คํฐ์ด๋ฆ ClanMaster Name */ MSG_GUILD_MASTER_NAME = 0x14a, -/*20031028 to 20180523 +/*20031028 to 20180605 ์กฐํฉ์์ Number of Members */ MSG_GUILD_NUM_MEMBER = 0x14b, -/*20031028 to 20180523 +/*20031028 to 20180605 ์กฐํฉ์ ํ๊ท ๋ ๋ฒจ Avg.lvl of Guildsmen */ MSG_GUILD_AVG_MEMBER_LEVEL = 0x14c, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ด๋ฆฌ์์ง Castles Owned */ MSG_GUILD_MANAGE_LAND = 0x14d, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฑํฅ Tendency */ MSG_GUILD_FAIR = 0x14e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฒฝํ์น EXP */ MSG_GUILD_EXP = 0x14f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์ ๋ธ๋ Emblem */ MSG_GUILD_EMBLEM = 0x150, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์๋ฉํฌ์ธํธ Tax Point */ MSG_GUILD_POINT = 0x151, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋๋งน๊ธธ๋ Alliances */ MSG_ALLY_GUILD = 0x152, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋๊ธธ๋ Antagonists */ MSG_HOSTILITY_GUILD = 0x153, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์ ๋ณด Guild Info */ MSG_GUILDINFOMANAGE = 0x154, -/*20031028 to 20180523 +/*20031028 to 20180605 ์กฐํฉ์์ ๋ณด Guildsmen Info */ MSG_GUILDMEMBERMANAGE = 0x155, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง์์ค์ Position */ MSG_GUILDPOSITIONMANAGE = 0x156, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์คํฌ Guild Skill */ MSG_GUILDSKILL = 0x157, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ถ๋ฐฉ์ ๋ฆฌ์คํธ Expel History */ MSG_GUILDBANISHEDMEMBER = 0x158, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต์ง์ฌํญ Guild Notice */ MSG_GUILDNOTICE = 0x159, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์ฒด๊ธธ๋ ๋ฆฌ์คํธ Entire Guild List */ MSG_GUILDTOTALINFO = 0x15a, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ท๋ง ๋ฆฌ์คํธ Whispering List */ MSG_WHISPERLISTWND = 0x15b, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ท๋ง์ฐฝ ์ด๊ธฐ Open Whispering Window */ MSG_OPENWHISPERLISTWND = 0x15c, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ท๋ง ๋ฆฌ์คํธ ์ฐฝ ์ฌ๋๋ฒ : [Alt] + [H] ๋ฅผ ๋๋ฅด๋ฉด ๊ท๋ง ๋ฆฌ์คํธ ์ฐฝ์ด ์ด๋ฆฝ๋๋ค. How to Open Whispering List: Press [Alt] + [H] */ MSG_EXPLAIN_WHISPER_LIST_WND = 0x15d, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋์ผ๋ก ๊ท๋ง์ฐฝ ์ด๊ธฐ Open Whispering List Automatically */ MSG_AUTOOPENWHISPERLISTWND = 0x15e, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง์ฐ๊ธฐ Delete */ MSG_DELETE = 0x15f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ค์๋ถํฐ ์ด๋ฆฌ์ง ์์ Close since next */ MSG_DONTOPEN = 0x160, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ง์ง๋ง์ผ๋ก ์ ์ํ ์๊ฐ Last Log-in Time */ MSG_LAST_LOGIN_TIME = 0x161, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ง์ง๋ง์ผ๋ก ์ ์ํ IP Last Log-in IP */ MSG_LAST_LOGIN_IP = 0x162, -/*20031028 to 20180523 +/*20031028 to 20180605 ์น๊ตฌ ์ค์ Friend Setup */ MSG_FRIEND_SETTING = 0x163, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋ง ์ง์ฐ์๊ฒ ์ต๋๊น? Are you sure that you want to delete? */ MSG_DO_YOU_REALLY_WANT_DELETE = 0x164, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋ง ํํดํ์๊ฒ ์ต๋๊น? Are you sure that you want to leave? */ MSG_DO_YOU_REALLY_WANT_LEAVE = 0x165, -/*20031028 to 20180523 +/*20031028 to 20180605 ์น๊ตฌ๋ก ๋ฑ๋กํ๊ธฐ Register as a Friend */ MSG_ADD_TO_FRIEND_CHAR_LIST = 0x166, -/*20031028 to 20180523 +/*20031028 to 20180605 ์น๊ตฌ์ผ๋ ์๋์ผ๋ก 1:1์ฐฝ ์ด๊ธฐ Open 1:1 Chat between Friends */ MSG_AUTOOPENWHISPERLISTWND_FRIEND = 0x167, -/*20031028 to 20180523 +/*20031028 to 20180605 1:1์ฐฝ ์ด๊ธฐ Open 1:1 Chat */ MSG_OPEN_1ON1_WINDOW = 0x168, -/*20031028 to 20180523 +/*20031028 to 20180605 ์น๊ตฌ๊ฐ ์๋๋ ์๋์ผ๋ก 1:1์ฐฝ ์ด๊ธฐ Open 1:1 Chat between Strangers */ MSG_AUTOOPEN_1ON1_WINDOW = 0x169, -/*20031028 to 20180523 +/*20031028 to 20180605 1:1์ฐฝ ์ด๋ฆด๋ ์๋ฆฌ๋ก ์๋ฆผ Alarm when you recieve a 1:1 Chat */ MSG_WHISPER_OPEN_SOUND = 0x16a, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋ง ์ ๋ช
์ํค์๊ฒ ์ต๋๊น? Are you sure that you want to expel? */ MSG_DO_YOU_REALLY_WANT_EXPEL = 0x16b, -/*20031028 to 20180523 +/*20031028 to 20180605 %s ๋์ด ๊ธธ๋๋ฅผ ํํดํ์ต๋๋ค. %s has withdrawn from the guild. */ MSG_USER_LEFT_GUILD = 0x16c, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํด์ฌ์ : %s Secession Reason: %s */ MSG_REASON_LEAVE_GUILD = 0x16d, /*20031028 to 20120202 ๊ธธ๋ ํด์ฒด ์คํจ -20120207 to 20180523 +20120207 to 20180605 ๊ธธ๋๋ช
์ด ์ผ์นํ์ง ์์ต๋๋ค You have failed to disband the guild. */ MSG_DISORGANIZE_GUILD_FAILURE = 0x16e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋ํด์ฒด์ฌ์ : %s Disband Reason: %s */ MSG_DISORGANIZATION_REASON = 0x16f, -/*20031028 to 20180523 +/*20031028 to 20180605 ํด๋น ๊ณ์ ์ ์ญ์ ๋ ์์ด๋ ์
๋๋ค. This ID has been removed. */ MSG_DELETED_ACCOUNT = 0x170, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ๋งค๊ฐ : Price: */ MSG_SELLPRICE = 0x171, -/*20031028 to 20180523 +/*20031028 to 20180605 %s ๋์ด ๊ธธ๋์์ ์ถ๋ฐฉ๋์์ต๋๋ค. %s has been expelled from our guild. */ MSG_BAN_GUILD = 0x172, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ถ๋ฐฉ์ฌ์ : %s Expulsion Reason: %s */ MSG_REASON_BAN_GUILD = 0x173, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์ ์ฐฉ์ฉํ ์ ์์ต๋๋ค. You can't put this item on. */ MSG_CAN_NOT_EQUIP_ITEM = 0x174, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํฐ์ค์ ์ ๋ณ๊ฒฝํ ์ ์์ต๋๋ค. You can't modify Party Setup. */ MSG_PARTYSETTING_CHANGE_IMPOSSIBLE = 0x175, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋๊ฐ ๋ง๋ค์ด ์ก์ต๋๋ค. Guild has been Created. */ MSG_GUILD_MAKE_SUCCESS = 0x176, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฏธ ๊ธธ๋์ ์ํด์์ต๋๋ค. You are already in a Guild. */ MSG_GUILD_MAKE_ALREADY_MEMBER = 0x177, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์์ด๋ฆ์ ๊ธธ๋๊ฐ ์กด์ฌํฉ๋๋ค. That Guild Name already exists. */ MSG_GUILD_MAKE_GUILD_EXIST = 0x178, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์์ ์ด์ฒญ ๋ฉ์์ง๊ฐ ์์ต๋๋ค. ๊ฐ์
ํ๊ฒ ์ต๋๊น? Guild has sent you an invitation. Would you like to join this Guild? */ MSG_SUGGEST_JOIN_GUILD = 0x179, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ค๋ฅธ๊ธธ๋์ ๊ฐ์
๋์ด ์์ต๋๋ค. He/She is already in a Guild. */ MSG_CHARACTER_IS_ALREADY_IN_GUILD = 0x17a, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋๊ฐ์
์ ๊ฑฐ์ ํ์ต๋๋ค. Offer Rejected */ MSG_CHARACTER_REJECT_JOIN_GUILD = 0x17b, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋๊ฐ์
์ ์๋ฝํ์ต๋๋ค. Offer Accepted */ MSG_CHARACTER_ACCEPT_JOIN_GUILD = 0x17c, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์ ์์ ์ด๊ณผํ์ต๋๋ค. Your Guild is Full. */ MSG_TOO_MANY_PEOPLE_IN_GUILD = 0x17d, -/*20031028 to 20180523 +/*20031028 to 20180605 (%s)๋ ๊ธธ๋์ ๊ฐ์
์์ฒญ Send (%s) a Guild invitation */ MSG_REQ_JOIN_GUILD = 0x17e, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ ๋ ๋ฒจ์ด ๋ชจ์๋ผ์ ๋งค๋ํฌ์ธํธ๋ฅผ ์ค ์ ์์ต๋๋ค. You haven't learned enough skills for aligning. */ MSG_NOT_ENOUGH_FOR_MANNER_POINT = 0x17f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋งค๋ ํฌ์ธํธ ์ฃผ๊ธฐ ์ฑ๊ณต Aligning completed. */ MSG_GIVING_MANNER_POINT_SUCCESS = 0x180, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ค๋ ์ด๋ฏธ ์ฌ์ฉํ์ต๋๋ค. You already spent your point for today. */ MSG_YOU_USE_TODAY_ALREADY = 0x181, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด์บ๋ฆญํฐ์๊ฒ ์ง๊ธํ์ง ํ๋ฌ์ด ์ง๋์ง ์์์ต๋๋ค. Hasn't been a month yet since you aligned this person. */ MSG_ONE_MONTH_NOT_PASSED = 0x182, -/*20031028 to 20180523 +/*20031028 to 20180605 %s ๋์ผ๋ก๋ถํฐ ํ๋ฌ์ค ๋งค๋ ํฌ์ธํธ๋ฅผ ๋ฐ์์ต๋๋ค. Remember, Spamming isn't nice. */ MSG_RECEIVE_PLUS_MANNER_POINT = 0x183, -/*20031028 to 20180523 +/*20031028 to 20180605 %s ๋์ผ๋ก๋ถํฐ ๋ง์ด๋์ค ๋งค๋ ํฌ์ธํธ๋ฅผ ๋ฐ์์ต๋๋ค. Please refrain from ill-mannered conduct, thank you. */ MSG_RECEIVE_MINUS_MANNER_POINT = 0x184, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฑํ
๊ธ์ง ์๊ฐ ์ค์ด๊ธฐ(ํ๊ธฐ) Align with a Good Point */ MSG_GIVE_PLUS_MANNER_POINT = 0x185, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฑํ
๊ธ์ง ์๊ฐ ๋์ด๊ธฐ(๊ฑธ๊ธฐ) Align with a Bad Point */ MSG_GIVE_MINUS_MANNER_POINT = 0x186, -/*20031028 to 20180523 +/*20031028 to 20180605 (%s)๋๊ณผ์ ๊ฑฐ๋์์ฒญ Request a deal with (%s) */ MSG_REQ_DEAL_WITH2 = 0x187, -/*20031028 to 20180523 +/*20031028 to 20180605 (%s)๋ ํํฐ์ ๊ฐ์
์์ฒญ Ask (%s) to join your party */ MSG_REQ_JOIN_PARTY2 = 0x188, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์์ ๋๋งน์์ฒญ ๋ฉ์์ง๊ฐ ์์ต๋๋ค. ๋๋งนํ๊ฒ ์ต๋๊น? Guild is asking you to agree to an Alliance with them. Do you accept? */ MSG_SUGGEST_ALLY_GUILD = 0x189, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฏธ ๋๋งน๋์ด ์์ต๋๋ค. This Guild is already your Ally. */ MSG_REQALLYGUILD_ALREADY_ALLIED = 0x18a, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋๋งน์ ๊ฑฐ์ ํ์ต๋๋ค. You reject the offer */ MSG_REQALLYGUILD_REJECT = 0x18b, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋๋งน์ ์๋ฝ ํ์ต๋๋ค. You accept the offer */ MSG_REQALLYGUILD_ACCEPT = 0x18c, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋๊ธธ๋์ ๋๋งน๊ธธ๋์ ์๊ฐ ์ด๊ณผ ๋์์ต๋๋ค. They have too many Alliances. */ MSG_REQALLYGUILD_OVERSIZE = 0x18d, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์ ๋๋งน๊ธธ๋์ ์๊ฐ ์ด๊ณผ ๋์์ต๋๋ค. You have too many Alliances. */ MSG_REQALLYMYGUILD_OVERSIZE = 0x18e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋ ๋๋งน ์์ฒญ Set this guild as an Alliance */ MSG_REQ_ALLY_GUILD = 0x18f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋๊ฐ ์ฑ๊ณต์ ์ผ๋ก ํด์ฒด ๋์์ต๋๋ค. Guild was successfully disbanded. */ MSG_DISORGANIZE_GUILD_SUCCESS = 0x190, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฃผ๋ฏผ๋ฑ๋ก๋ฒํธ๊ฐ ํ๋ ค์ ๊ธธ๋๊ฐ ํด์ฒด๋์ง ์์์ต๋๋ค. You have failed to disband the guild due to your incorrect SSN. */ MSG_DISORGANIZE_GUILD_INVALIDKEY = 0x191, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋๋งด๋ฒ๊ฐ ์กด์ฌํด์ ๊ธธ๋๊ฐ ํด์ฒด๋์ง ์์์ต๋๋ค. You have failed to disband the guild because there are guildsmen still present. */ MSG_DISORGANIZE_GUILD_MEMBEREXIST = 0x192, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋ ์ ๋ ์์ฒญ Set this guild as an Antagonist */ MSG_REQ_HOSTILE_GUILD = 0x193, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋จธ๋ฆฌ์๊น ์ ํ Choose Hair Color */ MSG_SELECT_HAIR_COLOR = 0x194, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋๊ฒฐ์ฑ์ ํ์ํ ์์ดํ
์ด ์์ต๋๋ค. You don't have necessary item to create a Guild. */ MSG_GUILD_MAKE_GUILD_NONE_ITEM = 0x195, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ชฌ์คํฐ ์ ๋ณด Monster Info */ MSG_MONSTER_INFO_WINDOW = 0x196, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฆ Name */ MSG_NAME = 0x197, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ ๋ฒจ Level */ MSG_LEVEL = 0x198, -/*20031028 to 20180523 +/*20031028 to 20180605 HP */ MSG_HP = 0x199, -/*20031028 to 20180523 +/*20031028 to 20180605 ํฌ๊ธฐ Size */ MSG_SIZE = 0x19a, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ข
์กฑ Type */ MSG_RACETYPE = 0x19b, -/*20031028 to 20180523 +/*20031028 to 20180605 MDEF */ MSG_MDEFPOWER = 0x19c, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ฑ Attribute */ MSG_PROPERTY = 0x19d, -/*20031028 to 20180523 +/*20031028 to 20180605 ็ก Neutral */ MSG_PROPERTY_NEUTURAL = 0x19e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๆฐด Water */ MSG_PROPERTY_WATER = 0x19f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๅฐ Earth */ MSG_PROPERTY_EARTH = 0x1a0, -/*20031028 to 20180523 +/*20031028 to 20180605 ็ซ Fire */ MSG_PROPERTY_FIRE = 0x1a1, -/*20031028 to 20180523 +/*20031028 to 20180605 ้ขจ Wind */ MSG_PROPERTY_WIND = 0x1a2, -/*20031028 to 20180523 +/*20031028 to 20180605 ๆฏ Poison */ MSG_PROPERTY_POISON = 0x1a3, -/*20031028 to 20180523 +/*20031028 to 20180605 ่ Holy */ MSG_PROPERTY_SAINT = 0x1a4, -/*20031028 to 20180523 +/*20031028 to 20180605 ๆ Shadow */ MSG_PROPERTY_DARK = 0x1a5, -/*20031028 to 20180523 +/*20031028 to 20180605 ๏ฆฃ Ghost */ MSG_PROPERTY_MENTAL = 0x1a6, -/*20031028 to 20180523 +/*20031028 to 20180605 ๆญป Undead */ MSG_PROPERTY_UNDEAD = 0x1a7, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ฌ๋ ์์ดํ
์ ๋ง๋ค ์ ์์ต๋๋ค. You can't create items yet. */ MSG_CANT_MAKE_ITEM = 0x1a8, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์กฐ ๋ชฉ๋ก Item List you can craft */ MSG_MAKE_LIST = 0x1a9, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ง๋ค๊ธฐ Create */ MSG_MAKE_TARGET = 0x1aa, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ํ์ํ ์ฌ๋ฃ: 's materials */ MSG_REQUIRE_FOR_MAKE_TARGET = 0x1ab, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ง๋ค๊ธฐ ์คํจ item creation failed. */ MSG_MAKE_TARGET_FAIL = 0x1ac, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ง๋ค๊ธฐ ์ฑ๊ณต item created successfully. */ MSG_MAKE_TARGET_SUCCEESS = 0x1ad, -/*20031028 to 20180523 +/*20031028 to 20180605 %s ๋ง๋ค๊ธฐ๋ฅผ ์คํจํ์์ต๋๋ค. item creation failed. */ MSG_MAKE_TARGET_FAIL_MSG = 0x1ae, -/*20031028 to 20180523 +/*20031028 to 20180605 %s ๋ง๋ค๊ธฐ๋ฅผ ์ฑ๊ณตํ์ต๋๋ค. item created successfully. */ MSG_MAKE_TARGET_SUCCEESS_MSG = 0x1af, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. You are not the required lvl. */ MSG_NOT_ENOUGH_LEVEL = 0x1b0, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ ๋ฒจ์ด ๋๋ฌด ๋์ต๋๋ค. Too high lvl for this job. */ MSG_TOO_HIGH_LEVEL = 0x1b1, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง์
์ด ์ ํฉํ์ง ์์ต๋๋ค. Not the suitable job for this type of work. */ MSG_NOT_ACCEPTABLE_JOB = 0x1b2, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ ํค ๋ฐ์ค ํธ๋ฉ ๋ฉ์ธ์ง Record a message in the Talkie Box */ MSG_TALKBOX_WINDOW = 0x1b3, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธฐ๋กํ ๋ฉ์ธ์ง๋ฅผ ์
๋ ฅํ์๊ธฐ ๋ฐ๋๋๋ค. Please type a message for the Talkie Box */ MSG_TALKBOX_WINDOW_MSG = 0x1b4, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์๊ฒ ๋ณด๋ Send to Guild */ MSG_SEND_TO_GUILD = 0x1b5, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฒฐ์ ๋ ๊ณ์ ์ด ์๋๋๋ค. ๊ฒฐ์ ํ์ด์ง๋ก ์ด๋ํ์๊ฒ ์ต๋๊น? You didn't pay for this ID. Would you like to pay for it now? */ MSG_NOT_SETTLED = 0x1b6, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ฒ๊ฐ ํผ์กํ ๊ด๊ณ๋ก ์ ์ํ ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Server is jammed due to overpopulation. Please try again after few minutes. */ MSG_ACCOUNT_BUSY = 0x1b7, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง๋ ์ ์ ์ ๋ณด๊ฐ ๋จ์ ์์ต๋๋ค. 30์ด์ ๋ ์ง๋๋ค์ ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Server still recognizes your last log-in. Please try again after a few minutes. */ MSG_INFORMATION_REMAINED = 0x1b8, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋งค ํ์ด์ฃผ๊ธฐ Release Falcon */ MSG_BIRDOFF = 0x1b9, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ฝํ์ฝ ๋ด๋ฆฌ๊ธฐ Dismount */ MSG_CHIKENOFF = 0x1ba, -/*20031028 to 20180523 +/*20031028 to 20180605 ๅฐ Small */ MSG_SIZE_SMALL = 0x1bb, -/*20031028 to 20180523 +/*20031028 to 20180605 ไธญ Med */ MSG_SIZE_MIDDLE = 0x1bc, -/*20031028 to 20180523 +/*20031028 to 20180605 ๅคง Big */ MSG_SIZE_BIG = 0x1bd, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋๋ธ Double */ MSG_DOUBLE = 0x1be, -/*20031028 to 20180523 +/*20031028 to 20180605 ํธ๋ฆฌํ Triple */ MSG_TRIPLE = 0x1bf, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฟผ๋๋กํ Quadruple */ MSG_QUADROPLE = 0x1c0, -/*20031028 to 20180523 +/*20031028 to 20180605 %s ๊น์ง ๋ก๊ทธ์ธ์ ๊ธ์งํ๊ณ ์์ต๋๋ค. You are prohibited to log in until %s. */ MSG_LOGIN_REFUSE_BLOCKED_UNTIL = 0x1c1, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ 's */ MSG_MANUFACTURED_NORMAL_ITEM = 0x1c2, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ํ์ด์ด 's Fire */ MSG_MANUFACTURED_FIRE_ITEM = 0x1c3, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์์ด์ค 's Ice */ MSG_MANUFACTURED_ICE_ITEM = 0x1c4, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์๋ 's Wind */ MSG_MANUFACTURED_WIND_ITEM = 0x1c5, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์ด์ค 's Earth */ MSG_MANUFACTURED_EARTH_ITEM = 0x1c6, -/*20031028 to 20180523 +/*20031028 to 20180605 211.239.161.246 38.144.194.2 */ MSG_ACCOUNT_ADDRESS = 0x1c7, -/*20031028 to 20180523 +/*20031028 to 20180605 6900 */ MSG_ACCOUNT_PORT = 0x1c8, /*20031028 to 20171206 http://www.ragnarok.co.kr -20171213 to 20180523 +20171213 to 20180605 http://roz.gnjoy.com/ http://www.ragnarok.co.kr */ MSG_REGISTRATION_WEB_URL = 0x1c9, -/*20031028 to 20180523 +/*20031028 to 20180605 %s ์ฌ์ฉ์ ๊ฐ์ ์ข
๋ฃ Kill %s */ MSG_BAN_USER = 0x1ca, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด์ง์ Very Strong */ MSG_ONE_STARPIECE = 0x1cb, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด์ง๋ฌด์ง์ Very Very Strong */ MSG_TWO_STARPIECE = 0x1cc, /*20031028 to 20031028 ๋ฌด์ง๋ฌด์ง๋ฌด์ง์ -20031103 to 20180523 +20031103 to 20180605 ๋ฌด๋ฌด๋ฌด์ Very Very Very Strong */ MSG_THREE_STARPIECE = 0x1cd, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋ ์ถ๋ฐฉ ์ฌ์ The Reason of Expulsion */ MSG_GUILD_KICK_REASON = 0x1ce, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฒฉ ์๋๊ฐ ์ฆ๊ฐํ์ต๋๋ค. Attack Speed is up. */ MSG_INCATTACKSPEED = 0x1cf, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฒฉ ์๋๊ฐ ๊ฐ์ํ์ต๋๋ค. Attack Speed is down. */ MSG_DECATTACKSPEED = 0x1d0, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ธฐ์ ๊ณต๊ฒฉ๋ ฅ์ด ํฅ์๋์์ต๋๋ค. Weapon Damage is improved. */ MSG_INCWEAPONATTACK = 0x1d1, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ธฐ์ ๊ณต๊ฒฉ๋ ฅ์ด ๊ฐ์๋์์ต๋๋ค. Weapon Damage is reduced. */ MSG_DECWEAPONATTACK = 0x1d2, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ ๋๋ ์ด๊ฐ ์ค์์ต๋๋ค. Cast Delay is reduced. */ MSG_FASTPREDELAY = 0x1d3, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ ๋๋ ์ด๊ฐ ์ ์์ผ๋ก ๋์์ต๋๋ค. Cast Delay has returned to normal. */ MSG_NORMALPREDELAY = 0x1d4, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ธฐ์ ๋
์์ฑ์ด ๋ถ์ฌ๋์์ต๋๋ค. Weapon is temporarily enchanted with Poison. */ MSG_WEAPONPROPERTYPOISON = 0x1d5, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ธฐ์ ์ฑ์์ฑ์ด ๋ถ์ฌ๋์์ต๋๋ค. Weapon is temporarily enchanted with an elemental property. */ MSG_WEAPONPROPERTYSAINT = 0x1d6, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ธฐ์ ์๋์์ฑ์ด ์ ์ฉ๋์์ต๋๋ค. Weapon has changed back to normal. */ MSG_WEAPONPROPERTYORIGINAL = 0x1d7, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ์ด๊ตฌ์ ์ฑ์์ฑ์ด ๋ถ์ฌ๋์์ต๋๋ค. Armor has been enchanted with the Holy Ghost. */ MSG_ARMORPROPERTYSAINT = 0x1d8, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ์ด๊ตฌ์ ์๋์์ฑ์ด ์ ์ฉ๋์์ต๋๋ค. Armor has changed back to normal. */ MSG_ARMORPROPERTYORIGINAL = 0x1d9, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฐ๋ฆฌ์ด ์ํ๊ฐ ๋์์ต๋๋ค. Barrier Formed. */ MSG_BARRIOR = 0x1da, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฐ๋ฆฌ์ด ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Barrier Canceled. */ MSG_DISAPPEARBARRIOR = 0x1db, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ํ, ์คํ, ๋ํ ๋ชฌ์คํฐ์๊ฒ 100% ๊ณต๊ฒฉ๋ ฅ์ ์ค๋๋ค. Weapon Perfection Initiated. */ MSG_PERFECTDAMAGE = 0x1dc, -/*20031028 to 20180523 +/*20031028 to 20180605 ์จํฐํผํ์
๋ชจ๋๊ฐ ํด์ ๋์์ต๋๋ค. Weapon perfection Canceled. */ MSG_DISAPPEARPERFECTDAMAGE = 0x1dd, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ธฐ๊ฐ ํ๊ดด๋ ๊ฐ๋ฅ์ฑ์ด ๋์์ง ๋์ ๋ฌด๊ธฐ์ ๊ณต๊ฒฉ๋ ฅ์ด ์ฆ๊ฐํ์์ต๋๋ค. Power-Thrust Initiated. */ MSG_OVERTHRUSTING = 0x1de, /*20031028 to 20050118 ์ค๋ฒํธ๋ฌ์คํ
์ํ๊ฐ ํด์ ๋์์ต๋๋ค. -20050124 to 20180523 +20050124 to 20180605 ์ค๋ฒํธ๋ฌ์คํธ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Power-Thrust Canceled. */ MSG_DISAPPEAROVERTHRUSTING = 0x1df, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ธฐ์ ์ต๋ ์ฑ๋ฅ์ ๋์ด๋
๋๋ค. Maximize-Power Initiated. */ MSG_MAXIMIZE = 0x1e0, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋งฅ์๋ง์ด์ฆ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Maximize-Power Canceled. */ MSG_DISAPPEARMAXIMIZE = 0x1e1, -/*20031028 to 20180523 +/*20031028 to 20180605 [์ ์๋ฒ] [New Server] */ MSG_SERVER_PROPERTY_NEW = 0x1e2, -/*20031028 to 20180523 +/*20031028 to 20180605 (%d ๋ช
) (%d players) */ MSG_SERVER_USER_COUNT = 0x1e3, -/*20031028 to 20180523 +/*20031028 to 20180605 (์ ๊ฒ์ค) (On the maintenance) */ MSG_SERVER_INSPECTING = 0x1e4, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋๋ฉค๋ฒ %s๋์ด ์ ์ํ์
จ์ต๋๋ค. Guild member %s has connected. */ MSG_GUILD_MEMBER_STATUS_ONLINE = 0x1e5, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋๋ฉค๋ฒ %s๋์ด ์ข
๋ฃํ์
จ์ต๋๋ค. Guild member %s has disconnected. */ MSG_GUILD_MEMBER_STATUS_OFFLINE = 0x1e6, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฒฝํ์น %d ์ป์ You got %d Base EXP. */ MSG_GOT_EXPERIENCE_POINT = 0x1e7, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ก๊ฒฝํ์น %d ์ป์ You got %d Job EXP. */ MSG_GOT_JOB_EXPERIENCE_POINT = 0x1e8, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์์ ํํด ํ์ต๋๋ค. You left the guild. */ MSG_LEFT_GUILD = 0x1e9, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์์ ์ถ๋ฐฉ ๋นํ์ต๋๋ค. You have been expelled from the Guild. */ MSG_BAN_FROM_GUILD = 0x1ea, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
๊ฐ์ ์ฑ๊ณต Item Appraisal has completed successfully. */ MSG_ITEM_IDENTIFY_SUCCEESS = 0x1eb, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
๊ฐ์ ์คํจ Item appraisal has failed. */ MSG_ITEM_IDENTIFY_FAIL = 0x1ec, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์กฐํฉ ์ฑ๊ณต Compounding has completed successfully. */ MSG_ITEM_COMPOUNDING_SUCCEESS = 0x1ed, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์กฐํฉ ์คํจ Compounding has failed. */ MSG_ITEM_COMPOUNDING_FAIL = 0x1ee, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋ ์ ๋ ์ฑ๊ณต Antagonist has been set. */ MSG_HOSTILE_GUILD_SUCCEESS = 0x1ef, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋ ๊ธธ๋์ ์ด๊ณผ๋ก ๊ธธ๋ ์ ๋ ์คํจ Guild has too many Antagonists. */ MSG_TOO_MANY_HOSTILE_GUILD = 0x1f0, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฏธ ์ ๋ ๊ธธ๋ ์
๋๋ค Already set as an Antagonist */ MSG_ALREADY_REGISTERED_HOSTILE_GUILD = 0x1f1, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋ จ์ด ์ฑ๊ณต์ ์ผ๋ก ๋์์ต๋๋ค. Upgrade has been completed successfully. */ MSG_ITEM_REFINING_SUCCEESS = 0x1f2, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋ จ์ด ์คํจํ์์ต๋๋ค. Upgrade has failed. */ MSG_ITEM_REFINING_FAIL = 0x1f3, /*20031028 to 20040311 ํ
๋ ํฌํธ ๋ถ๊ฐ๋ฅ ์ง์ญ์
๋๋ค. -20040315 to 20180523 +20040315 to 20180605 ์ด๊ณณ์์๋ ์๊ฐ์ด๋์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Unavailable Area to Teleport */ MSG_IMPOSSIBLE_TELEPORT_AREA = 0x1f4, /*20031028 to 20040311 ํ
๋ ํฌํธ ๊ฐ๋ฅ ์ง์ญ์
๋๋ค. -20040315 to 20180523 +20040315 to 20180605 ์ด ์ฅ์๋ ๊ธฐ์ตํ ์ ์์ต๋๋ค. Unable to memorize this place as Warp Point */ MSG_POSSIBLE_TELEPORT_AREA = 0x1f5, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง๊ธ์ ์ข
๋ฃํ ์ ์์ต๋๋ค. Please wait 10 seconds before trying to log out. */ MSG_CANT_EXIT_NOW = 0x1f6, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง์ Position */ MSG_POSITION = 0x1f7, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง์
Job */ MSG_JOB = 0x1f8, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฉ๋ชจ Note */ MSG_MEMO = 0x1f9, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธฐ์ฌ Devotion */ MSG_CONTRIBUTION = 0x1fa, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ฉ๊ฒฝํ์น Tax Point */ MSG_EXP_CONTIRIBUTION = 0x1fb, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋ํํด Leave Guild */ MSG_LEAVE_GUILD = 0x1fc, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋ช
์ํค๊ธฐ Expel */ MSG_EXPEL_GUILD = 0x1fd, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ด Rank */ MSG_GRADE = 0x1fe, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง์๋ช
Position Title */ MSG_POSITION_NAME = 0x1ff, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์
๊ถํ Invitation */ MSG_JOIN_AUTHORITY = 0x200, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฒ๋ฒ๊ถํ Punish */ MSG_PENALTY_AUTORITY = 0x201, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ฉ% Tax % */ MSG_CONTRIBUTION_PERCENT = 0x202, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋ชฉ Title */ MSG_TITLE = 0x203, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ด์ฉ For */ MSG_CONTENTS = 0x204, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์ด๋ฆ Guild Name */ MSG_GUILD_NAME = 0x205, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋๋ ๋ฒจ Guild lvl */ MSG_GUILD_LEVEL = 0x206, -/*20031028 to 20180523 +/*20031028 to 20180605 ์กฐํฉ์์ Number of Members */ MSG_GUILD_PEOPLE_COUNT = 0x207, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ญํน Ranking */ MSG_RANKING = 0x208, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
๊ฐ์ Item Appraisal */ MSG_ITEM_IDENTIFY = 0x209, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์กฐํฉ Insert Card */ MSG_ITEM_COMPOUNDING = 0x20a, -/*20031028 to 20180523 +/*20031028 to 20180605 ํํด ์ฌ์ ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter the reason of Secession. */ MSG_PLEASE_INPUT_WHY_LEAVING = 0x20b, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ถ๋ฐฉ ์ฌ์ ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter the reason of Expulsion. */ MSG_PELASE_INPUT_WHY_EXPEL = 0x20c, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ ์ ๋ซ์ผ์ธ์. Please close Shop. */ MSG_PLEASE_CLOSE_STORE = 0x20d, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํฌ ์ด๋ฆ Skill */ MSG_SKILL_NAME = 0x20e, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์ด๋ฆ Item Name */ MSG_ITEM_NAME = 0x20f, /*20031028 to 20031118 https://pay.ragnarok.co.kr -20031119 to 20180523 +20031119 to 20180605 https://payment.ragnarok.co.kr https://pay.ragnarok.co.kr (Billing Web) */ MSG_SETTLE_WEB_URL = 0x210, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฒ์๋ฐฉ์์ ์ฌ์ฉ๊ฐ๋ฅํ IP๊ฐ์๊ฐ ๋ชจ๋ ์ฌ์ฉ์ค์
๋๋ค. ๊ฐ์ธ ๊ณ์ ์ผ๋ก ๊ฒฐ์ ํ์๊ฒ ์ต๋๊น? IP capacity of this Internet Cafe is full. Would you like to pay the personal base? */ MSG_BAN_IP_OVERFLOW = 0x211, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฒฐ์ ์๊ฐ์ด ๋ค๋์ด ๊ฒ์์ ์ข
๋ฃํฉ๋๋ค. You are out of available paid playing time. Game will be shut down automatically. */ MSG_BAN_PAY_OUT = 0x212, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฆ์ด ๋๋ฌด ๊น๋๋ค. ํ๊ธ 11์ ์๋ฌธ 23์ ์ด๋ด๋ก ์จ์ฃผ์ญ์์ค. Name is too long. Please enter a name no greater than 23 english characters. */ MSG_NAMELENGTH_TOO_LONG = 0x213, -/*20031028 to 20180523 +/*20031028 to 20180605 deleted Character will be deleted in %d seconds. */ MSG_DELETE_AFTER_10_SECOND = 0x214, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ทํ๋ ๊ฐ์ธ ์ ์ก์ ์ฌ์ฉ์์
๋๋ค. You paid with the personal regular base. */ MSG_BILLING_100 = 0x215, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ทํ๋ ๊ฐ์ธ์ ๋์ ์ฌ์ฉ์์
๋๋ค. You paid with the personal regular base. Available time is xx hrs xx mins xx secs. */ MSG_BILLING_200 = 0x216, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ทํ๋ ๊ฐ์ธ ๋ฌด๋ฃ ์ฌ์ฉ์์
๋๋ค. You are free! */ MSG_BILLING_300 = 0x217, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ทํ๋ ๊ฐ์ธ ๋ฌด๋ฃ ํ์ฉ๊ธฐ๊ฐ ์ฌ์ฉ์์
๋๋ค. You are free for the test, your available time is xx hrs xx mins xx secs. */ MSG_BILLING_400 = 0x218, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ทํ๋ ๊ฒ์๋ฐฉ ์ ์ก์ ์ฌ์ฉ์์
๋๋ค. You paid with the Internet Cafe regular base. Available time is xx hrs xx mins xx secs. */ MSG_BILLING_500 = 0x219, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ทํ๋ ๊ฒ์๋ฐฉ ์ ๋์ ์ฌ์ฉ์์
๋๋ค. You paid with the Time Limit for Internet Cafe. Available time is xx hrs xx mins xx secs. */ MSG_BILLING_501 = 0x21a, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ทํ๋ ๊ฒ์๋ฐฉ ๋ฌด๋ฃ ํ์ฉ๊ธฐ๊ฐ ์ฌ์ฉ์์
๋๋ค. You are free for the test of Internet Cafe version . */ MSG_BILLING_600 = 0x21b, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ทํ๋ ๊ฒ์๋ฐฉ ๋ฌด๋ฃ ์ฌ์ฉ์์
๋๋ค. You are free for the Internet Cafe version. */ MSG_BILLING_700 = 0x21c, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ทํ๋ ์ข
๋์ ์ฌ์ดํธ ์ด์ฉ์์
๋๋ค. You paid on the Time Limit Website. */ MSG_BILLING_800 = 0x21d, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ชจ์
๋ชฉ๋ก Emotion icon List */ MSG_EMOTION_LIST = 0x21e, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ด๋ชจ์
/emo */ MSG_VIEW_EMOTION = 0x21f, -/*20031028 to 20180523 +/*20031028 to 20180605 /! */ MSG_EMOTION_SURPRISE = 0x220, -/*20031028 to 20180523 +/*20031028 to 20180605 /? */ MSG_EMOTION_QUESTION = 0x221, -/*20031028 to 20180523 +/*20031028 to 20180605 /๊ธฐ์จ /ho */ MSG_EMOTION_DELIGHT = 0x222, -/*20031028 to 20180523 +/*20031028 to 20180605 /ํํธ /lv */ MSG_EMOTION_THROB = 0x223, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ํํธ /lv2 */ MSG_EMOTION_BIGTHROB = 0x224, -/*20031028 to 20180523 +/*20031028 to 20180605 /๋ /swt */ MSG_EMOTION_SWEAT = 0x225, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ํ /ic */ MSG_EMOTION_AHA = 0x226, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ง์ฆ /an */ MSG_EMOTION_FRET = 0x227, -/*20031028 to 20180523 +/*20031028 to 20180605 /ํ /ag */ MSG_EMOTION_ANGER = 0x228, -/*20031028 to 20180523 +/*20031028 to 20180605 /๋ /$ */ MSG_EMOTION_MONEY = 0x229, -/*20031028 to 20180523 +/*20031028 to 20180605 /... */ MSG_EMOTION_THINK = 0x22a, -/*20031028 to 20180523 +/*20031028 to 20180605 /๊ฐ์ฌ /thx */ MSG_EMOTION_THANKS = 0x22b, -/*20031028 to 20180523 +/*20031028 to 20180605 /๊ฝฅ /wah */ MSG_EMOTION_KEK = 0x22c, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ฃ์ก /sry */ MSG_EMOTION_SORRY = 0x22d, -/*20031028 to 20180523 +/*20031028 to 20180605 /์์ /heh */ MSG_EMOTION_SMILE = 0x22e, -/*20031028 to 20180523 +/*20031028 to 20180605 /๋ป๋ป /swt2 */ MSG_EMOTION_PROFUSELY_SWEAT = 0x22f, -/*20031028 to 20180523 +/*20031028 to 20180605 /๊ธ์ /hmm */ MSG_EMOTION_SCRATCH = 0x230, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ต๊ณ /no1 */ MSG_EMOTION_BEST = 0x231, -/*20031028 to 20180523 +/*20031028 to 20180605 /๋๋ฆฌ๋ฒ /?? */ MSG_EMOTION_STARE_ABOUT = 0x232, -/*20031028 to 20180523 +/*20031028 to 20180605 /ํ /omg */ MSG_EMOTION_HUK = 0x233, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ค /oh */ MSG_EMOTION_O = 0x234, -/*20031028 to 20180523 +/*20031028 to 20180605 /์์ค /X */ MSG_EMOTION_X = 0x235, -/*20031028 to 20180523 +/*20031028 to 20180605 /ํฌํ /hlp */ MSG_EMOTION_HELP = 0x236, -/*20031028 to 20180523 +/*20031028 to 20180605 /๊ฐ /go */ MSG_EMOTION_GO = 0x237, -/*20031028 to 20180523 +/*20031028 to 20180605 /์์ /sob */ MSG_EMOTION_CRY = 0x238, -/*20031028 to 20180523 +/*20031028 to 20180605 /ํฅํฅ /gg */ MSG_EMOTION_KIK = 0x239, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ชฝ /kis */ MSG_EMOTION_CHUP = 0x23a, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ชฝ์ชฝ /kis2 */ MSG_EMOTION_CHUPCHUP = 0x23b, -/*20031028 to 20180523 +/*20031028 to 20180605 /ํฅ /pif */ MSG_EMOTION_HNG = 0x23c, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ /ok */ MSG_EMOTION_OK = 0x23d, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋จ์ถํค ๋ชฉ๋ก Shortcut List */ MSG_SHORTCUT_LIST = 0x23e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ทํ์ ๊ณ์ ์ ๋ณด๋ฅ๋์์ต๋๋ค. Your account is suspended. */ MSG_BAN_PAY_SUSPEND = 0x23f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณผ๊ธ ์ ์ฑ
๋ณ๊ฒฝ์ผ๋ก ์ธํด ์ผ์ ์ข
๋ฃ๋ฉ๋๋ค. ๋ค์ ์ ์ํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Your connection is terminated due to change in the billing policy. Please connect again. */ MSG_BAN_PAY_CHANGE = 0x240, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด์นด์ดํธ ์๋ฒ์ ์ธ์ฆ๋ IP์ ๊ทํ์ IP๊ฐ ๋ฌ๋ผ ์ฐ๊ฒฐ์ ์ข
๋ฃํฉ๋๋ค. Your connection is terminated because your IP doesn't match the authorized IP from the account server. */ MSG_BAN_PAY_WRONGIP = 0x241, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฒ์๋ฐฉ IP์์ ๊ฐ์ธ ์ข
๋์ ๊ณผ๊ธ์ ๋ง๊ธฐ ์ํด ์ฐ๊ฒฐ์ ์ข
๋ฃํฉ๋๋ค. ๊ฐ์ธ ์ข
๋์ ๊ณผ๊ธ์ ์ฌ์ฉํ๊ธฐ ์ํด์๋ ๊ฒ์๋ฐฉIP๋ก ๋ฑ๋ก์ด ๋์ง ์์ IP๋ฅผ ์ฌ์ฉํด ์ฃผ์ธ์. Your connection is terminated to prevent charging from your account's play time. */ MSG_BAN_PAY_PNGAMEROOM = 0x242, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ทํ๋ ์ด์์์ ์ํด ๊ฐ์ ์ข
๋ฃ ๋์์ต๋๋ค. You have been forced to disconnect by the Game Master Team. */ MSG_BAN_OP_FORCE = 0x243, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ฒ๊ฐ 90%๋ฅผ ์ด๊ณผํ์ฌ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't use this Skill because you are over your Weight Limit. */ MSG_USESKILL_FAIL_WEIGHTOVER = 0x244, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๋ช
Nameless */ MSG_NAMELESS_USER = 0x245, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ถํํฉ๋๋ค. %s๋์ ํ์ฌ ๋ญํน์ด %d์๋ก ์์นํ์์ต๋๋ค. Congratulations! %s ranking has gone up to %d. */ MSG_RANK_IN_TEN = 0x246, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ํ๊น๊ฒ๋ %s๋์ ํ์ฌ ๋ญํน์ด %d์๋ก ํ๋ฝํ์์ต๋๋ค. What a pity! %s ranking has gone down to %d. */ MSG_RANK_OUT_TEN = 0x247, -/*20031028 to 20180523 +/*20031028 to 20180605 Pet Info */ MSG_PET_INFO = 0x248, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ง๋ณต๋ Hunger */ MSG_PET_HUNGRY = 0x249, -/*20031028 to 20180523 +/*20031028 to 20180605 ์น๋ฐ๋ Intimacy */ MSG_PET_FRIENDLY = 0x24a, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ ๊ณผ ์ฑํ
๋ฐฉ์ ๋์์ ์ด์ ์์ต๋๋ค. Please avoid opening a chatroom while vending. */ MSG_CANT_OPEN_STORE_WHILE_CHAT = 0x24b, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ Total */ MSG_EA4 = 0x24c, -/*20031028 to 20180523 +/*20031028 to 20180605 %s ๋ฅผ ์ ํฌ๋ถ๋ฅ์ผ๋ก ๋ง๋ค์์ต๋๋ค. You have knocked down %s. */ MSG_SLAIN = 0x24d, -/*20031028 to 20180523 +/*20031028 to 20180605 %s ๋์ ์ํด ์ ํฌ๋ถ๋ฅ ์ํ๊ฐ ๋์์ต๋๋ค. You have been knocked down by %s. */ MSG_SLAINBY = 0x24e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋จน์ด - '%s' ์์ดํ
์ด ์กด์ฌํ์ง ์์ต๋๋ค.. Feed - "%s" is not available. */ MSG_NOT_EXIST_PET_FOOD = 0x24f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋จน์ด ์ฃผ๊ธฐ Feed Pet */ MSG_PET_FEEDING = 0x250, -/*20031028 to 20180523 +/*20031028 to 20180605 ํผํฌ๋จผ์ค Performance */ MSG_PET_PERFORMANCE = 0x251, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ก ๋๋๋ฆฌ๊ธฐ Return to Egg Shell */ MSG_PET_RETURN_EGG = 0x252, -/*20031028 to 20180523 +/*20031028 to 20180605 ์
์ธ์ฌ๋ฆฌ ํด์ Unequip Accessory */ MSG_PET_ACC_OFF = 0x253, -/*20031028 to 20180523 +/*20031028 to 20180605 Pet ์ํ ๋ณด๊ธฐ Check Pet Status */ MSG_PET_SHOWINFO = 0x254, -/*20031028 to 20180523 +/*20031028 to 20180605 ์
์ธ์ฌ๋ฆฌ Accessory */ MSG_PET_ACCESSARY = 0x255, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฅ์ฐฉ๋จ Equipped */ MSG_ITEM_EQUIPED = 0x256, -/*20031028 to 20180523 +/*20031028 to 20180605 ํซ ๋ฆฌ์คํธ Pet List */ MSG_PET_EGG_LIST = 0x257, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฅ์ฐฉ ์๋จ Unequipped */ MSG_ITEM_UNEQUIPED = 0x258, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ๋ง๋ก ๋จน์ด๋ฅผ ์ฃผ์๊ฒ ์ต๋๊น? Are you sure that you want to feed your pet? */ MSG_SURE_TO_FEED_PET = 0x259, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ๊ฒฉ์ ์ฐ์ค๋ ์ซ์(0~9)๋ง ์จ์ฃผ์ญ์์ค. Only the numbers (0~9) are available. */ MSG_CAN_INPUT_NUMBER_ONLY = 0x25a, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์ ๋์ง ์์ ์์ดํ
์ ํ๋งคํ ์ ์์ต๋๋ค. You cannot sell unidentified items. */ MSG_CANT_SELL_UNIDENTIFIED_ITEM = 0x25b, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ๊ฒฉ์ด 0 Zeny์ธ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? Item at 0 Zeny exists. Do you wish to continue? */ MSG_YOU_HAVE_FREE_ITEM_ON_SHOP = 0x25c, -/*20031028 to 20180523 +/*20031028 to 20180605 [์๋ก ์ถ๊ฐ๋ ์ด๋ชจ์
๋ฆฌ์คํธ] [New Emotion List] */ MSG_NEW_EMOTION_LIST = 0x25d, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ผ๋ณธ์ชฝ ๋ฒ ํ ์ฌ์ฉ์๋ค์๊ฒ ์ ํ๋ ๋ฉ์ธ์ง. -> ๊ฒ
ํธ์์ ์ฌ๊ฐ์
ํ์ธ์. N/A */ MSG_BAN_JAPAN_REFUSE1 = 0x25e, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ผ๋ณธ์ชฝ ๊ณผ๊ธ์ด ์ข
๋ฃ๋ ์ฌ์ฉ์๋ค์๊ฒ ์ ํ๋ ๋ฉ์ธ์ง. -> ๋๋ด๋ผ. ๋ ๋ฒ๋ด๋ผ. N/A */ MSG_BAN_JAPAN_REFUSE2 = 0x25f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์ ๊ณ์ ์ ์บ๋ฆญํฐ๊ฐ ์ด๋ฏธ ๊ฐ์
๋์ด์์ต๋๋ค. Character in the same account already joined. */ MSG_ALREADY_SAME_AID_JOINED = 0x260, -/*20031028 to 20180523 +/*20031028 to 20180605 (%d ๋ช
) - ๋ง18์ธ์ด์ (%d ppl) - over the age 18 */ MSG_SERVER_PROPERTY_ADULT = 0x261, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ๋ก๋ณดํฌ ์ํ๊ฐ ๋์์ต๋๋ค. Provoke initiated. */ MSG_ENST_PROVOKE = 0x262, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ๋ก๋ณดํฌ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Provoke canceled. */ MSG_DSST_PROVOKE = 0x263, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ธ๋์ด ์ํ๊ฐ ๋์์ต๋๋ค. Endure initiated. */ MSG_ENST_ENDURE = 0x264, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ธ๋์ด ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Endure canceled. */ MSG_DSST_ENDURE = 0x265, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง์ค๋ ฅ ํฅ์ ์ํ๊ฐ ๋์์ต๋๋ค. Improve Concentration initiated. */ MSG_ENST_CONCENTRATION = 0x266, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ง์ค๋ ฅ ํฅ์ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Improve Concentration canceled. */ MSG_DSST_CONCENTRATION = 0x267, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ด๋ฉ ์ํ๊ฐ ๋์์ต๋๋ค. Hiding Initiated. */ MSG_ENST_HIDING = 0x268, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ด๋ฉ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Hiding Canceled. */ MSG_DSST_HIDING = 0x269, -/*20031028 to 20180523 +/*20031028 to 20180605 ํด๋กํน ์ํ๊ฐ ๋์์ต๋๋ค. Cloaking initiated. */ MSG_ENST_CLOAKING = 0x26a, -/*20031028 to 20180523 +/*20031028 to 20180605 ํด๋กํน ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Cloaking canceled. */ MSG_DSST_CLOAKING = 0x26b, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋
์ ๋ฐ์ฌ ํ ์ ์๋ ์ํ๊ฐ ๋์์ต๋๋ค. Poison React initiated. */ MSG_ENST_POISONREACT = 0x26c, -/*20031028 to 20180523 +/*20031028 to 20180605 ํฌ์ด์ฆ ๋ฆฌ์กํธ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Poison React canceled. */ MSG_DSST_POISONREACT = 0x26d, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋์๋๊ฐ ๊ฐ์ํ์์ต๋๋ค. Speed reduced. */ MSG_ENST_QUAGMIRE = 0x26e, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฝฐ๊ทธ๋ง์ด์ด ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Quagmire canceled. */ MSG_DSST_QUAGMIRE = 0x26f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ์ด๋ ฅ์ด ์ฆ๊ฐ๋์์ต๋๋ค. Defense increased. */ MSG_ENST_ANGELUS = 0x270, /*20031028 to 20031223 ์์ ค๋ฃจ์ค ์ํ๊ฐ ํด์ ๋ผ์์ต๋๋ค. -20031229 to 20180523 +20031229 to 20180605 ์์ ค๋ฃจ์ค ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Angelus canceled. */ MSG_DSST_ANGELUS = 0x271, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ๊ณผ ์ง๋ฅ, ๋ฑ์ค๊ฐ ์ฆ๊ฐํ์์ต๋๋ค. Blessing aligned. */ MSG_ENST_BLESSING = 0x272, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ธ๋ ์ฑ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Blessing canceled. */ MSG_DSST_BLESSING = 0x273, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๊ทธ๋ ํฌ๋ฃจ์์ค๋ฅผ ์ฌ์ฉํ์์ต๋๋ค. Signum Crusis initiated. */ MSG_ENST_CRUCIS = 0x274, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๊ทธ๋ ํฌ๋ฃจ์์ค ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Signum Crusis canceled. */ MSG_DSST_CRUCIS = 0x275, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋
์ด ํผ์ง๋ ์๋๊ฐ ๋๋ ค์ก์ต๋๋ค. Slow Poison initiated. */ MSG_ENST_SLOWPOISON = 0x276, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฌ๋ก์ฐ ํฌ์ด์ฆ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Slow Poison Canceled. */ MSG_DSST_SLOWPOISON = 0x277, -/*20031028 to 20180523 +/*20031028 to 20180605 SP์ ํ๋ณต ์๋๊ฐ ํฅ์ ๋์์ต๋๋ค. HP/SP recovery increased. */ MSG_ENST_MAGNIFICAT = 0x278, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ง๋ํผ์บ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Magnificat canceled. */ MSG_DSST_MAGNIFICAT = 0x279, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ด์ด ํฅ์๋์์ต๋๋ค. Luck increased. */ MSG_ENST_GLORIA = 0x27a, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธ๋ก๋ฆฌ์ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Gloria canceled. */ MSG_DSST_GLORIA = 0x27b, -/*20031028 to 20180523 +/*20031028 to 20180605 1ํ ๊ณต๊ฒฉ์ ๋ ๋ฐฐ ๋ฐ๋ฏธ์ง๋ฅผ ๋ฐ๋ ์ํ๊ฐ ๋์์ต๋๋ค. You will received double damage from all attacking opponents. */ MSG_ENST_LEXAETERNA = 0x27c, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ ์ค์ํ
๋ฅด๋ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Lex Eterna canceled. */ MSG_DSST_LEXAETERNA = 0x27d, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฒฉ์๋๊ฐ ์ฆ๊ฐํ์์ต๋๋ค. Attack Speed increased. */ MSG_ENST_ADRENALINE = 0x27e, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณต๊ฒฉ์๋๊ฐ ๊ฐ์ํ์์ต๋๋ค. Attack Speed reduced. */ MSG_DSST_ADRENALINE = 0x27f, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ฝ์ ์ฌ๋ผ ํ์ต๋๋ค. You've just been on a Peco Peco. */ MSG_ENST_RIDING = 0x280, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ฝ์์ ๋ด๋ ธ์ต๋๋ค. You've just got off of a Peco Peco. */ MSG_DSST_RIDING = 0x281, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ฝ์ ์ฅ์ฐฉํ์์ต๋๋ค. You've just carried a Falcon with. */ MSG_ENST_FALCON = 0x282, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ฝ์ ํ์ด์ฃผ์์ต๋๋ค. You've just released a Falcon. */ MSG_DSST_FALCON = 0x283, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฃฝ์์ฒํ๊ธฐ ์ํ๊ฐ ๋์์ต๋๋ค. Play Dead initiated. */ MSG_ENST_TRICKDEAD = 0x284, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฃฝ์์ฒํ๊ธฐ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Play Dead canceled. */ MSG_DSST_TRICKDEAD = 0x285, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ด ๊ฐํด์ก์ต๋๋ค. STR improved. */ MSG_ENST_SHOUT = 0x286, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ด ์๋๋๋ก ๋์์์ต๋๋ค. STR turned back to normal. */ MSG_DSST_SHOUT = 0x287, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋์ง์ฝํธ ์ํ๊ฐ ๋์์ต๋๋ค. Energy Coat initiated. */ MSG_ENST_ENERGYCOAT = 0x288, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋์ง์ฝํธ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Energy Coat canceled. */ MSG_DSST_ENERGYCOAT = 0x289, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฉ์ด๊ตฌ๊ฐ ํ๊ดด๋์์ต๋๋ค. Armor destroyed. */ MSG_ENST_BROKENAMOR = 0x28a, -/*20031028 to 20180523 +/*20031028 to 20180605 ... Weapon has just been released from destroyed status. */ MSG_DSST_BROKENAMOR = 0x28b, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฌด๊ธฐ๊ฐ ํ๊ดด๋์๋๋ค. Weapon destroyed. */ MSG_ENST_BROKENWEAPON = 0x28c, -/*20031028 to 20180523 +/*20031028 to 20180605 ... Weapon has just been released from destroyed status. */ MSG_DSST_BROKENWEAPON = 0x28d, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์์ํ๊ฐ ๋์์ต๋๋ค. Invisibility initiated. */ MSG_ENST_ILLUSION = 0x28e, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Invisibility canceled. */ MSG_DSST_ILLUSION = 0x28f, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ณผ๊ธ ์ ๋ณด ์ฒ๋ฆฌ๊ฐ ๋ฆ์ด์ง๊ณ ์์ด ์ ์์ด ์ง์ฐ๋๊ณ ์์ต๋๋ค. ์ ์ ํ์ ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Sorry. It is delayed due to the process of payment. Please re-connect in a minute. */ @@ -3347,37 +3347,37 @@ Sorry. It is delayed due to the process of payment. Please re-connect in a minut ์ฅ์ฐฉ๋ ํ์ด์ ํด์ ํ์ฌ์ผ ํฉ๋๋ค. 20060410 to 20061009 ์ฅ์ฐฉ๋ ํ์ด ๋๋ ํํ์ ํด์ ํ์ฌ์ผ ํฉ๋๋ค. -20061016 to 20180523 +20061016 to 20180605 ์ฅ์ฐฉ๋ ํ์ด/ํํ/์๋ฆฌ๊ฒ ์ ํด์ ํด์ผํฉ๋๋ค. You must unequip ammunition first. */ MSG_UNEQUIP_ARROW = 0x291, -/*20031028 to 20180523 +/*20031028 to 20180605 ํ์ด ๋ชฉ๋ก Arrow List */ MSG_ARROW_LIST = 0x292, -/*20031028 to 20180523 +/*20031028 to 20180605 ์นดํธ ๋ชฉ๋ก Cart List */ MSG_CART_LIST = 0x293, -/*20031028 to 20180523 +/*20031028 to 20180605 ์นดํธ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. You must have a Pushcart. */ MSG_MUST_EQUIP_CART = 0x294, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฑํ
๋ฐฉ์ ๊ฐ์ค ํ ์ ์์ต๋๋ค. You cannot open a Chat Window. */ MSG_CANT_MAKE_CHAT_ROOM = 0x295, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ผ๊ทธ๋๋กํฌ ํํ์ด์ง๋ก ์ ์ํ์ฌ ๊ณ์ ์ ๋ง๋ญ๋๋ค. ์ฒ์ ๊ณ์ ์ ๋ง๋์๋ฉด 3์ผ ๋์์ ๋ฌด๋ฃ๋ก ์ด์ฉํ์ค ์ ์์ต๋๋ค. Registering an account is the first step to accessing the game. Do you want to visit the registration page now? */ MSG_3DAY_FREE = 0x296, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ ์ํ์์๋ ์ด ์์ดํ
์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You cannot use this item while sitting. */ @@ -3386,7 +3386,7 @@ You cannot use this item while sitting. ์ด์์์ ์ํ ์ฑํ
๋ฐ ์คํฌ ๊ธ์ง๊ฐ %d ๋ถ๊ฐ ๋จ์ ์์ต๋๋ค. 20040419 to 20040714 ์ด์์์ ์ํ ์ฑํ
, ์คํฌ, ์์ดํ
์ฌ์ฉ๊ธ์ง๊ฐ %d ๋ถ๊ฐ ๋จ์ ์์ต๋๋ค. -20040726 to 20180523 +20040726 to 20180605 ์ฑํ
, ์คํฌ, ์์ดํ
์ฌ์ฉ๊ธ์ง๊ฐ %d ๋ถ๊ฐ ๋จ์ ์์ต๋๋ค. Your use of skills and chat will be blocked for the next %d minutes. */ @@ -3395,203 +3395,203 @@ Your use of skills and chat will be blocked for the next %d minutes. ์ด์์์ ์ํ ์ฑํ
๋ฐ ์คํฌ ๊ธ์ง๊ฐ ํด์ง ๋์์ต๋๋ค. 20040419 to 20040714 ์ด์์์ ์ํ ์ฑํ
, ์คํฌ, ์์ดํ
์ฌ์ฉ๊ธ์ง๊ฐ ํด์ง ๋์์ต๋๋ค. -20040726 to 20180523 +20040726 to 20180605 ์ฑํ
, ์คํฌ, ์์ดํ
์ฌ์ฉ๊ธ์ง๊ฐ ํด์ง ๋์์ต๋๋ค. Your use of skills and chat have been reinstated. */ MSG_BAD_MANNER_END = 0x299, -/*20031028 to 20180523 +/*20031028 to 20180605 -[์ฅ์ฐฉ์๋จ] - [Not equipped] */ MSG_REF_UNEQUIP = 0x29a, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฐ๊ณ ํ Very Hungry */ MSG_VERY_HUNGRY = 0x29b, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ถ์ถํจ Hungry */ MSG_HUNGRY = 0x29c, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ณดํต Normal */ MSG_NORMAL = 0x29d, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋ฐฐ๋ถ๋ฆ Satisfied */ MSG_REPLETE = 0x29e, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ฃผ ๋ฐฐ๋ถ๋ฆ Stuffed */ MSG_VERY_REPLETE = 0x29f, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋จน์๋จนํจ Awkward */ MSG_VERY_AWKWARD = 0x2a0, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด์ํจ Shy */ MSG_AWKWARD = 0x2a1, -/*20031028 to 20180523 +/*20031028 to 20180605 ์นํจ Cordial */ MSG_FRIENDLY = 0x2a2, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์นํจ Loyal */ MSG_VERY_FRIENDLY = 0x2a3, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ ์์ Unknown */ MSG_UNKNOWN = 0x2a4, /*20031028 to 20080513 (ํ๊ตญ)๊ทํ๋ ์์ผ๋ก %์ผ %d์๊ฐ %d๋ถ ์ฌ์ฉ์ด ๊ฐ๋ฅํฉ๋๋ค. -20080514 to 20180523 +20080514 to 20180605 ๊ทํ๋ ์์ผ๋ก %์ผ %d์๊ฐ %d๋ถ ์ฌ์ฉ์ด ๊ฐ๋ฅํฉ๋๋ค. Your account has play time of %d day %d hour %d minute. */ MSG_BILLING_DAY_HOUR_MINUTES = 0x2a5, /*20031028 to 20080513 (ํ๊ตญ)์ด ๊ณ์ ์ ์ด๋ฏธ ๋ค๋ฅธ ์ด์นด์ดํธ ์๋ฒ๋ก ์ ์ํ ์ํ์
๋๋ค. -20080514 to 20180523 +20080514 to 20180605 ์ด ๊ณ์ ์ ์ด๋ฏธ ๋ค๋ฅธ ์ด์นด์ดํธ ์๋ฒ๋ก ์ ์ํ ์ํ์
๋๋ค. Your account is already connected to account server. */ MSG_BAN_INFORMATION_REMAINED_ANOTHER_ACCOUNT = 0x2a6, /*20031028 to 20080513 (ํ๊ตญ)๊ทํ๋ ์์ผ๋ก %d์๊ฐ %d๋ถ ์ฌ์ฉ์ด ๊ฐ๋ฅํฉ๋๋ค. -20080514 to 20180523 +20080514 to 20180605 ๊ทํ๋ ์์ผ๋ก %d์๊ฐ %d๋ถ ์ฌ์ฉ์ด ๊ฐ๋ฅํฉ๋๋ค. Your account has play time of %d hour %d minute. */ MSG_BILLING_HOUR_MINUTES = 0x2a7, /*20031028 to 20080513 (ํ๊ตญ)๊ทํ๋ ๋ฌด๋ฃ ์ฌ์ฉ์ ์
๋๋ค. -20080514 to 20180523 +20080514 to 20180605 ๊ทํ๋ ๋ฌด๋ฃ ์ฌ์ฉ์ ์
๋๋ค. Your account is a free account. */ MSG_BILLING_FREE_USER = 0x2a8, /*20031028 to 20080513 (ํ๊ตญ)์ด ๊ณ์ ์ผ๋ก ์ฌํฌ๋ผ์ด์ ์ ์ํ ์ ์์ต๋๋ค. -20080514 to 20180523 +20080514 to 20180605 ์ด ๊ณ์ ์ผ๋ก ์ฌํฌ๋ผ์ด์ ์ ์ํ ์ ์์ต๋๋ค. This account can't connect the Sakray server. */ MSG_REFUSE_NONSAKRAY_ID_BLOCKED = 0x2a9, -/*20031028 to 20180523 +/*20031028 to 20180605 ํซ์ ์ด๋ฆ์ ์๋ฌธ 23, ํ๊ธ 11์ ์ด๋ด๋ก ์ ํด ์ฃผ์ธ์. Your pet name must be 23 characters or less. */ MSG_PETNAME_IN23 = 0x2aa, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด๋ฆ์ ๋จ ํ๋ฒ๋ง ๋ฐ๊ฟ์ ์์ต๋๋ค. ํซ ์ด๋ฆ์ ^0000ff^0000ff %s^000000^000000 ๋ก ์์ ํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? You may change your pet's name only once. Your pet's name will be changed to ^0000ff^0000ff %s^000000^000000. Do you wish to continue? */ MSG_PETNAME_CHANGE_ONLYONCE = 0x2ab, -/*20031028 to 20180523 +/*20031028 to 20180605 /ํฐํธ /font */ MSG_NAMEBALLOON_TYPE = 0x2ac, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋์ ๋จ์ ์ ๋๊ฐ ๋ถ์กฑํ์ฌ ์์
์ด ์คํจํ์์ต๋๋ค. Your guild lacks the funds to pay for this venture. */ MSG_GUILDZENY_NOT_ENOUGH = 0x2ad, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ธธ๋๊ฐ ์์ ํ ์ ์๋ ์ต๋ ๊ธ์ก์ ์ด๊ณผํ์ฌ ์์
์ด ์คํจํ์์ต๋๋ค. Your guild zeny limit prevents you from performing this action. */ MSG_GUILDZENY_OVER = 0x2ae, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ดํํธ ๊ฐ๋ตํ On Simplified effects have been activated. */ MSG_MINEFFECT_ON = 0x2af, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ดํํธ ๊ฐ๋ตํ Off Simplified effects have been deactivated. */ MSG_MINEFFECT_OFF = 0x2b0, -/*20031028 to 20180523 +/*20031028 to 20180605 ์๋ณธ๊ธ Required Fee */ MSG_CAPITAL = 0x2b1, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
์ ๋ฐ๋ฅ์ ๋ฒ๋ฆฌ๋ ค๋ฉด, ์์ดํ
์ฐฝ์ ์ด์ด ์ฃผ์ญ์์ค. If you wish to drop an item, you must first open your Item Window (alt+e). */ MSG_OPEN_ITEMWND_TO_THROW = 0x2b2, -/*20031028 to 20180523 +/*20031028 to 20180605 PC๋ฐฉ ์๊ธ์ด ์ข
๋ฃํ์ฌ ๊ฐ์ธ ์๊ธ์ ๋ก ์ ํํฉ๋๋ค. ๊ฐ์ธ ์๊ธ์ผ๋ก ๊ฒ์์ ๊ณ์ ํ์๊ฒ ์ต๋๊น? Internet Cafe Time Plan has been ended. Would you like to continue the game with your personal play time? */ MSG_ASK_PNGAMEROOM = 0x2b3, /*20031028 to 20100928 -20081008 to 20180523 +20081008 to 20180605 Current admission application state. */ MSG_REPLY_REMAINTIME = 0x2b4, /*20031028 to 20100928 -20081008 to 20180523 +20081008 to 20180605 Current admission application state. */ MSG_INFO_REMAINTIME = 0x2b5, -/*20031028 to 20180523 +/*20031028 to 20180605 ๋์ด ๋ชจ์๋ผ๊ฑฐ๋, ๊ฐ์ง ์ ์๋ ์ต๋ ๊ธ์ก์ ์ด๊ณผํ์์ต๋๋ค. Your lack of zeny or your zeny limit have prevented you from performing this action. */ MSG_OVER_OR_LOW_MONEY = 0x2b6, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ํฌ๋ถ๋ฅ ์ํ๊ฐ ๋์์ต๋๋ค. escํค๋ฅผ ๋๋ฅด์๋ฉด ์ ํ์ฐฝ์ด ๋น๋๋ค. Your character has fainted. Push the ESC key to restart. */ MSG_PRESS_ESC_TO_RESTART = 0x2b7, -/*20031028 to 20180523 +/*20031028 to 20180605 %d ๊ฐ ํ๋ - %d obtained. */ MSG_EA_OBTAIN = 0x2b8, -/*20031028 to 20180523 +/*20031028 to 20180605 ์คํ ๋ฆฌ์คํธ Spell List */ MSG_SPELL_LIST = 0x2b9, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ต์ํ /minimize */ MSG_MINEFFECT = 0x2ba, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ด ์์ดํ
์ ์์๋์ด ์์ต๋๋ค.. This item has been damaged. */ MSG_DAMAGED_ITEM = 0x2bb, -/*20031028 to 20180523 +/*20031028 to 20180605 /noshift : ์ฌํํธ๋ฅผ ๋๋ฅด์ง์๊ณ ํ๋ก ์ ์ ๊ณต๊ฒฉํ ์์๊ฒ๋ฉ๋๋ค On Off /noshift: You may use your ''force heal'' ability without the Shift key. On | Off */ MSG_EXPLAIN_NOSHIFT = 0x2bc, /*20031028 to 20040223 ์ํํธ๋ฅผ ๋๋ฅด์ง ์๊ณ ๋ ํ๋ก ๋ชฌ์คํฐ๋ฅผ ๊ณต๊ฒฉํ ์ ์์ต๋๋ค [ON] -20040225 to 20180523 +20040225 to 20180605 ์ํํธ๋ฅผ ๋๋ฅด์ง ์๊ณ ๋ ํ๋ก ์ธ๋ฐ๋๋ฅผ ๊ณต๊ฒฉํ ์ ์์ต๋๋ค [/ns ON] [no shift] option activated. [ON] */ @@ -3600,174 +3600,174 @@ This item has been damaged. ์ํํธ๋ฅผ ๋๋ฅด์ง ์๊ณ ๋ ํ๋ก ๋ชฌ์คํฐ๋ฅผ ๊ณต๊ฒฉํ ์ ์์ต๋๋ค [OFF] 20040225 to 20040315 ์ํํธ๋ฅผ ๋๋ฅด์ง ์๊ณ ๋ ํ๋ก ์ธ๋ฐ๋๋ฅผ ๊ณต๊ฒฉํ ์ ์์ต๋๋ค [/ns OFF] -20040322 to 20180523 +20040322 to 20180605 ์ํํธ๋ฅผ ๋๋ฌ์ผ ํ๋ก ์ธ๋ฐ๋๋ฅผ ๊ณต๊ฒฉํ ์ ์์ต๋๋ค [/ns OFF] [no shift] option deactivated. [OFF] */ MSG_NOSHIFT_OFF = 0x2be, -/*20031028 to 20180523 +/*20031028 to 20180605 MSI_REFUSE_BAN_BY_DBA */ MSG_REFUSE_BAN_BY_DBA = 0x2bf, -/*20031028 to 20180523 +/*20031028 to 20180605 MSI_REFUSE_EMAIL_NOT_CONFIRMED */ MSG_REFUSE_EMAIL_NOT_CONFIRMED = 0x2c0, -/*20031028 to 20180523 +/*20031028 to 20180605 MSI_REFUSE_BAN_BY_GM */ MSG_REFUSE_BAN_BY_GM = 0x2c1, -/*20031028 to 20180523 +/*20031028 to 20180605 MSI_REFUSE_TEMP_BAN_FOR_DBWORK */ MSG_REFUSE_TEMP_BAN_FOR_DBWORK = 0x2c2, -/*20031028 to 20180523 +/*20031028 to 20180605 MSI_REFUSE_SELF_LOCK */ MSG_REFUSE_SELF_LOCK = 0x2c3, -/*20031028 to 20180523 +/*20031028 to 20180605 MSI_REFUSE_NOT_PERMITTED_GROUP */ MSG_REFUSE_NOT_PERMITTED_GROUP = 0x2c4, -/*20031028 to 20180523 +/*20031028 to 20180605 MSI_REFUSE_WAIT_FOR_SAKRAY_ACTIVE */ MSG_REFUSE_WAIT_FOR_SAKRAY_ACTIVE = 0x2c5, -/*20031028 to 20180523 +/*20031028 to 20180605 /aura : ์ค์ค๋ผ๋ฅผ ๊ฐ๋ตํ ์ํฌ์์์ต๋๋ค On Off /aura: Simplify Aura effect On | Off */ MSG_EXPLAIN_AURA = 0x2c6, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ค์ค๋ผ๊ฐ ์ ์์ ์ผ๋ก ํ์๋ฉ๋๋ค [์ค์ค๋ผ ON] Turn On Aura [Aura ON] */ MSG_AURA_ON = 0x2c7, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ค์ค๋ผ๊ฐ ๊ฐ๋ตํ๋์ ํ์๋ฉ๋๋ค [์ค์ค๋ผ OFF] Simplify Aura enabled. [ON] */ MSG_AURA_OFF = 0x2c8, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฑํ
๊ธ์ง ๊ธฐ๋ก %d ํ Chat block record %d times */ MSG_PROHIBIT_LOG = 0x2c9, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฑํ
๊ธ์ง ๋ฆฌ์คํธ Chat block list */ MSG_PROHIBIT_LIST = 0x2ca, -/*20031028 to 20180523 +/*20031028 to 20180605 /์ด๋ฆํ์ or /showname : ์บ๋ฆญํฐ์ ์ด๋ฆ ํ์ ๋ฐฉ์์ ๋ณ๊ฒฝํฉ๋๋ค. /showname: Change the name font type. */ MSG_EXPLAIN_SHOWNAMETYPE = 0x2cb, -/*20031028 to 20180523 +/*20031028 to 20180605 /noctrl : ์ฝํธ๋กค์ ๋๋ฅด์ง์์๋ ์๋๊ณต๊ฒฉ์ด ๋ฉ๋๋ค. On Off /noctrl | /nc: Auto attack without pressing ctrl key. On | Off */ MSG_EXPLAIN_NOCTRL = 0x2cc, /*20031028 to 20040223 ์ฝํธ๋กค์ ๋๋ฅด์ง ์์๋ ์๋๊ณต๊ฒฉ์ ํฉ๋๋ค [์๋๊ณต๊ฒฉ ON] -20040225 to 20180523 +20040225 to 20180605 ์ฝํธ๋กค์ ๋๋ฅด์ง ์์๋ ์๋๊ณต๊ฒฉ์ ํฉ๋๋ค [/nc ON] Use auto attack without Ctrl. [Auto attack ON] */ MSG_NOCTRL_ON = 0x2cd, /*20031028 to 20040223 ์ฝํธ๋กค์ ๋๋ฌ์ผ ์๋๊ณต๊ฒฉ์ ํฉ๋๋ค [์๋๊ณต๊ฒฉ OFF] -20040225 to 20180523 +20040225 to 20180605 ์ฝํธ๋กค์ ๋๋ฌ์ผ ์๋๊ณต๊ฒฉ์ ํฉ๋๋ค [/nc OFF] Use auto attack with Ctrl. [Auto attack OFF] */ MSG_NOCTRL_OFF = 0x2ce, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฑํ
๊ธ์ง ์ฃผ๊ธฐ Mute this player. */ MSG_APPEND_PROHIBIT = 0x2cf, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฑํ
๊ธ์ง ์์ ํ๊ธฐ & ๋ก๊ทธ ์ญ์ Unmute player & Erase mute time. */ MSG_ERASE_PROHIBIT = 0x2d0, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฑํ
๊ธ์ง ์๊ฐ ์ค์ด๊ธฐ(๋ก๊ทธ ์ญ์ ์๋จ) Decrease Player Mute time. */ MSG_REDUCE_PROHIBIT = 0x2d1, -/*20031028 to 20180523 +/*20031028 to 20180605 ํฐํธ๊ฐ ์ ์์ ์ผ๋ก ๋ฐ๋์์ต๋๋ค [์ด๋ฆํ์๋ฐฉ์ 1] Normal Font Displayed. [showname type 1] */ MSG_SHOWNAME_ON = 0x2d2, -/*20031028 to 20180523 +/*20031028 to 20180605 ํฐํธ๊ฐ ๊ฐ๋๊ฒ ๋ฐ๋๋ฉด์ ํํฐ๋ช
๋ ํ์๋ฉ๋๋ค [์ด๋ฆํ์๋ฐฉ์ 2] Font will be thin and party name will be shown [showname type 2] */ MSG_SHOWNAME_OFF = 0x2d3, -/*20031028 to 20180523 +/*20031028 to 20180605 /doridori : ์ฐ์ํด์ ์ด ๋ช
๋ น์ด๋ฅผ ์ณ์ฃผ๋ฉด ์บ๋ฆญํฐ๊ฐ ๋๋ฆฌ๋๋ฆฌ ^^;; /doridori: Shake head */ MSG_EXPLAIN_DORIDORI = 0x2d4, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ธํฐ๋ท ์นดํ์์ ๊ณผ๊ธ์ ํ๊ณ ์์ต๋๋ค. Internet room is paying now. */ MSG_BILLING_INTERNET_CAFE = 0x2d5, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ ์ก์ ๊ณผ๊ธ์ %d์ผ %d์๊ฐ %d๋ถ์ด ๋จ์์ต๋๋ค. ์ข
๋์ ๊ณผ๊ธ์ %d์๊ฐ %d๋ถ์ด ๋จ์์ต๋๋ค. Prepaid voucher validate until %d days %d hours %d minutes later. Time limit voucher validate untill %d hours %d minutes later. */ MSG_BILLING_BOTH = 0x2d6, -/*20031028 to 20180523 +/*20031028 to 20180605 /bingbing : ์ฐ์ํด์ ์ด ๋ช
๋ น์ด๋ฅผ ์ณ์ฃผ๋ฉด ์บ๋ฆญํฐ๊ฐ ๋น๊ธ๋น๊ธ ^^;; /bingbing: Rotates player counter clockwise. */ MSG_EXPLAIN_BINGBING = 0x2d7, -/*20031028 to 20180523 +/*20031028 to 20180605 /bangbang : ์ฐ์ํด์ ์ด ๋ช
๋ น์ด๋ฅผ ์ณ์ฃผ๋ฉด ์บ๋ฆญํฐ๊ฐ ๋ฑ
๊ธ๋ฑ
๊ธ ^^;; /bangbang: Rotates player clockwise. */ MSG_EXPLAIN_BANGBANG = 0x2d8, -/*20031028 to 20180523 +/*20031028 to 20180605 /skillfail : ๋นจ๊ฐ์์ ์คํฌ์ฌ์ฉ ์คํจ ๋ฉ์ธ์ง๋ฅผ ํ์ํ์ง ์์ต๋๋ค On Off /skillfail: Display red font message when skill fails. On | Off */ MSG_EXPLAIN_SKILLFAIL = 0x2d9, /*20031028 to 20040223 ์คํฌ์ฌ์ฉ ์คํจ ๋ฉ์ธ์ง๋ฅผ ํ์ํฉ๋๋ค [ํ์ ON] -20040225 to 20180523 +20040225 to 20180605 ์คํฌ์ฌ์ฉ ์คํจ ๋ฉ์ธ์ง๋ฅผ ํ์ํฉ๋๋ค [/sf ON] Skill fail messages will be displayed. [Display On] */ MSG_SKILLFAIL_ON = 0x2da, /*20031028 to 20040223 ์คํฌ์ฌ์ฉ ์คํจ ๋ฉ์ธ์ง๋ฅผ ํ์ํ์ง ์์ต๋๋ค [ํ์ OFF] -20040225 to 20180523 +20040225 to 20180605 ์คํฌ์ฌ์ฉ ์คํจ ๋ฉ์ธ์ง๋ฅผ ํ์ํ์ง ์์ต๋๋ค [/sf OFF] Skill fail messages will not be displayed. [Display OFF] */ MSG_SKILLFAIL_OFF = 0x2db, -/*20031028 to 20180523 +/*20031028 to 20180605 /notalkmsg : ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง ์์ต๋๋ค On Off /notalkmsg: Chat will not be displayed in chat window. On | Off */ MSG_EXPLAIN_NOTALKMSG = 0x2dc, /*20031028 to 20040223 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํฉ๋๋ค [ํ์ ON] -20040225 to 20180523 +20040225 to 20180605 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํฉ๋๋ค [/nm ON] Chat content will be displayed in the chat window. [Display ON] */ MSG_NOTALKMSG_ON = 0x2dd, /*20031028 to 20040223 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง์์ต๋๋ค [ํ์ OFF] -20040225 to 20180523 +20040225 to 20180605 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง์์ต๋๋ค [/nm OFF] Chat content will not be displayed in the chat window. [Display OFF] */ @@ -3776,42 +3776,42 @@ Chat content will not be displayed in the chat window. [Display OFF] /set1 : /noctrl + /showname + /skillfail 20040426 to 20040707 /set1 : /noctrl + /showname + /skillfail , /set2 : + /q3 -20040707 to 20180523 +20040707 to 20180605 /set1 : /nc + /showname + /sf + /wi, /set2 : + /q3 /set1: /noctrl + /showname + /skillfail */ MSG_EXPLAIN_SET1 = 0x2df, -/*20031028 to 20180523 +/*20031028 to 20180605 /fog : FOG์ดํํธ๋ฅผ ํค๊ฑฐ๋ ๋์์์ต๋๋ค On Off /fog: Fog effect. On | Off */ MSG_EXPLAIN_FOG = 0x2e0, -/*20031028 to 20180523 +/*20031028 to 20180605 ์ฒญํผ์ ํด์์ต๋๋ค. ์น๋ํ์๊ฒ ์ต๋๊น? You have received a marriage proposal. Do you accept? */ MSG_SUGGEST_COUPLE = 0x2e1, -/*20031028 to 20180523 +/*20031028 to 20180605 ์์ดํ
๋ถ๋ฐฐ ๋ฐฉ์ Item sharing type */ MSG_HOWITEMDIV = 0x2e2, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ฐ์ ์ทจ๋ Individual */ MSG_ITEMDIV1 = 0x2e3, -/*20031028 to 20180523 +/*20031028 to 20180605 ๊ท ๋ฑํ๊ฒ ๋ถ๋ฐฐ Shared */ MSG_ITEMDIV2 = 0x2e4, #if PACKETVER >= 20031103 -/*20031103 to 20180523 +/*20031103 to 20180605 nProtect KeyCrypt */ MSG_KEYCRYPT = 0x2e5, -/*20031103 to 20180523 +/*20031103 to 20180605 Keyboard Driver๊ฐ ๊ฒ์ถ๋์์ต๋๋ค. ํค๋ณด๋ ๋ณด์ ์
๋ ฅ์ ์ํด ์ถ๊ฐ๊ธฐ๋ฅ์ ์ค์นํ์๊ฒ ์ต๋๊น? @@ -3824,7 +3824,7 @@ Do you want to install a program for keyboard security? (After installation, System Reboot is required) */ MSG_KEYCRYPT_INSTALL_KEYDRIVER = 0x2e6, -/*20031103 to 20180523 +/*20031103 to 20180605 ์ค์น๊ฐ ์๋ฃ ๋์์ต๋๋ค. ์์คํ
์ Reboot ํฉ๋๋ค. @@ -3833,17 +3833,17 @@ Installation has been completed. System will be rebooted. */ MSG_KEYCRYPT_REBOOT = 0x2e7, -/*20031103 to 20180523 +/*20031103 to 20180605 ์ค์น ์คํจ. Installation has been failed. */ MSG_KEYCRYPT_INSTALLFAIL = 0x2e8, -/*20031103 to 20180523 +/*20031103 to 20180605 ํค๋ณด๋ ๋ณด์์ ์ ์ฉํ์ง ์๊ณ ๊ณ์ํฉ๋๋ค. Keyboard Security will be skipped. */ MSG_KEYCRYPT_SKIPKEYCRYPT = 0x2e9, -/*20031103 to 20180523 +/*20031103 to 20180605 ํค๋ณด๋ ๋ณด์์ ํ์ํ ํ์ผ์ด ์กด์ฌํ์ง ์์ต๋๋ค. (npkeyc.vxd, npkeyc.sys, npkeycs.sys) @@ -3852,7 +3852,7 @@ Required file for Keyboard Security is not existing. (npkeyc.vxd, npkeyc.sys, npkeycs.sys) */ MSG_KEYCRYPT_NOKEYCRYPTFILE = 0x2ea, -/*20031103 to 20180523 +/*20031103 to 20180605 USB Keyboard๊ฐ ๊ฒ์ถ๋์์ต๋๋ค. ํค๋ณด๋ ๋ณด์ ์
๋ ฅ์ ์ํด ์ถ๊ฐ๊ธฐ๋ฅ์ ์ค์นํ์๊ฒ ์ต๋๊น? @@ -3865,53 +3865,53 @@ Do you want to install a program for keyboard security? (After installation, System Reboot is required) */ MSG_KEYCRYPT_USBKEYBOARD = 0x2eb, -/*20031103 to 20180523 +/*20031103 to 20180605 ftp://ragnarok.nefficient.co.kr/pub/ragnarok/ragnarok0526.exe */ MSG_FINDHACK_PATH = 0x2ec, -/*20031103 to 20180523 +/*20031103 to 20180605 FindHack์ด ์ ์์ ์ผ๋ก ์ค์น๊ฐ ๋์ด์์ง ์์ต๋๋ค. ragnarok0226.exe ๋ฅผ ๋ค์ด๋ก๋ ํ์ฌ ๋ผ๊ทธ๋๋กํฌ๊ฐ ์ค์น๋ ํด๋์ ์ค์นํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค.(%d). FindHack is not installed correctly. Please download ragnarok0226.exe and install it in RagnarokOnline directory.(%d). */ MSG_FINDHACK_NOTINSTALLED = 0x2ed, -/*20031103 to 20180523 +/*20031103 to 20180605 ํดํนํด์ด ์กด์ฌํ์ง๋ง ์น๋ฃ๊ฐ ์ ์์ ์ผ๋ก ๋์ง ์์์ต๋๋ค. ๋ผ๊ทธ๋๋กํฌ๊ฐ ์คํ๋์ง ์์ต๋๋ค. Hacking tool is existing but it hasn't been cleaned. Rangarok Online will not be executed. */ MSG_FINDHACK_HACKTOOLEXIST = 0x2ee, -/*20031103 to 20180523 +/*20031103 to 20180605 ํดํนํด ์ง๋จ ํ๋ก๊ทธ๋จ์ด ์ ์์ ์ผ๋ก ๋ค์ด๋ก๋ ๋์ง ์์์ต๋๋ค. ragnarok0226.exe ๋ฅผ ๋ค์ด๋ก๋ ํ์ฌ ๋ผ๊ทธ๋๋กํฌ๊ฐ ์ค์น๋ ํด๋์ ์ค์นํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Hacking tool scan program has not been downloaded correctly. Please download ragnarok0226.exe and install it in RagnarokOnline directory. */ MSG_FINDHACK_CANTDOWNLOAD = 0x2ef, -/*20031103 to 20180523 +/*20031103 to 20180605 NPX.DLL ๋ฑ๋ก์๋ฌ ์ด๊ฑฐ๋ FindHack ๊ตฌ๋์ ํ์ํ ํ์ผ์ด ์์ต๋๋ค. ragnarok0226.exe ๋ฅผ ๋ค์ด๋ก๋ ํ์ฌ ๋ผ๊ทธ๋๋กํฌ๊ฐ ์ค์น๋ ํด๋์ ์ค์นํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. NPX.DLL register error or there is no necessary file to run FindHack. Please download ragnarok0226.exe and install it in RagnarokOnline directory. */ MSG_FINDHACK_NOFILE = 0x2f0, -/*20031103 to 20180523 +/*20031103 to 20180605 ์์ธ์ฌํญ์ด ๋ฐ์ํ์ต๋๋ค. (02-3281-0361)๋ก ๋ฌธ์ํด์ฃผ์ธ์. ๋ฆฌํด๊ฐ(%d) Exceptional Error. Please contact the customer support. Return Value: (%d) */ MSG_FINDHACK_EXCEPTION = 0x2f1, -/*20031103 to 20180523 +/*20031103 to 20180605 ์ข
๋ฃ๋ฒํผ์ ํด๋ฆญ ํ์
จ์ต๋๋ค. Exit button has been clicked. */ MSG_FINDHACK_EXITPRESSED = 0x2f2, -/*20031103 to 20180523 +/*20031103 to 20180605 Findhack ์
๋ฐ์ดํธ ์๋ฒ์ ๊ทผ ์คํจํ์์ต๋๋ค. ์ ์ ํ์ ๋ค์ ์๋ํด ์ฃผ์๊ฑฐ๋ ๊ทธ๋ผ๋นํฐ ์ด์ํ์ผ๋ก ์ฐ๋ฝํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Unable to connect Findhack Update Server. Please try again or contact the customer support. */ MSG_FINDHACK_UPDATEFAILED = 0x2f3, -/*20031103 to 20180523 +/*20031103 to 20180605 ์ฌ๋๋ฐ๊ณ ์๋ Beloved */ MSG_NAMED_PET = 0x2f4, #endif #if PACKETVER >= 20031110 -/*20031110 to 20180523 +/*20031110 to 20180605 /report or /์ ๊ณ : ์ ๊ณ ์ฉ ๊ฐ๋ฌด๋ฆฌ ํ์ผ์ ์ ์ฅํฉ๋๋ค. /report: Save a chat log file. */ @@ -3921,7 +3921,7 @@ Beloved ์ฆ๊ฑฐ์๋ฃ๋ก์ฌ์ฉํ๊ฒ ๋ฉ๋๋ค. ๋ฌธ์๋ฅผ ๋ค๋ฅธ ๋ฌธ์ ํ์์ผ๋ก ์ ์ฅํ๊ฑฐ๋ ๋ด์ฉ์ ๋ณ๊ฒฝํ์ฌ ์๋ณธ๊ณผ ์ผ์นํ์ง ์๊ฒ ๋ ๊ฒฝ์ฐ ๊ทธ ๋ฌธ์๋ ์ฆ๊ฑฐ ํจ๋ ฅ์ ์์คํ๊ฒ ๋ฉ๋๋ค. -20031117 to 20180523 +20031117 to 20180605 ์ด ํ์ผ์ (์ฃผ)๊ทธ๋ผ๋นํฐ์ ์ด์ํ์์ ๊ฒ์๋ด์ ๋ถ์ ํ์๋ ๋น๋งค๋ ํ์์ ๋ํ ์ฆ๊ฑฐ์๋ฃ๋ก ์ฌ์ฉํ๊ฒ ๋ฉ๋๋ค. ๋ฌธ์๋ฅผ ๋ค๋ฅธ ๋ฌธ์ ํ์์ผ๋ก ์ ์ฅํ๊ฑฐ๋ ๋ด์ฉ์ ๋ณ๊ฒฝํ์ฌ ์๋ณธ๊ณผ ์ผ์นํ์ง ์๊ฒ @@ -3929,38 +3929,38 @@ Beloved Chat logs are not accepted as evidence for any ill-mannered violation on account of possible file modifications. However this feature is provided for players' personal reference. */ MSG_REPORTTEXT_HEADER = 0x2f6, -/*20031110 to 20180523 +/*20031110 to 20180605 ๋น์ ์ ์ฌ๋ํด์ โก I love you. */ MSG_LOVE_SKILL = 0x2f7, #endif #if PACKETVER >= 20031124 -/*20031124 to 20180523 +/*20031124 to 20180605 ํ๋ฉด ๋๋ ์ดํํธ๊ฐ ๋ฐ์์ ๋์ ๋ถ๋ด์ด ๋์๋๋ถ๋ค์ ๋ชจ๋ํฐ์ ๋ฐ๊ธฐ๋ฅผ ์กฐ์ ํด์ฃผ์๊ธฐ๋ฐ๋๋๋ค. Please adjust your monitor/video brightness if effects appear too bright. */ MSG_EXPLAIN_BRIGHT = 0x2f8, #endif #if PACKETVER >= 20031218 -/*20031218 to 20180523 +/*20031218 to 20180605 ์ ์ฒดํ๋ฉด๋ชจ๋๊ฐ ์์๋๋ ๊ฒฝ์ฐ์ ๊ฒ์์คํํ ALT+TAB์ผ๋ก ํ๋ฉด์ ์ ํํ๋ฉด ์๋๋ ๊ธฐ์ข
๋ ์์ต๋๋ค If full screen mode fails to work, it is suggested you alt+tab [or ctrl+esc] to inactivate and reactivate the Ragnarok Client. */ MSG_EXPLAIN_ALTTAB = 0x2f9, #endif #if PACKETVER >= 20031223 -/*20031223 to 20180523 +/*20031223 to 20180605 (%d ๋ช
) - ์ ๋ฃ์๋ฒ (%d players) - Pay to Play Server */ MSG_SERVER_PROPERTY_PAY = 0x2fa, -/*20031223 to 20180523 +/*20031223 to 20180605 (%d ๋ช
) - ๋ฌด๋ฃ์๋ฒ (%d players) - Free Server */ MSG_SERVER_PROPERTY_FREE = 0x2fb, -/*20031223 to 20180523 +/*20031223 to 20180605 ๋ฌด๋ฃ ํ์์ ์ ๋ฃ ์๋ฒ๋ก ์ ์ํ ์ ์์ต๋๋ค. Trial players can't connect Pay to Play Server. */ @@ -3969,112 +3969,112 @@ Trial players can't connect Pay to Play Server. #if PACKETVER >= 20031230 /*20031230 to 20040108 ๋ง์ฐ์ค ์ฐํด๋ฆญ์ผ๋ก F9์ ์ ์ฅํ ์คํฌ์ ์ธ์์์ต๋๋ค [QUICK ON] -20040112 to 20180523 +20040112 to 20180605 ๋ง์ฐ์ค ์ฐํด๋ฆญ์ผ๋ก F9์ ์ ์ฅํ ์คํฌ์ ์ธ์์์ต๋๋ค [/q1 ON] Right click menu skills for F9 are Enabled.[/q1 ON] */ MSG_QUICKSPELL_ON = 0x2fd, /*20031230 to 20040108 ๋ง์ฐ์ค ์ฐํด๋ฆญ์ผ๋ก ์คํฌ์ ์ฌ์ฉํ์ง ๋ชปํฉ๋๋ค [QUICK OFF] -20040112 to 20180523 +20040112 to 20180605 ๋ง์ฐ์ค ์ฐํด๋ฆญ์ผ๋ก ์คํฌ์ ์ฌ์ฉํ์ง ๋ชปํฉ๋๋ค [/q1 OFF] Right click menu skills for F9 are Disabled.[/q1 OFF] */ MSG_QUICKSPELL_OFF = 0x2fe, /*20031230 to 20040119 /quickspell : ๋ง์ฐ์ค ์ฐํด๋ฆญ์ผ๋ก F9์ ์ ์ฅํ ์คํฌ์ ์ฌ์ฉํฉ๋๋ค On Off -20040126 to 20180523 +20040126 to 20180605 /quickspell : ๋ง์ฐ์ค ์ฐํด๋ฆญ์ผ๋ก F9์ ์ ์ฅํ ์คํฌ์ ์ฌ์ฉํฉ๋๋ค On Off /quickspell: Right-click menu enables you to use skills assigned to the F9 hotkey. On | Off */ MSG_EXPLAIN_QUICKSPELL = 0x2ff, #endif #if PACKETVER >= 20040112 -/*20040112 to 20180523 +/*20040112 to 20180605 ๋ง์ฐ์ค์ WHEEL์ ์ฌ์ฉํด์ F7 ๊ณผ F8์ ์ ์ฅํ ์คํฌ์ ์ฌ์ฉํฉ๋๋ค [/q2 ON] Mouse wheel skills for F7 and F8 are Enabled.[/q2 ON] */ MSG_QUICKSPELL2_ON = 0x300, -/*20040112 to 20180523 +/*20040112 to 20180605 ๋ง์ฐ์ค WHEEL๋ก ์คํฌ์ ์ฌ์ฉํ์ง ๋ชปํฉ๋๋ค [/q2 OFF] Mouse wheel skills for F7 and F8 are Disabled.[/q2 OFF] */ MSG_QUICKSPELL2_OFF = 0x301, /*20040112 to 20040119 /quickspell2 : ๋ง์ฐ์ค WHEEL๋ก F7 ๊ณผ F8์ ์ ์ฅํ ์คํฌ์ ์ฌ์ฉํฉ๋๋ค On Off -20040126 to 20180523 +20040126 to 20180605 /quickspell2 : ๋ง์ฐ์ค WHEEL์ ์,์๋๋ก ๊ตด๋ ค์ F7๊ณผF8์ ์ ์ฅํ ์คํฌ์ ์ฌ์ฉํฉ๋๋ค On Off /quickspell2: By rolling the mouse wheel up and down, you are able to use skills registered on F7 and F8 hotkeys. On | Off */ MSG_EXPLAIN_QUICKSPELL2 = 0x302, -/*20040112 to 20180523 +/*20040112 to 20180605 /q3 : /quickspell (/q1) + /quickspell2 (/q2) /q3: /quickspell (/q1) + /quickspell2 (/q2) */ MSG_EXPLAIN_QUICKSPELL3 = 0x303, #endif #if PACKETVER >= 20040202 -/*20040202 to 20180523 +/*20040202 to 20180605 /์ฐ๋ฆฟ /bzz */ MSG_EMOTION_STARE = 0x304, -/*20040202 to 20180523 +/*20040202 to 20180605 /๋ฐฅ /rice */ MSG_EMOTION_HUNGRY = 0x305, -/*20040202 to 20180523 +/*20040202 to 20180605 /๋ฉ์ ธ /awsm */ MSG_EMOTION_COOL = 0x306, -/*20040202 to 20180523 +/*20040202 to 20180605 /๋ฉ๋กฑ /meh */ MSG_EMOTION_MERONG = 0x307, -/*20040202 to 20180523 +/*20040202 to 20180605 /๋ถ๋ /shy */ MSG_EMOTION_SHY = 0x308, -/*20040202 to 20180523 +/*20040202 to 20180605 /์ฑ์ฑ /pat */ MSG_EMOTION_GOODBOY = 0x309, -/*20040202 to 20180523 +/*20040202 to 20180605 /์ ํ /mp */ MSG_EMOTION_SPTIME = 0x30a, -/*20040202 to 20180523 +/*20040202 to 20180605 /์ง์ง /slur */ MSG_EMOTION_SEXY = 0x30b, -/*20040202 to 20180523 +/*20040202 to 20180605 /์ปด์จ /com */ MSG_EMOTION_COMEON = 0x30c, -/*20040202 to 20180523 +/*20040202 to 20180605 /ํํ /yawn */ MSG_EMOTION_SLEEPY = 0x30d, -/*20040202 to 20180523 +/*20040202 to 20180605 /์ถํ /grat */ MSG_EMOTION_CONGRATULATION = 0x30e, -/*20040202 to 20180523 +/*20040202 to 20180605 /ํผํ /hp */ MSG_EMOTION_HPTIME = 0x30f, -/*20040202 to 20180523 +/*20040202 to 20180605 /์ด๋ชจ์
: ํ์ฌ ์ฌ์ฉ๊ฐ๋ฅํ ์ด๋ชจ์
์ ๋ฆฌ์คํธ๋ฅผ ๋ณด์ฌ์ค๋๋ค. /emotion: views the emoticon list. */ @@ -4083,31 +4083,31 @@ Mouse wheel skills for F7 and F8 are Disabled.[/q2 OFF] #if PACKETVER >= 20040223 /*20040223 to 20040302 ํค๋ณด๋๋ฅผ ์ด์ฉํด์ ์คํฌ๋จ์ถ์ฐฝ2 ์ 3์ ์คํฌ๋ค์ ์ฌ์ฉํฉ๋๋ค. [/bm ON] -20040308 to 20180523 +20040308 to 20180605 ํค๋ณด๋๋ฅผ ์ด์ฉํด์ ์คํฌ๋จ์ถ์ฐฝ 1,2,3์ ์คํฌ๋ค์ ์ฌ์ฉํฉ๋๋ค. [/bm ON] Skills assigned to shortcut windows 1, 2, 3 are Enabled. [/bm ON] */ MSG_BATTLE_ON = 0x311, /*20040223 to 20040302 ํค๋ณด๋๋ฅผ ์ด์ฉํด์ ์คํฌ๋จ์ถ์ฐฝ2 ์ 3์ ์คํฌ๋ค์ ์ฌ์ฉํ์ง๋ชปํฉ๋๋ค. [/bm OFF] -20040308 to 20180523 +20040308 to 20180605 ํค๋ณด๋๋ฅผ ์ด์ฉํด์ ์คํฌ๋จ์ถ์ฐฝ 1,2,3์ ์คํฌ๋ค์ ์ฌ์ฉํ์ง๋ชปํฉ๋๋ค. [/bm OFF] Skills assigned to shortcut windows 1, 2, 3 are Disabled. [/bm OFF] */ MSG_BATTLE_OFF = 0x312, -/*20040223 to 20180523 +/*20040223 to 20180605 /battlemode : Q ~ O ๋ฅผ ๋๋ฅด๋ฉด ์คํฌ๋จ์ถ์ฐฝ2์ ์คํฌ๋ค์ด ์ฌ์ฉ๋ฉ๋๋ค. /battlemode: allows you to use skills assigned to Shortcut Window 2 by pressing Q ~ O keys. */ MSG_EXPLAIN_BATTLE = 0x313, /*20040223 to 20040302 A ~ L ์ ๋๋ฅด๋ฉด ์คํฌ๋จ์ถ์ฐฝ3์ ์คํฌ๋ค์ด ์ฌ์ฉ๋ฉ๋๋ค. On Off -20040308 to 20180523 +20040308 to 20180605 A ~ L ์ ๋๋ฅด๋ฉด ์คํฌ๋จ์ถ์ฐฝ3์ ์คํฌ๋ค์ด ์ฌ์ฉ๋ฉ๋๋ค. A ~ L keys allow you to use skills assigned to Shortcut Window 3. */ MSG_EXPLAIN_BATTLE2 = 0x314, -/*20040223 to 20180523 +/*20040223 to 20180605 ๋ผ๊ทธ๋๋กํฌ๋ฅผ ์คํํ์ค๋ ๋ค๋ฅธ ํ๋ก๊ทธ๋จ์ ๋์ฐ์๋ฉด ๊ฒ์์ด ๋๋ ค์ง์๋์์ต๋๋ค. Please remember, programs running in the background while playing may affect the game's performance. */ @@ -4116,26 +4116,26 @@ Please remember, programs running in the background while playing may affect the #if PACKETVER >= 20040302 /*20040302 to 20041130 ์ฒ์ฌ๋ ์ ๋ชฉ์๋ฆฌ ๋ค๋ฆฌ์ธ์ฌ? ^^; -20041206 to 20180523 +20041206 to 20180605 ์ฒ์ฌ๋ ์ ๋ชฉ์๋ฆฌ ๋ค๋ฆฌ์ธ์? ^^; Dear angel, can you hear my voice? */ MSG_SUPERNOVICE1 = 0x316, -/*20040302 to 20180523 +/*20040302 to 20180605 ์ํผ๋
ธ๋น์ค Super Novice */ MSG_SUPERNOVICE2 = 0x317, /*20040302 to 20041130 ์์ฌ~ -20041206 to 20180523 +20041206 to 20180605 ์์~ Super Novice~ */ MSG_SUPERNOVICE3 = 0x318, /*20040302 to 20041130 ์ ์ข ๋์์ฃผ์ธ์ฌ~ ใ
_ใ
-20041206 to 20180523 +20041206 to 20180605 ์ ์ข ๋์์ฃผ์ธ์~ ใ
_ใ
Help me out~ Please~ T_T */ @@ -4144,92 +4144,92 @@ Help me out~ Please~ T_T #if PACKETVER >= 20040308 /*20040308 to 20041011 ์
์์ ์์ฒญํด์์ต๋๋ค. ์น๋ํ์๊ฒ ์ต๋๊น? -20041018 to 20180523 +20041018 to 20180605 ๋๊ป์ ๋น์ ์ ์
์์ํค๊ณ ์ถ์ดํ์ญ๋๋ค. ์น๋ํ์๊ฒ ์ต๋๊น? wishes to adopt you. Do you accept? */ MSG_SUGGEST_BABY = 0x31a, -/*20040308 to 20180523 +/*20040308 to 20180605 Z ~ > ์ ๋๋ฅด๋ฉด ์คํฌ๋จ์ถ์ฐฝ1์ ์คํฌ๋ค์ด ์ฌ์ฉ๋ฉ๋๋ค. On Off Z ~ > keys allow you to use skills assigned on shortcut window 1. On | Off */ MSG_EXPLAIN_BATTLE3 = 0x31b, -/*20040308 to 20180523 +/*20040308 to 20180605 Space๋ฅผ ํ๋ฒ ๋๋ฅธ๋ค์ ๊ธ์๋ฅผ ์
๋ ฅํ๋ฉด ์ฑํ
์ ํ ์์์ต๋๋ค. Press the space bar to Chat when in Battle mode [/battlemode | /bm]. */ MSG_EXPLAIN_BATTLE4 = 0x31c, -/*20040308 to 20180523 +/*20040308 to 20180605 ๊ฒ์๊ฐ๋ ํ์ผ์ด ์๊ฑฐ๋ ๋ณ์กฐ๋์์ต๋๋ค. ๊ฒ์๊ฐ๋ ์
์
ํ์ผ์ ์ค์นํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Either there's no Game Guard installed on the program or Game Guard is cracked. Please, try to reinstall Game Guard from its setup file." */ MSG_NPGAMEMON_ERROR_AUTH_GAMEGUARD = 0x31d, -/*20040308 to 20180523 +/*20040308 to 20180605 ์๋์ฐ์ ์ผ๋ถ ์์คํ
ํ์ผ์ด ์์๋์์ต๋๋ค. ์ธํฐ๋ท ์ต์คํ๋ก๋ฌ(IE)๋ฅผ ๋ค์ ์ค์นํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. Some of Windows system files have been damaged. Please re-install your Internet Explorer. */ MSG_NPGAMEMON_ERROR_CRYPTOAPI = 0x31e, -/*20040308 to 20180523 +/*20040308 to 20180605 ๊ฒ์๊ฐ๋ ์คํ์ ์คํจํ์ต๋๋ค. ๊ฒ์๊ฐ๋ ์
์
ํ์ผ์ ๋ค์ ์ค์นํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Failed to run Game Guard. Please, try to reinstall Game Guard from its setup file." */ MSG_NPGAMEMON_ERROR_EXECUTE = 0x31f, -/*20040308 to 20180523 +/*20040308 to 20180605 ๋ถ๋ฒ ํ๋ก๊ทธ๋จ์ด ๋ฐ๊ฒฌ๋์์ต๋๋ค. ๋ถํ์ํ ํ๋ก๊ทธ๋จ์ ์ข
๋ฃํ ํ ๋ค์ ์คํํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "At least one hazardous program has been detected. Please, terminate all the unnecessary programs before executing Game Guard." */ MSG_NPGAMEMON_ERROR_ILLEGAL_PRG = 0x320, -/*20040308 to 20180523 +/*20040308 to 20180605 ๊ฒ์๊ฐ๋ ์
๋ฐ์ดํธ๋ฅผ ์ทจ์ํ์
จ์ต๋๋ค. ์ ์์ด ๊ณ์ ๋์ง ์์ ๊ฒฝ์ฐ ์ธํฐ๋ท ๋ฐ ๋ฐฉํ๋ฒฝ ์ํ๋ฅผ ์ ๊ฒํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Game Guard update is canceled. If the disconnection continues, please, check your internet or firewall settings." */ MSG_NPGMUP_ERROR_ABORT = 0x321, -/*20040308 to 20180523 +/*20040308 to 20180605 ๊ฒ์๊ฐ๋ ์
๋ฐ์ดํธ ์๋ฒ ์ ์์ ์คํจํ์์ต๋๋ค. ์ ์ ํ ์ฌ์๋ ํด๋ณด๊ฑฐ๋, ์ธํฐ๋ท ๋ฐ ๋ฐฉํ๋ฒฝ ์ํ๋ฅผ ์ ๊ฒํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Failed to connect to Game Guard update server. Try to connect again later, or try to check the internet or firewall settings." */ MSG_NPGMUP_ERROR_CONNECT = 0x322, -/*20040308 to 20180523 +/*20040308 to 20180605 ๊ฒ์๊ฐ๋ ์
๋ฐ์ดํธ๋ฅผ ์๋ฃํ์ง ๋ชป ํ์ต๋๋ค. ๋ฐ์ด๋ฌ์ค ๊ฒ์ฌ๋ฅผ ํด๋ณด์๊ฑฐ๋, PC ๊ด๋ฆฌ ํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ์๋ฉด ์ค์ ์ ์กฐ์ ํ ํ ๊ฒ์์ ์คํํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Can't complete Game Guard update process. Please, try to execute a vaccine program to remove viruses. Or, please try to modify the settings of your PC managing tool if you are using any." */ MSG_NPGMUP_ERROR_AUTH = 0x323, #endif #if PACKETVER >= 20040311 -/*20040311 to 20180523 +/*20040311 to 20180605 /notrade : ๊ฑฐ๋์ ์ฒญ์ ์๋์ผ๋ก ๊ฑฐ์ ํฉ๋๋ค On Off /notrade: Declines trade offers automatically. On | Off */ MSG_EXPLAIN_NOTRADE = 0x324, /*20040311 to 20040804 ๊ฑฐ๋์ ์ฒญ์ ์๋์ผ๋ก ๊ฑฐ์ ํฉ๋๋ค [/nt ON] -20040809 to 20180523 +20040809 to 20180605 ๊ฑฐ๋์ ์ฒญ๊ณผ ์น๊ตฌ๋ฑ๋ก์์ฒญ์ ์๋์ผ๋ก ๊ฑฐ์ ํฉ๋๋ค [/nt ON] Auto decline trade offers has been Enabled. [/nt ON] */ MSG_NOTRADE_ON = 0x325, /*20040311 to 20040804 ๊ฑฐ๋์ ์ฒญ์ ์ ์์ ์ผ๋ก ๋ฐ์ต๋๋ค [/nt OFF] -20040809 to 20180523 +20040809 to 20180605 ๊ฑฐ๋์ ์ฒญ๊ณผ ์น๊ตฌ๋ฑ๋ก์์ฒญ์ ์ ์์ ์ผ๋ก ๋ฐ์ต๋๋ค [/nt OFF] Auto decline trade offers has been Disabled. [/nt OFF] */ MSG_NOTRADE_OFF = 0x326, #endif #if PACKETVER >= 20040329 -/*20040329 to 20180523 +/*20040329 to 20180605 ๊ฐ์ ์์ดํ
์ ํ๋ฒ์ 30000๊ฐ ์ด์์ ์ด์ ์์ต๋๋ค. You cannot buy more than 30,000ea items at once. */ MSG_LIMIT_BUY_ITEM = 0x327, -/*20040329 to 20180523 +/*20040329 to 20180605 ์ฌ๋ฃ๊ฐ ์ถฉ๋ถํ์ง ์์ต๋๋ค. You do not have enough ingredients. */ MSG_NOT_ENOUGH_SOURCE = 0x328, #endif #if PACKETVER >= 20040419 -/*20040419 to 20180523 +/*20040419 to 20180605 %s์ ๊ณ์ ์ ๋ณด๊ฐ ๋จ์์์ต๋๋ค. Login information remains at %s. */ @@ -4240,155 +4240,155 @@ Login information remains at %s. ํดํน์กฐ์ฌ์ ๊ด๋ จ๋์ด %s ๊น์ง ๋ก๊ทธ์ธ์ ๊ธ์งํ๊ณ ์์ต๋๋ค. 20040503 to 20040906 ํดํน ๊ด๋ จ ์กฐ์ฌ๋ฅผ ์ํด ๋ก๊ทธ์ธ์ด ๊ธ์ง๋ ์์ต๋๋ค. ์์ธํ ๋ฌธ์๋ ํดํน๊ด๋ จ ๋ฉ์ผ๋ก ํ์ฌ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. -20040913 to 20180523 +20040913 to 20180605 ๊ณ์ ๋์ฉ ์กฐ์ฌ๋ฅผ ์ํด ๋ก๊ทธ์ธ์ด ๊ธ์ง๋์์ต๋๋ค. ์์ธํ ๋ฌธ์๋ ๊ณ์ ๋์ฉ ๊ด๋ จ ๋ฌธ์ ๋ฉ์ผ๋ก ํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Account has been locked for a hacking investigation. Please contact the GM Team for more information. */ MSG_HACKING_INVESTIGATION = 0x32a, /*20040423 to 20040429 ๋ฒ๊ทธ์กฐ์ฌ์ ๊ด๋ จ๋์ด %s ๊น์ง ๋ก๊ทธ์ธ์ ๊ธ์งํ๊ณ ์์ต๋๋ค. -20040503 to 20180523 +20040503 to 20180605 ๊ทํ๋ ๋ฒ๊ทธ๊ด๋ จ ์กฐ์ฌ์ค์ด๋ฏ๋ก ์ผ์์ ์ผ๋ก ์ ์์ ๊ธํฉ๋๋ค This account has been temporarily prohibited from login due to a bug-related investigation. */ MSG_BUG_INVESTIGATION = 0x32b, -/*20040423 to 20180523 +/*20040423 to 20180605 ์๋ฆฌ๊ฐ๋ฅํ ์์ดํ
Repairable items */ MSG_REPAIRITEMLIST = 0x32c, #endif #if PACKETVER >= 20040426 -/*20040426 to 20180523 +/*20040426 to 20180605 ์์ดํ
์๋ฆฌ ์ฑ๊ณต Item has been successfully repaired. */ MSG_ITEM_REPAIR_SUCCEESS = 0x32d, -/*20040426 to 20180523 +/*20040426 to 20180605 ์์ดํ
์๋ฆฌ ์คํจ (์ฌ๋ฃ ๋๋ ์๋์์ ๊ฑฐ๋ฆฌ๋ฑ์ ํ์ธํด์ฃผ์ญ์์) You have failed to repair this item. Please check the distance between you and opponent. */ MSG_ITEM_REPAIR_FAIL = 0x32e, #endif #if PACKETVER >= 20040531 -/*20040531 to 20180523 +/*20040531 to 20180605 ์์คํ
์ํฉ์ ์ง์์ ์ผ๋ก ์ฒดํฌ ํฉ๋๋ค.[์ด์์๋ชจ๋] [/sc ON] System process enabled [GM mode] [/sc ON] */ MSG_SYSTEM_CHECK_ON = 0x32f, -/*20040531 to 20180523 +/*20040531 to 20180605 ์์คํ
์ํฉ์ ์ง์์ ์ผ๋ก ์ฒดํฌ ํ์ง ์์ต๋๋ค.[์ด์์๋ชจ๋] [/sc OFF] System process disabled [GM mode] [/sc OFF] */ MSG_SYSTEM_CHECK_OFF = 0x330, -/*20040531 to 20180523 +/*20040531 to 20180605 /systemcheck : ์์คํ
์ํฉ์ ์ง์์ ์ผ๋ก ์ฒดํฌ ํฉ๋๋ค.[์ด์์๋ชจ๋] /systemcheck: Check the system process [GM mode] On | Off */ MSG_EXPLAIN_SYSTEM_CHECK = 0x331, #endif #if PACKETVER >= 20040614 -/*20040614 to 20180523 +/*20040614 to 20180605 (%s)๋์ด ์น๊ตฌ ์ ์ฒญ์ ํ์
จ์ต๋๋ค. ์น๊ตฌ๊ฐ ๋์๊ฒ ์ต๋๊น? (%s) wishes to be friends with you. Would you like to accept? */ MSG_SUGGEST_JOIN_FRIEND = 0x332, #endif #if PACKETVER >= 20040621 -/*20040621 to 20180523 +/*20040621 to 20180605 ๋ ์ด์ ์น๊ตฌ ๋ฑ๋ก์ ํ์ค์ ์์ต๋๋ค. Your Friend List is full. */ MSG_FRIEND_ADD_ME_OVERSIZE = 0x333, -/*20040621 to 20180523 +/*20040621 to 20180605 (%s)๋์ด ๋ ์ด์ ์น๊ตฌ ๋ฑ๋ก์ ํ์ค์ ์์ต๋๋ค. (%s)'s Friend List is full. */ MSG_FRIEND_ADD_OTHER_OVERSIZE = 0x334, -/*20040621 to 20180523 +/*20040621 to 20180605 (%s)๋๊ณผ ์น๊ตฌ๊ฐ ๋์
จ์ต๋๋ค. You have become friends with (%s). */ MSG_FRIEND_ADD_SUCCEED = 0x335, -/*20040621 to 20180523 +/*20040621 to 20180605 (%s)๋์ด ์น๊ตฌ ๋๊ธฐ๋ฅผ ์ํ์ง ์์ต๋๋ค. (%s) does not want to be friends with you. */ MSG_FRIEND_ADD_FALSE = 0x336, -/*20040621 to 20180523 +/*20040621 to 20180605 ์ด ์บ๋ฆญํฐ๋ %s ๊น์ง ๋ธ๋ญ๋์ด์์ต๋๋ค. This character will be blocked to use until %s. */ MSG_BLOCKED = 0x337, /*20040621 to 20040621 ์ฒ๋ง์ ๋์ด์์ ์
๋ ฅํ์ ์์ดํ
์ ์ฒ๋ง์ ๋๋ก ํ๋งค๋ฉ๋๋ค. -20040628 to 20180523 +20040628 to 20180605 ์ฒ๋ง์ ๋ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ ์ฒ๋ง์ ๋๋ก ํ๋งค๋ฉ๋๋ค. Price will be fixed at 10,000,000 zeny, even if you enter higher price. */ MSG_OVERPRICE = 0x338, #endif #if PACKETVER >= 20040628 -/*20040628 to 20180523 +/*20040628 to 20180605 (์ ์) (Very low) */ MSG_LITTLEUSER = 0x339, -/*20040628 to 20180523 +/*20040628 to 20180605 (์ฝ๊ฐ ์ ์) (Low) */ MSG_ALITTLEUSER = 0x33a, -/*20040628 to 20180523 +/*20040628 to 20180605 (๋ณดํต) (Normal) */ MSG_NORMLEUSER = 0x33b, -/*20040628 to 20180523 +/*20040628 to 20180605 (๋ง์) (High) */ MSG_MANYUSER = 0x33c, -/*20040628 to 20180523 +/*20040628 to 20180605 (๋งค์ฐ ๋ง์) (Very high) */ MSG_VERYMANYUSER = 0x33d, /*20040628 to 20040714 ๋น๋งค๋์ ์ํด GM์ผ๋ก๋ถํฐ ์ฑํ
๊ธ์ง๊ฐ %d ๋ถ๊ฐ ์ ์ฉ๋ฉ๋๋ค. -20040726 to 20180523 +20040726 to 20180605 ๋น๋งค๋์ ์ํด ์ด์์๋ก๋ถํฐ ์ฑํ
๊ธ์ง๊ฐ ์ ์ฉ๋ฉ๋๋ค. You have been blocked from using chat and skills for %d minutes by the GM Team. */ MSG_GM_BAD_MANNER_START = 0x33e, -/*20040628 to 20180523 +/*20040628 to 20180605 GM์ ์ํ ์ฑํ
๊ธ์ง๊ฐ %d ๋ถ ๋จ์ ์์ต๋๋ค. %d minutes remain until release from the GM penalty. */ MSG_GM_BAD_MANNER_REMAIN = 0x33f, -/*20040628 to 20180523 +/*20040628 to 20180605 GM์ ์ํ ์ฑํ
๊ธ์ง๊ฐ ํด์ง ๋์์ต๋๋ค. You have been released from the GM penalty. */ MSG_GM_BAD_MANNER_END = 0x340, /*20040628 to 20040714 ๋๋ฐฐ ๋ฐฉ์ง ์์คํ
์ผ๋ก ์ธํ ์ฑํ
๊ธ์ง๊ฐ %d ๋ถ๊ฐ ์ ์ฉ๋ฉ๋๋ค. -20040726 to 20180523 +20040726 to 20180605 ๋๋ฐฐ ๋ฐฉ์ง ์์คํ
์ผ๋ก ์ธํ ์๋ ์ฑํ
๊ธ์ง๊ฐ ์ ์ฉ๋ฉ๋๋ค. You have been blocked from using chat and skills for %d as an automatic penalty. */ MSG_AUTO_BAD_MANNER_START = 0x341, -/*20040628 to 20180523 +/*20040628 to 20180605 ๋๋ฐฐ ๋ฐฉ์ง ์์คํ
์ผ๋ก ์ธํ ์ฑํ
๊ธ์ง๊ฐ %d ๋ถ ๋จ์ ์์ต๋๋ค. %d minutes remain until release from auto penalty. */ MSG_AUTO_BAD_MANNER_REMAIN = 0x342, -/*20040628 to 20180523 +/*20040628 to 20180605 ๋๋ฐฐ ๋ฐฉ์ง ์์คํ
์ผ๋ก ์ธํ ์ฑํ
๊ธ์ง๊ฐ ํด์ง๋์์ต๋๋ค. ๊ฒ์์งํ ์์๋ ๋๋ฐฐ์ ๋ํด์ ์ฃผ์ํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. You have been released from the auto penalty. Please refrain from spamming in-game. */ MSG_AUTO_BAD_MANNER_END = 0x343, -/*20040628 to 20180523 +/*20040628 to 20180605 %s๋๊ณผ %s๋์ด ์ดํผํ์
จ์ต๋๋ค. %s and %s have divorced from each other. */ @@ -4397,7 +4397,7 @@ You have been released from the auto penalty. Please refrain from spamming in-ga #if PACKETVER >= 20040705 /*20040705 to 20041108 ๆ้ฌชๅฃซ %s์ ํ์์ ์ฅ์๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. -20041115 to 20180523 +20041115 to 20180605 ๆณ่ %s์ ํ์์ ์ฅ์๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Solar Space. 20041220 to 20050816 @@ -4406,7 +4406,7 @@ You have been released from the auto penalty. Please refrain from spamming in-ga MSG_STARPLACE1 = 0x345, /*20040705 to 20041108 ๆ้ฌชๅฃซ %s์ ๋ฌ์ ์ฅ์๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. -20041115 to 20180523 +20041115 to 20180605 ๆณ่ %s์ ๋ฌ์ ์ฅ์๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Luna Space. 20041220 to 20050816 @@ -4415,7 +4415,7 @@ You have been released from the auto penalty. Please refrain from spamming in-ga MSG_STARPLACE2 = 0x346, /*20040705 to 20041108 ๆ้ฌชๅฃซ %s์ ๋ณ์ ์ฅ์๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. -20041115 to 20180523 +20041115 to 20180605 ๆณ่ %s์ ๋ณ์ ์ฅ์๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Stellar Space. 20041220 to 20050816 @@ -4426,7 +4426,7 @@ You have been released from the auto penalty. Please refrain from spamming in-ga ๆ้ฌชๅฃซ %s์ ํ์์ ์ฅ์ : %s 20040804 to 20041108 ๆ้ฌชๅฃซ %s์ ํ์์ ์ฅ์๋ %s ์
๋๋ค -20041115 to 20180523 +20041115 to 20180605 ๆณ่ %s์ ํ์์ ์ฅ์๋ %s ์
๋๋ค Gravity %s's Solar Space: %s 20041220 to 20050816 @@ -4437,7 +4437,7 @@ Gravity %s's Solar Space: %s ๆ้ฌชๅฃซ %s์ ๋ฌ์ ์ฅ์ : %s 20040804 to 20041108 ๆ้ฌชๅฃซ %s์ ๋ฌ์ ์ฅ์๋ %s ์
๋๋ค -20041115 to 20180523 +20041115 to 20180605 ๆณ่ %s์ ๋ฌ์ ์ฅ์๋ %s ์
๋๋ค Gravity %s's Luna Space: %s 20041220 to 20050816 @@ -4448,7 +4448,7 @@ Gravity %s's Luna Space: %s ๆ้ฌชๅฃซ %s์ ๋ณ์ ์ฅ์ : %s 20040804 to 20041108 ๆ้ฌชๅฃซ %s์ ๋ณ์ ์ฅ์๋ %s ์
๋๋ค -20041115 to 20180523 +20041115 to 20180605 ๆณ่ %s์ ๋ณ์ ์ฅ์๋ %s ์
๋๋ค Gravity %s's Stellar Space: %s 20041220 to 20050816 @@ -4459,7 +4459,7 @@ Gravity %s's Stellar Space: %s #if PACKETVER >= 20040706 /*20040706 to 20041108 ๆ้ฌชๅฃซ %s์ ํ์์ ๋ชฌ์คํฐ๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. -20041115 to 20180523 +20041115 to 20180605 ๆณ่ %s์ ํ์์ ๋ชฌ์คํฐ๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Solar Monster. 20041220 to 20050816 @@ -4468,7 +4468,7 @@ Gravity %s's Stellar Space: %s MSG_STARMONSTER1 = 0x34b, /*20040706 to 20041108 ๆ้ฌชๅฃซ %s์ ๋ฌ์ ๋ชฌ์คํฐ๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. -20041115 to 20180523 +20041115 to 20180605 ๆณ่ %s์ ๋ฌ์ ๋ชฌ์คํฐ๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Luna Monster. 20041220 to 20050816 @@ -4477,7 +4477,7 @@ Gravity %s's Stellar Space: %s MSG_STARMONSTER2 = 0x34c, /*20040706 to 20041108 ๆ้ฌชๅฃซ %s์ ๋ณ์ ๋ชฌ์คํฐ๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. -20041115 to 20180523 +20041115 to 20180605 ๆณ่ %s์ ๋ณ์ ๋ชฌ์คํฐ๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Stellar Monster. 20041220 to 20050816 @@ -4488,7 +4488,7 @@ Gravity %s's Stellar Space: %s ๆ้ฌชๅฃซ %s์ ํ์์ ๋ชฌ์คํฐ : %s 20040804 to 20041108 ๆ้ฌชๅฃซ %s์ ํ์์ ๋ชฌ์คํฐ๋ %s ์
๋๋ค -20041115 to 20180523 +20041115 to 20180605 ๆณ่ %s์ ํ์์ ๋ชฌ์คํฐ๋ %s ์
๋๋ค Gravity %s's Solar Monster: %s 20041220 to 20050816 @@ -4499,7 +4499,7 @@ Gravity %s's Solar Monster: %s ๆ้ฌชๅฃซ %s์ ๋ฌ์ ๋ชฌ์คํฐ : %s 20040804 to 20041108 ๆ้ฌชๅฃซ %s์ ๋ฌ์ ๋ชฌ์คํฐ๋ %s ์
๋๋ค -20041115 to 20180523 +20041115 to 20180605 ๆณ่ %s์ ๋ฌ์ ๋ชฌ์คํฐ๋ %s ์
๋๋ค Gravity %s's Luna Monster: %s 20041220 to 20050816 @@ -4510,7 +4510,7 @@ Gravity %s's Luna Monster: %s ๆ้ฌชๅฃซ %s์ ๋ณ์ ๋ชฌ์คํฐ : %s 20040804 to 20041108 ๆ้ฌชๅฃซ %s์ ๋ณ์ ๋ชฌ์คํฐ๋ %s ์
๋๋ค -20041115 to 20180523 +20041115 to 20180605 ๆณ่ %s์ ๋ณ์ ๋ชฌ์คํฐ๋ %s ์
๋๋ค Gravity %s's Stellar Monster: %s 20041220 to 20050816 @@ -4519,278 +4519,278 @@ Gravity %s's Stellar Monster: %s MSG_STARMONSTER6 = 0x350, #endif #if PACKETVER >= 20040707 -/*20040707 to 20180523 +/*20040707 to 20180605 /window : ์ฐฝ ์์น ์ด๋์ ๋ค๋ฅธ ์ฐฝ๊ณผ ๋ฌ๋ผ๋ถ๋ ์์ฑ์ด ๋ค์ด๊ฐ๋๋ค On Off /window: Display windows will snap/dock together. On | Off */ MSG_EXPLAIN_WINDOW = 0x351, -/*20040707 to 20180523 +/*20040707 to 20180605 ์ฐฝ ์์น ์ด๋์ ๋ค๋ฅธ ์ฐฝ๊ณผ ์ ๋ถ์ต๋๋ค [/wi ON] Display window docking enabled. [/wi ON] */ MSG_WINDOW_ON = 0x352, -/*20040707 to 20180523 +/*20040707 to 20180605 ์ฐฝ ์์น ์ด๋์ ๋ค๋ฅธ ์ฐฝ๊ณผ ๋ถ์ผ๋ ค๋ ์์ฑ์ ๊ฐ์ง์ง ์์ต๋๋ค [/wi OFF] Display window docking disabled. [/wi OFF] */ MSG_WINDOW_OFF = 0x353, #endif #if PACKETVER >= 20040712 -/*20040712 to 20180523 +/*20040712 to 20180605 /pvpinfo : ์์ ์ PVP ์นํจ์ PVP ํฌ์ธํธ๋ฅผ ์ ์ ์์ต๋๋ค. /pvpinfo: shows your PVP result and PVP points. */ MSG_EXPLAIN_PVP_INFO = 0x354, -/*20040712 to 20180523 +/*20040712 to 20180605 ํ์ฌ %d์น, %dํจ, PVPํฌ์ธํธ๋ %d์
๋๋ค. You have won %d times and have lost %d times in PVP. Current points %d. */ MSG_PVP_INFO = 0x355, #endif #if PACKETVER >= 20040726 -/*20040726 to 20180523 +/*20040726 to 20180605 ๋งค๋ ํฌ์ธํธ๋ฅผ ์ฑ๊ณต์ ์ผ๋ก ๋ณด๋์ต๋๋ค. A manner point has been successfully aligned. */ MSG_SEND_MANNER_POINT = 0x356, #endif #if PACKETVER >= 20040809 -/*20040809 to 20180523 +/*20040809 to 20180605 ํ์ฌ ์ด๊ณณ์ PK ๊ฐ๋ฅ ์ง์ญ์
๋๋ค. ๋ถ์์ ๊ณต๊ฒฉ์ ์ ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. You are in a PK area. Please beware of sudden attack. */ MSG_PKZONE = 0x357, #endif #if PACKETVER >= 20040817 -/*20040817 to 20180523 +/*20040817 to 20180605 ๊ฒ์๊ฐ๋ ์
๋ฐ์ดํธ๊ฐ ๋ฐ์ด๋ฌ์ค๋ ์คํ์ด์จ์ด์์ ์ถฉ๋๋ก ์คํจํ์ต๋๋ค. ๋ฐฑ์ ํ๋ก๊ทธ๋จ/์คํ์ด์จ์ด ์ ๊ฑฐ ํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ ํ ์ ์ํด ์ฃผ์ญ์๊ธฐ ๋ฐ๋๋๋ค Game Guard update has been failed when either Virus or Spyware conflicted with. Please, Uninstall Spyware and Virus protection program before you log in. */ MSG_NPGAMEMON_ERROR_100ERROR = 0x358, #endif #if PACKETVER >= 20040823 -/*20040823 to 20180523 +/*20040823 to 20180605 ์๋์ฐ ํธํ์ฑ ๋ฌธ์ ๋ก ํ๋ก๊ทธ๋จ์ ์ข
๋ฃํฉ๋๋ค. ๊ฒ์์ ๋ค์ ์คํํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค Program has encountered an error related to Windows compatibility. Please start the game again. */ MSG_NPGAMEMON_XP_COMPATIBILITY = 0x359, #endif #if PACKETVER >= 20040906 -/*20040906 to 20180523 +/*20040906 to 20180605 ์ฑํ
, ์คํฌ, ์์ดํ
์ ์ฌ์ฉํ ์์๊ฒ ๋์์ต๋๋ค. You have been blocked from chatting, using skills and items. */ MSG_PK_HONOR = 0x35a, -/*20040906 to 20180523 +/*20040906 to 20180605 ์บ๋ฆญํฐ ์ญ์ ์์
์ค์ด๋ฏ๋ก ์ ์์ด ์ผ์์ ์ผ๋ก ์ ํ๋ฉ๋๋ค. Login is temporarily unavailable while this character is being deleted. */ MSG_DELETING_CHAR = 0x35b, -/*20040906 to 20180523 +/*20040906 to 20180605 ๊ฒฐํผ ์๋์์ ์บ๋ฆญํฐ ์ญ์ ์์
์ค์ด๋ฏ๋ก ์ ์์ด ์ผ์์ ์ผ๋ก ์ ํ๋ฉ๋๋ค. Login is temporarily unavailable while your spouse character is being deleted. */ MSG_DELETING_SPOUSE_CHAR = 0x35c, #endif #if PACKETVER >= 20040913 -/*20040913 to 20180523 +/*20040913 to 20180605 Novice */ MSG_NOVICE = 0x35d, -/*20040913 to 20180523 +/*20040913 to 20180605 Swordman */ MSG_SWORDMAN = 0x35e, -/*20040913 to 20180523 +/*20040913 to 20180605 Magician Mage */ MSG_MAGICIAN = 0x35f, -/*20040913 to 20180523 +/*20040913 to 20180605 Archer */ MSG_ARCHER = 0x360, -/*20040913 to 20180523 +/*20040913 to 20180605 Acolyte */ MSG_ACOLYTE = 0x361, -/*20040913 to 20180523 +/*20040913 to 20180605 Merchant */ MSG_MERCHANT = 0x362, -/*20040913 to 20180523 +/*20040913 to 20180605 Thief */ MSG_THIEF = 0x363, -/*20040913 to 20180523 +/*20040913 to 20180605 Knight */ MSG_KNIGHT = 0x364, -/*20040913 to 20180523 +/*20040913 to 20180605 Prieset Priest */ MSG_PRIEST = 0x365, -/*20040913 to 20180523 +/*20040913 to 20180605 Wizerd Wizard */ MSG_WIZARD = 0x366, -/*20040913 to 20180523 +/*20040913 to 20180605 Blacksmith */ MSG_BLACKSMITH = 0x367, -/*20040913 to 20180523 +/*20040913 to 20180605 Hunter */ MSG_HUNTER = 0x368, -/*20040913 to 20180523 +/*20040913 to 20180605 Assassin */ MSG_ASSASSIN = 0x369, -/*20040913 to 20180523 +/*20040913 to 20180605 Novice */ MSG_NOVICE_W = 0x36a, -/*20040913 to 20180523 +/*20040913 to 20180605 Swordman */ MSG_SWORDMAN_W = 0x36b, -/*20040913 to 20180523 +/*20040913 to 20180605 Magician Mage */ MSG_MAGICIAN_W = 0x36c, -/*20040913 to 20180523 +/*20040913 to 20180605 Archer */ MSG_ARCHER_W = 0x36d, -/*20040913 to 20180523 +/*20040913 to 20180605 Acolyte */ MSG_ACOLYTE_W = 0x36e, -/*20040913 to 20180523 +/*20040913 to 20180605 Merchant */ MSG_MERCHANT_W = 0x36f, -/*20040913 to 20180523 +/*20040913 to 20180605 Thief */ MSG_THIEF_W = 0x370, -/*20040913 to 20180523 +/*20040913 to 20180605 Knight */ MSG_KNIGHT_W = 0x371, -/*20040913 to 20180523 +/*20040913 to 20180605 Prieset Priest */ MSG_PRIEST_W = 0x372, -/*20040913 to 20180523 +/*20040913 to 20180605 Wizerd Wizard */ MSG_WIZARD_W = 0x373, -/*20040913 to 20180523 +/*20040913 to 20180605 Blacksmith */ MSG_BLACKSMITH_W = 0x374, -/*20040913 to 20180523 +/*20040913 to 20180605 Hunter */ MSG_HUNTER_W = 0x375, -/*20040913 to 20180523 +/*20040913 to 20180605 Assassin */ MSG_ASSASSIN_W = 0x376, #endif #if PACKETVER >= 20041018 -/*20041018 to 20180523 +/*20041018 to 20180605 (%s)๋์ ์์ด๋ก ์
์์ ์ฒญ Send an adoption request to %s */ MSG_REQ_JOIN_BABY = 0x377, /*20041018 to 20041025 ์์ด๊ฐ ๋์๋ฉด ์ ์น์ ํ์ค์ ์๊ฒ ๋ฉ๋๋ค. ๊ทธ๋๋ ๊ด์ฐฎ์ต๋๊น? -20041101 to 20180523 +20041101 to 20180605 ์์ด๊ฐ ๋๋ฉด ์ ์น์ ํ ์์๊ณ ์คํ
์ 80์ด์ ์ฌ๋ฆด์์๊ฒ๋๋ฉฐ HP์ SP๊ฐ ์ค์ด๋ญ๋๋ค. ๊ทธ๋๋ ๊ด์ฐฎ์ต๋๊น? When you become a child, you will be unable to become a Transcendent Class character, all stats will be limited to a maximum of 80, and Max HP/SP will be reduced. Are you sure that you want to be adopted? */ MSG_SUGGEST_BABY2 = 0x378, #endif #if PACKETVER >= 20041101 -/*20041101 to 20180523 +/*20041101 to 20180605 ๋ชจ๋ ๋์ ์ํ์ด์์ด ์ ๊ฑฐ ๋์์ต๋๋ค. All abnormal status effects have been removed. */ MSG_GOSPEL1 = 0x379, -/*20041101 to 20180523 +/*20041101 to 20180605 1๋ถ๊ฐ ๋ชจ๋ ์ํ์ด์์ ๋ํด ๋ฉด์ญ์ด ๋ฉ๋๋ค. You will be immune to abnormal status effects for the next minute. */ MSG_GOSPEL2 = 0x37a, -/*20041101 to 20180523 +/*20041101 to 20180605 1๋ถ๊ฐ ์ต๋ ์๋ช
๋ ฅ์ด ํฌ๊ฒ ๋์ด๋ฉ๋๋ค. Your Max HP will stay increased for the next minute. */ MSG_GOSPEL3 = 0x37b, -/*20041101 to 20180523 +/*20041101 to 20180605 1๋ถ๊ฐ ์ต๋ ๋ง๋ฒ๋ ฅ์ด ํฌ๊ฒ ๋์ด๋ฉ๋๋ค. Your Max SP will stay increased for the next minute. */ MSG_GOSPEL4 = 0x37c, -/*20041101 to 20180523 +/*20041101 to 20180605 1๋ถ๊ฐ ๋ชจ๋ ๋ฅ๋ ฅ์ด ํฌ๊ฒ ์์นํฉ๋๋ค. All of your Stats will stay increased for the next minute. */ MSG_GOSPEL5 = 0x37d, -/*20041101 to 20180523 +/*20041101 to 20180605 1๋ถ๊ฐ ์ฌ์ฉํ๋ ๋ฌด๊ธฐ์ ์ฑ์ค๋ฌ์ด ์์ฑ์ด ๋ถ์ฌ๋ฉ๋๋ค. Your weapon will remain blessed with Holy power for the next minute. */ MSG_GOSPEL6 = 0x37e, -/*20041101 to 20180523 +/*20041101 to 20180605 1๋ถ๊ฐ ์ฌ์ฉํ๋ ๊ฐ์ท์ ์ฑ์ค๋ฌ์ด ์์ฑ์ด ๋ถ์ฌ๋ฉ๋๋ค. Your armor will remain blessed with Holy power for the next minute. */ MSG_GOSPEL7 = 0x37f, -/*20041101 to 20180523 +/*20041101 to 20180605 10์ด๊ฐ ๋ฐฉ์ด๋ ฅ์ด ํฌ๊ฒ ์์นํฉ๋๋ค. Your Defense will stay increased for the next 10 seconds. */ MSG_GOSPEL8 = 0x380, -/*20041101 to 20180523 +/*20041101 to 20180605 1๋ถ๊ฐ ๊ณต๊ฒฉ๋ ฅ์ด ํฌ๊ฒ ์ฆ๊ฐํฉ๋๋ค. Your Attack strength will be increased for the next minute. */ MSG_GOSPEL9 = 0x381, -/*20041101 to 20180523 +/*20041101 to 20180605 1๋ถ๊ฐ ๋ช
์ค๋ฅ ๊ณผ ํํผ์จ์ด ํฌ๊ฒ ์์นํฉ๋๋ค. Your Accuracy and Flee Rate will be increased for the next minute. */ MSG_GOSPEL10 = 0x382, #endif #if PACKETVER >= 20041108 -/*20041108 to 20180523 +/*20041108 to 20180605 ์์ด๋ฅผ ํ๋ฒ ์
์ํ๋ ๋ถ๋ถ๋ ์ถ๊ฐ ์
์์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. You cannot adopt more than 1 child. */ MSG_BABY1 = 0x383, -/*20041108 to 20180523 +/*20041108 to 20180605 ๋ถ๋ถ๊ฐ ๋๋ค ๋ ๋ฒจ70์ด ๋์ด์ผ ์์ด๋ฅผ ์
์ํ ์์์ต๋๋ค. You must be at least character level 70 in order to adopt someone. */ MSG_BABY2 = 0x384, /*20041108 to 20041108 ๋ธ๋์ค๋ฏธ์ค ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. -20041115 to 20180523 +20041115 to 20180605 [POINT] ๋ธ๋์ค๋ฏธ์ค ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [Point] You have been rewarded with %d Blacksmith rank points. Your point total is %d. */ MSG_BLACKSMITH_POINT = 0x385, /*20041108 to 20041108 ์์ผ๋ฏธ์คํธ ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. -20041115 to 20180523 +20041115 to 20180605 [POINT] ์์ผ๋ฏธ์คํธ ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [Point] You have been rewarded with %d Alchemist rank points. Your point total is %d. */ @@ -4800,7 +4800,7 @@ You must be at least character level 70 in order to adopt someone. /*20041115 to 20041130 ์ฒ์ฌ๋ ์ ๋ชฉ์๋ฆฌ ๋ค๋ฆฌ์ธ์? ^^; Dear angel, can you hear my voice? -20041206 to 20180523 +20041206 to 20180605 X Help me out~ Please~ T_T */ @@ -4808,7 +4808,7 @@ Help me out~ Please~ T_T /*20041115 to 20041130 ์ํผ๋
ธ๋น์ค Super Novice -20041206 to 20180523 +20041206 to 20180605 X Help me out~ Please~ T_T */ @@ -4816,7 +4816,7 @@ Help me out~ Please~ T_T /*20041115 to 20041130 ์์~ Super Novice~ -20041206 to 20180523 +20041206 to 20180605 X Help me out~ Please~ T_T */ @@ -4824,101 +4824,101 @@ Help me out~ Please~ T_T /*20041115 to 20041130 ์ ์ข ๋์์ฃผ์ธ์~ ใ
_ใ
Help me out~ Please~ T_T -20041206 to 20180523 +20041206 to 20180605 X Help me out~ Please~ T_T */ MSG_SUPERNOVICE14 = 0x38a, -/*20041115 to 20180523 +/*20041115 to 20180605 /notalkmsg2 : ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง ์์ต๋๋ค (๊ธธ๋๋ง ํฌํจ) On Off /notalkmsg2: Hides chat messages(including guild chat). On Off */ MSG_EXPLAIN_NOTALKMSG2 = 0x38b, -/*20041115 to 20180523 +/*20041115 to 20180605 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํฉ๋๋ค [/nm2 ON] Show chat messages. [/nm2 ON] */ MSG_NOTALKMSG2_ON = 0x38c, -/*20041115 to 20180523 +/*20041115 to 20180605 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง์์ต๋๋ค (๊ธธ๋๋ง ํฌํจ) [/nm2 OFF] Hide chat messages(including guild chat) [/nm2 OFF] */ MSG_NOTALKMSG2_OFF = 0x38d, #endif #if PACKETVER >= 20041129 -/*20041129 to 20180523 +/*20041129 to 20180605 ์ ๋ จ๊ฐ๋ฅํ ์์ดํ
Upgradable Weapons */ MSG_REFINEITEMLIST = 0x38e, -/*20041129 to 20180523 +/*20041129 to 20180605 ์ ๋ จํ ๋ฌด๊ธฐ : %s Weapons upgraded: %s */ MSG_ITEM_REFINE_SUCCEESS = 0x38f, -/*20041129 to 20180523 +/*20041129 to 20180605 ์ ๋ จํ ๋ฌด๊ธฐ : %s Weapons upgraded: %s */ MSG_ITEM_REFINE_FAIL = 0x390, -/*20041129 to 20180523 +/*20041129 to 20180605 ๋ฌด๊ธฐ์ ๋ จ์คํฌ์ ๋ ๋ฒจ์ด ๋ถ์กฑํด์ %s ์ ๋ จ์ ํ ์์์ต๋๋ค. You cannot upgrade %s until you level up your Upgrade Weapon skill. */ MSG_ITEM_REFINE_FAIL_LEVEL = 0x391, -/*20041129 to 20180523 +/*20041129 to 20180605 ์ ๋ จ์ ํ์ํ ์์ดํ
(%s) ์ด ์์ผ๋ฏ๋ก ์ ๋ จํ ์์์ต๋๋ค. You lack a necessary item %s to upgrade this weapon. */ MSG_ITEM_REFINE_FAIL_MATERIAL = 0x392, #endif #if PACKETVER >= 20041206 -/*20041206 to 20180523 +/*20041206 to 20180605 ์๋ฒฝํ๊ฒ ์ฝํ
๋์ด์์ด์ ํ์คํธ๋ฆฝ์ด ํตํ์ง ์์ต๋๋ค. Full Divestment cannot pierce the target. The target is fully shielded. */ MSG_FULLSTRIP = 0x393, #endif #if PACKETVER >= 20041213 -/*20041213 to 20180523 +/*20041213 to 20180605 ๊ฒฐํผํ ์บ๋ฆญํฐ๋ ์
์์ํฌ์ ์์ต๋๋ค. You cannot adopt a married person. */ MSG_BABY3 = 0x394, #endif #if PACKETVER >= 20041220 -/*20041220 to 20180523 +/*20041220 to 20180605 ์น๊ตฌ๋ก ๋ฑ๋ก๋ ์ด๋ฆ๊ณผ ๋น์ทํ์ง๋ง ๋ฑ๋ก๋ ์ด๋ฆ์ด ์๋๋๋ค. ์๋์ฌ๋์ธ์ง ํ์ธํ์ญ์์. This name is not registered in your Friend List. Please check the name again. */ MSG_ID_WARNING = 0x395, -/*20041220 to 20180523 +/*20041220 to 20180605 /hi ๋๋ /hi ๋ฌธ์ฅ : ์น๊ตฌ๋ก ๋ฑ๋ก๋ ์บ๋ฆญํฐ๋ค์๊ฒ ์ธ์ฌ๋ฅผ ํฉ๋๋ค. /hi or /hi message: Send greetings to people who are online and registered on your Friend List. */ MSG_EXPLAIN_HI = 0x396, #endif #if PACKETVER >= 20041227 -/*20041227 to 20180523 +/*20041227 to 20180605 ๊ธธ๋์์ ์ด๋ฆ๊ณผ ๋น์ทํ์ง๋ง ๊ธธ๋์์ด ์๋๋๋ค. ๊ธธ๋์์ธ์ง ํ์ธํ์ญ์์. This character is not your guildsman. Please check the name again. */ MSG_ID_WARNING_GUILD = 0x397, #endif #if PACKETVER >= 20050117 -/*20050117 to 20180523 +/*20050117 to 20180605 9999๋ง์ ๋ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ 9999๋ง์ ๋๋ก ํ๋งค๋ฉ๋๋ค. Please be aware that the maximum selling price is fixed as 2 Billion. You cannot sell an item higher than that. */ MSG_OVERPRICE9999 = 0x398, #endif #if PACKETVER >= 20050131 -/*20050131 to 20180523 +/*20050131 to 20180605 ์น๊ตฌ์ ๊ท์๋ง์ [ Friend ] , ๊ธธ๋์์ [ Member ] ๋ก ํ์๋ฉ๋๋ค. Whispers from friends are displayed as [ Friend ], and ones from guildsmen are displayed as [ Member ]. */ MSG_EXPLAIN_SACHING1 = 0x399, -/*20050131 to 20180523 +/*20050131 to 20180605 ( From ์บ๋ฆญํฐ์ด๋ฆ : ) ์ด๋ผ๊ณ ํ์ ๋๋ ๊ท์๋ง์ ์น๊ตฌ๋ ๊ธธ๋์์ด ์๋๋๋ค. ( From character name: ) is from an anonymous character who is neither your friend nor guildsman. */ @@ -4927,481 +4927,481 @@ Whispers from friends are displayed as [ Friend ], and ones from guildsmen are d #if PACKETVER >= 20050214 /*20050214 to 20050310 ๋ธ๋์ค๋ฏธ์ค์ ์์ 10์๊ถ ๋ญํน์ ๋ณด์ฌ์ค๋๋ค. -20050314 to 20180523 +20050314 to 20180605 /blacksmith : ๋ธ๋์ค๋ฏธ์ค์ ์์ 10์๊ถ ๋ญํน์ ๋ณด์ฌ์ค๋๋ค. /blacksmith: Shows top 10 Blacksmiths in the server. */ MSG_EXPLAIN_BLACKSMITH = 0x39b, /*20050214 to 20050310 ์์ผ๋ฏธ์คํธ์ ์์ 10์๊ถ ๋ญํน์ ๋ณด์ฌ์ค๋๋ค. -20050314 to 20180523 +20050314 to 20180605 /alchemist : ์์ผ๋ฏธ์คํธ์ ์์ 10์๊ถ ๋ญํน์ ๋ณด์ฌ์ค๋๋ค. /alchemist: Shows top 10 Alchemists in the server. */ MSG_EXPLAIN_ALCHEMIST = 0x39c, -/*20050214 to 20180523 +/*20050214 to 20180605 ALT+Y : ์ฌ๋ฌ๊ฐ์ง ๋ช
๋ น์ด๋ฅผ ์ฝ๊ฒ ์ธ์์๋ ์๋์ฐ๊ฐ ์ด๋ฆฝ๋๋ค. ALT+Y: Opens a window which allows you to use various commands with ease. */ MSG_EXPLAIN_ALTY = 0x39d, #endif #if PACKETVER >= 20050328 -/*20050328 to 20180523 +/*20050328 to 20180605 [POINT] ํ๊ถ๋ฏธ์
๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [POINT] You have been rewarded with %d Tae-Kwon Mission rank points. Your point total is %d. */ MSG_TAEKWON_POINT = 0x39e, #endif #if PACKETVER >= 20050404 -/*20050404 to 20180523 +/*20050404 to 20180605 [ํ๊ถ๋ฏธ์
] Target Monster : %s (%d%%) [Taekwon Mission] Target Monster: %s (%d%%) */ MSG_TAEKWON_MISSION = 0x39f, #endif #if PACKETVER >= 20050502 -/*20050502 to 20180523 +/*20050502 to 20180605 ๊ฒ์๊ฐ๋ ์ด๊ธฐํ ์๋ฌ : %lu Error - Failed to initialize GameGuard: %lu */ MSG_INIT_ERROR = 0x3a0, -/*20050502 to 20180523 +/*20050502 to 20180605 ์คํผ๋ํต์ด ๊ฐ์ง๋์์ต๋๋ค. Speed Hack has been detected. */ MSG_SPEEDHACK_DETECT = 0x3a1, -/*20050502 to 20180523 +/*20050502 to 20180605 ๋ถ๋ฒ ํ๋ก๊ทธ๋จ (%s) ๊ฐ ๋ฐ๊ฒฌ๋์์ต๋๋ค The illegal program, (%s) has been detected. */ MSG_GAMEHACK_DETECT = 0x3a2, -/*20050502 to 20180523 +/*20050502 to 20180605 ๊ฒ์์ด๋ ๊ฒ์๊ฐ๋๊ฐ ๋ณ์กฐ๋์์ต๋๋ค. The Game or Gameguard has been cracked. */ MSG_GAMEHACK_DOUBT = 0x3a3, -/*20050502 to 20180523 +/*20050502 to 20180605 ๊ฒ์๊ฐ๋๊ฐ ์คํ ์ค ์
๋๋ค. ์ ์ ํ์ ๋ค์ ์คํํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. GameGuard is currently running. Please wait for sometime and restart the game. */ MSG_ERROR_EXIST = 0x3a4, -/*20050502 to 20180523 +/*20050502 to 20180605 ๊ฒ์์ด ์ค๋ณต ์คํ๋์๊ฑฐ๋ ๊ฒ์๊ฐ๋๊ฐ ์ด๋ฏธ ์คํ ์ค ์
๋๋ค. ๊ฒ์ ์ข
๋ฃ ํ ๋ค์ ์คํํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. The Game or GameGuard is already running. Please close the game and restart the game. */ MSG_GAME_EXIST = 0x3a5, -/*20050502 to 20180523 +/*20050502 to 20180605 ๊ฒ์๊ฐ๋ ์ด๊ธฐํ ์๋ฌ์
๋๋ค. ์ฌ๋ถํ
ํ ๋ค์ ์คํํด๋ณด๊ฑฐ๋ ์ถฉ๋ํ ์ ์๋ ๋ค๋ฅธ ํ๋ก๊ทธ๋จ๋ค์ ์ข
๋ฃํ ํ ์คํํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค. Failed to intialize GameGuard. Please try again after rebooting the system or closing other programs. */ MSG_ERROR_INIT = 0x3a6, -/*20050502 to 20180523 +/*20050502 to 20180605 ๋ฐ์ด๋ฌ์ค ๋ฐ ํดํนํด ๊ฒ์ฌ ๋ชจ๋ ๋ก๋ฉ์ ์คํจ ํ์ต๋๋ค. ๋ฉ๋ชจ๋ฆฌ ๋ถ์กฑ์ด๊ฑฐ๋ ๋ฐ์ด๋ฌ์ค์ ์ํ ๊ฐ์ผ์ผ ์ ์์ต๋๋ค. Failed to load the scan module of virus and hacking tool. It's caused by lack of memory or PC virus infection. */ MSG_ERROR_NPSCAN = 0x3a7, #endif #if PACKETVER >= 20050509 -/*20050509 to 20180523 +/*20050509 to 20180605 ํธ๋ฌธํด๋ฃจ์ค ์ ๋ณด Homunculus Info */ MSG_HOMUN_INFO = 0x3a8, #endif #if PACKETVER >= 20050523 -/*20050523 to 20180523 +/*20050523 to 20180605 ํธ๋ฌธํด๋ฃจ์ค ์คํฌ๋ชฉ๋ก Homunculus Skill List */ MSG_HOMUN_SKILLLIST = 0x3a9, -/*20050523 to 20180523 +/*20050523 to 20180605 ํธ๋ฌธํด๋ฃจ์ค์ ์ด๋ฆ์ ์๋ฌธ 23, ํ๊ธ 11์ ์ด๋ด๋ก ์ ํด ์ฃผ์ธ์. Please give your Homunculus a name no longer than 23 letters. */ MSG_HOMUN_NAME_IN23 = 0x3aa, -/*20050523 to 20180523 +/*20050523 to 20180605 ์ด๋ฆ์ ๋จ ํ๋ฒ๋ง ๋ฐ๊ฟ์ ์์ต๋๋ค. ํธ๋ฌธํด๋ฃจ์ค์ ์ด๋ฆ์ ^0000ff^0000ff %s^000000^000000 ๋ก ์์ ํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? You can name a Homunculus only once. You have entered the name, ^0000ff%s^000000. Would you like to continue? */ MSG_HOMUN_NAME_CHANGE_ONLYONCE = 0x3ab, -/*20050523 to 20180523 +/*20050523 to 20180605 ์ง๊ธ์ ๋ถ์ฌ์ค~ (Away) */ MSG_AUTO_MSG = 0x3ac, -/*20050523 to 20180523 +/*20050523 to 20180605 [์๋์๋ต] [Automated Message] */ MSG_AUTO_MSG2 = 0x3ad, -/*20050523 to 20180523 +/*20050523 to 20180605 ๋ถ์ฌ์ ํ์ธ์ ๊ท๋ง์ ์๋์๋ตํฉ๋๋ค. Send an automated message while you are away. */ MSG_AUTO_MSG_ON = 0x3ae, -/*20050523 to 20180523 +/*20050523 to 20180605 ๋ถ์ฌ์ ํ์ธ์ ๊ท๋ง์ ์๋์๋ตํ์ง ์์ต๋๋ค. Cancel automated away message. */ MSG_AUTO_MSG_OFF = 0x3af, -/*20050523 to 20180523 +/*20050523 to 20180605 ์๋ ์๋ต ๋ฉ์์ง๋ฅผ ์
๋ ฅํ์ธ์. Please enter Away Message. */ MSG_ENTER_AUTO_MSG = 0x3b0, #endif #if PACKETVER >= 20050530 -/*20050530 to 20180523 +/*20050530 to 20180605 /๋ฒ์ฉ /fsh */ MSG_EMOTION_SPARK = 0x3b1, -/*20050530 to 20180523 +/*20050530 to 20180605 /๋น๋น /spin */ MSG_EMOTION_CONFUSE = 0x3b2, -/*20050530 to 20180523 +/*20050530 to 20180605 /ํ์ /sigh */ MSG_EMOTION_OHNO = 0x3b3, -/*20050530 to 20180523 +/*20050530 to 20180605 /๋ค๋ค /dum */ MSG_EMOTION_HUM = 0x3b4, -/*20050530 to 20180523 +/*20050530 to 20180605 /์๋ /crwd */ MSG_EMOTION_BLABLA = 0x3b5, -/*20050530 to 20180523 +/*20050530 to 20180605 /์ข์ /desp */ MSG_EMOTION_OTL = 0x3b6, -/*20050530 to 20180523 +/*20050530 to 20180605 /์ฃผ์ฌ์ /dice */ MSG_EMOTION_DICE = 0x3b7, -/*20050530 to 20180523 +/*20050530 to 20180605 /pk : ํ์ด์์ ์์ 10์๊ถ ๋ญํน์ ๋ณด์ฌ์ค๋๋ค. /pk: Shows top 10 Slayers in the server. */ MSG_EXPLAIN_KILLER_RANK = 0x3b8, -/*20050530 to 20180523 +/*20050530 to 20180605 [POINT] ํ์ด์ ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [POINT] You have been rewarded with %d Slayer rank points. Your point total is %d. */ MSG_KILLER_POINT = 0x3b9, #endif #if PACKETVER >= 20050608 -/*20050608 to 20180523 +/*20050608 to 20180605 ์งํ ๊ฐ๋ฅ Evolution Available */ MSG_HOMUN_EVOLVE = 0x3ba, -/*20050608 to 20180523 +/*20050608 to 20180605 ^ff0000^ff0000ํธ๋ฌธํด๋ฃจ์ค๋ฅผ ์ญ์ ํฉ๋๋ค.^000000^000000 ์ญ์ ํ์ค ๊ฒฝ์ฐ ์ง๊ธ๊น์ง ํค์ด ๋ด์ญ์ด ๋ชจ๋ ์ญ์ ๋ฉ๋๋ค. ๊ณ์ํ์๊ฒ ์ต๋๊น? You have decided to delete this Homunculus ^ff0000^ff0000. When deleted, the homunculus and its history will be deleted and they cannot be restored in the future. Would you like to continue? */ MSG_DELETE_HOMUN = 0x3bb, #endif #if PACKETVER >= 20050613 -/*20050613 to 20180523 +/*20050613 to 20180605 ํธ๋ฌธ์ ์ํ๋ฅผ ํ์ผ์ ์ ์ฅํฉ๋๋ค. Save Homunculus status as a file. */ MSG_TRACE_AI_ON = 0x3bc, -/*20050613 to 20180523 +/*20050613 to 20180605 ํธ๋ฌธ์ ์ํ๋ฅผ ํ์ผ์ ์ ์ฅํ์ง ์์ต๋๋ค. Do not save Homunculus status as a file. */ MSG_TRACE_AI_OFF = 0x3bd, -/*20050613 to 20180523 +/*20050613 to 20180605 Crusader */ MSG_CRUSADER = 0x3be, -/*20050613 to 20180523 +/*20050613 to 20180605 Monk */ MSG_MONK = 0x3bf, -/*20050613 to 20180523 +/*20050613 to 20180605 Sage */ MSG_SAGE = 0x3c0, -/*20050613 to 20180523 +/*20050613 to 20180605 Rouge Rogue */ MSG_ROGUE = 0x3c1, -/*20050613 to 20180523 +/*20050613 to 20180605 Alchemist */ MSG_ALCHEMIST = 0x3c2, -/*20050613 to 20180523 +/*20050613 to 20180605 Bard */ MSG_BARD = 0x3c3, -/*20050613 to 20180523 +/*20050613 to 20180605 Crusader_W Crusader */ MSG_CRUSADER_W = 0x3c4, -/*20050613 to 20180523 +/*20050613 to 20180605 Monk_W Monk */ MSG_MONK_W = 0x3c5, -/*20050613 to 20180523 +/*20050613 to 20180605 Sage_W Sage */ MSG_SAGE_W = 0x3c6, -/*20050613 to 20180523 +/*20050613 to 20180605 Rouge_W Rogue */ MSG_ROGUE_W = 0x3c7, -/*20050613 to 20180523 +/*20050613 to 20180605 Alchemist_W Alchemist */ MSG_ALCHEMIST_W = 0x3c8, -/*20050613 to 20180523 +/*20050613 to 20180605 Dancer */ MSG_DANCER = 0x3c9, -/*20050613 to 20180523 +/*20050613 to 20180605 Novice High High Novice */ MSG_NOVICE_H = 0x3ca, -/*20050613 to 20180523 +/*20050613 to 20180605 Swordman High High Swordman */ MSG_SWORDMAN_H = 0x3cb, -/*20050613 to 20180523 +/*20050613 to 20180605 Magician High High Mage */ MSG_MAGICIAN_H = 0x3cc, -/*20050613 to 20180523 +/*20050613 to 20180605 Archer High High Archer */ MSG_ARCHER_H = 0x3cd, -/*20050613 to 20180523 +/*20050613 to 20180605 Acolyte High High Acolyte */ MSG_ACOLYTE_H = 0x3ce, -/*20050613 to 20180523 +/*20050613 to 20180605 Merchant High High Merchant */ MSG_MERCHANT_H = 0x3cf, -/*20050613 to 20180523 +/*20050613 to 20180605 Thief High High Thief */ MSG_THIEF_H = 0x3d0, -/*20050613 to 20180523 +/*20050613 to 20180605 Novice High_W High Novice */ MSG_NOVICE_H_W = 0x3d1, -/*20050613 to 20180523 +/*20050613 to 20180605 Swordman High_W High Swordman */ MSG_SWORDMAN_H_W = 0x3d2, -/*20050613 to 20180523 +/*20050613 to 20180605 Magician High_W High Mage */ MSG_MAGICIAN_H_W = 0x3d3, -/*20050613 to 20180523 +/*20050613 to 20180605 Archer High_W High Archer */ MSG_ARCHER_H_W = 0x3d4, -/*20050613 to 20180523 +/*20050613 to 20180605 Acolyte High_W High Acolyte */ MSG_ACOLYTE_H_W = 0x3d5, -/*20050613 to 20180523 +/*20050613 to 20180605 Merchant High_W High Merchant */ MSG_MERCHANT_H_W = 0x3d6, -/*20050613 to 20180523 +/*20050613 to 20180605 Thief High_W High Thief */ MSG_THIEF_H_W = 0x3d7, -/*20050613 to 20180523 +/*20050613 to 20180605 Lord Knight */ MSG_KNIGHT_H = 0x3d8, -/*20050613 to 20180523 +/*20050613 to 20180605 High Priest */ MSG_PRIEST_H = 0x3d9, -/*20050613 to 20180523 +/*20050613 to 20180605 High Wizard */ MSG_WIZARD_H = 0x3da, -/*20050613 to 20180523 +/*20050613 to 20180605 White Smith WhiteSmith */ MSG_BLACKSMITH_H = 0x3db, -/*20050613 to 20180523 +/*20050613 to 20180605 Sniper */ MSG_HUNTER_H = 0x3dc, -/*20050613 to 20180523 +/*20050613 to 20180605 Saaassin Cross Assassin Cross */ MSG_ASSASSIN_H = 0x3dd, -/*20050613 to 20180523 +/*20050613 to 20180605 Lord Knight_W Lord Knight */ MSG_KNIGHT_H_W = 0x3de, -/*20050613 to 20180523 +/*20050613 to 20180605 High Priest_W High Priest */ MSG_PRIEST_H_W = 0x3df, -/*20050613 to 20180523 +/*20050613 to 20180605 High Wizard_W High Wizard */ MSG_WIZARD_H_W = 0x3e0, -/*20050613 to 20180523 +/*20050613 to 20180605 White Smith_W WhiteSmith */ MSG_BLACKSMITH_H_W = 0x3e1, -/*20050613 to 20180523 +/*20050613 to 20180605 Sniper_W Sniper */ MSG_HUNTER_H_W = 0x3e2, -/*20050613 to 20180523 +/*20050613 to 20180605 Saaassin Cross_W Assassin Cross */ MSG_ASSASSIN_H_W = 0x3e3, -/*20050613 to 20180523 +/*20050613 to 20180605 Paladin */ MSG_CRUSADER_H = 0x3e4, -/*20050613 to 20180523 +/*20050613 to 20180605 Champion */ MSG_MONK_H = 0x3e5, -/*20050613 to 20180523 +/*20050613 to 20180605 Professor Scholar */ MSG_SAGE_H = 0x3e6, -/*20050613 to 20180523 +/*20050613 to 20180605 Stalker */ MSG_ROGUE_H = 0x3e7, -/*20050613 to 20180523 +/*20050613 to 20180605 Creator Biochemist */ MSG_ALCHEMIST_H = 0x3e8, -/*20050613 to 20180523 +/*20050613 to 20180605 Clown Minstrel */ MSG_BARD_H = 0x3e9, -/*20050613 to 20180523 +/*20050613 to 20180605 Paladin_W Paladin */ MSG_CRUSADER_H_W = 0x3ea, -/*20050613 to 20180523 +/*20050613 to 20180605 Champion_W Champion */ MSG_MONK_H_W = 0x3eb, -/*20050613 to 20180523 +/*20050613 to 20180605 Professor_W Professor */ MSG_SAGE_H_W = 0x3ec, -/*20050613 to 20180523 +/*20050613 to 20180605 Stalker_W Stalker */ MSG_ROGUE_H_W = 0x3ed, -/*20050613 to 20180523 +/*20050613 to 20180605 Creator_W Creator */ MSG_ALCHEMIST_H_W = 0x3ee, -/*20050613 to 20180523 +/*20050613 to 20180605 Gypsy */ MSG_DANCER_H = 0x3ef, -/*20050613 to 20180523 +/*20050613 to 20180605 ๋น๋ฐ๋ฒํธ๊ฐ ์ง์ ๋์ด ์์ง ์์ต๋๋ค. ์๋ก์ด ๋น๋ฐ๋ฒํธ๋ฅผ ์ง์ ํ์๊ฒ ์ต๋๊น? You have not set a password yet. Would you like to create one now? */ MSG_STORE_PASSWORD_REQ = 0x3f0, -/*20050613 to 20180523 +/*20050613 to 20180605 ๋น๋ฐ๋ฒํธ๋ฅผ 3ํ ํ๋ ค์
จ์ต๋๋ค. ๋์ค์ ๋ค์ ์๋ํด ์ฃผ์ธ์. You have incorrectly entered the password 3 times. Please try again later. */ MSG_STORE_PASSWORD_PENALTY = 0x3f1, -/*20050613 to 20180523 +/*20050613 to 20180605 ๋น๋ฐ๋ฒํธ ๋ณ๊ฒฝ์ด ์คํจํ์์ต๋๋ค. Password creation has failed. */ MSG_STORE_PASSWORD_CHANGE_NG = 0x3f2, -/*20050613 to 20180523 +/*20050613 to 20180605 ๋น๋ฐ๋ฒํธ๋ 4์๋ฆฌ ์ด์ 8์๋ฆฌ์ดํ์ฌ์ผ๋ง ํฉ๋๋ค. Password must be 4~8 letters long. */ MSG_STORE_PASSWORD_4_8 = 0x3f3, -/*20050613 to 20180523 +/*20050613 to 20180605 ๋น๋ฐ๋ฒํธ Password */ MSG_STORE_PASSWORD = 0x3f4, -/*20050613 to 20180523 +/*20050613 to 20180605 ์ ๊ท ๋น๋ฐ๋ฒํธ New Password */ MSG_STORE_NEW_PASSWORD = 0x3f5, -/*20050613 to 20180523 +/*20050613 to 20180605 ํ์ธ ๋น๋ฐ๋ฒํธ Confirm Password */ MSG_STORE_RENEW_PASSWORD = 0x3f6, -/*20050613 to 20180523 +/*20050613 to 20180605 ๋น๋ฐ๋ฒํธ ๋ณ๊ฒฝ์ด ์๋ฃ๋์์ต๋๋ค. Password has been changed. */ MSG_STORE_PASSWORD_CHANGE_OK = 0x3f7, -/*20050613 to 20180523 +/*20050613 to 20180605 ๋น๋ฐ๋ฒํธ๊ฐ ์๋ก ๋ค๋ฆ
๋๋ค. Password does not match. */ MSG_STORE_PASSWORD_MISMATCH = 0x3f8, -/*20050613 to 20180523 +/*20050613 to 20180605 ๋น๋ฐ๋ฒํธ ์
๋ ฅ Enter Password */ @@ -5410,12 +5410,12 @@ Enter Password #if PACKETVER >= 20050624 /*20050624 to 20050624 ํธ๋ฌธ์ด ์์ฌ ์ง์ ์
๋๋ค!!! ๋ฐฅ์ข ์ฃผ์
~!! -20050628 to 20180523 +20050628 to 20180605 ํธ๋ฌธ์ด ์์ฌ ์ง์ ์
๋๋ค! ๋จน์ด๋ฅผ ์ฃผ์ง ์์ผ๋ฉด ๊ฐ์ถํ๊ฒ๋ฉ๋๋ค. Your Homunculus is starving. Please feed it, otherwise it will leave you. */ MSG_HOMUN_HUNGRY = 0x3fa, -/*20050624 to 20180523 +/*20050624 to 20180605 ๊ฒฝํ์น EXP */ @@ -5424,57 +5424,57 @@ EXP #if PACKETVER >= 20050628 /*20050628 to 20110526 [EVENT] ์ด๋ฒคํธ์ ๋น์ฒจ๋์
จ์ต๋๋ค. ๊ฒ์๋ด์์ ์์ดํ
์ ์ง๊ธ๋ฐ์ผ์ญ์์. -20110531 to 20180523 +20110531 to 20180605 ์๋ นํ์ง ์์ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. ์๋ฒ ๋ฅดํ์ ์กด๋ค ๊ธฐํ์ฌ ์ง์์ ์ฐพ์์ฃผ์ธ์. ^ff0000โป ์์ดํ
์๋ น ๊ธฐ๊ฐ์ด ์ง๋๋ฉด ์์ดํ
์ด ์์ค ๋ฉ๋๋ค!^000000 [EVENT] You have won an event prize. Please claim your prize in game. */ MSG_EVENT_RESULT = 0x3fc, #endif #if PACKETVER >= 20050704 -/*20050704 to 20180523 +/*20050704 to 20180605 ์ซ์ดํจ Hate */ MSG_HATE = 0x3fd, /*20050704 to 20050704 ๋งค์ฐ ์ซ์ดํจ -20050711 to 20180523 +20050711 to 20180605 ๋งค์ฐ์ซ์ดํจ Hate with a Passion */ MSG_VERYHATE = 0x3fe, #endif #if PACKETVER >= 20050718 -/*20050718 to 20180523 +/*20050718 to 20180605 ํธ๋ฌธํด๋ฃจ์ค๊ฐ ์ฌ์ฉ์ ์ธ๊ณต์ง๋ฅ์ผ๋ก ๋์ํฉ๋๋ค. Homunculus has been customized. */ MSG_HOMUN_USERAI_ON = 0x3ff, -/*20050718 to 20180523 +/*20050718 to 20180605 ํธ๋ฌธํด๋ฃจ์ค๊ฐ ๊ธฐ๋ณธ ์ธ๊ณต์ง๋ฅ์ผ๋ก ๋์ํฉ๋๋ค. Homunculus has been activated with the basic AI. */ MSG_HOMUN_USERAI_OFF = 0x400, #endif #if PACKETVER >= 20050808 -/*20050808 to 20180523 +/*20050808 to 20180605 ํธ์ง๋ชฉ๋ก Mail List */ MSG_MAIL_LIST = 0x401, -/*20050808 to 20180523 +/*20050808 to 20180605 ํธ์ง์ฐ๊ธฐ Write Mail */ MSG_MAIL_WRITE = 0x402, -/*20050808 to 20180523 +/*20050808 to 20180605 ํธ์ง์ฝ๊ธฐ Read Mail */ MSG_MAIL_READ = 0x403, #endif #if PACKETVER >= 20050822 -/*20050822 to 20180523 +/*20050822 to 20180605 ํ๋ฒ ์ง์ ํ์๋ฉด ๋ณ๊ฒฝ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค! ์ด ๋งต์ผ๋ก ์ง์ ํ์๊ฒ ์ต๋๊น? You cannot change a map's designation once it is designated. Are you sure that you want to designate this map? */ @@ -5483,7 +5483,7 @@ You cannot change a map's designation once it is designated. Are you sure that y ๋ณด๋ด์ค ์์ดํ
์ด ์ถ๊ฐ ๋์์ต๋๋ค. 20050829 to 20051018 ์์ดํ
์ฐฝ์ ์์ดํ
์ด ์ถ๊ฐ ๋์์ต๋๋ค. -20051024 to 20180523 +20051024 to 20180605 ๋ฉ์ผ ์์ดํ
์ ์๋ นํ์ต๋๋ค. Item has been added in the Item Window. */ @@ -5492,745 +5492,745 @@ Item has been added in the Item Window. ๋ณด๋ด์ค ์์ดํ
์ด ์ถ๊ฐ ๋์ง ์์์ต๋๋ค. 20050829 to 20051018 ์์ดํ
์ฐฝ์ ์์ดํ
์ด ์ถ๊ฐ ๋์ง ์์์ต๋๋ค. -20051024 to 20180523 +20051024 to 20180605 ๋ฉ์ผ ์์ดํ
์ ์๋ นํ์ง ๋ชปํ์ต๋๋ค. You have failed to add the item in the Item Window. */ MSG_MAIL_ADD_ITEM_FAILURE = 0x406, -/*20050822 to 20180523 +/*20050822 to 20180605 ๋ฉ์ผ ๋ณด๋ด๊ธฐ๊ฐ ์ฑ๊ณตํ์์ต๋๋ค. You have successfully mailed a message. */ MSG_MAIL_SEND_SUCCESS = 0x407, -/*20050822 to 20180523 +/*20050822 to 20180605 ๋ฉ์ผ ๋ณด๋ด๊ธฐ๊ฐ ์คํจํ์์ต๋๋ค. ๋ฐ๋ ์ฌ๋์ด ์กด์ฌํ์ง ์์ต๋๋ค. You have failed to mail a message. Recipient does not exist. */ MSG_MAIL_USER_NOT_FOUND = 0x408, #endif #if PACKETVER >= 20050829 -/*20050829 to 20180523 +/*20050829 to 20180605 [ํ์๊ณผ ๋ฌ๊ณผ ๋ณ์ ์ฒ์ฌ] ์ง์ ํ๋ ์ฅ์๋ค๊ณผ ๋ชฌ์คํฐ๋ค์ด ์ด๊ธฐํ๋์ต๋๋ค! [Solar, Lunar and Stellar Angel] Designated places and monsters have been reset. */ MSG_STAR_ANGEL = 0x409, -/*20050829 to 20180523 +/*20050829 to 20180605 ๊ฒฝ๋งค ๋ฑ๋ก์ด ์คํจํ์ต๋๋ค. The minimum starting bid for auctions is 10,000,000 zeny. */ MSG_AUCTION_ADD_FALSE = 0x40a, -/*20050829 to 20180523 +/*20050829 to 20180605 ๊ฒฝ๋งค ๋ฑ๋ก์ด ์ฑ๊ณตํ์ต๋๋ค. You have successfully started a new auction. */ MSG_AUCTION_ADD_TRUE = 0x40b, -/*20050829 to 20180523 +/*20050829 to 20180605 ํด๋น ๊ฒฝ๋งค๊ฐ ์ทจ์๋์์ต๋๋ค. The auction has been canceled. */ MSG_AUCTION_ADD_CANCEL = 0x40c, -/*20050829 to 20180523 +/*20050829 to 20180605 ์
์ฐฐ์๊ฐ ์๋ ๊ฒฝ๋งค๋ ์ทจ์ํ ์ ์์ต๋๋ค. An auction with at least one bidder cannot be canceled. */ MSG_AUCTION_ADD_CANCEL_FALSE = 0x40d, #endif #if PACKETVER >= 20050905 -/*20050905 to 20180523 +/*20050905 to 20180605 ๋ฉ์ผ ์ญ์ ๊ฐ ์ฑ๊ณตํ์์ต๋๋ค. Mail has been successfully deleted. */ MSG_MAIL_DELETE_SUCCESS = 0x40e, -/*20050905 to 20180523 +/*20050905 to 20180605 ๋ฉ์ผ ์ญ์ ๊ฐ ์คํจํ์์ต๋๋ค. You have failed to delete the mail. */ MSG_MAIL_DELETE_FAILURE = 0x40f, #endif #if PACKETVER >= 20050912 -/*20050912 to 20180523 +/*20050912 to 20180605 ๋์ง๋ ๋จ๊ฒ์ด ์ฅ์ฐฉ๋์์ต๋๋ค. You have equipped throwing daggers. */ MSG_MSG_KNIFE_EQUIPMENT_SUCCESS = 0x410, #endif #if PACKETVER >= 20050926 -/*20050926 to 20180523 +/*20050926 to 20180605 %s ๋์ด ๋ก๊ทธ์ธํ์ต๋๋ค. %s has logged in. */ MSG_LOGIN_FRIEND = 0x411, -/*20050926 to 20180523 +/*20050926 to 20180605 %s ๋์ด ๋ก๊ทธ์์ํ์ต๋๋ค. %s has logged out. */ MSG_LOGOUT_FRIEND = 0x412, #endif #if PACKETVER >= 20051004 -/*20051004 to 20180523 +/*20051004 to 20180605 /loginout : ๊ธธ๋์๊ณผ ์น๊ตฌ๋ค์ ์ ์๊ด๋ จ ๋ฉ์ธ์ง๋ฅผ ๋ณด์ฌ์ค๋๋ค. On Off /loginout: Shows guildsmen and friends online status. On Off */ MSG_EXPLAIN_LOGINOUT = 0x413, -/*20051004 to 20180523 +/*20051004 to 20180605 ์น๊ตฌ๋ค์ ์ ์๊ด๋ จ ๋ฉ์ธ์ง๋ฅผ ๋ํ์ฐฝ์ ํ์ํฉ๋๋ค. [/li ON] Display online status of friends in Chat Window. [/li ON] */ MSG_LOGINOUT_ON = 0x414, -/*20051004 to 20180523 +/*20051004 to 20180605 ์น๊ตฌ๋ค์ ์ ์๊ด๋ จ ๋ฉ์ธ์ง๋ฅผ ๋ํ์ฐฝ์ ํ์ํ์ง์์ต๋๋ค. [/li OFF] Do not display online status of friends in Chat Window. [/li OFF] */ MSG_LOGINOUT_OFF = 0x415, -/*20051004 to 20180523 +/*20051004 to 20180605 ์ด๋ฏธ ์คํ์ค์
๋๋ค. It is already running. */ MSG_SGP_CODE_ALREADY_RUNNING = 0x416, -/*20051004 to 20180523 +/*20051004 to 20180605 ๋งคํฌ๋ก ์ฌ์ฉ์ด ๊ฐ์ง๋์์ต๋๋ค. Use of Macro program has been detected. */ MSG_SGP_CODE_DETECTED_MACRO = 0x417, -/*20051004 to 20180523 +/*20051004 to 20180605 ์คํผ๋ํดํน์ด ๊ฐ์ง๋์์ต๋๋ค. Use of Speed hack has been detected. */ MSG_SGP_CODE_DETECTED_SPEEDHACK = 0x418, -/*20051004 to 20180523 +/*20051004 to 20180605 API ํํน์ด ๊ฐ์ง๋์์ต๋๋ค. API Hooking has been detected. */ MSG_SGP_CODE_DETECTED_APIHOOK = 0x419, -/*20051004 to 20180523 +/*20051004 to 20180605 ๋ฉ์์ง ํํน์ด ๊ฐ์ง๋์์ต๋๋ค. Message Hooking has been detected. */ MSG_SGP_CODE_DETECTED_MSGHOOK = 0x41a, -/*20051004 to 20180523 +/*20051004 to 20180605 ๋ชจ๋์ด ๋ณ์กฐ ๋๋ ์์๋์๊ฑฐ๋ ๋ฒ์ ์ด ์ผ์นํ์ง ์์ต๋๋ค. Module has been modified or damaged or its version does not match. */ MSG_SGP_CODE_NOT_EQUALENCRYPTEDDATA = 0x41b, #endif #if PACKETVER >= 20051010 -/*20051010 to 20180523 +/*20051010 to 20180605 (ํ๊ตญ)๊ทํ๋ ๊ฒ์๋ฐฉ ๊ณผ๊ธ์ผ๋ก ๋ก๊ทธ์ธ ํ์
จ์ต๋๋ค. (Thailand) You have logged in game with PC cafe payment. */ MSG_BILLING_PCB = 0x41c, #endif #if PACKETVER >= 20051017 -/*20051017 to 20180523 +/*20051017 to 20180605 ์ด์ Prev */ MSG_PREV_PAGE = 0x41d, -/*20051017 to 20180523 +/*20051017 to 20180605 ๋ค์ Next */ MSG_NEXT_PAGE = 0x41e, -/*20051017 to 20180523 +/*20051017 to 20180605 ๊ฒฝ๋งค Auction */ MSG_AUCTION = 0x41f, -/*20051017 to 20180523 +/*20051017 to 20180605 ๋ฌผํ๋ณด๊ธฐ Product List */ MSG_AUCTION_VIEW = 0x420, -/*20051017 to 20180523 +/*20051017 to 20180605 ๋ฑ๋กํ๊ธฐ Register */ MSG_AUCTION_ADD = 0x421, -/*20051017 to 20180523 +/*20051017 to 20180605 ํ๋งค ์งํ์ํ Sale Status */ MSG_AUCTION_SELL = 0x422, -/*20051017 to 20180523 +/*20051017 to 20180605 ๊ตฌ๋งค ์งํ์ํ Purchase Status */ MSG_AUCTION_BUY = 0x423, -/*20051017 to 20180523 +/*20051017 to 20180605 ์์ดํ
Item */ MSG_ITEM2 = 0x424, -/*20051017 to 20180523 +/*20051017 to 20180605 ์์ดํ
๋ช
Name */ MSG_ITEM_NAME2 = 0x425, -/*20051017 to 20180523 +/*20051017 to 20180605 ๊ฐ๊ฒฉ / ์ฆ์๊ตฌ์
๊ฐ๊ฒฉ Current Bid / Max Bid */ MSG_ITEM_PRICE = 0x426, -/*20051017 to 20180523 +/*20051017 to 20180605 ํ๋งค์ Seller */ MSG_SELLER = 0x427, -/*20051017 to 20180523 +/*20051017 to 20180605 ๊ตฌ๋งค์ Buyer */ MSG_BUYER = 0x428, -/*20051017 to 20180523 +/*20051017 to 20180605 ์ข
๋ฃ์๊ฐ End Time */ MSG_FINISH_TIME = 0x429, -/*20051017 to 20180523 +/*20051017 to 20180605 %m์ %d์ผ %H์ %m %d %H */ MSG_TIME_TYPE = 0x42a, -/*20051017 to 20180523 +/*20051017 to 20180605 ์๊ฐ์ค์ Time (Hr) */ MSG_SET_TIME = 0x42b, -/*20051017 to 20180523 +/*20051017 to 20180605 ์์๋ฃ Fee */ MSG_CHARGE = 0x42c, /*20051017 to 20170906 ๊ฒ์ ๋ ์์ดํ
์ด ์์ต๋๋ค. -20170913 to 20180523 +20170913 to 20180605 ๊ฒ์๋ ์์ดํ
์ด ์์ต๋๋ค. No items found in search. */ MSG_NOTHING_SEARCH_ITEM = 0x42d, -/*20051017 to 20180523 +/*20051017 to 20180605 ํ์ฌ ํ๋งค์ค์ธ ์์ดํ
์ด ์์ต๋๋ค. Your Sale List is empty. */ MSG_NOTHING_SEARCH_SELL_ITEM = 0x42e, -/*20051017 to 20180523 +/*20051017 to 20180605 ํ์ฌ ๊ตฌ๋งค์ค์ธ ์์ดํ
์ด ์์ต๋๋ค. Your Purchase List is empty. */ MSG_NOTHING_SEARCH_BUY_ITEM = 0x42f, -/*20051017 to 20180523 +/*20051017 to 20180605 ๊ฒฝ๋งค์ ๋ณด๊ฐ ์ ํํ์ง ์์ต๋๋ค. Auction Information is incorrect or incomplete. */ MSG_ERROR_AUCTION_ITEM_INFO = 0x430, -/*20051017 to 20180523 +/*20051017 to 20180605 ๊ฒฝ๋งค์ ๋ฑ๋กํ ์์ดํ
์ ๋ณด๊ฐ ์์ต๋๋ค. You must drag and drop an item from your Inventory into the Register Window to begin a new auction. */ MSG_NOTHING_AUCTION_ITEM_INFO = 0x431, -/*20051017 to 20180523 +/*20051017 to 20180605 ์ด๋ฏธ ๋ฑ๋ก๋ ๊ฒฝ๋งค์
๋๋ค. The auction has already been registered. */ MSG_ERROR_ADD_AUCTION = 0x432, -/*20051017 to 20180523 +/*20051017 to 20180605 ์ ์๊ฐ๊ฒฉ Starting Bid */ MSG_PRICE = 0x433, -/*20051017 to 20180523 +/*20051017 to 20180605 ๊ตฌ์
ํฌ๋ง๊ฐ๊ฒฉ Current Bid */ MSG_PRICE2 = 0x434, -/*20051017 to 20180523 +/*20051017 to 20180605 ์ฆ์๊ตฌ์
๊ฐ๊ฒฉ Buy Now Price */ MSG_PRICE3 = 0x435, -/*20051017 to 20180523 +/*20051017 to 20180605 ํ์ฌ์์ง์ ๋ Your Current Zeny */ MSG_PRICE4 = 0x436, -/*20051017 to 20180523 +/*20051017 to 20180605 ํ์ฌ์ต๊ณ ๊ฐ๊ฒฉ Highest Bid */ MSG_PRICE5 = 0x437, -/*20051017 to 20180523 +/*20051017 to 20180605 ์ด์ ์
์ฐฐ๊ฐ๊ฒฉ Previous Bid */ MSG_PRICE6 = 0x438, -/*20051017 to 20180523 +/*20051017 to 20180605 ์ถ๊ฐ์
์ฐฐ๊ฐ๊ฒฉ Next Bid */ MSG_PRICE7 = 0x439, -/*20051017 to 20180523 +/*20051017 to 20180605 ๊ตฌ์
ํ์๊ฒ ์ต๋๊น? Press buy to confirm. */ MSG_BUY_ACTION_ITEM = 0x43a, -/*20051017 to 20180523 +/*20051017 to 20180605 ์ด ๊ฐ๊ฒฉ์ ํ๋งคํ์๊ฒ ์ต๋๊น? Would you like to sell this item? */ MSG_SELL_ACTION_ITEM = 0x43b, -/*20051017 to 20180523 +/*20051017 to 20180605 ์
์ฐฐํ๊ธฐ Place Bid */ MSG_BUY_AUCTION = 0x43c, -/*20051017 to 20180523 +/*20051017 to 20180605 ์ฆ์๊ตฌ๋งคํ๊ธฐ Buy Now */ MSG_BUY_AUCTION2 = 0x43d, -/*20051017 to 20180523 +/*20051017 to 20180605 ๊ฒฝ๋งค์ข
๋ฃํ๊ธฐ End the Auction */ MSG_BUY_AUCTION3 = 0x43e, -/*20051017 to 20180523 +/*20051017 to 20180605 ์ฌ์
์ฐฐํ๊ธฐ Place another Bid */ MSG_FINISH_AUCTION = 0x43f, -/*20051017 to 20180523 +/*20051017 to 20180605 ํด๋น ๊ฒฝ๋งค์ ๋ํ ์
์ฐฐ์ด ์ฑ๊ณตํ์ต๋๋ค. You have placed a bid. */ MSG_RESULT_BUY_TRUE = 0x440, -/*20051017 to 20180523 +/*20051017 to 20180605 ํด๋น ๊ฒฝ๋งค์ ๋ํ ์
์ฐฐ์ด ์คํจํ์ต๋๋ค. You have failed to place a bid. */ MSG_RESULT_BUY_FALSE = 0x441, -/*20051017 to 20180523 +/*20051017 to 20180605 ์ ๋๊ฐ ์ถฉ๋ถํ์ง ์์ต๋๋ค. You do not have enough zeny. */ MSG_RESULT_BUY_FALSE_MONEY = 0x442, #endif #if PACKETVER >= 20051024 -/*20051024 to 20180523 +/*20051024 to 20180605 ๋ฐฉ์ด๊ตฌ Armors */ MSG_EQUIP = 0x443, -/*20051024 to 20180523 +/*20051024 to 20180605 ์นด๋ Card */ MSG_CARD = 0x444, -/*20051024 to 20180523 +/*20051024 to 20180605 ๊ธฐํ Other */ MSG_ETC = 0x445, -/*20051024 to 20180523 +/*20051024 to 20180605 ๊ฒฝ๋งค๋ฒํธ Bid */ MSG_AUCTION_NUM = 0x446, -/*20051024 to 20180523 +/*20051024 to 20180605 ๊ฒ์ Search */ MSG_AUCTION_SEARCH = 0x447, -/*20051024 to 20180523 +/*20051024 to 20180605 ํด๋น ๊ฒฝ๋งค๋ฅผ ์ข
๋ฃํ์ต๋๋ค. You have ended the auction. */ MSG_RESULT_MY_SELL_STOP_TRUE = 0x448, -/*20051024 to 20180523 +/*20051024 to 20180605 ํด๋น ๊ฒฝ๋งค๋ฅผ ์ข
๋ฃ ํ ์ ์์ต๋๋ค. You cannot end the auction. */ MSG_RESULT_MY_SELL_STOP_FALSE = 0x449, -/*20051024 to 20180523 +/*20051024 to 20180605 ๊ฒฝ๋งค ๋ฒํธ๊ฐ ์ ํํ์ง ์์ต๋๋ค. Bid Number is incorrect. */ MSG_RESULT_AUCTION_ID_FALSE = 0x44a, -/*20051024 to 20180523 +/*20051024 to 20180605 ๋ฐ๋์ด To */ MSG_SENDER = 0x44b, #endif #if PACKETVER >= 20051205 -/*20051205 to 20180523 +/*20051205 to 20180605 ์ ๋ชฉ Title */ MSG_TITLE2 = 0x44c, -/*20051205 to 20180523 +/*20051205 to 20180605 ์ ๋ฉ์ผ์ด ๋์ฐฉํ์์ต๋๋ค. You have received a message in the mail. */ MSG_NEW_MAIL = 0x44d, -/*20051205 to 20180523 +/*20051205 to 20180605 ๊ฒ์์ค์
๋๋ค. Searching... */ MSG_SEARCHING_ITEM = 0x44e, -/*20051205 to 20180523 +/*20051205 to 20180605 ๋ ์ด์ ๊ฒฝ๋งค ๋ฑ๋กํ ์ ์์ต๋๋ค. ๊ฒฝ๋งค ๋ฑ๋ก์ ์ต๋ 5๊ฐ๊น์ง ๊ฐ๋ฅํฉ๋๋ค. You cannot register more than 5 items in an auction at a time. */ MSG_AUCTION_ADD_OVER = 0x44f, -/*20051205 to 20180523 +/*20051205 to 20180605 ๋ ์ด์ ๊ฒฝ๋งค ๋ฌผํ์ ์
์ฐฐํ ์ ์์ต๋๋ค. ๊ฒฝ๋งค ๋ฌผํ ์
์ฐฐ์ ์ต๋ 5๊ฐ๊น์ง ๊ฐ๋ฅํฉ๋๋ค. You cannot place more than 5 bids at a time. */ MSG_RESULT_BUY_OVER = 0x450, -/*20051205 to 20180523 +/*20051205 to 20180605 ์ญ์ ํ๋ ค๋ ๋ฉ์ผ์ ์๋ นํ์ง ์์ ์์ดํ
์ด ์์ต๋๋ค. Please accept all items from your mail before deleting. */ MSG_MAIL_DELETE_ERROR = 0x451, -/*20051205 to 20180523 +/*20051205 to 20180605 ๋ฉ์ผ ์ ๋ชฉ์ ์
๋ ฅํ์ฌ ์ฃผ์ญ์์ค. Please enter a title. */ MSG_MAIL_SEND_ERROR = 0x452, -/*20051205 to 20180523 +/*20051205 to 20180605 /shopping : ํด๋ฆญ ํ๋ฒ์ผ๋ก ์์ ์ ์ด๊ณ ์์ ์ด๋ฆ ์ค๋ฅธ์ชฝ ํด๋ฆญ์ผ๋ก ์์ ์ ๋ซ์ต๋๋ค On Off /shopping: Enables you to open a shop with a single left-click and close your shop with a single right-click. On Off */ MSG_EXPLAIN_SHOPPING = 0x453, -/*20051205 to 20180523 +/*20051205 to 20180605 ํด๋ฆญ ํ๋ฒ์ผ๋ก ์์ ์ ์ด๊ณ ์์ ์ด๋ฆ์ ์ค๋ฅธ์ชฝ ํด๋ฆญํด์ ์์ ์ ๋ซ์์์์ต๋๋ค. [/sh ON] You can now open a shop with a single left-click and close your shop with a single right-click. [sh ON]. */ MSG_SHOPPING_ON = 0x454, -/*20051205 to 20180523 +/*20051205 to 20180605 ๋๋ธํด๋ฆญ ์ผ๋ก ์์ ์ ์ด๊ฒ๋ฉ๋๋ค. [/sh OFF] You can open a shop by double-clicking. [/sh OFF] */ MSG_SHOPPING_OFF = 0x455, -/*20051205 to 20180523 +/*20051205 to 20180605 ๋ฉ์ผ์ ๋ณด๋ด๋ ค๋ฉด, ์ ๋ ์
๋ ฅ์ ์๋ฃํด์ผ ํฉ๋๋ค. Please enter zeny amount before sending mail. */ MSG_MAIL_SEND_ERROR2 = 0x456, -/*20051205 to 20180523 +/*20051205 to 20180605 ๊ฒฝ๋งค ์์๋ฃ๊ฐ ๋ถ์กฑํฉ๋๋ค. You do not have enough zeny to pay the Auction Fee. */ MSG_ADD_MONEY_FALSE = 0x457, -/*20051205 to 20180523 +/*20051205 to 20180605 ์ํ๋ณด๊ธฐ View Status */ MSG_HOMUN_SHOWINFO = 0x458, -/*20051205 to 20180523 +/*20051205 to 20180605 ๋จน์ด์ฃผ๊ธฐ Feed */ MSG_HOMUN_FEEDING = 0x459, -/*20051205 to 20180523 +/*20051205 to 20180605 ๋๊ธฐ Stand By */ MSG_HOMUN_WAITING = 0x45a, -/*20051205 to 20180523 +/*20051205 to 20180605 ์ํผ๋
ธ๋น์ค(๋จ) Super Novice (Male) */ MSG_JOB_SUPERNOVICE_M = 0x45b, -/*20051205 to 20180523 +/*20051205 to 20180605 ์ํผ๋
ธ๋น์ค(์ฌ) Super Novice (Female) */ MSG_JOB_SUPERNOVICE_F = 0x45c, -/*20051205 to 20180523 +/*20051205 to 20180605 ํ๊ถ์๋
Taekwon Boy */ MSG_JOB_TAEKWON_M = 0x45d, -/*20051205 to 20180523 +/*20051205 to 20180605 ํ๊ถ์๋
Taekwon Girl */ MSG_JOB_TAEKWON_F = 0x45e, -/*20051205 to 20180523 +/*20051205 to 20180605 ๊ถ์ฑ(๋จ) Taekwon Master (Male) */ MSG_KWONSUNG_M = 0x45f, -/*20051205 to 20180523 +/*20051205 to 20180605 ๊ถ์ฑ(์ฌ) Taekwon Master (Female) */ MSG_KWONSUNG_F = 0x460, -/*20051205 to 20180523 +/*20051205 to 20180605 ์์ธ๋ง์ปค(๋จ) Soul Linker (Male) */ MSG_SOULLINGKER_M = 0x461, -/*20051205 to 20180523 +/*20051205 to 20180605 ์์ธ๋ง์ปค(์ฌ) Soul Linker (Female) */ MSG_SOULLINGKER_F = 0x462, -/*20051205 to 20180523 +/*20051205 to 20180605 PC๋ฐฉ์๊ธ์ ๋ก 2๊ฐ์ด์์ ๊ณ์ ์ด ์ ์๋๊ณ ์์ต๋๋ค. ํ์ธํ ๋ค์ ์ฌ์ฉํ์๊ธฐ ๋ฐ๋๋๋ค. Please check the connection, more than 2 accounts are connected with Internet Cafe Time Plan. */ MSG_BAN_PC_IP_UNFAIR = 0x463, -/*20051205 to 20180523 +/*20051205 to 20180605 ๊ทํ๋ ์์ ์ก ์๊ธ์ ์ฌ์ฉ์ ์
๋๋ค. (๋จ์๊ธฐ๊ฐ : %d์ผ) Your account is using monthly payment. (Remaining day: %d day) */ MSG_BILLING_1 = 0x464, -/*20051205 to 20180523 +/*20051205 to 20180605 ๊ทํ๋ ์ ๋ ์๊ธ์ ์ฌ์ฉ์ ์
๋๋ค. (๋จ์์๊ฐ : %d์๊ฐ %๋ถ %์ด) Your account is using time limited. (Remaining time: %d hour %d minute %d second) */ MSG_BILLING_2 = 0x465, #endif #if PACKETVER >= 20051212 -/*20051212 to 20180523 +/*20051212 to 20180605 ํด๋น ์์ดํ
์ ๋ฉ์ผ์ ์ฒจ๋ถ ํ ์ ์๋ ์์ดํ
์
๋๋ค. This item cannot be mailed. */ MSG_MAIL_ITEM_ADD_FAILED = 0x466, -/*20051212 to 20180523 +/*20051212 to 20180605 ๋์ด์ ์์ดํ
์ ๊ฐ์ง์ ์์ต๋๋ค. ์์ดํ
์ ๋ฉ์ผ๋ก ๋ณด๊ดํ๊ฒ ์ต๋๋ค. You cannot accept any more items. Please try again later. */ MSG_MAIL_ADD_ITEM_OVER_FAILURE = 0x467, #endif #if PACKETVER >= 20060109 -/*20060109 to 20180523 +/*20060109 to 20180605 ๋จ์ฑ Male */ MSG_PTSEX1 = 0x468, -/*20060109 to 20180523 +/*20060109 to 20180605 ์ฌ์ฑ Female */ MSG_PTSEX2 = 0x469, -/*20060109 to 20180523 +/*20060109 to 20180605 ์๋ก์ด ์ ์ ์
๋๋ค New User. */ MSG_PT_NEWUSER = 0x46a, -/*20060109 to 20180523 +/*20060109 to 20180605 E-mail์ ์บ๋ฆญํฐ๋ฅผ ์ง์ธ๋ ํ์ํฉ๋๋ค. E-mail address is required to delete a character. */ MSG_PT_ACINFO = 0x46b, -/*20060109 to 20180523 +/*20060109 to 20180605 ์ ํํ ํ์์ผ๋ก ์
๋ ฅํด ์ฃผ์ธ์. Please enter the correct information. */ MSG_PT_ACINFO2 = 0x46c, -/*20060109 to 20180523 +/*20060109 to 20180605 ์ด ํค๋ฅผ ์ฌ์ฉํ์ธ์ Please use this key. */ MSG_PT_NEWKEYINFO = 0x46d, -/*20060109 to 20180523 +/*20060109 to 20180605 ์ ํํ ์นด๋ ํจ์ค์๋๋ฅผ ๋ค์ ์
๋ ฅํด์ฃผ์ธ์ Please enter the correct card password. */ MSG_PT_FAIL_CARDPASS = 0x46e, -/*20060109 to 20180523 +/*20060109 to 20180605 PT์ ๋ณด PT Info */ MSG_PTID1 = 0x46f, -/*20060109 to 20180523 +/*20060109 to 20180605 PT_ID๋ %s PT_ID is %s */ MSG_PTID2 = 0x470, -/*20060109 to 20180523 +/*20060109 to 20180605 NUM_ID๋ %s NUM_ID is %s */ MSG_PTID3 = 0x471, -/*20060109 to 20180523 +/*20060109 to 20180605 ์์ง์๊ฒ ์ฃผ์ํ์ธ์ Please don't forget this information. */ MSG_PTID4 = 0x472, -/*20060109 to 20180523 +/*20060109 to 20180605 1001 */ MSG_PT_ERROR_1001 = 0x473, -/*20060109 to 20180523 +/*20060109 to 20180605 1002 */ MSG_PT_ERROR_1002 = 0x474, -/*20060109 to 20180523 +/*20060109 to 20180605 1003 */ MSG_PT_ERROR_1003 = 0x475, -/*20060109 to 20180523 +/*20060109 to 20180605 1004 */ MSG_PT_ERROR_1004 = 0x476, -/*20060109 to 20180523 +/*20060109 to 20180605 1006 */ MSG_PT_ERROR_1006 = 0x477, -/*20060109 to 20180523 +/*20060109 to 20180605 1007 */ MSG_PT_ERROR_1007 = 0x478, -/*20060109 to 20180523 +/*20060109 to 20180605 1008 */ MSG_PT_ERROR_1008 = 0x479, -/*20060109 to 20180523 +/*20060109 to 20180605 1009 */ MSG_PT_ERROR_1009 = 0x47a, -/*20060109 to 20180523 +/*20060109 to 20180605 1012 */ MSG_PT_ERROR_1012 = 0x47b, -/*20060109 to 20180523 +/*20060109 to 20180605 1013 */ MSG_PT_ERROR_1013 = 0x47c, -/*20060109 to 20180523 +/*20060109 to 20180605 1014 */ MSG_PT_ERROR_1014 = 0x47d, -/*20060109 to 20180523 +/*20060109 to 20180605 1015 */ MSG_PT_ERROR_1015 = 0x47e, -/*20060109 to 20180523 +/*20060109 to 20180605 1019 */ MSG_PT_ERROR_1019 = 0x47f, -/*20060109 to 20180523 +/*20060109 to 20180605 1020 Navigation */ MSG_PT_ERROR_1020 = 0x480, -/*20060109 to 20180523 +/*20060109 to 20180605 1021 */ MSG_PT_ERROR_1021 = 0x481, -/*20060109 to 20180523 +/*20060109 to 20180605 1023 */ MSG_PT_ERROR_1023 = 0x482, -/*20060109 to 20180523 +/*20060109 to 20180605 1024 */ MSG_PT_ERROR_1024 = 0x483, -/*20060109 to 20180523 +/*20060109 to 20180605 1025 */ MSG_PT_ERROR_1025 = 0x484, -/*20060109 to 20180523 +/*20060109 to 20180605 1027 */ MSG_PT_ERROR_1027 = 0x485, -/*20060109 to 20180523 +/*20060109 to 20180605 1028 */ MSG_PT_ERROR_1028 = 0x486, -/*20060109 to 20180523 +/*20060109 to 20180605 10 */ MSG_PT_ERROR_10 = 0x487, -/*20060109 to 20180523 +/*20060109 to 20180605 20 */ MSG_PT_ERROR_20 = 0x488, -/*20060109 to 20180523 +/*20060109 to 20180605 40 */ MSG_PT_ERROR_40 = 0x489, -/*20060109 to 20180523 +/*20060109 to 20180605 50 */ MSG_PT_ERROR_50 = 0x48a, -/*20060109 to 20180523 +/*20060109 to 20180605 60 */ MSG_PT_ERROR_60 = 0x48b, -/*20060109 to 20180523 +/*20060109 to 20180605 70 */ MSG_PT_ERROR_70 = 0x48c, -/*20060109 to 20180523 +/*20060109 to 20180605 80 */ MSG_PT_ERROR_80 = 0x48d, -/*20060109 to 20180523 +/*20060109 to 20180605 90 */ MSG_PT_ERROR_90 = 0x48e, -/*20060109 to 20180523 +/*20060109 to 20180605 100 */ MSG_PT_ERROR_100 = 0x48f, -/*20060109 to 20180523 +/*20060109 to 20180605 110 */ MSG_PT_ERROR_110 = 0x490, #endif #if PACKETVER >= 20060126 -/*20060126 to 20180523 +/*20060126 to 20180605 30ํฌ์ธํธ๋ฅผ ๋ฐ์ผ์๊ฒ ์ต๋๊น? Do you want to receive 30 points? */ MSG_PT_POINT1 = 0x491, -/*20060126 to 20180523 +/*20060126 to 20180605 30ํฌ์ธํธ(5์๊ฐ)์ด ์ถฉ์ ๋์์ต๋๋ค 30 points (5 hours) have been added. */ MSG_PT_POINT2 = 0x492, #endif #if PACKETVER >= 20060213 -/*20060213 to 20180523 +/*20060213 to 20180605 ๊ฐ์ ๋์ง ์์ ์์ดํ
์ ๊ฒฝ๋งค์ ๋ฑ๋กํ ์ ์์ต๋๋ค. You cannot register Unidentified Items in auctions. */ MSG_AUCTION_ADD_ITEM_FAILURE = 0x493, -/*20060213 to 20180523 +/*20060213 to 20180605 ์๋น ์์ดํ
์ ๊ฒฝ๋งค์ ๋ฑ๋กํ ์ ์์ต๋๋ค. You cannot register this Consumable Item in an auction. */ MSG_AUCTION_ADD_ITEM_FAILURE2 = 0x494, #endif #if PACKETVER >= 20060306 -/*20060306 to 20180523 +/*20060306 to 20180605 ๋ฉ์ผ์ฐฝ์ ์ด๋ ค๋ฉด ์นดํธ์ฐฝ์ ๋ซ์ ์ฃผ์ญ์์. Please close the Cart Window to open the Mail Window. */ MSG_CLOSE_MERCHANTITEMWND = 0x495, -/*20060306 to 20180523 +/*20060306 to 20180605 ์นดํธ์ฐฝ์ ์ด๋ ค๋ฉด ๋ฉ์ผ์ฐฝ์ ๋ซ์ ์ฃผ์ญ์์. Please close the Mail Window to open the Cart Window. */ MSG_CLOSE_MAILWND = 0x496, #endif #if PACKETVER >= 20060313 -/*20060313 to 20180523 +/*20060313 to 20180605 ํํ์ด ์ฅ์ฐฉ๋์์ต๋๋ค. Bullets have been equipped. */ MSG_MSG_BULLET_EQUIPMENT_SUCCESS = 0x497, -/*20060313 to 20180523 +/*20060313 to 20180605 ๋ฉ์ผ์ด ๋ฐ์ก๋์์ต๋๋ค. The mail has been returned to sender. */ MSG_MAIL_RETURN_SUCCESS = 0x498, -/*20060313 to 20180523 +/*20060313 to 20180605 ๋ฉ์ผ์ด ์กด์ฌํ์ง ์์ต๋๋ค. The mail no longer exists. */ @@ -6239,171 +6239,171 @@ The mail no longer exists. #if PACKETVER >= 20060522 /*20060522 to 20060522 ํ์๊ฐ ๋์, ๋์ผํ IP๋ก ์ ์ํ ์ ์ ๊ฐ 60๊ฑด ์ด์์
๋๋ค. ํ์ธํ ๋ค์ ์ฌ์ฉํ์๊ธฐ ๋ฐ๋๋๋ค. -20060523 to 20180523 +20060523 to 20180605 ํ์๊ฐ ๋์, ๋์ผํ IP๋ก ์ ์ํ ์ ์ ๊ฐ 30๊ฑด ์ด์์
๋๋ค. ํ์ธํ ๋ค์ ์ฌ์ฉํ์๊ธฐ ๋ฐ๋๋๋ค. More than 30 players sharing the same IP have logged into the game for an hour. Please check this matter. */ MSG_BAN_PC_IP_COUNT_ALL = 0x49a, -/*20060522 to 20180523 +/*20060522 to 20180605 ํ์๊ฐ ๋์, ๋์ผํ IP๋ก 10๋ฒ ์ด์ ์ ์๋์์ต๋๋ค. ํ์ธํ ๋ค์ ์ฌ์ฉํ์๊ธฐ ๋ฐ๋๋๋ค. More than 10 connections sharing the same IP have logged into the game for an hour. Please check this matter. */ MSG_BAN_PC_IP_COUNT = 0x49b, -/*20060522 to 20180523 +/*20060522 to 20180605 ๊ฒ์์ ์ฌ์์ ํ์ญ์์ค Please restart the game. */ MSG_GAMEGUARD_RESTART = 0x49c, #endif #if PACKETVER >= 20060703 -/*20060703 to 20180523 +/*20060703 to 20180605 ์ฉ๋ณ์ ๋ณด - ์์ณํ์
Mercenary: Archer */ MSG_MER_INFO_TYPE_ARCHER = 0x49d, -/*20060703 to 20180523 +/*20060703 to 20180605 ์ฉ๋ณ์ ๋ณด - ๊ฒ์ฌํ์
Mercenary: Swordman */ MSG_MER_INFO_TYPE_SWORDMAN = 0x49e, -/*20060703 to 20180523 +/*20060703 to 20180605 ์ฉ๋ณ์ ๋ณด - ์ฐฝ๋ณํ์
Mercenary: Spearman */ MSG_MER_INFO_TYPE_LANCER = 0x49f, /*20060703 to 20070109 ๋จ์์๊ฐ -20070115 to 20180523 +20070115 to 20180605 ์ญ์ ์๊ฐ Expiration */ MSG_LEFT_TIME = 0x4a0, -/*20060703 to 20180523 +/*20060703 to 20180605 ์ ๋ขฐ๋ Loyalty */ MSG_MER_FRIENDLY = 0x4a1, -/*20060703 to 20180523 +/*20060703 to 20180605 ์ํํ์ Summons */ MSG_MER_CALLCOUNT = 0x4a2, -/*20060703 to 20180523 +/*20060703 to 20180605 Kill */ MSG_MER_KILL = 0x4a3, #endif #if PACKETVER >= 20060904 -/*20060904 to 20180523 +/*20060904 to 20180605 ํซ์ด ๋ฐฐ๊ฐ ๊ณ ํ์ ๋น์ ์ ์๋งํ๊ณ ์๋ค๋ ๋๋์ด ๋ ๋ค. You can feel hatred from your pet for neglecting to feed it. */ MSG_PET_STARVING = 0x4a4, -/*20060904 to 20180523 +/*20060904 to 20180605 [POINT] ํ
์ด๋ฐ๋ฏธ์
๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [POINT] You earned %d Taming Mission Ranking Points, giving you a total of %d points. */ MSG_GANGSI_POINT = 0x4a5, -/*20060904 to 20180523 +/*20060904 to 20180605 [ํ
์ด๋ฐ๋ฏธ์
] Target Monster : %s [Taming Mission] Target Monster: %s */ MSG_GANGSI_MISSION = 0x4a6, #endif #if PACKETVER >= 20060918 -/*20060918 to 20180523 +/*20060918 to 20180605 /hunting : ์ฌ๋ฅ ๋ชฉ๋ก์ ๋ณด์ฌ์ค๋๋ค. /hunting: You can check the your hunting list. */ MSG_EXPLAIN_HUNTING = 0x4a7, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] ์๋
์๊ฒ ๊ฐ๋ฅด์ณ์ฃผ์์ด์. %s๋ ๋ช ์คํฌ ์ฐ์ผ์
จ๋์? [Angel's Question] Please tell me, how many %s skills do you have? */ MSG_DEATH_Q01 = 0x4a8, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] ์๋
์๊ฒ ๊ฐ๋ฅด์ณ์ฃผ์์ด์. ์์งํ์๊ณ ์๋ ์ ๋๋ฅผ ์ญ๋ง์ผ๋ก ๋๋๋ฉด ์ผ๋ง๊ฐ ๋์๋์? [Angel's Question] Please tell me, how much zeny you'll have if you divide it by 100,000? */ MSG_DEATH_Q02 = 0x4a9, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] ์๋
์๊ฒ ๊ฐ๋ฅด์ณ์ฃผ์์ด์. ์ค๋์ด ๋ช์ผ์ด์ ์ง ์์๋์? [Angel's Question] Please tell me, what is today's date? */ MSG_DEATH_Q03 = 0x4aa, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] ์๋
์๊ฒ ๊ฐ๋ฅด์ณ์ฃผ์์ด์. %s์ ์ง๊ธ ๋ช์ด์ ๊ฐ์? [Angel's Question] Please tell me, how many %s do you have? */ MSG_DEATH_Q04 = 0x4ab, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์๋
ธ, ํ๊ถ๊ณ์ด, ๋ฌด๋๊ณ์ด์ ๋ด๋นํ๊ณ ์๋ SiYeon์จ์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in SiYeon's name? */ MSG_DEATH_Q05 = 0x4ac, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ๊ท์ฝ๊ณ ์ด์ฌ์ ๋ผ๊ทธ๋๋กํฌ์ ํ๋ก์ธ Munak์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in Munak's name? */ MSG_DEATH_Q06 = 0x4ad, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ ๊ฐ ์ด์ฌ๋ปํ๋ Bongun์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in Bongun's name? */ MSG_DEATH_Q07 = 0x4ae, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ ํฌ๊ฐ ์กด์ฌํ๋ ์จ๋ผ์ธ์ธ๊ณ Ragnarok์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, Ragnarok? */ MSG_DEATH_Q08 = 0x4af, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ธ์ ๋ Online์ํ์ธ ์ฒ์ฌ๋๋ฃ๋ค์ ํฐํ์ด ๋์ด์ฃผ์ฃ . Online์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, online? */ MSG_DEATH_Q09 = 0x4b0, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ฃฝ์๋ ๋๋ ค์ํ์ง์๋ ๊ธฐ์ฌ๋ค์ ์์งํ๋ ๋จ์ด์ธ Death์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, death? */ MSG_DEATH_Q10 = 0x4b1, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ๊ธฐ์ฌ๋ค์ ๋๋ฌด ๋ฉ์ง๋ค๊ณ ์๊ฐํด์. Knight์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, knight? */ MSG_DEATH_Q11 = 0x4b2, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ค๋ ฅ์ ๋ปํ๋ ๋จ์ด์ธ Gravity์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, gravity? */ MSG_DEATH_Q12 = 0x4b3, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ด๋ ์์์๋ ๋ฐ๊ฒ ์ฌ๋๊ฒ ์ค์ํ์ง์. Dark์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, dark? */ MSG_DEATH_Q13 = 0x4b4, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ๋ญ๋ ์ง ์์งํ๋ Collector์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, collecter? */ MSG_DEATH_Q14 = 0x4b5, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์๋๋ต] ์๋
์๊ฒ ์ ํํ ์ฌ์ค์ ๊ฐ๋ฅด์ณ์ฃผ์
์ ๊ฐ์ฌํ์ต๋๋ค. [Angel's Answer] Thank you for letting me know~ */ MSG_DEATH_R01 = 0x4b6, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์๋๋ต] ์ฌ๋์ค๋ฌ์ฐ์ ๋ถ์ด์๊ตฐ์. ์๋
๊ฐํํ์ฌ์ต๋๋ค. [Angel's Answer] I'm very pleased with your answer. You are a splendid adventurer. */ MSG_DEATH_R02 = 0x4b7, -/*20060918 to 20180523 +/*20060918 to 20180605 [์ฒ์ฌ์๋๋ต] ์๋
์ค๋งํ์ฌ์ต๋๋ค. [Angel's Answer] You've disappointed me... */ MSG_DEATH_R05 = 0x4b8, #endif #if PACKETVER >= 20060925 -/*20060925 to 20180523 +/*20060925 to 20180605 [POINT] ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [Point] You earned %d Ranking Points, giving you a total of %d Ranking Points. */ @@ -6412,41 +6412,41 @@ You can feel hatred from your pet for neglecting to feed it. #if PACKETVER >= 20060927 /*20060927 to 20070417 [%s]์ ์์ง Point : %d Point -20070423 to 20180523 +20070423 to 20180605 [%s]์ ์์ง ์บ์ : %d ์บ์ [%s]'s Points: %d Points */ MSG_POINT_SHOP = 0x4ba, #endif #if PACKETVER >= 20061009 -/*20061009 to 20180523 +/*20061009 to 20180605 ์ ํํ์ง ์์ ์บ๋ฆญํฐ๋ ์ญ์ ๋ฉ๋๋ค. ์๋ฃํ์๊ฒ ์ต๋๊น? Unselected Characters will be deleted. Continue? */ MSG_CONFIRM_SELECT_CHARACTERS = 0x4bb, -/*20061009 to 20180523 +/*20061009 to 20180605 9๊ฐ ์ด์ ์ ํํ์ค ์ ์์ต๋๋ค. You cannot select more than 8. */ MSG_ERROR_SELECT_CHARACTERS = 0x4bc, #endif #if PACKETVER >= 20061016 -/*20061016 to 20180523 +/*20061016 to 20180605 ์บ๋ฆญํฐ๋ช
์ '%s' (์ผ)๋ก ๋ณ๊ฒฝํ์๊ฒ ์ต๋๊น? Do you want to change your name to '%s'? */ MSG_CONFIRM_TO_CHANGE_NAME = 0x4bd, -/*20061016 to 20180523 +/*20061016 to 20180605 ์บ๋ฆญํฐ๋ช
์ด ์ฑ๊ณต์ ์ผ๋ก ๋ณ๊ฒฝ๋์์ต๋๋ค. Character Name has been changed successfully. */ MSG_CHANGE_NAME_SUCCESS = 0x4be, -/*20061016 to 20180523 +/*20061016 to 20180605 ์บ๋ฆญํฐ๋ช
๋ณ๊ฒฝ์ด ์คํจํ์์ต๋๋ค. You have failed to change this character's name. */ MSG_CHANGE_NAME_FAILURE = 0x4bf, -/*20061016 to 20180523 +/*20061016 to 20180605 ํ ๋ฒ์ ํ ์ข
๋ฅ์ ์์ดํ
๋ง ๊ตฌ๋งคํ ์ ์์ต๋๋ค. You can purchase only one kind of item at a time. */ @@ -6455,41 +6455,41 @@ You can purchase only one kind of item at a time. #if PACKETVER >= 20061017 /*20061017 to 20061017 ์บ๋ฆญํฐ๊ฐ ํ๋๋ ์ ํ๋์ง ์์์ต๋๋ค. ๋ฐ๋์ ํ๋ ์ด์์ ์บ๋ฆญํฐ๋ฅผ ์ ํํ์ฌ์ผ ํฉ๋๋ค. -20061023 to 20180523 +20061023 to 20180605 ์บ๋ฆญํฐ๊ฐ ํ๊ฐ๋ ์ ํ๋์ง ์์์ต๋๋ค. ๋ฐ๋์ ํ๊ฐ ์ด์์ ์บ๋ฆญํฐ๋ฅผ ์ ํํ์ฌ์ผ ํฉ๋๋ค. No characters were selected. You must select at least one character. */ MSG_NO_SELECT_CHARACTERS = 0x4c1, #endif #if PACKETVER >= 20061023 -/*20061023 to 20180523 +/*20061023 to 20180605 ์ด๋ฏธ ์บ๋ฆญํฐ๋ช
์ ๋ณ๊ฒฝํ ์ ์ด ์์ต๋๋ค. ๋ ์ด์ ๋ณ๊ฒฝ ํ ์ ์์ต๋๋ค. This character's name has already been changed. You cannot change a character's name more than once. */ MSG_ALREADY_CHANGED_NAME = 0x4c2, -/*20061023 to 20180523 +/*20061023 to 20180605 ์ฌ์ฉ์ ์ ๋ณด๊ฐ ์ ํํ์ง ์์ต๋๋ค. User Information is not correct. */ MSG_NOTREGISTED_USER = 0x4c3, -/*20061023 to 20180523 +/*20061023 to 20180605 ๋ค๋ฅธ ์ฌ์ฉ์๊ฐ ๊ฐ์ ์บ๋ฆญํฐ ๋ช
์ ๋จผ์ ์ฌ์ฉํ์์ต๋๋ค. ๋ค๋ฅธ ์บ๋ฆญํฐ๋ช
์ ์ฌ์ฉํ์ฌ ์ฃผ์ญ์์. Another user is using this character name, so please select another one. */ MSG_DUPLICATED_CHAR_NAME = 0x4c4, #endif #if PACKETVER >= 20061030 -/*20061030 to 20180523 +/*20061030 to 20180605 ํํฐ์ฅ ๊ถํ์ด ์์ด ํํฐ์์ ์ํํ์ง ๋ชปํ์ต๋๋ค. The party member was not summoned because you are not the party leader. */ MSG_CANNOT_PARTYCALL = 0x4c5, -/*20061030 to 20180523 +/*20061030 to 20180605 ํ์ฌ ๋งต์๋ ์ํ๋ ํํฐ์์ด ์กด์ฌํ์ง ์์ต๋๋ค. There is no party member to summon in the current map. */ MSG_NO_PARTYMEM_ON_THISMAP = 0x4c6, -/*20061030 to 20180523 +/*20061030 to 20180605 ์ด ์ง์ญ์์ ๋ณด์ค๋ชฌ์คํฐ์ ํ์ ์ ์ฐพ์ ์๊ฐ ์์ต๋๋ค. You cannot find any trace of a Boss Monster in this area. */ @@ -6498,12 +6498,12 @@ You cannot find any trace of a Boss Monster in this area. ๋ณด์ค ๋ชฌ์คํฐ '%s'์ ๋ฑ์ฅ ์์ ์๊ฐ %02d์:%02d๋ถ 20070129 to 20071205 ๋ณด์ค ๋ชฌ์คํฐ '%s'(์ด)๊ฐ %d์ %d๋ถ ํ์ ๋ฑ์ฅํฉ๋๋ค. -20071211 to 20180523 +20071211 to 20180605 ๋ณด์ค ๋ชฌ์คํฐ '%s'(์ด)๊ฐ %d์๊ฐ %d๋ถ ํ์ ๋ฑ์ฅํฉ๋๋ค. Boss Monster, '%s' will appear in %02d hour(s) and %02d minute(s). */ MSG_APPEARANCE_TIME_OF_BOSSMON = 0x4c8, -/*20061030 to 20180523 +/*20061030 to 20180605 ๋ณด์ค ๋ชฌ์คํฐ '%s'์ ์์น๊ฐ ๋ฏธ๋๋งต์ ํ์๋ฉ๋๋ค. The location of Boss Monster, '%s', will be displayed on your Mini-Map. */ @@ -6520,119 +6520,119 @@ The location of Boss Monster, '%s', will be displayed on your Mini-Map. '%s'๋ฅผ ๊ฐ๋ด ํ์๊ฒ ์ต๋๊น? ํ๋ฒ ๊ฐ๋ด๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ ์ธ์ ๋ค๋ฅธ ์ด๋์ ๋ถ๊ฐํ๋ฉฐ ์๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ๋ ๋ถ๊ฐํฉ๋๋ค. ํ์ ์์ดํ
์ ๊ฑฐ๋ ๋ฐ ์ด๋์ด ๊ฐ๋ฅ ํฉ๋๋ค. ๋์ผํ ์์ดํ
์ ์ค๋ณต ์ฌ์ฉํ๋๋ผ๋ ํจ๊ณผ๊ฐ ์ค์ฒฉ๋์ง ์์ต๋๋ค. 20101102 to 20110330 '%s'๋ฅผ ๊ฐ๋ด ํ์๊ฒ ์ต๋๊น? ^ff0000์์๋ฅผ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋ฐ ํ๋ถ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.^000000 ํ๋ฒ ๊ฐ๋ด ๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ ์ธ์ ๋ค๋ฅธ ์ด๋์ ๋ถ๊ฐํ๋ฉฐ ์๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ๋ ๋ถ๊ฐํฉ๋๋ค. ํ์ ์์ดํ
์ ๊ฑฐ๋ ๋ฐ ์ด๋์ด ๊ฐ๋ฅ ํฉ๋๋ค. ๋์ผํ ์์ดํ
์ ์ค๋ณต ์ฌ์ฉํ๋๋ผ๋ ํจ๊ณผ๊ฐ ์ค์ฒฉ๋์ง ์์ต๋๋ค. -20110405 to 20180523 +20110405 to 20180605 '%s'๋ฅผ ๊ฐ๋ด ํ์๊ฒ ์ต๋๊น? ^ff0000์์๋ฅผ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.^000000 ํ๋ฒ ๊ฐ๋ด ๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ ์ธ์ ๋ค๋ฅธ ์ด๋์ ๋ถ๊ฐํ๋ฉฐ ์๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ๋ ๋ถ๊ฐํฉ๋๋ค. ํ์ ์์ดํ
์ ๊ฑฐ๋ ๋ฐ ์ด๋์ด ๊ฐ๋ฅ ํฉ๋๋ค. ๋์ผํ ์์ดํ
์ ์ค๋ณต ์ฌ์ฉํ๋๋ผ๋ ํจ๊ณผ๊ฐ ์ค์ฒฉ๋์ง ์์ต๋๋ค. Do you want to open '%s'? Once opened, the contents cannot be moved to other locations aside from the Kafra Storage. The item effect isn't doubled, even if the same items are used more than once. */ MSG_CONFIRM_TO_OPEN_CASH_ITEM = 0x4ca, -/*20061106 to 20180523 +/*20061106 to 20180605 NPC๊ฐ ์กด์ฌํ์ง ์์ ๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. The Purchase has failed because the NPC does not exist. */ MSG_BUY_CASH_FAIL_NPC = 0x4cb, -/*20061106 to 20180523 +/*20061106 to 20180605 ๋ถ๋ถ ์ ๋ฃํ ์์คํ
์ด ์ ์ ์๋ํ์ง ์์ ๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. The Purchase has failed because the Kafra Shop System is not working correctly. */ MSG_BUY_CASH_FAIL_SYSTEM = 0x4cc, -/*20061106 to 20180523 +/*20061106 to 20180605 ๊ตํ์ค์๋ ์์ดํ
์ ๊ตฌ๋งค ํ ์ ์์ต๋๋ค. You cannot purchase items while you are in a trade. */ MSG_BUY_CASH_FAIL_EXCHANGE = 0x4cd, -/*20061106 to 20180523 +/*20061106 to 20180605 ์์ดํ
์ ๋ณด๊ฐ ์ ํํ์ง ์์ ๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. The Purchase has failed because the Item Information was incorrect. */ MSG_BUY_CASH_FAIL_ITEM_ID = 0x4ce, #endif #if PACKETVER >= 20061204 -/*20061204 to 20180523 +/*20061204 to 20180605 STR์ด ํฅ์๋์์ต๋๋ค. STR has increased. */ MSG_ENST_STR = 0x4cf, -/*20061204 to 20180523 +/*20061204 to 20180605 STR์ด ์๋๋๋ก ๋์์์ต๋๋ค. STR has returned to normal. */ MSG_DSST_STR = 0x4d0, -/*20061204 to 20180523 +/*20061204 to 20180605 AGI์ด ํฅ์๋์์ต๋๋ค. AGI has increased. */ MSG_ENST_AGI = 0x4d1, -/*20061204 to 20180523 +/*20061204 to 20180605 AGI์ด ์๋๋๋ก ๋์์์ต๋๋ค. AGI has returned to normal. */ MSG_DSST_AGI = 0x4d2, -/*20061204 to 20180523 +/*20061204 to 20180605 VIT์ด ํฅ์๋์์ต๋๋ค. VIT has increased. */ MSG_ENST_VIT = 0x4d3, -/*20061204 to 20180523 +/*20061204 to 20180605 VIT์ด ์๋๋๋ก ๋์์์ต๋๋ค. VIT has returned to normal. */ MSG_DSST_VIT = 0x4d4, -/*20061204 to 20180523 +/*20061204 to 20180605 INT์ด ํฅ์๋์์ต๋๋ค. INT has increased. */ MSG_ENST_INT = 0x4d5, -/*20061204 to 20180523 +/*20061204 to 20180605 INT์ด ์๋๋๋ก ๋์์์ต๋๋ค. INT has returned to normal. */ MSG_DSST_INT = 0x4d6, -/*20061204 to 20180523 +/*20061204 to 20180605 DEX์ด ํฅ์๋์์ต๋๋ค. DEX has increased. */ MSG_ENST_DEX = 0x4d7, -/*20061204 to 20180523 +/*20061204 to 20180605 DEX์ด ์๋๋๋ก ๋์์์ต๋๋ค. DEX has returned to normal. */ MSG_DSST_DEX = 0x4d8, -/*20061204 to 20180523 +/*20061204 to 20180605 LUK์ด ํฅ์๋์์ต๋๋ค. LUK has increased. */ MSG_ENST_LUK = 0x4d9, -/*20061204 to 20180523 +/*20061204 to 20180605 LUK์ด ์๋๋๋ก ๋์์์ต๋๋ค. LUK has returned to normal. */ MSG_DSST_LUK = 0x4da, -/*20061204 to 20180523 +/*20061204 to 20180605 ํํผ์จ์ด ํฅ์๋์์ต๋๋ค. Flee Rate (Flee) has increased. */ MSG_ENST_AVOIDANCE = 0x4db, -/*20061204 to 20180523 +/*20061204 to 20180605 ํํผ์จ์ด ์๋๋๋ก ๋์์์ต๋๋ค. Flee Rate has returned to normal. */ MSG_DSST_AVOIDANCE = 0x4dc, -/*20061204 to 20180523 +/*20061204 to 20180605 ๋ช
์ค๋ฅ ์ด ํฅ์๋์์ต๋๋ค. Accuracy Rate (Hit) has increased. */ MSG_ENST_HIT = 0x4dd, -/*20061204 to 20180523 +/*20061204 to 20180605 ๋ช
์ค๋ฅ ์ด ์๋๋๋ก ๋์์์ต๋๋ค. Accuracy Rate has returned to normal. */ MSG_DSST_HIT = 0x4de, -/*20061204 to 20180523 +/*20061204 to 20180605 ํฌ๋ฆฌํฐ์ปฌ ํ๋ฅ ์ด ํฅ์๋์์ต๋๋ค. Critical Attack (Critical) has increased. */ MSG_ENST_CRITICALSUCCESSVALUE = 0x4df, -/*20061204 to 20180523 +/*20061204 to 20180605 ํฌ๋ฆฌํฐ์ปฌ ํ๋ฅ ์ด ์๋๋๋ก ๋์์์ต๋๋ค. Critical Attack has returned to normal. */ @@ -6641,22 +6641,22 @@ Critical Attack has returned to normal. ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 1.5๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. 20111025 to 20111101 30๋ถ๊ฐ ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 75%% ์ฆ๊ฐํฉ๋๋ค. -20111102 to 20180523 +20111102 to 20180605 30๋ถ๊ฐ ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 50%% ์ฆ๊ฐํฉ๋๋ค. You will receive 1.5 times more EXP from hunting monsters for the next 30 minutes. */ MSG_PLUSEXP = 0x4e1, -/*20061204 to 20180523 +/*20061204 to 20180605 30๋ถ๋ด ์ฌ๋ง์ 1ํ์ ํํด ๊ฒฝํ์น ๊ฐ์๊ฐ ์ผ์ด๋์ง ์์ต๋๋ค. This character will not receive any EXP penalty if killed within the next 30 minutes. */ MSG_DDEATHPENALTY = 0x4e2, -/*20061204 to 20180523 +/*20061204 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด 30๋ถ๊ฐ 2๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. Regular item drops from monsters will be doubled for the next 30 minutes. */ MSG_RECEIVEITEM = 0x4e3, -/*20061204 to 20180523 +/*20061204 to 20180605 10๋ถ๊ฐ ๋งต ๋ด์ ์ถํ ๊ฐ๋ฅํ ๋ณด์ค ๋ชฌ์คํฐ์ ๋ํ ์ ๋ณด๋ฅผ ์๋ดํด ๋๋ฆฝ๋๋ค. Boss Monster Map Information for the next 10 minutes. */ @@ -6677,7 +6677,7 @@ Boss Monster Map Information for the next 10 minutes. ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋ฐ ํ๋ถ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. 20110405 to 20120618 ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ 7์ผ ์ด๋ด์๋ ์ฒญ์ฝ ์ฒ ํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. ๋ค๋ง, 7์ผ์ด ์ง๋ฌ๊ฑฐ๋ ์์ดํ
์ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. -20120626 to 20180523 +20120626 to 20180605 ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ 7์ผ ์ด๋ด์๋ ์ฒญ์ฝ ์ฒ ํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. ๋ค๋ง, 7์ผ์ด ์ง๋ฌ๊ฑฐ๋ ์์ดํ
์ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.๋ํ ๊ตฌ๋งค์ ์ฌ์ฉ๋ ๋ฌด๋ฃ์บ์๋ ์ฒญ์ฝ์ฒ ํ์ ๋ฐํ๋์ง ์์ต๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. Do you really want to purchase this item? %d points will be deducted from your total Kafra Credit Points. */ @@ -6688,21 +6688,21 @@ Do you really want to purchase this item? %d points will be deducted from your t '%s'์์ดํ
์ ์ฌ์ฉ์๊ฐ์ด %d๋ถ ๋จ์์ต๋๋ค. 20061218 to 20070423 ํฌ์ธํธ๊ฐ ๋ถ์กฑํฉ๋๋ค. -20070423 to 20180523 +20070423 to 20180605 ์บ์๊ฐ ๋ถ์กฑํฉ๋๋ค. You do not have enough Kafra Credit Points. */ MSG_BUY_CASH_FAIL_MONEY = 0x4e6, /*20061211 to 20061211 1๋ถ ํ, '%s'์์ดํ
์ด ์ธ๋ฒคํ ๋ฆฌ์์ ์ญ์ ๋ฉ๋๋ค. -20061218 to 20180523 +20061218 to 20180605 ^ff0000ํ๊ธฐ์ผ์: %s^000000 ^ff0000Expiration Date: %s^000000 */ MSG_NOTICE_TO_DELETE_TIME = 0x4e7, /*20061211 to 20061211 '%s'์์ดํ
์ด ์ธ๋ฒคํ ๋ฆฌ์์ ์ญ์ ๋์์ต๋๋ค. -20061218 to 20180523 +20061218 to 20180605 '%s'์์ดํ
์ ์ฌ์ฉ์๊ฐ์ด %d๋ถ ๋จ์์ต๋๋ค. The '%s' item will disappear in %d minutes. 20070102 to 20070312 @@ -6711,23 +6711,23 @@ Do you really want to purchase this item? %d points will be deducted from your t MSG_NOTICE_TO_REMAIN_ITEMUSINGTIME = 0x4e8, #endif #if PACKETVER >= 20061218 -/*20061218 to 20180523 +/*20061218 to 20180605 1๋ถ ํ, '%s'์์ดํ
์ด ์ธ๋ฒคํ ๋ฆฌ์์ ์ญ์ ๋ฉ๋๋ค. '%s' item will be deleted from the Inventory in 1 minute. */ MSG_LAST_NOTICE_TO_REMAIN_ITEMUSINGTIME = 0x4e9, -/*20061218 to 20180523 +/*20061218 to 20180605 '%s'์์ดํ
์ด ์ธ๋ฒคํ ๋ฆฌ์์ ์ญ์ ๋์์ต๋๋ค. '%s' item has been deleted from the Inventory. */ MSG_NOTICE_TO_DELETE_ITEM = 0x4ea, #endif #if PACKETVER >= 20070102 -/*20070102 to 20180523 +/*20070102 to 20180605 Input Number */ MSG_INPUT_NUMBER = 0x4eb, -/*20070102 to 20180523 +/*20070102 to 20180605 %m์ %d์ผ %H์ %M๋ถ %m/%d %H:%M */ @@ -6736,58 +6736,58 @@ Input Number #if PACKETVER >= 20070129 /*20070129 to 20071120 ๋ณด์ค ๋ชฌ์คํฐ '%s'(์ด)๊ฐ 1๋ถ ์ด๋ด์ ๋ฑ์ฅํฉ๋๋ค. -20071127 to 20180523 +20071127 to 20180605 ๋ณด์ค ๋ชฌ์คํฐ '%s'(์ด)๊ฐ ์ ์ ํ์ ๋ฑ์ฅํฉ๋๋ค. Boss Monster '%s' will appear within 1 minute. */ MSG_APPEARANCE_TIME_OF_BOSSMON2 = 0x4ed, -/*20070129 to 20180523 +/*20070129 to 20180605 ์ฉ๋ณ ์คํฌ๋ชฉ๋ก Mercenary Soldier Skill List */ MSG_MER_SKILLLIST = 0x4ee, -/*20070129 to 20180523 +/*20070129 to 20180605 ๋ธ๋์ ฌ์คํค 1๊ฐ์ ๋ฐฑ๋ง์ ๋๋ฅผ ์๋ชจํ๋ ๋ง๋ฒ์ ์คํ์ ๋์ํฉ๋๊น? Do you agree to cast the magic spell that consumes 1 Black Gemstone and 1,000,000 Zeny? */ MSG_DA_EXP_ACCEPT = 0x4ef, #endif #if PACKETVER >= 20070220 -/*20070220 to 20180523 +/*20070220 to 20180605 [POINT] ์ฝ๋ ํฐ๋ญํน ํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [Point] You have gained %d Collector Rank Points; you now have a total of %d Collector Rank Points. */ MSG_COLLECTOR_POINT = 0x4f0, -/*20070220 to 20180523 +/*20070220 to 20180605 [์ฝ๋ ํฐ๋ญํน] Target Item : %s [Collector Rank] Target Item: %s */ MSG_COLLECTOR_MISSION = 0x4f1, #endif #if PACKETVER >= 20070227 -/*20070227 to 20180523 +/*20070227 to 20180605 ์ฉ๋ณ ์ฌ์ฉ์๊ฐ์ด ๋ง๋ฃ๋์์ต๋๋ค. The mercenary contract has expired. */ MSG_MER_FINISH = 0x4f2, -/*20070227 to 20180523 +/*20070227 to 20180605 ์ฉ๋ณ์ด ์ฌ๋งํ์์ต๋๋ค. The mercenary has died. */ MSG_MER_DIE = 0x4f3, -/*20070227 to 20180523 +/*20070227 to 20180605 ์ฉ๋ณ์ด ํด๊ณ ๋์์ต๋๋ค. You have released the mercenary. */ MSG_MER_RETIRE = 0x4f4, -/*20070227 to 20180523 +/*20070227 to 20180605 ์ฉ๋ณ์ด ๋๋ง๊ฐ์ต๋๋ค. The mercenary has run away. */ MSG_MER_RUNAWAY = 0x4f5, #endif #if PACKETVER >= 20070319 -/*20070319 to 20180523 +/*20070319 to 20180605 '%s'์์ดํ
์ ์ฌ์ฉ์๊ฐ์ด %d์ด ๋จ์์ต๋๋ค. The '%s' item will disappear in %d seconds. */ @@ -6796,226 +6796,226 @@ The mercenary has run away. #if PACKETVER >= 20070326 /*20070326 to 20070821 PC๋ฐฉ ์ด๋ฒคํธ : ๊ฒฝํ์น ์ฆ๊ฐ %d%%, ์ฃฝ์๋ ๊ฒฝํ์น %d%%, ๋๋กญ์จ ์ฆ๊ฐ %d%% -20070828 to 20180523 +20070828 to 20180605 PC๋ฐฉ ํ๋ฆฌ๋ฏธ์ ์๋น์ค : ๊ฒฝํ์น %d%% ์ฆ๊ฐ, ์ฌ๋ง ํ๋ํฐ %d%% ๊ฐ์, ๋๋กญ์จ %d%% ์ฆ๊ฐ IP Bonus: EXP/JEXP %d%%, Death Penalty %d%%, Item Drop %d%% */ MSG_PCBANG_EVENT = 0x4f7, #endif #if PACKETVER >= 20070402 -/*20070402 to 20180523 +/*20070402 to 20180605 24์๊ฐ ์ดํ์ ์๋ํ์ธ์ Symbols in Character Names are forbidden. */ MSG_LIMIT_CHAR_DELETE = 0x4f8, #endif #if PACKETVER >= 20070416 -/*20070416 to 20180523 +/*20070416 to 20180605 ์ฉ๋ณ์ด ์ฌ์ฉ์ ์ธ๊ณต์ง๋ฅ์ผ๋ก ๋์ํฉ๋๋ค. Mercenary will follow custom AI. */ MSG_MER_USERAI_ON = 0x4f9, -/*20070416 to 20180523 +/*20070416 to 20180605 ์ฉ๋ณ์ด ๊ธฐ๋ณธ ์ธ๊ณต์ง๋ฅ์ผ๋ก ๋์ํฉ๋๋ค. Mercenary will follow basic AI. */ MSG_MER_USERAI_OFF = 0x4fa, #endif #if PACKETVER >= 20070611 -/*20070611 to 20180523 +/*20070611 to 20180605 %s๋์ %s's */ MSG_CHARACTER_NAME = 0x4fb, /*20070611 to 20070801 %s๋์ด %s๋ฅผ ํ๋ํ์
จ์ต๋๋ค. -20070807 to 20180523 +20070807 to 20180605 %s๋์ด %s ์์ดํ
์ ํ๋ํ์
จ์ต๋๋ค. %s has acquired %s. */ MSG_ITEM_PICKUP_PARTY = 0x4fc, -/*20070611 to 20180523 +/*20070611 to 20180605 ๊ณต๊ฐ ์ฑํ
๋ฉ์์ง ํ์ Public Chat Display */ MSG_VIEW_CHAT_MSG = 0x4fd, -/*20070611 to 20180523 +/*20070611 to 20180605 ๊ท์๋ง ์ฑํ
๋ฉ์์ง ํ์ Whisper Display */ MSG_VIEW_WHISPER_MSG = 0x4fe, -/*20070611 to 20180523 +/*20070611 to 20180605 ํํฐ ์ฑํ
๋ฉ์์ง ํ์ Party Chat Display */ MSG_VIEW_PARTY_MSG = 0x4ff, -/*20070611 to 20180523 +/*20070611 to 20180605 ๊ธธ๋ ์ฑํ
๋ฉ์์ง ํ์ Guild Chat Display */ MSG_VIEW_GUILD_MSG = 0x500, -/*20070611 to 20180523 +/*20070611 to 20180605 ์์ดํ
ํ๋/๋๋กญ ๋ฉ์์ง ํ์ Item Get/Drop Message Display */ MSG_VIEW_GET_ITEM_MSG = 0x501, -/*20070611 to 20180523 +/*20070611 to 20180605 ์ฅ๋น ์ฅ์ฐฉ/ํด์ ๋ฉ์์ง ํ์ Equipment On/Off Message Display */ MSG_VIEW_EQUIP_MSG = 0x502, -/*20070611 to 20180523 +/*20070611 to 20180605 ์ํ์ด์ ๋ฉ์์ง ํ์ Abnormal Status Message Display */ MSG_VIEW_CHANGE_STATUS_MSG = 0x503, -/*20070611 to 20180523 +/*20070611 to 20180605 ํํฐ์์ ์ฃผ์ ์์ดํ
ํ๋ ๋ฉ์์ง ํ์ Party Member's Obtained Item Message Display */ MSG_VIEW_GET_ITEM_PARTY_MSG = 0x504, -/*20070611 to 20180523 +/*20070611 to 20180605 ํํฐ์์ ์ํ์ด์ ๋ฉ์์ง ํ์ Party Member's Abnormal Status Message Display */ MSG_VIEW_CHANGE_STATUS_PARTY_MSG = 0x505, -/*20070611 to 20180523 +/*20070611 to 20180605 ์คํฌ ์ฌ์ฉ ์คํจ ๋ฉ์์ง ํ์ Skill Failure Message Display */ MSG_VIEW_FAIL_SKILL_MSG = 0x506, -/*20070611 to 20180523 +/*20070611 to 20180605 ํํฐ ์ค์ ๋ฉ์์ง ํ์ Party Configuration Message Display */ MSG_VIEW_PARTY_SETUP_MSG = 0x507, -/*20070611 to 20180523 +/*20070611 to 20180605 ์ฅ๋น ์์ ๋ฉ์์ง ํ์ Damaged Equipment Message Display */ MSG_VIEW_DAMAGED_EQUIP_MSG = 0x508, -/*20070611 to 20180523 +/*20070611 to 20180605 ๋ฐฐํ ๋ฉ์์ง ์ฐฝ ํ์ ์ ๋ณด Battle Message Window Display */ MSG_BATTLE_CHAT_WND_OPTION = 0x509, -/*20070611 to 20180523 +/*20070611 to 20180605 [%s]์ ์์ง ํ์ฝ์ธ : %d ํ์ฝ์ธ [%s]'s Han Coin: %d Han Coin */ MSG_POINT_SHOP_NHN = 0x50a, #endif #if PACKETVER >= 20070618 -/*20070618 to 20180523 +/*20070618 to 20180605 ์ผ๋ฐ ๋ฉ์์ง Public Log */ MSG_ST_CHAT = 0x50b, -/*20070618 to 20180523 +/*20070618 to 20180605 ๋ฐฐํ ๋ฉ์์ง Battle Log */ MSG_BT_CHAT = 0x50c, -/*20070618 to 20180523 +/*20070618 to 20180605 ํด๋ํฐ ์ธ์ฆ. Mobile Authentication */ MSG_PHONE_CONFIRM = 0x50d, -/*20070618 to 20180523 +/*20070618 to 20180605 ์ฝ๊ธฐ Read */ MSG_BOOK_READ = 0x50e, -/*20070618 to 20180523 +/*20070618 to 20180605 ์๋๋ญ๋
Auto Read */ MSG_BOOK_AUTOREAD = 0x50f, -/*20070618 to 20180523 +/*20070618 to 20180605 ์ฑ
๊ฐํผ Bookmark */ MSG_BOOK_KEEP = 0x510, -/*20070618 to 20180523 +/*20070618 to 20180605 ์ด์ ํ์ด์ง Previous */ MSG_BOOK_PREV = 0x511, -/*20070618 to 20180523 +/*20070618 to 20180605 ๋ค์ํ์ด์ง Next */ MSG_BOOK_NEXT = 0x512, -/*20070618 to 20180523 +/*20070618 to 20180605 ๋ซ๊ธฐ Close */ MSG_BOOK_CLOSE = 0x513, #endif #if PACKETVER >= 20070622 -/*20070622 to 20180523 +/*20070622 to 20180605 %s ์ฅ๋น๊ฐ ์์๋์์ต๋๋ค. %s's Equipment has been damaged. */ MSG_DAMAGED_EQUIP = 0x514, -/*20070622 to 20180523 +/*20070622 to 20180605 %s๋์ %s ์์๋์์ต๋๋ค. %s's %s was damaged. */ MSG_DAMAGED_EQUIP_PARTY = 0x515, -/*20070622 to 20180523 +/*20070622 to 20180605 ๋ฌด๊ธฐ๊ฐ Weapon */ MSG_DAMAGED_WEAPON = 0x516, -/*20070622 to 20180523 +/*20070622 to 20180605 ๊ฐ์ท์ด Armor */ MSG_DAMAGED_BODY = 0x517, -/*20070622 to 20180523 +/*20070622 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ํํฐ๊ฐ์
๋ถ๋ฅ Insufficient Skill Level for joining a Party */ MSG_NOT_ENOUGH_SKILLLEVE5_2 = 0x518, #endif #if PACKETVER >= 20070703 -/*20070703 to 20180523 +/*20070703 to 20180605 [%s]์ ๋ฌด๋ฃ ์บ์ : %d ์บ์ [%s]'s Free Cash: %d Cash */ MSG_POINT_SHOP2 = 0x519, -/*20070703 to 20180523 +/*20070703 to 20180605 ๋ฌด๋ฃ ์บ์ ์ฌ์ฉ : Use Free Cash: */ MSG_USE_FREE_POINT = 0x51a, -/*20070703 to 20180523 +/*20070703 to 20180605 ์บ์ Cash */ MSG_CASH = 0x51b, #endif #if PACKETVER >= 20070710 -/*20070710 to 20180523 +/*20070710 to 20180605 http://payment.ro.hangame.com/index.asp */ MSG_SETTLE_WEB_URL_HANGAME = 0x51c, /*20070710 to 20090603 ๊ทธ๋ผ๋นํฐ ํ์ ์ ๋ณด๋์๋ฅผ ํ์
์ผ ์ฌ์ฉํ ์์์ต๋๋ค. -20090610 to 20180523 +20090610 to 20180605 ๊ทธ๋ผ๋นํฐ ํ์ ์ ๋ณด๋์๋ฅผ ํ์
์ผ ์ฌ์ฉํ ์ ์์ต๋๋ค. You need to accept the Privacy Policy from Gravity in order to use the service. */ MSG_BAN_GRAVITY_MEM_AGREE = 0x51d, -/*20070710 to 20180523 +/*20070710 to 20180605 ์ด์ฉ์ฝ๊ด์ ๋์๋ฅผ ํ์
์ผ ๋ณธ ์๋น์ค๋ฅผ ์ด์ฉํ์ค ์ ์์ต๋๋ค. You need to accept the User Agreement in order to use the service. */ MSG_BAN_GAME_MEM_AGREE = 0x51e, /*20070710 to 20080514 ์กด์ฌํ์ง ์๋ ํ๊ฒ์ ID์ด๊ฑฐ๋ ์๋ชป๋ ID์
๋๋ค. -20080520 to 20180523 +20080520 to 20180605 ์
๋ ฅํ์ ์์ด๋์ ๋น๋ฐ๋ฒํธ๊ฐ ๋ฑ๋ก๋ ์ ๋ณด์ ์ผ์นํ์ง ์์ต๋๋ค. Incorrect or nonexistent ID. */ @@ -7034,43 +7034,43 @@ Incorrect or nonexistent ID. ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋ฐ ํ๋ถ ๋์์์ ์ ์ธ๋ฉ๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ ์ผ๋ฐ %d์บ์, ๋ฌด๋ฃ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. 20110405 to 20120618 ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ 7์ผ ์ด๋ด์๋ ์ฒญ์ฝ ์ฒ ํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. ๋ค๋ง, 7์ผ์ด ์ง๋ฌ๊ฑฐ๋ ์์ดํ
์ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ ์ผ๋ฐ %d์บ์, ๋ฌด๋ฃ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. -20120626 to 20180523 +20120626 to 20180605 ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ 7์ผ ์ด๋ด์๋ ์ฒญ์ฝ ์ฒ ํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. ๋ค๋ง, 7์ผ์ด ์ง๋ฌ๊ฑฐ๋ ์์ดํ
์ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.๋ํ ๊ตฌ๋งค์ ์ฌ์ฉ๋ ๋ฌด๋ฃ์บ์๋ ์ฒญ์ฝ์ฒ ํ์ ๋ฐํ๋์ง ์์ต๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ ์ผ๋ฐ %d์บ์, ๋ฌด๋ฃ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. Do you really want to purchase these items? You will spend %d Regular Cash Points and %d Free Cash Points. */ MSG_BUY_RECONFIRM2 = 0x520, #endif #if PACKETVER >= 20070718 -/*20070718 to 20180523 +/*20070718 to 20180605 %d์๊ฐ์ด ๊ฒฝ๊ณผํ์์ต๋๋ค. %d hour(s) has passed. */ MSG_NOTIFY_PLAYTIME1 = 0x521, -/*20070718 to 20180523 +/*20070718 to 20180605 %d์๊ฐ %d๋ถ์ด ๊ฒฝ๊ณผํ์์ต๋๋ค. %d hour(s) %d minute(s) has passed. */ MSG_NOTIFY_PLAYTIME2 = 0x522, -/*20070718 to 20180523 +/*20070718 to 20180605 ๊ฒ์์ ์ข
๋ฃํ์ธ์, ๊ฒฝํ์น ๋ฐ ๋ชจ๋ ๊ฒ 50%๋ก ์กฐ์ ๋ฉ๋๋ค Please stop playing the game, and take a break. Exp and other features will be reduced to 50%. */ MSG_WARNING_MSG1 = 0x523, -/*20070718 to 20180523 +/*20070718 to 20180605 ๋ถ๊ฑด์ ์๊ฐ๋์ ์ ์ด๋ค์์ต๋๋ค. ๊ฒ์์ ์ข
๋ฃํ์ธ์, ๊ฒฝํ์น ๋ฐ ๋ชจ๋ ๊ฒ 0%๋ก ์กฐ์ ๋ฉ๋๋ค Please stop playing the game since you'll need to rest. Exp and other features will be fixed to 0%. */ MSG_WARNING_MSG2 = 0x524, #endif #if PACKETVER >= 20070724 -/*20070724 to 20180523 +/*20070724 to 20180605 ํ์คํธ ๋ชฉ๋ก Quest List */ MSG_QUESTWIN = 0x525, #endif #if PACKETVER >= 20070807 -/*20070807 to 20180523 +/*20070807 to 20180605 RO SHOP RO Shop */ @@ -7079,21 +7079,21 @@ RO Shop #if PACKETVER >= 20070821 /*20070821 to 20070904 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ด ์์ฝ๋์์ต๋๋ค. -20070911 to 20180523 +20070911 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ์์์๋ ์ด์ ๋ก ์คํจ ํ์์ต๋๋ค. Memorial Dungeon, '%s' is booked. */ MSG_MDUNGEON_SUBSCRIPTION_ERROR_UNKNOWN = 0x527, /*20070821 to 20070904 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s' ์์ฝ์ด ์คํจํ์ต๋๋ค. -20070911 to 20180523 +20070911 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ์์ฝ์ค๋ณต์ผ๋ก ์คํจ ํ์์ต๋๋ค. Failed to book Memorial Dungeon, '%s'. */ MSG_MDUNGEON_SUBSCRIPTION_ERROR_DUPLICATE = 0x528, /*20070821 to 20070904 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s' ์ด๋ฏธ ์์ฝ์ค์
๋๋ค. -20070911 to 20180523 +20070911 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ๊ถํ๋ฌธ์ ๋ก ์คํจ ํ์์ต๋๋ค. Memorial Dungeon, '%s' is already booked. */ @@ -7101,7 +7101,7 @@ Memorial Dungeon, '%s' is already booked. /*20070821 to 20070904 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'๊ฐ ์์ฑ ๋์์ต๋๋ค 5๋ถ๋ด์ ์
์ฅํ์ธ์. -20070911 to 20180523 +20070911 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ์ค๋ณต์์ฑ์์ฒญ์ผ๋ก ์คํจํ์์ต๋๋ค. Memorial Dungeon, '%s' is created. Please enter in 5 minutes. @@ -7110,377 +7110,377 @@ Memorial Dungeon, '%s' is created. /*20070821 to 20070904 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s' ์์ฑ์ ์คํจํ์ต๋๋ค. ๋์ค์ ๋ค์ ์๋ํ์ธ์. -20070911 to 20180523 +20070911 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ทจ์๊ฐ ์คํจ ํ์์ต๋๋ค. Failed to create Memorial Dungeon, '%s'. Please try again. */ MSG_MDUNGEON_SUBSCRIPTION_CANCEL_FAIL = 0x52b, -/*20070821 to 20180523 +/*20070821 to 20180605 ์๋๋ฐฉ์ด ํํฐ ์ด๋ ๊ฑฐ๋ถ ์ํ์
๋๋ค. The character blocked the party invitation. */ MSG_JOINMSG_REFUSE = 0x52c, #endif #if PACKETVER >= 20070828 -/*20070828 to 20180523 +/*20070828 to 20180605 ๋ชจ๋ ํํฐ ์ด๋๋ฅผ ๊ฑฐ๋ถํฉ๋๋ค. Block all party invitations. */ MSG_INVITE_PARTY_REFUSE = 0x52d, -/*20070828 to 20180523 +/*20070828 to 20180605 ๋ชจ๋ ํํฐ ์ด๋๋ฅผ ์๋ฝํฉ๋๋ค. Allow all party invitations. */ MSG_INVITE_PARTY_ACCEPT = 0x52e, #endif #if PACKETVER >= 20070904 -/*20070904 to 20180523 +/*20070904 to 20180605 ์ฐฉ์ฉํ์๋ฉด ์ด ์์ดํ
์ ์๊ตฌ ๊ท์๋ฉ๋๋ค. ์ฐฉ์ฉํ์๊ฒ ์ต๋๊น? This item will be permanently bound to this character once it is equipped. Do you really want to equip this item? */ MSG_YOURITEM_EQUIP = 0x52f, -/*20070904 to 20180523 +/*20070904 to 20180605 %s ์์ดํ
์ด ๊ท์๋์์ต๋๋ค. %s is now permanently bound to this character. */ MSG_YOURITEM_EQUIPED = 0x530, -/*20070904 to 20180523 +/*20070904 to 20180605 ์บ์๊ฐ ๋ถ์กฑํฉ๋๋ค. ๋ฌด๋ฃ ์บ์ ํฌ์ธํธ๋ฅผ ์
๋ ฅํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. You do not have enough Kafra Credit Points. Please enter whether you have free credit points. */ MSG_BUY_TO_FREE_POINT = 0x531, -/*20070904 to 20180523 +/*20070904 to 20180605 ํํฐ ๊ฐ์
์์ฒญ Request to Join Party */ MSG_REQ_JOIN_PARTY3 = 0x532, #endif #if PACKETVER >= 20070912 -/*20070912 to 20180523 +/*20070912 to 20180605 ๊ณต์ฑ ์ ๋ณด ๋ฉ์์ง ํ์ Display WOE Info */ MSG_VIEW_SIEGE_INFO_MSG = 0x533, -/*20070912 to 20180523 +/*20070912 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ์ทจ์ ๋์์ต๋๋ค. Memorial Dungeon %s's reservation has been canceled. */ MSG_MDUNGEON_SUBSCRIPTION_CANCEL_SUCCESS = 0x534, -/*20070912 to 20180523 +/*20070912 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s' ์์ฑ์ ์คํจํ์์ต๋๋ค. ๋ค์ ์๋ ํ์ธ์. Failed to create Memorial Dungeon %s. Please try again. */ MSG_MDUNGEON_CREATE_FAIL = 0x535, -/*20070912 to 20180523 +/*20070912 to 20180605 ์ด ์ฅ์์์๋ ์ฌ์ฉํ ์ ์๋ ์คํฌ์
๋๋ค. This skill cannot be used within this area. */ MSG_IMPOSSIBLE_SKILL_AREA = 0x536, -/*20070912 to 20180523 +/*20070912 to 20180605 ์ด ์ฅ์์์๋ ์ฌ์ฉํ ์ ์๋ ์์ดํ
์
๋๋ค. This item cannot be used within this area. */ MSG_IMPOSSIBLE_USEITEM_AREA = 0x537, #endif #if PACKETVER >= 20070918 -/*20070918 to 20180523 +/*20070918 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ Memorial Dungeon */ MSG_MEMORIAL_DUN = 0x538, -/*20070918 to 20180523 +/*20070918 to 20180605 %s ๋๊ธฐ์ค %s in Standby */ MSG_MEMORIAL_DUN_WAITING = 0x539, -/*20070918 to 20180523 +/*20070918 to 20180605 %s ์
์ฅ ๊ฐ๋ฅ %s Available */ MSG_MEMORIAL_DUN_READY = 0x53a, /*20070918 to 20071120 %s ๋ด๋ถ -20071127 to 20180523 +20071127 to 20180605 %s ์งํ์ค %s in Progress */ MSG_MEMORIAL_DUN_IN = 0x53b, -/*20070918 to 20180523 +/*20070918 to 20180605 ์๊ฐ ์์ ์
์ฅํ์ง ์์ ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด ์ฌ๋ผ์ก์ต๋๋ค. No one entered the Memorial Dungeon within its duration; the dungeon has disappeared. */ MSG_MEMORIAL_DUN_OUT1 = 0x53c, -/*20070918 to 20180523 +/*20070918 to 20180605 ์ด์ฉํ์๋ ค๋ฉด ์ด์ฉ ์ ์ฒญ์ ์ฒ์๋ถํฐ ๋ค์ ํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Please apply for dungeon entry again to play in this dungeon. */ MSG_MEMORIAL_DUN_OUT2 = 0x53d, -/*20070918 to 20180523 +/*20070918 to 20180605 ๋๊ธฐ ์์ : ^ff0000%d^000000 Your Standby Priority: ^ff0000%d^000000 */ MSG_MEMORIAL_DUN_PRIORITY = 0x53e, -/*20070918 to 20180523 +/*20070918 to 20180605 ^ff0000%s^000000 ๋ด์ ์
์ฅํ์ง ์์ ๊ฒฝ์ฐ ์ ์ฒญํ์ ๋์ ์ด ์ญ์ ๋ฉ๋๋ค. The requested dungeon will be removed if you do not enter within ^ff0000%s^000000. */ MSG_MEMORIAL_DUN_NOTIFY = 0x53f, -/*20070918 to 20180523 +/*20070918 to 20180605 ๋์ ๋ฏธ์
์ ํ ์๊ฐ : Dungeon Mission Time Limit: */ MSG_MEMORIAL_DUN_NOTIFY2 = 0x540, -/*20070918 to 20180523 +/*20070918 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์์ฝ์ด ์ทจ์๋์์ต๋๋ค. The Memorial Dungeon reservation has been canceled. */ MSG_MEMORIAL_DUN_CANCEL = 0x541, -/*20070918 to 20180523 +/*20070918 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด ์ ์ง ์๊ฐ ์ ํ์ ์ํด ํ๊ดด๋์์ต๋๋ค. The Memorial Dungeon duration expired; it has been destroyed. */ MSG_MEMORIAL_DUN_LIVE_TIME_OUT = 0x542, -/*20070918 to 20180523 +/*20070918 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด ์
์ฅ ์๊ฐ ์ ํ์ ์ํด ํ๊ดด๋์์ต๋๋ค. The Memorial Dungeon's entry time limit expired; it has been destroyed. */ MSG_MEMORIAL_DUN_ENTER_TIME_OUT = 0x543, -/*20070918 to 20180523 +/*20070918 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด ์ญ์ ๋์์ต๋๋ค. The Memorial Dungeon has been removed. */ MSG_MEMORIAL_DUN_DESTROY_REQUEST = 0x544, -/*20070918 to 20180523 +/*20070918 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ ์์คํ
์ค๋ฅ๊ฐ ๋ฐ์ํ์์ต๋๋ค. ์ ์์ ์ธ ๊ฒ์ ์งํ์ ์ํด ์ฌ์ ์์ ํด์ฃผ์ญ์์ค. A system error has occurred in the Memorial Dungeon. Please relog in to the game to continue playing. */ MSG_MEMORIAL_DUN_ERROR = 0x545, -/*20070918 to 20180523 +/*20070918 to 20180605 ์ฌ์ฉํ ์ ์๋ ์ฌ๋กฏ์
๋๋ค. This slot is not usable. */ MSG_FR_INVALID_SLOT = 0x546, -/*20070918 to 20180523 +/*20070918 to 20180605 Base Level์ด 15๋ฅผ ๋์์ต๋๋ค. Your Base Level is over 15. */ MSG_FR_BASELVL = 0x547, -/*20070918 to 20180523 +/*20070918 to 20180605 Job Level์ด 15๋ฅผ ๋์์ต๋๋ค. Your Job Level is over 15. */ MSG_FR_INVALID_JOBLV = 0x548, -/*20070918 to 20180523 +/*20070918 to 20180605 ํด๋น์ฌ๋กฏ ์บ๋ฆญํฐ์ ์ง์
๊ตฐ์ ์์ธ์ด๋ฏ๋ก ๊ฒ์์ ํ ์ ์์ต๋๋ค. You cannot play the Merchant class character in this slot. */ MSG_FR_JOB = 0x549, -/*20070918 to 20180523 +/*20070918 to 20180605 ์ถํ ์ฌ์ฉ์์ Not Yet Implemented */ MSG_FR_MAP = 0x54a, -/*20070918 to 20180523 +/*20070918 to 20180605 ๋ง๋ค์ ์๋ ์ผ๋ฆญํฐ ์ฌ๋กฏ์ด ์๋๋๋ค. You are not eligible to open the Character Slot. */ MSG_FR_ERR_MKCHAR_INVALID_SLOT = 0x54b, -/*20070918 to 20180523 +/*20070918 to 20180605 ์ญ์ ํ ์ ์๋ ์ผ๋ฆญํฐ ์
๋๋ค. This character cannot be deleted. */ MSG_FR_ERR_DELCHAR_INVALID_SLOT = 0x54c, -/*20070918 to 20180523 +/*20070918 to 20180605 ์๋๋ฐฉ์ ์ฅ๋น์ฐฝ์ด ๊ณต๊ฐ๋์ด ์์ง ์์ต๋๋ค. This character's equipment information is not open to the public. */ MSG_OPEN_EQUIPEDITEM_REFUSED = 0x54d, -/*20070918 to 20180523 +/*20070918 to 20180605 ์ฅ๋น์ฐฝ์ ๊ณต๊ฐํ์ง ์์ต๋๋ค. Equipment information not open to the public. */ MSG_OPEN_EQUIPEDITEM_REFUSE = 0x54e, -/*20070918 to 20180523 +/*20070918 to 20180605 ์ฅ๋น์ฐฝ์ ๊ณต๊ฐํฉ๋๋ค. Equipment information open to the public. */ MSG_OPEN_EQUIPEDITEM_ACCEPT = 0x54f, -/*20070918 to 20180523 +/*20070918 to 20180605 (%s)๋ ์ฅ๋น์ฐฝ ๋ณด๊ธฐ Check %s's Equipment Info */ MSG_REQ_VIEW_OTHERUSER = 0x550, -/*20070918 to 20180523 +/*20070918 to 20180605 %s์ ์ฅ์ฐฉ์์ดํ
'%s's Equipment */ MSG_OTHERUSER_EQUIPED_ITEM = 0x551, -/*20070918 to 20180523 +/*20070918 to 20180605 ์ฅ๋น์ฐฝ ๊ณต๊ฐ Show Equip */ MSG_OPEN_EQUIPED_ITEM = 0x552, #endif #if PACKETVER >= 20071002 -/*20071002 to 20180523 +/*20071002 to 20180605 ํ๋ฆฌ๋ฏธ์ ์๋น์ค๋ฅผ ์ด์ฉํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. This service is only available for premium users. */ MSG_NEED_PREMIUM_SERVICE = 0x553, -/*20071002 to 20180523 +/*20071002 to 20180605 ๋ฌด๋ฃ ์ฌ์ฉ์๋ ์ต๋ 50000์ ๋๊น์ง ์์ ํ ์ ์์ต๋๋ค. Free Trial users can only hold up to 50,000 zeny. */ MSG_FR_INVALID_MONEY = 0x554, #endif #if PACKETVER >= 20071009 -/*20071009 to 20180523 +/*20071009 to 20180605 ์ ์ฅ์ฑํ
์ํ๊ฐ ๋์์ต๋๋ค. Battlefield Chat has been activated. */ MSG_BATTLECHAT_ON = 0x555, -/*20071009 to 20180523 +/*20071009 to 20180605 ์ ์ฅ์ฑํ
์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Battlefield Chat has been deactivated. */ MSG_BATTLECHAT_OFF = 0x556, #endif #if PACKETVER >= 20071017 -/*20071017 to 20180523 +/*20071017 to 20180605 ์ฉ๋ณ์ ๋ณด - ๋ชฌ์คํฐํ์
Mercenary Info - Monster Type */ MSG_MER_INFO_TYPE_MONSTER = 0x557, #endif #if PACKETVER >= 20071106 -/*20071106 to 20180523 +/*20071106 to 20180605 ์ ์ฒด ๋งต ๋ณด๊ธฐ World Map */ MSG_RO_MAP = 0x558, #endif #if PACKETVER >= 20071127 -/*20071127 to 20180523 +/*20071127 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ์ด CLOSE ์ํ์
๋๋ค. The Memorial Dungeon is now closed. */ MSG_MEMORIAL_DUN_CLOSE = 0x559, #endif #if PACKETVER >= 20071204 -/*20071204 to 20180523 +/*20071204 to 20180605 ^ff0000^ff0000์ฉ๋ณ์ ์ญ์ ํฉ๋๋ค.^000000^000000 ์ญ์ ํ์ค ๊ฒฝ์ฐ ์ง๊ธ๊น์ง ํค์ด ๋ด์ญ์ด ๋ชจ๋ ์ญ์ ๋ฉ๋๋ค. ๊ณ์ํ์๊ฒ ์ต๋๊น? ^ff0000Deleting a Mercenary Soldier^000000 will also delete his growth history. Do you really want to proceed with the deletion? */ MSG_DELETE_MER = 0x55a, #endif #if PACKETVER >= 20071211 -/*20071211 to 20180523 +/*20071211 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ์ด OPEN ์ํ์
๋๋ค. The Memorial Dungeon is now open. */ MSG_MEMORIAL_DUN_OPEN = 0x55b, #endif #if PACKETVER >= 20080108 -/*20080108 to 20180523 +/*20080108 to 20180605 ์์ ๊ณ์ ์ ์์ง ํต์ ์์ ํค์ ์ฐ๊ฒฐ๋์ง ์์์ต๋๋ค. ๋จผ์ ์์ ํค๋ฅผ ํด์ ํ์ ๋ค ๊ฒ์์ ์ ์ํด ์ฃผ์ญ์์ค. This account has not been confirmed by connecting to the safe communication key. Please connect to the key first, and then log into the game. */ MSG_PHONE_BLOCK = 0x55c, -/*20080108 to 20180523 +/*20080108 to 20180605 ํ ์์ดํผ๋ก ์ ์ ๊ฐ๋ฅํ ์ ์ ์๋ฅผ ์ด๊ณผํ์์ต๋๋ค. The number of accounts connected to this IP has exceeded the limit. */ MSG_BAN_PC_IP_LIMIT_ACCESS = 0x55d, #endif #if PACKETVER >= 20080219 -/*20080219 to 20180523 +/*20080219 to 20180605 ์๋ก์ด ํ์คํธ๋ฅผ ๋ฐ์์ต๋๋ค You have received a new quest. */ MSG_QUESTGET = 0x55e, #endif #if PACKETVER >= 20080401 -/*20080401 to 20180523 +/*20080401 to 20180605 ^777777์ต๋์กฐ๊ฑด : ^CC3399Requirement: */ MSG_FINDTEXT_TO_SKILLDES = 0x55f, -/*20080401 to 20180523 +/*20080401 to 20180605 ์คํฌ ์ค๋ช
๋ณด๊ธฐ View Skill Info */ MSG_VIEW_SKILL_DESCRIPT = 0x560, #endif #if PACKETVER >= 20080408 -/*20080408 to 20180523 +/*20080408 to 20180605 ์ฌ์ฉ๋ ์คํฌ ํฌ์ธํธ๋ ๋ค์ ๋๋๋ฆด ์ ์์ต๋๋ค. ์ ์ฉํ์๊ฒ ์ต๋๊น? Once used, skill points cannot be re-allocated. Would you like to use the skill points? */ MSG_APPLY_SKILL_UP = 0x561, -/*20080408 to 20180523 +/*20080408 to 20180605 ๋
ธ๋น์คยท1์ฐจ์ง์
1st */ MSG_1TABNAME_SKILLWND = 0x562, -/*20080408 to 20180523 +/*20080408 to 20180605 2์ฐจยท์ ์น์ง์
2nd */ MSG_2TABNAME_SKILLWND = 0x563, /*20080408 to 20080514 ๋ถ๋ฒํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ์๊ฑฐ๋ ํน์ ํดํน์ ์๋ํ ๊ณ์ ์
๋๋ค. ๋ธ๋ญ์๊ฐ : %s -20080520 to 20180523 +20080520 to 20180605 ๋ถ๋ฒํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ์๊ฑฐ๋ ํน์ ํดํน์ ์๋ํ ๊ณ์ ์
๋๋ค. ๋ธ๋ญ์ข
๋ฃ์๊ฐ : %s This account has been used for illegal program or hacking program. Block Time: %s 20081210 to 20081218 ๋ถ๋ฒํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ์๊ฑฐ๋ ํดํน์ ์๋ํ ๊ณ์ ์ด๊ฑฐ๋ ๊ทธ๋ผ๋นํฐ ์ด์ ์ ์ ์ฒญํ ํ๊ฒ์ ๊ณ์ ์
๋๋ค. ๋ธ๋ญ์ข
๋ฃ์๊ฐ : %s */ MSG_RE17 = 0x564, -/*20080408 to 20180523 +/*20080408 to 20180605 ๋ถ๋ฒํ๋ก๊ทธ๋จ์ด ์คํ, ๋ฐ์ด๋ฌ์ค ๊ฐ์ผ, ๋๋ ํดํนํด์ด ์ค์น๋์ด ์์ ๊ฐ๋ฅ์ฑ์ด ์์ต๋๋ค. ์ ์ ํด๋ผ์ด์ธํธ๋ฅผ ์คํํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. ํจ๊ป ๋ง๋๋ ๋ฐ์ ๋ผ๊ทธ๋๋กํฌ๊ฐ ๋ ์ ์๋๋ก ๋
ธ๋ ฅํ๊ณ ์์ต๋๋ค. The possibility of exposure to illegal program, PC virus infection or Hacking Tool has been detected. Please execute licensed client. Our team is trying to make a best environment for Ro players. */ MSG_RE18 = 0x565, #endif #if PACKETVER >= 20080415 -/*20080415 to 20180523 +/*20080415 to 20180605 ๋น์ ์ ์ง๊ธ ๊ฑด๊ฐํ ๊ฒ์ ์๊ฐ ๋์ ์์ต๋๋ค, ์ฆ๊ฑฐ์ด ๊ฒ์์ด ๋์๊ธธ ๋ฐ๋๋๋ค You are currently playing in the best game environment. Please enjoy the Ragnarok. */ MSG_WARNING_MSG3 = 0x566, /*20080415 to 20100720 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Job๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 1.5๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. -20100727 to 20180523 +20100727 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Job๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 1.25๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. Job Exp points from hunting monsters are increased by 50% for 30 minutes. */ MSG_PLUSONLYJOBEXP = 0x567, /*20080415 to 20091110 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 1.25๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. -20091117 to 20180523 +20091117 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 1.2๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. Exp points from hunting monsters are increased by 25% for 30 minutes. */ MSG_PLUSEXP14532 = 0x568, -/*20080415 to 20180523 +/*20080415 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 2๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. EXP points from hunting monsters are increased by 100%% for 30 minutes. */ MSG_PLUSEXP14533 = 0x569, -/*20080415 to 20180523 +/*20080415 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 60๋ถ๊ฐ 1.5๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. EXP points from hunting monsters are increased by 50% for 60 minutes. */ MSG_PLUSEXP12312 = 0x56a, #endif #if PACKETVER >= 20080520 -/*20080520 to 20180523 +/*20080520 to 20180605 ์ด ๋งต์์๋ ํํฐ๋ฅผ ๊ฒฐ์ฑํ ์ ์์ต๋๋ค. Unable to organize a party in this map. */ MSG_NOPARTY = 0x56b, -/*20080520 to 20180523 +/*20080520 to 20180605 (%s)๋์ ํํฐ์ ์ฐธ์ฌํ ์ ์๋ ๋งต์ ์์ต๋๋ค. (%s) are currently in restricted map to join a party. */ @@ -7489,228 +7489,228 @@ Unable to organize a party in this map. #if PACKETVER >= 20080528 /*20080528 to 20080603 ๊ฐํธ์์ดํ
์ต. -20080610 to 20180523 +20080610 to 20180605 ๊ฐํธ์์ดํ
์ต Simple Item Shop */ MSG_SIMPLE_CASH_SHOP = 0x56d, -/*20080528 to 20180523 +/*20080528 to 20180605 ์์ง ํ์ฝ์ธ : %d ํ์ฝ์ธ Han Coin: %d Han Coin */ MSG_SIMPLE_POINT_SHOP_NHN = 0x56e, -/*20080528 to 20180523 +/*20080528 to 20180605 ์์ง ์บ์ : %d ์บ์ RoK Point: %d RoK Point */ MSG_SIMPLE_POINT_SHOP = 0x56f, -/*20080528 to 20180523 +/*20080528 to 20180605 ๋ฌด๋ฃ ์บ์ : %d ์บ์ Free Cash: %d Cash */ MSG_SIMPLE_POINT_SHOP2 = 0x570, #endif #if PACKETVER >= 20080715 -/*20080715 to 20180523 +/*20080715 to 20180605 ๋ณธ์๋ฒ ์ ์ ๋ ํ๋ฆฌ์๋ฒ์ ์ ์ํ ์ ์์ต๋๋ค. An user of this server cannot connect to free server */ MSG_MAIN_USER_CANONT_LOGIN_FREE_SERVER = 0x571, -/*20080715 to 20180523 +/*20080715 to 20180605 ์ ํจ๊ธฐ๊ฐ์ด ์ง๋ ๋น๋ฐ๋ฒํธ ์
๋๋ค. ๋ค์ ๋ก๊ทธ์ธํ์ฌ์ฃผ์ญ์์ค. Your password has expired. Please log in again */ MSG_INVALID_ONETIMELIMIT = 0x572, #endif #if PACKETVER >= 20080903 -/*20080903 to 20180523 +/*20080903 to 20180605 3์ฐจ์ง์
3rd */ MSG_3TABNAME_SKILLWND = 0x573, #endif #if PACKETVER >= 20080917 -/*20080917 to 20180523 +/*20080917 to 20180605 ์ด ์คํฌ์ ์ฌ์ฉํ ์ ์๋ ๋์์
๋๋ค. This skill can't be used on that target. */ MSG_USESKILL_FAIL_TOTARGET = 0x574, -/*20080917 to 20180523 +/*20080917 to 20180605 ์์ค๋ผ ์์ ๊ฐ์๊ฐ ์ด๊ณผํ์ฌ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't use skill because you have exceeded the number Ancilla possession limit */ MSG_USESKILL_FAIL_ANCILLA_NUMOVER = 0x575, -/*20080917 to 20180523 +/*20080917 to 20180605 ์ฑ์๊ฐ ํ์ํฉ๋๋ค. Unable to use the skill to exceed the number of Ancilla. */ MSG_USESKILL_FAIL_HOLYWATER = 0x576, -/*20080917 to 20180523 +/*20080917 to 20180605 ์์ค๋ผ๊ฐ ํ์ํฉ๋๋ค. Holy water is required. */ MSG_USESKILL_FAIL_ANCILLA = 0x577, -/*20080917 to 20180523 +/*20080917 to 20180605 ์ผ์ ๊ฑฐ๋ฆฌ ๋ด์ ์ค๋ณต๋ ์ ์์ต๋๋ค. Ancilla is required. */ MSG_USESKILL_FAIL_DUPLICATE_RANGEIN = 0x578, -/*20080917 to 20180523 +/*20080917 to 20180605 ์ด ์คํฌ์ ์ฌ์ฉํ๊ธฐ ์ํด์๋ ๋ค๋ฅธ ์คํฌ์ด ํ์ํฉ๋๋ค. Cannot be duplicated within a certain distance. */ MSG_USESKILL_FAIL_NEED_OTHER_SKILL = 0x579, #endif #if PACKETVER >= 20080924 -/*20080924 to 20180523 +/*20080924 to 20180605 ์ด ๋งต์์๋ ์ฑํ
์ ํ ์ ์์ต๋๋ค. This skill requires other skills to be used. */ MSG_NO_CHATTING = 0x57a, #endif #if PACKETVER >= 20081001 -/*20081001 to 20180523 +/*20081001 to 20180605 3์๊ฐ์ด ์ง๋ฌ์ต๋๋ค. Chat is not allowed in this map */ MSG_VET_3HOUR = 0x57b, -/*20081001 to 20180523 +/*20081001 to 20180605 5์๊ฐ์ด ์ง๋ฌ์ต๋๋ค. 3 hours have passed. */ MSG_VET_5HOUR = 0x57c, #endif #if PACKETVER >= 20081008 -/*20081008 to 20180523 +/*20081008 to 20180605 ๊ฒ์๊ฐ๋ ์ด๊ธฐํ ์๋ฌ ๋๋ ๊ตฌ๋ฒ์ ์ ๊ฒ์๊ฐ๋ ํ์ผ์
๋๋ค. ๊ฒ์๊ฐ๋ ์
์
ํ์ผ์ ๋ค์ ์ค์นํ๊ณ ๊ฒ์์ ์คํํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค. 5 hours have passed. */ MSG_NPGAMEMON_ERROR_GAMEGUARD = 0x57d, -/*20081008 to 20180523 +/*20081008 to 20180605 ini ํ์ผ์ด ์๊ฑฐ๋ ๋ณ์กฐ๋์์ต๋๋ค. ๊ฒ์๊ฐ๋ ์
์
ํ์ผ์ ์ค์นํ๋ฉด ํด๊ฒฐ ํ ์ ์์ต๋๋ค. Game guard initialization error or previous version game guard file is installed. Please re-install the setup file and try again */ MSG_NPGMUP_ERROR_PARAM = 0x57e, -/*20081008 to 20180523 +/*20081008 to 20180605 ๊ฒ์๊ฐ๋์ ์ถฉ๋ ํ๋ก๊ทธ๋จ์ด ๋ฐ๊ฒฌ๋์์ต๋๋ค. Either ini file is missing or altered. Install game guard setup file to fix the problem */ MSG_NPGG_ERROR_COLLISION = 0x57f, #endif #if PACKETVER >= 20081112 -/*20081112 to 20180523 +/*20081112 to 20180605 ์๋ชป๋ ํด๋ผ์ด์ธํธ์
๋๋ค. ์ ์์ ์ธ ํด๋ผ์ด์ธํธ๋ฅผ ์คํํ์ฌ ์ฃผ์ญ์์. There is a program found that conflicts with game guard */ MSG_PROOF_ERROR = 0x580, #endif #if PACKETVER >= 20081203 -/*20081203 to 20180523 +/*20081203 to 20180605 ๋ชจ๋ฐ์ผ ์ธ์ฆ์ ๋ฐ์์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Incorrect client. Please run a normal client */ MSG_MOBILE_LOCKSERVER = 0x581, #endif #if PACKETVER >= 20081210 -/*20081210 to 20180523 +/*20081210 to 20180605 ๋ชจ๋ฐ์ผ ์ธ์ฆ์ ์คํจํ์์ต๋๋ค. Thank you to accept mobile authentication. */ MSG_FAILED_MOBILE_LOCKSERVER = 0x582, #endif #if PACKETVER >= 20081217 -/*20081217 to 20180523 +/*20081217 to 20180605 ์ด์คํฌ์ ํผ์์ ์ฌ์ฉํ ์ ์์ต๋๋ค. This skill can't be used alone */ MSG_USESKILL_FAIL_NEED_HELPER = 0x583, -/*20081217 to 20180523 +/*20081217 to 20180605 ์ด์คํฌ์ ํน์ ๋ฐฉํฅ์ผ๋ก๋ง ์ฌ์ฉํ ์ ์์ต๋๋ค. This skill can be used to certain direction only */ MSG_USESKILL_FAIL_INVALID_DIR = 0x584, -/*20081217 to 20180523 +/*20081217 to 20180605 ๋์ด์ ์ํํ ์ ์์ต๋๋ค. Cannot summon spheres anymore. */ MSG_USESKILL_FAIL_SUMMON = 0x585, /*20081217 to 20130710 ์ํ๋ ๊ตฌ์ฒด๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. -20130717 to 20180523 +20130717 to 20180605 ์ํ๋ ๊ตฌ์ฒด๊ฐ ์กด์ฌํ์ง ์๊ฑฐ๋ ๋ถ์กฑํฉ๋๋ค. There is no summoned sphere or you do not have enough sphere. */ MSG_USESKILL_FAIL_SUMMON_NONE = 0x586, -/*20081217 to 20180523 +/*20081217 to 20180605 ์ฌ์ฉ๊ฐ๋ฅํ ๋ชจ๋ฐฉ์คํฌ์ด ์กด์ฌํ์ง ์์ต๋๋ค. There is no imitation skills available. */ MSG_USESKILL_FAIL_IMITATION_SKILL_NONE = 0x587, -/*20081217 to 20180523 +/*20081217 to 20180605 ์ด ์คํฌ์ ์ค๋ณตํด์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't reuse this skill */ MSG_USESKILL_FAIL_DUPLICATE = 0x588, -/*20081217 to 20180523 +/*20081217 to 20180605 ์คํฌ์ ์ฌ์ฉํ ์ ์๋ ์ํ์
๋๋ค. Skill can't be used in this state */ MSG_USESKILL_FAIL_CONDITION = 0x589, -/*20081217 to 20180523 +/*20081217 to 20180605 ์์ดํ
๋ณ ์ต๋ ์์ง๋์ ์ด๊ณผํ์ฌ ๊ฐ์ง ์ ์์ต๋๋ค. You have exceeded the maximum amount of possession of another item. */ MSG_PICKUP_MAXCOUNT_LIMIT = 0x58a, #endif #if PACKETVER >= 20090204 -/*20090204 to 20180523 +/*20090204 to 20180605 ๊ด๋ฆฌ์ ๊ถํ์ด ์์ต๋๋ค. ํ๋ก๊ทธ๋จ ์ต์ด ์คํ์ ๊ด๋ฆฌ์ ๊ถํ์ผ๋ก ์คํํ์
์ผ ํฉ๋๋ค. No administrative privileges. Must first run the program with administrator privileges. */ MSG_NPK_ERROR_NOTADMIN = 0x58b, -/*20090204 to 20180523 +/*20090204 to 20180605 nProtect KeyCrypt ๋๋ผ์ด๋ฒ ๋ฒ์ ์ด ๋ง์ง ์์ต๋๋ค. ์์คํ
์ฌ ๋ถํ
ํ์ ์๋ก ์คํ ์์ผ ์ฃผ์ญ์์ค. nProtect KeyCrypt not the same. Please restart the program and the computer first. */ MSG_NPK_ERROR_DRIVERVERSION = 0x58c, -/*20090204 to 20180523 +/*20090204 to 20180605 WindowXP ํธํ์ฑ ๋ชจ๋๋ฅผ ์ฌ์ฉํ๊ณ ๊ณ์ญ๋๋ค. ํ์ฌ ํ๋ก๊ทธ๋จ์์ ํธํ์ฑ ๋ชจ๋๋ฅผ ์ ๊ฑฐํ์์ต๋๋ค. ํ๋ก๊ทธ๋จ์ ์๋ก ์์ํด ์ฃผ์ญ์์ค. Currently wearing WindowXP Compatibility Mode. The program now removes Compatibility Mode. Please restart the program. */ MSG_NPK_ERROR_VERIFYVERSION = 0x58d, -/*20090204 to 20180523 +/*20090204 to 20180605 PS/2 ํค๋ก๊ฑฐ๊ฐ ์กด์ฌํฉ๋๋ค. PS/2 keyloggers exist. */ MSG_DETECT_PS2KEYLOGGER = 0x58e, -/*20090204 to 20180523 +/*20090204 to 20180605 USB ํค๋ณด๋ ๋๋ผ์ด๋ฒ ํดํน ์๋๊ฐ ํ์ง๋์์ต๋๋ค. USB Keylogging attempt was detected. */ MSG_DETECT_USBKEYLOGGER = 0x58f, -/*20090204 to 20180523 +/*20090204 to 20180605 HHD ๋ชจ๋ํฐ๋ง ํด์ด ํ์ง๋์์ต๋๋ค. HHD monitoring tool has been detected. */ MSG_DETECT_HHDUSBH = 0x590, -/*20090204 to 20180523 +/*20090204 to 20180605 ํ์ธํธ๋ถ์ด ํ์ํฉ๋๋ค. Paintbrush is required. */ MSG_USESKILL_FAIL_PAINTBRUSH = 0x591, /*20090204 to 20090401 ๊ทธ๋ฆผ๋ฌผ๊ฐ์ด ํ์ํฉ๋๋ค. -20090406 to 20180523 +20090406 to 20180605 ์ํ์ด์คํ์ธํธ๊ฐ ํ์ํฉ๋๋ค. Paint is required. */ MSG_USESKILL_FAIL_II_SURFACE_PAINTS = 0x592, -/*20090204 to 20180523 +/*20090204 to 20180605 ์ง์ ํ ์์น์ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. Use the skills that are not at the specified location. */ MSG_USESKILL_FAIL_POS = 0x593, -/*20090204 to 20180523 +/*20090204 to 20180605 ๋์ฐ๋ฏธ์ SP๊ฐ ๋ถ์กฑํฉ๋๋ค. Not enough SP. */ @@ -7719,163 +7719,163 @@ Not enough SP. #if PACKETVER >= 20090211 /*20090211 to 20090218 ์์ฑ ๊ฐ๋ฅ ์บ๋ฆญํฐ ์๋ 9๊ฐ์
๋๋ค!!(์์) -20090225 to 20180523 +20090225 to 20180605 ์บ๋ฆญํฐ ์ ํ์ฐฝ์ ์บ๋ฆญํฐ๊ฐ %d๊ฐ๋ฅผ ์ด๊ณผํ๋ฉด ๊ฒ์์ ์ ์ํ ์ ์์ต๋๋ค. ๋ถํ์ํ ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํด์ฃผ์ญ์์ค. Character %d is character selection window cannot connect to the game that exceeds the total. Please remove unwanted characters. */ MSG_BAN_OVER_CHARACTER_LIST = 0x595, #endif #if PACKETVER >= 20090225 -/*20090225 to 20180523 +/*20090225 to 20180605 ๋ชฉ์บ๋๊ฐ ํ์ํฉ๋๋ค. Throat Lozenge is required. */ MSG_USESKILL_FAIL_II_NECK_CANDY = 0x596, -/*20090225 to 20180523 +/*20090225 to 20180605 ์ํ๊น์ด๋๋ฌผ์ด ํ์ํฉ๋๋ค. Painful Tears is required. */ MSG_USESKILL_FAIL_II_MISERABLE_TEAR = 0x597, -/*20090225 to 20180523 +/*20090225 to 20180605 ๋ชฉ ๋ณดํธ ์บ๋๊ฐ ํ์ํฉ๋๋ค. Throat Lozenge is required. */ MSG_USESKILL_FAIL_II_PROTECT_NECK_CANDY = 0x598, -/*20090225 to 20180523 +/*20090225 to 20180605 ์จํฐ ๋ธ๋กํน์ ์ฐ๊ณ๋ก๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Cooperation is only available with Weapon Blocking. */ MSG_USESKILL_FAIL_GC_WEAPONBLOCKING = 0x599, -/*20090225 to 20180523 +/*20090225 to 20180605 ๊ธธ๋กํดํฌ๋ก์ค์ ๋
์ ๋ฐ๋ฅธ ๋ฌด๊ธฐ๊ฐ ํ์ํฉ๋๋ค. Poisoned weapons is required. */ MSG_USESKILL_FAIL_GC_POISONINGWEAPON = 0x59a, #endif #if PACKETVER >= 20090304 -/*20090304 to 20180523 +/*20090304 to 20180605 ๋ง๋๊ธฐ์ด ํ์น์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Item can only be used when Mado Gear is mounted. */ MSG_USESKILL_FAIL_MADOGEAR = 0x59b, -/*20090304 to 20180523 +/*20090304 to 20180605 ๋ฐ์นธ๋ธ๋ฆฟ์ด ํ์ํฉ๋๋ค. Vulcan Bullet is required. */ MSG_USESKILL_FAIL_II_VULCANBULLET = 0x59c, -/*20090304 to 20180523 +/*20090304 to 20180605 ๋ง๋๊ธฐ์ด ์ฐ๋ฃ๊ฐ ํ์ํฉ๋๋ค. Mado Gear Fuel is required. */ MSG_USESKILL_FAIL_II_FUELGAS = 0x59d, -/*20090304 to 20180523 +/*20090304 to 20180605 ์ก์ฒด๋๊ฐํ์ด ํ์ํฉ๋๋ค. Liquid Cold Bullet is required. */ MSG_USESKILL_FAIL_II_COLDSLOWERBULLET = 0x59e, -/*20090304 to 20180523 +/*20090304 to 20180605 ์บ๋
ผ๋ณผ์ ์ฅ์ ํ์ธ์. Please load a Cannon Ball. */ MSG_USESKILL_FAIL_CANONBALL = 0x59f, -/*20090304 to 20180523 +/*20090304 to 20180605 ๋ฏธ๋๊ธฐ์ด ๊ฐ์์ฅ์น๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Mado Gear Accelerator. */ MSG_USESKILL_FAIL_II_MADOGEAR_ACCELERATION = 0x5a0, -/*20090304 to 20180523 +/*20090304 to 20180605 ํธ๋ฒ๋ง๋ถ์คํฐ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Hovering Booster. */ MSG_USESKILL_FAIL_II_MADOGEAR_HOVERING_BOOSTER = 0x5a1, -/*20090304 to 20180523 +/*20090304 to 20180605 [ํก์ ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Toxin] Poison effect was applied to the weapon. */ MSG_TOXIN = 0x5a2, -/*20090304 to 20180523 +/*20090304 to 20180605 [ํจ๋ด๋ผ์ด์ฆ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Paralysis] Poison effect was applied to the weapon. */ MSG_PARALYZE = 0x5a3, -/*20090304 to 20180523 +/*20090304 to 20180605 [๋ฒ ๋๋ธ๋ฆฌ๋] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Fatigue] Poison effect was applied to the weapon. */ MSG_VENOMBLEED = 0x5a4, -/*20090304 to 20180523 +/*20090304 to 20180605 [๋งค์ง ๋จธ์ฌ๋ฃธ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Laughing] Poison effect was applied to the weapon. */ MSG_MAGICMUSHROOM = 0x5a5, -/*20090304 to 20180523 +/*20090304 to 20180605 [๋ฐ์ค ํํธ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Disheart] Poison effect was applied to the weapon. */ MSG_DEATHHURT = 0x5a6, -/*20090304 to 20180523 +/*20090304 to 20180605 [ํ์ด๋ ์์] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Pyrexia] Poison effect was applied to the weapon. */ MSG_PHYREXIA = 0x5a7, -/*20090304 to 20180523 +/*20090304 to 20180605 [์ค๋ธ๋ฆฌ๋น์ธ ์ปค์ฆ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Oblivion] Poison effect was applied to the weapon. */ MSG_OBLIANCURSE = 0x5a8, -/*20090304 to 20180523 +/*20090304 to 20180605 [๋ฆฌ์น ์๋] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Leech] Poison effect was applied to the weapon. */ MSG_RICHEND = 0x5a9, #endif #if PACKETVER >= 20090311 -/*20090311 to 20180523 +/*20090311 to 20180605 ํธ๋ฒ๋ง์ํ์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Can only be used in Hovering state. */ MSG_USESKILL_FAIL_MADOGEAR_HOVERING = 0x5aa, -/*20090311 to 20180523 +/*20090311 to 20180605 ์ํญ์ฅ์น๋ฅผ ์ฅ์ฐฉํ์ธ์. Please equip a Self-Destruct Mechanism. */ MSG_USESKILL_FAIL_II_MADOGEAR_SELFDESTRUCTION_DEVICE = 0x5ab, -/*20090311 to 20180523 +/*20090311 to 20180605 ์
ฐ์ดํ์ฌํํฐ๋ฅผ ์ฅ์ฐฉํ์ธ์. Please equip a Shape Shift. */ MSG_USESKILL_FAIL_II_MADOGEAR_SHAPESHIFTER = 0x5ac, -/*20090311 to 20180523 +/*20090311 to 20180605 ๊ธธ๋กํด๋
์ด ํ์ํฉ๋๋ค. Guillotine Cross Poison is required. */ MSG_USESKILL_FAIL_GUILLONTINE_POISON = 0x5ad, -/*20090311 to 20180523 +/*20090311 to 20180605 ๋๊ฐ์ฅ์น๋ฅผ ์ฅ์ฐฉํ์ธ์. Please equipped with a Cooling System. */ MSG_USESKILL_FAIL_II_MADOGEAR_COOLING_DEVICE = 0x5ae, -/*20090311 to 20180523 +/*20090311 to 20180605 ์๊ธฐ์ฅํ๋์์ฑ๊ธฐ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Magnetic Field Generator. */ MSG_USESKILL_FAIL_II_MADOGEAR_MAGNETICFIELD_GENERATOR = 0x5af, -/*20090311 to 20180523 +/*20090311 to 20180605 ๋ฒ ๋ฆฌ์ด์์ฑ๊ธฐ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Barrier Generator. */ MSG_USESKILL_FAIL_II_MADOGEAR_BARRIER_GENERATOR = 0x5b0, -/*20090311 to 20180523 +/*20090311 to 20180605 ๊ดํ๋ฏธ์ฑ๋ฐ์๊ธฐ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Optical Camouflage Generator. */ MSG_USESKILL_FAIL_II_MADOGEAR_OPTICALCAMOUFLAGE_GENERATOR = 0x5b1, -/*20090311 to 20180523 +/*20090311 to 20180605 ๋ฆฌํ์ดํคํธ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Repair Kit. */ MSG_USESKILL_FAIL_II_MADOGEAR_REPAIRKIT = 0x5b2, -/*20090311 to 20180523 +/*20090311 to 20180605 ๋ชฝํค ์คํจ๋๊ฐ ํ์ํฉ๋๋ค. Monkey Wrench is required. */ @@ -7884,408 +7884,408 @@ Monkey Wrench is required. #if PACKETVER >= 20090312 /*20090312 to 20090312 '%s' ์์ ์๊ฐ๊น์ง ์ฝ %d ๋ถ ๋จ์์ต๋๋ค. -20090318 to 20180523 +20090318 to 20180605 [%s] ์คํฌ์ ์์ ํ ์ ์์ต๋๋ค. [%s] Cannot use the skills due to cooldown delay. */ MSG_SKILLINTERVAL2 = 0x5b4, #endif #if PACKETVER >= 20090318 -/*20090318 to 20180523 +/*20090318 to 20180605 %d๋ ๋ฒจ ์ด์์ ์ญ์ ๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Deletion is impossible for over level %d */ MSG_LEMIT_DELETE_LEVEL = 0x5b5, /*20090318 to 20110614 ๋ง๋๊ธฐ์ด ํ์น์์๋ ์ฌ์ฉํ ์ ์์ต๋๋ค. -20110620 to 20180523 +20110620 to 20180605 ๋ง๋๊ธฐ์ด ํ์น์์๋ ์ฌ์ฉ ํ ์ ์์ต๋๋ค. Can't be used while on Magic Gear. */ MSG_USESKILL_FAIL_MADOGEAR_RIDE = 0x5b6, #endif #if PACKETVER >= 20090325 -/*20090325 to 20180523 +/*20090325 to 20180605 ๋๋๊ณค ๋ด๋ฆฌ๊ธฐ Dismount Dragon */ MSG_DRAGONOFF = 0x5b7, -/*20090325 to 20180523 +/*20090325 to 20180605 ๋ง๋๊ธฐ์ด ๋ด๋ฆฌ๊ธฐ Dismount Magic Gear */ MSG_MADOOFF = 0x5b8, #endif #if PACKETVER >= 20090401 -/*20090401 to 20180523 +/*20090401 to 20180605 ์๋น I */ MSG_STORE_TABNAME_0 = 0x5b9, -/*20090401 to 20180523 +/*20090401 to 20180605 ์บ์ฌ Cash */ MSG_STORE_TABNAME_1 = 0x5ba, -/*20090401 to 20180523 +/*20090401 to 20180605 ๋ฐฉ์ด๊ตฌ Armors */ MSG_STORE_TABNAME_2 = 0x5bb, -/*20090401 to 20180523 +/*20090401 to 20180605 ๋ฌด๊ธฐ Weapons */ MSG_STORE_TABNAME_3 = 0x5bc, -/*20090401 to 20180523 +/*20090401 to 20180605 ํฌ์ฌ์ฒด Ammo */ MSG_STORE_TABNAME_4 = 0x5bd, -/*20090401 to 20180523 +/*20090401 to 20180605 ์นด๋ Card */ MSG_STORE_TABNAME_5 = 0x5be, -/*20090401 to 20180523 +/*20090401 to 20180605 ๊ธฐํ Other */ MSG_STORE_TABNAME_6 = 0x5bf, -/*20090401 to 20180523 +/*20090401 to 20180605 ํด๋ผ์ด์ธํธ ์๋ต์๊ฐ์ด ์ด๊ณผ๋์ด ์ฐ๊ฒฐ์ด ๋์ด์ง๋๋ค. Client response time has passed so connection is terminated */ MSG_ERROR_HS_TIMEOUT = 0x5c0, -/*20090401 to 20180523 +/*20090401 to 20180605 ํต์ด๋ ํ์ผ์ ๋ฒ์ ์ด ๋ง์ง ์์ต๋๋ค. ํด๋ผ์ด์ธํธ๋ฅผ ์ฌ์ค์น ํด์ฃผ์ญ์์ค. Incorrect version of hack shield file. Please reinstall the client */ MSG_ERROR_DIFF_CLIENT = 0x5c1, #endif #if PACKETVER >= 20090406 -/*20090406 to 20180523 +/*20090406 to 20180605 ๋ง๋ฒ์๊ฐ ํ์ํฉ๋๋ค. [Magic Book] is required. */ MSG_USESKILL_FAIL_SPELLBOOK = 0x5c2, -/*20090406 to 20180523 +/*20090406 to 20180605 ๋ง๋ฒ์๊ฐ ๋๋ฌด ์ด๋ ค์์ ์กธ์์ด ๋ชฐ๋ ค์จ๋ค. Feel sleepy since Magic Book is too difficult to understand. */ MSG_USESKILL_FAIL_SPELLBOOK_DIFFICULT_SLEEP = 0x5c3, -/*20090406 to 20180523 +/*20090406 to 20180605 ๋ณด์กดํฌ์ธํธ๊ฐ ๋ถ์กฑํฉ๋๋ค. Not enough saved point. */ MSG_USESKILL_FAIL_SPELLBOOK_PRESERVATION_POINT = 0x5c4, -/*20090406 to 20180523 +/*20090406 to 20180605 ๋์ด์ ๋ง๋ฒ์๋ฅผ ์ฝ์์ ์์ต๋๋ค. Can't read a Magic Book anymore. */ MSG_USESKILL_FAIL_SPELLBOOK_READING = 0x5c5, -/*20090406 to 20180523 +/*20090406 to 20180605 ํ์ด์คํ์ธํธ๊ฐ ํ์ํฉ๋๋ค. Face Paint is required. */ MSG_USESKILL_FAIL_II_FACE_PAINTS = 0x5c6, -/*20090406 to 20180523 +/*20090406 to 20180605 ๋ถ์ฅ์ฉ๋ถ์ด ํ์ํฉ๋๋ค. Brush is required. */ MSG_USESKILL_FAIL_II_MAKEUP_BRUSH = 0x5c7, #endif #if PACKETVER >= 20090408 -/*20090408 to 20180523 +/*20090408 to 20180605 ๋๊ธฐ ์๊ฐ์ด ์ด๊ณผํ์์ต๋๋ค. ๋ค์ ๋ก๊ทธ์ธ ํด์ฃผ์ญ์์ค. Waiting time has passed. Please log in again */ MSG_MOBILE_TIMEOVER = 0x5c8, -/*20090408 to 20180523 +/*20090408 to 20180605 ์ํ! ์ด๋ฏธ ๋์ผํ ๊ณ์ ์ด ๋ก๊ทธ์ธ ์ค์ ์์ต๋๋ค. ์ ์ ๋ชจ๋ฐ์ผ ์ธ์ฆ ์งํ์ ๋ฉ์ถ์๊ณ ๋น๋ฒ์ ์์ ํ ๋ค ์ฌ ๋ก๊ทธ์ธ ํด์ฃผ์ญ์์ค. Watch out! Same account is already logged in. Stop mobile verification and log in again after changing your password */ MSG_MOBILE_ANOTHER_LOGIN = 0x5c9, -/*20090408 to 20180523 +/*20090408 to 20180605 ์ํ! ํ์ฌ ๋์ผํ ๊ณ์ ์ด ๋ชจ๋ฐ์ผ ์ธ์ฆ ๋๊ธฐ ์ค์ ์์ต๋๋ค. ์ ์ ๋ชจ๋ฐ์ผ ์ธ์ฆ ์งํ์ ๋ฉ์ถ์๊ณ ๋น๋ฒ์ ์์ ํ ๋ค ์ฌ ๋ก๊ทธ์ธ ํด์ฃผ์ญ์์ค. Watch out! Same account is waiting for mobile verification. Stop mobile verification and log in again after changing your password */ MSG_MOBILE_WAITING_STATE = 0x5ca, #endif #if PACKETVER >= 20090506 -/*20090506 to 20180523 +/*20090506 to 20180605 ๊ฒ์ ์ต์
์ฐฝ Game setting window */ MSG_ESC_OPTIONWND = 0x5cb, -/*20090506 to 20180523 +/*20090506 to 20180605 ๊ทธ๋ํฝ ์ค์ Graphics Settings */ MSG_GRAPHIC_OPTIONWND = 0x5cc, -/*20090506 to 20180523 +/*20090506 to 20180605 ์ฌ์ด๋ ์ค์ Sound Settings */ MSG_SOUND_OPTIONWND = 0x5cd, #endif #if PACKETVER >= 20090514 -/*20090514 to 20180523 +/*20090514 to 20180605 ๋ณ๊ฒฝ ํ ๋จ์ถํค๋ฅผ ๋๋ฅด๊ฑฐ๋, 'ESC'ํค๋ฅผ ๋๋ฌ ์ญ์ ํด ์ฃผ์ธ์. Press a key to assign. Pressing 'ESC' will remove the assigned key. */ MSG_HOTKEYWND_NOTICE1 = 0x5ce, -/*20090514 to 20180523 +/*20090514 to 20180605 ๋จ์ผ ํค๋ก ์ง์ ํ ์ ์๋ ํค์
๋๋ค. Unable to specify a single key. */ MSG_HOTKEYWND_NOTICE2 = 0x5cf, -/*20090514 to 20180523 +/*20090514 to 20180605 ์ง์ ํ ์ ์๋ ํค์
๋๋ค. Unable to specify the key assigned. */ MSG_HOTKEYWND_NOTICE3 = 0x5d0, -/*20090514 to 20180523 +/*20090514 to 20180605 '%s'์ ์ฌ์ฉ๋ ๋จ์ถํค์ ์ค๋ณต๋ฉ๋๋ค. ๋ฐ๊พธ์๊ฒ ์ต๋๊น? Duplicated with ['%s']. Do you still want to change? */ MSG_HOTKEYWND_NOTICE4 = 0x5d1, -/*20090514 to 20180523 +/*20090514 to 20180605 ์ ์ฅ๋ ๋จ์ถํค ์กฐํฉ์ด ์ด๊ธฐํ ๋ฉ๋๋ค. ์ด๊ธฐํ ํ์๊ฒ ์ต๋๊น? Initialization is stored in the shortcut key settings. Do you want to initialized? */ MSG_HOTKEYWND_NOTICE5 = 0x5d2, -/*20090514 to 20180523 +/*20090514 to 20180605 ์คํฌ๋ฐ Skill Bar */ MSG_HOTKEYWND_TAB1 = 0x5d3, -/*20090514 to 20180523 +/*20090514 to 20180605 ์ธํฐํ์ด์ค Interface */ MSG_HOTKEYWND_TAB2 = 0x5d4, -/*20090514 to 20180523 +/*20090514 to 20180605 ์ด๋ชจ์
Macros */ MSG_HOTKEYWND_TAB3 = 0x5d5, -/*20090514 to 20180523 +/*20090514 to 20180605 ๋จ์ถํค ์ค์ ์ฐฝ Shortcut Settings */ MSG_HOTKEYWND_TITLE = 0x5d6, #endif #if PACKETVER >= 20090520 -/*20090520 to 20180523 +/*20090520 to 20180605 ๋ฐฐ๊ฒฝ์ BGM */ MSG_BGM = 0x5d7, -/*20090520 to 20180523 +/*20090520 to 20180605 ํจ๊ณผ์ Effect */ MSG_SOUND = 0x5d8, -/*20090520 to 20180523 +/*20090520 to 20180605 ์คํจ Skin */ MSG_SKIN = 0x5d9, -/*20090520 to 20180523 +/*20090520 to 20180605 ์ฑํ
๋ฐฉ ์
์ฅ์๋ง ์๋ฆฌ๋จ On Chat room entrance sound on */ MSG_TINGONLY_ON = 0x5da, -/*20090520 to 20180523 +/*20090520 to 20180605 ์ฑํ
๋ฐฉ ์
์ฅ์๋ง ์๋ฆฌ๋จ Off Chat room entrance sound off */ MSG_TINGONLY_OFF = 0x5db, -/*20090520 to 20180523 +/*20090520 to 20180605 /tingonly : ์ฑํ
๋ฐฉ ์
์ฅ์๋ง ๋ค์์์๊ฒ๋ฉ๋๋ค /tingonly: you can hear only sound like a chat room entry. */ MSG_EXPLAIN_TINGONLY = 0x5dc, -/*20090520 to 20180523 +/*20090520 to 20180605 /์ฃผ๋จน /rock */ MSG_EMOTION_ROCK = 0x5dd, -/*20090520 to 20180523 +/*20090520 to 20180605 /๊ฐ์ /scissors */ MSG_EMOTION_SCISSOR = 0x5de, -/*20090520 to 20180523 +/*20090520 to 20180605 /๋ณด /paper */ MSG_EMOTION_WRAP = 0x5df, -/*20090520 to 20180523 +/*20090520 to 20180605 /๋ฌ๋ธ /love */ MSG_EMOTION_LUV = 0x5e0, -/*20090520 to 20180523 +/*20090520 to 20180605 /mobile */ MSG_EMOTION_MOBILE = 0x5e1, -/*20090520 to 20180523 +/*20090520 to 20180605 /mail */ MSG_EMOTION_MAIL = 0x5e2, -/*20090520 to 20180523 +/*20090520 to 20180605 /antenna0 */ MSG_EMOTION_ANTENNA0 = 0x5e3, -/*20090520 to 20180523 +/*20090520 to 20180605 /antenna1 */ MSG_EMOTION_ANTENNA1 = 0x5e4, -/*20090520 to 20180523 +/*20090520 to 20180605 /antenna2 */ MSG_EMOTION_ANTENNA2 = 0x5e5, -/*20090520 to 20180523 +/*20090520 to 20180605 /antenna3 */ MSG_EMOTION_ANTENNA3 = 0x5e6, -/*20090520 to 20180523 +/*20090520 to 20180605 /hum */ MSG_EMOTION_HUM2 = 0x5e7, -/*20090520 to 20180523 +/*20090520 to 20180605 /abs */ MSG_EMOTION_ABS = 0x5e8, -/*20090520 to 20180523 +/*20090520 to 20180605 /oops */ MSG_EMOTION_OOPS = 0x5e9, -/*20090520 to 20180523 +/*20090520 to 20180605 /spit */ MSG_EMOTION_SPIT = 0x5ea, -/*20090520 to 20180523 +/*20090520 to 20180605 /ene */ MSG_EMOTION_ENE = 0x5eb, -/*20090520 to 20180523 +/*20090520 to 20180605 /panic */ MSG_EMOTION_PANIC = 0x5ec, -/*20090520 to 20180523 +/*20090520 to 20180605 /whisp */ MSG_EMOTION_WHISP = 0x5ed, #endif #if PACKETVER >= 20090527 -/*20090527 to 20180523 +/*20090527 to 20180605 ์ง์ ์ํจ Not Assigned */ MSG_HOTKEY_NOTHING = 0x5ee, #endif #if PACKETVER >= 20090603 -/*20090603 to 20180523 +/*20090603 to 20180605 ์นดํธ์ฅ์ฐฉ์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Only available when cart is mounted. */ MSG_USESKILL_FAIL_CART = 0x5ef, -/*20090603 to 20180523 +/*20090603 to 20180605 [๊ฐ์๋๋ฌด ์จ์]์ด ํ์ํฉ๋๋ค. [Thorny Seed] is required. */ MSG_USESKILL_FAIL_II_THORNS_SEED = 0x5f0, -/*20090603 to 20180523 +/*20090603 to 20180605 [ํกํ ์๋ฌผ ์จ์]์ด ํ์ํฉ๋๋ค. [Bloodsucker Seed] is required. */ MSG_USESKILL_FAIL_II_BLOOD_SUCKER_SEED = 0x5f1, -/*20090603 to 20180523 +/*20090603 to 20180605 ๋์ด์ ์์ ํ ์ ์์ต๋๋ค. Cannot be used anymore. */ MSG_USESKILL_FAIL_NO_MORE_SPELL = 0x5f2, -/*20090603 to 20180523 +/*20090603 to 20180605 [ํญํ๋ฒ์ฏํฌ์]๊ฐ ํ์ํฉ๋๋ค. [Bomb Mushroom Spore] is required. */ MSG_USESKILL_FAIL_II_BOMB_MUSHROOM_SPORE = 0x5f3, -/*20090603 to 20180523 +/*20090603 to 20180605 [ํ์ผ๋ณ]์ด ํ์ํฉ๋๋ค. [Fire Bottle] is required. */ MSG_USESKILL_FAIL_II_GASOLINE_BOOMB = 0x5f4, -/*20090603 to 20180523 +/*20090603 to 20180605 [๊ธฐ๋ฆ๋ณ]์ด ํ์ํฉ๋๋ค. [Oil Bottle] is required. */ MSG_USESKILL_FAIL_II_OIL_BOTTLE = 0x5f5, -/*20090603 to 20180523 +/*20090603 to 20180605 [ํญ๋ฐ๊ฐ๋ฃจ]๊ฐ ํ์ํฉ๋๋ค. [Explosive Powder] is required. */ MSG_USESKILL_FAIL_II_EXPLOSION_POWDER = 0x5f6, -/*20090603 to 20180523 +/*20090603 to 20180605 [์ฐ๋ง๊ฐ๋ฃจ]๊ฐ ํ์ํฉ๋๋ค. [Smokescreen Powder] is required. */ MSG_USESKILL_FAIL_II_SMOKE_POWDER = 0x5f7, -/*20090603 to 20180523 +/*20090603 to 20180605 [์ต๋ฃจ๊ฐ์ค]๊ฐ ํ์ํฉ๋๋ค. [Tear Gas] is required. */ MSG_USESKILL_FAIL_II_TEAR_GAS = 0x5f8, -/*20090603 to 20180523 +/*20090603 to 20180605 [์ผ์ฐ๋ณ]์ด ํ์ํฉ๋๋ค. [Acid Bottle] is required. */ MSG_USESKILL_FAIL_II_HYDROCHLORIC_ACID_BOTTLE = 0x5f9, -/*20090603 to 20180523 +/*20090603 to 20180605 [์์ธ์๋ฌผ๋ณ]์ด ํ์ํฉ๋๋ค. [Bottom Man-Eating Plant] is required. */ MSG_USESKILL_FAIL_II_HELLS_PLANT_BOTTLE = 0x5fa, -/*20090603 to 20180523 +/*20090603 to 20180605 [๋ง๋๋ผ๊ณ ๋ผ์ ํ๋ถ]์ด ํ์ํฉ๋๋ค. [Pot of Mandragora] is required. */ MSG_USESKILL_FAIL_II_MANDRAGORA_FLOWERPOT = 0x5fb, -/*20090603 to 20180523 +/*20090603 to 20180605 ํํฐ์ฅ ์์ Party delegation */ MSG_YIELD_PARTYMASTER = 0x5fc, -/*20090603 to 20180523 +/*20090603 to 20180605 ์ ๋ง ํํฐ์ฅ์ ์์ํ์๊ฒ ์ต๋๊น? Do you want to delegate the real party? */ MSG_DO_YOU_REALLY_WANT_YIELD_PARTYMASTER = 0x5fd, -/*20090603 to 20180523 +/*20090603 to 20180605 ํํฐ์ฅ์ ์์ ํ ์ ์์ต๋๋ค. Party cannot be delegated. */ MSG_CANNOT_YIELD_PARTYMASTER = 0x5fe, -/*20090603 to 20180523 +/*20090603 to 20180605 ๋ณ๊ฒฝ๋ถ๊ฐ Immutable */ MSG_FAILED_CHANGE = 0x5ff, #endif #if PACKETVER >= 20090610 -/*20090610 to 20180523 +/*20090610 to 20180605 [%s]๊ฐ %d๊ฐ ํ์ํฉ๋๋ค. [%s] required '%d' amount. */ MSG_USESKILL_FAIL_NEED_ITEM = 0x600, -/*20090610 to 20180523 +/*20090610 to 20180605 ์ ๋ จ ์์น๊ฐ ํํฅ ์กฐ์ ๋์์ต๋๋ค. Is now refining the value lowered. */ MSG_ITEM_REFINING_DOWNGRADE = 0x601, -/*20090610 to 20180523 +/*20090610 to 20180605 [%s]๋ฅผ ์ฅ๋นํ๊ณ ์์ด์ผ ์ฌ์ฉํ ์ ์์ต๋๋ค Need to put on [%s] in order to use. */ @@ -8294,14 +8294,14 @@ Need to put on [%s] in order to use. #if PACKETVER >= 20090617 /*20090617 to 20090922 ์ ์ฅ ๋ฆฌ์คํธ -20090929 to 20180523 +20090929 to 20180605 ์ ์ฅ ์
์ฅ ์ค์ Battle field entrance setting */ MSG_BATTLEFIELD_LIST = 0x603, /*20090617 to 20090929 ์ ์ฅ - [%s] ์ ์ฒญ ํ์๊ฒ ์ต๋๊น? -20091006 to 20180523 +20091006 to 20180605 % ์ ์ฅ์ผ๋ก ์ด๋ ํ ์ ์๋ ์ํ๊ฐ ๋์ด ์ ์ฅ ์ ์ฒญ์ด ์ทจ์ ๋์์ต๋๋ค. Battlefield - [%s] you sign up? */ @@ -8312,7 +8312,7 @@ Battlefield - [%s] you sign up? ์
์ฅ ์ ์ฒญ์ด ์๋ฃ๋์์ต๋๋ค. 20091006 to 20100928 -20101005 to 20180523 +20101005 to 20180605 Current admission application state. */ @@ -8323,7 +8323,7 @@ Current admission application state. ์ ์ฅ - [%s] ์ ์
์ฅ ํ ์ ์๋ ์ํ์ด๋ฏ๋ก ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. 20090722 to 20090929 ์ ์
์ฅ ํ ์ ์๋ ์ํ์ด๋ฏ๋ก ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. -20091006 to 20180523 +20091006 to 20180605 % ์ ์ฅ ์
์ฅ์ด ๋ณด๋ฅ ๋์์ต๋๋ค. ๋ค๋ฅธ ํ๋ ์ด์ด๋ฅผ ๊ธฐ๋ค๋ฆฝ๋๋ค. It was unregistered and not be able to enter the state. */ @@ -8332,7 +8332,7 @@ It was unregistered and not be able to enter the state. ํ์ฌ ์
์ฅ ์ ์ฒญ ์ํ์
๋๋ค. 20091006 to 20100928 -20101005 to 20180523 +20101005 to 20180605 Current admission application state. */ @@ -8341,7 +8341,7 @@ Current admission application state. ์
์ฅ ์ ์ฒญ์ ์ทจ์ํ์๊ฒ ์ต๋๊น? 20091006 to 20100616 %s ์ ์ฅ ์ ์ฒญ์ ์ ๋ง๋ก ์ทจ์ํ์๊ฒ ์ต๋๊น? -20100622 to 20180523 +20100622 to 20180605 ํ์ธ ๋จ์ถ๋ฅผ ๋๋ฅด๋ฉด ์ ์ฅ ์ ์ฒญ์ด ์ทจ์๋ฉ๋๋ค. ์๋ ๋จ์ถ๋ฅผ ํด๋ฆญํด ์ฃผ์ธ์. Do you want to cancel the admission application? */ @@ -8350,109 +8350,109 @@ Do you want to cancel the admission application? ์ ์ฅ - [%s] ์
์ฅ ์ ์ฒญ์ด ์ทจ์๋์์ต๋๋ค. 20090722 to 20090929 ์
์ฅ ์ ์ฒญ์ด ์ทจ์๋์์ต๋๋ค. -20091006 to 20180523 +20091006 to 20180605 %s ์ ์ฅ ์
์ฅ ์ ์ฒญ์ด ์ทจ์๋์์ต๋๋ค. Admission request has been cancelled. */ MSG_CANCEL_JOINTO_BATTLEFIELD = 0x609, /*20090617 to 20090929 ๊ณง ์ ์ฅ์ผ๋ก ์ด๋ ํฉ๋๋ค. -20091006 to 20180523 +20091006 to 20180605 ์ ์ํ %s ์ ์ฅ์ผ๋ก ์ด๋ ํฉ๋๋ค. ๊ณต๊ฐ ์ด๋์ ์ํ ์์ ์ ์ธ ์ํ๋ฅผ ํ๋ณดํด ์ฃผ์๊ธธ ๋ฐ๋๋๋ค. (๊ฑฐ๋ ๋ฐ ๊ณต๊ฐ ์ด๋ ๊ธฐ๋ฅ ์ผ์ ์ค์ง๋จ) Go to the battlefield quickly. */ MSG_MOVETO_BATTLEFIELD = 0x60a, /*20090617 to 20091028 ์ ์ฅ - [%s] -20091103 to 20180523 +20091103 to 20180605 ์ ์ฅ ๋ช
์นญ Battlefield - [%s] */ MSG_BATTLEFIELD_NAME = 0x60b, #endif #if PACKETVER >= 20090624 -/*20090624 to 20180523 +/*20090624 to 20180605 ์ ๋ง ์ด๋ ํ์๊ฒ ์ต๋๊น? Do you really want to go back to your savepoint? */ MSG_MOVETO_SAVEPOINT = 0x60c, -/*20090624 to 20180523 +/*20090624 to 20180605 ํํฐ์ ์ฐพ๊ธฐ ๋ฉ์ธ์ง Search Message for Party Members */ MSG_VIEW_SEEK_PARTY = 0x60d, -/*20090624 to 20180523 +/*20090624 to 20180605 ํํฐ์ ์ฐพ๊ธฐ ๋ฉ์ธ์ง ์ต์
์ด ๊บผ์ ธ์์ต๋๋ค. Message option is off the search party members. */ MSG_UNVIEW_SEEK_PARTY = 0x60e, -/*20090624 to 20180523 +/*20090624 to 20180605 10์ด๊ฐ ํํฐ ์ง์ ๋๋ ์ด๊ฐ ๊ฑธ๋ ค์์ต๋๋ค. 10 seconds delay of party support is in effect */ MSG_SEEK_PARTY_DEALY = 0x60f, #endif #if PACKETVER >= 20090701 -/*20090701 to 20180523 +/*20090701 to 20180605 ํํฐ์ฅ์ '%s' ๋ ์
๋๋ค. Party leader is '%s'. */ MSG_NOTIFY_PARTY_ROLE_MASTER = 0x610, /*20090701 to 20090715 ์ ์ฅ - [%s] : ์์คํ
์ค๋ฅ๋ก ์
์ฅ ํ ์ ์์ต๋๋ค. -20090722 to 20180523 +20090722 to 20180605 ์์คํ
์ค๋ฅ๋ก ์
์ฅ ํ ์ ์์ต๋๋ค. Unable to enter due to system error. */ MSG_ERROR_SYSTEM_ERROR_BATTLEFIELD = 0x611, /*20090701 to 20090715 ์ ์ฅ - [%s] : ๋๊ธฐ ์ธ์ ์ ์ด๊ณผ๋ก ์
์ฅ ํ ์ ์์ต๋๋ค. -20090722 to 20180523 +20090722 to 20180605 ๋๊ธฐ ์ธ์ ์ ์ด๊ณผ๋ก ์
์ฅ ํ ์ ์์ต๋๋ค. Cannot wait to enter the number of excess. */ MSG_ERROR_FULL_ESROOM_BATTLEFIELD = 0x612, /*20090701 to 20090715 ์ ์ฅ - [%s] : ์ด๋ฏธ ์ ์ฒญ ๋์์ต๋๋ค. -20090722 to 20180523 +20090722 to 20180605 ์ด๋ฏธ ์ ์ฒญ ๋์์ต๋๋ค. Has already been applied. */ MSG_ERROR_DOUBLE_OFFER_BATTLEFIELD = 0x613, /*20090701 to 20090715 ์ ์ฅ - [%s] : ๋๊ธฐ ์๊ฐ์ด ์ด๊ณผ๋์ด ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. -20090722 to 20180523 +20090722 to 20180605 ๋๊ธฐ ์๊ฐ์ด ์ด๊ณผ๋์ด ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. Registration has been cancelled because of the excessive waiting time. */ MSG_ERROR_WAIT_TIMEOUT_BATTLEFIELD = 0x614, /*20090701 to 20090715 ์ ์ฅ - [%s] : ์
์ฅ ์กฐ๊ฑด์ด ๋ง์ง ์์, ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. -20090722 to 20180523 +20090722 to 20180605 ์
์ฅ ์กฐ๊ฑด์ด ๋ง์ง ์์, ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. Unregistered because admission requirements are not matching. */ MSG_ERROR_BATTLEFILD_ENTER_BATTLEFIELD = 0x615, /*20090701 to 20090715 ์ ์ฅ - [%s] : ์ค๋ฅ๊ฐ ๋ฐ์ํ์ฌ ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. -20090722 to 20180523 +20090722 to 20180605 ์ค๋ฅ๊ฐ ๋ฐ์ํ์ฌ ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. Was unregistered and error. */ MSG_ERROR_DROP_ENTRANCESTATION_BATTLEFIELD = 0x616, #endif #if PACKETVER >= 20090708 -/*20090708 to 20180523 +/*20090708 to 20180605 [%s]์ ์ฐ๊ณ ์คํฌ์
๋๋ค. The skill need [%s]. */ MSG_USESKILL_FAIL_COMBOSKILL = 0x617, -/*20090708 to 20180523 +/*20090708 to 20180605 ํน์ ์คํฌ ์ ์ฐ๊ณ ์คํฌ์
๋๋ค. The skill need a particular skill. */ MSG_USESKILL_FAIL_COMBOSKILL2 = 0x618, -/*20090708 to 20180523 +/*20090708 to 20180605 ๊ธฐ๊ตฌ์ฒด %d ๊ฐ๊ฐ ํ์ํฉ๋๋ค Requires %d mind bullets */ @@ -8460,98 +8460,98 @@ Requires %d mind bullets /*20090708 to 20090708 ๊ธฐ๊ตฌ์ฒด %d ๊ฐ๊ฐ ํ์ํฉ๋๋ค Requires %d mind bullets -20090715 to 20180523 +20090715 to 20180605 ๊ธฐ๊ตฌ์ฒด๊ฐ ํ์ํฉ๋๋ค Mind Bullet is required. */ MSG_USESKILL_FAIL_SPIRITS2 = 0x61a, #endif #if PACKETVER >= 20090729 -/*20090729 to 20180523 +/*20090729 to 20180605 ์ต๋ ์์ง๋ ๋ณด๋ค ๋ง์ ๋ฃฌ์คํค์ ์ ์ํ ์ ์์ต๋๋ค. Cannot create rune stone more than the maximum amount. */ MSG_RUNESTONE_MAKEERROR_OVERCOUNT = 0x61b, -/*20090729 to 20180523 +/*20090729 to 20180605 ์ ์ฅ ๋ฆฌ์คํธ๋ฅผ ๋ฐ์ ์ ์๋ ์ํ์
๋๋ค. ํ์ธ ํ ๋ค์ ์๋ ํด ์ฃผ์ธ์. Not able to receive battle field list. Please check and try again */ MSG_ERROR_LIST_OPEN_BATTLEFIELD = 0x61c, -/*20090729 to 20180523 +/*20090729 to 20180605 ๋ ๋ฒจ์ด ๋ถ์กฑํ์ฌ ์
์ฅ ํ ์ ์์ต๋๋ค. Level is not high enough to enter */ MSG_ERROR_LEVEL_LIMIT_BATTLEFIELD = 0x61d, #endif #if PACKETVER >= 20090805 -/*20090805 to 20180523 +/*20090805 to 20180605 1์ฐจ ์ง์
์คํฌ %d๊ฐ๋ฅผ ๋ ์ฌ๋ ค ์ฃผ์ญ์์ค. You must consume all '%d' points in your 1st Tab. */ MSG_UPGRADESKILLERROR_MORE_FIRSTJOBSKILL = 0x61e, #endif #if PACKETVER >= 20091013 -/*20091013 to 20180523 +/*20091013 to 20180605 1์ฐจ ํน์ 2์ฐจ ์ง์
์คํฌ %d๊ฐ๋ฅผ ๋ ์ฌ๋ ค ์ฃผ์ญ์์ค. You must consume all '%d' remaining points in your 2nd Tab. 1st Tab is already done. */ MSG_UPGRADESKILLERROR_MORE_SECONDJOBSKILL = 0x61f, -/*20091013 to 20180523 +/*20091013 to 20180605 ๋ณํ ๊ฐ๋ฅํ ์์ดํ
Items available for conversion */ MSG_ITEMSYOUCANCHANGE = 0x620, -/*20091013 to 20180523 +/*20091013 to 20180605 ๋ณํํ ์์ดํ
Insert items to convert */ MSG_ITEMS_FOR_CHANGE = 0x621, -/*20091013 to 20180523 +/*20091013 to 20180605 ๋ณํ์ด ๋ถ๊ฐ๋ฅํ ์กฐํฉ ์
๋๋ค. Inconvertible combination */ MSG_SKILL_RECIPE_NOTEXIST = 0x622, -/*20091013 to 20180523 +/*20091013 to 20180605 ์ธ๋ฒคํ ๋ฆฌ์ ๋ฌด๊ฒ๊ฐ ๋๋ฌด ๋ฌด๊ฒ์ต๋๋ค. Inventory weight is too much */ MSG_SKILL_INVENTORY_WEIGHT_OVER = 0x623, -/*20091013 to 20180523 +/*20091013 to 20180605 ์ธ๋ฒคํ ๋ฆฌ๋ฅผ ๊ณต๊ฐ์ ํ๋ณดํด์ฃผ์ธ์. Please secure some room in the inventory */ MSG_SKILL_INVENTORY_KINDCNT_OVER = 0x624, -/*20091013 to 20180523 +/*20091013 to 20180605 ์ฌ๋ฃ๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. Material doesn't exist */ MSG_SKILL_MATERIAL_FAIL = 0x625, -/*20091013 to 20180523 +/*20091013 to 20180605 ์ฑ๊ณตํ์์ต๋๋ค. Successful. */ MSG_SKILL_SUCCESS = 0x626, -/*20091013 to 20180523 +/*20091013 to 20180605 ์คํจ ํ์์ต๋๋ค. Failed. */ MSG_SKILL_FAIL = 0x627, -/*20091013 to 20180523 +/*20091013 to 20180605 ์คํจํ์ฌ ๋ชจ๋ ์ฌ๋ฃ๊ฐ ์ฌ๋ผ์ก์ต๋๋ค. all materials are gone due to failure */ MSG_SKILL_FAIL_MATERIAL_DESTROY = 0x628, -/*20091013 to 20180523 +/*20091013 to 20180605 ์ง์ ํ์ ํญ ์ด๋ฆ์ด ๋๋ฌด ๊ธธ์ด ๋ณ๊ฒฝ ํ ์ ์์ต๋๋ค. unable to change the name of the specified tab, because it's too long. */ MSG_FAILED_CHANGE_TABNAME = 0x629, -/*20091013 to 20180523 +/*20091013 to 20180605 ๋ ์ด์ ์ถ๊ฐ ํ ์ ์์ต๋๋ค. Cannot add more. */ MSG_FAILED_ADD_TAB = 0x62a, -/*20091013 to 20180523 +/*20091013 to 20180605 ์ธ์ฆ์ ์คํจ ํ์ต๋๋ค. Authentication failed. */ @@ -8560,472 +8560,472 @@ Authentication failed. ๋ด ์ฒดํฌ 20101019 to 20101019 ์๋ ๋ก๊ทธ์ธ ๋ฐฉ์ง -20101026 to 20180523 +20101026 to 20180605 ์๋ ์
๋ ฅ ๋ฐฉ์ง Bot checks */ MSG_BOT_CHECK = 0x62c, -/*20091013 to 20180523 +/*20091013 to 20180605 ๊ฐ์ ์ด ์๋ ์์ดํ
์ ์ฌ๋ฃ๋ก ์ฌ์ฉํ ์ ์์ต๋๋ค. Items cannot be used in materials cannot be emotional. */ MSG_SKILL_FAIL_MATERIAL_IDENTITY = 0x62d, -/*20091013 to 20180523 +/*20091013 to 20180605 ์ ์ํ์ IP๋ ๋ผ๊ทธ๋๋กํฌ ์จ๋ผ์ธ ์ด์ฉ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. ๊ณ ๊ฐ ์ง์ ์ผํฐ ๋๋ ํํ์ด์ง๋ก ๋ฌธ์ ํด ์ฃผ์ญ์์ค. It is impossible to connect using this IP in Ragnarok Online. Please contact the customer support center or home. */ MSG_BAN_IP_BLOCK = 0x62e, -/*20091013 to 20180523 +/*20091013 to 20180605 ๋น๋ฐ๋ฒํธ๊ฐ 6ํ ์ด์ ์๋ชป ์
๋ ฅ๋์ด ์ ์ ๋์ ์ ์์ด ์ ํ๋ฉ๋๋ค. ๊ณ ๊ฐ๋์ ๊ฐ์ธ์ ๋ณด๋ฅผ ๋ค์ ํ ๋ฒ ํ์ธํด ์ฃผ์๊ธธ ๋ฐ๋๋๋ค. You have entered a wrong password for more than six times, please check your personal information again. */ MSG_BAN_INVALID_PWD_CNT = 0x62f, -/*20091013 to 20180523 +/*20091013 to 20180605 ํฉ์ฑ์ ์ฌ์ฉํ ์์ดํ
์ ์๋ชจ๋ฉ๋๋ค. ๊ด์ฐฎ๊ฒ ์ต๋๊น? Consumption items are used in the synthesis. Are you sure? */ MSG_MIX_ACCEPT = 0x630, -/*20091013 to 20180523 +/*20091013 to 20180605 ์ผ์ชฝ์ ๋ณด์ด๋ ๊ธ์ ๋ฐ ์ซ์์กฐํฉ์ ์
๋ ฅํด์ฃผ์ธ์. Please input the captcha code found at your left side. */ MSG_BOT_CHECK_NOTIC = 0x631, -/*20091013 to 20180523 +/*20091013 to 20180605 ์ ์ฅ ์ค๋ช
- Describes the battlefield -- */ MSG_DESCRIBE_BATTLEFIELD = 0x632, -/*20091013 to 20180523 +/*20091013 to 20180605 ์
์ฅ ๋๊ธฐ ์ํ - Waiting for admission -- */ MSG_BATTLEFIELD_STATUS = 0x633, -/*20091013 to 20180523 +/*20091013 to 20180605 ์ ์ฅ ์
์ฅ ์ ์ฒญ ๋์๋ง Request help battle position */ MSG_BATTLEFIELD_HELP = 0x634, #endif #if PACKETVER >= 20091015 -/*20091015 to 20180523 +/*20091015 to 20180605 ์ฃ์กํฉ๋๋ค. ํด๋น ์ง์
์ ์บ๋ฆญํฐ๋ ํ์ฌ ํ
์คํธ๋ฅผ ์ํด์ ์ ์์ด ๊ธ์ง๋ฉ๋๋ค. Sorry the character you are trying to use is banned for testing connection. */ MSG_BAN_NOT_ALLOWED_JOBCLASS = 0x635, #endif #if PACKETVER >= 20091027 -/*20091027 to 20180523 +/*20091027 to 20180605 ๋ชจ๋ ์ฅ๋น ํด์ Remove all equipment */ MSG_REMOVE_EQUIPEDITEM = 0x636, #endif #if PACKETVER >= 20091103 -/*20091103 to 20180523 +/*20091103 to 20180605 ๋ฏธ๋ ์์ด์ฝ Mini Icon */ MSG_MINI_ICON = 0x637, -/*20091103 to 20180523 +/*20091103 to 20180605 ์ง์ A : ์ง์ B Camp A: Camp B */ MSG_BATTLEFIELD_TEAM = 0x638, /*20091103 to 20100616 ๋๊ธฐ ์ํ -20100622 to 20180523 +20100622 to 20180605 ๋๊ธฐ์ด Wait */ MSG_WAIT_STATUS = 0x639, -/*20091103 to 20180523 +/*20091103 to 20180605 ์ ์ฅ ์ ์ฒญ ์ทจ์ ์๋ฆผ cancellation notice of Battlefield registration. */ MSG_NOTIFY_BATTLEFIELD_CANCEL = 0x63a, -/*20091103 to 20180523 +/*20091103 to 20180605 ์ ์ฅ ํ์ ์ธ์ Required field for staff */ MSG_BATTLEFIELD_COUNT = 0x63b, -/*20091103 to 20180523 +/*20091103 to 20180605 ์ ์ฅ A ๋๊ธฐ ์ธ์ Battlefield staff A is waiting. */ MSG_BATTLEFIELD_ATEAM_COUNT = 0x63c, -/*20091103 to 20180523 +/*20091103 to 20180605 ์ ์ฅ B ๋๊ธฐ ์ธ์ Battlefield staff B is waiting. */ MSG_BATTLEFIELD_BTEAM_COUNT = 0x63d, -/*20091103 to 20180523 +/*20091103 to 20180605 ๋ด ๋๊ธฐ ์ํฉ : %d(์ง์ A) Waiting for my situation: %d (Camp A) */ MSG_BATTLEFIELD_ATEAM_WAIT = 0x63e, -/*20091103 to 20180523 +/*20091103 to 20180605 ๋ด ๋๊ธฐ ์ํฉ : %d(์ง์ B) Waiting for my situation: %d (Camp B) */ MSG_BATTLEFIELD_BTEAM_WAIT = 0x63f, -/*20091103 to 20180523 +/*20091103 to 20180605 ์ ์ฅ ์์ด์ฝ์ ๋ณด์ฌ์ค๋๋ค. Battlefield display icon. */ MSG_SHOW_BATTLEFIELD_ICON = 0x640, -/*20091103 to 20180523 +/*20091103 to 20180605 ์ ์ฅ ์์ด์ฝ์ ๋ณด์ฌ์ฃผ์ง ์์ต๋๋ค. Does not display the icon field. */ MSG_DONT_SHOW_BATTLEFIELD_ICON = 0x641, -/*20091103 to 20180523 +/*20091103 to 20180605 ์ ์ฅ ์ด๋ ์๋ฆผ Field notification was moved. */ MSG_NOTIFY_BATTLEFIELD_MOVE = 0x642, -/*20091103 to 20180523 +/*20091103 to 20180605 ์ ์ฅ ์
์ฅ ๋ณด๋ฅ ์๋ฆผ Admission pending notification of the battlefield */ MSG_NOTIFY_BATTLEFIELD_DEFER = 0x643, -/*20091103 to 20180523 +/*20091103 to 20180605 ๋๊ตฐ๊ฐ Anyone */ MSG_WHO_IS = 0x644, -/*20091103 to 20180523 +/*20091103 to 20180605 [%s](์ผ)๋ก๋ถํฐ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ๋ฐ์์ต๋๋ค. [%s] deal '%d' damage on you. */ MSG_I_RECEIVED_DAMAGE = 0x645, /*20091103 to 20091104 [%s]๊ฐ [%s](์ผ)๋ก๋ถํฐ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ๋ฐ์์ต๋๋ค. -20091110 to 20180523 +20091110 to 20180605 [%s]๋์ด [%s](์ผ)๋ก๋ถํฐ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ๋ฐ์์ต๋๋ค. [%s] received damage from [%s] with '%d' damage. */ MSG_PARTY_RECEIVED_DAMAGE = 0x646, -/*20091103 to 20180523 +/*20091103 to 20180605 [%s]์๊ฒ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ์ฃผ์์ต๋๋ค. [%s] received '%d' damage. */ MSG_I_GAVE_DAMAGE = 0x647, /*20091103 to 20091104 [%s๋]๊ฐ [%s]์๊ฒ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ์ฃผ์์ต๋๋ค. -20091110 to 20180523 +20091110 to 20180605 [%s]๋์ด [%s]์๊ฒ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ์ฃผ์์ต๋๋ค. [%s] deal damage to [%s] with '%d' damage. */ MSG_PARTY_GAVE_DAMAGE = 0x648, -/*20091103 to 20180523 +/*20091103 to 20180605 %s %d ๊ฐ ๋๋กญ You dropped '%s' (%d). */ MSG_DROP_ITEM = 0x649, -/*20091103 to 20180523 +/*20091103 to 20180605 [%s]ํ์คํธ์ [%s]๋ชฌ์คํฐ๋ฅผ ์ฒ์นํ์์ต๋๋ค. (%d/%d) [%s] Quest - defeated [%s] progress (%d/%d) */ MSG_CLEAR_QUEST_MONSTER = 0x64a, -/*20091103 to 20180523 +/*20091103 to 20180605 %s ํ์คํธ๊ฐ ์ญ์ ๋์์ต๋๋ค. The Quest '%s' has been removed. */ MSG_DELETE_QUEST = 0x64b, -/*20091103 to 20180523 +/*20091103 to 20180605 [%s]๋์ด [%s] has */ MSG_NOTIFY_WHO = 0x64c, -/*20091103 to 20180523 +/*20091103 to 20180605 '%d'์ ๊ฒฝํ์น๋ฅผ You acquired '%d' Experience Points */ MSG_NOTIFY_EXP = 0x64d, -/*20091103 to 20180523 +/*20091103 to 20180605 '%d'์ ์ก๊ฒฝํ์น๋ฅผ You acquired '%d' Job Experience Points */ MSG_NOTIFY_JOBEXP = 0x64e, -/*20091103 to 20180523 +/*20091103 to 20180605 ํ๋ํ์ต๋๋ค. gained. */ MSG_GET = 0x64f, -/*20091103 to 20180523 +/*20091103 to 20180605 ์์คํ์ต๋๋ค. has lost. */ MSG_LOSS = 0x650, -/*20091103 to 20180523 +/*20091103 to 20180605 [%s](์ผ)๋ก๋ถํฐ '%d'์ ์ฝ์ธ์ ์คํธํ์ต๋๋ค. From [%s], '%d' coins were stolen. */ MSG_NOTIFY_STEAL_COIN = 0x651, -/*20091103 to 20180523 +/*20091103 to 20180605 ์ ํฌ ๋ฉ์์ง Battle Message */ MSG_VIEW_COMBAT_MSG = 0x652, -/*20091103 to 20180523 +/*20091103 to 20180605 ํํฐ์ ์ ํฌ ๋ฉ์์ง Display Party Battle Message */ MSG_VIEW_PARTY_COMBAT_MSG = 0x653, -/*20091103 to 20180523 +/*20091103 to 20180605 ํ๋ ๊ฒฝํ์น Display Experience Message */ MSG_VIEW_GETTING_EXP_MSG = 0x654, -/*20091103 to 20180523 +/*20091103 to 20180605 ํํฐ์์ ํ๋ ๊ฒฝํ์น Display Party Experience Message */ MSG_VIEW_PARTY_GETTING_EXP_MSG = 0x655, -/*20091103 to 20180523 +/*20091103 to 20180605 ํ์คํธ ์ ๋ณด ํ์ Display Quest Info Message */ MSG_VIEW_QUEST_INFO_MSG = 0x656, -/*20091103 to 20180523 +/*20091103 to 20180605 ์ ์ฅ ์ ๋ณด ํ์ Display Battlefield Message */ MSG_VIEW_BATTLEFIELD_INFO_MSG = 0x657, #endif #if PACKETVER >= 20091104 -/*20091104 to 20180523 +/*20091104 to 20180605 [%s]์๊ฒ [%s] */ MSG_NOTIFY_TARGET_WHO = 0x658, /*20091104 to 20091104 [%s] ์คํฌ์ ์บ์คํ
ํฉ๋๋ค. -20091110 to 20180523 +20091110 to 20180605 [%s] ์คํฌ์ ์ฌ์ฉํฉ๋๋ค. Casts [%s] skill. */ MSG_NOTIFY_SKILL_TO_TARGET = 0x659, #endif #if PACKETVER >= 20091110 -/*20091110 to 20180523 +/*20091110 to 20180605 ๊ธฐ๋ฅ์ ํ์ํ Activate lock function */ MSG_LOCK_MOUSE = 0x65a, -/*20091110 to 20180523 +/*20091110 to 20180605 ๊ธฐ๋ฅ์ ํํด์ ์ํ Deactivate lock function */ MSG_UNLOCK_MOUSE = 0x65b, #endif #if PACKETVER >= 20091201 -/*20091201 to 20180523 +/*20091201 to 20180605 [%s]๋์ด [%s](์ผ)๋ก๋ถํฐ '%s' ๋ฅผ ํ๋ ํ์ต๋๋ค. Citizens of Midgard, Lady Luck shines upon [%s] !! [%s] has awarded the player with '%s' !! */ MSG_BROADCASTING_SPECIAL_ITEM_OBTAIN = 0x65c, #endif #if PACKETVER >= 20091208 -/*20091208 to 20180523 +/*20091208 to 20180605 ์๋๋งจ Swordman */ MSG_JOB_SWORDMAN = 0x65d, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋งค์ง์
Magician */ MSG_JOB_MAGICIAN = 0x65e, -/*20091208 to 20180523 +/*20091208 to 20180605 ์์ฒ Archer */ MSG_JOB_ARCHER = 0x65f, -/*20091208 to 20180523 +/*20091208 to 20180605 ์ด์ฝ๋ผ์ดํธ Acolyte */ MSG_JOB_ACOLYTE = 0x660, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋จธ์ฒธํธ Merchant */ MSG_JOB_MERCHANT = 0x661, -/*20091208 to 20180523 +/*20091208 to 20180605 ์จํ Thief */ MSG_JOB_THIEF = 0x662, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋์ดํธ Knight */ MSG_JOB_KNIGHT = 0x663, -/*20091208 to 20180523 +/*20091208 to 20180605 ํ๋ฆฌ์คํธ Priest */ MSG_JOB_PRIEST = 0x664, -/*20091208 to 20180523 +/*20091208 to 20180605 ์์ ๋ Wizard */ MSG_JOB_WIZARD = 0x665, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋ธ๋์ค๋ฏธ์ค Black Smith */ MSG_JOB_BLACKSMITH = 0x666, -/*20091208 to 20180523 +/*20091208 to 20180605 ํํฐ Hunter */ MSG_JOB_HUNTER = 0x667, -/*20091208 to 20180523 +/*20091208 to 20180605 ์ด์์ Assasin */ MSG_JOB_ASSASSIN = 0x668, -/*20091208 to 20180523 +/*20091208 to 20180605 ํฌ๋ฃจ์ธ์ด๋ Crusader */ MSG_JOB_CRUSADER = 0x669, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋ชฝํฌ Monk */ MSG_JOB_MONK = 0x66a, -/*20091208 to 20180523 +/*20091208 to 20180605 ์ธ์ด์ง Sage */ MSG_JOB_SAGE = 0x66b, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋ก๊ทธ Rogue */ MSG_JOB_ROGUE = 0x66c, -/*20091208 to 20180523 +/*20091208 to 20180605 ์์ผ๋ฏธ์คํธ Alchemist */ MSG_JOB_ALCHEMIST = 0x66d, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋ฐ๋ Bard */ MSG_JOB_BARD = 0x66e, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋์ Dancer */ MSG_JOB_DANCER = 0x66f, /*20091208 to 20100310 ๋ฃฌ๋์ดํธ -20100316 to 20180523 +20100316 to 20180605 ๋ฃฌ ๋์ดํธ Rune Knight */ MSG_JOB_RUNE_KNIGHT = 0x670, -/*20091208 to 20180523 +/*20091208 to 20180605 ์๋ก Warlock */ MSG_JOB_WARLOCK = 0x671, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋ ์ธ์ ธ Ranger */ MSG_JOB_RANGER = 0x672, /*20091208 to 20100310 ์ํฌ๋น์ -20100316 to 20180523 +20100316 to 20180605 ์ํฌ ๋น์ Arc Bishop */ MSG_JOB_ARCHBISHOP = 0x673, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋ฏธ์ผ๋ Mechanic */ MSG_JOB_MECHANIC = 0x674, /*20091208 to 20100310 ๊ธธ๋กํดํฌ๋ก์ค -20100316 to 20180523 +20100316 to 20180605 ๊ธธ๋กํด ํฌ๋ก์ค Guillotine Cross */ MSG_JOB_GUILLOTINE_CROSS = 0x675, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋ก์๊ฐ๋ Royal Guard */ MSG_JOB_ROYAL_GUARD = 0x676, -/*20091208 to 20180523 +/*20091208 to 20180605 ์์๋ฌ Sorcerer */ MSG_JOB_SORCERER = 0x677, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋ฏผ์คํธ๋ด Minstrel */ MSG_JOB_MINSTREL = 0x678, -/*20091208 to 20180523 +/*20091208 to 20180605 ์๋๋ฌ Wanderer */ MSG_JOB_WANDERER = 0x679, -/*20091208 to 20180523 +/*20091208 to 20180605 ์๋ผ Sura */ MSG_JOB_SURA = 0x67a, -/*20091208 to 20180523 +/*20091208 to 20180605 ์ ๋ค๋ฆญ Genetic */ MSG_JOB_GENETIC = 0x67b, /*20091208 to 20100310 ์๋์ฐ์ฒด์ด์ -20100316 to 20180523 +20100316 to 20180605 ์๋์ฐ ์ฒด์ด์ Shadow Chaser */ MSG_JOB_SHADOW_CHASER = 0x67c, /*20091208 to 20100113 ์๋๋งจ_ํ์ด -20100119 to 20180523 +20100119 to 20180605 ์๋๋งจ ํ์ด High Swordman */ MSG_JOB_SWORDMAN_H = 0x67d, /*20091208 to 20100113 ๋งค์ง์
_ํ์ด -20100119 to 20180523 +20100119 to 20180605 ๋งค์ง์
ํ์ด High Magician */ MSG_JOB_MAGICIAN_H = 0x67e, /*20091208 to 20100113 ์์ฒ_ํ์ด -20100119 to 20180523 +20100119 to 20180605 ์์ฒ ํ์ด High Archer */ MSG_JOB_ARCHER_H = 0x67f, /*20091208 to 20100113 ์ด์ฝ๋ผ์ดํธ_ํ์ด -20100119 to 20180523 +20100119 to 20180605 ์ด์ฝ๋ผ์ดํธ ํ์ด High Acolyte */ MSG_JOB_ACOLYTE_H = 0x680, /*20091208 to 20100113 ๋จธ์ฒธํธ_ํ์ด -20100119 to 20180523 +20100119 to 20180605 ๋จธ์ฒธํธ ํ์ด High Merchant */ @@ -9034,97 +9034,97 @@ High Merchant ์ํ_ํ์ด 20100119 to 20100223 ์ํ ํ์ด -20100302 to 20180523 +20100302 to 20180605 ์จํ ํ์ด High Thief */ MSG_JOB_THIEF_H = 0x682, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋ก๋๋์ดํธ Lord Knight */ MSG_JOB_KNIGHT_H = 0x683, -/*20091208 to 20180523 +/*20091208 to 20180605 ํ์ดํ๋ฆฌ์คํธ High Priest */ MSG_JOB_PRIEST_H = 0x684, -/*20091208 to 20180523 +/*20091208 to 20180605 ํ์ด์์ ๋ High Wizard */ MSG_JOB_WIZARD_H = 0x685, -/*20091208 to 20180523 +/*20091208 to 20180605 ํ์ดํธ์ค๋ฏธ์ค White Smith */ MSG_JOB_BLACKSMITH_H = 0x686, -/*20091208 to 20180523 +/*20091208 to 20180605 ์ค๋์ดํผ Sniper */ MSG_JOB_HUNTER_H = 0x687, -/*20091208 to 20180523 +/*20091208 to 20180605 ์ด์์ ํฌ๋ก์ค Assasin Cross */ MSG_JOB_ASSASSIN_H = 0x688, -/*20091208 to 20180523 +/*20091208 to 20180605 ํ๋ผ๋ Paladin */ MSG_JOB_CRUSADER_H = 0x689, -/*20091208 to 20180523 +/*20091208 to 20180605 ์ฑํผ์จ Champion */ MSG_JOB_MONK_H = 0x68a, -/*20091208 to 20180523 +/*20091208 to 20180605 ํ๋กํ์ Professor */ MSG_JOB_SAGE_H = 0x68b, -/*20091208 to 20180523 +/*20091208 to 20180605 ์คํ ์ปค Stalker */ MSG_JOB_ROGUE_H = 0x68c, -/*20091208 to 20180523 +/*20091208 to 20180605 ํฌ๋ฆฌ์์ดํฐ Creator */ MSG_JOB_ALCHEMIST_H = 0x68d, -/*20091208 to 20180523 +/*20091208 to 20180605 ํด๋ก์ด Clown */ MSG_JOB_BARD_H = 0x68e, -/*20091208 to 20180523 +/*20091208 to 20180605 ์ง์ Gypsy */ MSG_JOB_DANCER_H = 0x68f, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋
ธ๋น์ค Wedding */ MSG_JOB_NOVICE = 0x690, -/*20091208 to 20180523 +/*20091208 to 20180605 ํ์ด๋
ธ๋น์ค High Novice */ MSG_JOB_NOVICE_H = 0x691, -/*20091208 to 20180523 +/*20091208 to 20180605 ์ํผ๋
ธ๋น์ค Super Novice */ MSG_JOB_SUPERNOVICE = 0x692, -/*20091208 to 20180523 +/*20091208 to 20180605 ๊ฑด์ฌ๋ง๊ฑฐ Gunslinger */ MSG_JOB_GUNSLINGER = 0x693, -/*20091208 to 20180523 +/*20091208 to 20180605 ๋์ Ninja */ @@ -9133,227 +9133,227 @@ Ninja ํ๊ถ์๋
,ํ๊ถ์๋
20100112 to 20100310 ํ๊ถ์๋
์๋
-20100316 to 20180523 +20100316 to 20180605 ํ๊ถ์๋
/์๋
Taekwon F/M */ MSG_JOB_TAEKWON = 0x695, -/*20091208 to 20180523 +/*20091208 to 20180605 ๊ถ์ฑ Star Gladiator */ MSG_JOB_STAR = 0x696, -/*20091208 to 20180523 +/*20091208 to 20180605 ์์ธ๋ง์ปค Soul Linker */ MSG_JOB_LINKER = 0x697, -/*20091208 to 20180523 +/*20091208 to 20180605 ํํฐ๋ชจ์ง Party Recruitment */ MSG_SEEK_PARTY_MEMBER = 0x698, /*20091208 to 20100310 ํํฐ ๋ถํน ๋ฆฌ์คํธ -20100316 to 20180523 +20100316 to 20180605 ํํฐ ๋ชจ์ง ๋ฆฌ์คํธ Party Booking List */ MSG_SEEK_PARTY_LIST = 0x699, -/*20091208 to 20180523 +/*20091208 to 20180605 ํํฐ ๋ชจ์ง ์ค Recruiting Party */ MSG_SEEK_PARTY_CHECK = 0x69a, #endif #if PACKETVER >= 20091215 -/*20091215 to 20180523 +/*20091215 to 20180605 [ํ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. [Bow] must be equipped. */ MSG_FAIL_NEED_EQUIPPED_BOW = 0x69b, -/*20091215 to 20180523 +/*20091215 to 20180605 [์
๊ธฐ/์ฑ์ฐ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. [Musical Instrument/Whip] must be equipped. */ MSG_FAIL_NEED_EQUIPPED_INSTRUMENT_WHIP = 0x69c, -/*20091215 to 20180523 +/*20091215 to 20180605 ์๋ฌธ๊ณผ ์ซ์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Only alphanumeric characters are allowed. */ MSG_BAD_CHAR = 0x69d, -/*20091215 to 20180523 +/*20091215 to 20180605 ์๋ฆผ Notice */ MSG_ALRAM = 0x69e, -/*20091215 to 20180523 +/*20091215 to 20180605 ์์ ์ ๋ณด๊ฐ ์ ํํ์ง ์์ ์์ดํ
๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. Item purchase failed due to incorrect shop information. */ MSG_FAIL_BUY_ITEM_INVALID_MCSTORE = 0x69f, #endif #if PACKETVER >= 20100105 -/*20100105 to 20180523 +/*20100105 to 20180605 ์์ง ์์ดํ
์ฐฝ์์ ๋ฒ๋ฆด ์ ์์ต๋๋ค. Item cannot be discarded from the window. */ MSG_CAN_DROP_ITEM_TO_ITEMWND = 0x6a0, #endif #if PACKETVER >= 20100112 -/*20100112 to 20180523 +/*20100112 to 20180605 ์๊ฐ Time */ MSG_TIME = 0x6a1, -/*20100112 to 20180523 +/*20100112 to 20180605 ๋งต Map */ MSG_MAP = 0x6a2, -/*20100112 to 20180523 +/*20100112 to 20180605 ๊ฑฐ๋ ์ํ์์๋ ์์ดํ
์ฌ์ฉ ๋ฐ ์ฅ๋น ์ฐฉ์ฉ/ํด์ ๋ฅผ ํ ์ ์์ต๋๋ค. You can't use, equip or disarm items when you're trading. */ MSG_CANT_USE_WHEN_OPENED_EXCHANGEWND = 0x6a3, -/*20100112 to 20180523 +/*20100112 to 20180605 ๋ฏธ์ง์ ๊ฐ Unspecified value */ MSG_HOTKEY_UNKOWN = 0x6a4, #endif #if PACKETVER >= 20100126 -/*20100126 to 20180523 +/*20100126 to 20180605 /stateinfo : ์ํ ์์ด์ฝ์ ๋ํ ์ค๋ช
์ ๋ณด์ฌ์ค๋๋ค. On Off /stateinfo: Shows the description of status icons. On Off */ MSG_EXPLAIN_STATEINFO = 0x6a5, -/*20100126 to 20180523 +/*20100126 to 20180605 ์ํ ์ ๋ณด On : ์ํ ์์ด์ฝ์ ๋ํ ์ค๋ช
์ด ํ์๋ฉ๋๋ค. Status Information On: Status icon description is enabled. */ MSG_SHOW_STATEINFO_ON = 0x6a6, -/*20100126 to 20180523 +/*20100126 to 20180605 ์ํ ์ ๋ณด Off: ์ํ ์์ด์ฝ์ ๋ํ ์ค๋ช
์ด ํ์๋์ง ์์ต๋๋ค. Status Information Off: Status icon description is disabled. */ MSG_SHOW_STATEINFO_OFF = 0x6a7, /*20100126 to 20100126 ๊ฐ์ ์์ดํ
์ ํ๋ฒ์ %d๊ฐ ์ด์์ ์ด์ ์์ต๋๋ค. -20100202 to 20180523 +20100202 to 20180605 ๊ฐ์ ์์ดํ
์ ํ๋ฒ์ %d๊ฐ ์ด์์ ์ด ์ ์์ต๋๋ค. It is not possible to purchase the same item more than %d pieces at a time */ MSG_LIMIT_BUY_ITEM2 = 0x6a8, #endif #if PACKETVER >= 20100202 -/*20100202 to 20180523 +/*20100202 to 20180605 ๊ฐ์ ์์ดํ
์ ํ๋ฒ์ %d๊ฐ ์ด์์ ํ ์ ์์ต๋๋ค. It is not possible to purchase the same item more than %d pieces at a time */ MSG_LIMIT_SELL_ITEM = 0x6a9, /*20100202 to 20100203 ์ด ๊ตฌ๋งค ๊ฐ๋ฅ ๊ฐ์๋ %d๊ฐ ์
๋๋ค. -20100209 to 20180523 +20100209 to 20180605 ํด๋น ์์ดํ
์ ์ด ๊ตฌ๋งค ๊ฐ๋ฅ ๊ฐ์๋ %d๊ฐ ์
๋๋ค. Can purchase upto %d pieces of the same item at a time. */ MSG_CAN_BUY_ITEM_NUM = 0x6aa, #endif #if PACKETVER >= 20100209 -/*20100209 to 20180523 +/*20100209 to 20180605 ์ค์ ํ ๋ด์ฉ์ ์ ์ ์ข
๋ฃ ์ [%s\%s]์ ์ ์ฅ๋ฉ๋๋ค. User customized key is saved to [%s\%s] */ MSG_SAVE_HOTKEY_TO_FILE = 0x6ab, #endif #if PACKETVER >= 20100216 -/*20100216 to 20180523 +/*20100216 to 20180605 [%s] ๋์ ํ์ฌ ๊ตํ ์ ์ฒญ์ ๋ฐ์ ์ ์๋ ์ํ์
๋๋ค. [%s] is currently on trade and cannot accept the request. */ MSG_CHARACTER_IS_BUSY = 0x6ac, #endif #if PACKETVER >= 20100309 -/*20100309 to 20180523 +/*20100309 to 20180605 RO_HELP RO_HELP. */ MSG_RO_HELP = 0x6ad, #endif #if PACKETVER >= 20100316 -/*20100316 to 20180523 +/*20100316 to 20180605 ๋ชจ๋ฃจ๊ฐ ์กด์ฌ ํ์ง ์์ต๋๋ค. Anvil does not exist. */ MSG_HAVENOT_ANVIL = 0x6ae, -/*20100316 to 20180523 +/*20100316 to 20180605 ๋
ธ๋น์ค ๋ ๋ฒจ 10 ์ดํ๋ ๊ท์๋ง์ด ๊ธ์ง๋ฉ๋๋ค Novice below level 10 is not allowed to whisper. */ MSG_WHISPER_BLOCK_NOVICE_LEVEL10 = 0x6af, #endif #if PACKETVER >= 20100323 -/*20100323 to 20180523 +/*20100323 to 20180605 ๊ณต๊ฒฉ Attack */ MSG_JOB_ATTACKER = 0x6b0, -/*20100323 to 20180523 +/*20100323 to 20180605 ๋ฐฉ์ด Defense */ MSG_JOB_TANKER = 0x6b1, -/*20100323 to 20180523 +/*20100323 to 20180605 ํ๋ณต Consumables */ MSG_JOB_HEALER = 0x6b2, -/*20100323 to 20180523 +/*20100323 to 20180605 ๋ณด์กฐ Support */ MSG_JOB_ASSISTANCE = 0x6b3, -/*20100323 to 20180523 +/*20100323 to 20180605 ํํฐ ๋ชจ์ง ๊ด๋ จ ๋ช
๋ น์ด Party recruitment related command */ MSG_DESCRIBE_PARTY_BOOKING = 0x6b4, #endif #if PACKETVER >= 20100330 -/*20100330 to 20180523 +/*20100330 to 20180605 ๊ธธ๋ ๋๋งน์ ์ฒญ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค Guild alliance application is not possible. */ MSG_GUILD_ALLY_REQUEST_DISABLE = 0x6b5, -/*20100330 to 20180523 +/*20100330 to 20180605 ๊ธธ๋ ์ ๋์ ์ฒญ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค Guild hostility application is not possible. */ MSG_GUILD_HOSTILE_REQUEST_DISABLE = 0x6b6, -/*20100330 to 20180523 +/*20100330 to 20180605 ์์งํธ๋งต์์๋ ์น๊ตฌ์ถ๊ฐ๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค Adding friends is not possible in this map. */ MSG_FRIEND_ADD_FALSE_AGIT = 0x6b7, #endif #if PACKETVER >= 20100406 -/*20100406 to 20180523 +/*20100406 to 20180605 ๊ตฌ๋งค๋
ธ์ ๊ฐ์ค Buying Store Window */ MSG_BUYINGSTORE_MAKEWND_TITLE = 0x6b8, -/*20100406 to 20180523 +/*20100406 to 20180605 ๊ตฌ๋งค๊ฐ : Price: */ MSG_BUYINGSTORE_MAKEWND_PRICE = 0x6b9, -/*20100406 to 20180523 +/*20100406 to 20180605 ์์ง์ก : Money: */ MSG_BUYINGSTORE_MAKEWND_MYZENY = 0x6ba, -/*20100406 to 20180523 +/*20100406 to 20180605 ๊ตฌ๋งค ํ๋์ก Purchase Zeny Limit */ @@ -9361,7 +9361,7 @@ Purchase Zeny Limit /*20100406 to 20100414 ํ๋งค ๊ฐ๋ฅํ ์์ดํ
๋ชฉ๋ก Available items: -20100420 to 20180523 +20100420 to 20180605 ๊ตฌ๋งคํ ์์ดํ
์ ๋ฑ๋กํ์ง ์์์ต๋๋ค. ๊ตฌ๋งคํ์ค ์์ดํ
์ ๋ฑ๋กํด ์ฃผ์ธ์ Please register the item first that has to be purchased. */ @@ -9369,7 +9369,7 @@ Please register the item first that has to be purchased. /*20100406 to 20100414 ๋์ ๊ตฌ๋งค๋
ธ์ Purchase list: -20100420 to 20180523 +20100420 to 20180605 %s ์์ดํ
์ ๊ฐ๊ฒฉ์ ์
๋ ฅํด ์ฃผ์ธ์. Enter the price for item %s. */ @@ -9377,14 +9377,14 @@ Enter the price for item %s. /*20100406 to 20100414 ๊ตฌ๋งค ๋
ธ์ Wanted items -20100420 to 20180523 +20100420 to 20180605 %s ์์ดํ
์ ๊ฐ๊ฒฉ์ 9999๋ง Zeny์ดํ๋ก ์
๋ ฅํด ์ฃผ์ธ์. Enter the price for item %s. It has to be below 99990000 Zeny. */ MSG_BUYINGSTORE_MAKEWND_REINPUTPRICE = 0x6be, /*20100406 to 20100414 ์ ํ๊ธ์ก : %d Zeny -20100420 to 20180523 +20100420 to 20180605 %s ์์ดํ
์ ๊ตฌ๋งค์๋์ ์
๋ ฅํด ์ฃผ์ธ์. Enter the item number for %s. */ @@ -9392,7 +9392,7 @@ Enter the item number for %s. /*20100406 to 20100414 %s %s Zeny %d ๊ฐ Buying %s for %s Zeny. Amount: %d. -20100420 to 20180523 +20100420 to 20180605 %s ์์ดํ
์ ์์ง์๋๊ณผ ๊ตฌ๋งค์๋์ ํฉ์ด 9999๊ฐ ์ด์์
๋๋ค. 9999๊ฐ ์ดํ์ ์๋์ ์
๋ ฅํด ์ฃผ์ธ์. The sum of purchasing and belonging items is over 9999. The sum has to be bellow 9999. */ @@ -9400,14 +9400,14 @@ The sum of purchasing and belonging items is over 9999. The sum has to be bellow /*20100406 to 20100414 %s : %s Zeny => %s EA %s: %s Zeny => %s ea. -20100420 to 20180523 +20100420 to 20180605 ์ค๋ณต๋ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. You have duplicate items in your purchase list. */ MSG_BUYINGSTORE_MAKEWND_DUPLICATEITEM = 0x6c1, /*20100406 to 20100414 %s %d ๊ฐ ๊ตฌ๋งค. -20100420 to 20180523 +20100420 to 20180605 ์ ํ ๊ธ์ก์ ์
๋ ฅํด ์ฃผ์ธ์ Enter the limited price. */ @@ -9415,7 +9415,7 @@ Enter the limited price. /*20100406 to 20100414 ์์ดํ
์ ๋ชจ๋ ๊ตฌ๋งคํ์ต๋๋ค. You purchased all items. -20100420 to 20180523 +20100420 to 20180605 ์
๋ ฅํ ์ ํ๊ธ์ก์ด ์์ง๊ธ์ก์ ์ด๊ณผํฉ๋๋ค. ๋ค์ ์ค์ ํด ์ฃผ์ธ์ You have entered a greater amount of zeny than you have. Please check your zeny. */ @@ -9423,21 +9423,21 @@ You have entered a greater amount of zeny than you have. Please check your zeny. /*20100406 to 20100414 ํด๋น ์์ดํ
์ ์ด ํ๋งค ๊ฐ๋ฅ ๊ฐ์๋ %d๊ฐ ์
๋๋ค. The max. number of items you can sell is %d. -20100420 to 20180523 +20100420 to 20180605 %s : %s Zeny => %s EA %s: %s Zeny => %s ea. */ MSG_BUYINGSTORE_MAKEWND_ITEMLIST = 0x6c4, /*20100406 to 20100414 ๊ฐ๊ฒฉ์ด 0 Zeny์ธ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. ๊ฐ๊ฒฉ์ ์
๋ ฅํด ์ฃผ์ธ์. -20100420 to 20180523 +20100420 to 20180605 ๊ตฌ๋งค ๊ฐ๋ฅํ ์์ดํ
๋ชฉ๋ก Available items: */ MSG_BUYINGSTORE_MIRRORBUYITEMLIST = 0x6c5, /*20100406 to 20100414 ๊ฐ๊ฒฉ์ด 9999๋ง Zeny์ด์์ธ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. 9999๋ง Zeny ์ดํ์ ๊ฐ๊ฒฉ์ ์
๋ ฅํด ์ฃผ์ธ์. -20100420 to 20180523 +20100420 to 20180605 ๋์ ๊ตฌ๋งค๋
ธ์ Purchase list: */ @@ -9446,14 +9446,14 @@ Purchase list: ๊ตฌ๋งค์๋์ด 0 ๊ฐ์ธ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. ์๋์ ์
๋ ฅํด ์ฃผ์ธ์. 20100420 to 20110208 ์ ํ๊ธ์ก : %d Zeny -20110210 to 20180523 +20110210 to 20180605 ์ ํ๊ธ์ก : %s Zeny Price limit: %s Zeny */ MSG_BUYINGSTORE_MYSHOPWND_LIMITZENY = 0x6c7, /*20100406 to 20100414 ๊ตฌ๋งค์๋์ด 9999๊ฐ ์ด์์ธ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. 9999๊ฐ ์ดํ์ ์๋์ ์
๋ ฅํด ์ฃผ์ธ์. -20100420 to 20180523 +20100420 to 20180605 %s %s Zeny %d ๊ฐ Buying %s for %s Zeny. Amount: %d. */ @@ -9461,21 +9461,21 @@ Buying %s for %s Zeny. Amount: %d. /*20100406 to 20100414 ์ค๋ณต๋ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. You have duplicate items in your purchase list. -20100420 to 20180523 +20100420 to 20180605 ๊ตฌ๋งค ๋
ธ์ Wanted items */ MSG_BUYINGSTORE_SHOPWND_TITLE = 0x6c9, /*20100406 to 20100414 ๊ตฌ๋งค์์ ์ด๊ธฐ์ ์คํจํ์ต๋๋ค. -20100420 to 20180523 +20100420 to 20180605 ํ๋งค ๊ฐ๋ฅํ ์์ดํ
๋ชฉ๋ก Available items: */ MSG_BUYINGSTORE_MIRRORSELLWND_TITLE = 0x6ca, /*20100406 to 20100414 ๊ตฌ๋งค์์ ์ด๊ธฐ์ ์คํจํ์ต๋๋ค. -20100420 to 20180523 +20100420 to 20180605 ํด๋น ์์ดํ
์ ์ด ํ๋งค ๊ฐ๋ฅ ๊ฐ์๋ %d๊ฐ ์
๋๋ค. The max. number of items you can sell is %d. */ @@ -9484,14 +9484,14 @@ The max. number of items you can sell is %d. ๊ตฌ๋งค๊ฐ๋ฅํ ์ต๋ ๊ฐฏ์๋ฅผ ์ด๊ณผํ์์ต๋๋ค. 20100420 to 20110208 ๊ตฌ๋งค์์ ์์ก์ด ๋ถ์กฑํ๋ ๋ค์ ์ค์ ํด ์ฃผ์ธ์ -20110210 to 20180523 +20110210 to 20180605 ๊ตฌ๋งค๋
ธ์ ์ ์ ํ๊ธ์ก์ ์ด๊ณผํ์ฌ ํ๋งคํ ์ ์์ต๋๋ค. Buyer has insufficient money, lower the amount of items you're selling. */ MSG_BUYINGSTORE_SELLWND_LACKBUYERZENY = 0x6cc, /*20100406 to 20100414 ๋จ์ ์์ก์ผ๋ก ์์ดํ
๊ตฌ๋งค๊ฐ ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. -20100420 to 20180523 +20100420 to 20180605 ๊ตฌ๋งค์์ ๊ฐ์ค์ ์คํจํ์ต๋๋ค. Failed to open purchase shop. */ @@ -9501,7 +9501,7 @@ Failed to open purchase shop. /*20100413 to 20100414 ์ํ๋ ์ ๋ น์ด ์์ต๋๋ค. You don't have any summoned spirits. -20100420 to 20180523 +20100420 to 20180605 ์์ดํ
์ ์ด ๋ฌด๊ฒ๊ฐ %d ๋งํผ ์์ง ํ๊ณ๋์ ์ด๊ณผํฉ๋๋ค. ๋ค์ ์ค์ ํด ์ฃผ์ธ์. You exceed the total amount of items. */ @@ -9509,34 +9509,34 @@ You exceed the total amount of items. /*20100413 to 20100414 ์๋ฒ์ฐํฉ๋์ ์ ์ฝ์ฌํญ ์
๋๋ค. This is a restricted server. -20100420 to 20180523 +20100420 to 20180605 ์ ํ๊ธ์ก๋งํผ์ ์์ดํ
์ ๋ชจ๋ ๊ตฌ๋งคํ์์ต๋๋ค. You have purchased all items within the limited price. */ MSG_BUYINGSTORE_TRADE_OVERLIMITZENY = 0x6cf, #endif #if PACKETVER >= 20100420 -/*20100420 to 20180523 +/*20100420 to 20180605 ์์ดํ
์ ๋ชจ๋ ๊ตฌ๋งคํ์ต๋๋ค. You purchased all items. */ MSG_BUYINGSTORE_TRADE_BUYCOMPLETE = 0x6d0, -/*20100420 to 20180523 +/*20100420 to 20180605 ๊ตฌ๋งค์์ ์์ก์ด ๋ถ์กฑํ์ฌ ๊ฑฐ๋๊ฐ ์คํจํ์์ต๋๋ค. Failed to deal because you have not enough Zeny. */ MSG_BUYINGSTORE_TRADE_LACKBUYERZENY = 0x6d1, -/*20100420 to 20180523 +/*20100420 to 20180605 %s %d๊ฐ๋ฅผ %dz์ ํ๋งคํ์์ต๋๋ค. You have sold %s. Amount: %d. Total Zeny: %dz */ MSG_BUYINGSTORE_TRADE_SELLCOMPLETE = 0x6d2, -/*20100420 to 20180523 +/*20100420 to 20180605 %s ์์ดํ
์ ํฌ๋ง ๊ตฌ๋งค๊ฐฏ์๋ณด๋ค ์๋์ด ๋ง์ ํ๋งคํ์ง ๋ชปํ์์ต๋๋ค %s item could not be sold because you do not have the wanted amount of items. */ MSG_BUYINGSTORE_TRADE_OVERCOUNT = 0x6d3, -/*20100420 to 20180523 +/*20100420 to 20180605 ์ํ๋ ์ ๋ น์ด ์์ต๋๋ค. You don't have any summoned spirits. 20130807 to 20130814 @@ -9544,7 +9544,7 @@ You don't have any summoned spirits. Has not registered to sell the item. Please register to sell the item */ MSG_USESKILL_FAIL_EL_SUMMON = 0x6d4, -/*20100420 to 20180523 +/*20100420 to 20180605 ์๋ฒ์ฐํฉ๋์ ์ ์ฝ์ฌํญ ์
๋๋ค. This is a restricted server. 20130807 to 20130814 @@ -9552,7 +9552,7 @@ This is a restricted server. You don't have any summoned spirits. */ MSG_AGAINSTSERVERSIEGEWARFARE_RESTRICTION = 0x6d5, -/*20100420 to 20180523 +/*20100420 to 20180605 OTP ๋น๋ฐ๋ฒํธ๋ 6์๋ฆฌ ์
๋๋ค. OTP password is 6 digits long. 20130807 to 20130814 @@ -9560,7 +9560,7 @@ OTP password is 6 digits long. This is a restricted server. */ MSG_OTP_MUST_6_CHAR = 0x6d6, -/*20100420 to 20180523 +/*20100420 to 20180605 OTP ์ ๋ณด๊ฐ ์์ต๋๋ค. ๊ด๋ฆฌ์์๊ฒ ๋ฌธ์ํ์๊ธฐ ๋ฐ๋๋๋ค. OTP information is unavailable. Please contact your administrator. 20130807 to 20130814 @@ -9568,7 +9568,7 @@ OTP ๋น๋ฐ๋ฒํธ๋ 6์๋ฆฌ ์
๋๋ค. OTP password is 6 digits long. */ MSG_DB_ERROR = 0x6d7, -/*20100420 to 20180523 +/*20100420 to 20180605 OTP ์ธ์ฆ์ ์คํจ ํ์ต๋๋ค. OTP authentication failed. 20130807 to 20130814 @@ -9576,7 +9576,7 @@ OTP ์ ๋ณด๊ฐ ์์ต๋๋ค. ๊ด๋ฆฌ์์๊ฒ ๋ฌธ์ํ์๊ธฐ ๋ฐ๋๋๋ค. OTP information is unavailable. Please contact your administrator. */ MSG_OTP_FAILED = 0x6d8, -/*20100420 to 20180523 +/*20100420 to 20180605 ํํฐ๊ด๊ณ ๊ฐ ์ถ๊ฐ๋์์ต๋๋ค Party ad has been added. 20130807 to 20130814 @@ -9586,7 +9586,7 @@ OTP authentication failed. MSG_PARTY_BOOKING_NOTIFY = 0x6d9, /*20100420 to 20110718 ํํฐ์ ๋ชจ์ง ์ค -20110726 to 20180523 +20110726 to 20180605 ๋ชจ์ง ์ค Recruit party members 20130807 to 20130814 @@ -9594,7 +9594,7 @@ Recruit party members Party ad has been added. */ MSG_PARTY_BOOKING_REQURT = 0x6da, -/*20100420 to 20180523 +/*20100420 to 20180605 ์ญํ Roles 20130807 to 20130814 @@ -9602,7 +9602,7 @@ Roles Recruit party members */ MSG_PARTY_BOOKING_TYPE = 0x6db, -/*20100420 to 20180523 +/*20100420 to 20180605 1์ฐจ ์ง์
1st Jobs 20130807 to 20130814 @@ -9610,7 +9610,7 @@ Recruit party members Roles */ MSG_PARTY_BOOKING_TYPE_1 = 0x6dc, -/*20100420 to 20180523 +/*20100420 to 20180605 2์ฐจ ์ง์
2nd Jobs 20130807 to 20130814 @@ -9618,7 +9618,7 @@ Roles 1st Jobs */ MSG_PARTY_BOOKING_TYPE_2 = 0x6dd, -/*20100420 to 20180523 +/*20100420 to 20180605 3-1์ฐจ ์ง์
3-1 Classes 20130807 to 20130814 @@ -9626,7 +9626,7 @@ Roles 2nd Jobs */ MSG_PARTY_BOOKING_TYPE_3_1 = 0x6de, -/*20100420 to 20180523 +/*20100420 to 20180605 3-2์ฐจ ์ง์
3-2 Classes 20130807 to 20130814 @@ -9634,7 +9634,7 @@ Roles 3-1 Classes */ MSG_PARTY_BOOKING_TYPE_3_2 = 0x6df, -/*20100420 to 20180523 +/*20100420 to 20180605 ์ ์น 1์ฐจ ์ง์
1st Job High 20130807 to 20130814 @@ -9642,7 +9642,7 @@ Roles 3-2 Classes */ MSG_PARTY_BOOKING_TYPE_1PLUS = 0x6e0, -/*20100420 to 20180523 +/*20100420 to 20180605 ์ ์น 2์ฐจ ์ง์
2nd Jobs High 20130807 to 20130814 @@ -9650,7 +9650,7 @@ Roles 1st Job High */ MSG_PARTY_BOOKING_TYPE_2PLUS = 0x6e1, -/*20100420 to 20180523 +/*20100420 to 20180605 ๊ธฐํ ์ง์
๊ตฐ Other Jobs 20130807 to 20130814 @@ -9658,7 +9658,7 @@ Other Jobs 2nd Jobs High */ MSG_PARTY_BOOKING_TYPE_ETC = 0x6e2, -/*20100420 to 20180523 +/*20100420 to 20180605 ๋ชจ์ง ํ๊ธฐ Recruit 20130807 to 20130814 @@ -9666,7 +9666,7 @@ Recruit Other Jobs */ MSG_PARTY_BOOKING_REQURTING = 0x6e3, -/*20100420 to 20180523 +/*20100420 to 20180605 ํํฐ์์ ๋ชจ์งํฉ๋๋ค. Open party recruitment window. 20130807 to 20130814 @@ -9676,7 +9676,7 @@ Recruit MSG_PARTY_BOOKING_REQURT_TIP = 0x6e4, /*20100420 to 20110718 ๊ฒ์์ค - -20110726 to 20180523 +20110726 to 20180605 ๊ฒ์ ์ค - Searching - 20130807 to 20130814 @@ -9684,7 +9684,7 @@ Searching - Open party recruitment window. */ MSG_PARTY_BOOKING_SEARCH = 0x6e5, -/*20100420 to 20180523 +/*20100420 to 20180605 ๋ชจ๋ ์ ํ Select All 20130807 to 20130814 @@ -9692,7 +9692,7 @@ Select All Searching - */ MSG_PARTY_BOOKING_ALL_SELECT = 0x6e6, -/*20100420 to 20180523 +/*20100420 to 20180605 ์ต์ํ ํ๋์ ์ง์
์ด ๋ชจ์ง ์ค์ด์ด์ผ ํฉ๋๋ค. Recruitment of at least one job must be running. 20130807 to 20130814 @@ -9700,7 +9700,7 @@ Recruitment of at least one job must be running. Select All */ MSG_PARTY_BOOKING_ERR1 = 0x6e7, -/*20100420 to 20180523 +/*20100420 to 20180605 ์ต์ 1๊ฐ์ด์์ ์ง์
์ ์ ํํด ์ฃผ์
์ผ ํฉ๋๋ค. You have to select atleast 1 or more jobs. 20130807 to 20130814 @@ -9708,7 +9708,7 @@ You have to select atleast 1 or more jobs. Recruitment of at least one job must be running. */ MSG_PARTY_BOOKING_ERR2 = 0x6e8, -/*20100420 to 20180523 +/*20100420 to 20180605 ์ ํ๋ ์ง์
์ %d๊ฐ์
๋๋ค. ์ต๋ 6๊ฐ๊น์ง๋ง ์ง์
์ ์ ํํ ์ ์์ต๋๋ค. You have selected %d Jobs. You can only select up to 6 different jobs. 20130807 to 20130814 @@ -9716,7 +9716,7 @@ You have selected %d Jobs. You can only select up to 6 different jobs. You have to select atleast 1 or more jobs. */ MSG_PARTY_BOOKING_ERR3 = 0x6e9, -/*20100420 to 20180523 +/*20100420 to 20180605 ๋ ๋ฒจ์ ์ซ์ ์ด์ธ์ ๋ฌธ์๋ ๋ค์ด๊ฐ ์ ์์ต๋๋ค. Only numeric characters are allowed. 20130807 to 20130814 @@ -9724,7 +9724,7 @@ Only numeric characters are allowed. You have selected %d Jobs. You can only select up to 6 different jobs. */ MSG_PARTY_BOOKING_ERR4 = 0x6ea, -/*20100420 to 20180523 +/*20100420 to 20180605 ๋ ๋ฒจ์ 1~150 ์ฌ์ด์ ์ซ์๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์. Please enter levels between 1~150. 20130807 to 20130814 @@ -9734,7 +9734,7 @@ Only numeric characters are allowed. MSG_PARTY_BOOKING_ERR5 = 0x6eb, #endif #if PACKETVER >= 20100511 -/*20100511 to 20180523 +/*20100511 to 20180605 ํด๋น ๋งต์์๋ ์์ ์ฅ๋น๊ฐ ๋ณด์ด์ง ์์ต๋๋ค. Nothing found in the selected map. 20130807 to 20130814 @@ -9744,7 +9744,7 @@ Please enter levels between 1~150. MSG_DISABLE_COSTUMEITEM_MAP = 0x6ec, #endif #if PACKETVER >= 20100525 -/*20100525 to 20180523 +/*20100525 to 20180605 ์์ดํ
์ ์ฐฉ์ฉํ ์ ์๋ ๋ ๋ฒจ์ด ์๋๋๋ค. You cannot equip this item with your current level. 20130807 to 20130814 @@ -9752,7 +9752,7 @@ You cannot equip this item with your current level. Nothing found in the selected map. */ MSG_CANNOT_EQUIP_ITEM_LEVEL = 0x6ed, -/*20100525 to 20180523 +/*20100525 to 20180605 ์์ดํ
์ ์ฌ์ฉํ ์ ์๋ ๋ ๋ฒจ์ด ์๋๋๋ค. You cannot use this item with your current level. 20130807 to 20130814 @@ -9762,7 +9762,7 @@ You cannot equip this item with your current level. MSG_CANNOT_USE_ITEM_LEVEL = 0x6ee, #endif #if PACKETVER >= 20100601 -/*20100601 to 20180523 +/*20100601 to 20180605 ์ฑํ
๋ชจ๋ OnOff ํ์ฑํ Enable Battlemode 20130807 to 20130814 @@ -9770,7 +9770,7 @@ Enable Battlemode You cannot use this item with your current level. */ MSG_CHATMODE_ONOFF = 0x6ef, -/*20100601 to 20180523 +/*20100601 to 20180605 ํญ์ฌ์ด์ฆ ํฌ๊ธฐ๊ฐ ์ด๊ณผ๋์ด ์ถ๊ฐํ ์ ์์ต๋๋ค. Failed to add because you have reached the limit. 20130807 to 20130814 @@ -9780,7 +9780,7 @@ Enable Battlemode MSG_OVER_TABSIZE = 0x6f0, /*20100601 to 20100601 ์ฐฝ ํ์ ์ ๋ณด. -20100608 to 20180523 +20100608 to 20180605 ์ฐฝ ํ์ ์ ๋ณด Window Sign Information 20130807 to 20130814 @@ -9790,7 +9790,7 @@ Failed to add because you have reached the limit. MSG_SET_CHATINFO = 0x6f1, #endif #if PACKETVER >= 20100608 -/*20100608 to 20180523 +/*20100608 to 20180605 ํ๋งค Sell 20130807 to 20130814 @@ -9798,7 +9798,7 @@ Sell Window Sign Information */ MSG_SELL = 0x6f2, -/*20100608 to 20180523 +/*20100608 to 20180605 ๊ตฌ๋งค Purchase 20130807 to 20130814 @@ -9806,7 +9806,7 @@ Purchase Sell */ MSG_BUY = 0x6f3, -/*20100608 to 20180523 +/*20100608 to 20180605 ๋
ธ์ ๊ฒ์ Search for Vends 20130807 to 20130814 @@ -9814,7 +9814,7 @@ Search for Vends Purchase */ MSG_SEARCH_STOREINFO = 0x6f4, -/*20100608 to 20180523 +/*20100608 to 20180605 ๋
ธ์ ์ด๋ฆ Shop Name 20130807 to 20130814 @@ -9822,7 +9822,7 @@ Shop Name Search for Vends */ MSG_STORE_NAME = 0x6f5, -/*20100608 to 20180523 +/*20100608 to 20180605 ์๋ Quantity 20130807 to 20130814 @@ -9830,7 +9830,7 @@ Quantity Shop Name */ MSG_SEARCH_ITEM_COUNT = 0x6f6, -/*20100608 to 20180523 +/*20100608 to 20180605 ๊ฐ๊ฒฉ Cost 20130807 to 20130814 @@ -9838,7 +9838,7 @@ Cost Quantity */ MSG_SEARCH_ITEM_PRICE = 0x6f7, -/*20100608 to 20180523 +/*20100608 to 20180605 ๊ฒ์ ๊ฒฐ๊ณผ๊ฐ ๋๋ฌด ๋ง์ต๋๋ค. ๊ฒ์์ด๋ฅผ ์์ธํ ์
๋ ฅ ํด ์ฃผ์ธ์. Too much results have been found. Please do a more precisely search. 20130807 to 20130814 @@ -9846,7 +9846,7 @@ Too much results have been found. Please do a more precisely search. Cost */ MSG_SSI_FAILED_OVER_MAXCOUNT = 0x6f8, -/*20100608 to 20180523 +/*20100608 to 20180605 ํด๋น ๋
ธ์ ์ ์ฌ์๊ฒ ์ต๋๊น? Do you want to open a street stall? 20130807 to 20130814 @@ -9854,7 +9854,7 @@ Do you want to open a street stall? Too much results have been found. Please do a more precisely search. */ MSG_OPEN_SEARCH_STORE = 0x6f9, -/*20100608 to 20180523 +/*20100608 to 20180605 SSO ์ธ์ฆ์ ์คํจํ์์ต๋๋ค. Failed to recognize SSO. 20130807 to 20130814 @@ -9864,7 +9864,7 @@ Do you want to open a street stall? MSG_SSO_FAILED = 0x6fa, #endif #if PACKETVER >= 20100615 -/*20100615 to 20180523 +/*20100615 to 20180605 ํ์ฌ ํด๋น์ง์ญ์ผ๋ก ์ด๋ ํ ์ ์์ต๋๋ค Cannot move to the applied area. 20130807 to 20130814 @@ -9874,7 +9874,7 @@ Failed to recognize SSO. MSG_ZONE_MOVE_FAIL = 0x6fb, /*20100615 to 20100622 ํฌํจ ๊ฒ์ -20100629 to 20180523 +20100629 to 20180605 ๋จ์ด๊ฐ ํฌํจ๋ ์์ดํ
๊ฒ์ searching item including the word 20130807 to 20130814 @@ -9882,7 +9882,7 @@ searching item including the word Cannot move to the applied area. */ MSG_SEARCH_INCLUDED = 0x6fc, -/*20100615 to 20180523 +/*20100615 to 20180605 ํํดํ ์ ์ ์
๋๋ค. User has been expelled. 20130807 to 20130814 @@ -9890,7 +9890,7 @@ User has been expelled. searching item including the word */ MSG_WITHDREW_USERS = 0x6fd, -/*20100615 to 20180523 +/*20100615 to 20180605 ๊ฒ์ ์ด์ฉ์ ๋์ํ์ง ์์์ต๋๋ค. You have not accepted the user agreements yet. 20130807 to 20130814 @@ -9898,7 +9898,7 @@ You have not accepted the user agreements yet. User has been expelled. */ MSG_DIDNOT_AGREE = 0x6fe, -/*20100615 to 20180523 +/*20100615 to 20180605 ์กด์ฌ ํ์ง ์๋ ๊ณ์ ์
๋๋ค. You will not be disconnect from the game. 20130807 to 20130814 @@ -9906,7 +9906,7 @@ You will not be disconnect from the game. You have not accepted the user agreements yet. */ MSG_ACCOUNT_DOESNOT_EXIST = 0x6ff, -/*20100615 to 20180523 +/*20100615 to 20180605 ๋ณธ ๊ฒ์์ 12์ธ ์ด์ฉ๊ฐ์
๋๋ค. It is available only for 12 hours. 20130807 to 20130814 @@ -9916,7 +9916,7 @@ You will not be disconnect from the game. MSG_AGE_RESTRICTIONS = 0x700, #endif #if PACKETVER >= 20100616 -/*20100616 to 20180523 +/*20100616 to 20180605 ๊ณ์ ๋์ฉ ์กฐ์ฌ๋ฅผ ์ํ ๋ธ๋ญ์ํ์
๋๋ค. Your account is blocked due to illegal use of the game account. 20130807 to 20130814 @@ -9924,7 +9924,7 @@ Your account is blocked due to illegal use of the game account. It is available only for 12 hours. */ MSG_ACCOUNT_BLOCK = 0x701, -/*20100616 to 20180523 +/*20100616 to 20180605 ๋ฒ๊ทธ์กฐ์ฌ๋ฅผ ์ํ ๋ธ๋ญ์ํ์
๋๋ค. Your account is blocked because there may exist a bug with your account. 20130807 to 20130814 @@ -9934,7 +9934,7 @@ Your account is blocked due to illegal use of the game account. MSG_BUG_BLOCK = 0x702, #endif #if PACKETVER >= 20100622 -/*20100622 to 20180523 +/*20100622 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Base, Job ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 75% ์ฆ๊ฐํฉ๋๋ค. Increases base exp and job exp gained by killing monsters up to 75% for 30 minutes. 20130807 to 20130814 @@ -9942,7 +9942,7 @@ Increases base exp and job exp gained by killing monsters up to 75% for 30 minut Your account is blocked because there may exist a bug with your account. */ MSG_PLUSEXP75 = 0x703, -/*20100622 to 20180523 +/*20100622 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Base, Job ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 50% ์ฆ๊ฐํฉ๋๋ค. Increases base exp and job exp gained by killing monsters up to 50% for 30 minutes. 20130807 to 20130814 @@ -9952,7 +9952,7 @@ Increases base exp and job exp gained by killing monsters up to 75% for 30 minut MSG_PLUSEXP50 = 0x704, /*20100622 to 20100622 ์์ ์ ๋ณด๊ฐ ์ ํํ์ง ์์ ์์ ์ ์ด ์ ์์ต๋๋ค. -20100629 to 20180523 +20100629 to 20180605 ํ๋งค(๊ตฌ๋งค) ์ ๋ณด๊ฐ ์์ต๋๋ค. No sales information. 20130807 to 20130814 @@ -9960,7 +9960,7 @@ No sales information. Increases base exp and job exp gained by killing monsters up to 50% for 30 minutes. */ MSG_FAIL_OPEN_STORE = 0x705, -/*20100622 to 20180523 +/*20100622 to 20180605 ๋ ์ด์ ๊ฒ์ ํ ์ ์์ต๋๋ค. Failed to search any further. 20130807 to 20130814 @@ -9970,7 +9970,7 @@ No sales information. MSG_SSI_FAILED_SEARCH_CNT = 0x706, /*20100622 to 20100622 ๊ฒ์์ด ์คํจํ์์ต๋๋ค. -20100629 to 20180523 +20100629 to 20180605 ํด๋น ์์ดํ
๋ช
์ ์กด์ฌํ์ง ์์ต๋๋ค. The item you have entered does not exist. 20130807 to 20130814 @@ -9978,7 +9978,7 @@ The item you have entered does not exist. Failed to search any further. */ MSG_SSI_FAILED_ITEM_DOES_NOT_EXIST = 0x707, -/*20100622 to 20180523 +/*20100622 to 20180605 ์์ง ๊ฒ์ ํ ์ ์์ต๋๋ค. Cannot search yet. 20130807 to 20130814 @@ -9990,7 +9990,7 @@ The item you have entered does not exist. #if PACKETVER >= 20100629 /*20100629 to 20100707 ์นด๋ ์ด๋ฆ, ์ ๋์ฌ, ์ ๋ฏธ์ฌ -20100713 to 20180523 +20100713 to 20180605 ์นด๋ ์ด๋ฆ ๋๋ ์ ๋์ฌ(์ ๋ฏธ์ฌ)๋ฅผ ์
๋ ฅํ์ธ์ Enter the card name or prefix/suffix. 20130807 to 20130814 @@ -9998,7 +9998,7 @@ Enter the card name or prefix/suffix. Cannot search yet. */ MSG_SSI_TOOLTIP_OF_SERACHING_THE_CARD = 0x709, -/*20100629 to 20180523 +/*20100629 to 20180605 ๋จ์ ๊ฒ์ ํ์ : %d Searches left: %d 20130807 to 20130814 @@ -10006,7 +10006,7 @@ Searches left: %d Enter the card name or prefix/suffix. */ MSG_SSI_REST_OF_NUMBER_OF_SEARCHES = 0x70a, -/*20100629 to 20180523 +/*20100629 to 20180605 ๊ฒ์ ๋ ๋
ธ์ ์ด ์์ต๋๋ค. No result has been found. 20130807 to 20130814 @@ -10014,7 +10014,7 @@ No result has been found. Searches left: %d */ MSG_SSI_FAILED_SEARCH_STORE = 0x70b, -/*20100629 to 20180523 +/*20100629 to 20180605 ์์ดํ
๊ฐ๊ฒฉ ๋ฒ์๊ฐ ์๋ชป๋์์ต๋๋ค. The item price is too high. 20130807 to 20130814 @@ -10022,7 +10022,7 @@ The item price is too high. No result has been found. */ MSG_SSI_FAILED_PRICE_ISNOT_VALID = 0x70c, -/*20100629 to 20180523 +/*20100629 to 20180605 ์ผ๋ฐ ์ฅ๋น Normal Gear 20130807 to 20130814 @@ -10030,7 +10030,7 @@ Normal Gear The item price is too high. */ MSG_GENERAL_EQUIPMENT = 0x70d, -/*20100629 to 20180523 +/*20100629 to 20180605 ์์ ์ฅ๋น Costume 20130807 to 20130814 @@ -10040,7 +10040,7 @@ Normal Gear MSG_COSTUME_EQUIPMENT = 0x70e, #endif #if PACKETVER >= 20100713 -/*20100713 to 20180523 +/*20100713 to 20180605 ๋ถ minute 20130807 to 20130814 @@ -10048,7 +10048,7 @@ minute Costume */ MSG_MINUTE = 0x70f, -/*20100713 to 20180523 +/*20100713 to 20180605 ์ด second 20130807 to 20130814 @@ -10056,7 +10056,7 @@ second minute */ MSG_SECOND = 0x710, -/*20100713 to 20180523 +/*20100713 to 20180605 ์์ดํ
๋ช
์ ์
๋ ฅํด ์ฃผ์ธ์. Please enter the name of the item. 20130807 to 20130814 @@ -10064,7 +10064,7 @@ Please enter the name of the item. second */ MSG_SSI_FAILED_ENTER_THE_NAME_OF_ITEM = 0x711, -/*20100713 to 20180523 +/*20100713 to 20180605 ํด๋น ์์ดํ
๋ช
์ ์กด์ฌํ์ง ์์ต๋๋ค. The item you have entered does not exist. 20130807 to 20130814 @@ -10074,7 +10074,7 @@ Please enter the name of the item. MSG_SSI_FAILED_NAME_OF_ITEM_DOES_NOT_EXIST = 0x712, #endif #if PACKETVER >= 20100720 -/*20100720 to 20180523 +/*20100720 to 20180605 ์ง์
๊ฐ๋ฅํ ๋งต์ด ์กด์ฌํ์ง ์์ต๋๋ค. The map is not available. 20130807 to 20130814 @@ -10082,7 +10082,7 @@ The map is not available. The item you have entered does not exist. */ MSG_NOT_EXIST_ENTRYMAP = 0x713, -/*20100720 to 20180523 +/*20100720 to 20180605 ํด๋น ์นด๋ ์ด๋ฆ์ด๋ ์ ๋์ฌ(์ ๋ฏธ์ฌ)๋ ์กด์ฌํ์ง ์์ต๋๋ค. The selected name or prefix/suffix does not exist. 20130807 to 20130814 @@ -10092,7 +10092,7 @@ The map is not available. MSG_SSI_FAILED_NAME_OF_CARD_DOES_NOT_EXIST = 0x714, #endif #if PACKETVER >= 20100727 -/*20100727 to 20180523 +/*20100727 to 20180605 ํ๋ฒ์ ๊ตฌ๋งค ๊ฐ๋ฅ ์ข
๋ฅ๋ 10๊ฐ์
๋๋ค. You can purchase up to 10 items. 20130807 to 20130814 @@ -10100,7 +10100,7 @@ You can purchase up to 10 items. The selected name or prefix/suffix does not exist. */ MSG_CASH_FAILED_TOTAL_CNT = 0x715, -/*20100727 to 20180523 +/*20100727 to 20180605 ์ผ๋ถ ์์ดํ
์ ๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. Some items could not be purchased. 20130807 to 20130814 @@ -10110,7 +10110,7 @@ You can purchase up to 10 items. MSG_CASH_FAILED_BUY_SOME = 0x716, #endif #if PACKETVER >= 20100730 -/*20100730 to 20180523 +/*20100730 to 20180605 ์๋
์์ผ 6์๋ฆฌ๋ฅผ ์
๋ ฅํ์ธ์.(์์:801122) Enter your 6-digit DOB(YYMMDD) (e.g: 801122) 20130807 to 20130814 @@ -10118,7 +10118,7 @@ Enter your 6-digit DOB(YYMMDD) (e.g: 801122) Some items could not be purchased. */ MSG_ENTER_PEOPLE_BIRTH = 0x717, -/*20100730 to 20180523 +/*20100730 to 20180605 ์ ์ ์๋ ์ค๋ฅ๊ฐ ๋ฐ์ํ์์ต๋๋ค. Now Logging Out. 20130807 to 20130814 @@ -10126,7 +10126,7 @@ Now Logging Out. Enter your 6-digit DOB(YYMMDD) (e.g: 801122) */ MSG_RESULT_FAIL_UNKNOWN = 0x718, -/*20100730 to 20180523 +/*20100730 to 20180605 ๋ฐ์ดํ ๋ฒ ์ด์ค ์ค๋ฅ๊ฐ ๋ฐ์ํ์์ต๋๋ค. A database error has occurred. 20130807 to 20130814 @@ -10134,7 +10134,7 @@ A database error has occurred. Now Logging Out. */ MSG_RESULT_FAIL_DATABASE = 0x719, -/*20100730 to 20180523 +/*20100730 to 20180605 ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํ๊ธฐ ์ํด์๋ ๊ธธ๋์์ ํํด ํด์ผ ํฉ๋๋ค. Please leave your guild first in order to remove your character. 20130807 to 20130814 @@ -10142,7 +10142,7 @@ Please leave your guild first in order to remove your character. A database error has occurred. */ MSG_RESULT_FAIL_GUILD = 0x71a, -/*20100730 to 20180523 +/*20100730 to 20180605 ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํ๊ธฐ ์ํด์๋ ํํฐ์์ ํํด ํด์ผ ํฉ๋๋ค. Please leave your party first in order to remove your character. 20130807 to 20130814 @@ -10150,7 +10150,7 @@ Please leave your party first in order to remove your character. Please leave your guild first in order to remove your character. */ MSG_RESULT_FAIL_PARTY = 0x71b, -/*20100730 to 20180523 +/*20100730 to 20180605 ์์คํ
์ค์ ์ผ๋ก ์ธํด ์ญ์ ํ ์ ์์ต๋๋ค. You cannot delete this character because the delete time has not expired yet. 20130807 to 20130814 @@ -10158,7 +10158,7 @@ You cannot delete this character because the delete time has not expired yet. Please leave your party first in order to remove your character. */ MSG_RESULT_FAIL_CONFIGURATION = 0x71c, -/*20100730 to 20180523 +/*20100730 to 20180605 ์์ง ์ญ์ ๊ฐ๋ฅ ์๊ฐ์ด ์๋๋๋ค. You cannot delete this character at the moment. 20130807 to 20130814 @@ -10166,7 +10166,7 @@ You cannot delete this character at the moment. You cannot delete this character because the delete time has not expired yet. */ MSG_RESULT_FAIL_DATE = 0x71d, -/*20100730 to 20180523 +/*20100730 to 20180605 ์๋
์์ผ์ด ์ผ์นํ์ง ์์ต๋๋ค. Your entered birthday does not match. 20130807 to 20130814 @@ -10174,7 +10174,7 @@ Your entered birthday does not match. You cannot delete this character at the moment. */ MSG_RESULT_FAIL_BIRTH = 0x71e, -/*20100730 to 20180523 +/*20100730 to 20180605 ์น๋ฐ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. You lack of familiarity. 20130807 to 20130814 @@ -10182,7 +10182,7 @@ You lack of familiarity. Your entered birthday does not match. */ MSG_USESKILL_FAIL_RELATIONGRADE = 0x71f, -/*20100730 to 20180523 +/*20100730 to 20180605 ์คํ์ผ์ฒด์ธ์ง ํ์ดํฐ ์ํ์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. This is only available on style change for fighting classes. 20130807 to 20130814 @@ -10190,7 +10190,7 @@ This is only available on style change for fighting classes. You lack of familiarity. */ MSG_USESKILL_FAIL_STYLE_CHANGE_FIGHTER = 0x720, -/*20100730 to 20180523 +/*20100730 to 20180605 ์คํ์ผ์ฒด์ธ์ง ๊ทธ๋ํ๋ฌ ์ํ์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. This is only available on style change for novice. 20130807 to 20130814 @@ -10200,7 +10200,7 @@ This is only available on style change for fighting classes. MSG_USESKILL_FAIL_STYLE_CHANGE_GRAPPLER = 0x721, #endif #if PACKETVER >= 20100817 -/*20100817 to 20180523 +/*20100817 to 20180605 ํํฐ๋ฑ๋ก์คํจ Party Registration failed. 20130807 to 20130814 @@ -10208,7 +10208,7 @@ Party Registration failed. This is only available on style change for novice. */ MSG_PARTY_REGISTRATION_FAILED = 0x722, -/*20100817 to 20180523 +/*20100817 to 20180605 ๊ฒ์๋ ์กฐ๊ฑด์ ๋ฆฌ์คํธ๊ฐ ์์ต๋๋ค. results have been found. 20130807 to 20130814 @@ -10216,7 +10216,7 @@ results have been found. Party Registration failed. */ MSG_PARTY_SEARCH_FAILED = 0x723, -/*20100817 to 20180523 +/*20100817 to 20180605 ๊ด๊ณ ์ญ์ ์ ์คํจํ์ต๋๋ค. Failed to remove result. 20130807 to 20130814 @@ -10224,7 +10224,7 @@ Failed to remove result. results have been found. */ MSG_PARTY_AD_DELETE_FAILED = 0x724, -/*20100817 to 20180523 +/*20100817 to 20180605 ์กฐ๊ฑด์ ๋ง๋ ๊ด๊ณ ๊ฐ ์์ด ์คํจํ์ต๋๋ค. No results have been found. 20130807 to 20130814 @@ -10234,7 +10234,7 @@ Failed to remove result. MSG_PARTY_NOT_EXIST_AD = 0x725, #endif #if PACKETVER >= 20100824 -/*20100824 to 20180523 +/*20100824 to 20180605 ๊ฒฐ์ ์ ๋ณด๊ฐ ์์ต๋๋ค. No payment information has been found. 20130807 to 20130814 @@ -10242,7 +10242,7 @@ No payment information has been found. No results have been found. */ MSG_REFUSE_SSO_NOT_PAY_USER = 0x726, -/*20100824 to 20180523 +/*20100824 to 20180605 ๊ตํ ์ ์คํฌ๋ฆฐ์ท ์ฐ๊ธฐ Screenshot Trade 20130807 to 20130814 @@ -10250,7 +10250,7 @@ Screenshot Trade No payment information has been found. */ MSG_SCREENSHOT_FOR_EXCHANGE = 0x727, -/*20100824 to 20180523 +/*20100824 to 20180605 [๊ฑฐ๋_%s] [Trade_%s] 20130807 to 20130814 @@ -10265,12 +10265,12 @@ Screenshot Trade 20130807 to 20130814 [๊ฑฐ๋_%s] [Trade_%s] -20180207 to 20180523 +20180207 to 20180605 ์ฌ๋ง ์ ์์งํ ์์ดํ
์ผ๋ก ๊ฒฝํ์น ์์ค์ ๋ง์์ต๋๋ค. Death due to the auto insurance young people are spending. */ MSG_NOTIFY_NEO_INSURANCE_ITEM_USE = 0x729, -/*20100914 to 20180523 +/*20100914 to 20180605 ๋ํ Chat Dialog 20130807 to 20130814 @@ -10279,7 +10279,7 @@ Chat Dialog MSG_TALK = 0x72a, #endif #if PACKETVER >= 20101019 -/*20101019 to 20180523 +/*20101019 to 20180605 ์ค๋ณต์ฌ์ฉ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Redundant is not available. 20130807 to 20130814 @@ -10287,7 +10287,7 @@ Redundant is not available. Chat Dialog */ MSG_MACRO_DUPLICATE = 0x72b, -/*20101019 to 20180523 +/*20101019 to 20180605 ์ฌ์ฉ์ ํ์ด ๊ฑธ๋ ค์์ต๋๋ค. Use the limit that has been set. 20130807 to 20130814 @@ -10295,7 +10295,7 @@ Use the limit that has been set. Redundant is not available. */ MSG_MACRO_POSTDELAY = 0x72c, -/*20101019 to 20180523 +/*20101019 to 20180605 ํ์ฌ ์ฌ์ฉ์ ํ์ด ๊ฑธ๋ ค ์์ง ์์ต๋๋ค. No user restrictions are set. 20130807 to 20130814 @@ -10303,7 +10303,7 @@ No user restrictions are set. Use the limit that has been set. */ MSG_MACRO_NOT_POSTDELAY = 0x72d, -/*20101019 to 20180523 +/*20101019 to 20180605 ์๊ธฐ์น ๋ชปํ ์ฌ์ ๋ก ์ธํด ์ ์์ด ์คํจํ์์ต๋๋ค. ๊ด๋ฆฌ์์๊ฒ ๋ฌธ์ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Connection has failed. Please contact your administrator. 20130807 to 20130814 @@ -10311,7 +10311,7 @@ Connection has failed. Please contact your administrator. No user restrictions are set. */ MSG_SSO_ERROR_MSG = 0x72e, -/*20101019 to 20180523 +/*20101019 to 20180605 ์ ์ ์ ๋ณด ์ธ์ฆ ์คํจํ์์ต๋๋ค. Failed to authenticate. 20130807 to 20130814 @@ -10319,7 +10319,7 @@ Failed to authenticate. Connection has failed. Please contact your administrator. */ MSG_REFUSE_SSO_AUTH_INVALID_TOKEN = 0x72f, -/*20101019 to 20180523 +/*20101019 to 20180605 ๊ฐ์
ํ์ง ์์ ์ฌ์ฉ์์
๋๋ค. User is offline. 20130807 to 20130814 @@ -10327,7 +10327,7 @@ User is offline. Failed to authenticate. */ MSG_REFUSE_SSO_AUTH_INVALID_USER = 0x730, -/*20101019 to 20180523 +/*20101019 to 20180605 ๋์ด์ ํ ๋๋ฌธ์ ์ด๊ณ์ ์ผ๋ก ์ด์๋ฒ์ ์ ์ํ ์ ์์ต๋๋ค. The age limit from commandment tables cannot connect to this server. 20130807 to 20130814 @@ -10335,7 +10335,7 @@ The age limit from commandment tables cannot connect to this server. User is offline. */ MSG_REFUSE_SSO_AUTH_INVALID_AGE = 0x731, -/*20101019 to 20180523 +/*20101019 to 20180605 ๊ตฌ๋งคํ๊ธฐ Buy 20130807 to 20130814 @@ -10343,7 +10343,7 @@ Buy The age limit from commandment tables cannot connect to this server. */ MSG_NC_BUY = 0x732, -/*20101019 to 20180523 +/*20101019 to 20180605 ์ฅ๋ฐ๊ตฌ๋ ๋น์ฐ๊ธฐ Cancel. 20130807 to 20130814 @@ -10351,7 +10351,7 @@ Cancel. Buy */ MSG_NC_BLANK = 0x733, -/*20101019 to 20180523 +/*20101019 to 20180605 ์ฒซ ํ์ด์ง First page 20130807 to 20130814 @@ -10359,7 +10359,7 @@ First page Cancel. */ MSG_NC_FIRSTPAGE = 0x734, -/*20101019 to 20180523 +/*20101019 to 20180605 ๋ง์ง๋ง ํ์ด์ง Last page 20130807 to 20130814 @@ -10367,7 +10367,7 @@ Last page First page */ MSG_NC_LASTPAGE = 0x735, -/*20101019 to 20180523 +/*20101019 to 20180605 ์ ๊ท New 20130807 to 20130814 @@ -10375,7 +10375,7 @@ New Last page */ MSG_NC_CAT1 = 0x736, -/*20101019 to 20180523 +/*20101019 to 20180605 ์ธ๊ธฐ Headgears 20130807 to 20130814 @@ -10383,7 +10383,7 @@ Headgears New */ MSG_NC_CAT2 = 0x737, -/*20101019 to 20180523 +/*20101019 to 20180605 ํ์ Limited 20130807 to 20130814 @@ -10391,7 +10391,7 @@ Limited Headgears */ MSG_NC_CAT3 = 0x738, -/*20101019 to 20180523 +/*20101019 to 20180605 ์๋์ฅ๋น Rental Items 20130807 to 20130814 @@ -10399,7 +10399,7 @@ Rental Items Limited */ MSG_NC_CAT4 = 0x739, -/*20101019 to 20180523 +/*20101019 to 20180605 ์๊ตฌ์ฅ๋น Equipments 20130807 to 20130814 @@ -10407,7 +10407,7 @@ Equipments Rental Items */ MSG_NC_CAT5 = 0x73a, -/*20101019 to 20180523 +/*20101019 to 20180605 ๋ฒํ Scrolls 20130807 to 20130814 @@ -10415,7 +10415,7 @@ Scrolls Equipments */ MSG_NC_CAT6 = 0x73b, -/*20101019 to 20180523 +/*20101019 to 20180605 ํ๋ณต Consumables 20130807 to 20130814 @@ -10423,7 +10423,7 @@ Consumables Scrolls */ MSG_NC_CAT7 = 0x73c, -/*20101019 to 20180523 +/*20101019 to 20180605 ๊ธฐํ Other 20130807 to 20130814 @@ -10431,7 +10431,7 @@ Other Consumables */ MSG_NC_CAT8 = 0x73d, -/*20101019 to 20180523 +/*20101019 to 20180605 ๊ฐ๊ฒฉ Cost 20130807 to 20130814 @@ -10439,7 +10439,7 @@ Cost Other */ MSG_NC_COST = 0x73e, -/*20101019 to 20180523 +/*20101019 to 20180605 ์๋ Quantity 20130807 to 20130814 @@ -10447,7 +10447,7 @@ Quantity Cost */ MSG_NC_NUM = 0x73f, -/*20101019 to 20180523 +/*20101019 to 20180605 ๊ฐ Total 20130807 to 20130814 @@ -10455,7 +10455,7 @@ Total Quantity */ MSG_NC_COUNT = 0x740, -/*20101019 to 20180523 +/*20101019 to 20180605 ๋ฌด๋ฃ ์บ์ : %s C Free Cash: %s C 20130807 to 20130814 @@ -10463,7 +10463,7 @@ Free Cash: %s C Total */ MSG_NC_FREECASH = 0x741, -/*20101019 to 20180523 +/*20101019 to 20180605 ์์ง ์บ์ : %s C CashPoints: %s C 20130807 to 20130814 @@ -10471,7 +10471,7 @@ CashPoints: %s C Free Cash: %s C */ MSG_NC_CASH = 0x742, -/*20101019 to 20180523 +/*20101019 to 20180605 ์ด ์ง์ญ์์๋ ๋ชฌ์คํฐ ์ํ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. You cannot summon a monster in this area. 20130807 to 20130814 @@ -10481,7 +10481,7 @@ CashPoints: %s C MSG_CALLMONSTER_FAIL_AREA = 0x743, #endif #if PACKETVER >= 20101109 -/*20101109 to 20180523 +/*20101109 to 20180605 ๋ฌด๋ฃ์บ์ ์ฌ์ฉ๋์ด ์ ์ฒด ๊ธ์ก์ ์ด๊ณผํ๊ณ ์์ต๋๋ค Exceeded total free cash 20130807 to 20130814 @@ -10489,7 +10489,7 @@ Exceeded total free cash You cannot summon a monster in this area. */ MSG_BUY_CASH_FAIL2 = 0x744, -/*20101109 to 20180523 +/*20101109 to 20180605 ์ค์ ํ ๋ด์ฉ์ด [SaveData_ExMacro%d]์ ์ ์ฅ๋ฉ๋๋ค. %d seconds left until you can use 20130807 to 20130814 @@ -10499,7 +10499,7 @@ Exceeded total free cash MSG_MACRO_SAVE_DATA = 0x745, #endif #if PACKETVER >= 20101123 -/*20101123 to 20180523 +/*20101123 to 20180605 ์ฝ %d ์ด ํ์ ์ฌ์ฉํ ์ ์์ต๋๋ค Content has been saved in [SaveData_ExMacro%d] 20130807 to 20130814 @@ -10509,7 +10509,7 @@ Content has been saved in [SaveData_ExMacro%d] MSG_ITEM_REUSE_LIMIT_SECOND = 0x746, #endif #if PACKETVER >= 20101207 -/*20101207 to 20180523 +/*20101207 to 20180605 [์ฐฝ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. ~ [Windows] must be equipped with. 20130807 to 20130814 @@ -10519,7 +10519,7 @@ Content has been saved in [SaveData_ExMacro%d] MSG_FAIL_NEED_EQUIPPED_SPEAR = 0x747, #endif #if PACKETVER >= 20101214 -/*20101214 to 20180523 +/*20101214 to 20180605 ๋๋๊ณค ํ์น์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Available only on the dragon. 20130807 to 20130814 @@ -10527,7 +10527,7 @@ Available only on the dragon. ~ [Windows] must be equipped with. */ MSG_USESKILL_FAIL_DRAGON = 0x748, -/*20101214 to 20180523 +/*20101214 to 20180605 ๋ณธ ์๋ฒ์ ์ ์ํ ์ ์๋ ์ ์์ด ์ด๊ณผ๋์ด ์ง์
์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. Unable to proceed due to exceeding capacity. 20130807 to 20130814 @@ -10537,7 +10537,7 @@ Available only on the dragon. MSG_OVER_CONNECT_USER = 0x749, #endif #if PACKETVER >= 20101228 -/*20101228 to 20180523 +/*20101228 to 20180605 ์ค๋ช
์ธ์ฆ์ด ๋์ง ์์์ต๋๋ค. ์ค๋ช
์ธ์ฆ ์ฌ์ดํธ๋ก ์ด๋ํฉ๋๋ค Real name has not been verified. Go to name verification site. 20130807 to 20130814 @@ -10547,7 +10547,7 @@ Unable to proceed due to exceeding capacity. MSG_AUTHENTICATE = 0x74a, #endif #if PACKETVER >= 20110104 -/*20110104 to 20180523 +/*20110104 to 20180605 ์ ์ฅ ํ ์ฌ๋กฏ์ ์ ํ ํด ์ฃผ์ธ์ Please select slot you are going to save. 20130807 to 20130814 @@ -10557,7 +10557,7 @@ Real name has not been verified. Go to name verification site. MSG_SELECT_SAVESLOT = 0x74b, #endif #if PACKETVER >= 20110111 -/*20110111 to 20180523 +/*20110111 to 20180605 %s, ์ถํ๋๋ฆฝ๋๋ค. '%s' ๋ฅผ ์ป์ผ์
จ์ต๋๋ค! Congratulation %s, Acquired '%s' ! 20130807 to 20130814 @@ -10567,7 +10567,7 @@ Please select slot you are going to save. MSG_BROADCASTING_SPECIAL_ITEM_OBTAIN2 = 0x74c, #endif #if PACKETVER >= 20110118 -/*20110118 to 20180523 +/*20110118 to 20180605 ๊ทธ๋ฃจ๋ฏธ์ํ์์๋ ์ฌ์ฉํ ์ ์์ต๋๋ค Unable to use in gloomy state 20130807 to 20130814 @@ -10577,7 +10577,7 @@ Congratulation %s, Acquired '%s' ! MSG_NOTUSE_GROOMY = 0x74d, #endif #if PACKETVER >= 20110210 -/*20110210 to 20180523 +/*20110210 to 20180605 ๊ตฌ๋งค๋ฌผํ์ ํฉ๊ณ๊ธ์ก์ด ์ผ๋ฆญํฐ๊ฐ ์์งํ ์ ์๋ ์ต๋ ๊ธ์ก์ ์ด๊ณผํ์์ต๋๋ค Purchased products has exceeded the total price. 20130807 to 20130814 @@ -10587,7 +10587,7 @@ Unable to use in gloomy state MSG_BUYINGSTORE_OVERFLOW_MONEY = 0x74e, #endif #if PACKETVER >= 20110215 -/*20110215 to 20180523 +/*20110215 to 20180605 ํ์ฌ ๋งต์์๋ ํํฐ ๊ฐ์
์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Cannot join a party in this map. 20130807 to 20130814 @@ -10595,7 +10595,7 @@ Cannot join a party in this map. Purchased products has exceeded the total price. */ MSG_PREVENT_PARTY_JOIN = 0x74f, -/*20110215 to 20180523 +/*20110215 to 20180605 ํ์ฌ ๋งต์์๋ ํํฐ ํํด๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Cannot leave a party in this map. 20130807 to 20130814 @@ -10603,7 +10603,7 @@ Cannot leave a party in this map. Cannot join a party in this map. */ MSG_PREVENT_PARTY_LEAVE = 0x750, -/*20110215 to 20180523 +/*20110215 to 20180605 ํ์ฌ ๋งต์์๋ ํํฐ ์ถ๋ฐฉ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Cannot withdraw/break the party in this map. 20130807 to 20130814 @@ -10611,7 +10611,7 @@ Cannot withdraw/break the party in this map. Cannot leave a party in this map. */ MSG_PREVENT_PARTY_EXPEL = 0x751, -/*20110215 to 20180523 +/*20110215 to 20180605 ์ค์ ์ฑ๋ช
Real Name 20130807 to 20130814 @@ -10619,7 +10619,7 @@ Real Name Cannot withdraw/break the party in this map. */ MSG_SDO_REALNAME = 0x752, -/*20110215 to 20180523 +/*20110215 to 20180605 ์ ๋ถ์ฆ ๋ฒํธ ID Number 20130807 to 20130814 @@ -10627,7 +10627,7 @@ ID Number Real Name */ MSG_SDO_ID_NUMBER = 0x753, -/*20110215 to 20180523 +/*20110215 to 20180605 ์ด๋ฉ์ผ E-mail 20130807 to 20130814 @@ -10635,7 +10635,7 @@ E-mail ID Number */ MSG_SDO_EMAIL = 0x754, -/*20110215 to 20180523 +/*20110215 to 20180605 ์
๋ ฅ์ด ์ฌ๋ฐ๋ฅด์ง ์์ต๋๋ค Invalid input 20130807 to 20130814 @@ -10647,7 +10647,7 @@ E-mail #if PACKETVER >= 20110222 /*20110222 to 20130508 ์๋๋ฐฉ์๊ฒ ์ ๋ ์ง๊ธ์ ์คํจํ์ต๋๋ค. -20130515 to 20180523 +20130515 to 20180605 ์๋ ์บ๋ฆญํฐ๊ฐ ์ต๋ ๋ณด์ ์ ๋๋์ ์ด๊ณผํ์ฌ ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Failed to send the zeny 20130807 to 20130814 @@ -10655,7 +10655,7 @@ Failed to send the zeny Invalid input */ MSG_MCSTORE_FAIL_SELLER_MONEY_GIVE = 0x756, -/*20110222 to 20180523 +/*20110222 to 20180605 ํด๋น ์ง์
์ด ์๋๋๋ค. This is not a relevant job 20130807 to 20130814 @@ -10663,7 +10663,7 @@ This is not a relevant job Failed to send the zeny */ MSG_INVALID_CLASS = 0x757, -/*20110222 to 20180523 +/*20110222 to 20180605 ํด๋น ์ฑ๋ณ์ด ์๋๋๋ค. This is not a relevant gender 20130807 to 20130814 @@ -10671,7 +10671,7 @@ This is not a relevant gender This is not a relevant job */ MSG_INVALID_GENDER = 0x758, -/*20110222 to 20180523 +/*20110222 to 20180605 ์ ์ ๋์ ์ ๋ณด๊ฐ ์ธ์ฆ์ ์ฑ๊ณตํ์ต๋๋ค. User information identification was successful. 20130807 to 20130814 @@ -10679,7 +10679,7 @@ User information identification was successful. This is not a relevant gender */ MSG_SUCCESS_AUTHENTICATE = 0x759, -/*20110222 to 20180523 +/*20110222 to 20180605 ์ด๋ฆ์ด ์ผ์นํ์ง ์์ต๋๋ค. ์ฌ์์ฑ ํด์ฃผ์ธ์. Name does not match. Please retry. 20130807 to 20130814 @@ -10687,7 +10687,7 @@ Name does not match. Please retry. User information identification was successful. */ MSG_INVALID_REALNAME = 0x75a, -/*20110222 to 20180523 +/*20110222 to 20180605 ์ ๋ถ์ฆ ๋ฒํธ๊ฐ ์ผ์นํ์ง ์์ต๋๋ค. ์ฌ์์ฑ ํด์ฃผ์ธ์. ID number does not match. Please retry. 20130807 to 20130814 @@ -10695,7 +10695,7 @@ ID number does not match. Please retry. Name does not match. Please retry. */ MSG_INVALID_IDNUMBER = 0x75b, -/*20110222 to 20180523 +/*20110222 to 20180605 ํ์ฌ ์๋น์ค์ ์ด์์ด ์์ผ๋ ์ ์ ํ ์ฌ์๋ ํด์ฃผ์ธ์. Service is currently unavailable. Please try again later. 20130807 to 20130814 @@ -10705,7 +10705,7 @@ ID number does not match. Please retry. MSG_INVALID_AUTHENTICATE = 0x75c, #endif #if PACKETVER >= 20110224 -/*20110224 to 20180523 +/*20110224 to 20180605 ํ์น ์ํ์์๋ ๊ณต๊ฒฉ์ ํ ์ ์์ต๋๋ค. Unable to attack while riding. 20130807 to 20130814 @@ -10713,7 +10713,7 @@ Unable to attack while riding. Service is currently unavailable. Please try again later. */ MSG_CANNOT_ATTACK_IN_RIDING_STATE = 0x75d, -/*20110224 to 20180523 +/*20110224 to 20180605 ํ์น ์ํ์์๋ ์คํฌ ์์ ์ ํ ์ ์์ต๋๋ค. Unable to cast the skill while riding. 20130807 to 20130814 @@ -10725,7 +10725,7 @@ Unable to attack while riding. #if PACKETVER >= 20110228 /*20110228 to 20110228 ๋น๋ฐ๋ฒํธ๋ 4์๋ฆฌ ์ด์ 6์๋ฆฌ์ดํ์ฌ์ผ๋ง ํฉ๋๋ค. -20110308 to 20180523 +20110308 to 20180605 ๋น๋ฐ๋ฒํธ๋ 4์๋ฆฌ์ดํ์ฌ์ผ๋ง ํฉ๋๋ค. Pin number should be 4~6 characters. 20130807 to 20130814 @@ -10735,7 +10735,7 @@ Unable to cast the skill while riding. MSG_STORE_PASSWORD_4_6 = 0x75f, /*20110228 to 20110228 ๋ก๊ทธ์ธ์ ์ฑ๊ณตํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180605 ๋ณด์ ์ธ์ฆ์ ์ฑ๊ณตํ์ต๋๋ค. Secured authentication is successful. 20130807 to 20130814 @@ -10745,7 +10745,7 @@ Pin number should be 4~6 characters. MSG_SECOND_PASSWORD_LOGIN_SUCCESS = 0x760, /*20110228 to 20110228 ์ธ์ปจ๋ ํจ์ค์๋์ ์์ฑ์ ์ฑ๊ณตํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180605 ๋ณด์ ํจ์ค์๋์ ์์ฑ์ ์ฑ๊ณตํ์ต๋๋ค. Succeeded in creating 2nd password. 20130807 to 20130814 @@ -10755,7 +10755,7 @@ Secured authentication is successful. MSG_SECOND_PASSWORD_MAKE_SUCCESS = 0x761, /*20110228 to 20110228 ์ธ์ปจ๋ ํจ์ค์๋๋ฅผ ์ญ์ ํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180605 ๋ณด์ ํจ์ค์๋๋ฅผ ์ญ์ ํ์ต๋๋ค. 2nd password has been deleted. 20130807 to 20130814 @@ -10765,7 +10765,7 @@ Succeeded in creating 2nd password. MSG_SECOND_PASSWORD_DEL_SUCCESS = 0x762, /*20110228 to 20110228 ์ธ์ปจ๋ ํจ์ค์๋๋ฅผ ์์ ํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180605 ๋ณด์ ํจ์ค์๋๋ฅผ ์์ ํ์ต๋๋ค. 2nd password has been corrected. 20130807 to 20130814 @@ -10775,7 +10775,7 @@ Succeeded in creating 2nd password. MSG_SECOND_PASSWORD_EDIT_SUCCESS = 0x763, /*20110228 to 20110228 ๋ก๊ทธ์ธ์ ์คํจํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180605 ์๋ชป๋ ํจ์ค์๋์
๋๋ค.(%dํ๋จ์) Password is incorrect. 20130807 to 20130814 @@ -10785,7 +10785,7 @@ Password is incorrect. MSG_SECOND_PASSWORD_LOGIN_FAILED = 0x764, /*20110228 to 20110228 ์ธ์ปจ๋ ํจ์ค์๋์ ์์ฑ์ ์คํจํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180605 ๋ณด์ ํจ์ค์๋์ ์์ฑ์ ์คํจํ์ต๋๋ค. Failed to create 2nd password. 20130807 to 20130814 @@ -10795,7 +10795,7 @@ Password is incorrect. MSG_SECOND_PASSWORD_MAKE_FAILED = 0x765, /*20110228 to 20110228 ์ธ์ปจ๋ ํจ์ค์๋ ์ญ์ ์ ์คํจํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180605 ๋ณด์ ํจ์ค์๋ ์ญ์ ์ ์คํจํ์ต๋๋ค. Failed to delete 2nd password. 20130807 to 20130814 @@ -10805,7 +10805,7 @@ Failed to create 2nd password. MSG_SECOND_PASSWORD_DEL_FAILED = 0x766, /*20110228 to 20110228 ์ธ์ปจ๋ ํจ์ค์๋์ ์์ ์ ์คํจํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180605 ๋ณด์ ํจ์ค์๋์ ์์ ์ ์คํจํ์ต๋๋ค. Failed to correct 2nd password. 20130807 to 20130814 @@ -10815,7 +10815,7 @@ Failed to delete 2nd password. MSG_SECOND_PASSWORD_EDIT_FAILED = 0x767, /*20110228 to 20110228 ์ธ์ปจ๋ ๋น๋ฐ๋ฒํธ์๋ ์ ํ๋ ๋ฒํธ๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180605 ์
๋ ฅํ์ ํจ์ค์๋๋ ์ฌ์ฉํ์ค์์์ต๋๋ค. Unable to use restricted number in 2nd password. 20130807 to 20130814 @@ -10823,7 +10823,7 @@ Unable to use restricted number in 2nd password. Failed to correct 2nd password. */ MSG_SECOND_PASSWORD_EDIT_RESTRICT_PW = 0x768, -/*20110228 to 20180523 +/*20110228 to 20180605 ์ฃผ๋ฏผ๋ฑ๋ก๋ฒํธ๋ ์ฌ์ฉํ ์์์ต๋๋ค. Unable to use your KSSN number. 20130807 to 20130814 @@ -10833,7 +10833,7 @@ Unable to use restricted number in 2nd password. MSG_SECOND_PASSWORD_EDIT_PERSONALNUM_PW = 0x769, /*20110228 to 20110228 ๋ณด์๋ฒํธ -20110308 to 20180523 +20110308 to 20180605 ์ด๋ฏธ ํจ์ค์๋๊ฐ ์กด์ฌํฉ๋๋ค. ~There is already a password. 20130807 to 20130814 @@ -10843,7 +10843,7 @@ Unable to use your KSSN number. MSG_SECOND_PASSWORD_MAKE_DUPLICATED_PW = 0x76a, /*20110228 to 20110228 ๋น๋ฐ๋ฒํธ ์
๋ ฅ (4~6์๋ฆฌ) -20110308 to 20180523 +20110308 to 20180605 ๋ณด์ ํจ์ค์๋ Security Code 20130807 to 20130814 @@ -10853,7 +10853,7 @@ Security Code MSG_SECOND_PASSWORD = 0x76b, /*20110228 to 20110228 ITEM -20110308 to 20180523 +20110308 to 20180605 ๊ณ์ ๋ณด์์ ์ํ์ฌ ์ถ๊ฐ์ ์ธ ํจ์ค์๋ ์ค์ ์ ๊ถ์ฅํฉ๋๋ค. Account for the additional password security settings are recommended. 20130807 to 20130814 @@ -10863,7 +10863,7 @@ Security Code MSG_SECOND_PASSWORD_INPUT = 0x76c, /*20110228 to 20110228 SKILL -20110308 to 20180523 +20110308 to 20180605 ๋ณด์ ํจ์ค์๋ ์ฌ์ฉ์ ํ์ง ์์ต๋๋ค. Do not use secure password. 20130807 to 20130814 @@ -10873,7 +10873,7 @@ Account for the additional password security settings are recommended. MSG_SECOND_PASSWDRD_NOT_AVAILABLE_SUCCESS = 0x76d, /*20110228 to 20110228 TACTIC -20110308 to 20180523 +20110308 to 20180605 ๋ณด์ ํจ์ค์๋ ์ฌ์ฉ์ค์ ์ ์คํจํ์ต๋๋ค. Use the set security password failed. 20130807 to 20130814 @@ -10883,7 +10883,7 @@ Do not use secure password. MSG_SECOND_PASSWDRD_NOT_AVAILABLE_FAILED = 0x76e, /*20110228 to 20110228 ETC -20110308 to 20180523 +20110308 to 20180605 ๋ณด์ ํจ์ค์๋๋ฅผ ์ฌ์ฉํฉ๋๋ค. ๋ค์๋ก๊ทธ์ธ๋ถํฐ ์ ์ฉ๋ฉ๋๋ค. Use secure passwords. Will be applied to your next login. 20130807 to 20130814 @@ -10893,7 +10893,7 @@ Use the set security password failed. MSG_SECOND_PASSWDRD_AVAILABLE_SUCCESS = 0x76f, /*20110228 to 20110228 COMBAT -20110308 to 20180523 +20110308 to 20180605 ๋ณด์ ํจ์ค์๋ ์ฌ์ฉ ์ค์ ์ ์คํจํ์ต๋๋ค. Use the set security password failed. 20130807 to 20130814 @@ -10903,7 +10903,7 @@ Use secure passwords. Will be applied to your next login. MSG_SECOND_PASSWDRD_AVAILABLE_FAILED = 0x770, /*20110228 to 20110228 NON-COMBAT -20110308 to 20180523 +20110308 to 20180605 ๊ณ์ ๋ณด์์ ์ํ์ฌ ์ถ๊ฐ์ ์ธ ํจ์ค์๋๋ฅผ ์ค์ ํฉ๋๋ค. Added to the security of your account password is set. 20130807 to 20130814 @@ -10913,7 +10913,7 @@ Use the set security password failed. MSG_SECOND_PASSWORD_INFO_1 = 0x771, /*20110228 to 20110228 BUFF -20110308 to 20180523 +20110308 to 20180605 ์๋์ ์ซ์๋ฒํผ์ ๋ง์ฐ์ค๋ฅผ ์ด์ฉํ์ฌ 4์๋ฆฌ๋ฅผ ํด๋ฆญํ์ธ์. Use the mouse to enter the 4-digit password below. 20130807 to 20130814 @@ -10923,7 +10923,7 @@ Added to the security of your account password is set. MSG_SECOND_PASSWORD_INFO_2 = 0x772, /*20110228 to 20110228 AUTO EQUIPED -20110308 to 20180523 +20110308 to 20180605 3ํ์ด์ ์๋ชป๋ํจ์ค์๋ ์
๋ ฅ์ผ๋ก, ์ข
๋ฃ๋ฉ๋๋ค. Typing an incorrect password 3 times will shut down the client. 20130807 to 20130814 @@ -10933,7 +10933,7 @@ Use the mouse to enter the 4-digit password below. MSG_SECOND_PASSWORD_INFO_3 = 0x773, /*20110228 to 20110228 1st. ATTACK -20110308 to 20180523 +20110308 to 20180605 ITEM 20130807 to 20130814 3ํ์ด์ ์๋ชป๋ํจ์ค์๋ ์
๋ ฅ์ผ๋ก, ์ข
๋ฃ๋ฉ๋๋ค. @@ -10942,7 +10942,7 @@ Typing an incorrect password 3 times will shut down the client. MSG_MACRO_ITEM = 0x774, /*20110228 to 20110228 ATTACK -20110308 to 20180523 +20110308 to 20180605 SKILL 20130807 to 20130814 ITEM @@ -10951,7 +10951,7 @@ ITEM /*20110228 to 20110228 Next attack time : Next attack time: -20110308 to 20180523 +20110308 to 20180605 TACTIC 20130807 to 20130814 SKILL @@ -10959,7 +10959,7 @@ SKILL MSG_MACRO_TACTIC = 0x776, /*20110228 to 20110228 When died -20110308 to 20180523 +20110308 to 20180605 ETC 20130807 to 20130814 TACTIC @@ -10967,7 +10967,7 @@ TACTIC MSG_MACRO_ETC = 0x777, /*20110228 to 20110228 When invited to a party -20110308 to 20180523 +20110308 to 20180605 COMBAT 20130807 to 20130814 ETC @@ -10975,7 +10975,7 @@ ETC MSG_MACRO_COMBAT = 0x778, /*20110228 to 20110228 Pickup Item -20110308 to 20180523 +20110308 to 20180605 NON-COMBAT 20130807 to 20130814 COMBAT @@ -10983,7 +10983,7 @@ COMBAT MSG_MACRO_NON_COMBAT = 0x779, /*20110228 to 20110228 Over 85% Weight -20110308 to 20180523 +20110308 to 20180605 BUFF 20130807 to 20130814 NON-COMBAT @@ -10991,64 +10991,64 @@ NON-COMBAT MSG_MACRO_BUFF = 0x77a, #endif #if PACKETVER >= 20110308 -/*20110308 to 20180523 +/*20110308 to 20180605 AUTO EQUIPED 20130807 to 20130814 BUFF */ MSG_MACRO_AUTO_EQUIPED = 0x77b, -/*20110308 to 20180523 +/*20110308 to 20180605 1st. ATTACK 20130807 to 20130814 AUTO EQUIPED */ MSG_MACRO_1ST_ATTACK = 0x77c, -/*20110308 to 20180523 +/*20110308 to 20180605 ATTACK 20130807 to 20130814 1st. ATTACK */ MSG_MACRO_ATTACK = 0x77d, -/*20110308 to 20180523 +/*20110308 to 20180605 Next attack time : Next attack time: 20130807 to 20130814 ATTACK */ MSG_MACRO_NEXT_ATK_TIME = 0x77e, -/*20110308 to 20180523 +/*20110308 to 20180605 When died 20130807 to 20130814 Next attack time : Next attack time: */ MSG_MACRO_WHEN_DIED = 0x77f, -/*20110308 to 20180523 +/*20110308 to 20180605 When invited to a party 20130807 to 20130814 When died */ MSG_MACRO_WHEN_INVITED_PARTY = 0x780, -/*20110308 to 20180523 +/*20110308 to 20180605 Pickup Item 20130807 to 20130814 When invited to a party */ MSG_MACRO_PICKUP_ITEM = 0x781, -/*20110308 to 20180523 +/*20110308 to 20180605 Over 85% Weight 20130807 to 20130814 Pickup Item */ MSG_MACRO_OVERWEIGHT = 0x782, -/*20110308 to 20180523 +/*20110308 to 20180605 ์งํ์ค์ด๋ ์์
(NPC๋ํ,์ ์กฐ...)์ ์ข
๋ฃํ์ ๋ค์ ์๋ํ์ธ์. Any work in progress (NPC dialog, manufacturing ...) quit and try again. 20130807 to 20130814 Over 85% Weight */ MSG_BUSY = 0x783, -/*20110308 to 20180523 +/*20110308 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Job๊ฒฝํ์น๊ฐ %d๋ถ๊ฐ %.2f๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. Monster Job hunting experience that you can get through the doubling of %d is %.2f minutes. 20130807 to 20130814 @@ -11060,7 +11060,7 @@ Any work in progress (NPC dialog, manufacturing ...) quit and try again. #if PACKETVER >= 20110315 /*20110315 to 20110405 ExMacro_SaveData%d -20110412 to 20180523 +20110412 to 20180605 SaveData_ExMacro%d SaveData_ExMacro %d 20130807 to 20130814 @@ -11068,7 +11068,7 @@ SaveData_ExMacro %d Monster Job hunting experience that you can get through the doubling of %d is %.2f minutes. */ MSG_MACRO_SAVE = 0x785, -/*20110315 to 20180523 +/*20110315 to 20180605 ์ค์ ํ ๋ด์ฉ์ด [%s]์ ์ ์ฅ๋ฉ๋๋ค. Settings for [%s] are stored in. 20130807 to 20130814 @@ -11078,7 +11078,7 @@ SaveData_ExMacro %d MSG_MACRO_SAVE_DATA2 = 0x786, #endif #if PACKETVER >= 20110322 -/*20110322 to 20180523 +/*20110322 to 20180605 ๋ณด์๋ ๋ฒจ Security level 20130807 to 20130814 @@ -11088,7 +11088,7 @@ Settings for [%s] are stored in. MSG_SECOND_PASSWORD_LEVEL = 0x787, #endif #if PACKETVER >= 20110412 -/*20110412 to 20180523 +/*20110412 to 20180605 ํ์ฌ ์บ๋ฆญํฐ๋ ํํฐ ๋๋ ๊ธธ๋์ ๊ฐ์
๋์ด ์์ด์ ์ญ์ ๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. The current character is a party or join the guild can not be deleted. 20130807 to 20130814 @@ -11098,7 +11098,7 @@ Security level MSG_RESULT_FAIL_CHAR_DELETE = 0x788, #endif #if PACKETVER >= 20110523 -/*20110523 to 20180523 +/*20110523 to 20180605 ๋ฒฝ์ด๋ ๋ฌผ์ฒด ๊ทผ์ฒ์์๋ง ์ฌ์ฉ ํ ์ ์์ต๋๋ค. Objects can be used only near the wall. 20130807 to 20130814 @@ -11108,7 +11108,7 @@ The current character is a party or join the guild can not be deleted. MSG_USESKILL_FAIL_NEER_WALL = 0x789, #endif #if PACKETVER >= 20110531 -/*20110531 to 20180523 +/*20110531 to 20180605 %s : ๋ ๋ฒจ %d %s ํํฐ๊ตฌํฉ๋๋ค. %s: Level %d %s party to obtain level. 20130807 to 20130814 @@ -11116,7 +11116,7 @@ The current character is a party or join the guild can not be deleted. Objects can be used only near the wall. */ MSG_SEEK_PARTY_SET = 0x78a, -/*20110531 to 20180523 +/*20110531 to 20180605 ํ์น ์ค์ธ ์ํ์์๋ ๊ณ ์ ์์ดํ
์ ์ฌ์ฉํ ์ ์์ต๋๋ค. While boarding reins is not available for items. 20130807 to 20130814 @@ -11126,7 +11126,7 @@ While boarding reins is not available for items. MSG_FAIELD_RIDING_OVERLAPPED = 0x78b, #endif #if PACKETVER >= 20110620 -/*20110620 to 20180523 +/*20110620 to 20180605 ์ด ์คํฌ์ 1%์ ๊ฒฝํ์น๊ฐ ํ์ํฉ๋๋ค. This skill requires 1% experience. 20130807 to 20130814 @@ -11136,7 +11136,7 @@ While boarding reins is not available for items. MSG_USESKILL_FAIL_NEED_EXP_1PERCENT = 0x78c, #endif #if PACKETVER >= 20110627 -/*20110627 to 20180523 +/*20110627 to 20180605 ๊ฒฝ ํ ์น : Experience value: 20130807 to 20130814 @@ -11144,7 +11144,7 @@ Experience value: This skill requires 1% experience. */ MSG_EXP_MSG = 0x78d, -/*20110627 to 20180523 +/*20110627 to 20180605 ๋ ๋กญ ์จ : Drop rate: 20130807 to 20130814 @@ -11152,7 +11152,7 @@ Drop rate: Experience value: */ MSG_DROP_MSG = 0x78e, -/*20110627 to 20180523 +/*20110627 to 20180605 ์ฌ๋งํ๋ํฐ : Death Penalty: 20130807 to 20130814 @@ -11162,7 +11162,7 @@ Drop rate: MSG_DEATH_MSG = 0x78f, /*20110627 to 20110711 %d%% (PC๋ฐฉ %d%% + ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%%) -20110713 to 20180523 +20110713 to 20180605 %d%% (PC๋ฐฉ %d%% + TPLUS %d%% + ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%%) %d%% (PCroom %d%% + TPLUS %d%% + Premium %d%% + %s Server %d%%) 20130807 to 20130814 @@ -11170,7 +11170,7 @@ Drop rate: Death Penalty: */ MSG_BASIC_EXP_MSG = 0x790, -/*20110627 to 20180523 +/*20110627 to 20180605 ํฉ์ฐฝ์คํฌ์ ์์ ํ ํํฐ์์ SP๋์ด ๋ถ์กฑํฉ๋๋ค. Amount of party members to cast the skill Chorus SP is low. 20130807 to 20130814 @@ -11180,7 +11180,7 @@ Amount of party members to cast the skill Chorus SP is low. MSG_USESKILL_FAIL_CHORUS_SP_INSUFFICIENT = 0x791, #endif #if PACKETVER >= 20110705 -/*20110705 to 20180523 +/*20110705 to 20180605 ์๋ ์บ๋ฆญํฐ์ ์์ง ์์ดํ
์ข
๋ฅ์ ํ๊ณ๋ ์ด๊ณผ๋ก ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Relative character that has possession of the items can not trade because amount is exceeded. 20130807 to 20130814 @@ -11188,7 +11188,7 @@ Relative character that has possession of the items can not trade because amount Amount of party members to cast the skill Chorus SP is low. */ MSG_CHARACTER_IS_OVER_COUNT = 0x792, -/*20110705 to 20180523 +/*20110705 to 20180605 ์๋ ์บ๋ฆญํฐ์ ํด๋น ์์ดํ
์ ์์ง ํ๊ณ๋ ์ด๊ณผ๋ก ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Relative character that has possession of the item amount which exceeds makes it impossible to trade. 20130807 to 20130814 @@ -11196,7 +11196,7 @@ Relative character that has possession of the item amount which exceeds makes it Relative character that has possession of the items can not trade because amount is exceeded. */ MSG_CHARACTER_IS_EACHITEM_OVER_COUNT = 0x793, -/*20110705 to 20180523 +/*20110705 to 20180605 ํด๋น ์์ดํ
์ ์์ง ํ๊ณ๋ ์ด๊ณผ๋ก ๊ตฌ์
์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Amounts are exceeded the possession of the item is not available for purchase. 20130807 to 20130814 @@ -11206,7 +11206,7 @@ Relative character that has possession of the item amount which exceeds makes it MSG_PURCHASE_FAIL_EACHITEM_COUNT = 0x794, /*20110705 to 20110705 ์ ์ํ์ ๋ค์ ์๋ํด์ฃผ์ธ์. -20110711 to 20180523 +20110711 to 20180605 ๊ด๊ณ ๋ฑ๋ก ๋๊ธฐ์ค์
๋๋ค. Advertising is pending registration. 20130807 to 20130814 @@ -11214,7 +11214,7 @@ Advertising is pending registration. Amounts are exceeded the possession of the item is not available for purchase. */ MSG_PARTY_FAILED_TIMEOUT = 0x795, -/*20110705 to 20180523 +/*20110705 to 20180605 ์๋์ ํ์ผ๊ณผ ํ
์คํธ๋ด์ฉ์ ํจ๊ป ๋ผ๊ทธ๋๋กํฌ ๊ณต์ํํ์ด์ง -> ๊ณ ๊ฐ์ผํฐ -> ๋ฌธ์ํ๊ธฐ๋ฅผ ์ด์ฉํ์ฌ ๋ณด๋ด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. @@ -11226,7 +11226,7 @@ Advertising is pending registration. MSG_UNEXCEPTION_MSG1ST = 0x796, #endif #if PACKETVER >= 20110718 -/*20110718 to 20180523 +/*20110718 to 20180605 ๋น๋ง์์คํ
์ ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค(%d) Has caused an error in billing system(%d) 20130807 to 20130814 @@ -11236,7 +11236,7 @@ Has caused an error in billing system(%d) With the following files and text content Ragnarok Official Website -> Support -> Contact Us to submit your comments by: */ MSG_INGAMBA_BILLING_ZSVR_ERROR = 0x797, -/*20110718 to 20180523 +/*20110718 to 20180605 ๋ฃฌ ์์ดํ
์์ ๊ฐ์๊ฐ ์ด๊ณผ ๋์ด ๊ตฌ๋งค๊ฐ ์คํจ ํ์์ต๋๋ค. Failed purchase of runes, items exceed the maximum number that can be held. 20130807 to 20130814 @@ -11244,7 +11244,7 @@ Failed purchase of runes, items exceed the maximum number that can be held. Has caused an error in billing system(%d) */ MSG_CASH_FAILED_RUNE_OVERCOUNT = 0x798, -/*20110718 to 20180523 +/*20110718 to 20180605 ๊ฐ๋ณ ์์ดํ
๊ฐ์๊ฐ ์ด๊ณผ ๋์ด ๊ตฌ๋งค๊ฐ ์คํจ ํ์์ต๋๋ค. Exceeded the number of individual items, purchase failed. 20130807 to 20130814 @@ -11252,7 +11252,7 @@ Exceeded the number of individual items, purchase failed. Failed purchase of runes, items exceed the maximum number that can be held. */ MSG_CASH_FAILED_EACHITEM_OVERCOUNT = 0x799, -/*20110718 to 20180523 +/*20110718 to 20180605 ์ ์ ์๋ ์ค๋ฅ๊ฐ ๋ฐ์ํ์ฌ ๊ตฌ๋งค๊ฐ ์คํจ ํ์์ต๋๋ค. Purchase failed due to an unknown error. 20130807 to 20130814 @@ -11260,7 +11260,7 @@ Purchase failed due to an unknown error. Exceeded the number of individual items, purchase failed. */ MSG_CASH_FAILED_UNKOWN = 0x79a, -/*20110718 to 20180523 +/*20110718 to 20180605 ์ ์ ํ ๋ค์ ์๋ํด ์ฃผ์ญ์์ค. Please try again later. 20130807 to 20130814 @@ -11268,7 +11268,7 @@ Please try again later. Purchase failed due to an unknown error. */ MSG_CASH_FAILED_BUSY = 0x79b, -/*20110718 to 20180523 +/*20110718 to 20180605 ์ฟ ๋์ด ์์ดํ
์ ์ฅ์ฐฉ ํ ์ํ์์๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. Kunai must be equipped to use this skill. 20130807 to 20130814 @@ -11278,7 +11278,7 @@ Please try again later. MSG_USESKILL_FAIL_NEED_EQUIPMENT_KUNAI = 0x79c, #endif #if PACKETVER >= 20110726 -/*20110726 to 20180523 +/*20110726 to 20180605 ๋ชจ์งํ ์ต์๋ ๋ฒจ๊ฐ์ ์
๋ ฅํด์ฃผ์ธ์. Please enter the value of the minimum level to be recruited. 20130807 to 20130814 @@ -11288,7 +11288,7 @@ Kunai must be equipped to use this skill. MSG_SEEK_PARTY_LEVEL_HELP = 0x79d, #endif #if PACKETVER >= 20110802 -/*20110802 to 20180523 +/*20110802 to 20180605 ์กด๋ค๊ธฐํ์ฌNPC ์๊ฒ ์์ดํ
์ด ์๋ น์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. ์์ง์ฐฝ์ ์ฌ์ ๊ณต๊ฐ์ ํ๋ณดํด์ฃผ์ธ์. Jonda agency receipt of the item to the NPC is not possible. Gaining possession of the free space of the window. 20130807 to 20130814 @@ -11298,7 +11298,7 @@ Please enter the value of the minimum level to be recruited. MSG_FAILED_GET_ITEM_FROM_ZONEDA = 0x79e, #endif #if PACKETVER >= 20110809 -/*20110809 to 20180523 +/*20110809 to 20180605 ์ด ์คํฌ์ ๊ณต์ฑ์ ์์๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. This skill is only available in the siege. 20130807 to 20130814 @@ -11306,7 +11306,7 @@ This skill is only available in the siege. Jonda agency receipt of the item to the NPC is not possible. Gaining possession of the free space of the window. */ MSG_USESKILL_FAIL_SIZE = 0x79f, -/*20110809 to 20180523 +/*20110809 to 20180605 ์ด ์คํฌ์ ํ๋ ์ด์ด์๊ฒ๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. This skill is available only to the player. 20130807 to 20130814 @@ -11314,7 +11314,7 @@ This skill is available only to the player. This skill is only available in the siege. */ MSG_USESKILL_FAIL_TOTARGET_PLAYER = 0x7a0, -/*20110809 to 20180523 +/*20110809 to 20180605 ์ฐฉ์ฉ์ด ๊ธ์ง ๋ ์ํ๋ก ์ฐฉ์ฉ ํ ์ ์์ต๋๋ค. Forbidden to wear the state can not be worn. 20130807 to 20130814 @@ -11322,7 +11322,7 @@ Forbidden to wear the state can not be worn. This skill is available only to the player. */ MSG_CAN_NOT_EQUIP_ITEM_FORBID = 0x7a1, -/*20110809 to 20180523 +/*20110809 to 20180605 ํ์ฌ ์์น์์๋ ์์ ๋ฐ ์ฑํ
๋ฐฉ์ ์์ฑ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Current location of the shop and chat room creation is disabled. 20130807 to 20130814 @@ -11332,21 +11332,21 @@ Forbidden to wear the state can not be worn. MSG_USESKILL_FAIL_THERE_ARE_NPC_AROUND = 0x7a2, #endif #if PACKETVER >= 20110816 -/*20110816 to 20180523 +/*20110816 to 20180605 Elapsed time: %d:%d:%d / %d:%d:%d 20130807 to 20130814 ํ์ฌ ์์น์์๋ ์์ ๋ฐ ์ฑํ
๋ฐฉ์ ์์ฑ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Current location of the shop and chat room creation is disabled. */ MSG_REPLAY_ELAPSEDTIME = 0x7a3, -/*20110816 to 20180523 +/*20110816 to 20180605 Speed : X 1/4 Speed: X 1/4 20130807 to 20130814 Elapsed time: %d:%d:%d / %d:%d:%d */ MSG_REPLAY_SPEED1_4 = 0x7a4, -/*20110816 to 20180523 +/*20110816 to 20180605 Speed : X 1/2 Speed: X 1/2 20130807 to 20130814 @@ -11354,7 +11354,7 @@ Speed : X 1/4 Speed: X 1/4 */ MSG_REPLAY_SPEED1_2 = 0x7a5, -/*20110816 to 20180523 +/*20110816 to 20180605 Speed : X 1 Speed: X 1 20130807 to 20130814 @@ -11362,7 +11362,7 @@ Speed : X 1/2 Speed: X 1/2 */ MSG_REPLAY_SPEED1 = 0x7a6, -/*20110816 to 20180523 +/*20110816 to 20180605 Speed : X 2 Speed: X 2 20130807 to 20130814 @@ -11370,7 +11370,7 @@ Speed : X 1 Speed: X 1 */ MSG_REPLAY_SPEED2 = 0x7a7, -/*20110816 to 20180523 +/*20110816 to 20180605 Speed : X 4 Speed: X 4 20130807 to 20130814 @@ -11378,7 +11378,7 @@ Speed : X 2 Speed: X 2 */ MSG_REPLAY_SPEED4 = 0x7a8, -/*20110816 to 20180523 +/*20110816 to 20180605 Speed : X 8 Speed: X 8 20130807 to 20130814 @@ -11386,7 +11386,7 @@ Speed : X 4 Speed: X 4 */ MSG_REPLAY_SPEED8 = 0x7a9, -/*20110816 to 20180523 +/*20110816 to 20180605 Speed : X 16 Speed: X 16 20130807 to 20130814 @@ -11394,7 +11394,7 @@ Speed : X 8 Speed: X 8 */ MSG_REPLAY_SPEED16 = 0x7aa, -/*20110816 to 20180523 +/*20110816 to 20180605 Speed : ์์์์ Speed: Unknown 20130807 to 20130814 @@ -11402,7 +11402,7 @@ Speed : X 16 Speed: X 16 */ MSG_REPLAY_SPEEDUNKNOWN = 0x7ab, -/*20110816 to 20180523 +/*20110816 to 20180605 Service Info : %s Service Info: %s 20130807 to 20130814 @@ -11410,7 +11410,7 @@ Speed : ์์์์ Speed: Unknown */ MSG_REPLAY_CHRVICEINFO = 0x7ac, -/*20110816 to 20180523 +/*20110816 to 20180605 Character Name : %s Character Name: %s 20130807 to 20130814 @@ -11418,7 +11418,7 @@ Service Info : %s Service Info: %s */ MSG_REPLAY_CHARACTERNAME = 0x7ad, -/*20110816 to 20180523 +/*20110816 to 20180605 Map Name : %s Map Name: %s 20130807 to 20130814 @@ -11426,65 +11426,65 @@ Character Name : %s Character Name: %s */ MSG_REPLAY_MAPNAME = 0x7ae, -/*20110816 to 20180523 +/*20110816 to 20180605 Record Time: %d-%01d-%01d %d: %02d: %02d 20130807 to 20130814 Map Name : %s Map Name: %s */ MSG_REPLAY_RECORDTIME = 0x7af, -/*20110816 to 20180523 +/*20110816 to 20180605 Play Time: %02d: %02d: %02d 20130807 to 20130814 Record Time: %d-%01d-%01d %d: %02d: %02d */ MSG_REPLAY_PLAYTIME = 0x7b0, -/*20110816 to 20180523 +/*20110816 to 20180605 No Replay File. 20130807 to 20130814 Play Time: %02d: %02d: %02d */ MSG_REPLAY_NOREPLAYFILE = 0x7b1, -/*20110816 to 20180523 +/*20110816 to 20180605 Server No Matching 20130807 to 20130814 No Replay File. */ MSG_REPLAY_SERVERNOMATCH = 0x7b2, -/*20110816 to 20180523 +/*20110816 to 20180605 Replay Option Setting 20130807 to 20130814 Server No Matching */ MSG_REPLAY_REPLAYOPTIONSETTING = 0x7b3, -/*20110816 to 20180523 +/*20110816 to 20180605 ํ์ผ ์ด๋ฆ์ ์
๋ ฅํ์ธ์. Enter File Name 20130807 to 20130814 Replay Option Setting */ MSG_REPLAY_ENTERTHEFILENAME = 0x7b4, -/*20110816 to 20180523 +/*20110816 to 20180605 Set Replay Save Data 20130807 to 20130814 ํ์ผ ์ด๋ฆ์ ์
๋ ฅํ์ธ์. Enter File Name */ MSG_REPLAY_SETREPLAYSAVEDATA = 0x7b5, -/*20110816 to 20180523 +/*20110816 to 20180605 Set Rec Option 20130807 to 20130814 Set Replay Save Data */ MSG_REPLAY_SETRECOPTION = 0x7b6, -/*20110816 to 20180523 +/*20110816 to 20180605 %.1f %% Posโ:%d:%d:%d %.1f % Pos->:%d:%d:%d 20130807 to 20130814 Set Rec Option */ MSG_REPLAY_GAGEPOS1 = 0x7b7, -/*20110816 to 20180523 +/*20110816 to 20180605 %.1f %% Posโ:์ด๋๋ถ๊ฐ %.1f % Pos->:cannot move 20130807 to 20130814 @@ -11492,57 +11492,57 @@ Set Rec Option %.1f % Pos->:%d:%d:%d */ MSG_REPLAY_GAGEPOS2 = 0x7b8, -/*20110816 to 20180523 +/*20110816 to 20180605 Start 20130807 to 20130814 %.1f %% Posโ:์ด๋๋ถ๊ฐ %.1f % Pos->:cannot move */ MSG_REPLAY_START = 0x7b9, -/*20110816 to 20180523 +/*20110816 to 20180605 Stop 20130807 to 20130814 Start */ MSG_REPLAY_STOP = 0x7ba, -/*20110816 to 20180523 +/*20110816 to 20180605 Input FileName -> Start 20130807 to 20130814 Stop */ MSG_REPLAY_START2 = 0x7bb, -/*20110816 to 20180523 +/*20110816 to 20180605 Open Option 20130807 to 20130814 Input FileName -> Start */ MSG_REPLAY_OPENOPTION = 0x7bc, -/*20110816 to 20180523 +/*20110816 to 20180605 Close Option 20130807 to 20130814 Open Option */ MSG_REPLAY_CLOSEOPION = 0x7bd, -/*20110816 to 20180523 +/*20110816 to 20180605 End 20130807 to 20130814 Close Option */ MSG_REPLAY_END = 0x7be, -/*20110816 to 20180523 +/*20110816 to 20180605 Time 20130807 to 20130814 End */ MSG_REPLAY_TIME = 0x7bf, -/*20110816 to 20180523 +/*20110816 to 20180605 ํํฐ&์น๊ตฌ Party & Friends 20130807 to 20130814 Time */ MSG_REPLAY_PARTYFRIEND = 0x7c0, -/*20110816 to 20180523 +/*20110816 to 20180605 ์ฑํ
Chat 20130807 to 20130814 @@ -11550,7 +11550,7 @@ Chat Party & Friends */ MSG_REPLAY_CHAT = 0x7c1, -/*20110816 to 20180523 +/*20110816 to 20180605 ๋จ์ถํค Shortcuts 20130807 to 20130814 @@ -11558,7 +11558,7 @@ Shortcuts Chat */ MSG_REPLAY_SHORTCUTS = 0x7c2, -/*20110816 to 20180523 +/*20110816 to 20180605 ์๋ ํ์ผ๋ช
์์ฑ Automatic filename generation 20130807 to 20130814 @@ -11566,7 +11566,7 @@ Automatic filename generation Shortcuts */ MSG_REPLAY_AUTOMATICFILENAME = 0x7c3, -/*20110816 to 20180523 +/*20110816 to 20180605 ํ์ผ ์ค๋ณต ์ฑํฌ Checking for duplicate files 20130807 to 20130814 @@ -11574,7 +11574,7 @@ Checking for duplicate files Automatic filename generation */ MSG_REPLAY_CHECKINGFILE = 0x7c4, -/*20110816 to 20180523 +/*20110816 to 20180605 ๋์ผํ ํ์ผ์ด ์กด์ฌ ํฉ๋๋ค. The same file exists already. 20130807 to 20130814 @@ -11582,14 +11582,14 @@ The same file exists already. Checking for duplicate files */ MSG_REPLAY_THESAMEFILEEXISTS = 0x7c5, -/*20110816 to 20180523 +/*20110816 to 20180605 Record Start 20130807 to 20130814 ๋์ผํ ํ์ผ์ด ์กด์ฌ ํฉ๋๋ค. The same file exists already. */ MSG_REPLAY_RECORDSTART = 0x7c6, -/*20110816 to 20180523 +/*20110816 to 20180605 is Saved. 20130807 to 20130814 Record Start @@ -11597,14 +11597,14 @@ Record Start MSG_REPLAY_RECORDEND = 0x7c7, #endif #if PACKETVER >= 20110823 -/*20110823 to 20180523 +/*20110823 to 20180605 Weight : %3d / %3d Weight: %3d / %3d 20130807 to 20130814 is Saved. */ MSG_WEIGHT = 0x7c8, -/*20110823 to 20180523 +/*20110823 to 20180605 Total : %s C Total: %s C 20130807 to 20130814 @@ -11612,7 +11612,7 @@ Weight : %3d / %3d Weight: %3d / %3d */ MSG_TOTAL = 0x7c9, -/*20110823 to 20180523 +/*20110823 to 20180605 [์๋ฆฌ๊ฒ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. [Shuriken] must be equipped. 20130807 to 20130814 @@ -11622,79 +11622,79 @@ Total: %s C MSG_FAIL_NEED_EQUIPPED_SYURIKEN = 0x7ca, #endif #if PACKETVER >= 20110831 -/*20110831 to 20180523 +/*20110831 to 20180605 Base Lv. %d 20130807 to 20130814 [์๋ฆฌ๊ฒ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. [Shuriken] must be equipped. */ MSG__BASIC_MSG_BASE = 0x7cb, -/*20110831 to 20180523 +/*20110831 to 20180605 Job Lv. %d 20130807 to 20130814 Base Lv. %d */ MSG__BASIC_MSG_JOB = 0x7cc, -/*20110831 to 20180523 +/*20110831 to 20180605 Zeny : %s Zeny: %s 20130807 to 20130814 Job Lv. %d */ MSG_BASIC_MSG_ZENY = 0x7cd, -/*20110831 to 20180523 +/*20110831 to 20180605 Trilinear 20130807 to 20130814 Zeny : %s Zeny: %s */ MSG_GRAPHIC_MSG_TRILINEAR = 0x7ce, -/*20110831 to 20180523 +/*20110831 to 20180605 attack 20130807 to 20130814 Trilinear */ MSG_GRAPHIC_MSG_ATTACK = 0x7cf, -/*20110831 to 20180523 +/*20110831 to 20180605 skill 20130807 to 20130814 attack */ MSG_GRAPHIC_MSG_SKILL = 0x7d0, -/*20110831 to 20180523 +/*20110831 to 20180605 item 20130807 to 20130814 skill */ MSG_GRAPHIC_MSG_ITEM = 0x7d1, -/*20110831 to 20180523 +/*20110831 to 20180605 NoCtrl 20130807 to 20130814 item */ MSG_GRAPHIC_MSG_NOCTRL = 0x7d2, -/*20110831 to 20180523 +/*20110831 to 20180605 ์ ์ฅ More 20130807 to 20130814 NoCtrl */ MSG_GRAPHIC_MSG_BATTLE = 0x7d3, -/*20110831 to 20180523 +/*20110831 to 20180605 (Character/Total Slot) 20130807 to 20130814 ์ ์ฅ More */ MSG_CHARACTER_MSG_CHARACTERTOTALSLOT = 0x7d4, -/*20110831 to 20180523 +/*20110831 to 20180605 Premium Service VIP Service 20130807 to 20130814 (Character/Total Slot) */ MSG_CHARACTER_MSG_PREMIUMSERVICE = 0x7d5, -/*20110831 to 20180523 +/*20110831 to 20180605 Premium VIP 20130807 to 20130814 @@ -11702,21 +11702,21 @@ Premium Service VIP Service */ MSG_CHARACTER_MSG_PREMIUM = 0x7d6, -/*20110831 to 20180523 +/*20110831 to 20180605 Service 20130807 to 20130814 Premium VIP */ MSG_CHARACTER_MSG_SERVICE = 0x7d7, -/*20110831 to 20180523 +/*20110831 to 20180605 Billing Service VIP 20130807 to 20130814 Service */ MSG_CHARACTER_MSG_BILLINGSERVICE = 0x7d8, -/*20110831 to 20180523 +/*20110831 to 20180605 Billing VIP 20130807 to 20130814 @@ -11724,26 +11724,26 @@ Billing Service VIP */ MSG_CHARACTER_MSG_BILLING = 0x7d9, -/*20110831 to 20180523 +/*20110831 to 20180605 Command List 20130807 to 20130814 Billing VIP */ MSG_MSG_COMMANDLIST = 0x7da, -/*20110831 to 20180523 +/*20110831 to 20180605 LEVEL 20130807 to 20130814 Command List */ MSG_SEEK_PARTY_LEVEL = 0x7db, -/*20110831 to 20180523 +/*20110831 to 20180605 MAP 20130807 to 20130814 LEVEL */ MSG_SEEK_PARTY_MAP = 0x7dc, -/*20110831 to 20180523 +/*20110831 to 20180605 JOB 20130807 to 20130814 MAP @@ -11751,7 +11751,7 @@ MAP MSG_SEEK_PARTY_JOB = 0x7dd, #endif #if PACKETVER >= 20110906 -/*20110906 to 20180523 +/*20110906 to 20180605 Not Available 20130807 to 20130814 JOB @@ -11761,7 +11761,7 @@ JOB #if PACKETVER >= 20110920 /*20110920 to 20110929 [์ํธ ์ฒ์ฌ์ ๋ณดํธ] ์คํฌ์ ๋ง๋ ์ผ ๊ฒฝ์ฐ, ๊ฒฝํ์น 100% ์ด์์ผ ๋๋ ์ฌ์ฉํ ์ ์์ต๋๋ค. -20111004 to 20180523 +20111004 to 20180605 [์ํธ ์ฒ์ฌ์ ๋ณดํธ] ๋ง๋ ์ผ ๊ฒฝ์ฐ ์ฌ์ฉํ ์ ์์ต๋๋ค. [Protection of Guardian Angel] You can't use it when you reach the highest level. 20130807 to 20130814 @@ -11770,7 +11770,7 @@ Not Available MSG_MSG_SUPERNOVICE_CHOPOKGI_CAPPEDLEVEL = 0x7df, #endif #if PACKETVER >= 20110928 -/*20110928 to 20180523 +/*20110928 to 20180605 ์ ๋ง ์ด๋ํ์๊ฒ ์ต๋๊น? Do you really want to move? 20130807 to 20130814 @@ -11778,7 +11778,7 @@ Do you really want to move? [Protection of Guardian Angel] You can't use it when you reach the highest level. */ MSG_CHANGE_CHARACTER_SLOT = 0x7e0, -/*20110928 to 20180523 +/*20110928 to 20180605 ์บ๋ฆญํฐ ์ฌ๋กฏ ์ด๋์ ์คํจํ์ต๋๋ค. Failed to move Char slot. 20130807 to 20130814 @@ -11788,7 +11788,7 @@ Do you really want to move? MSG_CHANGE_CHARACTER_SLOT_FAILED = 0x7e1, #endif #if PACKETVER >= 20111004 -/*20111004 to 20180523 +/*20111004 to 20180605 ์บ๋ฆญํฐ ์ด๋ฆ์ด ์๋ชป ๋์์ต๋๋ค. Character name is invalid. 20130807 to 20130814 @@ -11796,7 +11796,7 @@ Character name is invalid. Failed to move Char slot. */ MSG_CHARACTERNAME_ERROR = 0x7e2, -/*20111004 to 20180523 +/*20111004 to 20180605 ํ์คํธ๋ณด๊ธฐ์ฐฝ Show Quest 20130807 to 20130814 @@ -11810,7 +11810,7 @@ Character name is invalid. ์ ๋ง ํญ์ ์ ๊ฑฐํ์๊ฒ ์ต๋๊น? 20111025 to 20111116 ์ฒญ์๋
๋ณดํธ๋ฒ์ ๋ฐ๋ผ, ์ ์ ํ 0์ ๋ถํฐ 6์ ๊น์ง ^ff0000๋ง 16์ธ ๋ฏธ๋ง ๊ณ ๊ฐ๋๋ค์ ๊ฒ์ ์ด์ฉ์ด ์ ํ^000000๋ฉ๋๋ค. -20111122 to 20180523 +20111122 to 20180605 ์ฒญ์๋
๋ณดํธ๋ฒ์ ๋ฐ๋ผ, ์ ์ ํ 0์ ๋ถํฐ 6์ ๊น์ง ๋ง 16์ธ ๋ฏธ๋ง ๊ณ ๊ฐ๋๋ค์ ๊ฒ์ ์ด์ฉ์ด ์ ํ๋ฉ๋๋ค. Depending on the protection of youth, and 0:00 to 6:00 while under the age of 16 of your game use is limited. 20130807 to 20130814 @@ -11820,7 +11820,7 @@ Show Quest MSG_SHUTDOWN_ALERT_MSG = 0x7e4, /*20111017 to 20111021 ๋์ด์ ํญ์ ์ ๊ฑฐํ ์ ์์ต๋๋ค. -20111025 to 20180523 +20111025 to 20180605 ์ฒญ์๋
๋ณดํธ๋ฒ์ ๋ฐ๋ผ, 0์ ๋ถํฐ 6์ ๊น์ง ^ff0000๋ง 16์ธ ๋ฏธ๋ง ๊ณ ๊ฐ๋๋ค์ ๊ฒ์ ์ด์ฉ์ด ์ ํ^000000๋๋ฉฐ, ๊ฒ์์ ์ข
๋ฃํฉ๋๋ค. Depending on the protection of youth, 0:00 to 6:00 ^ff0000 under the age of 16 ^000000 limit your use of the game and the game ends. 20130807 to 20130814 @@ -11830,7 +11830,7 @@ Depending on the protection of youth, and 0:00 to 6:00 while under the age of 16 MSG_BAN_SHUTDOWN_TEENAGER = 0x7e5, /*20111017 to 20111021 ๋์ด์ ํญ์ ์ถ๊ฐํ ์ ์์ต๋๋ค. -20111025 to 20180523 +20111025 to 20180605 ์บ๋ฆญํฐ ์ด๋ฆ์ ๋ณ๊ฒฝํ๊ธฐ ์ํด์๋ ๊ธธ๋์์ ํํด ํด์ผ ํฉ๋๋ค. In order to change the character name, you must leave the guild. 20130807 to 20130814 @@ -11840,7 +11840,7 @@ Depending on the protection of youth, 0:00 to 6:00 ^ff0000 under the age of 16 ^ MSG_FAILED_RENAME_BELONGS_TO_GUILD = 0x7e6, #endif #if PACKETVER >= 20111025 -/*20111025 to 20180523 +/*20111025 to 20180605 ์บ๋ฆญํฐ ์ด๋ฆ์ ๋ณ๊ฒฝํ๊ธฐ ์ํด์๋ ํํฐ์์ ํํด ํด์ผ ํฉ๋๋ค. In order to change the character name, you must leave the party. 20130807 to 20130814 @@ -11848,7 +11848,7 @@ In order to change the character name, you must leave the party. In order to change the character name, you must leave the guild. */ MSG_FAILED_RENAME_BELONGS_TO_PARTY = 0x7e7, -/*20111025 to 20180523 +/*20111025 to 20180605 ์ ์ ์๋ ์ค๋ฅ๋ก ์บ๋ฆญํฐ ์ด๋ฆ ๋ณ๊ฒฝ์ด ์คํจ ํ์์ต๋๋ค. Character name change failed, due an unknown error. 20130807 to 20130814 @@ -11858,7 +11858,7 @@ In order to change the character name, you must leave the party. MSG_FAILED_RENAME_UNKOWN = 0x7e8, #endif #if PACKETVER >= 20111101 -/*20111101 to 20180523 +/*20111101 to 20180605 ์ด๋ฏธ ์บ๋ฆญํฐ ์ฌ๋กฏ๋ณ๊ฒฝ์ด ๊ฐ๋ฅํ ์ํ์
๋๋ค.(%d) Ready to change character slot in.(%d) 20130807 to 20130814 @@ -11866,7 +11866,7 @@ Ready to change character slot in.(%d) Character name change failed, due an unknown error. */ MSG_CHARSLOT_CHANGE_DUPLICATE = 0x7e9, -/*20111101 to 20180523 +/*20111101 to 20180605 ์ด๋ฏธ ์บ๋ฆญํฐ ์ด๋ฆ๋ณ๊ฒฝ์ด ๊ฐ๋ฅํ ์ํ์
๋๋ค.(%d) Ready to change character name in.(%d) 20130807 to 20130814 @@ -11874,7 +11874,7 @@ Ready to change character name in.(%d) Ready to change character slot in.(%d) */ MSG_CHARNAME_CHANGE_DUPLICATE = 0x7ea, -/*20111101 to 20180523 +/*20111101 to 20180605 ๋ณ๊ฒฝํ๋ ค๋ ์ด๋ฆ์ ๊ธธ์ด๊ฐ ์ต๋ํฌ๊ธฐ๋ฅผ ์ด๊ณผํ์ฌ ์บ๋ฆญํฐ ์ด๋ฆ ๋ณ๊ฒฝ์ด ์คํจ ํ์์ต๋๋ค. Length exceeds the maximum size of the character name you want to change. 20130807 to 20130814 @@ -11882,7 +11882,7 @@ Length exceeds the maximum size of the character name you want to change. Ready to change character name in.(%d) */ MSG_FAILED_RENAME_OVER_LENGTH = 0x7eb, -/*20111101 to 20180523 +/*20111101 to 20180605 ์ฌ์ฉํ ์ ์๋ ๋จ์ด๊ฐ ํฌํจ๋์ด ์บ๋ฆญํฐ ์ด๋ฆ ๋ณ๊ฒฝ์ด ์คํจ ํ์์ต๋๋ค. Name contains invalid characters. Character name change failed. 20130807 to 20130814 @@ -11890,7 +11890,7 @@ Name contains invalid characters. Character name change failed. Length exceeds the maximum size of the character name you want to change. */ MSG_FAILED_RENAME_PREVENTNAM = 0x7ec, -/*20111101 to 20180523 +/*20111101 to 20180605 ์ด๋ฆ ๋ณ๊ฒฝ์ด ๊ธ์ง๋ ์ํ์ด๋ฏ๋ก ์บ๋ฆญํฐ ์ด๋ฆ ๋ณ๊ฒฝ์ด ์คํจ ํ์์ต๋๋ค. The name change is prohibited. Character name change failed. 20130807 to 20130814 @@ -11900,7 +11900,7 @@ Name contains invalid characters. Character name change failed. MSG_FAILED_RENAME_FORBIDDEN = 0x7ed, #endif #if PACKETVER >= 20111108 -/*20111108 to 20180523 +/*20111108 to 20180605 ์๋ฃ Complete 20130807 to 20130814 @@ -11912,7 +11912,7 @@ The name change is prohibited. Character name change failed. #if PACKETVER >= 20111114 /*20111114 to 20111116 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ %d๋ถ๊ฐ %d%% ์ฆ๊ฐํฉ๋๋ค. -20111122 to 20180523 +20111122 to 20180605 %d๋ถ๊ฐ ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ %d%% ์ฆ๊ฐํฉ๋๋ค. During %d minutes your Exp will increase by %d%%. 20130807 to 20130814 @@ -11920,7 +11920,7 @@ During %d minutes your Exp will increase by %d%%. Complete */ MSG_PLUSEXP_VALUE = 0x7ef, -/*20111114 to 20180523 +/*20111114 to 20180605 ์ํ๊น์ง %02d์ด๋จ์์ต๋๋ค. %02d seconds left until summon. 20130807 to 20130814 @@ -11928,7 +11928,7 @@ Complete During %d minutes your Exp will increase by %d%%. */ MSG_PARTY_RECALL_TIME = 0x7f0, -/*20111114 to 20180523 +/*20111114 to 20180605 ํํฐ์ฅ์ด ๋น์ ์ %s (%s) ๋ก ์ํํฉ๋๋ค.์ํ์ %d zeny๊ฐ ์๋ชจ๋ฉ๋๋ค. Your party leader summons you to %s (%s). Warp costs %d Zeny. 20130807 to 20130814 @@ -11936,7 +11936,7 @@ Your party leader summons you to %s (%s). Warp costs %d Zeny. %02d seconds left until summon. */ MSG_PARTY_RECALL_INFO = 0x7f1, -/*20111114 to 20180523 +/*20111114 to 20180605 ์ํ๋์ Summon target 20130807 to 20130814 @@ -11944,7 +11944,7 @@ Summon target Your party leader summons you to %s (%s). Warp costs %d Zeny. */ MSG_RECALL_TARGET = 0x7f2, -/*20111114 to 20180523 +/*20111114 to 20180605 ์ฐจ๋จ๋ชฉ๋ก Block List 20130807 to 20130814 @@ -11954,7 +11954,7 @@ Summon target MSG_PARTY_BLACKLIST = 0x7f3, /*20111114 to 20120209 ํํฐ ๊ด๊ณ ๋ฅผ ๋ฑ๋กํ๊ธฐ ์ํด 1000์ ๋๊ฐ ์๋ชจ๋ฉ๋๋ค. -20120214 to 20180523 +20120214 to 20180605 ํํฐ ๊ด๊ณ ๋ฅผ ๋ฑ๋กํ๊ธฐ ์ํด %d์ ๋๊ฐ ์๋ชจ๋ฉ๋๋ค. %d Zeny will be spent for making party ad. 20130807 to 20130814 @@ -11962,7 +11962,7 @@ Summon target Block List */ MSG_PARTY_CF_PAY = 0x7f4, -/*20111114 to 20180523 +/*20111114 to 20180605 ํํฐ ๊ด๊ณ ๋ฅผ ํ๊ธฐ ์ํ ์ ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. Insufficient Zeny for making party ad. 20130807 to 20130814 @@ -11970,7 +11970,7 @@ Insufficient Zeny for making party ad. %d Zeny will be spent for making party ad. */ MSG_PARTY_CF_PAY_SHORTAGE_COST = 0x7f5, -/*20111114 to 20180523 +/*20111114 to 20180605 )๋ ํํฐ ๊ฐ์
์น์ธ ) party: accept invitation 20130807 to 20130814 @@ -11978,7 +11978,7 @@ Insufficient Zeny for making party ad. Insufficient Zeny for making party ad. */ MSG_PARTY_ADD_OK = 0x7f6, -/*20111114 to 20180523 +/*20111114 to 20180605 )๋ ํํฐ ๊ฐ์
๊ฑฐ๋ถ ) party: decline invitation 20130807 to 20130814 @@ -11986,7 +11986,7 @@ Insufficient Zeny for making party ad. ) party: accept invitation */ MSG_PARTY_ADD_REFUSES = 0x7f7, -/*20111114 to 20180523 +/*20111114 to 20180605 )๋ ์ฅ๋น์ฐฝ๋ณด๊ธฐ ) party: show equipment window 20130807 to 20130814 @@ -11994,7 +11994,7 @@ Insufficient Zeny for making party ad. ) party: decline invitation */ MSG_PARTY_ITEM_VIEW = 0x7f8, -/*20111114 to 20180523 +/*20111114 to 20180605 ํ๊ธ18๊ธ์,์๋ฌธ36๊ธ์ ์
๋ ฅ๊ฐ๋ฅ Up to 36 english letters can be entered 20130807 to 20130814 @@ -12002,7 +12002,7 @@ Up to 36 english letters can be entered ) party: show equipment window */ MSG_SEEK_PARTY_MEMO_HELP = 0x7f9, -/*20111114 to 20180523 +/*20111114 to 20180605 ์ง์ํ๊ธฐ Enter 20130807 to 20130814 @@ -12010,7 +12010,7 @@ Enter Up to 36 english letters can be entered */ MSG_PARTY_REQUEST = 0x7fa, -/*20111114 to 20180523 +/*20111114 to 20180605 1:1๋ํํ๊ธฐ 1:1 Chat 20130807 to 20130814 @@ -12018,7 +12018,7 @@ Up to 36 english letters can be entered Enter */ MSG_DIRECT_CHAT = 0x7fb, -/*20111114 to 20180523 +/*20111114 to 20180605 ์ฐจ๋จํ๊ธฐ Block 20130807 to 20130814 @@ -12028,7 +12028,7 @@ Block MSG_ADD_BLACKLIST = 0x7fc, #endif #if PACKETVER >= 20111122 -/*20111122 to 20180523 +/*20111122 to 20180605 ํํฐ์ฅ์๊ฒ ์ํ๋๊ธฐ ์ํ ์ ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. Insufficient Zeny for recall. 20130807 to 20130814 @@ -12036,7 +12036,7 @@ Insufficient Zeny for recall. Block */ MSG_PARTY_RECRUIT_NOT_RECALL_PAY = 0x7fd, -/*20111122 to 20180523 +/*20111122 to 20180605 ๋ฉ๋ชจ๋์ ํํฐ๊ด๊ณ ๋ฅผ ์จ์ฃผ์ธ์. Input your party ad. 20130807 to 20130814 @@ -12044,7 +12044,7 @@ Input your party ad. Insufficient Zeny for recall. */ MSG_PARTY_RECRUIT_MEMO_ERROR = 0x7fe, -/*20111122 to 20180523 +/*20111122 to 20180605 ํํฐ์ฅ๋ง์ด ํํฐ๊ด๊ณ ๋ฅผ ๋ฑ๋กํ ์์์ต๋๋ค. Only party leader can register party ad. 20130807 to 20130814 @@ -12052,7 +12052,7 @@ Only party leader can register party ad. Input your party ad. */ MSG_PARTY_RECRUIT_ERROR = 0x7ff, -/*20111122 to 20180523 +/*20111122 to 20180605 ์ด๋ฏธ ์ง์ํ ํํฐ๊ด๊ณ ์
๋๋ค. You have already accepted this ad. 20130807 to 20130814 @@ -12060,7 +12060,7 @@ You have already accepted this ad. Only party leader can register party ad. */ MSG_PARTY_REFUSE_ERROR = 0x800, -/*20111122 to 20180523 +/*20111122 to 20180605 ๋ด์ฉ For 20130807 to 20130814 @@ -12068,7 +12068,7 @@ For You have already accepted this ad. */ MSG_PARTY_RECRUIT_INFO = 0x801, -/*20111122 to 20180523 +/*20111122 to 20180605 ์ฅ๋น E 20130807 to 20130814 @@ -12076,7 +12076,7 @@ E For */ MSG_INVENTORY_TABNAME_1 = 0x802, -/*20111122 to 20180523 +/*20111122 to 20180605 ๊ฐ์ธ F 20130807 to 20130814 @@ -12084,7 +12084,7 @@ F E */ MSG_INVENTORY_TABNAME_3 = 0x803, -/*20111122 to 20180523 +/*20111122 to 20180605 ์์ดํ
๋ฒ๋ฆฌ๊ธฐ ์ ๊ธ Drop Lock: On/Off 20130807 to 20130814 @@ -12092,7 +12092,7 @@ E F */ MSG_ITEM_DROP_LOCK = 0x804, -/*20111122 to 20180523 +/*20111122 to 20180605 ํํฐ์ ์ฐพ๊ธฐ ์๋ Party Alarm 20130807 to 20130814 @@ -12102,7 +12102,7 @@ Party Alarm MSG_PARTY_RECRUIT_ALRAM = 0x805, #endif #if PACKETVER >= 20111207 -/*20111207 to 20180523 +/*20111207 to 20180605 ํํฐ๊ฒฐ์ฑ Create Party 20130807 to 20130814 @@ -12110,7 +12110,7 @@ Create Party Party Alarm */ MSG_CREATE_PARTY = 0x806, -/*20111207 to 20180523 +/*20111207 to 20180605 ํํฐํํด Leave Party 20130807 to 20130814 @@ -12118,7 +12118,7 @@ Leave Party Create Party */ MSG_WITHDRAW_PARTY = 0x807, -/*20111207 to 20180523 +/*20111207 to 20180605 ํํฐ์ด๋ Party Invitation 20130807 to 20130814 @@ -12126,7 +12126,7 @@ Party Invitation Leave Party */ MSG_INVITE_PARTY = 0x808, -/*20111207 to 20180523 +/*20111207 to 20180605 ํํฐ ์ด๋ฆ ๋ฑ๋ก Party Name: 20130807 to 20130814 @@ -12134,7 +12134,7 @@ Party Name: Party Invitation */ MSG_PUT_PARTY_NAME_IN = 0x809, -/*20111207 to 20180523 +/*20111207 to 20180605 ์ด๋ํ ์บ๋ฆญํฐ ์ด๋ฆ Player Name: 20130807 to 20130814 @@ -12142,7 +12142,7 @@ Player Name: Party Name: */ MSG_PUT_PLAYER_NAME_IN = 0x80a, -/*20111207 to 20180523 +/*20111207 to 20180605 ๋๊ป ํํฐ๊ฐ์
์์ฒญ์ ๋ณด๋์ต๋๋ค. has recieved an invitation to join your party. 20130807 to 20130814 @@ -12150,7 +12150,7 @@ Party Name: Player Name: */ MSG_CHARACTER_PARTY_INVITATION_TO_JOIN = 0x80b, -/*20111207 to 20180523 +/*20111207 to 20180605 ๋๊ป์ ํํฐ๊ฐ์
์ ๊ฑฐ์ ํ์ต๋๋ค. rejected your party invitation. 20130807 to 20130814 @@ -12158,7 +12158,7 @@ Player Name: has recieved an invitation to join your party. */ MSG_CHARACTER_REJECT_PARTY_INVITATION = 0x80c, -/*20111207 to 20180523 +/*20111207 to 20180605 ๋๊ป์ ํํฐ๊ฐ์
์ ์๋ฝํ์ต๋๋ค. accepted your party invitation. 20130807 to 20130814 @@ -12166,7 +12166,7 @@ Player Name: rejected your party invitation. */ MSG_CHARACTER_ACCEPT_PARTY_INVITATION = 0x80d, -/*20111207 to 20180523 +/*20111207 to 20180605 ์ด๋ฏธ ํํฐ๋ชจ์ง์ค์
๋๋ค. Recruitment is already a party. 20130807 to 20130814 @@ -12174,7 +12174,7 @@ Recruitment is already a party. accepted your party invitation. */ MSG_PARTY_RECRUIT_ERROR1 = 0x80e, -/*20111207 to 20180523 +/*20111207 to 20180605 ์ด์ ๊ฒ์๊ณผ ๊ฐ์ ์กฐ๊ฑด์
๋๋ค. Same conditions such as the previous search. 20130807 to 20130814 @@ -12182,7 +12182,7 @@ Same conditions such as the previous search. Recruitment is already a party. */ MSG_PARTY_RECRUIT_ERROR2 = 0x80f, -/*20111207 to 20180523 +/*20111207 to 20180605 ๊ธธ๋ ํํด ํ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. Guild after withdrwal. 20130807 to 20130814 @@ -12190,7 +12190,7 @@ Guild after withdrwal. Same conditions such as the previous search. */ MSG_CHARNAME_CHANGE_FILED_GUILDMEMBER = 0x810, -/*20111207 to 20180523 +/*20111207 to 20180605 ํํฐ ํํด ํ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. Party after secession. 20130807 to 20130814 @@ -12198,7 +12198,7 @@ Party after secession. Guild after withdrwal. */ MSG_CHARNAME_CHANGE_FILED_PARTYMEMBER = 0x811, -/*20111207 to 20180523 +/*20111207 to 20180605 ์ํ ์ ์ ๊ฐ ์ํ์ด ์๋๋ ๋งต์ ์์ต๋๋ค. The player can not be summoned to this map. 20130807 to 20130814 @@ -12208,7 +12208,7 @@ Party after secession. MSG_PARTY_RECRUIT_RECALL_ERR1 = 0x812, /*20111207 to 20120229 ํํฐ์ฅ์ด ์๋ ๋งต์์๋ ์ํ์ด ์๋ฉ๋๋ค. -20120307 to 20180523 +20120307 to 20180605 ํ์ฌ ํํฐ์ฅ์ด ์๋ ๋งต์์๋ ์ํ์ด ์๋ฉ๋๋ค. Party Leader is on a map that is restricted to summon players. 20130807 to 20130814 @@ -12216,7 +12216,7 @@ Party Leader is on a map that is restricted to summon players. The player can not be summoned to this map. */ MSG_PARTY_RECRUIT_RECALL_ERR2 = 0x813, -/*20111207 to 20180523 +/*20111207 to 20180605 ์ํ๊ฑฐ๋ถ๋์์ต๋๋ค. Summon has been denied. 20130807 to 20130814 @@ -12224,7 +12224,7 @@ Summon has been denied. Party Leader is on a map that is restricted to summon players. */ MSG_PARTY_RECRUIT_RECALL_ERR3 = 0x814, -/*20111207 to 20180523 +/*20111207 to 20180605 ์ํ์ ํ ์ ์์ต๋๋ค. Can not be summoned. 20130807 to 20130814 @@ -12232,7 +12232,7 @@ Can not be summoned. Summon has been denied. */ MSG_PARTY_RECRUIT_RECALL_ERR4 = 0x815, -/*20111207 to 20180523 +/*20111207 to 20180605 ํํฐ์ด๋๋ ํํฐ์ฅ๋ง ๊ฐ๋ฅํฉ๋๋ค. Only the leader can invite. 20130807 to 20130814 @@ -12242,7 +12242,7 @@ Can not be summoned. MSG_YOU_ARE_NOT_PARTYMASTER = 0x816, #endif #if PACKETVER >= 20111213 -/*20111213 to 20180523 +/*20111213 to 20180605 ๊ฒ์ํ ์์ดํ
๋ช
์
๋ ฅ : Search item: 20130807 to 20130814 @@ -12250,7 +12250,7 @@ Search item: Only the leader can invite. */ MSG_NC_ITEM_SEARCH = 0x817, -/*20111213 to 20180523 +/*20111213 to 20180605 ์บ๋ฆญํฐ๋ช
์ ์
๋ ฅํ์
์ผ ํฉ๋๋ค. You must enter a character name. 20130807 to 20130814 @@ -12258,7 +12258,7 @@ You must enter a character name. Search item: */ MSG_PLEASE_PUT_CHARACTER_NAME_IN = 0x818, -/*20111213 to 20180523 +/*20111213 to 20180605 ํํฐ์ด๋ฆ์ ์
๋ ฅํ์
์ผ ํฉ๋๋ค. You must enter the name of the party. 20130807 to 20130814 @@ -12268,7 +12268,7 @@ You must enter a character name. MSG_PLEASE_PUT_PARTY_NAME_IN = 0x819, #endif #if PACKETVER >= 20111220 -/*20111220 to 20180523 +/*20111220 to 20180605 ๊ธธ๋ ๋์ฐ๋ฏธ Guild Creation Window 20130807 to 20130814 @@ -12276,7 +12276,7 @@ Guild Creation Window You must enter the name of the party. */ MSG_GUILD_HELPER = 0x81a, -/*20111220 to 20180523 +/*20111220 to 20180605 ๊ฐ์
๋์ด ์๋ ๊ธธ๋๊ฐ ์์ต๋๋ค. Join a guild or start your own! 20130807 to 20130814 @@ -12284,7 +12284,7 @@ Join a guild or start your own! Guild Creation Window */ MSG_NO_GUILD_CURRENTLY_PARTICIPATED_IN = 0x81b, -/*20111220 to 20180523 +/*20111220 to 20180605 ๊ธธ๋ ๊ฒฐ์ฑ Create Guild 20130807 to 20130814 @@ -12292,7 +12292,7 @@ Create Guild Join a guild or start your own! */ MSG_CREATE_GUILD = 0x81c, -/*20111220 to 20180523 +/*20111220 to 20180605 ์์ฑํ ๊ธธ๋ ์ด๋ฆ Guild Name 20130807 to 20130814 @@ -12300,7 +12300,7 @@ Guild Name Create Guild */ MIS_PUT_GUILD_NAME_IN = 0x81d, -/*20111220 to 20180523 +/*20111220 to 20180605 ๊ธธ๋ ๊ฒฐ์ฑ ๋์๋ง Guild System 20130807 to 20130814 @@ -12308,7 +12308,7 @@ Guild System Guild Name */ MIS_GUILD_TIP = 0x81e, -/*20111220 to 20180523 +/*20111220 to 20180605 ๊ธธ๋ ์์คํ
์ด๋ What is the guild system 20130807 to 20130814 @@ -12316,7 +12316,7 @@ What is the guild system Guild System */ MIS_GUILD_SYSTEM = 0x81f, -/*20111220 to 20180523 +/*20111220 to 20180605 ๊ธธ๋์ด๋ฆ์ ์
๋ ฅํ์
์ผ ํฉ๋๋ค. You must enter the name of your guild. 20130807 to 20130814 @@ -12326,7 +12326,7 @@ What is the guild system MSG_PLEASE_PUT_GUILD_NAME_IN = 0x820, #endif #if PACKETVER >= 20111227 -/*20111227 to 20180523 +/*20111227 to 20180605 ์ง์ํ ํํฐ์์ ๊ฑฐ๋ถ๋นํ์ต๋๋ค. Supported at the party was rejected. 20130807 to 20130814 @@ -12336,7 +12336,7 @@ You must enter the name of your guild. MSG_PARTY_RECRUIT_REFUSE_VOLUNTEER = 0x821, #endif #if PACKETVER >= 20120103 -/*20120103 to 20180523 +/*20120103 to 20180605 ์๋น์ค ์ ํ. Select Service: 20130807 to 20130814 @@ -12344,7 +12344,7 @@ Select Service: Supported at the party was rejected. */ MSG_SERVICESELECT = 0x822, -/*20120103 to 20180523 +/*20120103 to 20180605 ํ์ถ ๊ฐ๋ฅํ ์ง์ญ. Possible escape area. 20130807 to 20130814 @@ -12352,20 +12352,20 @@ Possible escape area. Select Service: */ MSG_SHOW_MAPNAMETITLE = 0x823, -/*20120103 to 20180523 +/*20120103 to 20180605 Replay File List 20130807 to 20130814 ํ์ถ ๊ฐ๋ฅํ ์ง์ญ. Possible escape area. */ MSG_REPLAY_STR_REPLAYFILELIST = 0x824, -/*20120103 to 20180523 +/*20120103 to 20180605 File info 20130807 to 20130814 Replay File List */ MSG_REPLAY_STR_FILEINFO = 0x825, -/*20120103 to 20180523 +/*20120103 to 20180605 File List 20130807 to 20130814 File info @@ -12373,7 +12373,7 @@ File info MSG_REPLAY_STR_FILELIST = 0x826, #endif #if PACKETVER >= 20120117 -/*20120117 to 20180523 +/*20120117 to 20180605 %s ์์ดํ
์ ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. %s Item deal not possible. 20130807 to 20130814 @@ -12382,7 +12382,7 @@ File List MSG_NOT_MOVEABLE_TRADE = 0x827, #endif #if PACKETVER >= 20120207 -/*20120207 to 20180523 +/*20120207 to 20180605 ๊ธธ๋ํด์ฒด Disband the Guild 20130807 to 20130814 @@ -12390,7 +12390,7 @@ Disband the Guild %s Item deal not possible. */ MSG_GUILD_DISBAND = 0x828, -/*20120207 to 20180523 +/*20120207 to 20180605 ํด์ฒดํ ๊ธธ๋ ์ด๋ฆ Enter Guild Name 20130807 to 20130814 @@ -12400,7 +12400,7 @@ Disband the Guild MSG_PUT_DISBAND_GUILDNAME = 0x829, #endif #if PACKETVER >= 20120214 -/*20120214 to 20180523 +/*20120214 to 20180605 ์ ์ํ์ง ์์๊ฑฐ๋ ์กด์ฌํ์ง ์๋ ์บ๋ฆญํฐ์
๋๋ค. The character is not online or does not exist. 20130807 to 20130814 @@ -12410,7 +12410,7 @@ Enter Guild Name MSG_JOINGUILD_NOTEXIST_USER = 0x82a, #endif #if PACKETVER >= 20120228 -/*20120228 to 20180523 +/*20120228 to 20180605 ํ์ฝ ํธ์ถ์ ์คํจํ์์ต๋๋ค. Failed to call Falcon. 20130807 to 20130814 @@ -12422,7 +12422,7 @@ The character is not online or does not exist. #if PACKETVER >= 20120307 /*20120307 to 20120320 %d%% ( ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%% ) -20120328 to 20180523 +20120328 to 20180605 %d%% ( ๊ธฐ๋ณธ 100%% + ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%% ) %d%%(default 100%%+ Premium%d%%+%s Server%d%%) 20130807 to 20130814 @@ -12430,7 +12430,7 @@ The character is not online or does not exist. Failed to call Falcon. */ MSG_BASIC_EXP_MSG_BRZ = 0x82c, -/*20120307 to 20180523 +/*20120307 to 20180605 ํด๋น ์ ์ ๋ ํ์ฌ ๊ณต์ฑ์ ์ ์ฐธ๊ฐํ๊ณ ์์ต๋๋ค. This user is currently participating in the siege. 20130807 to 20130814 @@ -12438,7 +12438,7 @@ This user is currently participating in the siege. %d%%(default 100%%+ Premium%d%%+%s Server%d%%) */ MSG_JOINGUILD_TARGET_USER_IN_SIEGEMAP = 0x82d, -/*20120307 to 20180523 +/*20120307 to 20180605 ๋์ผํ ๋งต์์๋ง ํํฐ์ฅ ๋ณ๊ฒฝ์ด ๊ฐ๋ฅํฉ๋๋ค. It is only possible to change the party leader while on the same map. 20130807 to 20130814 @@ -12446,7 +12446,7 @@ It is only possible to change the party leader while on the same map. This user is currently participating in the siege. */ MSG_PARTY_MASTER_CHANGE_SAME_MAP = 0x82e, -/*20120307 to 20180523 +/*20120307 to 20180605 ํ์ฌ ์ง์ญ์์๋ ํํฐ์ฅ ๋ณ๊ฒฝ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. In the current region it is not possible to change the party. 20130807 to 20130814 @@ -12454,7 +12454,7 @@ In the current region it is not possible to change the party. It is only possible to change the party leader while on the same map. */ MSG_CANNOT_PARTY_MASTER_CHANGE_IN_MAP = 0x82f, -/*20120307 to 20180523 +/*20120307 to 20180605 ๊ทธ๋ฆฌํฐ ๋ด๋ฆฌ๊ธฐ Gryphon making 20130807 to 20130814 @@ -12465,7 +12465,7 @@ In the current region it is not possible to change the party. /*20120307 to 20120307 ํ์ฌ ๊ณต์ฑ์ ์ ์ฐธ์ฌ ์ค์ด๋ฏ๋ก ๊ธธ๋์ด๋๋ฅผ ํ์ค ์ ์์ต๋๋ค. You can't invite characters in WoE maps. -20120314 to 20180523 +20120314 to 20180605 %d์ %d์ผ %d์ %d๋ถ %d์ด Delete: %d/%d - %d:%d:%d 20130807 to 20130814 @@ -12475,7 +12475,7 @@ Gryphon making MSG_TIME_TYPE3 = 0x831, #endif #if PACKETVER >= 20120314 -/*20120314 to 20180523 +/*20120314 to 20180605 ํ์ฌ ๊ณต์ฑ์ ์ ์ฐธ์ฌ ์ค์ด๋ฏ๋ก ๊ธธ๋์ด๋๋ฅผ ํ์ค ์ ์์ต๋๋ค. You can't invite characters in WoE maps. 20130807 to 20130814 @@ -12483,7 +12483,7 @@ You can't invite characters in WoE maps. Delete: %d/%d - %d:%d:%d */ MSG_JOINGUILD_REQ_USER_IN_SIEGEMAP = 0x832, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ์ ์
์ฅ ๋๊ธฐ๋ฅผ ์ ์ฒญํ์
จ์ต๋๋ค. You are now in the battlefield queue. 20130807 to 20130814 @@ -12491,7 +12491,7 @@ You are now in the battlefield queue. You can't invite characters in WoE maps. */ MSG_BATTLEFIELD_MSG_REQUEST_JOINWAIT = 0x833, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ธ์์ด ๊ฐ๋ ์ฐผ์ต๋๋ค. Queuing has finished. 20130807 to 20130814 @@ -12499,7 +12499,7 @@ Queuing has finished. You are now in the battlefield queue. */ MSG_BATTLEFIELD_MSG_FULL = 0x834, -/*20120314 to 20180523 +/*20120314 to 20180605 ํ์ธ๋์ง ์์ ์ ์ฅ๋ช
์
๋๋ค. Invalid name of the battlefield. 20130807 to 20130814 @@ -12507,7 +12507,7 @@ Invalid name of the battlefield. Queuing has finished. */ MSG_BATTLEFIELD_MSG_UNKNOWN_NAME = 0x835, -/*20120314 to 20180523 +/*20120314 to 20180605 ํ์ธ๋์ง ์์ ์ ์ฒญํ์
์
๋๋ค. Invalid type of application. 20130807 to 20130814 @@ -12515,7 +12515,7 @@ Invalid type of application. Invalid name of the battlefield. */ MSG_BATTLEFIELD_MSG_UNKNOWN_TYPE = 0x836, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ต๋ ์ธ์์ ์ด๊ณผํ์์ต๋๋ค. People count exceeded. 20130807 to 20130814 @@ -12523,7 +12523,7 @@ People count exceeded. Invalid type of application. */ MSG_BATTLEFIELD_MSG_MAXOVER = 0x837, -/*20120314 to 20180523 +/*20120314 to 20180605 ์
์ฅ ๋ ๋ฒจ์ด ๋ง์ง ์์ต๋๋ค. Your level doesn't fit this battlefield rules. 20130807 to 20130814 @@ -12531,7 +12531,7 @@ Your level doesn't fit this battlefield rules. People count exceeded. */ MSG_BATTLEFIELD_MSG_JOIN_NOTLEVEL = 0x838, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ค๋ณต ์ ์ฒญํ์
จ์ต๋๋ค. Duplicate application. 20130807 to 20130814 @@ -12539,7 +12539,7 @@ Duplicate application. Your level doesn't fit this battlefield rules. */ MSG_BATTLEFIELD_MSG_JOIN_OVERLAP = 0x839, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ฌ์ ์ํ ๋ค์ ์ ์ฒญํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. After reconnecting, please re-apply. 20130807 to 20130814 @@ -12547,7 +12547,7 @@ After reconnecting, please re-apply. Duplicate application. */ MSG_BATTLEFIELD_MSG_RESTART = 0x83a, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ง์
์ด ๋ง์ง ์์ต๋๋ค. Your class can't participate in this battlefield. 20130807 to 20130814 @@ -12555,7 +12555,7 @@ Your class can't participate in this battlefield. After reconnecting, please re-apply. */ MSG_BATTLEFIELD_MSG_NOTJOB = 0x83b, -/*20120314 to 20180523 +/*20120314 to 20180605 ํํฐ์ฅ์ด๋ ๊ธธ๋์ฅ๋ง์ด ์ ์ฒญํ ์ ์์ต๋๋ค. Only party leader / guild master can apply. 20130807 to 20130814 @@ -12563,7 +12563,7 @@ Only party leader / guild master can apply. Your class can't participate in this battlefield. */ MSG_BATTLEFIELD_MSG_JOIN_ONLYBOSS = 0x83c, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ์ ์ด์ฉ ์ค์ธ ํ์์ด ์์ด ์ ์ฒญ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. You can't apply while your team member is already on a battlefield. 20130807 to 20130814 @@ -12571,7 +12571,7 @@ You can't apply while your team member is already on a battlefield. Only party leader / guild master can apply. */ MSG_BATTLEFIELD_MSG_BUSY_PARTYMEMBER = 0x83d, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ ์
์ฅ ๋๊ธฐ๊ฐ ์ทจ์๋์์ต๋๋ค. You have left the battlefield queue. 20130807 to 20130814 @@ -12579,7 +12579,7 @@ You have left the battlefield queue. You can't apply while your team member is already on a battlefield. */ MSG_BATTLEFIELD_MSG_CANCEL_JOINWAIT = 0x83e, -/*20120314 to 20180523 +/*20120314 to 20180605 ์๋ชป๋ ์ ์ฅ๋ช
์
๋๋ค. Wrong battlefield name. 20130807 to 20130814 @@ -12587,7 +12587,7 @@ Wrong battlefield name. You have left the battlefield queue. */ MSG_BATTLEFIELD_MSG_WRONG_NAME = 0x83f, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ ์
์ฅ ๋๊ธฐ ์์์ ์์ต๋๋ค. You are not in the battlefield queue list 20130807 to 20130814 @@ -12595,7 +12595,7 @@ You are not in the battlefield queue list Wrong battlefield name. */ MSG_BATTLEFIELD_MSG_NOTRANK = 0x840, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ํํ์ ์ ์ฅ์ ํ์ฌ ์ด์ฉํ์ค ์ ์์ผ๋ฏ๋ก ๋๊ธฐ๊ฐ ์ทจ์๋ฉ๋๋ค. The selected arena is unavailable; your application has been cancelled 20130807 to 20130814 @@ -12603,7 +12603,7 @@ The selected arena is unavailable; your application has been cancelled You are not in the battlefield queue list */ MSG_BATTLEFIELD_MSG_FAIL_CHOICE = 0x841, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ ์
์ฅ์ ์ทจ์ํ์์ต๋๋ค. You have left the queue 20130807 to 20130814 @@ -12611,7 +12611,7 @@ You have left the queue The selected arena is unavailable; your application has been cancelled */ MSG_BATTLEFIELD_MSG_CANCEL_JOIN = 0x842, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ์ ์
์ฅํ์๊ฒ ์ต๋๊น? Are you sure you want to join a battleground? 20130807 to 20130814 @@ -12619,7 +12619,7 @@ Are you sure you want to join a battleground? You have left the queue */ MSG_BATTLEFIELD_MSG_DOYOU_JOIN = 0x843, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ ์
์ฅ ์ ์ฒญ ์์คํ
[Battlefield application rules] 20130807 to 20130814 @@ -12627,7 +12627,7 @@ You have left the queue Are you sure you want to join a battleground? */ MSG_BATTLEFIELD_HELP1 = 0x844, -/*20120314 to 20180523 +/*20120314 to 20180605 ์
์ฅ ์ ์ฒญ ๋ฐ ์ ์ฅ์ผ๋ก์ ๊ณต๊ฐ์ด๋ ๋ถ๊ฐ ์ํฉ Application and position into the battlefield cannot be applied under this circumtances 20130807 to 20130814 @@ -12635,7 +12635,7 @@ Application and position into the battlefield cannot be applied under this circu [Battlefield application rules] */ MSG_BATTLEFIELD_HELP2 = 0x845, -/*20120314 to 20180523 +/*20120314 to 20180605 1. ์ฌ๋ฌ ์ข
๋ฅ์ ์ ์ฅ์ ๋์์ ์ ์ฒญํ ์ ์์ต๋๋ค. 1. Different types of battle can not be applied simultaneously. 20130807 to 20130814 @@ -12643,7 +12643,7 @@ Application and position into the battlefield cannot be applied under this circu Application and position into the battlefield cannot be applied under this circumtances */ MSG_BATTLEFIELD_HELP3 = 0x846, -/*20120314 to 20180523 +/*20120314 to 20180605 2. ๊ฐ์ธ / ํํฐ / ๊ธธ๋ ์ ์ฅ์ ๋์์ ์ ์ฒญํ ์ ์์ต๋๋ค. 2. Personal / party / guild battle can not be applied simultaneously. 20130807 to 20130814 @@ -12651,7 +12651,7 @@ Application and position into the battlefield cannot be applied under this circu 1. Different types of battle can not be applied simultaneously. */ MSG_BATTLEFIELD_HELP4 = 0x847, -/*20120314 to 20180523 +/*20120314 to 20180605 3. ํํฐ ์ ์ฅ ์ ์ฒญ์ ํํฐ์ฅ๋ง ์ ์ฒญํ ์ ์์ผ๋ฉฐ, 3. Parties can only be applied by their party leaders. 20130807 to 20130814 @@ -12659,7 +12659,7 @@ Application and position into the battlefield cannot be applied under this circu 2. Personal / party / guild battle can not be applied simultaneously. */ MSG_BATTLEFIELD_HELP5 = 0x848, -/*20120314 to 20180523 +/*20120314 to 20180605 ์คํ๋ผ์ธ์ค์ด๊ฑฐ๋ ์คํ๋ผ์ธ ๋ ํํฐ์์ ๋๊ธฐ์ด์์ ๋๋ฝ๋ฉ๋๋ค. Offline party members won't proceed to the queue. 20130807 to 20130814 @@ -12667,7 +12667,7 @@ Offline party members won't proceed to the queue. 3. Parties can only be applied by their party leaders. */ MSG_BATTLEFIELD_HELP6 = 0x849, -/*20120314 to 20180523 +/*20120314 to 20180605 4. ์ ์ฅ ์ ์ฒญ์ ์ ์ฅ ๋งต์ ์ ์ธํ ๋ชจ๋ ๊ณณ์์ ์ ์ฒญ ๊ฐ๋ฅํ๋, 4. You can add request to enter the arena from any map except for those who don't allow teleport/warp. 20130807 to 20130814 @@ -12675,7 +12675,7 @@ Offline party members won't proceed to the queue. Offline party members won't proceed to the queue. */ MSG_BATTLEFIELD_HELP7 = 0x84a, -/*20120314 to 20180523 +/*20120314 to 20180605 ์
์ฅํ ์์น๊ฐ ๋ง์, ํ๋, ์ผ๋ฐ ๋์ ์ด ์๋ ๊ฒฝ์ฐ ๋ณต๊ท ์ ์บ๋ฆญํฐ ์ ์ฅ ์ขํ๋ก ์ด๋ ๋ฉ๋๋ค. When the battle is finished your character will be returned to the current spot or (if it's not possible) to the save point. 20130807 to 20130814 @@ -12683,7 +12683,7 @@ When the battle is finished your character will be returned to the current spot 4. You can add request to enter the arena from any map except for those who don't allow teleport/warp. */ MSG_BATTLEFIELD_HELP8 = 0x84b, -/*20120314 to 20180523 +/*20120314 to 20180605 5. ์ ์ฅ์ ๋ณด์ ๋ฐ ๊ธฐํ ์๋น์ค๋ ๊ฐ ๋ง์์ ์์นํ ์ ์ฅ ๋ชจ๋ณ๊ด์ ํตํด ์ ์ฅ ๋๊ธฐ์ค์์ ์ด์ฉํด ์ฃผ์ญ์์ค. 5. You can view and choose rewards in the arena waiting room. 20130807 to 20130814 @@ -12691,7 +12691,7 @@ When the battle is finished your character will be returned to the current spot When the battle is finished your character will be returned to the current spot or (if it's not possible) to the save point. */ MSG_BATTLEFIELD_HELP9 = 0x84c, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ ์
์ฅ ์ ์ฒญ ๋์๋ง Request help battle position 20130807 to 20130814 @@ -12699,7 +12699,7 @@ Request help battle position 5. You can view and choose rewards in the arena waiting room. */ MSG_BATTLEFIELD_HELP10 = 0x84d, -/*20120314 to 20180523 +/*20120314 to 20180605 %s ์ ์ฅ์ด ์์๋ฉ๋๋ค. %s battle begins. 20130807 to 20130814 @@ -12707,7 +12707,7 @@ Request help battle position Request help battle position */ MSG_BATTLEFIELD_START = 0x84e, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ์ผ๋ก ์ด๋ํ์๊ฒ ์ต๋๊น? Do you want to enter the arena? 20130807 to 20130814 @@ -12715,7 +12715,7 @@ Do you want to enter the arena? %s battle begins. */ MSG_BATTLEFIELD_DOYOU_MOVE = 0x84f, -/*20120314 to 20180523 +/*20120314 to 20180605 [์ฃผ์] [Note] 20130807 to 20130814 @@ -12723,7 +12723,7 @@ Do you want to enter the arena? Do you want to enter the arena? */ MSG_BATTLEFIELD_WARNINGMSG1 = 0x850, -/*20120314 to 20180523 +/*20120314 to 20180605 ํ์ฌ ์์น๊ฐ ๋ง์, ํ๋ ํน์ ์ผ๋ฐ๋์ ์ด When the battle is finished your character will 20130807 to 20130814 @@ -12731,7 +12731,7 @@ When the battle is finished your character will [Note] */ MSG_BATTLEFIELD_WARNINGMSG2 = 0x851, -/*20120314 to 20180523 +/*20120314 to 20180605 ์๋ ๊ฒฝ์ฐ ์ ์ฅ ์ข
๋ฃ ํ ์ ์ฅ๋ ์์น๋ก be returned to the current spot or (if it's not 20130807 to 20130814 @@ -12739,7 +12739,7 @@ be returned to the current spot or (if it's not When the battle is finished your character will */ MSG_BATTLEFIELD_WARNINGMSG3 = 0x852, -/*20120314 to 20180523 +/*20120314 to 20180605 ๋๋์๊ฐ๊ฒ ๋ฉ๋๋ค. possible) to the save point. 20130807 to 20130814 @@ -12747,7 +12747,7 @@ possible) to the save point. be returned to the current spot or (if it's not */ MSG_BATTLEFIELD_WARNINGMSG4 = 0x853, -/*20120314 to 20180523 +/*20120314 to 20180605 ๋ค๋ฅธ ์ด์ ์์ฒญ ๊ฒฐ๊ณผ๋ฅผ ๊ธฐ๋ค๋ฆฌ๊ณ ์์ต๋๋ค. Waiting for the opponents. 20130807 to 20130814 @@ -12755,7 +12755,7 @@ Waiting for the opponents. possible) to the save point. */ MSG_BATTLEFIELD_WAIT_PLAYER = 0x854, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ ์
์ฅ ์์ฒญ Battlefield position request 20130807 to 20130814 @@ -12763,7 +12763,7 @@ Battlefield position request Waiting for the opponents. */ MSG_BATTLEFIELD_REQUEST_JOIN = 0x855, -/*20120314 to 20180523 +/*20120314 to 20180605 ์๋ฝ๋๊ธฐ์๊ฐ:%d์ด Accept standby time:%d seconds 20130807 to 20130814 @@ -12771,7 +12771,7 @@ Accept standby time:%d seconds Battlefield position request */ MSG_BATTLEFIELD_WAITTIME_D = 0x856, -/*20120314 to 20180523 +/*20120314 to 20180605 ์
์ฅ ๋๊ธฐ ์ํ Standby position 20130807 to 20130814 @@ -12779,7 +12779,7 @@ Standby position Accept standby time:%d seconds */ MSG_BATTLEFIELD_STATE_JOINWAIT = 0x857, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ ๋ช
์นญ: %s Battlefield name:%s 20130807 to 20130814 @@ -12787,7 +12787,7 @@ Battlefield name:%s Standby position */ MSG_BATTLEFIELD_NAME_S = 0x858, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ ํ์ ์ธ์: %d Persons required:%d 20130807 to 20130814 @@ -12795,7 +12795,7 @@ Persons required:%d Battlefield name:%s */ MSG_BATTLEFIELD_MEMBER_D = 0x859, -/*20120314 to 20180523 +/*20120314 to 20180605 ๋ด ๋๊ธฐ์๋ฒ: %d Your position:%d 20130807 to 20130814 @@ -12803,7 +12803,7 @@ Your position:%d Persons required:%d */ MSG_BATTLEFIELD_MYRANK_D = 0x85a, -/*20120314 to 20180523 +/*20120314 to 20180605 ๋ช
์นญ : Name: 20130807 to 20130814 @@ -12811,7 +12811,7 @@ Name: Your position:%d */ MSG_BATTLEFIELD_DP_TITLE = 0x85b, -/*20120314 to 20180523 +/*20120314 to 20180605 ๋ชฉํ : Goal: 20130807 to 20130814 @@ -12819,7 +12819,7 @@ Goal: Name: */ MSG_BATTLEFIELD_DP_AIM = 0x85c, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ์ ์ธ์ ๊ตฌ์ฑ : Format: 20130807 to 20130814 @@ -12827,7 +12827,7 @@ Format: Goal: */ MSG_BATTLEFIELD_DP_MEMBER = 0x85d, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ฐธ์ฌ์กฐ๊ฑด : Level: 20130807 to 20130814 @@ -12835,7 +12835,7 @@ Level: Format: */ MSG_BATTLEFIELD_DP_REQUIRED = 0x85e, -/*20120314 to 20180523 +/*20120314 to 20180605 ๋ณด์(์น) : Win: 20130807 to 20130814 @@ -12843,7 +12843,7 @@ Win: Level: */ MSG_BATTLEFIELD_DP_WIN = 0x85f, -/*20120314 to 20180523 +/*20120314 to 20180605 ๋ณด์(๋ฌด) : Draw: 20130807 to 20130814 @@ -12851,7 +12851,7 @@ Draw: Win: */ MSG_BATTLEFIELD_DP_DRAW = 0x860, -/*20120314 to 20180523 +/*20120314 to 20180605 ๋ณด์(ํจ) : Loss: 20130807 to 20130814 @@ -12859,7 +12859,7 @@ Loss: Draw: */ MSG_BATTLEFIELD_DP_LOSS = 0x861, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ์ ๊ฐ์ธ์ผ๋ก ์ ์ฒญ ํ์
จ์ต๋๋ค. ๋ง์ต๋๊น? Do you want to participate in the individuals battle? 20130807 to 20130814 @@ -12867,7 +12867,7 @@ Do you want to participate in the individuals battle? Loss: */ MSG_BATTLEFIELD_DOYOU_SINGLE = 0x862, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ์ ํํฐ๋ก ์ ์ฒญ ํ์
จ์ต๋๋ค. ๋ง์ต๋๊น? Do you want to participate in the parties battle? 20130807 to 20130814 @@ -12875,7 +12875,7 @@ Do you want to participate in the parties battle? Do you want to participate in the individuals battle? */ MSG_BATTLEFIELD_DOYOU_PALTY = 0x863, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ์ ๊ธธ๋๋ก ์ ์ฒญ ํ์
จ์ต๋๋ค. ๋ง์ต๋๊น? Do you want to participate in the guilds battle? 20130807 to 20130814 @@ -12883,7 +12883,7 @@ Do you want to participate in the guilds battle? Do you want to participate in the parties battle? */ MSG_BATTLEFIELD_DOYOU_GUILD = 0x864, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ์ฅ ๋ชฉ๋ก Battleground List 20130807 to 20130814 @@ -12891,21 +12891,21 @@ Battleground List Do you want to participate in the guilds battle? */ MSG_BATTLEFIELD_LIST2 = 0x865, -/*20120314 to 20180523 +/*20120314 to 20180605 %d VS %d 20130807 to 20130814 ์ ์ฅ ๋ชฉ๋ก Battleground List */ MSG_BATTLEFIELD_D_VS_D = 0x866, -/*20120314 to 20180523 +/*20120314 to 20180605 Base LV %d ์ดํ LV %d and lower 20130807 to 20130814 %d VS %d */ MSG_BATTLEFIELD_LEVELDOWN_D = 0x867, -/*20120314 to 20180523 +/*20120314 to 20180605 Base LV %d ์ด์ LV %d and higher 20130807 to 20130814 @@ -12913,7 +12913,7 @@ Base LV %d ์ดํ LV %d and lower */ MSG_BATTLEFIELD_LEVELUP_D = 0x868, -/*20120314 to 20180523 +/*20120314 to 20180605 Base LV %d ~ %d LV %d ~ %d 20130807 to 20130814 @@ -12921,7 +12921,7 @@ Base LV %d ์ด์ LV %d and higher */ MSG_BATTLEFIELD_LEVEL_D_D = 0x869, -/*20120314 to 20180523 +/*20120314 to 20180605 ์ ํ ์์ No restrictions 20130807 to 20130814 @@ -12929,7 +12929,7 @@ Base LV %d ~ %d LV %d ~ %d */ MSG_BATTLEFIELD_LIMITLESS = 0x86a, -/*20120314 to 20180523 +/*20120314 to 20180605 [ํด๋น ๋งต์์๋ ์ ์ฒญํ์ค ์ ์์ต๋๋ค.] [You can't apply on this map.] 20130807 to 20130814 @@ -12937,7 +12937,7 @@ LV %d ~ %d No restrictions */ MSG_BATTLEFIELD_MSG_NOT_JOINMAP = 0x86b, -/*20120314 to 20180523 +/*20120314 to 20180605 [์ ์ฅ ์ฌ์ ์ฒญ๊น์ง ์ฝ 1๋ถ์ ๋๊ธฐ์๊ฐ์ ํ์๋ก ํฉ๋๋ค.] [You must wait about 1 minute to apply.] 20130807 to 20130814 @@ -12945,7 +12945,7 @@ No restrictions [You can't apply on this map.] */ MSG_BATTLEFIELD_MSG_WAIT_1MM = 0x86c, -/*20120314 to 20180523 +/*20120314 to 20180605 [ํํฐ์ ๋จผ์ ๊ฐ์
ํ์
์ผ ํฉ๋๋ค.] [You must be in a party.] 20130807 to 20130814 @@ -12953,7 +12953,7 @@ No restrictions [You must wait about 1 minute to apply.] */ MSG_BATTLEFIELD_MSG_PLZ_PALTYJOIN = 0x86d, -/*20120314 to 20180523 +/*20120314 to 20180605 [ํํฐ์ฅ๋ง ์ ์ฒญ ๊ฐ๋ฅํฉ๋๋ค.] [Only party leader can apply.] 20130807 to 20130814 @@ -12961,7 +12961,7 @@ No restrictions [You must be in a party.] */ MSG_BATTLEFIELD_MSG_NOT_PALTYBOSS = 0x86e, -/*20120314 to 20180523 +/*20120314 to 20180605 [์ ์๋์ด์๋ ํํฐ์ธ์์๊ฐ ๋ง์ต๋๋ค.] [Too many party members online.] 20130807 to 20130814 @@ -12969,7 +12969,7 @@ No restrictions [Only party leader can apply.] */ MSG_BATTLEFIELD_MSG_OVER_PARTYMEMBER = 0x86f, -/*20120314 to 20180523 +/*20120314 to 20180605 [๊ธธ๋์ ๋จผ์ ๊ฐ์
ํ์
์ผ ํฉ๋๋ค.] [You must be in a guild.] 20130807 to 20130814 @@ -12977,7 +12977,7 @@ No restrictions [Too many party members online.] */ MSG_BATTLEFIELD_MSG_PLZ_GUILDJOIN = 0x870, -/*20120314 to 20180523 +/*20120314 to 20180605 [๊ธธ๋์ฅ๋ง ์ ์ฒญ ๊ฐ๋ฅํฉ๋๋ค.] [Only guild master can apply.] 20130807 to 20130814 @@ -12985,7 +12985,7 @@ No restrictions [You must be in a guild.] */ MSG_BATTLEFIELD_MSG_NOT_GUILDBOSS = 0x871, -/*20120314 to 20180523 +/*20120314 to 20180605 [์ ์๋์ด์๋ ๊ธธ๋์ธ์์๊ฐ ๋ง์ต๋๋ค.] [Too many guild members online.] 20130807 to 20130814 @@ -12995,7 +12995,7 @@ No restrictions MSG_BATTLEFIELD_MSG_OVER_GUILDMEMBER = 0x872, /*20120314 to 20120314 ์์ดํ
ํฉ์น๊ธฐ -20120320 to 20180523 +20120320 to 20180605 ์ด๋์์ฝ Moving Book 20130807 to 20130814 @@ -13006,7 +13006,7 @@ Moving Book /*20120314 to 20120314 ๊ฐ์ ์ข
๋ฅ์ ์์ดํ
์ 2๊ฐ ์ด์ ์ ํํด์ฃผ์ธ์. Two or more of the same type. Please select an item. -20120320 to 20180523 +20120320 to 20180605 ์ด๋ Move 20130807 to 20130814 @@ -13017,7 +13017,7 @@ Moving Book /*20120314 to 20120314 ์์ดํ
ํฉ์น๊ธฐ์ ์ฑ๊ณตํ์ต๋๋ค. Item merge is successful. -20120320 to 20180523 +20120320 to 20180605 ์ด๋ฆ๋ณ๊ฒฝ Rename 20130807 to 20130814 @@ -13028,7 +13028,7 @@ Move /*20120314 to 20120314 ์์ดํ
ํฉ์น๊ธฐ๋ ํ๋ฒ์ 1์ข
๋ฅ์ฉ๋ง ๊ฐ๋ฅํฉ๋๋ค. Combining items will be only one kind at a time. -20120320 to 20180523 +20120320 to 20180605 Make Character 20130807 to 20130814 ์ด๋ฆ๋ณ๊ฒฝ @@ -13038,7 +13038,7 @@ Rename /*20120314 to 20120314 ์์ดํ
์ ๊ฐ์๊ฐ 30000๊ฐ ์ด๊ณผ ํ์ต๋๋ค. You cannot have more than 30,000 stacked items. -20120320 to 20180523 +20120320 to 20180605 http://ro.game.gnjoy.com/ 20130807 to 20130814 Make Character @@ -13046,7 +13046,7 @@ Make Character MSG_UAE_URL = 0x877, #endif #if PACKETVER >= 20120320 -/*20120320 to 20180523 +/*20120320 to 20180605 (%s) Server 20130807 to 20130814 http://ro.game.gnjoy.com/ @@ -13054,14 +13054,14 @@ http://ro.game.gnjoy.com/ MSG_UAE_SERVERSTR = 0x878, /*20120320 to 20120328 ์์ดํ
ํฉ์น๊ธฐ -20120404 to 20180523 +20120404 to 20180605 ์์ดํ
๋ณํฉ(๋ชจ๋์ ํ Ctrl+ํด๋ฆญ) Item Merge 20130807 to 20130814 (%s) Server */ MSG_MERGE_ITEM = 0x879, -/*20120320 to 20180523 +/*20120320 to 20180605 ๊ฐ์ ์ข
๋ฅ์ ์์ดํ
์ 2๊ฐ ์ด์ ์ ํํด์ฃผ์ธ์. Two or more of the same type. Please select an item. 20130807 to 20130814 @@ -13069,7 +13069,7 @@ Two or more of the same type. Please select an item. Item Merge */ MSG_SELECT_ITEM_TO_MERGE = 0x87a, -/*20120320 to 20180523 +/*20120320 to 20180605 ์์ดํ
ํฉ์น๊ธฐ์ ์ฑ๊ณตํ์ต๋๋ค. Item merge is successful. 20130807 to 20130814 @@ -13077,7 +13077,7 @@ Item merge is successful. Two or more of the same type. Please select an item. */ MSG_MERGE_ITEM_SUCCESS = 0x87b, -/*20120320 to 20180523 +/*20120320 to 20180605 ์์ดํ
ํฉ์น๊ธฐ๋ ํ๋ฒ์ 1์ข
๋ฅ์ฉ๋ง ๊ฐ๋ฅํฉ๋๋ค. Combining items will be only one kind at a time. 20130807 to 20130814 @@ -13085,7 +13085,7 @@ Combining items will be only one kind at a time. Item merge is successful. */ MSG_MERGE_ITEM_FAILED_NOT_MERGE = 0x87c, -/*20120320 to 20180523 +/*20120320 to 20180605 ์์ดํ
์ ๊ฐ์๊ฐ 30000๊ฐ ์ด๊ณผ ํ์ต๋๋ค. You cannot have more than 30,000 stacked items. 20130807 to 20130814 @@ -13095,7 +13095,7 @@ Combining items will be only one kind at a time. MSG_MERGE_ITEM_FAILED_MAX_COUNT = 0x87d, #endif #if PACKETVER >= 20120328 -/*20120328 to 20180523 +/*20120328 to 20180605 ์ข๋ก ํ์ Rotate left 20130807 to 20130814 @@ -13103,7 +13103,7 @@ Rotate left You cannot have more than 30,000 stacked items. */ MSG_CHARACTER_LEFT_ROLL = 0x87e, -/*20120328 to 20180523 +/*20120328 to 20180605 ์ฐ๋ก ํ์ Rotate right 20130807 to 20130814 @@ -13111,7 +13111,7 @@ Rotate right Rotate left */ MSG_CHARACTER_RIGHT_ROLL = 0x87f, -/*20120328 to 20180523 +/*20120328 to 20180605 (%s)๋์ ์ด์ ์๋ฒ ์ ๋ณด๋ณด๊ธฐ (%s) to view the old server information 20130807 to 20130814 @@ -13119,7 +13119,7 @@ Rotate left Rotate right */ MSG_VIEW_BEFORE_WORLDINFO = 0x880, -/*20120328 to 20180523 +/*20120328 to 20180605 ๊ธฐ์กด ์๋ฒ ์ ๋ณด Existing server information 20130807 to 20130814 @@ -13127,7 +13127,7 @@ Existing server information (%s) to view the old server information */ MSG_VIEW_BEFORE_WORLDINFO_TITLE = 0x881, -/*20120328 to 20180523 +/*20120328 to 20180605 ^ff0000๊ธฐ์กด ์๋ฒ : ^0000ff ^ff0000Existing server: ^0000ff 20130807 to 20130814 @@ -13135,7 +13135,7 @@ Existing server information Existing server information */ MSG_VIEW_BEFORE_SERVERINFO = 0x882, -/*20120328 to 20180523 +/*20120328 to 20180605 ^ff0000๊ธฐ์กด ์บ๋ฆญ๋ช
: ^0000ff ^ff0000Existing character: ^0000ff 20130807 to 20130814 @@ -13143,7 +13143,7 @@ Existing server information ^ff0000Existing server: ^0000ff */ MSG_VIEW_BEFORE_CHARNAME = 0x883, -/*20120328 to 20180523 +/*20120328 to 20180605 ๊ณต๊ฒฉํ ๋ชฌ์คํฐ์ HP๊ฐ ํ์๋ฉ๋๋ค. Show monster HP bar when attacking. 20130807 to 20130814 @@ -13153,7 +13153,7 @@ Show monster HP bar when attacking. MSG_MONSTER_HP_ON = 0x884, /*20120328 to 20120328 ๊ณต๊ฒฉํ ๋ชฌ์คํฐ์ HP๊ฐ ํ์๋์ง ์์ต๋๋ค.. -20120404 to 20180523 +20120404 to 20180605 ๊ณต๊ฒฉํ ๋ชฌ์คํฐ์ HP๊ฐ ํ์๋์ง ์์ต๋๋ค. Hide monster HP bar when attacking. 20130807 to 20130814 @@ -13163,7 +13163,7 @@ Show monster HP bar when attacking. MSG_MONSTER_HP_OFF = 0x885, #endif #if PACKETVER >= 20120404 -/*20120404 to 20180523 +/*20120404 to 20180605 ๋ณํฉ ๊ฐ๋ฅํ ์์ดํ
์ด ์กด์ฌํ์ง ์์ต๋๋ค Merge does not exist as an item 20130807 to 20130814 @@ -13171,7 +13171,7 @@ Merge does not exist as an item Hide monster HP bar when attacking. */ MSG_MERGE_ITEM_FAILED_NOT_EXIST = 0x886, -/*20120404 to 20180523 +/*20120404 to 20180605 ๋ณํฉ ๊ฐ๋ฅํ ์์ดํ
์ด ์กด์ฌํ์ง ์์ต๋๋ค. Merge items available does not exist. 20130807 to 20130814 @@ -13179,7 +13179,7 @@ Merge items available does not exist. Merge does not exist as an item */ MSG_NOT_EXIST_MERGE_ITEM = 0x887, -/*20120404 to 20180523 +/*20120404 to 20180605 ์งํ์ค Act 20130807 to 20130814 @@ -13187,7 +13187,7 @@ Act Merge items available does not exist. */ MSG_QUESTUI_TAB_PROCESS = 0x888, -/*20120404 to 20180523 +/*20120404 to 20180605 ๋ณด๋ฅ์ค Pen 20130807 to 20130814 @@ -13195,7 +13195,7 @@ Pen Act */ MSG_QUESTUI_TAB_HOLD = 0x889, -/*20120404 to 20180523 +/*20120404 to 20180605 ์ถ์ฒ Rec 20130807 to 20130814 @@ -13203,7 +13203,7 @@ Rec Pen */ MSG_QUESTUI_TAB_BEST = 0x88a, -/*20120404 to 20180523 +/*20120404 to 20180605 ์ํผ์๋ Episode 20130807 to 20130814 @@ -13211,7 +13211,7 @@ Episode Rec */ MSG_QUESTUI_TAB_EPISODE = 0x88b, -/*20120404 to 20180523 +/*20120404 to 20180605 ๋ก์ปฌ Loc 20130807 to 20130814 @@ -13219,7 +13219,7 @@ Loc Episode */ MSG_QUESTUI_TAB_LOCAL = 0x88c, -/*20120404 to 20180523 +/*20120404 to 20180605 ์ด๋ฒคํธ Evt 20130807 to 20130814 @@ -13227,7 +13227,7 @@ Evt Loc */ MSG_QUESTUI_TAB_EVENT = 0x88d, -/*20120404 to 20180523 +/*20120404 to 20180605 ์ ๊ท New 20130807 to 20130814 @@ -13235,7 +13235,7 @@ New Evt */ MSG_QUESTUI_TAB_NEW = 0x88e, -/*20120404 to 20180523 +/*20120404 to 20180605 ์ฌ๋ฅ๋ชฌ์คํฐ Monsters to kill 20130807 to 20130814 @@ -13243,7 +13243,7 @@ Monsters to kill New */ MSG_QUESTUI_HUNTMONSTER = 0x88f, -/*20120404 to 20180523 +/*20120404 to 20180605 ๋ณด์์์ดํ
Rewards 20130807 to 20130814 @@ -13251,7 +13251,7 @@ Rewards Monsters to kill */ MSG_QUESTUI_REWARDITEM = 0x890, -/*20120404 to 20180523 +/*20120404 to 20180605 ํ์์์ดํ
Required Items 20130807 to 20130814 @@ -13259,7 +13259,7 @@ Required Items Rewards */ MSG_QUESTUI_NEEDITEM = 0x891, -/*20120404 to 20180523 +/*20120404 to 20180605 ์ ํ์๊ฐ Time Limit 20130807 to 20130814 @@ -13267,7 +13267,7 @@ Time Limit Required Items */ MSG_QUESTUI_TIMELIMIT = 0x892, -/*20120404 to 20180523 +/*20120404 to 20180605 ๋ง๊ฐ์๊ฐ Deadline 20130807 to 20130814 @@ -13277,7 +13277,7 @@ Time Limit MSG_QUESTUI_CLOSINGTIME = 0x893, #endif #if PACKETVER >= 20120417 -/*20120417 to 20180523 +/*20120417 to 20180605 ๊ฒ์ Search 20130807 to 20130814 @@ -13285,7 +13285,7 @@ Search Deadline */ MSG_NAVIGATION_SEARCH = 0x894, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ชฉํ๋ก ์๋ด Navigation 20130807 to 20130814 @@ -13293,7 +13293,7 @@ Navigation Search */ MSG_NAVIGATION_TARGETGO = 0x895, -/*20120417 to 20180523 +/*20120417 to 20180605 ๊ธธ ์ ๋ณด Back to Navigation 20130807 to 20130814 @@ -13301,7 +13301,7 @@ Back to Navigation Navigation */ MSG_NAVIGATION_ROUTEINFO = 0x896, -/*20120417 to 20180523 +/*20120417 to 20180605 ๊ฒ์ ์ ๋ณด Find Information 20130807 to 20130814 @@ -13309,7 +13309,7 @@ Find Information Back to Navigation */ MSG_NAVIGATION_SEARCHINFO = 0x897, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ณด๊ธฐ ๋ชจ๋ ๋ณ๊ฒฝ Toggle Minimap 20130807 to 20130814 @@ -13319,7 +13319,7 @@ Find Information MSG_NAVIGATION_VIEWCHANGE = 0x898, /*20120417 to 20130109 ์๋ด ์ง์ ์์ ๋ณ๊ฒฝ -20130115 to 20180523 +20130115 to 20180605 ์ธ๋ถ ๊ธธ์ ๋ณด ํ์ผ ์ฝ๊ธฐ Read Information from External File 20130807 to 20130814 @@ -13327,7 +13327,7 @@ Read Information from External File Toggle Minimap */ MSG_NAVIGATION_LIGHTCHANGE = 0x899, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ข
๋ฃ Exit 20130807 to 20130814 @@ -13335,7 +13335,7 @@ Exit Read Information from External File */ MSG_NAVIGATION_END = 0x89a, -/*20120417 to 20180523 +/*20120417 to 20180605 ๊ธฐ๋ณธ UI๋ก ๋ณ๊ฒฝ Change the Default UI 20130807 to 20130814 @@ -13343,7 +13343,7 @@ Change the Default UI Exit */ MSG_NAVIGATION_BASE = 0x89b, -/*20120417 to 20180523 +/*20120417 to 20180605 ๊ฐํธ UI๋ก ๋ณ๊ฒฝ Change to Default UI 20130807 to 20130814 @@ -13351,7 +13351,7 @@ Change to Default UI Change the Default UI */ MSG_NAVIGATION_MINI = 0x89c, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋์๋ง Help 20130807 to 20130814 @@ -13359,7 +13359,7 @@ Help Change to Default UI */ MSG_NAVIGATION_HELP = 0x89d, -/*20120417 to 20180523 +/*20120417 to 20180605 ALL All 20130807 to 20130814 @@ -13367,75 +13367,75 @@ All Help */ MSG_NAVIGATION_ALL = 0x89e, -/*20120417 to 20180523 +/*20120417 to 20180605 Map 20130807 to 20130814 ALL All */ MSG_NAVIGATION_MAP = 0x89f, -/*20120417 to 20180523 +/*20120417 to 20180605 Npc 20130807 to 20130814 Map */ MSG_NAVIGATION_NPC = 0x8a0, -/*20120417 to 20180523 +/*20120417 to 20180605 Mob 20130807 to 20130814 Npc */ MSG_NAVIGATION_MOB = 0x8a1, -/*20120417 to 20180523 +/*20120417 to 20180605 ๊ฒ์ ๋จ์ด ์ค์ (Ex: ๋จ์ด ๋จ์ด ... Enter search string... (Ex: word word ...) 20130807 to 20130814 Mob */ MSG_NAVIGATION_SETSTRING = 0x8a2, -/*20120417 to 20180523 +/*20120417 to 20180605 Scroll 20130807 to 20130814 ๊ฒ์ ๋จ์ด ์ค์ (Ex: ๋จ์ด ๋จ์ด ... Enter search string... (Ex: word word ...) */ MSG_NAVIGATION_SCROLL = 0x8a3, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋์ ์ด๋ ์คํฌ๋กค ์ฌ์ฉ ์ ์ฉ Use Scroll? 20130807 to 20130814 Scroll */ MSG_NAVIGATION_USESCROLL = 0x8a4, -/*20120417 to 20180523 +/*20120417 to 20180605 Service 20130807 to 20130814 ๋์ ์ด๋ ์คํฌ๋กค ์ฌ์ฉ ์ ์ฉ Use Scroll? */ MSG_NAVIGATION_SERVICE = 0x8a5, -/*20120417 to 20180523 +/*20120417 to 20180605 ์์น ์ด๋ ์๋น์ค ํ์ฉ Use Kafra Warp? 20130807 to 20130814 Service */ MSG_NAVIGATION_USESERVICE = 0x8a6, -/*20120417 to 20180523 +/*20120417 to 20180605 Plane 20130807 to 20130814 ์์น ์ด๋ ์๋น์ค ํ์ฉ Use Kafra Warp? */ MSG_NAVIGATION_PLANE = 0x8a7, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋น๊ณต์ ์ด๋ ์ ์ฉ Use Airship? 20130807 to 20130814 Plane */ MSG_NAVIGATION_USEPLANE = 0x8a8, -/*20120417 to 20180523 +/*20120417 to 20180605 >> ๋ชฉํ ์ ๋ณด๋ฅผ ์ฝ์ง ๋ชปํจ! >> Failed to read the target information. 20130807 to 20130814 @@ -13443,7 +13443,7 @@ Plane Use Airship? */ MSG_NAVIGATION_TARGETUNKNOWN = 0x8a9, -/*20120417 to 20180523 +/*20120417 to 20180605 << ์๋ด์ค >> >> Destination << 20130807 to 20130814 @@ -13451,7 +13451,7 @@ Use Airship? >> Failed to read the target information. */ MSG_NAVIGATION_GOING = 0x8aa, -/*20120417 to 20180523 +/*20120417 to 20180605 << ๊ฒ์์ค... >> << Goal >> 20130807 to 20130814 @@ -13459,53 +13459,53 @@ Use Airship? >> Destination << */ MSG_NAVIGATION_SEARCHING = 0x8ab, -/*20120417 to 20180523 +/*20120417 to 20180605 ----------- 20130807 to 20130814 << ๊ฒ์์ค... >> << Goal >> */ MSG_NAVIGATION_UN = 0x8ac, -/*20120417 to 20180523 +/*20120417 to 20180605 Navigation 20130807 to 20130814 ----------- */ MSG_NAVIGATION_NAVI = 0x8ad, -/*20120417 to 20180523 +/*20120417 to 20180605 == ๊ฒ์ ๊ฒฐ๊ณผ(%d)== = Found (%d) == 20130807 to 20130814 Navigation */ MSG_NAVIGATION_SEARCHRESULT_D = 0x8ae, -/*20120417 to 20180523 +/*20120417 to 20180605 Npc)%s:%s 20130807 to 20130814 == ๊ฒ์ ๊ฒฐ๊ณผ(%d)== = Found (%d) == */ MSG_NAVIGATION_NPC_S_S = 0x8af, -/*20120417 to 20180523 +/*20120417 to 20180605 Mob)%s:%s 20130807 to 20130814 Npc)%s:%s */ MSG_NAVIGATION_MOB_S_S = 0x8b0, -/*20120417 to 20180523 +/*20120417 to 20180605 Map)%s 20130807 to 20130814 Mob)%s:%s */ MSG_NAVIGATION_MAP_S = 0x8b1, -/*20120417 to 20180523 +/*20120417 to 20180605 ======== ๊ฒฐ๊ณผ ์ ๋ณด ========== ======== Results ========== 20130807 to 20130814 Map)%s */ MSG_NAVIGATION_RESULTINFO = 0x8b2, -/*20120417 to 20180523 +/*20120417 to 20180605 ๊ฑฐ๋ฆฌ : %d Sell %d WarpMove Dist %d Cell %d WarpMove 20130807 to 20130814 @@ -13513,7 +13513,7 @@ Dist %d Cell %d WarpMove ======== Results ========== */ MSG_NAVIGATION_LENGTH = 0x8b3, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ชฉํ๋งต: %s(%s) Coords %s(%s) 20130807 to 20130814 @@ -13521,7 +13521,7 @@ Coords %s(%s) Dist %d Cell %d WarpMove */ MSG_NAVIGATION_TARGETMAP_S_S = 0x8b4, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ชฉํ : %s(%d, %d) Goal:%s (%d,%d) 20130807 to 20130814 @@ -13529,7 +13529,7 @@ Goal:%s (%d,%d) Coords %s(%s) */ MSG_NAVIGATION_TARGET_S_D_D = 0x8b5, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ณด์ค Boss 20130807 to 20130814 @@ -13537,7 +13537,7 @@ Boss Goal:%s (%d,%d) */ MSG_NAVIGATION_BOSS = 0x8b6, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ผ๋ฐ General 20130807 to 20130814 @@ -13545,7 +13545,7 @@ General Boss */ MSG_NAVIGATION_NORMAL = 0x8b7, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ชฉํ : %s(%s) Goal: 20130807 to 20130814 @@ -13553,7 +13553,7 @@ Goal: General */ MSG_NAVIGATION_TARGET_S_S = 0x8b8, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ชฉํ: (%d, %d) Goal: (%d, %d) 20130807 to 20130814 @@ -13561,7 +13561,7 @@ Goal: (%d, %d) Goal: */ MSG_NAVIGATION_TARGET_D_D = 0x8b9, -/*20120417 to 20180523 +/*20120417 to 20180605 ======= ๊ธธ ์๋ด ์ ๋ณด ======= ======= Guidance ======= 20130807 to 20130814 @@ -13569,7 +13569,7 @@ Goal: Goal: (%d, %d) */ MSG_NAVIGATION_GOINFO = 0x8ba, -/*20120417 to 20180523 +/*20120417 to 20180605 %2d) Item:%s => %s ์ฌ์ฉ! %2d) Item:%s => %s Use! 20130807 to 20130814 @@ -13577,33 +13577,33 @@ Goal: (%d, %d) ======= Guidance ======= */ MSG_NAVIGATION_ITEM_S_S = 0x8bb, -/*20120417 to 20180523 +/*20120417 to 20180605 %2d) %s(%d,%d)=>(%d,%d) 20130807 to 20130814 %2d) Item:%s => %s ์ฌ์ฉ! %2d) Item:%s => %s Use! */ MSG_NAVIGATION_D_S_D_D_D_D = 0x8bc, -/*20120417 to 20180523 +/*20120417 to 20180605 E%2d) %s(%d,%d)=>(%d,%d) 20130807 to 20130814 %2d) %s(%d,%d)=>(%d,%d) */ MSG_NAVIGATION_E_D_S_D_D_D_D = 0x8bd, -/*20120417 to 20180523 +/*20120417 to 20180605 E%2d) %s 20130807 to 20130814 E%2d) %s(%d,%d)=>(%d,%d) */ MSG_NAVIGATION_E_D_S = 0x8be, -/*20120417 to 20180523 +/*20120417 to 20180605 ์๋ด์ค ์
๋๋ค! ์ข
๋ฃ ํ์๊ฒ ์ต๋๊น? Do you want to cancel navigation? 20130807 to 20130814 E%2d) %s */ MSG_NAVIGATION_GOEXIT = 0x8bf, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ด๋น๊ฒ์ด์
๋์๋ง How to Use Navigation 20130807 to 20130814 @@ -13611,7 +13611,7 @@ How to Use Navigation Do you want to cancel navigation? */ MSG_NAVIGATION_HELPTITLE = 0x8c0, -/*20120417 to 20180523 +/*20120417 to 20180605 ------------------- ๋ช
๋ น์ด -------------------- ------------------- Instruction -------------------- 20130807 to 20130814 @@ -13619,7 +13619,7 @@ Do you want to cancel navigation? How to Use Navigation */ MSG_NAVIGATION_HELP1 = 0x8c1, -/*20120417 to 20180523 +/*20120417 to 20180605 1. /navigation /navi 1) /Navigation or /navi 20130807 to 20130814 @@ -13629,7 +13629,7 @@ How to Use Navigation MSG_NAVIGATION_HELP2 = 0x8c2, /*20120417 to 20120417 ex)/navi prontera 100 100 -> ๋งต์ด๋ฆ, 100, 100 -20120424 to 20180523 +20120424 to 20180605 ex)/navi prontera 100/100 -> ๋งต์ด๋ฆ, 100/100 ex) /navi prontera 100 100 -> /navi "MAPNAME", 100, 100 20130807 to 20130814 @@ -13640,7 +13640,7 @@ ex) /navi prontera 100 100 -> /navi "MAPNAME", 100, 100 /*20120417 to 20120417 2. /navigation2 /navi2 ex) /navi2 prontera 100 111 -20120424 to 20180523 +20120424 to 20180605 ๊ธฐ๋ณธ ๋ช
๋ น์ด๋ ์ ๋, ๋น๊ณต์ ๊ฒ์์ ๊ธฐ๋ณธ์ผ๋ก ํฉ๋๋ค. 2) /Navigation2 or /navi2 20130807 to 20130814 @@ -13650,7 +13650,7 @@ ex) /navi prontera 100 100 -> /navi "MAPNAME", 100, 100 MSG_NAVIGATION_HELP4 = 0x8c4, /*20120417 to 20120417 ex) /navi2 prontera 100090 111 -20120424 to 20180523 +20120424 to 20180605 2. /navigation2 /navi2 ex) /navi2 prontera 100 111 20130807 to 20130814 @@ -13660,7 +13660,7 @@ ex) /navi2 prontera 100 111 MSG_NAVIGATION_HELP5 = 0x8c5, /*20120417 to 20120417 -> ๋งต์ด๋ฆ, ์์น(100 90), scrool/ zeny/ plane (1:์ฌ์ฉํจ 0: ์ฌ์ฉ์ํจ) -20120424 to 20180523 +20120424 to 20180605 ex) /navi2 prontera 100/100 1/1/1 -> MAPNAME location (100 90), Scroll | Zeny | Plane (1: Enable or 0: Disable) 20130807 to 20130814 @@ -13670,7 +13670,7 @@ ex) /navi2 prontera 100 111 MSG_NAVIGATION_HELP6 = 0x8c6, /*20120417 to 20120417 โป /navi2 ์ ๊ฒฝ์ฐ ๋ฐ๋์ ์์น ์ขํ๋ฅผ ๋ถ์ฌ์ 3 ์๋ฆฌ๋ก ์ ์ด์ผ ํ๋ค -20120424 to 20180523 +20120424 to 20180605 -> ๋งต์ด๋ฆ, ์์น(100/100), scrool/zeny/plane (1:์ฌ์ฉํจ 0: ์ฌ์ฉ์ํจ) -> /navi2 goes with the case with location coordinates. They must be no less than 3 characters 20130807 to 20130814 @@ -13680,7 +13680,7 @@ ex) /navi2 prontera 100 111 MSG_NAVIGATION_HELP7 = 0x8c7, /*20120417 to 20120417 3. /$$all ๋ชจ๋ ํญ๋ชฉ ์ถ๋ ฅ (Type ๊ตฌ๋ถ ํญ๋ชฉ์ผ๋ก ์ถ๋ ฅ ์ข
๋ฅ ๊ตฌ๋ถ ๊ฐ๋ฅ.) -20120424 to 20180523 +20120424 to 20180605 3. $$all ๋ชจ๋ ํญ๋ชฉ ์ถ๋ ฅ (Type ๊ตฌ๋ถ ํญ๋ชฉ์ผ๋ก ์ถ๋ ฅ ์ข
๋ฅ ๊ตฌ๋ถ ๊ฐ๋ฅ.) 3) /$$ Output all the items (Can take a while...) 20130807 to 20130814 @@ -13690,7 +13690,7 @@ ex) /navi2 prontera 100 111 MSG_NAVIGATION_HELP8 = 0x8c8, /*20120417 to 20120417 4. /$$lv30 ํด๋น ๋ ๋ฒจ์ ๋ชฌ์คํฐ ์ถ๋ ฅ -20120424 to 20180523 +20120424 to 20180605 4. $$lv30 ํด๋น ๋ ๋ฒจ์ ๋ชฌ์คํฐ ์ถ๋ ฅ 4) /$$ Lv30 monsters are placed in the output 20130807 to 20130814 @@ -13700,7 +13700,7 @@ ex) /navi2 prontera 100 111 MSG_NAVIGATION_HELP9 = 0x8c9, /*20120417 to 20120417 5. /$$lv20~30 ํด๋น ๋ ๋ฒจ ๋ฒ์์ ๋ชฌ์คํฐ ์ถ๋ ฅ -20120424 to 20180523 +20120424 to 20180605 5. $$lv20~30 ํด๋น ๋ ๋ฒจ ๋ฒ์์ ๋ชฌ์คํฐ ์ถ๋ ฅ 5) /$$ Lv20~30 monsters in that level range are placed in the output 20130807 to 20130814 @@ -13708,7 +13708,7 @@ ex) /navi2 prontera 100 111 4) /$$ Lv30 monsters are placed in the output */ MSG_NAVIGATION_HELP10 = 0x8ca, -/*20120417 to 20180523 +/*20120417 to 20180605 ------------------- ์ค๋ช
-------------------- ------------------- Description -------------------- 20130807 to 20130814 @@ -13716,7 +13716,7 @@ ex) /navi2 prontera 100 111 5) /$$ Lv20~30 monsters in that level range are placed in the output */ MSG_NAVIGATION_HELP11 = 0x8cb, -/*20120417 to 20180523 +/*20120417 to 20180605 1.๊ฒ์ ์ข
๋ฅ๋ ์ ์ฒด, ๋งต, Npc, ๋ชฌ์คํฐ ์ผ๋ก ๋ถ๋ฅ ๋๋ค. 1) One can search for monsters, npcs, maps, or all at once 20130807 to 20130814 @@ -13724,7 +13724,7 @@ ex) /navi2 prontera 100 111 ------------------- Description -------------------- */ MSG_NAVIGATION_HELP12 = 0x8cc, -/*20120417 to 20180523 +/*20120417 to 20180605 2.๋ช
๋ น์ด๋ก ๊ฒ์ํ๋ค. ๊ท์น์ ๊ฒ์ ํ๋ ค๋ ๋ฌธ์์ด์ด ๋ชจ๋ ํฌํจ๋ ์ ๋ณด๋ฅผ ์ถ๋ ฅ ํ๋ค. 2) You can press the search button to get results. It will out put the results depending on what rule you choose 20130807 to 20130814 @@ -13732,7 +13732,7 @@ ex) /navi2 prontera 100 111 1) One can search for monsters, npcs, maps, or all at once */ MSG_NAVIGATION_HELP13 = 0x8cd, -/*20120417 to 20180523 +/*20120417 to 20180605 ex) ํ๋ก ์นดํ -> ๊ฒ์ ๊ฒฐ๊ณผ ํ๋ก ํ
๋ผ์ ์นดํ๋ผ๋ฅผ ๋ชจ๋ ์ถ๋ ฅ ํ๋ค. ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will now be displayed 20130807 to 20130814 @@ -13740,7 +13740,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no 2) You can press the search button to get results. It will out put the results depending on what rule you choose */ MSG_NAVIGATION_HELP14 = 0x8ce, -/*20120417 to 20180523 +/*20120417 to 20180605 3.๋ฆฌ์คํธ์์ ํญ๋ชฉ์ ์ ํํ๋ฉด ์ ๋ณด๊ฐ ์ถ๋ ฅ๋๋ค. 3) When you select an item from a list, information about it are displayed. 20130807 to 20130814 @@ -13748,7 +13748,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will now be displayed */ MSG_NAVIGATION_HELP15 = 0x8cf, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ถ๋ ฅ ๋๊ณ ์๋ ๋ชฉํ๊ฐ ์์๋ ์๋ด ๋ฒํผ์ ํด๋ฆญํ๋ฉด ํด๋น ๋ชฉํ๋ก ๊ธธ์ ์๋ด ํ๋ค. -> When button is clicked, it will point you towards your destination if available 20130807 to 20130814 @@ -13756,7 +13756,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no 3) When you select an item from a list, information about it are displayed. */ MSG_NAVIGATION_HELP16 = 0x8d0, -/*20120417 to 20180523 +/*20120417 to 20180605 4.scrool/ zeny/ plane ์์๋ฅผ ์ํ๋ ๋งํผ ์ฒดํฌํ์ฌ ๋ ๋น ๋ฅธ ๊ฒฝ๋ก๋ฅผ ์๋ด ๋ฐ์ ์ ์๋ค. 4) Scroll | Zeny | Plane options can be checked to find a faster route 20130807 to 20130814 @@ -13764,7 +13764,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no -> When button is clicked, it will point you towards your destination if available */ MSG_NAVIGATION_HELP17 = 0x8d1, -/*20120417 to 20180523 +/*20120417 to 20180605 5.์๋ด ๋ฒํผ์ด ๋๋ฌ์ง๋ฉด ๊ฒฐ๊ณผ ๋ฆฌ์คํธ์ฐฝ์ ๊ธธ์๋ด ๋ฆฌ์คํธ ์ฅ์ผ๋ก ๋ณ๊ฒฝ ๋๋ค. 5) Guide button is pressed, the result list window displays where routes can change direction 20130807 to 20130814 @@ -13772,7 +13772,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no 4) Scroll | Zeny | Plane options can be checked to find a faster route */ MSG_NAVIGATION_HELP18 = 0x8d2, -/*20120417 to 20180523 +/*20120417 to 20180605 6.๊ฒ์ ๋ฆฌ์คํธ์ฐฝ ํ๋จ ๋ฒํผ์ ์ด์ฉํ์ฌ 6) Using the button below, search results can be found 20130807 to 20130814 @@ -13780,7 +13780,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no 5) Guide button is pressed, the result list window displays where routes can change direction */ MSG_NAVIGATION_HELP19 = 0x8d3, -/*20120417 to 20180523 +/*20120417 to 20180605 [๊ฒฐ๊ณผ ๋ฆฌ์คํธ ์ฐฝ] <-> [๊ธธ ์๋ด ์ ๋ณด ์ฐฝ] ์ผ๋ก ๋ณด๊ธฐ ๋ชจ๋ ๋ณ๊ฒฝ ๊ฐ๋ฅํ๋ค. -> [Results List Window] <-> [View Modes can be switched] 20130807 to 20130814 @@ -13788,7 +13788,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no 6) Using the button below, search results can be found */ MSG_NAVIGATION_HELP20 = 0x8d4, -/*20120417 to 20180523 +/*20120417 to 20180605 Level:%d (๋ณด์ค) Level:%d (Boss) 20130807 to 20130814 @@ -13796,7 +13796,7 @@ Level:%d (Boss) -> [Results List Window] <-> [View Modes can be switched] */ MSG_NAVIGATION_LEVEL_D_BOSS = 0x8d5, -/*20120417 to 20180523 +/*20120417 to 20180605 Level:%d (์ผ๋ฐ) Level:%d (Mob) 20130807 to 20130814 @@ -13804,7 +13804,7 @@ Level:%d (๋ณด์ค) Level:%d (Boss) */ MSG_NAVIGATION_LEVEL_D_NORMAL = 0x8d6, -/*20120417 to 20180523 +/*20120417 to 20180605 ์์์ฑ%d Water %d 20130807 to 20130814 @@ -13812,7 +13812,7 @@ Level:%d (์ผ๋ฐ) Level:%d (Mob) */ MSG_NAVIGATION_PROPERTY1 = 0x8d7, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ง์์ฑ%d Earth %d 20130807 to 20130814 @@ -13820,7 +13820,7 @@ Earth %d Water %d */ MSG_NAVIGATION_PROPERTY2 = 0x8d8, -/*20120417 to 20180523 +/*20120417 to 20180605 ํ์์ฑ%d Fire %d 20130807 to 20130814 @@ -13828,7 +13828,7 @@ Fire %d Earth %d */ MSG_NAVIGATION_PROPERTY3 = 0x8d9, -/*20120417 to 20180523 +/*20120417 to 20180605 ํ์์ฑ%d Wind %d 20130807 to 20130814 @@ -13836,7 +13836,7 @@ Wind %d Fire %d */ MSG_NAVIGATION_PROPERTY4 = 0x8da, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋
์์ฑ%d Poison %d 20130807 to 20130814 @@ -13844,7 +13844,7 @@ Poison %d Wind %d */ MSG_NAVIGATION_PROPERTY5 = 0x8db, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ฑ์์ฑ%d Holy %d 20130807 to 20130814 @@ -13852,7 +13852,7 @@ Holy %d Poison %d */ MSG_NAVIGATION_PROPERTY6 = 0x8dc, -/*20120417 to 20180523 +/*20120417 to 20180605 ์์์ฑ%d Shadow %d 20130807 to 20130814 @@ -13860,7 +13860,7 @@ Shadow %d Holy %d */ MSG_NAVIGATION_PROPERTY7 = 0x8dd, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ผ์์ฑ%d Ghost %d 20130807 to 20130814 @@ -13868,7 +13868,7 @@ Ghost %d Shadow %d */ MSG_NAVIGATION_PROPERTY8 = 0x8de, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ธ๋ฐ๋%d Undead %d 20130807 to 20130814 @@ -13876,7 +13876,7 @@ Undead %d Ghost %d */ MSG_NAVIGATION_PROPERTY9 = 0x8df, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ฌด์์ฑ%d Neutral %d 20130807 to 20130814 @@ -13884,7 +13884,7 @@ Neutral %d Undead %d */ MSG_NAVIGATION_PROPERTY0 = 0x8e0, -/*20120417 to 20180523 +/*20120417 to 20180605 ์คํ Medium 20130807 to 20130814 @@ -13892,7 +13892,7 @@ Medium Neutral %d */ MSG_NAVIGATION_SCALE1 = 0x8e1, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ํ Large 20130807 to 20130814 @@ -13900,7 +13900,7 @@ Large Medium */ MSG_NAVIGATION_SCALE2 = 0x8e2, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ํ Small 20130807 to 20130814 @@ -13908,7 +13908,7 @@ Small Large */ MSG_NAVIGATION_SCALE0 = 0x8e3, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ถ์ฌํ Undead 20130807 to 20130814 @@ -13916,7 +13916,7 @@ Undead Small */ MSG_NAVIGATION_RACE1 = 0x8e4, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋๋ฌผํ Brute 20130807 to 20130814 @@ -13924,7 +13924,7 @@ Brute Undead */ MSG_NAVIGATION_RACE2 = 0x8e5, -/*20120417 to 20180523 +/*20120417 to 20180605 ์๋ฌผํ Plant 20130807 to 20130814 @@ -13932,7 +13932,7 @@ Plant Brute */ MSG_NAVIGATION_RACE3 = 0x8e6, -/*20120417 to 20180523 +/*20120417 to 20180605 ๊ณค์ถฉํ Insect 20130807 to 20130814 @@ -13940,7 +13940,7 @@ Insect Plant */ MSG_NAVIGATION_RACE4 = 0x8e7, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ดํจํ Fish 20130807 to 20130814 @@ -13948,7 +13948,7 @@ Fish Insect */ MSG_NAVIGATION_RACE5 = 0x8e8, -/*20120417 to 20180523 +/*20120417 to 20180605 ์
๋งํ Demon 20130807 to 20130814 @@ -13956,7 +13956,7 @@ Demon Fish */ MSG_NAVIGATION_RACE6 = 0x8e9, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ธ๊ฐํ Demi-Human 20130807 to 20130814 @@ -13964,7 +13964,7 @@ Demi-Human Demon */ MSG_NAVIGATION_RACE7 = 0x8ea, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ฒ์ฌํ Angel 20130807 to 20130814 @@ -13972,7 +13972,7 @@ Angel Demi-Human */ MSG_NAVIGATION_RACE8 = 0x8eb, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ฉ์กฑ Dragon 20130807 to 20130814 @@ -13980,7 +13980,7 @@ Dragon Angel */ MSG_NAVIGATION_RACE9 = 0x8ec, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ฌดํ Formless 20130807 to 20130814 @@ -13988,7 +13988,7 @@ Formless Dragon */ MSG_NAVIGATION_RACE0 = 0x8ed, -/*20120417 to 20180523 +/*20120417 to 20180605 %s ์ด๋ ํด๋ฆญ Click to move %s 20130807 to 20130814 @@ -13996,7 +13996,7 @@ Click to move %s Formless */ MSG_NAVIGATION_MOVECLICK = 0x8ee, -/*20120417 to 20180523 +/*20120417 to 20180605 Npc ์ด๋ ์๋น์ค ์ด์ฉ Move to the Kafra Service Npc 20130807 to 20130814 @@ -14004,7 +14004,7 @@ Move to the Kafra Service Npc Click to move %s */ MSG_NAVIGATION_NPCMOVE = 0x8ef, -/*20120417 to 20180523 +/*20120417 to 20180605 NPC ํด๋ฆญ Click the NPC 20130807 to 20130814 @@ -14012,7 +14012,7 @@ Npc ์ด๋ ์๋น์ค ์ด์ฉ Move to the Kafra Service Npc */ MSG_NAVIGATION_NPCCLICK = 0x8f0, -/*20120417 to 20180523 +/*20120417 to 20180605 %s ์ด๋ Move %s 20130807 to 20130814 @@ -14020,7 +14020,7 @@ NPC ํด๋ฆญ Click the NPC */ MSG_NAVIGATION_S_MOVE = 0x8f1, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋น๊ณต์ ์ด๋ Move to the Airship Service 20130807 to 20130814 @@ -14028,7 +14028,7 @@ Move to the Airship Service Move %s */ MSG_NAVIGATION_PLANEMOVE = 0x8f2, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ํ ์ด์ฉ By Warp 20130807 to 20130814 @@ -14036,7 +14036,7 @@ By Warp Move to the Airship Service */ MSG_NAVIGATION_WARPUSE = 0x8f3, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋์ฐฉ์ : ( %d %d ) End Points: (%d %d) 20130807 to 20130814 @@ -14049,19 +14049,19 @@ By Warp 20130807 to 20130814 ๋์ฐฉ์ : ( %d %d ) End Points: (%d %d) -20170524 to 20180523 +20170524 to 20180605 ๋ด๋น๊ฒ์ด์
์ด ์ง์ ๋์ง ์๋ ์ง์ญ ์
๋๋ค. That does not support the navigation area */ MSG_NAVIGATION_UNKNOWNMAP = 0x8f5, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ฐพ๊ณ ์ ํ๋ ๋ชฉ์ ์ด ๋ถ๋ถ๋ช
ํฉ๋๋ค. The purpose is unclear 20130807 to 20130814 ๋ค๋น๊ฒ์ด์
์ด ์ง์ ๋์ง ์๋ ์ง์ญ ์
๋๋ค. */ MSG_NAVIGATION_RS_UNKNOWN = 0x8f6, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋งค์นญ์ด ๋ง์ง ์๋ ๋งต์ด๋ค. Does not meet the map requirement 20130807 to 20130814 @@ -14069,7 +14069,7 @@ Does not meet the map requirement The purpose is unclear */ MSG_NAVIGATION_RS_NOTSAMEMAP = 0x8f7, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ถ๋ฐ ์ง์ญ์ ๋ํ ์ ๋ณด ์ค์ ์คํจ! Information Failure | Change settings 20130807 to 20130814 @@ -14077,7 +14077,7 @@ Information Failure | Change settings Does not meet the map requirement */ MSG_NAVIGATION_RS_FAILSTARTDATA = 0x8f8, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋์ฐฉ ์ง์ ์ ๋ํ ์ ๋ณด ์ค์ ์คํจ! Failed to set info for location! 20130807 to 20130814 @@ -14085,7 +14085,7 @@ Failed to set info for location! Information Failure | Change settings */ MSG_NAVIGATION_RS_FAILTARGET = 0x8f9, -/*20120417 to 20180523 +/*20120417 to 20180605 ๊ธธ ์ฐพ๊ธฐ ์คํจ Failed to find a path 20130807 to 20130814 @@ -14093,7 +14093,7 @@ Failed to find a path Failed to set info for location! */ MSG_NAVIGATION_RS_FAILROUTE = 0x8fa, -/*20120417 to 20180523 +/*20120417 to 20180605 ํ๋ ์ด์ด ์์น ์ฐพ๊ธฐ ์คํจ Failed to find players 20130807 to 20130814 @@ -14101,7 +14101,7 @@ Failed to find players Failed to find a path */ MSG_NAVIGATION_RS_FAILPLAYER = 0x8fb, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ด๋น๊ฒ์ด์
์ ์ ๋ณด๊ฐ ์์ต๋๋ค. No Information 20130807 to 20130814 @@ -14109,7 +14109,7 @@ No Information Failed to find players */ MSG_NAVIGATION_RS_NODATA = 0x8fc, -/*20120417 to 20180523 +/*20120417 to 20180605 ํด๋น ๋งต์ ๊ธธ์ฐพ๊ธฐ๊ฐ ์ง์ ๋์ง ์๋ ๋งต์
๋๋ค. Map doesn't support directions 20130807 to 20130814 @@ -14117,7 +14117,7 @@ Map doesn't support directions No Information */ MSG_NAVIGATION_RS_MAPNOTNAVIGATION = 0x8fd, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ชฉํ๋ฅผ ์ง์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Please specify target goals. 20130807 to 20130814 @@ -14125,7 +14125,7 @@ Please specify target goals. Map doesn't support directions */ MSG_NAVIGATION_RS_FAILTARGETROUTE = 0x8fe, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋์ฐฉ. Found 20130807 to 20130814 @@ -14133,7 +14133,7 @@ Found Please specify target goals. */ MSG_NAVIGATION_RS_SUCCESS = 0x8ff, -/*20120417 to 20180523 +/*20120417 to 20180605 ๊ธธ ์๋ด๊ฐ ์์ ๋์์ต๋๋ค. Directions were started 20130807 to 20130814 @@ -14141,7 +14141,7 @@ Directions were started Found */ MSG_NAVIGATION_RS_START = 0x900, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ฐพ๊ณ ์ ํ๋ ๋ชฌ์คํฐ๊ฐ ์๋ ๋งต ์
๋๋ค. Is the map that your looking for mob 20130807 to 20130814 @@ -14149,7 +14149,7 @@ Is the map that your looking for mob Directions were started */ MSG_NAVIGATION_RS_MOBTARGETMAP = 0x901, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ฐพ๊ณ ์ ํ๋ ๋งต์ด ํด๋น ๋งต ์
๋๋ค. Map appears on the guide you are looking for 20130807 to 20130814 @@ -14157,7 +14157,7 @@ Map appears on the guide you are looking for Is the map that your looking for mob */ MSG_NAVIGATION_RS_TARGETMAP = 0x902, -/*20120417 to 20180523 +/*20120417 to 20180605 ์์ดํ
์ ์ฌ์ฉํ์ฌ ์ด๋ํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Please navigate using the item 20130807 to 20130814 @@ -14165,7 +14165,7 @@ Please navigate using the item Map appears on the guide you are looking for */ MSG_NAVIGATION_RS_SCROLL = 0x903, -/*20120417 to 20180523 +/*20120417 to 20180605 ์๋ดํ๋ ์์น๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค. Please follow the instruction to reach your destination. 20130807 to 20130814 @@ -14173,7 +14173,7 @@ Please follow the instruction to reach your destination. Please navigate using the item */ MSG_NAVIGATION_RS_ROUTE_SUCCESS = 0x904, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ชฉํ ๋งต์ ๋์ฐฉํ์์ต๋๋ค. Arrived at the target map 20130807 to 20130814 @@ -14181,7 +14181,7 @@ Arrived at the target map Please follow the instruction to reach your destination. */ MSG_NAVIGATION_RS_MAPTMAP_SUCCESS = 0x905, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ฐพ๊ณ ์ ํ๋ Npc๊ฐ ์๋ ๋งต์ ๋์ฐฉ ํ์์ต๋๋ค. Npc๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค. Arrived on the map that has the Npc your looking for. Go to that NPC 20130807 to 20130814 @@ -14189,7 +14189,7 @@ Arrived on the map that has the Npc your looking for. Go to that NPC Arrived at the target map */ MSG_NAVIGATION_RS_NPCTMAP_SUCCESS = 0x906, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ฐพ๊ณ ์ ํ๋ Mob์ด ์์ํ๋ ๋งต์ ๋์ฐฉ ํ์์ต๋๋ค. You have arrived at the mob you were looking for 20130807 to 20130814 @@ -14197,7 +14197,7 @@ You have arrived at the mob you were looking for Arrived on the map that has the Npc your looking for. Go to that NPC */ MSG_NAVIGATION_RS_MOBTMAP_SUCCESS = 0x907, -/*20120417 to 20180523 +/*20120417 to 20180605 ์ด์ ๊ณผ ๋์ผํ ๋ชฉํ ์
๋๋ค. You have reached your goal 20130807 to 20130814 @@ -14205,7 +14205,7 @@ You have reached your goal You have arrived at the mob you were looking for */ MSG_NAVIGATION_RS_POSTMAP_SUCCESS = 0x908, -/*20120417 to 20180523 +/*20120417 to 20180605 ๊ฐ๋ฆฌํค๋ ๋ฐฉํฅ์ผ๋ก ๊ฐ์๊ธฐ ๋ฐ๋๋๋ค. Please go to indicated direction. 20130807 to 20130814 @@ -14213,7 +14213,7 @@ Please go to indicated direction. You have reached your goal */ MSG_NAVIGATION_RS_SAMETARGET = 0x909, -/*20120417 to 20180523 +/*20120417 to 20180605 ๋ชฉํ๊ฐ ์ฌ๊ธฐ ์
๋๋ค. The goal has been reached 20130807 to 20130814 @@ -14221,21 +14221,21 @@ The goal has been reached Please go to indicated direction. */ MSG_NAVIGATION_RS_HERE = 0x90a, -/*20120417 to 20180523 +/*20120417 to 20180605 Navigation >: %s 20130807 to 20130814 ๋ชฉํ๊ฐ ์ฌ๊ธฐ ์
๋๋ค. The goal has been reached */ MSG_NAVIGATION_PRINT_S = 0x90b, -/*20120417 to 20180523 +/*20120417 to 20180605 Navigation >: ์๋ดํ๋ %s(์)๋ฅผ ์ด์ฉํ์ฌ Navigation >: Talk to Guide "%s" (A) 20130807 to 20130814 Navigation >: %s */ MSG_NAVIGATION_PRINT_GO_S = 0x90c, -/*20120417 to 20180523 +/*20120417 to 20180605 Navigation >: ๋งต(%s)์ผ๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Move to (%s) map 20130807 to 20130814 @@ -14243,7 +14243,7 @@ Navigation >: ์๋ดํ๋ %s(์)๋ฅผ ์ด์ฉํ์ฌ Navigation >: Talk to Guide "%s" (A) */ MSG_NAVIGATION_PRINT_MAP_S = 0x90d, -/*20120417 to 20180523 +/*20120417 to 20180605 Navigation >: ๋งต(%s)์ ์ ํํ์ฌ ์ด๋ ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Choose (%s) Map from Kafra 20130807 to 20130814 @@ -14251,7 +14251,7 @@ Navigation >: ๋งต(%s)์ผ๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Move to (%s) map */ MSG_NAVIGATION_PRINT_SELECTMAP_S = 0x90e, -/*20120417 to 20180523 +/*20120417 to 20180605 Navigation >: ๋น๊ณต์ ์ผ๋ก ์ด๋ ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Please go to the AirShip 20130807 to 20130814 @@ -14259,7 +14259,7 @@ Navigation >: ๋งต(%s)์ ์ ํํ์ฌ ์ด๋ ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Choose (%s) Map from Kafra */ MSG_NAVIGATION_PRINT_PLANE = 0x90f, -/*20120417 to 20180523 +/*20120417 to 20180605 Navigation >: ์ํ๋ฅผ ์ด์ฉํ์ฌ ๋ค์ ์ง์ญ์ผ๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค. Navigation >: Get to your destination by using WarpPortal 20130807 to 20130814 @@ -14267,32 +14267,32 @@ Navigation >: ๋น๊ณต์ ์ผ๋ก ์ด๋ ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Please go to the AirShip */ MSG_NAVIGATION_PRINT_WARP = 0x910, -/*20120417 to 20180523 +/*20120417 to 20180605 Item: 20130807 to 20130814 Navigation >: ์ํ๋ฅผ ์ด์ฉํ์ฌ ๋ค์ ์ง์ญ์ผ๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค. Navigation >: Get to your destination by using WarpPortal */ MSG_NAVIGATION_PRINT_ITEM = 0x911, -/*20120417 to 20180523 +/*20120417 to 20180605 $$ 20130807 to 20130814 Item: */ MSG_NAVIGATION_ZZ = 0x912, -/*20120417 to 20180523 +/*20120417 to 20180605 $$lv 20130807 to 20130814 $$ */ MSG_NAVIGATION_ZZLV = 0x913, -/*20120417 to 20180523 +/*20120417 to 20180605 ~ 20130807 to 20130814 $$lv */ MSG_NAVIGATION_ZZLIMIT = 0x914, -/*20120417 to 20180523 +/*20120417 to 20180605 $$all 20130807 to 20130814 ~ @@ -14300,14 +14300,14 @@ $$all MSG_NAVIGATION_ZZALL = 0x915, #endif #if PACKETVER >= 20120424 -/*20120424 to 20180523 +/*20120424 to 20180605 ๊ตฌ๋งค ํ์ธ์ Confirm Deal 20130807 to 20130814 $$all */ MSG_SHOP_ITEM_BAY_TITLE = 0x916, -/*20120424 to 20180523 +/*20120424 to 20180605 ๊ตฌ์
ํ๋ ค๋ ์์ดํ
๋ค์ ์ด๊ฐ๊ฒฉ์ Below is the total cost: 20130807 to 20130814 @@ -14315,7 +14315,7 @@ Below is the total cost: Confirm Deal */ MSG_SHOP_ITEM_BAY_MAG1 = 0x917, -/*20120424 to 20180523 +/*20120424 to 20180605 Zeny ์
๋๋ค. Zeny to complete the transaction. 20130807 to 20130814 @@ -14323,7 +14323,7 @@ Zeny ์
๋๋ค. Below is the total cost: */ MSG_SHOP_ITEM_BAY_MAG2 = 0x918, -/*20120424 to 20180523 +/*20120424 to 20180605 ๊ตฌ์
ํ์๊ฒ ์ต๋๊น? Press buy to confirm. 20130807 to 20130814 @@ -14335,7 +14335,7 @@ Zeny ์
๋๋ค. #if PACKETVER >= 20120503 /*20120503 to 20120529 %.3f%% (PC๋ฐฉ %.3f%% + TPLUS %.3f%% + ํ๋ฆฌ๋ฏธ์ %.3f%% + %s์๋ฒ %.3f%%) -20120604 to 20180523 +20120604 to 20180605 %.1f%% (PC๋ฐฉ %.1f%% + TPLUS %.1f%% + ํ๋ฆฌ๋ฏธ์ %.1f%% + %s์๋ฒ %.1f%%) %.1f% (PCRoom %.1f% + TPLUS %.1f% + Premium %.1f% + %sServer %.1f%) 20130807 to 20130814 @@ -14345,7 +14345,7 @@ Press buy to confirm. MSG_BASIC_EXP_MSG2 = 0x91a, #endif #if PACKETVER >= 20120508 -/*20120508 to 20180523 +/*20120508 to 20180605 ์นด๋ ๋ถ Card Book 20130807 to 20130814 @@ -14355,7 +14355,7 @@ Card Book MSG_CARDWIN = 0x91b, #endif #if PACKETVER >= 20120515 -/*20120515 to 20180523 +/*20120515 to 20180605 %d%% [ ( ๊ธฐ๋ณธ 100%% + %s์๋ฒ %d%% ) * ํ์ฑ %.1f ] %d%% [ ( Basic 100%% + %sServer %d%% ) * Active %.1f ] 20130807 to 20130814 @@ -14363,7 +14363,7 @@ Card Book Card Book */ MSG_PERSONAL_INFORMATION_MSG_CHN = 0x91c, -/*20120515 to 20180523 +/*20120515 to 20180605 %d%% [ ๊ธฐ๋ณธ 100%% + %s์๋ฒ %d%% ] %d%% [ Basic 100%% + %sServer %d%% ] 20130807 to 20130814 @@ -14373,7 +14373,7 @@ Card Book MSG_PERSONAL_INFORMATION_MSG_CHN_DEATH = 0x91d, #endif #if PACKETVER >= 20120522 -/*20120522 to 20180523 +/*20120522 to 20180605 ์ด๊ณณ์ PK ์ง์ญ์
๋๋ค. ๋ฏธ์ฑ๋
์๋ ์๋ฐ์ ์ผ๋ก ๋ ๋์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. This is PK region. Minors,Please leave immediately. 20130807 to 20130814 @@ -14381,7 +14381,7 @@ This is PK region. Minors,Please leave immediately. %d%% [ Basic 100%% + %sServer %d%% ] */ MSG_CAUTION_PKZONE = 0x91e, -/*20120522 to 20180523 +/*20120522 to 20180605 ํผ๋ก๋ Fatigue 20130807 to 20130814 @@ -14391,7 +14391,7 @@ This is PK region. Minors,Please leave immediately. MSG_FATIGUE = 0x91f, /*20120522 to 20120529 ๊ฑด๊ฐ์ํ ์ด๋ฉฐ ๊ฒ์์์ต์ 100%%์
๋๋ค. -20120604 to 20180523 +20120604 to 20180605 ๊ฑด๊ฐ์ํ ์ด๋ฉฐ ๊ฒ์์์ต์ 100%์
๋๋ค. Health and gaming revenue is 100%%. 20130807 to 20130814 @@ -14401,7 +14401,7 @@ Fatigue MSG_FATIGUE_LEVEL_ZERO = 0x920, /*20120522 to 20120529 ์ง๊ธ์ ํผ๋ก์ํ์ด๋ฏ๋ก ์๋์ ๊ฒ์์์ต์ 50%% ๋จ์ด์ง๋๋ค. ๊ฑด๊ฐ์ ์ํ์ฌ ์ ๋นํ ํด์ ๋ฐ๋๋๋ค. -20120604 to 20180523 +20120604 to 20180605 ์ง๊ธ์ ํผ๋ก์ํ์ด๋ฏ๋ก ์๋์ ๊ฒ์์์ต์ 50% ๋จ์ด์ง๋๋ค. ๊ฑด๊ฐ์ ์ํ์ฌ ์ ๋นํ ํด์ ๋ฐ๋๋๋ค. Fatigue because it is now a guest of the gaming revenue is down 50 percent.Hope for the proper health 20130807 to 20130814 @@ -14411,7 +14411,7 @@ Health and gaming revenue is 100%%. MSG_FATIGUE_LEVEL_HALF = 0x921, /*20120522 to 20120529 ์ง๊ธ์ ๋น๊ฑด๊ฐ์ํ์ด๋ฏ๋ก ์๋์ ๊ฑด๊ฐ์ ์ํ์ฌ ๊ฒ์์คํ๋ผ์ธ์ ์ํฉ๋๋ค. ๊ณ์ ์จ๋ผ์ธ์ํ์ ์์ผ๋ฉด ๊ฑด๊ฐ์ ์์์ ์ฃผ๋ฏ๋ก ๊ฒ์ ์์ต์ 0%%์ผ๋ก ๋จ์ด์ง๋ฉฐ ๊ฒ์ ์คํ๋ผ์ธ 5์๊ฐํ์ ๋ค์ ํ๋ณต๋ฉ๋๋ค. -20120604 to 20180523 +20120604 to 20180605 ์ง๊ธ์ ๋น๊ฑด๊ฐ์ํ์ด๋ฏ๋ก ์๋์ ๊ฑด๊ฐ์ ์ํ์ฌ ๊ฒ์์คํ๋ผ์ธ์ ์ํฉ๋๋ค. ๊ณ์ ์จ๋ผ์ธ์ํ์ ์์ผ๋ฉด ๊ฑด๊ฐ์ ์์์ ์ฃผ๋ฏ๋ก ๊ฒ์ ์์ต์ 0%์ผ๋ก ๋จ์ด์ง๋ฉฐ ๊ฒ์ ์คํ๋ผ์ธ 5์๊ฐํ์ ๋ค์ ํ๋ณต๋ฉ๋๋ค. Now because it is a non-health to the health of the guests want to offline games. If you still are online gaming revenue because the damage to the health of the game falls to 0% again after 5 hours will be restored offline. 20130807 to 20130814 @@ -14419,7 +14419,7 @@ Now because it is a non-health to the health of the guests want to offline games Fatigue because it is now a guest of the gaming revenue is down 50 percent.Hope for the proper health */ MSG_FATIGUE_LEVEL_FULL = 0x922, -/*20120522 to 20180523 +/*20120522 to 20180605 ์ ์์๊ฐ %d ๋ถ์ด ๋์์ต๋๋ค. Online since %d minutes 20130807 to 20130814 @@ -14427,7 +14427,7 @@ Online since %d minutes Now because it is a non-health to the health of the guests want to offline games. If you still are online gaming revenue because the damage to the health of the game falls to 0% again after 5 hours will be restored offline. */ MSG_FATIGUE_MESSAGE0 = 0x923, -/*20120522 to 20180523 +/*20120522 to 20180605 ์ ์์๊ฐ %d ์๊ฐ์ด ๋์์ต๋๋ค. Online Time: %d 20130807 to 20130814 @@ -14435,7 +14435,7 @@ Online Time: %d Online since %d minutes */ MSG_FATIGUE_MESSAGE1 = 0x924, -/*20120522 to 20180523 +/*20120522 to 20180605 ์ ์์๊ฐ %d ์๊ฐ %d ๋ถ์ด ๋์์ต๋๋ค. Online since %d hours and %d minutes 20130807 to 20130814 @@ -14443,7 +14443,7 @@ Online since %d hours and %d minutes Online Time: %d */ MSG_FATIGUE_MESSAGE2 = 0x925, -/*20120522 to 20180523 +/*20120522 to 20180605 /monsterhp : ๊ณต๊ฒฉํ ๋ชฌ์คํฐ์ HP์ ๋ณด๋ฅผ ํ์ํฉ๋๋ค. On Off /monsterhp: Show the hp of attacked monster. On off 20130807 to 20130814 @@ -14453,7 +14453,7 @@ Online since %d hours and %d minutes MSG_EXPLAIN_MONSTERHP = 0x926, #endif #if PACKETVER >= 20120529 -/*20120529 to 20180523 +/*20120529 to 20180605 ์คํฌํฌ์ธํธ : Skill Points: 20130807 to 20130814 @@ -14463,7 +14463,7 @@ Skill Points: MSG_SKILLPOINT2 = 0x927, #endif #if PACKETVER >= 20120604 -/*20120604 to 20180523 +/*20120604 to 20180605 ์ธ์ฆ์๋ฒ๋ก ๋ถํฐ์ ์๋ต์ด ์์ต๋๋ค. ๋ค์ ์๋ํด ์ฃผ์ธ์ There is no response from the authentification server. Please try again 20130807 to 20130814 @@ -14473,7 +14473,7 @@ Skill Points: MSG_BAN_BILLING_SERVER_ERROR = 0x928, #endif #if PACKETVER >= 20120612 -/*20120612 to 20180523 +/*20120612 to 20180605 ์ํธ๋ฅผ ๋ณ๊ฒฝํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Please change your password 20130807 to 20130814 @@ -14481,21 +14481,21 @@ Please change your password There is no response from the authentification server. Please try again */ MSG_REFUSE_CHANGE_PASSWD_FORCE = 0x929, -/*20120612 to 20180523 +/*20120612 to 20180605 http://www.ragnarok.co.kr 20130807 to 20130814 ์ํธ๋ฅผ ๋ณ๊ฒฝํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Please change your password */ MSG_REFUSE_CHANGE_PASSWD_SITE = 0x92a, -/*20120612 to 20180523 +/*20120612 to 20180605 ๊ณ ๊ฐ๋๊ป์๋ ํ์ฌ ์ ์๊ธ์ง ์๊ฐ์
๋๋ค. Guest access is prohibited 20130807 to 20130814 http://www.ragnarok.co.kr */ MSG_PLANNED_TIME_SHUTDOWN = 0x92b, -/*20120612 to 20180523 +/*20120612 to 20180605 ์
ง๋ค์ด์ ๋์ ์ํด ๊ณ ๊ฐ๋์ ๊ฒ์์ ํ ์๊ฐ์ %1.2d-%1.2d-%1.2d %1.2d:%1.2d:%1.2d์ ๊ฒ์์ด ์ข
๋ฃ๋ ์์ ์
๋๋ค. Your System is been Shutdown, %1.2d-%1.2d-%1.2d %1.2d:%1.2d:%1.2d is the end time. 20130807 to 20130814 @@ -14505,7 +14505,7 @@ Guest access is prohibited MSG_SHOUTDOWN_TIME = 0x92c, #endif #if PACKETVER >= 20120626 -/*20120626 to 20180523 +/*20120626 to 20180605 ๊ณ ๊ฐ๋์ ๊ณ์ ์ ์ ํ์ ์
ง๋ค์ด์ด ์ ์ฉ๋ ๊ณ์ ์ด๋ฉฐ, ์์ฌ์๊ฐ์ %1.2d์๊ฐ %1.2d๋ถ์
๋๋ค. ๊ฒ์ ์ด์ฉ์ ์ฐธ๊ณ ํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Selected System Shutdown is activated in your account,Time Left: %1.2d hours %1.2d minutes. 20130807 to 20130814 @@ -14515,7 +14515,7 @@ Your System is been Shutdown, %1.2d-%1.2d-%1.2d %1.2d:%1.2d:%1.2d is the end tim MSG_PARTIAL_SHOUTDOWN_TIME = 0x92d, #endif #if PACKETVER >= 20120702 -/*20120702 to 20180523 +/*20120702 to 20180605 ๋ฆฌํ๋ ์ด Replay 20130807 to 20130814 @@ -14523,7 +14523,7 @@ Replay Selected System Shutdown is activated in your account,Time Left: %1.2d hours %1.2d minutes. */ MSG_MENU_REPLAYWND = 0x92e, -/*20120702 to 20180523 +/*20120702 to 20180605 ๋งคํฌ๋ก Macro 20130807 to 20130814 @@ -14531,7 +14531,7 @@ Macro Replay */ MSG_MENU_MACROWND = 0x92f, -/*20120702 to 20180523 +/*20120702 to 20180605 Webbrowser 20130807 to 20130814 ๋งคํฌ๋ก @@ -14542,25 +14542,25 @@ Macro ๋ค๋น๊ฒ์ด์
20130807 to 20130814 Webbrowser -20170524 to 20180523 +20170524 to 20180605 ๋ด๋น๊ฒ์ด์
Navigation */ MSG_MENU_NAVIGATIONWND = 0x931, -/*20120702 to 20180523 +/*20120702 to 20180605 UAEURL 20130807 to 20130814 ๋ค๋น๊ฒ์ด์
*/ MSG_MENU_UAEURLWND = 0x932, -/*20120702 to 20180523 +/*20120702 to 20180605 ํด๋์ ๋ณด Clan Information 20130807 to 20130814 UAEURL */ MSG_CLAN_INFOMANAGE = 0x933, -/*20120702 to 20180523 +/*20120702 to 20180605 ํด๋๋ ๋ฒจ Clan Level 20130807 to 20130814 @@ -14568,7 +14568,7 @@ Clan Level Clan Information */ MSG_CLAN_LEVEL = 0x934, -/*20120702 to 20180523 +/*20120702 to 20180605 ํด๋๋ช
Clan Name 20130807 to 20130814 @@ -14576,7 +14576,7 @@ Clan Name Clan Level */ MSG_CLAN_NAME = 0x935, -/*20120702 to 20180523 +/*20120702 to 20180605 ํด๋๋งํฌ Clan Mark 20130807 to 20130814 @@ -14584,7 +14584,7 @@ Clan Mark Clan Name */ MSG_CLAN_MARK = 0x936, -/*20120702 to 20180523 +/*20120702 to 20180605 ๋๋งนํด๋ Ally Clan 20130807 to 20130814 @@ -14595,7 +14595,7 @@ Clan Mark /*20120702 to 20130529 ์ ๋๊ธธ๋ Antagonists -20130605 to 20180523 +20130605 to 20180605 ์ ๋ํด๋ Antagonist Clan 20130807 to 20130814 @@ -14603,7 +14603,7 @@ Antagonist Clan Ally Clan */ MSG_HOSTILITY_CLAN = 0x938, -/*20120702 to 20180523 +/*20120702 to 20180605 ํด๋์๊ฒ ๋ณด๋ Send to Clan 20130807 to 20130814 @@ -14611,7 +14611,7 @@ Send to Clan Antagonist Clan */ MSG_SEND_TO_CLAN = 0x939, -/*20120702 to 20180523 +/*20120702 to 20180605 ๋ง์คํฐ์ด๋ฆ ClanMaster Name 20130807 to 20130814 @@ -14619,7 +14619,7 @@ ClanMaster Name Send to Clan */ MSG_CLAN_MASTER_NAME = 0x93a, -/*20120702 to 20180523 +/*20120702 to 20180605 ์กฐํฉ์์ Number of Members 20130807 to 20130814 @@ -14630,7 +14630,7 @@ ClanMaster Name /*20120702 to 20120702 ์กฐํฉ์ ํ๊ท ๋ ๋ฒจ Avg.lvl of Guildsmen -20120710 to 20180523 +20120710 to 20180605 ๊ด๋ฆฌ์์ง Castles Owned 20130807 to 20130814 @@ -14641,14 +14641,14 @@ Number of Members /*20120702 to 20130814 ๊ด๋ฆฌ์์ง Castles Owned -20120716 to 20180523 +20120716 to 20180605 ํด๋ ์ฑํ
๋ฉ์์ง ํ์ Clan Chat Messages */ MSG_VIEW_CLAN_MSG = 0x93d, #endif #if PACKETVER >= 20120716 -/*20120716 to 20180523 +/*20120716 to 20180605 ์ถฉ์ ํ์ด์ง๋ก ์ด๋ํฉ๋๋ค. Go to Page Charged. 20130807 to 20130814 @@ -14658,7 +14658,7 @@ Clan Chat Messages MSG_TWWAB_WARRING = 0x93e, /*20120716 to 20120716 http://ro.game.gnjoy.com/ -20120724 to 20180523 +20120724 to 20180605 https://gfb.gameflier.com/Billing/ingame/index_new.asp? 20130807 to 20130814 ์ถฉ์ ํ์ด์ง๋ก ์ด๋ํฉ๋๋ค. @@ -14667,14 +14667,14 @@ Go to Page Charged. MSG_TWWAB_URL = 0x93f, #endif #if PACKETVER >= 20120724 -/*20120724 to 20180523 +/*20120724 to 20180605 ์บ๋ฆญํฐ ๋ง๋ค๊ธฐ Create char 20130807 to 20130814 https://gfb.gameflier.com/Billing/ingame/index_new.asp? */ MSG_STR_MAKECHARACTER = 0x940, -/*20120724 to 20180523 +/*20120724 to 20180605 ์บ๋ฆญ๋ช
์ด ์ผ์นํ์ง ์์ต๋๋ค. Name does not match 20130807 to 20130814 @@ -14682,7 +14682,7 @@ Name does not match Create char */ MSG_CHR_DELETE_RESERVED_FAIL_CHARNAME = 0x941, -/*20120724 to 20180523 +/*20120724 to 20180605 ์บ๋ฆญํฐ๋ช
์ ์
๋ ฅํ์ธ์ Enter the name of character 20130807 to 20130814 @@ -14692,7 +14692,7 @@ Name does not match MSG_CHR_DELETE_RESERVED_INPUTCONFIRMSTR_WND_TITLE = 0x942, /*20120724 to 20120822 /bufftimer : ๋ฒํ์ ์ฟจํ์ด๋จธ๋ฅผ ํ์ํฉ๋๋ค. On Off -20120830 to 20180523 +20120830 to 20180605 ์ฑ๋ณ ์ ํ ์ฐฝ Sex Selection Window 20130807 to 20130814 @@ -14702,7 +14702,7 @@ Enter the name of character MSG_SELECT_SEX = 0x943, /*20120724 to 20120822 ๋ฒํ์ ์ฟจํ์ด๋จธ๊ฐ ํ์๋ฉ๋๋ค. -20120830 to 20180523 +20120830 to 20180605 ํ์ผ์ ์๋ณ์กฐ๊ฐ ๊ฐ์ง ๋์์ต๋๋ค. Editing of the File Detected 20130807 to 20130814 @@ -14712,7 +14712,7 @@ Sex Selection Window MSG_SPRITE_ALTER = 0x944, /*20120724 to 20120822 ๋ฒํ์ ์ฟจํ์ด๋จธ๊ฐ ํ์๋์ง ์์ต๋๋ค. -20120830 to 20180523 +20120830 to 20180605 ํด๋น ์์ดํ
์ ๊ฐ๋ดํ์ฌ ํ๋๋๋ ์์ดํ
๋ค์ ์บ๋ฆญํฐ ๊ท์ ์์ดํ
(์ฐฝ๊ณ ์ด๋ ๋ถ๊ฐ๋ฅ) ์
๋๋ค. ๋ณธ ์บ๋ฆญํฐ์ ์ฌ์ฉํ์๋ ๊ฒ์ด ๋ง์ผ์ ์ง ํ์ธํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. ์์๋ฅผ ๊ฐ๋ดํ์๊ฒ ์ต๋๊น? Items obtained by opening the item is character bounded (can not move to storage). Do you want to open the box? 20130807 to 20130814 @@ -14725,7 +14725,7 @@ Editing of the File Detected /*20120808 to 20120822 ์ฑ๋ณ ์ ํ ์ฐฝ Sex Selection Window -20120925 to 20180523 +20120925 to 20180605 ๊ฒ์ ์ค์ Game Settings 20130807 to 20130814 @@ -14738,7 +14738,7 @@ Items obtained by opening the item is character bounded (can not move to storage /*20120822 to 20120822 ํ์ผ์ ์๋ณ์กฐ๊ฐ ๊ฐ์ง ๋์์ต๋๋ค. Editing of the File Detected -20120925 to 20180523 +20120925 to 20180605 ๊ฒ์ ์์คํ
Game System 20130807 to 20130814 @@ -14748,7 +14748,7 @@ Game Settings MSG_SYSTEM_SETTING = 0x947, #endif #if PACKETVER >= 20120925 -/*20120925 to 20180523 +/*20120925 to 20180605 ๊ฒ์ ์ปค๋งจ๋ Game Commands 20130807 to 20130814 @@ -14758,7 +14758,7 @@ Game System MSG_COMMAND_SETTING = 0x948, /*20120925 to 20120926 ๊ฒ์ ์ปค๋งจ๋ ๋ฆฌ์คํธ -20121010 to 20180523 +20121010 to 20180605 ๊ฒ์ ์ปค๋งจ๋ ON/OFF Game Command ON/OFF 20130807 to 20130814 @@ -14766,7 +14766,7 @@ Game Command ON/OFF Game Commands */ MSG_COMMAND_LIST = 0x949, -/*20120925 to 20180523 +/*20120925 to 20180605 ๋งคํฌ๋ก Macro 20130807 to 20130814 @@ -14774,7 +14774,7 @@ Macro Game Command ON/OFF */ MSG_MACRO_LIST = 0x94a, -/*20120925 to 20180523 +/*20120925 to 20180605 ์ด์ง์ญ์ ์์ดํ
๊ตํ์ด ๊ธ์ง ๋์ด ์์ต๋๋ค Trading is prohibited in this Map 20130807 to 20130814 @@ -14782,7 +14782,7 @@ Trading is prohibited in this Map Macro */ MSG_EXCHANGEITEM_DENY_MAP = 0x94b, -/*20120925 to 20180523 +/*20120925 to 20180605 ์ด์ง์ญ์ ์นดํธ์ด์ฉ์ด ๊ธ์ง ๋์ด ์์ต๋๋ค Vending is prohibited in this Map 20130807 to 20130814 @@ -14792,7 +14792,7 @@ Trading is prohibited in this Map MSG_CART_USE_DENY_MAP = 0x94c, #endif #if PACKETVER >= 20121010 -/*20121010 to 20180523 +/*20121010 to 20180605 ์ด์ง์ญ์ ํ์๊ณผ๋ฌ๊ณผ๋ณ์ ๊ธฐ์ ํจ๊ณผ๊ฐ ๋ฐ์ํ์ง ์์ต๋๋ค. In this Map,Effect of Mirace of Sun and Moon is nullified. 20130807 to 20130814 @@ -14800,7 +14800,7 @@ In this Map,Effect of Mirace of Sun and Moon is nullified. Vending is prohibited in this Map */ MSG_BLOCK_SUNMOONSTAR_MIRACLE = 0x94d, -/*20121010 to 20180523 +/*20121010 to 20180605 ๋ญํน ๋ณด๋ Ranking Board 20130807 to 20130814 @@ -14808,7 +14808,7 @@ Ranking Board In this Map,Effect of Mirace of Sun and Moon is nullified. */ MSG_RANKING_BOARD = 0x94e, -/*20121010 to 20180523 +/*20121010 to 20180605 ์์ Rank 20130807 to 20130814 @@ -14816,7 +14816,7 @@ Rank Ranking Board */ MSG_RANKING_NUMBER = 0x94f, -/*20121010 to 20180523 +/*20121010 to 20180605 ์ด๋ฆ Name 20130807 to 20130814 @@ -14824,7 +14824,7 @@ Name Rank */ MSG_RANKING_NAME = 0x950, -/*20121010 to 20180523 +/*20121010 to 20180605 ํฌ์ธํธ Points 20130807 to 20130814 @@ -14832,26 +14832,26 @@ Points Name */ MSG_RANKING_POINT = 0x951, -/*20121010 to 20180523 +/*20121010 to 20180605 BlackSmith 20130807 to 20130814 ํฌ์ธํธ Points */ MSG_RANKING_BLACKSMITH = 0x952, -/*20121010 to 20180523 +/*20121010 to 20180605 Alchemist 20130807 to 20130814 BlackSmith */ MSG_RANKING_ALCHEMIST = 0x953, -/*20121010 to 20180523 +/*20121010 to 20180605 Taekwon 20130807 to 20130814 Alchemist */ MSG_RANKING_TAEKWON = 0x954, -/*20121010 to 20180523 +/*20121010 to 20180605 Killer 20130807 to 20130814 Taekwon @@ -14861,7 +14861,7 @@ Taekwon Munak 20121017 to 20121107 1 vs 1 -20121114 to 20180523 +20121114 to 20180605 7 vs 7 20130807 to 20130814 Killer @@ -14871,7 +14871,7 @@ Killer DeathKnight 20121017 to 20130814 7 vs 7 -20121114 to 20180523 +20121114 to 20180605 RuneKnight */ MSG_RANKING_RUNE_KNIGHT = 0x957, @@ -14879,7 +14879,7 @@ RuneKnight Collector 20121017 to 20121107 Select Ranking Type -20121114 to 20180523 +20121114 to 20180605 Warlock 20130807 to 20130814 RuneKnight @@ -14889,7 +14889,7 @@ RuneKnight Select Ranking Type 20121017 to 20121107 Ranking Type -20121114 to 20180523 +20121114 to 20180605 Ranger 20130807 to 20130814 Warlock @@ -14897,7 +14897,7 @@ Warlock MSG_RANKING_RANGER = 0x959, /*20121010 to 20121010 Ranking Type -20121114 to 20180523 +20121114 to 20180605 Mechanic 20130807 to 20130814 Ranger @@ -14905,92 +14905,92 @@ Ranger MSG_RANKING_MECHANIC = 0x95a, #endif #if PACKETVER >= 20121114 -/*20121114 to 20180523 +/*20121114 to 20180605 GuillotineCross 20130807 to 20130814 Mechanic */ MSG_RANKING_GUILLOTINE_CROSS = 0x95b, -/*20121114 to 20180523 +/*20121114 to 20180605 Archbishop 20130807 to 20130814 GuillotineCross */ MSG_RANKING_ARCHBISHOP = 0x95c, -/*20121114 to 20180523 +/*20121114 to 20180605 RoyalGuard 20130807 to 20130814 Archbishop */ MSG_RANKING_ROYAL_GUARD = 0x95d, -/*20121114 to 20180523 +/*20121114 to 20180605 Sorcerer 20130807 to 20130814 RoyalGuard */ MSG_RANKING_SORCERER = 0x95e, -/*20121114 to 20180523 +/*20121114 to 20180605 Minstrel 20130807 to 20130814 Sorcerer */ MSG_RANKING_MINSTREL = 0x95f, -/*20121114 to 20180523 +/*20121114 to 20180605 Wanderer 20130807 to 20130814 Minstrel */ MSG_RANKING_WANDERER = 0x960, -/*20121114 to 20180523 +/*20121114 to 20180605 Genetic 20130807 to 20130814 Wanderer */ MSG_RANKING_GENETIC = 0x961, -/*20121114 to 20180523 +/*20121114 to 20180605 ShadowChaser 20130807 to 20130814 Genetic */ MSG_RANKING_SHADOW_CHASER = 0x962, -/*20121114 to 20180523 +/*20121114 to 20180605 Sura 20130807 to 20130814 ShadowChaser */ MSG_RANKING_SURA = 0x963, -/*20121114 to 20180523 +/*20121114 to 20180605 Kagerou 20130807 to 20130814 Sura */ MSG_RANKING_KAGEROU = 0x964, -/*20121114 to 20180523 +/*20121114 to 20180605 Oboro 20130807 to 20130814 Kagerou */ MSG_RANKING_OBORO = 0x965, -/*20121114 to 20180523 +/*20121114 to 20180605 Select Ranking Type 20130807 to 20130814 Oboro */ MSG_RANKING_SELECT = 0x966, -/*20121114 to 20180523 +/*20121114 to 20180605 Ranking Type 20130807 to 20130814 Select Ranking Type */ MSG_RANKING_TYPE = 0x967, -/*20121114 to 20180523 +/*20121114 to 20180605 ํ์ฌ ์ ์ ์ธ์์ด ๊ฐ๋ ์ฐผ์ต๋๋ค. ^0000ffํ์ฌ ๋๊ธฐ์์ : %d ์์ ๋๊ธฐ์๊ฐ : %d์ด Currently,Server is full. ^0000ffPeople Currently Waiting: %d Expected Waiting Time: %dSeconds 20130807 to 20130814 Ranking Type */ MSG_WAITING_FOR_ENTER_TO_CHARACTER_SEVER_IN_SEC = 0x968, -/*20121114 to 20180523 +/*20121114 to 20180605 ํ์ฌ ์ ์ ์ธ์์ด ๊ฐ๋ ์ฐผ์ต๋๋ค. ^0000ffํ์ฌ ๋๊ธฐ์์ : %d ์์ ๋๊ธฐ์๊ฐ : %d๋ถ %d์ด Currently,Server is full. ^0000ffPeople Currently Waiting: %d Expected Waiting Time: %dMinutes %d Seconds 20130807 to 20130814 @@ -14998,7 +14998,7 @@ Currently,Server is full. ^0000ffPeople Currently Waiting: %d Currently,Server is full. ^0000ffPeople Currently Waiting: %d Expected Waiting Time: %dSeconds */ MSG_WAITING_FOR_ENTER_TO_CHARACTER_SEVER_IN_MIN = 0x969, -/*20121114 to 20180523 +/*20121114 to 20180605 CBT ์ด์ฒญ ์ ์ ๊ฐ ์๋๋๋ค CBT is not an invited user 20130807 to 20130814 @@ -15008,7 +15008,7 @@ Currently,Server is full. ^0000ffPeople Currently Waiting: %d MSG_CBT_ACTIVE_USER_CHECK = 0x96a, #endif #if PACKETVER >= 20121128 -/*20121128 to 20180523 +/*20121128 to 20180605 -------------- Navigation ๋ช
๋ น์ด -------------- ------------------- Instruction -------------------- 20130807 to 20130814 @@ -15016,7 +15016,7 @@ CBT ์ด์ฒญ ์ ์ ๊ฐ ์๋๋๋ค CBT is not an invited user */ MSG_NAVIGATION_HELP_1 = 0x96b, -/*20121128 to 20180523 +/*20121128 to 20180605 /navigation /navi : /navi yuno 100/100 ->> ๋งต์ด๋ฆ, ์์น(100/100) 1) /Navigation or /navi ex) /navi prontera 100 100 -> /navi "MAPNAME", 100, 100 20130807 to 20130814 @@ -15024,7 +15024,7 @@ CBT is not an invited user ------------------- Instruction -------------------- */ MSG_NAVIGATION_HELP_2 = 0x96c, -/*20121128 to 20180523 +/*20121128 to 20180605 /navigation2 /navi2 : /navi2 yuno 100/100 1/1/1 ->> ๋งต์ด๋ฆ, ์์น(100/100), scrool/zeny/plane (1:์ฌ์ฉํจ 0: ์ฌ์ฉ์ํจ) 2) /Navigation2 or /navi2 ex) /navi2 prontera 100 111 -> MAPNAME location (100 90), Scroll | Zeny | Plane (1: Enable or 0: Disable) 20130807 to 20130814 @@ -15032,7 +15032,7 @@ CBT is not an invited user 1) /Navigation or /navi ex) /navi prontera 100 100 -> /navi "MAPNAME", 100, 100 */ MSG_NAVIGATION_HELP_3 = 0x96d, -/*20121128 to 20180523 +/*20121128 to 20180605 -------------- Navigation ๊ฒ์์ฐฝ ๋ช
๋ น์ด ------- -> /navi2 goes with the case with location coordinates. They must be no less than 3 characters 20130807 to 20130814 @@ -15040,7 +15040,7 @@ CBT is not an invited user 2) /Navigation2 or /navi2 ex) /navi2 prontera 100 111 -> MAPNAME location (100 90), Scroll | Zeny | Plane (1: Enable or 0: Disable) */ MSG_NAVIGATION_HELP_4 = 0x96e, -/*20121128 to 20180523 +/*20121128 to 20180605 $$all : ๋ชจ๋ ํญ๋ชฉ ์ถ๋ ฅ (Type ๊ตฌ๋ถ์์์ ์ถ๋ ฅ ์ข
๋ฅ๋ฅผ ๋๋์ ์๋ค.) 3) $$all Output all the items (Can take a while...) 20130807 to 20130814 @@ -15048,7 +15048,7 @@ $$all : ๋ชจ๋ ํญ๋ชฉ ์ถ๋ ฅ (Type ๊ตฌ๋ถ์์์ ์ถ๋ ฅ ์ข
๋ฅ๋ฅผ ๋๋ -> /navi2 goes with the case with location coordinates. They must be no less than 3 characters */ MSG_NAVIGATION_HELP_5 = 0x96f, -/*20121128 to 20180523 +/*20121128 to 20180605 $$lv30 : ํด๋น ๋ ๋ฒจ์ ๋ชฌ์คํฐ ์ถ๋ ฅ (์ซ์๋ ๋ณ๊ฒฝ ๊ฐ๋ฅ) 4) $$lv30 monsters are placed in the output 20130807 to 20130814 @@ -15056,7 +15056,7 @@ $$all : ๋ชจ๋ ํญ๋ชฉ ์ถ๋ ฅ (Type ๊ตฌ๋ถ์์์ ์ถ๋ ฅ ์ข
๋ฅ๋ฅผ ๋๋ 3) $$all Output all the items (Can take a while...) */ MSG_NAVIGATION_HELP_6 = 0x970, -/*20121128 to 20180523 +/*20121128 to 20180605 $$lv20~30 : ํด๋น ๋ ๋ฒจ ๋ฒ์์ ๋ชฌ์คํฐ ์ถ๋ ฅ (์ซ์๋ ๋ณ๊ฒฝ ๊ฐ๋ฅ) 5) $$lv20~30 monsters in that level range are placed in the output 20130807 to 20130814 @@ -15064,7 +15064,7 @@ $$lv30 : ํด๋น ๋ ๋ฒจ์ ๋ชฌ์คํฐ ์ถ๋ ฅ (์ซ์๋ ๋ณ๊ฒฝ ๊ฐ๋ฅ) 4) $$lv30 monsters are placed in the output */ MSG_NAVIGATION_HELP_7 = 0x971, -/*20121128 to 20180523 +/*20121128 to 20180605 1 vs 1 20130807 to 20130814 $$lv20~30 : ํด๋น ๋ ๋ฒจ ๋ฒ์์ ๋ชฌ์คํฐ ์ถ๋ ฅ (์ซ์๋ ๋ณ๊ฒฝ ๊ฐ๋ฅ) @@ -15073,7 +15073,7 @@ $$lv20~30 : ํด๋น ๋ ๋ฒจ ๋ฒ์์ ๋ชฌ์คํฐ ์ถ๋ ฅ (์ซ์๋ ๋ณ๊ฒฝ ๊ฐ๋ฅ) MSG_RANKING_BATTLE_1VS1_ALL = 0x972, #endif #if PACKETVER >= 20121205 -/*20121205 to 20180523 +/*20121205 to 20180605 ํน์ ์ฅ๋น Special Gear 20130807 to 20130814 @@ -15082,7 +15082,7 @@ Special Gear MSG_SHADOW_EQUIPMENT = 0x973, #endif #if PACKETVER >= 20130109 -/*20130109 to 20180523 +/*20130109 to 20180605 %d ๋ฒ์งธ ์บ๋ฆญํฐ์ ์ง์
์ ๋ณด๊ฐ ์ด์ํฉ๋๋ค. ๊ณ ๊ฐ์ผํฐ๋ก ๋ฌธ์ ๋ถํ ๋๋ฆฝ๋๋ค. ErrorCode(%d) %d First character of the profession is more than information. Please contact the Customer Care Center. ErrorCode(%d) 20130807 to 20130814 @@ -15092,14 +15092,14 @@ Special Gear MSG_CHARACTERERROR_JOB = 0x974, #endif #if PACKETVER >= 20130115 -/*20130115 to 20180523 +/*20130115 to 20180605 (%s) %d / %d 20130807 to 20130814 %d ๋ฒ์งธ ์บ๋ฆญํฐ์ ์ง์
์ ๋ณด๊ฐ ์ด์ํฉ๋๋ค. ๊ณ ๊ฐ์ผํฐ๋ก ๋ฌธ์ ๋ถํ ๋๋ฆฝ๋๋ค. ErrorCode(%d) %d First character of the profession is more than information. Please contact the Customer Care Center. ErrorCode(%d) */ MSG_NAVIGATION_ALL_S = 0x975, -/*20130115 to 20180523 +/*20130115 to 20180605 %s-%s(%d/%d) 20130807 to 20130814 (%s) %d / %d @@ -15107,14 +15107,14 @@ Special Gear MSG_NAVIGATION_ALL_SD = 0x976, #endif #if PACKETVER >= 20130121 -/*20130121 to 20180523 +/*20130121 to 20180605 ์ ์์ ์ ์ด๊ณผ๋ก ์๋ฒ์ ๋์ด์ ์ ์ํ ์ ์์ต๋๋ค. Server Exceeded the maximum number of users,Cannot Connect anymore users. 20130807 to 20130814 %s-%s(%d/%d) */ MSG_REFUSE_OVER_USERLIMIT = 0x977, -/*20130121 to 20180523 +/*20130121 to 20180605 ์๋ฒ์ ์ ์คํจ (%d) Server Connection Failed (%d) 20130807 to 20130814 @@ -15122,7 +15122,7 @@ Server Connection Failed (%d) Server Exceeded the maximum number of users,Cannot Connect anymore users. */ MSG_REFUSE_ERRORCODE = 0x978, -/*20130121 to 20180523 +/*20130121 to 20180605 ๋ก๊ทธ์ธ ํ์ฉ์๊ฐ ์ด๊ณผ Login Timeout Permitted 20130807 to 20130814 @@ -15130,7 +15130,7 @@ Login Timeout Permitted Server Connection Failed (%d) */ MSG_REFUSE_DISCONNECT_KEEP_TIME = 0x979, -/*20130121 to 20180523 +/*20130121 to 20180605 ๋ก๊ทธ์ธ ์ค ์ธ์ฆ์๋ฒ๋ก๋ถํฐ ์ธ์ฆ์ด ์คํจํ์์ต๋๋ค. Login Authentication Failed from Authentication Server. 20130807 to 20130814 @@ -15140,7 +15140,7 @@ Login Timeout Permitted MSG_REFUSE_WEB_AUTH_FAILED = 0x97a, #endif #if PACKETVER >= 20130206 -/*20130206 to 20180523 +/*20130206 to 20180605 ๊ธธ๋์ด๋ฆ์ ๊ณต๋ฐฑ๋ฌธ์๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. Guild Cannot use Space in the name. 20130807 to 20130814 @@ -15150,7 +15150,7 @@ Login Authentication Failed from Authentication Server. MSG_GUILDNAME_CHECK = 0x97b, #endif #if PACKETVER >= 20130215 -/*20130215 to 20180523 +/*20130215 to 20180605 ๊ณ ๊ฐ๋ ์๋
ํ์ธ์! Hey,Hello There 20130807 to 20130814 @@ -15158,7 +15158,7 @@ Hey,Hello There Guild Cannot use Space in the name. */ MSG_BILLING_CHN_1 = 0x97c, -/*20130215 to 20180523 +/*20130215 to 20180605 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d๋
%d ์ %d์ผ %d:%d ์ ์ข
๋ฃ๋ฉ๋๋ค. Available Time will End on %d month %d hour %d:%d 20130807 to 20130814 @@ -15166,7 +15166,7 @@ Available Time will End on %d month %d hour %d:%d Hey,Hello There */ MSG_BILLING_CHN_2 = 0x97d, -/*20130215 to 20180523 +/*20130215 to 20180605 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ ์์ง ๋ง์ด ๋จ์์ผ๋ ์์ฌํ๊ณ ํ๋ ์ดํ์ธ์! You've lot of time,Play in Peace. 20130807 to 20130814 @@ -15174,7 +15174,7 @@ You've lot of time,Play in Peace. Available Time will End on %d month %d hour %d:%d */ MSG_BILLING_CHN_3 = 0x97e, -/*20130215 to 20180523 +/*20130215 to 20180605 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ ์ด๋ฒ ์ฃผ ๋ด๋ก ์ข
๋ฃ ๋ฉ๋๋ค. ์ข
๋ฃ ์ ์ ์ถฉ์ ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Your hours will be terminated within this week. Please Charge before termination. 20130807 to 20130814 @@ -15182,7 +15182,7 @@ Your hours will be terminated within this week. Please Charge before termination You've lot of time,Play in Peace. */ MSG_BILLING_CHN_4 = 0x97f, -/*20130215 to 20180523 +/*20130215 to 20180605 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ 24์๊ฐ ๋ด์ ์ข
๋ฃ๋ฉ๋๋ค. ๋นจ๋ฆฌ ์ถฉ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Your hours will be terminated within 24 hours.Please Charge Quickly. 20130807 to 20130814 @@ -15190,7 +15190,7 @@ Your hours will be terminated within 24 hours.Please Charge Quickly. Your hours will be terminated within this week. Please Charge before termination. */ MSG_BILLING_CHN_5 = 0x980, -/*20130215 to 20180523 +/*20130215 to 20180605 ํ์ฌ ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d์๊ฐ ๋จ์์ต๋๋ค. ์ ์์ ์ธ ๊ฒ์ ์ด์ฉ์ ์ํด ์ถฉ์ ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Current Time Left:%d hours.Charge the game for uninterrupted play. 20130807 to 20130814 @@ -15198,7 +15198,7 @@ Current Time Left:%d hours.Charge the game for uninterrupted play. Your hours will be terminated within 24 hours.Please Charge Quickly. */ MSG_BILLING_CHN_6 = 0x981, -/*20130215 to 20180523 +/*20130215 to 20180605 ํ์ฌ ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d๋ถ ๋จ์์ต๋๋ค. ์ด์ฉ์๊ฐ์ด ๋๋ ํ ๊ฐ์ ์ ์ผ๋ก ์ข
๋ฃ๋ฉ๋๋ค. ์ ์์ ์ธ ๊ฒ์ ์ด์ฉ์ ์ํด ์ถฉ์ ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Current Time Left:%d minutes.Charge the game for uninterrupted play. 20130807 to 20130814 @@ -15206,7 +15206,7 @@ Current Time Left:%d minutes.Charge the game for uninterrupted play. Current Time Left:%d hours.Charge the game for uninterrupted play. */ MSG_BILLING_CHN_7 = 0x982, -/*20130215 to 20180523 +/*20130215 to 20180605 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d์๊ฐ %d๋ถ ๋จ์์ต๋๋ค. Time Left: %d hours %d minutes 20130807 to 20130814 @@ -15214,7 +15214,7 @@ Time Left: %d hours %d minutes Current Time Left:%d minutes.Charge the game for uninterrupted play. */ MSG_BILLING_CHN_8 = 0x983, -/*20130215 to 20180523 +/*20130215 to 20180605 %d%% ( ๊ธฐ๋ณธ 100%% + PC๋ฐฉ %d%% + ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%% ) %d%% ( Basic 100%% + PCRoom %d%% + Premium %d%% + %sServer %d%% ) 20130807 to 20130814 @@ -15222,7 +15222,7 @@ Current Time Left:%d minutes.Charge the game for uninterrupted play. Time Left: %d hours %d minutes */ MSG_BASIC_EXP_MSG_THAI = 0x984, -/*20130215 to 20180523 +/*20130215 to 20180605 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d์๊ฐ %d๋ถ ํ์ ์ข
๋ฃ๋ฉ๋๋ค. After %d hours %d minutes, your game will be terminated. 20130807 to 20130814 @@ -15232,7 +15232,7 @@ After %d hours %d minutes, your game will be terminated. MSG_CHN_BILLING_EXPIRE_TIME = 0x985, #endif #if PACKETVER >= 20130220 -/*20130220 to 20180523 +/*20130220 to 20180605 ์ ์ ๋์ ๊ณ์ ์ ์๊ตฌ ์ ์๊ธ์ง ๋์์ต๋๋ค This Account is permanently Banned. 20130807 to 20130814 @@ -15240,7 +15240,7 @@ This Account is permanently Banned. After %d hours %d minutes, your game will be terminated. */ MSG_CHN_BLOCK_FOREVER = 0x986, -/*20130220 to 20180523 +/*20130220 to 20180605 ์ ์ ๋์ ๊ณ์ ์ ์ ์๊ธ์ง ๋์์ต๋๋ค ํด์ง ์๊ฐ : %04d-%02d-%02d %02d:%02d This Account is banned. @@ -15252,7 +15252,7 @@ This Account is permanently Banned. MSG_CHN_BLOCK = 0x987, #endif #if PACKETVER >= 20130227 -/*20130227 to 20180523 +/*20130227 to 20180605 ๋ชฌ์คํฐ(Tab) Monster(Tab) 20130807 to 20130814 @@ -15262,7 +15262,7 @@ This Account is banned. Termination Time:%04d-%02d-%02d %02d:%02d */ MSG_WORLDMAP_MSG1 = 0x988, -/*20130227 to 20180523 +/*20130227 to 20180605 ๋งต(Alt) Map(Alt) 20130807 to 20130814 @@ -15270,7 +15270,7 @@ Map(Alt) Monster(Tab) */ MSG_WORLDMAP_MSG2 = 0x989, -/*20130227 to 20180523 +/*20130227 to 20180605 ์๋ด ์ ๋ณด Product Information 20130807 to 20130814 @@ -15278,7 +15278,7 @@ Product Information Map(Alt) */ MSG_WORLDMAP_MSG3 = 0x98a, -/*20130227 to 20180523 +/*20130227 to 20180605 ๊ฒ์ ์ ๋ณด Find Information 20130807 to 20130814 @@ -15286,7 +15286,7 @@ Find Information Product Information */ MSG_WORLDMAP_MSG4 = 0x98b, -/*20130227 to 20180523 +/*20130227 to 20180605 ๋น๊ณต์ AirShip 20130807 to 20130814 @@ -15294,7 +15294,7 @@ AirShip Find Information */ MSG_WORLDMAP_MSG5 = 0x98c, -/*20130227 to 20180523 +/*20130227 to 20180605 ์นดํ๋ผ Kafra 20130807 to 20130814 @@ -15302,7 +15302,7 @@ Kafra AirShip */ MSG_WORLDMAP_MSG6 = 0x98d, -/*20130227 to 20180523 +/*20130227 to 20180605 (๋์ฐฉ) (Arrival) 20130807 to 20130814 @@ -15312,21 +15312,21 @@ Kafra MSG_WORLDMAP_MSG7 = 0x98e, #endif #if PACKETVER >= 20130313 -/*20130313 to 20180523 +/*20130313 to 20180605 Mob)%s:%s(%s) 20130807 to 20130814 (๋์ฐฉ) (Arrival) */ MSG_NAVIGATION_MOB_S_S_S = 0x98f, -/*20130313 to 20180523 +/*20130313 to 20180605 ๋ถํฌ๋:%s Distribution:%s 20130807 to 20130814 Mob)%s:%s(%s) */ MSG_NAVIGATION_NUM = 0x990, -/*20130313 to 20180523 +/*20130313 to 20180605 ๋งค์ฐ๋ง์ Very Plenty 20130807 to 20130814 @@ -15334,7 +15334,7 @@ Very Plenty Distribution:%s */ MSG_NAVIGATION_NUM1 = 0x991, -/*20130313 to 20180523 +/*20130313 to 20180605 ๋ง์ Plenty 20130807 to 20130814 @@ -15342,7 +15342,7 @@ Plenty Very Plenty */ MSG_NAVIGATION_NUM2 = 0x992, -/*20130313 to 20180523 +/*20130313 to 20180605 ๋ณดํต Normal 20130807 to 20130814 @@ -15350,7 +15350,7 @@ Normal Plenty */ MSG_NAVIGATION_NUM3 = 0x993, -/*20130313 to 20180523 +/*20130313 to 20180605 ์ ์ Low 20130807 to 20130814 @@ -15358,7 +15358,7 @@ Low Normal */ MSG_NAVIGATION_NUM4 = 0x994, -/*20130313 to 20180523 +/*20130313 to 20180605 ๋งค์ฐ์ ์ Very Low 20130807 to 20130814 @@ -15368,7 +15368,7 @@ Low MSG_NAVIGATION_NUM5 = 0x995, #endif #if PACKETVER >= 20130320 -/*20130320 to 20180523 +/*20130320 to 20180605 ์ํ์ ์ด์ฉํ ์ ์์ต๋๋ค. ์ ์ ํ ๋ค์ ์๋ํ์ธ์. The bank is not available. Please try again in a few minutes. 20130807 to 20130814 @@ -15376,7 +15376,7 @@ The bank is not available. Please try again in a few minutes. Very Low */ MSG_BANK_SYSTEM_ERROR = 0x996, -/*20130320 to 20180523 +/*20130320 to 20180605 ์ํ ์๊ณ ๊ฐ ๋ถ์กฑํฉ๋๋ค. Bank balance is low. 20130807 to 20130814 @@ -15386,7 +15386,7 @@ The bank is not available. Please try again in a few minutes. MSG_BANK_WITHDRAW_NO_MONEY = 0x997, #endif #if PACKETVER >= 20130327 -/*20130327 to 20180523 +/*20130327 to 20180605 ๋ณด์ ํ Zeny ๊ฐ ๋ถ์กฑํด์ ์
๊ธํ ์ ์์ต๋๋ค. You don't have enough zeny 20130807 to 20130814 @@ -15394,7 +15394,7 @@ You don't have enough zeny Bank balance is low. */ MSG_BANK_DEPOSIT_NO_MONEY = 0x998, -/*20130327 to 20180523 +/*20130327 to 20180605 1 Zeny ์ด์ ์
๊ธ ๊ฐ๋ฅํฉ๋๋ค. Minimum Deposit Amount: 1 zeny 20130807 to 20130814 @@ -15402,7 +15402,7 @@ Minimum Deposit Amount: 1 zeny You don't have enough zeny */ MSG_BANK_DEPOSIT_ZERO = 0x999, -/*20130327 to 20180523 +/*20130327 to 20180605 1 Zeny ์ด์ ์ถ๊ธ ๊ฐ๋ฅํฉ๋๋ค. Minimum Withdrawal Amount: 1 zeny 20130807 to 20130814 @@ -15412,7 +15412,7 @@ Minimum Deposit Amount: 1 zeny MSG_BANK_WITHDRAW_ZERO = 0x99a, /*20130327 to 20130605 ๋ณด์ Zeny ๋ 21 ์ต์ ๋์ ์ ์์ต๋๋ค. -20130605 to 20180523 +20130605 to 20180605 ๋ณด์ Zeny ๋ 2,147,483,647 Zeny๋ฅผ ๋์ ์ ์์ต๋๋ค. You cannot hold more than 2,147,483,647 Zeny 20130807 to 20130814 @@ -15420,7 +15420,7 @@ You cannot hold more than 2,147,483,647 Zeny Minimum Withdrawal Amount: 1 zeny */ MSG_BANK_OVER_INT_MAX = 0x99b, -/*20130327 to 20180523 +/*20130327 to 20180605 your account is lock by mobil otp your account is lock by mobile otp 20130807 to 20130814 @@ -15428,14 +15428,14 @@ your account is lock by mobile otp You cannot hold more than 2,147,483,647 Zeny */ MSG_REFUSE_MOTP_LOCK = 0x99c, -/*20130327 to 20180523 +/*20130327 to 20180605 MOTP auth fail 20130807 to 20130814 your account is lock by mobil otp your account is lock by mobile otp */ MSG_REFUSE_MOTP_AUTH_FAIL = 0x99d, -/*20130327 to 20180523 +/*20130327 to 20180605 %d๋ถ๊ฐ ๋ชฌ์คํฐ์๊ฒ ์ป์ ์ ์๋ Job๊ฒฝํ์น๊ฐ %d%% ์ฆ๊ฐํฉ๋๋ค. For %d minutes,Job Experience obtained from monster is increased by %d%% 20130807 to 20130814 @@ -15446,7 +15446,7 @@ MOTP auth fail #if PACKETVER >= 20130410 /*20130410 to 20130410 ์์ง Zeny : %d Zeny -20130417 to 20180523 +20130417 to 20180605 ์์ง Zeny : %s Zeny Current Zeny: %s Zeny 20130807 to 20130814 @@ -15454,7 +15454,7 @@ Current Zeny: %s Zeny For %d minutes,Job Experience obtained from monster is increased by %d%% */ MSG_BANK_MY_ZENY = 0x99f, -/*20130410 to 20180523 +/*20130410 to 20180605 Zeny 20130807 to 20130814 ์์ง Zeny : %s Zeny @@ -15467,7 +15467,7 @@ Current Zeny: %s Zeny ์ต๋ 2,147,483,647์ต Zeny๊น์ง๋ง ๋ณด๊ด์ด ๊ฐ๋ฅํฉ๋๋ค. 20130605 to 20130605 ์ต๋ 2,147,483,647 Zeny๊น์ง๋ง ๋ณด๊ด์ด ๊ฐ๋ฅํฉ๋๋ค. -20130612 to 20180523 +20130612 to 20180605 ์ต๋ 2,147,483,647 Zeny ๊น์ง๋ง ๋ณด๊ด์ด ๊ฐ๋ฅํฉ๋๋ค. The Maximum amount is 2,147,483,647 Zeny 20130807 to 20130814 @@ -15476,7 +15476,7 @@ Zeny MSG_BANK_WARNING = 0x9a1, #endif #if PACKETVER >= 20130515 -/*20130515 to 20180523 +/*20130515 to 20180605 ์ด์์ด ๋ถ์กฑํฉ๋๋ค. Insufficient bullet 20130807 to 20130814 @@ -15484,7 +15484,7 @@ Insufficient bullet The Maximum amount is 2,147,483,647 Zeny */ MSG_NEED_MORE_BULLET = 0x9a2, -/*20130515 to 20180523 +/*20130515 to 20180605 10์ต์ ๋ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ 10์ต ์ ๋๋ก ํ๋งค๋ฉ๋๋ค. You entered more than 1 Billion Zeny, the price will be set to 1 Billion Zeny. 20130807 to 20130814 @@ -15494,7 +15494,7 @@ Insufficient bullet MSG_OVERPRICE_MAX = 0x9a3, #endif #if PACKETVER >= 20130605 -/*20130605 to 20180523 +/*20130605 to 20180605 AuthTicket is Not Vaild AuthTicket is Not Valid 20130807 to 20130814 @@ -15504,7 +15504,7 @@ You entered more than 1 Billion Zeny, the price will be set to 1 Billion Zeny. MSG_NOT_VALID_AUTH_TICKET = 0x9a4, /*20130605 to 20130605 ErrorCode : %d, ErrorValue : %d -20130612 to 20180523 +20130612 to 20180605 ErrorCategory : %d, ErrorCode : %d (%d,%d,%d,%d) ErrorCategory: %d, ErrorCode: %d (%d,%d,%d,%d) 20130807 to 20130814 @@ -15516,7 +15516,7 @@ AuthTicket is Not Valid #if PACKETVER >= 20130618 /*20130618 to 20130618 %d%% ( Primary 100%% + Premium %d%% + PCCafe %d%% + %s Server %d%% ) -20130626 to 20180523 +20130626 to 20180605 %d%% ( Basic 100%% + Premium %d%% + PCCafe %d%% + %s Server %d%% ) %d%% ( Basic 100%% + Premium %d%% + Internet cafe %d%% + %s Server %d%% ) 20130807 to 20130814 @@ -15529,7 +15529,7 @@ ErrorCategory: %d, ErrorCode: %d (%d,%d,%d,%d) 20130807 to 20130814 %d%% ( Basic 100%% + Premium %d%% + PCCafe %d%% + %s Server %d%% ) %d%% ( Basic 100%% + Premium %d%% + Internet cafe %d%% + %s Server %d%% ) -20130925 to 20180523 +20130925 to 20180605 %d๋ถ๊ฐ ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด %d%%๋ก ์ฆ๊ฐํฉ๋๋ค. Basic item drop rate from monster hunting is increased for %dmins by %dtimes. */ @@ -15538,21 +15538,21 @@ Basic item drop rate from monster hunting is increased for %dmins by %dtimes. ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด %d์ %.2d๋ถ๊ฐ %d๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. 20130807 to 20130814 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด %d๋ถ๊ฐ %d๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. -20130925 to 20180523 +20130925 to 20180605 %d์ %.2d๋ถ๊ฐ ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด %d%%๋ก ์ฆ๊ฐํฉ๋๋ค. Basic item drop rate from monster hunting is increased for %dhour %.2dmins by %dtimes. */ MSG_RECEIVEITEM_VALUE_1 = 0x9a8, #endif #if PACKETVER >= 20130626 -/*20130626 to 20180523 +/*20130626 to 20180605 %s ์ ๊ฐ๊ฒฉ์ด The price of^0000FF %s^000000 20130807 to 20130814 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด %d์ %.2d๋ถ๊ฐ %d๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. */ MSG_WARNING_PRICE1 = 0x9a9, -/*20130626 to 20180523 +/*20130626 to 20180605 100000000 1000000000 20130807 to 20130814 @@ -15560,7 +15560,7 @@ The price of^0000FF %s^000000 The price of^0000FF %s^000000 */ MSG_WARNING_PRICE2 = 0x9aa, -/*20130626 to 20180523 +/*20130626 to 20180605 ^ff0000%d^0000ff์ต is over ^FF0000%d^0000FF Billion^000000 Zeny and 20130807 to 20130814 @@ -15568,21 +15568,21 @@ The price of^0000FF %s^000000 1000000000 */ MSG_WARNING_PRICE3 = 0x9ab, -/*20130626 to 20180523 +/*20130626 to 20180605 10000000 20130807 to 20130814 ^ff0000%d^0000ff์ต is over ^FF0000%d^0000FF Billion^000000 Zeny and */ MSG_WARNING_PRICE4 = 0x9ac, -/*20130626 to 20180523 +/*20130626 to 20180605 ^ff0000%d^0000ff์ฒ๋ง more than^FF0000 %d0^0000FF Million^000000 Zeny 20130807 to 20130814 10000000 */ MSG_WARNING_PRICE5 = 0x9ad, -/*20130626 to 20180523 +/*20130626 to 20180605 ^0000ffZeny ์ด์^000000์
๋๋ค. ์
๋ ฅ๊ธ์ก์ด ๋ง์ต๋๊น? . Is this correct? @@ -15591,7 +15591,7 @@ The price of^0000FF %s^000000 more than^FF0000 %d0^0000FF Million^000000 Zeny */ MSG_WARNING_PRICE6 = 0x9ae, -/*20130626 to 20180523 +/*20130626 to 20180605 ์ฒ๋งZeny์ด์ ์์ ํ์ธ Safety check for more than 10m Zeny 20130807 to 20130814 @@ -15600,7 +15600,7 @@ Safety check for more than 10m Zeny . Is this correct? */ MSG_WARNING_PRICE7 = 0x9af, -/*20130626 to 20180523 +/*20130626 to 20180605 https://www.warpportal.com/account/login.aspx?ReturnUrl=%2faccount%2fpayment.aspx 20130807 to 20130814 ์ฒ๋งZeny์ด์ ์์ ํ์ธ @@ -15611,19 +15611,19 @@ Safety check for more than 10m Zeny https://kepler.warpportal.com/steam/purchase/?step=1&steamid=76561198071003044&game=rose&accountname=khanhtest111&lang=en 20130807 to 20130814 https://www.warpportal.com/account/login.aspx?ReturnUrl=%2faccount%2fpayment.aspx -20131030 to 20180523 +20131030 to 20180605 https://kepler.warpportal.com/ro1/purchase/?step=1&steamid=%lld&accountname= https://kepler.warpportal.com/ror/purchase/?step=1&steamid=%lld&accountname= */ MSG_AMERICA_CASHSHOP_URL_STEAM = 0x9b1, -/*20130626 to 20180523 +/*20130626 to 20180605 ์ง์์ ๋, ์คํ๋๋๋์ ๋ถ์ ๋๋ฅ ์ํํค์์ ์๋ ๋ค๋ฆฌ, ๋นํ๋ก์คํธ์ ์๊ฒจ๋ ๊ฑฐ๋ํ ๊ท ์ด, ๊ทธ๋ฆฌ๊ณ ๊ทผ์์ ์ ์ ์๋ ๋ฏธ๊ถ์ฒ. A giant crevice appeared in Bifrost, the bridge between Splendide, the end of the world and the floating continent of Alfheim, and you do not know the source of the labyrinth forest. 20130807 to 20130814 https://kepler.warpportal.com/steam/purchase/?step=1&steamid=76561198071003044&game=rose&accountname=khanhtest111&lang=en */ MSG_QUEST_INFO_01 = 0x9b2, -/*20130626 to 20180523 +/*20130626 to 20180605 ์ด๊ฒ์ ์ฌํ์ ๋์ ์๋ฆฌ๋ ํ์์ธ๊ฐ, ์๋ก์ด ์ธ๊ณ๋ฅผ ์ฌ๋ ์งํ์ธ๊ฐ! ์ํธ์๋ ๋
ธ๋ซ๋ง ๊ฐ์ ์ ํน์ ์ ์ฐจ ๋์ ์์ด๊ฐ๊ณ ์์๋ค. This is a marker indicating the end of the trip, a new world is opening indicators! Guardian, such as the lyrics to the temptation was gradually losing the soul. 20130807 to 20130814 @@ -15631,7 +15631,7 @@ This is a marker indicating the end of the trip, a new world is opening indicato A giant crevice appeared in Bifrost, the bridge between Splendide, the end of the world and the floating continent of Alfheim, and you do not know the source of the labyrinth forest. */ MSG_QUEST_INFO_02 = 0x9b3, -/*20130626 to 20180523 +/*20130626 to 20180605 ์์ฒ ๋
์ ์ธ์์ด ํ๋ฅด๋ ๋์, ๊ทธ ์ค์ค๋ก๊ฐ ํ๋ก ์๊ฐํ์ ์ฐ๋ฉฐ ์ง์ผ๋ธ ๊ฒ์ด ๋ฌด์์ด์๋์ง, ๋ด์ธ ๋์ด ๊ธด ์๊ฐ์ ๊ฐํ๋ฒ๋ฆฐ ๊ฒ์ ์คํ๋ ค ์์ ์ด ์๋์๋์ง ํผ๋์ ๋๋ผ๊ณ ์์๋ค. For thousands of years, a mysterious melody has mesmerized the guardian. After a millennia of slumber, the guardian became confused about what he had been protecting all these years, and began to suspect that he might be the one who has been sealed and hidden away. 20130807 to 20130814 @@ -15639,7 +15639,7 @@ For thousands of years, a mysterious melody has mesmerized the guardian. After a This is a marker indicating the end of the trip, a new world is opening indicators! Guardian, such as the lyrics to the temptation was gradually losing the soul. */ MSG_QUEST_INFO_03 = 0x9b4, -/*20130626 to 20180523 +/*20130626 to 20180605 ์ ํน์ ๋
ธ๋ซ๋ง์ด ์ต๊ณ ์กฐ์ ์ด๋ฅด๋ ์ ๋, ์ง์์ ๋ ์คํ๋๋๋์ ๋ถ์ ๋๋ฅ ์ํํค์์ ์๋ ๋ค๋ฆฌ, ๋นํ๋ก์คํธ์ ๊ฑฐ๋ํ ๊ท ์ด์ด ์๊ฒจ๋ฌ๊ณ , ๊ทธ๋ก ์ธํด ๋ ์ธ๊ณ๊ฐ์ ์๋๊ฐ ๋๊ธฐ๋ฉด์ ์ฌ๋๋ค์ ํฐ ๋ถํธ์ ๊ฒช๊ฒ ๋์๋ค. When the melody reached its peak, a giant crevice appeared in Bifrost, the bridge between Splendide, the end of the world and the floating continent of Alfheim. As a result, the two worlds were cut off from each other, causing a big problem for the people. 20130807 to 20130814 @@ -15647,7 +15647,7 @@ When the melody reached its peak, a giant crevice appeared in Bifrost, the bridg For thousands of years, a mysterious melody has mesmerized the guardian. After a millennia of slumber, the guardian became confused about what he had been protecting all these years, and began to suspect that he might be the one who has been sealed and hidden away. */ MSG_QUEST_INFO_04 = 0x9b5, -/*20130626 to 20180523 +/*20130626 to 20180605 ๋นํ๋ก์คํธ์ ํต๋ก๋ ์ด์ ๋ฏธ๊ถ์ฒ ๋ฟ. ๊ทผ์์กฐ์ฐจ ์ ์ ์๋ ๊ทธ๊ณณ์ ๋ฌด์ฌํ ํต๊ณผ ํ ์ฌ๋์ ์ง๊ธ๊น์ง ์๋ฌด๋ ์์๋ค. Now, the only way to get to Bifrost is through the Labyrinth Forest. Nobody knows how the forest came to exist, and nobody has ever come out of it alive... 20130807 to 20130814 @@ -15655,7 +15655,7 @@ Now, the only way to get to Bifrost is through the Labyrinth Forest. Nobody know When the melody reached its peak, a giant crevice appeared in Bifrost, the bridge between Splendide, the end of the world and the floating continent of Alfheim. As a result, the two worlds were cut off from each other, causing a big problem for the people. */ MSG_QUEST_INFO_05 = 0x9b6, -/*20130626 to 20180523 +/*20130626 to 20180605 ์ฑํ ๋ชจํ๊ฐ๋ค์ ์ง์ด ์ผํจ ํผ๋์ ์ง์ฅ, ๋ฏธ๊ถ์ฒ์ ๊ทธ ์์ ๋ฐฉํฉํ๋ ์ด๋ฆ ๋ชจ๋ฅผ ์ฌ์ธ์ ๋ง์์ฒ๋ผ ๋์ฑ ๊น๊ณ ํผ๋์ค๋ฝ๊ฒ ํ์ฅ๋๊ณ ์์๋ค. Swallowed countless adventurers to put a hell of confusion, wandering in the forest labyrinth of nowhere, like the heart of a woman was being extend deeper confusion. 20130807 to 20130814 @@ -15665,7 +15665,7 @@ Now, the only way to get to Bifrost is through the Labyrinth Forest. Nobody know MSG_QUEST_INFO_06 = 0x9b7, #endif #if PACKETVER >= 20130717 -/*20130717 to 20180523 +/*20130717 to 20180605 ์ซ์๋ง ์
๋ ฅ ๊ฐ๋ฅํฉ๋๋ค. You can enter only numbers. 20130807 to 20130814 @@ -15675,7 +15675,7 @@ Swallowed countless adventurers to put a hell of confusion, wandering in the for MSG_BANK_CHECK_NUM = 0x9b8, #endif #if PACKETVER >= 20130724 -/*20130724 to 20180523 +/*20130724 to 20180605 ๊ตํ์ฐฝ ๋๋ ์์ ์ด ํ์ฑํ ๋ ์ํ์์๋ ์
์ถ๊ธ์ ํ์ค์ ์์ต๋๋ค. Exchange or store window is active and can not register the withdrawal. 20130807 to 20130814 @@ -15685,7 +15685,7 @@ You can enter only numbers. MSG_BANK_PROHIBIT = 0x9b9, #endif #if PACKETVER >= 20130731 -/*20130731 to 20180523 +/*20130731 to 20180605 ๋ฐ๋ก๊ฐ๊ธฐ Go to 20130807 to 20130814 @@ -15693,7 +15693,7 @@ Go to Exchange or store window is active and can not register the withdrawal. */ MSG_QUEST_INFO_00 = 0x9ba, -/*20130731 to 20180523 +/*20130731 to 20180605 ์์ดํ
๋น๊ต Item Compare 20130807 to 20130814 @@ -15706,7 +15706,7 @@ Go to /*20130807 to 20130814 ์์ดํ
๋น๊ต Item Compare -20130821 to 20180523 +20130821 to 20180605 ํ์ฌ ์ฅ์ฐฉํ๋ ค๊ณ ํ๋ ์ด๊ธฐ๊ฐ ์ฅ์ฐฉํ๊ณ ์๋ ํํ์ ๋ง์ง ์์ต๋๋ค Now you are trying to mount the gun equipped with bullet does not meet */ @@ -15714,7 +15714,7 @@ Now you are trying to mount the gun equipped with bullet does not meet /*20130807 to 20130814 ํ์ฌ ์ฅ์ฐฉํ๋ ค๊ณ ํ๋ ์ด๊ธฐ๊ฐ ์ฅ์ฐฉํ๊ณ ์๋ ํํ์ ๋ง์ง ์์ต๋๋ค Now you are trying to mount the gun equipped with bullet does not meet -20130821 to 20180523 +20130821 to 20180605 ํ์ฌ ์ฅ์ฐฉํ๋ ค๊ณ ํ๋ ํํ์ด ์ฅ์ฐฉํ๊ณ ์๋ ์ด๊ธฐ์ ๋ง์ง ์์ต๋๋ค Now you are trying to mount the guns and bullets will not fit mounted */ @@ -15722,14 +15722,14 @@ Now you are trying to mount the guns and bullets will not fit mounted /*20130807 to 20130814 ํ์ฌ ์ฅ์ฐฉํ๋ ค๊ณ ํ๋ ํํ์ด ์ฅ์ฐฉํ๊ณ ์๋ ์ด๊ธฐ์ ๋ง์ง ์์ต๋๋ค Now you are trying to mount the guns and bullets will not fit mounted -20130821 to 20180523 +20130821 to 20180605 ํ๋งคํ ์์ดํ
์ ๋ฑ๋กํ์ง ์์์ต๋๋ค. ํ๋งคํ์ค ์์ดํ
์ ๋ฑ๋กํด ์ฃผ์ธ์ Has not registered to sell the item. Please register to sell the item */ MSG_BUYINGSTORE_MAKEWND_ADD_GOODS = 0x9be, #endif #if PACKETVER >= 20130821 -/*20130821 to 20180523 +/*20130821 to 20180605 ITEM */ MSG_ITEM_IN_MAIL_SYSTEM = 0x9bf, @@ -15737,276 +15737,276 @@ ITEM #if PACKETVER >= 20130828 /*20130828 to 20130911 ๊ธธ๋ ์ฐฝ๊ณ ๋ฅผ ์ด์ฉํ ์ ์์ต๋๋ค. ์ ์ ํ ์ด์ฉํด์ฃผ์ธ์. -20130917 to 20180523 +20130917 to 20180605 ๊ธธ๋ ์ฐฝ๊ณ ๋ฅผ ์ด์ฉํ ์ ์์ต๋๋ค. Guild storage is not available. */ MSG_GUILD_STORAGE_OPEN_ERROR = 0x9c0, -/*20130828 to 20180523 +/*20130828 to 20180605 ๊ธธ๋์ ๊ฐ์
๋์ด ์์ง ์์ต๋๋ค. ๊ฐ์
ํ ์ด์ฉํด์ฃผ์ธ์. Guild is not subscribed to. After signing up, please use */ MSG_GUILD_STORAGE_OPEN_NO_JOIN_GUILD = 0x9c1, -/*20130828 to 20180523 +/*20130828 to 20180605 ๋ค๋ฅธ ๊ธธ๋์์ด ์ฌ์ฉ์ค์
๋๋ค. ์ ์ ํ ์ด์ฉํด์ฃผ์ธ์. Two other guild members are in use. Please use it after a while. */ MSG_GUILD_STORAGE_WARNING_USING_ANOTHER_MEMBER = 0x9c2, -/*20130828 to 20180523 +/*20130828 to 20180605 ์ฐฝ๊ณ ๊ถํ Storage Permission */ MSG_GUILD_STORAGE_PERMISSON = 0x9c3, -/*20130828 to 20180523 +/*20130828 to 20180605 ๊ธธ๋์ฐฝ๊ณ Guild Storage */ MSG_GUILD_STORAGE_TITLE = 0x9c4, /*20130828 to 20130828 ๊ธธ๋์ฐฝ๊ณ ์ ์ฌ์ฉ ๊ถํ์ด ์์ต๋๋ค. ๊ธธ๋ ๋ง์คํฐ์๊ฒ ์์ฒญํ์ธ์. -20130904 to 20180523 +20130904 to 20180605 ๊ธธ๋์ฐฝ๊ณ ์ ์ฌ์ฉ ๊ถํ์ด ์์ต๋๋ค. You do not have permission to use guild storage. */ MSG_GUILD_STORAGE_PERMISSON_WARNING_MSG = 0x9c5, #endif #if PACKETVER >= 20130917 -/*20130917 to 20180523 +/*20130917 to 20180605 ํ์ ํ๋งค ๋ฑ๋ก์ฐฝ Limited Sale Registration Window */ MSG_BARGAINSALE_TOOLWND_TITLE = 0x9c6, -/*20130917 to 20180523 +/*20130917 to 20180605 ์์ดํ
DB๋ช
Item DB Name */ MSG_BARGAINSALE_TOOLWND_DB_NAME = 0x9c7, -/*20130917 to 20180523 +/*20130917 to 20180605 ์์ดํ
DB๋ฒํธ Item DB Number */ MSG_BARGAINSALE_TOOLWND_DB_NUMBER = 0x9c8, -/*20130917 to 20180523 +/*20130917 to 20180605 ํ๋งค ๊ฐฏ์ Number of Sale */ MSG_BARGAINSALE_TOOLWND_SELL_COUNT = 0x9c9, -/*20130917 to 20180523 +/*20130917 to 20180605 ํ๋งค ์์์๊ฐ Sale Start Time */ MSG_BARGAINSALE_TOOLWND_SELL_STARTTIME = 0x9ca, -/*20130917 to 20180523 +/*20130917 to 20180605 ํ๋งคํ ์๊ฐ Time to sell */ MSG_BARGAINSALE_TOOLWND_SELL_PERIODTIME = 0x9cb, -/*20130917 to 20180523 +/*20130917 to 20180605 ํ๋งคํ ๊ฐฏ์๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์ Please enter number you want to sell */ MSG_BARGAINSALE_TOOLWND_INPUT_COUNT_MSG = 0x9cc, -/*20130917 to 20180523 +/*20130917 to 20180605 ํ๋งค ์์์๊ฐ์ ์
๋ ฅํด ์ฃผ์ธ์ Enter start time of sale */ MSG_BARGAINSALE_TOOLWND_INPUT_STARTTIME_MSG = 0x9cd, -/*20130917 to 20180523 +/*20130917 to 20180605 ํ๋งค ์์์๊ฐ์ ๋ฒ์๊ฐ ๋ง์ง ์์ต๋๋ค Start time does not match the scope of sales. */ MSG_BARGAINSALE_TOOLWND_WRONG_RANGE_MSG = 0x9ce, -/*20130917 to 20180523 +/*20130917 to 20180605 ํ๋งคํ ์๊ฐ์ ์
๋ ฅํด ์ฃผ์ธ์ Please enter the time */ MSG_BARGAINSALE_TOOLWND_INPUT_PERIODTIME_MSG = 0x9cf, -/*20130917 to 20180523 +/*20130917 to 20180605 Item DB Name์ ์
๋ ฅํด ์ฃผ์ธ์ Please enter the Item DB Name */ MSG_BARGAINSALE_TOOLWND_INPUT_ITEMDBNAME_MSG = 0x9d0, -/*20130917 to 20180523 +/*20130917 to 20180605 Item ID ์กฐํ์ ์คํจํ์์ต๋๋ค. ํ์ธ ํ ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค Item ID lookup failed. Please try again later */ MSG_BARGAINSALE_TOOLWND_ITEMID_CHECK_FAILED_MSG = 0x9d1, -/*20130917 to 20180523 +/*20130917 to 20180605 >> ItemName : %s / Price : %dc / ์๋ : %d / ํ๋งค๊ธฐ๊ฐ : %d์:%d์ผ:%d์:%d๋ถ ~ %d์:%d์ผ:%d์:%d๋ถ >> ItemName: %s / Price: %dc / Quantity: %d / TimeOfSale: %dMonth:%dDay:%dMinute:%dSecond ~ %dMonth:%dDay:%dMinute:%dSecond */ MSG_BARGAINSALE_TOOLWND_RESULT_FORMAT = 0x9d2, -/*20130917 to 20180523 +/*20130917 to 20180605 ๋ฑ๋ก์ ์ฑ๊ณตํ์์ต๋๋ค Registration successful */ MSG_BARGAINSALE_TOOLWND_APPLY_SUCCESS_MSG = 0x9d3, -/*20130917 to 20180523 +/*20130917 to 20180605 ๋ฑ๋ก์ ์คํจํ์์ต๋๋ค. ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Registration failure. Please try again later. */ MSG_BARGAINSALE_TOOLWND_APPLY_FAILED_MSG = 0x9d4, -/*20130917 to 20180523 +/*20130917 to 20180605 ์ด๋ฏธ ๋ฑ๋ก๋ ์์ดํ
์ด ์์ต๋๋ค. ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Item has already been registered. Please try again later. */ MSG_BARGAINSALE_TOOLWND_ALREADY_REGISTERED_MSG = 0x9d5, -/*20130917 to 20180523 +/*20130917 to 20180605 ์์ดํ
์ญ์ ์ ์คํจ ํ์์ต๋๋ค. ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Failed to delete the item. Please try again later. */ MSG_BARGAINSALE_TOOLWND_DELETE_FAILED_MSG = 0x9d6, -/*20130917 to 20180523 +/*20130917 to 20180605 %s ์์ดํ
์ด ์ญ์ ๋์์ต๋๋ค. %s item has been deleted. */ MSG_BARGAINSALE_TOOLWND_DELETE_SUCCESS_MSG = 0x9d7, -/*20130917 to 20180523 +/*20130917 to 20180605 ํน๊ฐ Special */ MSG_BARGAINSALE_CASHSHOP_TAB_NAME = 0x9d8, -/*20130917 to 20180523 +/*20130917 to 20180605 ํ์ ํ๋งค ์์ดํ
ํ๋งค์๋ ๊ฐฑ์ Sales limited sale item update */ MSG_BARGAINSALE_CASHSHOP_REFRESH_BTN_TOOLTIP = 0x9d9, -/*20130917 to 20180523 +/*20130917 to 20180605 ํ๋งค์ข
๋ฃ Discontinued */ MSG_BARGAINSALE_CASHSHOP_TIMER = 0x9da, -/*20130917 to 20180523 +/*20130917 to 20180605 ์๋๊ฐฑ์ ์ด ํ์ํฉ๋๋ค Quantity update is required */ MSG_BARGAINSALE_CASHSHOP_REFRESH_MSG = 0x9db, -/*20130917 to 20180523 +/*20130917 to 20180605 ์ฌ๊ณ ๊ฐ ๋ถ์กฑํ์ฌ %d ๊ฐ ๋งํผ๋ง ๊ตฌ์
ํฉ๋๋ค The %d is out of stock or to buy as much as */ MSG_BARGAINSALE_CASHSHOP_CHECK_COUNT_MSG = 0x9dc, -/*20130917 to 20180523 +/*20130917 to 20180605 %s ์์ดํ
์ ํน๊ฐํ๋งค๊ฐ ์์๋์์ต๋๋ค %s Items are on sale */ MSG_BARGAINSALE_START_MSG = 0x9dd, -/*20130917 to 20180523 +/*20130917 to 20180605 %s ์์ดํ
์ ๋งค์ง ๋๋ ํ๋งค์๊ฐ๋ง๋ฃ๋ก ์ธํด ํ์ ํ๋งค๊ฐ ์ข
๋ฃ๋์์ต๋๋ค %s time-out or sale of the items sold has been shut down due to the limited sales */ MSG_BARGAINSALE_CLOSE_MSG = 0x9de, -/*20130917 to 20180523 +/*20130917 to 20180605 /ํ์ ํ๋งค /limitedsale */ MSG_BARGAINSALE_TOOLWND_CALL = 0x9df, #endif #if PACKETVER >= 20131002 -/*20131002 to 20180523 +/*20131002 to 20180605 http://www.ragnarokeurope.com/news/home-r70.html */ MSG_FRANCE_CASHSHOP_URL = 0x9e0, -/*20131002 to 20180523 +/*20131002 to 20180605 http://www.ragnarokeurope.com/index.php?rubrique=70&Steam */ MSG_FRANCE_CASHSHOP_URL_STEAM = 0x9e1, #endif #if PACKETVER >= 20131016 -/*20131016 to 20180523 +/*20131016 to 20180605 ๊ตฌ์
์ ์ฑ๊ณตํ ํ๋ชฉ Item purchase successful */ MSG_PARA_RESULT_TITLE = 0x9e2, -/*20131016 to 20180523 +/*20131016 to 20180605 ์ฃผ๋ฌธ๋์ด ์ฌ๊ณ ๋์ ์ด๊ณผํ์์ต๋๋ค. You do not have enough items. */ MSG_PARA_WRONG_PURCHASE_COUNT_MSG = 0x9e3, -/*20131016 to 20180523 +/*20131016 to 20180605 ์ด๋ํ ์ ์๋ ์ผ๋ฆญํฐ ์ด๋ฆ์
๋๋ค. Name of the character that cannot be invited. */ MSG_PARTY_INVITE = 0x9e4, -/*20131016 to 20180523 +/*20131016 to 20180605 ๊ธธ๋์ด๋ํ ์ ์๋ ์ผ๋ฆญํฐ ์ด๋ฆ์
๋๋ค. You cannot invite the character to the guild. */ MSG_GUILD_INVITE = 0x9e5, -/*20131016 to 20180523 +/*20131016 to 20180605 ์ผ๋ถ ํ๋ชฉ์ ์ด๋ฏธ ํ๋งค๋์ด ๊ตฌ์
์ ์คํจํ์์ต๋๋ค. Item already Sold,Purchase Failed. */ MSG_PARA_PURCHASE_ITEM_FAIL = 0x9e6, #endif #if PACKETVER >= 20131030 -/*20131030 to 20180523 +/*20131030 to 20180605 ํ์ฌ ์์น์์ ์ํ ์ฅ์๋ฅผ ๊ธฐ์ต ํ ์ ์์ต๋๋ค. The warp spot cannot be memorized in current position. */ MSG_NOWARPSKILL2 = 0x9e7, -/*20131030 to 20180523 +/*20131030 to 20180605 ๋ฌด๊ฒ๊ฐ ์ด๊ณผ๋์ด ์์ดํ
์ ๊ตฌ๋งคํ ์ ์์ต๋๋ค. Cannot purchase item, You exceeded the weight. */ MSG_PARA_PURCHASE_ITEM_WEIGHT = 0x9e8, -/*20131030 to 20180523 +/*20131030 to 20180605 No. */ MSG_GUILD_STORAGE_NUMBER = 0x9e9, -/*20131030 to 20180523 +/*20131030 to 20180605 ์์ดํ
Item */ MSG_GUILD_STORAGE_ITEM = 0x9ea, -/*20131030 to 20180523 +/*20131030 to 20180605 ๊ฐ์ Number */ MSG_GUILD_STORAGE_ITEM_COUNT = 0x9eb, -/*20131030 to 20180523 +/*20131030 to 20180605 ์ด๋ฆ Name */ MSG_GUILD_STORAGE_USER_NAME = 0x9ec, -/*20131030 to 20180523 +/*20131030 to 20180605 ์๊ฐ Time */ MSG_GUILD_STORAGE_LOG_TIME = 0x9ed, -/*20131030 to 20180523 +/*20131030 to 20180605 ์
/์ถ Input/Output */ MSG_GUILD_STORAGE_ITEM_IN_OUT = 0x9ee, -/*20131030 to 20180523 +/*20131030 to 20180605 ๋ก๊ทธ๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. Log does not exist. */ MSG_GUILD_STORAGE_LOG_FINISH = 0x9ef, -/*20131030 to 20180523 +/*20131030 to 20180605 ์ ์ฒด Entire */ MSG_GUILD_STORAGE_LOG_ALL = 0x9f0, -/*20131030 to 20180523 +/*20131030 to 20180605 ๋ฃ ๊ธฐ Insert Symbol */ MSG_GUILD_STORAGE_LOG_IN = 0x9f1, -/*20131030 to 20180523 +/*20131030 to 20180605 ๋นผ ๊ธฐ Remaining Time */ MSG_GUILD_STORAGE_LOG_OUT = 0x9f2, #endif #if PACKETVER >= 20131106 -/*20131106 to 20180523 +/*20131106 to 20180605 ๊ธธ๋ ์ฐฝ๊ณ ๋ด์ญ Guild Storage Logs */ MSG_GUILD_STORAGE_LOG_WND_NAME = 0x9f3, -/*20131106 to 20180523 +/*20131106 to 20180605 ๋ด์ญ์ ์ต๊ทผ 100๊ฐ๋ง ํ์๋ฉ๋๋ค. 100 entries are displayed. */ @@ -16015,157 +16015,157 @@ Guild Storage Logs #if PACKETVER >= 20131120 /*20131120 to 20131120 %s : +%d -20131127 to 20180523 +20131127 to 20180605 ๊ธธ๋์ฐฝ๊ณ ์ ์ฌ์ฉ ์๊ฐ 2๋ถ์ด ๊ฒฝ๊ณผ๋์ด ์๋์ผ๋ก ์ข
๋ฃ๋ฉ๋๋ค. Guild Storage is open only for 2 minutes, and will close automatically. */ MSG_GUILD_STORAGE_CLOSE_TIMEOUT = 0x9f5, #endif #if PACKETVER >= 20131204 -/*20131204 to 20180523 +/*20131204 to 20180605 Incorrect GameSamba ID. Please Try Again. */ MSG_INCORRECT_GAMESAMBEID = 0x9f6, -/*20131204 to 20180523 +/*20131204 to 20180605 %s [%d์ต์
] : %d ๊ฐ %s [%d Option]: %d Quantity */ MSG_EA5 = 0x9f7, #endif #if PACKETVER >= 20131211 -/*20131211 to 20180523 +/*20131211 to 20180605 ์ฝ์ธ์ด ํ์ํฉ๋๋ค. Requires a Coin. */ MSG_USESKILL_FAIL_COINTS = 0x9f8, -/*20131211 to 20180523 +/*20131211 to 20180605 ์ฝ์ธ์ด %d ๊ฐ๊ฐ ํ์ํฉ๋๋ค. %d Coins are required. */ MSG_USESKILL_FAIL_COINTS_NUM = 0x9f9, -/*20131211 to 20180523 +/*20131211 to 20180605 ๊ฐํ๋ง๊ฑด ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Gatling Gun should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_GATLING = 0x9fa, -/*20131211 to 20180523 +/*20131211 to 20180605 ์ท๊ฑด ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Shotguns should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_SHOTGUN = 0x9fb, -/*20131211 to 20180523 +/*20131211 to 20180605 ๋ผ์ดํ ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Rifle should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_RIFLE = 0x9fc, -/*20131211 to 20180523 +/*20131211 to 20180605 ๋ฆฌ๋ณผ๋ฒ ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Pair of Revolver should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_HANDGUN = 0x9fd, -/*20131211 to 20180523 +/*20131211 to 20180605 ์ฑ์์ฑ ๋ธ๋ฆฟ์ ์ฅ์ฐฉํด์ผ ํฉ๋๋ค [Silver Bullet] weapon class must be equipped. */ MSG_FAIL_NEED_EQUIPPED_PROPERTY_SAINT_BULLET = 0x9fe, -/*20131211 to 20180523 +/*20131211 to 20180605 ์์ดํ
ํ๋งค ๋ด์ญ Item Sell History */ MSG_MERCHANT_SOLD_ITEM_LOG = 0x9ff, -/*20131211 to 20180523 +/*20131211 to 20180605 ์์ดํ
๊ตฌ๋งค ๋ด์ญ Item Purchase History */ MSG_MERCHANT_ITEM_BUY_LOG = 0xa00, #endif #if PACKETVER >= 20131218 -/*20131218 to 20180523 +/*20131218 to 20180605 ๊ทธ๋ ๋ค์ด๋๋ฐ์ณ ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Grenade Launcher should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_GRANADE = 0xa01, -/*20131218 to 20180523 +/*20131218 to 20180605 [ํํธ๋ฐฐ๋ด],[๋งค๋๋์ค ์บ์ฌ๋ฌ],[ํ๋ํฐ๋ ์ํฐ] ์ ํจ๊ณผ๋ค์ ์ค์ฒฉํ์ฌ ์ฌ์ฉํ ์ ์์ต๋๋ค. [Heat barrel],[Last Stand],[Platinum Alter] cannot be used while sitting. */ MSG_FAIL_DUPLICATE_HEAT_BARREL_GS_MADNESSCANCEL_P_ALTER = 0xa02, #endif #if PACKETVER >= 20131223 -/*20131223 to 20180523 +/*20131223 to 20180605 ํ์ฌ ๋งต์์๋ ์ฌ์ฉํ ์ ์๋ ์คํฌ์
๋๋ค. Cannot use skill in this map. */ MSG_USESKILL_FAIL_MAP = 0xa03, #endif #if PACKETVER >= 20140108 -/*20140108 to 20180523 +/*20140108 to 20180605 ๊ธธ๋ ์ฐฝ๊ณ ๋ฅผ ์ด์ฉ์ค์ธ ๊ฒฝ์ฐ ์ฐฝ๊ณ ์ ๋ชจ๋ ์์ดํ
์ด ์ฌ๋ผ์ง๊ฒ ๋ฉ๋๋ค. If you are using a guild storage, all items inside it will disappear. */ MSG_GUILD_STORAGE_WARNING = 0xa04, #endif #if PACKETVER >= 20140115 -/*20140115 to 20180523 +/*20140115 to 20180605 http://ragnarok.gamesamba.com/paytest.html http://ragnarok.gamesamba.com/ */ MSG_AMERICA_CASHSHOP_URL_GAMESAMBA = 0xa05, -/*20140115 to 20180523 +/*20140115 to 20180605 ๋ก๊ทธ์ธ์ ์ํด ํจ์ค์๋๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter a password to login. */ MSG_SECOND_PASSWORD_INFO_4 = 0xa06, #endif #if PACKETVER >= 20140129 -/*20140129 to 20180523 +/*20140129 to 20180605 ํซ ์งํ Pet Evolution */ MSG_PET_EVOLUTION = 0xa07, -/*20140129 to 20180523 +/*20140129 to 20180605 ์งํ - %s Evolution - %s */ MSG_PET_EVOLUTION_WITH_PET_NAME = 0xa08, -/*20140129 to 20180523 +/*20140129 to 20180605 ์งํ์๋ ๋ค์์ ์ฌ๋ฃ๊ฐ ํ์ํฉ๋๋ค. Evolution requires the following ingredients: */ MSG_PET_EVOLUTION_NEED_ITEM = 0xa09, -/*20140129 to 20180523 +/*20140129 to 20180605 ์งํ ํ์๊ฒ ์ต๋๊น? Are you sure you want to evolve your pet? */ MSG_DO_YOU_WANT_TO_EVOLVE_PET = 0xa0a, -/*20140129 to 20180523 +/*20140129 to 20180605 ์ ์ ์๋ ์ค๋ฅ Unknown Error */ MSG_PET_EVOLUTION_FAIL_UNKNOWN = 0xa0b, -/*20140129 to 20180523 +/*20140129 to 20180605 ์ํ๋ํซ์ ๊ฐ๊ณ ์์ง ์์ต๋๋ค. Pet Cannot be hatched. */ MSG_PET_EVOLUTION_FAIL_NOTEXIST_CALLPET = 0xa0c, -/*20140129 to 20180523 +/*20140129 to 20180605 ์์ฒญํ ๊ฒ์ด ํซ์์ด ์๋๋๋ค. It is not requested petal. */ MSG_PET_EVOLUTION_FAIL_NOT_PETEGG = 0xa0d, /*20140129 to 20140205 ์งํ๊ฐ ๋ถ๊ฐ๋ฅํ ์์ฒญ์
๋๋ค. -20140212 to 20180523 +20140212 to 20180605 ์งํ ์ฌ๋ฃ๊ฐ ๋ถ์กฑํฉ๋๋ค. Evolution material is low. */ MSG_PET_EVOLUTION_FAIL_RECIPE = 0xa0e, -/*20140129 to 20180523 +/*20140129 to 20180605 ์งํ์ ํ์ํ ์ฌ๋ฃ๊ฐ ๋ถ์กฑํฉ๋๋ค. Insufficient materials for evolution. */ MSG_PET_EVOLUTION_FAIL_MATERIAL = 0xa0f, -/*20140129 to 20180523 +/*20140129 to 20180605 ์น๋ฐ๋๊ฐ ์ ์น์ธ ์ํ์์๋ง ์งํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. Loyal Intimacy is required to evolve. */ @@ -16174,111 +16174,111 @@ Loyal Intimacy is required to evolve. #if PACKETVER >= 20140212 /*20140212 to 20170830 ์๋ ๋จน์ด ์ฃผ๊ธฐ -20170906 to 20180523 +20170906 to 20180605 ํซ ์๋ ๋จน์ด ์ฃผ๊ธฐ Automatic feeding */ MSG_PET_AUTO_FEEDING = 0xa11, -/*20140212 to 20180523 +/*20140212 to 20180605 ํซ์๊ฒ ๋จน์ด๋ฅผ ์ฃผ์์ต๋๋ค. '%s' ์์ฌ๋ %d๊ฐ Feeding the pet. %d '%d' remaining */ MSG_PET_AUTO_FEEDING_REST = 0xa12, /*20140212 to 20170830 ์๋ ๋จน์ด ์ฃผ๊ธฐ ํ์ฑํ On -20170906 to 20180523 +20170906 to 20180605 ํซ ์๋ ๋จน์ด ์ฃผ๊ธฐ ํ์ฑํ On Automatic feeding turned On */ MSG_PET_AUTO_FEEDING_ON = 0xa13, /*20140212 to 20170830 ์๋ ๋จน์ด ์ฃผ๊ธฐ ํ์ฑํ Off -20170906 to 20180523 +20170906 to 20180605 ํซ ์๋ ๋จน์ด ์ฃผ๊ธฐ ํ์ฑํ Off Automatic feeding turned Off */ MSG_PET_AUTO_FEEDING_OFF = 0xa14, -/*20140212 to 20180523 +/*20140212 to 20180605 ๊ฐฑ์ Update */ MSG_REFRESH = 0xa15, /*20140212 to 20140702 %d ๋ถ์ -20140709 to 20180523 +20140709 to 20180605 %d ๋ถ ์ %d minutes ago */ MSG_TIME_LINE_MINUTE = 0xa16, /*20140212 to 20140702 %d ์๊ฐ์ -20140709 to 20180523 +20140709 to 20180605 %d ์๊ฐ ์ %d hours ago */ MSG_TIME_LINE_HOUR = 0xa17, /*20140212 to 20140702 %d ์ผ์ -20140709 to 20180523 +20140709 to 20180605 %d ์ผ ์ %d days ago */ MSG_TIME_LINE_DAY = 0xa18, #endif #if PACKETVER >= 20140319 -/*20140319 to 20180523 +/*20140319 to 20180605 %d%% ( Premium %d%% + %s Server ) %d%%% ( Premium %d%%% + %s Server ) */ MSG_BASIC_EXP_MSG_PH = 0xa19, #endif #if PACKETVER >= 20140326 -/*20140326 to 20180523 +/*20140326 to 20180605 ์ฐํธ ๋ฐ์ก Mailed */ MSG_SEND_MAIL = 0xa1a, -/*20140326 to 20180523 +/*20140326 to 20180605 ๋ฉ์ผ์ด ์ ์ก๋์์ต๋๋ค. Your mail has been sent. */ MSG_MAIL_SENT = 0xa1b, -/*20140326 to 20180523 +/*20140326 to 20180605 ์์ดํ
์ด ์ธ๋ฒคํ ๋ฆฌ๋ก ์ด๋๋์์ต๋๋ค. This item has been moved to the inventory. */ MSG_GET_ITEMS_FROM_MAIL_SUCCEED = 0xa1c, -/*20140326 to 20180523 +/*20140326 to 20180605 ์์ดํ
๋ฐ๊ธฐ๊ฐ ์คํจํ์์ต๋๋ค. Failed to get items. */ MSG_GET_ITEMS_FROM_MAIL_FAILED = 0xa1d, -/*20140326 to 20180523 +/*20140326 to 20180605 ์ธ๋ฒคํ ๋ฆฌ๋ฅผ ๋น์์ฃผ์ธ์ Please empty your inventory. */ MSG_GET_ITEMS_FROM_MAIL_OVERWEIGHT = 0xa1e, -/*20140326 to 20180523 +/*20140326 to 20180605 ์ ๋๋ฅผ ๋ฐ์์ต๋๋ค. Zeny received. */ MSG_GET_ZENY_FROM_MAIL_SUCCEED = 0xa1f, -/*20140326 to 20180523 +/*20140326 to 20180605 ์ ๋ ๋ฐ๊ธฐ๊ฐ ์คํจํ์์ต๋๋ค. Failed to get zeny. */ MSG_GET_ZENY_FROM_MAIL_FAILED = 0xa20, -/*20140326 to 20180523 +/*20140326 to 20180605 ์ ๋์ ํ๊ณ์น๋ฅผ ๋์์ต๋๋ค. Exceeded the limits of zenny. */ MSG_GET_ZENY_FROM_MAIL_OVERAMOUNT = 0xa21, -/*20140326 to 20180523 +/*20140326 to 20180605 ์์ดํ
์ฒจ๋ถ ์ฑ๊ณต Items attached success */ MSG_SET_ITEMS_TO_MAIL_SUCCEED = 0xa22, -/*20140326 to 20180523 +/*20140326 to 20180605 ๋ฐ๋ ์ฌ๋์ ์ด๋ฆ์ด ๋ฐ๋์ ๋ค์ด๊ฐ์ผ ํฉ๋๋ค. The name of the recipient must be included. */ @@ -16287,72 +16287,72 @@ The name of the recipient must be included. ์ ๋ชฉ์ ๊ธธ์ด๋ 4์์ด์ ์ด์ด์ผ ํฉ๋๋ค. 20140423 to 20141001 ์ ๋ชฉ์ ๊ธธ์ด๋ 4์์ด์ 16์ ์ดํ์ฌ์ผ ํฉ๋๋ค. -20141008 to 20180523 +20141008 to 20180605 ์ ๋ชฉ์ ๊ธธ์ด๋ ํ๊ธ 2์~25์, ์๋ฌธ 4์~50์ ์ด์ด์ผ ํฉ๋๋ค. The length of the title must be 4 to 50 characters long. */ MSG_INVALID_MAIL_TITLE_INFO = 0xa24, -/*20140326 to 20180523 +/*20140326 to 20180605 ๋ฉ์ผ ์ ์ก์ด ์คํจํ์์ต๋๋ค. Mail delivery failed. */ MSG_FAILED_SEND_MAIL = 0xa25, -/*20140326 to 20180523 +/*20140326 to 20180605 ์ ์ ํ์ง ๋ชปํ ์์ดํ
์ผ๋ก ์ ์ก ์คํจํ์์ต๋๋ค. Transmission has failed to inappropriate items. */ MSG_FAILED_SEND_MAIL_ITEM = 0xa26, -/*20140326 to 20180523 +/*20140326 to 20180605 ๋ฐ๋ ์ฌ๋์ ์ ๋ณด๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. Information of the recipient does not exist. */ MSG_FAIELD_SEND_MAIL_TO = 0xa27, #endif #if PACKETVER >= 20140402 -/*20140402 to 20180523 +/*20140402 to 20180605 %s [%d์ต์
] %s [%d Option] */ MSG_EA6 = 0xa28, -/*20140402 to 20180523 +/*20140402 to 20180605 ๋ ๋ฒจ์ 1~%d ์ฌ์ด์ ์ซ์๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์. Level, enter a number between 1 and %d. */ MSG_PARTY_BOOKING_ERR5R2 = 0xa29, #endif #if PACKETVER >= 20140409 -/*20140409 to 20180523 +/*20140409 to 20180605 ์์ง์ฐฝ์ ์ฌ์ ๊ณต๊ฐ์ ํ๋ณดํด์ฃผ์ธ์. Please free the window possessing space. */ MSG_ITEM_WND_OVERFULL = 0xa2a, /*20140409 to 20140416 ์์ ์์ ๋ฉ์ผ ๋ณด๊ด ์ฉ๋์ด ์ด๊ณผ๋์์ต๋๋ค. -20140423 to 20180523 +20140423 to 20180605 ๋ฉ์ผ ๋ณด๋ด๊ธฐ ํ์๊ฐ ์ด๊ณผ๋์์ต๋๋ค. Sending mail count exceeded. */ MSG_FAILED_MAIL_LIMIT_CNT = 0xa2b, #endif #if PACKETVER >= 20140416 -/*20140416 to 20180523 +/*20140416 to 20180605 ๋ฉ์ผ์ ์ด ์ ์์ต๋๋ค. You can not open the mail. */ MSG_FAILED_TO_WRITE_MAIL = 0xa2c, -/*20140416 to 20180523 +/*20140416 to 20180605 You are currently joined in CLan !! You are currently joined in Clan !! */ MSG_JOINED_IN_CLAN = 0xa2d, -/*20140416 to 20180523 +/*20140416 to 20180605 ๊ณจ๋ PC๋ฐฉ ๋ง์ผ๋ฆฌ์ง ์ ๋ณด Gold PC rooms mileage information */ MSG_GOLDPCCAFE_MILEAGE = 0xa2e, #endif #if PACKETVER >= 20140423 -/*20140423 to 20180523 +/*20140423 to 20180605 ํซ ์ก์ธ์๋ฆฌ๋ฅผ ํด์ ํด์ผ ์งํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. Unequip pet accessories first to start evolution */ @@ -16361,7 +16361,7 @@ Unequip pet accessories first to start evolution / %d ๋ถํ 20140508 to 20140702 %d ๋ถํ -20140709 to 20180523 +20140709 to 20180605 %d ๋ถ ํ %d minutes later */ @@ -16370,7 +16370,7 @@ Unequip pet accessories first to start evolution / %d ์๊ฐํ 20140508 to 20140702 %d ์๊ฐํ -20140709 to 20180523 +20140709 to 20180605 %d ์๊ฐ ํ %d hours later */ @@ -16379,49 +16379,49 @@ Unequip pet accessories first to start evolution / %d ์ผํ 20140508 to 20140702 %d ์ผํ -20140709 to 20180523 +20140709 to 20180605 %d ์ผ ํ %d days later */ MSG_TIME_LINE_DAY2 = 0xa32, -/*20140423 to 20180523 +/*20140423 to 20180605 ํ์ธ ๋ฒํผ์ ๋๋ฌ C-CODE๋ฅผ ํ์ธํ์ธ์. Press the OK button to confirm the C-CODE. */ MSG_INVALID_CCODE_INFO = 0xa33, -/*20140423 to 20180523 +/*20140423 to 20180605 ์ฒจ๋ถ๋ ๋ฌผํ์ ํ๋ ํ ์ญ์ ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. After obtaining the attached article can be deleted. */ MSG_FAILED_DELETE_MAIL = 0xa34, -/*20140423 to 20180523 +/*20140423 to 20180605 ํ์ฌ ๋ณด์ ์ ๋ ๋ณด๋ค ๋ง์ ์ ๋๋ฅผ ๋ณด๋ผ ์ ์์ต๋๋ค. You can not send any more zeny. */ MSG_FAILED_SEND_MAIL_ZENY = 0xa35, -/*20140423 to 20180523 +/*20140423 to 20180605 ์์๋ฃ : %s Zeny Fee: %s Zeny */ MSG_SEND_MAIL_COMMISSION = 0xa36, -/*20140423 to 20180523 +/*20140423 to 20180605 ๋ฐ๋ ์ฌ๋์ ์ด๋ฆ์ด ์กด์ฌํ์ง ์์ต๋๋ค. The recipient's name does not exist. */ MSG_FAILE_MAIL_RECIEVER_INFO = 0xa37, #endif #if PACKETVER >= 20140430 -/*20140430 to 20180523 +/*20140430 to 20180605 E X P : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%) EXP : %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%) */ MSG_TAIWAN_PERSONALINFO_EXPMSG = 0xa38, -/*20140430 to 20180523 +/*20140430 to 20180605 DROP : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%) DROP : %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%) */ MSG_TAIWAN_PERSONALINFO_DROPMSG = 0xa39, -/*20140430 to 20180523 +/*20140430 to 20180605 DEATH : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%) DEATH: %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%) */ @@ -16430,7 +16430,7 @@ DEATH: %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%) #if PACKETVER >= 20140514 /*20140514 to 20140528 ๋ณด์ ๊ฐ๋ฅํ ์ต๋ ๋ง์ผ๋ฆฌ์ง : %d -20140605 to 20180523 +20140605 to 20180605 ๊ณจ๋ PC๋ฐฉ ๋ง์ผ๋ฆฌ์ง๋ ์ต๋ %d์ ๊น์ง ๋ชจ์ ์ ์์ต๋๋ค. You can accumulate points of PC Gold-club up to %d points maximum. */ @@ -16440,39 +16440,39 @@ You can accumulate points of PC Gold-club up to %d points maximum. /*20140521 to 20140521 ์์ดํ
๋ฒ๋ฆฌ๊ธฐ๊ฐ ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. Items discard is imposible in server. -20140528 to 20180523 +20140528 to 20180605 ํด๋น ์๋ฒ์์ ์ฌ์ฉ ํ ์ ์๋ ๊ธฐ๋ฅ ์
๋๋ค This function can not be used on the server. */ MSG_RESTRAINT_OF_TRADE_1 = 0xa3c, -/*20140521 to 20180523 +/*20140521 to 20180605 ์๋ ์ด์ฉ์ด ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. Imposible to use in server. */ MSG_RESTRAINT_OF_TRADE_2 = 0xa3d, -/*20140521 to 20180523 +/*20140521 to 20180605 ์ฅ์
์ด์ฉ์ด ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. The auction is not available in server. */ MSG_RESTRAINT_OF_TRADE_3 = 0xa3e, -/*20140521 to 20180523 +/*20140521 to 20180605 ๊ฑฐ๋๊ฐ ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. The deal is imposible in server. */ MSG_RESTRAINT_OF_TRADE_4 = 0xa3f, /*20140521 to 20140521 ์์ดํ
ํธ์ง ๋ณด๋ด๊ธฐ๊ฐ ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. -20140528 to 20180523 +20140528 to 20180605 ์์ดํ
๋ฒ๋ฆฌ๊ธฐ๊ฐ ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. Items discard is imposible in server. */ MSG_RESTRAINT_OF_TRADE_5 = 0xa40, -/*20140521 to 20180523 +/*20140521 to 20180605 ์์ ํ๋งค ๊ธฐ๋ฅ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. Stores selling features are not available. */ MSG_RESTRAINT_OF_TRADE_6 = 0xa41, -/*20140521 to 20180523 +/*20140521 to 20180605 ์ํ๋ฌผ์ SP๊ฐ ๋ถ์กฑํฉ๋๋ค. The SP's summoned enough. */ @@ -16481,28 +16481,28 @@ The SP's summoned enough. #if PACKETVER >= 20140528 /*20140528 to 20140702 Weight : %s/%s -20140709 to 20180523 +20140709 to 20180605 %s/%s */ MSG_SEND_MAIL_WEIGHT = 0xa43, -/*20140528 to 20180523 +/*20140528 to 20180605 ๋ฉ์ผ ๋ด์ฉ์ ์ต๋ ๊ธธ์ด๋ 1K ์ดํ ์
๋๋ค. The maximum length of the message content is 1K. */ MSG_INVALID_MAIL_CONTENTS_INFO = 0xa44, -/*20140528 to 20180523 +/*20140528 to 20180605 ์์ดํ
์ฒจ๋ถ ์คํจ Failed to attach an item. */ MSG_SET_ITEMS_TO_MAIL_FAILED = 0xa45, -/*20140528 to 20180523 +/*20140528 to 20180605 ๋ฉ์ผ์ ์ฒจ๋ถํ ์ ์๋ ์์ดํ
์ ๋ฌด๊ฒ๊ฐ ์ด๊ณผ๋์์ต๋๋ค. The weight of the items that can be attached to mail has been exceeded. */ MSG_SET_ITEMS_TO_MAIL_OVER_WEIGHT = 0xa46, #endif #if PACKETVER >= 20140611 -/*20140611 to 20180523 +/*20140611 to 20180605 ์ด๋ฏธ ์๋น์ค ์ค์
๋๋ค. ์ ์ ํ ๋ค์ ์๋ํด ์ฃผ์ธ์. Is already in service. Please try again in a few minutes. */ @@ -16511,55 +16511,55 @@ Is already in service. Please try again in a few minutes. #if PACKETVER >= 20140618 /*20140618 to 20140924 ํ์์ ๋ฃฐ๋ ์ฐฝ์ ์ด ์ ์์ต๋๋ค. -20141001 to 20180523 +20141001 to 20180605 ํ์ด์ ๋ฃฐ๋ ์ฐฝ์ ์ด ์ ์์ต๋๋ค. Unable to open the window of Lucky Roulette. */ MSG_FAILED_OPEN_ROULLETTE = 0xa48, /*20140618 to 20140924 ํ์์ ๋ฃฐ๋ ์ฐฝ์ ๋ซ์ ์ ์์ต๋๋ค. -20141001 to 20180523 +20141001 to 20180605 ํ์ด์ ๋ฃฐ๋ ์ฐฝ์ ๋ซ์ ์ ์์ต๋๋ค. Unable to close the window of the Lucky Roulette. */ MSG_FAILED_CLOSE_ROULLETTE = 0xa49, /*20140618 to 20140924 ํ์์ ๋ฃฐ๋ ์ ์์ ํ ์ ์์ต๋๋ค. -20141001 to 20180523 +20141001 to 20180605 ํ์ด์ ๋ฃฐ๋ ์ ์์ ํ ์ ์์ต๋๋ค. You can not start a roulette wheel of fortune. */ MSG_FAILED_GENERATE_ROULLETTE = 0xa4a, /*20140618 to 20140924 ํ์์ ๋ฃฐ๋ ์ ์์ํ๊ธฐ ์ํด์๋ ํฌ์ธํธ๊ฐ ํ์ํฉ๋๋ค. -20141001 to 20180523 +20141001 to 20180605 ํ์ด์ ๋ฃฐ๋ ์ ์์ํ๊ธฐ ์ํด์๋ ํฌ์ธํธ๊ฐ ํ์ํฉ๋๋ค. Points is required to play Lucky Roulette. */ MSG_NOT_ENOUGH_ROULLETTE_POINT = 0xa4b, -/*20140618 to 20180523 +/*20140618 to 20180605 ๋น์ฒจ๋ ์์ดํ
์ ์๋ นํ ์ ์์ต๋๋ค. You can not receive a winning items. */ MSG_FAILED_RECV_ITEM = 0xa4c, #endif #if PACKETVER >= 20140625 -/*20140625 to 20180523 +/*20140625 to 20180605 ์ธ๋ฒคํ ๋ฆฌ์ ์์ดํ
๊ฐ์๊ฐ ์ด๊ณผ๋์์ต๋๋ค. The number of items in the inventory has been exceeded. */ MSG_FAILED_RECV_ITEM_OVERCOUNT = 0xa4d, -/*20140625 to 20180523 +/*20140625 to 20180605 ๋ฌด๊ฒ๊ฐ ์ด๊ณผํ์์ต๋๋ค. ์์ง์ฐฝ์ ์ฌ์ ๊ณต๊ฐ์ ํ๋ณดํด์ฃผ์ธ์. The weight has been exceeded. Please free up the possesion window. */ MSG_FAILED_RECV_ITEM_OVERWEIGHT = 0xa4e, -/*20140625 to 20180523 +/*20140625 to 20180605 ๋
ธ์ ๊ฐ์ค ์คํจ. Failed to open stalls. */ MSG_MERCHANTSHOP_MAKING_FAIL = 0xa4f, -/*20140625 to 20180523 +/*20140625 to 20180605 ๋ฃฐ๋ ์ด ๋๊ณ ์์ต๋๋ค. ๊ฒฝํ์ ํ์ธ ํ์ ๋ค์ ์๋ํด์ฃผ์ธ์. The roulette wheel is spinning. Please try again after checking with prizes. */ @@ -16568,55 +16568,55 @@ The roulette wheel is spinning. Please try again after checking with prizes. #if PACKETVER >= 20140702 /*20140702 to 20140917 ํ์์ ๋ฃฐ๋ -20140924 to 20180523 +20140924 to 20180605 ํ์ด์ ๋ฃฐ๋ Lucky Roulette */ MSG_ROULLETTE_WND = 0xa51, -/*20140702 to 20180523 +/*20140702 to 20180605 ์์ดํ
ํ๋งค ์ ์๋ฆฌ๋ก ์๋ฆผ Notify when item sell out */ MSG_SOUNDEFFECT_ITEMSELLWND = 0xa52, #endif #if PACKETVER >= 20140709 -/*20140709 to 20180523 +/*20140709 to 20180605 ์์๋ฃ๋ฅผ ํ์ธํด์ฃผ์ธ์. Please check the fees. */ MSG_FAILED_SEND_MAIL_ITEMS = 0xa53, /*20140709 to 20140716 ์ ์ ์ด๋ฆํ์ธ -20140723 to 20180523 +20140723 to 20180605 ์ ์ ์ด๋ฆ ํ์ธ Verify user name */ MSG_CHECK_USER_NAME = 0xa54, -/*20140709 to 20180523 +/*20140709 to 20180605 ์ญ์ ์์ Schedule deletion */ MSG_DELETE_DUE_DATE = 0xa55, #endif #if PACKETVER >= 20140723 -/*20140723 to 20180523 +/*20140723 to 20180605 ๋ฌ์ฑ๊ณผ์ Achievable challenge */ MSG_ACHIEVEMENT_SYSTEM = 0xa56, -/*20140723 to 20180523 +/*20140723 to 20180605 ๋ฌ์ฑ์ด์ Achieve overall */ MSG_ACHIEVEMENT_TOTAL_SCORE = 0xa57, -/*20140723 to 20180523 +/*20140723 to 20180605 ๋ฌ์ฑ๋ฑ๊ธ Achieve rank */ MSG_ACHIEVEMENT_GRADE = 0xa58, /*20140723 to 20150217 ๋ค์ ๋ณด์๋ฐ์ค๊น์ง [%5d]์ -20150225 to 20180523 +20150225 to 20180605 ๋ค์ ๋ฌ์ฑ๋ฑ๊ธ๊น์ง [%5d]์ The following compensation box until [% 5d] point */ @@ -16624,7 +16624,7 @@ The following compensation box until [% 5d] point /*20140723 to 20140723 ๊ฐ์ Overview -20140730 to 20180523 +20140730 to 20180605 ์ง์ฒ์ํฉ Progress */ @@ -16632,7 +16632,7 @@ Progress /*20140723 to 20140723 ์ผ๋ฐ General -20140730 to 20180523 +20140730 to 20180605 ์ต๊ทผ ๋ฌ์ฑ ์
์ Recent Achievements */ @@ -16642,7 +16642,7 @@ Recent Achievements Role 20140730 to 20140924 ๊ฐ๋ค๋ ์ด๋งค ํ๋ชฉ -20141001 to 20180523 +20141001 to 20180605 ไป่ฒ ํ๋ชฉ Cracker Item */ @@ -16652,7 +16652,7 @@ Cracker Item Action 20140730 to 20140924 ๊ฐ๋ค๋ ์ด๋งค : %d / %d GD -20141001 to 20180523 +20141001 to 20180605 ไป่ฒ : %d / %d Cracker : %d / %d */ @@ -16662,7 +16662,7 @@ Cracker : %d / %d Battle 20140730 to 20140924 ๊ฐ๋ค๋ ์ด๋งค๊ฐ ๋ถ์กฑํฉ๋๋ค. -20141001 to 20180523 +20141001 to 20180605 ไป่ฒ๊ฐ ๋ถ์กฑํฉ๋๋ค. Cracker is low. */ @@ -16672,7 +16672,7 @@ Cracker is low. Adventure 20140730 to 20140924 %s GD -20141001 to 20180523 +20141001 to 20180605 %s %s */ @@ -16680,7 +16680,7 @@ Adventure /*20140723 to 20140723 ๊ฒฐํฌ Duel -20140813 to 20180523 +20140813 to 20180605 ๊ฐ์ Overview */ @@ -16688,7 +16688,7 @@ Overview /*20140723 to 20140723 ์๋ จ Lily -20140813 to 20180523 +20140813 to 20180605 ์ผ๋ฐ General */ @@ -16696,7 +16696,7 @@ General /*20140723 to 20140723 ํ์คํธ Quest -20140813 to 20180523 +20140813 to 20180605 ์บ๋ฆญํฐ Role */ @@ -16704,7 +16704,7 @@ Role /*20140723 to 20140723 ์ํผ์๋ Episode -20140813 to 20180523 +20140813 to 20180605 ํ๋ Action */ @@ -16712,21 +16712,21 @@ Action /*20140723 to 20140723 ์ด๋ฒคํธ Evt -20140813 to 20180523 +20140813 to 20180605 ๊ธฐํ Other */ MSG_ACHIEVEMENT_TAB_GENERAL_REST = 0xa64, /*20140723 to 20140723 ํ๋ -20140813 to 20180523 +20140813 to 20180605 ๋ชจํ Adventure */ MSG_ACHIEVEMENT_TAB_ADVENTURE = 0xa65, /*20140723 to 20140723 ์ปค๋ฎค๋ํฐ -20140813 to 20180523 +20140813 to 20180605 ๋ฃฌ๋ฏธ๋๊ฐ์ธ Rune Midgarts */ @@ -16734,28 +16734,28 @@ Rune Midgarts /*20140723 to 20140723 ์ ๋ จ Refining -20140813 to 20180523 +20140813 to 20180605 ์๋ฐ์ธ ๋ฐ๋ Schwartzvald */ MSG_ACHIEVEMENT_TAB_ADVENTURE_SCHWARZWALD = 0xa67, /*20140723 to 20140723 ๊ฒฝ์ -20140813 to 20180523 +20140813 to 20180605 ์๋ฃจ๋ํ ์ธ Arunafeltz */ MSG_ACHIEVEMENT_TAB_ADVENTURE_ARUNAFELTZ = 0xa68, /*20140723 to 20140723 ์ํ -20140813 to 20180523 +20140813 to 20180605 ์ด๊ณ Commandment */ MSG_ACHIEVEMENT_TAB_ADVENTURE_ANOTHERWORLD = 0xa69, /*20140723 to 20140723 ์ถ์ -20140813 to 20180523 +20140813 to 20180605 ๋ก์ปฌ๋ผ์ด์ง Localizing */ @@ -16763,7 +16763,7 @@ Localizing /*20140723 to 20140723 ์์
Feat -20140813 to 20180523 +20140813 to 20180605 ๋์ Dungeon */ @@ -16771,7 +16771,7 @@ Dungeon /*20140723 to 20140723 ๋ฌ์ฑํ ๊ณผ์ Achieved challenge -20140813 to 20180523 +20140813 to 20180605 ์ ํฌ Battle */ @@ -16779,7 +16779,7 @@ Battle /*20140723 to 20140723 ์ง์ฒ์ํฉ Progress -20140813 to 20180523 +20140813 to 20180605 ๊ฒฐํฌ Duel */ @@ -16787,369 +16787,369 @@ Duel /*20140723 to 20140723 ์ต๊ทผ ๋ฌ์ฑ ์
์ Recent Achievements -20140813 to 20180523 +20140813 to 20180605 ์๋ จ Lily */ MSG_ACHIEVEMENT_TAB_BATTLE_TRAINING = 0xa6e, #endif #if PACKETVER >= 20140813 -/*20140813 to 20180523 +/*20140813 to 20180605 ํ์คํธ Quest */ MSG_ACHIEVEMENT_TAB_QUEST = 0xa6f, -/*20140813 to 20180523 +/*20140813 to 20180605 ์ํผ์๋ Episode */ MSG_ACHIEVEMENT_TAB_QUEST_EPISODE = 0xa70, -/*20140813 to 20180523 +/*20140813 to 20180605 ์ผ๋ฐ General */ MSG_ACHIEVEMENT_TAB_QUEST_GENERAL = 0xa71, -/*20140813 to 20180523 +/*20140813 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ Memorial */ MSG_ACHIEVEMENT_TAB_MEMORIAL = 0xa72, -/*20140813 to 20180523 +/*20140813 to 20180605 ๋ฏธ๋๊ฐ๋ฅด๋ Midgard */ MSG_ACHIEVEMENT_TAB_MEMORIAL_MIDGARD = 0xa73, -/*20140813 to 20180523 +/*20140813 to 20180605 ์ด๊ณ Commandment */ MSG_ACHIEVEMENT_TAB_MEMORIAL_ANOTHERWORLD = 0xa74, -/*20140813 to 20180523 +/*20140813 to 20180605 ๊ธฐํ Other */ MSG_ACHIEVEMENT_TAB_MEMORIAL_REST = 0xa75, -/*20140813 to 20180523 +/*20140813 to 20180605 ์์
Feat */ MSG_ACHIEVEMENT_TAB_ACHIEVEMENT = 0xa76, -/*20140813 to 20180523 +/*20140813 to 20180605 ๋ฌ์ฑํ ๊ณผ์ Achieved challenge */ MSG_ACHIEVEMENT_TAB_TOTAL = 0xa77, -/*20140813 to 20180523 +/*20140813 to 20180605 ๋ ์ด์ ์ถ๊ฐํ ์ ์์ต๋๋ค. You cannot add anymore. */ MSG_FAIL_ADD_ACHIEVEMENT_TRACING = 0xa78, -/*20140813 to 20180523 +/*20140813 to 20180605 < %s > ๋ฌ์ฑํ์์ต๋๋ค. < %S > achieved. */ MSG_NOTICE_COMPLETE_ACHIEVEMENT = 0xa79, #endif #if PACKETVER >= 20140827 -/*20140827 to 20180523 +/*20140827 to 20180605 only otp user login allow Only OTP users are allowed */ MSG_OTPUSER_ONLY = 0xa7a, #endif #if PACKETVER >= 20140917 -/*20140917 to 20180523 +/*20140917 to 20180605 ์ด ๋ฒํผ์ ๋๋ฅผ ์, ์ง์ ๋ ์ํ์ ๋ฐ๊ฒ๋๋ฉฐ ๋ฃฐ๋ ์ ์ด๊ธฐํ ๋ฉ๋๋ค. When this button pressed, you will receive a specified initialized roulette item. */ MSG_GET_ROULLETE_PRIZE = 0xa7b, -/*20140917 to 20180523 +/*20140917 to 20180605 ์ด ๋ฒํผ์ ๋๋ฅผ ์, ๊น๋นก์ด๋ ํ์ดํ์ ๋ผ์ธ๋ถํฐ ๋ฃฐ๋ ์ ์์ ํฉ๋๋ค. When this button pressed, the flashing arrows from the lines of the roulette wheel begins. */ MSG_NOTICE_NEXT_ROULLETE_STAGE = 0xa7c, -/*20140917 to 20180523 +/*20140917 to 20180605 ์นญํธ Style */ MSG_TITLE_EQUIPMENT = 0xa7d, -/*20140917 to 20180523 +/*20140917 to 20180605 ์นญํธ ํด์ Title release */ MSG_TAKEOFF_TITLE = 0xa7e, -/*20140917 to 20180523 +/*20140917 to 20180605 ๊ธธ๋ ์์ฑ์ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't create a Guild in this area. */ MSG_GUILD_MAKE_GUILD_NOT_PERMITTED_MAP = 0xa7f, -/*20140917 to 20180523 +/*20140917 to 20180605 ๊ธธ๋ ํด์ฒด๋ฅผ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't disband a Guild in this area. */ MSG_GUILD_DISORGANIZE_GUILD_NOT_PERMITTED_MAP = 0xa80, -/*20140917 to 20180523 +/*20140917 to 20180605 ๊ธธ๋ ๊ฐ์
์ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't join a Guild in this area. */ MSG_GUILD_JOIN_GUILD_NOT_PERMITTED_MAP = 0xa81, -/*20140917 to 20180523 +/*20140917 to 20180605 ๊ธธ๋ ํํด๋ฅผ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't leave a Guild in this area. */ MSG_GUILD_LEAVE_GUILD_NOT_PERMITTED_MAP = 0xa82, -/*20140917 to 20180523 +/*20140917 to 20180605 ๊ธธ๋์ ์ถ๋ฐฉ์ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't deport a Guild in this area. */ MSG_GUILD_EXPEL_GUILD_NOT_PERMITTED_MAP = 0xa83, -/*20140917 to 20180523 +/*20140917 to 20180605 ๊ธธ๋์ง์ ๋ณ๊ฒฝ์ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't change a Guild title in this area */ MSG_GUILD_POSITION_CHANGE_NOT_PERMITTED_MAP = 0xa84, -/*20140917 to 20180523 +/*20140917 to 20180605 ์์ดํ
์์ง๋์ 5์นธ์ด์ ๋น์์ฃผ์ธ์ Please empty at least 5 amount of possession in item window. */ MSG_NOT_ENOUGH_SPACE_IN_ITEM_BODY = 0xa85, -/*20140917 to 20180523 +/*20140917 to 20180605 E X P : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%) EXP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% ) */ MSG_JPN_PERSONALINFO_EXPMSG = 0xa86, -/*20140917 to 20180523 +/*20140917 to 20180605 DROP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%) DROP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% ) */ MSG_JPN_PERSONALINFO_DROPMSG = 0xa87, -/*20140917 to 20180523 +/*20140917 to 20180605 DEATH : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%) DEATH : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% ) */ MSG_JPN_PERSONALINFO_DEATHMSG = 0xa88, -/*20140917 to 20180523 +/*20140917 to 20180605 ์ฒจ๋ถํ ์ ์๋ ์์ดํ
์ ๊ฐฏ์๊ฐ ์ด๊ณผ๋์์ต๋๋ค. The number of items that can be attached is exceeded. */ MSG_SET_ITEMS_TO_MAIL_OVERCOUNT = 0xa89, -/*20140917 to 20180523 +/*20140917 to 20180605 ์์ดํ
๊ตฌ๋งค ์ ์๋ฆฌ๋ก ์๋ฆผ Notify when item purchased */ MSG_SOUNDEFFECT_ITEMBUYWND = 0xa8a, #endif #if PACKETVER >= 20140924 -/*20140924 to 20180523 +/*20140924 to 20180605 ์ฒจ๋ถํ ์ ์๋ ์์ดํ
์
๋๋ค. Unable to attach the items. */ MSG_ID_A8B = 0xa8b, #endif #if PACKETVER >= 20141001 -/*20141001 to 20180523 +/*20141001 to 20180605 ๊ฝ์ ๋น์ฒจ๋์์ผ๋ฏ๋ก ๋ค์ ์์ ๋จ๊ณ์ ๋ฃฐ๋ ์ ๋๋ฆฌ์ค ์ ์์ต๋๋ค. Because you can not win a slam room and turn the roulette of the next higher step. */ MSG_ID_A8C = 0xa8c, -/*20141001 to 20180523 +/*20141001 to 20180605 ๋ต์ฅ์ฐ๊ธฐ Replying */ MSG_ID_A8D = 0xa8d, -/*20141001 to 20180523 +/*20141001 to 20180605 ๋ด์ฉ์ฝ๊ธฐ Read more */ MSG_ID_A8E = 0xa8e, -/*20141001 to 20180523 +/*20141001 to 20180605 ๋ฉ์ผ์ญ์ Delete message */ MSG_ID_A8F = 0xa8f, -/*20141001 to 20180523 +/*20141001 to 20180605 ไป่ฒ : %d Crackers : %d */ MSG_ID_A90 = 0xa90, -/*20141001 to 20180523 +/*20141001 to 20180605 %s %s ไป่ฒ %s %s crackers */ MSG_ID_A91 = 0xa91, -/*20141001 to 20180523 +/*20141001 to 20180605 ไป่ฒ Crackers */ MSG_ID_A92 = 0xa92, -/*20141001 to 20180523 +/*20141001 to 20180605 Total : %d ไป่ฒ Total : %d Crackers */ MSG_ID_A93 = 0xa93, -/*20141001 to 20180523 +/*20141001 to 20180605 %d -> %s ไป่ฒ %d -> %s Crackers */ MSG_ID_A94 = 0xa94, -/*20141001 to 20180523 +/*20141001 to 20180605 %s ไป่ฒ %s Crackers */ MSG_ID_A95 = 0xa95, -/*20141001 to 20180523 +/*20141001 to 20180605 Current ไป่ฒ : %s Current Crackers : %s */ MSG_ID_A96 = 0xa96, -/*20141001 to 20180523 +/*20141001 to 20180605 %s : %s ไป่ฒ %s : %s Crackers */ MSG_ID_A97 = 0xa97, -/*20141001 to 20180523 +/*20141001 to 20180605 %10s ไป่ฒ %10s Crackers */ MSG_ID_A98 = 0xa98, -/*20141001 to 20180523 +/*20141001 to 20180605 Total : %s ไป่ฒ Total : %s Crackers */ MSG_ID_A99 = 0xa99, -/*20141001 to 20180523 +/*20141001 to 20180605 โป์์๋ฃ 3% / ์ต์ 1ไป่ฒ์ ์์๋ฃ ์ฐจ๊ฐ * Commission 3% / Minimum 1 Crackers comission deducted */ MSG_ID_A9A = 0xa9a, -/*20141001 to 20180523 +/*20141001 to 20180605 ไป่ฒ ์
๋๋ค. The Crackers. */ MSG_ID_A9B = 0xa9b, -/*20141001 to 20180523 +/*20141001 to 20180605 ^0000ffไป่ฒ ์ด์^000000์
๋๋ค. ์
๋ ฅ๊ธ์ก์ด ๋ง์ต๋๊น? ^0000ff more than crackers^000000Did you enter the correct amount? */ MSG_ID_A9C = 0xa9c, -/*20141001 to 20180523 +/*20141001 to 20180605 10์ตไป่ฒ์ด์ ์์ ํ์ธ Over than 10billions secure check */ MSG_ID_A9D = 0xa9d, -/*20141001 to 20180523 +/*20141001 to 20180605 10์ต ไป่ฒ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ 10์ต ไป่ฒ๋ก ํ๋งค๋ฉ๋๋ค. If you fill over 1 billion, the price will be automatically set as 10 billion Xianbei. */ MSG_ID_A9E = 0xa9e, -/*20141001 to 20180523 +/*20141001 to 20180605 9,999ไป่ฒ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ 9,999ไป่ฒ๋ก ํ๋งค๋ฉ๋๋ค. If you fill over 9,999 Xianbei, the price will automatically set as 9,999 Xianbei. */ MSG_ID_A9F = 0xa9f, -/*20141001 to 20180523 +/*20141001 to 20180605 ๊ฐ๊ฒฉ์ด 0 ไป่ฒ์ธ ์์ดํ
์ด ์กด์ฌ ํฉ๋๋ค. ์์ ์ ์ด์ ์์ต๋๋ค! There are items priced 0 Xianbei. You cannot open vending. */ MSG_ID_AA0 = 0xaa0, -/*20141001 to 20180523 +/*20141001 to 20180605 ์๋ ์บ๋ฆญํฐ๊ฐ ์ต๋ ๋ณด์ ไป่ฒ๋์ ์ด๊ณผํ์ฌ ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. The opponent is over the Xianbei limit. Trade failed. */ MSG_ID_AA1 = 0xaa1, -/*20141001 to 20180523 +/*20141001 to 20180605 %s ์์ดํ
์ ๊ฐ๊ฒฉ์ 10์ตไป่ฒ ์ดํ๋ก ์
๋ ฅํด ์ฃผ์ธ์. Please fill out %s item price less than 1 billion Xianbei. */ MSG_ID_AA2 = 0xaa2, -/*20141001 to 20180523 +/*20141001 to 20180605 %s : %s ไป่ฒ => %s EA %s: %s Xianbei => %s ea */ MSG_ID_AA3 = 0xaa3, -/*20141001 to 20180523 +/*20141001 to 20180605 ์ ํ ๊ธ์ก : %s ไป่ฒ Limited price: %s Xianbei */ MSG_ID_AA4 = 0xaa4, -/*20141001 to 20180523 +/*20141001 to 20180605 %s %s ไป่ฒ %d ๊ฐ %s %s %d Xianbei */ MSG_ID_AA5 = 0xaa5, -/*20141001 to 20180523 +/*20141001 to 20180605 %s %d๊ฐ๋ฅผ %d ไป่ฒ์ ํ๋งค ํ์์ต๋๋ค. ์์๋ฃ๋ 3%% ์
๋๋ค. %d %s are sold. In total %d Xianbei. 3%% charge will be imposed. */ MSG_ID_AA6 = 0xaa6, #endif #if PACKETVER >= 20141008 -/*20141008 to 20180523 +/*20141008 to 20180605 RODEX */ MSG_ID_AA7 = 0xaa7, -/*20141008 to 20180523 +/*20141008 to 20180605 SEND */ MSG_ID_AA8 = 0xaa8, -/*20141008 to 20180523 +/*20141008 to 20180605 RECEIVE */ MSG_ID_AA9 = 0xaa9, #endif #if PACKETVER >= 20141015 -/*20141015 to 20180523 +/*20141015 to 20180605 ๋ฉ์ผ ์์ฑ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Please close the mail compose window. */ MSG_ID_AAA = 0xaaa, #endif #if PACKETVER >= 20141022 -/*20141022 to 20180523 +/*20141022 to 20180605 ์๋ฒ์ ๊ทผ๊ฑฐ๋ถ(A) Server access denied(A) */ MSG_ID_AAB = 0xaab, -/*20141022 to 20180523 +/*20141022 to 20180605 ์๋ฒ์ ๊ทผ๊ฑฐ๋ถ(B) Server access denied(B) */ MSG_ID_AAC = 0xaac, #endif #if PACKETVER >= 20141112 -/*20141112 to 20180523 +/*20141112 to 20180605 ์ฅ์ฐฉ๋ ํ์ด/ํํ ์ ํด์ ํด์ผํฉ๋๋ค. Unequipped Arrow/Ammunition. */ MSG_ID_AAD = 0xaad, -/*20141112 to 20180523 +/*20141112 to 20180605 ์ธ๋ฒคํ ๋ฆฌ์ ์์ดํ
์ด ์๋ชจ๋์ด ๋ก๋ฑ์ค ์ฐ๊ธฐ์ฐฝ์ ๋ซ์ต๋๋ค. Consuming item in inventory will close mail compose window. */ MSG_ID_AAE = 0xaae, #endif #if PACKETVER >= 20141119 -/*20141119 to 20180523 +/*20141119 to 20180605 ์์งํ์ ๋๋ณด๊ธฐ๊ฐ ์์ต๋๋ค. Do not have Magnifier. */ MSG_ID_AAF = 0xaaf, #endif #if PACKETVER >= 20141210 -/*20141210 to 20180523 +/*20141210 to 20180605 ์์ดํ
์ ๋ฒ๋ฆด๋ ค๋ฉด ๋ฉ์ผ ์ฐ๊ธฐ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Close email window if you want to discard item. */ MSG_ID_AB0 = 0xab0, -/*20141210 to 20180523 +/*20141210 to 20180605 ์๋๋ฐฉ์ด ์น๊ตฌ ์์ฒญ์ค์
๋๋ค The opponent has already requested you to be a friend. */ MSG_ID_AB1 = 0xab1, #endif #if PACKETVER >= 20141217 -/*20141217 to 20180523 +/*20141217 to 20180605 SCRIPT ERROR AID */ MSG_ID_AB2 = 0xab2, @@ -17158,7 +17158,7 @@ SCRIPT ERROR AID Errorfile : %s ErrorLine : %d ์ค ErrorContext: %s -20150107 to 20180523 +20150107 to 20180605 Errorfile : %s ErrorLine : %d ์ค @@ -17175,152 +17175,152 @@ ErrorContext: %s MSG_ID_AB3 = 0xab3, #endif #if PACKETVER >= 20141224 -/*20141224 to 20180523 +/*20141224 to 20180605 ^ff0000ํด๋น ์์ดํ
์ ๊ตฌ๋งค ํ์๊ฒ ์ต๋๊น? %dํฌ์ธํธ ๋ฐ %d ไป่ฒ๊ฐ ์ฐจ๊ฐ ๋ฉ๋๋ค. ^ff0000Are you sure want to purchase the item? after confirmation will consume %d point and %d crackers. */ MSG_ID_AB4 = 0xab4, -/*20141224 to 20180523 +/*20141224 to 20180605 ๋ซ๊ธฐ Close */ MSG_ID_AB5 = 0xab5, -/*20141224 to 20180523 +/*20141224 to 20180605 ํ์คํธ Quest */ MSG_ID_AB6 = 0xab6, -/*20141224 to 20180523 +/*20141224 to 20180605 ํ์คํธ ์์ด์ฝ ๋ณด๊ธฐ View Quest icon */ MSG_ID_AB7 = 0xab7, -/*20141224 to 20180523 +/*20141224 to 20180605 ํธ์์์ค Facility */ MSG_ID_AB8 = 0xab8, -/*20141224 to 20180523 +/*20141224 to 20180605 ํธ์์์ค ์์ด์ฝ ๋ณด๊ธฐ View Facility icon */ MSG_ID_AB9 = 0xab9, -/*20141224 to 20180523 +/*20141224 to 20180605 ๊ธธ๋์/ํํฐ์ Guild/Party */ MSG_ID_ABA = 0xaba, /*20141224 to 20150311 ๊ธธ๋์/ํํฐ์ ํ์ -20150318 to 20180523 +20150318 to 20180605 ๊ธธ๋์/ํํฐ์ ๋ณด๊ธฐ Show Guild/Party */ MSG_ID_ABB = 0xabb, -/*20141224 to 20180523 +/*20141224 to 20180605 ๊ธฐ๋กํ๊ธฐ Record */ MSG_ID_ABC = 0xabc, -/*20141224 to 20180523 +/*20141224 to 20180605 ๋ณด์ค๋ชฌ์คํฐ Boss Monster */ MSG_ID_ABD = 0xabd, -/*20141224 to 20180523 +/*20141224 to 20180605 ๋ I */ MSG_ID_ABE = 0xabe, -/*20141224 to 20180523 +/*20141224 to 20180605 ์ญ์ ํ์๊ฒ ์ต๋๊น? Are you sure want to delete it? */ MSG_ID_ABF = 0xabf, -/*20141224 to 20180523 +/*20141224 to 20180605 ํ์คํธ NPC Quest NPC */ MSG_ID_AC0 = 0xac0, -/*20141224 to 20180523 +/*20141224 to 20180605 ๋ฉ๋ชจํ ๋ด์ฉ์ ๊ธฐ๋กํฉ๋๋ค Record content */ MSG_ID_AC1 = 0xac1, -/*20141224 to 20180523 +/*20141224 to 20180605 ์ ์ฅํ๊ธฐ Store */ MSG_ID_AC2 = 0xac2, -/*20141224 to 20180523 +/*20141224 to 20180605 ๋ฉ๋ชจํ๊ธฐ Record */ MSG_ID_AC3 = 0xac3, #endif #if PACKETVER >= 20141231 -/*20141231 to 20180523 +/*20141231 to 20180605 %s [%d์ต์
] %d๊ฐ %s [%d Property] %d ea */ MSG_ID_AC4 = 0xac4, -/*20141231 to 20180523 +/*20141231 to 20180605 %s [%d์ต์
] %s Zeny %s [%d Property] %s Zeny */ MSG_ID_AC5 = 0xac5, -/*20141231 to 20180523 +/*20141231 to 20180605 %s [%d์ต์
] %d %s %d -> %s %s %s [%d Property] %d %s %d -> %s %s */ MSG_ID_AC6 = 0xac6, -/*20141231 to 20180523 +/*20141231 to 20180605 %s [%d์ต์
] %d %s %s %s %s [%d Property] %d %s %s %s */ MSG_ID_AC7 = 0xac7, -/*20141231 to 20180523 +/*20141231 to 20180605 %s [%d์ต์
] %d -> %s %s %s [%d Property] %d -> %s %s */ MSG_ID_AC8 = 0xac8, -/*20141231 to 20180523 +/*20141231 to 20180605 %s [%d์ต์
] %s %s %s [%d Property] %s %s */ MSG_ID_AC9 = 0xac9, #endif #if PACKETVER >= 20150107 -/*20150107 to 20180523 +/*20150107 to 20180605 ์ต์ ๊ฑฐ๋ ๋จ์ 100 ไป่ฒ ์ด์์ผ๋ก ์ค์ ํ์
์ผ ํฉ๋๋ค. The minimum trading unit must be 100 crackers or more. */ MSG_ID_ACA = 0xaca, #endif #if PACKETVER >= 20150114 -/*20150114 to 20180523 +/*20150114 to 20180605 ๋จธ๋ฆฌ ์ Hair color */ MSG_ID_ACB = 0xacb, -/*20150114 to 20180523 +/*20150114 to 20180605 ๋จธ๋ฆฌ ๋ชจ์ Hair style */ MSG_ID_ACC = 0xacc, -/*20150114 to 20180523 +/*20150114 to 20180605 ์ท ์ Cloth color */ MSG_ID_ACD = 0xacd, -/*20150114 to 20180523 +/*20150114 to 20180605 ์ท ๋ชจ์ Cloth pattern */ MSG_ID_ACE = 0xace, #endif #if PACKETVER >= 20150217 -/*20150217 to 20180523 +/*20150217 to 20180605 ์ง์๋์ง ์๋ ๋งต ์
๋๋ค. Unsupported Map. */ @@ -17329,251 +17329,251 @@ Unsupported Map. #if PACKETVER >= 20150304 /*20150304 to 20150325 2147483647 Zeny ์ดํ๋ก ์
๋ ฅ ํ์ญ์์ค. -20150401 to 20180523 +20150401 to 20180605 2,147,483,647 Zeny ์ดํ๋ก ์
๋ ฅ ํ์ญ์์ค. Enter Zeny Below 2,147,483,647. */ MSG_ID_AD0 = 0xad0, -/*20150304 to 20180523 +/*20150304 to 20180605 1 Zeny ์ด์ ์
๋ ฅ ํ์ญ์์ค. Please Enter atleast 1 zeny. */ MSG_ID_AD1 = 0xad1, -/*20150304 to 20180523 +/*20150304 to 20180605 ๋ณด์ ํ Zeny ๊ฐ ์์ต๋๋ค. You do not hold any zeny. */ MSG_ID_AD2 = 0xad2, -/*20150304 to 20180523 +/*20150304 to 20180605 ์ ๋ ์ฐฝ๊ณ Zeny Storage */ MSG_ID_AD3 = 0xad3, -/*20150304 to 20180523 +/*20150304 to 20180605 ์ฐฝ๊ณ ๋ณด์ ์ก in Bank */ MSG_ID_AD4 = 0xad4, -/*20150304 to 20180523 +/*20150304 to 20180605 ์์ง๊ธ on hand */ MSG_ID_AD5 = 0xad5, -/*20150304 to 20180523 +/*20150304 to 20180605 ์
๊ธ Deposit */ MSG_ID_AD6 = 0xad6, -/*20150304 to 20180523 +/*20150304 to 20180605 ์ถ๊ธ Withdraw */ MSG_ID_AD7 = 0xad7, -/*20150304 to 20180523 +/*20150304 to 20180605 1 z UP 1z UP */ MSG_ID_AD8 = 0xad8, -/*20150304 to 20180523 +/*20150304 to 20180605 1 z Down 1z Down */ MSG_ID_AD9 = 0xad9, -/*20150304 to 20180523 +/*20150304 to 20180605 Max */ MSG_ID_ADA = 0xada, -/*20150304 to 20180523 +/*20150304 to 20180605 ์
๋ ฅ๊ฐ์ด ์์ต๋๋ค There is no Input value */ MSG_ID_ADB = 0xadb, -/*20150304 to 20180523 +/*20150304 to 20180605 ๋ณด์ Zeny ๋ถ์กฑ Not enough zeny */ MSG_ID_ADC = 0xadc, -/*20150304 to 20180523 +/*20150304 to 20180605 ์
๋ ฅ๊ฐ ํ์ Input Required */ MSG_ID_ADD = 0xadd, -/*20150304 to 20180523 +/*20150304 to 20180605 ๋ฌธ์ ์
๋ ฅ ๋ถ๊ฐ Numbers only */ MSG_ID_ADE = 0xade, -/*20150304 to 20180523 +/*20150304 to 20180605 ์ต๋ ์
๋ ฅ ์ด๊ณผ Exceeded max input */ MSG_ID_ADF = 0xadf, -/*20150304 to 20180523 +/*20150304 to 20180605 ์ต์ ์
๋ ฅ ๋ฏธ๋ง Below Minimum Input */ MSG_ID_AE0 = 0xae0, -/*20150304 to 20180523 +/*20150304 to 20180605 ๋ณด์ Zeny ๋ถ์กฑ Not enough zeny */ MSG_ID_AE1 = 0xae1, -/*20150304 to 20180523 +/*20150304 to 20180605 ์ํ ์๊ณ ๋ถ์กฑ Insufficient funds */ MSG_ID_AE2 = 0xae2, -/*20150304 to 20180523 +/*20150304 to 20180605 ์ต๋ ๋ณด์ Zeny ์ด๊ณผ Exceeded max zeny */ MSG_ID_AE3 = 0xae3, #endif #if PACKETVER >= 20150311 -/*20150311 to 20180523 +/*20150311 to 20180605 ๋๋กญ X Drop X */ MSG_ID_AE4 = 0xae4, -/*20150311 to 20180523 +/*20150311 to 20180605 ์ฐฝ๊ณ X Storage X */ MSG_ID_AE5 = 0xae5, -/*20150311 to 20180523 +/*20150311 to 20180605 ์นดํธ X Cart X */ MSG_ID_AE6 = 0xae6, -/*20150311 to 20180523 +/*20150311 to 20180605 ๋ฉ์ผ X Mail X */ MSG_ID_AE7 = 0xae7, -/*20150311 to 20180523 +/*20150311 to 20180605 ๊ตํ์ฐฝ X Trade X */ MSG_ID_AE8 = 0xae8, -/*20150311 to 20180523 +/*20150311 to 20180605 ๊ฒฝ๋งค์ฅ X Auction X */ MSG_ID_AE9 = 0xae9, -/*20150311 to 20180523 +/*20150311 to 20180605 ๊ธธ๋์ฐฝ๊ณ X Guild Storage X */ MSG_ID_AEA = 0xaea, -/*20150311 to 20180523 +/*20150311 to 20180605 NPC์๊ฒ ํ๋งค X Sell to NPC X */ MSG_ID_AEB = 0xaeb, -/*20150311 to 20180523 +/*20150311 to 20180605 ์ด๋์ ํ์ด ์๋ ์์ดํ
์
๋๋ค. Item moves restriction. */ MSG_ID_AEC = 0xaec, #endif #if PACKETVER >= 20150401 -/*20150401 to 20180523 +/*20150401 to 20180605 ์บ๋ฆญํฐ๋ฅผ ์์ฑํด์ฃผ์ธ์! Please Create a Character! */ MSG_ID_AED = 0xaed, #endif #if PACKETVER >= 20150415 -/*20150415 to 20180523 +/*20150415 to 20180605 ์ฅ์ฐฉ๋ ํฌ์ฌ์ฒด ์์ดํ
์ ํด์ ํด์ผ ํฉ๋๋ค. You need to disarm the equipped projectiles. */ MSG_ID_AEE = 0xaee, #endif #if PACKETVER >= 20150513 -/*20150513 to 20180523 +/*20150513 to 20180605 ์ธ์ ์ด๊ณผ๋ก ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ ์
์ฅ ํ ์ ์์ต๋๋ค You cannot enter Memorial Dungeon with excess members */ MSG_ID_AEF = 0xaef, -/*20150513 to 20180523 +/*20150513 to 20180605 ์ธ์์ ์ด๊ณผ๋ก ์ธํด ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์
์ฅ์ด ๊ฑฐ๋ถ๋์์ต๋๋ค Memorial Dungeon Access was denied due to exceeding number of players */ MSG_ID_AF0 = 0xaf0, #endif #if PACKETVER >= 20150603 -/*20150603 to 20180523 +/*20150603 to 20180605 %.1f%% ( %s Server: %.1f%% + Premium:%.1f%% ) */ MSG_ID_AF1 = 0xaf1, -/*20150603 to 20180523 +/*20150603 to 20180605 %.1f%% ( %s Server: %.1f%% + Premium:%.1f%% ) */ MSG_ID_AF2 = 0xaf2, -/*20150603 to 20180523 +/*20150603 to 20180605 ์ค๋ณต๋ ์์ดํ
์ด ์กด์ฌํ์ฌ ์ฌ์ฉ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. Consuming Item denied due to multiple same item. */ MSG_ID_AF3 = 0xaf3, -/*20150603 to 20180523 +/*20150603 to 20180605 ์ค๋ณต๋ ํจ๊ณผ๊ฐ ์กด์ฌํ์ฌ ์ฌ์ฉ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. Consuming Item denied due to effect of same consumed item. */ MSG_ID_AF4 = 0xaf4, #endif #if PACKETVER >= 20150701 -/*20150701 to 20180523 +/*20150701 to 20180605 ํ๋ฉด ํ๋ค๋ฆผ ํจ๊ณผ ON Flicker Effect ON */ MSG_ID_AF5 = 0xaf5, -/*20150701 to 20180523 +/*20150701 to 20180605 ํ๋ฉด ํ๋ค๋ฆผ ํจ๊ณผ OFF Flicker Effect OFF */ MSG_ID_AF6 = 0xaf6, #endif #if PACKETVER >= 20150702 -/*20150702 to 20180523 +/*20150702 to 20180605 ๋ถ๋ฒ ํ๋ก๊ทธ๋จ ๋ฐ๊ฒฌ๋์์ต๋๋ค Illegal Programs has been detected */ MSG_ID_AF7 = 0xaf7, #endif #if PACKETVER >= 20150722 -/*20150722 to 20180523 +/*20150722 to 20180605 ๋ฉ์ผ ๋ณด๋ด๊ธฐ Send Mail */ MSG_ID_AF8 = 0xaf8, #endif #if PACKETVER >= 20150729 -/*20150729 to 20180523 +/*20150729 to 20180605 E X P : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) E X P: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) */ MSG_ID_AF9 = 0xaf9, -/*20150729 to 20180523 +/*20150729 to 20180605 DROP : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) DROP : %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) */ MSG_ID_AFA = 0xafa, -/*20150729 to 20180523 +/*20150729 to 20180605 DEATH : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) DEATH: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) */ MSG_ID_AFB = 0xafb, #endif #if PACKETVER >= 20150826 -/*20150826 to 20180523 +/*20150826 to 20180605 ํด๋น ํ๊ทธ๋ ์ด๋ฆ์ผ๋ก ์ฌ์ฉํ์ค ์ ์์ต๋๋ค. Name with this tag cannot be used. */ MSG_ID_AFC = 0xafc, #endif #if PACKETVER >= 20150916 -/*20150916 to 20180523 +/*20150916 to 20180605 ???? bdbac5b8c0cfb8b52098de Style Shop */ @@ -17582,14 +17582,14 @@ Style Shop #if PACKETVER >= 20151028 /*20151028 to 20151125 ์ฟ ํฐ ์์, ์์ ์์ ๊ตฌ๋งคํด์ผํด์. -20151202 to 20180523 +20151202 to 20180605 ์ฟ ํฐ ์์. Cash Shop์์ ์์ดํ
์ ๊ตฌ๋งคํด ์ฃผ์ธ์. No serial number, Please visit the store to buy. */ MSG_ID_AFE = 0xafe, /*20151028 to 20151125 ์์ดํ
์ฐฝ์ ์ฟ ํฐ ์์๋ฅผ ์ด์ด์ฃผ์ธ์ -20151202 to 20180523 +20151202 to 20180605 ์ธ๋ฒคํ ๋ฆฌ์์ ์์ดํ
์ฟ ํฐ ์์๋ฅผ ์ด์ด์ฃผ์ธ์. Please turn on Serial item number window box. */ @@ -17597,21 +17597,21 @@ Please turn on Serial item number window box. /*20151028 to 20151125 ์ํ Bank -20151202 to 20180523 +20151202 to 20180605 ํด๋น ์คํ์ผ ์ ๋ณด๋ฅผ ์ญ์ ํ์๊ฒ ์ต๋๊น? Bank */ MSG_ID_B00 = 0xb00, /*20151028 to 20151125 ์ฌ๋กฏ์ด ๊ฝ ์ฐผ์ต๋๋ค. ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํ ์ฌ์ฉํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค -20151202 to 20180523 +20151202 to 20180605 ์ฌ๋กฏ์ด ๊ฝ ์ฐผ์ต๋๋ค. ๋ด ์คํ์ผ์์ ์บ๋ฆญํฐ ์ญ์ ํ ์ฌ์ฉํด ์ฃผ์ญ์์ค. Slot is full, please delete a character. */ MSG_ID_B01 = 0xb01, /*20151028 to 20151125 ์ฌ์ฉํ์ ์์ดํ
์ ๋๋๋ฆด ์ ์์ต๋๋ค. ์ ์ฉํ์๊ฒ ์ต๋๊น? -20151202 to 20180523 +20151202 to 20180605 ๋น์ฉ์ ์ง๋ถํ๊ณ ํ์ฌ ์คํ์ผ์ ์ ์ฉํ์๊ฒ ์ต๋๊น? (โป ๋น์ฉ์ ๋ฐํ๋์ง ์์ต๋๋ค.) Item cannot be restored, are you sure want to apply it? @@ -17621,68 +17621,68 @@ Item cannot be restored, are you sure want to apply it? #if PACKETVER >= 20151104 /*20151104 to 20151125 ๊ด์ฌ ์คํ์ผ๋ก ๋ฑ๋ก๋์์ต๋๋ค -20151202 to 20180523 +20151202 to 20180605 ํ์ฌ ์คํ์ผ์ ์ ์ฅํ์์ต๋๋ค. Registered as the following style. */ MSG_ID_B03 = 0xb03, /*20151104 to 20151125 ์ํ์ ์ถฉ๋ถํ ์ ๋๊ฐ ์์ต๋๋ค. ๋จผ์ ์ํ์ผ๋ก ๊ฐ์ธ์. -20151202 to 20180523 +20151202 to 20180605 ๋ณด์ Zeny ๋ถ์กฑ. ์ํ์ ์ถฉ๋ถํ Zeny๊ฐ ์์ต๋๋ค. There are plenty of golds in the bank, Please go to the bank now. */ MSG_ID_B04 = 0xb04, #endif #if PACKETVER >= 20151118 -/*20151118 to 20180523 +/*20151118 to 20180605 ์ผ๋ก ์ด๋ํฉ๋๋ค. moving... */ MSG_ID_B05 = 0xb05, -/*20151118 to 20180523 +/*20151118 to 20180605 ํด๋น ๊ตญ๊ฐ์ ์๊ณตํต๊ณผ์ ๋ํ ํ๊ฐ๊ฐ ๋์ง ์์์ต๋๋ค. You are not allowed to fly over the sovereign airspace of the country. */ MSG_ID_B06 = 0xb06, -/*20151118 to 20180523 +/*20151118 to 20180605 ๋ง๋๋ก ๋๊ธฐ๋ถ์์ ์ด ๊ณ์๋์ด ๋น๊ณต์ ์ดํ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Airship flight is temporarily unavailable due to atmospheric instability caused by magic. */ MSG_ID_B07 = 0xb07, -/*20151118 to 20180523 +/*20151118 to 20180605 ๊ฐ์ธ ๋น๊ณต์ Private airship */ MSG_ID_B08 = 0xb08, -/*20151118 to 20180523 +/*20151118 to 20180605 ์ ์ ํ ๋ค์ ์๋ํด์ฃผ์ธ์. Please try again in a moment. */ MSG_ID_B09 = 0xb09, -/*20151118 to 20180523 +/*20151118 to 20180605 ๊ฐ์ธ ๋น๊ณต์ ์ด์ฉ์ ํ์ํ ์ ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. Not enough Zeny to use the private airship. */ MSG_ID_B0A = 0xb0a, /*20151118 to 20170920 ๊ฐ์ธ ๋น๊ณต์ ์ด์ฉ์ ํ์ํ ํต์กฐ๋ฆผ์ด ๋ถ์กฑํฉ๋๋ค. -20170927 to 20180523 +20170927 to 20180605 ๊ฐ์ธ ๋น๊ณต์ ์ด์ฉ์ ํ์ํ ์์ดํ
์ด ๋ถ์กฑํฉ๋๋ค. Not enough Cans to use the private airship. */ MSG_ID_B0B = 0xb0b, -/*20151118 to 20180523 +/*20151118 to 20180605 ๊ฐ์ธ ๋น๊ณต์ ์ ์ด์ฉํ ์ ์๋ ๋ ๋ฒจ์ด ์๋๋๋ค. You cannot meet the level to use the private airship. */ MSG_ID_B0C = 0xb0c, -/*20151118 to 20180523 +/*20151118 to 20180605 ์ ํํ ์ง์ ์ผ๋ก ๊ฐ์ธ๋น๊ณต์ ์ด ์ด๋ํ ์ ์์ต๋๋ค. You cannot move to the selected point by the private airship. */ MSG_ID_B0D = 0xb0d, -/*20151118 to 20180523 +/*20151118 to 20180605 ํ ์ง์ ์์ ๊ฐ์ธ๋น๊ณต์ ์ ์ด์ฉํ ์ ์์ต๋๋ค. You cannot use the private airship where you are now. */ @@ -17692,33 +17692,33 @@ You cannot use the private airship where you are now. /*20151125 to 20151125 ์
์ธ์ฌ๋ฆฌ Accessory -20151202 to 20180523 +20151202 to 20180605 ์ก์ธ์๋ฆฌ Accessory */ MSG_ID_B0F = 0xb0f, -/*20151125 to 20180523 +/*20151125 to 20180605 ์ธ์ปจ๋์ฝ์คํฌ Second costume */ MSG_ID_B10 = 0xb10, /*20151125 to 20151125 ์ฆ๊ฒจ์ฐพ๊ธฐ -20151202 to 20180523 +20151202 to 20180605 ๋ด ์คํ์ผ Wardrobe */ MSG_ID_B11 = 0xb11, /*20151125 to 20151125 ์ผ์์ ํ ์ ์๋ ๋จธ๋ฆฌ์คํ์ผ์
๋๋ค. -20151202 to 20180523 +20151202 to 20180605 ์ผ์ํ ์ ์๋ ํค์ด์คํ์ผ์
๋๋ค. This hairstyle cannot be dyed. */ MSG_ID_B12 = 0xb12, /*20151125 to 20151125 ํ์ดํ๋ฅผ ๋๋ฌ ๋ง์์ ๋๋ ์คํ์ผ์ ์ ํํ ์ ์์ด์. -20151202 to 20180523 +20151202 to 20180605 ํ์ดํ๋ฅผ ๋๋ฌ ๋ง์์ ๋๋ ์คํ์ผ์ ์ ํํด ๋ณด์ธ์. Press an arrow to choose the style you want. */ @@ -17728,7 +17728,7 @@ Press an arrow to choose the style you want. /*20151202 to 20151202 ์คํ์ผ ์๋ก์ด ์คํ์ผ์ ํ์ธํด ๋ณด์ธ์. (โป ์ก์ธ์๋ฆฌ ๊ตฌ๋งค ์ RODEX๋ก ๋ฐ์ก๋ฉ๋๋ค.) -20151209 to 20180523 +20151209 to 20180605 ์๋ก์ด ์คํ์ผ์ ํ์ธํด ๋ณด์ธ์. (โป ์ก์ธ์๋ฆฌ ๊ตฌ๋งค ์ RODEX๋ก ๋ฐ์ก๋ฉ๋๋ค.) Come and see the new styles. @@ -17737,50 +17737,50 @@ Come and see the new styles. MSG_ID_B14 = 0xb14, #endif #if PACKETVER >= 20151223 -/*20151223 to 20180523 +/*20151223 to 20180605 ๊ธฐ๋ณธ ์คํ์ผ Basic style */ MSG_ID_B15 = 0xb15, #endif #if PACKETVER >= 20160106 -/*20160106 to 20180523 +/*20160106 to 20180605 ํด๋น ์คํฌ์ BaseLv %d ์ด์๋ถํฐ ์คํฌ ํฌ์ธํธ ํฌ์๊ฐ ๊ฐ๋ฅํฉ๋๋ค. You can level up the skill from the base Lv. %d. */ MSG_ID_B16 = 0xb16, #endif #if PACKETVER >= 20160113 -/*20160113 to 20180523 +/*20160113 to 20180605 ํด๋น ํน์๊ธฐํธ๋ ์ด๋ฆ์ ์ฌ์ฉํ์ค ์ ์์ต๋๋ค. Special symbol can't be used in name */ MSG_ID_B17 = 0xb17, -/*20160113 to 20180523 +/*20160113 to 20180605 MHP๊ฐ ๋๋ฌด ๋ฎ์, ํด๋น ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค MaxHP is to low to use this skill */ MSG_ID_B18 = 0xb18, -/*20160113 to 20180523 +/*20160113 to 20180605 MSP๊ฐ ๋๋ฌด ๋ฎ์, ํด๋น ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค MaxSP is to low to use this skill */ MSG_ID_B19 = 0xb19, #endif #if PACKETVER >= 20160203 -/*20160203 to 20180523 +/*20160203 to 20180605 ์์ดํ
๋น๊ตํ๊ธฐ Compare items */ MSG_ID_B1A = 0xb1a, -/*20160203 to 20180523 +/*20160203 to 20180605 ์์ดํ
๋ฒ๋ฆฌ๊ธฐ ์ ๊ธ Drop lock */ MSG_ID_B1B = 0xb1b, #endif #if PACKETVER >= 20160224 -/*20160224 to 20180523 +/*20160224 to 20180605 ์คํฌ๋ฆฐ์ท ํ์ผ์ด ์ฒจ๋ถ ๋์ง ์์์ต๋๋ค. Screenshots are not attached */ @@ -17789,465 +17789,465 @@ Screenshots are not attached SNSํต์ 20160518 to 20160817 TWITTER -20160824 to 20180523 +20160824 to 20180605 Twitter TWITTER */ MSG_ID_B1D = 0xb1d, -/*20160224 to 20180523 +/*20160224 to 20180605 ์ผ๋ฐ General */ MSG_ID_B1E = 0xb1e, -/*20160224 to 20180523 +/*20160224 to 20180605 ๊ณต์ง Notice */ MSG_ID_B1F = 0xb1f, -/*20160224 to 20180523 +/*20160224 to 20180605 ๋ฐ์ก Clear */ MSG_ID_B20 = 0xb20, -/*20160224 to 20180523 +/*20160224 to 20180605 ์๋ก๊ณ ์นจ Refresh */ MSG_ID_B21 = 0xb21, -/*20160224 to 20180523 +/*20160224 to 20180605 %d๋ถ %d minute */ MSG_ID_B22 = 0xb22, -/*20160224 to 20180523 +/*20160224 to 20180605 %d์๊ฐ %d hour */ MSG_ID_B23 = 0xb23, -/*20160224 to 20180523 +/*20160224 to 20180605 %d์ผ %d day */ MSG_ID_B24 = 0xb24, -/*20160224 to 20180523 +/*20160224 to 20180605 ๋ฐ์ก๋จ Returned */ MSG_ID_B25 = 0xb25, -/*20160224 to 20180523 +/*20160224 to 20180605 ์ ํํ ๋ฉ์ผ์ ์ญ์ ํ์๊ฒ ์ต๋๊น? Do you want to delete the message? */ MSG_ID_B26 = 0xb26, #endif #if PACKETVER >= 20160302 -/*20160302 to 20180523 +/*20160302 to 20180605 ์์นํ์ Show information */ MSG_ID_B27 = 0xb27, -/*20160302 to 20180523 +/*20160302 to 20180605 ํ๋ Zoom In */ MSG_ID_B28 = 0xb28, -/*20160302 to 20180523 +/*20160302 to 20180605 ์ถ์ Zoom Out */ MSG_ID_B29 = 0xb29, -/*20160302 to 20180523 +/*20160302 to 20180605 ๋งต๋ณด๊ธฐ Maximize */ MSG_ID_B2A = 0xb2a, -/*20160302 to 20180523 +/*20160302 to 20180605 ์๋๋ณด๊ธฐ Show world map */ MSG_ID_B2B = 0xb2b, -/*20160302 to 20180523 +/*20160302 to 20180605 ์์ดํ
์์ง ์ข
๋ฅ์ Total possession item type */ MSG_ID_B2C = 0xb2c, #endif #if PACKETVER >= 20160309 -/*20160309 to 20180523 +/*20160309 to 20180605 /minimap */ MSG_ID_B2D = 0xb2d, -/*20160309 to 20180523 +/*20160309 to 20180605 ๋ฏธ๋๋งต ๋ฒํผ์ ํ์ํฉ๋๋ค Show minimap buttons */ MSG_ID_B2E = 0xb2e, -/*20160309 to 20180523 +/*20160309 to 20180605 ๋ฏธ๋๋งต ๋ฒํผ์ ํ์ํ์ง ์์ต๋๋ค Hide minimap buttons */ MSG_ID_B2F = 0xb2f, -/*20160309 to 20180523 +/*20160309 to 20180605 ๊ธธ๋ ์ ์์ ์ ๋ ฌ Show guild member login status */ MSG_ID_B30 = 0xb30, #endif #if PACKETVER >= 20160323 -/*20160323 to 20180523 +/*20160323 to 20180605 ์น๋ฐ๋ : %s Intimacy: %s */ MSG_ID_B31 = 0xb31, -/*20160323 to 20180523 +/*20160323 to 20180605 ํ์ธ ์ Confirmation */ MSG_ID_B32 = 0xb32, #endif #if PACKETVER >= 20160330 -/*20160330 to 20180523 +/*20160330 to 20180605 ํํฐ ์ด๋ฆ Team name */ MSG_ID_B33 = 0xb33, -/*20160330 to 20180523 +/*20160330 to 20180605 ํํฐ์ฅ Leader */ MSG_ID_B34 = 0xb34, -/*20160330 to 20180523 +/*20160330 to 20180605 ์ ํ ์๊ฐ ์ด๊ณผ. ํด๋ผ์ด์ธํธ๋ฅผ ์ข
๋ฃํฉ๋๋ค. Time limit exceeded. Closing the client */ MSG_ID_B35 = 0xb35, -/*20160330 to 20180523 +/*20160330 to 20180605 ์๋ชป๋ ์
๋ ฅ์
๋๋ค. ํด๋ผ์ด์ธํธ๋ฅผ ์ข
๋ฃํฉ๋๋ค. Input error. Closing the client */ MSG_ID_B36 = 0xb36, -/*20160330 to 20180523 +/*20160330 to 20180605 ์ ๋ต ์
๋๋ค. ๋ณด์์ผ๋ก ์์ ์ ๋ฒํ๊ฐ ์ฃผ์ด์ง๋๋ค. Incorrect input. A small buff has given to you */ MSG_ID_B37 = 0xb37, -/*20160330 to 20180523 +/*20160330 to 20180605 ์๋ฌธ 4์, ํ๊ธ 2์ ์ด์์ผ๋ก ์
๋ ฅํด์ผ ํฉ๋๋ค. Enter 4 english words and 2 chinese words */ MSG_ID_B38 = 0xb38, -/*20160330 to 20180523 +/*20160330 to 20180605 ์
๋ ฅํ ๋ต์ด [%s]๊ฐ ๋ง์ต๋๊น? Your entered answer is [%s]. Is it right? */ MSG_ID_B39 = 0xb39, -/*20160330 to 20180523 +/*20160330 to 20180605 ์ ํ๋ ์ด๋ฏธ์ง๊ฐ ์์ต๋๋ค. Icon is unchecked */ MSG_ID_B3A = 0xb3a, -/*20160330 to 20180523 +/*20160330 to 20180605 ์๋ชป๋ ์
๋ ฅ์
๋๋ค. (๋จ์ ๊ธฐํ %d๋ฒ) Incorrect input (Remaining chance: %d) */ MSG_ID_B3B = 0xb3b, -/*20160330 to 20180523 +/*20160330 to 20180605 ์ด %d๋ช
์ ์ ์ ๋ฅผ ์ ๊ณ ํ์๊ฒ ์ต๋๊น? Do you want to announce %d to player? */ MSG_ID_B3C = 0xb3c, -/*20160330 to 20180523 +/*20160330 to 20180605 ์ ์ ์๊ฒ ๋ฉ์์ง๋ฅผ ๋ณด๋์ต๋๋ค. Message has been sent to player */ MSG_ID_B3D = 0xb3d, -/*20160330 to 20180523 +/*20160330 to 20180605 ๋ถ๋ฒ ํ๋ก๊ทธ๋จ ๋จ์์ ํ์ํ ๋ฐ์ดํฐ๊ฐ ๋ฏธ๋ฑ๋ก ์ํ์
๋๋ค. Needed Data for Query illegal software are not signed. */ MSG_ID_B3E = 0xb3e, -/*20160330 to 20180523 +/*20160330 to 20180605 ์ด๋ฏธ ๋งคํฌ๋ก ๊ฐ์์ค์ธ ์ ์ ์
๋๋ค. The player is being monitored. */ MSG_ID_B3F = 0xb3f, -/*20160330 to 20180523 +/*20160330 to 20180605 ๋งคํฌ๋ก๊ฐ ๋ฑ๋ก๋์์ต๋๋ค.. Already signed in investigation system. */ MSG_ID_B40 = 0xb40, -/*20160330 to 20180523 +/*20160330 to 20180605 ์ด๋ฏธ์ง ๋ฑ๋ก์ ์คํจํ์์ต๋๋ค. Failed to store icon. */ MSG_ID_B41 = 0xb41, -/*20160330 to 20180523 +/*20160330 to 20180605 ์ ๋ต ๋ฑ๋ก์ ์คํจํ์์ต๋๋ค. Failed to store replied answer. */ MSG_ID_B42 = 0xb42, -/*20160330 to 20180523 +/*20160330 to 20180605 ์๋
ํ์ธ์. ๋ถ๋ฒํ๋ก๊ทธ๋จ ๋จ์์ค์
๋๋ค. Hello, illegal software is being monitored. */ MSG_ID_B43 = 0xb43, -/*20160330 to 20180523 +/*20160330 to 20180605 ์ง์ ๋ ์๊ฐ๋ด์ ์๋์ ๋ฌธ์๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter the text below within the specified time. */ MSG_ID_B44 = 0xb44, -/*20160330 to 20180523 +/*20160330 to 20180605 3ํ ์ค๋ฅ์ ์ด์์ ์ฑ
์ ์๊ฑฐํ์ฌ ์๊ตฌ๋ธ๋ก๋ฉ๋๋ค. According to game regulation, when you enter the wrong text three times, you will get banned. */ MSG_ID_B45 = 0xb45, -/*20160330 to 20180523 +/*20160330 to 20180605 ๋จ์ ํ์ : %d Remaining chance : %d */ MSG_ID_B46 = 0xb46, -/*20160330 to 20180523 +/*20160330 to 20180605 ์บ๋ฆญํฐ Role */ MSG_ID_B47 = 0xb47, -/*20160330 to 20180523 +/*20160330 to 20180605 ๋ฒ์ Range */ MSG_ID_B48 = 0xb48, -/*20160330 to 20180523 +/*20160330 to 20180605 ์บ๋ฆญํฐ ์ ํ์ ์ขํด๋ฆญ์ผ๋ก ํฉ๋๋ค. You use the left mouse button to specify the role */ MSG_ID_B49 = 0xb49, -/*20160330 to 20180523 +/*20160330 to 20180605 ๋ฒ์ ์ ํ์ ์ฐํด๋ฆญ์ผ๋ก ํฉ๋๋ค. You use the left mouse button to specify the range */ MSG_ID_B4A = 0xb4a, -/*20160330 to 20180523 +/*20160330 to 20180605 ๋ฒ์ ํฌ๊ธฐ๋ฅผ ์ง์ ํ๊ธฐ ์ํด์๋ ์ํฐ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์ Not a valid range, please press Enter */ MSG_ID_B4B = 0xb4b, -/*20160330 to 20180523 +/*20160330 to 20180605 E X P : %.1f%% ( basic %.1f%% %s %.1f%%) */ MSG_ID_B4C = 0xb4c, -/*20160330 to 20180523 +/*20160330 to 20180605 DROP : %.1f%% ( basic %.1f%% %s %.1f%%) */ MSG_ID_B4D = 0xb4d, -/*20160330 to 20180523 +/*20160330 to 20180605 DEATH : %.1f%% ( basic %.1f%% %s %.1f%%) */ MSG_ID_B4E = 0xb4e, /*20160330 to 20160330 ๋ณ๊ฒฝ๋ ์บ๋ฆญ๋ช
%s ๋ก ์ ์กํ์ต๋๋ค. ํ์ธ ๋ฐ๋๋๋ค -20160406 to 20180523 +20160406 to 20180605 ๋ณ๊ฒฝ๋ ์บ๋ฆญ๋ช
์ผ๋ก ๋ฐ์กํ์ต๋๋ค. ๋ณ๊ฒฝ๋ ์บ๋ฆญ๋ช
: %s The role name will be sent: %s */ MSG_ID_B4F = 0xb4f, #endif #if PACKETVER >= 20160427 -/*20160427 to 20180523 +/*20160427 to 20180605 ํฉ์ฑ์ ํ์ํ ์ฌ๋ฃ Synthesis of the required materials */ MSG_ID_B50 = 0xb50, -/*20160427 to 20180523 +/*20160427 to 20180605 ์กฐํฉ ์ฌ๋ฃ๊ฐ ๋ถ์กฑํด์ ์กฐํฉํ ์ ์์ต๋๋ค. Insufficient synthesis materials */ MSG_ID_B51 = 0xb51, #endif #if PACKETVER >= 20160504 -/*20160504 to 20180523 +/*20160504 to 20180605 ํด๋น ์ฌ๋ฃ๋ %d๊ฐ๊ฐ ํ์ํฉ๋๋ค. Required material %d ea. */ MSG_ID_B52 = 0xb52, -/*20160504 to 20180523 +/*20160504 to 20180605 ์ ๋ จ๋๊ฐ ๋ฎ์์ ์กฐํฉํ ์ ์์ต๋๋ค. Refine value is to low for synthesis */ MSG_ID_B53 = 0xb53, -/*20160504 to 20180523 +/*20160504 to 20180605 ๋ชจํ๊ฐ์ค๊ฐ์์ ๋ฑ๋ก ํ์๊ฒ ์ต๋๊น? Do you want to sign in to the adventurers? */ MSG_ID_B54 = 0xb54, #endif #if PACKETVER >= 20160511 -/*20160511 to 20180523 +/*20160511 to 20180605 ์์ ๋กญ๊ฒ ์ฝ๋ฉํธ๋ฅผ ๋จ๊ฒจ๋ณด์ธ์. Please leave a message */ MSG_ID_B55 = 0xb55, #endif #if PACKETVER >= 20160518 -/*20160518 to 20180523 +/*20160518 to 20180605 ๊ทธ๋ฆผ์ ๋ณด์ด๋ ๋ฌธ์๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter the text on the graph */ MSG_ID_B56 = 0xb56, -/*20160518 to 20180523 +/*20160518 to 20180605 %d์ด ๋จ์์ต๋๋ค %d second left */ MSG_ID_B57 = 0xb57, -/*20160518 to 20180523 +/*20160518 to 20180605 OTP ์ธ์ฆ๋ฒํธ 6์๋ฆฌ๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์ Please enter your 6 identification number. */ MSG_ID_B58 = 0xb58, -/*20160518 to 20180523 +/*20160518 to 20180605 ์ธ์ฆ๋ฒํธ Identification number. */ MSG_ID_B59 = 0xb59, -/*20160518 to 20180523 +/*20160518 to 20180605 6์๋ฆฌ์ ์ซ์๊ฐ ์๋๋๋ค. ๋ค์ ํ์ธํด ์ฃผ์ธ์ It's not a 6 identification number. Please try again */ MSG_ID_B5A = 0xb5a, #endif #if PACKETVER >= 20160608 -/*20160608 to 20180523 +/*20160608 to 20180605 ์ด๋ฏธ ์ญ์ ๋ ๋ฉ์ผ์
๋๋ค. The message has been deleted */ MSG_ID_B5B = 0xb5b, #endif #if PACKETVER >= 20160615 -/*20160615 to 20180523 +/*20160615 to 20180605 ๊ฐ์ธ ๋น๊ณต์ ์ผ๋ก ์ด๋ํ ์ง์ญ์ ์ ํํด์ฃผ์ธ์. Please select the area where the private airship will move */ MSG_ID_B5C = 0xb5c, -/*20160615 to 20180523 +/*20160615 to 20180605 E X P : %d%% ( basic 100.0%% %s %d%%) */ MSG_ID_B5D = 0xb5d, -/*20160615 to 20180523 +/*20160615 to 20180605 DROP : %d%% ( basic 100.0%% %s %d%%) */ MSG_ID_B5E = 0xb5e, -/*20160615 to 20180523 +/*20160615 to 20180605 DEATH : %d%% ( basic 100.0%% %s %d%%) */ MSG_ID_B5F = 0xb5f, -/*20160615 to 20180523 +/*20160615 to 20180605 ๋ชฉ์ ์ง๋ก ์ด๋์ค์
๋๋ค. Move to the destination */ MSG_ID_B60 = 0xb60, #endif #if PACKETVER >= 20160629 -/*20160629 to 20180523 +/*20160629 to 20180605 [%s] ํ์ผ์ด ์กด์ฌํ์ง ์์ default AI ๋ก ๋์ํฉ๋๋ค The [%s] is not present, the default AI will be used instead. */ MSG_ID_B61 = 0xb61, /*20160629 to 20160630 %.1f%% ( Premium %.1f%% + %s %.1f%%) -20160706 to 20180523 +20160706 to 20180605 %.1f%% ( Basic 100.0%% + Premium %.1f%% + %s %.1f%%) %.1f%% ( Basic 100.0%% + Premium %.1f%% + %s %.1f%%) */ MSG_ID_B62 = 0xb62, #endif #if PACKETVER >= 20160706 -/*20160706 to 20180523 +/*20160706 to 20180605 ์ด ์๋ฆฌ์ ๋
ธ์ ์ ์ธ์ฐ์๊ฒ ์ต๋๊น? Would you like to open a shop at this location? */ MSG_ID_B63 = 0xb63, #endif #if PACKETVER >= 20160713 -/*20160713 to 20180523 +/*20160713 to 20180605 ๋๋์กฑ์ ํด๋น ์์์ ์
์ ์ ์์ต๋๋ค. Doram race can't wear this clothes */ MSG_ID_B64 = 0xb64, /*20160713 to 20160727 ๊ตฌ์
ํ ๋ฌผ๊ฑด์ด ๋ก๋ฑ์ค๋ก ๋ฐฐ์ก๋์์ต๋๋ค. -20160803 to 20180523 +20160803 to 20180605 ํ๋งค ๋
ธ์ ์์ ๊ฑฐ๋ํ ์์ดํ
์ด ๋ก๋ฑ์ค๋ก ๋ฐฐ์ก๋์์ต๋๋ค. Props open-air store sales will be traded in RODEX */ MSG_ID_B65 = 0xb65, -/*20160713 to 20180523 +/*20160713 to 20180605 30,000 z */ MSG_ID_B66 = 0xb66, -/*20160713 to 20180523 +/*20160713 to 20180605 ๋ง๋๋ ํน์ฐ ํต์กฐ๋ฆผ 100๊ฐ Malangdo Special Can 100 pc */ MSG_ID_B67 = 0xb67, #endif #if PACKETVER >= 20160720 -/*20160720 to 20180523 +/*20160720 to 20180605 ๋ฌด๊ฒ๊ฐ 80%๋ฅผ ์ด๊ณผํ์ฌ ์งํํ ์ ์์ต๋๋ค. Cannot carry anymore because weight limit over 80% */ MSG_ID_B68 = 0xb68, -/*20160720 to 20180523 +/*20160720 to 20180605 ํ๋งค๋์ง ๋ชปํ ์ํ์ด ๋ก๋ฑ์ค๋ก ๋ฐฐ์ก๋์์ต๋๋ค. Unsold items are sent to RODEX */ MSG_ID_B69 = 0xb69, #endif #if PACKETVER >= 20160727 -/*20160727 to 20180523 +/*20160727 to 20180605 ์ฅ์ฐฉ ๋ชจ์ต Preview */ MSG_ID_B6A = 0xb6a, -/*20160727 to 20180523 +/*20160727 to 20180605 ๊ธธ๋๋ง์คํฐ ์์ Assign Guild Leader */ MSG_ID_B6B = 0xb6b, -/*20160727 to 20180523 +/*20160727 to 20180605 ์ ๋ง๋ก %s๋๊ป ๊ธธ๋๋ง์คํฐ๋ฅผ ์์ํ์๊ฒ ์ต๋๊น? ์์ ํ ๋น์ ์ ์ง์๋ %s๋๊ณผ ์ง์๊ฐ ๋ฐ๋๊ฒ ๋ฉ๋๋ค. Are sure want to assign %s as guild leader? After assigned your position will become %s */ MSG_ID_B6C = 0xb6c, -/*20160727 to 20180523 +/*20160727 to 20180605 ์ฒ ํ Cancel */ MSG_ID_B6D = 0xb6d, -/*20160727 to 20180523 +/*20160727 to 20180605 ๋
ธ์ ์ ์ฒ ์ํ์๊ฒ ์ต๋๊น? Do you want to close the shop? */ MSG_ID_B6E = 0xb6e, -/*20160727 to 20180523 +/*20160727 to 20180605 %02d์ผ %02d์๊ฐ %02d๋ถ %02d์ด %02d day %02d hour %02d minute %02d second */ MSG_ID_B6F = 0xb6f, -/*20160727 to 20180523 +/*20160727 to 20180605 ์ ์๋ถ๊ฐ Unable to sign in */ MSG_ID_B70 = 0xb70, -/*20160727 to 20180523 +/*20160727 to 20180605 ์ ์๊ฐ๋ฅ์ธ์์ ์ด๊ณผํ์ฌ ์ ์์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. Unable to sign in because the maximum number of sign-in is exceeded */ MSG_ID_B71 = 0xb71, -/*20160727 to 20180523 +/*20160727 to 20180605 ๋
ธ์ ์ ์ค์นํ ์์น๋ฅผ ์ ํํด์ฃผ์ธ์. Please select a location for your shop */ MSG_ID_B72 = 0xb72, -/*20160727 to 20180523 +/*20160727 to 20180605 ํซ ์ด๋ฆ์ ^0000ff^0000ff %s^000000^000000 ๋ก ์์ ํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? Pet name will be changed to ^0000ff^0000ff %s^000000^000000, do you want to continue? */ @@ -18256,154 +18256,154 @@ Pet name will be changed to ^0000ff^0000ff %s^000000^000000, do you want to cont #if PACKETVER >= 20160803 /*20160803 to 20160803 ํ๋งค ์ผ์ : -20160810 to 20180523 +20160810 to 20180605 ๊ฑฐ๋ ์ผ์ : Trade date : */ MSG_ID_B74 = 0xb74, /*20160803 to 20160803 ํ๋งค ์์ดํ
: -20160810 to 20180523 +20160810 to 20180605 ๊ฑฐ๋ ์์ดํ
: Trade item : */ MSG_ID_B75 = 0xb75, /*20160803 to 20160803 ํ๋งค ์๋ : -20160810 to 20180523 +20160810 to 20180605 ๊ฑฐ๋ ์๋ : Trade quantity : */ MSG_ID_B76 = 0xb76, /*20160803 to 20160803 ํ๋งค ๋จ๊ฐ : -20160810 to 20180523 +20160810 to 20180605 ๊ฑฐ๋ ๋จ๊ฐ : Trade price : */ MSG_ID_B77 = 0xb77, /*20160803 to 20160803 ํ๋งค ๊ธ์ก : -20160810 to 20180523 +20160810 to 20180605 ๊ฑฐ๋ ๊ธ์ก : Total trade : */ MSG_ID_B78 = 0xb78, -/*20160803 to 20180523 +/*20160803 to 20180605 ๋
ธ์ ํ๋งค ์์ดํ
Open vending sales agent */ MSG_ID_B79 = 0xb79, -/*20160803 to 20180523 +/*20160803 to 20180605 ๋
ธ์ ๊ตฌ๋งค ์์ดํ
Open vending purchase agent */ MSG_ID_B7A = 0xb7a, -/*20160803 to 20180523 +/*20160803 to 20180605 ํ๋งค ๋
ธ์ ์๋ฅด๋ฐ์ดํธ ์ข
๋ฃ Close vending sales agent */ MSG_ID_B7B = 0xb7b, -/*20160803 to 20180523 +/*20160803 to 20180605 ๊ตฌ๋งค ๋
ธ์ ์๋ฅด๋ฐ์ดํธ ์ข
๋ฃ Close vending purchase agent */ MSG_ID_B7C = 0xb7c, -/*20160803 to 20180523 +/*20160803 to 20180605 ๋จ์ ๊ธ์ก: Balance: */ MSG_ID_B7D = 0xb7d, -/*20160803 to 20180523 +/*20160803 to 20180605 ์์ดํ
๋ฆฌ์คํธ: Item list: */ MSG_ID_B7E = 0xb7e, -/*20160803 to 20180523 +/*20160803 to 20180605 ๋
ธ์ ์๋ฅด๋ฐ์ดํธ์ Vending agent */ MSG_ID_B7F = 0xb7f, -/*20160803 to 20180523 +/*20160803 to 20180605 ๋ฐํ ์์ดํ
: Returned item: */ MSG_ID_B80 = 0xb80, -/*20160803 to 20180523 +/*20160803 to 20180605 ๋ฐํ ์๋: Returned quantity: */ MSG_ID_B81 = 0xb81, -/*20160803 to 20180523 +/*20160803 to 20180605 ๋ฐํ ์ผ์: Returned date: */ MSG_ID_B82 = 0xb82, -/*20160803 to 20180523 +/*20160803 to 20180605 ๊ตฌ๋งค ๋
ธ์ ์์ ๊ฑฐ๋ํ ๊ธ์ก์ด ๋ก๋ฑ์ค๋ก ๋ฐฐ์ก๋์์ต๋๋ค Total trade will be sent to RODEX */ MSG_ID_B83 = 0xb83, -/*20160803 to 20180523 +/*20160803 to 20180605 ์ฌ์ฉํ ์ ์๋ ์ด๋ฆ์
๋๋ค. Name isn't available */ MSG_ID_B84 = 0xb84, #endif #if PACKETVER >= 20160817 -/*20160817 to 20180523 +/*20160817 to 20180605 ์ํ์ด ๋์ฐฉํ์ต๋๋ค. Item has been delivered */ MSG_ID_B85 = 0xb85, -/*20160817 to 20180523 +/*20160817 to 20180605 ๊ตฌ์
ํด์ฃผ์
์ ๊ฐ์ฌํฉ๋๋ค. Thank you for purchasing */ MSG_ID_B86 = 0xb86, #endif #if PACKETVER >= 20160824 -/*20160824 to 20180523 +/*20160824 to 20180605 NPC์๊ฒ ์์ดํ
์ ํ๋งคํ์ง ์์ต๋๋ค. Press again to unlock */ MSG_ID_B87 = 0xb87, -/*20160824 to 20180523 +/*20160824 to 20180605 ์์ดํ
ํ๋งค ์ ๊ธ Lock from NPC selling */ MSG_ID_B88 = 0xb88, -/*20160824 to 20180523 +/*20160824 to 20180605 ๊ทผ์ฒ์์ ์ํ๊ฐ๋ฅ ์์น๋ฅผ ์ฐพ์์ ์์ต๋๋ค. There is no callable location nearby */ MSG_ID_B89 = 0xb89, -/*20160824 to 20180523 +/*20160824 to 20180605 ์ ์ฒด ํ๋ฉด ์บก์ณ Capture full screens */ MSG_ID_B8A = 0xb8a, -/*20160824 to 20180523 +/*20160824 to 20180605 ๋ถ๋ถ ํ๋ฉด ์บก์ณ Capture part of screen */ MSG_ID_B8B = 0xb8b, -/*20160824 to 20180523 +/*20160824 to 20180605 ๋ณด๋ด๊ธฐ Send */ MSG_ID_B8C = 0xb8c, -/*20160824 to 20180523 +/*20160824 to 20180605 ๊ฐ์กฑ ๋ถ๊ณผ ๋ด๋น์ Family Affairs agent */ MSG_ID_B8D = 0xb8d, -/*20160824 to 20180523 +/*20160824 to 20180605 ๊ฐ์กฑ ์ฌํญ ๋ณ๋ ์๋ด Acknowledgement of family member registrations. */ MSG_ID_B8E = 0xb8e, -/*20160824 to 20180523 +/*20160824 to 20180605 ์๋
ํ์ญ๋๊น. ๊ธ์ผ "%s"๋๊ณผ "%s"๋์ ์๋
์ธ "%s"๋์ด ๋
๋ฆฝํ์ฌ ๋จ๋
์ธ๋๋ฅผ ๊ตฌ์ฑํ์์ต๋๋ค. @@ -18426,12 +18426,12 @@ Thank you. MSG_ID_B8F = 0xb8f, #endif #if PACKETVER >= 20160831 -/*20160831 to 20180523 +/*20160831 to 20180605 ์ฅ์ฐฉ Equip */ MSG_ID_B90 = 0xb90, -/*20160831 to 20180523 +/*20160831 to 20180605 ์ด๋ฏธ์ง ์์ No image */ @@ -18440,362 +18440,362 @@ No image #if PACKETVER >= 20160907 /*20160907 to 20160921 %s์(๋) ํ์ฌ ํธ์ถ์ ์ฐจ๋จํ ์ํ์
๋๋ค. -20160928 to 20180523 +20160928 to 20180605 [%s]์(๋) ํ์ฌ ํธ์ถ์ ์ฐจ๋จํ ์ํ์
๋๋ค. [%s] is blocking Call Massage. */ MSG_ID_B92 = 0xb92, #endif #if PACKETVER >= 20160913 -/*20160913 to 20180523 +/*20160913 to 20180605 ํ์ฌ ๊ณต์ฑ์ ์ด ์งํ์ค์ด๋ฏ๋ก, ๊ธธ๋๋ง์คํฐ๋ฅผ ์์ ํ ์ ์์ต๋๋ค. Currently in WoE hours, unable to delegate Guild leader */ MSG_ID_B93 = 0xb93, -/*20160913 to 20180523 +/*20160913 to 20180605 ํ์ฌ ๊ธธ๋์ฅ ์์์ ๋ฐ์์ง ๋ง ํ๋ฃจ๊ฐ ์ง๋์ง ์์, ๊ธธ๋์ฅ์ ์์ํ ์ ์์ต๋๋ค. You have to wait for one day before delegating a new Guild leader */ MSG_ID_B94 = 0xb94, -/*20160913 to 20180523 +/*20160913 to 20180605 ์์ด๊ฐ ๋๋ฉด ์ ์น์ ํ ์ ์๊ณ ์คํ
์ ์ ํ์ด ์์ผ๋ฉฐ HP์ SP๊ฐ ์ค์ด๋ญ๋๋ค. ๊ทธ๋๋ ๊ด์ฐฎ์ต๋๊น? When adopted, character will not able to transcend, maximum stats will be limited, MaxHP and MaxSP will be reduced. Are you sure you want to continue? */ MSG_ID_B95 = 0xb95, -/*20160913 to 20180523 +/*20160913 to 20180605 ์ ๋ จ Refining */ MSG_ID_B96 = 0xb96, -/*20160913 to 20180523 +/*20160913 to 20180605 ๋์ฅ์ฅ์ด์ ์ถ๋ณต์ ์ฌ์ฉ์ค์
๋๋ค. Use Blacksmith's Blessing */ MSG_ID_B97 = 0xb97, -/*20160913 to 20180523 +/*20160913 to 20180605 ์ ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. Insufficient zeny */ MSG_ID_B98 = 0xb98, -/*20160913 to 20180523 +/*20160913 to 20180605 ๋์ฅ์ฅ์ด์ ์ถ๋ณต ๊ฐ์๊ฐ ๋ถ์กฑํฉ๋๋ค. Not enough Blacksmith's Blessing */ MSG_ID_B99 = 0xb99, -/*20160913 to 20180523 +/*20160913 to 20180605 ํด๋น ์ฅ๋น๋ ์ ๋ จ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. This equipment can not be refined */ MSG_ID_B9A = 0xb9a, /*20160913 to 20170621 ์ ๋ จ ์ฑ๊ณต! -20170628 to 20180523 +20170628 to 20180605 ์ ๋ จ ์ฑ๊ณต Upgrade success! */ MSG_ID_B9B = 0xb9b, /*20160913 to 20170621 ์ ๋ จ ์คํจ! -20170628 to 20180523 +20170628 to 20180605 ์ ๋ จ ์คํจ Upgrade failed! */ MSG_ID_B9C = 0xb9c, -/*20160913 to 20180523 +/*20160913 to 20180605 ๋์๊ฐ๊ธฐ Back */ MSG_ID_B9D = 0xb9d, -/*20160913 to 20180523 +/*20160913 to 20180605 ์ฑ๊ณต Success */ MSG_ID_B9E = 0xb9e, -/*20160913 to 20180523 +/*20160913 to 20180605 ์๋๋๋ก Return */ MSG_ID_B9F = 0xb9f, #endif #if PACKETVER >= 20160921 -/*20160921 to 20180523 +/*20160921 to 20180605 ์จ์์ With Mr/Miss */ MSG_ID_BA0 = 0xba0, -/*20160921 to 20180523 +/*20160921 to 20180605 ํธ๋ฌธํด๋ฃจ์ค์ ์ด๋ฆ์ ^0000ff^0000ff %s^000000^000000 ๋ก ์์ ํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? The Homunculus's name will be changed to^0000ff^0000ff %s^000000^000000, Are you sure? */ MSG_ID_BA1 = 0xba1, #endif #if PACKETVER >= 20160928 -/*20160928 to 20180523 +/*20160928 to 20180605 ํธ์ถ์ด ํ์ฉ๋ ์ํ์
๋๋ค. (ํธ์ถ ๊ธฐ๋ฅ ON) Call function is ON */ MSG_ID_BA2 = 0xba2, -/*20160928 to 20180523 +/*20160928 to 20180605 ํธ์ถ์ด ์ฐจ๋จ๋ ์ํ์
๋๋ค. (ํธ์ถ ๊ธฐ๋ฅ OFF) Call function is OFF */ MSG_ID_BA3 = 0xba3, -/*20160928 to 20180523 +/*20160928 to 20180605 ํธ์ถ ๋ฉ์์ง ํ์ Display Call messages */ MSG_ID_BA4 = 0xba4, -/*20160928 to 20180523 +/*20160928 to 20180605 ํด๋น ์บ๋ฆญํฐ๊ฐ ํ์ฌ ๋
ธ์ ์์ดํ
์ ์ฌ์ฉ ์ค์ด๋ฏ๋ก ์ญ์ ํ ์ ์์ต๋๋ค. This character is currently opening a shop and can't be deleted */ MSG_ID_BA5 = 0xba5, -/*20160928 to 20180523 +/*20160928 to 20180605 ์ด๋ฏธ ๋์ผํ ๋
ธ์ NPC๊ฐ ์ค์น ์ค์
๋๋ค. The same vend shop NPC has been set up */ MSG_ID_BA6 = 0xba6, -/*20160928 to 20180523 +/*20160928 to 20180605 ๋
ธ์ ์ ์ค์นํ ์ ์๋ ์์น์
๋๋ค. Opening shop is not allowed on this location */ MSG_ID_BA7 = 0xba7, -/*20160928 to 20180523 +/*20160928 to 20180605 ๋ค๋ฅธ ์บ๋ฆญํฐ๊ฐ ์๋ ์์น์๋ ๋
ธ์ ์ ์ค์นํ ์ ์์ต๋๋ค. Opening shop is not allowed when there is other character */ MSG_ID_BA8 = 0xba8, #endif #if PACKETVER >= 20161005 -/*20161005 to 20180523 +/*20161005 to 20180605 ํซ ๋จน์ด์ฃผ๊ธฐ๊ฐ ์คํจํ์ต๋๋ค. ๋ก๋ฑ์ค ์์ฑ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Failed to feed pet, please close RODEX window */ MSG_ID_BA9 = 0xba9, -/*20161005 to 20180523 +/*20161005 to 20180605 ์ฅ๋น ์ธํธ ์ค์ Set item setting */ MSG_ID_BAA = 0xbaa, -/*20161005 to 20180523 +/*20161005 to 20180605 ์ฅ์ฐฉ ํ๊ธฐ Equip */ MSG_ID_BAB = 0xbab, #endif #if PACKETVER >= 20161019 -/*20161019 to 20180523 +/*20161019 to 20180605 ์ ๋ จ ์คํจ์ ์ฅ๋น๊ฐ ์ฌ๋ผ์ง๋๋ค. Equipment will dissapear when refine fails */ MSG_ID_BAC = 0xbac, -/*20161019 to 20180523 +/*20161019 to 20180605 ์ ๋ จ ์คํจ์ ์ฅ๋น์ ์ ๋ จ๋๊ฐ ๋ด๋ ค๊ฐ๋๋ค. Equipment's refine level will decreased when refine fails */ MSG_ID_BAD = 0xbad, -/*20161019 to 20180523 +/*20161019 to 20180605 ์ ๋ จ ์คํจ์ ์ฅ๋น์ ์ ๋ จ๋๊ฐ ๋ด๋ ค๊ฐ๊ฑฐ๋ ์ฌ๋ผ์ง ์ ์์ต๋๋ค. Equipment will dissapear or refine level will decreased when refine fails */ MSG_ID_BAE = 0xbae, #endif #if PACKETVER >= 20161026 -/*20161026 to 20180523 +/*20161026 to 20180605 ์ ๋ จ ์ค์๋ ๋ก๋ฑ์ค๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. ๋ก๋ฑ์ค๋ฅผ ๊ฐ์ ์ข
๋ฃํ์์ต๋๋ค. You cannot use RODEX while refining. RODEX has closed. */ MSG_ID_BAF = 0xbaf, -/*20161026 to 20180523 +/*20161026 to 20180605 ์ ๋ จ ์ค์๋ ๋ก๋ฑ์ค๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. You cannot use RODEX while refining. */ MSG_ID_BB0 = 0xbb0, -/*20161026 to 20180523 +/*20161026 to 20180605 ์ ๋ จ์ ์งํํ๋ ค๋ฉด ๋ค๋ฅธ ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Please close other windows to continue. */ MSG_ID_BB1 = 0xbb1, -/*20161026 to 20180523 +/*20161026 to 20180605 ์ค์ค๋ผ๊ฐ ์ ์์ ์ผ๋ก ํ์๋ฉ๋๋ค [์ค์ค๋ผ ON] Turn On Aura [Aura ON] */ MSG_ID_BB2 = 0xbb2, -/*20161026 to 20180523 +/*20161026 to 20180605 ์ค์ค๋ผ๊ฐ ํ์๋์ง ์์ต๋๋ค [์ค์ค๋ผ OFF] Turn Off Aura [Auta OFF] */ MSG_ID_BB3 = 0xbb3, -/*20161026 to 20180523 +/*20161026 to 20180605 ์ค์ค๋ผ๊ฐ Off ์ํ์
๋๋ค. Off ๋ฅผ ํด์ ํ๊ณ ์๋ํด ์ฃผ์ธ์ Aura is turned off. Please turn it on and try again */ MSG_ID_BB4 = 0xbb4, -/*20161026 to 20180523 +/*20161026 to 20180605 ์คํฌ ๋ฐ๋์ ์ต์ %d๊ฐ์ ํ์์ด ํ์ํฉ๋๋ค. You need %d bullet(s) to activate the skill. */ MSG_ID_BB5 = 0xbb5, -/*20161026 to 20180523 +/*20161026 to 20180605 ์ฅ๋น ์ธํธ๋ฅผ ๋ณ๊ฒฝํ์๊ฒ ์ต๋๊น? Do you want to change the equipment set? */ MSG_ID_BB6 = 0xbb6, -/*20161026 to 20180523 +/*20161026 to 20180605 ์ฃฝ์ ์ํ์์๋ ํ ์ ์์ต๋๋ค You can not do it while you are dead. */ MSG_ID_BB7 = 0xbb7, -/*20161026 to 20180523 +/*20161026 to 20180605 ์บ์คํ
๋์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while casting */ MSG_ID_BB8 = 0xbb8, -/*20161026 to 20180523 +/*20161026 to 20180605 ๊ฑฐ๋ ๋์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while trading */ MSG_ID_BB9 = 0xbb9, -/*20161026 to 20180523 +/*20161026 to 20180605 ๋
ธ์ ๊ฐ์ค ๋์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while opening vendor */ MSG_ID_BBA = 0xbba, -/*20161026 to 20180523 +/*20161026 to 20180605 NPC ์ด์ฉ์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while using NPC */ MSG_ID_BBB = 0xbbb, -/*20161026 to 20180523 +/*20161026 to 20180605 ์ฑํ
๋ฐฉ ์ด์ฉ์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while using chatting room */ MSG_ID_BBC = 0xbbc, -/*20161026 to 20180523 +/*20161026 to 20180605 ํํฐ์ ์ ์์ด ์ ์ ์ํ๊ฐ ์๋๋๋ค. Party members are not connected. */ MSG_ID_BBD = 0xbbd, -/*20161026 to 20180523 +/*20161026 to 20180605 ์คํฌ ๋ฐ๋์ ์ต์ %d๊ฐ์ ํ์ด์ด ํ์ํฉ๋๋ค. You need %d arrow(s) to activate the skill. */ MSG_ID_BBE = 0xbbe, #endif #if PACKETVER >= 20161102 -/*20161102 to 20180523 +/*20161102 to 20180605 ์์ดํ
์ ๋ ฌ Align items */ MSG_ID_BBF = 0xbbf, -/*20161102 to 20180523 +/*20161102 to 20180605 ์์ดํ
์ ๋ฒ๋ฆฌ๋ ค๋ฉด ์ฅ๋น ์ค์ ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Please close item setting window to dump item. */ MSG_ID_BC0 = 0xbc0, #endif #if PACKETVER >= 20161109 -/*20161109 to 20180523 +/*20161109 to 20180605 ๊ต์ฒด ํ ์ ์๋ ์์ดํ
์ด ์์ต๋๋ค. There is no item to replace. */ MSG_ID_BC1 = 0xbc1, -/*20161109 to 20180523 +/*20161109 to 20180605 ์ญ์ ๋ ์บ๋ฆญํฐ Deleted character */ MSG_ID_BC2 = 0xbc2, #endif #if PACKETVER >= 20161116 -/*20161116 to 20180523 +/*20161116 to 20180605 %Y.%m.%d */ MSG_ID_BC3 = 0xbc3, -/*20161116 to 20180523 +/*20161116 to 20180605 ์ ์์ผ: %s Access date: %s */ MSG_ID_BC4 = 0xbc4, -/*20161116 to 20180523 +/*20161116 to 20180605 ์ ๋ จ ์ค์๋ ์ํ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. ์ํ์ ๊ฐ์ ์ข
๋ฃํ์์ต๋๋ค. You can not use bank while refining. Bank has closed. */ MSG_ID_BC5 = 0xbc5, -/*20161116 to 20180523 +/*20161116 to 20180605 ์ ๋ จ ์ค์๋ ์ํ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can not use bank while refining. */ MSG_ID_BC6 = 0xbc6, -/*20161116 to 20180523 +/*20161116 to 20180605 ์ฅ๋น ์ธํธ ์ค์ ์ค์ธ ์์ดํ
์
๋๋ค. The item has bind to set equipment. */ MSG_ID_BC7 = 0xbc7, #endif #if PACKETVER >= 20161123 -/*20161123 to 20180523 +/*20161123 to 20180605 ์ธ๊ฐ Human */ MSG_ID_BC8 = 0xbc8, -/*20161123 to 20180523 +/*20161123 to 20180605 ๊ฒ์ฌ, ๋ฒ์ฌ, ์์ธ, ๋ณต์ฌ, ๋๋, ๊ถ์ Swordman, Mage, Merchant, Acolyte, Thief, Archer */ MSG_ID_BC9 = 0xbc9, -/*20161123 to 20180523 +/*20161123 to 20180605 ๋๋ Doram */ MSG_ID_BCA = 0xbca, -/*20161123 to 20180523 +/*20161123 to 20180605 ์ํ์ฌ Summoner */ MSG_ID_BCB = 0xbcb, -/*20161123 to 20180523 +/*20161123 to 20180605 ๋ฏธ๋๊ฐ๋ฅด๋ ๋๋ฅ์ ๋ํ ์ข
์กฑ. ๋ฌดํํ ์ ์ฌ๋ ฅ๊ณผ ๋ฐ์ด๋ ์ ์๋ ฅ์ผ๋ก ๋ฌธ์ ํด๊ฒฐ์ ํ์ํ ๊ฒ์ด ํน์ง์ด๋ค. Delegate race of Midgard. Very talented race to solve a problem with inifite potential and great adaptability. */ MSG_ID_BCC = 0xbcc, -/*20161123 to 20180523 +/*20161123 to 20180605 ํ-์คํ ๋๋ฅ์ ๋ํ์ ์ธ ์ข
์กฑ ์ค ํ๋๋ก, ์ ์ฒ์ ์ผ๋ก ํธ๊ธฐ์ฌ์ด ๊ฐํ๊ณ ๋ฐ๋ํ ์ฑ๊ฒฉ์ ์ง๋
๋ค. One of delegate race of Far-star continent with natural born curiosity and sparky character. */ MSG_ID_BCD = 0xbcd, -/*20161123 to 20180523 +/*20161123 to 20180605 ์์ง ํ๊ณ๋์ด 70%๋ฅผ ์ด๊ณผํ๊ฑฐ๋, ์ธ๋ฒคํ ๋ฆฌ์ 10์นธ ์ด์์ ์ฌ์ ๊ณต๊ฐ์ด ๋ถ์กฑํ ์ํ์
๋๋ค. Weight limit has reached toover 70%. Or less then 10 invenrory space. */ MSG_ID_BCE = 0xbce, -/*20161123 to 20180523 +/*20161123 to 20180605 C */ MSG_ID_BCF = 0xbcf, -/*20161123 to 20180523 +/*20161123 to 20180605 C */ MSG_ID_BD0 = 0xbd0, -/*20161123 to 20180523 +/*20161123 to 20180605 ๋ค๋ฅธ ์ผ์ ํ๋ ์ค์
๋๋ค. Doing in other activity. */ MSG_ID_BD1 = 0xbd1, -/*20161123 to 20180523 +/*20161123 to 20180605 ์ค๋ฒํํธ ๋ฆฌ๋ฏธํธ : %d Overheat limit : %d */ MSG_ID_BD2 = 0xbd2, #endif #if PACKETVER >= 20161130 -/*20161130 to 20180523 +/*20161130 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด์ฉ ์ค์ ์ด๋ ๋ฐ ํํด๊ฐ ๋์ง ์์ต๋๋ค. You cannot invite or withdraw while in memorial dungeon. */ MSG_ID_BD3 = 0xbd3, -/*20161130 to 20180523 +/*20161130 to 20180605 ๋น์์ด๊ฐ ํฌํจ๋์ด์์ต๋๋ค. ๋ค์ ํ๋ฒ ํ์ธํด์ฃผ์ธ์. Expletive has detected. @@ -18804,131 +18804,131 @@ Please check again. MSG_ID_BD4 = 0xbd4, #endif #if PACKETVER >= 20161207 -/*20161207 to 20180523 +/*20161207 to 20180605 ์์ด๋๋ %d์ ์ด์ ์
๋ ฅํด์ฃผ์ธ์. ์ฌ์ฉ์ ๊ณ์ ์ด ์์ผ์ ๋ถ๋ค์ ์ผ์ชฝ ํ๋จ์ [์ ์ฒญ] ๋ฒํผ์ ๋๋ฌ ๊ณ์ ์ ๋ง๋์๊ธฐ ๋ฐ๋๋๋ค. Please enter over %d characters. If you don't have user account, please click [Register] button on the bottom left. */ MSG_ID_BD5 = 0xbd5, -/*20161207 to 20180523 +/*20161207 to 20180605 ๋น๋ฐ๋ฒํธ๋ %d์ ์ด์ ์
๋ ฅํด์ฃผ์ธ์. Please enter the password over %d characters. */ MSG_ID_BD6 = 0xbd6, -/*20161207 to 20180523 +/*20161207 to 20180605 ์งํ์ค์ด๋ ์์
์ ์ข
๋ฃํ ๋ค์ ์๋ํ์ธ์. Please finish your current work and try it again. */ MSG_ID_BD7 = 0xbd7, -/*20161207 to 20180523 +/*20161207 to 20180605 %.1f%% (PC๋ฐฉ %.1f%% + TPLUS %.1f%% + %s์๋ฒ %.1f%%) %.1f%% (Internet-Cafe %.1f%% + TPLUS %.1f%% + %sServer %.1f%%) */ MSG_ID_BD8 = 0xbd8, -/*20161207 to 20180523 +/*20161207 to 20180605 ์์ดํ
์ ๋ฑ๋กํ ์ ์์ต๋๋ค The item cannot be registered. */ MSG_ID_BD9 = 0xbd9, #endif #if PACKETVER >= 20161214 -/*20161214 to 20180523 +/*20161214 to 20180605 /100 /300 */ MSG_ID_BDA = 0xbda, -/*20161214 to 20180523 +/*20161214 to 20180605 /2000 /4000 */ MSG_ID_BDB = 0xbdb, -/*20161214 to 20180523 +/*20161214 to 20180605 https://member.gnjoy.com.tw/mRO_SecPwd.aspx */ MSG_ID_BDC = 0xbdc, -/*20161214 to 20180523 +/*20161214 to 20180605 ๋ฑ๋กํ emblem์ด ์กด์ฌํ์ง ์์ต๋๋ค. emblem ํด๋์ ํ์ผ์ ๋ฃ๊ณ ์๋ํด ์ฃผ์ธ์ The emblem you want to register does not exist. Insert it in the emblem file and try again */ MSG_ID_BDD = 0xbdd, /*20161214 to 20170315 #๋ผ๊ทธ๋๋กํฌ #Ragnarok -20170322 to 20180523 +20170322 to 20180605 ๋ผ๊ทธ๋๋กํฌ Ragnarok Ragnarok */ MSG_ID_BDE = 0xbde, /*20161214 to 20161214 ์คํฌ๋ฆฐ์ท์ ์์ ์ด์ธ์ ์บ๋ฆฌํฐ๋ช
์ด ํ์๋๋ ๊ฒฝ์ฐ๋ ์ฑํ
์ฐฝ์ ์์ ์ด์ธ์ ์บ๋ฆญํฐ ๋ํ๊ฐ ํ์๋๋ ๊ฒฝ์ฐ, ํด๋น ์ฌ์ฉ์์๊ฒ ๋ฐ๋์ ์ํด๋ฅผ ๊ตฌํ ํ ์ฌ์ฉ ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. -20161221 to 20180523 +20161221 to 20180605 ์คํฌ๋ฆฐ์ท์ ์์ ์ด์ธ์ ์บ๋ฆญํฐ๋ช
์ด ํ์๋๋ ๊ฒฝ์ฐ๋ ์ฑํ
์ฐฝ์ ์์ ์ด์ธ์ ์บ๋ฆญํฐ ๋ํ๊ฐ ํ์๋๋ ๊ฒฝ์ฐ, ํด๋น ์ฌ์ฉ์์๊ฒ ๋ฐ๋์ ์ํด๋ฅผ ๊ตฌํ ํ ์ฌ์ฉ ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. If your screenshot or chat box includes other users besides yourself, first ask permission from the other users before using it. */ MSG_ID_BDF = 0xbdf, #endif #if PACKETVER >= 20161221 -/*20161221 to 20180523 +/*20161221 to 20180605 ํ์ฌ ์ํ์์ ์ฅ๋น๋ฅผ ๊ต์ฒดํ ์ ์์ต๋๋ค You cannot change equipment in current condition */ MSG_ID_BE0 = 0xbe0, -/*20161221 to 20180523 +/*20161221 to 20180605 ํด๋น ์ ์ ์ ์ด๋ฆ์ ๊ฐ์ ธ์ค๊ณ ์์ต๋๋ค Getting the user's name */ MSG_ID_BE1 = 0xbe1, -/*20161221 to 20180523 +/*20161221 to 20180605 ํด๋น ๋ฉ์์ง๋ ์ฌ์ฉ ํ ์ ์๋ ๋ด์ฉ์ ํฌํจํ๊ณ ์์ต๋๋ค. This message includes contents you are not able to use. */ MSG_ID_BE2 = 0xbe2, -/*20161221 to 20180523 +/*20161221 to 20180605 ์์ดํ
๊ตฌ์
์ ์คํจํ์์ต๋๋ค. Failed to purchase item. */ MSG_ID_BE3 = 0xbe3, -/*20161221 to 20180523 +/*20161221 to 20180605 ์ ๋ถ์ฆ๋ฒํธ ํ์ 7์๋ฆฌ๊ฐ ์ผ์นํ์ง ์์ต๋๋ค. The lower numbers of the identification number does not match. */ MSG_ID_BE4 = 0xbe4, #endif #if PACKETVER >= 20161228 -/*20161228 to 20180523 +/*20161228 to 20180605 ๋ซ๊ธฐ Close */ MSG_ID_BE5 = 0xbe5, -/*20161228 to 20180523 +/*20161228 to 20180605 ๊ท์น Rule */ MSG_ID_BE6 = 0xbe6, -/*20161228 to 20180523 +/*20161228 to 20180605 1ํ ๊ตฌ๋งค Purchase 1x */ MSG_ID_BE7 = 0xbe7, -/*20161228 to 20180523 +/*20161228 to 20180605 10ํ ๊ตฌ๋งค Purchase 10x */ MSG_ID_BE8 = 0xbe8, -/*20161228 to 20180523 +/*20161228 to 20180605 100ํ ๊ตฌ๋งค Purchase 100x */ MSG_ID_BE9 = 0xbe9, -/*20161228 to 20180523 +/*20161228 to 20180605 1๋ฑ ๋น์ฒจ Win 1st prize */ MSG_ID_BEA = 0xbea, -/*20161228 to 20180523 +/*20161228 to 20180605 2๋ฑ ๋น์ฒจ Win 2nd prize */ MSG_ID_BEB = 0xbeb, -/*20161228 to 20180523 +/*20161228 to 20180605 3๋ฑ ๋น์ฒจ Win 3rd prize */ @@ -18936,7 +18936,7 @@ Win 3rd prize /*20161228 to 20170111 ๋ณต๊ถ ๊ตฌ๋งค ๊ธ์ก Lottery purchase amount -20170118 to 20180523 +20170118 to 20180605 ํ์ฌ ์ฌ์ฉํ์ง ์์ Currently not in use */ @@ -18944,49 +18944,49 @@ Currently not in use /*20161228 to 20170111 ์ฐธ์ฌ ์บ๋ฆญํฐ Participating character -20170118 to 20180523 +20170118 to 20180605 ํ์ฌ ์ฌ์ฉํ์ง ์์ Currently not in use */ MSG_ID_BEE = 0xbee, -/*20161228 to 20180523 +/*20161228 to 20180605 ์ ๋ ๋ก๋ ๋น์ฒจ์ Zeny Lottery winner */ MSG_ID_BEF = 0xbef, /*20161228 to 20170111 ๋ณต๊ถ ์งํ์ผ -20170118 to 20180523 +20170118 to 20180605 ๋ณต๊ถ ๊ตฌ๋งค ๊ธ์ก Lottery purchase amount */ MSG_ID_BF0 = 0xbf0, -/*20161228 to 20180523 +/*20161228 to 20180605 ์ฐธ์ฌ ์บ๋ฆญํฐ Participating character */ MSG_ID_BF1 = 0xbf1, -/*20161228 to 20180523 +/*20161228 to 20180605 1๋ฑ 1st Price */ MSG_ID_BF2 = 0xbf2, -/*20161228 to 20180523 +/*20161228 to 20180605 2๋ฑ 2nd Price */ MSG_ID_BF3 = 0xbf3, -/*20161228 to 20180523 +/*20161228 to 20180605 3๋ฑ 3rd Price */ MSG_ID_BF4 = 0xbf4, -/*20161228 to 20180523 +/*20161228 to 20180605 ๊ตฌ๋งค ๋ณด์ ์์ดํ
Purchase Reward Item */ MSG_ID_BF5 = 0xbf5, -/*20161228 to 20180523 +/*20161228 to 20180605 ^1a1a1a๋ณต๊ถ ^b%d๊ฐ^/b๋ฅผ ^4435b2%dZeny^1a1a1a๋ก ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? @@ -18994,165 +18994,165 @@ Purchase Reward Item ^4435b2%dZeny^1a1a1a? */ MSG_ID_BF6 = 0xbf6, -/*20161228 to 20180523 +/*20161228 to 20180605 ๋ณต๊ถ์ ์ฑ๊ณต์ ์ผ๋ก ๊ตฌ๋งคํ์์ต๋๋ค. You have successfully purchased the lottery ticket. */ MSG_ID_BF7 = 0xbf7, -/*20161228 to 20180523 +/*20161228 to 20180605 ์์ง ์ ๋๊ฐ ๋ถ์กฑํ์ฌ ๋ณต๊ถ์ ๊ตฌ๋งค ํ ์ ์์ต๋๋ค. Not enough Zeny to purchase lottey ticket. */ MSG_ID_BF8 = 0xbf8, -/*20161228 to 20180523 +/*20161228 to 20180605 ์ต๋ ๋ณต๊ถ ๊ตฌ๋งค ํ์๋ 1000ํ๋ฅผ ์ด๊ณผ ํ ์ ์์ต๋๋ค. You are only able to purchase the tickets upto 1000 times. */ MSG_ID_BF9 = 0xbf9, -/*20161228 to 20180523 +/*20161228 to 20180605 ์ Yes */ MSG_ID_BFA = 0xbfa, -/*20161228 to 20180523 +/*20161228 to 20180605 ์๋์ No */ MSG_ID_BFB = 0xbfb, -/*20161228 to 20180523 +/*20161228 to 20180605 HP */ MSG_ID_BFC = 0xbfc, -/*20161228 to 20180523 +/*20161228 to 20180605 SP */ MSG_ID_BFD = 0xbfd, -/*20161228 to 20180523 +/*20161228 to 20180605 Lv */ MSG_ID_BFE = 0xbfe, -/*20161228 to 20180523 +/*20161228 to 20180605 Lv */ MSG_ID_BFF = 0xbff, -/*20161228 to 20180523 +/*20161228 to 20180605 Exp */ MSG_ID_C00 = 0xc00, -/*20161228 to 20180523 +/*20161228 to 20180605 all on */ MSG_ID_C01 = 0xc01, -/*20161228 to 20180523 +/*20161228 to 20180605 Play Replay Flie */ MSG_ID_C02 = 0xc02, -/*20161228 to 20180523 +/*20161228 to 20180605 P */ MSG_ID_C03 = 0xc03, -/*20161228 to 20180523 +/*20161228 to 20180605 Total */ MSG_ID_C04 = 0xc04, -/*20161228 to 20180523 +/*20161228 to 20180605 Basicinfo */ MSG_ID_C05 = 0xc05, -/*20161228 to 20180523 +/*20161228 to 20180605 Equip */ MSG_ID_C06 = 0xc06, -/*20161228 to 20180523 +/*20161228 to 20180605 Item */ MSG_ID_C07 = 0xc07, -/*20161228 to 20180523 +/*20161228 to 20180605 Skill */ MSG_ID_C08 = 0xc08, -/*20161228 to 20180523 +/*20161228 to 20180605 Guild */ MSG_ID_C09 = 0xc09, -/*20161228 to 20180523 +/*20161228 to 20180605 Party */ MSG_ID_C0A = 0xc0a, -/*20161228 to 20180523 +/*20161228 to 20180605 Chatting */ MSG_ID_C0B = 0xc0b, -/*20161228 to 20180523 +/*20161228 to 20180605 Shortcut */ MSG_ID_C0C = 0xc0c, -/*20161228 to 20180523 +/*20161228 to 20180605 Status */ MSG_ID_C0D = 0xc0d, -/*20161228 to 20180523 +/*20161228 to 20180605 ALL All */ MSG_ID_C0E = 0xc0e, -/*20161228 to 20180523 +/*20161228 to 20180605 User Defined File Name */ MSG_ID_C0F = 0xc0f, -/*20161228 to 20180523 +/*20161228 to 20180605 Repeated File Check */ MSG_ID_C10 = 0xc10, -/*20161228 to 20180523 +/*20161228 to 20180605 on */ MSG_ID_C11 = 0xc11, -/*20161228 to 20180523 +/*20161228 to 20180605 <Basic Skin> */ MSG_ID_C12 = 0xc12, -/*20161228 to 20180523 +/*20161228 to 20180605 Select Skin */ MSG_ID_C13 = 0xc13, #endif #if PACKETVER >= 20170111 -/*20170111 to 20180523 +/*20170111 to 20180605 ํ์ฌ ๋ณต๊ถ์ ์ฐธ์ฌ ์ค์ด๋ผ ์ญ์ ํ ์ ์์ต๋๋ค You cannot delete it because you are currently participating in the lottery */ MSG_ID_C14 = 0xc14, -/*20170111 to 20180523 +/*20170111 to 20180605 /achievement */ MSG_ID_C15 = 0xc15, -/*20170111 to 20180523 +/*20170111 to 20180605 ์ ๋ ๋ณต๊ถ Zeny Lottery ticket */ MSG_ID_C16 = 0xc16, -/*20170111 to 20180523 +/*20170111 to 20180605 ์ ๋ ๋ณต๊ถ %d๋ฑ ๋น์ฒจ ๋ณด์ Zenyy Lottery %dprize reward */ MSG_ID_C17 = 0xc17, -/*20170111 to 20180523 +/*20170111 to 20180605 %d๋ฑ ๋น์ฒจ ๋ณด์: %s %dprize reward: %s */ MSG_ID_C18 = 0xc18, -/*20170111 to 20180523 +/*20170111 to 20180605 ์ ๋ ๋ณต๊ถ ๋์ ๊ตฌ๋งค ๋ณด์ Zeny Lottery Cumulative purchase reward */ MSG_ID_C19 = 0xc19, -/*20170111 to 20180523 +/*20170111 to 20180605 ๋์ %dํ ๋ณด์: %s Cumulative %d times reward: %s */ MSG_ID_C1A = 0xc1a, -/*20170111 to 20180523 +/*20170111 to 20180605 ์ ๋ ๋ณต๊ถ ๊ตฌ๋งค ํ๋ถ Zeny Lottery Refund */ @@ -19160,282 +19160,282 @@ Zeny Lottery Refund /*20170111 to 20170111 ํ๋ถ ๊ธ์ก: %d Zeny ํ๋ถ ์ฌ์ : ์๋ฒ ๋ด ๋ณต๊ถ ์ถ์ฒจ ๋ฌ์ฑ ์คํจ -20170118 to 20180523 +20170118 to 20180605 ํ๋ถ ๊ธ์ก: %d Zeny ํ๋ถ ์ฌ์ : ์๋ฒ ๋ด ๋ณต๊ถ ์ถ์ฒจ ๋ฌ์ฑ ์คํจ Refund amount: %d Zeny Reason for Refund: Failed to draw lottery in the server */ MSG_ID_C1C = 0xc1c, -/*20170111 to 20180523 +/*20170111 to 20180605 ๋ฏธ๋ ํํฐ์ฐฝ ์ถ๊ฐ Add Mini Party Chat */ MSG_ID_C1D = 0xc1d, -/*20170111 to 20180523 +/*20170111 to 20180605 ๋ฏธ๋ ํํฐ์ฐฝ ์ญ์ Delete Mini Party Chat */ MSG_ID_C1E = 0xc1e, #endif #if PACKETVER >= 20170118 -/*20170118 to 20180523 +/*20170118 to 20180605 ๋ณต๊ถ ์ถ์ฒจ์ด ๋ชจ๋ ์ข
๋ฃ ๋์์ต๋๋ค! ๋น์ฒจ์๋ฅผ ํ์ธํด์ฃผ์ธ์ The lottery draw had ended! Check the winner! */ MSG_ID_C1F = 0xc1f, -/*20170118 to 20180523 +/*20170118 to 20180605 %d์ %d์ผ %dMonth %dDay */ MSG_ID_C20 = 0xc20, -/*20170118 to 20180523 +/*20170118 to 20180605 ๋ค์ ๋ฑ๊ธ๊น์ง Till the next grade */ MSG_ID_C21 = 0xc21, -/*20170118 to 20180523 +/*20170118 to 20180605 ์ ์ฒด All */ MSG_ID_C22 = 0xc22, -/*20170118 to 20180523 +/*20170118 to 20180605 ๋ฏธ์๋ฃ Incomplete */ MSG_ID_C23 = 0xc23, -/*20170118 to 20180523 +/*20170118 to 20180605 (๋ฌ์ฑ!) (Accomplished!) */ MSG_ID_C24 = 0xc24, -/*20170118 to 20180523 +/*20170118 to 20180605 (๋ฏธ๋ฌ์ฑ) (Not Accomplished) */ MSG_ID_C25 = 0xc25, #endif #if PACKETVER >= 20170208 -/*20170208 to 20180523 +/*20170208 to 20180605 ์ฅ๋น ๊ต์ฒด Change equipment */ MSG_ID_C26 = 0xc26, -/*20170208 to 20180523 +/*20170208 to 20180605 CHANGE */ MSG_ID_C27 = 0xc27, -/*20170208 to 20180523 +/*20170208 to 20180605 ํ ํ๋ผ๋ฉํฐ ^cc0000๊ทผ์ ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ^ffffff, ์์ง๋ฌด๊ฒ Power Parameter ^cc0000Melee PhysicalAttack^ffffff, Carrying Weight */ MSG_ID_C28 = 0xc28, -/*20170208 to 20180523 +/*20170208 to 20180605 ๋ฏผ์ฒฉ์ฑ ํ๋ผ๋ฉํฐ ^cc0000๊ณต๊ฒฉ ์๋^ffffff, ํํผ์จ, ๋ฌผ๋ฆฌ ๋ฐฉ์ด๋ ฅ Agility Parameter ^cc0000Attack Speed^ffffff, Dodge, Physical Defense */ MSG_ID_C29 = 0xc29, -/*20170208 to 20180523 +/*20170208 to 20180605 ์ฒด๋ ฅ ํ๋ผ๋ฉํฐ ^cc0000์ต๋ ์ฒด๋ ฅ^ffffff, ๋ฌผ๋ฆฌ ๋ฐฉ์ด๋ ฅ, ๋ง๋ฒ ๋ฐฉ์ด๋ ฅ HP Parameter ^cc0000Max HP^ffffff, Physical Defense, Magic Defense */ MSG_ID_C2A = 0xc2a, -/*20170208 to 20180523 +/*20170208 to 20180605 ์ง๋ ฅ ํ๋ผ๋ฉํฐ ^cc0000๋ง๋ฒ ๊ณต๊ฒฉ๋ ฅ^ffffff, ์บ์คํ
์๊ฐ, ๋ง๋ฒ ๋ฐฉ์ด๋ ฅ Intellect Parameter ^cc0000Magic Attack^ffffff, Casting Time, Magic Defense */ MSG_ID_C2B = 0xc2b, -/*20170208 to 20180523 +/*20170208 to 20180605 ์์ฌ์ฃผ ํ๋ผ๋ฉํฐ ^cc0000์๊ฑฐ๋ฆฌ ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ^ffffff, ๋ช
์ค๋ฅ , ์บ์คํ
์๊ฐ, ๋ง๋ฒ ๊ณต๊ฒฉ๋ ฅ Handcraft Parameter ^cc0000Long Range Physical Attack^ffffff, Accuracy, Casting Time, Magic Attack */ MSG_ID_C2C = 0xc2c, -/*20170208 to 20180523 +/*20170208 to 20180605 ์ด ํ๋ผ๋ฉํฐ ^cc0000์น๋ช
ํ์จ^ffffff, ๋ช
์ค๋ฅ , ๋ฌผ๋ฆฌ๊ณต๊ฒฉ๋ ฅ, ๋ง๋ฒ๊ณต๊ฒฉ๋ ฅ, ํํผ์จ Moon Parameter ^cc0000Critical Rate^ffffff, Accuracy, Physical Attack, Magic Attack, Dodge */ MSG_ID_C2D = 0xc2d, -/*20170208 to 20180523 +/*20170208 to 20180605 ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ Physical Attack */ MSG_ID_C2E = 0xc2e, -/*20170208 to 20180523 +/*20170208 to 20180605 ๋ฌผ๋ฆฌ ๋ฐฉ์ด๋ ฅ Physical Defense */ MSG_ID_C2F = 0xc2f, -/*20170208 to 20180523 +/*20170208 to 20180605 ๋ช
์ค๋ฅ Accuracy */ MSG_ID_C30 = 0xc30, -/*20170208 to 20180523 +/*20170208 to 20180605 ์น๋ช
ํ์จ Critical Rate */ MSG_ID_C31 = 0xc31, -/*20170208 to 20180523 +/*20170208 to 20180605 ์์๊ธธ๋ Affiliated Guild */ MSG_ID_C32 = 0xc32, -/*20170208 to 20180523 +/*20170208 to 20180605 ๊ฐ ํ๋ผ๋ฉํฐ ๋ ๋ฒจ์
์ ์ฌ์ฉ๋๋ ํฌ์ธํธ Points to level up each Parameter */ MSG_ID_C33 = 0xc33, -/*20170208 to 20180523 +/*20170208 to 20180605 ๋ง๋ฒ๊ณต๊ฒฉ๋ ฅ Magic Attack */ MSG_ID_C34 = 0xc34, -/*20170208 to 20180523 +/*20170208 to 20180605 ๋ง๋ฒ๋ฐฉ์ด๋ ฅ Magic Defense */ MSG_ID_C35 = 0xc35, -/*20170208 to 20180523 +/*20170208 to 20180605 ํํผ์จ Dodge */ MSG_ID_C36 = 0xc36, -/*20170208 to 20180523 +/*20170208 to 20180605 ๊ณต๊ฒฉ ์๋ Attack Speed */ MSG_ID_C37 = 0xc37, #endif #if PACKETVER >= 20170215 -/*20170215 to 20180523 +/*20170215 to 20180605 ๋จ์ถํค ์๋ด Shortcut */ MSG_ID_C38 = 0xc38, -/*20170215 to 20180523 +/*20170215 to 20180605 ์ต์
Option */ MSG_ID_C39 = 0xc39, -/*20170215 to 20180523 +/*20170215 to 20180605 ์คํฌ ๋จ์ถํค (F1 ~ F9) Skill Shortcut Key (F1 ~ F9) */ MSG_ID_C3A = 0xc3a, -/*20170215 to 20180523 +/*20170215 to 20180605 ์ด๋ฏธ์ง ์บก์ณ Capture Image */ MSG_ID_C3B = 0xc3b, -/*20170215 to 20180523 +/*20170215 to 20180605 ํ๋ Zoom In */ MSG_ID_C3C = 0xc3c, -/*20170215 to 20180523 +/*20170215 to 20180605 ์ถ์ Zoom Out */ MSG_ID_C3D = 0xc3d, -/*20170215 to 20180523 +/*20170215 to 20180605 ๊ธธ๋ Guild */ MSG_ID_C3E = 0xc3e, -/*20170215 to 20180523 +/*20170215 to 20180605 ์ํ Bank */ MSG_ID_C3F = 0xc3f, -/*20170215 to 20180523 +/*20170215 to 20180605 ์ฐํธ Mail */ MSG_ID_C40 = 0xc40, -/*20170215 to 20180523 +/*20170215 to 20180605 ์บ์ ์์ Cash Shop */ MSG_ID_C41 = 0xc41, -/*20170215 to 20180523 +/*20170215 to 20180605 ์๊ธฐ Sit */ MSG_ID_C42 = 0xc42, -/*20170215 to 20180523 +/*20170215 to 20180605 ์ด๋ Move */ MSG_ID_C43 = 0xc43, -/*20170215 to 20180523 +/*20170215 to 20180605 ํ์ Rotate */ MSG_ID_C44 = 0xc44, -/*20170215 to 20180523 +/*20170215 to 20180605 ํํฐ์ฅ์ ํํฐ์ฅ์ ๋ค๋ฅธ ํํฐ์์๊ฒ ์์ ํ ํํด ๊ฐ๋ฅํฉ๋๋ค. The Party Leader can be dropped out only after another party member becomes a Party Leader. */ MSG_ID_C45 = 0xc45, -/*20170215 to 20180523 +/*20170215 to 20180605 ์ด ๋์์์ ๊ทธ๋ง ๋ณด์๊ฒ ์ต๋๊น? Do you want to stop viewing this video? */ MSG_ID_C46 = 0xc46, -/*20170215 to 20180523 +/*20170215 to 20180605 ์ฅ๋น๊ฐ ์ฅ๋น ๊ต์ฒด ์ฐฝ์ ์ฅ์ฐฉ ๋์์ต๋๋ค. gear has been equipped in the gear equipment pop-up. */ MSG_ID_C47 = 0xc47, -/*20170215 to 20180523 +/*20170215 to 20180605 ์ฅ๋น๊ฐ ์ฅ๋น ๊ต์ฒด ์ฐฝ์์ ํด์ ๋์์ต๋๋ค. gear has been removed in the gear equipment pop-up. */ MSG_ID_C48 = 0xc48, #endif #if PACKETVER >= 20170222 -/*20170222 to 20180523 +/*20170222 to 20180605 ํ์ฌ๊ฐ ๋ง์ง๋ง ๋ผ์ธ์
๋๋ค. This is the last line. */ MSG_ID_C49 = 0xc49, -/*20170222 to 20180523 +/*20170222 to 20180605 %.1f%% ( ๊ธฐ๋ณธ 100%% + ํ๋ฆฌ๋ฏธ์ %.1f%%+ %s์๋ฒ %.1f%% ) %.1f%% ( Base 100%% + Premium %.1f%%+ %sServer %.1f%% ) */ MSG_ID_C4A = 0xc4a, #endif #if PACKETVER >= 20170228 -/*20170228 to 20180523 +/*20170228 to 20180605 ํ์ Chinese character */ MSG_ID_C4B = 0xc4b, -/*20170228 to 20180523 +/*20170228 to 20180605 ๋จ์ถํค ์ค์ Shortcut Settings */ MSG_ID_C4C = 0xc4c, #endif #if PACKETVER >= 20170308 -/*20170308 to 20180523 +/*20170308 to 20180605 ๋น์ ์ ์ ์ก์ ๊ธฐ๊ฐ์ %s์ ์ข
๋ฃ๋ฉ๋๋ค. Your subscription will be ended on%s. */ MSG_ID_C4D = 0xc4d, -/*20170308 to 20180523 +/*20170308 to 20180605 ๋ฆฌํ๋ ์ด ํ์ผ์ ์ฐพ์ง ๋ชปํ์์ต๋๋ค. Cannot find the replay file. */ @@ -19443,7 +19443,7 @@ Cannot find the replay file. /*20170308 to 20170801 ์ ๋ฐ Head -20170809 to 20180523 +20170809 to 20180605 ์์ Shoes */ @@ -19451,22 +19451,22 @@ Shoes /*20170308 to 20170801 ๋จธ๋ฆฌ Costume -20170809 to 20180523 +20170809 to 20180605 ์ ๋ฐ Head */ MSG_ID_C50 = 0xc50, -/*20170308 to 20180523 +/*20170308 to 20180605 ๊ฐ์ท Armor */ MSG_ID_C51 = 0xc51, -/*20170308 to 20180523 +/*20170308 to 20180605 ์ด๊นจ Shoulders */ MSG_ID_C52 = 0xc52, -/*20170308 to 20180523 +/*20170308 to 20180605 ์
์ธ Accessory */ @@ -19474,12 +19474,12 @@ Accessory /*20170308 to 20170801 ์์ Shoes -20170809 to 20180523 +20170809 to 20180605 ๋จธ๋ฆฌ Costume */ MSG_ID_C54 = 0xc54, -/*20170308 to 20180523 +/*20170308 to 20180605 ์ฐจ์์ ๋ ฌ Sort Order */ @@ -19487,7 +19487,7 @@ Sort Order /*20170308 to 20170308 Current admission application state. -20170315 to 20180523 +20170315 to 20180605 ์ผ๋ฐ ์ฅ๋น Normal Gear */ @@ -19495,7 +19495,7 @@ Normal Gear /*20170308 to 20170308 Current admission application state. -20170315 to 20180523 +20170315 to 20180605 ํน์ ์ฅ๋น Special Gear */ @@ -19503,291 +19503,291 @@ Special Gear /*20170308 to 20170308 Current admission application state. -20170315 to 20180523 +20170315 to 20180605 ์นญํธ Style */ MSG_ID_C58 = 0xc58, #endif #if PACKETVER >= 20170315 -/*20170315 to 20180523 +/*20170315 to 20180605 /quake : ํ๋ฉด ํ๋ค๋ฆผ ํจ๊ณผ On/Off /quake : Screen Shaking Effect On/Off */ MSG_ID_C59 = 0xc59, -/*20170315 to 20180523 +/*20170315 to 20180605 /aura2 : ์ค์ค๋ผ๋ฅผ ์์ ํ Off ์ํฌ ์ ์์ต๋๋ค On Off /aura2 : You can completely turn off the aurora On/Off */ MSG_ID_C5A = 0xc5a, -/*20170315 to 20180523 +/*20170315 to 20180605 ๊ธฐ๋ณธ ์ค์ Default Settings */ MSG_ID_C5B = 0xc5b, -/*20170315 to 20180523 +/*20170315 to 20180605 ๊ณ ๊ธ ์ค์ Advanced Settings */ MSG_ID_C5C = 0xc5c, -/*20170315 to 20180523 +/*20170315 to 20180605 ๊ธฐ๋ณธ์ค์ ๊ฐ์ด ์ ์ฉ๋ฉ๋๋ค. The Default Settings will be applied. */ MSG_ID_C5D = 0xc5d, -/*20170315 to 20180523 +/*20170315 to 20180605 ๊ธฐ๋ณธ ์ค์ ๊ฐ์ด ์ ์ฉ๋ฉ๋๋ค. ๋์ํ์ญ๋๊น? The Default Settings will be applied. Do you agree? */ MSG_ID_C5E = 0xc5e, -/*20170315 to 20180523 +/*20170315 to 20180605 ์ค์ ๊ฐ์ด ์ ์ฉ๋ฉ๋๋ค. ๋์ํ์ญ๋๊น? The settings will be applied. Do you agree? */ MSG_ID_C5F = 0xc5f, -/*20170315 to 20180523 +/*20170315 to 20180605 ์ค์ ๊ฐ์ ์ ์ฉํ๋ ค๋ฉด ์ฌ์์์ด ํ์ํฉ๋๋ค. ๋์ํ์ญ๋๊น? Need to restart to apply the settings. Do you agree? */ MSG_ID_C60 = 0xc60, -/*20170315 to 20180523 +/*20170315 to 20180605 ์๊ฐ Fog */ MSG_ID_C61 = 0xc61, -/*20170315 to 20180523 +/*20170315 to 20180605 ์ค์ค๋ผ ๊ฐ๋ตํ Simplified aurora */ MSG_ID_C62 = 0xc62, -/*20170315 to 20180523 +/*20170315 to 20180605 ์ค์ค๋ผ์ผ๊ธฐ Turn on aurora */ MSG_ID_C63 = 0xc63, -/*20170315 to 20180523 +/*20170315 to 20180605 ์ดํํธ ํ์ Show Effect */ MSG_ID_C64 = 0xc64, -/*20170315 to 20180523 +/*20170315 to 20180605 ์์ ํ์ Show Shadows */ MSG_ID_C65 = 0xc65, -/*20170315 to 20180523 +/*20170315 to 20180605 No Shift */ MSG_ID_C66 = 0xc66, -/*20170315 to 20180523 +/*20170315 to 20180605 ํ๋์จ์ด T&L ๊ฐ์๊ธฐ๋ฅ์ ์ ํํฉ๋๋ค Select Hardware T&L Acceleration Function */ MSG_ID_C67 = 0xc67, -/*20170315 to 20180523 +/*20170315 to 20180605 ๊ฒ์์ ํด์๋๋ฅผ ์ ํํฉ๋๋ค Select Game Resolution */ MSG_ID_C68 = 0xc68, -/*20170315 to 20180523 +/*20170315 to 20180605 ์ ์ฒดํ๋ฉด ์ฌ์ฉ Use full screen */ MSG_ID_C69 = 0xc69, -/*20170315 to 20180523 +/*20170315 to 20180605 ๋ง์ฐ์ค ๊ณ ์ Fix mouse */ MSG_ID_C6A = 0xc6a, -/*20170315 to 20180523 +/*20170315 to 20180605 ์ดํํธ ์ค์ Effect Settings */ MSG_ID_C6B = 0xc6b, -/*20170315 to 20180523 +/*20170315 to 20180605 Control ์ค์ Control Settings */ MSG_ID_C6C = 0xc6c, -/*20170315 to 20180523 +/*20170315 to 20180605 ๊ทธ๋ํฝ ์ฅ์น ์ค์ Graphic Device Settings */ MSG_ID_C6D = 0xc6d, -/*20170315 to 20180523 +/*20170315 to 20180605 ๊ทธ๋ํฝ ํด์๋ ์ค์ Graphic Resolution Settings */ MSG_ID_C6E = 0xc6e, -/*20170315 to 20180523 +/*20170315 to 20180605 ์ ์ฒด ํ๋ฉด ์ ๋ฌด ์ค์ Full Screen Settings */ MSG_ID_C6F = 0xc6f, -/*20170315 to 20180523 +/*20170315 to 20180605 ๋ง์ฐ์ค ๊ณ ์ ์ฌ๋ถ ์ค์ Fix mouse Settings */ MSG_ID_C70 = 0xc70, -/*20170315 to 20180523 +/*20170315 to 20180605 ์์๋ฃ : Commission : */ MSG_ID_C71 = 0xc71, -/*20170315 to 20180523 +/*20170315 to 20180605 ์์๋ฃ ์ด์ก : Total commission amount : */ MSG_ID_C72 = 0xc72, -/*20170315 to 20180523 +/*20170315 to 20180605 ์์ ์ธ ์ค์ Select receiver */ MSG_ID_C73 = 0xc73, -/*20170315 to 20180523 +/*20170315 to 20180605 ์์ ๊ทธ๋ฃน ์ค์ Select receiving group */ MSG_ID_C74 = 0xc74, -/*20170315 to 20180523 +/*20170315 to 20180605 ํฌ๊ธฐ ๋ณ๊ฒฝ(F10) Change size(F10) */ MSG_ID_C75 = 0xc75, -/*20170315 to 20180523 +/*20170315 to 20180605 ๋ฉ์ผํจ์ ๋ถ๋ฌ์ค๋ ์ค ์
๋๋ค. ๋ถํ์ํ ๋ฉ์ผ์ ^c92114์ญ์ ^000000ํด ์ฃผ์ธ์~!! Loading the mailbox. ^c92114Delete^000000unnecessary emails!! */ MSG_ID_C76 = 0xc76, -/*20170315 to 20180523 +/*20170315 to 20180605 NOW LOADING.. */ MSG_ID_C77 = 0xc77, -/*20170315 to 20180523 +/*20170315 to 20180605 ์ ๋ชฉ Title */ MSG_ID_C78 = 0xc78, -/*20170315 to 20180523 +/*20170315 to 20180605 ๋ณด๋ธ์ด Sender */ MSG_ID_C79 = 0xc79, #endif #if PACKETVER >= 20170322 -/*20170322 to 20180523 +/*20170322 to 20180605 ๋ผ๊ทธ๋๋กํฌ ํด๋ผ์ด์ธํธ์ ๋์์ ์คํ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. setup์ ์ข
๋ฃํฉ๋๋ค */ MSG_ID_C7A = 0xc7a, -/*20170322 to 20180523 +/*20170322 to 20180605 ์ถ๊ฐ ๊ธฐ๋ฅ ์ค์ */ MSG_ID_C7B = 0xc7b, -/*20170322 to 20180523 +/*20170322 to 20180605 This account does not exist. */ MSG_ID_C7C = 0xc7c, -/*20170322 to 20180523 +/*20170322 to 20180605 Passwords do not match. */ MSG_ID_C7D = 0xc7d, -/*20170322 to 20180523 +/*20170322 to 20180605 Failed to pass IP authentication */ MSG_ID_C7E = 0xc7e, -/*20170322 to 20180523 +/*20170322 to 20180605 No identification number, supplement your registration information */ MSG_ID_C7F = 0xc7f, -/*20170322 to 20180523 +/*20170322 to 20180605 Account block */ MSG_ID_C80 = 0xc80, -/*20170322 to 20180523 +/*20170322 to 20180605 System error */ MSG_ID_C81 = 0xc81, -/*20170322 to 20180523 +/*20170322 to 20180605 unknown error found. */ MSG_ID_C82 = 0xc82, #endif #if PACKETVER >= 20170329 -/*20170329 to 20180523 +/*20170329 to 20180605 ๊ธธ์๋ด ์์ด์ฝ ์ค์ */ MSG_ID_C83 = 0xc83, -/*20170329 to 20180523 +/*20170329 to 20180605 ๊ธธ ์๋ด ์ ๋ณด UI */ MSG_ID_C84 = 0xc84, -/*20170329 to 20180523 +/*20170329 to 20180605 ๊ธธ ์๋ด ์ ๋ณด ์ด๊ธฐ */ MSG_ID_C85 = 0xc85, -/*20170329 to 20180523 +/*20170329 to 20180605 ํ์ฌ ์์น ๊ณต์ */ MSG_ID_C86 = 0xc86, -/*20170329 to 20180523 +/*20170329 to 20180605 ๊ฒ์๊ฒฐ๊ณผ[0] */ MSG_ID_C87 = 0xc87, -/*20170329 to 20180523 +/*20170329 to 20180605 ๊ฒ์&์๋ด */ MSG_ID_C88 = 0xc88, /*20170329 to 20170329 ์์น ๊ฐ์ ์์ ๊ฐ์ด ๋ค์ด ์ฌ ์ ์์ต๋๋ค. -20170405 to 20180523 +20170405 to 20180605 ์์น๊ฐ ์ฌ๋ฐ๋ฅด์ง ์์ต๋๋ค. */ MSG_ID_C89 = 0xc89, -/*20170329 to 20180523 +/*20170329 to 20180605 ๊ฒ์๊ฒฐ๊ณผ[%d] */ MSG_ID_C8A = 0xc8a, -/*20170329 to 20180523 +/*20170329 to 20180605 ๊ธธ์๋ด ํ์๋ฅผ ์ํ ์์ด์ฝ ์ค์ */ MSG_ID_C8B = 0xc8b, -/*20170329 to 20180523 +/*20170329 to 20180605 ๊ธธ ์ฐพ๊ธฐ์ zeny ํ์ฉ */ MSG_ID_C8C = 0xc8c, -/*20170329 to 20180523 +/*20170329 to 20180605 ๋ด๋น๊ฒ์ด์
๋ํน ํด์ */ MSG_ID_C8D = 0xc8d, -/*20170329 to 20180523 +/*20170329 to 20180605 ํ์ฑํ ํ์ง ์์ ๊ณ์ ์
๋๋ค. */ MSG_ID_C8E = 0xc8e, #endif #if PACKETVER >= 20170405 -/*20170405 to 20180523 +/*20170405 to 20180605 ํด๋ฆญํ ์์น๊ฐ ์ฑํ
์ฐฝ์ ๊ณต์ ๋ฉ๋๋ค. */ MSG_ID_C8F = 0xc8f, -/*20170405 to 20180523 +/*20170405 to 20180605 4. Service ํญ๋ชฉ์ ์ ํํ๋ฉด Zeny&๋น๊ณต์ ์ด์ฉ์ ๊ณ ๋ คํ์ฌ ์๋ด ํ๋ค. */ MSG_ID_C90 = 0xc90, -/*20170405 to 20180523 +/*20170405 to 20180605 5. [<-] ๋ฒํผ : ๊ธธ์๋ด ๋ชจ๋ <-> ๊ฒ์ ๋ชจ๋๋ฅผ ๋ฐ๊พธ๊ฑฐ๋ */ MSG_ID_C91 = 0xc91, -/*20170405 to 20180523 +/*20170405 to 20180605 ๊ณต์ ํ๊ธฐ ๋ชจ๋ -> ์์น ๋ชจ๋๋ก ๋์๊ฐ๋ ์ฌ์ฉ ๋๋ค. */ MSG_ID_C92 = 0xc92, -/*20170405 to 20180523 +/*20170405 to 20180605 ๊ฒฝํ์น %lld ์ป์ */ MSG_ID_C93 = 0xc93, -/*20170405 to 20180523 +/*20170405 to 20180605 '%lld'์ ๊ฒฝํ์น๋ฅผ */ MSG_ID_C94 = 0xc94, @@ -19810,7 +19810,7 @@ unknown error found. = ์์๋ฃ์จ : ^1567fe8%^000000 100,000,001 z ์ด์ = ์์๋ฃ์จ : ^1567fe10%^000000 -20170524 to 20180523 +20170524 to 20180605 ^b- ๋
ธ์ ์์๋ฃ ์๋ด^/b ๋
ธ์ ์ค์ ๊ฐ๊ฒฉ์ ๋ฐ๋ผ ์ผ์ ๋น์จ์ ์์๋ฃ๊ฐ ๋ถ๊ฐ๋ฉ๋๋ค. @@ -19831,741 +19831,741 @@ unknown error found. = ์์๋ฃ์จ : ^1567fe5%^000000 */ MSG_ID_C95 = 0xc95, -/*20170405 to 20180523 +/*20170405 to 20180605 ์ค๊ฑฐ๋๊ฐ : */ MSG_ID_C96 = 0xc96, -/*20170405 to 20180523 +/*20170405 to 20180605 โป ์์ดํ
ํ๋งค์, ์ค๊ฑฐ๋๊ฐ๋งํผ ์ ๋๋ฅผ ํ๋ํฉ๋๋ค. */ MSG_ID_C97 = 0xc97, -/*20170405 to 20180523 +/*20170405 to 20180605 โป ์์ดํ
๊ตฌ๋งค์, ์ค๊ฑฐ๋๊ฐ๋งํผ ์ ๋๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. */ MSG_ID_C98 = 0xc98, -/*20170405 to 20180523 +/*20170405 to 20180605 ์ฑํ
๋ฐฉ ๊ฐ์ค */ MSG_ID_C99 = 0xc99, #endif #if PACKETVER >= 20170412 -/*20170412 to 20180523 +/*20170412 to 20180605 ํด๋น ์บ๋ฆญํฐ๋ ํํฐ๊ฐ์
์ด ๊ฐ๋ฅํ์ง ์์ ๋ ๋ฒจ์
๋๋ค. */ MSG_ID_C9A = 0xc9a, -/*20170412 to 20180523 +/*20170412 to 20180605 '%lld'์ ์ก๊ฒฝํ์น๋ฅผ */ MSG_ID_C9B = 0xc9b, -/*20170412 to 20180523 +/*20170412 to 20180605 ์ก๊ฒฝํ์น %lld ์ป์ */ MSG_ID_C9C = 0xc9c, #endif #if PACKETVER >= 20170419 -/*20170419 to 20180523 +/*20170419 to 20180605 ํ์ฌ์์น(๋๋ก)์๋ ๋
ธ์ ์ ๊ฐ์คํ ์ ์์ต๋๋ค. */ MSG_ID_C9D = 0xc9d, #endif #if PACKETVER >= 20170426 -/*20170426 to 20180523 +/*20170426 to 20180605 ์ด ํ ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_C9E = 0xc9e, #endif #if PACKETVER >= 20170517 -/*20170517 to 20180523 +/*20170517 to 20180605 ํํฐ์ */ MSG_ID_C9F = 0xc9f, -/*20170517 to 20180523 +/*20170517 to 20180605 SNS ์ ์ก์คํจ(%d) */ MSG_ID_CA0 = 0xca0, -/*20170517 to 20180523 +/*20170517 to 20180605 SNS ์๋ฒ ์ฐ๊ฒฐ์คํจ */ MSG_ID_CA1 = 0xca1, -/*20170517 to 20180523 +/*20170517 to 20180605 SNS ๋ก๊ทธ์ธ ํ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_CA2 = 0xca2, -/*20170517 to 20180523 +/*20170517 to 20180605 ์ ์ ํ ์ ์๋ ์ฃผ์๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. */ MSG_ID_CA3 = 0xca3, #endif #if PACKETVER >= 20170524 -/*20170524 to 20180523 +/*20170524 to 20180605 ๋ฏธ๋ํํฐ์ฐฝ์ด ๊ฒน์ณ์ ธ ์์ด ์ฌ์ฉํ์ค ์ ์์ต๋๋ค. */ MSG_ID_CA4 = 0xca4, #endif #if PACKETVER >= 20170531 -/*20170531 to 20180523 +/*20170531 to 20180605 ๋์ ํ๋งค๋
ธ์ */ MSG_ID_CA5 = 0xca5, #endif #if PACKETVER >= 20170614 -/*20170614 to 20180523 +/*20170614 to 20180605 BOX */ MSG_ID_CA6 = 0xca6, -/*20170614 to 20180523 +/*20170614 to 20180605 ํ๋ฐ์ค */ MSG_ID_CA7 = 0xca7, #endif #if PACKETVER >= 20170621 -/*20170621 to 20180523 +/*20170621 to 20180605 ํธ์์ ์ฑ๊ณตํ์ต๋๋ค. */ MSG_ID_CA8 = 0xca8, #endif #if PACKETVER >= 20170628 -/*20170628 to 20180523 +/*20170628 to 20180605 ๋ค์ํ๊ธฐ */ MSG_ID_CA9 = 0xca9, /*20170628 to 20170809 ์ ๋ จ์ฌ๋ฃ๊ฐ ๋ณ๊ฒฝ๋์ด ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค. -20170816 to 20180523 +20170816 to 20180605 ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ๋์์ต๋๋ค. ์ ๋ จ ์ฌ๋ฃ๋ฅผ ๋ค์ ์ ํํด์ฃผ์ธ์. */ MSG_ID_CAA = 0xcaa, -/*20170628 to 20180523 +/*20170628 to 20180605 ์ ๋ จ์์ด ๋ถ์กฑํ์ฌ ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค. */ MSG_ID_CAB = 0xcab, -/*20170628 to 20180523 +/*20170628 to 20180605 ์ ๋๊ฐ ๋ถ์กฑํ์ฌ ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค. */ MSG_ID_CAC = 0xcac, -/*20170628 to 20180523 +/*20170628 to 20180605 ๋์ฅ์ฅ์ด์ ์ถ๋ณต์ด ๋ถ์กฑํ์ฌ ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค. */ MSG_ID_CAD = 0xcad, -/*20170628 to 20180523 +/*20170628 to 20180605 ์์ดํ
์ด ํ๊ดด๋์์ต๋๋ค. */ MSG_ID_CAE = 0xcae, -/*20170628 to 20180523 +/*20170628 to 20180605 ๋ชจ๋ ์คํ
์ดํฐ์ค๊ฐ ๊ฐ์๋์์ต๋๋ค. */ MSG_ID_CAF = 0xcaf, -/*20170628 to 20180523 +/*20170628 to 20180605 ๋ชจ๋ ์คํ
์ดํฐ์ค ๊ฐ์ ํจ๊ณผ๊ฐ ํด์ ๋์์ต๋๋ค. */ MSG_ID_CB0 = 0xcb0, -/*20170628 to 20180523 +/*20170628 to 20180605 OTP ๋น๋ฐ๋ฒํธ๋ 8์๋ฆฌ ์
๋๋ค. */ MSG_ID_CB1 = 0xcb1, #endif #if PACKETVER >= 20170705 -/*20170705 to 20180523 +/*20170705 to 20180605 ํตํฉ๊ณ์ */ MSG_ID_CB2 = 0xcb2, -/*20170705 to 20180523 +/*20170705 to 20180605 ๋ผ๊ทธ๋๋กํฌ */ MSG_ID_CB3 = 0xcb3, -/*20170705 to 20180523 +/*20170705 to 20180605 ์๋น์ค ์ ๊ฒ ์ค์
๋๋ค. */ MSG_ID_CB4 = 0xcb4, -/*20170705 to 20180523 +/*20170705 to 20180605 ๊ฒ์์ด๋ฅผ ์
๋ ฅํด์ฃผ์ธ์ */ MSG_ID_CB5 = 0xcb5, -/*20170705 to 20180523 +/*20170705 to 20180605 MOTP */ MSG_ID_CB6 = 0xcb6, -/*20170705 to 20180523 +/*20170705 to 20180605 ์ธ์ฆ๋ฒํธ Identification number. */ MSG_ID_CB7 = 0xcb7, -/*20170705 to 20180523 +/*20170705 to 20180605 ํด๋ํฐ์ ๋ค์ด๋ฐ์ GNJOY MOTP๋ฅผ ์คํํ์ฌ ์ธ์ฆ๋ฒํธ๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์. */ MSG_ID_CB8 = 0xcb8, #endif #if PACKETVER >= 20170712 -/*20170712 to 20180523 +/*20170712 to 20180605 ํํฐ์ฅ์ ์์ํ ํํฐ์์ด ์กด์ฌํ์ง ์์ต๋๋ค. ํํฐ๋ฅผ ํด์ฐํ์๊ฒ ์ต๋๊น? */ MSG_ID_CB9 = 0xcb9, #endif #if PACKETVER >= 20170719 -/*20170719 to 20180523 +/*20170719 to 20180605 - ๋ง18์ธ์ด์ */ MSG_ID_CBA = 0xcba, -/*20170719 to 20180523 +/*20170719 to 20180605 - ์ ๋ฃ์๋ฒ */ MSG_ID_CBB = 0xcbb, -/*20170719 to 20180523 +/*20170719 to 20180605 - ๋ฌด๋ฃ์๋ฒ */ MSG_ID_CBC = 0xcbc, -/*20170719 to 20180523 +/*20170719 to 20180605 ์พ์ */ MSG_ID_CBD = 0xcbd, -/*20170719 to 20180523 +/*20170719 to 20180605 ๋ณดํต Normal */ MSG_ID_CBE = 0xcbe, -/*20170719 to 20180523 +/*20170719 to 20180605 ํผ์ก */ MSG_ID_CBF = 0xcbf, -/*20170719 to 20180523 +/*20170719 to 20180605 ํฌํ */ MSG_ID_CC0 = 0xcc0, -/*20170719 to 20180523 +/*20170719 to 20180605 map */ MSG_ID_CC1 = 0xcc1, -/*20170719 to 20180523 +/*20170719 to 20180605 ์๋์ฐฝ๊ณ ๋ ์ธ๋ฒคํ ๋ฆฌ ์์ดํ
๋ง ์
์ถ๊ณ ํ ์ ์์ต๋๋ค. */ MSG_ID_CC2 = 0xcc2, -/*20170719 to 20180523 +/*20170719 to 20180605 ์๋์ฐฝ๊ณ ์๋ ํซ์์ ์
๊ณ ํ ์ ์์ต๋๋ค. */ MSG_ID_CC3 = 0xcc3, -/*20170719 to 20180523 +/*20170719 to 20180605 ์๋์ฐฝ๊ณ ์๋ ์ ์์์ดํ
์ ์
๊ณ ํ ์ ์์ต๋๋ค. */ MSG_ID_CC4 = 0xcc4, -/*20170719 to 20180523 +/*20170719 to 20180605 %s ์์๋ ์ถ๊ณ ํ ์ ์๋ ์์ดํ
์
๋๋ค. */ MSG_ID_CC5 = 0xcc5, #endif #if PACKETVER >= 20170726 -/*20170726 to 20180523 +/*20170726 to 20180605 ๋์ ํ๊ดด */ MSG_ID_CC6 = 0xcc6, -/*20170726 to 20180523 +/*20170726 to 20180605 [%s] ๋์ด ์ ๋ จ์ ์ฑ๊ณตํ์ฌ, [+%d %s] ์์ดํ
์ ํ๋ํ์์ต๋๋ค. */ MSG_ID_CC7 = 0xcc7, -/*20170726 to 20180523 +/*20170726 to 20180605 [%s] ๋์ด [+%d %s] ์์ดํ
์ ์ ๋ จ์ ์คํจํ์์ต๋๋ค. */ MSG_ID_CC8 = 0xcc8, -/*20170726 to 20180523 +/*20170726 to 20180605 ํํฐ์ฅ์ ์์ํ ์ดํ์ ํํดํ ์ ์์ต๋๋ค. */ MSG_ID_CC9 = 0xcc9, #endif #if PACKETVER >= 20170809 -/*20170809 to 20180523 +/*20170809 to 20180605 ์ค๋ฆ */ MSG_ID_CCA = 0xcca, -/*20170809 to 20180523 +/*20170809 to 20180605 ๋ด๋ฆผ */ MSG_ID_CCB = 0xccb, -/*20170809 to 20180523 +/*20170809 to 20180605 ๊ธฐ๋ณธ */ MSG_ID_CCC = 0xccc, -/*20170809 to 20180523 +/*20170809 to 20180605 ๋ณ์กฐ๋ ํ์ผ์ด ๋ฐ๊ฒฌ๋์์ต๋๋ค. ๊ฒ์์ ๋ค์ ์คํ์์ผ์ฃผ์ธ์. */ MSG_ID_CCD = 0xccd, #endif #if PACKETVER >= 20170823 -/*20170823 to 20180523 +/*20170823 to 20180605 %s ์(๋) ์ด๋งต์์ ์ด๋์ด ์ ํ๋ ์์ดํ
์
๋๋ค. */ MSG_ID_CCE = 0xcce, #endif #if PACKETVER >= 20170906 -/*20170906 to 20180523 +/*20170906 to 20180605 ์ค์ค๋ก ๋จน์ด๋จน๊ธฐ */ MSG_ID_CCF = 0xccf, -/*20170906 to 20180523 +/*20170906 to 20180605 ๋ก๋ฑ์ค ์์ฑ์ฐฝ์ด ์ด๋ ค์๋ ๋์ ํธ๋ฌธํด๋ฃจ์ค๊ฐ ๋จน์ด๋ฅผ ๋จน์ง ๋ชปํฉ๋๋ค. */ MSG_ID_CD0 = 0xcd0, -/*20170906 to 20180523 +/*20170906 to 20180605 ํธ๋ฌธํด๋ฃจ์ค๊ฐ ๋จน์ด๋ฅผ ๋จน์์ต๋๋ค. '%s' ์์ฌ๋ %d๊ฐ */ MSG_ID_CD1 = 0xcd1, -/*20170906 to 20180523 +/*20170906 to 20180605 ํธ๋ฌธํด๋ฃจ์ค ์ค์ค๋ก ๋จน์ด ๋จน๊ธฐ ํ์ฑํ On */ MSG_ID_CD2 = 0xcd2, -/*20170906 to 20180523 +/*20170906 to 20180605 ํธ๋ฌธํด๋ฃจ์ค ์ค์ค๋ก ๋จน์ด ๋จน๊ธฐ ํ์ฑํ Off */ MSG_ID_CD3 = 0xcd3, -/*20170906 to 20180523 +/*20170906 to 20180605 ํธ๋ฌธํด๋ฃจ์ค๋ ์ฃผ์ธ์ด ํ๋ํ๋ ๊ฒฝํ์น์ 10%๋งํผ์ ์์ ์ ๊ฒฝํ์น๋ก ๋ถ๋ฐฐ ๋ฐ์ต๋๋ค. */ MSG_ID_CD4 = 0xcd4, -/*20170906 to 20180523 +/*20170906 to 20180605 ํ๋ฅ : %d%% */ MSG_ID_CD5 = 0xcd5, -/*20170906 to 20180523 +/*20170906 to 20180605 ํด๋น ๋์์ ํธ๋ฌธ์ ๊ณต๊ฒฉ๋์์ด ์๋๋๋ค. 'Alt + ์ฐํด๋ฆญ'์ ํตํด ํธ๋ฌธํด๋ฃจ์ค์ ๊ณต๊ฒฉ๋์์ ์ง์ ํด์ฃผ์ธ์. */ MSG_ID_CD6 = 0xcd6, -/*20170906 to 20180523 +/*20170906 to 20180605 ํธ๋ฌธ์ ๊ณต๊ฒฉ๋์์ด ์กด์ฌํ์ง ์์ต๋๋ค. 'Alt + ์ฐํด๋ฆญ'์ ํตํด ํธ๋ฌธํด๋ฃจ์ค์ ๊ณต๊ฒฉ๋์์ ์ง์ ํด์ฃผ์ธ์. */ MSG_ID_CD7 = 0xcd7, #endif #if PACKETVER >= 20170913 -/*20170913 to 20180523 +/*20170913 to 20180605 ํ๋งค ๋ฆฌ์คํธ */ MSG_ID_CD8 = 0xcd8, -/*20170913 to 20180523 +/*20170913 to 20180605 ๊ตฌ์
๋ฆฌ์คํธ */ MSG_ID_CD9 = 0xcd9, -/*20170913 to 20180523 +/*20170913 to 20180605 ์ ๊ท New */ MSG_ID_CDA = 0xcda, -/*20170913 to 20180523 +/*20170913 to 20180605 ์ธ๊ธฐ Headgears */ MSG_ID_CDB = 0xcdb, -/*20170913 to 20180523 +/*20170913 to 20180605 ํ์ Limited */ MSG_ID_CDC = 0xcdc, -/*20170913 to 20180523 +/*20170913 to 20180605 ์๋์ฅ๋น Rental Items */ MSG_ID_CDD = 0xcdd, -/*20170913 to 20180523 +/*20170913 to 20180605 ์๊ตฌ์ฅ๋น Equipments */ MSG_ID_CDE = 0xcde, -/*20170913 to 20180523 +/*20170913 to 20180605 ๋ฒํ Scrolls */ MSG_ID_CDF = 0xcdf, -/*20170913 to 20180523 +/*20170913 to 20180605 ํ๋ณต Consumables */ MSG_ID_CE0 = 0xce0, -/*20170913 to 20180523 +/*20170913 to 20180605 ๊ธฐํ Other */ MSG_ID_CE1 = 0xce1, -/*20170913 to 20180523 +/*20170913 to 20180605 ํน๊ฐ Special */ MSG_ID_CE2 = 0xce2, -/*20170913 to 20180523 +/*20170913 to 20180605 ์ถฉ์ ํ๊ธฐ */ MSG_ID_CE3 = 0xce3, -/*20170913 to 20180523 +/*20170913 to 20180605 ๊ตฌ์
ํ๊ธฐ */ MSG_ID_CE4 = 0xce4, /*20170913 to 20171206 https://payment.gnjoy.com/bill/login.grv -20171213 to 20180523 +20171213 to 20180605 http://member.gnjoy.com/user/pay/chargelist.asp */ MSG_ID_CE5 = 0xce5, -/*20170913 to 20180523 +/*20170913 to 20180605 ์์ดํ
๊ฒ์ */ MSG_ID_CE6 = 0xce6, -/*20170913 to 20180523 +/*20170913 to 20180605 ๋ฌด๋ฃ์บ์ */ MSG_ID_CE7 = 0xce7, -/*20170913 to 20180523 +/*20170913 to 20180605 ๋ฌด๋ฃ์บ์ ์ฌ์ฉ */ MSG_ID_CE8 = 0xce8, -/*20170913 to 20180523 +/*20170913 to 20180605 ์์ง์บ์ */ MSG_ID_CE9 = 0xce9, -/*20170913 to 20180523 +/*20170913 to 20180605 ์๋๊ฐฑ์ */ MSG_ID_CEA = 0xcea, -/*20170913 to 20180523 +/*20170913 to 20180605 ์ฑ์ (์ฌ) */ MSG_ID_CEB = 0xceb, -/*20170913 to 20180523 +/*20170913 to 20180605 ์์ธ๋ฆฌํผ(์ฌ) */ MSG_ID_CEC = 0xcec, -/*20170913 to 20180523 +/*20170913 to 20180605 ์ฑ์ (๋จ) */ MSG_ID_CED = 0xced, -/*20170913 to 20180523 +/*20170913 to 20180605 ์์ธ๋ฆฌํผ(๋จ) */ MSG_ID_CEE = 0xcee, #endif #if PACKETVER >= 20170920 -/*20170920 to 20180523 +/*20170920 to 20180605 ๋ฌด๊ฒ๊ฐ %d ํผ์ผํธ ์ด์์ผ๋๋ HP SP๊ฐ ์์ฐ์ ์ผ๋ก ํ๋ณต์ด ๋์ง ์์ต๋๋ค. */ MSG_ID_CEF = 0xcef, -/*20170920 to 20180523 +/*20170920 to 20180605 ํ ๋ฒ์ ๊ตฌ์
๊ฐ๋ฅํ ์์ดํ
์ ๊ฐ์ง์๋ 8๊ฐ์
๋๋ค. */ MSG_ID_CF0 = 0xcf0, -/*20170920 to 20180523 +/*20170920 to 20180605 http://gift.zhaouc.com/#/index http://gift.zhaouc.com/ */ MSG_ID_CF1 = 0xcf1, #endif #if PACKETVER >= 20170927 -/*20170927 to 20180523 +/*20170927 to 20180605 UNKNOWN ERROR:%d */ MSG_ID_CF2 = 0xcf2, -/*20170927 to 20180523 +/*20170927 to 20180605 NOT USER */ MSG_ID_CF3 = 0xcf3, -/*20170927 to 20180523 +/*20170927 to 20180605 THIS ACCOUNT ID IS BLOCKED */ MSG_ID_CF4 = 0xcf4, -/*20170927 to 20180523 +/*20170927 to 20180605 COUNTRY REJECT (OR NOT AVALIABLE USER ) */ MSG_ID_CF5 = 0xcf5, -/*20170927 to 20180523 +/*20170927 to 20180605 NOT MATCH PASSWORD */ MSG_ID_CF6 = 0xcf6, -/*20170927 to 20180523 +/*20170927 to 20180605 NOT EMAIL CERT */ MSG_ID_CF7 = 0xcf7, -/*20170927 to 20180523 +/*20170927 to 20180605 PAYPAL BLOCK */ MSG_ID_CF8 = 0xcf8, -/*20170927 to 20180523 +/*20170927 to 20180605 COUNTRY REJECT */ MSG_ID_CF9 = 0xcf9, -/*20170927 to 20180523 +/*20170927 to 20180605 PAYPAL BLOCK */ MSG_ID_CFA = 0xcfa, -/*20170927 to 20180523 +/*20170927 to 20180605 WEB BLOCK */ MSG_ID_CFB = 0xcfb, -/*20170927 to 20180523 +/*20170927 to 20180605 AGE LIMIT USER */ MSG_ID_CFC = 0xcfc, -/*20170927 to 20180523 +/*20170927 to 20180605 PASSWORD HAS NOT BEEN CHANGED FOR MORE THAN 90DAYS */ MSG_ID_CFD = 0xcfd, -/*20170927 to 20180523 +/*20170927 to 20180605 INPUT DATA ERROR */ MSG_ID_CFE = 0xcfe, -/*20170927 to 20180523 +/*20170927 to 20180605 ERROR DATABASE */ MSG_ID_CFF = 0xcff, -/*20170927 to 20180523 +/*20170927 to 20180605 ERROR SYSTEM */ MSG_ID_D00 = 0xd00, /*20170927 to 20171025 %s ์ง๋ถ -20171101 to 20180523 +20171101 to 20180605 %s ์๋ชจ */ MSG_ID_D01 = 0xd01, -/*20170927 to 20180523 +/*20170927 to 20180605 ๋น์ฉ์ง๋ถ */ MSG_ID_D02 = 0xd02, -/*20170927 to 20180523 +/*20170927 to 20180605 ์ถ๋ฐ ๊ฐ๋ฅํ ๋งต์ด ์๋๋๋ค. */ MSG_ID_D03 = 0xd03, -/*20170927 to 20180523 +/*20170927 to 20180605 ์ด๋ ๋ถ๊ฐ๋ฅํ ๋งต์
๋๋ค */ MSG_ID_D04 = 0xd04, -/*20170927 to 20180523 +/*20170927 to 20180605 ์์ดํ
์ด ๋ถ์กฑํฉ๋๋ค. */ MSG_ID_D05 = 0xd05, -/*20170927 to 20180523 +/*20170927 to 20180605 ์ค ๋ฐ๊ฟ ์์ด ํ ์ค๋ก ์
๋ ฅํด์ฃผ์ธ์. */ MSG_ID_D06 = 0xd06, #endif #if PACKETVER >= 20171011 -/*20171011 to 20180523 +/*20171011 to 20180605 ๋ถ๋ ๋จ์ด๊ฐ ํฌํจ๋ ์ด๋ฆ์ ๋ฑ๋กํ ์ ์์ต๋๋ค. */ MSG_ID_D07 = 0xd07, #endif #if PACKETVER >= 20171018 -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ ๊ฐ์
์ ์ํด ๊ณต์ ํํ์ด์ง๋ก ์ด๋๋ฉ๋๋ค. */ MSG_ID_D08 = 0xd08, #endif #if PACKETVER >= 20171025 -/*20171025 to 20180523 +/*20171025 to 20180605 TokenAgency ์๋ฒ ์ฐ๊ฒฐ ์คํจ */ MSG_ID_D09 = 0xd09, -/*20171025 to 20180523 +/*20171025 to 20180605 ๊ณผ๊ธ์ ๋ณด */ MSG_ID_D0A = 0xd0a, -/*20171025 to 20180523 +/*20171025 to 20180605 ์ญ์ ์์ฝ */ MSG_ID_D0B = 0xd0b, -/*20171025 to 20180523 +/*20171025 to 20180605 ์์ฝ์ทจ์ */ MSG_ID_D0C = 0xd0c, -/*20171025 to 20180523 +/*20171025 to 20180605 ๊ฒ์์์ */ MSG_ID_D0D = 0xd0d, -/*20171025 to 20180523 +/*20171025 to 20180605 ์ญ์ */ MSG_ID_D0E = 0xd0e, -/*20171025 to 20180523 +/*20171025 to 20180605 Character List */ MSG_ID_D0F = 0xd0f, -/*20171025 to 20180523 +/*20171025 to 20180605 ๊ณต์ง Notice */ MSG_ID_D10 = 0xd10, -/*20171025 to 20180523 +/*20171025 to 20180605 ์์ฑ */ MSG_ID_D11 = 0xd11, -/*20171025 to 20180523 +/*20171025 to 20180605 Hair Style */ MSG_ID_D12 = 0xd12, -/*20171025 to 20180523 +/*20171025 to 20180605 Hair Color */ MSG_ID_D13 = 0xd13, -/*20171025 to 20180523 +/*20171025 to 20180605 ์ค๋ณตํ์ธ */ MSG_ID_D14 = 0xd14, -/*20171025 to 20180523 +/*20171025 to 20180605 %d์ %d๋ถ %d์ด */ MSG_ID_D15 = 0xd15, -/*20171025 to 20180523 +/*20171025 to 20180605 MOTP ์
๋ ฅ ์๊ฐ์ด ์ด๊ณผ๋์์ต๋๋ค. ์ฒ์๋ถํฐ ๋ค์ ๋ก๊ทธ์ธํด์ฃผ์ญ์์ค. */ MSG_ID_D16 = 0xd16, -/*20171025 to 20180523 +/*20171025 to 20180605 ๋ค๋ก๊ฐ๊ธฐ */ MSG_ID_D17 = 0xd17, #endif #if PACKETVER >= 20171101 -/*20171101 to 20180523 +/*20171101 to 20180605 ์์ดํ
์ ์ฌ์ฉํ ์ ์์ต๋๋ค. */ MSG_ID_D18 = 0xd18, -/*20171101 to 20180523 +/*20171101 to 20180605 ๋์ผํ ๋งต์ผ๋ก ์ด๋ํ ์ ์์ต๋๋ค. */ MSG_ID_D19 = 0xd19, -/*20171101 to 20180523 +/*20171101 to 20180605 ์ฌ๋ง์ ์ด๋์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_D1A = 0xd1a, -/*20171101 to 20180523 +/*20171101 to 20180605 ์บ๋ฆญํฐ ์์ฑ */ MSG_ID_D1B = 0xd1b, #endif #if PACKETVER >= 20171108 -/*20171108 to 20180523 +/*20171108 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์ ๋ฑ๋ก */ MSG_ID_D1C = 0xd1c, -/*20171108 to 20180523 +/*20171108 to 20180605 ๋ชจ์ง ์ค๋จ */ MSG_ID_D1D = 0xd1d, -/*20171108 to 20180523 +/*20171108 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์ ์ค์ */ MSG_ID_D1E = 0xd1e, -/*20171108 to 20180523 +/*20171108 to 20180605 ์ ์ง์ญ */ MSG_ID_D1F = 0xd1f, -/*20171108 to 20180523 +/*20171108 to 20180605 ์ง์ ๊ธฐ์ฌ */ MSG_ID_D20 = 0xd20, -/*20171108 to 20180523 +/*20171108 to 20180605 ๊ฒ์ฌ๊ณ์ด */ MSG_ID_D21 = 0xd21, -/*20171108 to 20180523 +/*20171108 to 20180605 ๋ฒ์ฌ๊ณ์ด */ MSG_ID_D22 = 0xd22, -/*20171108 to 20180523 +/*20171108 to 20180605 ๊ถ์๊ณ์ด */ MSG_ID_D23 = 0xd23, -/*20171108 to 20180523 +/*20171108 to 20180605 ๋ณต์ฌ๊ณ์ด */ MSG_ID_D24 = 0xd24, -/*20171108 to 20180523 +/*20171108 to 20180605 ์์ธ๊ณ์ด */ MSG_ID_D25 = 0xd25, -/*20171108 to 20180523 +/*20171108 to 20180605 ๋๋๊ณ์ด */ MSG_ID_D26 = 0xd26, -/*20171108 to 20180523 +/*20171108 to 20180605 ํ๊ถ๊ณ์ด */ MSG_ID_D27 = 0xd27, -/*20171108 to 20180523 +/*20171108 to 20180605 ๋์๊ณ์ด */ MSG_ID_D28 = 0xd28, -/*20171108 to 20180523 +/*20171108 to 20180605 ๊ฑด์ฌ๋ง๊ฑฐ๊ณ์ด */ MSG_ID_D29 = 0xd29, -/*20171108 to 20180523 +/*20171108 to 20180605 ๋๋์กฑ๊ณ์ด */ MSG_ID_D2A = 0xd2a, -/*20171108 to 20180523 +/*20171108 to 20180605 ์ง์ญ๋ช
*/ MSG_ID_D2B = 0xd2b, -/*20171108 to 20180523 +/*20171108 to 20180605 ์ง์ญ๋ช
๊ฒ์ */ MSG_ID_D2C = 0xd2c, -/*20171108 to 20180523 +/*20171108 to 20180605 ๊ฐ์
์์ฒญํ๊ธฐ */ MSG_ID_D2D = 0xd2d, -/*20171108 to 20180523 +/*20171108 to 20180605 ์ ๊ณ ํ๊ธฐ */ MSG_ID_D2E = 0xd2e, -/*20171108 to 20180523 +/*20171108 to 20180605 ํํฐ ๋ชจ์ง ์ค๋จ */ MSG_ID_D2F = 0xd2f, -/*20171108 to 20180523 +/*20171108 to 20180605 ์ง์ญ๋ช
์ ์
๋ ฅํด์ฃผ์ธ์. */ MSG_ID_D30 = 0xd30, -/*20171108 to 20180523 +/*20171108 to 20180605 ์ง์ญ */ MSG_ID_D31 = 0xd31, -/*20171108 to 20180523 +/*20171108 to 20180605 ์ ์ง์
*/ MSG_ID_D32 = 0xd32, -/*20171108 to 20180523 +/*20171108 to 20180605 ๋ก๊ทธ์ธ */ MSG_ID_D33 = 0xd33, -/*20171108 to 20180523 +/*20171108 to 20180605 ๊ณ์ */ MSG_ID_D34 = 0xd34, -/*20171108 to 20180523 +/*20171108 to 20180605 ์ข
๋ฃ Exit */ MSG_ID_D35 = 0xd35, -/*20171108 to 20180523 +/*20171108 to 20180605 ์ ์ฒญ */ MSG_ID_D36 = 0xd36, -/*20171108 to 20180523 +/*20171108 to 20180605 ์ ์ */ MSG_ID_D37 = 0xd37, -/*20171108 to 20180523 +/*20171108 to 20180605 ํ์ธ */ MSG_ID_D38 = 0xd38, -/*20171108 to 20180523 +/*20171108 to 20180605 ํด๋ํฐ์ ๋ค์ด๋ฐ์ GNJOY MOTP๋ฅผ */ MSG_ID_D39 = 0xd39, -/*20171108 to 20180523 +/*20171108 to 20180605 ์คํํ์ฌ ์ธ์ฆ๋ฒํธ๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์. */ MSG_ID_D3A = 0xd3a, -/*20171108 to 20180523 +/*20171108 to 20180605 NPC๊ฐ ์๋ ๋งต์ ๋๋ค ์ขํ๋ก ์ด๋ ๋ฉ๋๋ค. */ MSG_ID_D3B = 0xd3b, -/*20171108 to 20180523 +/*20171108 to 20180605 ํ๊ถ */ MSG_ID_D3C = 0xd3c, @@ -20573,352 +20573,352 @@ NPC๊ฐ ์๋ ๋งต์ ๋๋ค ์ขํ๋ก ์ด๋ ๋ฉ๋๋ค. #if PACKETVER >= 20171115 /*20171115 to 20171115 ๋์ด ์ฐจ๋จ ์ํ๋ก ์ค์ ๋์์ต๋๋ค. -20171122 to 20180523 +20171122 to 20180605 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ์ํ */ MSG_ID_D3D = 0xd3d, /*20171115 to 20171115 ๋์ ์ฐจ๋จ ์ํ๋ก ์ค์ ํ๋๋ฐ ์คํจํ์์ต๋๋ค. -20171122 to 20180523 +20171122 to 20180605 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ ์์ฒญ ์คํจ */ MSG_ID_D3E = 0xd3e, /*20171115 to 20171115 ๋์ ์ฐจ๋จ ์ํ๋ก ์ค์ ํ๋๋ฐ ์คํจํ์์ต๋๋ค.(์ธ์ ์ด๊ณผ) -20171122 to 20180523 +20171122 to 20180605 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ ์์ฒญ์คํจ (์ธ์์ด๊ณผ) */ MSG_ID_D3F = 0xd3f, /*20171115 to 20171115 ๋์ด ์ฐจ๋จ ํด์ ๋์์ต๋๋ค. -20171122 to 20180523 +20171122 to 20180605 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ์ํ */ MSG_ID_D40 = 0xd40, /*20171115 to 20171115 ๋์ ์ฐจ๋จ ํด์ ํ๋๋ฐ ์คํจํ์์ต๋๋ค. -20171122 to 20180523 +20171122 to 20180605 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ ์์ฒญ์คํจ */ MSG_ID_D41 = 0xd41, /*20171115 to 20171115 ๋์ ์ฐจ๋จ ํด์ ํ๋๋ฐ ์คํจํ์์ต๋๋ค.(์ธ์ ์ด๊ณผ) -20171122 to 20180523 +20171122 to 20180605 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ ์์ฒญ์คํจ (์ธ์์ด๊ณผ) */ MSG_ID_D42 = 0xd42, -/*20171115 to 20180523 +/*20171115 to 20180605 ์ฐจ๋จ ๋ฆฌ์คํธ๊ฐ ์์ต๋๋ค */ MSG_ID_D43 = 0xd43, -/*20171115 to 20180523 +/*20171115 to 20180605 -์ฐจ๋จ ๋ฆฌ์คํธ- */ MSG_ID_D44 = 0xd44, -/*20171115 to 20180523 +/*20171115 to 20180605 ์งํ์ค Act */ MSG_ID_D45 = 0xd45, -/*20171115 to 20180523 +/*20171115 to 20180605 ์ถ์ฒ Rec */ MSG_ID_D46 = 0xd46, -/*20171115 to 20180523 +/*20171115 to 20180605 ๋ณด๋ฅ์ค Pen */ MSG_ID_D47 = 0xd47, -/*20171115 to 20180523 +/*20171115 to 20180605 QUEST */ MSG_ID_D48 = 0xd48, -/*20171115 to 20180523 +/*20171115 to 20180605 ๋ด์ฉ For */ MSG_ID_D49 = 0xd49, -/*20171115 to 20180523 +/*20171115 to 20180605 ๋ชฌ์คํฐ */ MSG_ID_D4A = 0xd4a, -/*20171115 to 20180523 +/*20171115 to 20180605 ๋ณด์ */ MSG_ID_D4B = 0xd4b, -/*20171115 to 20180523 +/*20171115 to 20180605 EXP */ MSG_ID_D4C = 0xd4c, -/*20171115 to 20180523 +/*20171115 to 20180605 JEXP */ MSG_ID_D4D = 0xd4d, -/*20171115 to 20180523 +/*20171115 to 20180605 ์์ดํ
Item */ MSG_ID_D4E = 0xd4e, -/*20171115 to 20180523 +/*20171115 to 20180605 ์งํ/๋ณด๋ฅ */ MSG_ID_D4F = 0xd4f, -/*20171115 to 20180523 +/*20171115 to 20180605 ํ๋จ์ผ๋ก ์ด๋ */ MSG_ID_D50 = 0xd50, -/*20171115 to 20180523 +/*20171115 to 20180605 ๊ฐํธ ํ์คํธ์ฐฝ์ ํ์ */ MSG_ID_D51 = 0xd51, -/*20171115 to 20180523 +/*20171115 to 20180605 ์
๋ ฅ์๊ฐ */ MSG_ID_D52 = 0xd52, #endif #if PACKETVER >= 20171122 -/*20171122 to 20180523 +/*20171122 to 20180605 ์์ด๋ ์ ์ฅ */ MSG_ID_D53 = 0xd53, -/*20171122 to 20180523 +/*20171122 to 20180605 ๋น๋ฐ๋ฒํธ Password */ MSG_ID_D54 = 0xd54, -/*20171122 to 20180523 +/*20171122 to 20180605 ์์ด๋ */ MSG_ID_D55 = 0xd55, -/*20171122 to 20180523 +/*20171122 to 20180605 ํ์๊ฐ์
*/ MSG_ID_D56 = 0xd56, -/*20171122 to 20180523 +/*20171122 to 20180605 ๋
ธ๋น์ค๊ณ์ด */ MSG_ID_D57 = 0xd57, -/*20171122 to 20180523 +/*20171122 to 20180605 ์ํผ๋
ธ๋น์ค๊ณ์ด */ MSG_ID_D58 = 0xd58, -/*20171122 to 20180523 +/*20171122 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์ ๋ฑ๋ก์ ์คํจํ์ต๋๋ค. */ MSG_ID_D59 = 0xd59, -/*20171122 to 20180523 +/*20171122 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์์ ๋ฑ๋ก๋์์ต๋๋ค. */ MSG_ID_D5A = 0xd5a, /*20171122 to 20180328 ์ง์
์ ํ ๊ฐ ์ด์ ์ ํํด์ฃผ์ธ์. -20180404 to 20180523 +20180404 to 20180605 ๋ชจ์ง์ ํฌ๋งํ๋ ํํฐ์์ ์ง์
์ ํ ๊ฐ ์ด์ ์ ํํด ์ฃผ์ธ์. */ MSG_ID_D5B = 0xd5b, -/*20171122 to 20180523 +/*20171122 to 20180605 ์ง์ญ๋ช
์ ๋ ๊ธ์ ์ด์ ์
๋ ฅํด์ฃผ์ธ์. */ MSG_ID_D5C = 0xd5c, -/*20171122 to 20180523 +/*20171122 to 20180605 %.1f%% (+ %s์๋ฒ %.1f%%) */ MSG_ID_D5D = 0xd5d, -/*20171122 to 20180523 +/*20171122 to 20180605 /ex (์บ๋ฆญํฐ์ด๋ฆ) or /์ฐจ๋จ (์บ๋ฆญํฐ์ด๋ฆ) : ํด๋น ์บ๋ฆญํฐ์ ๋ํด ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ์ฐจ๋จ */ MSG_ID_D5E = 0xd5e, -/*20171122 to 20180523 +/*20171122 to 20180605 /in (์บ๋ฆญํฐ์ด๋ฆ) or /ํด์ (์บ๋ฆญํฐ์ด๋ฆ) : ํด๋น ์บ๋ฆญํฐ์ ๋ํด ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ํ์ฉ */ MSG_ID_D5F = 0xd5f, -/*20171122 to 20180523 +/*20171122 to 20180605 /ex or /์ฐจ๋จ : ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ์ฐจ๋จ ์บ๋ฆญํฐ ๋ฆฌ์คํธ */ MSG_ID_D60 = 0xd60, -/*20171122 to 20180523 +/*20171122 to 20180605 /exall or /์ฐจ๋จ์ ๋ถ : ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ์ฐจ๋จ */ MSG_ID_D61 = 0xd61, -/*20171122 to 20180523 +/*20171122 to 20180605 /inall or /ํด์ ์ ๋ถ : ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ํ์ฉ */ MSG_ID_D62 = 0xd62, -/*20171122 to 20180523 +/*20171122 to 20180605 ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ์ํ */ MSG_ID_D63 = 0xd63, -/*20171122 to 20180523 +/*20171122 to 20180605 ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ์์ฒญ ์คํจ */ MSG_ID_D64 = 0xd64, -/*20171122 to 20180523 +/*20171122 to 20180605 ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ์ํ */ MSG_ID_D65 = 0xd65, -/*20171122 to 20180523 +/*20171122 to 20180605 ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ์์ฒญ ์คํจ */ MSG_ID_D66 = 0xd66, -/*20171122 to 20180523 +/*20171122 to 20180605 ์คํ๋ */ MSG_ID_D67 = 0xd67, #endif #if PACKETVER >= 20171206 -/*20171206 to 20180523 +/*20171206 to 20180605 ๋ก๊ทธ์ธ ํ๋ฉด์ผ๋ก ๋์๊ฐ์๊ฒ ์ต๋๊น? */ MSG_ID_D68 = 0xd68, -/*20171206 to 20180523 +/*20171206 to 20180605 ํ๊ณผ ๊ณต๊ฒฉ๋ ฅ์ด ๊ฐํด์ก์ต๋๋ค. */ MSG_ID_D69 = 0xd69, -/*20171206 to 20180523 +/*20171206 to 20180605 ํ, ์ง๋ฅ, ์์ฌ์ฃผ ๋ฐ ๋ช
์ค๋ฅ ์ด ์ฆ๊ฐํ์์ต๋๋ค. */ MSG_ID_D6A = 0xd6a, -/*20171206 to 20180523 +/*20171206 to 20180605 ๋ฐฉ์ด๋ ฅ ๋ฐ HP๊ฐ ์ฆ๊ฐ๋์์ต๋๋ค. */ MSG_ID_D6B = 0xd6b, -/*20171206 to 20180523 +/*20171206 to 20180605 ์ ค์คํ */ MSG_ID_D6C = 0xd6c, -/*20171206 to 20180523 +/*20171206 to 20180605 ๊ณ์ ๋ฒํ */ MSG_ID_D6D = 0xd6d, -/*20171206 to 20180523 +/*20171206 to 20180605 ์ ์ก์๋น์ค */ MSG_ID_D6E = 0xd6e, #endif #if PACKETVER >= 20171213 -/*20171213 to 20180523 +/*20171213 to 20180605 ํ์ฌ ์ ์์ด ์ง์ฐ๋๊ณ ์์ต๋๋ค. ์์ฐจ์ ์ผ๋ก ์ ์์ด ๊ฐ๋ฅํ๋ ์ ์ ํ ์ฌ์ ์ ๋ถํ๋๋ฆฝ๋๋ค. */ MSG_ID_D6F = 0xd6f, -/*20171213 to 20180523 +/*20171213 to 20180605 ํ์ฌ ์ ์์ด ์ง์ฐ๋๊ณ ์์ผ๋ ์ ์ ํ ์ฌ์ ์ ๋ถํ๋๋ฆฝ๋๋ค. */ MSG_ID_D70 = 0xd70, -/*20171213 to 20180523 +/*20171213 to 20180605 ๋ถ๋ ๋จ์ด๊ฐ ํฌํจ๋ ์ด๋ฆ์ ๊ฒ์ํ ์ ์์ต๋๋ค. */ MSG_ID_D71 = 0xd71, -/*20171213 to 20180523 +/*20171213 to 20180605 ํํฐ ๋ง์คํฐ๊ฐ ์์ฒญ์ ๋ฐ์ ์ ์๋ ๋งต์ ์์ต๋๋ค. */ MSG_ID_D72 = 0xd72, -/*20171213 to 20180523 +/*20171213 to 20180605 ํํฐ๋ฅผ ์ฐพ์ ์ ์์ต๋๋ค. */ MSG_ID_D73 = 0xd73, /*20171213 to 20180328 ๋์ ํํฐ์์ฒญ์
๋๋ค. -20180404 to 20180523 +20180404 to 20180605 ๋์ ํํฐ ๊ฐ์
์์ฒญ์
๋๋ค. */ MSG_ID_D74 = 0xd74, #endif #if PACKETVER >= 20171220 -/*20171220 to 20180523 +/*20171220 to 20180605 http://ro.gnjoy.com */ MSG_ID_D75 = 0xd75, -/*20171220 to 20180523 +/*20171220 to 20180605 โฒ */ MSG_ID_D76 = 0xd76, -/*20171220 to 20180523 +/*20171220 to 20180605 โผ */ MSG_ID_D77 = 0xd77, #endif #if PACKETVER >= 20171227 -/*20171227 to 20180523 +/*20171227 to 20180605 ์ด๋ฏธ ์น๊ตฌ์
๋๋ค */ MSG_ID_D78 = 0xd78, -/*20171227 to 20180523 +/*20171227 to 20180605 ์๋๋ฐฉ์ ์ฐพ์ ์ ์์ต๋๋ค */ MSG_ID_D79 = 0xd79, -/*20171227 to 20180523 +/*20171227 to 20180605 ์ด๋ฏธ ๋ค๋ฅธ ์บ๋ฆญํฐ๊ฐ ์น๊ตฌ ์ ์ฒญ ์ค์
๋๋ค. */ MSG_ID_D7A = 0xd7a, -/*20171227 to 20180523 +/*20171227 to 20180605 ํผ๊ตฌ์ฌ ํ์ ON */ MSG_ID_D7B = 0xd7b, -/*20171227 to 20180523 +/*20171227 to 20180605 ํผ๊ตฌ์ฌ ํ์ OFF */ MSG_ID_D7C = 0xd7c, #endif #if PACKETVER >= 20180117 -/*20180117 to 20180523 +/*20180117 to 20180605 ํด๋น ๊ณ์ ์ 2์ฐจ ๋น๋ฐ๋ฒํธ ์ค์
๋ ฅ์ผ๋ก ์ธํด ๊ฒ์๋ด ์ ์์ด ์ ํ๋ ์ํ์
๋๋ค. %02d์๊ฐ %02d๋ถ ํ์ ์ ์์ ํ์ด ํด์ ๋๋ฉฐ, ์ ์์ ํ์ ํด์ ๋ ํํ์ด์ง -> ๊ฐ์ธ์ ๋ณด๋ณ๊ฒฝ -> 2์ฐจ ๋น๋ฐ๋ฒํธ ์์ ๋ณธ์ธ์ธ์ฆ ํ ์งํํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. */ MSG_ID_D7D = 0xd7d, -/*20180117 to 20180523 +/*20180117 to 20180605 ๋ณด์ํจ์ค์๋๋ฅผ 3ํ์ด์ ํ๋ฆฌ์
จ์ต๋๋ค. ๊ณ์ ๋ณด์์ ์ํด 24์๊ฐ๋์ ๊ฒ์๋ด ์ ์์ด ์ ํ๋ฉ๋๋ค. ์ ์์ ํ์ ํด์ ๋ ํํ์ด์ง -> ๊ฐ์ธ์ ๋ณด๋ณ๊ฒฝ -> 2์ฐจ ๋น๋ฐ๋ฒํธ ์์ ๋ณธ์ธ์ธ์ฆ ํ ์งํํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. */ MSG_ID_D7E = 0xd7e, -/*20180117 to 20180523 +/*20180117 to 20180605 ์ด์์ง */ MSG_ID_D7F = 0xd7f, -/*20180117 to 20180523 +/*20180117 to 20180605 %d์ผ์ฐจ ์ถ์ ๋ณด์์ด ์ง๊ธ๋์์ต๋๋ค. */ MSG_ID_D80 = 0xd80, /*20180117 to 20180117 ๊ณ์ ์ค์ ์ ๋ณด ๋ฐ์์ค๋๋ฐ ์คํจ ํ์ต๋๋ค.( ์ฌ์๋๋ฅผ ์ํด์๋ ์ฌ์์ ํด์ผ ํฉ๋๋ค. ) -20180124 to 20180523 +20180124 to 20180605 ๊ณ์ ์ค์ ๋ฐ์ดํฐ๋ฅผ ๋ถ๋ฌ์ค๋ ์ค์ ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค. ( ์ฌ์๋๋ฅผ ์ํด์๋ ์ฌ์์ ํด์ผ ํฉ๋๋ค. ) */ MSG_ID_D81 = 0xd81, -/*20180117 to 20180523 +/*20180117 to 20180605 ํด๋น ์คํฌ์ ํํฐ ์ํ์์ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_D82 = 0xd82, #endif #if PACKETVER >= 20180124 -/*20180124 to 20180523 +/*20180124 to 20180605 ํํฐ ๋ชจ์ง์ ์ค๋จํ์์ต๋๋ค. */ MSG_ID_D83 = 0xd83, -/*20180124 to 20180523 +/*20180124 to 20180605 ๊ธธ๋ ์๋ฉ ๊ฒฝํ์น๋ ์ต๋ %d%%๊น์ง ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_D84 = 0xd84, -/*20180124 to 20180523 +/*20180124 to 20180605 ๊ธธ๋ ๋ ๋ฒจ์ด ์ต๋์ฌ์ ๋ ์ด์ ๊ฒฝํ์น๋ฅผ ์๋ฉํ ์ ์์ต๋๋ค. */ MSG_ID_D85 = 0xd85, #endif #if PACKETVER >= 20180207 -/*20180207 to 20180523 +/*20180207 to 20180605 ๊ณ์ ๋ณด์์ ์ํ์ฌ MOTP๋ฏธ์ฌ์ฉ์๋ ํํ์ด์ง ๋ก๊ทธ์ธ๋ง ๊ฐ๋ฅํฉ๋๋ค. ํํ์ด์ง๋ก ๋ก๊ทธ์ธ์ ์๋ํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. */ MSG_ID_D86 = 0xd86, -/*20180207 to 20180523 +/*20180207 to 20180605 ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ๊ณผ ๋ง๋ฒ ๊ณต๊ฒฉ๋ ฅ์ด ํฅ์๋์์ต๋๋ค. */ MSG_ID_D87 = 0xd87, -/*20180207 to 20180523 +/*20180207 to 20180605 ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ๊ณผ ๋ง๋ฒ ๊ณต๊ฒฉ๋ ฅ์ด ๊ฐ์๋์์ต๋๋ค. */ MSG_ID_D88 = 0xd88, -/*20180207 to 20180523 +/*20180207 to 20180605 %s ์ถ์์ฒดํฌ ๋ณด์ %s Attendance Check Reward */ @@ -20926,300 +20926,318 @@ http://ro.gnjoy.com /*20180207 to 20180509 ์ด๋ฒคํธ ๊ธฐ๊ฐ : %02d์ %02d์ผ ~ %2d์ %2d์ผ 24:00๊น์ง Event period : From %02d/%02d ~ Until %2d/%2d (Month/Day) 24:00 -20180516 to 20180523 +20180516 to 20180605 ์ด๋ฒคํธ ๊ธฐ๊ฐ : %02d์ %02d์ผ ~ %02d์ %02d์ผ 24:00๊น์ง */ MSG_ID_D8A = 0xd8a, -/*20180207 to 20180523 +/*20180207 to 20180605 %d์ผ์ฐจ %d Day */ MSG_ID_D8B = 0xd8b, -/*20180207 to 20180523 +/*20180207 to 20180605 %d์ผ์ฐจ ์ถ์์ฒดํฌ ํด๋ฆญํด์ฃผ์ธ์~! %d Day attendance check Please click~! */ MSG_ID_D8C = 0xd8c, -/*20180207 to 20180523 +/*20180207 to 20180605 %d์ผ์ฐจ ์ถ์ ์ฑ๊ณต! %d Day attendance success! */ MSG_ID_D8D = 0xd8d, -/*20180207 to 20180523 +/*20180207 to 20180605 D-day */ MSG_ID_D8E = 0xd8e, -/*20180207 to 20180523 +/*20180207 to 20180605 ์ผ Day */ MSG_ID_D8F = 0xd8f, -/*20180207 to 20180523 +/*20180207 to 20180605 ์ถ์์ฒดํฌ์ ์คํจํ์์ต๋๋ค. ๋ค์ ์คํํด์ฃผ์ธ์. Attendance Check failed. Please run again. */ MSG_ID_D90 = 0xd90, -/*20180207 to 20180523 +/*20180207 to 20180605 ์ถ์์ฒดํฌ Attendance Check */ MSG_ID_D91 = 0xd91, -/*20180207 to 20180523 +/*20180207 to 20180605 ํ์ฌ ์ถ์์ฒดํฌ ์ด๋ฒคํธ ๊ธฐ๊ฐ์ด ์๋๋๋ค This is not the current attendance check event */ MSG_ATTENDANCE_UNAVAILABLE = 0xd92, /*20180207 to 20180328 ๊ธธ๋ ์๋ฉ ๊ฒฝํ์น๊ฐ max์ ๋๋ฌํ์ฌ, ๋ ์ด์ ๊ธธ๋ ๊ฒฝํ์น๋ฅผ ๋์ ํ ์ ์์ต๋๋ค -20180404 to 20180523 +20180404 to 20180605 ๊ธธ๋ ์๋ฉ ๊ฒฝํ์น๊ฐ max์ ๋๋ฌํ์ฌ, ๋ ์ด์ ๊ธธ๋ ๊ฒฝํ์น๋ฅผ ๋์ ํ ์ ์์ต๋๋ค. */ MSG_ID_D93 = 0xd93, -/*20180207 to 20180523 +/*20180207 to 20180605 ๊ฐ์ธ ์๋ฉ ๊ฒฝํ์น๊ฐ max์ ๋๋ฌํ์ฌ, ๋ ์ด์ ๊ธธ๋ ๊ฒฝํ์น๋ฅผ ๋์ ํ ์ ์์ต๋๋ค. */ MSG_ID_D94 = 0xd94, #endif #if PACKETVER >= 20180213 -/*20180213 to 20180523 +/*20180213 to 20180605 ๋ฉ์์ง */ MSG_ID_D95 = 0xd95, -/*20180213 to 20180523 +/*20180213 to 20180605 ํธ์ํฐ์ ๋ฉ์ธ์ง ์ ์ก์ ์คํจ ํ์ต๋๋ค. */ MSG_ID_D96 = 0xd96, -/*20180213 to 20180523 +/*20180213 to 20180605 ์๋ฌธ 4์, ํ๊ธ 2์ ์ด์์ผ๋ก ์
๋ ฅํด์ผ ํฉ๋๋ค. Enter 4 english words and 2 chinese words */ MSG_ID_D97 = 0xd97, #endif #if PACKETVER >= 20180307 -/*20180307 to 20180523 +/*20180307 to 20180605 ๋ชฌ์คํฐ์ ํ
์ด๋ฐ์ด ๋ถ๊ฐ๋ฅํ ์ง์ญ์
๋๋ค. */ MSG_ID_D98 = 0xd98, #endif #if PACKETVER >= 20180321 -/*20180321 to 20180523 +/*20180321 to 20180605 ์์๋ฅผ ๊ฐ์ ธ์ค๊ณ ์์ต๋๋ค... */ MSG_ID_D99 = 0xd99, -/*20180321 to 20180523 +/*20180321 to 20180605 ํด๋น ์คํฌ์ ํํฐ์ฅ์ผ๋๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_D9A = 0xd9a, #endif #if PACKETVER >= 20180404 -/*20180404 to 20180523 +/*20180404 to 20180605 ํํธ๋์ SP๊ฐ ๋ถ์กฑํ๊ฑฐ๋, ์คํฌ ์ฌ์ฉ ๋ถ๊ฐ ์ํ์
๋๋ค. */ MSG_ID_D9B = 0xd9b, -/*20180404 to 20180523 +/*20180404 to 20180605 ์๋ฅด๋ฐ์ดํธ ๋
ธ์ ๊ฐ์ ์ข
๋ฃ ์๋ฆผ๋ฉ์ผ */ MSG_ID_D9C = 0xd9c, -/*20180404 to 20180523 +/*20180404 to 20180605 ์๋
ํ์ธ์. ์ด์ํ์
๋๋ค. ํด๋น ์๋ฅด๋ฐ์ดํธ ๋
ธ์ ์ ์ด์์ ์ฑ
์๋ฐฐ๋๋ ์ฌํญ์ด ํ์ธ๋์ด ๊ฐ์ ์ข
๋ฃ๋์์ต๋๋ค. ์์ธํ ํ์ธ์ ์ํ์๋ ๊ฒฝ์ฐ์๋ 1:1 ๋ฌธ์๋ฅผ ์ ์ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. ๊ฐ์ฌํฉ๋๋ค */ MSG_ID_D9D = 0xd9d, -/*20180404 to 20180523 +/*20180404 to 20180605 50% ์ด์์ ๊ฐ์ ์
๋ ฅํ ์ ์์ต๋๋ค. */ MSG_ID_D9E = 0xd9e, -/*20180404 to 20180523 +/*20180404 to 20180605 ํํฐ ๊ฐ์
์์ฒญ์ ๋ณด๋์ต๋๋ค. */ MSG_ID_D9F = 0xd9f, -/*20180404 to 20180523 +/*20180404 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์์ ํํฐ๋ฅผ ๋ฑ๋กํ ์ ์์ต๋๋ค */ MSG_ID_DA0 = 0xda0, -/*20180404 to 20180523 +/*20180404 to 20180605 ์๋ฝ */ MSG_ID_DA1 = 0xda1, -/*20180404 to 20180523 +/*20180404 to 20180605 ๊ฑฐ์ */ MSG_ID_DA2 = 0xda2, -/*20180404 to 20180523 +/*20180404 to 20180605 ์ค์ ๊ถํ์ ํํฐ์ฅ์๊ฒ ์์ต๋๋ค. */ MSG_ID_DA3 = 0xda3, -/*20180404 to 20180523 +/*20180404 to 20180605 ํด๋น ์บ๋ฆญํฐ๋ฅผ ์ฐพ์ ์ ์์ต๋๋ค. */ MSG_ID_DA4 = 0xda4, -/*20180404 to 20180523 +/*20180404 to 20180605 ๋
ธ์ ๊ฐ์ ์ฒ ๊ฑฐ */ MSG_ID_DA5 = 0xda5, -/*20180404 to 20180523 +/*20180404 to 20180605 ํด๋น ํํฐ์ ํํฐ์ฅ์ ์ฐพ์ ์ ์์ต๋๋ค. */ MSG_ID_DA6 = 0xda6, -/*20180404 to 20180523 +/*20180404 to 20180605 ์ก๋ ๋ฒจ์ด ๋ฎ์ ํํฐ์ ๊ฐ์
ํ ์ ์์ต๋๋ค. */ MSG_ID_DA7 = 0xda7, -/*20180404 to 20180523 +/*20180404 to 20180605 ํ์ฌ ์์ฒญ์๊ฐ ํํฐ๊ฐ์
์ด ๋ถ๊ฐ๋ฅํ ์ง์ญ์ ์์ต๋๋ค. */ MSG_ID_DA8 = 0xda8, -/*20180404 to 20180523 +/*20180404 to 20180605 ํํฐ ์ธ์์๊ฐ ์ด๊ณผ๋์์ต๋๋ค. */ MSG_ID_DA9 = 0xda9, -/*20180404 to 20180523 +/*20180404 to 20180605 %s ํํฐ์ ํํฐ์ฅ์ด ํํฐ ๊ฐ์
์ ์น์ธํ์ต๋๋ค. */ MSG_ID_DAA = 0xdaa, -/*20180404 to 20180523 +/*20180404 to 20180605 %s ํํฐ์ ํํฐ์ฅ์ด ํํฐ ๊ฐ์
์ ๊ฑฐ๋ถํ์ต๋๋ค. */ MSG_ID_DAB = 0xdab, -/*20180404 to 20180523 +/*20180404 to 20180605 %s ๋์ด ์ด๋ฏธ ํํฐ์ ๊ฐ์
์ค์
๋๋ค. */ MSG_ID_DAC = 0xdac, -/*20180404 to 20180523 +/*20180404 to 20180605 %s ๋์ ํํฐ ๊ฐ์
์ ์๋ฝํ์ต๋๋ค. */ MSG_ID_DAD = 0xdad, -/*20180404 to 20180523 +/*20180404 to 20180605 %s ๋์ ํํฐ ๊ฐ์
์ ๊ฑฐ๋ถํ์ต๋๋ค. */ MSG_ID_DAE = 0xdae, -/*20180404 to 20180523 +/*20180404 to 20180605 ํํฐ ์์ฒญ์ ๋ฐ์ ์ ์๋ ์ํ์ฌ์ %s๋์ ์ ์ฒญ์ด ๊ฑฐ์ ๋์์ต๋๋ค. */ MSG_ID_DAF = 0xdaf, -/*20180404 to 20180523 +/*20180404 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์ ๋ฆฌ์คํธ */ MSG_ID_DB0 = 0xdb0, -/*20180404 to 20180523 +/*20180404 to 20180605 ํํฐ ๊ฐ์
์์ฒญ */ MSG_ID_DB1 = 0xdb1, -/*20180404 to 20180523 +/*20180404 to 20180605 ํํฐ์ฅ์ด ์๋ ๊ฒฝ์ฐ, ๋ชจํ๊ฐ ์ค๊ฐ์์ ํํฐ๋ฅผ ๋ฑ๋กํ ์ ์์ต๋๋ค. */ MSG_ID_DB2 = 0xdb2, /*20180404 to 20180404 ํํฐ ๋ชจ์ง ์ค๋จ์ ์คํจํ์ต๋๋ค. -20180418 to 20180523 +20180418 to 20180605 ํํฐ ๋ชจ์ง์ ์ค๋จํ ์ ์์ต๋๋ค. */ MSG_ID_DB3 = 0xdb3, #endif #if PACKETVER >= 20180418 -/*20180418 to 20180523 +/*20180418 to 20180605 ์กด์ฌํ์ง ์๋ ํํฐ ๊ธ์
๋๋ค. */ MSG_ID_DB4 = 0xdb4, /*20180418 to 20180418 ์์ผ ํ์ฅ -20180425 to 20180523 +20180425 to 20180605 Zoom Out */ MSG_ID_DB5 = 0xdb5, /*20180418 to 20180418 %s : ์์ผํ์ฅ์ ์ผ๊ฑฐ๋ ๋์ ์์ต๋๋ค On Off -20180425 to 20180523 +20180425 to 20180605 %s : Zoom Out์ ์ผ๊ฑฐ๋ ๋์ ์์ต๋๋ค On Off */ MSG_ID_DB6 = 0xdb6, /*20180418 to 20180418 ์์ผ๋ฅผ ํ์ฅํฉ๋๋ค(On) -20180425 to 20180523 +20180425 to 20180605 Zoom Out ๊ธฐ๋ฅ์ ์ผญ๋๋ค (On) */ MSG_ID_DB7 = 0xdb7, /*20180418 to 20180418 ์์ผํ์ฅ์ ํด์ ํฉ๋๋ค(Off) -20180425 to 20180523 +20180425 to 20180605 Zoom Out ๊ธฐ๋ฅ์ ํด์ ํฉ๋๋ค (Off) */ MSG_ID_DB8 = 0xdb8, /*20180418 to 20180418 /expandsight -20180425 to 20180523 +20180425 to 20180605 /zoom */ MSG_ID_DB9 = 0xdb9, -/*20180418 to 20180523 +/*20180418 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์ */ MSG_ID_DBA = 0xdba, -/*20180418 to 20180523 +/*20180418 to 20180605 ํํฐ์ฅ์ธ ๊ฒฝ์ฐ, ๊ฐ์
์์ฒญ์ ํ ์ ์์ต๋๋ค. */ MSG_ID_DBB = 0xdbb, -/*20180418 to 20180523 +/*20180418 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์์ ๋ฑ๋ก ์ค์
๋๋ค. ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. */ MSG_ID_DBC = 0xdbc, -/*20180418 to 20180523 +/*20180418 to 20180605 ๋ ์ด์ ์ง์
์ ์ ํํ ์ ์์ต๋๋ค. */ MSG_ID_DBD = 0xdbd, -/*20180418 to 20180523 +/*20180418 to 20180605 ๊ฒ์ ์ค ํด๋น ์ ์ ์ ๊ฐ์
์์ฒญ์ ๋ฐ์ง ์์ต๋๋ค. */ MSG_ID_DBE = 0xdbe, #endif #if PACKETVER >= 20180502 -/*20180502 to 20180523 +/*20180502 to 20180605 ์ ์ ํ ๋ค์ ์ด์ด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. */ MSG_ID_DBF = 0xdbf, -/*20180502 to 20180523 +/*20180502 to 20180605 ๊ณต์ฑ์์ ์ %d๋ถ ๋์์ ํด๋น ๊ธฐ๋ฅ์ ์ด์ฉํ์ค ์ ์์ต๋๋ค. */ MSG_ID_DC0 = 0xdc0, #endif #if PACKETVER >= 20180516 -/*20180516 to 20180523 +/*20180516 to 20180605 /viewclear */ MSG_ID_DC1 = 0xdc1, -/*20180516 to 20180523 +/*20180516 to 20180605 ๊ฑด๋ฌผ ๋ฐ ํฌ๋ช
ํ ON */ MSG_ID_DC2 = 0xdc2, -/*20180516 to 20180523 +/*20180516 to 20180605 ๊ฑด๋ฌผ ๋ฐ ํฌ๋ช
ํ OFF */ MSG_ID_DC3 = 0xdc3, -/*20180516 to 20180523 +/*20180516 to 20180605 ๊ฑด๋ฌผ ํฌ๋ช
ํ */ MSG_ID_DC4 = 0xdc4, -/*20180516 to 20180523 +/*20180516 to 20180605 ์๋ก ๋๋๋ฆฌ๊ธฐ๊ฐ ์คํจํ์ต๋๋ค. ๋ก๋ฑ์ค ์์ฑ์ฐฝ์ ๋ซ์์ฃผ์ธ์. */ MSG_ID_DC5 = 0xdc5, -/*20180516 to 20180523 +/*20180516 to 20180605 Emblem Frame */ MSG_ID_DC6 = 0xdc6, -/*20180516 to 20180523 +/*20180516 to 20180605 Emblem ํ
๋๋ฆฌ๋ฅผ ๊ทธ๋ ค์ค๋๋ค */ MSG_ID_DC7 = 0xdc7, -/*20180516 to 20180523 +/*20180516 to 20180605 Emblem ํ
๋๋ฆฌ๋ฅผ ๊ทธ๋ ค์ฃผ์ง ์์ต๋๋ค */ MSG_ID_DC8 = 0xdc8, #endif +#if PACKETVER >= 20180605 +/*20180605 to 20180605 +์ฅ์ฐฉ๋ ๋ฌด๊ธฐ๊ฐ ์์ต๋๋ค. +*/ + MSG_ID_DC9 = 0xdc9, +/*20180605 to 20180605 +์๋์ง ๊ตฌ์ฒด๊ฐ ๋ถ์กฑํฉ๋๋ค. +*/ + MSG_ID_DCA = 0xdca, +/*20180605 to 20180605 +๋ฐฐ์ธ ์ ์๋ ์คํฌ(%s)์ด ํฌํจ๋์ด์์ต๋๋ค. +*/ + MSG_ID_DCB = 0xdcb, +/*20180605 to 20180605 +/frame +*/ + MSG_ID_DCC = 0xdcc, +#endif }; #endif /* MAP_MESSAGES_MAIN_H */ diff --git a/src/map/messages_re.h b/src/map/messages_re.h index 75443c3d2..5c4b7374a 100644 --- a/src/map/messages_re.h +++ b/src/map/messages_re.h @@ -24,3720 +24,3720 @@ /* This file is autogenerated, please do not commit manual changes */ enum clif_messages { -/*20080827 to 20180523 +/*20080827 to 20180612 ๋์ ํ์ญ๋๊น? Do you agree? */ MSG_DO_YOU_AGREE = 0x0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฒ ์ฐ๊ฒฐ ์คํจ Failed to Connect to Server. */ MSG_SERVER_CONNECTION_FAILED = 0x1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฒ์ ์ฐ๊ฒฐ์ด ๋์ด์ก์ต๋๋ค. Disconnected from Server. */ MSG_UNABLE_TO_CONNECT_SERVER = 0x2, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฒ์ ์ฐ๊ฒฐ์ด ๋์ด์ก์ต๋๋ค! Disconnected from Server! */ MSG_BANNED = 0x3, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฒ ์ข
๋ฃ๋จ Server Closed. */ MSG_SERVER_OFF = 0x4, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ ๊ณ์ ์ผ๋ก ๋ค๋ฅธ ์ฌ์ฉ์๊ฐ ๋ก๊ทธ์ธ ํ์์ต๋๋ค. Someone has Logged in with this ID. */ MSG_DOUBLE_LOGIN_PROHIBITED = 0x5, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฑ๋ก๋์ง ์์ ๊ณ์ ์
๋๋ค. ๋ค์ ํ์ธ ๋ฐ๋๋๋ค. Unregistered ID. Please make sure you have a registered account and you have correctly typed in the user ID. */ MSG_INCORRECT_USERID = 0x6, -/*20080827 to 20180523 +/*20080827 to 20180612 ์
๋ ฅํ์ ๋น๋ฐ๋ฒํธ๊ฐ ์ฌ๋ฐ๋ฅด์ง ์์ต๋๋ค. Incorrect User ID or Password. Please try again. */ MSG_INCORRECT_PASSWORD = 0x7, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ณธ ID ๋ ์ฌ์ฉ๊ธฐ๊ฐ์ด ๋ง๋ฃ ๋์์ต๋๋ค This ID is expired. */ MSG_ID_EXPIRED = 0x8, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฒ ์ ๊ทผ ๊ฑฐ๋ถ Rejected from Server. */ MSG_ACCESS_DENIED = 0x9, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ ์บ๋ฆญํฐ ์ด๋ฆ์ด ์์ต๋๋ค. Character Name already exists. */ MSG_CHARACTER_NAME_ALREADY_EXISTS = 0xa, -/*20080827 to 20180523 +/*20080827 to 20180612 ์บ๋ฆญํฐ ์์ฑ ๊ฑฐ๋ถ๋จ Character Creation is denied. */ MSG_CHARACTER_CREATION_DENIED = 0xb, -/*20080827 to 20180523 +/*20080827 to 20180612 ์บ๋ฆญํฐ ์ญ์ ๊ฑฐ๋ถ Character Deletion is denied. */ MSG_CANNOT_DELETE_CHARACTER = 0xc, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ์ ๋ชฉ๋ฅผ ์
๋ ฅํ์ธ์. Please Enter Room Title. */ MSG_ENTER_ROOM_TITLE = 0xd, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ถ๋๋จ์ด๊ฐ ๊ฒ์ถ๋์์ต๋๋ค. Foul Language Detected. */ MSG_BAD_SENTANGE = 0xe, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํธ๋ฅผ ์
๋ ฅํ์ธ์. Please enter Password. */ MSG_ENTER_PASSWORD = 0xf, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํธ๋ฅผ ์๋ฌธ 4์ ์ด์ ์
๋ ฅํ์ธ์. Please enter Password. Passwords must be at least 4 characters long. */ MSG_Enter_Password_more_than_4_char = 0x10, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ข
๋ฃ ํ์๊ฒ ์ต๋๊น? Are you sure that you want to quit? */ MSG_DO_YOU_REALLY_WANT_TO_QUIT = 0x11, -/*20080827 to 20180523 +/*20080827 to 20180612 4์ ์ด์ ์
๋ ฅํด์ฃผ์ธ์. ์ฌ์ฉ์ ๊ณ์ ์ด ์์ผ์ ๋ถ๋ค์ ์ผ์ชฝ ํ๋จ์ [์ ์ฒญ] ๋ฒํผ์ ๋๋ฌ ๊ณ์ ์ ๋ง๋์๊ธฐ ๋ฐ๋๋๋ค. Passwords are at least 4 characters long. Please try again. */ MSG_NAME_MUST_EXCEED_4_CHAR = 0x12, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ ๋ฒ ์ญ์ ๋ ์บ๋ฆญํฐ ๋ฐ ๊ด๋ จ ์ ๋ณด๋ ๋ค์ ๋ณต๊ตฌ๋์ง ์์ต๋๋ค. ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํ์๊ฒ ์ต๋๊น? Are you sure that you want to delete this character? */ MSG_DELETE_CHARACTER = 0x13, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ถ๋๋จ์ด๊ฐ ๊ฒ์ถ๋์์ต๋๋ค. Foul Language Detected. */ MSG_BAD_NAME = 0x14, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฆ์ ์
๋ ฅํด ์ฃผ์ธ์.(ํ๊ธ 2์ ์๋ฌธ 4์ ์ด์) Character Name must be at least 4 characters long. */ MSG_ENTER_NAME_MORE_THAN_4_CHAR = 0x15, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ช
๋ น์ด ์ผ๋: /h Command List: /h | /help */ MSG_LIST_COMMAND = 0x16, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ดํํธ On Effects On */ MSG_EFFECT_ON = 0x17, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ดํํธ Off Effects Off */ MSG_EFFECT_OFF = 0x18, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฌ์ด๋ ๋ณผ๋ฅจ Sound Volume */ MSG_VOLUME_OF_SOUND = 0x19, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฐ๊ฒฝ์์
๋ณผ๋ฅจ BGM Volume */ MSG_VOLUME_OF_BGM = 0x1a, -/*20080827 to 20180523 +/*20080827 to 20180612 ํจ๊ณผ์ On Sound Effects On */ MSG_SOUND_ON = 0x1b, -/*20080827 to 20180523 +/*20080827 to 20180612 ํจ๊ณผ์ Off Sound Effects Off */ MSG_SOUND_OFF = 0x1c, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋ ์์คํต On Frame Skip On */ MSG_FRAME_SKIP_ON = 0x1d, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋ ์์คํต Off Frame Skip Off */ MSG_FRAME_SKIP_OFF = 0x1e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฐ๊ฒฝ์์
On BGM On */ MSG_BGM_ON = 0x1f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฐ๊ฒฝ์์
Off BGM Off */ MSG_BGM_OFF = 0x20, -/*20080827 to 20180523 +/*20080827 to 20180612 /h or /help: ๋ช
๋ น์ด ์ผ๋ /h or /help: Shows this Command Help List */ MSG_EXPLAIN_HELP = 0x21, -/*20080827 to 20180523 +/*20080827 to 20180612 /w or /who or /์ ์์ or /๋๊ตฌ: ํ์ฌ ์ ์์์ ๋ณด๊ธฐ /w or /who or /player or /who: wiew current the number of player */ MSG_EXPLAIN_WHO = 0x22, -/*20080827 to 20180523 +/*20080827 to 20180612 /์์
: ๋ฐฐ๊ฒฝ์์
On Off /music: Turns BGM On or Off */ MSG_EXPLAIN_MUSIC = 0x23, -/*20080827 to 20180523 +/*20080827 to 20180612 /ํจ๊ณผ์ : ํจ๊ณผ์ On Off /sound: Turns Sound Effects On or Off */ MSG_EXPLAIN_SOUND = 0x24, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ดํํธ : ์ดํํธ On Off /effect: Effects On or Off */ MSG_EXPLAIN_EFFECT = 0x25, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ขํ or /์ฅ์: ํ์ฌ ์์น ํ์ /where: Shows your present location */ MSG_EXPLAIN_POS = 0x26, -/*20080827 to 20180523 +/*20080827 to 20180612 /skip : ํ๋์์คํต On Off /skip: Turns Frame Skip On or Off */ MSG_EXPLAIN_FRAMESKIP = 0x27, -/*20080827 to 20180523 +/*20080827 to 20180612 /v (0~127): ํจ๊ณผ์ ๋ณผ๋ฅจ์กฐ์ /v (0~127): Controls the volume of the Sound Effects */ MSG_EXPLAIN_SOUNDVOLUME = 0x28, -/*20080827 to 20180523 +/*20080827 to 20180612 /bv (0~127): ๋ฐฐ๊ฒฝ์์
๋ณผ๋ฅจ์กฐ์ /bv (0~127): Controls the volume of the BGM */ MSG_EXPLAIN_BGMVOLUME = 0x29, -/*20080827 to 20180523 +/*20080827 to 20180612 /ex (์บ๋ฆญํฐ์ด๋ฆ) or /์ฐจ๋จ (์บ๋ฆญํฐ์ด๋ฆ) : ํด๋น์บ๋ฆญํฐ์ ๋ํด ๊ท๋ง์ฐจ๋จ /ex (Character Name): Blocks whispering from the Character */ MSG_EXPLAIN_SAYISOLATION = 0x2a, -/*20080827 to 20180523 +/*20080827 to 20180612 /ex or /์ฐจ๋จ : ๊ท๋ง์ฐจ๋จ ์บ๋ฆญํฐ ๋ฆฌ์คํธ /ex: View a list of Characters you have Blocked */ MSG_EXPLAIN_LIST_SAYISOLATION_CHAR = 0x2b, -/*20080827 to 20180523 +/*20080827 to 20180612 /in (์บ๋ฆญํฐ์ด๋ฆ) or /ํด์ (์บ๋ฆญํฐ์ด๋ฆ) : ํด๋น์บ๋ฆญํฐ์ ๋ํด ๊ท๋งํ์ฉ /in (Character Name): Allows whispering from the Character */ MSG_EXPLAIN_SAY_PERMIT = 0x2c, -/*20080827 to 20180523 +/*20080827 to 20180612 /inall or /ํด์ ์ ๋ถ : ๋ชจ๋์๊ฒ ๊ท๋งํ์ฉ /inall: Allows whispers from anyone */ MSG_EXPLAIN_SAY_PERMITALL = 0x2d, -/*20080827 to 20180523 +/*20080827 to 20180612 /exall or /์ฐจ๋จ์ ๋ถ : ๋ชจ๋์๊ฒ ๊ท๋ง์ฐจ๋จ /exall: Blocks whispers from everyone */ MSG_EXPLAIN_SAY_ISOLATEALL = 0x2e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ค๋ฅธ์ ์ ์บ๋ฆญํฐ๋ฅผ ๋ง์ฐ์ค ์ค๋ฅธ๋ฒํผ์ ๋๋ฅด๊ณ ์๋ ์ํ์์ ์ผ๋ฒํผ์ผ๋ก ํด๋ฆญํ๋ฉด ๊ทธ์บ๋ฆญํฐ์ด๋ฆ์ด ๊ท๋ง์ฝค๋ณด๋ฐ์ค์ ์ ์ฅ๋ฉ๋๋ค. Right click on a character and select [Register as a Friend] to add a person to your Friend List. */ MSG_EXPLAIN_TIP1 = 0x2f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋จ์ถ์์ดํฌ์ฐฝ(F12) ์๋น์ฅ๋น ์์ดํ
์ ๋๋๊ทธํํ ์ฌ์ฉํ์ธ์. ์ฌ์ฉํค(F1F2F3F4F5F6F7F8F9) F12 Brings up a Hotkey Window which allows you to drag and drop Recovery Items, Equipment and Skills into it for faster access. */ MSG_EXPLAIN_TIP2 = 0x30, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์๋ง์ 3๋ฒ์ด์ ์ฐ์ํด์ ์ ์กํ ์ ์์ต๋๋ค. You can't type the same word/phrase more than 3 times. */ MSG_NO_SAME_SENTANCE = 0x31, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ถ๋๋จ์ด ๊ฒ์ถ๋ก ์ ์ก์ด ์ค๋จ ๋์์ต๋๋ค. Chat Filter: Yeah, uh, I don't think so buddy... */ MSG_NO_SEND_BECAUSE_INSULT = 0x32, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์์์ดํ
์ ํ๋ฒ๋ง ์ฌ๋ฆด์ ์์ต๋๋ค. You cannot overlap items on a window. */ MSG_CAN_DRAG_ITEM_OLNY_ONETIME = 0x33, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ฒ๊ฐ ์ด๊ณผํ์ฌ ์์ดํ
์ ๊ฐ์ง ์ ์์ต๋๋ค. You cannot carry more items because you are overweight. */ MSG_CANT_GET_ITEM_BECAUSE_WEIGHT = 0x34, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์ ๊ฐ์ง ์ ์์ต๋๋ค. You cannot get the item. */ MSG_CANT_GET_ITEM = 0x35, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฑฐ๋๊ฐ ์ ์ด๋ฃจ์ด์ก์ต๋๋ค. The deal has successfully completed. */ MSG_DEAL_SECCESS = 0x36, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋์ด ๋ถ์กฑํฉ๋๋ค. You do not have enough zeny. */ MSG_INSUFFICIENT_MONEY = 0x37, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ฒ๊ฐ ์ด๊ณผ ๋์์ต๋๋ค. You are over your Weight Limit. */ MSG_OVER_WEIGHT = 0x38, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฑฐ๋๊ฐ ์คํจ ํ์ต๋๋ค. The deal has failed. */ MSG_DEAL_FAIL = 0x39, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชจ๋์๊ฒ ๊ท๋ง๊ฑฐ๋ถ์ํ๋ก๋จ You've blocked whispers from everyone. */ MSG_REFUSE_HEAR_ALL = 0x3a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชจ๋์๊ฒ ๊ท๋ง๊ฑฐ๋ถ์์ฒญ ์คํจํจ You've failed to block all whispers. */ MSG_REQ_REFUSE_HEAR_ALL_FAIL = 0x3b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชจ๋์๊ฒ ๊ท๋ง๊ฐ๋ฅ์ํ๊ฐ๋จ You've allowed whispers from everyone. */ MSG_HEAR_ALL = 0x3c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชจ๋์๊ฒ ๊ท๋ง๊ฐ๋ฅ์์ฒญ ์คํจํจ You've failed to allow all whispers. */ MSG_REQ_HEAR_ALL_FAIL = 0x3d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ท๋ง ๊ฑฐ๋ถ ๋ฆฌ์คํธ๊ฐ ์์ต๋๋ค You have no Block List. */ MSG_NO_REFUSE_HEAR_LIST = 0x3e, -/*20080827 to 20180523 +/*20080827 to 20180612 -๊ท๋ง ๊ฑฐ๋ถ ๋ฆฌ์คํธ- [ Character Block List ] */ MSG_REFUSE_HEAR_LIST = 0x3f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ์ด ์ ๋ง๋ค์ด ์ก์ต๋๋ค. Room has been successfully created. */ MSG_ROOM_IS_MADE = 0x40, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ๊ฐฏ์๊ฐ ํ์ฉ๊ฐฏ์๋ฅผ ์ด๊ณผ ํ์์ต๋๋ค. Room Limit Exceeded. */ MSG_TOO_MANY_ROOM = 0x41, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ ๋ฐฉ์ ๋ชฉ์ด ์์ต๋๋ค. Same Room exists. */ MSG_SAME_ROOM_TITLE = 0x42, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ธ์์ด๊ณผ๋ก ๋ฐฉ์ ๋ค์ด๊ฐ ์ ์์ต๋๋ค. The Room is full. */ MSG_TOO_MANY_PEOPLE_IN_ROOM = 0x43, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ ๋ก ํด์ฅ๋ ๋ฐฉ์
๋๋ค. You have been kicked out of this room. */ MSG_YOU_HAVE_BANNED_FROM_THE_ROOM = 0x44, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ตํ์์ฒญ์ ๊ฑฐ์ ํ์ต๋๋ค. The deal has been rejected. */ MSG_REJECT_DEAL = 0x45, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ตํ๊ฐ๋ฅ๊ฑฐ๋ฆฌ๋ฅผ ๋ฒ์ด๋ฌ์ต๋๋ค. You are too far away from the person to trade. */ MSG_TOO_FAR_TO_DEAL = 0x46, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋น ์บ๋ฆญํฐ๊ฐ ์์ต๋๋ค. The Character is not currently online or does not exist. */ MSG_CHARACTER_IS_NOT_EXIST = 0x47, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ค๋ฅธ์บ๋ฆญํฐ์ ๊ตํ์ค์
๋๋ค. The person is in another deal. */ MSG_CHARACTER_IS_DEALING = 0x48, /*20080827 to 20110628 ์ํ์บ๋ฆญํฐ ์ค๋์ด๊ณผ๋ก ์ฌ๋ ค๋์์๊ฐ ์์ต๋๋ค. -20110706 to 20180523 +20110706 to 20180612 ์๋ ์บ๋ฆญํฐ ์ค๋์ด๊ณผ๋ก ์ฌ๋ ค๋์ ์ ์์ต๋๋ค. You cannot trade because this character will exceed his weight limit. */ MSG_CHARACTER_IS_OVER_WEIGHT = 0x49, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฑฐ๋๊ฐ ์ทจ์ ๋์์ต๋๋ค. The deal has been canceled. */ MSG_DEAL_IS_CANCELED = 0x4a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
๊ตํ์ด ์ ๋์์ต๋๋ค. The deal has successfully completed. */ MSG_DEAL_SUCCESS = 0x4b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
๊ตํ์ด ์คํจ ํ์์ต๋๋ค. The deal has failed. */ MSG_DEAL_FAILED = 0x4c, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ๊ฐ ๋ง๋ค์ด์ก์ต๋๋ค. Party has successfully been organized. */ MSG_PARTY_MAKE_SUCCEED = 0x4d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ ํํฐ์ด๋ฆ์ด ์์ต๋๋ค. That Party Name already exists. */ MSG_SAME_PARTY_NAME = 0x4e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฏธ ํํฐ์ ์ํด์์ต๋๋ค. The Character is already in a party. */ MSG_YOU_ARE_ALREADY_IN_PARTY = 0x4f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ค๋ฅธํํฐ์ ๊ฐ์
๋์ด ์์ต๋๋ค. The Character already joined another party. */ MSG_CHARACTER_IS_ALREADY_IN_PARTY = 0x50, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ๊ฐ์
์ ๊ฑฐ๋ถํ์ต๋๋ค. Request for party rejected. */ MSG_CHARACTER_REJECT_JOIN = 0x51, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ๊ฐ์
์ ์๋ฝํ์ต๋๋ค. Request for party accepted. */ MSG_CHARACTER_ACCEPT_JOIN = 0x52, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ์ ์์ ์ด๊ณผํ์ต๋๋ค. Party Capacity exceeded. */ MSG_TOO_MANY_PEOPLE_IN_PARTY = 0x53, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ์์ ํํดํ์์ต๋๋ค. You left the party. */ MSG_YOU_LEAVE_FROM_PARTY = 0x54, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์ฒด์๊ฒ ๋ณด๋ Send to All */ MSG_SEND_TO_ALL = 0x55, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ์๊ฒ ๋ณด๋ Send to Party */ MSG_SEND_TO_PARTY = 0x56, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋๊ณผ์ ๊ฑฐ๋์์ฒญ Request a deal with %s */ MSG_REQ_DEAL_WITH = 0x57, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ ํํฐ์ ๊ฐ์
์์ฒญ Ask %s to join your party */ MSG_REQ_JOIN_PARTY = 0x58, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๊ณต๊ฐ : Pri: */ MSG_ROOM_PRIVATE = 0x59, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฐ : Pub: */ MSG_ROOM_PUBLIC = 0x5a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง์ง๋ง ์ฒดํฌ์ง์ ๋ถํฐ ์์ํ๋ ค๋ฉด '์ฌ์์'์ ์บ๋ฆญํฐ ์ ํ์ผ๋ก ๋์๊ฐ๋ ค๋ฉด '์ข
๋ฃ'๋ฅผ ๋๋ฌ์ฃผ์ธ์. Click ''Restart'' to go back to your save point or click ''Exit'' to select another character. */ MSG_RESTART_MSG = 0x5b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํ๋ ๊ฑฐ๋๋ฅผ ์ ํํ์ธ์. Please select a Deal Type. */ MSG_SELECT_DEAL_TYPE = 0x5c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋์ด ๊ฑฐ๋๋ฅผ ์์ฒญํ์ต๋๋ค. requests a deal. */ MSG_SUGGEST_DEAL = 0x5d, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ์์ ์ด์ฒญ ๋ฉ์์ง๊ฐ ์์ต๋๋ค. ํฉ๋ฅํ๊ฒ ์ต๋๊น? Party has sent you an invitation. Would you like to join? */ MSG_SUGGEST_JOIN_PARTY = 0x5e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ช
๋ น์ด ํ๋ ธ์ต๋๋ค. Invalid Command */ MSG_INVALID_COMMAND = 0x5f, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํดํ๊ธฐ Leave party */ MSG_LEAVE_PARTY = 0x60, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ช
์ํค๊ธฐ Expel */ MSG_EXPEL = 0x61, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ชฝ์ง๋ณด๋ด๊ธฐ Send Message */ MSG_MSG = 0x62, -/*20080827 to 20180523 +/*20080827 to 20180612 1:1 ๋ํ 1:1 Chat */ MSG_1ON1 = 0x63, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ณด Information */ MSG_CHARACTER_INFO = 0x64, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ์ค์ Party Setup */ MSG_PARTY_SETTING = 0x65, -/*20080827 to 20180523 +/*20080827 to 20180612 ์น๊ตฌ Friend */ MSG_FRIEND = 0x66, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ Party */ MSG_PARTY = 0x67, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฅ์ฐฉ์์ดํ
Equipment */ MSG_EQUIPED_ITEM = 0x68, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํ
์ดํฐ์ค Status */ MSG_STATUS_ = 0x69, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ง์์ดํ
Inventory */ MSG_ITEM = 0x6a, -/*20080827 to 20180523 +/*20080827 to 20180612 /๊ฒฐ์ฑ [ํํฐ์ด๋ฆ] : ํํฐ๊ฒฐ์ฑ /ํํด : ํํฐํํด /organize ''Party Name'' To organize a party. Type /leave To leave a Party. */ MSG_EXPLAIN_PARTY = 0x6b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ์ด ํํฐ๋ฆฌ๋์ผ๋ ์บ๋ฆญํฐ๋ฅผ ์ค๋ฅธ๋ฒํผ์ผ๋ก ํด๋ฆญํ๋ฉด ํํฐ์ ๊ฐ์
์์ฒญํ๊ธฐ ๋ฉ๋ด๊ฐ ๋น๋๋ค. If you are the party master, you can invite someone into your party by right-clicking on a Character. */ MSG_EXPLAIN_TIP3 = 0x6c, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋ณต Consumables */ MSG_RESTORE = 0x6d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฒฉ Attack */ MSG_ATTACK = 0x6e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ณด์กฐ Support */ MSG_SUPPORT = 0x6f, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์ฒด All */ MSG_ALL = 0x70, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ธฐ Weapons */ MSG_WEAPON = 0x71, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ์ด Defense */ MSG_DEFENCE = 0x72, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ Water */ MSG_WATER = 0x73, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง Earth */ MSG_EARTH = 0x74, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ Fire */ MSG_FIRE = 0x75, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ Wind */ MSG_WIND = 0x76, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์์ข
๋ฅ์ ์ฅ๋น์์ดํ
์ ํ๋ฒ์ ํ๊ฐ๋ง ์ด ์ ์์ต๋๋ค. Please avoid buying 2 of the same items at one time. */ MSG_EQUIPITEM_OLNY_ONE = 0x77, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฐฝ๋ชจ๋์์ ์คํ ํ ๋๋ 16๋นํธ ์ปฌ๋ฌ๋ก ๋ง์ถฐ์ฃผ์ธ์. Please change your desktop Color Depth to 16-bit when running Ragnarok in windowed mode. */ MSG_ONLY_16BIT_WHEN_WINDOWMODE = 0x78, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. Please wait... */ MSG_PLEASE_BE_PATIENT = 0x79, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. Please wait... */ MSG_WAITING_RESPONSE_FROM_SERVER = 0x7a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. Please wait... */ MSG_MAKING_CHARACTER = 0x7b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. Please wait... */ MSG_DELETING_CHARACTER = 0x7c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ ๋ง๋ค๊ธฐ Make a Room */ MSG_MAKING_ROOM = 0x7d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ์
ํ
๋ฐ๊พธ๊ธฐ Room Setup */ MSG_CHANGE_ROOM_SETTING = 0x7e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐํด์ํค๊ธฐ Kick Character Out */ MSG_BAN = 0x7f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ์ฅ๊ถํ ์ฃผ๊ธฐ Give Master Authority */ MSG_GIVE_GIVE_ROOM_POWER = 0x80, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ณด๋ณด๊ธฐ View Information */ MSG_SEE_INFORMATION_OF_CHARACTER = 0x81, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ํ๋ฐฉ Chat Room */ MSG_CHAT_ROOM = 0x82, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ช
Ppl */ MSG_COUNT_UNIT_OF_PEOPLE = 0x83, -/*20080827 to 20180523 +/*20080827 to 20180612 /์๊ธฐ or /sit : ์๊ธฐ. ์์์์๋ ์๊ธฐ /sit: Sit command. If you are sitting, you will stand instead. */ MSG_EXPLAIN_SIT = 0x84, -/*20080827 to 20180523 +/*20080827 to 20180612 /์๊ธฐ or /stand : ์๊ธฐ. ์์์๋ ์๊ธฐ /stand: Stand command. If you are standing, you will sit instead. */ MSG_EXPLAIN_STAND = 0x85, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ฑํ
๋ฐฉ or /chat : ์ฑํ
๋ฐฉ ๋ง๋ค๊ธฐ์ฐฝ ๋์ฐ๊ธฐ /chat: Creates a Chat Room */ MSG_EXPLAIN_MAKE_CHAT = 0x86, -/*20080827 to 20180523 +/*20080827 to 20180612 /q : ์ฑํ
๋ฐฉ ๋๊ฐ๊ธฐ. /q: Leaves a Chat Room */ MSG_EXPLAIN_EXIT_CHAT_ROOM = 0x87, -/*20080827 to 20180523 +/*20080827 to 20180612 /๊ฑฐ๋ [์บ๋ฆญํฐ์ด๋ฆ] or /๊ตํ [์บ๋ฆญํฐ์ด๋ฆ] or /deal [์บ๋ฆญํฐ์ด๋ฆ] : ํด๋น ์บ๋ฆญํฐ์ ๊ฑฐ๋์์ฒญ /deal ''Character Name'' Requests a deal with a character */ MSG_EXPLAIN_DEAL = 0x88, -/*20080827 to 20180523 +/*20080827 to 20180612 /๊ฒฐ์ฑ [ํํฐ์ด๋ฆ] or /organize [ํํฐ์ด๋ฆ] : ํํฐ๊ฒฐ์ฑ /organize ''Party Name'' Organizes a party */ MSG_EXPLAIN_ORGANIZE_PARTY = 0x89, -/*20080827 to 20180523 +/*20080827 to 20180612 /ํํด or /leave : ํํฐ ํํด /leave: Leaves a party */ MSG_EXPLAIN_LEAVE_PARTY = 0x8a, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ ๋ช
[์บ๋ฆญํฐ์ด๋ฆ] or /expel [์บ๋ฆญํฐ์ด๋ฆ] : ํด๋น์บ๋ฆญํฐ๋ฅผ ํํฐ์์ ์ ๋ช
์ํด /expel ''Character Name'' kicks a Character out of your party */ MSG_EXPLAIN_EXPEL_PARTY_MEMBER = 0x8b, -/*20080827 to 20180523 +/*20080827 to 20180612 [Alt] + [End] : ํ๋ ์ด์ด hp/sp ๊ฒ์ด์ง On Off [Alt] + [End]: Turns HP/SP Bar On or Off */ MSG_EXPLAIN_TIP4 = 0x8c, -/*20080827 to 20180523 +/*20080827 to 20180612 [Alt] + [Home] : ์ง๋ฉด ์ปค์ ํ์ On Off [Alt] + [Home]: Turns Ground Cursor On or Off */ MSG_EXPLAIN_TIP5 = 0x8d, -/*20080827 to 20180523 +/*20080827 to 20180612 [Insert] : ์๊ธฐ ์๊ธฐ [Insert]: Makes you sit or stand. (Hotkey to toggle between /sit and /stand) */ MSG_EXPLAIN_TIP6 = 0x8e, -/*20080827 to 20180523 +/*20080827 to 20180612 MVP๊ฐ ๋์
จ์ต๋๋ค!! MVP ์์ดํ
์ Congratulations! You are the MVP! Your reward item is */ MSG_YOU_RECEIVE_MVP_ITEM = 0x8f, -/*20080827 to 20180523 +/*20080827 to 20180612 !! !! */ MSG_YOU_RECEIVE_MVP_ITEM2 = 0x90, -/*20080827 to 20180523 +/*20080827 to 20180612 MVP๊ฐ ๋์
จ์ต๋๋ค!! ํน๋ณ๊ฒฝํ์น Congratulations! You are the MVP! Your reward EXP Points are */ MSG_YOU_RECEIVE_MVP_EXP = 0x91, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋!! !! */ MSG_YOU_RECEIVE_MVP_EXP2 = 0x92, -/*20080827 to 20180523 +/*20080827 to 20180612 MVP๊ฐ ๋์
จ์ต๋๋ค๋ง ๋ฌด๊ฒ์ด๊ณผ๋ก MVP ์์ดํ
์ ๊ฐ์ง ์ ์์์ต๋๋ค!! You are the MVP, but you can't take the reward because you are over your weight limit. */ MSG_YOU_THROW_MVPITEM = 0x93, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ ์บ๋ฆญํฐ ์ด๋ฆ ์
๋๋ค. There is no such character name or the user is offline. */ MSG_NOT_EXIST_CHARACTER = 0x94, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ๊ฑฐ๋ถ ์ํ์
๋๋ค. doesn't want to receive your messages. */ MSG_NO_RECEIVE_MODE = 0x95, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชจ๋ ์บ๋ฆญํฐ์ ๋ํด ์์ ๊ฑฐ๋ถ ์ํ ์
๋๋ค. is not in the mood to talk with anyone. */ MSG_NO_RECEIVE_MODE_FOR_ALL = 0x96, -/*20080827 to 20180523 +/*20080827 to 20180612 ์บ๋ฆญํฐ ์ ์๋๊ธฐ ์ฑ๊ณต. Killed/Disconnected User. */ MSG_SUCCESS_DISCONNECT_CHARACTER = 0x97, -/*20080827 to 20180523 +/*20080827 to 20180612 ์บ๋ฆญํฐ ์ ์๋๊ธฐ ์คํจ. Kill has failed. */ MSG_FAIL_DISCONNECT_CHARACTER = 0x98, -/*20080827 to 20180523 +/*20080827 to 20180612 %s %d ๊ฐ ํ๋ You got %s (%d). */ MSG_GET_ITEM = 0x99, -/*20080827 to 20180523 +/*20080827 to 20180612 [Alt] + [=] : ์ํ๋ฒณ ๊ฐ๊ฒฉ์ด ๋์ด์ก์๋ ๋๋๋ฆฌ๊ธฐ. [Alt] + [=]: Fix the interval error between letters. */ MSG_EXPLAIN_TIP7 = 0x9a, -/*20080827 to 20180523 +/*20080827 to 20180612 [F10] : ์ฑํ
์ฐฝ ํฌ๊ธฐ์กฐ์ [Alt] + [F10] : ์ฑํ
์ฐฝ On Off [F10]: To toggle Chat Window size; [Alt] + [F10]: Toggle Chat Window On or Off */ MSG_EXPLAIN_TIP8 = 0x9b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ท์๋ง ํ๋๋ฒ : ์ฑํ
์ฐฝ ์ผ์ชฝ ์
๋ ฅ๋์ ์บ๋ฆญํฐ์ด๋ฆ์ ์
๋ ฅํ๊ณ ์ค๋ฅธ์ชฝ ์
๋ ฅ๋์ ๋ง์ ์
๋ ฅํ๋ฉด ๋ฉ๋๋ค. TABํค๋ก ๋์
๋ ฅ๋ ์ฌ์ด๋ก ์ปค์๋ฅผ ์ด๋ํ ์ ์์ต๋๋ค. How to Whisper: Enter a Character's Name on the left side of chat window and type your message on the right side. The Tab key helps you move between these boxes. */ MSG_EXPLAIN_TIP9 = 0x9c, -/*20080827 to 20180523 +/*20080827 to 20180612 /! /? /๊ธฐ์จ /ํํธ /๋ /์ํ /์ง์ฆ /ํ /๋ /... /๊ฐ์ /๋ฐ์ /๋ณด : Alt + (1~9) Ctrl + (-=\) ์ ๋์๋๋ ๋ช
๋ น์ด ์
๋๋ค. /!,/?,/ho,/lv,/lv2,/swt,/ic,/an,/ag,/$,/โฆ.,/thx,/wah,/sry,/heh,/swt2,/hmm,/no1,/??,/omg,/oh,/X,/hp,/go,/sob,/gg,/kis,/kis2,/pif,/ok: Emotion icons corresponding to Alt + (1~9) Ctrl + (-=\\) */ MSG_EXPLAIN_TIP10 = 0x9d, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ์์๊ฒ ๋งํ๋๋ฒ : ๋ง์ ์ ์ผ์์ '%'๋ฅผ ๋ถ์ด๋ฉด ํํฐ์์๊ฒ ๋ง์ด ๊ฐ๋๋ค. (์: "%์๋
") How to Speak to Party: Add % in front of every message.(Example: \%Hello\) */ MSG_EXPLAIN_TIP11 = 0x9e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ๊ตํ ๋ถ๋ฅ. You haven't learned enough Basic Skills to Trade. */ MSG_NOT_ENOUGH_SKILLLEVE1 = 0x9f, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ์ด๋ชจ์
๋ถ๋ฅ. You haven't learned enough Basic Skills to use Emotion icons. */ MSG_NOT_ENOUGH_SKILLLEVE2 = 0xa0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ์๊ธฐ ๋ถ๋ฅ. You haven't learned enough Basic Skills to Sit. */ MSG_NOT_ENOUGH_SKILLLEVE3 = 0xa1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ์ฑํ
๋ฐฉ๋ง๋ค๊ธฐ ๋ถ๋ฅ. You haven't learned enough Basic Skills to create a chat room. */ MSG_NOT_ENOUGH_SKILLLEVE4 = 0xa2, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ํํฐ๋ง๋ค๊ธฐ ๋ถ๋ฅ You haven't learned enough Basic Skills to Party. */ MSG_NOT_ENOUGH_SKILLLEVE5 = 0xa3, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ์ธ์น๊ธฐ ๋ถ๋ฅ You haven't learned enough skills to Shout. */ MSG_NOT_ENOUGH_SKILLLEVE6 = 0xa4, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. pk ๋ถ๋ฅ You haven't learned enough skills for Pking. */ MSG_NOT_ENOUGH_SKILLLEVE7 = 0xa5, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฌ๊ณ ์ํ๋ ํ๋ชฉ Buying Items */ MSG_ITEMS_FOR_BUY = 0xa6, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์์ Item Shop */ MSG_ITEM_STORE = 0xa7, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๊ณ ์ํ๋ ํ๋ชฉ Selling Items */ MSG_ITEMS_FOR_SELL = 0xa8, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ณด๊ด์์ดํ
Storage */ MSG_ITEMS_THAT_IS_STORED = 0xa9, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฅ๋น๊ฐ ์ฅ์ฐฉ ๋์์ต๋๋ค. is put on. */ MSG_ITEM_IS_EQUIPED = 0xaa, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฅ๋น๊ฐ ํด์ ๋์์ต๋๋ค. is taken off. */ MSG_ITEM_IS_REMOVED = 0xab, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ท๋ง๋ฆฌ์คํธ์ ์ด๋ฆ๋ฃ๊ธฐ To add names on the Whispering List */ MSG_ADD_TO_WHISPER_CHAR_LIST = 0xac, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ๋ฆฐ์ท ์ฐ๋๋ฒ : [Print Screen]ํค๋ [Scroll Lock]ํค๋ฅผ ๋๋ฅด๋ฉด ๋ฉ๋๋ค. How to Take Screen Shots: Press [Print Screen] or [Scroll Lock] */ MSG_EXPLAIN_TIP12 = 0xad, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ค๋์ ํ Tip of the Day */ MSG_TIPOFTHEDAY = 0xae, -/*20080827 to 20180523 +/*20080827 to 20180612 ^3850a0์๊ณ ๊ณ์
จ์ต๋๊น... ^000000 //^709fed ^3850a0Did you know...?^709fed */ MSG_DIDYOUKNOW = 0xaf, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ํ ๋ ์ด๊ธฐ Display at startup */ MSG_SHOWTIPSATSTARTUP = 0xb0, -/*20080827 to 20180523 +/*20080827 to 20180612 /tip : ์ค๋์ํ ์ด๊ธฐ /tip: Opens ''Tip of the Day'' */ MSG_EXPLAIN_OPENTIP = 0xb1, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฌ ์ ์์ %d๋ช
There are %d Players Currently Connected. */ MSG_NUMPEOPLE = 0xb2, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋์ด ์
์ฅ ํ์์ต๋๋ค. (%s) has entered. */ MSG_USERGETINTHEROOM = 0xb3, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋์ด ํด์ฅ ํ์์ต๋๋ค. (%s) has left. */ MSG_USERGETOUTOFTHEROOM = 0xb4, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋์ด ๊ฐ์ ํด์ฅ ๋์์ต๋๋ค. (%s) was kicked out. */ MSG_USERGETOUTOFTHEROOMBYFORCE = 0xb5, -/*20080827 to 20180523 +/*20080827 to 20180612 %d ๊ฐ %d ea. */ MSG_EA = 0xb6, -/*20080827 to 20180523 +/*20080827 to 20180612 %s : %d ๊ฐ %s: %d ea. */ MSG_EA2 = 0xb7, -/*20080827 to 20180523 +/*20080827 to 20180612 %s %s : %d ๊ฐ %s %s: %d */ MSG_EA3 = 0xb8, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ ์ ์๋ ํ๋ชฉ Available Items to sell */ MSG_ITEMSYOUCANSELL = 0xb9, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ์์ ํ๋ ํ๋ชฉ Shop Items */ MSG_SHOPITEMS = 0xba, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์ ์๋๊ณณ Unknown Area */ MSG_NOWHERE = 0xbb, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฒ์ ์ธ์ด๊ฐ ๋ง์ง ์์ต๋๋ค. Your Client language doesn't match the Server language. */ MSG_CLIENTTYPEMISMATCH = 0xbc, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์ ๋ฒ๋ฆด๋ ค๋ฉด ์ฅ๋น์ฐฝ์ ๋ซ์ผ์ธ์. Please move your equipment to the inventory. And close the equipment window. */ MSG_CLOSEEQUIPWND = 0xbd, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ด๋ง ๋ฉ๋๋ค. This server provides English Text Characters Only. */ MSG_ENGLISHONLY = 0xbe, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง๊ธ์ ์ง์๋์ง ์์ต๋๋ค. This is not implemented yet. */ MSG_NOTSUPPORTEDYET = 0xbf, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ท๋ง ๋ฆฌ์คํธ๊ฐ ์์ต๋๋ค. No Whisper List. */ MSG_NOWHISPERLIST = 0xc0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๊ฒ ๊ท๋ง๊ฑฐ๋ถ์ํ๋ก๋จ : Whispering Blocked. */ MSG_WHISPERIGNORESUCCESS = 0xc1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๊ฒ ๊ท๋ง๊ฑฐ๋ถ ์์ฒญ์คํจํจ : Whispering Block has failed. */ MSG_WHISPERIGNOREFAILED1 = 0xc2, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๊ฒ ๊ท๋ง๊ฑฐ๋ถ ์์ฒญ์คํจํจ (์ธ์์ด๊ณผ) : Whispering Block has failed. Block List is full. */ MSG_WHISPERIGNOREFAILED2 = 0xc3, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๊ฒ ๊ท๋ง๊ฐ๋ฅ์ํ๋ก๋จ : Whispering accepted. */ MSG_WHISPERNOIGNORESUCCESS = 0xc4, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๊ฒ ๊ท๋ง๊ฐ๋ฅ ์์ฒญ์คํจํจ : Command has failed. */ MSG_WHISPERNOIGNOREFAILED1 = 0xc5, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๊ฒ ๊ท๋ง๊ฐ๋ฅ ์์ฒญ์คํจํจ (์ธ์์ด๊ณผ) : Command has failed. Block List is full. */ MSG_WHISPERNOIGNOREFAILED2 = 0xc6, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฆ์ ์ฒ์๊ณผ ๋ง์ง๋ง์๋ ๊ณต๋ฐฑ๋ฌธ์๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. You cannot put a space at the beginning or end of a name. */ MSG_NO_SPACE_IN_NAME = 0xc7, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๊ณต๊ฐ Private */ MSG_ROOM_PRIVATE2 = 0xc8, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฐ Public */ MSG_ROOM_PUBLIC2 = 0xc9, -/*20080827 to 20180523 +/*20080827 to 20180612 SP๊ฐ ๋ถ์กฑํฉ๋๋ค. Not Enough SP */ MSG_USESKILL_FAIL_SP_INSUFFICIENT = 0xca, -/*20080827 to 20180523 +/*20080827 to 20180612 HP๊ฐ ๋ถ์กฑํฉ๋๋ค. Not Enough HP */ MSG_USESKILL_FAIL_HP_INSUFFICIENT = 0xcb, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ์ฌ์ฉ ์คํจ. Skill has failed. */ MSG_NOT_ENOUGH_SKILLLEVE8 = 0xcc, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์น๊ธฐ ์คํจ. Steal has failed. */ MSG_FAIL_STEAL = 0xcd, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ตํ์ฐฝ Trade */ MSG_EXCHANGE = 0xce, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋
๊ฑธ๊ธฐ ์คํจ. Envenom skill has failed. */ MSG_FAIL_POISON = 0xcf, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ์์ด๋๋ก๋ ์ด ์๋ฒ์ ์ ์ํ ์ ์์ต๋๋ค. You cannot use this ID on this server. */ MSG_ID_MISMATCH = 0xd0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํผ๋๊ฐ ํฅ์๋์์ต๋๋ค. Your Speed has increased. */ MSG_SPEEDUP = 0xd1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํผ๋๊ฐ ๊ฐ์๋์์ต๋๋ค. Your Speed has decreased. */ MSG_SPEEDDOWN = 0xd2, -/*20080827 to 20180523 +/*20080827 to 20180612 /๊ธฐ์ต : ์ํํ ์ฅ์ ๊ธฐ์ต(์ํ ์คํฌ์ด ์๋๊ฒฝ์ฐ) /memo: To memorize a place as Warp Point (If you are an Acolyte Class character) */ MSG_EXPLAIN_TIP13 = 0xd3, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์์ ์์น Random Area */ MSG_RANDOM_POS = 0xd4, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํ ํ ์์น๋ฅผ ์ ํํ์ธ์. Select an Area to Warp */ MSG_SELECTWHERETOWARP = 0xd5, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. Skill Level is not high enough */ MSG_NOTENOUGHSKILLLEVEL = 0xd6, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์ฅ๋ ์ํํ ์ฅ์๊ฐ ์์ต๋๋ค. There are no memorized locations (Memo Points). */ MSG_NO_STORED_PLACE_TO_WARP = 0xd7, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํ ๊ด๋ จ ์คํฌ์ด ์์ต๋๋ค. You haven't learned Warp. */ MSG_NOWARPSKILL = 0xd8, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํ ์ฅ์๋ก ์ ์ฅ๋จ. Saved location as a Memo Point for Warp Skill. */ MSG_WARPPOINTSTORED = 0xd9, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ทจ์ Cancel */ MSG_CANCEL = 0xda, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ ์ฌ์ฉํ ์๊ฐ์ด ์ถฉ๋ถํ ์ง๋์ง ์์์ต๋๋ค. There is a Delay after using a Skill. */ MSG_SKILLINTERVAL = 0xdb, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋ฒ์ ๊ฐ์ง ์ ์๋ ์์ดํ
์ข
๋ฅ์๋ฅผ ์ด๊ณผํ์ฌ ์์ดํ
์ ๊ฐ์ง ์ ์์ต๋๋ค. You can't have this item because you will exceed the weight limit. */ MSG_CANT_GET_ITEM_BECAUSE_COUNT = 0xdc, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์ต๋ ์ข
๋ฅ์๋ฅผ ์ด๊ณผ ํ์์ต๋๋ค. Out of the maximum capacity */ MSG_INSUFFICIENT_OVER_COUNT = 0xdd, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ ์์ดํ
Cart Items */ MSG_MERCHANTITEM = 0xde, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ ๋ฒ๊ธฐ Take off Cart */ MSG_CARTOFF = 0xdf, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋
ธ์ ๊ฐ์ค Opening a stall */ MSG_MERCHANTSHOPMAKER = 0xe0, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋
ธ์ ์ด๋ฆ์ ์
๋ ฅํ์ธ์. Please Name your Shop. */ MSG_ENTER_SHOP_TITLE = 0xe1, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋์ ๋
ธ์ My Shop */ MSG_ITEM_MY_STORE = 0xe2, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ธ ์์ดํ
์์ Merchant Shop */ MSG_ITEM_MERCHANT_STORE = 0xe3, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ธ์๊ฒ ์ฌ๊ณ ์ํ๋ ํ๋ชฉ Buying Items */ MSG_ITEMS_FOR_BUY_FROM_MERCHANT = 0xe4, /*20080827 to 20130508 %s ์ฌ๊ธฐ ์คํจ %s -20130515 to 20180523 +20130515 to 20180612 %s ๊ตฌ์
์คํจ %s %s Purchase Failed %s */ MSG_FAIL_BUY_ITEM_FROM_MERCHANT = 0xe5, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฌ๊ณ ๋ถ์กฑ. Out of Stock */ MSG_INSUFFICIENT_STOCK = 0xe6, -/*20080827 to 20180523 +/*20080827 to 20180612 %s %d ๊ฐ ํ๋ฆผ. %s %d sold. */ MSG_ITEM_IS_SOLD = 0xe7, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋
ธ์ ์์ ํ ์ ์๋ ์์ดํ
Available Items for Vending */ MSG_MERCHANTMIRRORITEM = 0xe8, /*20080827 to 20111012 ๋์ด ๋ถ์กฑํด์ ์คํฌ์ ์ธ ์ ์์ต๋๋ค. -20111017 to 20180523 +20111017 to 20180612 ์ ๋๊ฐ ๋ถ์กฑํด์ ์คํฌ์ ์ฌ์ฉ ํ ์ ์์ต๋๋ค. Skill has failed because you do not have enough zeny. */ MSG_SKILL_FAIL_MONEY = 0xe9, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฌ์ฉํ ๋์์ ์ ํํ์ธ์ Select a Target. */ MSG_SELECTTARGET = 0xea, -/*20080827 to 20180523 +/*20080827 to 20180612 /pk on : pk On /pk off : pk Off /pk on: Turns PK On. /pk off: Turns PK Off. */ MSG_EXPLAIN_TIP14 = 0xeb, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋
ธ์ Shop */ MSG_STREETSHOP = 0xec, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ ์์ดํ
[Alt+W] Cart Items [Alt+W] */ MSG_OPENCARTWINDOW = 0xed, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธฐ๋ณธ์ ๋ณด Basic Information */ MSG_BASICINFOWND = 0xee, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฌด๊ธฐ๋ก๋ ์ด์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. The skill cannot be used with this weapon. */ MSG_USESKILL_FAIL_NOT_SUITABLE_WEAPON = 0xef, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ์ฌ๊ธฐ ์คํจ ์ฌ๊ณ ๋ถ์กฑ ํ์ฌ ์ฌ๊ณ %d ๊ฐ. Buying %s has been failed. Out of Stock. Current Stock %d. */ MSG_FAIL_BUY_ITEM_FROM_MERCHANT_NO_STOCK = 0xf0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฒ์ ๋๊ธฐํ๊ฐ ํ๋ ค ์ฐ๊ฒฐ์ด ๋์ด์ก์ต๋๋ค. You've been disconnected due to a time gap between you and the server. */ MSG_SPEEDHACK = 0xf1, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ด์ ์ฅ์ฐฉํ์ธ์ Please equip the proper ammunition first. */ MSG_ERR_ATTACK_ARROW = 0xf2, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ค๋๊ณผ๋ค๋ก ๊ณต๊ฒฉ์ด๋ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't attack or use skills because you've exceeded the Weight Limit. */ MSG_ERR_ATTACK_WEIGHT = 0xf3, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ค๋๊ณผ๋ค๋ก ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't use skills because you've exceeded the Weight Limit. */ MSG_ERR_SKILL_WEIGHT = 0xf4, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ด์ด ์ฅ์ฐฉ๋์์ต๋๋ค. Ammunition has been equipped. */ MSG_MSG_ARROW_EQUIPMENT_SUCCESS = 0xf5, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ ๋์ ฌ์คํค์ด ํ์ํฉ๋๋ค. Red Gemstone required. */ MSG_NEED_REDJAMSTONE = 0xf6, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ธ๋ฃจ์ ฌ์คํค์ด ํ์ํฉ๋๋ค. Blue Gemstone required. */ MSG_NEED_BLUEJAMSTONE = 0xf7, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ ํ๋ผ๋ฉํฐ Strength */ MSG_DESC_STR = 0xf8, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฏผ์ฒฉ์ฑ ํ๋ผ๋ฉํฐ Agility */ MSG_DESC_AGI = 0xf9, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฒด๋ ฅ ํ๋ผ๋ฉํฐ Vitality */ MSG_DESC_VIT = 0xfa, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง๋ ฅ ํ๋ผ๋ฉํฐ Intelligence */ MSG_DESC_INT = 0xfb, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ฌ์ฃผ ํ๋ผ๋ฉํฐ Dexterity */ MSG_DESC_DEX = 0xfc, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ํ๋ผ๋ฉํฐ Luck */ MSG_DESC_LUK = 0xfd, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฒฉ๋ ฅ Hit Point */ MSG_DESC_ATK = 0xfe, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ์ด๋ ฅ Defence Rate */ MSG_DESC_DEF = 0xff, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ช
์ค๋ฅ Accuracy */ MSG_DESC_HIT = 0x100, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ด๊ณต๊ฒฉ๋ฅ Critical Attack */ MSG_DESC_CRI = 0x101, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์๊ธธ๋ Affiliated Guild */ MSG_DESC_GUILD = 0x102, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ ํ๋ผ๋ฉํฐ ๋ ๋ฒจ์
์ ์ฌ์ฉ๋๋ ํฌ์ธํธ Points to level up each Parameter */ MSG_DESC_POINT = 0x103, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง๋ฒ๊ณต๊ฒฉ๋ ฅ Magic Attack */ MSG_DESC_MATK = 0x104, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง๋ฒ๋ฐฉ์ด๋ ฅ Magic Defense */ MSG_DESC_MDEF = 0x105, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํผ์จ Dodge */ MSG_DESC_FLEE = 0x106, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฒฉ์คํผ๋ Attack Speed */ MSG_DESC_ASPD = 0x107, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง์ญ๋น ์์ฉ์ธ์ ์ด๊ณผ๋ก ์ ์ํ ์ ์์ต๋๋ค. Server is jammed due to over population. Please try again shortly. */ MSG_PC_OVERFLOW = 0x108, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ต์
Option */ MSG_OPTIONWND = 0x109, -/*20080827 to 20180523 +/*20080827 to 20180612 E-MAIL ์ธ์ฆ์ด ๋์ง์์๊ฑฐ๋ ๋ธ๋ญ๋ ๊ณ์ ์
๋๋ค. Account ID blocked by the Game Master Team. */ MSG_ID_EMAIL_CONFIRM_NEEDED = 0x10a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๋ฐ๋ฒํธ๊ฐ ํ๋ฆฝ๋๋ค. Incorrect User ID or Password. Please try again. */ MSG_INCORRECT_LOGIN_PASSWORD = 0x10b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋จธ๋ฆฌ๋ชจ์ ์ ํ Choose Hairstyle */ MSG_SELECT_HAIR_STYLE = 0x10c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฒฉ๋ ฅ Hit Point */ MSG_ATK = 0x10d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ์ด๋ ฅ Defence Rate */ MSG_DEF = 0x10e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฒฉ์ค๋
On Attack Snap On */ MSG_ATTACK_SNAP_ON = 0x10f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฒฉ์ค๋
Off Attack Snap Off */ MSG_ATTACK_SNAP_OFF = 0x110, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ์ค๋
On Skill Snap On */ MSG_SKILL_SNAP_ON = 0x111, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ์ค๋
Off Skill Snap Off */ MSG_SKILL_SNAP_OFF = 0x112, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ค๋
or /snap: ๋ชฌ์คํฐ ๊ณต๊ฒฉ์ ์ค๋
On Off /์คํฌ์ค๋
or /skillsnap: ์คํฌ๋ก ๋ชฌ์คํฐ ๊ณต๊ฒฉ์ ์ค๋
On Off /์์ดํ
์ค๋
or /itemsnap: ์์ดํ
์ฃผ์ธ๋ ์ค๋
On Off /snap: Turns snap On | Off for fights, /skillsnap: Turns snap On | Off for skills. /itemsnap: Turns snap On | Off for items on the grounds. */ MSG_EXPLAIN_SNAP = 0x113, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์ค๋
On Item Snap On */ MSG_ITEM_SNAP_ON = 0x114, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์ค๋
Off Item Snap Off */ MSG_ITEM_SNAP_OFF = 0x115, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ค๋
Snap */ MSG_SNAP = 0x116, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๊ฐ์ง ์์ดํ
์ 3๋ง๊ฐ ์ด์ ๊ฐ์ง์ ์์ต๋๋ค. You cannot carry more than 30,000 of one kind of item. */ MSG_CANT_GET_ITEM_OVERCOUNT_ONEITEM = 0x117, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ ๋ฒจ 30์ด์์ ์บ๋ฆญํฐ๋ ์ญ์ ํ ์ ์์ต๋๋ค. ์ญ์ ๋ฅผ ์ํ์๋ฉด ๊ด๊ณ์์๊ฒ ๋ฌธ์ ํ์ธ์. You cannot delete a Character with a level greater than 30. If you want to delete the character please contact a Game Master. */ MSG_CANT_DELETE_CHARACTER_OVER_30_LEVEL = 0x118, /*20080827 to 20091208 ์ด์ดํ
๊ตํ์ค์๋ ์์ดํ
์ ์ฌ๊ณ ํ ์ ์์ต๋๋ค. -20091215 to 20180523 +20091215 to 20180612 ์์ดํ
๊ตํ์ค์๋ ์์ดํ
์ ์ฌ๊ณ ํ ์ ์์ต๋๋ค. You cannot use an NPC shop while in a trade. */ MSG_FAIL_BUY_ITEM_ITEM_EXCHANGING = 0x119, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ๋ช
Shop Name */ MSG_STALL_NAME = 0x11a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ๋ชฉ๋ก Skill Tree */ MSG_SKILLLIST = 0x11b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌํฌ์ธํธ : %d Skill Point: %d */ MSG_SKILLPOINT = 0x11c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ์ฌ์ฉ ์คํจ Skill has failed. */ MSG_USESKILL_FAIL = 0x11d, -/*20080827 to 20180523 +/*20080827 to 20180612 ํจ์๋ธ Passive */ MSG_PASSIVE = 0x11e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ ์ทจ๋ Individual */ MSG_EXPDIV1 = 0x11f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ท ๋ฑํ๊ฒ ๋ถ๋ฐฐ Shared */ MSG_EXPDIV2 = 0x120, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ ์ทจ๋ Individual */ MSG_ITEMCOLLECT1 = 0x121, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ ์ ์ฒด ๊ณต์ Party Share */ MSG_ITEMCOLLECT2 = 0x122, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ ์ค์ Party Setup */ MSG_PARTYSETTING = 0x123, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝํ์น ๋ถ๋ฐฐ๋ฐฉ์ How to share EXP */ MSG_HOWEXPDIV = 0x124, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์์ง๋ฐฉ์ How to share Items */ MSG_HOWITEMCOLLECT = 0x125, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ ๋ฆฌ๋๋ง ์ค์ ํ ์ ์์ต๋๋ค. Only the Party Leader can change this setting. */ MSG_ONLY_PARTYMASTER = 0x126, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
๊ฐฏ์ ์๋ฌผ์ด๋ณด๊ธฐ Toggle Item Amount. */ MSG_NOQUESTION_ITEMCOUNT = 0x127, -/*20080827 to 20180523 +/*20080827 to 20180612 ^ff0000%d^000000 ์ด ํ์ ์บ๋ฆญํฐ๊ฐ ์ง์์ง๋๋ค. ์ทจ์ ํ๋ ค๋ฉด ์ทจ์ ๋ฒํผ์ ๋๋ฅด์ธ์. Character will be deleted after ^ff0000%d^000000 seconds. Press Cancel to quit. */ MSG_CHARARATER_DELETE_COUNT = 0x128, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ตํํ ์ ์๋ ์ต๋ ์์ดํ
๊ฐฏ์๋ 10๊ฐ์ง ์
๋๋ค. You cannot trade more than 10 types of items per trade. */ MSG_MAXEXCHANGE_IS_10_KIND = 0x129, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด์๋ฒ๋ฅผ ์ด์ฉํ ์ ์๋ ๋์ด์
๋๋ค. You are underaged. */ MSG_LIMIT_AGE = 0x12a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฉ์ผ ์ฃผ์๋ฅผ ์
๋ ฅํ์ธ์. Please enter the deletion password. */ MSG_ENTER_EMAIL = 0x12b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฉ์ผ ์ฃผ์ ์
๋ ฅํ๊ธฐ E-mail Address (Case Sensitive). */ MSG_ENTER_EMAIL_TOOLTIP = 0x12c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฉ์ผ ์ฃผ์๊ฐ ํ๋ ค์ ์บ๋ฆญํฐ๊ฐ ์ญ์ ๋์ง ์์์ต๋๋ค. Character Deletion has failed because you have entered an incorrect e-mail address. */ MSG_CANNOT_DELETE_CHARACTER_EMAIL = 0x12d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณ์ ๋น๋ฐ๋ฒํธ๋ฅผ ์
๋ ฅํ์ธ์. Enter Second Serial Cord of your Social Security number. */ MSG_ENTER_PEOPLE_REG_NUMBER = 0x12e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๋ฐ๋ฒํธ๊ฐ ํ๋ ค์ ์บ๋ฆญํฐ๊ฐ ์ญ์ ๋์ง ์์์ต๋๋ค. Character Deletion has failed because you have entered an incorrect SSN. */ MSG_CANNOT_DELETE_CHARACTER_PEOPLE_REG_NUMBER = 0x12f, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋ฒ์ 15๊ฐ์ง ์ด์์ ์์ดํ
์ ํ ์ ์์ต๋๋ค. You can't sell more than 15 types of Items at one time. */ MSG_CANT_SELL_OVER_15 = 0x130, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋์ด์ ํ ๋๋ฌธ์ ์ด๊ณ์ ์ผ๋ก ์ด์๋ฒ์ ์ ์ํ ์ ์์ต๋๋ค. The age limit from commandment tables cannot connect to this server. */ MSG_UNDER_AGE = 0x131, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ฒ๊ฐ 50 ํผ์ผํธ ์ด์์ผ๋๋ HP SP๊ฐ ์์ฐ์ ์ผ๋ก ํ๋ณต์ด ๋์ง ์์ต๋๋ค. HP/SP will not be restored when your carried weight is over 50% of the Weight Limit. */ MSG_NO_RECOVER_OVERWEIGHT = 0x132, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ฒ๊ฐ 90 ํผ์ผํธ ์ด์์ผ๋๋ ๊ณต๊ฒฉ๊ณผ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't use Skills or Attack while your carried weight is over 90% of your Weight Limit. */ MSG_NO_ATTACK_OVERWEIGHT = 0x133, -/*20080827 to 20180523 +/*20080827 to 20180612 HP SP๊ฐ ์์ฐ์ ์ผ๋ก ํ๋ณต์ด ๊ฐ๋ฅํ ์ํ๊ฐ ๋์์ต๋๋ค. Your HP/SP are now being restored naturally. */ MSG_NO_RECOVER_OVERWEIGHT_RELEASED = 0x134, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฒฉ๊ณผ ์คํฌ์ด ๊ฐ๋ฅํ ์ํ๊ฐ ๋์์ต๋๋ค. Attack and Skills are now available. */ MSG_NO_ATTACK_OVERWEIGHT_RELEASED = 0x135, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฒ ์ ๊ฒ์ค์
๋๋ค. Your Game's Exe File is not the latest version. */ MSG_INVALID_VERSION = 0x136, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์ด ๋ชจ๋ ํ๋ ธ์ต๋๋ค. Items are sold out. */ MSG_ITEM_IS_SOLD_OUT = 0x137, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๋ด์ฉ ํ์ผ๋ก ์ ์ฅํ๊ธฐ Save Chat as Text File */ MSG_WRITE_CHAT_TO_FILE = 0x138, -/*20080827 to 20180523 +/*20080827 to 20180612 /๊ฐ๋ฌด๋ฆฌ or /savechat : ์ฑํ
๋ด์ฉ ํ์ผ๋ก ์ ์ฅํ๊ธฐ. /savechat: Save a Chat Log */ MSG_EXPLAIN_SAVE_CHAT = 0x139, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณ์ ๋ง๋ค๊ธฐ Register */ MSG_MAKEACCOUNT = 0x13a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ๊ฑฐ๋ถํ๊ธฐ Reject Whispering */ MSG_REQ_EX_LIST = 0x13b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ๊ฑฐ๋ถํด์ ํ๊ธฐ Allow Whispering */ MSG_REQ_IN = 0x13c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฏธ์คํ์ On Shows ''Miss'' */ MSG_MISS_EFFECT_ON = 0x13d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฏธ์คํ์ Off Shows ''Miss'' */ MSG_MISS_EFFECT_OFF = 0x13e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์นด๋ฉ๋ผ๊ณ ์ On Camera Zooming On */ MSG_FIXED_CAMERA_ON = 0x13f, -/*20080827 to 20180523 +/*20080827 to 20180612 ์นด๋ฉ๋ผ๊ณ ์ Off Camera Zooming Off */ MSG_FIXED_CAMERA_OFF = 0x140, -/*20080827 to 20180523 +/*20080827 to 20180612 /camera : ํ๋ ์ด์ด์๊ฒ ์นด๋ฉ๋ผ๊ณ ์ On Off /miss : ๋ฏธ์ค์ดํํธ On Off /camera: Camera Zooming On or Off. /miss: Toggle ''Miss'' display */ MSG_EXPLAIN_CAMERA_MISS = 0x141, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ์ ๋ณด๋ณด๊ธฐ View Skill Info */ MSG_SEE_INFORMATION_OF_SKILL = 0x142, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ์ด๋ฆ๋ฐ๊พธ๊ธฐ Change Skill */ MSG_CHANGE_SKILL_NAME = 0x143, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํ๋ผ์ดํธ ํด์๋ Sprite Resolution */ MSG_SPRITE_RESOLUTION = 0x144, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ
์ค์ณ ํด์๋ Texture Resolution */ MSG_TEXTURE_RESOLUTION = 0x145, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ํ
์ผ ์กฐ์ Arrange Detail */ MSG_DETAILLEVELWND = 0x146, -/*20080827 to 20180523 +/*20080827 to 20180612 %s Zeny ํ๋ You got %s Zeny */ MSG_GET_ZENY = 0x147, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋๋ช
Guild Name */ MSG_GUILDNAME = 0x148, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋๋ ๋ฒจ Guild lvl */ MSG_GUILDLEVEL = 0x149, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง์คํฐ์ด๋ฆ ClanMaster Name */ MSG_GUILD_MASTER_NAME = 0x14a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์กฐํฉ์์ Number of Members */ MSG_GUILD_NUM_MEMBER = 0x14b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์กฐํฉ์ ํ๊ท ๋ ๋ฒจ Avg.lvl of Guildsmen */ MSG_GUILD_AVG_MEMBER_LEVEL = 0x14c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ด๋ฆฌ์์ง Castles Owned */ MSG_GUILD_MANAGE_LAND = 0x14d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํฅ Tendency */ MSG_GUILD_FAIR = 0x14e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝํ์น EXP */ MSG_GUILD_EXP = 0x14f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์ ๋ธ๋ Emblem */ MSG_GUILD_EMBLEM = 0x150, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์๋ฉํฌ์ธํธ Tax Point */ MSG_GUILD_POINT = 0x151, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋๋งน๊ธธ๋ Alliances */ MSG_ALLY_GUILD = 0x152, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋๊ธธ๋ Antagonists */ MSG_HOSTILITY_GUILD = 0x153, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์ ๋ณด Guild Info */ MSG_GUILDINFOMANAGE = 0x154, -/*20080827 to 20180523 +/*20080827 to 20180612 ์กฐํฉ์์ ๋ณด Guildsmen Info */ MSG_GUILDMEMBERMANAGE = 0x155, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง์์ค์ Position */ MSG_GUILDPOSITIONMANAGE = 0x156, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์คํฌ Guild Skill */ MSG_GUILDSKILL = 0x157, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ถ๋ฐฉ์ ๋ฆฌ์คํธ Expel History */ MSG_GUILDBANISHEDMEMBER = 0x158, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต์ง์ฌํญ Guild Notice */ MSG_GUILDNOTICE = 0x159, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์ฒด๊ธธ๋ ๋ฆฌ์คํธ Entire Guild List */ MSG_GUILDTOTALINFO = 0x15a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ท๋ง ๋ฆฌ์คํธ Whispering List */ MSG_WHISPERLISTWND = 0x15b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ท๋ง์ฐฝ ์ด๊ธฐ Open Whispering Window */ MSG_OPENWHISPERLISTWND = 0x15c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ท๋ง ๋ฆฌ์คํธ ์ฐฝ ์ฌ๋๋ฒ : [Alt] + [H] ๋ฅผ ๋๋ฅด๋ฉด ๊ท๋ง ๋ฆฌ์คํธ ์ฐฝ์ด ์ด๋ฆฝ๋๋ค. How to Open Whispering List: Press [Alt] + [H] */ MSG_EXPLAIN_WHISPER_LIST_WND = 0x15d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋์ผ๋ก ๊ท๋ง์ฐฝ ์ด๊ธฐ Open Whispering List Automatically */ MSG_AUTOOPENWHISPERLISTWND = 0x15e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง์ฐ๊ธฐ Delete */ MSG_DELETE = 0x15f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ค์๋ถํฐ ์ด๋ฆฌ์ง ์์ Close since next */ MSG_DONTOPEN = 0x160, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง์ง๋ง์ผ๋ก ์ ์ํ ์๊ฐ Last Log-in Time */ MSG_LAST_LOGIN_TIME = 0x161, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง์ง๋ง์ผ๋ก ์ ์ํ IP Last Log-in IP */ MSG_LAST_LOGIN_IP = 0x162, -/*20080827 to 20180523 +/*20080827 to 20180612 ์น๊ตฌ ์ค์ Friend Setup */ MSG_FRIEND_SETTING = 0x163, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ง ์ง์ฐ์๊ฒ ์ต๋๊น? Are you sure that you want to delete? */ MSG_DO_YOU_REALLY_WANT_DELETE = 0x164, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ง ํํดํ์๊ฒ ์ต๋๊น? Are you sure that you want to leave? */ MSG_DO_YOU_REALLY_WANT_LEAVE = 0x165, -/*20080827 to 20180523 +/*20080827 to 20180612 ์น๊ตฌ๋ก ๋ฑ๋กํ๊ธฐ Register as a Friend */ MSG_ADD_TO_FRIEND_CHAR_LIST = 0x166, -/*20080827 to 20180523 +/*20080827 to 20180612 ์น๊ตฌ์ผ๋ ์๋์ผ๋ก 1:1์ฐฝ ์ด๊ธฐ Open 1:1 Chat between Friends */ MSG_AUTOOPENWHISPERLISTWND_FRIEND = 0x167, -/*20080827 to 20180523 +/*20080827 to 20180612 1:1์ฐฝ ์ด๊ธฐ Open 1:1 Chat */ MSG_OPEN_1ON1_WINDOW = 0x168, -/*20080827 to 20180523 +/*20080827 to 20180612 ์น๊ตฌ๊ฐ ์๋๋ ์๋์ผ๋ก 1:1์ฐฝ ์ด๊ธฐ Open 1:1 Chat between Strangers */ MSG_AUTOOPEN_1ON1_WINDOW = 0x169, -/*20080827 to 20180523 +/*20080827 to 20180612 1:1์ฐฝ ์ด๋ฆด๋ ์๋ฆฌ๋ก ์๋ฆผ Alarm when you recieve a 1:1 Chat */ MSG_WHISPER_OPEN_SOUND = 0x16a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ง ์ ๋ช
์ํค์๊ฒ ์ต๋๊น? Are you sure that you want to expel? */ MSG_DO_YOU_REALLY_WANT_EXPEL = 0x16b, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ๋์ด ๊ธธ๋๋ฅผ ํํดํ์ต๋๋ค. %s has withdrawn from the guild. */ MSG_USER_LEFT_GUILD = 0x16c, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํด์ฌ์ : %s Secession Reason: %s */ MSG_REASON_LEAVE_GUILD = 0x16d, /*20080827 to 20120202 ๊ธธ๋ ํด์ฒด ์คํจ -20120207 to 20180523 +20120207 to 20180612 ๊ธธ๋๋ช
์ด ์ผ์นํ์ง ์์ต๋๋ค You have failed to disband the guild. */ MSG_DISORGANIZE_GUILD_FAILURE = 0x16e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋ํด์ฒด์ฌ์ : %s Disband Reason: %s */ MSG_DISORGANIZATION_REASON = 0x16f, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋น ๊ณ์ ์ ์ญ์ ๋ ์์ด๋ ์
๋๋ค. This ID has been removed. */ MSG_DELETED_ACCOUNT = 0x170, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋งค๊ฐ : Price: */ MSG_SELLPRICE = 0x171, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ๋์ด ๊ธธ๋์์ ์ถ๋ฐฉ๋์์ต๋๋ค. %s has been expelled from our guild. */ MSG_BAN_GUILD = 0x172, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ถ๋ฐฉ์ฌ์ : %s Expulsion Reason: %s */ MSG_REASON_BAN_GUILD = 0x173, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์ ์ฐฉ์ฉํ ์ ์์ต๋๋ค. You can't put this item on. */ MSG_CAN_NOT_EQUIP_ITEM = 0x174, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ์ค์ ์ ๋ณ๊ฒฝํ ์ ์์ต๋๋ค. You can't modify Party Setup. */ MSG_PARTYSETTING_CHANGE_IMPOSSIBLE = 0x175, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋๊ฐ ๋ง๋ค์ด ์ก์ต๋๋ค. Guild has been Created. */ MSG_GUILD_MAKE_SUCCESS = 0x176, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฏธ ๊ธธ๋์ ์ํด์์ต๋๋ค. You are already in a Guild. */ MSG_GUILD_MAKE_ALREADY_MEMBER = 0x177, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์์ด๋ฆ์ ๊ธธ๋๊ฐ ์กด์ฌํฉ๋๋ค. That Guild Name already exists. */ MSG_GUILD_MAKE_GUILD_EXIST = 0x178, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์์ ์ด์ฒญ ๋ฉ์์ง๊ฐ ์์ต๋๋ค. ๊ฐ์
ํ๊ฒ ์ต๋๊น? Guild has sent you an invitation. Would you like to join this Guild? */ MSG_SUGGEST_JOIN_GUILD = 0x179, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ค๋ฅธ๊ธธ๋์ ๊ฐ์
๋์ด ์์ต๋๋ค. He/She is already in a Guild. */ MSG_CHARACTER_IS_ALREADY_IN_GUILD = 0x17a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋๊ฐ์
์ ๊ฑฐ์ ํ์ต๋๋ค. Offer Rejected */ MSG_CHARACTER_REJECT_JOIN_GUILD = 0x17b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋๊ฐ์
์ ์๋ฝํ์ต๋๋ค. Offer Accepted */ MSG_CHARACTER_ACCEPT_JOIN_GUILD = 0x17c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์ ์์ ์ด๊ณผํ์ต๋๋ค. Your Guild is Full. */ MSG_TOO_MANY_PEOPLE_IN_GUILD = 0x17d, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋ ๊ธธ๋์ ๊ฐ์
์์ฒญ Send (%s) a Guild invitation */ MSG_REQ_JOIN_GUILD = 0x17e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ ๋ ๋ฒจ์ด ๋ชจ์๋ผ์ ๋งค๋ํฌ์ธํธ๋ฅผ ์ค ์ ์์ต๋๋ค. You haven't learned enough skills for aligning. */ MSG_NOT_ENOUGH_FOR_MANNER_POINT = 0x17f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋งค๋ ํฌ์ธํธ ์ฃผ๊ธฐ ์ฑ๊ณต Aligning completed. */ MSG_GIVING_MANNER_POINT_SUCCESS = 0x180, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ค๋ ์ด๋ฏธ ์ฌ์ฉํ์ต๋๋ค. You already spent your point for today. */ MSG_YOU_USE_TODAY_ALREADY = 0x181, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด์บ๋ฆญํฐ์๊ฒ ์ง๊ธํ์ง ํ๋ฌ์ด ์ง๋์ง ์์์ต๋๋ค. Hasn't been a month yet since you aligned this person. */ MSG_ONE_MONTH_NOT_PASSED = 0x182, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ๋์ผ๋ก๋ถํฐ ํ๋ฌ์ค ๋งค๋ ํฌ์ธํธ๋ฅผ ๋ฐ์์ต๋๋ค. Remember, Spamming isn't nice. */ MSG_RECEIVE_PLUS_MANNER_POINT = 0x183, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ๋์ผ๋ก๋ถํฐ ๋ง์ด๋์ค ๋งค๋ ํฌ์ธํธ๋ฅผ ๋ฐ์์ต๋๋ค. Please refrain from ill-mannered conduct, thank you. */ MSG_RECEIVE_MINUS_MANNER_POINT = 0x184, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๊ธ์ง ์๊ฐ ์ค์ด๊ธฐ(ํ๊ธฐ) Align with a Good Point */ MSG_GIVE_PLUS_MANNER_POINT = 0x185, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๊ธ์ง ์๊ฐ ๋์ด๊ธฐ(๊ฑธ๊ธฐ) Align with a Bad Point */ MSG_GIVE_MINUS_MANNER_POINT = 0x186, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋๊ณผ์ ๊ฑฐ๋์์ฒญ Request a deal with (%s) */ MSG_REQ_DEAL_WITH2 = 0x187, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋ ํํฐ์ ๊ฐ์
์์ฒญ Ask (%s) to join your party */ MSG_REQ_JOIN_PARTY2 = 0x188, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์์ ๋๋งน์์ฒญ ๋ฉ์์ง๊ฐ ์์ต๋๋ค. ๋๋งนํ๊ฒ ์ต๋๊น? Guild is asking you to agree to an Alliance with them. Do you accept? */ MSG_SUGGEST_ALLY_GUILD = 0x189, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฏธ ๋๋งน๋์ด ์์ต๋๋ค. This Guild is already your Ally. */ MSG_REQALLYGUILD_ALREADY_ALLIED = 0x18a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋๋งน์ ๊ฑฐ์ ํ์ต๋๋ค. You reject the offer */ MSG_REQALLYGUILD_REJECT = 0x18b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋๋งน์ ์๋ฝ ํ์ต๋๋ค. You accept the offer */ MSG_REQALLYGUILD_ACCEPT = 0x18c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋๊ธธ๋์ ๋๋งน๊ธธ๋์ ์๊ฐ ์ด๊ณผ ๋์์ต๋๋ค. They have too many Alliances. */ MSG_REQALLYGUILD_OVERSIZE = 0x18d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์ ๋๋งน๊ธธ๋์ ์๊ฐ ์ด๊ณผ ๋์์ต๋๋ค. You have too many Alliances. */ MSG_REQALLYMYGUILD_OVERSIZE = 0x18e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋ ๋๋งน ์์ฒญ Set this guild as an Alliance */ MSG_REQ_ALLY_GUILD = 0x18f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋๊ฐ ์ฑ๊ณต์ ์ผ๋ก ํด์ฒด ๋์์ต๋๋ค. Guild was successfully disbanded. */ MSG_DISORGANIZE_GUILD_SUCCESS = 0x190, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฃผ๋ฏผ๋ฑ๋ก๋ฒํธ๊ฐ ํ๋ ค์ ๊ธธ๋๊ฐ ํด์ฒด๋์ง ์์์ต๋๋ค. You have failed to disband the guild due to your incorrect SSN. */ MSG_DISORGANIZE_GUILD_INVALIDKEY = 0x191, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋๋งด๋ฒ๊ฐ ์กด์ฌํด์ ๊ธธ๋๊ฐ ํด์ฒด๋์ง ์์์ต๋๋ค. You have failed to disband the guild because there are guildsmen still present. */ MSG_DISORGANIZE_GUILD_MEMBEREXIST = 0x192, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋ ์ ๋ ์์ฒญ Set this guild as an Antagonist */ MSG_REQ_HOSTILE_GUILD = 0x193, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋จธ๋ฆฌ์๊น ์ ํ Choose Hair Color */ MSG_SELECT_HAIR_COLOR = 0x194, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋๊ฒฐ์ฑ์ ํ์ํ ์์ดํ
์ด ์์ต๋๋ค. You don't have necessary item to create a Guild. */ MSG_GUILD_MAKE_GUILD_NONE_ITEM = 0x195, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชฌ์คํฐ ์ ๋ณด Monster Info */ MSG_MONSTER_INFO_WINDOW = 0x196, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฆ Name */ MSG_NAME = 0x197, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ ๋ฒจ Level */ MSG_LEVEL = 0x198, -/*20080827 to 20180523 +/*20080827 to 20180612 HP */ MSG_HP = 0x199, -/*20080827 to 20180523 +/*20080827 to 20180612 ํฌ๊ธฐ Size */ MSG_SIZE = 0x19a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ข
์กฑ Type */ MSG_RACETYPE = 0x19b, -/*20080827 to 20180523 +/*20080827 to 20180612 MDEF */ MSG_MDEFPOWER = 0x19c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ฑ Attribute */ MSG_PROPERTY = 0x19d, -/*20080827 to 20180523 +/*20080827 to 20180612 ็ก Neutral */ MSG_PROPERTY_NEUTURAL = 0x19e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆฐด Water */ MSG_PROPERTY_WATER = 0x19f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๅฐ Earth */ MSG_PROPERTY_EARTH = 0x1a0, -/*20080827 to 20180523 +/*20080827 to 20180612 ็ซ Fire */ MSG_PROPERTY_FIRE = 0x1a1, -/*20080827 to 20180523 +/*20080827 to 20180612 ้ขจ Wind */ MSG_PROPERTY_WIND = 0x1a2, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆฏ Poison */ MSG_PROPERTY_POISON = 0x1a3, -/*20080827 to 20180523 +/*20080827 to 20180612 ่ Holy */ MSG_PROPERTY_SAINT = 0x1a4, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆ Shadow */ MSG_PROPERTY_DARK = 0x1a5, -/*20080827 to 20180523 +/*20080827 to 20180612 ๏ฆฃ Ghost */ MSG_PROPERTY_MENTAL = 0x1a6, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆญป Undead */ MSG_PROPERTY_UNDEAD = 0x1a7, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฌ๋ ์์ดํ
์ ๋ง๋ค ์ ์์ต๋๋ค. You can't create items yet. */ MSG_CANT_MAKE_ITEM = 0x1a8, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์กฐ ๋ชฉ๋ก Item List you can craft */ MSG_MAKE_LIST = 0x1a9, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง๋ค๊ธฐ Create */ MSG_MAKE_TARGET = 0x1aa, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ํ์ํ ์ฌ๋ฃ: 's materials */ MSG_REQUIRE_FOR_MAKE_TARGET = 0x1ab, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง๋ค๊ธฐ ์คํจ item creation failed. */ MSG_MAKE_TARGET_FAIL = 0x1ac, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง๋ค๊ธฐ ์ฑ๊ณต item created successfully. */ MSG_MAKE_TARGET_SUCCEESS = 0x1ad, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ๋ง๋ค๊ธฐ๋ฅผ ์คํจํ์์ต๋๋ค. item creation failed. */ MSG_MAKE_TARGET_FAIL_MSG = 0x1ae, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ๋ง๋ค๊ธฐ๋ฅผ ์ฑ๊ณตํ์ต๋๋ค. item created successfully. */ MSG_MAKE_TARGET_SUCCEESS_MSG = 0x1af, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. You are not the required lvl. */ MSG_NOT_ENOUGH_LEVEL = 0x1b0, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ ๋ฒจ์ด ๋๋ฌด ๋์ต๋๋ค. Too high lvl for this job. */ MSG_TOO_HIGH_LEVEL = 0x1b1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง์
์ด ์ ํฉํ์ง ์์ต๋๋ค. Not the suitable job for this type of work. */ MSG_NOT_ACCEPTABLE_JOB = 0x1b2, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ ํค ๋ฐ์ค ํธ๋ฉ ๋ฉ์ธ์ง Record a message in the Talkie Box */ MSG_TALKBOX_WINDOW = 0x1b3, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธฐ๋กํ ๋ฉ์ธ์ง๋ฅผ ์
๋ ฅํ์๊ธฐ ๋ฐ๋๋๋ค. Please type a message for the Talkie Box */ MSG_TALKBOX_WINDOW_MSG = 0x1b4, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์๊ฒ ๋ณด๋ Send to Guild */ MSG_SEND_TO_GUILD = 0x1b5, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฐ์ ๋ ๊ณ์ ์ด ์๋๋๋ค. ๊ฒฐ์ ํ์ด์ง๋ก ์ด๋ํ์๊ฒ ์ต๋๊น? You didn't pay for this ID. Would you like to pay for it now? */ MSG_NOT_SETTLED = 0x1b6, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฒ๊ฐ ํผ์กํ ๊ด๊ณ๋ก ์ ์ํ ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Server is jammed due to overpopulation. Please try again after few minutes. */ MSG_ACCOUNT_BUSY = 0x1b7, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง๋ ์ ์ ์ ๋ณด๊ฐ ๋จ์ ์์ต๋๋ค. 30์ด์ ๋ ์ง๋๋ค์ ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Server still recognizes your last log-in. Please try again after a few minutes. */ MSG_INFORMATION_REMAINED = 0x1b8, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋งค ํ์ด์ฃผ๊ธฐ Release Falcon */ MSG_BIRDOFF = 0x1b9, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฝํ์ฝ ๋ด๋ฆฌ๊ธฐ Dismount */ MSG_CHIKENOFF = 0x1ba, -/*20080827 to 20180523 +/*20080827 to 20180612 ๅฐ Small */ MSG_SIZE_SMALL = 0x1bb, -/*20080827 to 20180523 +/*20080827 to 20180612 ไธญ Med */ MSG_SIZE_MIDDLE = 0x1bc, -/*20080827 to 20180523 +/*20080827 to 20180612 ๅคง Big */ MSG_SIZE_BIG = 0x1bd, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋๋ธ Double */ MSG_DOUBLE = 0x1be, -/*20080827 to 20180523 +/*20080827 to 20180612 ํธ๋ฆฌํ Triple */ MSG_TRIPLE = 0x1bf, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฟผ๋๋กํ Quadruple */ MSG_QUADROPLE = 0x1c0, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ๊น์ง ๋ก๊ทธ์ธ์ ๊ธ์งํ๊ณ ์์ต๋๋ค. You are prohibited to log in until %s. */ MSG_LOGIN_REFUSE_BLOCKED_UNTIL = 0x1c1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ 's */ MSG_MANUFACTURED_NORMAL_ITEM = 0x1c2, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ํ์ด์ด 's Fire */ MSG_MANUFACTURED_FIRE_ITEM = 0x1c3, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์์ด์ค 's Ice */ MSG_MANUFACTURED_ICE_ITEM = 0x1c4, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์๋ 's Wind */ MSG_MANUFACTURED_WIND_ITEM = 0x1c5, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์ด์ค 's Earth */ MSG_MANUFACTURED_EARTH_ITEM = 0x1c6, -/*20080827 to 20180523 +/*20080827 to 20180612 211.239.161.246 38.144.194.2 */ MSG_ACCOUNT_ADDRESS = 0x1c7, -/*20080827 to 20180523 +/*20080827 to 20180612 6900 */ MSG_ACCOUNT_PORT = 0x1c8, /*20080827 to 20171206 http://www.ragnarok.co.kr -20171213 to 20180523 +20171213 to 20180612 http://roz.gnjoy.com/ http://www.ragnarok.co.kr */ MSG_REGISTRATION_WEB_URL = 0x1c9, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ์ฌ์ฉ์ ๊ฐ์ ์ข
๋ฃ Kill %s */ MSG_BAN_USER = 0x1ca, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด์ง์ Very Strong */ MSG_ONE_STARPIECE = 0x1cb, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด์ง๋ฌด์ง์ Very Very Strong */ MSG_TWO_STARPIECE = 0x1cc, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๋ฌด๋ฌด์ Very Very Very Strong */ MSG_THREE_STARPIECE = 0x1cd, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋ ์ถ๋ฐฉ ์ฌ์ The Reason of Expulsion */ MSG_GUILD_KICK_REASON = 0x1ce, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฒฉ ์๋๊ฐ ์ฆ๊ฐํ์ต๋๋ค. Attack Speed is up. */ MSG_INCATTACKSPEED = 0x1cf, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฒฉ ์๋๊ฐ ๊ฐ์ํ์ต๋๋ค. Attack Speed is down. */ MSG_DECATTACKSPEED = 0x1d0, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ธฐ์ ๊ณต๊ฒฉ๋ ฅ์ด ํฅ์๋์์ต๋๋ค. Weapon Damage is improved. */ MSG_INCWEAPONATTACK = 0x1d1, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ธฐ์ ๊ณต๊ฒฉ๋ ฅ์ด ๊ฐ์๋์์ต๋๋ค. Weapon Damage is reduced. */ MSG_DECWEAPONATTACK = 0x1d2, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ๋๋ ์ด๊ฐ ์ค์์ต๋๋ค. Cast Delay is reduced. */ MSG_FASTPREDELAY = 0x1d3, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ๋๋ ์ด๊ฐ ์ ์์ผ๋ก ๋์์ต๋๋ค. Cast Delay has returned to normal. */ MSG_NORMALPREDELAY = 0x1d4, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ธฐ์ ๋
์์ฑ์ด ๋ถ์ฌ๋์์ต๋๋ค. Weapon is temporarily enchanted with Poison. */ MSG_WEAPONPROPERTYPOISON = 0x1d5, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ธฐ์ ์ฑ์์ฑ์ด ๋ถ์ฌ๋์์ต๋๋ค. Weapon is temporarily enchanted with an elemental property. */ MSG_WEAPONPROPERTYSAINT = 0x1d6, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ธฐ์ ์๋์์ฑ์ด ์ ์ฉ๋์์ต๋๋ค. Weapon has changed back to normal. */ MSG_WEAPONPROPERTYORIGINAL = 0x1d7, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ์ด๊ตฌ์ ์ฑ์์ฑ์ด ๋ถ์ฌ๋์์ต๋๋ค. Armor has been enchanted with the Holy Ghost. */ MSG_ARMORPROPERTYSAINT = 0x1d8, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ์ด๊ตฌ์ ์๋์์ฑ์ด ์ ์ฉ๋์์ต๋๋ค. Armor has changed back to normal. */ MSG_ARMORPROPERTYORIGINAL = 0x1d9, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฐ๋ฆฌ์ด ์ํ๊ฐ ๋์์ต๋๋ค. Barrier Formed. */ MSG_BARRIOR = 0x1da, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฐ๋ฆฌ์ด ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Barrier Canceled. */ MSG_DISAPPEARBARRIOR = 0x1db, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํ, ์คํ, ๋ํ ๋ชฌ์คํฐ์๊ฒ 100% ๊ณต๊ฒฉ๋ ฅ์ ์ค๋๋ค. Weapon Perfection Initiated. */ MSG_PERFECTDAMAGE = 0x1dc, -/*20080827 to 20180523 +/*20080827 to 20180612 ์จํฐํผํ์
๋ชจ๋๊ฐ ํด์ ๋์์ต๋๋ค. Weapon perfection Canceled. */ MSG_DISAPPEARPERFECTDAMAGE = 0x1dd, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ธฐ๊ฐ ํ๊ดด๋ ๊ฐ๋ฅ์ฑ์ด ๋์์ง ๋์ ๋ฌด๊ธฐ์ ๊ณต๊ฒฉ๋ ฅ์ด ์ฆ๊ฐํ์์ต๋๋ค. Power-Thrust Initiated. */ MSG_OVERTHRUSTING = 0x1de, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ค๋ฒํธ๋ฌ์คํธ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Power-Thrust Canceled. */ MSG_DISAPPEAROVERTHRUSTING = 0x1df, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ธฐ์ ์ต๋ ์ฑ๋ฅ์ ๋์ด๋
๋๋ค. Maximize-Power Initiated. */ MSG_MAXIMIZE = 0x1e0, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋งฅ์๋ง์ด์ฆ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Maximize-Power Canceled. */ MSG_DISAPPEARMAXIMIZE = 0x1e1, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ ์๋ฒ] [New Server] */ MSG_SERVER_PROPERTY_NEW = 0x1e2, -/*20080827 to 20180523 +/*20080827 to 20180612 (%d ๋ช
) (%d players) */ MSG_SERVER_USER_COUNT = 0x1e3, -/*20080827 to 20180523 +/*20080827 to 20180612 (์ ๊ฒ์ค) (On the maintenance) */ MSG_SERVER_INSPECTING = 0x1e4, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋๋ฉค๋ฒ %s๋์ด ์ ์ํ์
จ์ต๋๋ค. Guild member %s has connected. */ MSG_GUILD_MEMBER_STATUS_ONLINE = 0x1e5, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋๋ฉค๋ฒ %s๋์ด ์ข
๋ฃํ์
จ์ต๋๋ค. Guild member %s has disconnected. */ MSG_GUILD_MEMBER_STATUS_OFFLINE = 0x1e6, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝํ์น %d ์ป์ You got %d Base EXP. */ MSG_GOT_EXPERIENCE_POINT = 0x1e7, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ก๊ฒฝํ์น %d ์ป์ You got %d Job EXP. */ MSG_GOT_JOB_EXPERIENCE_POINT = 0x1e8, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์์ ํํด ํ์ต๋๋ค. You left the guild. */ MSG_LEFT_GUILD = 0x1e9, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์์ ์ถ๋ฐฉ ๋นํ์ต๋๋ค. You have been expelled from the Guild. */ MSG_BAN_FROM_GUILD = 0x1ea, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
๊ฐ์ ์ฑ๊ณต Item Appraisal has completed successfully. */ MSG_ITEM_IDENTIFY_SUCCEESS = 0x1eb, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
๊ฐ์ ์คํจ Item appraisal has failed. */ MSG_ITEM_IDENTIFY_FAIL = 0x1ec, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์กฐํฉ ์ฑ๊ณต Compounding has completed successfully. */ MSG_ITEM_COMPOUNDING_SUCCEESS = 0x1ed, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์กฐํฉ ์คํจ Compounding has failed. */ MSG_ITEM_COMPOUNDING_FAIL = 0x1ee, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋ ์ ๋ ์ฑ๊ณต Antagonist has been set. */ MSG_HOSTILE_GUILD_SUCCEESS = 0x1ef, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ ๊ธธ๋์ ์ด๊ณผ๋ก ๊ธธ๋ ์ ๋ ์คํจ Guild has too many Antagonists. */ MSG_TOO_MANY_HOSTILE_GUILD = 0x1f0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฏธ ์ ๋ ๊ธธ๋ ์
๋๋ค Already set as an Antagonist */ MSG_ALREADY_REGISTERED_HOSTILE_GUILD = 0x1f1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ จ์ด ์ฑ๊ณต์ ์ผ๋ก ๋์์ต๋๋ค. Upgrade has been completed successfully. */ MSG_ITEM_REFINING_SUCCEESS = 0x1f2, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ จ์ด ์คํจํ์์ต๋๋ค. Upgrade has failed. */ MSG_ITEM_REFINING_FAIL = 0x1f3, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๊ณณ์์๋ ์๊ฐ์ด๋์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Unavailable Area to Teleport */ MSG_IMPOSSIBLE_TELEPORT_AREA = 0x1f4, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ์ฅ์๋ ๊ธฐ์ตํ ์ ์์ต๋๋ค. Unable to memorize this place as Warp Point */ MSG_POSSIBLE_TELEPORT_AREA = 0x1f5, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง๊ธ์ ์ข
๋ฃํ ์ ์์ต๋๋ค. Please wait 10 seconds before trying to log out. */ MSG_CANT_EXIT_NOW = 0x1f6, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง์ Position */ MSG_POSITION = 0x1f7, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง์
Job */ MSG_JOB = 0x1f8, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ Note */ MSG_MEMO = 0x1f9, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธฐ์ฌ Devotion */ MSG_CONTRIBUTION = 0x1fa, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฉ๊ฒฝํ์น Tax Point */ MSG_EXP_CONTIRIBUTION = 0x1fb, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋ํํด Leave Guild */ MSG_LEAVE_GUILD = 0x1fc, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ช
์ํค๊ธฐ Expel */ MSG_EXPEL_GUILD = 0x1fd, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ด Rank */ MSG_GRADE = 0x1fe, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง์๋ช
Position Title */ MSG_POSITION_NAME = 0x1ff, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์
๊ถํ Invitation */ MSG_JOIN_AUTHORITY = 0x200, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฒ๋ฒ๊ถํ Punish */ MSG_PENALTY_AUTORITY = 0x201, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฉ% Tax % */ MSG_CONTRIBUTION_PERCENT = 0x202, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ชฉ Title */ MSG_TITLE = 0x203, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ด์ฉ For */ MSG_CONTENTS = 0x204, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์ด๋ฆ Guild Name */ MSG_GUILD_NAME = 0x205, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋๋ ๋ฒจ Guild lvl */ MSG_GUILD_LEVEL = 0x206, -/*20080827 to 20180523 +/*20080827 to 20180612 ์กฐํฉ์์ Number of Members */ MSG_GUILD_PEOPLE_COUNT = 0x207, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ญํน Ranking */ MSG_RANKING = 0x208, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
๊ฐ์ Item Appraisal */ MSG_ITEM_IDENTIFY = 0x209, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์กฐํฉ Insert Card */ MSG_ITEM_COMPOUNDING = 0x20a, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํด ์ฌ์ ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter the reason of Secession. */ MSG_PLEASE_INPUT_WHY_LEAVING = 0x20b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ถ๋ฐฉ ์ฌ์ ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter the reason of Expulsion. */ MSG_PELASE_INPUT_WHY_EXPEL = 0x20c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ์ ๋ซ์ผ์ธ์. Please close Shop. */ MSG_PLEASE_CLOSE_STORE = 0x20d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ ์ด๋ฆ Skill */ MSG_SKILL_NAME = 0x20e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์ด๋ฆ Item Name */ MSG_ITEM_NAME = 0x20f, -/*20080827 to 20180523 +/*20080827 to 20180612 https://payment.ragnarok.co.kr https://pay.ragnarok.co.kr (Billing Web) */ MSG_SETTLE_WEB_URL = 0x210, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์๋ฐฉ์์ ์ฌ์ฉ๊ฐ๋ฅํ IP๊ฐ์๊ฐ ๋ชจ๋ ์ฌ์ฉ์ค์
๋๋ค. ๊ฐ์ธ ๊ณ์ ์ผ๋ก ๊ฒฐ์ ํ์๊ฒ ์ต๋๊น? IP capacity of this Internet Cafe is full. Would you like to pay the personal base? */ MSG_BAN_IP_OVERFLOW = 0x211, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฐ์ ์๊ฐ์ด ๋ค๋์ด ๊ฒ์์ ์ข
๋ฃํฉ๋๋ค. You are out of available paid playing time. Game will be shut down automatically. */ MSG_BAN_PAY_OUT = 0x212, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฆ์ด ๋๋ฌด ๊น๋๋ค. ํ๊ธ 11์ ์๋ฌธ 23์ ์ด๋ด๋ก ์จ์ฃผ์ญ์์ค. Name is too long. Please enter a name no greater than 23 english characters. */ MSG_NAMELENGTH_TOO_LONG = 0x213, -/*20080827 to 20180523 +/*20080827 to 20180612 deleted Character will be deleted in %d seconds. */ MSG_DELETE_AFTER_10_SECOND = 0x214, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ๊ฐ์ธ ์ ์ก์ ์ฌ์ฉ์์
๋๋ค. You paid with the personal regular base. */ MSG_BILLING_100 = 0x215, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ๊ฐ์ธ์ ๋์ ์ฌ์ฉ์์
๋๋ค. You paid with the personal regular base. Available time is xx hrs xx mins xx secs. */ MSG_BILLING_200 = 0x216, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ๊ฐ์ธ ๋ฌด๋ฃ ์ฌ์ฉ์์
๋๋ค. You are free! */ MSG_BILLING_300 = 0x217, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ๊ฐ์ธ ๋ฌด๋ฃ ํ์ฉ๊ธฐ๊ฐ ์ฌ์ฉ์์
๋๋ค. You are free for the test, your available time is xx hrs xx mins xx secs. */ MSG_BILLING_400 = 0x218, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ๊ฒ์๋ฐฉ ์ ์ก์ ์ฌ์ฉ์์
๋๋ค. You paid with the Internet Cafe regular base. Available time is xx hrs xx mins xx secs. */ MSG_BILLING_500 = 0x219, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ๊ฒ์๋ฐฉ ์ ๋์ ์ฌ์ฉ์์
๋๋ค. You paid with the Time Limit for Internet Cafe. Available time is xx hrs xx mins xx secs. */ MSG_BILLING_501 = 0x21a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ๊ฒ์๋ฐฉ ๋ฌด๋ฃ ํ์ฉ๊ธฐ๊ฐ ์ฌ์ฉ์์
๋๋ค. You are free for the test of Internet Cafe version . */ MSG_BILLING_600 = 0x21b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ๊ฒ์๋ฐฉ ๋ฌด๋ฃ ์ฌ์ฉ์์
๋๋ค. You are free for the Internet Cafe version. */ MSG_BILLING_700 = 0x21c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ์ข
๋์ ์ฌ์ดํธ ์ด์ฉ์์
๋๋ค. You paid on the Time Limit Website. */ MSG_BILLING_800 = 0x21d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ชจ์
๋ชฉ๋ก Emotion icon List */ MSG_EMOTION_LIST = 0x21e, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ด๋ชจ์
/emo */ MSG_VIEW_EMOTION = 0x21f, -/*20080827 to 20180523 +/*20080827 to 20180612 /! */ MSG_EMOTION_SURPRISE = 0x220, -/*20080827 to 20180523 +/*20080827 to 20180612 /? */ MSG_EMOTION_QUESTION = 0x221, -/*20080827 to 20180523 +/*20080827 to 20180612 /๊ธฐ์จ /ho */ MSG_EMOTION_DELIGHT = 0x222, -/*20080827 to 20180523 +/*20080827 to 20180612 /ํํธ /lv */ MSG_EMOTION_THROB = 0x223, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ํํธ /lv2 */ MSG_EMOTION_BIGTHROB = 0x224, -/*20080827 to 20180523 +/*20080827 to 20180612 /๋ /swt */ MSG_EMOTION_SWEAT = 0x225, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ํ /ic */ MSG_EMOTION_AHA = 0x226, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ง์ฆ /an */ MSG_EMOTION_FRET = 0x227, -/*20080827 to 20180523 +/*20080827 to 20180612 /ํ /ag */ MSG_EMOTION_ANGER = 0x228, -/*20080827 to 20180523 +/*20080827 to 20180612 /๋ /$ */ MSG_EMOTION_MONEY = 0x229, -/*20080827 to 20180523 +/*20080827 to 20180612 /... */ MSG_EMOTION_THINK = 0x22a, -/*20080827 to 20180523 +/*20080827 to 20180612 /๊ฐ์ฌ /thx */ MSG_EMOTION_THANKS = 0x22b, -/*20080827 to 20180523 +/*20080827 to 20180612 /๊ฝฅ /wah */ MSG_EMOTION_KEK = 0x22c, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ฃ์ก /sry */ MSG_EMOTION_SORRY = 0x22d, -/*20080827 to 20180523 +/*20080827 to 20180612 /์์ /heh */ MSG_EMOTION_SMILE = 0x22e, -/*20080827 to 20180523 +/*20080827 to 20180612 /๋ป๋ป /swt2 */ MSG_EMOTION_PROFUSELY_SWEAT = 0x22f, -/*20080827 to 20180523 +/*20080827 to 20180612 /๊ธ์ /hmm */ MSG_EMOTION_SCRATCH = 0x230, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ต๊ณ /no1 */ MSG_EMOTION_BEST = 0x231, -/*20080827 to 20180523 +/*20080827 to 20180612 /๋๋ฆฌ๋ฒ /?? */ MSG_EMOTION_STARE_ABOUT = 0x232, -/*20080827 to 20180523 +/*20080827 to 20180612 /ํ /omg */ MSG_EMOTION_HUK = 0x233, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ค /oh */ MSG_EMOTION_O = 0x234, -/*20080827 to 20180523 +/*20080827 to 20180612 /์์ค /X */ MSG_EMOTION_X = 0x235, -/*20080827 to 20180523 +/*20080827 to 20180612 /ํฌํ /hlp */ MSG_EMOTION_HELP = 0x236, -/*20080827 to 20180523 +/*20080827 to 20180612 /๊ฐ /go */ MSG_EMOTION_GO = 0x237, -/*20080827 to 20180523 +/*20080827 to 20180612 /์์ /sob */ MSG_EMOTION_CRY = 0x238, -/*20080827 to 20180523 +/*20080827 to 20180612 /ํฅํฅ /gg */ MSG_EMOTION_KIK = 0x239, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ชฝ /kis */ MSG_EMOTION_CHUP = 0x23a, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ชฝ์ชฝ /kis2 */ MSG_EMOTION_CHUPCHUP = 0x23b, -/*20080827 to 20180523 +/*20080827 to 20180612 /ํฅ /pif */ MSG_EMOTION_HNG = 0x23c, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ /ok */ MSG_EMOTION_OK = 0x23d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋จ์ถํค ๋ชฉ๋ก Shortcut List */ MSG_SHORTCUT_LIST = 0x23e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ์ ๊ณ์ ์ ๋ณด๋ฅ๋์์ต๋๋ค. Your account is suspended. */ MSG_BAN_PAY_SUSPEND = 0x23f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณผ๊ธ ์ ์ฑ
๋ณ๊ฒฝ์ผ๋ก ์ธํด ์ผ์ ์ข
๋ฃ๋ฉ๋๋ค. ๋ค์ ์ ์ํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Your connection is terminated due to change in the billing policy. Please connect again. */ MSG_BAN_PAY_CHANGE = 0x240, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด์นด์ดํธ ์๋ฒ์ ์ธ์ฆ๋ IP์ ๊ทํ์ IP๊ฐ ๋ฌ๋ผ ์ฐ๊ฒฐ์ ์ข
๋ฃํฉ๋๋ค. Your connection is terminated because your IP doesn't match the authorized IP from the account server. */ MSG_BAN_PAY_WRONGIP = 0x241, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์๋ฐฉ IP์์ ๊ฐ์ธ ์ข
๋์ ๊ณผ๊ธ์ ๋ง๊ธฐ ์ํด ์ฐ๊ฒฐ์ ์ข
๋ฃํฉ๋๋ค. ๊ฐ์ธ ์ข
๋์ ๊ณผ๊ธ์ ์ฌ์ฉํ๊ธฐ ์ํด์๋ ๊ฒ์๋ฐฉIP๋ก ๋ฑ๋ก์ด ๋์ง ์์ IP๋ฅผ ์ฌ์ฉํด ์ฃผ์ธ์. Your connection is terminated to prevent charging from your account's play time. */ MSG_BAN_PAY_PNGAMEROOM = 0x242, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ์ด์์์ ์ํด ๊ฐ์ ์ข
๋ฃ ๋์์ต๋๋ค. You have been forced to disconnect by the Game Master Team. */ MSG_BAN_OP_FORCE = 0x243, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ฒ๊ฐ 90%๋ฅผ ์ด๊ณผํ์ฌ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't use this Skill because you are over your Weight Limit. */ MSG_USESKILL_FAIL_WEIGHTOVER = 0x244, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๋ช
Nameless */ MSG_NAMELESS_USER = 0x245, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ถํํฉ๋๋ค. %s๋์ ํ์ฌ ๋ญํน์ด %d์๋ก ์์นํ์์ต๋๋ค. Congratulations! %s ranking has gone up to %d. */ MSG_RANK_IN_TEN = 0x246, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํ๊น๊ฒ๋ %s๋์ ํ์ฌ ๋ญํน์ด %d์๋ก ํ๋ฝํ์์ต๋๋ค. What a pity! %s ranking has gone down to %d. */ MSG_RANK_OUT_TEN = 0x247, -/*20080827 to 20180523 +/*20080827 to 20180612 Pet Info */ MSG_PET_INFO = 0x248, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง๋ณต๋ Hunger */ MSG_PET_HUNGRY = 0x249, -/*20080827 to 20180523 +/*20080827 to 20180612 ์น๋ฐ๋ Intimacy */ MSG_PET_FRIENDLY = 0x24a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ๊ณผ ์ฑํ
๋ฐฉ์ ๋์์ ์ด์ ์์ต๋๋ค. Please avoid opening a chatroom while vending. */ MSG_CANT_OPEN_STORE_WHILE_CHAT = 0x24b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ Total */ MSG_EA4 = 0x24c, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ๋ฅผ ์ ํฌ๋ถ๋ฅ์ผ๋ก ๋ง๋ค์์ต๋๋ค. You have knocked down %s. */ MSG_SLAIN = 0x24d, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ๋์ ์ํด ์ ํฌ๋ถ๋ฅ ์ํ๊ฐ ๋์์ต๋๋ค. You have been knocked down by %s. */ MSG_SLAINBY = 0x24e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋จน์ด - '%s' ์์ดํ
์ด ์กด์ฌํ์ง ์์ต๋๋ค.. Feed - "%s" is not available. */ MSG_NOT_EXIST_PET_FOOD = 0x24f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋จน์ด ์ฃผ๊ธฐ Feed Pet */ MSG_PET_FEEDING = 0x250, -/*20080827 to 20180523 +/*20080827 to 20180612 ํผํฌ๋จผ์ค Performance */ MSG_PET_PERFORMANCE = 0x251, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ก ๋๋๋ฆฌ๊ธฐ Return to Egg Shell */ MSG_PET_RETURN_EGG = 0x252, -/*20080827 to 20180523 +/*20080827 to 20180612 ์
์ธ์ฌ๋ฆฌ ํด์ Unequip Accessory */ MSG_PET_ACC_OFF = 0x253, -/*20080827 to 20180523 +/*20080827 to 20180612 Pet ์ํ ๋ณด๊ธฐ Check Pet Status */ MSG_PET_SHOWINFO = 0x254, -/*20080827 to 20180523 +/*20080827 to 20180612 ์
์ธ์ฌ๋ฆฌ Accessory */ MSG_PET_ACCESSARY = 0x255, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฅ์ฐฉ๋จ Equipped */ MSG_ITEM_EQUIPED = 0x256, -/*20080827 to 20180523 +/*20080827 to 20180612 ํซ ๋ฆฌ์คํธ Pet List */ MSG_PET_EGG_LIST = 0x257, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฅ์ฐฉ ์๋จ Unequipped */ MSG_ITEM_UNEQUIPED = 0x258, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ง๋ก ๋จน์ด๋ฅผ ์ฃผ์๊ฒ ์ต๋๊น? Are you sure that you want to feed your pet? */ MSG_SURE_TO_FEED_PET = 0x259, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ๊ฒฉ์ ์ฐ์ค๋ ์ซ์(0~9)๋ง ์จ์ฃผ์ญ์์ค. Only the numbers (0~9) are available. */ MSG_CAN_INPUT_NUMBER_ONLY = 0x25a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ ๋์ง ์์ ์์ดํ
์ ํ๋งคํ ์ ์์ต๋๋ค. You cannot sell unidentified items. */ MSG_CANT_SELL_UNIDENTIFIED_ITEM = 0x25b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ๊ฒฉ์ด 0 Zeny์ธ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? Item at 0 Zeny exists. Do you wish to continue? */ MSG_YOU_HAVE_FREE_ITEM_ON_SHOP = 0x25c, -/*20080827 to 20180523 +/*20080827 to 20180612 [์๋ก ์ถ๊ฐ๋ ์ด๋ชจ์
๋ฆฌ์คํธ] [New Emotion List] */ MSG_NEW_EMOTION_LIST = 0x25d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ผ๋ณธ์ชฝ ๋ฒ ํ ์ฌ์ฉ์๋ค์๊ฒ ์ ํ๋ ๋ฉ์ธ์ง. -> ๊ฒ
ํธ์์ ์ฌ๊ฐ์
ํ์ธ์. N/A */ MSG_BAN_JAPAN_REFUSE1 = 0x25e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ผ๋ณธ์ชฝ ๊ณผ๊ธ์ด ์ข
๋ฃ๋ ์ฌ์ฉ์๋ค์๊ฒ ์ ํ๋ ๋ฉ์ธ์ง. -> ๋๋ด๋ผ. ๋ ๋ฒ๋ด๋ผ. N/A */ MSG_BAN_JAPAN_REFUSE2 = 0x25f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ ๊ณ์ ์ ์บ๋ฆญํฐ๊ฐ ์ด๋ฏธ ๊ฐ์
๋์ด์์ต๋๋ค. Character in the same account already joined. */ MSG_ALREADY_SAME_AID_JOINED = 0x260, -/*20080827 to 20180523 +/*20080827 to 20180612 (%d ๋ช
) - ๋ง18์ธ์ด์ (%d ppl) - over the age 18 */ MSG_SERVER_PROPERTY_ADULT = 0x261, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋ก๋ณดํฌ ์ํ๊ฐ ๋์์ต๋๋ค. Provoke initiated. */ MSG_ENST_PROVOKE = 0x262, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋ก๋ณดํฌ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Provoke canceled. */ MSG_DSST_PROVOKE = 0x263, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ธ๋์ด ์ํ๊ฐ ๋์์ต๋๋ค. Endure initiated. */ MSG_ENST_ENDURE = 0x264, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ธ๋์ด ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Endure canceled. */ MSG_DSST_ENDURE = 0x265, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง์ค๋ ฅ ํฅ์ ์ํ๊ฐ ๋์์ต๋๋ค. Improve Concentration initiated. */ MSG_ENST_CONCENTRATION = 0x266, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง์ค๋ ฅ ํฅ์ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Improve Concentration canceled. */ MSG_DSST_CONCENTRATION = 0x267, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ด๋ฉ ์ํ๊ฐ ๋์์ต๋๋ค. Hiding Initiated. */ MSG_ENST_HIDING = 0x268, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ด๋ฉ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Hiding Canceled. */ MSG_DSST_HIDING = 0x269, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋กํน ์ํ๊ฐ ๋์์ต๋๋ค. Cloaking initiated. */ MSG_ENST_CLOAKING = 0x26a, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋กํน ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Cloaking canceled. */ MSG_DSST_CLOAKING = 0x26b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋
์ ๋ฐ์ฌ ํ ์ ์๋ ์ํ๊ฐ ๋์์ต๋๋ค. Poison React initiated. */ MSG_ENST_POISONREACT = 0x26c, -/*20080827 to 20180523 +/*20080827 to 20180612 ํฌ์ด์ฆ ๋ฆฌ์กํธ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Poison React canceled. */ MSG_DSST_POISONREACT = 0x26d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋์๋๊ฐ ๊ฐ์ํ์์ต๋๋ค. Speed reduced. */ MSG_ENST_QUAGMIRE = 0x26e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฝฐ๊ทธ๋ง์ด์ด ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Quagmire canceled. */ MSG_DSST_QUAGMIRE = 0x26f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ์ด๋ ฅ์ด ์ฆ๊ฐ๋์์ต๋๋ค. Defense increased. */ MSG_ENST_ANGELUS = 0x270, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ค๋ฃจ์ค ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Angelus canceled. */ MSG_DSST_ANGELUS = 0x271, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๊ณผ ์ง๋ฅ, ๋ฑ์ค๊ฐ ์ฆ๊ฐํ์์ต๋๋ค. Blessing aligned. */ MSG_ENST_BLESSING = 0x272, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ธ๋ ์ฑ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Blessing canceled. */ MSG_DSST_BLESSING = 0x273, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๊ทธ๋ ํฌ๋ฃจ์์ค๋ฅผ ์ฌ์ฉํ์์ต๋๋ค. Signum Crusis initiated. */ MSG_ENST_CRUCIS = 0x274, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๊ทธ๋ ํฌ๋ฃจ์์ค ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Signum Crusis canceled. */ MSG_DSST_CRUCIS = 0x275, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋
์ด ํผ์ง๋ ์๋๊ฐ ๋๋ ค์ก์ต๋๋ค. Slow Poison initiated. */ MSG_ENST_SLOWPOISON = 0x276, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฌ๋ก์ฐ ํฌ์ด์ฆ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Slow Poison Canceled. */ MSG_DSST_SLOWPOISON = 0x277, -/*20080827 to 20180523 +/*20080827 to 20180612 SP์ ํ๋ณต ์๋๊ฐ ํฅ์ ๋์์ต๋๋ค. HP/SP recovery increased. */ MSG_ENST_MAGNIFICAT = 0x278, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง๋ํผ์บ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Magnificat canceled. */ MSG_DSST_MAGNIFICAT = 0x279, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ด์ด ํฅ์๋์์ต๋๋ค. Luck increased. */ MSG_ENST_GLORIA = 0x27a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธ๋ก๋ฆฌ์ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Gloria canceled. */ MSG_DSST_GLORIA = 0x27b, -/*20080827 to 20180523 +/*20080827 to 20180612 1ํ ๊ณต๊ฒฉ์ ๋ ๋ฐฐ ๋ฐ๋ฏธ์ง๋ฅผ ๋ฐ๋ ์ํ๊ฐ ๋์์ต๋๋ค. You will received double damage from all attacking opponents. */ MSG_ENST_LEXAETERNA = 0x27c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ ์ค์ํ
๋ฅด๋ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Lex Eterna canceled. */ MSG_DSST_LEXAETERNA = 0x27d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฒฉ์๋๊ฐ ์ฆ๊ฐํ์์ต๋๋ค. Attack Speed increased. */ MSG_ENST_ADRENALINE = 0x27e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฒฉ์๋๊ฐ ๊ฐ์ํ์์ต๋๋ค. Attack Speed reduced. */ MSG_DSST_ADRENALINE = 0x27f, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฝ์ ์ฌ๋ผ ํ์ต๋๋ค. You've just been on a Peco Peco. */ MSG_ENST_RIDING = 0x280, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฝ์์ ๋ด๋ ธ์ต๋๋ค. You've just got off of a Peco Peco. */ MSG_DSST_RIDING = 0x281, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฝ์ ์ฅ์ฐฉํ์์ต๋๋ค. You've just carried a Falcon with. */ MSG_ENST_FALCON = 0x282, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฝ์ ํ์ด์ฃผ์์ต๋๋ค. You've just released a Falcon. */ MSG_DSST_FALCON = 0x283, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฃฝ์์ฒํ๊ธฐ ์ํ๊ฐ ๋์์ต๋๋ค. Play Dead initiated. */ MSG_ENST_TRICKDEAD = 0x284, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฃฝ์์ฒํ๊ธฐ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Play Dead canceled. */ MSG_DSST_TRICKDEAD = 0x285, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ด ๊ฐํด์ก์ต๋๋ค. STR improved. */ MSG_ENST_SHOUT = 0x286, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ด ์๋๋๋ก ๋์์์ต๋๋ค. STR turned back to normal. */ MSG_DSST_SHOUT = 0x287, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋์ง์ฝํธ ์ํ๊ฐ ๋์์ต๋๋ค. Energy Coat initiated. */ MSG_ENST_ENERGYCOAT = 0x288, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋์ง์ฝํธ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Energy Coat canceled. */ MSG_DSST_ENERGYCOAT = 0x289, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ์ด๊ตฌ๊ฐ ํ๊ดด๋์์ต๋๋ค. Armor destroyed. */ MSG_ENST_BROKENAMOR = 0x28a, -/*20080827 to 20180523 +/*20080827 to 20180612 ... Weapon has just been released from destroyed status. */ MSG_DSST_BROKENAMOR = 0x28b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ธฐ๊ฐ ํ๊ดด๋์๋๋ค. Weapon destroyed. */ MSG_ENST_BROKENWEAPON = 0x28c, -/*20080827 to 20180523 +/*20080827 to 20180612 ... Weapon has just been released from destroyed status. */ MSG_DSST_BROKENWEAPON = 0x28d, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์์ํ๊ฐ ๋์์ต๋๋ค. Invisibility initiated. */ MSG_ENST_ILLUSION = 0x28e, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Invisibility canceled. */ MSG_DSST_ILLUSION = 0x28f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณผ๊ธ ์ ๋ณด ์ฒ๋ฆฌ๊ฐ ๋ฆ์ด์ง๊ณ ์์ด ์ ์์ด ์ง์ฐ๋๊ณ ์์ต๋๋ค. ์ ์ ํ์ ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Sorry. It is delayed due to the process of payment. Please re-connect in a minute. */ MSG_REFUSE_BLOCK_TEMPORARY = 0x290, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฅ์ฐฉ๋ ํ์ด/ํํ/์๋ฆฌ๊ฒ ์ ํด์ ํด์ผํฉ๋๋ค. You must unequip ammunition first. */ MSG_UNEQUIP_ARROW = 0x291, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ด ๋ชฉ๋ก Arrow List */ MSG_ARROW_LIST = 0x292, -/*20080827 to 20180523 +/*20080827 to 20180612 ์นดํธ ๋ชฉ๋ก Cart List */ MSG_CART_LIST = 0x293, -/*20080827 to 20180523 +/*20080827 to 20180612 ์นดํธ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. You must have a Pushcart. */ MSG_MUST_EQUIP_CART = 0x294, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๋ฐฉ์ ๊ฐ์ค ํ ์ ์์ต๋๋ค. You cannot open a Chat Window. */ MSG_CANT_MAKE_CHAT_ROOM = 0x295, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ผ๊ทธ๋๋กํฌ ํํ์ด์ง๋ก ์ ์ํ์ฌ ๊ณ์ ์ ๋ง๋ญ๋๋ค. ์ฒ์ ๊ณ์ ์ ๋ง๋์๋ฉด 3์ผ ๋์์ ๋ฌด๋ฃ๋ก ์ด์ฉํ์ค ์ ์์ต๋๋ค. Registering an account is the first step to accessing the game. Do you want to visit the registration page now? */ MSG_3DAY_FREE = 0x296, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ์ํ์์๋ ์ด ์์ดํ
์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You cannot use this item while sitting. */ MSG_CANT_USE_WHEN_SITDOWN = 0x297, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
, ์คํฌ, ์์ดํ
์ฌ์ฉ๊ธ์ง๊ฐ %d ๋ถ๊ฐ ๋จ์ ์์ต๋๋ค. Your use of skills and chat will be blocked for the next %d minutes. */ MSG_BAD_MANNER_REMAIN = 0x298, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
, ์คํฌ, ์์ดํ
์ฌ์ฉ๊ธ์ง๊ฐ ํด์ง ๋์์ต๋๋ค. Your use of skills and chat have been reinstated. */ MSG_BAD_MANNER_END = 0x299, -/*20080827 to 20180523 +/*20080827 to 20180612 -[์ฅ์ฐฉ์๋จ] - [Not equipped] */ MSG_REF_UNEQUIP = 0x29a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฐ๊ณ ํ Very Hungry */ MSG_VERY_HUNGRY = 0x29b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ถ์ถํจ Hungry */ MSG_HUNGRY = 0x29c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ณดํต Normal */ MSG_NORMAL = 0x29d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฐ๋ถ๋ฆ Satisfied */ MSG_REPLETE = 0x29e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ฃผ ๋ฐฐ๋ถ๋ฆ Stuffed */ MSG_VERY_REPLETE = 0x29f, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋จน์๋จนํจ Awkward */ MSG_VERY_AWKWARD = 0x2a0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด์ํจ Shy */ MSG_AWKWARD = 0x2a1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์นํจ Cordial */ MSG_FRIENDLY = 0x2a2, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์นํจ Loyal */ MSG_VERY_FRIENDLY = 0x2a3, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ์์ Unknown */ MSG_UNKNOWN = 0x2a4, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ์์ผ๋ก %์ผ %d์๊ฐ %d๋ถ ์ฌ์ฉ์ด ๊ฐ๋ฅํฉ๋๋ค. Your account has play time of %d day %d hour %d minute. */ MSG_BILLING_DAY_HOUR_MINUTES = 0x2a5, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ๊ณ์ ์ ์ด๋ฏธ ๋ค๋ฅธ ์ด์นด์ดํธ ์๋ฒ๋ก ์ ์ํ ์ํ์
๋๋ค. Your account is already connected to account server. */ MSG_BAN_INFORMATION_REMAINED_ANOTHER_ACCOUNT = 0x2a6, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ์์ผ๋ก %d์๊ฐ %d๋ถ ์ฌ์ฉ์ด ๊ฐ๋ฅํฉ๋๋ค. Your account has play time of %d hour %d minute. */ MSG_BILLING_HOUR_MINUTES = 0x2a7, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ๋ฌด๋ฃ ์ฌ์ฉ์ ์
๋๋ค. Your account is a free account. */ MSG_BILLING_FREE_USER = 0x2a8, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ๊ณ์ ์ผ๋ก ์ฌํฌ๋ผ์ด์ ์ ์ํ ์ ์์ต๋๋ค. This account can't connect the Sakray server. */ MSG_REFUSE_NONSAKRAY_ID_BLOCKED = 0x2a9, -/*20080827 to 20180523 +/*20080827 to 20180612 ํซ์ ์ด๋ฆ์ ์๋ฌธ 23, ํ๊ธ 11์ ์ด๋ด๋ก ์ ํด ์ฃผ์ธ์. Your pet name must be 23 characters or less. */ MSG_PETNAME_IN23 = 0x2aa, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฆ์ ๋จ ํ๋ฒ๋ง ๋ฐ๊ฟ์ ์์ต๋๋ค. ํซ ์ด๋ฆ์ ^0000ff^0000ff %s^000000^000000 ๋ก ์์ ํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? You may change your pet's name only once. Your pet's name will be changed to ^0000ff^0000ff %s^000000^000000. Do you wish to continue? */ MSG_PETNAME_CHANGE_ONLYONCE = 0x2ab, -/*20080827 to 20180523 +/*20080827 to 20180612 /ํฐํธ /font */ MSG_NAMEBALLOON_TYPE = 0x2ac, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์ ๋จ์ ์ ๋๊ฐ ๋ถ์กฑํ์ฌ ์์
์ด ์คํจํ์์ต๋๋ค. Your guild lacks the funds to pay for this venture. */ MSG_GUILDZENY_NOT_ENOUGH = 0x2ad, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋๊ฐ ์์ ํ ์ ์๋ ์ต๋ ๊ธ์ก์ ์ด๊ณผํ์ฌ ์์
์ด ์คํจํ์์ต๋๋ค. Your guild zeny limit prevents you from performing this action. */ MSG_GUILDZENY_OVER = 0x2ae, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ดํํธ ๊ฐ๋ตํ On Simplified effects have been activated. */ MSG_MINEFFECT_ON = 0x2af, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ดํํธ ๊ฐ๋ตํ Off Simplified effects have been deactivated. */ MSG_MINEFFECT_OFF = 0x2b0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ณธ๊ธ Required Fee */ MSG_CAPITAL = 0x2b1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์ ๋ฐ๋ฅ์ ๋ฒ๋ฆฌ๋ ค๋ฉด, ์์ดํ
์ฐฝ์ ์ด์ด ์ฃผ์ญ์์ค. If you wish to drop an item, you must first open your Item Window (alt+e). */ MSG_OPEN_ITEMWND_TO_THROW = 0x2b2, -/*20080827 to 20180523 +/*20080827 to 20180612 PC๋ฐฉ ์๊ธ์ด ์ข
๋ฃํ์ฌ ๊ฐ์ธ ์๊ธ์ ๋ก ์ ํํฉ๋๋ค. ๊ฐ์ธ ์๊ธ์ผ๋ก ๊ฒ์์ ๊ณ์ ํ์๊ฒ ์ต๋๊น? Internet Cafe Time Plan has been ended. Would you like to continue the game with your personal play time? */ MSG_ASK_PNGAMEROOM = 0x2b3, /*20080827 to 20100810 -20081111 to 20180523 +20081111 to 20180612 Current admission application state. */ MSG_REPLY_REMAINTIME = 0x2b4, /*20080827 to 20100810 -20081111 to 20180523 +20081111 to 20180612 Current admission application state. */ MSG_INFO_REMAINTIME = 0x2b5, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋์ด ๋ชจ์๋ผ๊ฑฐ๋, ๊ฐ์ง ์ ์๋ ์ต๋ ๊ธ์ก์ ์ด๊ณผํ์์ต๋๋ค. Your lack of zeny or your zeny limit have prevented you from performing this action. */ MSG_OVER_OR_LOW_MONEY = 0x2b6, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ํฌ๋ถ๋ฅ ์ํ๊ฐ ๋์์ต๋๋ค. escํค๋ฅผ ๋๋ฅด์๋ฉด ์ ํ์ฐฝ์ด ๋น๋๋ค. Your character has fainted. Push the ESC key to restart. */ MSG_PRESS_ESC_TO_RESTART = 0x2b7, -/*20080827 to 20180523 +/*20080827 to 20180612 %d ๊ฐ ํ๋ - %d obtained. */ MSG_EA_OBTAIN = 0x2b8, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํ ๋ฆฌ์คํธ Spell List */ MSG_SPELL_LIST = 0x2b9, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ต์ํ /minimize */ MSG_MINEFFECT = 0x2ba, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ์์ดํ
์ ์์๋์ด ์์ต๋๋ค.. This item has been damaged. */ MSG_DAMAGED_ITEM = 0x2bb, -/*20080827 to 20180523 +/*20080827 to 20180612 /noshift : ์ฌํํธ๋ฅผ ๋๋ฅด์ง์๊ณ ํ๋ก ์ ์ ๊ณต๊ฒฉํ ์์๊ฒ๋ฉ๋๋ค On Off /noshift: You may use your ''force heal'' ability without the Shift key. On | Off */ MSG_EXPLAIN_NOSHIFT = 0x2bc, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํํธ๋ฅผ ๋๋ฅด์ง ์๊ณ ๋ ํ๋ก ์ธ๋ฐ๋๋ฅผ ๊ณต๊ฒฉํ ์ ์์ต๋๋ค [/ns ON] [no shift] option activated. [ON] */ MSG_NOSHIFT_ON = 0x2bd, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํํธ๋ฅผ ๋๋ฌ์ผ ํ๋ก ์ธ๋ฐ๋๋ฅผ ๊ณต๊ฒฉํ ์ ์์ต๋๋ค [/ns OFF] [no shift] option deactivated. [OFF] */ MSG_NOSHIFT_OFF = 0x2be, -/*20080827 to 20180523 +/*20080827 to 20180612 MSI_REFUSE_BAN_BY_DBA */ MSG_REFUSE_BAN_BY_DBA = 0x2bf, -/*20080827 to 20180523 +/*20080827 to 20180612 MSI_REFUSE_EMAIL_NOT_CONFIRMED */ MSG_REFUSE_EMAIL_NOT_CONFIRMED = 0x2c0, -/*20080827 to 20180523 +/*20080827 to 20180612 MSI_REFUSE_BAN_BY_GM */ MSG_REFUSE_BAN_BY_GM = 0x2c1, -/*20080827 to 20180523 +/*20080827 to 20180612 MSI_REFUSE_TEMP_BAN_FOR_DBWORK */ MSG_REFUSE_TEMP_BAN_FOR_DBWORK = 0x2c2, -/*20080827 to 20180523 +/*20080827 to 20180612 MSI_REFUSE_SELF_LOCK */ MSG_REFUSE_SELF_LOCK = 0x2c3, -/*20080827 to 20180523 +/*20080827 to 20180612 MSI_REFUSE_NOT_PERMITTED_GROUP */ MSG_REFUSE_NOT_PERMITTED_GROUP = 0x2c4, -/*20080827 to 20180523 +/*20080827 to 20180612 MSI_REFUSE_WAIT_FOR_SAKRAY_ACTIVE */ MSG_REFUSE_WAIT_FOR_SAKRAY_ACTIVE = 0x2c5, -/*20080827 to 20180523 +/*20080827 to 20180612 /aura : ์ค์ค๋ผ๋ฅผ ๊ฐ๋ตํ ์ํฌ์์์ต๋๋ค On Off /aura: Simplify Aura effect On | Off */ MSG_EXPLAIN_AURA = 0x2c6, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ค์ค๋ผ๊ฐ ์ ์์ ์ผ๋ก ํ์๋ฉ๋๋ค [์ค์ค๋ผ ON] Turn On Aura [Aura ON] */ MSG_AURA_ON = 0x2c7, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ค์ค๋ผ๊ฐ ๊ฐ๋ตํ๋์ ํ์๋ฉ๋๋ค [์ค์ค๋ผ OFF] Simplify Aura enabled. [ON] */ MSG_AURA_OFF = 0x2c8, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๊ธ์ง ๊ธฐ๋ก %d ํ Chat block record %d times */ MSG_PROHIBIT_LOG = 0x2c9, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๊ธ์ง ๋ฆฌ์คํธ Chat block list */ MSG_PROHIBIT_LIST = 0x2ca, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ด๋ฆํ์ or /showname : ์บ๋ฆญํฐ์ ์ด๋ฆ ํ์ ๋ฐฉ์์ ๋ณ๊ฒฝํฉ๋๋ค. /showname: Change the name font type. */ MSG_EXPLAIN_SHOWNAMETYPE = 0x2cb, -/*20080827 to 20180523 +/*20080827 to 20180612 /noctrl : ์ฝํธ๋กค์ ๋๋ฅด์ง์์๋ ์๋๊ณต๊ฒฉ์ด ๋ฉ๋๋ค. On Off /noctrl | /nc: Auto attack without pressing ctrl key. On | Off */ MSG_EXPLAIN_NOCTRL = 0x2cc, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฝํธ๋กค์ ๋๋ฅด์ง ์์๋ ์๋๊ณต๊ฒฉ์ ํฉ๋๋ค [/nc ON] Use auto attack without Ctrl. [Auto attack ON] */ MSG_NOCTRL_ON = 0x2cd, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฝํธ๋กค์ ๋๋ฌ์ผ ์๋๊ณต๊ฒฉ์ ํฉ๋๋ค [/nc OFF] Use auto attack with Ctrl. [Auto attack OFF] */ MSG_NOCTRL_OFF = 0x2ce, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๊ธ์ง ์ฃผ๊ธฐ Mute this player. */ MSG_APPEND_PROHIBIT = 0x2cf, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๊ธ์ง ์์ ํ๊ธฐ & ๋ก๊ทธ ์ญ์ Unmute player & Erase mute time. */ MSG_ERASE_PROHIBIT = 0x2d0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๊ธ์ง ์๊ฐ ์ค์ด๊ธฐ(๋ก๊ทธ ์ญ์ ์๋จ) Decrease Player Mute time. */ MSG_REDUCE_PROHIBIT = 0x2d1, -/*20080827 to 20180523 +/*20080827 to 20180612 ํฐํธ๊ฐ ์ ์์ ์ผ๋ก ๋ฐ๋์์ต๋๋ค [์ด๋ฆํ์๋ฐฉ์ 1] Normal Font Displayed. [showname type 1] */ MSG_SHOWNAME_ON = 0x2d2, -/*20080827 to 20180523 +/*20080827 to 20180612 ํฐํธ๊ฐ ๊ฐ๋๊ฒ ๋ฐ๋๋ฉด์ ํํฐ๋ช
๋ ํ์๋ฉ๋๋ค [์ด๋ฆํ์๋ฐฉ์ 2] Font will be thin and party name will be shown [showname type 2] */ MSG_SHOWNAME_OFF = 0x2d3, -/*20080827 to 20180523 +/*20080827 to 20180612 /doridori : ์ฐ์ํด์ ์ด ๋ช
๋ น์ด๋ฅผ ์ณ์ฃผ๋ฉด ์บ๋ฆญํฐ๊ฐ ๋๋ฆฌ๋๋ฆฌ ^^;; /doridori: Shake head */ MSG_EXPLAIN_DORIDORI = 0x2d4, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ธํฐ๋ท ์นดํ์์ ๊ณผ๊ธ์ ํ๊ณ ์์ต๋๋ค. Internet room is paying now. */ MSG_BILLING_INTERNET_CAFE = 0x2d5, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์ก์ ๊ณผ๊ธ์ %d์ผ %d์๊ฐ %d๋ถ์ด ๋จ์์ต๋๋ค. ์ข
๋์ ๊ณผ๊ธ์ %d์๊ฐ %d๋ถ์ด ๋จ์์ต๋๋ค. Prepaid voucher validate until %d days %d hours %d minutes later. Time limit voucher validate untill %d hours %d minutes later. */ MSG_BILLING_BOTH = 0x2d6, -/*20080827 to 20180523 +/*20080827 to 20180612 /bingbing : ์ฐ์ํด์ ์ด ๋ช
๋ น์ด๋ฅผ ์ณ์ฃผ๋ฉด ์บ๋ฆญํฐ๊ฐ ๋น๊ธ๋น๊ธ ^^;; /bingbing: Rotates player counter clockwise. */ MSG_EXPLAIN_BINGBING = 0x2d7, -/*20080827 to 20180523 +/*20080827 to 20180612 /bangbang : ์ฐ์ํด์ ์ด ๋ช
๋ น์ด๋ฅผ ์ณ์ฃผ๋ฉด ์บ๋ฆญํฐ๊ฐ ๋ฑ
๊ธ๋ฑ
๊ธ ^^;; /bangbang: Rotates player clockwise. */ MSG_EXPLAIN_BANGBANG = 0x2d8, -/*20080827 to 20180523 +/*20080827 to 20180612 /skillfail : ๋นจ๊ฐ์์ ์คํฌ์ฌ์ฉ ์คํจ ๋ฉ์ธ์ง๋ฅผ ํ์ํ์ง ์์ต๋๋ค On Off /skillfail: Display red font message when skill fails. On | Off */ MSG_EXPLAIN_SKILLFAIL = 0x2d9, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ์ฌ์ฉ ์คํจ ๋ฉ์ธ์ง๋ฅผ ํ์ํฉ๋๋ค [/sf ON] Skill fail messages will be displayed. [Display On] */ MSG_SKILLFAIL_ON = 0x2da, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ์ฌ์ฉ ์คํจ ๋ฉ์ธ์ง๋ฅผ ํ์ํ์ง ์์ต๋๋ค [/sf OFF] Skill fail messages will not be displayed. [Display OFF] */ MSG_SKILLFAIL_OFF = 0x2db, -/*20080827 to 20180523 +/*20080827 to 20180612 /notalkmsg : ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง ์์ต๋๋ค On Off /notalkmsg: Chat will not be displayed in chat window. On | Off */ MSG_EXPLAIN_NOTALKMSG = 0x2dc, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํฉ๋๋ค [/nm ON] Chat content will be displayed in the chat window. [Display ON] */ MSG_NOTALKMSG_ON = 0x2dd, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง์์ต๋๋ค [/nm OFF] Chat content will not be displayed in the chat window. [Display OFF] */ MSG_NOTALKMSG_OFF = 0x2de, -/*20080827 to 20180523 +/*20080827 to 20180612 /set1 : /nc + /showname + /sf + /wi, /set2 : + /q3 /set1: /noctrl + /showname + /skillfail */ MSG_EXPLAIN_SET1 = 0x2df, -/*20080827 to 20180523 +/*20080827 to 20180612 /fog : FOG์ดํํธ๋ฅผ ํค๊ฑฐ๋ ๋์์์ต๋๋ค On Off /fog: Fog effect. On | Off */ MSG_EXPLAIN_FOG = 0x2e0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฒญํผ์ ํด์์ต๋๋ค. ์น๋ํ์๊ฒ ์ต๋๊น? You have received a marriage proposal. Do you accept? */ MSG_SUGGEST_COUPLE = 0x2e1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
๋ถ๋ฐฐ ๋ฐฉ์ Item sharing type */ MSG_HOWITEMDIV = 0x2e2, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ ์ทจ๋ Individual */ MSG_ITEMDIV1 = 0x2e3, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ท ๋ฑํ๊ฒ ๋ถ๋ฐฐ Shared */ MSG_ITEMDIV2 = 0x2e4, -/*20080827 to 20180523 +/*20080827 to 20180612 nProtect KeyCrypt */ MSG_KEYCRYPT = 0x2e5, -/*20080827 to 20180523 +/*20080827 to 20180612 Keyboard Driver๊ฐ ๊ฒ์ถ๋์์ต๋๋ค. ํค๋ณด๋ ๋ณด์ ์
๋ ฅ์ ์ํด ์ถ๊ฐ๊ธฐ๋ฅ์ ์ค์นํ์๊ฒ ์ต๋๊น? @@ -3750,7 +3750,7 @@ Do you want to install a program for keyboard security? (After installation, System Reboot is required) */ MSG_KEYCRYPT_INSTALL_KEYDRIVER = 0x2e6, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ค์น๊ฐ ์๋ฃ ๋์์ต๋๋ค. ์์คํ
์ Reboot ํฉ๋๋ค. @@ -3759,17 +3759,17 @@ Installation has been completed. System will be rebooted. */ MSG_KEYCRYPT_REBOOT = 0x2e7, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ค์น ์คํจ. Installation has been failed. */ MSG_KEYCRYPT_INSTALLFAIL = 0x2e8, -/*20080827 to 20180523 +/*20080827 to 20180612 ํค๋ณด๋ ๋ณด์์ ์ ์ฉํ์ง ์๊ณ ๊ณ์ํฉ๋๋ค. Keyboard Security will be skipped. */ MSG_KEYCRYPT_SKIPKEYCRYPT = 0x2e9, -/*20080827 to 20180523 +/*20080827 to 20180612 ํค๋ณด๋ ๋ณด์์ ํ์ํ ํ์ผ์ด ์กด์ฌํ์ง ์์ต๋๋ค. (npkeyc.vxd, npkeyc.sys, npkeycs.sys) @@ -3778,7 +3778,7 @@ Required file for Keyboard Security is not existing. (npkeyc.vxd, npkeyc.sys, npkeycs.sys) */ MSG_KEYCRYPT_NOKEYCRYPTFILE = 0x2ea, -/*20080827 to 20180523 +/*20080827 to 20180612 USB Keyboard๊ฐ ๊ฒ์ถ๋์์ต๋๋ค. ํค๋ณด๋ ๋ณด์ ์
๋ ฅ์ ์ํด ์ถ๊ฐ๊ธฐ๋ฅ์ ์ค์นํ์๊ฒ ์ต๋๊น? @@ -3791,56 +3791,56 @@ Do you want to install a program for keyboard security? (After installation, System Reboot is required) */ MSG_KEYCRYPT_USBKEYBOARD = 0x2eb, -/*20080827 to 20180523 +/*20080827 to 20180612 ftp://ragnarok.nefficient.co.kr/pub/ragnarok/ragnarok0526.exe */ MSG_FINDHACK_PATH = 0x2ec, -/*20080827 to 20180523 +/*20080827 to 20180612 FindHack์ด ์ ์์ ์ผ๋ก ์ค์น๊ฐ ๋์ด์์ง ์์ต๋๋ค. ragnarok0226.exe ๋ฅผ ๋ค์ด๋ก๋ ํ์ฌ ๋ผ๊ทธ๋๋กํฌ๊ฐ ์ค์น๋ ํด๋์ ์ค์นํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค.(%d). FindHack is not installed correctly. Please download ragnarok0226.exe and install it in RagnarokOnline directory.(%d). */ MSG_FINDHACK_NOTINSTALLED = 0x2ed, -/*20080827 to 20180523 +/*20080827 to 20180612 ํดํนํด์ด ์กด์ฌํ์ง๋ง ์น๋ฃ๊ฐ ์ ์์ ์ผ๋ก ๋์ง ์์์ต๋๋ค. ๋ผ๊ทธ๋๋กํฌ๊ฐ ์คํ๋์ง ์์ต๋๋ค. Hacking tool is existing but it hasn't been cleaned. Rangarok Online will not be executed. */ MSG_FINDHACK_HACKTOOLEXIST = 0x2ee, -/*20080827 to 20180523 +/*20080827 to 20180612 ํดํนํด ์ง๋จ ํ๋ก๊ทธ๋จ์ด ์ ์์ ์ผ๋ก ๋ค์ด๋ก๋ ๋์ง ์์์ต๋๋ค. ragnarok0226.exe ๋ฅผ ๋ค์ด๋ก๋ ํ์ฌ ๋ผ๊ทธ๋๋กํฌ๊ฐ ์ค์น๋ ํด๋์ ์ค์นํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Hacking tool scan program has not been downloaded correctly. Please download ragnarok0226.exe and install it in RagnarokOnline directory. */ MSG_FINDHACK_CANTDOWNLOAD = 0x2ef, -/*20080827 to 20180523 +/*20080827 to 20180612 NPX.DLL ๋ฑ๋ก์๋ฌ ์ด๊ฑฐ๋ FindHack ๊ตฌ๋์ ํ์ํ ํ์ผ์ด ์์ต๋๋ค. ragnarok0226.exe ๋ฅผ ๋ค์ด๋ก๋ ํ์ฌ ๋ผ๊ทธ๋๋กํฌ๊ฐ ์ค์น๋ ํด๋์ ์ค์นํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. NPX.DLL register error or there is no necessary file to run FindHack. Please download ragnarok0226.exe and install it in RagnarokOnline directory. */ MSG_FINDHACK_NOFILE = 0x2f0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ธ์ฌํญ์ด ๋ฐ์ํ์ต๋๋ค. (02-3281-0361)๋ก ๋ฌธ์ํด์ฃผ์ธ์. ๋ฆฌํด๊ฐ(%d) Exceptional Error. Please contact the customer support. Return Value: (%d) */ MSG_FINDHACK_EXCEPTION = 0x2f1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ข
๋ฃ๋ฒํผ์ ํด๋ฆญ ํ์
จ์ต๋๋ค. Exit button has been clicked. */ MSG_FINDHACK_EXITPRESSED = 0x2f2, -/*20080827 to 20180523 +/*20080827 to 20180612 Findhack ์
๋ฐ์ดํธ ์๋ฒ์ ๊ทผ ์คํจํ์์ต๋๋ค. ์ ์ ํ์ ๋ค์ ์๋ํด ์ฃผ์๊ฑฐ๋ ๊ทธ๋ผ๋นํฐ ์ด์ํ์ผ๋ก ์ฐ๋ฝํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Unable to connect Findhack Update Server. Please try again or contact the customer support. */ MSG_FINDHACK_UPDATEFAILED = 0x2f3, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฌ๋๋ฐ๊ณ ์๋ Beloved */ MSG_NAMED_PET = 0x2f4, -/*20080827 to 20180523 +/*20080827 to 20180612 /report or /์ ๊ณ : ์ ๊ณ ์ฉ ๊ฐ๋ฌด๋ฆฌ ํ์ผ์ ์ ์ฅํฉ๋๋ค. /report: Save a chat log file. */ MSG_REPORTCOMMAND_EXPLANATION = 0x2f5, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ํ์ผ์ (์ฃผ)๊ทธ๋ผ๋นํฐ์ ์ด์ํ์์ ๊ฒ์๋ด์ ๋ถ์ ํ์๋ ๋น๋งค๋ ํ์์ ๋ํ ์ฆ๊ฑฐ์๋ฃ๋ก ์ฌ์ฉํ๊ฒ ๋ฉ๋๋ค. ๋ฌธ์๋ฅผ ๋ค๋ฅธ ๋ฌธ์ ํ์์ผ๋ก ์ ์ฅํ๊ฑฐ๋ ๋ด์ฉ์ ๋ณ๊ฒฝํ์ฌ ์๋ณธ๊ณผ ์ผ์นํ์ง ์๊ฒ @@ -3848,2277 +3848,2277 @@ Beloved Chat logs are not accepted as evidence for any ill-mannered violation on account of possible file modifications. However this feature is provided for players' personal reference. */ MSG_REPORTTEXT_HEADER = 0x2f6, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น์ ์ ์ฌ๋ํด์ โก I love you. */ MSG_LOVE_SKILL = 0x2f7, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋ฉด ๋๋ ์ดํํธ๊ฐ ๋ฐ์์ ๋์ ๋ถ๋ด์ด ๋์๋๋ถ๋ค์ ๋ชจ๋ํฐ์ ๋ฐ๊ธฐ๋ฅผ ์กฐ์ ํด์ฃผ์๊ธฐ๋ฐ๋๋๋ค. Please adjust your monitor/video brightness if effects appear too bright. */ MSG_EXPLAIN_BRIGHT = 0x2f8, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์ฒดํ๋ฉด๋ชจ๋๊ฐ ์์๋๋ ๊ฒฝ์ฐ์ ๊ฒ์์คํํ ALT+TAB์ผ๋ก ํ๋ฉด์ ์ ํํ๋ฉด ์๋๋ ๊ธฐ์ข
๋ ์์ต๋๋ค If full screen mode fails to work, it is suggested you alt+tab [or ctrl+esc] to inactivate and reactivate the Ragnarok Client. */ MSG_EXPLAIN_ALTTAB = 0x2f9, -/*20080827 to 20180523 +/*20080827 to 20180612 (%d ๋ช
) - ์ ๋ฃ์๋ฒ (%d players) - Pay to Play Server */ MSG_SERVER_PROPERTY_PAY = 0x2fa, -/*20080827 to 20180523 +/*20080827 to 20180612 (%d ๋ช
) - ๋ฌด๋ฃ์๋ฒ (%d players) - Free Server */ MSG_SERVER_PROPERTY_FREE = 0x2fb, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๋ฃ ํ์์ ์ ๋ฃ ์๋ฒ๋ก ์ ์ํ ์ ์์ต๋๋ค. Trial players can't connect Pay to Play Server. */ MSG_CANT_CONNECT_TO_PAY_SERVER = 0x2fc, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง์ฐ์ค ์ฐํด๋ฆญ์ผ๋ก F9์ ์ ์ฅํ ์คํฌ์ ์ธ์์์ต๋๋ค [/q1 ON] Right click menu skills for F9 are Enabled.[/q1 ON] */ MSG_QUICKSPELL_ON = 0x2fd, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง์ฐ์ค ์ฐํด๋ฆญ์ผ๋ก ์คํฌ์ ์ฌ์ฉํ์ง ๋ชปํฉ๋๋ค [/q1 OFF] Right click menu skills for F9 are Disabled.[/q1 OFF] */ MSG_QUICKSPELL_OFF = 0x2fe, -/*20080827 to 20180523 +/*20080827 to 20180612 /quickspell : ๋ง์ฐ์ค ์ฐํด๋ฆญ์ผ๋ก F9์ ์ ์ฅํ ์คํฌ์ ์ฌ์ฉํฉ๋๋ค On Off /quickspell: Right-click menu enables you to use skills assigned to the F9 hotkey. On | Off */ MSG_EXPLAIN_QUICKSPELL = 0x2ff, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง์ฐ์ค์ WHEEL์ ์ฌ์ฉํด์ F7 ๊ณผ F8์ ์ ์ฅํ ์คํฌ์ ์ฌ์ฉํฉ๋๋ค [/q2 ON] Mouse wheel skills for F7 and F8 are Enabled.[/q2 ON] */ MSG_QUICKSPELL2_ON = 0x300, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง์ฐ์ค WHEEL๋ก ์คํฌ์ ์ฌ์ฉํ์ง ๋ชปํฉ๋๋ค [/q2 OFF] Mouse wheel skills for F7 and F8 are Disabled.[/q2 OFF] */ MSG_QUICKSPELL2_OFF = 0x301, -/*20080827 to 20180523 +/*20080827 to 20180612 /quickspell2 : ๋ง์ฐ์ค WHEEL์ ์,์๋๋ก ๊ตด๋ ค์ F7๊ณผF8์ ์ ์ฅํ ์คํฌ์ ์ฌ์ฉํฉ๋๋ค On Off /quickspell2: By rolling the mouse wheel up and down, you are able to use skills registered on F7 and F8 hotkeys. On | Off */ MSG_EXPLAIN_QUICKSPELL2 = 0x302, -/*20080827 to 20180523 +/*20080827 to 20180612 /q3 : /quickspell (/q1) + /quickspell2 (/q2) /q3: /quickspell (/q1) + /quickspell2 (/q2) */ MSG_EXPLAIN_QUICKSPELL3 = 0x303, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ฐ๋ฆฟ /bzz */ MSG_EMOTION_STARE = 0x304, -/*20080827 to 20180523 +/*20080827 to 20180612 /๋ฐฅ /rice */ MSG_EMOTION_HUNGRY = 0x305, -/*20080827 to 20180523 +/*20080827 to 20180612 /๋ฉ์ ธ /awsm */ MSG_EMOTION_COOL = 0x306, -/*20080827 to 20180523 +/*20080827 to 20180612 /๋ฉ๋กฑ /meh */ MSG_EMOTION_MERONG = 0x307, -/*20080827 to 20180523 +/*20080827 to 20180612 /๋ถ๋ /shy */ MSG_EMOTION_SHY = 0x308, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ฑ์ฑ /pat */ MSG_EMOTION_GOODBOY = 0x309, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ ํ /mp */ MSG_EMOTION_SPTIME = 0x30a, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ง์ง /slur */ MSG_EMOTION_SEXY = 0x30b, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ปด์จ /com */ MSG_EMOTION_COMEON = 0x30c, -/*20080827 to 20180523 +/*20080827 to 20180612 /ํํ /yawn */ MSG_EMOTION_SLEEPY = 0x30d, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ถํ /grat */ MSG_EMOTION_CONGRATULATION = 0x30e, -/*20080827 to 20180523 +/*20080827 to 20180612 /ํผํ /hp */ MSG_EMOTION_HPTIME = 0x30f, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ด๋ชจ์
: ํ์ฌ ์ฌ์ฉ๊ฐ๋ฅํ ์ด๋ชจ์
์ ๋ฆฌ์คํธ๋ฅผ ๋ณด์ฌ์ค๋๋ค. /emotion: views the emoticon list. */ MSG_EXPLAIN_EMOTION = 0x310, -/*20080827 to 20180523 +/*20080827 to 20180612 ํค๋ณด๋๋ฅผ ์ด์ฉํด์ ์คํฌ๋จ์ถ์ฐฝ 1,2,3์ ์คํฌ๋ค์ ์ฌ์ฉํฉ๋๋ค. [/bm ON] Skills assigned to shortcut windows 1, 2, 3 are Enabled. [/bm ON] */ MSG_BATTLE_ON = 0x311, -/*20080827 to 20180523 +/*20080827 to 20180612 ํค๋ณด๋๋ฅผ ์ด์ฉํด์ ์คํฌ๋จ์ถ์ฐฝ 1,2,3์ ์คํฌ๋ค์ ์ฌ์ฉํ์ง๋ชปํฉ๋๋ค. [/bm OFF] Skills assigned to shortcut windows 1, 2, 3 are Disabled. [/bm OFF] */ MSG_BATTLE_OFF = 0x312, -/*20080827 to 20180523 +/*20080827 to 20180612 /battlemode : Q ~ O ๋ฅผ ๋๋ฅด๋ฉด ์คํฌ๋จ์ถ์ฐฝ2์ ์คํฌ๋ค์ด ์ฌ์ฉ๋ฉ๋๋ค. /battlemode: allows you to use skills assigned to Shortcut Window 2 by pressing Q ~ O keys. */ MSG_EXPLAIN_BATTLE = 0x313, -/*20080827 to 20180523 +/*20080827 to 20180612 A ~ L ์ ๋๋ฅด๋ฉด ์คํฌ๋จ์ถ์ฐฝ3์ ์คํฌ๋ค์ด ์ฌ์ฉ๋ฉ๋๋ค. A ~ L keys allow you to use skills assigned to Shortcut Window 3. */ MSG_EXPLAIN_BATTLE2 = 0x314, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ผ๊ทธ๋๋กํฌ๋ฅผ ์คํํ์ค๋ ๋ค๋ฅธ ํ๋ก๊ทธ๋จ์ ๋์ฐ์๋ฉด ๊ฒ์์ด ๋๋ ค์ง์๋์์ต๋๋ค. Please remember, programs running in the background while playing may affect the game's performance. */ MSG_EXPLAIN_LAG = 0x315, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฒ์ฌ๋ ์ ๋ชฉ์๋ฆฌ ๋ค๋ฆฌ์ธ์? ^^; Dear angel, can you hear my voice? */ MSG_SUPERNOVICE1 = 0x316, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํผ๋
ธ๋น์ค Super Novice */ MSG_SUPERNOVICE2 = 0x317, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์~ Super Novice~ */ MSG_SUPERNOVICE3 = 0x318, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์ข ๋์์ฃผ์ธ์~ ใ
_ใ
Help me out~ Please~ T_T */ MSG_SUPERNOVICE4 = 0x319, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋๊ป์ ๋น์ ์ ์
์์ํค๊ณ ์ถ์ดํ์ญ๋๋ค. ์น๋ํ์๊ฒ ์ต๋๊น? wishes to adopt you. Do you accept? */ MSG_SUGGEST_BABY = 0x31a, -/*20080827 to 20180523 +/*20080827 to 20180612 Z ~ > ์ ๋๋ฅด๋ฉด ์คํฌ๋จ์ถ์ฐฝ1์ ์คํฌ๋ค์ด ์ฌ์ฉ๋ฉ๋๋ค. On Off Z ~ > keys allow you to use skills assigned on shortcut window 1. On | Off */ MSG_EXPLAIN_BATTLE3 = 0x31b, -/*20080827 to 20180523 +/*20080827 to 20180612 Space๋ฅผ ํ๋ฒ ๋๋ฅธ๋ค์ ๊ธ์๋ฅผ ์
๋ ฅํ๋ฉด ์ฑํ
์ ํ ์์์ต๋๋ค. Press the space bar to Chat when in Battle mode [/battlemode | /bm]. */ MSG_EXPLAIN_BATTLE4 = 0x31c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์๊ฐ๋ ํ์ผ์ด ์๊ฑฐ๋ ๋ณ์กฐ๋์์ต๋๋ค. ๊ฒ์๊ฐ๋ ์
์
ํ์ผ์ ์ค์นํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Either there's no Game Guard installed on the program or Game Guard is cracked. Please, try to reinstall Game Guard from its setup file." */ MSG_NPGAMEMON_ERROR_AUTH_GAMEGUARD = 0x31d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋์ฐ์ ์ผ๋ถ ์์คํ
ํ์ผ์ด ์์๋์์ต๋๋ค. ์ธํฐ๋ท ์ต์คํ๋ก๋ฌ(IE)๋ฅผ ๋ค์ ์ค์นํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. Some of Windows system files have been damaged. Please re-install your Internet Explorer. */ MSG_NPGAMEMON_ERROR_CRYPTOAPI = 0x31e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์๊ฐ๋ ์คํ์ ์คํจํ์ต๋๋ค. ๊ฒ์๊ฐ๋ ์
์
ํ์ผ์ ๋ค์ ์ค์นํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Failed to run Game Guard. Please, try to reinstall Game Guard from its setup file." */ MSG_NPGAMEMON_ERROR_EXECUTE = 0x31f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ถ๋ฒ ํ๋ก๊ทธ๋จ์ด ๋ฐ๊ฒฌ๋์์ต๋๋ค. ๋ถํ์ํ ํ๋ก๊ทธ๋จ์ ์ข
๋ฃํ ํ ๋ค์ ์คํํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "At least one hazardous program has been detected. Please, terminate all the unnecessary programs before executing Game Guard." */ MSG_NPGAMEMON_ERROR_ILLEGAL_PRG = 0x320, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์๊ฐ๋ ์
๋ฐ์ดํธ๋ฅผ ์ทจ์ํ์
จ์ต๋๋ค. ์ ์์ด ๊ณ์ ๋์ง ์์ ๊ฒฝ์ฐ ์ธํฐ๋ท ๋ฐ ๋ฐฉํ๋ฒฝ ์ํ๋ฅผ ์ ๊ฒํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Game Guard update is canceled. If the disconnection continues, please, check your internet or firewall settings." */ MSG_NPGMUP_ERROR_ABORT = 0x321, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์๊ฐ๋ ์
๋ฐ์ดํธ ์๋ฒ ์ ์์ ์คํจํ์์ต๋๋ค. ์ ์ ํ ์ฌ์๋ ํด๋ณด๊ฑฐ๋, ์ธํฐ๋ท ๋ฐ ๋ฐฉํ๋ฒฝ ์ํ๋ฅผ ์ ๊ฒํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Failed to connect to Game Guard update server. Try to connect again later, or try to check the internet or firewall settings." */ MSG_NPGMUP_ERROR_CONNECT = 0x322, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์๊ฐ๋ ์
๋ฐ์ดํธ๋ฅผ ์๋ฃํ์ง ๋ชป ํ์ต๋๋ค. ๋ฐ์ด๋ฌ์ค ๊ฒ์ฌ๋ฅผ ํด๋ณด์๊ฑฐ๋, PC ๊ด๋ฆฌ ํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ์๋ฉด ์ค์ ์ ์กฐ์ ํ ํ ๊ฒ์์ ์คํํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Can't complete Game Guard update process. Please, try to execute a vaccine program to remove viruses. Or, please try to modify the settings of your PC managing tool if you are using any." */ MSG_NPGMUP_ERROR_AUTH = 0x323, -/*20080827 to 20180523 +/*20080827 to 20180612 /notrade : ๊ฑฐ๋์ ์ฒญ์ ์๋์ผ๋ก ๊ฑฐ์ ํฉ๋๋ค On Off /notrade: Declines trade offers automatically. On | Off */ MSG_EXPLAIN_NOTRADE = 0x324, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฑฐ๋์ ์ฒญ๊ณผ ์น๊ตฌ๋ฑ๋ก์์ฒญ์ ์๋์ผ๋ก ๊ฑฐ์ ํฉ๋๋ค [/nt ON] Auto decline trade offers has been Enabled. [/nt ON] */ MSG_NOTRADE_ON = 0x325, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฑฐ๋์ ์ฒญ๊ณผ ์น๊ตฌ๋ฑ๋ก์์ฒญ์ ์ ์์ ์ผ๋ก ๋ฐ์ต๋๋ค [/nt OFF] Auto decline trade offers has been Disabled. [/nt OFF] */ MSG_NOTRADE_OFF = 0x326, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ ์์ดํ
์ ํ๋ฒ์ 30000๊ฐ ์ด์์ ์ด์ ์์ต๋๋ค. You cannot buy more than 30,000ea items at once. */ MSG_LIMIT_BUY_ITEM = 0x327, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฌ๋ฃ๊ฐ ์ถฉ๋ถํ์ง ์์ต๋๋ค. You do not have enough ingredients. */ MSG_NOT_ENOUGH_SOURCE = 0x328, -/*20080827 to 20180523 +/*20080827 to 20180612 %s์ ๊ณ์ ์ ๋ณด๊ฐ ๋จ์์์ต๋๋ค. Login information remains at %s. */ MSG_ALREADY_CONNECT = 0x329, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณ์ ๋์ฉ ์กฐ์ฌ๋ฅผ ์ํด ๋ก๊ทธ์ธ์ด ๊ธ์ง๋์์ต๋๋ค. ์์ธํ ๋ฌธ์๋ ๊ณ์ ๋์ฉ ๊ด๋ จ ๋ฌธ์ ๋ฉ์ผ๋ก ํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Account has been locked for a hacking investigation. Please contact the GM Team for more information. */ MSG_HACKING_INVESTIGATION = 0x32a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ๋ฒ๊ทธ๊ด๋ จ ์กฐ์ฌ์ค์ด๋ฏ๋ก ์ผ์์ ์ผ๋ก ์ ์์ ๊ธํฉ๋๋ค This account has been temporarily prohibited from login due to a bug-related investigation. */ MSG_BUG_INVESTIGATION = 0x32b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฆฌ๊ฐ๋ฅํ ์์ดํ
Repairable items */ MSG_REPAIRITEMLIST = 0x32c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์๋ฆฌ ์ฑ๊ณต Item has been successfully repaired. */ MSG_ITEM_REPAIR_SUCCEESS = 0x32d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์๋ฆฌ ์คํจ (์ฌ๋ฃ ๋๋ ์๋์์ ๊ฑฐ๋ฆฌ๋ฑ์ ํ์ธํด์ฃผ์ญ์์) You have failed to repair this item. Please check the distance between you and opponent. */ MSG_ITEM_REPAIR_FAIL = 0x32e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์คํ
์ํฉ์ ์ง์์ ์ผ๋ก ์ฒดํฌ ํฉ๋๋ค.[์ด์์๋ชจ๋] [/sc ON] System process enabled [GM mode] [/sc ON] */ MSG_SYSTEM_CHECK_ON = 0x32f, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์คํ
์ํฉ์ ์ง์์ ์ผ๋ก ์ฒดํฌ ํ์ง ์์ต๋๋ค.[์ด์์๋ชจ๋] [/sc OFF] System process disabled [GM mode] [/sc OFF] */ MSG_SYSTEM_CHECK_OFF = 0x330, -/*20080827 to 20180523 +/*20080827 to 20180612 /systemcheck : ์์คํ
์ํฉ์ ์ง์์ ์ผ๋ก ์ฒดํฌ ํฉ๋๋ค.[์ด์์๋ชจ๋] /systemcheck: Check the system process [GM mode] On | Off */ MSG_EXPLAIN_SYSTEM_CHECK = 0x331, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋์ด ์น๊ตฌ ์ ์ฒญ์ ํ์
จ์ต๋๋ค. ์น๊ตฌ๊ฐ ๋์๊ฒ ์ต๋๊น? (%s) wishes to be friends with you. Would you like to accept? */ MSG_SUGGEST_JOIN_FRIEND = 0x332, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ ์ด์ ์น๊ตฌ ๋ฑ๋ก์ ํ์ค์ ์์ต๋๋ค. Your Friend List is full. */ MSG_FRIEND_ADD_ME_OVERSIZE = 0x333, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋์ด ๋ ์ด์ ์น๊ตฌ ๋ฑ๋ก์ ํ์ค์ ์์ต๋๋ค. (%s)'s Friend List is full. */ MSG_FRIEND_ADD_OTHER_OVERSIZE = 0x334, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋๊ณผ ์น๊ตฌ๊ฐ ๋์
จ์ต๋๋ค. You have become friends with (%s). */ MSG_FRIEND_ADD_SUCCEED = 0x335, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋์ด ์น๊ตฌ ๋๊ธฐ๋ฅผ ์ํ์ง ์์ต๋๋ค. (%s) does not want to be friends with you. */ MSG_FRIEND_ADD_FALSE = 0x336, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ์บ๋ฆญํฐ๋ %s ๊น์ง ๋ธ๋ญ๋์ด์์ต๋๋ค. This character will be blocked to use until %s. */ MSG_BLOCKED = 0x337, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฒ๋ง์ ๋ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ ์ฒ๋ง์ ๋๋ก ํ๋งค๋ฉ๋๋ค. Price will be fixed at 10,000,000 zeny, even if you enter higher price. */ MSG_OVERPRICE = 0x338, -/*20080827 to 20180523 +/*20080827 to 20180612 (์ ์) (Very low) */ MSG_LITTLEUSER = 0x339, -/*20080827 to 20180523 +/*20080827 to 20180612 (์ฝ๊ฐ ์ ์) (Low) */ MSG_ALITTLEUSER = 0x33a, -/*20080827 to 20180523 +/*20080827 to 20180612 (๋ณดํต) (Normal) */ MSG_NORMLEUSER = 0x33b, -/*20080827 to 20180523 +/*20080827 to 20180612 (๋ง์) (High) */ MSG_MANYUSER = 0x33c, -/*20080827 to 20180523 +/*20080827 to 20180612 (๋งค์ฐ ๋ง์) (Very high) */ MSG_VERYMANYUSER = 0x33d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๋งค๋์ ์ํด ์ด์์๋ก๋ถํฐ ์ฑํ
๊ธ์ง๊ฐ ์ ์ฉ๋ฉ๋๋ค. You have been blocked from using chat and skills for %d minutes by the GM Team. */ MSG_GM_BAD_MANNER_START = 0x33e, -/*20080827 to 20180523 +/*20080827 to 20180612 GM์ ์ํ ์ฑํ
๊ธ์ง๊ฐ %d ๋ถ ๋จ์ ์์ต๋๋ค. %d minutes remain until release from the GM penalty. */ MSG_GM_BAD_MANNER_REMAIN = 0x33f, -/*20080827 to 20180523 +/*20080827 to 20180612 GM์ ์ํ ์ฑํ
๊ธ์ง๊ฐ ํด์ง ๋์์ต๋๋ค. You have been released from the GM penalty. */ MSG_GM_BAD_MANNER_END = 0x340, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋๋ฐฐ ๋ฐฉ์ง ์์คํ
์ผ๋ก ์ธํ ์๋ ์ฑํ
๊ธ์ง๊ฐ ์ ์ฉ๋ฉ๋๋ค. You have been blocked from using chat and skills for %d as an automatic penalty. */ MSG_AUTO_BAD_MANNER_START = 0x341, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋๋ฐฐ ๋ฐฉ์ง ์์คํ
์ผ๋ก ์ธํ ์ฑํ
๊ธ์ง๊ฐ %d ๋ถ ๋จ์ ์์ต๋๋ค. %d minutes remain until release from auto penalty. */ MSG_AUTO_BAD_MANNER_REMAIN = 0x342, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋๋ฐฐ ๋ฐฉ์ง ์์คํ
์ผ๋ก ์ธํ ์ฑํ
๊ธ์ง๊ฐ ํด์ง๋์์ต๋๋ค. ๊ฒ์์งํ ์์๋ ๋๋ฐฐ์ ๋ํด์ ์ฃผ์ํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. You have been released from the auto penalty. Please refrain from spamming in-game. */ MSG_AUTO_BAD_MANNER_END = 0x343, -/*20080827 to 20180523 +/*20080827 to 20180612 %s๋๊ณผ %s๋์ด ์ดํผํ์
จ์ต๋๋ค. %s and %s have divorced from each other. */ MSG_DIVORCE = 0x344, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆณ่ %s์ ํ์์ ์ฅ์๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Solar Space. */ MSG_STARPLACE1 = 0x345, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆณ่ %s์ ๋ฌ์ ์ฅ์๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Luna Space. */ MSG_STARPLACE2 = 0x346, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆณ่ %s์ ๋ณ์ ์ฅ์๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Stellar Space. */ MSG_STARPLACE3 = 0x347, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆณ่ %s์ ํ์์ ์ฅ์๋ %s ์
๋๋ค Gravity %s's Solar Space: %s */ MSG_STARPLACE4 = 0x348, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆณ่ %s์ ๋ฌ์ ์ฅ์๋ %s ์
๋๋ค Gravity %s's Luna Space: %s */ MSG_STARPLACE5 = 0x349, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆณ่ %s์ ๋ณ์ ์ฅ์๋ %s ์
๋๋ค Gravity %s's Stellar Space: %s */ MSG_STARPLACE6 = 0x34a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆณ่ %s์ ํ์์ ๋ชฌ์คํฐ๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Solar Monster. */ MSG_STARMONSTER1 = 0x34b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆณ่ %s์ ๋ฌ์ ๋ชฌ์คํฐ๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Luna Monster. */ MSG_STARMONSTER2 = 0x34c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆณ่ %s์ ๋ณ์ ๋ชฌ์คํฐ๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Stellar Monster. */ MSG_STARMONSTER3 = 0x34d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆณ่ %s์ ํ์์ ๋ชฌ์คํฐ๋ %s ์
๋๋ค Gravity %s's Solar Monster: %s */ MSG_STARMONSTER4 = 0x34e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆณ่ %s์ ๋ฌ์ ๋ชฌ์คํฐ๋ %s ์
๋๋ค Gravity %s's Luna Monster: %s */ MSG_STARMONSTER5 = 0x34f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๆณ่ %s์ ๋ณ์ ๋ชฌ์คํฐ๋ %s ์
๋๋ค Gravity %s's Stellar Monster: %s */ MSG_STARMONSTER6 = 0x350, -/*20080827 to 20180523 +/*20080827 to 20180612 /window : ์ฐฝ ์์น ์ด๋์ ๋ค๋ฅธ ์ฐฝ๊ณผ ๋ฌ๋ผ๋ถ๋ ์์ฑ์ด ๋ค์ด๊ฐ๋๋ค On Off /window: Display windows will snap/dock together. On | Off */ MSG_EXPLAIN_WINDOW = 0x351, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฐฝ ์์น ์ด๋์ ๋ค๋ฅธ ์ฐฝ๊ณผ ์ ๋ถ์ต๋๋ค [/wi ON] Display window docking enabled. [/wi ON] */ MSG_WINDOW_ON = 0x352, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฐฝ ์์น ์ด๋์ ๋ค๋ฅธ ์ฐฝ๊ณผ ๋ถ์ผ๋ ค๋ ์์ฑ์ ๊ฐ์ง์ง ์์ต๋๋ค [/wi OFF] Display window docking disabled. [/wi OFF] */ MSG_WINDOW_OFF = 0x353, -/*20080827 to 20180523 +/*20080827 to 20180612 /pvpinfo : ์์ ์ PVP ์นํจ์ PVP ํฌ์ธํธ๋ฅผ ์ ์ ์์ต๋๋ค. /pvpinfo: shows your PVP result and PVP points. */ MSG_EXPLAIN_PVP_INFO = 0x354, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฌ %d์น, %dํจ, PVPํฌ์ธํธ๋ %d์
๋๋ค. You have won %d times and have lost %d times in PVP. Current points %d. */ MSG_PVP_INFO = 0x355, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋งค๋ ํฌ์ธํธ๋ฅผ ์ฑ๊ณต์ ์ผ๋ก ๋ณด๋์ต๋๋ค. A manner point has been successfully aligned. */ MSG_SEND_MANNER_POINT = 0x356, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฌ ์ด๊ณณ์ PK ๊ฐ๋ฅ ์ง์ญ์
๋๋ค. ๋ถ์์ ๊ณต๊ฒฉ์ ์ ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. You are in a PK area. Please beware of sudden attack. */ MSG_PKZONE = 0x357, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์๊ฐ๋ ์
๋ฐ์ดํธ๊ฐ ๋ฐ์ด๋ฌ์ค๋ ์คํ์ด์จ์ด์์ ์ถฉ๋๋ก ์คํจํ์ต๋๋ค. ๋ฐฑ์ ํ๋ก๊ทธ๋จ/์คํ์ด์จ์ด ์ ๊ฑฐ ํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ ํ ์ ์ํด ์ฃผ์ญ์๊ธฐ ๋ฐ๋๋๋ค Game Guard update has been failed when either Virus or Spyware conflicted with. Please, Uninstall Spyware and Virus protection program before you log in. */ MSG_NPGAMEMON_ERROR_100ERROR = 0x358, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋์ฐ ํธํ์ฑ ๋ฌธ์ ๋ก ํ๋ก๊ทธ๋จ์ ์ข
๋ฃํฉ๋๋ค. ๊ฒ์์ ๋ค์ ์คํํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค Program has encountered an error related to Windows compatibility. Please start the game again. */ MSG_NPGAMEMON_XP_COMPATIBILITY = 0x359, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
, ์คํฌ, ์์ดํ
์ ์ฌ์ฉํ ์์๊ฒ ๋์์ต๋๋ค. You have been blocked from chatting, using skills and items. */ MSG_PK_HONOR = 0x35a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์บ๋ฆญํฐ ์ญ์ ์์
์ค์ด๋ฏ๋ก ์ ์์ด ์ผ์์ ์ผ๋ก ์ ํ๋ฉ๋๋ค. Login is temporarily unavailable while this character is being deleted. */ MSG_DELETING_CHAR = 0x35b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฐํผ ์๋์์ ์บ๋ฆญํฐ ์ญ์ ์์
์ค์ด๋ฏ๋ก ์ ์์ด ์ผ์์ ์ผ๋ก ์ ํ๋ฉ๋๋ค. Login is temporarily unavailable while your spouse character is being deleted. */ MSG_DELETING_SPOUSE_CHAR = 0x35c, -/*20080827 to 20180523 +/*20080827 to 20180612 Novice */ MSG_NOVICE = 0x35d, -/*20080827 to 20180523 +/*20080827 to 20180612 Swordman */ MSG_SWORDMAN = 0x35e, -/*20080827 to 20180523 +/*20080827 to 20180612 Magician Mage */ MSG_MAGICIAN = 0x35f, -/*20080827 to 20180523 +/*20080827 to 20180612 Archer */ MSG_ARCHER = 0x360, -/*20080827 to 20180523 +/*20080827 to 20180612 Acolyte */ MSG_ACOLYTE = 0x361, -/*20080827 to 20180523 +/*20080827 to 20180612 Merchant */ MSG_MERCHANT = 0x362, -/*20080827 to 20180523 +/*20080827 to 20180612 Thief */ MSG_THIEF = 0x363, -/*20080827 to 20180523 +/*20080827 to 20180612 Knight */ MSG_KNIGHT = 0x364, -/*20080827 to 20180523 +/*20080827 to 20180612 Prieset Priest */ MSG_PRIEST = 0x365, -/*20080827 to 20180523 +/*20080827 to 20180612 Wizerd Wizard */ MSG_WIZARD = 0x366, -/*20080827 to 20180523 +/*20080827 to 20180612 Blacksmith */ MSG_BLACKSMITH = 0x367, -/*20080827 to 20180523 +/*20080827 to 20180612 Hunter */ MSG_HUNTER = 0x368, -/*20080827 to 20180523 +/*20080827 to 20180612 Assassin */ MSG_ASSASSIN = 0x369, -/*20080827 to 20180523 +/*20080827 to 20180612 Novice */ MSG_NOVICE_W = 0x36a, -/*20080827 to 20180523 +/*20080827 to 20180612 Swordman */ MSG_SWORDMAN_W = 0x36b, -/*20080827 to 20180523 +/*20080827 to 20180612 Magician Mage */ MSG_MAGICIAN_W = 0x36c, -/*20080827 to 20180523 +/*20080827 to 20180612 Archer */ MSG_ARCHER_W = 0x36d, -/*20080827 to 20180523 +/*20080827 to 20180612 Acolyte */ MSG_ACOLYTE_W = 0x36e, -/*20080827 to 20180523 +/*20080827 to 20180612 Merchant */ MSG_MERCHANT_W = 0x36f, -/*20080827 to 20180523 +/*20080827 to 20180612 Thief */ MSG_THIEF_W = 0x370, -/*20080827 to 20180523 +/*20080827 to 20180612 Knight */ MSG_KNIGHT_W = 0x371, -/*20080827 to 20180523 +/*20080827 to 20180612 Prieset Priest */ MSG_PRIEST_W = 0x372, -/*20080827 to 20180523 +/*20080827 to 20180612 Wizerd Wizard */ MSG_WIZARD_W = 0x373, -/*20080827 to 20180523 +/*20080827 to 20180612 Blacksmith */ MSG_BLACKSMITH_W = 0x374, -/*20080827 to 20180523 +/*20080827 to 20180612 Hunter */ MSG_HUNTER_W = 0x375, -/*20080827 to 20180523 +/*20080827 to 20180612 Assassin */ MSG_ASSASSIN_W = 0x376, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋์ ์์ด๋ก ์
์์ ์ฒญ Send an adoption request to %s */ MSG_REQ_JOIN_BABY = 0x377, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ด๊ฐ ๋๋ฉด ์ ์น์ ํ ์์๊ณ ์คํ
์ 80์ด์ ์ฌ๋ฆด์์๊ฒ๋๋ฉฐ HP์ SP๊ฐ ์ค์ด๋ญ๋๋ค. ๊ทธ๋๋ ๊ด์ฐฎ์ต๋๊น? When you become a child, you will be unable to become a Transcendent Class character, all stats will be limited to a maximum of 80, and Max HP/SP will be reduced. Are you sure that you want to be adopted? */ MSG_SUGGEST_BABY2 = 0x378, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชจ๋ ๋์ ์ํ์ด์์ด ์ ๊ฑฐ ๋์์ต๋๋ค. All abnormal status effects have been removed. */ MSG_GOSPEL1 = 0x379, -/*20080827 to 20180523 +/*20080827 to 20180612 1๋ถ๊ฐ ๋ชจ๋ ์ํ์ด์์ ๋ํด ๋ฉด์ญ์ด ๋ฉ๋๋ค. You will be immune to abnormal status effects for the next minute. */ MSG_GOSPEL2 = 0x37a, -/*20080827 to 20180523 +/*20080827 to 20180612 1๋ถ๊ฐ ์ต๋ ์๋ช
๋ ฅ์ด ํฌ๊ฒ ๋์ด๋ฉ๋๋ค. Your Max HP will stay increased for the next minute. */ MSG_GOSPEL3 = 0x37b, -/*20080827 to 20180523 +/*20080827 to 20180612 1๋ถ๊ฐ ์ต๋ ๋ง๋ฒ๋ ฅ์ด ํฌ๊ฒ ๋์ด๋ฉ๋๋ค. Your Max SP will stay increased for the next minute. */ MSG_GOSPEL4 = 0x37c, -/*20080827 to 20180523 +/*20080827 to 20180612 1๋ถ๊ฐ ๋ชจ๋ ๋ฅ๋ ฅ์ด ํฌ๊ฒ ์์นํฉ๋๋ค. All of your Stats will stay increased for the next minute. */ MSG_GOSPEL5 = 0x37d, -/*20080827 to 20180523 +/*20080827 to 20180612 1๋ถ๊ฐ ์ฌ์ฉํ๋ ๋ฌด๊ธฐ์ ์ฑ์ค๋ฌ์ด ์์ฑ์ด ๋ถ์ฌ๋ฉ๋๋ค. Your weapon will remain blessed with Holy power for the next minute. */ MSG_GOSPEL6 = 0x37e, -/*20080827 to 20180523 +/*20080827 to 20180612 1๋ถ๊ฐ ์ฌ์ฉํ๋ ๊ฐ์ท์ ์ฑ์ค๋ฌ์ด ์์ฑ์ด ๋ถ์ฌ๋ฉ๋๋ค. Your armor will remain blessed with Holy power for the next minute. */ MSG_GOSPEL7 = 0x37f, -/*20080827 to 20180523 +/*20080827 to 20180612 10์ด๊ฐ ๋ฐฉ์ด๋ ฅ์ด ํฌ๊ฒ ์์นํฉ๋๋ค. Your Defense will stay increased for the next 10 seconds. */ MSG_GOSPEL8 = 0x380, -/*20080827 to 20180523 +/*20080827 to 20180612 1๋ถ๊ฐ ๊ณต๊ฒฉ๋ ฅ์ด ํฌ๊ฒ ์ฆ๊ฐํฉ๋๋ค. Your Attack strength will be increased for the next minute. */ MSG_GOSPEL9 = 0x381, -/*20080827 to 20180523 +/*20080827 to 20180612 1๋ถ๊ฐ ๋ช
์ค๋ฅ ๊ณผ ํํผ์จ์ด ํฌ๊ฒ ์์นํฉ๋๋ค. Your Accuracy and Flee Rate will be increased for the next minute. */ MSG_GOSPEL10 = 0x382, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ด๋ฅผ ํ๋ฒ ์
์ํ๋ ๋ถ๋ถ๋ ์ถ๊ฐ ์
์์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. You cannot adopt more than 1 child. */ MSG_BABY1 = 0x383, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ถ๋ถ๊ฐ ๋๋ค ๋ ๋ฒจ70์ด ๋์ด์ผ ์์ด๋ฅผ ์
์ํ ์์์ต๋๋ค. You must be at least character level 70 in order to adopt someone. */ MSG_BABY2 = 0x384, -/*20080827 to 20180523 +/*20080827 to 20180612 [POINT] ๋ธ๋์ค๋ฏธ์ค ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [Point] You have been rewarded with %d Blacksmith rank points. Your point total is %d. */ MSG_BLACKSMITH_POINT = 0x385, -/*20080827 to 20180523 +/*20080827 to 20180612 [POINT] ์์ผ๋ฏธ์คํธ ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [Point] You have been rewarded with %d Alchemist rank points. Your point total is %d. */ MSG_ALCHEMIST_POINT = 0x386, -/*20080827 to 20180523 +/*20080827 to 20180612 X Help me out~ Please~ T_T */ MSG_SUPERNOVICE11 = 0x387, -/*20080827 to 20180523 +/*20080827 to 20180612 X Help me out~ Please~ T_T */ MSG_SUPERNOVICE12 = 0x388, -/*20080827 to 20180523 +/*20080827 to 20180612 X Help me out~ Please~ T_T */ MSG_SUPERNOVICE13 = 0x389, -/*20080827 to 20180523 +/*20080827 to 20180612 X Help me out~ Please~ T_T */ MSG_SUPERNOVICE14 = 0x38a, -/*20080827 to 20180523 +/*20080827 to 20180612 /notalkmsg2 : ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง ์์ต๋๋ค (๊ธธ๋๋ง ํฌํจ) On Off /notalkmsg2: Hides chat messages(including guild chat). On Off */ MSG_EXPLAIN_NOTALKMSG2 = 0x38b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํฉ๋๋ค [/nm2 ON] Show chat messages. [/nm2 ON] */ MSG_NOTALKMSG2_ON = 0x38c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง์์ต๋๋ค (๊ธธ๋๋ง ํฌํจ) [/nm2 OFF] Hide chat messages(including guild chat) [/nm2 OFF] */ MSG_NOTALKMSG2_OFF = 0x38d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ จ๊ฐ๋ฅํ ์์ดํ
Upgradable Weapons */ MSG_REFINEITEMLIST = 0x38e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ จํ ๋ฌด๊ธฐ : %s Weapons upgraded: %s */ MSG_ITEM_REFINE_SUCCEESS = 0x38f, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ จํ ๋ฌด๊ธฐ : %s Weapons upgraded: %s */ MSG_ITEM_REFINE_FAIL = 0x390, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ธฐ์ ๋ จ์คํฌ์ ๋ ๋ฒจ์ด ๋ถ์กฑํด์ %s ์ ๋ จ์ ํ ์์์ต๋๋ค. You cannot upgrade %s until you level up your Upgrade Weapon skill. */ MSG_ITEM_REFINE_FAIL_LEVEL = 0x391, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ จ์ ํ์ํ ์์ดํ
(%s) ์ด ์์ผ๋ฏ๋ก ์ ๋ จํ ์์์ต๋๋ค. You lack a necessary item %s to upgrade this weapon. */ MSG_ITEM_REFINE_FAIL_MATERIAL = 0x392, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ฒฝํ๊ฒ ์ฝํ
๋์ด์์ด์ ํ์คํธ๋ฆฝ์ด ํตํ์ง ์์ต๋๋ค. Full Divestment cannot pierce the target. The target is fully shielded. */ MSG_FULLSTRIP = 0x393, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฐํผํ ์บ๋ฆญํฐ๋ ์
์์ํฌ์ ์์ต๋๋ค. You cannot adopt a married person. */ MSG_BABY3 = 0x394, -/*20080827 to 20180523 +/*20080827 to 20180612 ์น๊ตฌ๋ก ๋ฑ๋ก๋ ์ด๋ฆ๊ณผ ๋น์ทํ์ง๋ง ๋ฑ๋ก๋ ์ด๋ฆ์ด ์๋๋๋ค. ์๋์ฌ๋์ธ์ง ํ์ธํ์ญ์์. This name is not registered in your Friend List. Please check the name again. */ MSG_ID_WARNING = 0x395, -/*20080827 to 20180523 +/*20080827 to 20180612 /hi ๋๋ /hi ๋ฌธ์ฅ : ์น๊ตฌ๋ก ๋ฑ๋ก๋ ์บ๋ฆญํฐ๋ค์๊ฒ ์ธ์ฌ๋ฅผ ํฉ๋๋ค. /hi or /hi message: Send greetings to people who are online and registered on your Friend List. */ MSG_EXPLAIN_HI = 0x396, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋์์ ์ด๋ฆ๊ณผ ๋น์ทํ์ง๋ง ๊ธธ๋์์ด ์๋๋๋ค. ๊ธธ๋์์ธ์ง ํ์ธํ์ญ์์. This character is not your guildsman. Please check the name again. */ MSG_ID_WARNING_GUILD = 0x397, -/*20080827 to 20180523 +/*20080827 to 20180612 9999๋ง์ ๋ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ 9999๋ง์ ๋๋ก ํ๋งค๋ฉ๋๋ค. Please be aware that the maximum selling price is fixed as 2 Billion. You cannot sell an item higher than that. */ MSG_OVERPRICE9999 = 0x398, -/*20080827 to 20180523 +/*20080827 to 20180612 ์น๊ตฌ์ ๊ท์๋ง์ [ Friend ] , ๊ธธ๋์์ [ Member ] ๋ก ํ์๋ฉ๋๋ค. Whispers from friends are displayed as [ Friend ], and ones from guildsmen are displayed as [ Member ]. */ MSG_EXPLAIN_SACHING1 = 0x399, -/*20080827 to 20180523 +/*20080827 to 20180612 ( From ์บ๋ฆญํฐ์ด๋ฆ : ) ์ด๋ผ๊ณ ํ์ ๋๋ ๊ท์๋ง์ ์น๊ตฌ๋ ๊ธธ๋์์ด ์๋๋๋ค. ( From character name: ) is from an anonymous character who is neither your friend nor guildsman. */ MSG_EXPLAIN_SACHING2 = 0x39a, -/*20080827 to 20180523 +/*20080827 to 20180612 /blacksmith : ๋ธ๋์ค๋ฏธ์ค์ ์์ 10์๊ถ ๋ญํน์ ๋ณด์ฌ์ค๋๋ค. /blacksmith: Shows top 10 Blacksmiths in the server. */ MSG_EXPLAIN_BLACKSMITH = 0x39b, -/*20080827 to 20180523 +/*20080827 to 20180612 /alchemist : ์์ผ๋ฏธ์คํธ์ ์์ 10์๊ถ ๋ญํน์ ๋ณด์ฌ์ค๋๋ค. /alchemist: Shows top 10 Alchemists in the server. */ MSG_EXPLAIN_ALCHEMIST = 0x39c, -/*20080827 to 20180523 +/*20080827 to 20180612 ALT+Y : ์ฌ๋ฌ๊ฐ์ง ๋ช
๋ น์ด๋ฅผ ์ฝ๊ฒ ์ธ์์๋ ์๋์ฐ๊ฐ ์ด๋ฆฝ๋๋ค. ALT+Y: Opens a window which allows you to use various commands with ease. */ MSG_EXPLAIN_ALTY = 0x39d, -/*20080827 to 20180523 +/*20080827 to 20180612 [POINT] ํ๊ถ๋ฏธ์
๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [POINT] You have been rewarded with %d Tae-Kwon Mission rank points. Your point total is %d. */ MSG_TAEKWON_POINT = 0x39e, -/*20080827 to 20180523 +/*20080827 to 20180612 [ํ๊ถ๋ฏธ์
] Target Monster : %s (%d%%) [Taekwon Mission] Target Monster: %s (%d%%) */ MSG_TAEKWON_MISSION = 0x39f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์๊ฐ๋ ์ด๊ธฐํ ์๋ฌ : %lu Error - Failed to initialize GameGuard: %lu */ MSG_INIT_ERROR = 0x3a0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํผ๋ํต์ด ๊ฐ์ง๋์์ต๋๋ค. Speed Hack has been detected. */ MSG_SPEEDHACK_DETECT = 0x3a1, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ถ๋ฒ ํ๋ก๊ทธ๋จ (%s) ๊ฐ ๋ฐ๊ฒฌ๋์์ต๋๋ค The illegal program, (%s) has been detected. */ MSG_GAMEHACK_DETECT = 0x3a2, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์์ด๋ ๊ฒ์๊ฐ๋๊ฐ ๋ณ์กฐ๋์์ต๋๋ค. The Game or Gameguard has been cracked. */ MSG_GAMEHACK_DOUBT = 0x3a3, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์๊ฐ๋๊ฐ ์คํ ์ค ์
๋๋ค. ์ ์ ํ์ ๋ค์ ์คํํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. GameGuard is currently running. Please wait for sometime and restart the game. */ MSG_ERROR_EXIST = 0x3a4, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์์ด ์ค๋ณต ์คํ๋์๊ฑฐ๋ ๊ฒ์๊ฐ๋๊ฐ ์ด๋ฏธ ์คํ ์ค ์
๋๋ค. ๊ฒ์ ์ข
๋ฃ ํ ๋ค์ ์คํํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. The Game or GameGuard is already running. Please close the game and restart the game. */ MSG_GAME_EXIST = 0x3a5, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์๊ฐ๋ ์ด๊ธฐํ ์๋ฌ์
๋๋ค. ์ฌ๋ถํ
ํ ๋ค์ ์คํํด๋ณด๊ฑฐ๋ ์ถฉ๋ํ ์ ์๋ ๋ค๋ฅธ ํ๋ก๊ทธ๋จ๋ค์ ์ข
๋ฃํ ํ ์คํํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค. Failed to intialize GameGuard. Please try again after rebooting the system or closing other programs. */ MSG_ERROR_INIT = 0x3a6, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐ์ด๋ฌ์ค ๋ฐ ํดํนํด ๊ฒ์ฌ ๋ชจ๋ ๋ก๋ฉ์ ์คํจ ํ์ต๋๋ค. ๋ฉ๋ชจ๋ฆฌ ๋ถ์กฑ์ด๊ฑฐ๋ ๋ฐ์ด๋ฌ์ค์ ์ํ ๊ฐ์ผ์ผ ์ ์์ต๋๋ค. Failed to load the scan module of virus and hacking tool. It's caused by lack of memory or PC virus infection. */ MSG_ERROR_NPSCAN = 0x3a7, -/*20080827 to 20180523 +/*20080827 to 20180612 ํธ๋ฌธํด๋ฃจ์ค ์ ๋ณด Homunculus Info */ MSG_HOMUN_INFO = 0x3a8, -/*20080827 to 20180523 +/*20080827 to 20180612 ํธ๋ฌธํด๋ฃจ์ค ์คํฌ๋ชฉ๋ก Homunculus Skill List */ MSG_HOMUN_SKILLLIST = 0x3a9, -/*20080827 to 20180523 +/*20080827 to 20180612 ํธ๋ฌธํด๋ฃจ์ค์ ์ด๋ฆ์ ์๋ฌธ 23, ํ๊ธ 11์ ์ด๋ด๋ก ์ ํด ์ฃผ์ธ์. Please give your Homunculus a name no longer than 23 letters. */ MSG_HOMUN_NAME_IN23 = 0x3aa, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฆ์ ๋จ ํ๋ฒ๋ง ๋ฐ๊ฟ์ ์์ต๋๋ค. ํธ๋ฌธํด๋ฃจ์ค์ ์ด๋ฆ์ ^0000ff^0000ff %s^000000^000000 ๋ก ์์ ํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? You can name a Homunculus only once. You have entered the name, ^0000ff%s^000000. Would you like to continue? */ MSG_HOMUN_NAME_CHANGE_ONLYONCE = 0x3ab, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ง๊ธ์ ๋ถ์ฌ์ค~ (Away) */ MSG_AUTO_MSG = 0x3ac, -/*20080827 to 20180523 +/*20080827 to 20180612 [์๋์๋ต] [Automated Message] */ MSG_AUTO_MSG2 = 0x3ad, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ถ์ฌ์ ํ์ธ์ ๊ท๋ง์ ์๋์๋ตํฉ๋๋ค. Send an automated message while you are away. */ MSG_AUTO_MSG_ON = 0x3ae, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ถ์ฌ์ ํ์ธ์ ๊ท๋ง์ ์๋์๋ตํ์ง ์์ต๋๋ค. Cancel automated away message. */ MSG_AUTO_MSG_OFF = 0x3af, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ ์๋ต ๋ฉ์์ง๋ฅผ ์
๋ ฅํ์ธ์. Please enter Away Message. */ MSG_ENTER_AUTO_MSG = 0x3b0, -/*20080827 to 20180523 +/*20080827 to 20180612 /๋ฒ์ฉ /fsh */ MSG_EMOTION_SPARK = 0x3b1, -/*20080827 to 20180523 +/*20080827 to 20180612 /๋น๋น /spin */ MSG_EMOTION_CONFUSE = 0x3b2, -/*20080827 to 20180523 +/*20080827 to 20180612 /ํ์ /sigh */ MSG_EMOTION_OHNO = 0x3b3, -/*20080827 to 20180523 +/*20080827 to 20180612 /๋ค๋ค /dum */ MSG_EMOTION_HUM = 0x3b4, -/*20080827 to 20180523 +/*20080827 to 20180612 /์๋ /crwd */ MSG_EMOTION_BLABLA = 0x3b5, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ข์ /desp */ MSG_EMOTION_OTL = 0x3b6, -/*20080827 to 20180523 +/*20080827 to 20180612 /์ฃผ์ฌ์ /dice */ MSG_EMOTION_DICE = 0x3b7, -/*20080827 to 20180523 +/*20080827 to 20180612 /pk : ํ์ด์์ ์์ 10์๊ถ ๋ญํน์ ๋ณด์ฌ์ค๋๋ค. /pk: Shows top 10 Slayers in the server. */ MSG_EXPLAIN_KILLER_RANK = 0x3b8, -/*20080827 to 20180523 +/*20080827 to 20180612 [POINT] ํ์ด์ ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [POINT] You have been rewarded with %d Slayer rank points. Your point total is %d. */ MSG_KILLER_POINT = 0x3b9, -/*20080827 to 20180523 +/*20080827 to 20180612 ์งํ ๊ฐ๋ฅ Evolution Available */ MSG_HOMUN_EVOLVE = 0x3ba, -/*20080827 to 20180523 +/*20080827 to 20180612 ^ff0000^ff0000ํธ๋ฌธํด๋ฃจ์ค๋ฅผ ์ญ์ ํฉ๋๋ค.^000000^000000 ์ญ์ ํ์ค ๊ฒฝ์ฐ ์ง๊ธ๊น์ง ํค์ด ๋ด์ญ์ด ๋ชจ๋ ์ญ์ ๋ฉ๋๋ค. ๊ณ์ํ์๊ฒ ์ต๋๊น? You have decided to delete this Homunculus ^ff0000^ff0000. When deleted, the homunculus and its history will be deleted and they cannot be restored in the future. Would you like to continue? */ MSG_DELETE_HOMUN = 0x3bb, -/*20080827 to 20180523 +/*20080827 to 20180612 ํธ๋ฌธ์ ์ํ๋ฅผ ํ์ผ์ ์ ์ฅํฉ๋๋ค. Save Homunculus status as a file. */ MSG_TRACE_AI_ON = 0x3bc, -/*20080827 to 20180523 +/*20080827 to 20180612 ํธ๋ฌธ์ ์ํ๋ฅผ ํ์ผ์ ์ ์ฅํ์ง ์์ต๋๋ค. Do not save Homunculus status as a file. */ MSG_TRACE_AI_OFF = 0x3bd, -/*20080827 to 20180523 +/*20080827 to 20180612 Crusader */ MSG_CRUSADER = 0x3be, -/*20080827 to 20180523 +/*20080827 to 20180612 Monk */ MSG_MONK = 0x3bf, -/*20080827 to 20180523 +/*20080827 to 20180612 Sage */ MSG_SAGE = 0x3c0, -/*20080827 to 20180523 +/*20080827 to 20180612 Rouge Rogue */ MSG_ROGUE = 0x3c1, -/*20080827 to 20180523 +/*20080827 to 20180612 Alchemist */ MSG_ALCHEMIST = 0x3c2, -/*20080827 to 20180523 +/*20080827 to 20180612 Bard */ MSG_BARD = 0x3c3, -/*20080827 to 20180523 +/*20080827 to 20180612 Crusader_W Crusader */ MSG_CRUSADER_W = 0x3c4, -/*20080827 to 20180523 +/*20080827 to 20180612 Monk_W Monk */ MSG_MONK_W = 0x3c5, -/*20080827 to 20180523 +/*20080827 to 20180612 Sage_W Sage */ MSG_SAGE_W = 0x3c6, -/*20080827 to 20180523 +/*20080827 to 20180612 Rouge_W Rogue */ MSG_ROGUE_W = 0x3c7, -/*20080827 to 20180523 +/*20080827 to 20180612 Alchemist_W Alchemist */ MSG_ALCHEMIST_W = 0x3c8, -/*20080827 to 20180523 +/*20080827 to 20180612 Dancer */ MSG_DANCER = 0x3c9, -/*20080827 to 20180523 +/*20080827 to 20180612 Novice High High Novice */ MSG_NOVICE_H = 0x3ca, -/*20080827 to 20180523 +/*20080827 to 20180612 Swordman High High Swordman */ MSG_SWORDMAN_H = 0x3cb, -/*20080827 to 20180523 +/*20080827 to 20180612 Magician High High Mage */ MSG_MAGICIAN_H = 0x3cc, -/*20080827 to 20180523 +/*20080827 to 20180612 Archer High High Archer */ MSG_ARCHER_H = 0x3cd, -/*20080827 to 20180523 +/*20080827 to 20180612 Acolyte High High Acolyte */ MSG_ACOLYTE_H = 0x3ce, -/*20080827 to 20180523 +/*20080827 to 20180612 Merchant High High Merchant */ MSG_MERCHANT_H = 0x3cf, -/*20080827 to 20180523 +/*20080827 to 20180612 Thief High High Thief */ MSG_THIEF_H = 0x3d0, -/*20080827 to 20180523 +/*20080827 to 20180612 Novice High_W High Novice */ MSG_NOVICE_H_W = 0x3d1, -/*20080827 to 20180523 +/*20080827 to 20180612 Swordman High_W High Swordman */ MSG_SWORDMAN_H_W = 0x3d2, -/*20080827 to 20180523 +/*20080827 to 20180612 Magician High_W High Mage */ MSG_MAGICIAN_H_W = 0x3d3, -/*20080827 to 20180523 +/*20080827 to 20180612 Archer High_W High Archer */ MSG_ARCHER_H_W = 0x3d4, -/*20080827 to 20180523 +/*20080827 to 20180612 Acolyte High_W High Acolyte */ MSG_ACOLYTE_H_W = 0x3d5, -/*20080827 to 20180523 +/*20080827 to 20180612 Merchant High_W High Merchant */ MSG_MERCHANT_H_W = 0x3d6, -/*20080827 to 20180523 +/*20080827 to 20180612 Thief High_W High Thief */ MSG_THIEF_H_W = 0x3d7, -/*20080827 to 20180523 +/*20080827 to 20180612 Lord Knight */ MSG_KNIGHT_H = 0x3d8, -/*20080827 to 20180523 +/*20080827 to 20180612 High Priest */ MSG_PRIEST_H = 0x3d9, -/*20080827 to 20180523 +/*20080827 to 20180612 High Wizard */ MSG_WIZARD_H = 0x3da, -/*20080827 to 20180523 +/*20080827 to 20180612 White Smith WhiteSmith */ MSG_BLACKSMITH_H = 0x3db, -/*20080827 to 20180523 +/*20080827 to 20180612 Sniper */ MSG_HUNTER_H = 0x3dc, -/*20080827 to 20180523 +/*20080827 to 20180612 Saaassin Cross Assassin Cross */ MSG_ASSASSIN_H = 0x3dd, -/*20080827 to 20180523 +/*20080827 to 20180612 Lord Knight_W Lord Knight */ MSG_KNIGHT_H_W = 0x3de, -/*20080827 to 20180523 +/*20080827 to 20180612 High Priest_W High Priest */ MSG_PRIEST_H_W = 0x3df, -/*20080827 to 20180523 +/*20080827 to 20180612 High Wizard_W High Wizard */ MSG_WIZARD_H_W = 0x3e0, -/*20080827 to 20180523 +/*20080827 to 20180612 White Smith_W WhiteSmith */ MSG_BLACKSMITH_H_W = 0x3e1, -/*20080827 to 20180523 +/*20080827 to 20180612 Sniper_W Sniper */ MSG_HUNTER_H_W = 0x3e2, -/*20080827 to 20180523 +/*20080827 to 20180612 Saaassin Cross_W Assassin Cross */ MSG_ASSASSIN_H_W = 0x3e3, -/*20080827 to 20180523 +/*20080827 to 20180612 Paladin */ MSG_CRUSADER_H = 0x3e4, -/*20080827 to 20180523 +/*20080827 to 20180612 Champion */ MSG_MONK_H = 0x3e5, -/*20080827 to 20180523 +/*20080827 to 20180612 Professor Scholar */ MSG_SAGE_H = 0x3e6, -/*20080827 to 20180523 +/*20080827 to 20180612 Stalker */ MSG_ROGUE_H = 0x3e7, -/*20080827 to 20180523 +/*20080827 to 20180612 Creator Biochemist */ MSG_ALCHEMIST_H = 0x3e8, -/*20080827 to 20180523 +/*20080827 to 20180612 Clown Minstrel */ MSG_BARD_H = 0x3e9, -/*20080827 to 20180523 +/*20080827 to 20180612 Paladin_W Paladin */ MSG_CRUSADER_H_W = 0x3ea, -/*20080827 to 20180523 +/*20080827 to 20180612 Champion_W Champion */ MSG_MONK_H_W = 0x3eb, -/*20080827 to 20180523 +/*20080827 to 20180612 Professor_W Professor */ MSG_SAGE_H_W = 0x3ec, -/*20080827 to 20180523 +/*20080827 to 20180612 Stalker_W Stalker */ MSG_ROGUE_H_W = 0x3ed, -/*20080827 to 20180523 +/*20080827 to 20180612 Creator_W Creator */ MSG_ALCHEMIST_H_W = 0x3ee, -/*20080827 to 20180523 +/*20080827 to 20180612 Gypsy */ MSG_DANCER_H = 0x3ef, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๋ฐ๋ฒํธ๊ฐ ์ง์ ๋์ด ์์ง ์์ต๋๋ค. ์๋ก์ด ๋น๋ฐ๋ฒํธ๋ฅผ ์ง์ ํ์๊ฒ ์ต๋๊น? You have not set a password yet. Would you like to create one now? */ MSG_STORE_PASSWORD_REQ = 0x3f0, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๋ฐ๋ฒํธ๋ฅผ 3ํ ํ๋ ค์
จ์ต๋๋ค. ๋์ค์ ๋ค์ ์๋ํด ์ฃผ์ธ์. You have incorrectly entered the password 3 times. Please try again later. */ MSG_STORE_PASSWORD_PENALTY = 0x3f1, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๋ฐ๋ฒํธ ๋ณ๊ฒฝ์ด ์คํจํ์์ต๋๋ค. Password creation has failed. */ MSG_STORE_PASSWORD_CHANGE_NG = 0x3f2, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๋ฐ๋ฒํธ๋ 4์๋ฆฌ ์ด์ 8์๋ฆฌ์ดํ์ฌ์ผ๋ง ํฉ๋๋ค. Password must be 4~8 letters long. */ MSG_STORE_PASSWORD_4_8 = 0x3f3, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๋ฐ๋ฒํธ Password */ MSG_STORE_PASSWORD = 0x3f4, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๊ท ๋น๋ฐ๋ฒํธ New Password */ MSG_STORE_NEW_PASSWORD = 0x3f5, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ธ ๋น๋ฐ๋ฒํธ Confirm Password */ MSG_STORE_RENEW_PASSWORD = 0x3f6, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๋ฐ๋ฒํธ ๋ณ๊ฒฝ์ด ์๋ฃ๋์์ต๋๋ค. Password has been changed. */ MSG_STORE_PASSWORD_CHANGE_OK = 0x3f7, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๋ฐ๋ฒํธ๊ฐ ์๋ก ๋ค๋ฆ
๋๋ค. Password does not match. */ MSG_STORE_PASSWORD_MISMATCH = 0x3f8, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น๋ฐ๋ฒํธ ์
๋ ฅ Enter Password */ MSG_STORE_PASSWORD_INPUT = 0x3f9, -/*20080827 to 20180523 +/*20080827 to 20180612 ํธ๋ฌธ์ด ์์ฌ ์ง์ ์
๋๋ค! ๋จน์ด๋ฅผ ์ฃผ์ง ์์ผ๋ฉด ๊ฐ์ถํ๊ฒ๋ฉ๋๋ค. Your Homunculus is starving. Please feed it, otherwise it will leave you. */ MSG_HOMUN_HUNGRY = 0x3fa, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝํ์น EXP */ MSG_HOMUN_EXP = 0x3fb, /*20080827 to 20110526 [EVENT] ์ด๋ฒคํธ์ ๋น์ฒจ๋์
จ์ต๋๋ค. ๊ฒ์๋ด์์ ์์ดํ
์ ์ง๊ธ๋ฐ์ผ์ญ์์. -20110531 to 20180523 +20110531 to 20180612 ์๋ นํ์ง ์์ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. ์๋ฒ ๋ฅดํ์ ์กด๋ค ๊ธฐํ์ฌ ์ง์์ ์ฐพ์์ฃผ์ธ์. ^ff0000โป ์์ดํ
์๋ น ๊ธฐ๊ฐ์ด ์ง๋๋ฉด ์์ดํ
์ด ์์ค ๋ฉ๋๋ค!^000000 [EVENT] You have won an event prize. Please claim your prize in game. */ MSG_EVENT_RESULT = 0x3fc, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ซ์ดํจ Hate */ MSG_HATE = 0x3fd, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋งค์ฐ์ซ์ดํจ Hate with a Passion */ MSG_VERYHATE = 0x3fe, -/*20080827 to 20180523 +/*20080827 to 20180612 ํธ๋ฌธํด๋ฃจ์ค๊ฐ ์ฌ์ฉ์ ์ธ๊ณต์ง๋ฅ์ผ๋ก ๋์ํฉ๋๋ค. Homunculus has been customized. */ MSG_HOMUN_USERAI_ON = 0x3ff, -/*20080827 to 20180523 +/*20080827 to 20180612 ํธ๋ฌธํด๋ฃจ์ค๊ฐ ๊ธฐ๋ณธ ์ธ๊ณต์ง๋ฅ์ผ๋ก ๋์ํฉ๋๋ค. Homunculus has been activated with the basic AI. */ MSG_HOMUN_USERAI_OFF = 0x400, -/*20080827 to 20180523 +/*20080827 to 20180612 ํธ์ง๋ชฉ๋ก Mail List */ MSG_MAIL_LIST = 0x401, -/*20080827 to 20180523 +/*20080827 to 20180612 ํธ์ง์ฐ๊ธฐ Write Mail */ MSG_MAIL_WRITE = 0x402, -/*20080827 to 20180523 +/*20080827 to 20180612 ํธ์ง์ฝ๊ธฐ Read Mail */ MSG_MAIL_READ = 0x403, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋ฒ ์ง์ ํ์๋ฉด ๋ณ๊ฒฝ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค! ์ด ๋งต์ผ๋ก ์ง์ ํ์๊ฒ ์ต๋๊น? You cannot change a map's designation once it is designated. Are you sure that you want to designate this map? */ MSG_STARPLACE_ACCEPT = 0x404, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ์ผ ์์ดํ
์ ์๋ นํ์ต๋๋ค. Item has been added in the Item Window. */ MSG_MAIL_ADD_ITEM_SUCCESS = 0x405, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ์ผ ์์ดํ
์ ์๋ นํ์ง ๋ชปํ์ต๋๋ค. You have failed to add the item in the Item Window. */ MSG_MAIL_ADD_ITEM_FAILURE = 0x406, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ์ผ ๋ณด๋ด๊ธฐ๊ฐ ์ฑ๊ณตํ์์ต๋๋ค. You have successfully mailed a message. */ MSG_MAIL_SEND_SUCCESS = 0x407, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ์ผ ๋ณด๋ด๊ธฐ๊ฐ ์คํจํ์์ต๋๋ค. ๋ฐ๋ ์ฌ๋์ด ์กด์ฌํ์ง ์์ต๋๋ค. You have failed to mail a message. Recipient does not exist. */ MSG_MAIL_USER_NOT_FOUND = 0x408, -/*20080827 to 20180523 +/*20080827 to 20180612 [ํ์๊ณผ ๋ฌ๊ณผ ๋ณ์ ์ฒ์ฌ] ์ง์ ํ๋ ์ฅ์๋ค๊ณผ ๋ชฌ์คํฐ๋ค์ด ์ด๊ธฐํ๋์ต๋๋ค! [Solar, Lunar and Stellar Angel] Designated places and monsters have been reset. */ MSG_STAR_ANGEL = 0x409, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝ๋งค ๋ฑ๋ก์ด ์คํจํ์ต๋๋ค. The minimum starting bid for auctions is 10,000,000 zeny. */ MSG_AUCTION_ADD_FALSE = 0x40a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝ๋งค ๋ฑ๋ก์ด ์ฑ๊ณตํ์ต๋๋ค. You have successfully started a new auction. */ MSG_AUCTION_ADD_TRUE = 0x40b, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋น ๊ฒฝ๋งค๊ฐ ์ทจ์๋์์ต๋๋ค. The auction has been canceled. */ MSG_AUCTION_ADD_CANCEL = 0x40c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์
์ฐฐ์๊ฐ ์๋ ๊ฒฝ๋งค๋ ์ทจ์ํ ์ ์์ต๋๋ค. An auction with at least one bidder cannot be canceled. */ MSG_AUCTION_ADD_CANCEL_FALSE = 0x40d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ์ผ ์ญ์ ๊ฐ ์ฑ๊ณตํ์์ต๋๋ค. Mail has been successfully deleted. */ MSG_MAIL_DELETE_SUCCESS = 0x40e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ์ผ ์ญ์ ๊ฐ ์คํจํ์์ต๋๋ค. You have failed to delete the mail. */ MSG_MAIL_DELETE_FAILURE = 0x40f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋์ง๋ ๋จ๊ฒ์ด ์ฅ์ฐฉ๋์์ต๋๋ค. You have equipped throwing daggers. */ MSG_MSG_KNIFE_EQUIPMENT_SUCCESS = 0x410, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ๋์ด ๋ก๊ทธ์ธํ์ต๋๋ค. %s has logged in. */ MSG_LOGIN_FRIEND = 0x411, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ๋์ด ๋ก๊ทธ์์ํ์ต๋๋ค. %s has logged out. */ MSG_LOGOUT_FRIEND = 0x412, -/*20080827 to 20180523 +/*20080827 to 20180612 /loginout : ๊ธธ๋์๊ณผ ์น๊ตฌ๋ค์ ์ ์๊ด๋ จ ๋ฉ์ธ์ง๋ฅผ ๋ณด์ฌ์ค๋๋ค. On Off /loginout: Shows guildsmen and friends online status. On Off */ MSG_EXPLAIN_LOGINOUT = 0x413, -/*20080827 to 20180523 +/*20080827 to 20180612 ์น๊ตฌ๋ค์ ์ ์๊ด๋ จ ๋ฉ์ธ์ง๋ฅผ ๋ํ์ฐฝ์ ํ์ํฉ๋๋ค. [/li ON] Display online status of friends in Chat Window. [/li ON] */ MSG_LOGINOUT_ON = 0x414, -/*20080827 to 20180523 +/*20080827 to 20180612 ์น๊ตฌ๋ค์ ์ ์๊ด๋ จ ๋ฉ์ธ์ง๋ฅผ ๋ํ์ฐฝ์ ํ์ํ์ง์์ต๋๋ค. [/li OFF] Do not display online status of friends in Chat Window. [/li OFF] */ MSG_LOGINOUT_OFF = 0x415, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฏธ ์คํ์ค์
๋๋ค. It is already running. */ MSG_SGP_CODE_ALREADY_RUNNING = 0x416, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋งคํฌ๋ก ์ฌ์ฉ์ด ๊ฐ์ง๋์์ต๋๋ค. Use of Macro program has been detected. */ MSG_SGP_CODE_DETECTED_MACRO = 0x417, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํผ๋ํดํน์ด ๊ฐ์ง๋์์ต๋๋ค. Use of Speed hack has been detected. */ MSG_SGP_CODE_DETECTED_SPEEDHACK = 0x418, -/*20080827 to 20180523 +/*20080827 to 20180612 API ํํน์ด ๊ฐ์ง๋์์ต๋๋ค. API Hooking has been detected. */ MSG_SGP_CODE_DETECTED_APIHOOK = 0x419, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ์์ง ํํน์ด ๊ฐ์ง๋์์ต๋๋ค. Message Hooking has been detected. */ MSG_SGP_CODE_DETECTED_MSGHOOK = 0x41a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชจ๋์ด ๋ณ์กฐ ๋๋ ์์๋์๊ฑฐ๋ ๋ฒ์ ์ด ์ผ์นํ์ง ์์ต๋๋ค. Module has been modified or damaged or its version does not match. */ MSG_SGP_CODE_NOT_EQUALENCRYPTEDDATA = 0x41b, -/*20080827 to 20180523 +/*20080827 to 20180612 (ํ๊ตญ)๊ทํ๋ ๊ฒ์๋ฐฉ ๊ณผ๊ธ์ผ๋ก ๋ก๊ทธ์ธ ํ์
จ์ต๋๋ค. (Thailand) You have logged in game with PC cafe payment. */ MSG_BILLING_PCB = 0x41c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด์ Prev */ MSG_PREV_PAGE = 0x41d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ค์ Next */ MSG_NEXT_PAGE = 0x41e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝ๋งค Auction */ MSG_AUCTION = 0x41f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌผํ๋ณด๊ธฐ Product List */ MSG_AUCTION_VIEW = 0x420, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฑ๋กํ๊ธฐ Register */ MSG_AUCTION_ADD = 0x421, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋งค ์งํ์ํ Sale Status */ MSG_AUCTION_SELL = 0x422, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ตฌ๋งค ์งํ์ํ Purchase Status */ MSG_AUCTION_BUY = 0x423, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
Item */ MSG_ITEM2 = 0x424, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
๋ช
Name */ MSG_ITEM_NAME2 = 0x425, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ๊ฒฉ / ์ฆ์๊ตฌ์
๊ฐ๊ฒฉ Current Bid / Max Bid */ MSG_ITEM_PRICE = 0x426, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋งค์ Seller */ MSG_SELLER = 0x427, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ตฌ๋งค์ Buyer */ MSG_BUYER = 0x428, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ข
๋ฃ์๊ฐ End Time */ MSG_FINISH_TIME = 0x429, -/*20080827 to 20180523 +/*20080827 to 20180612 %m์ %d์ผ %H์ %m %d %H */ MSG_TIME_TYPE = 0x42a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๊ฐ์ค์ Time (Hr) */ MSG_SET_TIME = 0x42b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์๋ฃ Fee */ MSG_CHARGE = 0x42c, /*20080827 to 20170906 ๊ฒ์ ๋ ์์ดํ
์ด ์์ต๋๋ค. -20170913 to 20180523 +20170913 to 20180612 ๊ฒ์๋ ์์ดํ
์ด ์์ต๋๋ค. No items found in search. */ MSG_NOTHING_SEARCH_ITEM = 0x42d, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฌ ํ๋งค์ค์ธ ์์ดํ
์ด ์์ต๋๋ค. Your Sale List is empty. */ MSG_NOTHING_SEARCH_SELL_ITEM = 0x42e, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฌ ๊ตฌ๋งค์ค์ธ ์์ดํ
์ด ์์ต๋๋ค. Your Purchase List is empty. */ MSG_NOTHING_SEARCH_BUY_ITEM = 0x42f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝ๋งค์ ๋ณด๊ฐ ์ ํํ์ง ์์ต๋๋ค. Auction Information is incorrect or incomplete. */ MSG_ERROR_AUCTION_ITEM_INFO = 0x430, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝ๋งค์ ๋ฑ๋กํ ์์ดํ
์ ๋ณด๊ฐ ์์ต๋๋ค. You must drag and drop an item from your Inventory into the Register Window to begin a new auction. */ MSG_NOTHING_AUCTION_ITEM_INFO = 0x431, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฏธ ๋ฑ๋ก๋ ๊ฒฝ๋งค์
๋๋ค. The auction has already been registered. */ MSG_ERROR_ADD_AUCTION = 0x432, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์๊ฐ๊ฒฉ Starting Bid */ MSG_PRICE = 0x433, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ตฌ์
ํฌ๋ง๊ฐ๊ฒฉ Current Bid */ MSG_PRICE2 = 0x434, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฆ์๊ตฌ์
๊ฐ๊ฒฉ Buy Now Price */ MSG_PRICE3 = 0x435, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฌ์์ง์ ๋ Your Current Zeny */ MSG_PRICE4 = 0x436, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฌ์ต๊ณ ๊ฐ๊ฒฉ Highest Bid */ MSG_PRICE5 = 0x437, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด์ ์
์ฐฐ๊ฐ๊ฒฉ Previous Bid */ MSG_PRICE6 = 0x438, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ถ๊ฐ์
์ฐฐ๊ฐ๊ฒฉ Next Bid */ MSG_PRICE7 = 0x439, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ตฌ์
ํ์๊ฒ ์ต๋๊น? Press buy to confirm. */ MSG_BUY_ACTION_ITEM = 0x43a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ๊ฐ๊ฒฉ์ ํ๋งคํ์๊ฒ ์ต๋๊น? Would you like to sell this item? */ MSG_SELL_ACTION_ITEM = 0x43b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์
์ฐฐํ๊ธฐ Place Bid */ MSG_BUY_AUCTION = 0x43c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฆ์๊ตฌ๋งคํ๊ธฐ Buy Now */ MSG_BUY_AUCTION2 = 0x43d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝ๋งค์ข
๋ฃํ๊ธฐ End the Auction */ MSG_BUY_AUCTION3 = 0x43e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฌ์
์ฐฐํ๊ธฐ Place another Bid */ MSG_FINISH_AUCTION = 0x43f, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋น ๊ฒฝ๋งค์ ๋ํ ์
์ฐฐ์ด ์ฑ๊ณตํ์ต๋๋ค. You have placed a bid. */ MSG_RESULT_BUY_TRUE = 0x440, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋น ๊ฒฝ๋งค์ ๋ํ ์
์ฐฐ์ด ์คํจํ์ต๋๋ค. You have failed to place a bid. */ MSG_RESULT_BUY_FALSE = 0x441, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋๊ฐ ์ถฉ๋ถํ์ง ์์ต๋๋ค. You do not have enough zeny. */ MSG_RESULT_BUY_FALSE_MONEY = 0x442, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฉ์ด๊ตฌ Armors */ MSG_EQUIP = 0x443, -/*20080827 to 20180523 +/*20080827 to 20180612 ์นด๋ Card */ MSG_CARD = 0x444, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธฐํ Other */ MSG_ETC = 0x445, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝ๋งค๋ฒํธ Bid */ MSG_AUCTION_NUM = 0x446, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์ Search */ MSG_AUCTION_SEARCH = 0x447, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋น ๊ฒฝ๋งค๋ฅผ ์ข
๋ฃํ์ต๋๋ค. You have ended the auction. */ MSG_RESULT_MY_SELL_STOP_TRUE = 0x448, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋น ๊ฒฝ๋งค๋ฅผ ์ข
๋ฃ ํ ์ ์์ต๋๋ค. You cannot end the auction. */ MSG_RESULT_MY_SELL_STOP_FALSE = 0x449, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝ๋งค ๋ฒํธ๊ฐ ์ ํํ์ง ์์ต๋๋ค. Bid Number is incorrect. */ MSG_RESULT_AUCTION_ID_FALSE = 0x44a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐ๋์ด To */ MSG_SENDER = 0x44b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ชฉ Title */ MSG_TITLE2 = 0x44c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ฉ์ผ์ด ๋์ฐฉํ์์ต๋๋ค. You have received a message in the mail. */ MSG_NEW_MAIL = 0x44d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์์ค์
๋๋ค. Searching... */ MSG_SEARCHING_ITEM = 0x44e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ ์ด์ ๊ฒฝ๋งค ๋ฑ๋กํ ์ ์์ต๋๋ค. ๊ฒฝ๋งค ๋ฑ๋ก์ ์ต๋ 5๊ฐ๊น์ง ๊ฐ๋ฅํฉ๋๋ค. You cannot register more than 5 items in an auction at a time. */ MSG_AUCTION_ADD_OVER = 0x44f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ ์ด์ ๊ฒฝ๋งค ๋ฌผํ์ ์
์ฐฐํ ์ ์์ต๋๋ค. ๊ฒฝ๋งค ๋ฌผํ ์
์ฐฐ์ ์ต๋ 5๊ฐ๊น์ง ๊ฐ๋ฅํฉ๋๋ค. You cannot place more than 5 bids at a time. */ MSG_RESULT_BUY_OVER = 0x450, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ญ์ ํ๋ ค๋ ๋ฉ์ผ์ ์๋ นํ์ง ์์ ์์ดํ
์ด ์์ต๋๋ค. Please accept all items from your mail before deleting. */ MSG_MAIL_DELETE_ERROR = 0x451, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ์ผ ์ ๋ชฉ์ ์
๋ ฅํ์ฌ ์ฃผ์ญ์์ค. Please enter a title. */ MSG_MAIL_SEND_ERROR = 0x452, -/*20080827 to 20180523 +/*20080827 to 20180612 /shopping : ํด๋ฆญ ํ๋ฒ์ผ๋ก ์์ ์ ์ด๊ณ ์์ ์ด๋ฆ ์ค๋ฅธ์ชฝ ํด๋ฆญ์ผ๋ก ์์ ์ ๋ซ์ต๋๋ค On Off /shopping: Enables you to open a shop with a single left-click and close your shop with a single right-click. On Off */ MSG_EXPLAIN_SHOPPING = 0x453, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋ฆญ ํ๋ฒ์ผ๋ก ์์ ์ ์ด๊ณ ์์ ์ด๋ฆ์ ์ค๋ฅธ์ชฝ ํด๋ฆญํด์ ์์ ์ ๋ซ์์์์ต๋๋ค. [/sh ON] You can now open a shop with a single left-click and close your shop with a single right-click. [sh ON]. */ MSG_SHOPPING_ON = 0x454, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋๋ธํด๋ฆญ ์ผ๋ก ์์ ์ ์ด๊ฒ๋ฉ๋๋ค. [/sh OFF] You can open a shop by double-clicking. [/sh OFF] */ MSG_SHOPPING_OFF = 0x455, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ์ผ์ ๋ณด๋ด๋ ค๋ฉด, ์ ๋ ์
๋ ฅ์ ์๋ฃํด์ผ ํฉ๋๋ค. Please enter zeny amount before sending mail. */ MSG_MAIL_SEND_ERROR2 = 0x456, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒฝ๋งค ์์๋ฃ๊ฐ ๋ถ์กฑํฉ๋๋ค. You do not have enough zeny to pay the Auction Fee. */ MSG_ADD_MONEY_FALSE = 0x457, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํ๋ณด๊ธฐ View Status */ MSG_HOMUN_SHOWINFO = 0x458, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋จน์ด์ฃผ๊ธฐ Feed */ MSG_HOMUN_FEEDING = 0x459, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋๊ธฐ Stand By */ MSG_HOMUN_WAITING = 0x45a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํผ๋
ธ๋น์ค(๋จ) Super Novice (Male) */ MSG_JOB_SUPERNOVICE_M = 0x45b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํผ๋
ธ๋น์ค(์ฌ) Super Novice (Female) */ MSG_JOB_SUPERNOVICE_F = 0x45c, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๊ถ์๋
Taekwon Boy */ MSG_JOB_TAEKWON_M = 0x45d, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๊ถ์๋
Taekwon Girl */ MSG_JOB_TAEKWON_F = 0x45e, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ถ์ฑ(๋จ) Taekwon Master (Male) */ MSG_KWONSUNG_M = 0x45f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ถ์ฑ(์ฌ) Taekwon Master (Female) */ MSG_KWONSUNG_F = 0x460, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ธ๋ง์ปค(๋จ) Soul Linker (Male) */ MSG_SOULLINGKER_M = 0x461, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ธ๋ง์ปค(์ฌ) Soul Linker (Female) */ MSG_SOULLINGKER_F = 0x462, -/*20080827 to 20180523 +/*20080827 to 20180612 PC๋ฐฉ์๊ธ์ ๋ก 2๊ฐ์ด์์ ๊ณ์ ์ด ์ ์๋๊ณ ์์ต๋๋ค. ํ์ธํ ๋ค์ ์ฌ์ฉํ์๊ธฐ ๋ฐ๋๋๋ค. Please check the connection, more than 2 accounts are connected with Internet Cafe Time Plan. */ MSG_BAN_PC_IP_UNFAIR = 0x463, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ์์ ์ก ์๊ธ์ ์ฌ์ฉ์ ์
๋๋ค. (๋จ์๊ธฐ๊ฐ : %d์ผ) Your account is using monthly payment. (Remaining day: %d day) */ MSG_BILLING_1 = 0x464, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ทํ๋ ์ ๋ ์๊ธ์ ์ฌ์ฉ์ ์
๋๋ค. (๋จ์์๊ฐ : %d์๊ฐ %๋ถ %์ด) Your account is using time limited. (Remaining time: %d hour %d minute %d second) */ MSG_BILLING_2 = 0x465, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋น ์์ดํ
์ ๋ฉ์ผ์ ์ฒจ๋ถ ํ ์ ์๋ ์์ดํ
์
๋๋ค. This item cannot be mailed. */ MSG_MAIL_ITEM_ADD_FAILED = 0x466, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋์ด์ ์์ดํ
์ ๊ฐ์ง์ ์์ต๋๋ค. ์์ดํ
์ ๋ฉ์ผ๋ก ๋ณด๊ดํ๊ฒ ์ต๋๋ค. You cannot accept any more items. Please try again later. */ MSG_MAIL_ADD_ITEM_OVER_FAILURE = 0x467, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋จ์ฑ Male */ MSG_PTSEX1 = 0x468, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฌ์ฑ Female */ MSG_PTSEX2 = 0x469, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ก์ด ์ ์ ์
๋๋ค New User. */ MSG_PT_NEWUSER = 0x46a, -/*20080827 to 20180523 +/*20080827 to 20180612 E-mail์ ์บ๋ฆญํฐ๋ฅผ ์ง์ธ๋ ํ์ํฉ๋๋ค. E-mail address is required to delete a character. */ MSG_PT_ACINFO = 0x46b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ํํ ํ์์ผ๋ก ์
๋ ฅํด ์ฃผ์ธ์. Please enter the correct information. */ MSG_PT_ACINFO2 = 0x46c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ํค๋ฅผ ์ฌ์ฉํ์ธ์ Please use this key. */ MSG_PT_NEWKEYINFO = 0x46d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ํํ ์นด๋ ํจ์ค์๋๋ฅผ ๋ค์ ์
๋ ฅํด์ฃผ์ธ์ Please enter the correct card password. */ MSG_PT_FAIL_CARDPASS = 0x46e, -/*20080827 to 20180523 +/*20080827 to 20180612 PT์ ๋ณด PT Info */ MSG_PTID1 = 0x46f, -/*20080827 to 20180523 +/*20080827 to 20180612 PT_ID๋ %s PT_ID is %s */ MSG_PTID2 = 0x470, -/*20080827 to 20180523 +/*20080827 to 20180612 NUM_ID๋ %s NUM_ID is %s */ MSG_PTID3 = 0x471, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ง์๊ฒ ์ฃผ์ํ์ธ์ Please don't forget this information. */ MSG_PTID4 = 0x472, -/*20080827 to 20180523 +/*20080827 to 20180612 1001 */ MSG_PT_ERROR_1001 = 0x473, -/*20080827 to 20180523 +/*20080827 to 20180612 1002 */ MSG_PT_ERROR_1002 = 0x474, -/*20080827 to 20180523 +/*20080827 to 20180612 1003 */ MSG_PT_ERROR_1003 = 0x475, -/*20080827 to 20180523 +/*20080827 to 20180612 1004 */ MSG_PT_ERROR_1004 = 0x476, -/*20080827 to 20180523 +/*20080827 to 20180612 1006 */ MSG_PT_ERROR_1006 = 0x477, -/*20080827 to 20180523 +/*20080827 to 20180612 1007 */ MSG_PT_ERROR_1007 = 0x478, -/*20080827 to 20180523 +/*20080827 to 20180612 1008 */ MSG_PT_ERROR_1008 = 0x479, -/*20080827 to 20180523 +/*20080827 to 20180612 1009 */ MSG_PT_ERROR_1009 = 0x47a, -/*20080827 to 20180523 +/*20080827 to 20180612 1012 */ MSG_PT_ERROR_1012 = 0x47b, -/*20080827 to 20180523 +/*20080827 to 20180612 1013 */ MSG_PT_ERROR_1013 = 0x47c, -/*20080827 to 20180523 +/*20080827 to 20180612 1014 */ MSG_PT_ERROR_1014 = 0x47d, -/*20080827 to 20180523 +/*20080827 to 20180612 1015 */ MSG_PT_ERROR_1015 = 0x47e, -/*20080827 to 20180523 +/*20080827 to 20180612 1019 */ MSG_PT_ERROR_1019 = 0x47f, -/*20080827 to 20180523 +/*20080827 to 20180612 1020 Navigation */ MSG_PT_ERROR_1020 = 0x480, -/*20080827 to 20180523 +/*20080827 to 20180612 1021 */ MSG_PT_ERROR_1021 = 0x481, -/*20080827 to 20180523 +/*20080827 to 20180612 1023 */ MSG_PT_ERROR_1023 = 0x482, -/*20080827 to 20180523 +/*20080827 to 20180612 1024 */ MSG_PT_ERROR_1024 = 0x483, -/*20080827 to 20180523 +/*20080827 to 20180612 1025 */ MSG_PT_ERROR_1025 = 0x484, -/*20080827 to 20180523 +/*20080827 to 20180612 1027 */ MSG_PT_ERROR_1027 = 0x485, -/*20080827 to 20180523 +/*20080827 to 20180612 1028 */ MSG_PT_ERROR_1028 = 0x486, -/*20080827 to 20180523 +/*20080827 to 20180612 10 */ MSG_PT_ERROR_10 = 0x487, -/*20080827 to 20180523 +/*20080827 to 20180612 20 */ MSG_PT_ERROR_20 = 0x488, -/*20080827 to 20180523 +/*20080827 to 20180612 40 */ MSG_PT_ERROR_40 = 0x489, -/*20080827 to 20180523 +/*20080827 to 20180612 50 */ MSG_PT_ERROR_50 = 0x48a, -/*20080827 to 20180523 +/*20080827 to 20180612 60 */ MSG_PT_ERROR_60 = 0x48b, -/*20080827 to 20180523 +/*20080827 to 20180612 70 */ MSG_PT_ERROR_70 = 0x48c, -/*20080827 to 20180523 +/*20080827 to 20180612 80 */ MSG_PT_ERROR_80 = 0x48d, -/*20080827 to 20180523 +/*20080827 to 20180612 90 */ MSG_PT_ERROR_90 = 0x48e, -/*20080827 to 20180523 +/*20080827 to 20180612 100 */ MSG_PT_ERROR_100 = 0x48f, -/*20080827 to 20180523 +/*20080827 to 20180612 110 */ MSG_PT_ERROR_110 = 0x490, -/*20080827 to 20180523 +/*20080827 to 20180612 30ํฌ์ธํธ๋ฅผ ๋ฐ์ผ์๊ฒ ์ต๋๊น? Do you want to receive 30 points? */ MSG_PT_POINT1 = 0x491, -/*20080827 to 20180523 +/*20080827 to 20180612 30ํฌ์ธํธ(5์๊ฐ)์ด ์ถฉ์ ๋์์ต๋๋ค 30 points (5 hours) have been added. */ MSG_PT_POINT2 = 0x492, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ ๋์ง ์์ ์์ดํ
์ ๊ฒฝ๋งค์ ๋ฑ๋กํ ์ ์์ต๋๋ค. You cannot register Unidentified Items in auctions. */ MSG_AUCTION_ADD_ITEM_FAILURE = 0x493, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋น ์์ดํ
์ ๊ฒฝ๋งค์ ๋ฑ๋กํ ์ ์์ต๋๋ค. You cannot register this Consumable Item in an auction. */ MSG_AUCTION_ADD_ITEM_FAILURE2 = 0x494, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ์ผ์ฐฝ์ ์ด๋ ค๋ฉด ์นดํธ์ฐฝ์ ๋ซ์ ์ฃผ์ญ์์. Please close the Cart Window to open the Mail Window. */ MSG_CLOSE_MERCHANTITEMWND = 0x495, -/*20080827 to 20180523 +/*20080827 to 20180612 ์นดํธ์ฐฝ์ ์ด๋ ค๋ฉด ๋ฉ์ผ์ฐฝ์ ๋ซ์ ์ฃผ์ญ์์. Please close the Mail Window to open the Cart Window. */ MSG_CLOSE_MAILWND = 0x496, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํ์ด ์ฅ์ฐฉ๋์์ต๋๋ค. Bullets have been equipped. */ MSG_MSG_BULLET_EQUIPMENT_SUCCESS = 0x497, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ์ผ์ด ๋ฐ์ก๋์์ต๋๋ค. The mail has been returned to sender. */ MSG_MAIL_RETURN_SUCCESS = 0x498, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ์ผ์ด ์กด์ฌํ์ง ์์ต๋๋ค. The mail no longer exists. */ MSG_MAIL_RETURN_FAILURE = 0x499, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์๊ฐ ๋์, ๋์ผํ IP๋ก ์ ์ํ ์ ์ ๊ฐ 30๊ฑด ์ด์์
๋๋ค. ํ์ธํ ๋ค์ ์ฌ์ฉํ์๊ธฐ ๋ฐ๋๋๋ค. More than 30 players sharing the same IP have logged into the game for an hour. Please check this matter. */ MSG_BAN_PC_IP_COUNT_ALL = 0x49a, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์๊ฐ ๋์, ๋์ผํ IP๋ก 10๋ฒ ์ด์ ์ ์๋์์ต๋๋ค. ํ์ธํ ๋ค์ ์ฌ์ฉํ์๊ธฐ ๋ฐ๋๋๋ค. More than 10 connections sharing the same IP have logged into the game for an hour. Please check this matter. */ MSG_BAN_PC_IP_COUNT = 0x49b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์์ ์ฌ์์ ํ์ญ์์ค Please restart the game. */ MSG_GAMEGUARD_RESTART = 0x49c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฉ๋ณ์ ๋ณด - ์์ณํ์
Mercenary: Archer */ MSG_MER_INFO_TYPE_ARCHER = 0x49d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฉ๋ณ์ ๋ณด - ๊ฒ์ฌํ์
Mercenary: Swordman */ MSG_MER_INFO_TYPE_SWORDMAN = 0x49e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฉ๋ณ์ ๋ณด - ์ฐฝ๋ณํ์
Mercenary: Spearman */ MSG_MER_INFO_TYPE_LANCER = 0x49f, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ญ์ ์๊ฐ Expiration */ MSG_LEFT_TIME = 0x4a0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ๋ขฐ๋ Loyalty */ MSG_MER_FRIENDLY = 0x4a1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํํ์ Summons */ MSG_MER_CALLCOUNT = 0x4a2, -/*20080827 to 20180523 +/*20080827 to 20180612 Kill */ MSG_MER_KILL = 0x4a3, -/*20080827 to 20180523 +/*20080827 to 20180612 ํซ์ด ๋ฐฐ๊ฐ ๊ณ ํ์ ๋น์ ์ ์๋งํ๊ณ ์๋ค๋ ๋๋์ด ๋ ๋ค. You can feel hatred from your pet for neglecting to feed it. */ MSG_PET_STARVING = 0x4a4, -/*20080827 to 20180523 +/*20080827 to 20180612 [POINT] ํ
์ด๋ฐ๋ฏธ์
๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [POINT] You earned %d Taming Mission Ranking Points, giving you a total of %d points. */ MSG_GANGSI_POINT = 0x4a5, -/*20080827 to 20180523 +/*20080827 to 20180612 [ํ
์ด๋ฐ๋ฏธ์
] Target Monster : %s [Taming Mission] Target Monster: %s */ MSG_GANGSI_MISSION = 0x4a6, -/*20080827 to 20180523 +/*20080827 to 20180612 /hunting : ์ฌ๋ฅ ๋ชฉ๋ก์ ๋ณด์ฌ์ค๋๋ค. /hunting: You can check the your hunting list. */ MSG_EXPLAIN_HUNTING = 0x4a7, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] ์๋
์๊ฒ ๊ฐ๋ฅด์ณ์ฃผ์์ด์. %s๋ ๋ช ์คํฌ ์ฐ์ผ์
จ๋์? [Angel's Question] Please tell me, how many %s skills do you have? */ MSG_DEATH_Q01 = 0x4a8, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] ์๋
์๊ฒ ๊ฐ๋ฅด์ณ์ฃผ์์ด์. ์์งํ์๊ณ ์๋ ์ ๋๋ฅผ ์ญ๋ง์ผ๋ก ๋๋๋ฉด ์ผ๋ง๊ฐ ๋์๋์? [Angel's Question] Please tell me, how much zeny you'll have if you divide it by 100,000? */ MSG_DEATH_Q02 = 0x4a9, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] ์๋
์๊ฒ ๊ฐ๋ฅด์ณ์ฃผ์์ด์. ์ค๋์ด ๋ช์ผ์ด์ ์ง ์์๋์? [Angel's Question] Please tell me, what is today's date? */ MSG_DEATH_Q03 = 0x4aa, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] ์๋
์๊ฒ ๊ฐ๋ฅด์ณ์ฃผ์์ด์. %s์ ์ง๊ธ ๋ช์ด์ ๊ฐ์? [Angel's Question] Please tell me, how many %s do you have? */ MSG_DEATH_Q04 = 0x4ab, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์๋
ธ, ํ๊ถ๊ณ์ด, ๋ฌด๋๊ณ์ด์ ๋ด๋นํ๊ณ ์๋ SiYeon์จ์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in SiYeon's name? */ MSG_DEATH_Q05 = 0x4ac, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ๊ท์ฝ๊ณ ์ด์ฌ์ ๋ผ๊ทธ๋๋กํฌ์ ํ๋ก์ธ Munak์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in Munak's name? */ MSG_DEATH_Q06 = 0x4ad, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ ๊ฐ ์ด์ฌ๋ปํ๋ Bongun์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in Bongun's name? */ MSG_DEATH_Q07 = 0x4ae, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ ํฌ๊ฐ ์กด์ฌํ๋ ์จ๋ผ์ธ์ธ๊ณ Ragnarok์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, Ragnarok? */ MSG_DEATH_Q08 = 0x4af, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ธ์ ๋ Online์ํ์ธ ์ฒ์ฌ๋๋ฃ๋ค์ ํฐํ์ด ๋์ด์ฃผ์ฃ . Online์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, online? */ MSG_DEATH_Q09 = 0x4b0, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ฃฝ์๋ ๋๋ ค์ํ์ง์๋ ๊ธฐ์ฌ๋ค์ ์์งํ๋ ๋จ์ด์ธ Death์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, death? */ MSG_DEATH_Q10 = 0x4b1, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ๊ธฐ์ฌ๋ค์ ๋๋ฌด ๋ฉ์ง๋ค๊ณ ์๊ฐํด์. Knight์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, knight? */ MSG_DEATH_Q11 = 0x4b2, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ค๋ ฅ์ ๋ปํ๋ ๋จ์ด์ธ Gravity์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, gravity? */ MSG_DEATH_Q12 = 0x4b3, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ด๋ ์์์๋ ๋ฐ๊ฒ ์ฌ๋๊ฒ ์ค์ํ์ง์. Dark์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, dark? */ MSG_DEATH_Q13 = 0x4b4, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ๋ญ๋ ์ง ์์งํ๋ Collector์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, collecter? */ MSG_DEATH_Q14 = 0x4b5, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์๋๋ต] ์๋
์๊ฒ ์ ํํ ์ฌ์ค์ ๊ฐ๋ฅด์ณ์ฃผ์
์ ๊ฐ์ฌํ์ต๋๋ค. [Angel's Answer] Thank you for letting me know~ */ MSG_DEATH_R01 = 0x4b6, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์๋๋ต] ์ฌ๋์ค๋ฌ์ฐ์ ๋ถ์ด์๊ตฐ์. ์๋
๊ฐํํ์ฌ์ต๋๋ค. [Angel's Answer] I'm very pleased with your answer. You are a splendid adventurer. */ MSG_DEATH_R02 = 0x4b7, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฒ์ฌ์๋๋ต] ์๋
์ค๋งํ์ฌ์ต๋๋ค. [Angel's Answer] You've disappointed me... */ MSG_DEATH_R05 = 0x4b8, -/*20080827 to 20180523 +/*20080827 to 20180612 [POINT] ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [Point] You earned %d Ranking Points, giving you a total of %d Ranking Points. */ MSG_DEATH_POINT = 0x4b9, -/*20080827 to 20180523 +/*20080827 to 20180612 [%s]์ ์์ง ์บ์ : %d ์บ์ [%s]'s Points: %d Points */ MSG_POINT_SHOP = 0x4ba, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ํํ์ง ์์ ์บ๋ฆญํฐ๋ ์ญ์ ๋ฉ๋๋ค. ์๋ฃํ์๊ฒ ์ต๋๊น? Unselected Characters will be deleted. Continue? */ MSG_CONFIRM_SELECT_CHARACTERS = 0x4bb, -/*20080827 to 20180523 +/*20080827 to 20180612 9๊ฐ ์ด์ ์ ํํ์ค ์ ์์ต๋๋ค. You cannot select more than 8. */ MSG_ERROR_SELECT_CHARACTERS = 0x4bc, -/*20080827 to 20180523 +/*20080827 to 20180612 ์บ๋ฆญํฐ๋ช
์ '%s' (์ผ)๋ก ๋ณ๊ฒฝํ์๊ฒ ์ต๋๊น? Do you want to change your name to '%s'? */ MSG_CONFIRM_TO_CHANGE_NAME = 0x4bd, -/*20080827 to 20180523 +/*20080827 to 20180612 ์บ๋ฆญํฐ๋ช
์ด ์ฑ๊ณต์ ์ผ๋ก ๋ณ๊ฒฝ๋์์ต๋๋ค. Character Name has been changed successfully. */ MSG_CHANGE_NAME_SUCCESS = 0x4be, -/*20080827 to 20180523 +/*20080827 to 20180612 ์บ๋ฆญํฐ๋ช
๋ณ๊ฒฝ์ด ์คํจํ์์ต๋๋ค. You have failed to change this character's name. */ MSG_CHANGE_NAME_FAILURE = 0x4bf, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ ๋ฒ์ ํ ์ข
๋ฅ์ ์์ดํ
๋ง ๊ตฌ๋งคํ ์ ์์ต๋๋ค. You can purchase only one kind of item at a time. */ MSG_CAN_BUY_ONLY_ONEITEM = 0x4c0, -/*20080827 to 20180523 +/*20080827 to 20180612 ์บ๋ฆญํฐ๊ฐ ํ๊ฐ๋ ์ ํ๋์ง ์์์ต๋๋ค. ๋ฐ๋์ ํ๊ฐ ์ด์์ ์บ๋ฆญํฐ๋ฅผ ์ ํํ์ฌ์ผ ํฉ๋๋ค. No characters were selected. You must select at least one character. */ MSG_NO_SELECT_CHARACTERS = 0x4c1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด๋ฏธ ์บ๋ฆญํฐ๋ช
์ ๋ณ๊ฒฝํ ์ ์ด ์์ต๋๋ค. ๋ ์ด์ ๋ณ๊ฒฝ ํ ์ ์์ต๋๋ค. This character's name has already been changed. You cannot change a character's name more than once. */ MSG_ALREADY_CHANGED_NAME = 0x4c2, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฌ์ฉ์ ์ ๋ณด๊ฐ ์ ํํ์ง ์์ต๋๋ค. User Information is not correct. */ MSG_NOTREGISTED_USER = 0x4c3, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ค๋ฅธ ์ฌ์ฉ์๊ฐ ๊ฐ์ ์บ๋ฆญํฐ ๋ช
์ ๋จผ์ ์ฌ์ฉํ์์ต๋๋ค. ๋ค๋ฅธ ์บ๋ฆญํฐ๋ช
์ ์ฌ์ฉํ์ฌ ์ฃผ์ญ์์. Another user is using this character name, so please select another one. */ MSG_DUPLICATED_CHAR_NAME = 0x4c4, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ์ฅ ๊ถํ์ด ์์ด ํํฐ์์ ์ํํ์ง ๋ชปํ์ต๋๋ค. The party member was not summoned because you are not the party leader. */ MSG_CANNOT_PARTYCALL = 0x4c5, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์ฌ ๋งต์๋ ์ํ๋ ํํฐ์์ด ์กด์ฌํ์ง ์์ต๋๋ค. There is no party member to summon in the current map. */ MSG_NO_PARTYMEM_ON_THISMAP = 0x4c6, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ์ง์ญ์์ ๋ณด์ค๋ชฌ์คํฐ์ ํ์ ์ ์ฐพ์ ์๊ฐ ์์ต๋๋ค. You cannot find any trace of a Boss Monster in this area. */ MSG_NOTFIND_BOSSMON = 0x4c7, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ณด์ค ๋ชฌ์คํฐ '%s'(์ด)๊ฐ %d์๊ฐ %d๋ถ ํ์ ๋ฑ์ฅํฉ๋๋ค. Boss Monster, '%s' will appear in %02d hour(s) and %02d minute(s). */ MSG_APPEARANCE_TIME_OF_BOSSMON = 0x4c8, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ณด์ค ๋ชฌ์คํฐ '%s'์ ์์น๊ฐ ๋ฏธ๋๋งต์ ํ์๋ฉ๋๋ค. The location of Boss Monster, '%s', will be displayed on your Mini-Map. */ @@ -6127,117 +6127,117 @@ The location of Boss Monster, '%s', will be displayed on your Mini-Map. '%s'๋ฅผ ๊ฐ๋ด ํ์๊ฒ ์ต๋๊น? ํ๋ฒ ๊ฐ๋ด๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ ์ธ์ ๋ค๋ฅธ ์ด๋์ ๋ถ๊ฐํ๋ฉฐ ์๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ๋ ๋ถ๊ฐํฉ๋๋ค. ํ์ ์์ดํ
์ ๊ฑฐ๋ ๋ฐ ์ด๋์ด ๊ฐ๋ฅ ํฉ๋๋ค. ๋์ผํ ์์ดํ
์ ์ค๋ณต ์ฌ์ฉํ๋๋ผ๋ ํจ๊ณผ๊ฐ ์ค์ฒฉ๋์ง ์์ต๋๋ค. 20101102 to 20110330 '%s'๋ฅผ ๊ฐ๋ด ํ์๊ฒ ์ต๋๊น? ^ff0000์์๋ฅผ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋ฐ ํ๋ถ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.^000000 ํ๋ฒ ๊ฐ๋ด ๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ ์ธ์ ๋ค๋ฅธ ์ด๋์ ๋ถ๊ฐํ๋ฉฐ ์๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ๋ ๋ถ๊ฐํฉ๋๋ค. ํ์ ์์ดํ
์ ๊ฑฐ๋ ๋ฐ ์ด๋์ด ๊ฐ๋ฅ ํฉ๋๋ค. ๋์ผํ ์์ดํ
์ ์ค๋ณต ์ฌ์ฉํ๋๋ผ๋ ํจ๊ณผ๊ฐ ์ค์ฒฉ๋์ง ์์ต๋๋ค. -20110405 to 20180523 +20110405 to 20180612 '%s'๋ฅผ ๊ฐ๋ด ํ์๊ฒ ์ต๋๊น? ^ff0000์์๋ฅผ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.^000000 ํ๋ฒ ๊ฐ๋ด ๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ ์ธ์ ๋ค๋ฅธ ์ด๋์ ๋ถ๊ฐํ๋ฉฐ ์๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ๋ ๋ถ๊ฐํฉ๋๋ค. ํ์ ์์ดํ
์ ๊ฑฐ๋ ๋ฐ ์ด๋์ด ๊ฐ๋ฅ ํฉ๋๋ค. ๋์ผํ ์์ดํ
์ ์ค๋ณต ์ฌ์ฉํ๋๋ผ๋ ํจ๊ณผ๊ฐ ์ค์ฒฉ๋์ง ์์ต๋๋ค. Do you want to open '%s'? Once opened, the contents cannot be moved to other locations aside from the Kafra Storage. The item effect isn't doubled, even if the same items are used more than once. */ MSG_CONFIRM_TO_OPEN_CASH_ITEM = 0x4ca, -/*20080827 to 20180523 +/*20080827 to 20180612 NPC๊ฐ ์กด์ฌํ์ง ์์ ๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. The Purchase has failed because the NPC does not exist. */ MSG_BUY_CASH_FAIL_NPC = 0x4cb, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ถ๋ถ ์ ๋ฃํ ์์คํ
์ด ์ ์ ์๋ํ์ง ์์ ๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. The Purchase has failed because the Kafra Shop System is not working correctly. */ MSG_BUY_CASH_FAIL_SYSTEM = 0x4cc, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ตํ์ค์๋ ์์ดํ
์ ๊ตฌ๋งค ํ ์ ์์ต๋๋ค. You cannot purchase items while you are in a trade. */ MSG_BUY_CASH_FAIL_EXCHANGE = 0x4cd, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
์ ๋ณด๊ฐ ์ ํํ์ง ์์ ๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. The Purchase has failed because the Item Information was incorrect. */ MSG_BUY_CASH_FAIL_ITEM_ID = 0x4ce, -/*20080827 to 20180523 +/*20080827 to 20180612 STR์ด ํฅ์๋์์ต๋๋ค. STR has increased. */ MSG_ENST_STR = 0x4cf, -/*20080827 to 20180523 +/*20080827 to 20180612 STR์ด ์๋๋๋ก ๋์์์ต๋๋ค. STR has returned to normal. */ MSG_DSST_STR = 0x4d0, -/*20080827 to 20180523 +/*20080827 to 20180612 AGI์ด ํฅ์๋์์ต๋๋ค. AGI has increased. */ MSG_ENST_AGI = 0x4d1, -/*20080827 to 20180523 +/*20080827 to 20180612 AGI์ด ์๋๋๋ก ๋์์์ต๋๋ค. AGI has returned to normal. */ MSG_DSST_AGI = 0x4d2, -/*20080827 to 20180523 +/*20080827 to 20180612 VIT์ด ํฅ์๋์์ต๋๋ค. VIT has increased. */ MSG_ENST_VIT = 0x4d3, -/*20080827 to 20180523 +/*20080827 to 20180612 VIT์ด ์๋๋๋ก ๋์์์ต๋๋ค. VIT has returned to normal. */ MSG_DSST_VIT = 0x4d4, -/*20080827 to 20180523 +/*20080827 to 20180612 INT์ด ํฅ์๋์์ต๋๋ค. INT has increased. */ MSG_ENST_INT = 0x4d5, -/*20080827 to 20180523 +/*20080827 to 20180612 INT์ด ์๋๋๋ก ๋์์์ต๋๋ค. INT has returned to normal. */ MSG_DSST_INT = 0x4d6, -/*20080827 to 20180523 +/*20080827 to 20180612 DEX์ด ํฅ์๋์์ต๋๋ค. DEX has increased. */ MSG_ENST_DEX = 0x4d7, -/*20080827 to 20180523 +/*20080827 to 20180612 DEX์ด ์๋๋๋ก ๋์์์ต๋๋ค. DEX has returned to normal. */ MSG_DSST_DEX = 0x4d8, -/*20080827 to 20180523 +/*20080827 to 20180612 LUK์ด ํฅ์๋์์ต๋๋ค. LUK has increased. */ MSG_ENST_LUK = 0x4d9, -/*20080827 to 20180523 +/*20080827 to 20180612 LUK์ด ์๋๋๋ก ๋์์์ต๋๋ค. LUK has returned to normal. */ MSG_DSST_LUK = 0x4da, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํผ์จ์ด ํฅ์๋์์ต๋๋ค. Flee Rate (Flee) has increased. */ MSG_ENST_AVOIDANCE = 0x4db, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํผ์จ์ด ์๋๋๋ก ๋์์์ต๋๋ค. Flee Rate has returned to normal. */ MSG_DSST_AVOIDANCE = 0x4dc, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ช
์ค๋ฅ ์ด ํฅ์๋์์ต๋๋ค. Accuracy Rate (Hit) has increased. */ MSG_ENST_HIT = 0x4dd, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ช
์ค๋ฅ ์ด ์๋๋๋ก ๋์์์ต๋๋ค. Accuracy Rate has returned to normal. */ MSG_DSST_HIT = 0x4de, -/*20080827 to 20180523 +/*20080827 to 20180612 ํฌ๋ฆฌํฐ์ปฌ ํ๋ฅ ์ด ํฅ์๋์์ต๋๋ค. Critical Attack (Critical) has increased. */ MSG_ENST_CRITICALSUCCESSVALUE = 0x4df, -/*20080827 to 20180523 +/*20080827 to 20180612 ํฌ๋ฆฌํฐ์ปฌ ํ๋ฅ ์ด ์๋๋๋ก ๋์์์ต๋๋ค. Critical Attack has returned to normal. */ @@ -6246,22 +6246,22 @@ Critical Attack has returned to normal. ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 1.5๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. 20111025 to 20111101 30๋ถ๊ฐ ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 75%% ์ฆ๊ฐํฉ๋๋ค. -20111102 to 20180523 +20111102 to 20180612 30๋ถ๊ฐ ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 50%% ์ฆ๊ฐํฉ๋๋ค. You will receive 1.5 times more EXP from hunting monsters for the next 30 minutes. */ MSG_PLUSEXP = 0x4e1, -/*20080827 to 20180523 +/*20080827 to 20180612 30๋ถ๋ด ์ฌ๋ง์ 1ํ์ ํํด ๊ฒฝํ์น ๊ฐ์๊ฐ ์ผ์ด๋์ง ์์ต๋๋ค. This character will not receive any EXP penalty if killed within the next 30 minutes. */ MSG_DDEATHPENALTY = 0x4e2, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด 30๋ถ๊ฐ 2๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. Regular item drops from monsters will be doubled for the next 30 minutes. */ MSG_RECEIVEITEM = 0x4e3, -/*20080827 to 20180523 +/*20080827 to 20180612 10๋ถ๊ฐ ๋งต ๋ด์ ์ถํ ๊ฐ๋ฅํ ๋ณด์ค ๋ชฌ์คํฐ์ ๋ํ ์ ๋ณด๋ฅผ ์๋ดํด ๋๋ฆฝ๋๋ค. Boss Monster Map Information for the next 10 minutes. */ @@ -6276,297 +6276,297 @@ Boss Monster Map Information for the next 10 minutes. ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋ฐ ํ๋ถ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. 20110405 to 20120618 ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ 7์ผ ์ด๋ด์๋ ์ฒญ์ฝ ์ฒ ํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. ๋ค๋ง, 7์ผ์ด ์ง๋ฌ๊ฑฐ๋ ์์ดํ
์ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. -20120626 to 20180523 +20120626 to 20180612 ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ 7์ผ ์ด๋ด์๋ ์ฒญ์ฝ ์ฒ ํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. ๋ค๋ง, 7์ผ์ด ์ง๋ฌ๊ฑฐ๋ ์์ดํ
์ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.๋ํ ๊ตฌ๋งค์ ์ฌ์ฉ๋ ๋ฌด๋ฃ์บ์๋ ์ฒญ์ฝ์ฒ ํ์ ๋ฐํ๋์ง ์์ต๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. Do you really want to purchase this item? %d points will be deducted from your total Kafra Credit Points. */ MSG_BUY_RECONFIRM = 0x4e5, -/*20080827 to 20180523 +/*20080827 to 20180612 ์บ์๊ฐ ๋ถ์กฑํฉ๋๋ค. You do not have enough Kafra Credit Points. */ MSG_BUY_CASH_FAIL_MONEY = 0x4e6, -/*20080827 to 20180523 +/*20080827 to 20180612 ^ff0000ํ๊ธฐ์ผ์: %s^000000 ^ff0000Expiration Date: %s^000000 */ MSG_NOTICE_TO_DELETE_TIME = 0x4e7, -/*20080827 to 20180523 +/*20080827 to 20180612 '%s'์์ดํ
์ ์ฌ์ฉ์๊ฐ์ด %d๋ถ ๋จ์์ต๋๋ค. The '%s' item will disappear in %d minutes. */ MSG_NOTICE_TO_REMAIN_ITEMUSINGTIME = 0x4e8, -/*20080827 to 20180523 +/*20080827 to 20180612 1๋ถ ํ, '%s'์์ดํ
์ด ์ธ๋ฒคํ ๋ฆฌ์์ ์ญ์ ๋ฉ๋๋ค. '%s' item will be deleted from the Inventory in 1 minute. */ MSG_LAST_NOTICE_TO_REMAIN_ITEMUSINGTIME = 0x4e9, -/*20080827 to 20180523 +/*20080827 to 20180612 '%s'์์ดํ
์ด ์ธ๋ฒคํ ๋ฆฌ์์ ์ญ์ ๋์์ต๋๋ค. '%s' item has been deleted from the Inventory. */ MSG_NOTICE_TO_DELETE_ITEM = 0x4ea, -/*20080827 to 20180523 +/*20080827 to 20180612 Input Number */ MSG_INPUT_NUMBER = 0x4eb, -/*20080827 to 20180523 +/*20080827 to 20180612 %m์ %d์ผ %H์ %M๋ถ %m/%d %H:%M */ MSG_TIME_TYPE2 = 0x4ec, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ณด์ค ๋ชฌ์คํฐ '%s'(์ด)๊ฐ ์ ์ ํ์ ๋ฑ์ฅํฉ๋๋ค. Boss Monster '%s' will appear within 1 minute. */ MSG_APPEARANCE_TIME_OF_BOSSMON2 = 0x4ed, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฉ๋ณ ์คํฌ๋ชฉ๋ก Mercenary Soldier Skill List */ MSG_MER_SKILLLIST = 0x4ee, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ธ๋์ ฌ์คํค 1๊ฐ์ ๋ฐฑ๋ง์ ๋๋ฅผ ์๋ชจํ๋ ๋ง๋ฒ์ ์คํ์ ๋์ํฉ๋๊น? Do you agree to cast the magic spell that consumes 1 Black Gemstone and 1,000,000 Zeny? */ MSG_DA_EXP_ACCEPT = 0x4ef, -/*20080827 to 20180523 +/*20080827 to 20180612 [POINT] ์ฝ๋ ํฐ๋ญํน ํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [Point] You have gained %d Collector Rank Points; you now have a total of %d Collector Rank Points. */ MSG_COLLECTOR_POINT = 0x4f0, -/*20080827 to 20180523 +/*20080827 to 20180612 [์ฝ๋ ํฐ๋ญํน] Target Item : %s [Collector Rank] Target Item: %s */ MSG_COLLECTOR_MISSION = 0x4f1, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฉ๋ณ ์ฌ์ฉ์๊ฐ์ด ๋ง๋ฃ๋์์ต๋๋ค. The mercenary contract has expired. */ MSG_MER_FINISH = 0x4f2, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฉ๋ณ์ด ์ฌ๋งํ์์ต๋๋ค. The mercenary has died. */ MSG_MER_DIE = 0x4f3, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฉ๋ณ์ด ํด๊ณ ๋์์ต๋๋ค. You have released the mercenary. */ MSG_MER_RETIRE = 0x4f4, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฉ๋ณ์ด ๋๋ง๊ฐ์ต๋๋ค. The mercenary has run away. */ MSG_MER_RUNAWAY = 0x4f5, -/*20080827 to 20180523 +/*20080827 to 20180612 '%s'์์ดํ
์ ์ฌ์ฉ์๊ฐ์ด %d์ด ๋จ์์ต๋๋ค. The '%s' item will disappear in %d seconds. */ MSG_NOTICE_TO_REMAIN_ITEMUSINGTIME2 = 0x4f6, -/*20080827 to 20180523 +/*20080827 to 20180612 PC๋ฐฉ ํ๋ฆฌ๋ฏธ์ ์๋น์ค : ๊ฒฝํ์น %d%% ์ฆ๊ฐ, ์ฌ๋ง ํ๋ํฐ %d%% ๊ฐ์, ๋๋กญ์จ %d%% ์ฆ๊ฐ IP Bonus: EXP/JEXP %d%%, Death Penalty %d%%, Item Drop %d%% */ MSG_PCBANG_EVENT = 0x4f7, -/*20080827 to 20180523 +/*20080827 to 20180612 24์๊ฐ ์ดํ์ ์๋ํ์ธ์ Symbols in Character Names are forbidden. */ MSG_LIMIT_CHAR_DELETE = 0x4f8, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฉ๋ณ์ด ์ฌ์ฉ์ ์ธ๊ณต์ง๋ฅ์ผ๋ก ๋์ํฉ๋๋ค. Mercenary will follow custom AI. */ MSG_MER_USERAI_ON = 0x4f9, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฉ๋ณ์ด ๊ธฐ๋ณธ ์ธ๊ณต์ง๋ฅ์ผ๋ก ๋์ํฉ๋๋ค. Mercenary will follow basic AI. */ MSG_MER_USERAI_OFF = 0x4fa, -/*20080827 to 20180523 +/*20080827 to 20180612 %s๋์ %s's */ MSG_CHARACTER_NAME = 0x4fb, -/*20080827 to 20180523 +/*20080827 to 20180612 %s๋์ด %s ์์ดํ
์ ํ๋ํ์
จ์ต๋๋ค. %s has acquired %s. */ MSG_ITEM_PICKUP_PARTY = 0x4fc, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต๊ฐ ์ฑํ
๋ฉ์์ง ํ์ Public Chat Display */ MSG_VIEW_CHAT_MSG = 0x4fd, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ท์๋ง ์ฑํ
๋ฉ์์ง ํ์ Whisper Display */ MSG_VIEW_WHISPER_MSG = 0x4fe, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ ์ฑํ
๋ฉ์์ง ํ์ Party Chat Display */ MSG_VIEW_PARTY_MSG = 0x4ff, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ธธ๋ ์ฑํ
๋ฉ์์ง ํ์ Guild Chat Display */ MSG_VIEW_GUILD_MSG = 0x500, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ดํ
ํ๋/๋๋กญ ๋ฉ์์ง ํ์ Item Get/Drop Message Display */ MSG_VIEW_GET_ITEM_MSG = 0x501, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฅ๋น ์ฅ์ฐฉ/ํด์ ๋ฉ์์ง ํ์ Equipment On/Off Message Display */ MSG_VIEW_EQUIP_MSG = 0x502, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ํ์ด์ ๋ฉ์์ง ํ์ Abnormal Status Message Display */ MSG_VIEW_CHANGE_STATUS_MSG = 0x503, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ์์ ์ฃผ์ ์์ดํ
ํ๋ ๋ฉ์์ง ํ์ Party Member's Obtained Item Message Display */ MSG_VIEW_GET_ITEM_PARTY_MSG = 0x504, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ์์ ์ํ์ด์ ๋ฉ์์ง ํ์ Party Member's Abnormal Status Message Display */ MSG_VIEW_CHANGE_STATUS_PARTY_MSG = 0x505, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ ์ฌ์ฉ ์คํจ ๋ฉ์์ง ํ์ Skill Failure Message Display */ MSG_VIEW_FAIL_SKILL_MSG = 0x506, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ ์ค์ ๋ฉ์์ง ํ์ Party Configuration Message Display */ MSG_VIEW_PARTY_SETUP_MSG = 0x507, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฅ๋น ์์ ๋ฉ์์ง ํ์ Damaged Equipment Message Display */ MSG_VIEW_DAMAGED_EQUIP_MSG = 0x508, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฐํ ๋ฉ์์ง ์ฐฝ ํ์ ์ ๋ณด Battle Message Window Display */ MSG_BATTLE_CHAT_WND_OPTION = 0x509, -/*20080827 to 20180523 +/*20080827 to 20180612 [%s]์ ์์ง ํ์ฝ์ธ : %d ํ์ฝ์ธ [%s]'s Han Coin: %d Han Coin */ MSG_POINT_SHOP_NHN = 0x50a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ผ๋ฐ ๋ฉ์์ง Public Log */ MSG_ST_CHAT = 0x50b, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฐฐํ ๋ฉ์์ง Battle Log */ MSG_BT_CHAT = 0x50c, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋ํฐ ์ธ์ฆ. Mobile Authentication */ MSG_PHONE_CONFIRM = 0x50d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฝ๊ธฐ Read */ MSG_BOOK_READ = 0x50e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋๋ญ๋
Auto Read */ MSG_BOOK_AUTOREAD = 0x50f, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฑ
๊ฐํผ Bookmark */ MSG_BOOK_KEEP = 0x510, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด์ ํ์ด์ง Previous */ MSG_BOOK_PREV = 0x511, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ค์ํ์ด์ง Next */ MSG_BOOK_NEXT = 0x512, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ซ๊ธฐ Close */ MSG_BOOK_CLOSE = 0x513, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ์ฅ๋น๊ฐ ์์๋์์ต๋๋ค. %s's Equipment has been damaged. */ MSG_DAMAGED_EQUIP = 0x514, -/*20080827 to 20180523 +/*20080827 to 20180612 %s๋์ %s ์์๋์์ต๋๋ค. %s's %s was damaged. */ MSG_DAMAGED_EQUIP_PARTY = 0x515, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๊ธฐ๊ฐ Weapon */ MSG_DAMAGED_WEAPON = 0x516, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐ์ท์ด Armor */ MSG_DAMAGED_BODY = 0x517, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ํํฐ๊ฐ์
๋ถ๋ฅ Insufficient Skill Level for joining a Party */ MSG_NOT_ENOUGH_SKILLLEVE5_2 = 0x518, -/*20080827 to 20180523 +/*20080827 to 20180612 [%s]์ ๋ฌด๋ฃ ์บ์ : %d ์บ์ [%s]'s Free Cash: %d Cash */ MSG_POINT_SHOP2 = 0x519, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๋ฃ ์บ์ ์ฌ์ฉ : Use Free Cash: */ MSG_USE_FREE_POINT = 0x51a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์บ์ Cash */ MSG_CASH = 0x51b, -/*20080827 to 20180523 +/*20080827 to 20180612 http://payment.ro.hangame.com/index.asp */ MSG_SETTLE_WEB_URL_HANGAME = 0x51c, /*20080827 to 20090603 ๊ทธ๋ผ๋นํฐ ํ์ ์ ๋ณด๋์๋ฅผ ํ์
์ผ ์ฌ์ฉํ ์์์ต๋๋ค. -20090605 to 20180523 +20090605 to 20180612 ๊ทธ๋ผ๋นํฐ ํ์ ์ ๋ณด๋์๋ฅผ ํ์
์ผ ์ฌ์ฉํ ์ ์์ต๋๋ค. You need to accept the Privacy Policy from Gravity in order to use the service. */ MSG_BAN_GRAVITY_MEM_AGREE = 0x51d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด์ฉ์ฝ๊ด์ ๋์๋ฅผ ํ์
์ผ ๋ณธ ์๋น์ค๋ฅผ ์ด์ฉํ์ค ์ ์์ต๋๋ค. You need to accept the User Agreement in order to use the service. */ MSG_BAN_GAME_MEM_AGREE = 0x51e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์
๋ ฅํ์ ์์ด๋์ ๋น๋ฐ๋ฒํธ๊ฐ ๋ฑ๋ก๋ ์ ๋ณด์ ์ผ์นํ์ง ์์ต๋๋ค. Incorrect or nonexistent ID. */ @@ -6581,616 +6581,616 @@ Incorrect or nonexistent ID. ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋ฐ ํ๋ถ ๋์์์ ์ ์ธ๋ฉ๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ ์ผ๋ฐ %d์บ์, ๋ฌด๋ฃ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. 20110405 to 20120618 ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ 7์ผ ์ด๋ด์๋ ์ฒญ์ฝ ์ฒ ํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. ๋ค๋ง, 7์ผ์ด ์ง๋ฌ๊ฑฐ๋ ์์ดํ
์ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ ์ผ๋ฐ %d์บ์, ๋ฌด๋ฃ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. -20120626 to 20180523 +20120626 to 20180612 ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ 7์ผ ์ด๋ด์๋ ์ฒญ์ฝ ์ฒ ํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. ๋ค๋ง, 7์ผ์ด ์ง๋ฌ๊ฑฐ๋ ์์ดํ
์ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.๋ํ ๊ตฌ๋งค์ ์ฌ์ฉ๋ ๋ฌด๋ฃ์บ์๋ ์ฒญ์ฝ์ฒ ํ์ ๋ฐํ๋์ง ์์ต๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ ์ผ๋ฐ %d์บ์, ๋ฌด๋ฃ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. Do you really want to purchase these items? You will spend %d Regular Cash Points and %d Free Cash Points. */ MSG_BUY_RECONFIRM2 = 0x520, -/*20080827 to 20180523 +/*20080827 to 20180612 %d์๊ฐ์ด ๊ฒฝ๊ณผํ์์ต๋๋ค. %d hour(s) has passed. */ MSG_NOTIFY_PLAYTIME1 = 0x521, -/*20080827 to 20180523 +/*20080827 to 20180612 %d์๊ฐ %d๋ถ์ด ๊ฒฝ๊ณผํ์์ต๋๋ค. %d hour(s) %d minute(s) has passed. */ MSG_NOTIFY_PLAYTIME2 = 0x522, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฒ์์ ์ข
๋ฃํ์ธ์, ๊ฒฝํ์น ๋ฐ ๋ชจ๋ ๊ฒ 50%๋ก ์กฐ์ ๋ฉ๋๋ค Please stop playing the game, and take a break. Exp and other features will be reduced to 50%. */ MSG_WARNING_MSG1 = 0x523, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ถ๊ฑด์ ์๊ฐ๋์ ์ ์ด๋ค์์ต๋๋ค. ๊ฒ์์ ์ข
๋ฃํ์ธ์, ๊ฒฝํ์น ๋ฐ ๋ชจ๋ ๊ฒ 0%๋ก ์กฐ์ ๋ฉ๋๋ค Please stop playing the game since you'll need to rest. Exp and other features will be fixed to 0%. */ MSG_WARNING_MSG2 = 0x524, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ์คํธ ๋ชฉ๋ก Quest List */ MSG_QUESTWIN = 0x525, -/*20080827 to 20180523 +/*20080827 to 20180612 RO SHOP RO Shop */ MSG_RO_SHOP = 0x526, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ์์์๋ ์ด์ ๋ก ์คํจ ํ์์ต๋๋ค. Memorial Dungeon, '%s' is booked. */ MSG_MDUNGEON_SUBSCRIPTION_ERROR_UNKNOWN = 0x527, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ์์ฝ์ค๋ณต์ผ๋ก ์คํจ ํ์์ต๋๋ค. Failed to book Memorial Dungeon, '%s'. */ MSG_MDUNGEON_SUBSCRIPTION_ERROR_DUPLICATE = 0x528, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ๊ถํ๋ฌธ์ ๋ก ์คํจ ํ์์ต๋๋ค. Memorial Dungeon, '%s' is already booked. */ MSG_MDUNGEON_SUBSCRIPTION_ERROR_RIGHT = 0x529, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ์ค๋ณต์์ฑ์์ฒญ์ผ๋ก ์คํจํ์์ต๋๋ค. Memorial Dungeon, '%s' is created. Please enter in 5 minutes. */ MSG_MDUNGEON_SUBSCRIPTION_ERROR_EXIST = 0x52a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ทจ์๊ฐ ์คํจ ํ์์ต๋๋ค. Failed to create Memorial Dungeon, '%s'. Please try again. */ MSG_MDUNGEON_SUBSCRIPTION_CANCEL_FAIL = 0x52b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋๋ฐฉ์ด ํํฐ ์ด๋ ๊ฑฐ๋ถ ์ํ์
๋๋ค. The character blocked the party invitation. */ MSG_JOINMSG_REFUSE = 0x52c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชจ๋ ํํฐ ์ด๋๋ฅผ ๊ฑฐ๋ถํฉ๋๋ค. Block all party invitations. */ MSG_INVITE_PARTY_REFUSE = 0x52d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชจ๋ ํํฐ ์ด๋๋ฅผ ์๋ฝํฉ๋๋ค. Allow all party invitations. */ MSG_INVITE_PARTY_ACCEPT = 0x52e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฐฉ์ฉํ์๋ฉด ์ด ์์ดํ
์ ์๊ตฌ ๊ท์๋ฉ๋๋ค. ์ฐฉ์ฉํ์๊ฒ ์ต๋๊น? This item will be permanently bound to this character once it is equipped. Do you really want to equip this item? */ MSG_YOURITEM_EQUIP = 0x52f, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ์์ดํ
์ด ๊ท์๋์์ต๋๋ค. %s is now permanently bound to this character. */ MSG_YOURITEM_EQUIPED = 0x530, -/*20080827 to 20180523 +/*20080827 to 20180612 ์บ์๊ฐ ๋ถ์กฑํฉ๋๋ค. ๋ฌด๋ฃ ์บ์ ํฌ์ธํธ๋ฅผ ์
๋ ฅํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. You do not have enough Kafra Credit Points. Please enter whether you have free credit points. */ MSG_BUY_TO_FREE_POINT = 0x531, -/*20080827 to 20180523 +/*20080827 to 20180612 ํํฐ ๊ฐ์
์์ฒญ Request to Join Party */ MSG_REQ_JOIN_PARTY3 = 0x532, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ณต์ฑ ์ ๋ณด ๋ฉ์์ง ํ์ Display WOE Info */ MSG_VIEW_SIEGE_INFO_MSG = 0x533, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ์ทจ์ ๋์์ต๋๋ค. Memorial Dungeon %s's reservation has been canceled. */ MSG_MDUNGEON_SUBSCRIPTION_CANCEL_SUCCESS = 0x534, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s' ์์ฑ์ ์คํจํ์์ต๋๋ค. ๋ค์ ์๋ ํ์ธ์. Failed to create Memorial Dungeon %s. Please try again. */ MSG_MDUNGEON_CREATE_FAIL = 0x535, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ์ฅ์์์๋ ์ฌ์ฉํ ์ ์๋ ์คํฌ์
๋๋ค. This skill cannot be used within this area. */ MSG_IMPOSSIBLE_SKILL_AREA = 0x536, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ์ฅ์์์๋ ์ฌ์ฉํ ์ ์๋ ์์ดํ
์
๋๋ค. This item cannot be used within this area. */ MSG_IMPOSSIBLE_USEITEM_AREA = 0x537, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ Memorial Dungeon */ MSG_MEMORIAL_DUN = 0x538, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ๋๊ธฐ์ค %s in Standby */ MSG_MEMORIAL_DUN_WAITING = 0x539, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ์
์ฅ ๊ฐ๋ฅ %s Available */ MSG_MEMORIAL_DUN_READY = 0x53a, -/*20080827 to 20180523 +/*20080827 to 20180612 %s ์งํ์ค %s in Progress */ MSG_MEMORIAL_DUN_IN = 0x53b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๊ฐ ์์ ์
์ฅํ์ง ์์ ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด ์ฌ๋ผ์ก์ต๋๋ค. No one entered the Memorial Dungeon within its duration; the dungeon has disappeared. */ MSG_MEMORIAL_DUN_OUT1 = 0x53c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด์ฉํ์๋ ค๋ฉด ์ด์ฉ ์ ์ฒญ์ ์ฒ์๋ถํฐ ๋ค์ ํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Please apply for dungeon entry again to play in this dungeon. */ MSG_MEMORIAL_DUN_OUT2 = 0x53d, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋๊ธฐ ์์ : ^ff0000%d^000000 Your Standby Priority: ^ff0000%d^000000 */ MSG_MEMORIAL_DUN_PRIORITY = 0x53e, -/*20080827 to 20180523 +/*20080827 to 20180612 ^ff0000%s^000000 ๋ด์ ์
์ฅํ์ง ์์ ๊ฒฝ์ฐ ์ ์ฒญํ์ ๋์ ์ด ์ญ์ ๋ฉ๋๋ค. The requested dungeon will be removed if you do not enter within ^ff0000%s^000000. */ MSG_MEMORIAL_DUN_NOTIFY = 0x53f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋์ ๋ฏธ์
์ ํ ์๊ฐ : Dungeon Mission Time Limit: */ MSG_MEMORIAL_DUN_NOTIFY2 = 0x540, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์์ฝ์ด ์ทจ์๋์์ต๋๋ค. The Memorial Dungeon reservation has been canceled. */ MSG_MEMORIAL_DUN_CANCEL = 0x541, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด ์ ์ง ์๊ฐ ์ ํ์ ์ํด ํ๊ดด๋์์ต๋๋ค. The Memorial Dungeon duration expired; it has been destroyed. */ MSG_MEMORIAL_DUN_LIVE_TIME_OUT = 0x542, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด ์
์ฅ ์๊ฐ ์ ํ์ ์ํด ํ๊ดด๋์์ต๋๋ค. The Memorial Dungeon's entry time limit expired; it has been destroyed. */ MSG_MEMORIAL_DUN_ENTER_TIME_OUT = 0x543, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด ์ญ์ ๋์์ต๋๋ค. The Memorial Dungeon has been removed. */ MSG_MEMORIAL_DUN_DESTROY_REQUEST = 0x544, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ ์์คํ
์ค๋ฅ๊ฐ ๋ฐ์ํ์์ต๋๋ค. ์ ์์ ์ธ ๊ฒ์ ์งํ์ ์ํด ์ฌ์ ์์ ํด์ฃผ์ญ์์ค. A system error has occurred in the Memorial Dungeon. Please relog in to the game to continue playing. */ MSG_MEMORIAL_DUN_ERROR = 0x545, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฌ์ฉํ ์ ์๋ ์ฌ๋กฏ์
๋๋ค. This slot is not usable. */ MSG_FR_INVALID_SLOT = 0x546, -/*20080827 to 20180523 +/*20080827 to 20180612 Base Level์ด 15๋ฅผ ๋์์ต๋๋ค. Your Base Level is over 15. */ MSG_FR_BASELVL = 0x547, -/*20080827 to 20180523 +/*20080827 to 20180612 Job Level์ด 15๋ฅผ ๋์์ต๋๋ค. Your Job Level is over 15. */ MSG_FR_INVALID_JOBLV = 0x548, -/*20080827 to 20180523 +/*20080827 to 20180612 ํด๋น์ฌ๋กฏ ์บ๋ฆญํฐ์ ์ง์
๊ตฐ์ ์์ธ์ด๋ฏ๋ก ๊ฒ์์ ํ ์ ์์ต๋๋ค. You cannot play the Merchant class character in this slot. */ MSG_FR_JOB = 0x549, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ถํ ์ฌ์ฉ์์ Not Yet Implemented */ MSG_FR_MAP = 0x54a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ง๋ค์ ์๋ ์ผ๋ฆญํฐ ์ฌ๋กฏ์ด ์๋๋๋ค. You are not eligible to open the Character Slot. */ MSG_FR_ERR_MKCHAR_INVALID_SLOT = 0x54b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ญ์ ํ ์ ์๋ ์ผ๋ฆญํฐ ์
๋๋ค. This character cannot be deleted. */ MSG_FR_ERR_DELCHAR_INVALID_SLOT = 0x54c, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋๋ฐฉ์ ์ฅ๋น์ฐฝ์ด ๊ณต๊ฐ๋์ด ์์ง ์์ต๋๋ค. This character's equipment information is not open to the public. */ MSG_OPEN_EQUIPEDITEM_REFUSED = 0x54d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฅ๋น์ฐฝ์ ๊ณต๊ฐํ์ง ์์ต๋๋ค. Equipment information not open to the public. */ MSG_OPEN_EQUIPEDITEM_REFUSE = 0x54e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฅ๋น์ฐฝ์ ๊ณต๊ฐํฉ๋๋ค. Equipment information open to the public. */ MSG_OPEN_EQUIPEDITEM_ACCEPT = 0x54f, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋ ์ฅ๋น์ฐฝ ๋ณด๊ธฐ Check %s's Equipment Info */ MSG_REQ_VIEW_OTHERUSER = 0x550, -/*20080827 to 20180523 +/*20080827 to 20180612 %s์ ์ฅ์ฐฉ์์ดํ
'%s's Equipment */ MSG_OTHERUSER_EQUIPED_ITEM = 0x551, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฅ๋น์ฐฝ ๊ณต๊ฐ Show Equip */ MSG_OPEN_EQUIPED_ITEM = 0x552, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ๋ฆฌ๋ฏธ์ ์๋น์ค๋ฅผ ์ด์ฉํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. This service is only available for premium users. */ MSG_NEED_PREMIUM_SERVICE = 0x553, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๋ฃ ์ฌ์ฉ์๋ ์ต๋ 50000์ ๋๊น์ง ์์ ํ ์ ์์ต๋๋ค. Free Trial users can only hold up to 50,000 zeny. */ MSG_FR_INVALID_MONEY = 0x554, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์ฅ์ฑํ
์ํ๊ฐ ๋์์ต๋๋ค. Battlefield Chat has been activated. */ MSG_BATTLECHAT_ON = 0x555, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์ฅ์ฑํ
์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Battlefield Chat has been deactivated. */ MSG_BATTLECHAT_OFF = 0x556, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฉ๋ณ์ ๋ณด - ๋ชฌ์คํฐํ์
Mercenary Info - Monster Type */ MSG_MER_INFO_TYPE_MONSTER = 0x557, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ์ฒด ๋งต ๋ณด๊ธฐ World Map */ MSG_RO_MAP = 0x558, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ์ด CLOSE ์ํ์
๋๋ค. The Memorial Dungeon is now closed. */ MSG_MEMORIAL_DUN_CLOSE = 0x559, -/*20080827 to 20180523 +/*20080827 to 20180612 ^ff0000^ff0000์ฉ๋ณ์ ์ญ์ ํฉ๋๋ค.^000000^000000 ์ญ์ ํ์ค ๊ฒฝ์ฐ ์ง๊ธ๊น์ง ํค์ด ๋ด์ญ์ด ๋ชจ๋ ์ญ์ ๋ฉ๋๋ค. ๊ณ์ํ์๊ฒ ์ต๋๊น? ^ff0000Deleting a Mercenary Soldier^000000 will also delete his growth history. Do you really want to proceed with the deletion? */ MSG_DELETE_MER = 0x55a, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ์ด OPEN ์ํ์
๋๋ค. The Memorial Dungeon is now open. */ MSG_MEMORIAL_DUN_OPEN = 0x55b, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ ๊ณ์ ์ ์์ง ํต์ ์์ ํค์ ์ฐ๊ฒฐ๋์ง ์์์ต๋๋ค. ๋จผ์ ์์ ํค๋ฅผ ํด์ ํ์ ๋ค ๊ฒ์์ ์ ์ํด ์ฃผ์ญ์์ค. This account has not been confirmed by connecting to the safe communication key. Please connect to the key first, and then log into the game. */ MSG_PHONE_BLOCK = 0x55c, -/*20080827 to 20180523 +/*20080827 to 20180612 ํ ์์ดํผ๋ก ์ ์ ๊ฐ๋ฅํ ์ ์ ์๋ฅผ ์ด๊ณผํ์์ต๋๋ค. The number of accounts connected to this IP has exceeded the limit. */ MSG_BAN_PC_IP_LIMIT_ACCESS = 0x55d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์๋ก์ด ํ์คํธ๋ฅผ ๋ฐ์์ต๋๋ค You have received a new quest. */ MSG_QUESTGET = 0x55e, -/*20080827 to 20180523 +/*20080827 to 20180612 ^777777์ต๋์กฐ๊ฑด : ^CC3399Requirement: */ MSG_FINDTEXT_TO_SKILLDES = 0x55f, -/*20080827 to 20180523 +/*20080827 to 20180612 ์คํฌ ์ค๋ช
๋ณด๊ธฐ View Skill Info */ MSG_VIEW_SKILL_DESCRIPT = 0x560, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ฌ์ฉ๋ ์คํฌ ํฌ์ธํธ๋ ๋ค์ ๋๋๋ฆด ์ ์์ต๋๋ค. ์ ์ฉํ์๊ฒ ์ต๋๊น? Once used, skill points cannot be re-allocated. Would you like to use the skill points? */ MSG_APPLY_SKILL_UP = 0x561, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋
ธ๋น์คยท1์ฐจ์ง์
1st */ MSG_1TABNAME_SKILLWND = 0x562, -/*20080827 to 20180523 +/*20080827 to 20180612 2์ฐจยท์ ์น์ง์
2nd */ MSG_2TABNAME_SKILLWND = 0x563, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ถ๋ฒํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ์๊ฑฐ๋ ํน์ ํดํน์ ์๋ํ ๊ณ์ ์
๋๋ค. ๋ธ๋ญ์ข
๋ฃ์๊ฐ : %s This account has been used for illegal program or hacking program. Block Time: %s 20081217 to 20081218 ๋ถ๋ฒํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ์๊ฑฐ๋ ํดํน์ ์๋ํ ๊ณ์ ์ด๊ฑฐ๋ ๊ทธ๋ผ๋นํฐ ์ด์ ์ ์ ์ฒญํ ํ๊ฒ์ ๊ณ์ ์
๋๋ค. ๋ธ๋ญ์ข
๋ฃ์๊ฐ : %s */ MSG_RE17 = 0x564, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ถ๋ฒํ๋ก๊ทธ๋จ์ด ์คํ, ๋ฐ์ด๋ฌ์ค ๊ฐ์ผ, ๋๋ ํดํนํด์ด ์ค์น๋์ด ์์ ๊ฐ๋ฅ์ฑ์ด ์์ต๋๋ค. ์ ์ ํด๋ผ์ด์ธํธ๋ฅผ ์คํํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. ํจ๊ป ๋ง๋๋ ๋ฐ์ ๋ผ๊ทธ๋๋กํฌ๊ฐ ๋ ์ ์๋๋ก ๋
ธ๋ ฅํ๊ณ ์์ต๋๋ค. The possibility of exposure to illegal program, PC virus infection or Hacking Tool has been detected. Please execute licensed client. Our team is trying to make a best environment for Ro players. */ MSG_RE18 = 0x565, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋น์ ์ ์ง๊ธ ๊ฑด๊ฐํ ๊ฒ์ ์๊ฐ ๋์ ์์ต๋๋ค, ์ฆ๊ฑฐ์ด ๊ฒ์์ด ๋์๊ธธ ๋ฐ๋๋๋ค You are currently playing in the best game environment. Please enjoy the Ragnarok. */ MSG_WARNING_MSG3 = 0x566, /*20080827 to 20100721 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Job๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 1.5๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. -20100727 to 20180523 +20100727 to 20180612 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Job๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 1.25๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. Job Exp points from hunting monsters are increased by 50% for 30 minutes. */ MSG_PLUSONLYJOBEXP = 0x567, /*20080827 to 20091110 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 1.25๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. -20091117 to 20180523 +20091117 to 20180612 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 1.2๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. Exp points from hunting monsters are increased by 25% for 30 minutes. */ MSG_PLUSEXP14532 = 0x568, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 2๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. EXP points from hunting monsters are increased by 100%% for 30 minutes. */ MSG_PLUSEXP14533 = 0x569, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 60๋ถ๊ฐ 1.5๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. EXP points from hunting monsters are increased by 50% for 60 minutes. */ MSG_PLUSEXP12312 = 0x56a, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ด ๋งต์์๋ ํํฐ๋ฅผ ๊ฒฐ์ฑํ ์ ์์ต๋๋ค. Unable to organize a party in this map. */ MSG_NOPARTY = 0x56b, -/*20080827 to 20180523 +/*20080827 to 20180612 (%s)๋์ ํํฐ์ ์ฐธ์ฌํ ์ ์๋ ๋งต์ ์์ต๋๋ค. (%s) are currently in restricted map to join a party. */ MSG_NOPARTY2 = 0x56c, -/*20080827 to 20180523 +/*20080827 to 20180612 ๊ฐํธ์์ดํ
์ต Simple Item Shop */ MSG_SIMPLE_CASH_SHOP = 0x56d, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ง ํ์ฝ์ธ : %d ํ์ฝ์ธ Han Coin: %d Han Coin */ MSG_SIMPLE_POINT_SHOP_NHN = 0x56e, -/*20080827 to 20180523 +/*20080827 to 20180612 ์์ง ์บ์ : %d ์บ์ RoK Point: %d RoK Point */ MSG_SIMPLE_POINT_SHOP = 0x56f, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ฌด๋ฃ ์บ์ : %d ์บ์ Free Cash: %d Cash */ MSG_SIMPLE_POINT_SHOP2 = 0x570, -/*20080827 to 20180523 +/*20080827 to 20180612 ๋ณธ์๋ฒ ์ ์ ๋ ํ๋ฆฌ์๋ฒ์ ์ ์ํ ์ ์์ต๋๋ค. An user of this server cannot connect to free server */ MSG_MAIN_USER_CANONT_LOGIN_FREE_SERVER = 0x571, -/*20080827 to 20180523 +/*20080827 to 20180612 ์ ํจ๊ธฐ๊ฐ์ด ์ง๋ ๋น๋ฐ๋ฒํธ ์
๋๋ค. ๋ค์ ๋ก๊ทธ์ธํ์ฌ์ฃผ์ญ์์ค. Your password has expired. Please log in again */ MSG_INVALID_ONETIMELIMIT = 0x572, #if PACKETVER >= 20080903 -/*20080903 to 20180523 +/*20080903 to 20180612 3์ฐจ์ง์
3rd */ MSG_3TABNAME_SKILLWND = 0x573, #endif #if PACKETVER >= 20080917 -/*20080917 to 20180523 +/*20080917 to 20180612 ์ด ์คํฌ์ ์ฌ์ฉํ ์ ์๋ ๋์์
๋๋ค. This skill can't be used on that target. */ MSG_USESKILL_FAIL_TOTARGET = 0x574, -/*20080917 to 20180523 +/*20080917 to 20180612 ์์ค๋ผ ์์ ๊ฐ์๊ฐ ์ด๊ณผํ์ฌ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't use skill because you have exceeded the number Ancilla possession limit */ MSG_USESKILL_FAIL_ANCILLA_NUMOVER = 0x575, -/*20080917 to 20180523 +/*20080917 to 20180612 ์ฑ์๊ฐ ํ์ํฉ๋๋ค. Unable to use the skill to exceed the number of Ancilla. */ MSG_USESKILL_FAIL_HOLYWATER = 0x576, -/*20080917 to 20180523 +/*20080917 to 20180612 ์์ค๋ผ๊ฐ ํ์ํฉ๋๋ค. Holy water is required. */ MSG_USESKILL_FAIL_ANCILLA = 0x577, -/*20080917 to 20180523 +/*20080917 to 20180612 ์ผ์ ๊ฑฐ๋ฆฌ ๋ด์ ์ค๋ณต๋ ์ ์์ต๋๋ค. Ancilla is required. */ MSG_USESKILL_FAIL_DUPLICATE_RANGEIN = 0x578, -/*20080917 to 20180523 +/*20080917 to 20180612 ์ด ์คํฌ์ ์ฌ์ฉํ๊ธฐ ์ํด์๋ ๋ค๋ฅธ ์คํฌ์ด ํ์ํฉ๋๋ค. Cannot be duplicated within a certain distance. */ MSG_USESKILL_FAIL_NEED_OTHER_SKILL = 0x579, #endif #if PACKETVER >= 20080924 -/*20080924 to 20180523 +/*20080924 to 20180612 ์ด ๋งต์์๋ ์ฑํ
์ ํ ์ ์์ต๋๋ค. This skill requires other skills to be used. */ MSG_NO_CHATTING = 0x57a, #endif #if PACKETVER >= 20081001 -/*20081001 to 20180523 +/*20081001 to 20180612 3์๊ฐ์ด ์ง๋ฌ์ต๋๋ค. Chat is not allowed in this map */ MSG_VET_3HOUR = 0x57b, -/*20081001 to 20180523 +/*20081001 to 20180612 5์๊ฐ์ด ์ง๋ฌ์ต๋๋ค. 3 hours have passed. */ MSG_VET_5HOUR = 0x57c, #endif #if PACKETVER >= 20081008 -/*20081008 to 20180523 +/*20081008 to 20180612 ๊ฒ์๊ฐ๋ ์ด๊ธฐํ ์๋ฌ ๋๋ ๊ตฌ๋ฒ์ ์ ๊ฒ์๊ฐ๋ ํ์ผ์
๋๋ค. ๊ฒ์๊ฐ๋ ์
์
ํ์ผ์ ๋ค์ ์ค์นํ๊ณ ๊ฒ์์ ์คํํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค. 5 hours have passed. */ MSG_NPGAMEMON_ERROR_GAMEGUARD = 0x57d, -/*20081008 to 20180523 +/*20081008 to 20180612 ini ํ์ผ์ด ์๊ฑฐ๋ ๋ณ์กฐ๋์์ต๋๋ค. ๊ฒ์๊ฐ๋ ์
์
ํ์ผ์ ์ค์นํ๋ฉด ํด๊ฒฐ ํ ์ ์์ต๋๋ค. Game guard initialization error or previous version game guard file is installed. Please re-install the setup file and try again */ MSG_NPGMUP_ERROR_PARAM = 0x57e, -/*20081008 to 20180523 +/*20081008 to 20180612 ๊ฒ์๊ฐ๋์ ์ถฉ๋ ํ๋ก๊ทธ๋จ์ด ๋ฐ๊ฒฌ๋์์ต๋๋ค. Either ini file is missing or altered. Install game guard setup file to fix the problem */ MSG_NPGG_ERROR_COLLISION = 0x57f, #endif #if PACKETVER >= 20081111 -/*20081111 to 20180523 +/*20081111 to 20180612 ์๋ชป๋ ํด๋ผ์ด์ธํธ์
๋๋ค. ์ ์์ ์ธ ํด๋ผ์ด์ธํธ๋ฅผ ์คํํ์ฌ ์ฃผ์ญ์์. There is a program found that conflicts with game guard */ MSG_PROOF_ERROR = 0x580, #endif #if PACKETVER >= 20081203 -/*20081203 to 20180523 +/*20081203 to 20180612 ๋ชจ๋ฐ์ผ ์ธ์ฆ์ ๋ฐ์์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Incorrect client. Please run a normal client */ MSG_MOBILE_LOCKSERVER = 0x581, #endif #if PACKETVER >= 20081217 -/*20081217 to 20180523 +/*20081217 to 20180612 ๋ชจ๋ฐ์ผ ์ธ์ฆ์ ์คํจํ์์ต๋๋ค. Thank you to accept mobile authentication. */ MSG_FAILED_MOBILE_LOCKSERVER = 0x582, -/*20081217 to 20180523 +/*20081217 to 20180612 ์ด์คํฌ์ ํผ์์ ์ฌ์ฉํ ์ ์์ต๋๋ค. This skill can't be used alone */ MSG_USESKILL_FAIL_NEED_HELPER = 0x583, -/*20081217 to 20180523 +/*20081217 to 20180612 ์ด์คํฌ์ ํน์ ๋ฐฉํฅ์ผ๋ก๋ง ์ฌ์ฉํ ์ ์์ต๋๋ค. This skill can be used to certain direction only */ MSG_USESKILL_FAIL_INVALID_DIR = 0x584, -/*20081217 to 20180523 +/*20081217 to 20180612 ๋์ด์ ์ํํ ์ ์์ต๋๋ค. Cannot summon spheres anymore. */ MSG_USESKILL_FAIL_SUMMON = 0x585, /*20081217 to 20130710 ์ํ๋ ๊ตฌ์ฒด๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. -20130717 to 20180523 +20130717 to 20180612 ์ํ๋ ๊ตฌ์ฒด๊ฐ ์กด์ฌํ์ง ์๊ฑฐ๋ ๋ถ์กฑํฉ๋๋ค. There is no summoned sphere or you do not have enough sphere. */ MSG_USESKILL_FAIL_SUMMON_NONE = 0x586, -/*20081217 to 20180523 +/*20081217 to 20180612 ์ฌ์ฉ๊ฐ๋ฅํ ๋ชจ๋ฐฉ์คํฌ์ด ์กด์ฌํ์ง ์์ต๋๋ค. There is no imitation skills available. */ MSG_USESKILL_FAIL_IMITATION_SKILL_NONE = 0x587, -/*20081217 to 20180523 +/*20081217 to 20180612 ์ด ์คํฌ์ ์ค๋ณตํด์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't reuse this skill */ MSG_USESKILL_FAIL_DUPLICATE = 0x588, -/*20081217 to 20180523 +/*20081217 to 20180612 ์คํฌ์ ์ฌ์ฉํ ์ ์๋ ์ํ์
๋๋ค. Skill can't be used in this state */ MSG_USESKILL_FAIL_CONDITION = 0x589, -/*20081217 to 20180523 +/*20081217 to 20180612 ์์ดํ
๋ณ ์ต๋ ์์ง๋์ ์ด๊ณผํ์ฌ ๊ฐ์ง ์ ์์ต๋๋ค. You have exceeded the maximum amount of possession of another item. */ MSG_PICKUP_MAXCOUNT_LIMIT = 0x58a, #endif #if PACKETVER >= 20090204 -/*20090204 to 20180523 +/*20090204 to 20180612 ๊ด๋ฆฌ์ ๊ถํ์ด ์์ต๋๋ค. ํ๋ก๊ทธ๋จ ์ต์ด ์คํ์ ๊ด๋ฆฌ์ ๊ถํ์ผ๋ก ์คํํ์
์ผ ํฉ๋๋ค. No administrative privileges. Must first run the program with administrator privileges. */ MSG_NPK_ERROR_NOTADMIN = 0x58b, -/*20090204 to 20180523 +/*20090204 to 20180612 nProtect KeyCrypt ๋๋ผ์ด๋ฒ ๋ฒ์ ์ด ๋ง์ง ์์ต๋๋ค. ์์คํ
์ฌ ๋ถํ
ํ์ ์๋ก ์คํ ์์ผ ์ฃผ์ญ์์ค. nProtect KeyCrypt not the same. Please restart the program and the computer first. */ MSG_NPK_ERROR_DRIVERVERSION = 0x58c, -/*20090204 to 20180523 +/*20090204 to 20180612 WindowXP ํธํ์ฑ ๋ชจ๋๋ฅผ ์ฌ์ฉํ๊ณ ๊ณ์ญ๋๋ค. ํ์ฌ ํ๋ก๊ทธ๋จ์์ ํธํ์ฑ ๋ชจ๋๋ฅผ ์ ๊ฑฐํ์์ต๋๋ค. ํ๋ก๊ทธ๋จ์ ์๋ก ์์ํด ์ฃผ์ญ์์ค. Currently wearing WindowXP Compatibility Mode. The program now removes Compatibility Mode. Please restart the program. */ MSG_NPK_ERROR_VERIFYVERSION = 0x58d, -/*20090204 to 20180523 +/*20090204 to 20180612 PS/2 ํค๋ก๊ฑฐ๊ฐ ์กด์ฌํฉ๋๋ค. PS/2 keyloggers exist. */ MSG_DETECT_PS2KEYLOGGER = 0x58e, -/*20090204 to 20180523 +/*20090204 to 20180612 USB ํค๋ณด๋ ๋๋ผ์ด๋ฒ ํดํน ์๋๊ฐ ํ์ง๋์์ต๋๋ค. USB Keylogging attempt was detected. */ MSG_DETECT_USBKEYLOGGER = 0x58f, -/*20090204 to 20180523 +/*20090204 to 20180612 HHD ๋ชจ๋ํฐ๋ง ํด์ด ํ์ง๋์์ต๋๋ค. HHD monitoring tool has been detected. */ MSG_DETECT_HHDUSBH = 0x590, -/*20090204 to 20180523 +/*20090204 to 20180612 ํ์ธํธ๋ถ์ด ํ์ํฉ๋๋ค. Paintbrush is required. */ MSG_USESKILL_FAIL_PAINTBRUSH = 0x591, /*20090204 to 20090401 ๊ทธ๋ฆผ๋ฌผ๊ฐ์ด ํ์ํฉ๋๋ค. -20090408 to 20180523 +20090408 to 20180612 ์ํ์ด์คํ์ธํธ๊ฐ ํ์ํฉ๋๋ค. Paint is required. */ MSG_USESKILL_FAIL_II_SURFACE_PAINTS = 0x592, -/*20090204 to 20180523 +/*20090204 to 20180612 ์ง์ ํ ์์น์ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. Use the skills that are not at the specified location. */ MSG_USESKILL_FAIL_POS = 0x593, -/*20090204 to 20180523 +/*20090204 to 20180612 ๋์ฐ๋ฏธ์ SP๊ฐ ๋ถ์กฑํฉ๋๋ค. Not enough SP. */ @@ -7199,569 +7199,569 @@ Not enough SP. #if PACKETVER >= 20090211 /*20090211 to 20090218 ์์ฑ ๊ฐ๋ฅ ์บ๋ฆญํฐ ์๋ 9๊ฐ์
๋๋ค!!(์์) -20090226 to 20180523 +20090226 to 20180612 ์บ๋ฆญํฐ ์ ํ์ฐฝ์ ์บ๋ฆญํฐ๊ฐ %d๊ฐ๋ฅผ ์ด๊ณผํ๋ฉด ๊ฒ์์ ์ ์ํ ์ ์์ต๋๋ค. ๋ถํ์ํ ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํด์ฃผ์ญ์์ค. Character %d is character selection window cannot connect to the game that exceeds the total. Please remove unwanted characters. */ MSG_BAN_OVER_CHARACTER_LIST = 0x595, #endif #if PACKETVER >= 20090226 -/*20090226 to 20180523 +/*20090226 to 20180612 ๋ชฉ์บ๋๊ฐ ํ์ํฉ๋๋ค. Throat Lozenge is required. */ MSG_USESKILL_FAIL_II_NECK_CANDY = 0x596, -/*20090226 to 20180523 +/*20090226 to 20180612 ์ํ๊น์ด๋๋ฌผ์ด ํ์ํฉ๋๋ค. Painful Tears is required. */ MSG_USESKILL_FAIL_II_MISERABLE_TEAR = 0x597, -/*20090226 to 20180523 +/*20090226 to 20180612 ๋ชฉ ๋ณดํธ ์บ๋๊ฐ ํ์ํฉ๋๋ค. Throat Lozenge is required. */ MSG_USESKILL_FAIL_II_PROTECT_NECK_CANDY = 0x598, -/*20090226 to 20180523 +/*20090226 to 20180612 ์จํฐ ๋ธ๋กํน์ ์ฐ๊ณ๋ก๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Cooperation is only available with Weapon Blocking. */ MSG_USESKILL_FAIL_GC_WEAPONBLOCKING = 0x599, -/*20090226 to 20180523 +/*20090226 to 20180612 ๊ธธ๋กํดํฌ๋ก์ค์ ๋
์ ๋ฐ๋ฅธ ๋ฌด๊ธฐ๊ฐ ํ์ํฉ๋๋ค. Poisoned weapons is required. */ MSG_USESKILL_FAIL_GC_POISONINGWEAPON = 0x59a, -/*20090226 to 20180523 +/*20090226 to 20180612 ๋ง๋๊ธฐ์ด ํ์น์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Item can only be used when Mado Gear is mounted. */ MSG_USESKILL_FAIL_MADOGEAR = 0x59b, -/*20090226 to 20180523 +/*20090226 to 20180612 ๋ฐ์นธ๋ธ๋ฆฟ์ด ํ์ํฉ๋๋ค. Vulcan Bullet is required. */ MSG_USESKILL_FAIL_II_VULCANBULLET = 0x59c, -/*20090226 to 20180523 +/*20090226 to 20180612 ๋ง๋๊ธฐ์ด ์ฐ๋ฃ๊ฐ ํ์ํฉ๋๋ค. Mado Gear Fuel is required. */ MSG_USESKILL_FAIL_II_FUELGAS = 0x59d, -/*20090226 to 20180523 +/*20090226 to 20180612 ์ก์ฒด๋๊ฐํ์ด ํ์ํฉ๋๋ค. Liquid Cold Bullet is required. */ MSG_USESKILL_FAIL_II_COLDSLOWERBULLET = 0x59e, -/*20090226 to 20180523 +/*20090226 to 20180612 ์บ๋
ผ๋ณผ์ ์ฅ์ ํ์ธ์. Please load a Cannon Ball. */ MSG_USESKILL_FAIL_CANONBALL = 0x59f, -/*20090226 to 20180523 +/*20090226 to 20180612 ๋ฏธ๋๊ธฐ์ด ๊ฐ์์ฅ์น๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Mado Gear Accelerator. */ MSG_USESKILL_FAIL_II_MADOGEAR_ACCELERATION = 0x5a0, -/*20090226 to 20180523 +/*20090226 to 20180612 ํธ๋ฒ๋ง๋ถ์คํฐ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Hovering Booster. */ MSG_USESKILL_FAIL_II_MADOGEAR_HOVERING_BOOSTER = 0x5a1, #endif #if PACKETVER >= 20090304 -/*20090304 to 20180523 +/*20090304 to 20180612 [ํก์ ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Toxin] Poison effect was applied to the weapon. */ MSG_TOXIN = 0x5a2, -/*20090304 to 20180523 +/*20090304 to 20180612 [ํจ๋ด๋ผ์ด์ฆ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Paralysis] Poison effect was applied to the weapon. */ MSG_PARALYZE = 0x5a3, -/*20090304 to 20180523 +/*20090304 to 20180612 [๋ฒ ๋๋ธ๋ฆฌ๋] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Fatigue] Poison effect was applied to the weapon. */ MSG_VENOMBLEED = 0x5a4, -/*20090304 to 20180523 +/*20090304 to 20180612 [๋งค์ง ๋จธ์ฌ๋ฃธ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Laughing] Poison effect was applied to the weapon. */ MSG_MAGICMUSHROOM = 0x5a5, -/*20090304 to 20180523 +/*20090304 to 20180612 [๋ฐ์ค ํํธ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Disheart] Poison effect was applied to the weapon. */ MSG_DEATHHURT = 0x5a6, -/*20090304 to 20180523 +/*20090304 to 20180612 [ํ์ด๋ ์์] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Pyrexia] Poison effect was applied to the weapon. */ MSG_PHYREXIA = 0x5a7, -/*20090304 to 20180523 +/*20090304 to 20180612 [์ค๋ธ๋ฆฌ๋น์ธ ์ปค์ฆ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Oblivion] Poison effect was applied to the weapon. */ MSG_OBLIANCURSE = 0x5a8, -/*20090304 to 20180523 +/*20090304 to 20180612 [๋ฆฌ์น ์๋] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Leech] Poison effect was applied to the weapon. */ MSG_RICHEND = 0x5a9, #endif #if PACKETVER >= 20090311 -/*20090311 to 20180523 +/*20090311 to 20180612 ํธ๋ฒ๋ง์ํ์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Can only be used in Hovering state. */ MSG_USESKILL_FAIL_MADOGEAR_HOVERING = 0x5aa, -/*20090311 to 20180523 +/*20090311 to 20180612 ์ํญ์ฅ์น๋ฅผ ์ฅ์ฐฉํ์ธ์. Please equip a Self-Destruct Mechanism. */ MSG_USESKILL_FAIL_II_MADOGEAR_SELFDESTRUCTION_DEVICE = 0x5ab, -/*20090311 to 20180523 +/*20090311 to 20180612 ์
ฐ์ดํ์ฌํํฐ๋ฅผ ์ฅ์ฐฉํ์ธ์. Please equip a Shape Shift. */ MSG_USESKILL_FAIL_II_MADOGEAR_SHAPESHIFTER = 0x5ac, -/*20090311 to 20180523 +/*20090311 to 20180612 ๊ธธ๋กํด๋
์ด ํ์ํฉ๋๋ค. Guillotine Cross Poison is required. */ MSG_USESKILL_FAIL_GUILLONTINE_POISON = 0x5ad, -/*20090311 to 20180523 +/*20090311 to 20180612 ๋๊ฐ์ฅ์น๋ฅผ ์ฅ์ฐฉํ์ธ์. Please equipped with a Cooling System. */ MSG_USESKILL_FAIL_II_MADOGEAR_COOLING_DEVICE = 0x5ae, -/*20090311 to 20180523 +/*20090311 to 20180612 ์๊ธฐ์ฅํ๋์์ฑ๊ธฐ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Magnetic Field Generator. */ MSG_USESKILL_FAIL_II_MADOGEAR_MAGNETICFIELD_GENERATOR = 0x5af, -/*20090311 to 20180523 +/*20090311 to 20180612 ๋ฒ ๋ฆฌ์ด์์ฑ๊ธฐ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Barrier Generator. */ MSG_USESKILL_FAIL_II_MADOGEAR_BARRIER_GENERATOR = 0x5b0, -/*20090311 to 20180523 +/*20090311 to 20180612 ๊ดํ๋ฏธ์ฑ๋ฐ์๊ธฐ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Optical Camouflage Generator. */ MSG_USESKILL_FAIL_II_MADOGEAR_OPTICALCAMOUFLAGE_GENERATOR = 0x5b1, -/*20090311 to 20180523 +/*20090311 to 20180612 ๋ฆฌํ์ดํคํธ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Repair Kit. */ MSG_USESKILL_FAIL_II_MADOGEAR_REPAIRKIT = 0x5b2, -/*20090311 to 20180523 +/*20090311 to 20180612 ๋ชฝํค ์คํจ๋๊ฐ ํ์ํฉ๋๋ค. Monkey Wrench is required. */ MSG_USESKILL_FAIL_II_MONKEY_SPANNER = 0x5b3, #endif #if PACKETVER >= 20090318 -/*20090318 to 20180523 +/*20090318 to 20180612 [%s] ์คํฌ์ ์์ ํ ์ ์์ต๋๋ค. [%s] Cannot use the skills due to cooldown delay. */ MSG_SKILLINTERVAL2 = 0x5b4, -/*20090318 to 20180523 +/*20090318 to 20180612 %d๋ ๋ฒจ ์ด์์ ์ญ์ ๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Deletion is impossible for over level %d */ MSG_LEMIT_DELETE_LEVEL = 0x5b5, /*20090318 to 20110614 ๋ง๋๊ธฐ์ด ํ์น์์๋ ์ฌ์ฉํ ์ ์์ต๋๋ค. -20110622 to 20180523 +20110622 to 20180612 ๋ง๋๊ธฐ์ด ํ์น์์๋ ์ฌ์ฉ ํ ์ ์์ต๋๋ค. Can't be used while on Magic Gear. */ MSG_USESKILL_FAIL_MADOGEAR_RIDE = 0x5b6, #endif #if PACKETVER >= 20090319 -/*20090319 to 20180523 +/*20090319 to 20180612 ๋๋๊ณค ๋ด๋ฆฌ๊ธฐ Dismount Dragon */ MSG_DRAGONOFF = 0x5b7, -/*20090319 to 20180523 +/*20090319 to 20180612 ๋ง๋๊ธฐ์ด ๋ด๋ฆฌ๊ธฐ Dismount Magic Gear */ MSG_MADOOFF = 0x5b8, #endif #if PACKETVER >= 20090401 -/*20090401 to 20180523 +/*20090401 to 20180612 ์๋น I */ MSG_STORE_TABNAME_0 = 0x5b9, -/*20090401 to 20180523 +/*20090401 to 20180612 ์บ์ฌ Cash */ MSG_STORE_TABNAME_1 = 0x5ba, -/*20090401 to 20180523 +/*20090401 to 20180612 ๋ฐฉ์ด๊ตฌ Armors */ MSG_STORE_TABNAME_2 = 0x5bb, -/*20090401 to 20180523 +/*20090401 to 20180612 ๋ฌด๊ธฐ Weapons */ MSG_STORE_TABNAME_3 = 0x5bc, -/*20090401 to 20180523 +/*20090401 to 20180612 ํฌ์ฌ์ฒด Ammo */ MSG_STORE_TABNAME_4 = 0x5bd, -/*20090401 to 20180523 +/*20090401 to 20180612 ์นด๋ Card */ MSG_STORE_TABNAME_5 = 0x5be, -/*20090401 to 20180523 +/*20090401 to 20180612 ๊ธฐํ Other */ MSG_STORE_TABNAME_6 = 0x5bf, -/*20090401 to 20180523 +/*20090401 to 20180612 ํด๋ผ์ด์ธํธ ์๋ต์๊ฐ์ด ์ด๊ณผ๋์ด ์ฐ๊ฒฐ์ด ๋์ด์ง๋๋ค. Client response time has passed so connection is terminated */ MSG_ERROR_HS_TIMEOUT = 0x5c0, -/*20090401 to 20180523 +/*20090401 to 20180612 ํต์ด๋ ํ์ผ์ ๋ฒ์ ์ด ๋ง์ง ์์ต๋๋ค. ํด๋ผ์ด์ธํธ๋ฅผ ์ฌ์ค์น ํด์ฃผ์ญ์์ค. Incorrect version of hack shield file. Please reinstall the client */ MSG_ERROR_DIFF_CLIENT = 0x5c1, #endif #if PACKETVER >= 20090408 -/*20090408 to 20180523 +/*20090408 to 20180612 ๋ง๋ฒ์๊ฐ ํ์ํฉ๋๋ค. [Magic Book] is required. */ MSG_USESKILL_FAIL_SPELLBOOK = 0x5c2, -/*20090408 to 20180523 +/*20090408 to 20180612 ๋ง๋ฒ์๊ฐ ๋๋ฌด ์ด๋ ค์์ ์กธ์์ด ๋ชฐ๋ ค์จ๋ค. Feel sleepy since Magic Book is too difficult to understand. */ MSG_USESKILL_FAIL_SPELLBOOK_DIFFICULT_SLEEP = 0x5c3, -/*20090408 to 20180523 +/*20090408 to 20180612 ๋ณด์กดํฌ์ธํธ๊ฐ ๋ถ์กฑํฉ๋๋ค. Not enough saved point. */ MSG_USESKILL_FAIL_SPELLBOOK_PRESERVATION_POINT = 0x5c4, -/*20090408 to 20180523 +/*20090408 to 20180612 ๋์ด์ ๋ง๋ฒ์๋ฅผ ์ฝ์์ ์์ต๋๋ค. Can't read a Magic Book anymore. */ MSG_USESKILL_FAIL_SPELLBOOK_READING = 0x5c5, -/*20090408 to 20180523 +/*20090408 to 20180612 ํ์ด์คํ์ธํธ๊ฐ ํ์ํฉ๋๋ค. Face Paint is required. */ MSG_USESKILL_FAIL_II_FACE_PAINTS = 0x5c6, -/*20090408 to 20180523 +/*20090408 to 20180612 ๋ถ์ฅ์ฉ๋ถ์ด ํ์ํฉ๋๋ค. Brush is required. */ MSG_USESKILL_FAIL_II_MAKEUP_BRUSH = 0x5c7, -/*20090408 to 20180523 +/*20090408 to 20180612 ๋๊ธฐ ์๊ฐ์ด ์ด๊ณผํ์์ต๋๋ค. ๋ค์ ๋ก๊ทธ์ธ ํด์ฃผ์ญ์์ค. Waiting time has passed. Please log in again */ MSG_MOBILE_TIMEOVER = 0x5c8, -/*20090408 to 20180523 +/*20090408 to 20180612 ์ํ! ์ด๋ฏธ ๋์ผํ ๊ณ์ ์ด ๋ก๊ทธ์ธ ์ค์ ์์ต๋๋ค. ์ ์ ๋ชจ๋ฐ์ผ ์ธ์ฆ ์งํ์ ๋ฉ์ถ์๊ณ ๋น๋ฒ์ ์์ ํ ๋ค ์ฌ ๋ก๊ทธ์ธ ํด์ฃผ์ญ์์ค. Watch out! Same account is already logged in. Stop mobile verification and log in again after changing your password */ MSG_MOBILE_ANOTHER_LOGIN = 0x5c9, -/*20090408 to 20180523 +/*20090408 to 20180612 ์ํ! ํ์ฌ ๋์ผํ ๊ณ์ ์ด ๋ชจ๋ฐ์ผ ์ธ์ฆ ๋๊ธฐ ์ค์ ์์ต๋๋ค. ์ ์ ๋ชจ๋ฐ์ผ ์ธ์ฆ ์งํ์ ๋ฉ์ถ์๊ณ ๋น๋ฒ์ ์์ ํ ๋ค ์ฌ ๋ก๊ทธ์ธ ํด์ฃผ์ญ์์ค. Watch out! Same account is waiting for mobile verification. Stop mobile verification and log in again after changing your password */ MSG_MOBILE_WAITING_STATE = 0x5ca, #endif #if PACKETVER >= 20090506 -/*20090506 to 20180523 +/*20090506 to 20180612 ๊ฒ์ ์ต์
์ฐฝ Game setting window */ MSG_ESC_OPTIONWND = 0x5cb, -/*20090506 to 20180523 +/*20090506 to 20180612 ๊ทธ๋ํฝ ์ค์ Graphics Settings */ MSG_GRAPHIC_OPTIONWND = 0x5cc, -/*20090506 to 20180523 +/*20090506 to 20180612 ์ฌ์ด๋ ์ค์ Sound Settings */ MSG_SOUND_OPTIONWND = 0x5cd, #endif #if PACKETVER >= 20090514 -/*20090514 to 20180523 +/*20090514 to 20180612 ๋ณ๊ฒฝ ํ ๋จ์ถํค๋ฅผ ๋๋ฅด๊ฑฐ๋, 'ESC'ํค๋ฅผ ๋๋ฌ ์ญ์ ํด ์ฃผ์ธ์. Press a key to assign. Pressing 'ESC' will remove the assigned key. */ MSG_HOTKEYWND_NOTICE1 = 0x5ce, -/*20090514 to 20180523 +/*20090514 to 20180612 ๋จ์ผ ํค๋ก ์ง์ ํ ์ ์๋ ํค์
๋๋ค. Unable to specify a single key. */ MSG_HOTKEYWND_NOTICE2 = 0x5cf, -/*20090514 to 20180523 +/*20090514 to 20180612 ์ง์ ํ ์ ์๋ ํค์
๋๋ค. Unable to specify the key assigned. */ MSG_HOTKEYWND_NOTICE3 = 0x5d0, -/*20090514 to 20180523 +/*20090514 to 20180612 '%s'์ ์ฌ์ฉ๋ ๋จ์ถํค์ ์ค๋ณต๋ฉ๋๋ค. ๋ฐ๊พธ์๊ฒ ์ต๋๊น? Duplicated with ['%s']. Do you still want to change? */ MSG_HOTKEYWND_NOTICE4 = 0x5d1, -/*20090514 to 20180523 +/*20090514 to 20180612 ์ ์ฅ๋ ๋จ์ถํค ์กฐํฉ์ด ์ด๊ธฐํ ๋ฉ๋๋ค. ์ด๊ธฐํ ํ์๊ฒ ์ต๋๊น? Initialization is stored in the shortcut key settings. Do you want to initialized? */ MSG_HOTKEYWND_NOTICE5 = 0x5d2, -/*20090514 to 20180523 +/*20090514 to 20180612 ์คํฌ๋ฐ Skill Bar */ MSG_HOTKEYWND_TAB1 = 0x5d3, -/*20090514 to 20180523 +/*20090514 to 20180612 ์ธํฐํ์ด์ค Interface */ MSG_HOTKEYWND_TAB2 = 0x5d4, -/*20090514 to 20180523 +/*20090514 to 20180612 ์ด๋ชจ์
Macros */ MSG_HOTKEYWND_TAB3 = 0x5d5, -/*20090514 to 20180523 +/*20090514 to 20180612 ๋จ์ถํค ์ค์ ์ฐฝ Shortcut Settings */ MSG_HOTKEYWND_TITLE = 0x5d6, #endif #if PACKETVER >= 20090520 -/*20090520 to 20180523 +/*20090520 to 20180612 ๋ฐฐ๊ฒฝ์ BGM */ MSG_BGM = 0x5d7, -/*20090520 to 20180523 +/*20090520 to 20180612 ํจ๊ณผ์ Effect */ MSG_SOUND = 0x5d8, -/*20090520 to 20180523 +/*20090520 to 20180612 ์คํจ Skin */ MSG_SKIN = 0x5d9, -/*20090520 to 20180523 +/*20090520 to 20180612 ์ฑํ
๋ฐฉ ์
์ฅ์๋ง ์๋ฆฌ๋จ On Chat room entrance sound on */ MSG_TINGONLY_ON = 0x5da, -/*20090520 to 20180523 +/*20090520 to 20180612 ์ฑํ
๋ฐฉ ์
์ฅ์๋ง ์๋ฆฌ๋จ Off Chat room entrance sound off */ MSG_TINGONLY_OFF = 0x5db, -/*20090520 to 20180523 +/*20090520 to 20180612 /tingonly : ์ฑํ
๋ฐฉ ์
์ฅ์๋ง ๋ค์์์๊ฒ๋ฉ๋๋ค /tingonly: you can hear only sound like a chat room entry. */ MSG_EXPLAIN_TINGONLY = 0x5dc, -/*20090520 to 20180523 +/*20090520 to 20180612 /์ฃผ๋จน /rock */ MSG_EMOTION_ROCK = 0x5dd, -/*20090520 to 20180523 +/*20090520 to 20180612 /๊ฐ์ /scissors */ MSG_EMOTION_SCISSOR = 0x5de, -/*20090520 to 20180523 +/*20090520 to 20180612 /๋ณด /paper */ MSG_EMOTION_WRAP = 0x5df, -/*20090520 to 20180523 +/*20090520 to 20180612 /๋ฌ๋ธ /love */ MSG_EMOTION_LUV = 0x5e0, -/*20090520 to 20180523 +/*20090520 to 20180612 /mobile */ MSG_EMOTION_MOBILE = 0x5e1, -/*20090520 to 20180523 +/*20090520 to 20180612 /mail */ MSG_EMOTION_MAIL = 0x5e2, -/*20090520 to 20180523 +/*20090520 to 20180612 /antenna0 */ MSG_EMOTION_ANTENNA0 = 0x5e3, -/*20090520 to 20180523 +/*20090520 to 20180612 /antenna1 */ MSG_EMOTION_ANTENNA1 = 0x5e4, -/*20090520 to 20180523 +/*20090520 to 20180612 /antenna2 */ MSG_EMOTION_ANTENNA2 = 0x5e5, -/*20090520 to 20180523 +/*20090520 to 20180612 /antenna3 */ MSG_EMOTION_ANTENNA3 = 0x5e6, -/*20090520 to 20180523 +/*20090520 to 20180612 /hum */ MSG_EMOTION_HUM2 = 0x5e7, -/*20090520 to 20180523 +/*20090520 to 20180612 /abs */ MSG_EMOTION_ABS = 0x5e8, -/*20090520 to 20180523 +/*20090520 to 20180612 /oops */ MSG_EMOTION_OOPS = 0x5e9, -/*20090520 to 20180523 +/*20090520 to 20180612 /spit */ MSG_EMOTION_SPIT = 0x5ea, -/*20090520 to 20180523 +/*20090520 to 20180612 /ene */ MSG_EMOTION_ENE = 0x5eb, -/*20090520 to 20180523 +/*20090520 to 20180612 /panic */ MSG_EMOTION_PANIC = 0x5ec, -/*20090520 to 20180523 +/*20090520 to 20180612 /whisp */ MSG_EMOTION_WHISP = 0x5ed, #endif #if PACKETVER >= 20090527 -/*20090527 to 20180523 +/*20090527 to 20180612 ์ง์ ์ํจ Not Assigned */ MSG_HOTKEY_NOTHING = 0x5ee, #endif #if PACKETVER >= 20090529 -/*20090529 to 20180523 +/*20090529 to 20180612 ์นดํธ์ฅ์ฐฉ์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Only available when cart is mounted. */ MSG_USESKILL_FAIL_CART = 0x5ef, -/*20090529 to 20180523 +/*20090529 to 20180612 [๊ฐ์๋๋ฌด ์จ์]์ด ํ์ํฉ๋๋ค. [Thorny Seed] is required. */ MSG_USESKILL_FAIL_II_THORNS_SEED = 0x5f0, -/*20090529 to 20180523 +/*20090529 to 20180612 [ํกํ ์๋ฌผ ์จ์]์ด ํ์ํฉ๋๋ค. [Bloodsucker Seed] is required. */ MSG_USESKILL_FAIL_II_BLOOD_SUCKER_SEED = 0x5f1, -/*20090529 to 20180523 +/*20090529 to 20180612 ๋์ด์ ์์ ํ ์ ์์ต๋๋ค. Cannot be used anymore. */ MSG_USESKILL_FAIL_NO_MORE_SPELL = 0x5f2, -/*20090529 to 20180523 +/*20090529 to 20180612 [ํญํ๋ฒ์ฏํฌ์]๊ฐ ํ์ํฉ๋๋ค. [Bomb Mushroom Spore] is required. */ MSG_USESKILL_FAIL_II_BOMB_MUSHROOM_SPORE = 0x5f3, -/*20090529 to 20180523 +/*20090529 to 20180612 [ํ์ผ๋ณ]์ด ํ์ํฉ๋๋ค. [Fire Bottle] is required. */ MSG_USESKILL_FAIL_II_GASOLINE_BOOMB = 0x5f4, -/*20090529 to 20180523 +/*20090529 to 20180612 [๊ธฐ๋ฆ๋ณ]์ด ํ์ํฉ๋๋ค. [Oil Bottle] is required. */ MSG_USESKILL_FAIL_II_OIL_BOTTLE = 0x5f5, -/*20090529 to 20180523 +/*20090529 to 20180612 [ํญ๋ฐ๊ฐ๋ฃจ]๊ฐ ํ์ํฉ๋๋ค. [Explosive Powder] is required. */ MSG_USESKILL_FAIL_II_EXPLOSION_POWDER = 0x5f6, -/*20090529 to 20180523 +/*20090529 to 20180612 [์ฐ๋ง๊ฐ๋ฃจ]๊ฐ ํ์ํฉ๋๋ค. [Smokescreen Powder] is required. */ MSG_USESKILL_FAIL_II_SMOKE_POWDER = 0x5f7, -/*20090529 to 20180523 +/*20090529 to 20180612 [์ต๋ฃจ๊ฐ์ค]๊ฐ ํ์ํฉ๋๋ค. [Tear Gas] is required. */ MSG_USESKILL_FAIL_II_TEAR_GAS = 0x5f8, -/*20090529 to 20180523 +/*20090529 to 20180612 [์ผ์ฐ๋ณ]์ด ํ์ํฉ๋๋ค. [Acid Bottle] is required. */ MSG_USESKILL_FAIL_II_HYDROCHLORIC_ACID_BOTTLE = 0x5f9, -/*20090529 to 20180523 +/*20090529 to 20180612 [์์ธ์๋ฌผ๋ณ]์ด ํ์ํฉ๋๋ค. [Bottom Man-Eating Plant] is required. */ MSG_USESKILL_FAIL_II_HELLS_PLANT_BOTTLE = 0x5fa, -/*20090529 to 20180523 +/*20090529 to 20180612 [๋ง๋๋ผ๊ณ ๋ผ์ ํ๋ถ]์ด ํ์ํฉ๋๋ค. [Pot of Mandragora] is required. */ MSG_USESKILL_FAIL_II_MANDRAGORA_FLOWERPOT = 0x5fb, #endif #if PACKETVER >= 20090603 -/*20090603 to 20180523 +/*20090603 to 20180612 ํํฐ์ฅ ์์ Party delegation */ MSG_YIELD_PARTYMASTER = 0x5fc, -/*20090603 to 20180523 +/*20090603 to 20180612 ์ ๋ง ํํฐ์ฅ์ ์์ํ์๊ฒ ์ต๋๊น? Do you want to delegate the real party? */ MSG_DO_YOU_REALLY_WANT_YIELD_PARTYMASTER = 0x5fd, -/*20090603 to 20180523 +/*20090603 to 20180612 ํํฐ์ฅ์ ์์ ํ ์ ์์ต๋๋ค. Party cannot be delegated. */ MSG_CANNOT_YIELD_PARTYMASTER = 0x5fe, -/*20090603 to 20180523 +/*20090603 to 20180612 ๋ณ๊ฒฝ๋ถ๊ฐ Immutable */ MSG_FAILED_CHANGE = 0x5ff, -/*20090603 to 20180523 +/*20090603 to 20180612 [%s]๊ฐ %d๊ฐ ํ์ํฉ๋๋ค. [%s] required '%d' amount. */ MSG_USESKILL_FAIL_NEED_ITEM = 0x600, #endif #if PACKETVER >= 20090605 -/*20090605 to 20180523 +/*20090605 to 20180612 ์ ๋ จ ์์น๊ฐ ํํฅ ์กฐ์ ๋์์ต๋๋ค. Is now refining the value lowered. */ MSG_ITEM_REFINING_DOWNGRADE = 0x601, -/*20090605 to 20180523 +/*20090605 to 20180612 [%s]๋ฅผ ์ฅ๋นํ๊ณ ์์ด์ผ ์ฌ์ฉํ ์ ์์ต๋๋ค Need to put on [%s] in order to use. */ @@ -7770,14 +7770,14 @@ Need to put on [%s] in order to use. #if PACKETVER >= 20090617 /*20090617 to 20090923 ์ ์ฅ ๋ฆฌ์คํธ -20090929 to 20180523 +20090929 to 20180612 ์ ์ฅ ์
์ฅ ์ค์ Battle field entrance setting */ MSG_BATTLEFIELD_LIST = 0x603, /*20090617 to 20090929 ์ ์ฅ - [%s] ์ ์ฒญ ํ์๊ฒ ์ต๋๊น? -20091006 to 20180523 +20091006 to 20180612 % ์ ์ฅ์ผ๋ก ์ด๋ ํ ์ ์๋ ์ํ๊ฐ ๋์ด ์ ์ฅ ์ ์ฒญ์ด ์ทจ์ ๋์์ต๋๋ค. Battlefield - [%s] you sign up? */ @@ -7788,7 +7788,7 @@ Battlefield - [%s] you sign up? ์
์ฅ ์ ์ฒญ์ด ์๋ฃ๋์์ต๋๋ค. 20091006 to 20100810 -20100817 to 20180523 +20100817 to 20180612 Current admission application state. */ @@ -7799,7 +7799,7 @@ Current admission application state. ์ ์ฅ - [%s] ์ ์
์ฅ ํ ์ ์๋ ์ํ์ด๋ฏ๋ก ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. 20090722 to 20090929 ์ ์
์ฅ ํ ์ ์๋ ์ํ์ด๋ฏ๋ก ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. -20091006 to 20180523 +20091006 to 20180612 % ์ ์ฅ ์
์ฅ์ด ๋ณด๋ฅ ๋์์ต๋๋ค. ๋ค๋ฅธ ํ๋ ์ด์ด๋ฅผ ๊ธฐ๋ค๋ฆฝ๋๋ค. It was unregistered and not be able to enter the state. */ @@ -7808,7 +7808,7 @@ It was unregistered and not be able to enter the state. ํ์ฌ ์
์ฅ ์ ์ฒญ ์ํ์
๋๋ค. 20091006 to 20100810 -20100817 to 20180523 +20100817 to 20180612 Current admission application state. */ @@ -7817,7 +7817,7 @@ Current admission application state. ์
์ฅ ์ ์ฒญ์ ์ทจ์ํ์๊ฒ ์ต๋๊น? 20091006 to 20100616 %s ์ ์ฅ ์ ์ฒญ์ ์ ๋ง๋ก ์ทจ์ํ์๊ฒ ์ต๋๊น? -20100622 to 20180523 +20100622 to 20180612 ํ์ธ ๋จ์ถ๋ฅผ ๋๋ฅด๋ฉด ์ ์ฅ ์ ์ฒญ์ด ์ทจ์๋ฉ๋๋ค. ์๋ ๋จ์ถ๋ฅผ ํด๋ฆญํด ์ฃผ์ธ์. Do you want to cancel the admission application? */ @@ -7826,109 +7826,109 @@ Do you want to cancel the admission application? ์ ์ฅ - [%s] ์
์ฅ ์ ์ฒญ์ด ์ทจ์๋์์ต๋๋ค. 20090722 to 20090929 ์
์ฅ ์ ์ฒญ์ด ์ทจ์๋์์ต๋๋ค. -20091006 to 20180523 +20091006 to 20180612 %s ์ ์ฅ ์
์ฅ ์ ์ฒญ์ด ์ทจ์๋์์ต๋๋ค. Admission request has been cancelled. */ MSG_CANCEL_JOINTO_BATTLEFIELD = 0x609, /*20090617 to 20090929 ๊ณง ์ ์ฅ์ผ๋ก ์ด๋ ํฉ๋๋ค. -20091006 to 20180523 +20091006 to 20180612 ์ ์ํ %s ์ ์ฅ์ผ๋ก ์ด๋ ํฉ๋๋ค. ๊ณต๊ฐ ์ด๋์ ์ํ ์์ ์ ์ธ ์ํ๋ฅผ ํ๋ณดํด ์ฃผ์๊ธธ ๋ฐ๋๋๋ค. (๊ฑฐ๋ ๋ฐ ๊ณต๊ฐ ์ด๋ ๊ธฐ๋ฅ ์ผ์ ์ค์ง๋จ) Go to the battlefield quickly. */ MSG_MOVETO_BATTLEFIELD = 0x60a, /*20090617 to 20091028 ์ ์ฅ - [%s] -20091103 to 20180523 +20091103 to 20180612 ์ ์ฅ ๋ช
์นญ Battlefield - [%s] */ MSG_BATTLEFIELD_NAME = 0x60b, #endif #if PACKETVER >= 20090624 -/*20090624 to 20180523 +/*20090624 to 20180612 ์ ๋ง ์ด๋ ํ์๊ฒ ์ต๋๊น? Do you really want to go back to your savepoint? */ MSG_MOVETO_SAVEPOINT = 0x60c, -/*20090624 to 20180523 +/*20090624 to 20180612 ํํฐ์ ์ฐพ๊ธฐ ๋ฉ์ธ์ง Search Message for Party Members */ MSG_VIEW_SEEK_PARTY = 0x60d, -/*20090624 to 20180523 +/*20090624 to 20180612 ํํฐ์ ์ฐพ๊ธฐ ๋ฉ์ธ์ง ์ต์
์ด ๊บผ์ ธ์์ต๋๋ค. Message option is off the search party members. */ MSG_UNVIEW_SEEK_PARTY = 0x60e, -/*20090624 to 20180523 +/*20090624 to 20180612 10์ด๊ฐ ํํฐ ์ง์ ๋๋ ์ด๊ฐ ๊ฑธ๋ ค์์ต๋๋ค. 10 seconds delay of party support is in effect */ MSG_SEEK_PARTY_DEALY = 0x60f, #endif #if PACKETVER >= 20090701 -/*20090701 to 20180523 +/*20090701 to 20180612 ํํฐ์ฅ์ '%s' ๋ ์
๋๋ค. Party leader is '%s'. */ MSG_NOTIFY_PARTY_ROLE_MASTER = 0x610, /*20090701 to 20090715 ์ ์ฅ - [%s] : ์์คํ
์ค๋ฅ๋ก ์
์ฅ ํ ์ ์์ต๋๋ค. -20090722 to 20180523 +20090722 to 20180612 ์์คํ
์ค๋ฅ๋ก ์
์ฅ ํ ์ ์์ต๋๋ค. Unable to enter due to system error. */ MSG_ERROR_SYSTEM_ERROR_BATTLEFIELD = 0x611, /*20090701 to 20090715 ์ ์ฅ - [%s] : ๋๊ธฐ ์ธ์ ์ ์ด๊ณผ๋ก ์
์ฅ ํ ์ ์์ต๋๋ค. -20090722 to 20180523 +20090722 to 20180612 ๋๊ธฐ ์ธ์ ์ ์ด๊ณผ๋ก ์
์ฅ ํ ์ ์์ต๋๋ค. Cannot wait to enter the number of excess. */ MSG_ERROR_FULL_ESROOM_BATTLEFIELD = 0x612, /*20090701 to 20090715 ์ ์ฅ - [%s] : ์ด๋ฏธ ์ ์ฒญ ๋์์ต๋๋ค. -20090722 to 20180523 +20090722 to 20180612 ์ด๋ฏธ ์ ์ฒญ ๋์์ต๋๋ค. Has already been applied. */ MSG_ERROR_DOUBLE_OFFER_BATTLEFIELD = 0x613, /*20090701 to 20090715 ์ ์ฅ - [%s] : ๋๊ธฐ ์๊ฐ์ด ์ด๊ณผ๋์ด ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. -20090722 to 20180523 +20090722 to 20180612 ๋๊ธฐ ์๊ฐ์ด ์ด๊ณผ๋์ด ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. Registration has been cancelled because of the excessive waiting time. */ MSG_ERROR_WAIT_TIMEOUT_BATTLEFIELD = 0x614, /*20090701 to 20090715 ์ ์ฅ - [%s] : ์
์ฅ ์กฐ๊ฑด์ด ๋ง์ง ์์, ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. -20090722 to 20180523 +20090722 to 20180612 ์
์ฅ ์กฐ๊ฑด์ด ๋ง์ง ์์, ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. Unregistered because admission requirements are not matching. */ MSG_ERROR_BATTLEFILD_ENTER_BATTLEFIELD = 0x615, /*20090701 to 20090715 ์ ์ฅ - [%s] : ์ค๋ฅ๊ฐ ๋ฐ์ํ์ฌ ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. -20090722 to 20180523 +20090722 to 20180612 ์ค๋ฅ๊ฐ ๋ฐ์ํ์ฌ ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. Was unregistered and error. */ MSG_ERROR_DROP_ENTRANCESTATION_BATTLEFIELD = 0x616, #endif #if PACKETVER >= 20090708 -/*20090708 to 20180523 +/*20090708 to 20180612 [%s]์ ์ฐ๊ณ ์คํฌ์
๋๋ค. The skill need [%s]. */ MSG_USESKILL_FAIL_COMBOSKILL = 0x617, -/*20090708 to 20180523 +/*20090708 to 20180612 ํน์ ์คํฌ ์ ์ฐ๊ณ ์คํฌ์
๋๋ค. The skill need a particular skill. */ MSG_USESKILL_FAIL_COMBOSKILL2 = 0x618, -/*20090708 to 20180523 +/*20090708 to 20180612 ๊ธฐ๊ตฌ์ฒด %d ๊ฐ๊ฐ ํ์ํฉ๋๋ค Requires %d mind bullets */ @@ -7936,98 +7936,98 @@ Requires %d mind bullets /*20090708 to 20090708 ๊ธฐ๊ตฌ์ฒด %d ๊ฐ๊ฐ ํ์ํฉ๋๋ค Requires %d mind bullets -20090715 to 20180523 +20090715 to 20180612 ๊ธฐ๊ตฌ์ฒด๊ฐ ํ์ํฉ๋๋ค Mind Bullet is required. */ MSG_USESKILL_FAIL_SPIRITS2 = 0x61a, #endif #if PACKETVER >= 20090729 -/*20090729 to 20180523 +/*20090729 to 20180612 ์ต๋ ์์ง๋ ๋ณด๋ค ๋ง์ ๋ฃฌ์คํค์ ์ ์ํ ์ ์์ต๋๋ค. Cannot create rune stone more than the maximum amount. */ MSG_RUNESTONE_MAKEERROR_OVERCOUNT = 0x61b, -/*20090729 to 20180523 +/*20090729 to 20180612 ์ ์ฅ ๋ฆฌ์คํธ๋ฅผ ๋ฐ์ ์ ์๋ ์ํ์
๋๋ค. ํ์ธ ํ ๋ค์ ์๋ ํด ์ฃผ์ธ์. Not able to receive battle field list. Please check and try again */ MSG_ERROR_LIST_OPEN_BATTLEFIELD = 0x61c, -/*20090729 to 20180523 +/*20090729 to 20180612 ๋ ๋ฒจ์ด ๋ถ์กฑํ์ฌ ์
์ฅ ํ ์ ์์ต๋๋ค. Level is not high enough to enter */ MSG_ERROR_LEVEL_LIMIT_BATTLEFIELD = 0x61d, #endif #if PACKETVER >= 20090805 -/*20090805 to 20180523 +/*20090805 to 20180612 1์ฐจ ์ง์
์คํฌ %d๊ฐ๋ฅผ ๋ ์ฌ๋ ค ์ฃผ์ญ์์ค. You must consume all '%d' points in your 1st Tab. */ MSG_UPGRADESKILLERROR_MORE_FIRSTJOBSKILL = 0x61e, #endif #if PACKETVER >= 20091013 -/*20091013 to 20180523 +/*20091013 to 20180612 1์ฐจ ํน์ 2์ฐจ ์ง์
์คํฌ %d๊ฐ๋ฅผ ๋ ์ฌ๋ ค ์ฃผ์ญ์์ค. You must consume all '%d' remaining points in your 2nd Tab. 1st Tab is already done. */ MSG_UPGRADESKILLERROR_MORE_SECONDJOBSKILL = 0x61f, -/*20091013 to 20180523 +/*20091013 to 20180612 ๋ณํ ๊ฐ๋ฅํ ์์ดํ
Items available for conversion */ MSG_ITEMSYOUCANCHANGE = 0x620, -/*20091013 to 20180523 +/*20091013 to 20180612 ๋ณํํ ์์ดํ
Insert items to convert */ MSG_ITEMS_FOR_CHANGE = 0x621, -/*20091013 to 20180523 +/*20091013 to 20180612 ๋ณํ์ด ๋ถ๊ฐ๋ฅํ ์กฐํฉ ์
๋๋ค. Inconvertible combination */ MSG_SKILL_RECIPE_NOTEXIST = 0x622, -/*20091013 to 20180523 +/*20091013 to 20180612 ์ธ๋ฒคํ ๋ฆฌ์ ๋ฌด๊ฒ๊ฐ ๋๋ฌด ๋ฌด๊ฒ์ต๋๋ค. Inventory weight is too much */ MSG_SKILL_INVENTORY_WEIGHT_OVER = 0x623, -/*20091013 to 20180523 +/*20091013 to 20180612 ์ธ๋ฒคํ ๋ฆฌ๋ฅผ ๊ณต๊ฐ์ ํ๋ณดํด์ฃผ์ธ์. Please secure some room in the inventory */ MSG_SKILL_INVENTORY_KINDCNT_OVER = 0x624, -/*20091013 to 20180523 +/*20091013 to 20180612 ์ฌ๋ฃ๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. Material doesn't exist */ MSG_SKILL_MATERIAL_FAIL = 0x625, -/*20091013 to 20180523 +/*20091013 to 20180612 ์ฑ๊ณตํ์์ต๋๋ค. Successful. */ MSG_SKILL_SUCCESS = 0x626, -/*20091013 to 20180523 +/*20091013 to 20180612 ์คํจ ํ์์ต๋๋ค. Failed. */ MSG_SKILL_FAIL = 0x627, -/*20091013 to 20180523 +/*20091013 to 20180612 ์คํจํ์ฌ ๋ชจ๋ ์ฌ๋ฃ๊ฐ ์ฌ๋ผ์ก์ต๋๋ค. all materials are gone due to failure */ MSG_SKILL_FAIL_MATERIAL_DESTROY = 0x628, -/*20091013 to 20180523 +/*20091013 to 20180612 ์ง์ ํ์ ํญ ์ด๋ฆ์ด ๋๋ฌด ๊ธธ์ด ๋ณ๊ฒฝ ํ ์ ์์ต๋๋ค. unable to change the name of the specified tab, because it's too long. */ MSG_FAILED_CHANGE_TABNAME = 0x629, -/*20091013 to 20180523 +/*20091013 to 20180612 ๋ ์ด์ ์ถ๊ฐ ํ ์ ์์ต๋๋ค. Cannot add more. */ MSG_FAILED_ADD_TAB = 0x62a, -/*20091013 to 20180523 +/*20091013 to 20180612 ์ธ์ฆ์ ์คํจ ํ์ต๋๋ค. Authentication failed. */ @@ -8036,472 +8036,472 @@ Authentication failed. ๋ด ์ฒดํฌ 20101019 to 20101020 ์๋ ๋ก๊ทธ์ธ ๋ฐฉ์ง -20101026 to 20180523 +20101026 to 20180612 ์๋ ์
๋ ฅ ๋ฐฉ์ง Bot checks */ MSG_BOT_CHECK = 0x62c, -/*20091013 to 20180523 +/*20091013 to 20180612 ๊ฐ์ ์ด ์๋ ์์ดํ
์ ์ฌ๋ฃ๋ก ์ฌ์ฉํ ์ ์์ต๋๋ค. Items cannot be used in materials cannot be emotional. */ MSG_SKILL_FAIL_MATERIAL_IDENTITY = 0x62d, -/*20091013 to 20180523 +/*20091013 to 20180612 ์ ์ํ์ IP๋ ๋ผ๊ทธ๋๋กํฌ ์จ๋ผ์ธ ์ด์ฉ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. ๊ณ ๊ฐ ์ง์ ์ผํฐ ๋๋ ํํ์ด์ง๋ก ๋ฌธ์ ํด ์ฃผ์ญ์์ค. It is impossible to connect using this IP in Ragnarok Online. Please contact the customer support center or home. */ MSG_BAN_IP_BLOCK = 0x62e, -/*20091013 to 20180523 +/*20091013 to 20180612 ๋น๋ฐ๋ฒํธ๊ฐ 6ํ ์ด์ ์๋ชป ์
๋ ฅ๋์ด ์ ์ ๋์ ์ ์์ด ์ ํ๋ฉ๋๋ค. ๊ณ ๊ฐ๋์ ๊ฐ์ธ์ ๋ณด๋ฅผ ๋ค์ ํ ๋ฒ ํ์ธํด ์ฃผ์๊ธธ ๋ฐ๋๋๋ค. You have entered a wrong password for more than six times, please check your personal information again. */ MSG_BAN_INVALID_PWD_CNT = 0x62f, -/*20091013 to 20180523 +/*20091013 to 20180612 ํฉ์ฑ์ ์ฌ์ฉํ ์์ดํ
์ ์๋ชจ๋ฉ๋๋ค. ๊ด์ฐฎ๊ฒ ์ต๋๊น? Consumption items are used in the synthesis. Are you sure? */ MSG_MIX_ACCEPT = 0x630, -/*20091013 to 20180523 +/*20091013 to 20180612 ์ผ์ชฝ์ ๋ณด์ด๋ ๊ธ์ ๋ฐ ์ซ์์กฐํฉ์ ์
๋ ฅํด์ฃผ์ธ์. Please input the captcha code found at your left side. */ MSG_BOT_CHECK_NOTIC = 0x631, -/*20091013 to 20180523 +/*20091013 to 20180612 ์ ์ฅ ์ค๋ช
- Describes the battlefield -- */ MSG_DESCRIBE_BATTLEFIELD = 0x632, -/*20091013 to 20180523 +/*20091013 to 20180612 ์
์ฅ ๋๊ธฐ ์ํ - Waiting for admission -- */ MSG_BATTLEFIELD_STATUS = 0x633, -/*20091013 to 20180523 +/*20091013 to 20180612 ์ ์ฅ ์
์ฅ ์ ์ฒญ ๋์๋ง Request help battle position */ MSG_BATTLEFIELD_HELP = 0x634, #endif #if PACKETVER >= 20091020 -/*20091020 to 20180523 +/*20091020 to 20180612 ์ฃ์กํฉ๋๋ค. ํด๋น ์ง์
์ ์บ๋ฆญํฐ๋ ํ์ฌ ํ
์คํธ๋ฅผ ์ํด์ ์ ์์ด ๊ธ์ง๋ฉ๋๋ค. Sorry the character you are trying to use is banned for testing connection. */ MSG_BAN_NOT_ALLOWED_JOBCLASS = 0x635, #endif #if PACKETVER >= 20091027 -/*20091027 to 20180523 +/*20091027 to 20180612 ๋ชจ๋ ์ฅ๋น ํด์ Remove all equipment */ MSG_REMOVE_EQUIPEDITEM = 0x636, #endif #if PACKETVER >= 20091103 -/*20091103 to 20180523 +/*20091103 to 20180612 ๋ฏธ๋ ์์ด์ฝ Mini Icon */ MSG_MINI_ICON = 0x637, -/*20091103 to 20180523 +/*20091103 to 20180612 ์ง์ A : ์ง์ B Camp A: Camp B */ MSG_BATTLEFIELD_TEAM = 0x638, /*20091103 to 20100616 ๋๊ธฐ ์ํ -20100622 to 20180523 +20100622 to 20180612 ๋๊ธฐ์ด Wait */ MSG_WAIT_STATUS = 0x639, -/*20091103 to 20180523 +/*20091103 to 20180612 ์ ์ฅ ์ ์ฒญ ์ทจ์ ์๋ฆผ cancellation notice of Battlefield registration. */ MSG_NOTIFY_BATTLEFIELD_CANCEL = 0x63a, -/*20091103 to 20180523 +/*20091103 to 20180612 ์ ์ฅ ํ์ ์ธ์ Required field for staff */ MSG_BATTLEFIELD_COUNT = 0x63b, -/*20091103 to 20180523 +/*20091103 to 20180612 ์ ์ฅ A ๋๊ธฐ ์ธ์ Battlefield staff A is waiting. */ MSG_BATTLEFIELD_ATEAM_COUNT = 0x63c, -/*20091103 to 20180523 +/*20091103 to 20180612 ์ ์ฅ B ๋๊ธฐ ์ธ์ Battlefield staff B is waiting. */ MSG_BATTLEFIELD_BTEAM_COUNT = 0x63d, -/*20091103 to 20180523 +/*20091103 to 20180612 ๋ด ๋๊ธฐ ์ํฉ : %d(์ง์ A) Waiting for my situation: %d (Camp A) */ MSG_BATTLEFIELD_ATEAM_WAIT = 0x63e, -/*20091103 to 20180523 +/*20091103 to 20180612 ๋ด ๋๊ธฐ ์ํฉ : %d(์ง์ B) Waiting for my situation: %d (Camp B) */ MSG_BATTLEFIELD_BTEAM_WAIT = 0x63f, -/*20091103 to 20180523 +/*20091103 to 20180612 ์ ์ฅ ์์ด์ฝ์ ๋ณด์ฌ์ค๋๋ค. Battlefield display icon. */ MSG_SHOW_BATTLEFIELD_ICON = 0x640, -/*20091103 to 20180523 +/*20091103 to 20180612 ์ ์ฅ ์์ด์ฝ์ ๋ณด์ฌ์ฃผ์ง ์์ต๋๋ค. Does not display the icon field. */ MSG_DONT_SHOW_BATTLEFIELD_ICON = 0x641, -/*20091103 to 20180523 +/*20091103 to 20180612 ์ ์ฅ ์ด๋ ์๋ฆผ Field notification was moved. */ MSG_NOTIFY_BATTLEFIELD_MOVE = 0x642, -/*20091103 to 20180523 +/*20091103 to 20180612 ์ ์ฅ ์
์ฅ ๋ณด๋ฅ ์๋ฆผ Admission pending notification of the battlefield */ MSG_NOTIFY_BATTLEFIELD_DEFER = 0x643, -/*20091103 to 20180523 +/*20091103 to 20180612 ๋๊ตฐ๊ฐ Anyone */ MSG_WHO_IS = 0x644, -/*20091103 to 20180523 +/*20091103 to 20180612 [%s](์ผ)๋ก๋ถํฐ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ๋ฐ์์ต๋๋ค. [%s] deal '%d' damage on you. */ MSG_I_RECEIVED_DAMAGE = 0x645, /*20091103 to 20091104 [%s]๊ฐ [%s](์ผ)๋ก๋ถํฐ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ๋ฐ์์ต๋๋ค. -20091110 to 20180523 +20091110 to 20180612 [%s]๋์ด [%s](์ผ)๋ก๋ถํฐ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ๋ฐ์์ต๋๋ค. [%s] received damage from [%s] with '%d' damage. */ MSG_PARTY_RECEIVED_DAMAGE = 0x646, -/*20091103 to 20180523 +/*20091103 to 20180612 [%s]์๊ฒ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ์ฃผ์์ต๋๋ค. [%s] received '%d' damage. */ MSG_I_GAVE_DAMAGE = 0x647, /*20091103 to 20091104 [%s๋]๊ฐ [%s]์๊ฒ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ์ฃผ์์ต๋๋ค. -20091110 to 20180523 +20091110 to 20180612 [%s]๋์ด [%s]์๊ฒ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ์ฃผ์์ต๋๋ค. [%s] deal damage to [%s] with '%d' damage. */ MSG_PARTY_GAVE_DAMAGE = 0x648, -/*20091103 to 20180523 +/*20091103 to 20180612 %s %d ๊ฐ ๋๋กญ You dropped '%s' (%d). */ MSG_DROP_ITEM = 0x649, -/*20091103 to 20180523 +/*20091103 to 20180612 [%s]ํ์คํธ์ [%s]๋ชฌ์คํฐ๋ฅผ ์ฒ์นํ์์ต๋๋ค. (%d/%d) [%s] Quest - defeated [%s] progress (%d/%d) */ MSG_CLEAR_QUEST_MONSTER = 0x64a, -/*20091103 to 20180523 +/*20091103 to 20180612 %s ํ์คํธ๊ฐ ์ญ์ ๋์์ต๋๋ค. The Quest '%s' has been removed. */ MSG_DELETE_QUEST = 0x64b, -/*20091103 to 20180523 +/*20091103 to 20180612 [%s]๋์ด [%s] has */ MSG_NOTIFY_WHO = 0x64c, -/*20091103 to 20180523 +/*20091103 to 20180612 '%d'์ ๊ฒฝํ์น๋ฅผ You acquired '%d' Experience Points */ MSG_NOTIFY_EXP = 0x64d, -/*20091103 to 20180523 +/*20091103 to 20180612 '%d'์ ์ก๊ฒฝํ์น๋ฅผ You acquired '%d' Job Experience Points */ MSG_NOTIFY_JOBEXP = 0x64e, -/*20091103 to 20180523 +/*20091103 to 20180612 ํ๋ํ์ต๋๋ค. gained. */ MSG_GET = 0x64f, -/*20091103 to 20180523 +/*20091103 to 20180612 ์์คํ์ต๋๋ค. has lost. */ MSG_LOSS = 0x650, -/*20091103 to 20180523 +/*20091103 to 20180612 [%s](์ผ)๋ก๋ถํฐ '%d'์ ์ฝ์ธ์ ์คํธํ์ต๋๋ค. From [%s], '%d' coins were stolen. */ MSG_NOTIFY_STEAL_COIN = 0x651, -/*20091103 to 20180523 +/*20091103 to 20180612 ์ ํฌ ๋ฉ์์ง Battle Message */ MSG_VIEW_COMBAT_MSG = 0x652, -/*20091103 to 20180523 +/*20091103 to 20180612 ํํฐ์ ์ ํฌ ๋ฉ์์ง Display Party Battle Message */ MSG_VIEW_PARTY_COMBAT_MSG = 0x653, -/*20091103 to 20180523 +/*20091103 to 20180612 ํ๋ ๊ฒฝํ์น Display Experience Message */ MSG_VIEW_GETTING_EXP_MSG = 0x654, -/*20091103 to 20180523 +/*20091103 to 20180612 ํํฐ์์ ํ๋ ๊ฒฝํ์น Display Party Experience Message */ MSG_VIEW_PARTY_GETTING_EXP_MSG = 0x655, -/*20091103 to 20180523 +/*20091103 to 20180612 ํ์คํธ ์ ๋ณด ํ์ Display Quest Info Message */ MSG_VIEW_QUEST_INFO_MSG = 0x656, -/*20091103 to 20180523 +/*20091103 to 20180612 ์ ์ฅ ์ ๋ณด ํ์ Display Battlefield Message */ MSG_VIEW_BATTLEFIELD_INFO_MSG = 0x657, #endif #if PACKETVER >= 20091104 -/*20091104 to 20180523 +/*20091104 to 20180612 [%s]์๊ฒ [%s] */ MSG_NOTIFY_TARGET_WHO = 0x658, /*20091104 to 20091104 [%s] ์คํฌ์ ์บ์คํ
ํฉ๋๋ค. -20091110 to 20180523 +20091110 to 20180612 [%s] ์คํฌ์ ์ฌ์ฉํฉ๋๋ค. Casts [%s] skill. */ MSG_NOTIFY_SKILL_TO_TARGET = 0x659, #endif #if PACKETVER >= 20091110 -/*20091110 to 20180523 +/*20091110 to 20180612 ๊ธฐ๋ฅ์ ํ์ํ Activate lock function */ MSG_LOCK_MOUSE = 0x65a, -/*20091110 to 20180523 +/*20091110 to 20180612 ๊ธฐ๋ฅ์ ํํด์ ์ํ Deactivate lock function */ MSG_UNLOCK_MOUSE = 0x65b, #endif #if PACKETVER >= 20091201 -/*20091201 to 20180523 +/*20091201 to 20180612 [%s]๋์ด [%s](์ผ)๋ก๋ถํฐ '%s' ๋ฅผ ํ๋ ํ์ต๋๋ค. Citizens of Midgard, Lady Luck shines upon [%s] !! [%s] has awarded the player with '%s' !! */ MSG_BROADCASTING_SPECIAL_ITEM_OBTAIN = 0x65c, #endif #if PACKETVER >= 20091208 -/*20091208 to 20180523 +/*20091208 to 20180612 ์๋๋งจ Swordman */ MSG_JOB_SWORDMAN = 0x65d, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋งค์ง์
Magician */ MSG_JOB_MAGICIAN = 0x65e, -/*20091208 to 20180523 +/*20091208 to 20180612 ์์ฒ Archer */ MSG_JOB_ARCHER = 0x65f, -/*20091208 to 20180523 +/*20091208 to 20180612 ์ด์ฝ๋ผ์ดํธ Acolyte */ MSG_JOB_ACOLYTE = 0x660, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋จธ์ฒธํธ Merchant */ MSG_JOB_MERCHANT = 0x661, -/*20091208 to 20180523 +/*20091208 to 20180612 ์จํ Thief */ MSG_JOB_THIEF = 0x662, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋์ดํธ Knight */ MSG_JOB_KNIGHT = 0x663, -/*20091208 to 20180523 +/*20091208 to 20180612 ํ๋ฆฌ์คํธ Priest */ MSG_JOB_PRIEST = 0x664, -/*20091208 to 20180523 +/*20091208 to 20180612 ์์ ๋ Wizard */ MSG_JOB_WIZARD = 0x665, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋ธ๋์ค๋ฏธ์ค Black Smith */ MSG_JOB_BLACKSMITH = 0x666, -/*20091208 to 20180523 +/*20091208 to 20180612 ํํฐ Hunter */ MSG_JOB_HUNTER = 0x667, -/*20091208 to 20180523 +/*20091208 to 20180612 ์ด์์ Assasin */ MSG_JOB_ASSASSIN = 0x668, -/*20091208 to 20180523 +/*20091208 to 20180612 ํฌ๋ฃจ์ธ์ด๋ Crusader */ MSG_JOB_CRUSADER = 0x669, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋ชฝํฌ Monk */ MSG_JOB_MONK = 0x66a, -/*20091208 to 20180523 +/*20091208 to 20180612 ์ธ์ด์ง Sage */ MSG_JOB_SAGE = 0x66b, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋ก๊ทธ Rogue */ MSG_JOB_ROGUE = 0x66c, -/*20091208 to 20180523 +/*20091208 to 20180612 ์์ผ๋ฏธ์คํธ Alchemist */ MSG_JOB_ALCHEMIST = 0x66d, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋ฐ๋ Bard */ MSG_JOB_BARD = 0x66e, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋์ Dancer */ MSG_JOB_DANCER = 0x66f, /*20091208 to 20100310 ๋ฃฌ๋์ดํธ -20100316 to 20180523 +20100316 to 20180612 ๋ฃฌ ๋์ดํธ Rune Knight */ MSG_JOB_RUNE_KNIGHT = 0x670, -/*20091208 to 20180523 +/*20091208 to 20180612 ์๋ก Warlock */ MSG_JOB_WARLOCK = 0x671, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋ ์ธ์ ธ Ranger */ MSG_JOB_RANGER = 0x672, /*20091208 to 20100310 ์ํฌ๋น์ -20100316 to 20180523 +20100316 to 20180612 ์ํฌ ๋น์ Arc Bishop */ MSG_JOB_ARCHBISHOP = 0x673, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋ฏธ์ผ๋ Mechanic */ MSG_JOB_MECHANIC = 0x674, /*20091208 to 20100310 ๊ธธ๋กํดํฌ๋ก์ค -20100316 to 20180523 +20100316 to 20180612 ๊ธธ๋กํด ํฌ๋ก์ค Guillotine Cross */ MSG_JOB_GUILLOTINE_CROSS = 0x675, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋ก์๊ฐ๋ Royal Guard */ MSG_JOB_ROYAL_GUARD = 0x676, -/*20091208 to 20180523 +/*20091208 to 20180612 ์์๋ฌ Sorcerer */ MSG_JOB_SORCERER = 0x677, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋ฏผ์คํธ๋ด Minstrel */ MSG_JOB_MINSTREL = 0x678, -/*20091208 to 20180523 +/*20091208 to 20180612 ์๋๋ฌ Wanderer */ MSG_JOB_WANDERER = 0x679, -/*20091208 to 20180523 +/*20091208 to 20180612 ์๋ผ Sura */ MSG_JOB_SURA = 0x67a, -/*20091208 to 20180523 +/*20091208 to 20180612 ์ ๋ค๋ฆญ Genetic */ MSG_JOB_GENETIC = 0x67b, /*20091208 to 20100310 ์๋์ฐ์ฒด์ด์ -20100316 to 20180523 +20100316 to 20180612 ์๋์ฐ ์ฒด์ด์ Shadow Chaser */ MSG_JOB_SHADOW_CHASER = 0x67c, /*20091208 to 20100113 ์๋๋งจ_ํ์ด -20100119 to 20180523 +20100119 to 20180612 ์๋๋งจ ํ์ด High Swordman */ MSG_JOB_SWORDMAN_H = 0x67d, /*20091208 to 20100113 ๋งค์ง์
_ํ์ด -20100119 to 20180523 +20100119 to 20180612 ๋งค์ง์
ํ์ด High Magician */ MSG_JOB_MAGICIAN_H = 0x67e, /*20091208 to 20100113 ์์ฒ_ํ์ด -20100119 to 20180523 +20100119 to 20180612 ์์ฒ ํ์ด High Archer */ MSG_JOB_ARCHER_H = 0x67f, /*20091208 to 20100113 ์ด์ฝ๋ผ์ดํธ_ํ์ด -20100119 to 20180523 +20100119 to 20180612 ์ด์ฝ๋ผ์ดํธ ํ์ด High Acolyte */ MSG_JOB_ACOLYTE_H = 0x680, /*20091208 to 20100113 ๋จธ์ฒธํธ_ํ์ด -20100119 to 20180523 +20100119 to 20180612 ๋จธ์ฒธํธ ํ์ด High Merchant */ @@ -8510,97 +8510,97 @@ High Merchant ์ํ_ํ์ด 20100119 to 20100223 ์ํ ํ์ด -20100302 to 20180523 +20100302 to 20180612 ์จํ ํ์ด High Thief */ MSG_JOB_THIEF_H = 0x682, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋ก๋๋์ดํธ Lord Knight */ MSG_JOB_KNIGHT_H = 0x683, -/*20091208 to 20180523 +/*20091208 to 20180612 ํ์ดํ๋ฆฌ์คํธ High Priest */ MSG_JOB_PRIEST_H = 0x684, -/*20091208 to 20180523 +/*20091208 to 20180612 ํ์ด์์ ๋ High Wizard */ MSG_JOB_WIZARD_H = 0x685, -/*20091208 to 20180523 +/*20091208 to 20180612 ํ์ดํธ์ค๋ฏธ์ค White Smith */ MSG_JOB_BLACKSMITH_H = 0x686, -/*20091208 to 20180523 +/*20091208 to 20180612 ์ค๋์ดํผ Sniper */ MSG_JOB_HUNTER_H = 0x687, -/*20091208 to 20180523 +/*20091208 to 20180612 ์ด์์ ํฌ๋ก์ค Assasin Cross */ MSG_JOB_ASSASSIN_H = 0x688, -/*20091208 to 20180523 +/*20091208 to 20180612 ํ๋ผ๋ Paladin */ MSG_JOB_CRUSADER_H = 0x689, -/*20091208 to 20180523 +/*20091208 to 20180612 ์ฑํผ์จ Champion */ MSG_JOB_MONK_H = 0x68a, -/*20091208 to 20180523 +/*20091208 to 20180612 ํ๋กํ์ Professor */ MSG_JOB_SAGE_H = 0x68b, -/*20091208 to 20180523 +/*20091208 to 20180612 ์คํ ์ปค Stalker */ MSG_JOB_ROGUE_H = 0x68c, -/*20091208 to 20180523 +/*20091208 to 20180612 ํฌ๋ฆฌ์์ดํฐ Creator */ MSG_JOB_ALCHEMIST_H = 0x68d, -/*20091208 to 20180523 +/*20091208 to 20180612 ํด๋ก์ด Clown */ MSG_JOB_BARD_H = 0x68e, -/*20091208 to 20180523 +/*20091208 to 20180612 ์ง์ Gypsy */ MSG_JOB_DANCER_H = 0x68f, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋
ธ๋น์ค Wedding */ MSG_JOB_NOVICE = 0x690, -/*20091208 to 20180523 +/*20091208 to 20180612 ํ์ด๋
ธ๋น์ค High Novice */ MSG_JOB_NOVICE_H = 0x691, -/*20091208 to 20180523 +/*20091208 to 20180612 ์ํผ๋
ธ๋น์ค Super Novice */ MSG_JOB_SUPERNOVICE = 0x692, -/*20091208 to 20180523 +/*20091208 to 20180612 ๊ฑด์ฌ๋ง๊ฑฐ Gunslinger */ MSG_JOB_GUNSLINGER = 0x693, -/*20091208 to 20180523 +/*20091208 to 20180612 ๋์ Ninja */ @@ -8609,227 +8609,227 @@ Ninja ํ๊ถ์๋
,ํ๊ถ์๋
20100112 to 20100310 ํ๊ถ์๋
์๋
-20100316 to 20180523 +20100316 to 20180612 ํ๊ถ์๋
/์๋
Taekwon F/M */ MSG_JOB_TAEKWON = 0x695, -/*20091208 to 20180523 +/*20091208 to 20180612 ๊ถ์ฑ Star Gladiator */ MSG_JOB_STAR = 0x696, -/*20091208 to 20180523 +/*20091208 to 20180612 ์์ธ๋ง์ปค Soul Linker */ MSG_JOB_LINKER = 0x697, -/*20091208 to 20180523 +/*20091208 to 20180612 ํํฐ๋ชจ์ง Party Recruitment */ MSG_SEEK_PARTY_MEMBER = 0x698, /*20091208 to 20100310 ํํฐ ๋ถํน ๋ฆฌ์คํธ -20100316 to 20180523 +20100316 to 20180612 ํํฐ ๋ชจ์ง ๋ฆฌ์คํธ Party Booking List */ MSG_SEEK_PARTY_LIST = 0x699, -/*20091208 to 20180523 +/*20091208 to 20180612 ํํฐ ๋ชจ์ง ์ค Recruiting Party */ MSG_SEEK_PARTY_CHECK = 0x69a, #endif #if PACKETVER >= 20091215 -/*20091215 to 20180523 +/*20091215 to 20180612 [ํ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. [Bow] must be equipped. */ MSG_FAIL_NEED_EQUIPPED_BOW = 0x69b, -/*20091215 to 20180523 +/*20091215 to 20180612 [์
๊ธฐ/์ฑ์ฐ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. [Musical Instrument/Whip] must be equipped. */ MSG_FAIL_NEED_EQUIPPED_INSTRUMENT_WHIP = 0x69c, -/*20091215 to 20180523 +/*20091215 to 20180612 ์๋ฌธ๊ณผ ์ซ์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Only alphanumeric characters are allowed. */ MSG_BAD_CHAR = 0x69d, -/*20091215 to 20180523 +/*20091215 to 20180612 ์๋ฆผ Notice */ MSG_ALRAM = 0x69e, -/*20091215 to 20180523 +/*20091215 to 20180612 ์์ ์ ๋ณด๊ฐ ์ ํํ์ง ์์ ์์ดํ
๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. Item purchase failed due to incorrect shop information. */ MSG_FAIL_BUY_ITEM_INVALID_MCSTORE = 0x69f, #endif #if PACKETVER >= 20100105 -/*20100105 to 20180523 +/*20100105 to 20180612 ์์ง ์์ดํ
์ฐฝ์์ ๋ฒ๋ฆด ์ ์์ต๋๋ค. Item cannot be discarded from the window. */ MSG_CAN_DROP_ITEM_TO_ITEMWND = 0x6a0, #endif #if PACKETVER >= 20100112 -/*20100112 to 20180523 +/*20100112 to 20180612 ์๊ฐ Time */ MSG_TIME = 0x6a1, -/*20100112 to 20180523 +/*20100112 to 20180612 ๋งต Map */ MSG_MAP = 0x6a2, -/*20100112 to 20180523 +/*20100112 to 20180612 ๊ฑฐ๋ ์ํ์์๋ ์์ดํ
์ฌ์ฉ ๋ฐ ์ฅ๋น ์ฐฉ์ฉ/ํด์ ๋ฅผ ํ ์ ์์ต๋๋ค. You can't use, equip or disarm items when you're trading. */ MSG_CANT_USE_WHEN_OPENED_EXCHANGEWND = 0x6a3, -/*20100112 to 20180523 +/*20100112 to 20180612 ๋ฏธ์ง์ ๊ฐ Unspecified value */ MSG_HOTKEY_UNKOWN = 0x6a4, #endif #if PACKETVER >= 20100126 -/*20100126 to 20180523 +/*20100126 to 20180612 /stateinfo : ์ํ ์์ด์ฝ์ ๋ํ ์ค๋ช
์ ๋ณด์ฌ์ค๋๋ค. On Off /stateinfo: Shows the description of status icons. On Off */ MSG_EXPLAIN_STATEINFO = 0x6a5, -/*20100126 to 20180523 +/*20100126 to 20180612 ์ํ ์ ๋ณด On : ์ํ ์์ด์ฝ์ ๋ํ ์ค๋ช
์ด ํ์๋ฉ๋๋ค. Status Information On: Status icon description is enabled. */ MSG_SHOW_STATEINFO_ON = 0x6a6, -/*20100126 to 20180523 +/*20100126 to 20180612 ์ํ ์ ๋ณด Off: ์ํ ์์ด์ฝ์ ๋ํ ์ค๋ช
์ด ํ์๋์ง ์์ต๋๋ค. Status Information Off: Status icon description is disabled. */ MSG_SHOW_STATEINFO_OFF = 0x6a7, /*20100126 to 20100126 ๊ฐ์ ์์ดํ
์ ํ๋ฒ์ %d๊ฐ ์ด์์ ์ด์ ์์ต๋๋ค. -20100202 to 20180523 +20100202 to 20180612 ๊ฐ์ ์์ดํ
์ ํ๋ฒ์ %d๊ฐ ์ด์์ ์ด ์ ์์ต๋๋ค. It is not possible to purchase the same item more than %d pieces at a time */ MSG_LIMIT_BUY_ITEM2 = 0x6a8, #endif #if PACKETVER >= 20100202 -/*20100202 to 20180523 +/*20100202 to 20180612 ๊ฐ์ ์์ดํ
์ ํ๋ฒ์ %d๊ฐ ์ด์์ ํ ์ ์์ต๋๋ค. It is not possible to purchase the same item more than %d pieces at a time */ MSG_LIMIT_SELL_ITEM = 0x6a9, /*20100202 to 20100203 ์ด ๊ตฌ๋งค ๊ฐ๋ฅ ๊ฐ์๋ %d๊ฐ ์
๋๋ค. -20100209 to 20180523 +20100209 to 20180612 ํด๋น ์์ดํ
์ ์ด ๊ตฌ๋งค ๊ฐ๋ฅ ๊ฐ์๋ %d๊ฐ ์
๋๋ค. Can purchase upto %d pieces of the same item at a time. */ MSG_CAN_BUY_ITEM_NUM = 0x6aa, #endif #if PACKETVER >= 20100209 -/*20100209 to 20180523 +/*20100209 to 20180612 ์ค์ ํ ๋ด์ฉ์ ์ ์ ์ข
๋ฃ ์ [%s\%s]์ ์ ์ฅ๋ฉ๋๋ค. User customized key is saved to [%s\%s] */ MSG_SAVE_HOTKEY_TO_FILE = 0x6ab, #endif #if PACKETVER >= 20100216 -/*20100216 to 20180523 +/*20100216 to 20180612 [%s] ๋์ ํ์ฌ ๊ตํ ์ ์ฒญ์ ๋ฐ์ ์ ์๋ ์ํ์
๋๋ค. [%s] is currently on trade and cannot accept the request. */ MSG_CHARACTER_IS_BUSY = 0x6ac, #endif #if PACKETVER >= 20100309 -/*20100309 to 20180523 +/*20100309 to 20180612 RO_HELP RO_HELP. */ MSG_RO_HELP = 0x6ad, #endif #if PACKETVER >= 20100316 -/*20100316 to 20180523 +/*20100316 to 20180612 ๋ชจ๋ฃจ๊ฐ ์กด์ฌ ํ์ง ์์ต๋๋ค. Anvil does not exist. */ MSG_HAVENOT_ANVIL = 0x6ae, -/*20100316 to 20180523 +/*20100316 to 20180612 ๋
ธ๋น์ค ๋ ๋ฒจ 10 ์ดํ๋ ๊ท์๋ง์ด ๊ธ์ง๋ฉ๋๋ค Novice below level 10 is not allowed to whisper. */ MSG_WHISPER_BLOCK_NOVICE_LEVEL10 = 0x6af, #endif #if PACKETVER >= 20100323 -/*20100323 to 20180523 +/*20100323 to 20180612 ๊ณต๊ฒฉ Attack */ MSG_JOB_ATTACKER = 0x6b0, -/*20100323 to 20180523 +/*20100323 to 20180612 ๋ฐฉ์ด Defense */ MSG_JOB_TANKER = 0x6b1, -/*20100323 to 20180523 +/*20100323 to 20180612 ํ๋ณต Consumables */ MSG_JOB_HEALER = 0x6b2, -/*20100323 to 20180523 +/*20100323 to 20180612 ๋ณด์กฐ Support */ MSG_JOB_ASSISTANCE = 0x6b3, -/*20100323 to 20180523 +/*20100323 to 20180612 ํํฐ ๋ชจ์ง ๊ด๋ จ ๋ช
๋ น์ด Party recruitment related command */ MSG_DESCRIBE_PARTY_BOOKING = 0x6b4, #endif #if PACKETVER >= 20100330 -/*20100330 to 20180523 +/*20100330 to 20180612 ๊ธธ๋ ๋๋งน์ ์ฒญ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค Guild alliance application is not possible. */ MSG_GUILD_ALLY_REQUEST_DISABLE = 0x6b5, -/*20100330 to 20180523 +/*20100330 to 20180612 ๊ธธ๋ ์ ๋์ ์ฒญ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค Guild hostility application is not possible. */ MSG_GUILD_HOSTILE_REQUEST_DISABLE = 0x6b6, -/*20100330 to 20180523 +/*20100330 to 20180612 ์์งํธ๋งต์์๋ ์น๊ตฌ์ถ๊ฐ๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค Adding friends is not possible in this map. */ MSG_FRIEND_ADD_FALSE_AGIT = 0x6b7, #endif #if PACKETVER >= 20100406 -/*20100406 to 20180523 +/*20100406 to 20180612 ๊ตฌ๋งค๋
ธ์ ๊ฐ์ค Buying Store Window */ MSG_BUYINGSTORE_MAKEWND_TITLE = 0x6b8, -/*20100406 to 20180523 +/*20100406 to 20180612 ๊ตฌ๋งค๊ฐ : Price: */ MSG_BUYINGSTORE_MAKEWND_PRICE = 0x6b9, -/*20100406 to 20180523 +/*20100406 to 20180612 ์์ง์ก : Money: */ MSG_BUYINGSTORE_MAKEWND_MYZENY = 0x6ba, -/*20100406 to 20180523 +/*20100406 to 20180612 ๊ตฌ๋งค ํ๋์ก Purchase Zeny Limit */ @@ -8837,7 +8837,7 @@ Purchase Zeny Limit /*20100406 to 20100414 ํ๋งค ๊ฐ๋ฅํ ์์ดํ
๋ชฉ๋ก Available items: -20100420 to 20180523 +20100420 to 20180612 ๊ตฌ๋งคํ ์์ดํ
์ ๋ฑ๋กํ์ง ์์์ต๋๋ค. ๊ตฌ๋งคํ์ค ์์ดํ
์ ๋ฑ๋กํด ์ฃผ์ธ์ Please register the item first that has to be purchased. */ @@ -8845,7 +8845,7 @@ Please register the item first that has to be purchased. /*20100406 to 20100414 ๋์ ๊ตฌ๋งค๋
ธ์ Purchase list: -20100420 to 20180523 +20100420 to 20180612 %s ์์ดํ
์ ๊ฐ๊ฒฉ์ ์
๋ ฅํด ์ฃผ์ธ์. Enter the price for item %s. */ @@ -8853,14 +8853,14 @@ Enter the price for item %s. /*20100406 to 20100414 ๊ตฌ๋งค ๋
ธ์ Wanted items -20100420 to 20180523 +20100420 to 20180612 %s ์์ดํ
์ ๊ฐ๊ฒฉ์ 9999๋ง Zeny์ดํ๋ก ์
๋ ฅํด ์ฃผ์ธ์. Enter the price for item %s. It has to be below 99990000 Zeny. */ MSG_BUYINGSTORE_MAKEWND_REINPUTPRICE = 0x6be, /*20100406 to 20100414 ์ ํ๊ธ์ก : %d Zeny -20100420 to 20180523 +20100420 to 20180612 %s ์์ดํ
์ ๊ตฌ๋งค์๋์ ์
๋ ฅํด ์ฃผ์ธ์. Enter the item number for %s. */ @@ -8868,7 +8868,7 @@ Enter the item number for %s. /*20100406 to 20100414 %s %s Zeny %d ๊ฐ Buying %s for %s Zeny. Amount: %d. -20100420 to 20180523 +20100420 to 20180612 %s ์์ดํ
์ ์์ง์๋๊ณผ ๊ตฌ๋งค์๋์ ํฉ์ด 9999๊ฐ ์ด์์
๋๋ค. 9999๊ฐ ์ดํ์ ์๋์ ์
๋ ฅํด ์ฃผ์ธ์. The sum of purchasing and belonging items is over 9999. The sum has to be bellow 9999. */ @@ -8876,14 +8876,14 @@ The sum of purchasing and belonging items is over 9999. The sum has to be bellow /*20100406 to 20100414 %s : %s Zeny => %s EA %s: %s Zeny => %s ea. -20100420 to 20180523 +20100420 to 20180612 ์ค๋ณต๋ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. You have duplicate items in your purchase list. */ MSG_BUYINGSTORE_MAKEWND_DUPLICATEITEM = 0x6c1, /*20100406 to 20100414 %s %d ๊ฐ ๊ตฌ๋งค. -20100420 to 20180523 +20100420 to 20180612 ์ ํ ๊ธ์ก์ ์
๋ ฅํด ์ฃผ์ธ์ Enter the limited price. */ @@ -8891,7 +8891,7 @@ Enter the limited price. /*20100406 to 20100414 ์์ดํ
์ ๋ชจ๋ ๊ตฌ๋งคํ์ต๋๋ค. You purchased all items. -20100420 to 20180523 +20100420 to 20180612 ์
๋ ฅํ ์ ํ๊ธ์ก์ด ์์ง๊ธ์ก์ ์ด๊ณผํฉ๋๋ค. ๋ค์ ์ค์ ํด ์ฃผ์ธ์ You have entered a greater amount of zeny than you have. Please check your zeny. */ @@ -8899,21 +8899,21 @@ You have entered a greater amount of zeny than you have. Please check your zeny. /*20100406 to 20100414 ํด๋น ์์ดํ
์ ์ด ํ๋งค ๊ฐ๋ฅ ๊ฐ์๋ %d๊ฐ ์
๋๋ค. The max. number of items you can sell is %d. -20100420 to 20180523 +20100420 to 20180612 %s : %s Zeny => %s EA %s: %s Zeny => %s ea. */ MSG_BUYINGSTORE_MAKEWND_ITEMLIST = 0x6c4, /*20100406 to 20100414 ๊ฐ๊ฒฉ์ด 0 Zeny์ธ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. ๊ฐ๊ฒฉ์ ์
๋ ฅํด ์ฃผ์ธ์. -20100420 to 20180523 +20100420 to 20180612 ๊ตฌ๋งค ๊ฐ๋ฅํ ์์ดํ
๋ชฉ๋ก Available items: */ MSG_BUYINGSTORE_MIRRORBUYITEMLIST = 0x6c5, /*20100406 to 20100414 ๊ฐ๊ฒฉ์ด 9999๋ง Zeny์ด์์ธ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. 9999๋ง Zeny ์ดํ์ ๊ฐ๊ฒฉ์ ์
๋ ฅํด ์ฃผ์ธ์. -20100420 to 20180523 +20100420 to 20180612 ๋์ ๊ตฌ๋งค๋
ธ์ Purchase list: */ @@ -8922,14 +8922,14 @@ Purchase list: ๊ตฌ๋งค์๋์ด 0 ๊ฐ์ธ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. ์๋์ ์
๋ ฅํด ์ฃผ์ธ์. 20100420 to 20110208 ์ ํ๊ธ์ก : %d Zeny -20110215 to 20180523 +20110215 to 20180612 ์ ํ๊ธ์ก : %s Zeny Price limit: %s Zeny */ MSG_BUYINGSTORE_MYSHOPWND_LIMITZENY = 0x6c7, /*20100406 to 20100414 ๊ตฌ๋งค์๋์ด 9999๊ฐ ์ด์์ธ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. 9999๊ฐ ์ดํ์ ์๋์ ์
๋ ฅํด ์ฃผ์ธ์. -20100420 to 20180523 +20100420 to 20180612 %s %s Zeny %d ๊ฐ Buying %s for %s Zeny. Amount: %d. */ @@ -8937,21 +8937,21 @@ Buying %s for %s Zeny. Amount: %d. /*20100406 to 20100414 ์ค๋ณต๋ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. You have duplicate items in your purchase list. -20100420 to 20180523 +20100420 to 20180612 ๊ตฌ๋งค ๋
ธ์ Wanted items */ MSG_BUYINGSTORE_SHOPWND_TITLE = 0x6c9, /*20100406 to 20100414 ๊ตฌ๋งค์์ ์ด๊ธฐ์ ์คํจํ์ต๋๋ค. -20100420 to 20180523 +20100420 to 20180612 ํ๋งค ๊ฐ๋ฅํ ์์ดํ
๋ชฉ๋ก Available items: */ MSG_BUYINGSTORE_MIRRORSELLWND_TITLE = 0x6ca, /*20100406 to 20100414 ๊ตฌ๋งค์์ ์ด๊ธฐ์ ์คํจํ์ต๋๋ค. -20100420 to 20180523 +20100420 to 20180612 ํด๋น ์์ดํ
์ ์ด ํ๋งค ๊ฐ๋ฅ ๊ฐ์๋ %d๊ฐ ์
๋๋ค. The max. number of items you can sell is %d. */ @@ -8960,14 +8960,14 @@ The max. number of items you can sell is %d. ๊ตฌ๋งค๊ฐ๋ฅํ ์ต๋ ๊ฐฏ์๋ฅผ ์ด๊ณผํ์์ต๋๋ค. 20100420 to 20110208 ๊ตฌ๋งค์์ ์์ก์ด ๋ถ์กฑํ๋ ๋ค์ ์ค์ ํด ์ฃผ์ธ์ -20110215 to 20180523 +20110215 to 20180612 ๊ตฌ๋งค๋
ธ์ ์ ์ ํ๊ธ์ก์ ์ด๊ณผํ์ฌ ํ๋งคํ ์ ์์ต๋๋ค. Buyer has insufficient money, lower the amount of items you're selling. */ MSG_BUYINGSTORE_SELLWND_LACKBUYERZENY = 0x6cc, /*20100406 to 20100414 ๋จ์ ์์ก์ผ๋ก ์์ดํ
๊ตฌ๋งค๊ฐ ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. -20100420 to 20180523 +20100420 to 20180612 ๊ตฌ๋งค์์ ๊ฐ์ค์ ์คํจํ์ต๋๋ค. Failed to open purchase shop. */ @@ -8977,7 +8977,7 @@ Failed to open purchase shop. /*20100413 to 20100414 ์ํ๋ ์ ๋ น์ด ์์ต๋๋ค. You don't have any summoned spirits. -20100420 to 20180523 +20100420 to 20180612 ์์ดํ
์ ์ด ๋ฌด๊ฒ๊ฐ %d ๋งํผ ์์ง ํ๊ณ๋์ ์ด๊ณผํฉ๋๋ค. ๋ค์ ์ค์ ํด ์ฃผ์ธ์. You exceed the total amount of items. */ @@ -8985,34 +8985,34 @@ You exceed the total amount of items. /*20100413 to 20100414 ์๋ฒ์ฐํฉ๋์ ์ ์ฝ์ฌํญ ์
๋๋ค. This is a restricted server. -20100420 to 20180523 +20100420 to 20180612 ์ ํ๊ธ์ก๋งํผ์ ์์ดํ
์ ๋ชจ๋ ๊ตฌ๋งคํ์์ต๋๋ค. You have purchased all items within the limited price. */ MSG_BUYINGSTORE_TRADE_OVERLIMITZENY = 0x6cf, #endif #if PACKETVER >= 20100420 -/*20100420 to 20180523 +/*20100420 to 20180612 ์์ดํ
์ ๋ชจ๋ ๊ตฌ๋งคํ์ต๋๋ค. You purchased all items. */ MSG_BUYINGSTORE_TRADE_BUYCOMPLETE = 0x6d0, -/*20100420 to 20180523 +/*20100420 to 20180612 ๊ตฌ๋งค์์ ์์ก์ด ๋ถ์กฑํ์ฌ ๊ฑฐ๋๊ฐ ์คํจํ์์ต๋๋ค. Failed to deal because you have not enough Zeny. */ MSG_BUYINGSTORE_TRADE_LACKBUYERZENY = 0x6d1, -/*20100420 to 20180523 +/*20100420 to 20180612 %s %d๊ฐ๋ฅผ %dz์ ํ๋งคํ์์ต๋๋ค. You have sold %s. Amount: %d. Total Zeny: %dz */ MSG_BUYINGSTORE_TRADE_SELLCOMPLETE = 0x6d2, -/*20100420 to 20180523 +/*20100420 to 20180612 %s ์์ดํ
์ ํฌ๋ง ๊ตฌ๋งค๊ฐฏ์๋ณด๋ค ์๋์ด ๋ง์ ํ๋งคํ์ง ๋ชปํ์์ต๋๋ค %s item could not be sold because you do not have the wanted amount of items. */ MSG_BUYINGSTORE_TRADE_OVERCOUNT = 0x6d3, -/*20100420 to 20180523 +/*20100420 to 20180612 ์ํ๋ ์ ๋ น์ด ์์ต๋๋ค. You don't have any summoned spirits. 20130807 to 20130814 @@ -9020,7 +9020,7 @@ You don't have any summoned spirits. Has not registered to sell the item. Please register to sell the item */ MSG_USESKILL_FAIL_EL_SUMMON = 0x6d4, -/*20100420 to 20180523 +/*20100420 to 20180612 ์๋ฒ์ฐํฉ๋์ ์ ์ฝ์ฌํญ ์
๋๋ค. This is a restricted server. 20130807 to 20130814 @@ -9028,7 +9028,7 @@ This is a restricted server. You don't have any summoned spirits. */ MSG_AGAINSTSERVERSIEGEWARFARE_RESTRICTION = 0x6d5, -/*20100420 to 20180523 +/*20100420 to 20180612 OTP ๋น๋ฐ๋ฒํธ๋ 6์๋ฆฌ ์
๋๋ค. OTP password is 6 digits long. 20130807 to 20130814 @@ -9036,7 +9036,7 @@ OTP password is 6 digits long. This is a restricted server. */ MSG_OTP_MUST_6_CHAR = 0x6d6, -/*20100420 to 20180523 +/*20100420 to 20180612 OTP ์ ๋ณด๊ฐ ์์ต๋๋ค. ๊ด๋ฆฌ์์๊ฒ ๋ฌธ์ํ์๊ธฐ ๋ฐ๋๋๋ค. OTP information is unavailable. Please contact your administrator. 20130807 to 20130814 @@ -9044,7 +9044,7 @@ OTP ๋น๋ฐ๋ฒํธ๋ 6์๋ฆฌ ์
๋๋ค. OTP password is 6 digits long. */ MSG_DB_ERROR = 0x6d7, -/*20100420 to 20180523 +/*20100420 to 20180612 OTP ์ธ์ฆ์ ์คํจ ํ์ต๋๋ค. OTP authentication failed. 20130807 to 20130814 @@ -9052,7 +9052,7 @@ OTP ์ ๋ณด๊ฐ ์์ต๋๋ค. ๊ด๋ฆฌ์์๊ฒ ๋ฌธ์ํ์๊ธฐ ๋ฐ๋๋๋ค. OTP information is unavailable. Please contact your administrator. */ MSG_OTP_FAILED = 0x6d8, -/*20100420 to 20180523 +/*20100420 to 20180612 ํํฐ๊ด๊ณ ๊ฐ ์ถ๊ฐ๋์์ต๋๋ค Party ad has been added. 20130807 to 20130814 @@ -9062,7 +9062,7 @@ OTP authentication failed. MSG_PARTY_BOOKING_NOTIFY = 0x6d9, /*20100420 to 20110719 ํํฐ์ ๋ชจ์ง ์ค -20110726 to 20180523 +20110726 to 20180612 ๋ชจ์ง ์ค Recruit party members 20130807 to 20130814 @@ -9070,7 +9070,7 @@ Recruit party members Party ad has been added. */ MSG_PARTY_BOOKING_REQURT = 0x6da, -/*20100420 to 20180523 +/*20100420 to 20180612 ์ญํ Roles 20130807 to 20130814 @@ -9078,7 +9078,7 @@ Roles Recruit party members */ MSG_PARTY_BOOKING_TYPE = 0x6db, -/*20100420 to 20180523 +/*20100420 to 20180612 1์ฐจ ์ง์
1st Jobs 20130807 to 20130814 @@ -9086,7 +9086,7 @@ Recruit party members Roles */ MSG_PARTY_BOOKING_TYPE_1 = 0x6dc, -/*20100420 to 20180523 +/*20100420 to 20180612 2์ฐจ ์ง์
2nd Jobs 20130807 to 20130814 @@ -9094,7 +9094,7 @@ Roles 1st Jobs */ MSG_PARTY_BOOKING_TYPE_2 = 0x6dd, -/*20100420 to 20180523 +/*20100420 to 20180612 3-1์ฐจ ์ง์
3-1 Classes 20130807 to 20130814 @@ -9102,7 +9102,7 @@ Roles 2nd Jobs */ MSG_PARTY_BOOKING_TYPE_3_1 = 0x6de, -/*20100420 to 20180523 +/*20100420 to 20180612 3-2์ฐจ ์ง์
3-2 Classes 20130807 to 20130814 @@ -9110,7 +9110,7 @@ Roles 3-1 Classes */ MSG_PARTY_BOOKING_TYPE_3_2 = 0x6df, -/*20100420 to 20180523 +/*20100420 to 20180612 ์ ์น 1์ฐจ ์ง์
1st Job High 20130807 to 20130814 @@ -9118,7 +9118,7 @@ Roles 3-2 Classes */ MSG_PARTY_BOOKING_TYPE_1PLUS = 0x6e0, -/*20100420 to 20180523 +/*20100420 to 20180612 ์ ์น 2์ฐจ ์ง์
2nd Jobs High 20130807 to 20130814 @@ -9126,7 +9126,7 @@ Roles 1st Job High */ MSG_PARTY_BOOKING_TYPE_2PLUS = 0x6e1, -/*20100420 to 20180523 +/*20100420 to 20180612 ๊ธฐํ ์ง์
๊ตฐ Other Jobs 20130807 to 20130814 @@ -9134,7 +9134,7 @@ Other Jobs 2nd Jobs High */ MSG_PARTY_BOOKING_TYPE_ETC = 0x6e2, -/*20100420 to 20180523 +/*20100420 to 20180612 ๋ชจ์ง ํ๊ธฐ Recruit 20130807 to 20130814 @@ -9142,7 +9142,7 @@ Recruit Other Jobs */ MSG_PARTY_BOOKING_REQURTING = 0x6e3, -/*20100420 to 20180523 +/*20100420 to 20180612 ํํฐ์์ ๋ชจ์งํฉ๋๋ค. Open party recruitment window. 20130807 to 20130814 @@ -9152,7 +9152,7 @@ Recruit MSG_PARTY_BOOKING_REQURT_TIP = 0x6e4, /*20100420 to 20110719 ๊ฒ์์ค - -20110726 to 20180523 +20110726 to 20180612 ๊ฒ์ ์ค - Searching - 20130807 to 20130814 @@ -9160,7 +9160,7 @@ Searching - Open party recruitment window. */ MSG_PARTY_BOOKING_SEARCH = 0x6e5, -/*20100420 to 20180523 +/*20100420 to 20180612 ๋ชจ๋ ์ ํ Select All 20130807 to 20130814 @@ -9168,7 +9168,7 @@ Select All Searching - */ MSG_PARTY_BOOKING_ALL_SELECT = 0x6e6, -/*20100420 to 20180523 +/*20100420 to 20180612 ์ต์ํ ํ๋์ ์ง์
์ด ๋ชจ์ง ์ค์ด์ด์ผ ํฉ๋๋ค. Recruitment of at least one job must be running. 20130807 to 20130814 @@ -9176,7 +9176,7 @@ Recruitment of at least one job must be running. Select All */ MSG_PARTY_BOOKING_ERR1 = 0x6e7, -/*20100420 to 20180523 +/*20100420 to 20180612 ์ต์ 1๊ฐ์ด์์ ์ง์
์ ์ ํํด ์ฃผ์
์ผ ํฉ๋๋ค. You have to select atleast 1 or more jobs. 20130807 to 20130814 @@ -9184,7 +9184,7 @@ You have to select atleast 1 or more jobs. Recruitment of at least one job must be running. */ MSG_PARTY_BOOKING_ERR2 = 0x6e8, -/*20100420 to 20180523 +/*20100420 to 20180612 ์ ํ๋ ์ง์
์ %d๊ฐ์
๋๋ค. ์ต๋ 6๊ฐ๊น์ง๋ง ์ง์
์ ์ ํํ ์ ์์ต๋๋ค. You have selected %d Jobs. You can only select up to 6 different jobs. 20130807 to 20130814 @@ -9192,7 +9192,7 @@ You have selected %d Jobs. You can only select up to 6 different jobs. You have to select atleast 1 or more jobs. */ MSG_PARTY_BOOKING_ERR3 = 0x6e9, -/*20100420 to 20180523 +/*20100420 to 20180612 ๋ ๋ฒจ์ ์ซ์ ์ด์ธ์ ๋ฌธ์๋ ๋ค์ด๊ฐ ์ ์์ต๋๋ค. Only numeric characters are allowed. 20130807 to 20130814 @@ -9200,7 +9200,7 @@ Only numeric characters are allowed. You have selected %d Jobs. You can only select up to 6 different jobs. */ MSG_PARTY_BOOKING_ERR4 = 0x6ea, -/*20100420 to 20180523 +/*20100420 to 20180612 ๋ ๋ฒจ์ 1~150 ์ฌ์ด์ ์ซ์๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์. Please enter levels between 1~150. 20130807 to 20130814 @@ -9210,7 +9210,7 @@ Only numeric characters are allowed. MSG_PARTY_BOOKING_ERR5 = 0x6eb, #endif #if PACKETVER >= 20100511 -/*20100511 to 20180523 +/*20100511 to 20180612 ํด๋น ๋งต์์๋ ์์ ์ฅ๋น๊ฐ ๋ณด์ด์ง ์์ต๋๋ค. Nothing found in the selected map. 20130807 to 20130814 @@ -9220,7 +9220,7 @@ Please enter levels between 1~150. MSG_DISABLE_COSTUMEITEM_MAP = 0x6ec, #endif #if PACKETVER >= 20100525 -/*20100525 to 20180523 +/*20100525 to 20180612 ์์ดํ
์ ์ฐฉ์ฉํ ์ ์๋ ๋ ๋ฒจ์ด ์๋๋๋ค. You cannot equip this item with your current level. 20130807 to 20130814 @@ -9228,7 +9228,7 @@ You cannot equip this item with your current level. Nothing found in the selected map. */ MSG_CANNOT_EQUIP_ITEM_LEVEL = 0x6ed, -/*20100525 to 20180523 +/*20100525 to 20180612 ์์ดํ
์ ์ฌ์ฉํ ์ ์๋ ๋ ๋ฒจ์ด ์๋๋๋ค. You cannot use this item with your current level. 20130807 to 20130814 @@ -9238,7 +9238,7 @@ You cannot equip this item with your current level. MSG_CANNOT_USE_ITEM_LEVEL = 0x6ee, #endif #if PACKETVER >= 20100601 -/*20100601 to 20180523 +/*20100601 to 20180612 ์ฑํ
๋ชจ๋ OnOff ํ์ฑํ Enable Battlemode 20130807 to 20130814 @@ -9246,7 +9246,7 @@ Enable Battlemode You cannot use this item with your current level. */ MSG_CHATMODE_ONOFF = 0x6ef, -/*20100601 to 20180523 +/*20100601 to 20180612 ํญ์ฌ์ด์ฆ ํฌ๊ธฐ๊ฐ ์ด๊ณผ๋์ด ์ถ๊ฐํ ์ ์์ต๋๋ค. Failed to add because you have reached the limit. 20130807 to 20130814 @@ -9256,7 +9256,7 @@ Enable Battlemode MSG_OVER_TABSIZE = 0x6f0, /*20100601 to 20100601 ์ฐฝ ํ์ ์ ๋ณด. -20100608 to 20180523 +20100608 to 20180612 ์ฐฝ ํ์ ์ ๋ณด Window Sign Information 20130807 to 20130814 @@ -9266,7 +9266,7 @@ Failed to add because you have reached the limit. MSG_SET_CHATINFO = 0x6f1, #endif #if PACKETVER >= 20100608 -/*20100608 to 20180523 +/*20100608 to 20180612 ํ๋งค Sell 20130807 to 20130814 @@ -9274,7 +9274,7 @@ Sell Window Sign Information */ MSG_SELL = 0x6f2, -/*20100608 to 20180523 +/*20100608 to 20180612 ๊ตฌ๋งค Purchase 20130807 to 20130814 @@ -9282,7 +9282,7 @@ Purchase Sell */ MSG_BUY = 0x6f3, -/*20100608 to 20180523 +/*20100608 to 20180612 ๋
ธ์ ๊ฒ์ Search for Vends 20130807 to 20130814 @@ -9290,7 +9290,7 @@ Search for Vends Purchase */ MSG_SEARCH_STOREINFO = 0x6f4, -/*20100608 to 20180523 +/*20100608 to 20180612 ๋
ธ์ ์ด๋ฆ Shop Name 20130807 to 20130814 @@ -9298,7 +9298,7 @@ Shop Name Search for Vends */ MSG_STORE_NAME = 0x6f5, -/*20100608 to 20180523 +/*20100608 to 20180612 ์๋ Quantity 20130807 to 20130814 @@ -9306,7 +9306,7 @@ Quantity Shop Name */ MSG_SEARCH_ITEM_COUNT = 0x6f6, -/*20100608 to 20180523 +/*20100608 to 20180612 ๊ฐ๊ฒฉ Cost 20130807 to 20130814 @@ -9314,7 +9314,7 @@ Cost Quantity */ MSG_SEARCH_ITEM_PRICE = 0x6f7, -/*20100608 to 20180523 +/*20100608 to 20180612 ๊ฒ์ ๊ฒฐ๊ณผ๊ฐ ๋๋ฌด ๋ง์ต๋๋ค. ๊ฒ์์ด๋ฅผ ์์ธํ ์
๋ ฅ ํด ์ฃผ์ธ์. Too much results have been found. Please do a more precisely search. 20130807 to 20130814 @@ -9322,7 +9322,7 @@ Too much results have been found. Please do a more precisely search. Cost */ MSG_SSI_FAILED_OVER_MAXCOUNT = 0x6f8, -/*20100608 to 20180523 +/*20100608 to 20180612 ํด๋น ๋
ธ์ ์ ์ฌ์๊ฒ ์ต๋๊น? Do you want to open a street stall? 20130807 to 20130814 @@ -9330,7 +9330,7 @@ Do you want to open a street stall? Too much results have been found. Please do a more precisely search. */ MSG_OPEN_SEARCH_STORE = 0x6f9, -/*20100608 to 20180523 +/*20100608 to 20180612 SSO ์ธ์ฆ์ ์คํจํ์์ต๋๋ค. Failed to recognize SSO. 20130807 to 20130814 @@ -9340,7 +9340,7 @@ Do you want to open a street stall? MSG_SSO_FAILED = 0x6fa, #endif #if PACKETVER >= 20100615 -/*20100615 to 20180523 +/*20100615 to 20180612 ํ์ฌ ํด๋น์ง์ญ์ผ๋ก ์ด๋ ํ ์ ์์ต๋๋ค Cannot move to the applied area. 20130807 to 20130814 @@ -9350,7 +9350,7 @@ Failed to recognize SSO. MSG_ZONE_MOVE_FAIL = 0x6fb, /*20100615 to 20100622 ํฌํจ ๊ฒ์ -20100629 to 20180523 +20100629 to 20180612 ๋จ์ด๊ฐ ํฌํจ๋ ์์ดํ
๊ฒ์ searching item including the word 20130807 to 20130814 @@ -9358,7 +9358,7 @@ searching item including the word Cannot move to the applied area. */ MSG_SEARCH_INCLUDED = 0x6fc, -/*20100615 to 20180523 +/*20100615 to 20180612 ํํดํ ์ ์ ์
๋๋ค. User has been expelled. 20130807 to 20130814 @@ -9366,7 +9366,7 @@ User has been expelled. searching item including the word */ MSG_WITHDREW_USERS = 0x6fd, -/*20100615 to 20180523 +/*20100615 to 20180612 ๊ฒ์ ์ด์ฉ์ ๋์ํ์ง ์์์ต๋๋ค. You have not accepted the user agreements yet. 20130807 to 20130814 @@ -9374,7 +9374,7 @@ You have not accepted the user agreements yet. User has been expelled. */ MSG_DIDNOT_AGREE = 0x6fe, -/*20100615 to 20180523 +/*20100615 to 20180612 ์กด์ฌ ํ์ง ์๋ ๊ณ์ ์
๋๋ค. You will not be disconnect from the game. 20130807 to 20130814 @@ -9382,7 +9382,7 @@ You will not be disconnect from the game. You have not accepted the user agreements yet. */ MSG_ACCOUNT_DOESNOT_EXIST = 0x6ff, -/*20100615 to 20180523 +/*20100615 to 20180612 ๋ณธ ๊ฒ์์ 12์ธ ์ด์ฉ๊ฐ์
๋๋ค. It is available only for 12 hours. 20130807 to 20130814 @@ -9392,7 +9392,7 @@ You will not be disconnect from the game. MSG_AGE_RESTRICTIONS = 0x700, #endif #if PACKETVER >= 20100616 -/*20100616 to 20180523 +/*20100616 to 20180612 ๊ณ์ ๋์ฉ ์กฐ์ฌ๋ฅผ ์ํ ๋ธ๋ญ์ํ์
๋๋ค. Your account is blocked due to illegal use of the game account. 20130807 to 20130814 @@ -9400,7 +9400,7 @@ Your account is blocked due to illegal use of the game account. It is available only for 12 hours. */ MSG_ACCOUNT_BLOCK = 0x701, -/*20100616 to 20180523 +/*20100616 to 20180612 ๋ฒ๊ทธ์กฐ์ฌ๋ฅผ ์ํ ๋ธ๋ญ์ํ์
๋๋ค. Your account is blocked because there may exist a bug with your account. 20130807 to 20130814 @@ -9410,7 +9410,7 @@ Your account is blocked due to illegal use of the game account. MSG_BUG_BLOCK = 0x702, #endif #if PACKETVER >= 20100622 -/*20100622 to 20180523 +/*20100622 to 20180612 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Base, Job ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 75% ์ฆ๊ฐํฉ๋๋ค. Increases base exp and job exp gained by killing monsters up to 75% for 30 minutes. 20130807 to 20130814 @@ -9418,7 +9418,7 @@ Increases base exp and job exp gained by killing monsters up to 75% for 30 minut Your account is blocked because there may exist a bug with your account. */ MSG_PLUSEXP75 = 0x703, -/*20100622 to 20180523 +/*20100622 to 20180612 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Base, Job ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 50% ์ฆ๊ฐํฉ๋๋ค. Increases base exp and job exp gained by killing monsters up to 50% for 30 minutes. 20130807 to 20130814 @@ -9428,7 +9428,7 @@ Increases base exp and job exp gained by killing monsters up to 75% for 30 minut MSG_PLUSEXP50 = 0x704, /*20100622 to 20100622 ์์ ์ ๋ณด๊ฐ ์ ํํ์ง ์์ ์์ ์ ์ด ์ ์์ต๋๋ค. -20100629 to 20180523 +20100629 to 20180612 ํ๋งค(๊ตฌ๋งค) ์ ๋ณด๊ฐ ์์ต๋๋ค. No sales information. 20130807 to 20130814 @@ -9436,7 +9436,7 @@ No sales information. Increases base exp and job exp gained by killing monsters up to 50% for 30 minutes. */ MSG_FAIL_OPEN_STORE = 0x705, -/*20100622 to 20180523 +/*20100622 to 20180612 ๋ ์ด์ ๊ฒ์ ํ ์ ์์ต๋๋ค. Failed to search any further. 20130807 to 20130814 @@ -9446,7 +9446,7 @@ No sales information. MSG_SSI_FAILED_SEARCH_CNT = 0x706, /*20100622 to 20100622 ๊ฒ์์ด ์คํจํ์์ต๋๋ค. -20100629 to 20180523 +20100629 to 20180612 ํด๋น ์์ดํ
๋ช
์ ์กด์ฌํ์ง ์์ต๋๋ค. The item you have entered does not exist. 20130807 to 20130814 @@ -9454,7 +9454,7 @@ The item you have entered does not exist. Failed to search any further. */ MSG_SSI_FAILED_ITEM_DOES_NOT_EXIST = 0x707, -/*20100622 to 20180523 +/*20100622 to 20180612 ์์ง ๊ฒ์ ํ ์ ์์ต๋๋ค. Cannot search yet. 20130807 to 20130814 @@ -9466,7 +9466,7 @@ The item you have entered does not exist. #if PACKETVER >= 20100629 /*20100629 to 20100707 ์นด๋ ์ด๋ฆ, ์ ๋์ฌ, ์ ๋ฏธ์ฌ -20100713 to 20180523 +20100713 to 20180612 ์นด๋ ์ด๋ฆ ๋๋ ์ ๋์ฌ(์ ๋ฏธ์ฌ)๋ฅผ ์
๋ ฅํ์ธ์ Enter the card name or prefix/suffix. 20130807 to 20130814 @@ -9474,7 +9474,7 @@ Enter the card name or prefix/suffix. Cannot search yet. */ MSG_SSI_TOOLTIP_OF_SERACHING_THE_CARD = 0x709, -/*20100629 to 20180523 +/*20100629 to 20180612 ๋จ์ ๊ฒ์ ํ์ : %d Searches left: %d 20130807 to 20130814 @@ -9482,7 +9482,7 @@ Searches left: %d Enter the card name or prefix/suffix. */ MSG_SSI_REST_OF_NUMBER_OF_SEARCHES = 0x70a, -/*20100629 to 20180523 +/*20100629 to 20180612 ๊ฒ์ ๋ ๋
ธ์ ์ด ์์ต๋๋ค. No result has been found. 20130807 to 20130814 @@ -9490,7 +9490,7 @@ No result has been found. Searches left: %d */ MSG_SSI_FAILED_SEARCH_STORE = 0x70b, -/*20100629 to 20180523 +/*20100629 to 20180612 ์์ดํ
๊ฐ๊ฒฉ ๋ฒ์๊ฐ ์๋ชป๋์์ต๋๋ค. The item price is too high. 20130807 to 20130814 @@ -9498,7 +9498,7 @@ The item price is too high. No result has been found. */ MSG_SSI_FAILED_PRICE_ISNOT_VALID = 0x70c, -/*20100629 to 20180523 +/*20100629 to 20180612 ์ผ๋ฐ ์ฅ๋น Normal Gear 20130807 to 20130814 @@ -9506,7 +9506,7 @@ Normal Gear The item price is too high. */ MSG_GENERAL_EQUIPMENT = 0x70d, -/*20100629 to 20180523 +/*20100629 to 20180612 ์์ ์ฅ๋น Costume 20130807 to 20130814 @@ -9516,7 +9516,7 @@ Normal Gear MSG_COSTUME_EQUIPMENT = 0x70e, #endif #if PACKETVER >= 20100713 -/*20100713 to 20180523 +/*20100713 to 20180612 ๋ถ minute 20130807 to 20130814 @@ -9524,7 +9524,7 @@ minute Costume */ MSG_MINUTE = 0x70f, -/*20100713 to 20180523 +/*20100713 to 20180612 ์ด second 20130807 to 20130814 @@ -9532,7 +9532,7 @@ second minute */ MSG_SECOND = 0x710, -/*20100713 to 20180523 +/*20100713 to 20180612 ์์ดํ
๋ช
์ ์
๋ ฅํด ์ฃผ์ธ์. Please enter the name of the item. 20130807 to 20130814 @@ -9540,7 +9540,7 @@ Please enter the name of the item. second */ MSG_SSI_FAILED_ENTER_THE_NAME_OF_ITEM = 0x711, -/*20100713 to 20180523 +/*20100713 to 20180612 ํด๋น ์์ดํ
๋ช
์ ์กด์ฌํ์ง ์์ต๋๋ค. The item you have entered does not exist. 20130807 to 20130814 @@ -9550,7 +9550,7 @@ Please enter the name of the item. MSG_SSI_FAILED_NAME_OF_ITEM_DOES_NOT_EXIST = 0x712, #endif #if PACKETVER >= 20100720 -/*20100720 to 20180523 +/*20100720 to 20180612 ์ง์
๊ฐ๋ฅํ ๋งต์ด ์กด์ฌํ์ง ์์ต๋๋ค. The map is not available. 20130807 to 20130814 @@ -9558,7 +9558,7 @@ The map is not available. The item you have entered does not exist. */ MSG_NOT_EXIST_ENTRYMAP = 0x713, -/*20100720 to 20180523 +/*20100720 to 20180612 ํด๋น ์นด๋ ์ด๋ฆ์ด๋ ์ ๋์ฌ(์ ๋ฏธ์ฌ)๋ ์กด์ฌํ์ง ์์ต๋๋ค. The selected name or prefix/suffix does not exist. 20130807 to 20130814 @@ -9568,7 +9568,7 @@ The map is not available. MSG_SSI_FAILED_NAME_OF_CARD_DOES_NOT_EXIST = 0x714, #endif #if PACKETVER >= 20100727 -/*20100727 to 20180523 +/*20100727 to 20180612 ํ๋ฒ์ ๊ตฌ๋งค ๊ฐ๋ฅ ์ข
๋ฅ๋ 10๊ฐ์
๋๋ค. You can purchase up to 10 items. 20130807 to 20130814 @@ -9576,7 +9576,7 @@ You can purchase up to 10 items. The selected name or prefix/suffix does not exist. */ MSG_CASH_FAILED_TOTAL_CNT = 0x715, -/*20100727 to 20180523 +/*20100727 to 20180612 ์ผ๋ถ ์์ดํ
์ ๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. Some items could not be purchased. 20130807 to 20130814 @@ -9586,7 +9586,7 @@ You can purchase up to 10 items. MSG_CASH_FAILED_BUY_SOME = 0x716, #endif #if PACKETVER >= 20100730 -/*20100730 to 20180523 +/*20100730 to 20180612 ์๋
์์ผ 6์๋ฆฌ๋ฅผ ์
๋ ฅํ์ธ์.(์์:801122) Enter your 6-digit DOB(YYMMDD) (e.g: 801122) 20130807 to 20130814 @@ -9594,7 +9594,7 @@ Enter your 6-digit DOB(YYMMDD) (e.g: 801122) Some items could not be purchased. */ MSG_ENTER_PEOPLE_BIRTH = 0x717, -/*20100730 to 20180523 +/*20100730 to 20180612 ์ ์ ์๋ ์ค๋ฅ๊ฐ ๋ฐ์ํ์์ต๋๋ค. Now Logging Out. 20130807 to 20130814 @@ -9602,7 +9602,7 @@ Now Logging Out. Enter your 6-digit DOB(YYMMDD) (e.g: 801122) */ MSG_RESULT_FAIL_UNKNOWN = 0x718, -/*20100730 to 20180523 +/*20100730 to 20180612 ๋ฐ์ดํ ๋ฒ ์ด์ค ์ค๋ฅ๊ฐ ๋ฐ์ํ์์ต๋๋ค. A database error has occurred. 20130807 to 20130814 @@ -9610,7 +9610,7 @@ A database error has occurred. Now Logging Out. */ MSG_RESULT_FAIL_DATABASE = 0x719, -/*20100730 to 20180523 +/*20100730 to 20180612 ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํ๊ธฐ ์ํด์๋ ๊ธธ๋์์ ํํด ํด์ผ ํฉ๋๋ค. Please leave your guild first in order to remove your character. 20130807 to 20130814 @@ -9618,7 +9618,7 @@ Please leave your guild first in order to remove your character. A database error has occurred. */ MSG_RESULT_FAIL_GUILD = 0x71a, -/*20100730 to 20180523 +/*20100730 to 20180612 ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํ๊ธฐ ์ํด์๋ ํํฐ์์ ํํด ํด์ผ ํฉ๋๋ค. Please leave your party first in order to remove your character. 20130807 to 20130814 @@ -9626,7 +9626,7 @@ Please leave your party first in order to remove your character. Please leave your guild first in order to remove your character. */ MSG_RESULT_FAIL_PARTY = 0x71b, -/*20100730 to 20180523 +/*20100730 to 20180612 ์์คํ
์ค์ ์ผ๋ก ์ธํด ์ญ์ ํ ์ ์์ต๋๋ค. You cannot delete this character because the delete time has not expired yet. 20130807 to 20130814 @@ -9634,7 +9634,7 @@ You cannot delete this character because the delete time has not expired yet. Please leave your party first in order to remove your character. */ MSG_RESULT_FAIL_CONFIGURATION = 0x71c, -/*20100730 to 20180523 +/*20100730 to 20180612 ์์ง ์ญ์ ๊ฐ๋ฅ ์๊ฐ์ด ์๋๋๋ค. You cannot delete this character at the moment. 20130807 to 20130814 @@ -9642,7 +9642,7 @@ You cannot delete this character at the moment. You cannot delete this character because the delete time has not expired yet. */ MSG_RESULT_FAIL_DATE = 0x71d, -/*20100730 to 20180523 +/*20100730 to 20180612 ์๋
์์ผ์ด ์ผ์นํ์ง ์์ต๋๋ค. Your entered birthday does not match. 20130807 to 20130814 @@ -9650,7 +9650,7 @@ Your entered birthday does not match. You cannot delete this character at the moment. */ MSG_RESULT_FAIL_BIRTH = 0x71e, -/*20100730 to 20180523 +/*20100730 to 20180612 ์น๋ฐ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. You lack of familiarity. 20130807 to 20130814 @@ -9658,7 +9658,7 @@ You lack of familiarity. Your entered birthday does not match. */ MSG_USESKILL_FAIL_RELATIONGRADE = 0x71f, -/*20100730 to 20180523 +/*20100730 to 20180612 ์คํ์ผ์ฒด์ธ์ง ํ์ดํฐ ์ํ์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. This is only available on style change for fighting classes. 20130807 to 20130814 @@ -9666,7 +9666,7 @@ This is only available on style change for fighting classes. You lack of familiarity. */ MSG_USESKILL_FAIL_STYLE_CHANGE_FIGHTER = 0x720, -/*20100730 to 20180523 +/*20100730 to 20180612 ์คํ์ผ์ฒด์ธ์ง ๊ทธ๋ํ๋ฌ ์ํ์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. This is only available on style change for novice. 20130807 to 20130814 @@ -9676,7 +9676,7 @@ This is only available on style change for fighting classes. MSG_USESKILL_FAIL_STYLE_CHANGE_GRAPPLER = 0x721, #endif #if PACKETVER >= 20100817 -/*20100817 to 20180523 +/*20100817 to 20180612 ํํฐ๋ฑ๋ก์คํจ Party Registration failed. 20130807 to 20130814 @@ -9684,7 +9684,7 @@ Party Registration failed. This is only available on style change for novice. */ MSG_PARTY_REGISTRATION_FAILED = 0x722, -/*20100817 to 20180523 +/*20100817 to 20180612 ๊ฒ์๋ ์กฐ๊ฑด์ ๋ฆฌ์คํธ๊ฐ ์์ต๋๋ค. results have been found. 20130807 to 20130814 @@ -9692,7 +9692,7 @@ results have been found. Party Registration failed. */ MSG_PARTY_SEARCH_FAILED = 0x723, -/*20100817 to 20180523 +/*20100817 to 20180612 ๊ด๊ณ ์ญ์ ์ ์คํจํ์ต๋๋ค. Failed to remove result. 20130807 to 20130814 @@ -9700,7 +9700,7 @@ Failed to remove result. results have been found. */ MSG_PARTY_AD_DELETE_FAILED = 0x724, -/*20100817 to 20180523 +/*20100817 to 20180612 ์กฐ๊ฑด์ ๋ง๋ ๊ด๊ณ ๊ฐ ์์ด ์คํจํ์ต๋๋ค. No results have been found. 20130807 to 20130814 @@ -9710,7 +9710,7 @@ Failed to remove result. MSG_PARTY_NOT_EXIST_AD = 0x725, #endif #if PACKETVER >= 20100824 -/*20100824 to 20180523 +/*20100824 to 20180612 ๊ฒฐ์ ์ ๋ณด๊ฐ ์์ต๋๋ค. No payment information has been found. 20130807 to 20130814 @@ -9718,7 +9718,7 @@ No payment information has been found. No results have been found. */ MSG_REFUSE_SSO_NOT_PAY_USER = 0x726, -/*20100824 to 20180523 +/*20100824 to 20180612 ๊ตํ ์ ์คํฌ๋ฆฐ์ท ์ฐ๊ธฐ Screenshot Trade 20130807 to 20130814 @@ -9726,7 +9726,7 @@ Screenshot Trade No payment information has been found. */ MSG_SCREENSHOT_FOR_EXCHANGE = 0x727, -/*20100824 to 20180523 +/*20100824 to 20180612 [๊ฑฐ๋_%s] [Trade_%s] 20130807 to 20130814 @@ -9741,12 +9741,12 @@ Screenshot Trade 20130807 to 20130814 [๊ฑฐ๋_%s] [Trade_%s] -20180207 to 20180523 +20180207 to 20180612 ์ฌ๋ง ์ ์์งํ ์์ดํ
์ผ๋ก ๊ฒฝํ์น ์์ค์ ๋ง์์ต๋๋ค. Death due to the auto insurance young people are spending. */ MSG_NOTIFY_NEO_INSURANCE_ITEM_USE = 0x729, -/*20100914 to 20180523 +/*20100914 to 20180612 ๋ํ Chat Dialog 20130807 to 20130814 @@ -9755,7 +9755,7 @@ Chat Dialog MSG_TALK = 0x72a, #endif #if PACKETVER >= 20101019 -/*20101019 to 20180523 +/*20101019 to 20180612 ์ค๋ณต์ฌ์ฉ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Redundant is not available. 20130807 to 20130814 @@ -9763,7 +9763,7 @@ Redundant is not available. Chat Dialog */ MSG_MACRO_DUPLICATE = 0x72b, -/*20101019 to 20180523 +/*20101019 to 20180612 ์ฌ์ฉ์ ํ์ด ๊ฑธ๋ ค์์ต๋๋ค. Use the limit that has been set. 20130807 to 20130814 @@ -9771,7 +9771,7 @@ Use the limit that has been set. Redundant is not available. */ MSG_MACRO_POSTDELAY = 0x72c, -/*20101019 to 20180523 +/*20101019 to 20180612 ํ์ฌ ์ฌ์ฉ์ ํ์ด ๊ฑธ๋ ค ์์ง ์์ต๋๋ค. No user restrictions are set. 20130807 to 20130814 @@ -9779,7 +9779,7 @@ No user restrictions are set. Use the limit that has been set. */ MSG_MACRO_NOT_POSTDELAY = 0x72d, -/*20101019 to 20180523 +/*20101019 to 20180612 ์๊ธฐ์น ๋ชปํ ์ฌ์ ๋ก ์ธํด ์ ์์ด ์คํจํ์์ต๋๋ค. ๊ด๋ฆฌ์์๊ฒ ๋ฌธ์ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Connection has failed. Please contact your administrator. 20130807 to 20130814 @@ -9787,7 +9787,7 @@ Connection has failed. Please contact your administrator. No user restrictions are set. */ MSG_SSO_ERROR_MSG = 0x72e, -/*20101019 to 20180523 +/*20101019 to 20180612 ์ ์ ์ ๋ณด ์ธ์ฆ ์คํจํ์์ต๋๋ค. Failed to authenticate. 20130807 to 20130814 @@ -9795,7 +9795,7 @@ Failed to authenticate. Connection has failed. Please contact your administrator. */ MSG_REFUSE_SSO_AUTH_INVALID_TOKEN = 0x72f, -/*20101019 to 20180523 +/*20101019 to 20180612 ๊ฐ์
ํ์ง ์์ ์ฌ์ฉ์์
๋๋ค. User is offline. 20130807 to 20130814 @@ -9803,7 +9803,7 @@ User is offline. Failed to authenticate. */ MSG_REFUSE_SSO_AUTH_INVALID_USER = 0x730, -/*20101019 to 20180523 +/*20101019 to 20180612 ๋์ด์ ํ ๋๋ฌธ์ ์ด๊ณ์ ์ผ๋ก ์ด์๋ฒ์ ์ ์ํ ์ ์์ต๋๋ค. The age limit from commandment tables cannot connect to this server. 20130807 to 20130814 @@ -9811,7 +9811,7 @@ The age limit from commandment tables cannot connect to this server. User is offline. */ MSG_REFUSE_SSO_AUTH_INVALID_AGE = 0x731, -/*20101019 to 20180523 +/*20101019 to 20180612 ๊ตฌ๋งคํ๊ธฐ Buy 20130807 to 20130814 @@ -9819,7 +9819,7 @@ Buy The age limit from commandment tables cannot connect to this server. */ MSG_NC_BUY = 0x732, -/*20101019 to 20180523 +/*20101019 to 20180612 ์ฅ๋ฐ๊ตฌ๋ ๋น์ฐ๊ธฐ Cancel. 20130807 to 20130814 @@ -9827,7 +9827,7 @@ Cancel. Buy */ MSG_NC_BLANK = 0x733, -/*20101019 to 20180523 +/*20101019 to 20180612 ์ฒซ ํ์ด์ง First page 20130807 to 20130814 @@ -9835,7 +9835,7 @@ First page Cancel. */ MSG_NC_FIRSTPAGE = 0x734, -/*20101019 to 20180523 +/*20101019 to 20180612 ๋ง์ง๋ง ํ์ด์ง Last page 20130807 to 20130814 @@ -9843,7 +9843,7 @@ Last page First page */ MSG_NC_LASTPAGE = 0x735, -/*20101019 to 20180523 +/*20101019 to 20180612 ์ ๊ท New 20130807 to 20130814 @@ -9851,7 +9851,7 @@ New Last page */ MSG_NC_CAT1 = 0x736, -/*20101019 to 20180523 +/*20101019 to 20180612 ์ธ๊ธฐ Headgears 20130807 to 20130814 @@ -9859,7 +9859,7 @@ Headgears New */ MSG_NC_CAT2 = 0x737, -/*20101019 to 20180523 +/*20101019 to 20180612 ํ์ Limited 20130807 to 20130814 @@ -9867,7 +9867,7 @@ Limited Headgears */ MSG_NC_CAT3 = 0x738, -/*20101019 to 20180523 +/*20101019 to 20180612 ์๋์ฅ๋น Rental Items 20130807 to 20130814 @@ -9875,7 +9875,7 @@ Rental Items Limited */ MSG_NC_CAT4 = 0x739, -/*20101019 to 20180523 +/*20101019 to 20180612 ์๊ตฌ์ฅ๋น Equipments 20130807 to 20130814 @@ -9883,7 +9883,7 @@ Equipments Rental Items */ MSG_NC_CAT5 = 0x73a, -/*20101019 to 20180523 +/*20101019 to 20180612 ๋ฒํ Scrolls 20130807 to 20130814 @@ -9891,7 +9891,7 @@ Scrolls Equipments */ MSG_NC_CAT6 = 0x73b, -/*20101019 to 20180523 +/*20101019 to 20180612 ํ๋ณต Consumables 20130807 to 20130814 @@ -9899,7 +9899,7 @@ Consumables Scrolls */ MSG_NC_CAT7 = 0x73c, -/*20101019 to 20180523 +/*20101019 to 20180612 ๊ธฐํ Other 20130807 to 20130814 @@ -9907,7 +9907,7 @@ Other Consumables */ MSG_NC_CAT8 = 0x73d, -/*20101019 to 20180523 +/*20101019 to 20180612 ๊ฐ๊ฒฉ Cost 20130807 to 20130814 @@ -9915,7 +9915,7 @@ Cost Other */ MSG_NC_COST = 0x73e, -/*20101019 to 20180523 +/*20101019 to 20180612 ์๋ Quantity 20130807 to 20130814 @@ -9923,7 +9923,7 @@ Quantity Cost */ MSG_NC_NUM = 0x73f, -/*20101019 to 20180523 +/*20101019 to 20180612 ๊ฐ Total 20130807 to 20130814 @@ -9931,7 +9931,7 @@ Total Quantity */ MSG_NC_COUNT = 0x740, -/*20101019 to 20180523 +/*20101019 to 20180612 ๋ฌด๋ฃ ์บ์ : %s C Free Cash: %s C 20130807 to 20130814 @@ -9939,7 +9939,7 @@ Free Cash: %s C Total */ MSG_NC_FREECASH = 0x741, -/*20101019 to 20180523 +/*20101019 to 20180612 ์์ง ์บ์ : %s C CashPoints: %s C 20130807 to 20130814 @@ -9947,7 +9947,7 @@ CashPoints: %s C Free Cash: %s C */ MSG_NC_CASH = 0x742, -/*20101019 to 20180523 +/*20101019 to 20180612 ์ด ์ง์ญ์์๋ ๋ชฌ์คํฐ ์ํ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. You cannot summon a monster in this area. 20130807 to 20130814 @@ -9957,7 +9957,7 @@ CashPoints: %s C MSG_CALLMONSTER_FAIL_AREA = 0x743, #endif #if PACKETVER >= 20101109 -/*20101109 to 20180523 +/*20101109 to 20180612 ๋ฌด๋ฃ์บ์ ์ฌ์ฉ๋์ด ์ ์ฒด ๊ธ์ก์ ์ด๊ณผํ๊ณ ์์ต๋๋ค Exceeded total free cash 20130807 to 20130814 @@ -9965,7 +9965,7 @@ Exceeded total free cash You cannot summon a monster in this area. */ MSG_BUY_CASH_FAIL2 = 0x744, -/*20101109 to 20180523 +/*20101109 to 20180612 ์ค์ ํ ๋ด์ฉ์ด [SaveData_ExMacro%d]์ ์ ์ฅ๋ฉ๋๋ค. %d seconds left until you can use 20130807 to 20130814 @@ -9975,7 +9975,7 @@ Exceeded total free cash MSG_MACRO_SAVE_DATA = 0x745, #endif #if PACKETVER >= 20101123 -/*20101123 to 20180523 +/*20101123 to 20180612 ์ฝ %d ์ด ํ์ ์ฌ์ฉํ ์ ์์ต๋๋ค Content has been saved in [SaveData_ExMacro%d] 20130807 to 20130814 @@ -9985,7 +9985,7 @@ Content has been saved in [SaveData_ExMacro%d] MSG_ITEM_REUSE_LIMIT_SECOND = 0x746, #endif #if PACKETVER >= 20101207 -/*20101207 to 20180523 +/*20101207 to 20180612 [์ฐฝ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. ~ [Windows] must be equipped with. 20130807 to 20130814 @@ -9995,7 +9995,7 @@ Content has been saved in [SaveData_ExMacro%d] MSG_FAIL_NEED_EQUIPPED_SPEAR = 0x747, #endif #if PACKETVER >= 20101214 -/*20101214 to 20180523 +/*20101214 to 20180612 ๋๋๊ณค ํ์น์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Available only on the dragon. 20130807 to 20130814 @@ -10003,7 +10003,7 @@ Available only on the dragon. ~ [Windows] must be equipped with. */ MSG_USESKILL_FAIL_DRAGON = 0x748, -/*20101214 to 20180523 +/*20101214 to 20180612 ๋ณธ ์๋ฒ์ ์ ์ํ ์ ์๋ ์ ์์ด ์ด๊ณผ๋์ด ์ง์
์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. Unable to proceed due to exceeding capacity. 20130807 to 20130814 @@ -10013,7 +10013,7 @@ Available only on the dragon. MSG_OVER_CONNECT_USER = 0x749, #endif #if PACKETVER >= 20101228 -/*20101228 to 20180523 +/*20101228 to 20180612 ์ค๋ช
์ธ์ฆ์ด ๋์ง ์์์ต๋๋ค. ์ค๋ช
์ธ์ฆ ์ฌ์ดํธ๋ก ์ด๋ํฉ๋๋ค Real name has not been verified. Go to name verification site. 20130807 to 20130814 @@ -10023,7 +10023,7 @@ Unable to proceed due to exceeding capacity. MSG_AUTHENTICATE = 0x74a, #endif #if PACKETVER >= 20110104 -/*20110104 to 20180523 +/*20110104 to 20180612 ์ ์ฅ ํ ์ฌ๋กฏ์ ์ ํ ํด ์ฃผ์ธ์ Please select slot you are going to save. 20130807 to 20130814 @@ -10033,7 +10033,7 @@ Real name has not been verified. Go to name verification site. MSG_SELECT_SAVESLOT = 0x74b, #endif #if PACKETVER >= 20110111 -/*20110111 to 20180523 +/*20110111 to 20180612 %s, ์ถํ๋๋ฆฝ๋๋ค. '%s' ๋ฅผ ์ป์ผ์
จ์ต๋๋ค! Congratulation %s, Acquired '%s' ! 20130807 to 20130814 @@ -10043,7 +10043,7 @@ Please select slot you are going to save. MSG_BROADCASTING_SPECIAL_ITEM_OBTAIN2 = 0x74c, #endif #if PACKETVER >= 20110118 -/*20110118 to 20180523 +/*20110118 to 20180612 ๊ทธ๋ฃจ๋ฏธ์ํ์์๋ ์ฌ์ฉํ ์ ์์ต๋๋ค Unable to use in gloomy state 20130807 to 20130814 @@ -10053,7 +10053,7 @@ Congratulation %s, Acquired '%s' ! MSG_NOTUSE_GROOMY = 0x74d, #endif #if PACKETVER >= 20110215 -/*20110215 to 20180523 +/*20110215 to 20180612 ๊ตฌ๋งค๋ฌผํ์ ํฉ๊ณ๊ธ์ก์ด ์ผ๋ฆญํฐ๊ฐ ์์งํ ์ ์๋ ์ต๋ ๊ธ์ก์ ์ด๊ณผํ์์ต๋๋ค Purchased products has exceeded the total price. 20130807 to 20130814 @@ -10061,7 +10061,7 @@ Purchased products has exceeded the total price. Unable to use in gloomy state */ MSG_BUYINGSTORE_OVERFLOW_MONEY = 0x74e, -/*20110215 to 20180523 +/*20110215 to 20180612 ํ์ฌ ๋งต์์๋ ํํฐ ๊ฐ์
์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Cannot join a party in this map. 20130807 to 20130814 @@ -10069,7 +10069,7 @@ Cannot join a party in this map. Purchased products has exceeded the total price. */ MSG_PREVENT_PARTY_JOIN = 0x74f, -/*20110215 to 20180523 +/*20110215 to 20180612 ํ์ฌ ๋งต์์๋ ํํฐ ํํด๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Cannot leave a party in this map. 20130807 to 20130814 @@ -10077,7 +10077,7 @@ Cannot leave a party in this map. Cannot join a party in this map. */ MSG_PREVENT_PARTY_LEAVE = 0x750, -/*20110215 to 20180523 +/*20110215 to 20180612 ํ์ฌ ๋งต์์๋ ํํฐ ์ถ๋ฐฉ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Cannot withdraw/break the party in this map. 20130807 to 20130814 @@ -10085,7 +10085,7 @@ Cannot withdraw/break the party in this map. Cannot leave a party in this map. */ MSG_PREVENT_PARTY_EXPEL = 0x751, -/*20110215 to 20180523 +/*20110215 to 20180612 ์ค์ ์ฑ๋ช
Real Name 20130807 to 20130814 @@ -10093,7 +10093,7 @@ Real Name Cannot withdraw/break the party in this map. */ MSG_SDO_REALNAME = 0x752, -/*20110215 to 20180523 +/*20110215 to 20180612 ์ ๋ถ์ฆ ๋ฒํธ ID Number 20130807 to 20130814 @@ -10101,7 +10101,7 @@ ID Number Real Name */ MSG_SDO_ID_NUMBER = 0x753, -/*20110215 to 20180523 +/*20110215 to 20180612 ์ด๋ฉ์ผ E-mail 20130807 to 20130814 @@ -10109,7 +10109,7 @@ E-mail ID Number */ MSG_SDO_EMAIL = 0x754, -/*20110215 to 20180523 +/*20110215 to 20180612 ์
๋ ฅ์ด ์ฌ๋ฐ๋ฅด์ง ์์ต๋๋ค Invalid input 20130807 to 20130814 @@ -10121,7 +10121,7 @@ E-mail #if PACKETVER >= 20110222 /*20110222 to 20130508 ์๋๋ฐฉ์๊ฒ ์ ๋ ์ง๊ธ์ ์คํจํ์ต๋๋ค. -20130515 to 20180523 +20130515 to 20180612 ์๋ ์บ๋ฆญํฐ๊ฐ ์ต๋ ๋ณด์ ์ ๋๋์ ์ด๊ณผํ์ฌ ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Failed to send the zeny 20130807 to 20130814 @@ -10129,7 +10129,7 @@ Failed to send the zeny Invalid input */ MSG_MCSTORE_FAIL_SELLER_MONEY_GIVE = 0x756, -/*20110222 to 20180523 +/*20110222 to 20180612 ํด๋น ์ง์
์ด ์๋๋๋ค. This is not a relevant job 20130807 to 20130814 @@ -10137,7 +10137,7 @@ This is not a relevant job Failed to send the zeny */ MSG_INVALID_CLASS = 0x757, -/*20110222 to 20180523 +/*20110222 to 20180612 ํด๋น ์ฑ๋ณ์ด ์๋๋๋ค. This is not a relevant gender 20130807 to 20130814 @@ -10145,7 +10145,7 @@ This is not a relevant gender This is not a relevant job */ MSG_INVALID_GENDER = 0x758, -/*20110222 to 20180523 +/*20110222 to 20180612 ์ ์ ๋์ ์ ๋ณด๊ฐ ์ธ์ฆ์ ์ฑ๊ณตํ์ต๋๋ค. User information identification was successful. 20130807 to 20130814 @@ -10153,7 +10153,7 @@ User information identification was successful. This is not a relevant gender */ MSG_SUCCESS_AUTHENTICATE = 0x759, -/*20110222 to 20180523 +/*20110222 to 20180612 ์ด๋ฆ์ด ์ผ์นํ์ง ์์ต๋๋ค. ์ฌ์์ฑ ํด์ฃผ์ธ์. Name does not match. Please retry. 20130807 to 20130814 @@ -10161,7 +10161,7 @@ Name does not match. Please retry. User information identification was successful. */ MSG_INVALID_REALNAME = 0x75a, -/*20110222 to 20180523 +/*20110222 to 20180612 ์ ๋ถ์ฆ ๋ฒํธ๊ฐ ์ผ์นํ์ง ์์ต๋๋ค. ์ฌ์์ฑ ํด์ฃผ์ธ์. ID number does not match. Please retry. 20130807 to 20130814 @@ -10169,7 +10169,7 @@ ID number does not match. Please retry. Name does not match. Please retry. */ MSG_INVALID_IDNUMBER = 0x75b, -/*20110222 to 20180523 +/*20110222 to 20180612 ํ์ฌ ์๋น์ค์ ์ด์์ด ์์ผ๋ ์ ์ ํ ์ฌ์๋ ํด์ฃผ์ธ์. Service is currently unavailable. Please try again later. 20130807 to 20130814 @@ -10179,7 +10179,7 @@ ID number does not match. Please retry. MSG_INVALID_AUTHENTICATE = 0x75c, #endif #if PACKETVER >= 20110224 -/*20110224 to 20180523 +/*20110224 to 20180612 ํ์น ์ํ์์๋ ๊ณต๊ฒฉ์ ํ ์ ์์ต๋๋ค. Unable to attack while riding. 20130807 to 20130814 @@ -10187,7 +10187,7 @@ Unable to attack while riding. Service is currently unavailable. Please try again later. */ MSG_CANNOT_ATTACK_IN_RIDING_STATE = 0x75d, -/*20110224 to 20180523 +/*20110224 to 20180612 ํ์น ์ํ์์๋ ์คํฌ ์์ ์ ํ ์ ์์ต๋๋ค. Unable to cast the skill while riding. 20130807 to 20130814 @@ -10199,7 +10199,7 @@ Unable to attack while riding. #if PACKETVER >= 20110228 /*20110228 to 20110228 ๋น๋ฐ๋ฒํธ๋ 4์๋ฆฌ ์ด์ 6์๋ฆฌ์ดํ์ฌ์ผ๋ง ํฉ๋๋ค. -20110308 to 20180523 +20110308 to 20180612 ๋น๋ฐ๋ฒํธ๋ 4์๋ฆฌ์ดํ์ฌ์ผ๋ง ํฉ๋๋ค. Pin number should be 4~6 characters. 20130807 to 20130814 @@ -10209,7 +10209,7 @@ Unable to cast the skill while riding. MSG_STORE_PASSWORD_4_6 = 0x75f, /*20110228 to 20110228 ๋ก๊ทธ์ธ์ ์ฑ๊ณตํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180612 ๋ณด์ ์ธ์ฆ์ ์ฑ๊ณตํ์ต๋๋ค. Secured authentication is successful. 20130807 to 20130814 @@ -10219,7 +10219,7 @@ Pin number should be 4~6 characters. MSG_SECOND_PASSWORD_LOGIN_SUCCESS = 0x760, /*20110228 to 20110228 ์ธ์ปจ๋ ํจ์ค์๋์ ์์ฑ์ ์ฑ๊ณตํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180612 ๋ณด์ ํจ์ค์๋์ ์์ฑ์ ์ฑ๊ณตํ์ต๋๋ค. Succeeded in creating 2nd password. 20130807 to 20130814 @@ -10229,7 +10229,7 @@ Secured authentication is successful. MSG_SECOND_PASSWORD_MAKE_SUCCESS = 0x761, /*20110228 to 20110228 ์ธ์ปจ๋ ํจ์ค์๋๋ฅผ ์ญ์ ํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180612 ๋ณด์ ํจ์ค์๋๋ฅผ ์ญ์ ํ์ต๋๋ค. 2nd password has been deleted. 20130807 to 20130814 @@ -10239,7 +10239,7 @@ Succeeded in creating 2nd password. MSG_SECOND_PASSWORD_DEL_SUCCESS = 0x762, /*20110228 to 20110228 ์ธ์ปจ๋ ํจ์ค์๋๋ฅผ ์์ ํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180612 ๋ณด์ ํจ์ค์๋๋ฅผ ์์ ํ์ต๋๋ค. 2nd password has been corrected. 20130807 to 20130814 @@ -10249,7 +10249,7 @@ Succeeded in creating 2nd password. MSG_SECOND_PASSWORD_EDIT_SUCCESS = 0x763, /*20110228 to 20110228 ๋ก๊ทธ์ธ์ ์คํจํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180612 ์๋ชป๋ ํจ์ค์๋์
๋๋ค.(%dํ๋จ์) Password is incorrect. 20130807 to 20130814 @@ -10259,7 +10259,7 @@ Password is incorrect. MSG_SECOND_PASSWORD_LOGIN_FAILED = 0x764, /*20110228 to 20110228 ์ธ์ปจ๋ ํจ์ค์๋์ ์์ฑ์ ์คํจํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180612 ๋ณด์ ํจ์ค์๋์ ์์ฑ์ ์คํจํ์ต๋๋ค. Failed to create 2nd password. 20130807 to 20130814 @@ -10269,7 +10269,7 @@ Password is incorrect. MSG_SECOND_PASSWORD_MAKE_FAILED = 0x765, /*20110228 to 20110228 ์ธ์ปจ๋ ํจ์ค์๋ ์ญ์ ์ ์คํจํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180612 ๋ณด์ ํจ์ค์๋ ์ญ์ ์ ์คํจํ์ต๋๋ค. Failed to delete 2nd password. 20130807 to 20130814 @@ -10279,7 +10279,7 @@ Failed to create 2nd password. MSG_SECOND_PASSWORD_DEL_FAILED = 0x766, /*20110228 to 20110228 ์ธ์ปจ๋ ํจ์ค์๋์ ์์ ์ ์คํจํ์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180612 ๋ณด์ ํจ์ค์๋์ ์์ ์ ์คํจํ์ต๋๋ค. Failed to correct 2nd password. 20130807 to 20130814 @@ -10289,7 +10289,7 @@ Failed to delete 2nd password. MSG_SECOND_PASSWORD_EDIT_FAILED = 0x767, /*20110228 to 20110228 ์ธ์ปจ๋ ๋น๋ฐ๋ฒํธ์๋ ์ ํ๋ ๋ฒํธ๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. -20110308 to 20180523 +20110308 to 20180612 ์
๋ ฅํ์ ํจ์ค์๋๋ ์ฌ์ฉํ์ค์์์ต๋๋ค. Unable to use restricted number in 2nd password. 20130807 to 20130814 @@ -10297,7 +10297,7 @@ Unable to use restricted number in 2nd password. Failed to correct 2nd password. */ MSG_SECOND_PASSWORD_EDIT_RESTRICT_PW = 0x768, -/*20110228 to 20180523 +/*20110228 to 20180612 ์ฃผ๋ฏผ๋ฑ๋ก๋ฒํธ๋ ์ฌ์ฉํ ์์์ต๋๋ค. Unable to use your KSSN number. 20130807 to 20130814 @@ -10307,7 +10307,7 @@ Unable to use restricted number in 2nd password. MSG_SECOND_PASSWORD_EDIT_PERSONALNUM_PW = 0x769, /*20110228 to 20110228 ๋ณด์๋ฒํธ -20110308 to 20180523 +20110308 to 20180612 ์ด๋ฏธ ํจ์ค์๋๊ฐ ์กด์ฌํฉ๋๋ค. ~There is already a password. 20130807 to 20130814 @@ -10317,7 +10317,7 @@ Unable to use your KSSN number. MSG_SECOND_PASSWORD_MAKE_DUPLICATED_PW = 0x76a, /*20110228 to 20110228 ๋น๋ฐ๋ฒํธ ์
๋ ฅ (4~6์๋ฆฌ) -20110308 to 20180523 +20110308 to 20180612 ๋ณด์ ํจ์ค์๋ Security Code 20130807 to 20130814 @@ -10327,7 +10327,7 @@ Security Code MSG_SECOND_PASSWORD = 0x76b, /*20110228 to 20110228 ITEM -20110308 to 20180523 +20110308 to 20180612 ๊ณ์ ๋ณด์์ ์ํ์ฌ ์ถ๊ฐ์ ์ธ ํจ์ค์๋ ์ค์ ์ ๊ถ์ฅํฉ๋๋ค. Account for the additional password security settings are recommended. 20130807 to 20130814 @@ -10337,7 +10337,7 @@ Security Code MSG_SECOND_PASSWORD_INPUT = 0x76c, /*20110228 to 20110228 SKILL -20110308 to 20180523 +20110308 to 20180612 ๋ณด์ ํจ์ค์๋ ์ฌ์ฉ์ ํ์ง ์์ต๋๋ค. Do not use secure password. 20130807 to 20130814 @@ -10347,7 +10347,7 @@ Account for the additional password security settings are recommended. MSG_SECOND_PASSWDRD_NOT_AVAILABLE_SUCCESS = 0x76d, /*20110228 to 20110228 TACTIC -20110308 to 20180523 +20110308 to 20180612 ๋ณด์ ํจ์ค์๋ ์ฌ์ฉ์ค์ ์ ์คํจํ์ต๋๋ค. Use the set security password failed. 20130807 to 20130814 @@ -10357,7 +10357,7 @@ Do not use secure password. MSG_SECOND_PASSWDRD_NOT_AVAILABLE_FAILED = 0x76e, /*20110228 to 20110228 ETC -20110308 to 20180523 +20110308 to 20180612 ๋ณด์ ํจ์ค์๋๋ฅผ ์ฌ์ฉํฉ๋๋ค. ๋ค์๋ก๊ทธ์ธ๋ถํฐ ์ ์ฉ๋ฉ๋๋ค. Use secure passwords. Will be applied to your next login. 20130807 to 20130814 @@ -10367,7 +10367,7 @@ Use the set security password failed. MSG_SECOND_PASSWDRD_AVAILABLE_SUCCESS = 0x76f, /*20110228 to 20110228 COMBAT -20110308 to 20180523 +20110308 to 20180612 ๋ณด์ ํจ์ค์๋ ์ฌ์ฉ ์ค์ ์ ์คํจํ์ต๋๋ค. Use the set security password failed. 20130807 to 20130814 @@ -10377,7 +10377,7 @@ Use secure passwords. Will be applied to your next login. MSG_SECOND_PASSWDRD_AVAILABLE_FAILED = 0x770, /*20110228 to 20110228 NON-COMBAT -20110308 to 20180523 +20110308 to 20180612 ๊ณ์ ๋ณด์์ ์ํ์ฌ ์ถ๊ฐ์ ์ธ ํจ์ค์๋๋ฅผ ์ค์ ํฉ๋๋ค. Added to the security of your account password is set. 20130807 to 20130814 @@ -10387,7 +10387,7 @@ Use the set security password failed. MSG_SECOND_PASSWORD_INFO_1 = 0x771, /*20110228 to 20110228 BUFF -20110308 to 20180523 +20110308 to 20180612 ์๋์ ์ซ์๋ฒํผ์ ๋ง์ฐ์ค๋ฅผ ์ด์ฉํ์ฌ 4์๋ฆฌ๋ฅผ ํด๋ฆญํ์ธ์. Use the mouse to enter the 4-digit password below. 20130807 to 20130814 @@ -10397,7 +10397,7 @@ Added to the security of your account password is set. MSG_SECOND_PASSWORD_INFO_2 = 0x772, /*20110228 to 20110228 AUTO EQUIPED -20110308 to 20180523 +20110308 to 20180612 3ํ์ด์ ์๋ชป๋ํจ์ค์๋ ์
๋ ฅ์ผ๋ก, ์ข
๋ฃ๋ฉ๋๋ค. Typing an incorrect password 3 times will shut down the client. 20130807 to 20130814 @@ -10407,7 +10407,7 @@ Use the mouse to enter the 4-digit password below. MSG_SECOND_PASSWORD_INFO_3 = 0x773, /*20110228 to 20110228 1st. ATTACK -20110308 to 20180523 +20110308 to 20180612 ITEM 20130807 to 20130814 3ํ์ด์ ์๋ชป๋ํจ์ค์๋ ์
๋ ฅ์ผ๋ก, ์ข
๋ฃ๋ฉ๋๋ค. @@ -10416,7 +10416,7 @@ Typing an incorrect password 3 times will shut down the client. MSG_MACRO_ITEM = 0x774, /*20110228 to 20110228 ATTACK -20110308 to 20180523 +20110308 to 20180612 SKILL 20130807 to 20130814 ITEM @@ -10425,7 +10425,7 @@ ITEM /*20110228 to 20110228 Next attack time : Next attack time: -20110308 to 20180523 +20110308 to 20180612 TACTIC 20130807 to 20130814 SKILL @@ -10433,7 +10433,7 @@ SKILL MSG_MACRO_TACTIC = 0x776, /*20110228 to 20110228 When died -20110308 to 20180523 +20110308 to 20180612 ETC 20130807 to 20130814 TACTIC @@ -10441,7 +10441,7 @@ TACTIC MSG_MACRO_ETC = 0x777, /*20110228 to 20110228 When invited to a party -20110308 to 20180523 +20110308 to 20180612 COMBAT 20130807 to 20130814 ETC @@ -10449,7 +10449,7 @@ ETC MSG_MACRO_COMBAT = 0x778, /*20110228 to 20110228 Pickup Item -20110308 to 20180523 +20110308 to 20180612 NON-COMBAT 20130807 to 20130814 COMBAT @@ -10457,7 +10457,7 @@ COMBAT MSG_MACRO_NON_COMBAT = 0x779, /*20110228 to 20110228 Over 85% Weight -20110308 to 20180523 +20110308 to 20180612 BUFF 20130807 to 20130814 NON-COMBAT @@ -10465,64 +10465,64 @@ NON-COMBAT MSG_MACRO_BUFF = 0x77a, #endif #if PACKETVER >= 20110308 -/*20110308 to 20180523 +/*20110308 to 20180612 AUTO EQUIPED 20130807 to 20130814 BUFF */ MSG_MACRO_AUTO_EQUIPED = 0x77b, -/*20110308 to 20180523 +/*20110308 to 20180612 1st. ATTACK 20130807 to 20130814 AUTO EQUIPED */ MSG_MACRO_1ST_ATTACK = 0x77c, -/*20110308 to 20180523 +/*20110308 to 20180612 ATTACK 20130807 to 20130814 1st. ATTACK */ MSG_MACRO_ATTACK = 0x77d, -/*20110308 to 20180523 +/*20110308 to 20180612 Next attack time : Next attack time: 20130807 to 20130814 ATTACK */ MSG_MACRO_NEXT_ATK_TIME = 0x77e, -/*20110308 to 20180523 +/*20110308 to 20180612 When died 20130807 to 20130814 Next attack time : Next attack time: */ MSG_MACRO_WHEN_DIED = 0x77f, -/*20110308 to 20180523 +/*20110308 to 20180612 When invited to a party 20130807 to 20130814 When died */ MSG_MACRO_WHEN_INVITED_PARTY = 0x780, -/*20110308 to 20180523 +/*20110308 to 20180612 Pickup Item 20130807 to 20130814 When invited to a party */ MSG_MACRO_PICKUP_ITEM = 0x781, -/*20110308 to 20180523 +/*20110308 to 20180612 Over 85% Weight 20130807 to 20130814 Pickup Item */ MSG_MACRO_OVERWEIGHT = 0x782, -/*20110308 to 20180523 +/*20110308 to 20180612 ์งํ์ค์ด๋ ์์
(NPC๋ํ,์ ์กฐ...)์ ์ข
๋ฃํ์ ๋ค์ ์๋ํ์ธ์. Any work in progress (NPC dialog, manufacturing ...) quit and try again. 20130807 to 20130814 Over 85% Weight */ MSG_BUSY = 0x783, -/*20110308 to 20180523 +/*20110308 to 20180612 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Job๊ฒฝํ์น๊ฐ %d๋ถ๊ฐ %.2f๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. Monster Job hunting experience that you can get through the doubling of %d is %.2f minutes. 20130807 to 20130814 @@ -10534,7 +10534,7 @@ Any work in progress (NPC dialog, manufacturing ...) quit and try again. #if PACKETVER >= 20110315 /*20110315 to 20110405 ExMacro_SaveData%d -20110412 to 20180523 +20110412 to 20180612 SaveData_ExMacro%d SaveData_ExMacro %d 20130807 to 20130814 @@ -10542,7 +10542,7 @@ SaveData_ExMacro %d Monster Job hunting experience that you can get through the doubling of %d is %.2f minutes. */ MSG_MACRO_SAVE = 0x785, -/*20110315 to 20180523 +/*20110315 to 20180612 ์ค์ ํ ๋ด์ฉ์ด [%s]์ ์ ์ฅ๋ฉ๋๋ค. Settings for [%s] are stored in. 20130807 to 20130814 @@ -10552,7 +10552,7 @@ SaveData_ExMacro %d MSG_MACRO_SAVE_DATA2 = 0x786, #endif #if PACKETVER >= 20110322 -/*20110322 to 20180523 +/*20110322 to 20180612 ๋ณด์๋ ๋ฒจ Security level 20130807 to 20130814 @@ -10562,7 +10562,7 @@ Settings for [%s] are stored in. MSG_SECOND_PASSWORD_LEVEL = 0x787, #endif #if PACKETVER >= 20110412 -/*20110412 to 20180523 +/*20110412 to 20180612 ํ์ฌ ์บ๋ฆญํฐ๋ ํํฐ ๋๋ ๊ธธ๋์ ๊ฐ์
๋์ด ์์ด์ ์ญ์ ๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. The current character is a party or join the guild can not be deleted. 20130807 to 20130814 @@ -10572,7 +10572,7 @@ Security level MSG_RESULT_FAIL_CHAR_DELETE = 0x788, #endif #if PACKETVER >= 20110517 -/*20110517 to 20180523 +/*20110517 to 20180612 ๋ฒฝ์ด๋ ๋ฌผ์ฒด ๊ทผ์ฒ์์๋ง ์ฌ์ฉ ํ ์ ์์ต๋๋ค. Objects can be used only near the wall. 20130807 to 20130814 @@ -10582,7 +10582,7 @@ The current character is a party or join the guild can not be deleted. MSG_USESKILL_FAIL_NEER_WALL = 0x789, #endif #if PACKETVER >= 20110531 -/*20110531 to 20180523 +/*20110531 to 20180612 %s : ๋ ๋ฒจ %d %s ํํฐ๊ตฌํฉ๋๋ค. %s: Level %d %s party to obtain level. 20130807 to 20130814 @@ -10590,7 +10590,7 @@ The current character is a party or join the guild can not be deleted. Objects can be used only near the wall. */ MSG_SEEK_PARTY_SET = 0x78a, -/*20110531 to 20180523 +/*20110531 to 20180612 ํ์น ์ค์ธ ์ํ์์๋ ๊ณ ์ ์์ดํ
์ ์ฌ์ฉํ ์ ์์ต๋๋ค. While boarding reins is not available for items. 20130807 to 20130814 @@ -10600,7 +10600,7 @@ While boarding reins is not available for items. MSG_FAIELD_RIDING_OVERLAPPED = 0x78b, #endif #if PACKETVER >= 20110622 -/*20110622 to 20180523 +/*20110622 to 20180612 ์ด ์คํฌ์ 1%์ ๊ฒฝํ์น๊ฐ ํ์ํฉ๋๋ค. This skill requires 1% experience. 20130807 to 20130814 @@ -10610,7 +10610,7 @@ While boarding reins is not available for items. MSG_USESKILL_FAIL_NEED_EXP_1PERCENT = 0x78c, #endif #if PACKETVER >= 20110628 -/*20110628 to 20180523 +/*20110628 to 20180612 ๊ฒฝ ํ ์น : Experience value: 20130807 to 20130814 @@ -10618,7 +10618,7 @@ Experience value: This skill requires 1% experience. */ MSG_EXP_MSG = 0x78d, -/*20110628 to 20180523 +/*20110628 to 20180612 ๋ ๋กญ ์จ : Drop rate: 20130807 to 20130814 @@ -10626,7 +10626,7 @@ Drop rate: Experience value: */ MSG_DROP_MSG = 0x78e, -/*20110628 to 20180523 +/*20110628 to 20180612 ์ฌ๋งํ๋ํฐ : Death Penalty: 20130807 to 20130814 @@ -10636,7 +10636,7 @@ Drop rate: MSG_DEATH_MSG = 0x78f, /*20110628 to 20110713 %d%% (PC๋ฐฉ %d%% + ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%%) -20110713 to 20180523 +20110713 to 20180612 %d%% (PC๋ฐฉ %d%% + TPLUS %d%% + ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%%) %d%% (PCroom %d%% + TPLUS %d%% + Premium %d%% + %s Server %d%%) 20130807 to 20130814 @@ -10644,7 +10644,7 @@ Drop rate: Death Penalty: */ MSG_BASIC_EXP_MSG = 0x790, -/*20110628 to 20180523 +/*20110628 to 20180612 ํฉ์ฐฝ์คํฌ์ ์์ ํ ํํฐ์์ SP๋์ด ๋ถ์กฑํฉ๋๋ค. Amount of party members to cast the skill Chorus SP is low. 20130807 to 20130814 @@ -10654,7 +10654,7 @@ Amount of party members to cast the skill Chorus SP is low. MSG_USESKILL_FAIL_CHORUS_SP_INSUFFICIENT = 0x791, #endif #if PACKETVER >= 20110706 -/*20110706 to 20180523 +/*20110706 to 20180612 ์๋ ์บ๋ฆญํฐ์ ์์ง ์์ดํ
์ข
๋ฅ์ ํ๊ณ๋ ์ด๊ณผ๋ก ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Relative character that has possession of the items can not trade because amount is exceeded. 20130807 to 20130814 @@ -10662,7 +10662,7 @@ Relative character that has possession of the items can not trade because amount Amount of party members to cast the skill Chorus SP is low. */ MSG_CHARACTER_IS_OVER_COUNT = 0x792, -/*20110706 to 20180523 +/*20110706 to 20180612 ์๋ ์บ๋ฆญํฐ์ ํด๋น ์์ดํ
์ ์์ง ํ๊ณ๋ ์ด๊ณผ๋ก ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Relative character that has possession of the item amount which exceeds makes it impossible to trade. 20130807 to 20130814 @@ -10670,7 +10670,7 @@ Relative character that has possession of the item amount which exceeds makes it Relative character that has possession of the items can not trade because amount is exceeded. */ MSG_CHARACTER_IS_EACHITEM_OVER_COUNT = 0x793, -/*20110706 to 20180523 +/*20110706 to 20180612 ํด๋น ์์ดํ
์ ์์ง ํ๊ณ๋ ์ด๊ณผ๋ก ๊ตฌ์
์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Amounts are exceeded the possession of the item is not available for purchase. 20130807 to 20130814 @@ -10680,7 +10680,7 @@ Relative character that has possession of the item amount which exceeds makes it MSG_PURCHASE_FAIL_EACHITEM_COUNT = 0x794, /*20110706 to 20110706 ์ ์ํ์ ๋ค์ ์๋ํด์ฃผ์ธ์. -20110713 to 20180523 +20110713 to 20180612 ๊ด๊ณ ๋ฑ๋ก ๋๊ธฐ์ค์
๋๋ค. Advertising is pending registration. 20130807 to 20130814 @@ -10688,7 +10688,7 @@ Advertising is pending registration. Amounts are exceeded the possession of the item is not available for purchase. */ MSG_PARTY_FAILED_TIMEOUT = 0x795, -/*20110706 to 20180523 +/*20110706 to 20180612 ์๋์ ํ์ผ๊ณผ ํ
์คํธ๋ด์ฉ์ ํจ๊ป ๋ผ๊ทธ๋๋กํฌ ๊ณต์ํํ์ด์ง -> ๊ณ ๊ฐ์ผํฐ -> ๋ฌธ์ํ๊ธฐ๋ฅผ ์ด์ฉํ์ฌ ๋ณด๋ด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. @@ -10700,7 +10700,7 @@ Advertising is pending registration. MSG_UNEXCEPTION_MSG1ST = 0x796, #endif #if PACKETVER >= 20110719 -/*20110719 to 20180523 +/*20110719 to 20180612 ๋น๋ง์์คํ
์ ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค(%d) Has caused an error in billing system(%d) 20130807 to 20130814 @@ -10710,7 +10710,7 @@ Has caused an error in billing system(%d) With the following files and text content Ragnarok Official Website -> Support -> Contact Us to submit your comments by: */ MSG_INGAMBA_BILLING_ZSVR_ERROR = 0x797, -/*20110719 to 20180523 +/*20110719 to 20180612 ๋ฃฌ ์์ดํ
์์ ๊ฐ์๊ฐ ์ด๊ณผ ๋์ด ๊ตฌ๋งค๊ฐ ์คํจ ํ์์ต๋๋ค. Failed purchase of runes, items exceed the maximum number that can be held. 20130807 to 20130814 @@ -10718,7 +10718,7 @@ Failed purchase of runes, items exceed the maximum number that can be held. Has caused an error in billing system(%d) */ MSG_CASH_FAILED_RUNE_OVERCOUNT = 0x798, -/*20110719 to 20180523 +/*20110719 to 20180612 ๊ฐ๋ณ ์์ดํ
๊ฐ์๊ฐ ์ด๊ณผ ๋์ด ๊ตฌ๋งค๊ฐ ์คํจ ํ์์ต๋๋ค. Exceeded the number of individual items, purchase failed. 20130807 to 20130814 @@ -10726,7 +10726,7 @@ Exceeded the number of individual items, purchase failed. Failed purchase of runes, items exceed the maximum number that can be held. */ MSG_CASH_FAILED_EACHITEM_OVERCOUNT = 0x799, -/*20110719 to 20180523 +/*20110719 to 20180612 ์ ์ ์๋ ์ค๋ฅ๊ฐ ๋ฐ์ํ์ฌ ๊ตฌ๋งค๊ฐ ์คํจ ํ์์ต๋๋ค. Purchase failed due to an unknown error. 20130807 to 20130814 @@ -10734,7 +10734,7 @@ Purchase failed due to an unknown error. Exceeded the number of individual items, purchase failed. */ MSG_CASH_FAILED_UNKOWN = 0x79a, -/*20110719 to 20180523 +/*20110719 to 20180612 ์ ์ ํ ๋ค์ ์๋ํด ์ฃผ์ญ์์ค. Please try again later. 20130807 to 20130814 @@ -10742,7 +10742,7 @@ Please try again later. Purchase failed due to an unknown error. */ MSG_CASH_FAILED_BUSY = 0x79b, -/*20110719 to 20180523 +/*20110719 to 20180612 ์ฟ ๋์ด ์์ดํ
์ ์ฅ์ฐฉ ํ ์ํ์์๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. Kunai must be equipped to use this skill. 20130807 to 20130814 @@ -10752,7 +10752,7 @@ Please try again later. MSG_USESKILL_FAIL_NEED_EQUIPMENT_KUNAI = 0x79c, #endif #if PACKETVER >= 20110726 -/*20110726 to 20180523 +/*20110726 to 20180612 ๋ชจ์งํ ์ต์๋ ๋ฒจ๊ฐ์ ์
๋ ฅํด์ฃผ์ธ์. Please enter the value of the minimum level to be recruited. 20130807 to 20130814 @@ -10762,7 +10762,7 @@ Kunai must be equipped to use this skill. MSG_SEEK_PARTY_LEVEL_HELP = 0x79d, #endif #if PACKETVER >= 20110803 -/*20110803 to 20180523 +/*20110803 to 20180612 ์กด๋ค๊ธฐํ์ฌNPC ์๊ฒ ์์ดํ
์ด ์๋ น์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. ์์ง์ฐฝ์ ์ฌ์ ๊ณต๊ฐ์ ํ๋ณดํด์ฃผ์ธ์. Jonda agency receipt of the item to the NPC is not possible. Gaining possession of the free space of the window. 20130807 to 20130814 @@ -10772,7 +10772,7 @@ Please enter the value of the minimum level to be recruited. MSG_FAILED_GET_ITEM_FROM_ZONEDA = 0x79e, #endif #if PACKETVER >= 20110810 -/*20110810 to 20180523 +/*20110810 to 20180612 ์ด ์คํฌ์ ๊ณต์ฑ์ ์์๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. This skill is only available in the siege. 20130807 to 20130814 @@ -10780,7 +10780,7 @@ This skill is only available in the siege. Jonda agency receipt of the item to the NPC is not possible. Gaining possession of the free space of the window. */ MSG_USESKILL_FAIL_SIZE = 0x79f, -/*20110810 to 20180523 +/*20110810 to 20180612 ์ด ์คํฌ์ ํ๋ ์ด์ด์๊ฒ๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. This skill is available only to the player. 20130807 to 20130814 @@ -10788,7 +10788,7 @@ This skill is available only to the player. This skill is only available in the siege. */ MSG_USESKILL_FAIL_TOTARGET_PLAYER = 0x7a0, -/*20110810 to 20180523 +/*20110810 to 20180612 ์ฐฉ์ฉ์ด ๊ธ์ง ๋ ์ํ๋ก ์ฐฉ์ฉ ํ ์ ์์ต๋๋ค. Forbidden to wear the state can not be worn. 20130807 to 20130814 @@ -10796,7 +10796,7 @@ Forbidden to wear the state can not be worn. This skill is available only to the player. */ MSG_CAN_NOT_EQUIP_ITEM_FORBID = 0x7a1, -/*20110810 to 20180523 +/*20110810 to 20180612 ํ์ฌ ์์น์์๋ ์์ ๋ฐ ์ฑํ
๋ฐฉ์ ์์ฑ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Current location of the shop and chat room creation is disabled. 20130807 to 20130814 @@ -10806,21 +10806,21 @@ Forbidden to wear the state can not be worn. MSG_USESKILL_FAIL_THERE_ARE_NPC_AROUND = 0x7a2, #endif #if PACKETVER >= 20110816 -/*20110816 to 20180523 +/*20110816 to 20180612 Elapsed time: %d:%d:%d / %d:%d:%d 20130807 to 20130814 ํ์ฌ ์์น์์๋ ์์ ๋ฐ ์ฑํ
๋ฐฉ์ ์์ฑ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Current location of the shop and chat room creation is disabled. */ MSG_REPLAY_ELAPSEDTIME = 0x7a3, -/*20110816 to 20180523 +/*20110816 to 20180612 Speed : X 1/4 Speed: X 1/4 20130807 to 20130814 Elapsed time: %d:%d:%d / %d:%d:%d */ MSG_REPLAY_SPEED1_4 = 0x7a4, -/*20110816 to 20180523 +/*20110816 to 20180612 Speed : X 1/2 Speed: X 1/2 20130807 to 20130814 @@ -10828,7 +10828,7 @@ Speed : X 1/4 Speed: X 1/4 */ MSG_REPLAY_SPEED1_2 = 0x7a5, -/*20110816 to 20180523 +/*20110816 to 20180612 Speed : X 1 Speed: X 1 20130807 to 20130814 @@ -10836,7 +10836,7 @@ Speed : X 1/2 Speed: X 1/2 */ MSG_REPLAY_SPEED1 = 0x7a6, -/*20110816 to 20180523 +/*20110816 to 20180612 Speed : X 2 Speed: X 2 20130807 to 20130814 @@ -10844,7 +10844,7 @@ Speed : X 1 Speed: X 1 */ MSG_REPLAY_SPEED2 = 0x7a7, -/*20110816 to 20180523 +/*20110816 to 20180612 Speed : X 4 Speed: X 4 20130807 to 20130814 @@ -10852,7 +10852,7 @@ Speed : X 2 Speed: X 2 */ MSG_REPLAY_SPEED4 = 0x7a8, -/*20110816 to 20180523 +/*20110816 to 20180612 Speed : X 8 Speed: X 8 20130807 to 20130814 @@ -10860,7 +10860,7 @@ Speed : X 4 Speed: X 4 */ MSG_REPLAY_SPEED8 = 0x7a9, -/*20110816 to 20180523 +/*20110816 to 20180612 Speed : X 16 Speed: X 16 20130807 to 20130814 @@ -10868,7 +10868,7 @@ Speed : X 8 Speed: X 8 */ MSG_REPLAY_SPEED16 = 0x7aa, -/*20110816 to 20180523 +/*20110816 to 20180612 Speed : ์์์์ Speed: Unknown 20130807 to 20130814 @@ -10876,7 +10876,7 @@ Speed : X 16 Speed: X 16 */ MSG_REPLAY_SPEEDUNKNOWN = 0x7ab, -/*20110816 to 20180523 +/*20110816 to 20180612 Service Info : %s Service Info: %s 20130807 to 20130814 @@ -10884,7 +10884,7 @@ Speed : ์์์์ Speed: Unknown */ MSG_REPLAY_CHRVICEINFO = 0x7ac, -/*20110816 to 20180523 +/*20110816 to 20180612 Character Name : %s Character Name: %s 20130807 to 20130814 @@ -10892,7 +10892,7 @@ Service Info : %s Service Info: %s */ MSG_REPLAY_CHARACTERNAME = 0x7ad, -/*20110816 to 20180523 +/*20110816 to 20180612 Map Name : %s Map Name: %s 20130807 to 20130814 @@ -10900,65 +10900,65 @@ Character Name : %s Character Name: %s */ MSG_REPLAY_MAPNAME = 0x7ae, -/*20110816 to 20180523 +/*20110816 to 20180612 Record Time: %d-%01d-%01d %d: %02d: %02d 20130807 to 20130814 Map Name : %s Map Name: %s */ MSG_REPLAY_RECORDTIME = 0x7af, -/*20110816 to 20180523 +/*20110816 to 20180612 Play Time: %02d: %02d: %02d 20130807 to 20130814 Record Time: %d-%01d-%01d %d: %02d: %02d */ MSG_REPLAY_PLAYTIME = 0x7b0, -/*20110816 to 20180523 +/*20110816 to 20180612 No Replay File. 20130807 to 20130814 Play Time: %02d: %02d: %02d */ MSG_REPLAY_NOREPLAYFILE = 0x7b1, -/*20110816 to 20180523 +/*20110816 to 20180612 Server No Matching 20130807 to 20130814 No Replay File. */ MSG_REPLAY_SERVERNOMATCH = 0x7b2, -/*20110816 to 20180523 +/*20110816 to 20180612 Replay Option Setting 20130807 to 20130814 Server No Matching */ MSG_REPLAY_REPLAYOPTIONSETTING = 0x7b3, -/*20110816 to 20180523 +/*20110816 to 20180612 ํ์ผ ์ด๋ฆ์ ์
๋ ฅํ์ธ์. Enter File Name 20130807 to 20130814 Replay Option Setting */ MSG_REPLAY_ENTERTHEFILENAME = 0x7b4, -/*20110816 to 20180523 +/*20110816 to 20180612 Set Replay Save Data 20130807 to 20130814 ํ์ผ ์ด๋ฆ์ ์
๋ ฅํ์ธ์. Enter File Name */ MSG_REPLAY_SETREPLAYSAVEDATA = 0x7b5, -/*20110816 to 20180523 +/*20110816 to 20180612 Set Rec Option 20130807 to 20130814 Set Replay Save Data */ MSG_REPLAY_SETRECOPTION = 0x7b6, -/*20110816 to 20180523 +/*20110816 to 20180612 %.1f %% Posโ:%d:%d:%d %.1f % Pos->:%d:%d:%d 20130807 to 20130814 Set Rec Option */ MSG_REPLAY_GAGEPOS1 = 0x7b7, -/*20110816 to 20180523 +/*20110816 to 20180612 %.1f %% Posโ:์ด๋๋ถ๊ฐ %.1f % Pos->:cannot move 20130807 to 20130814 @@ -10966,57 +10966,57 @@ Set Rec Option %.1f % Pos->:%d:%d:%d */ MSG_REPLAY_GAGEPOS2 = 0x7b8, -/*20110816 to 20180523 +/*20110816 to 20180612 Start 20130807 to 20130814 %.1f %% Posโ:์ด๋๋ถ๊ฐ %.1f % Pos->:cannot move */ MSG_REPLAY_START = 0x7b9, -/*20110816 to 20180523 +/*20110816 to 20180612 Stop 20130807 to 20130814 Start */ MSG_REPLAY_STOP = 0x7ba, -/*20110816 to 20180523 +/*20110816 to 20180612 Input FileName -> Start 20130807 to 20130814 Stop */ MSG_REPLAY_START2 = 0x7bb, -/*20110816 to 20180523 +/*20110816 to 20180612 Open Option 20130807 to 20130814 Input FileName -> Start */ MSG_REPLAY_OPENOPTION = 0x7bc, -/*20110816 to 20180523 +/*20110816 to 20180612 Close Option 20130807 to 20130814 Open Option */ MSG_REPLAY_CLOSEOPION = 0x7bd, -/*20110816 to 20180523 +/*20110816 to 20180612 End 20130807 to 20130814 Close Option */ MSG_REPLAY_END = 0x7be, -/*20110816 to 20180523 +/*20110816 to 20180612 Time 20130807 to 20130814 End */ MSG_REPLAY_TIME = 0x7bf, -/*20110816 to 20180523 +/*20110816 to 20180612 ํํฐ&์น๊ตฌ Party & Friends 20130807 to 20130814 Time */ MSG_REPLAY_PARTYFRIEND = 0x7c0, -/*20110816 to 20180523 +/*20110816 to 20180612 ์ฑํ
Chat 20130807 to 20130814 @@ -11024,7 +11024,7 @@ Chat Party & Friends */ MSG_REPLAY_CHAT = 0x7c1, -/*20110816 to 20180523 +/*20110816 to 20180612 ๋จ์ถํค Shortcuts 20130807 to 20130814 @@ -11032,7 +11032,7 @@ Shortcuts Chat */ MSG_REPLAY_SHORTCUTS = 0x7c2, -/*20110816 to 20180523 +/*20110816 to 20180612 ์๋ ํ์ผ๋ช
์์ฑ Automatic filename generation 20130807 to 20130814 @@ -11040,7 +11040,7 @@ Automatic filename generation Shortcuts */ MSG_REPLAY_AUTOMATICFILENAME = 0x7c3, -/*20110816 to 20180523 +/*20110816 to 20180612 ํ์ผ ์ค๋ณต ์ฑํฌ Checking for duplicate files 20130807 to 20130814 @@ -11048,7 +11048,7 @@ Checking for duplicate files Automatic filename generation */ MSG_REPLAY_CHECKINGFILE = 0x7c4, -/*20110816 to 20180523 +/*20110816 to 20180612 ๋์ผํ ํ์ผ์ด ์กด์ฌ ํฉ๋๋ค. The same file exists already. 20130807 to 20130814 @@ -11056,14 +11056,14 @@ The same file exists already. Checking for duplicate files */ MSG_REPLAY_THESAMEFILEEXISTS = 0x7c5, -/*20110816 to 20180523 +/*20110816 to 20180612 Record Start 20130807 to 20130814 ๋์ผํ ํ์ผ์ด ์กด์ฌ ํฉ๋๋ค. The same file exists already. */ MSG_REPLAY_RECORDSTART = 0x7c6, -/*20110816 to 20180523 +/*20110816 to 20180612 is Saved. 20130807 to 20130814 Record Start @@ -11071,14 +11071,14 @@ Record Start MSG_REPLAY_RECORDEND = 0x7c7, #endif #if PACKETVER >= 20110823 -/*20110823 to 20180523 +/*20110823 to 20180612 Weight : %3d / %3d Weight: %3d / %3d 20130807 to 20130814 is Saved. */ MSG_WEIGHT = 0x7c8, -/*20110823 to 20180523 +/*20110823 to 20180612 Total : %s C Total: %s C 20130807 to 20130814 @@ -11086,7 +11086,7 @@ Weight : %3d / %3d Weight: %3d / %3d */ MSG_TOTAL = 0x7c9, -/*20110823 to 20180523 +/*20110823 to 20180612 [์๋ฆฌ๊ฒ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. [Shuriken] must be equipped. 20130807 to 20130814 @@ -11096,79 +11096,79 @@ Total: %s C MSG_FAIL_NEED_EQUIPPED_SYURIKEN = 0x7ca, #endif #if PACKETVER >= 20110831 -/*20110831 to 20180523 +/*20110831 to 20180612 Base Lv. %d 20130807 to 20130814 [์๋ฆฌ๊ฒ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. [Shuriken] must be equipped. */ MSG__BASIC_MSG_BASE = 0x7cb, -/*20110831 to 20180523 +/*20110831 to 20180612 Job Lv. %d 20130807 to 20130814 Base Lv. %d */ MSG__BASIC_MSG_JOB = 0x7cc, -/*20110831 to 20180523 +/*20110831 to 20180612 Zeny : %s Zeny: %s 20130807 to 20130814 Job Lv. %d */ MSG_BASIC_MSG_ZENY = 0x7cd, -/*20110831 to 20180523 +/*20110831 to 20180612 Trilinear 20130807 to 20130814 Zeny : %s Zeny: %s */ MSG_GRAPHIC_MSG_TRILINEAR = 0x7ce, -/*20110831 to 20180523 +/*20110831 to 20180612 attack 20130807 to 20130814 Trilinear */ MSG_GRAPHIC_MSG_ATTACK = 0x7cf, -/*20110831 to 20180523 +/*20110831 to 20180612 skill 20130807 to 20130814 attack */ MSG_GRAPHIC_MSG_SKILL = 0x7d0, -/*20110831 to 20180523 +/*20110831 to 20180612 item 20130807 to 20130814 skill */ MSG_GRAPHIC_MSG_ITEM = 0x7d1, -/*20110831 to 20180523 +/*20110831 to 20180612 NoCtrl 20130807 to 20130814 item */ MSG_GRAPHIC_MSG_NOCTRL = 0x7d2, -/*20110831 to 20180523 +/*20110831 to 20180612 ์ ์ฅ More 20130807 to 20130814 NoCtrl */ MSG_GRAPHIC_MSG_BATTLE = 0x7d3, -/*20110831 to 20180523 +/*20110831 to 20180612 (Character/Total Slot) 20130807 to 20130814 ์ ์ฅ More */ MSG_CHARACTER_MSG_CHARACTERTOTALSLOT = 0x7d4, -/*20110831 to 20180523 +/*20110831 to 20180612 Premium Service VIP Service 20130807 to 20130814 (Character/Total Slot) */ MSG_CHARACTER_MSG_PREMIUMSERVICE = 0x7d5, -/*20110831 to 20180523 +/*20110831 to 20180612 Premium VIP 20130807 to 20130814 @@ -11176,21 +11176,21 @@ Premium Service VIP Service */ MSG_CHARACTER_MSG_PREMIUM = 0x7d6, -/*20110831 to 20180523 +/*20110831 to 20180612 Service 20130807 to 20130814 Premium VIP */ MSG_CHARACTER_MSG_SERVICE = 0x7d7, -/*20110831 to 20180523 +/*20110831 to 20180612 Billing Service VIP 20130807 to 20130814 Service */ MSG_CHARACTER_MSG_BILLINGSERVICE = 0x7d8, -/*20110831 to 20180523 +/*20110831 to 20180612 Billing VIP 20130807 to 20130814 @@ -11198,26 +11198,26 @@ Billing Service VIP */ MSG_CHARACTER_MSG_BILLING = 0x7d9, -/*20110831 to 20180523 +/*20110831 to 20180612 Command List 20130807 to 20130814 Billing VIP */ MSG_MSG_COMMANDLIST = 0x7da, -/*20110831 to 20180523 +/*20110831 to 20180612 LEVEL 20130807 to 20130814 Command List */ MSG_SEEK_PARTY_LEVEL = 0x7db, -/*20110831 to 20180523 +/*20110831 to 20180612 MAP 20130807 to 20130814 LEVEL */ MSG_SEEK_PARTY_MAP = 0x7dc, -/*20110831 to 20180523 +/*20110831 to 20180612 JOB 20130807 to 20130814 MAP @@ -11225,7 +11225,7 @@ MAP MSG_SEEK_PARTY_JOB = 0x7dd, #endif #if PACKETVER >= 20110906 -/*20110906 to 20180523 +/*20110906 to 20180612 Not Available 20130807 to 20130814 JOB @@ -11235,7 +11235,7 @@ JOB #if PACKETVER >= 20110920 /*20110920 to 20110929 [์ํธ ์ฒ์ฌ์ ๋ณดํธ] ์คํฌ์ ๋ง๋ ์ผ ๊ฒฝ์ฐ, ๊ฒฝํ์น 100% ์ด์์ผ ๋๋ ์ฌ์ฉํ ์ ์์ต๋๋ค. -20111004 to 20180523 +20111004 to 20180612 [์ํธ ์ฒ์ฌ์ ๋ณดํธ] ๋ง๋ ์ผ ๊ฒฝ์ฐ ์ฌ์ฉํ ์ ์์ต๋๋ค. [Protection of Guardian Angel] You can't use it when you reach the highest level. 20130807 to 20130814 @@ -11244,7 +11244,7 @@ Not Available MSG_MSG_SUPERNOVICE_CHOPOKGI_CAPPEDLEVEL = 0x7df, #endif #if PACKETVER >= 20110928 -/*20110928 to 20180523 +/*20110928 to 20180612 ์ ๋ง ์ด๋ํ์๊ฒ ์ต๋๊น? Do you really want to move? 20130807 to 20130814 @@ -11252,7 +11252,7 @@ Do you really want to move? [Protection of Guardian Angel] You can't use it when you reach the highest level. */ MSG_CHANGE_CHARACTER_SLOT = 0x7e0, -/*20110928 to 20180523 +/*20110928 to 20180612 ์บ๋ฆญํฐ ์ฌ๋กฏ ์ด๋์ ์คํจํ์ต๋๋ค. Failed to move Char slot. 20130807 to 20130814 @@ -11262,7 +11262,7 @@ Do you really want to move? MSG_CHANGE_CHARACTER_SLOT_FAILED = 0x7e1, #endif #if PACKETVER >= 20111004 -/*20111004 to 20180523 +/*20111004 to 20180612 ์บ๋ฆญํฐ ์ด๋ฆ์ด ์๋ชป ๋์์ต๋๋ค. Character name is invalid. 20130807 to 20130814 @@ -11270,7 +11270,7 @@ Character name is invalid. Failed to move Char slot. */ MSG_CHARACTERNAME_ERROR = 0x7e2, -/*20111004 to 20180523 +/*20111004 to 20180612 ํ์คํธ๋ณด๊ธฐ์ฐฝ Show Quest 20130807 to 20130814 @@ -11284,7 +11284,7 @@ Character name is invalid. ์ ๋ง ํญ์ ์ ๊ฑฐํ์๊ฒ ์ต๋๊น? 20111025 to 20111116 ์ฒญ์๋
๋ณดํธ๋ฒ์ ๋ฐ๋ผ, ์ ์ ํ 0์ ๋ถํฐ 6์ ๊น์ง ^ff0000๋ง 16์ธ ๋ฏธ๋ง ๊ณ ๊ฐ๋๋ค์ ๊ฒ์ ์ด์ฉ์ด ์ ํ^000000๋ฉ๋๋ค. -20111122 to 20180523 +20111122 to 20180612 ์ฒญ์๋
๋ณดํธ๋ฒ์ ๋ฐ๋ผ, ์ ์ ํ 0์ ๋ถํฐ 6์ ๊น์ง ๋ง 16์ธ ๋ฏธ๋ง ๊ณ ๊ฐ๋๋ค์ ๊ฒ์ ์ด์ฉ์ด ์ ํ๋ฉ๋๋ค. Depending on the protection of youth, and 0:00 to 6:00 while under the age of 16 of your game use is limited. 20130807 to 20130814 @@ -11294,7 +11294,7 @@ Show Quest MSG_SHUTDOWN_ALERT_MSG = 0x7e4, /*20111017 to 20111021 ๋์ด์ ํญ์ ์ ๊ฑฐํ ์ ์์ต๋๋ค. -20111025 to 20180523 +20111025 to 20180612 ์ฒญ์๋
๋ณดํธ๋ฒ์ ๋ฐ๋ผ, 0์ ๋ถํฐ 6์ ๊น์ง ^ff0000๋ง 16์ธ ๋ฏธ๋ง ๊ณ ๊ฐ๋๋ค์ ๊ฒ์ ์ด์ฉ์ด ์ ํ^000000๋๋ฉฐ, ๊ฒ์์ ์ข
๋ฃํฉ๋๋ค. Depending on the protection of youth, 0:00 to 6:00 ^ff0000 under the age of 16 ^000000 limit your use of the game and the game ends. 20130807 to 20130814 @@ -11304,7 +11304,7 @@ Depending on the protection of youth, and 0:00 to 6:00 while under the age of 16 MSG_BAN_SHUTDOWN_TEENAGER = 0x7e5, /*20111017 to 20111021 ๋์ด์ ํญ์ ์ถ๊ฐํ ์ ์์ต๋๋ค. -20111025 to 20180523 +20111025 to 20180612 ์บ๋ฆญํฐ ์ด๋ฆ์ ๋ณ๊ฒฝํ๊ธฐ ์ํด์๋ ๊ธธ๋์์ ํํด ํด์ผ ํฉ๋๋ค. In order to change the character name, you must leave the guild. 20130807 to 20130814 @@ -11314,7 +11314,7 @@ Depending on the protection of youth, 0:00 to 6:00 ^ff0000 under the age of 16 ^ MSG_FAILED_RENAME_BELONGS_TO_GUILD = 0x7e6, #endif #if PACKETVER >= 20111025 -/*20111025 to 20180523 +/*20111025 to 20180612 ์บ๋ฆญํฐ ์ด๋ฆ์ ๋ณ๊ฒฝํ๊ธฐ ์ํด์๋ ํํฐ์์ ํํด ํด์ผ ํฉ๋๋ค. In order to change the character name, you must leave the party. 20130807 to 20130814 @@ -11322,7 +11322,7 @@ In order to change the character name, you must leave the party. In order to change the character name, you must leave the guild. */ MSG_FAILED_RENAME_BELONGS_TO_PARTY = 0x7e7, -/*20111025 to 20180523 +/*20111025 to 20180612 ์ ์ ์๋ ์ค๋ฅ๋ก ์บ๋ฆญํฐ ์ด๋ฆ ๋ณ๊ฒฝ์ด ์คํจ ํ์์ต๋๋ค. Character name change failed, due an unknown error. 20130807 to 20130814 @@ -11332,7 +11332,7 @@ In order to change the character name, you must leave the party. MSG_FAILED_RENAME_UNKOWN = 0x7e8, #endif #if PACKETVER >= 20111101 -/*20111101 to 20180523 +/*20111101 to 20180612 ์ด๋ฏธ ์บ๋ฆญํฐ ์ฌ๋กฏ๋ณ๊ฒฝ์ด ๊ฐ๋ฅํ ์ํ์
๋๋ค.(%d) Ready to change character slot in.(%d) 20130807 to 20130814 @@ -11340,7 +11340,7 @@ Ready to change character slot in.(%d) Character name change failed, due an unknown error. */ MSG_CHARSLOT_CHANGE_DUPLICATE = 0x7e9, -/*20111101 to 20180523 +/*20111101 to 20180612 ์ด๋ฏธ ์บ๋ฆญํฐ ์ด๋ฆ๋ณ๊ฒฝ์ด ๊ฐ๋ฅํ ์ํ์
๋๋ค.(%d) Ready to change character name in.(%d) 20130807 to 20130814 @@ -11348,7 +11348,7 @@ Ready to change character name in.(%d) Ready to change character slot in.(%d) */ MSG_CHARNAME_CHANGE_DUPLICATE = 0x7ea, -/*20111101 to 20180523 +/*20111101 to 20180612 ๋ณ๊ฒฝํ๋ ค๋ ์ด๋ฆ์ ๊ธธ์ด๊ฐ ์ต๋ํฌ๊ธฐ๋ฅผ ์ด๊ณผํ์ฌ ์บ๋ฆญํฐ ์ด๋ฆ ๋ณ๊ฒฝ์ด ์คํจ ํ์์ต๋๋ค. Length exceeds the maximum size of the character name you want to change. 20130807 to 20130814 @@ -11356,7 +11356,7 @@ Length exceeds the maximum size of the character name you want to change. Ready to change character name in.(%d) */ MSG_FAILED_RENAME_OVER_LENGTH = 0x7eb, -/*20111101 to 20180523 +/*20111101 to 20180612 ์ฌ์ฉํ ์ ์๋ ๋จ์ด๊ฐ ํฌํจ๋์ด ์บ๋ฆญํฐ ์ด๋ฆ ๋ณ๊ฒฝ์ด ์คํจ ํ์์ต๋๋ค. Name contains invalid characters. Character name change failed. 20130807 to 20130814 @@ -11364,7 +11364,7 @@ Name contains invalid characters. Character name change failed. Length exceeds the maximum size of the character name you want to change. */ MSG_FAILED_RENAME_PREVENTNAM = 0x7ec, -/*20111101 to 20180523 +/*20111101 to 20180612 ์ด๋ฆ ๋ณ๊ฒฝ์ด ๊ธ์ง๋ ์ํ์ด๋ฏ๋ก ์บ๋ฆญํฐ ์ด๋ฆ ๋ณ๊ฒฝ์ด ์คํจ ํ์์ต๋๋ค. The name change is prohibited. Character name change failed. 20130807 to 20130814 @@ -11374,7 +11374,7 @@ Name contains invalid characters. Character name change failed. MSG_FAILED_RENAME_FORBIDDEN = 0x7ed, #endif #if PACKETVER >= 20111108 -/*20111108 to 20180523 +/*20111108 to 20180612 ์๋ฃ Complete 20130807 to 20130814 @@ -11386,7 +11386,7 @@ The name change is prohibited. Character name change failed. #if PACKETVER >= 20111114 /*20111114 to 20111116 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ %d๋ถ๊ฐ %d%% ์ฆ๊ฐํฉ๋๋ค. -20111122 to 20180523 +20111122 to 20180612 %d๋ถ๊ฐ ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ %d%% ์ฆ๊ฐํฉ๋๋ค. During %d minutes your Exp will increase by %d%%. 20130807 to 20130814 @@ -11394,7 +11394,7 @@ During %d minutes your Exp will increase by %d%%. Complete */ MSG_PLUSEXP_VALUE = 0x7ef, -/*20111114 to 20180523 +/*20111114 to 20180612 ์ํ๊น์ง %02d์ด๋จ์์ต๋๋ค. %02d seconds left until summon. 20130807 to 20130814 @@ -11402,7 +11402,7 @@ Complete During %d minutes your Exp will increase by %d%%. */ MSG_PARTY_RECALL_TIME = 0x7f0, -/*20111114 to 20180523 +/*20111114 to 20180612 ํํฐ์ฅ์ด ๋น์ ์ %s (%s) ๋ก ์ํํฉ๋๋ค.์ํ์ %d zeny๊ฐ ์๋ชจ๋ฉ๋๋ค. Your party leader summons you to %s (%s). Warp costs %d Zeny. 20130807 to 20130814 @@ -11410,7 +11410,7 @@ Your party leader summons you to %s (%s). Warp costs %d Zeny. %02d seconds left until summon. */ MSG_PARTY_RECALL_INFO = 0x7f1, -/*20111114 to 20180523 +/*20111114 to 20180612 ์ํ๋์ Summon target 20130807 to 20130814 @@ -11418,7 +11418,7 @@ Summon target Your party leader summons you to %s (%s). Warp costs %d Zeny. */ MSG_RECALL_TARGET = 0x7f2, -/*20111114 to 20180523 +/*20111114 to 20180612 ์ฐจ๋จ๋ชฉ๋ก Block List 20130807 to 20130814 @@ -11428,7 +11428,7 @@ Summon target MSG_PARTY_BLACKLIST = 0x7f3, /*20111114 to 20120207 ํํฐ ๊ด๊ณ ๋ฅผ ๋ฑ๋กํ๊ธฐ ์ํด 1000์ ๋๊ฐ ์๋ชจ๋ฉ๋๋ค. -20120214 to 20180523 +20120214 to 20180612 ํํฐ ๊ด๊ณ ๋ฅผ ๋ฑ๋กํ๊ธฐ ์ํด %d์ ๋๊ฐ ์๋ชจ๋ฉ๋๋ค. %d Zeny will be spent for making party ad. 20130807 to 20130814 @@ -11436,7 +11436,7 @@ Summon target Block List */ MSG_PARTY_CF_PAY = 0x7f4, -/*20111114 to 20180523 +/*20111114 to 20180612 ํํฐ ๊ด๊ณ ๋ฅผ ํ๊ธฐ ์ํ ์ ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. Insufficient Zeny for making party ad. 20130807 to 20130814 @@ -11444,7 +11444,7 @@ Insufficient Zeny for making party ad. %d Zeny will be spent for making party ad. */ MSG_PARTY_CF_PAY_SHORTAGE_COST = 0x7f5, -/*20111114 to 20180523 +/*20111114 to 20180612 )๋ ํํฐ ๊ฐ์
์น์ธ ) party: accept invitation 20130807 to 20130814 @@ -11452,7 +11452,7 @@ Insufficient Zeny for making party ad. Insufficient Zeny for making party ad. */ MSG_PARTY_ADD_OK = 0x7f6, -/*20111114 to 20180523 +/*20111114 to 20180612 )๋ ํํฐ ๊ฐ์
๊ฑฐ๋ถ ) party: decline invitation 20130807 to 20130814 @@ -11460,7 +11460,7 @@ Insufficient Zeny for making party ad. ) party: accept invitation */ MSG_PARTY_ADD_REFUSES = 0x7f7, -/*20111114 to 20180523 +/*20111114 to 20180612 )๋ ์ฅ๋น์ฐฝ๋ณด๊ธฐ ) party: show equipment window 20130807 to 20130814 @@ -11468,7 +11468,7 @@ Insufficient Zeny for making party ad. ) party: decline invitation */ MSG_PARTY_ITEM_VIEW = 0x7f8, -/*20111114 to 20180523 +/*20111114 to 20180612 ํ๊ธ18๊ธ์,์๋ฌธ36๊ธ์ ์
๋ ฅ๊ฐ๋ฅ Up to 36 english letters can be entered 20130807 to 20130814 @@ -11476,7 +11476,7 @@ Up to 36 english letters can be entered ) party: show equipment window */ MSG_SEEK_PARTY_MEMO_HELP = 0x7f9, -/*20111114 to 20180523 +/*20111114 to 20180612 ์ง์ํ๊ธฐ Enter 20130807 to 20130814 @@ -11484,7 +11484,7 @@ Enter Up to 36 english letters can be entered */ MSG_PARTY_REQUEST = 0x7fa, -/*20111114 to 20180523 +/*20111114 to 20180612 1:1๋ํํ๊ธฐ 1:1 Chat 20130807 to 20130814 @@ -11492,7 +11492,7 @@ Up to 36 english letters can be entered Enter */ MSG_DIRECT_CHAT = 0x7fb, -/*20111114 to 20180523 +/*20111114 to 20180612 ์ฐจ๋จํ๊ธฐ Block 20130807 to 20130814 @@ -11502,7 +11502,7 @@ Block MSG_ADD_BLACKLIST = 0x7fc, #endif #if PACKETVER >= 20111122 -/*20111122 to 20180523 +/*20111122 to 20180612 ํํฐ์ฅ์๊ฒ ์ํ๋๊ธฐ ์ํ ์ ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. Insufficient Zeny for recall. 20130807 to 20130814 @@ -11510,7 +11510,7 @@ Insufficient Zeny for recall. Block */ MSG_PARTY_RECRUIT_NOT_RECALL_PAY = 0x7fd, -/*20111122 to 20180523 +/*20111122 to 20180612 ๋ฉ๋ชจ๋์ ํํฐ๊ด๊ณ ๋ฅผ ์จ์ฃผ์ธ์. Input your party ad. 20130807 to 20130814 @@ -11518,7 +11518,7 @@ Input your party ad. Insufficient Zeny for recall. */ MSG_PARTY_RECRUIT_MEMO_ERROR = 0x7fe, -/*20111122 to 20180523 +/*20111122 to 20180612 ํํฐ์ฅ๋ง์ด ํํฐ๊ด๊ณ ๋ฅผ ๋ฑ๋กํ ์์์ต๋๋ค. Only party leader can register party ad. 20130807 to 20130814 @@ -11526,7 +11526,7 @@ Only party leader can register party ad. Input your party ad. */ MSG_PARTY_RECRUIT_ERROR = 0x7ff, -/*20111122 to 20180523 +/*20111122 to 20180612 ์ด๋ฏธ ์ง์ํ ํํฐ๊ด๊ณ ์
๋๋ค. You have already accepted this ad. 20130807 to 20130814 @@ -11534,7 +11534,7 @@ You have already accepted this ad. Only party leader can register party ad. */ MSG_PARTY_REFUSE_ERROR = 0x800, -/*20111122 to 20180523 +/*20111122 to 20180612 ๋ด์ฉ For 20130807 to 20130814 @@ -11542,7 +11542,7 @@ For You have already accepted this ad. */ MSG_PARTY_RECRUIT_INFO = 0x801, -/*20111122 to 20180523 +/*20111122 to 20180612 ์ฅ๋น E 20130807 to 20130814 @@ -11550,7 +11550,7 @@ E For */ MSG_INVENTORY_TABNAME_1 = 0x802, -/*20111122 to 20180523 +/*20111122 to 20180612 ๊ฐ์ธ F 20130807 to 20130814 @@ -11558,7 +11558,7 @@ F E */ MSG_INVENTORY_TABNAME_3 = 0x803, -/*20111122 to 20180523 +/*20111122 to 20180612 ์์ดํ
๋ฒ๋ฆฌ๊ธฐ ์ ๊ธ Drop Lock: On/Off 20130807 to 20130814 @@ -11566,7 +11566,7 @@ E F */ MSG_ITEM_DROP_LOCK = 0x804, -/*20111122 to 20180523 +/*20111122 to 20180612 ํํฐ์ ์ฐพ๊ธฐ ์๋ Party Alarm 20130807 to 20130814 @@ -11576,7 +11576,7 @@ Party Alarm MSG_PARTY_RECRUIT_ALRAM = 0x805, #endif #if PACKETVER >= 20111207 -/*20111207 to 20180523 +/*20111207 to 20180612 ํํฐ๊ฒฐ์ฑ Create Party 20130807 to 20130814 @@ -11584,7 +11584,7 @@ Create Party Party Alarm */ MSG_CREATE_PARTY = 0x806, -/*20111207 to 20180523 +/*20111207 to 20180612 ํํฐํํด Leave Party 20130807 to 20130814 @@ -11592,7 +11592,7 @@ Leave Party Create Party */ MSG_WITHDRAW_PARTY = 0x807, -/*20111207 to 20180523 +/*20111207 to 20180612 ํํฐ์ด๋ Party Invitation 20130807 to 20130814 @@ -11600,7 +11600,7 @@ Party Invitation Leave Party */ MSG_INVITE_PARTY = 0x808, -/*20111207 to 20180523 +/*20111207 to 20180612 ํํฐ ์ด๋ฆ ๋ฑ๋ก Party Name: 20130807 to 20130814 @@ -11608,7 +11608,7 @@ Party Name: Party Invitation */ MSG_PUT_PARTY_NAME_IN = 0x809, -/*20111207 to 20180523 +/*20111207 to 20180612 ์ด๋ํ ์บ๋ฆญํฐ ์ด๋ฆ Player Name: 20130807 to 20130814 @@ -11616,7 +11616,7 @@ Player Name: Party Name: */ MSG_PUT_PLAYER_NAME_IN = 0x80a, -/*20111207 to 20180523 +/*20111207 to 20180612 ๋๊ป ํํฐ๊ฐ์
์์ฒญ์ ๋ณด๋์ต๋๋ค. has recieved an invitation to join your party. 20130807 to 20130814 @@ -11624,7 +11624,7 @@ Party Name: Player Name: */ MSG_CHARACTER_PARTY_INVITATION_TO_JOIN = 0x80b, -/*20111207 to 20180523 +/*20111207 to 20180612 ๋๊ป์ ํํฐ๊ฐ์
์ ๊ฑฐ์ ํ์ต๋๋ค. rejected your party invitation. 20130807 to 20130814 @@ -11632,7 +11632,7 @@ Player Name: has recieved an invitation to join your party. */ MSG_CHARACTER_REJECT_PARTY_INVITATION = 0x80c, -/*20111207 to 20180523 +/*20111207 to 20180612 ๋๊ป์ ํํฐ๊ฐ์
์ ์๋ฝํ์ต๋๋ค. accepted your party invitation. 20130807 to 20130814 @@ -11640,7 +11640,7 @@ Player Name: rejected your party invitation. */ MSG_CHARACTER_ACCEPT_PARTY_INVITATION = 0x80d, -/*20111207 to 20180523 +/*20111207 to 20180612 ์ด๋ฏธ ํํฐ๋ชจ์ง์ค์
๋๋ค. Recruitment is already a party. 20130807 to 20130814 @@ -11648,7 +11648,7 @@ Recruitment is already a party. accepted your party invitation. */ MSG_PARTY_RECRUIT_ERROR1 = 0x80e, -/*20111207 to 20180523 +/*20111207 to 20180612 ์ด์ ๊ฒ์๊ณผ ๊ฐ์ ์กฐ๊ฑด์
๋๋ค. Same conditions such as the previous search. 20130807 to 20130814 @@ -11656,7 +11656,7 @@ Same conditions such as the previous search. Recruitment is already a party. */ MSG_PARTY_RECRUIT_ERROR2 = 0x80f, -/*20111207 to 20180523 +/*20111207 to 20180612 ๊ธธ๋ ํํด ํ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. Guild after withdrwal. 20130807 to 20130814 @@ -11664,7 +11664,7 @@ Guild after withdrwal. Same conditions such as the previous search. */ MSG_CHARNAME_CHANGE_FILED_GUILDMEMBER = 0x810, -/*20111207 to 20180523 +/*20111207 to 20180612 ํํฐ ํํด ํ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. Party after secession. 20130807 to 20130814 @@ -11672,7 +11672,7 @@ Party after secession. Guild after withdrwal. */ MSG_CHARNAME_CHANGE_FILED_PARTYMEMBER = 0x811, -/*20111207 to 20180523 +/*20111207 to 20180612 ์ํ ์ ์ ๊ฐ ์ํ์ด ์๋๋ ๋งต์ ์์ต๋๋ค. The player can not be summoned to this map. 20130807 to 20130814 @@ -11682,7 +11682,7 @@ Party after secession. MSG_PARTY_RECRUIT_RECALL_ERR1 = 0x812, /*20111207 to 20120229 ํํฐ์ฅ์ด ์๋ ๋งต์์๋ ์ํ์ด ์๋ฉ๋๋ค. -20120307 to 20180523 +20120307 to 20180612 ํ์ฌ ํํฐ์ฅ์ด ์๋ ๋งต์์๋ ์ํ์ด ์๋ฉ๋๋ค. Party Leader is on a map that is restricted to summon players. 20130807 to 20130814 @@ -11690,7 +11690,7 @@ Party Leader is on a map that is restricted to summon players. The player can not be summoned to this map. */ MSG_PARTY_RECRUIT_RECALL_ERR2 = 0x813, -/*20111207 to 20180523 +/*20111207 to 20180612 ์ํ๊ฑฐ๋ถ๋์์ต๋๋ค. Summon has been denied. 20130807 to 20130814 @@ -11698,7 +11698,7 @@ Summon has been denied. Party Leader is on a map that is restricted to summon players. */ MSG_PARTY_RECRUIT_RECALL_ERR3 = 0x814, -/*20111207 to 20180523 +/*20111207 to 20180612 ์ํ์ ํ ์ ์์ต๋๋ค. Can not be summoned. 20130807 to 20130814 @@ -11706,7 +11706,7 @@ Can not be summoned. Summon has been denied. */ MSG_PARTY_RECRUIT_RECALL_ERR4 = 0x815, -/*20111207 to 20180523 +/*20111207 to 20180612 ํํฐ์ด๋๋ ํํฐ์ฅ๋ง ๊ฐ๋ฅํฉ๋๋ค. Only the leader can invite. 20130807 to 20130814 @@ -11716,7 +11716,7 @@ Can not be summoned. MSG_YOU_ARE_NOT_PARTYMASTER = 0x816, #endif #if PACKETVER >= 20111213 -/*20111213 to 20180523 +/*20111213 to 20180612 ๊ฒ์ํ ์์ดํ
๋ช
์
๋ ฅ : Search item: 20130807 to 20130814 @@ -11724,7 +11724,7 @@ Search item: Only the leader can invite. */ MSG_NC_ITEM_SEARCH = 0x817, -/*20111213 to 20180523 +/*20111213 to 20180612 ์บ๋ฆญํฐ๋ช
์ ์
๋ ฅํ์
์ผ ํฉ๋๋ค. You must enter a character name. 20130807 to 20130814 @@ -11732,7 +11732,7 @@ You must enter a character name. Search item: */ MSG_PLEASE_PUT_CHARACTER_NAME_IN = 0x818, -/*20111213 to 20180523 +/*20111213 to 20180612 ํํฐ์ด๋ฆ์ ์
๋ ฅํ์
์ผ ํฉ๋๋ค. You must enter the name of the party. 20130807 to 20130814 @@ -11742,7 +11742,7 @@ You must enter a character name. MSG_PLEASE_PUT_PARTY_NAME_IN = 0x819, #endif #if PACKETVER >= 20111220 -/*20111220 to 20180523 +/*20111220 to 20180612 ๊ธธ๋ ๋์ฐ๋ฏธ Guild Creation Window 20130807 to 20130814 @@ -11750,7 +11750,7 @@ Guild Creation Window You must enter the name of the party. */ MSG_GUILD_HELPER = 0x81a, -/*20111220 to 20180523 +/*20111220 to 20180612 ๊ฐ์
๋์ด ์๋ ๊ธธ๋๊ฐ ์์ต๋๋ค. Join a guild or start your own! 20130807 to 20130814 @@ -11758,7 +11758,7 @@ Join a guild or start your own! Guild Creation Window */ MSG_NO_GUILD_CURRENTLY_PARTICIPATED_IN = 0x81b, -/*20111220 to 20180523 +/*20111220 to 20180612 ๊ธธ๋ ๊ฒฐ์ฑ Create Guild 20130807 to 20130814 @@ -11766,7 +11766,7 @@ Create Guild Join a guild or start your own! */ MSG_CREATE_GUILD = 0x81c, -/*20111220 to 20180523 +/*20111220 to 20180612 ์์ฑํ ๊ธธ๋ ์ด๋ฆ Guild Name 20130807 to 20130814 @@ -11774,7 +11774,7 @@ Guild Name Create Guild */ MIS_PUT_GUILD_NAME_IN = 0x81d, -/*20111220 to 20180523 +/*20111220 to 20180612 ๊ธธ๋ ๊ฒฐ์ฑ ๋์๋ง Guild System 20130807 to 20130814 @@ -11782,7 +11782,7 @@ Guild System Guild Name */ MIS_GUILD_TIP = 0x81e, -/*20111220 to 20180523 +/*20111220 to 20180612 ๊ธธ๋ ์์คํ
์ด๋ What is the guild system 20130807 to 20130814 @@ -11790,7 +11790,7 @@ What is the guild system Guild System */ MIS_GUILD_SYSTEM = 0x81f, -/*20111220 to 20180523 +/*20111220 to 20180612 ๊ธธ๋์ด๋ฆ์ ์
๋ ฅํ์
์ผ ํฉ๋๋ค. You must enter the name of your guild. 20130807 to 20130814 @@ -11800,7 +11800,7 @@ What is the guild system MSG_PLEASE_PUT_GUILD_NAME_IN = 0x820, #endif #if PACKETVER >= 20111227 -/*20111227 to 20180523 +/*20111227 to 20180612 ์ง์ํ ํํฐ์์ ๊ฑฐ๋ถ๋นํ์ต๋๋ค. Supported at the party was rejected. 20130807 to 20130814 @@ -11810,7 +11810,7 @@ You must enter the name of your guild. MSG_PARTY_RECRUIT_REFUSE_VOLUNTEER = 0x821, #endif #if PACKETVER >= 20120103 -/*20120103 to 20180523 +/*20120103 to 20180612 ์๋น์ค ์ ํ. Select Service: 20130807 to 20130814 @@ -11818,7 +11818,7 @@ Select Service: Supported at the party was rejected. */ MSG_SERVICESELECT = 0x822, -/*20120103 to 20180523 +/*20120103 to 20180612 ํ์ถ ๊ฐ๋ฅํ ์ง์ญ. Possible escape area. 20130807 to 20130814 @@ -11826,20 +11826,20 @@ Possible escape area. Select Service: */ MSG_SHOW_MAPNAMETITLE = 0x823, -/*20120103 to 20180523 +/*20120103 to 20180612 Replay File List 20130807 to 20130814 ํ์ถ ๊ฐ๋ฅํ ์ง์ญ. Possible escape area. */ MSG_REPLAY_STR_REPLAYFILELIST = 0x824, -/*20120103 to 20180523 +/*20120103 to 20180612 File info 20130807 to 20130814 Replay File List */ MSG_REPLAY_STR_FILEINFO = 0x825, -/*20120103 to 20180523 +/*20120103 to 20180612 File List 20130807 to 20130814 File info @@ -11847,7 +11847,7 @@ File info MSG_REPLAY_STR_FILELIST = 0x826, #endif #if PACKETVER >= 20120117 -/*20120117 to 20180523 +/*20120117 to 20180612 %s ์์ดํ
์ ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. %s Item deal not possible. 20130807 to 20130814 @@ -11856,7 +11856,7 @@ File List MSG_NOT_MOVEABLE_TRADE = 0x827, #endif #if PACKETVER >= 20120207 -/*20120207 to 20180523 +/*20120207 to 20180612 ๊ธธ๋ํด์ฒด Disband the Guild 20130807 to 20130814 @@ -11864,7 +11864,7 @@ Disband the Guild %s Item deal not possible. */ MSG_GUILD_DISBAND = 0x828, -/*20120207 to 20180523 +/*20120207 to 20180612 ํด์ฒดํ ๊ธธ๋ ์ด๋ฆ Enter Guild Name 20130807 to 20130814 @@ -11874,7 +11874,7 @@ Disband the Guild MSG_PUT_DISBAND_GUILDNAME = 0x829, #endif #if PACKETVER >= 20120214 -/*20120214 to 20180523 +/*20120214 to 20180612 ์ ์ํ์ง ์์๊ฑฐ๋ ์กด์ฌํ์ง ์๋ ์บ๋ฆญํฐ์
๋๋ค. The character is not online or does not exist. 20130807 to 20130814 @@ -11884,7 +11884,7 @@ Enter Guild Name MSG_JOINGUILD_NOTEXIST_USER = 0x82a, #endif #if PACKETVER >= 20120228 -/*20120228 to 20180523 +/*20120228 to 20180612 ํ์ฝ ํธ์ถ์ ์คํจํ์์ต๋๋ค. Failed to call Falcon. 20130807 to 20130814 @@ -11896,7 +11896,7 @@ The character is not online or does not exist. #if PACKETVER >= 20120307 /*20120307 to 20120321 %d%% ( ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%% ) -20120328 to 20180523 +20120328 to 20180612 %d%% ( ๊ธฐ๋ณธ 100%% + ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%% ) %d%%(default 100%%+ Premium%d%%+%s Server%d%%) 20130807 to 20130814 @@ -11904,7 +11904,7 @@ The character is not online or does not exist. Failed to call Falcon. */ MSG_BASIC_EXP_MSG_BRZ = 0x82c, -/*20120307 to 20180523 +/*20120307 to 20180612 ํด๋น ์ ์ ๋ ํ์ฌ ๊ณต์ฑ์ ์ ์ฐธ๊ฐํ๊ณ ์์ต๋๋ค. This user is currently participating in the siege. 20130807 to 20130814 @@ -11912,7 +11912,7 @@ This user is currently participating in the siege. %d%%(default 100%%+ Premium%d%%+%s Server%d%%) */ MSG_JOINGUILD_TARGET_USER_IN_SIEGEMAP = 0x82d, -/*20120307 to 20180523 +/*20120307 to 20180612 ๋์ผํ ๋งต์์๋ง ํํฐ์ฅ ๋ณ๊ฒฝ์ด ๊ฐ๋ฅํฉ๋๋ค. It is only possible to change the party leader while on the same map. 20130807 to 20130814 @@ -11920,7 +11920,7 @@ It is only possible to change the party leader while on the same map. This user is currently participating in the siege. */ MSG_PARTY_MASTER_CHANGE_SAME_MAP = 0x82e, -/*20120307 to 20180523 +/*20120307 to 20180612 ํ์ฌ ์ง์ญ์์๋ ํํฐ์ฅ ๋ณ๊ฒฝ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. In the current region it is not possible to change the party. 20130807 to 20130814 @@ -11928,7 +11928,7 @@ In the current region it is not possible to change the party. It is only possible to change the party leader while on the same map. */ MSG_CANNOT_PARTY_MASTER_CHANGE_IN_MAP = 0x82f, -/*20120307 to 20180523 +/*20120307 to 20180612 ๊ทธ๋ฆฌํฐ ๋ด๋ฆฌ๊ธฐ Gryphon making 20130807 to 20130814 @@ -11939,7 +11939,7 @@ In the current region it is not possible to change the party. /*20120307 to 20120307 ํ์ฌ ๊ณต์ฑ์ ์ ์ฐธ์ฌ ์ค์ด๋ฏ๋ก ๊ธธ๋์ด๋๋ฅผ ํ์ค ์ ์์ต๋๋ค. You can't invite characters in WoE maps. -20120314 to 20180523 +20120314 to 20180612 %d์ %d์ผ %d์ %d๋ถ %d์ด Delete: %d/%d - %d:%d:%d 20130807 to 20130814 @@ -11949,7 +11949,7 @@ Gryphon making MSG_TIME_TYPE3 = 0x831, #endif #if PACKETVER >= 20120314 -/*20120314 to 20180523 +/*20120314 to 20180612 ํ์ฌ ๊ณต์ฑ์ ์ ์ฐธ์ฌ ์ค์ด๋ฏ๋ก ๊ธธ๋์ด๋๋ฅผ ํ์ค ์ ์์ต๋๋ค. You can't invite characters in WoE maps. 20130807 to 20130814 @@ -11957,7 +11957,7 @@ You can't invite characters in WoE maps. Delete: %d/%d - %d:%d:%d */ MSG_JOINGUILD_REQ_USER_IN_SIEGEMAP = 0x832, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ์ ์
์ฅ ๋๊ธฐ๋ฅผ ์ ์ฒญํ์
จ์ต๋๋ค. You are now in the battlefield queue. 20130807 to 20130814 @@ -11965,7 +11965,7 @@ You are now in the battlefield queue. You can't invite characters in WoE maps. */ MSG_BATTLEFIELD_MSG_REQUEST_JOINWAIT = 0x833, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ธ์์ด ๊ฐ๋ ์ฐผ์ต๋๋ค. Queuing has finished. 20130807 to 20130814 @@ -11973,7 +11973,7 @@ Queuing has finished. You are now in the battlefield queue. */ MSG_BATTLEFIELD_MSG_FULL = 0x834, -/*20120314 to 20180523 +/*20120314 to 20180612 ํ์ธ๋์ง ์์ ์ ์ฅ๋ช
์
๋๋ค. Invalid name of the battlefield. 20130807 to 20130814 @@ -11981,7 +11981,7 @@ Invalid name of the battlefield. Queuing has finished. */ MSG_BATTLEFIELD_MSG_UNKNOWN_NAME = 0x835, -/*20120314 to 20180523 +/*20120314 to 20180612 ํ์ธ๋์ง ์์ ์ ์ฒญํ์
์
๋๋ค. Invalid type of application. 20130807 to 20130814 @@ -11989,7 +11989,7 @@ Invalid type of application. Invalid name of the battlefield. */ MSG_BATTLEFIELD_MSG_UNKNOWN_TYPE = 0x836, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ต๋ ์ธ์์ ์ด๊ณผํ์์ต๋๋ค. People count exceeded. 20130807 to 20130814 @@ -11997,7 +11997,7 @@ People count exceeded. Invalid type of application. */ MSG_BATTLEFIELD_MSG_MAXOVER = 0x837, -/*20120314 to 20180523 +/*20120314 to 20180612 ์
์ฅ ๋ ๋ฒจ์ด ๋ง์ง ์์ต๋๋ค. Your level doesn't fit this battlefield rules. 20130807 to 20130814 @@ -12005,7 +12005,7 @@ Your level doesn't fit this battlefield rules. People count exceeded. */ MSG_BATTLEFIELD_MSG_JOIN_NOTLEVEL = 0x838, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ค๋ณต ์ ์ฒญํ์
จ์ต๋๋ค. Duplicate application. 20130807 to 20130814 @@ -12013,7 +12013,7 @@ Duplicate application. Your level doesn't fit this battlefield rules. */ MSG_BATTLEFIELD_MSG_JOIN_OVERLAP = 0x839, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ฌ์ ์ํ ๋ค์ ์ ์ฒญํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. After reconnecting, please re-apply. 20130807 to 20130814 @@ -12021,7 +12021,7 @@ After reconnecting, please re-apply. Duplicate application. */ MSG_BATTLEFIELD_MSG_RESTART = 0x83a, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ง์
์ด ๋ง์ง ์์ต๋๋ค. Your class can't participate in this battlefield. 20130807 to 20130814 @@ -12029,7 +12029,7 @@ Your class can't participate in this battlefield. After reconnecting, please re-apply. */ MSG_BATTLEFIELD_MSG_NOTJOB = 0x83b, -/*20120314 to 20180523 +/*20120314 to 20180612 ํํฐ์ฅ์ด๋ ๊ธธ๋์ฅ๋ง์ด ์ ์ฒญํ ์ ์์ต๋๋ค. Only party leader / guild master can apply. 20130807 to 20130814 @@ -12037,7 +12037,7 @@ Only party leader / guild master can apply. Your class can't participate in this battlefield. */ MSG_BATTLEFIELD_MSG_JOIN_ONLYBOSS = 0x83c, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ์ ์ด์ฉ ์ค์ธ ํ์์ด ์์ด ์ ์ฒญ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. You can't apply while your team member is already on a battlefield. 20130807 to 20130814 @@ -12045,7 +12045,7 @@ You can't apply while your team member is already on a battlefield. Only party leader / guild master can apply. */ MSG_BATTLEFIELD_MSG_BUSY_PARTYMEMBER = 0x83d, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ ์
์ฅ ๋๊ธฐ๊ฐ ์ทจ์๋์์ต๋๋ค. You have left the battlefield queue. 20130807 to 20130814 @@ -12053,7 +12053,7 @@ You have left the battlefield queue. You can't apply while your team member is already on a battlefield. */ MSG_BATTLEFIELD_MSG_CANCEL_JOINWAIT = 0x83e, -/*20120314 to 20180523 +/*20120314 to 20180612 ์๋ชป๋ ์ ์ฅ๋ช
์
๋๋ค. Wrong battlefield name. 20130807 to 20130814 @@ -12061,7 +12061,7 @@ Wrong battlefield name. You have left the battlefield queue. */ MSG_BATTLEFIELD_MSG_WRONG_NAME = 0x83f, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ ์
์ฅ ๋๊ธฐ ์์์ ์์ต๋๋ค. You are not in the battlefield queue list 20130807 to 20130814 @@ -12069,7 +12069,7 @@ You are not in the battlefield queue list Wrong battlefield name. */ MSG_BATTLEFIELD_MSG_NOTRANK = 0x840, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ํํ์ ์ ์ฅ์ ํ์ฌ ์ด์ฉํ์ค ์ ์์ผ๋ฏ๋ก ๋๊ธฐ๊ฐ ์ทจ์๋ฉ๋๋ค. The selected arena is unavailable; your application has been cancelled 20130807 to 20130814 @@ -12077,7 +12077,7 @@ The selected arena is unavailable; your application has been cancelled You are not in the battlefield queue list */ MSG_BATTLEFIELD_MSG_FAIL_CHOICE = 0x841, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ ์
์ฅ์ ์ทจ์ํ์์ต๋๋ค. You have left the queue 20130807 to 20130814 @@ -12085,7 +12085,7 @@ You have left the queue The selected arena is unavailable; your application has been cancelled */ MSG_BATTLEFIELD_MSG_CANCEL_JOIN = 0x842, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ์ ์
์ฅํ์๊ฒ ์ต๋๊น? Are you sure you want to join a battleground? 20130807 to 20130814 @@ -12093,7 +12093,7 @@ Are you sure you want to join a battleground? You have left the queue */ MSG_BATTLEFIELD_MSG_DOYOU_JOIN = 0x843, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ ์
์ฅ ์ ์ฒญ ์์คํ
[Battlefield application rules] 20130807 to 20130814 @@ -12101,7 +12101,7 @@ You have left the queue Are you sure you want to join a battleground? */ MSG_BATTLEFIELD_HELP1 = 0x844, -/*20120314 to 20180523 +/*20120314 to 20180612 ์
์ฅ ์ ์ฒญ ๋ฐ ์ ์ฅ์ผ๋ก์ ๊ณต๊ฐ์ด๋ ๋ถ๊ฐ ์ํฉ Application and position into the battlefield cannot be applied under this circumtances 20130807 to 20130814 @@ -12109,7 +12109,7 @@ Application and position into the battlefield cannot be applied under this circu [Battlefield application rules] */ MSG_BATTLEFIELD_HELP2 = 0x845, -/*20120314 to 20180523 +/*20120314 to 20180612 1. ์ฌ๋ฌ ์ข
๋ฅ์ ์ ์ฅ์ ๋์์ ์ ์ฒญํ ์ ์์ต๋๋ค. 1. Different types of battle can not be applied simultaneously. 20130807 to 20130814 @@ -12117,7 +12117,7 @@ Application and position into the battlefield cannot be applied under this circu Application and position into the battlefield cannot be applied under this circumtances */ MSG_BATTLEFIELD_HELP3 = 0x846, -/*20120314 to 20180523 +/*20120314 to 20180612 2. ๊ฐ์ธ / ํํฐ / ๊ธธ๋ ์ ์ฅ์ ๋์์ ์ ์ฒญํ ์ ์์ต๋๋ค. 2. Personal / party / guild battle can not be applied simultaneously. 20130807 to 20130814 @@ -12125,7 +12125,7 @@ Application and position into the battlefield cannot be applied under this circu 1. Different types of battle can not be applied simultaneously. */ MSG_BATTLEFIELD_HELP4 = 0x847, -/*20120314 to 20180523 +/*20120314 to 20180612 3. ํํฐ ์ ์ฅ ์ ์ฒญ์ ํํฐ์ฅ๋ง ์ ์ฒญํ ์ ์์ผ๋ฉฐ, 3. Parties can only be applied by their party leaders. 20130807 to 20130814 @@ -12133,7 +12133,7 @@ Application and position into the battlefield cannot be applied under this circu 2. Personal / party / guild battle can not be applied simultaneously. */ MSG_BATTLEFIELD_HELP5 = 0x848, -/*20120314 to 20180523 +/*20120314 to 20180612 ์คํ๋ผ์ธ์ค์ด๊ฑฐ๋ ์คํ๋ผ์ธ ๋ ํํฐ์์ ๋๊ธฐ์ด์์ ๋๋ฝ๋ฉ๋๋ค. Offline party members won't proceed to the queue. 20130807 to 20130814 @@ -12141,7 +12141,7 @@ Offline party members won't proceed to the queue. 3. Parties can only be applied by their party leaders. */ MSG_BATTLEFIELD_HELP6 = 0x849, -/*20120314 to 20180523 +/*20120314 to 20180612 4. ์ ์ฅ ์ ์ฒญ์ ์ ์ฅ ๋งต์ ์ ์ธํ ๋ชจ๋ ๊ณณ์์ ์ ์ฒญ ๊ฐ๋ฅํ๋, 4. You can add request to enter the arena from any map except for those who don't allow teleport/warp. 20130807 to 20130814 @@ -12149,7 +12149,7 @@ Offline party members won't proceed to the queue. Offline party members won't proceed to the queue. */ MSG_BATTLEFIELD_HELP7 = 0x84a, -/*20120314 to 20180523 +/*20120314 to 20180612 ์
์ฅํ ์์น๊ฐ ๋ง์, ํ๋, ์ผ๋ฐ ๋์ ์ด ์๋ ๊ฒฝ์ฐ ๋ณต๊ท ์ ์บ๋ฆญํฐ ์ ์ฅ ์ขํ๋ก ์ด๋ ๋ฉ๋๋ค. When the battle is finished your character will be returned to the current spot or (if it's not possible) to the save point. 20130807 to 20130814 @@ -12157,7 +12157,7 @@ When the battle is finished your character will be returned to the current spot 4. You can add request to enter the arena from any map except for those who don't allow teleport/warp. */ MSG_BATTLEFIELD_HELP8 = 0x84b, -/*20120314 to 20180523 +/*20120314 to 20180612 5. ์ ์ฅ์ ๋ณด์ ๋ฐ ๊ธฐํ ์๋น์ค๋ ๊ฐ ๋ง์์ ์์นํ ์ ์ฅ ๋ชจ๋ณ๊ด์ ํตํด ์ ์ฅ ๋๊ธฐ์ค์์ ์ด์ฉํด ์ฃผ์ญ์์ค. 5. You can view and choose rewards in the arena waiting room. 20130807 to 20130814 @@ -12165,7 +12165,7 @@ When the battle is finished your character will be returned to the current spot When the battle is finished your character will be returned to the current spot or (if it's not possible) to the save point. */ MSG_BATTLEFIELD_HELP9 = 0x84c, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ ์
์ฅ ์ ์ฒญ ๋์๋ง Request help battle position 20130807 to 20130814 @@ -12173,7 +12173,7 @@ Request help battle position 5. You can view and choose rewards in the arena waiting room. */ MSG_BATTLEFIELD_HELP10 = 0x84d, -/*20120314 to 20180523 +/*20120314 to 20180612 %s ์ ์ฅ์ด ์์๋ฉ๋๋ค. %s battle begins. 20130807 to 20130814 @@ -12181,7 +12181,7 @@ Request help battle position Request help battle position */ MSG_BATTLEFIELD_START = 0x84e, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ์ผ๋ก ์ด๋ํ์๊ฒ ์ต๋๊น? Do you want to enter the arena? 20130807 to 20130814 @@ -12189,7 +12189,7 @@ Do you want to enter the arena? %s battle begins. */ MSG_BATTLEFIELD_DOYOU_MOVE = 0x84f, -/*20120314 to 20180523 +/*20120314 to 20180612 [์ฃผ์] [Note] 20130807 to 20130814 @@ -12197,7 +12197,7 @@ Do you want to enter the arena? Do you want to enter the arena? */ MSG_BATTLEFIELD_WARNINGMSG1 = 0x850, -/*20120314 to 20180523 +/*20120314 to 20180612 ํ์ฌ ์์น๊ฐ ๋ง์, ํ๋ ํน์ ์ผ๋ฐ๋์ ์ด When the battle is finished your character will 20130807 to 20130814 @@ -12205,7 +12205,7 @@ When the battle is finished your character will [Note] */ MSG_BATTLEFIELD_WARNINGMSG2 = 0x851, -/*20120314 to 20180523 +/*20120314 to 20180612 ์๋ ๊ฒฝ์ฐ ์ ์ฅ ์ข
๋ฃ ํ ์ ์ฅ๋ ์์น๋ก be returned to the current spot or (if it's not 20130807 to 20130814 @@ -12213,7 +12213,7 @@ be returned to the current spot or (if it's not When the battle is finished your character will */ MSG_BATTLEFIELD_WARNINGMSG3 = 0x852, -/*20120314 to 20180523 +/*20120314 to 20180612 ๋๋์๊ฐ๊ฒ ๋ฉ๋๋ค. possible) to the save point. 20130807 to 20130814 @@ -12221,7 +12221,7 @@ possible) to the save point. be returned to the current spot or (if it's not */ MSG_BATTLEFIELD_WARNINGMSG4 = 0x853, -/*20120314 to 20180523 +/*20120314 to 20180612 ๋ค๋ฅธ ์ด์ ์์ฒญ ๊ฒฐ๊ณผ๋ฅผ ๊ธฐ๋ค๋ฆฌ๊ณ ์์ต๋๋ค. Waiting for the opponents. 20130807 to 20130814 @@ -12229,7 +12229,7 @@ Waiting for the opponents. possible) to the save point. */ MSG_BATTLEFIELD_WAIT_PLAYER = 0x854, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ ์
์ฅ ์์ฒญ Battlefield position request 20130807 to 20130814 @@ -12237,7 +12237,7 @@ Battlefield position request Waiting for the opponents. */ MSG_BATTLEFIELD_REQUEST_JOIN = 0x855, -/*20120314 to 20180523 +/*20120314 to 20180612 ์๋ฝ๋๊ธฐ์๊ฐ:%d์ด Accept standby time:%d seconds 20130807 to 20130814 @@ -12245,7 +12245,7 @@ Accept standby time:%d seconds Battlefield position request */ MSG_BATTLEFIELD_WAITTIME_D = 0x856, -/*20120314 to 20180523 +/*20120314 to 20180612 ์
์ฅ ๋๊ธฐ ์ํ Standby position 20130807 to 20130814 @@ -12253,7 +12253,7 @@ Standby position Accept standby time:%d seconds */ MSG_BATTLEFIELD_STATE_JOINWAIT = 0x857, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ ๋ช
์นญ: %s Battlefield name:%s 20130807 to 20130814 @@ -12261,7 +12261,7 @@ Battlefield name:%s Standby position */ MSG_BATTLEFIELD_NAME_S = 0x858, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ ํ์ ์ธ์: %d Persons required:%d 20130807 to 20130814 @@ -12269,7 +12269,7 @@ Persons required:%d Battlefield name:%s */ MSG_BATTLEFIELD_MEMBER_D = 0x859, -/*20120314 to 20180523 +/*20120314 to 20180612 ๋ด ๋๊ธฐ์๋ฒ: %d Your position:%d 20130807 to 20130814 @@ -12277,7 +12277,7 @@ Your position:%d Persons required:%d */ MSG_BATTLEFIELD_MYRANK_D = 0x85a, -/*20120314 to 20180523 +/*20120314 to 20180612 ๋ช
์นญ : Name: 20130807 to 20130814 @@ -12285,7 +12285,7 @@ Name: Your position:%d */ MSG_BATTLEFIELD_DP_TITLE = 0x85b, -/*20120314 to 20180523 +/*20120314 to 20180612 ๋ชฉํ : Goal: 20130807 to 20130814 @@ -12293,7 +12293,7 @@ Goal: Name: */ MSG_BATTLEFIELD_DP_AIM = 0x85c, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ์ ์ธ์ ๊ตฌ์ฑ : Format: 20130807 to 20130814 @@ -12301,7 +12301,7 @@ Format: Goal: */ MSG_BATTLEFIELD_DP_MEMBER = 0x85d, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ฐธ์ฌ์กฐ๊ฑด : Level: 20130807 to 20130814 @@ -12309,7 +12309,7 @@ Level: Format: */ MSG_BATTLEFIELD_DP_REQUIRED = 0x85e, -/*20120314 to 20180523 +/*20120314 to 20180612 ๋ณด์(์น) : Win: 20130807 to 20130814 @@ -12317,7 +12317,7 @@ Win: Level: */ MSG_BATTLEFIELD_DP_WIN = 0x85f, -/*20120314 to 20180523 +/*20120314 to 20180612 ๋ณด์(๋ฌด) : Draw: 20130807 to 20130814 @@ -12325,7 +12325,7 @@ Draw: Win: */ MSG_BATTLEFIELD_DP_DRAW = 0x860, -/*20120314 to 20180523 +/*20120314 to 20180612 ๋ณด์(ํจ) : Loss: 20130807 to 20130814 @@ -12333,7 +12333,7 @@ Loss: Draw: */ MSG_BATTLEFIELD_DP_LOSS = 0x861, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ์ ๊ฐ์ธ์ผ๋ก ์ ์ฒญ ํ์
จ์ต๋๋ค. ๋ง์ต๋๊น? Do you want to participate in the individuals battle? 20130807 to 20130814 @@ -12341,7 +12341,7 @@ Do you want to participate in the individuals battle? Loss: */ MSG_BATTLEFIELD_DOYOU_SINGLE = 0x862, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ์ ํํฐ๋ก ์ ์ฒญ ํ์
จ์ต๋๋ค. ๋ง์ต๋๊น? Do you want to participate in the parties battle? 20130807 to 20130814 @@ -12349,7 +12349,7 @@ Do you want to participate in the parties battle? Do you want to participate in the individuals battle? */ MSG_BATTLEFIELD_DOYOU_PALTY = 0x863, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ์ ๊ธธ๋๋ก ์ ์ฒญ ํ์
จ์ต๋๋ค. ๋ง์ต๋๊น? Do you want to participate in the guilds battle? 20130807 to 20130814 @@ -12357,7 +12357,7 @@ Do you want to participate in the guilds battle? Do you want to participate in the parties battle? */ MSG_BATTLEFIELD_DOYOU_GUILD = 0x864, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ์ฅ ๋ชฉ๋ก Battleground List 20130807 to 20130814 @@ -12365,21 +12365,21 @@ Battleground List Do you want to participate in the guilds battle? */ MSG_BATTLEFIELD_LIST2 = 0x865, -/*20120314 to 20180523 +/*20120314 to 20180612 %d VS %d 20130807 to 20130814 ์ ์ฅ ๋ชฉ๋ก Battleground List */ MSG_BATTLEFIELD_D_VS_D = 0x866, -/*20120314 to 20180523 +/*20120314 to 20180612 Base LV %d ์ดํ LV %d and lower 20130807 to 20130814 %d VS %d */ MSG_BATTLEFIELD_LEVELDOWN_D = 0x867, -/*20120314 to 20180523 +/*20120314 to 20180612 Base LV %d ์ด์ LV %d and higher 20130807 to 20130814 @@ -12387,7 +12387,7 @@ Base LV %d ์ดํ LV %d and lower */ MSG_BATTLEFIELD_LEVELUP_D = 0x868, -/*20120314 to 20180523 +/*20120314 to 20180612 Base LV %d ~ %d LV %d ~ %d 20130807 to 20130814 @@ -12395,7 +12395,7 @@ Base LV %d ์ด์ LV %d and higher */ MSG_BATTLEFIELD_LEVEL_D_D = 0x869, -/*20120314 to 20180523 +/*20120314 to 20180612 ์ ํ ์์ No restrictions 20130807 to 20130814 @@ -12403,7 +12403,7 @@ Base LV %d ~ %d LV %d ~ %d */ MSG_BATTLEFIELD_LIMITLESS = 0x86a, -/*20120314 to 20180523 +/*20120314 to 20180612 [ํด๋น ๋งต์์๋ ์ ์ฒญํ์ค ์ ์์ต๋๋ค.] [You can't apply on this map.] 20130807 to 20130814 @@ -12411,7 +12411,7 @@ LV %d ~ %d No restrictions */ MSG_BATTLEFIELD_MSG_NOT_JOINMAP = 0x86b, -/*20120314 to 20180523 +/*20120314 to 20180612 [์ ์ฅ ์ฌ์ ์ฒญ๊น์ง ์ฝ 1๋ถ์ ๋๊ธฐ์๊ฐ์ ํ์๋ก ํฉ๋๋ค.] [You must wait about 1 minute to apply.] 20130807 to 20130814 @@ -12419,7 +12419,7 @@ No restrictions [You can't apply on this map.] */ MSG_BATTLEFIELD_MSG_WAIT_1MM = 0x86c, -/*20120314 to 20180523 +/*20120314 to 20180612 [ํํฐ์ ๋จผ์ ๊ฐ์
ํ์
์ผ ํฉ๋๋ค.] [You must be in a party.] 20130807 to 20130814 @@ -12427,7 +12427,7 @@ No restrictions [You must wait about 1 minute to apply.] */ MSG_BATTLEFIELD_MSG_PLZ_PALTYJOIN = 0x86d, -/*20120314 to 20180523 +/*20120314 to 20180612 [ํํฐ์ฅ๋ง ์ ์ฒญ ๊ฐ๋ฅํฉ๋๋ค.] [Only party leader can apply.] 20130807 to 20130814 @@ -12435,7 +12435,7 @@ No restrictions [You must be in a party.] */ MSG_BATTLEFIELD_MSG_NOT_PALTYBOSS = 0x86e, -/*20120314 to 20180523 +/*20120314 to 20180612 [์ ์๋์ด์๋ ํํฐ์ธ์์๊ฐ ๋ง์ต๋๋ค.] [Too many party members online.] 20130807 to 20130814 @@ -12443,7 +12443,7 @@ No restrictions [Only party leader can apply.] */ MSG_BATTLEFIELD_MSG_OVER_PARTYMEMBER = 0x86f, -/*20120314 to 20180523 +/*20120314 to 20180612 [๊ธธ๋์ ๋จผ์ ๊ฐ์
ํ์
์ผ ํฉ๋๋ค.] [You must be in a guild.] 20130807 to 20130814 @@ -12451,7 +12451,7 @@ No restrictions [Too many party members online.] */ MSG_BATTLEFIELD_MSG_PLZ_GUILDJOIN = 0x870, -/*20120314 to 20180523 +/*20120314 to 20180612 [๊ธธ๋์ฅ๋ง ์ ์ฒญ ๊ฐ๋ฅํฉ๋๋ค.] [Only guild master can apply.] 20130807 to 20130814 @@ -12459,7 +12459,7 @@ No restrictions [You must be in a guild.] */ MSG_BATTLEFIELD_MSG_NOT_GUILDBOSS = 0x871, -/*20120314 to 20180523 +/*20120314 to 20180612 [์ ์๋์ด์๋ ๊ธธ๋์ธ์์๊ฐ ๋ง์ต๋๋ค.] [Too many guild members online.] 20130807 to 20130814 @@ -12469,7 +12469,7 @@ No restrictions MSG_BATTLEFIELD_MSG_OVER_GUILDMEMBER = 0x872, /*20120314 to 20120314 ์์ดํ
ํฉ์น๊ธฐ -20120320 to 20180523 +20120320 to 20180612 ์ด๋์์ฝ Moving Book 20130807 to 20130814 @@ -12480,7 +12480,7 @@ Moving Book /*20120314 to 20120314 ๊ฐ์ ์ข
๋ฅ์ ์์ดํ
์ 2๊ฐ ์ด์ ์ ํํด์ฃผ์ธ์. Two or more of the same type. Please select an item. -20120320 to 20180523 +20120320 to 20180612 ์ด๋ Move 20130807 to 20130814 @@ -12491,7 +12491,7 @@ Moving Book /*20120314 to 20120314 ์์ดํ
ํฉ์น๊ธฐ์ ์ฑ๊ณตํ์ต๋๋ค. Item merge is successful. -20120320 to 20180523 +20120320 to 20180612 ์ด๋ฆ๋ณ๊ฒฝ Rename 20130807 to 20130814 @@ -12502,7 +12502,7 @@ Move /*20120314 to 20120314 ์์ดํ
ํฉ์น๊ธฐ๋ ํ๋ฒ์ 1์ข
๋ฅ์ฉ๋ง ๊ฐ๋ฅํฉ๋๋ค. Combining items will be only one kind at a time. -20120320 to 20180523 +20120320 to 20180612 Make Character 20130807 to 20130814 ์ด๋ฆ๋ณ๊ฒฝ @@ -12512,7 +12512,7 @@ Rename /*20120314 to 20120314 ์์ดํ
์ ๊ฐ์๊ฐ 30000๊ฐ ์ด๊ณผ ํ์ต๋๋ค. You cannot have more than 30,000 stacked items. -20120320 to 20180523 +20120320 to 20180612 http://ro.game.gnjoy.com/ 20130807 to 20130814 Make Character @@ -12520,7 +12520,7 @@ Make Character MSG_UAE_URL = 0x877, #endif #if PACKETVER >= 20120320 -/*20120320 to 20180523 +/*20120320 to 20180612 (%s) Server 20130807 to 20130814 http://ro.game.gnjoy.com/ @@ -12528,14 +12528,14 @@ http://ro.game.gnjoy.com/ MSG_UAE_SERVERSTR = 0x878, /*20120320 to 20120328 ์์ดํ
ํฉ์น๊ธฐ -20120404 to 20180523 +20120404 to 20180612 ์์ดํ
๋ณํฉ(๋ชจ๋์ ํ Ctrl+ํด๋ฆญ) Item Merge 20130807 to 20130814 (%s) Server */ MSG_MERGE_ITEM = 0x879, -/*20120320 to 20180523 +/*20120320 to 20180612 ๊ฐ์ ์ข
๋ฅ์ ์์ดํ
์ 2๊ฐ ์ด์ ์ ํํด์ฃผ์ธ์. Two or more of the same type. Please select an item. 20130807 to 20130814 @@ -12543,7 +12543,7 @@ Two or more of the same type. Please select an item. Item Merge */ MSG_SELECT_ITEM_TO_MERGE = 0x87a, -/*20120320 to 20180523 +/*20120320 to 20180612 ์์ดํ
ํฉ์น๊ธฐ์ ์ฑ๊ณตํ์ต๋๋ค. Item merge is successful. 20130807 to 20130814 @@ -12551,7 +12551,7 @@ Item merge is successful. Two or more of the same type. Please select an item. */ MSG_MERGE_ITEM_SUCCESS = 0x87b, -/*20120320 to 20180523 +/*20120320 to 20180612 ์์ดํ
ํฉ์น๊ธฐ๋ ํ๋ฒ์ 1์ข
๋ฅ์ฉ๋ง ๊ฐ๋ฅํฉ๋๋ค. Combining items will be only one kind at a time. 20130807 to 20130814 @@ -12559,7 +12559,7 @@ Combining items will be only one kind at a time. Item merge is successful. */ MSG_MERGE_ITEM_FAILED_NOT_MERGE = 0x87c, -/*20120320 to 20180523 +/*20120320 to 20180612 ์์ดํ
์ ๊ฐ์๊ฐ 30000๊ฐ ์ด๊ณผ ํ์ต๋๋ค. You cannot have more than 30,000 stacked items. 20130807 to 20130814 @@ -12569,7 +12569,7 @@ Combining items will be only one kind at a time. MSG_MERGE_ITEM_FAILED_MAX_COUNT = 0x87d, #endif #if PACKETVER >= 20120321 -/*20120321 to 20180523 +/*20120321 to 20180612 ์ข๋ก ํ์ Rotate left 20130807 to 20130814 @@ -12577,7 +12577,7 @@ Rotate left You cannot have more than 30,000 stacked items. */ MSG_CHARACTER_LEFT_ROLL = 0x87e, -/*20120321 to 20180523 +/*20120321 to 20180612 ์ฐ๋ก ํ์ Rotate right 20130807 to 20130814 @@ -12587,7 +12587,7 @@ Rotate left MSG_CHARACTER_RIGHT_ROLL = 0x87f, #endif #if PACKETVER >= 20120328 -/*20120328 to 20180523 +/*20120328 to 20180612 (%s)๋์ ์ด์ ์๋ฒ ์ ๋ณด๋ณด๊ธฐ (%s) to view the old server information 20130807 to 20130814 @@ -12595,7 +12595,7 @@ Rotate left Rotate right */ MSG_VIEW_BEFORE_WORLDINFO = 0x880, -/*20120328 to 20180523 +/*20120328 to 20180612 ๊ธฐ์กด ์๋ฒ ์ ๋ณด Existing server information 20130807 to 20130814 @@ -12603,7 +12603,7 @@ Existing server information (%s) to view the old server information */ MSG_VIEW_BEFORE_WORLDINFO_TITLE = 0x881, -/*20120328 to 20180523 +/*20120328 to 20180612 ^ff0000๊ธฐ์กด ์๋ฒ : ^0000ff ^ff0000Existing server: ^0000ff 20130807 to 20130814 @@ -12611,7 +12611,7 @@ Existing server information Existing server information */ MSG_VIEW_BEFORE_SERVERINFO = 0x882, -/*20120328 to 20180523 +/*20120328 to 20180612 ^ff0000๊ธฐ์กด ์บ๋ฆญ๋ช
: ^0000ff ^ff0000Existing character: ^0000ff 20130807 to 20130814 @@ -12619,7 +12619,7 @@ Existing server information ^ff0000Existing server: ^0000ff */ MSG_VIEW_BEFORE_CHARNAME = 0x883, -/*20120328 to 20180523 +/*20120328 to 20180612 ๊ณต๊ฒฉํ ๋ชฌ์คํฐ์ HP๊ฐ ํ์๋ฉ๋๋ค. Show monster HP bar when attacking. 20130807 to 20130814 @@ -12629,7 +12629,7 @@ Show monster HP bar when attacking. MSG_MONSTER_HP_ON = 0x884, /*20120328 to 20120328 ๊ณต๊ฒฉํ ๋ชฌ์คํฐ์ HP๊ฐ ํ์๋์ง ์์ต๋๋ค.. -20120404 to 20180523 +20120404 to 20180612 ๊ณต๊ฒฉํ ๋ชฌ์คํฐ์ HP๊ฐ ํ์๋์ง ์์ต๋๋ค. Hide monster HP bar when attacking. 20130807 to 20130814 @@ -12639,7 +12639,7 @@ Show monster HP bar when attacking. MSG_MONSTER_HP_OFF = 0x885, #endif #if PACKETVER >= 20120404 -/*20120404 to 20180523 +/*20120404 to 20180612 ๋ณํฉ ๊ฐ๋ฅํ ์์ดํ
์ด ์กด์ฌํ์ง ์์ต๋๋ค Merge does not exist as an item 20130807 to 20130814 @@ -12647,7 +12647,7 @@ Merge does not exist as an item Hide monster HP bar when attacking. */ MSG_MERGE_ITEM_FAILED_NOT_EXIST = 0x886, -/*20120404 to 20180523 +/*20120404 to 20180612 ๋ณํฉ ๊ฐ๋ฅํ ์์ดํ
์ด ์กด์ฌํ์ง ์์ต๋๋ค. Merge items available does not exist. 20130807 to 20130814 @@ -12655,7 +12655,7 @@ Merge items available does not exist. Merge does not exist as an item */ MSG_NOT_EXIST_MERGE_ITEM = 0x887, -/*20120404 to 20180523 +/*20120404 to 20180612 ์งํ์ค Act 20130807 to 20130814 @@ -12663,7 +12663,7 @@ Act Merge items available does not exist. */ MSG_QUESTUI_TAB_PROCESS = 0x888, -/*20120404 to 20180523 +/*20120404 to 20180612 ๋ณด๋ฅ์ค Pen 20130807 to 20130814 @@ -12671,7 +12671,7 @@ Pen Act */ MSG_QUESTUI_TAB_HOLD = 0x889, -/*20120404 to 20180523 +/*20120404 to 20180612 ์ถ์ฒ Rec 20130807 to 20130814 @@ -12679,7 +12679,7 @@ Rec Pen */ MSG_QUESTUI_TAB_BEST = 0x88a, -/*20120404 to 20180523 +/*20120404 to 20180612 ์ํผ์๋ Episode 20130807 to 20130814 @@ -12687,7 +12687,7 @@ Episode Rec */ MSG_QUESTUI_TAB_EPISODE = 0x88b, -/*20120404 to 20180523 +/*20120404 to 20180612 ๋ก์ปฌ Loc 20130807 to 20130814 @@ -12695,7 +12695,7 @@ Loc Episode */ MSG_QUESTUI_TAB_LOCAL = 0x88c, -/*20120404 to 20180523 +/*20120404 to 20180612 ์ด๋ฒคํธ Evt 20130807 to 20130814 @@ -12703,7 +12703,7 @@ Evt Loc */ MSG_QUESTUI_TAB_EVENT = 0x88d, -/*20120404 to 20180523 +/*20120404 to 20180612 ์ ๊ท New 20130807 to 20130814 @@ -12711,7 +12711,7 @@ New Evt */ MSG_QUESTUI_TAB_NEW = 0x88e, -/*20120404 to 20180523 +/*20120404 to 20180612 ์ฌ๋ฅ๋ชฌ์คํฐ Monsters to kill 20130807 to 20130814 @@ -12719,7 +12719,7 @@ Monsters to kill New */ MSG_QUESTUI_HUNTMONSTER = 0x88f, -/*20120404 to 20180523 +/*20120404 to 20180612 ๋ณด์์์ดํ
Rewards 20130807 to 20130814 @@ -12727,7 +12727,7 @@ Rewards Monsters to kill */ MSG_QUESTUI_REWARDITEM = 0x890, -/*20120404 to 20180523 +/*20120404 to 20180612 ํ์์์ดํ
Required Items 20130807 to 20130814 @@ -12735,7 +12735,7 @@ Required Items Rewards */ MSG_QUESTUI_NEEDITEM = 0x891, -/*20120404 to 20180523 +/*20120404 to 20180612 ์ ํ์๊ฐ Time Limit 20130807 to 20130814 @@ -12743,7 +12743,7 @@ Time Limit Required Items */ MSG_QUESTUI_TIMELIMIT = 0x892, -/*20120404 to 20180523 +/*20120404 to 20180612 ๋ง๊ฐ์๊ฐ Deadline 20130807 to 20130814 @@ -12753,7 +12753,7 @@ Time Limit MSG_QUESTUI_CLOSINGTIME = 0x893, #endif #if PACKETVER >= 20120417 -/*20120417 to 20180523 +/*20120417 to 20180612 ๊ฒ์ Search 20130807 to 20130814 @@ -12761,7 +12761,7 @@ Search Deadline */ MSG_NAVIGATION_SEARCH = 0x894, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ชฉํ๋ก ์๋ด Navigation 20130807 to 20130814 @@ -12769,7 +12769,7 @@ Navigation Search */ MSG_NAVIGATION_TARGETGO = 0x895, -/*20120417 to 20180523 +/*20120417 to 20180612 ๊ธธ ์ ๋ณด Back to Navigation 20130807 to 20130814 @@ -12777,7 +12777,7 @@ Back to Navigation Navigation */ MSG_NAVIGATION_ROUTEINFO = 0x896, -/*20120417 to 20180523 +/*20120417 to 20180612 ๊ฒ์ ์ ๋ณด Find Information 20130807 to 20130814 @@ -12785,7 +12785,7 @@ Find Information Back to Navigation */ MSG_NAVIGATION_SEARCHINFO = 0x897, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ณด๊ธฐ ๋ชจ๋ ๋ณ๊ฒฝ Toggle Minimap 20130807 to 20130814 @@ -12795,7 +12795,7 @@ Find Information MSG_NAVIGATION_VIEWCHANGE = 0x898, /*20120417 to 20130109 ์๋ด ์ง์ ์์ ๋ณ๊ฒฝ -20130115 to 20180523 +20130115 to 20180612 ์ธ๋ถ ๊ธธ์ ๋ณด ํ์ผ ์ฝ๊ธฐ Read Information from External File 20130807 to 20130814 @@ -12803,7 +12803,7 @@ Read Information from External File Toggle Minimap */ MSG_NAVIGATION_LIGHTCHANGE = 0x899, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ข
๋ฃ Exit 20130807 to 20130814 @@ -12811,7 +12811,7 @@ Exit Read Information from External File */ MSG_NAVIGATION_END = 0x89a, -/*20120417 to 20180523 +/*20120417 to 20180612 ๊ธฐ๋ณธ UI๋ก ๋ณ๊ฒฝ Change the Default UI 20130807 to 20130814 @@ -12819,7 +12819,7 @@ Change the Default UI Exit */ MSG_NAVIGATION_BASE = 0x89b, -/*20120417 to 20180523 +/*20120417 to 20180612 ๊ฐํธ UI๋ก ๋ณ๊ฒฝ Change to Default UI 20130807 to 20130814 @@ -12827,7 +12827,7 @@ Change to Default UI Change the Default UI */ MSG_NAVIGATION_MINI = 0x89c, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋์๋ง Help 20130807 to 20130814 @@ -12835,7 +12835,7 @@ Help Change to Default UI */ MSG_NAVIGATION_HELP = 0x89d, -/*20120417 to 20180523 +/*20120417 to 20180612 ALL All 20130807 to 20130814 @@ -12843,75 +12843,75 @@ All Help */ MSG_NAVIGATION_ALL = 0x89e, -/*20120417 to 20180523 +/*20120417 to 20180612 Map 20130807 to 20130814 ALL All */ MSG_NAVIGATION_MAP = 0x89f, -/*20120417 to 20180523 +/*20120417 to 20180612 Npc 20130807 to 20130814 Map */ MSG_NAVIGATION_NPC = 0x8a0, -/*20120417 to 20180523 +/*20120417 to 20180612 Mob 20130807 to 20130814 Npc */ MSG_NAVIGATION_MOB = 0x8a1, -/*20120417 to 20180523 +/*20120417 to 20180612 ๊ฒ์ ๋จ์ด ์ค์ (Ex: ๋จ์ด ๋จ์ด ... Enter search string... (Ex: word word ...) 20130807 to 20130814 Mob */ MSG_NAVIGATION_SETSTRING = 0x8a2, -/*20120417 to 20180523 +/*20120417 to 20180612 Scroll 20130807 to 20130814 ๊ฒ์ ๋จ์ด ์ค์ (Ex: ๋จ์ด ๋จ์ด ... Enter search string... (Ex: word word ...) */ MSG_NAVIGATION_SCROLL = 0x8a3, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋์ ์ด๋ ์คํฌ๋กค ์ฌ์ฉ ์ ์ฉ Use Scroll? 20130807 to 20130814 Scroll */ MSG_NAVIGATION_USESCROLL = 0x8a4, -/*20120417 to 20180523 +/*20120417 to 20180612 Service 20130807 to 20130814 ๋์ ์ด๋ ์คํฌ๋กค ์ฌ์ฉ ์ ์ฉ Use Scroll? */ MSG_NAVIGATION_SERVICE = 0x8a5, -/*20120417 to 20180523 +/*20120417 to 20180612 ์์น ์ด๋ ์๋น์ค ํ์ฉ Use Kafra Warp? 20130807 to 20130814 Service */ MSG_NAVIGATION_USESERVICE = 0x8a6, -/*20120417 to 20180523 +/*20120417 to 20180612 Plane 20130807 to 20130814 ์์น ์ด๋ ์๋น์ค ํ์ฉ Use Kafra Warp? */ MSG_NAVIGATION_PLANE = 0x8a7, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋น๊ณต์ ์ด๋ ์ ์ฉ Use Airship? 20130807 to 20130814 Plane */ MSG_NAVIGATION_USEPLANE = 0x8a8, -/*20120417 to 20180523 +/*20120417 to 20180612 >> ๋ชฉํ ์ ๋ณด๋ฅผ ์ฝ์ง ๋ชปํจ! >> Failed to read the target information. 20130807 to 20130814 @@ -12919,7 +12919,7 @@ Plane Use Airship? */ MSG_NAVIGATION_TARGETUNKNOWN = 0x8a9, -/*20120417 to 20180523 +/*20120417 to 20180612 << ์๋ด์ค >> >> Destination << 20130807 to 20130814 @@ -12927,7 +12927,7 @@ Use Airship? >> Failed to read the target information. */ MSG_NAVIGATION_GOING = 0x8aa, -/*20120417 to 20180523 +/*20120417 to 20180612 << ๊ฒ์์ค... >> << Goal >> 20130807 to 20130814 @@ -12935,53 +12935,53 @@ Use Airship? >> Destination << */ MSG_NAVIGATION_SEARCHING = 0x8ab, -/*20120417 to 20180523 +/*20120417 to 20180612 ----------- 20130807 to 20130814 << ๊ฒ์์ค... >> << Goal >> */ MSG_NAVIGATION_UN = 0x8ac, -/*20120417 to 20180523 +/*20120417 to 20180612 Navigation 20130807 to 20130814 ----------- */ MSG_NAVIGATION_NAVI = 0x8ad, -/*20120417 to 20180523 +/*20120417 to 20180612 == ๊ฒ์ ๊ฒฐ๊ณผ(%d)== = Found (%d) == 20130807 to 20130814 Navigation */ MSG_NAVIGATION_SEARCHRESULT_D = 0x8ae, -/*20120417 to 20180523 +/*20120417 to 20180612 Npc)%s:%s 20130807 to 20130814 == ๊ฒ์ ๊ฒฐ๊ณผ(%d)== = Found (%d) == */ MSG_NAVIGATION_NPC_S_S = 0x8af, -/*20120417 to 20180523 +/*20120417 to 20180612 Mob)%s:%s 20130807 to 20130814 Npc)%s:%s */ MSG_NAVIGATION_MOB_S_S = 0x8b0, -/*20120417 to 20180523 +/*20120417 to 20180612 Map)%s 20130807 to 20130814 Mob)%s:%s */ MSG_NAVIGATION_MAP_S = 0x8b1, -/*20120417 to 20180523 +/*20120417 to 20180612 ======== ๊ฒฐ๊ณผ ์ ๋ณด ========== ======== Results ========== 20130807 to 20130814 Map)%s */ MSG_NAVIGATION_RESULTINFO = 0x8b2, -/*20120417 to 20180523 +/*20120417 to 20180612 ๊ฑฐ๋ฆฌ : %d Sell %d WarpMove Dist %d Cell %d WarpMove 20130807 to 20130814 @@ -12989,7 +12989,7 @@ Dist %d Cell %d WarpMove ======== Results ========== */ MSG_NAVIGATION_LENGTH = 0x8b3, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ชฉํ๋งต: %s(%s) Coords %s(%s) 20130807 to 20130814 @@ -12997,7 +12997,7 @@ Coords %s(%s) Dist %d Cell %d WarpMove */ MSG_NAVIGATION_TARGETMAP_S_S = 0x8b4, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ชฉํ : %s(%d, %d) Goal:%s (%d,%d) 20130807 to 20130814 @@ -13005,7 +13005,7 @@ Goal:%s (%d,%d) Coords %s(%s) */ MSG_NAVIGATION_TARGET_S_D_D = 0x8b5, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ณด์ค Boss 20130807 to 20130814 @@ -13013,7 +13013,7 @@ Boss Goal:%s (%d,%d) */ MSG_NAVIGATION_BOSS = 0x8b6, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ผ๋ฐ General 20130807 to 20130814 @@ -13021,7 +13021,7 @@ General Boss */ MSG_NAVIGATION_NORMAL = 0x8b7, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ชฉํ : %s(%s) Goal: 20130807 to 20130814 @@ -13029,7 +13029,7 @@ Goal: General */ MSG_NAVIGATION_TARGET_S_S = 0x8b8, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ชฉํ: (%d, %d) Goal: (%d, %d) 20130807 to 20130814 @@ -13037,7 +13037,7 @@ Goal: (%d, %d) Goal: */ MSG_NAVIGATION_TARGET_D_D = 0x8b9, -/*20120417 to 20180523 +/*20120417 to 20180612 ======= ๊ธธ ์๋ด ์ ๋ณด ======= ======= Guidance ======= 20130807 to 20130814 @@ -13045,7 +13045,7 @@ Goal: Goal: (%d, %d) */ MSG_NAVIGATION_GOINFO = 0x8ba, -/*20120417 to 20180523 +/*20120417 to 20180612 %2d) Item:%s => %s ์ฌ์ฉ! %2d) Item:%s => %s Use! 20130807 to 20130814 @@ -13053,33 +13053,33 @@ Goal: (%d, %d) ======= Guidance ======= */ MSG_NAVIGATION_ITEM_S_S = 0x8bb, -/*20120417 to 20180523 +/*20120417 to 20180612 %2d) %s(%d,%d)=>(%d,%d) 20130807 to 20130814 %2d) Item:%s => %s ์ฌ์ฉ! %2d) Item:%s => %s Use! */ MSG_NAVIGATION_D_S_D_D_D_D = 0x8bc, -/*20120417 to 20180523 +/*20120417 to 20180612 E%2d) %s(%d,%d)=>(%d,%d) 20130807 to 20130814 %2d) %s(%d,%d)=>(%d,%d) */ MSG_NAVIGATION_E_D_S_D_D_D_D = 0x8bd, -/*20120417 to 20180523 +/*20120417 to 20180612 E%2d) %s 20130807 to 20130814 E%2d) %s(%d,%d)=>(%d,%d) */ MSG_NAVIGATION_E_D_S = 0x8be, -/*20120417 to 20180523 +/*20120417 to 20180612 ์๋ด์ค ์
๋๋ค! ์ข
๋ฃ ํ์๊ฒ ์ต๋๊น? Do you want to cancel navigation? 20130807 to 20130814 E%2d) %s */ MSG_NAVIGATION_GOEXIT = 0x8bf, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ด๋น๊ฒ์ด์
๋์๋ง How to Use Navigation 20130807 to 20130814 @@ -13087,7 +13087,7 @@ How to Use Navigation Do you want to cancel navigation? */ MSG_NAVIGATION_HELPTITLE = 0x8c0, -/*20120417 to 20180523 +/*20120417 to 20180612 ------------------- ๋ช
๋ น์ด -------------------- ------------------- Instruction -------------------- 20130807 to 20130814 @@ -13095,7 +13095,7 @@ Do you want to cancel navigation? How to Use Navigation */ MSG_NAVIGATION_HELP1 = 0x8c1, -/*20120417 to 20180523 +/*20120417 to 20180612 1. /navigation /navi 1) /Navigation or /navi 20130807 to 20130814 @@ -13105,7 +13105,7 @@ How to Use Navigation MSG_NAVIGATION_HELP2 = 0x8c2, /*20120417 to 20120418 ex)/navi prontera 100 100 -> ๋งต์ด๋ฆ, 100, 100 -20120424 to 20180523 +20120424 to 20180612 ex)/navi prontera 100/100 -> ๋งต์ด๋ฆ, 100/100 ex) /navi prontera 100 100 -> /navi "MAPNAME", 100, 100 20130807 to 20130814 @@ -13116,7 +13116,7 @@ ex) /navi prontera 100 100 -> /navi "MAPNAME", 100, 100 /*20120417 to 20120418 2. /navigation2 /navi2 ex) /navi2 prontera 100 111 -20120424 to 20180523 +20120424 to 20180612 ๊ธฐ๋ณธ ๋ช
๋ น์ด๋ ์ ๋, ๋น๊ณต์ ๊ฒ์์ ๊ธฐ๋ณธ์ผ๋ก ํฉ๋๋ค. 2) /Navigation2 or /navi2 20130807 to 20130814 @@ -13126,7 +13126,7 @@ ex) /navi prontera 100 100 -> /navi "MAPNAME", 100, 100 MSG_NAVIGATION_HELP4 = 0x8c4, /*20120417 to 20120418 ex) /navi2 prontera 100090 111 -20120424 to 20180523 +20120424 to 20180612 2. /navigation2 /navi2 ex) /navi2 prontera 100 111 20130807 to 20130814 @@ -13136,7 +13136,7 @@ ex) /navi2 prontera 100 111 MSG_NAVIGATION_HELP5 = 0x8c5, /*20120417 to 20120418 -> ๋งต์ด๋ฆ, ์์น(100 90), scrool/ zeny/ plane (1:์ฌ์ฉํจ 0: ์ฌ์ฉ์ํจ) -20120424 to 20180523 +20120424 to 20180612 ex) /navi2 prontera 100/100 1/1/1 -> MAPNAME location (100 90), Scroll | Zeny | Plane (1: Enable or 0: Disable) 20130807 to 20130814 @@ -13146,7 +13146,7 @@ ex) /navi2 prontera 100 111 MSG_NAVIGATION_HELP6 = 0x8c6, /*20120417 to 20120418 โป /navi2 ์ ๊ฒฝ์ฐ ๋ฐ๋์ ์์น ์ขํ๋ฅผ ๋ถ์ฌ์ 3 ์๋ฆฌ๋ก ์ ์ด์ผ ํ๋ค -20120424 to 20180523 +20120424 to 20180612 -> ๋งต์ด๋ฆ, ์์น(100/100), scrool/zeny/plane (1:์ฌ์ฉํจ 0: ์ฌ์ฉ์ํจ) -> /navi2 goes with the case with location coordinates. They must be no less than 3 characters 20130807 to 20130814 @@ -13156,7 +13156,7 @@ ex) /navi2 prontera 100 111 MSG_NAVIGATION_HELP7 = 0x8c7, /*20120417 to 20120418 3. /$$all ๋ชจ๋ ํญ๋ชฉ ์ถ๋ ฅ (Type ๊ตฌ๋ถ ํญ๋ชฉ์ผ๋ก ์ถ๋ ฅ ์ข
๋ฅ ๊ตฌ๋ถ ๊ฐ๋ฅ.) -20120424 to 20180523 +20120424 to 20180612 3. $$all ๋ชจ๋ ํญ๋ชฉ ์ถ๋ ฅ (Type ๊ตฌ๋ถ ํญ๋ชฉ์ผ๋ก ์ถ๋ ฅ ์ข
๋ฅ ๊ตฌ๋ถ ๊ฐ๋ฅ.) 3) /$$ Output all the items (Can take a while...) 20130807 to 20130814 @@ -13166,7 +13166,7 @@ ex) /navi2 prontera 100 111 MSG_NAVIGATION_HELP8 = 0x8c8, /*20120417 to 20120418 4. /$$lv30 ํด๋น ๋ ๋ฒจ์ ๋ชฌ์คํฐ ์ถ๋ ฅ -20120424 to 20180523 +20120424 to 20180612 4. $$lv30 ํด๋น ๋ ๋ฒจ์ ๋ชฌ์คํฐ ์ถ๋ ฅ 4) /$$ Lv30 monsters are placed in the output 20130807 to 20130814 @@ -13176,7 +13176,7 @@ ex) /navi2 prontera 100 111 MSG_NAVIGATION_HELP9 = 0x8c9, /*20120417 to 20120418 5. /$$lv20~30 ํด๋น ๋ ๋ฒจ ๋ฒ์์ ๋ชฌ์คํฐ ์ถ๋ ฅ -20120424 to 20180523 +20120424 to 20180612 5. $$lv20~30 ํด๋น ๋ ๋ฒจ ๋ฒ์์ ๋ชฌ์คํฐ ์ถ๋ ฅ 5) /$$ Lv20~30 monsters in that level range are placed in the output 20130807 to 20130814 @@ -13184,7 +13184,7 @@ ex) /navi2 prontera 100 111 4) /$$ Lv30 monsters are placed in the output */ MSG_NAVIGATION_HELP10 = 0x8ca, -/*20120417 to 20180523 +/*20120417 to 20180612 ------------------- ์ค๋ช
-------------------- ------------------- Description -------------------- 20130807 to 20130814 @@ -13192,7 +13192,7 @@ ex) /navi2 prontera 100 111 5) /$$ Lv20~30 monsters in that level range are placed in the output */ MSG_NAVIGATION_HELP11 = 0x8cb, -/*20120417 to 20180523 +/*20120417 to 20180612 1.๊ฒ์ ์ข
๋ฅ๋ ์ ์ฒด, ๋งต, Npc, ๋ชฌ์คํฐ ์ผ๋ก ๋ถ๋ฅ ๋๋ค. 1) One can search for monsters, npcs, maps, or all at once 20130807 to 20130814 @@ -13200,7 +13200,7 @@ ex) /navi2 prontera 100 111 ------------------- Description -------------------- */ MSG_NAVIGATION_HELP12 = 0x8cc, -/*20120417 to 20180523 +/*20120417 to 20180612 2.๋ช
๋ น์ด๋ก ๊ฒ์ํ๋ค. ๊ท์น์ ๊ฒ์ ํ๋ ค๋ ๋ฌธ์์ด์ด ๋ชจ๋ ํฌํจ๋ ์ ๋ณด๋ฅผ ์ถ๋ ฅ ํ๋ค. 2) You can press the search button to get results. It will out put the results depending on what rule you choose 20130807 to 20130814 @@ -13208,7 +13208,7 @@ ex) /navi2 prontera 100 111 1) One can search for monsters, npcs, maps, or all at once */ MSG_NAVIGATION_HELP13 = 0x8cd, -/*20120417 to 20180523 +/*20120417 to 20180612 ex) ํ๋ก ์นดํ -> ๊ฒ์ ๊ฒฐ๊ณผ ํ๋ก ํ
๋ผ์ ์นดํ๋ผ๋ฅผ ๋ชจ๋ ์ถ๋ ฅ ํ๋ค. ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will now be displayed 20130807 to 20130814 @@ -13216,7 +13216,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no 2) You can press the search button to get results. It will out put the results depending on what rule you choose */ MSG_NAVIGATION_HELP14 = 0x8ce, -/*20120417 to 20180523 +/*20120417 to 20180612 3.๋ฆฌ์คํธ์์ ํญ๋ชฉ์ ์ ํํ๋ฉด ์ ๋ณด๊ฐ ์ถ๋ ฅ๋๋ค. 3) When you select an item from a list, information about it are displayed. 20130807 to 20130814 @@ -13224,7 +13224,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will now be displayed */ MSG_NAVIGATION_HELP15 = 0x8cf, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ถ๋ ฅ ๋๊ณ ์๋ ๋ชฉํ๊ฐ ์์๋ ์๋ด ๋ฒํผ์ ํด๋ฆญํ๋ฉด ํด๋น ๋ชฉํ๋ก ๊ธธ์ ์๋ด ํ๋ค. -> When button is clicked, it will point you towards your destination if available 20130807 to 20130814 @@ -13232,7 +13232,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no 3) When you select an item from a list, information about it are displayed. */ MSG_NAVIGATION_HELP16 = 0x8d0, -/*20120417 to 20180523 +/*20120417 to 20180612 4.scrool/ zeny/ plane ์์๋ฅผ ์ํ๋ ๋งํผ ์ฒดํฌํ์ฌ ๋ ๋น ๋ฅธ ๊ฒฝ๋ก๋ฅผ ์๋ด ๋ฐ์ ์ ์๋ค. 4) Scroll | Zeny | Plane options can be checked to find a faster route 20130807 to 20130814 @@ -13240,7 +13240,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no -> When button is clicked, it will point you towards your destination if available */ MSG_NAVIGATION_HELP17 = 0x8d1, -/*20120417 to 20180523 +/*20120417 to 20180612 5.์๋ด ๋ฒํผ์ด ๋๋ฌ์ง๋ฉด ๊ฒฐ๊ณผ ๋ฆฌ์คํธ์ฐฝ์ ๊ธธ์๋ด ๋ฆฌ์คํธ ์ฅ์ผ๋ก ๋ณ๊ฒฝ ๋๋ค. 5) Guide button is pressed, the result list window displays where routes can change direction 20130807 to 20130814 @@ -13248,7 +13248,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no 4) Scroll | Zeny | Plane options can be checked to find a faster route */ MSG_NAVIGATION_HELP18 = 0x8d2, -/*20120417 to 20180523 +/*20120417 to 20180612 6.๊ฒ์ ๋ฆฌ์คํธ์ฐฝ ํ๋จ ๋ฒํผ์ ์ด์ฉํ์ฌ 6) Using the button below, search results can be found 20130807 to 20130814 @@ -13256,7 +13256,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no 5) Guide button is pressed, the result list window displays where routes can change direction */ MSG_NAVIGATION_HELP19 = 0x8d3, -/*20120417 to 20180523 +/*20120417 to 20180612 [๊ฒฐ๊ณผ ๋ฆฌ์คํธ ์ฐฝ] <-> [๊ธธ ์๋ด ์ ๋ณด ์ฐฝ] ์ผ๋ก ๋ณด๊ธฐ ๋ชจ๋ ๋ณ๊ฒฝ ๊ฐ๋ฅํ๋ค. -> [Results List Window] <-> [View Modes can be switched] 20130807 to 20130814 @@ -13264,7 +13264,7 @@ ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will no 6) Using the button below, search results can be found */ MSG_NAVIGATION_HELP20 = 0x8d4, -/*20120417 to 20180523 +/*20120417 to 20180612 Level:%d (๋ณด์ค) Level:%d (Boss) 20130807 to 20130814 @@ -13272,7 +13272,7 @@ Level:%d (Boss) -> [Results List Window] <-> [View Modes can be switched] */ MSG_NAVIGATION_LEVEL_D_BOSS = 0x8d5, -/*20120417 to 20180523 +/*20120417 to 20180612 Level:%d (์ผ๋ฐ) Level:%d (Mob) 20130807 to 20130814 @@ -13280,7 +13280,7 @@ Level:%d (๋ณด์ค) Level:%d (Boss) */ MSG_NAVIGATION_LEVEL_D_NORMAL = 0x8d6, -/*20120417 to 20180523 +/*20120417 to 20180612 ์์์ฑ%d Water %d 20130807 to 20130814 @@ -13288,7 +13288,7 @@ Level:%d (์ผ๋ฐ) Level:%d (Mob) */ MSG_NAVIGATION_PROPERTY1 = 0x8d7, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ง์์ฑ%d Earth %d 20130807 to 20130814 @@ -13296,7 +13296,7 @@ Earth %d Water %d */ MSG_NAVIGATION_PROPERTY2 = 0x8d8, -/*20120417 to 20180523 +/*20120417 to 20180612 ํ์์ฑ%d Fire %d 20130807 to 20130814 @@ -13304,7 +13304,7 @@ Fire %d Earth %d */ MSG_NAVIGATION_PROPERTY3 = 0x8d9, -/*20120417 to 20180523 +/*20120417 to 20180612 ํ์์ฑ%d Wind %d 20130807 to 20130814 @@ -13312,7 +13312,7 @@ Wind %d Fire %d */ MSG_NAVIGATION_PROPERTY4 = 0x8da, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋
์์ฑ%d Poison %d 20130807 to 20130814 @@ -13320,7 +13320,7 @@ Poison %d Wind %d */ MSG_NAVIGATION_PROPERTY5 = 0x8db, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ฑ์์ฑ%d Holy %d 20130807 to 20130814 @@ -13328,7 +13328,7 @@ Holy %d Poison %d */ MSG_NAVIGATION_PROPERTY6 = 0x8dc, -/*20120417 to 20180523 +/*20120417 to 20180612 ์์์ฑ%d Shadow %d 20130807 to 20130814 @@ -13336,7 +13336,7 @@ Shadow %d Holy %d */ MSG_NAVIGATION_PROPERTY7 = 0x8dd, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ผ์์ฑ%d Ghost %d 20130807 to 20130814 @@ -13344,7 +13344,7 @@ Ghost %d Shadow %d */ MSG_NAVIGATION_PROPERTY8 = 0x8de, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ธ๋ฐ๋%d Undead %d 20130807 to 20130814 @@ -13352,7 +13352,7 @@ Undead %d Ghost %d */ MSG_NAVIGATION_PROPERTY9 = 0x8df, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ฌด์์ฑ%d Neutral %d 20130807 to 20130814 @@ -13360,7 +13360,7 @@ Neutral %d Undead %d */ MSG_NAVIGATION_PROPERTY0 = 0x8e0, -/*20120417 to 20180523 +/*20120417 to 20180612 ์คํ Medium 20130807 to 20130814 @@ -13368,7 +13368,7 @@ Medium Neutral %d */ MSG_NAVIGATION_SCALE1 = 0x8e1, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ํ Large 20130807 to 20130814 @@ -13376,7 +13376,7 @@ Large Medium */ MSG_NAVIGATION_SCALE2 = 0x8e2, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ํ Small 20130807 to 20130814 @@ -13384,7 +13384,7 @@ Small Large */ MSG_NAVIGATION_SCALE0 = 0x8e3, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ถ์ฌํ Undead 20130807 to 20130814 @@ -13392,7 +13392,7 @@ Undead Small */ MSG_NAVIGATION_RACE1 = 0x8e4, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋๋ฌผํ Brute 20130807 to 20130814 @@ -13400,7 +13400,7 @@ Brute Undead */ MSG_NAVIGATION_RACE2 = 0x8e5, -/*20120417 to 20180523 +/*20120417 to 20180612 ์๋ฌผํ Plant 20130807 to 20130814 @@ -13408,7 +13408,7 @@ Plant Brute */ MSG_NAVIGATION_RACE3 = 0x8e6, -/*20120417 to 20180523 +/*20120417 to 20180612 ๊ณค์ถฉํ Insect 20130807 to 20130814 @@ -13416,7 +13416,7 @@ Insect Plant */ MSG_NAVIGATION_RACE4 = 0x8e7, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ดํจํ Fish 20130807 to 20130814 @@ -13424,7 +13424,7 @@ Fish Insect */ MSG_NAVIGATION_RACE5 = 0x8e8, -/*20120417 to 20180523 +/*20120417 to 20180612 ์
๋งํ Demon 20130807 to 20130814 @@ -13432,7 +13432,7 @@ Demon Fish */ MSG_NAVIGATION_RACE6 = 0x8e9, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ธ๊ฐํ Demi-Human 20130807 to 20130814 @@ -13440,7 +13440,7 @@ Demi-Human Demon */ MSG_NAVIGATION_RACE7 = 0x8ea, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ฒ์ฌํ Angel 20130807 to 20130814 @@ -13448,7 +13448,7 @@ Angel Demi-Human */ MSG_NAVIGATION_RACE8 = 0x8eb, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ฉ์กฑ Dragon 20130807 to 20130814 @@ -13456,7 +13456,7 @@ Dragon Angel */ MSG_NAVIGATION_RACE9 = 0x8ec, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ฌดํ Formless 20130807 to 20130814 @@ -13464,7 +13464,7 @@ Formless Dragon */ MSG_NAVIGATION_RACE0 = 0x8ed, -/*20120417 to 20180523 +/*20120417 to 20180612 %s ์ด๋ ํด๋ฆญ Click to move %s 20130807 to 20130814 @@ -13472,7 +13472,7 @@ Click to move %s Formless */ MSG_NAVIGATION_MOVECLICK = 0x8ee, -/*20120417 to 20180523 +/*20120417 to 20180612 Npc ์ด๋ ์๋น์ค ์ด์ฉ Move to the Kafra Service Npc 20130807 to 20130814 @@ -13480,7 +13480,7 @@ Move to the Kafra Service Npc Click to move %s */ MSG_NAVIGATION_NPCMOVE = 0x8ef, -/*20120417 to 20180523 +/*20120417 to 20180612 NPC ํด๋ฆญ Click the NPC 20130807 to 20130814 @@ -13488,7 +13488,7 @@ Npc ์ด๋ ์๋น์ค ์ด์ฉ Move to the Kafra Service Npc */ MSG_NAVIGATION_NPCCLICK = 0x8f0, -/*20120417 to 20180523 +/*20120417 to 20180612 %s ์ด๋ Move %s 20130807 to 20130814 @@ -13496,7 +13496,7 @@ NPC ํด๋ฆญ Click the NPC */ MSG_NAVIGATION_S_MOVE = 0x8f1, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋น๊ณต์ ์ด๋ Move to the Airship Service 20130807 to 20130814 @@ -13504,7 +13504,7 @@ Move to the Airship Service Move %s */ MSG_NAVIGATION_PLANEMOVE = 0x8f2, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ํ ์ด์ฉ By Warp 20130807 to 20130814 @@ -13512,7 +13512,7 @@ By Warp Move to the Airship Service */ MSG_NAVIGATION_WARPUSE = 0x8f3, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋์ฐฉ์ : ( %d %d ) End Points: (%d %d) 20130807 to 20130814 @@ -13525,19 +13525,19 @@ By Warp 20130807 to 20130814 ๋์ฐฉ์ : ( %d %d ) End Points: (%d %d) -20170524 to 20180523 +20170524 to 20180612 ๋ด๋น๊ฒ์ด์
์ด ์ง์ ๋์ง ์๋ ์ง์ญ ์
๋๋ค. That does not support the navigation area */ MSG_NAVIGATION_UNKNOWNMAP = 0x8f5, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ฐพ๊ณ ์ ํ๋ ๋ชฉ์ ์ด ๋ถ๋ถ๋ช
ํฉ๋๋ค. The purpose is unclear 20130807 to 20130814 ๋ค๋น๊ฒ์ด์
์ด ์ง์ ๋์ง ์๋ ์ง์ญ ์
๋๋ค. */ MSG_NAVIGATION_RS_UNKNOWN = 0x8f6, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋งค์นญ์ด ๋ง์ง ์๋ ๋งต์ด๋ค. Does not meet the map requirement 20130807 to 20130814 @@ -13545,7 +13545,7 @@ Does not meet the map requirement The purpose is unclear */ MSG_NAVIGATION_RS_NOTSAMEMAP = 0x8f7, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ถ๋ฐ ์ง์ญ์ ๋ํ ์ ๋ณด ์ค์ ์คํจ! Information Failure | Change settings 20130807 to 20130814 @@ -13553,7 +13553,7 @@ Information Failure | Change settings Does not meet the map requirement */ MSG_NAVIGATION_RS_FAILSTARTDATA = 0x8f8, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋์ฐฉ ์ง์ ์ ๋ํ ์ ๋ณด ์ค์ ์คํจ! Failed to set info for location! 20130807 to 20130814 @@ -13561,7 +13561,7 @@ Failed to set info for location! Information Failure | Change settings */ MSG_NAVIGATION_RS_FAILTARGET = 0x8f9, -/*20120417 to 20180523 +/*20120417 to 20180612 ๊ธธ ์ฐพ๊ธฐ ์คํจ Failed to find a path 20130807 to 20130814 @@ -13569,7 +13569,7 @@ Failed to find a path Failed to set info for location! */ MSG_NAVIGATION_RS_FAILROUTE = 0x8fa, -/*20120417 to 20180523 +/*20120417 to 20180612 ํ๋ ์ด์ด ์์น ์ฐพ๊ธฐ ์คํจ Failed to find players 20130807 to 20130814 @@ -13577,7 +13577,7 @@ Failed to find players Failed to find a path */ MSG_NAVIGATION_RS_FAILPLAYER = 0x8fb, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ด๋น๊ฒ์ด์
์ ์ ๋ณด๊ฐ ์์ต๋๋ค. No Information 20130807 to 20130814 @@ -13585,7 +13585,7 @@ No Information Failed to find players */ MSG_NAVIGATION_RS_NODATA = 0x8fc, -/*20120417 to 20180523 +/*20120417 to 20180612 ํด๋น ๋งต์ ๊ธธ์ฐพ๊ธฐ๊ฐ ์ง์ ๋์ง ์๋ ๋งต์
๋๋ค. Map doesn't support directions 20130807 to 20130814 @@ -13593,7 +13593,7 @@ Map doesn't support directions No Information */ MSG_NAVIGATION_RS_MAPNOTNAVIGATION = 0x8fd, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ชฉํ๋ฅผ ์ง์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Please specify target goals. 20130807 to 20130814 @@ -13601,7 +13601,7 @@ Please specify target goals. Map doesn't support directions */ MSG_NAVIGATION_RS_FAILTARGETROUTE = 0x8fe, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋์ฐฉ. Found 20130807 to 20130814 @@ -13609,7 +13609,7 @@ Found Please specify target goals. */ MSG_NAVIGATION_RS_SUCCESS = 0x8ff, -/*20120417 to 20180523 +/*20120417 to 20180612 ๊ธธ ์๋ด๊ฐ ์์ ๋์์ต๋๋ค. Directions were started 20130807 to 20130814 @@ -13617,7 +13617,7 @@ Directions were started Found */ MSG_NAVIGATION_RS_START = 0x900, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ฐพ๊ณ ์ ํ๋ ๋ชฌ์คํฐ๊ฐ ์๋ ๋งต ์
๋๋ค. Is the map that your looking for mob 20130807 to 20130814 @@ -13625,7 +13625,7 @@ Is the map that your looking for mob Directions were started */ MSG_NAVIGATION_RS_MOBTARGETMAP = 0x901, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ฐพ๊ณ ์ ํ๋ ๋งต์ด ํด๋น ๋งต ์
๋๋ค. Map appears on the guide you are looking for 20130807 to 20130814 @@ -13633,7 +13633,7 @@ Map appears on the guide you are looking for Is the map that your looking for mob */ MSG_NAVIGATION_RS_TARGETMAP = 0x902, -/*20120417 to 20180523 +/*20120417 to 20180612 ์์ดํ
์ ์ฌ์ฉํ์ฌ ์ด๋ํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Please navigate using the item 20130807 to 20130814 @@ -13641,7 +13641,7 @@ Please navigate using the item Map appears on the guide you are looking for */ MSG_NAVIGATION_RS_SCROLL = 0x903, -/*20120417 to 20180523 +/*20120417 to 20180612 ์๋ดํ๋ ์์น๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค. Please follow the instruction to reach your destination. 20130807 to 20130814 @@ -13649,7 +13649,7 @@ Please follow the instruction to reach your destination. Please navigate using the item */ MSG_NAVIGATION_RS_ROUTE_SUCCESS = 0x904, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ชฉํ ๋งต์ ๋์ฐฉํ์์ต๋๋ค. Arrived at the target map 20130807 to 20130814 @@ -13657,7 +13657,7 @@ Arrived at the target map Please follow the instruction to reach your destination. */ MSG_NAVIGATION_RS_MAPTMAP_SUCCESS = 0x905, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ฐพ๊ณ ์ ํ๋ Npc๊ฐ ์๋ ๋งต์ ๋์ฐฉ ํ์์ต๋๋ค. Npc๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค. Arrived on the map that has the Npc your looking for. Go to that NPC 20130807 to 20130814 @@ -13665,7 +13665,7 @@ Arrived on the map that has the Npc your looking for. Go to that NPC Arrived at the target map */ MSG_NAVIGATION_RS_NPCTMAP_SUCCESS = 0x906, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ฐพ๊ณ ์ ํ๋ Mob์ด ์์ํ๋ ๋งต์ ๋์ฐฉ ํ์์ต๋๋ค. You have arrived at the mob you were looking for 20130807 to 20130814 @@ -13673,7 +13673,7 @@ You have arrived at the mob you were looking for Arrived on the map that has the Npc your looking for. Go to that NPC */ MSG_NAVIGATION_RS_MOBTMAP_SUCCESS = 0x907, -/*20120417 to 20180523 +/*20120417 to 20180612 ์ด์ ๊ณผ ๋์ผํ ๋ชฉํ ์
๋๋ค. You have reached your goal 20130807 to 20130814 @@ -13681,7 +13681,7 @@ You have reached your goal You have arrived at the mob you were looking for */ MSG_NAVIGATION_RS_POSTMAP_SUCCESS = 0x908, -/*20120417 to 20180523 +/*20120417 to 20180612 ๊ฐ๋ฆฌํค๋ ๋ฐฉํฅ์ผ๋ก ๊ฐ์๊ธฐ ๋ฐ๋๋๋ค. Please go to indicated direction. 20130807 to 20130814 @@ -13689,7 +13689,7 @@ Please go to indicated direction. You have reached your goal */ MSG_NAVIGATION_RS_SAMETARGET = 0x909, -/*20120417 to 20180523 +/*20120417 to 20180612 ๋ชฉํ๊ฐ ์ฌ๊ธฐ ์
๋๋ค. The goal has been reached 20130807 to 20130814 @@ -13697,21 +13697,21 @@ The goal has been reached Please go to indicated direction. */ MSG_NAVIGATION_RS_HERE = 0x90a, -/*20120417 to 20180523 +/*20120417 to 20180612 Navigation >: %s 20130807 to 20130814 ๋ชฉํ๊ฐ ์ฌ๊ธฐ ์
๋๋ค. The goal has been reached */ MSG_NAVIGATION_PRINT_S = 0x90b, -/*20120417 to 20180523 +/*20120417 to 20180612 Navigation >: ์๋ดํ๋ %s(์)๋ฅผ ์ด์ฉํ์ฌ Navigation >: Talk to Guide "%s" (A) 20130807 to 20130814 Navigation >: %s */ MSG_NAVIGATION_PRINT_GO_S = 0x90c, -/*20120417 to 20180523 +/*20120417 to 20180612 Navigation >: ๋งต(%s)์ผ๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Move to (%s) map 20130807 to 20130814 @@ -13719,7 +13719,7 @@ Navigation >: ์๋ดํ๋ %s(์)๋ฅผ ์ด์ฉํ์ฌ Navigation >: Talk to Guide "%s" (A) */ MSG_NAVIGATION_PRINT_MAP_S = 0x90d, -/*20120417 to 20180523 +/*20120417 to 20180612 Navigation >: ๋งต(%s)์ ์ ํํ์ฌ ์ด๋ ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Choose (%s) Map from Kafra 20130807 to 20130814 @@ -13727,7 +13727,7 @@ Navigation >: ๋งต(%s)์ผ๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Move to (%s) map */ MSG_NAVIGATION_PRINT_SELECTMAP_S = 0x90e, -/*20120417 to 20180523 +/*20120417 to 20180612 Navigation >: ๋น๊ณต์ ์ผ๋ก ์ด๋ ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Please go to the AirShip 20130807 to 20130814 @@ -13735,7 +13735,7 @@ Navigation >: ๋งต(%s)์ ์ ํํ์ฌ ์ด๋ ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Choose (%s) Map from Kafra */ MSG_NAVIGATION_PRINT_PLANE = 0x90f, -/*20120417 to 20180523 +/*20120417 to 20180612 Navigation >: ์ํ๋ฅผ ์ด์ฉํ์ฌ ๋ค์ ์ง์ญ์ผ๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค. Navigation >: Get to your destination by using WarpPortal 20130807 to 20130814 @@ -13743,32 +13743,32 @@ Navigation >: ๋น๊ณต์ ์ผ๋ก ์ด๋ ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Please go to the AirShip */ MSG_NAVIGATION_PRINT_WARP = 0x910, -/*20120417 to 20180523 +/*20120417 to 20180612 Item: 20130807 to 20130814 Navigation >: ์ํ๋ฅผ ์ด์ฉํ์ฌ ๋ค์ ์ง์ญ์ผ๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค. Navigation >: Get to your destination by using WarpPortal */ MSG_NAVIGATION_PRINT_ITEM = 0x911, -/*20120417 to 20180523 +/*20120417 to 20180612 $$ 20130807 to 20130814 Item: */ MSG_NAVIGATION_ZZ = 0x912, -/*20120417 to 20180523 +/*20120417 to 20180612 $$lv 20130807 to 20130814 $$ */ MSG_NAVIGATION_ZZLV = 0x913, -/*20120417 to 20180523 +/*20120417 to 20180612 ~ 20130807 to 20130814 $$lv */ MSG_NAVIGATION_ZZLIMIT = 0x914, -/*20120417 to 20180523 +/*20120417 to 20180612 $$all 20130807 to 20130814 ~ @@ -13776,14 +13776,14 @@ $$all MSG_NAVIGATION_ZZALL = 0x915, #endif #if PACKETVER >= 20120424 -/*20120424 to 20180523 +/*20120424 to 20180612 ๊ตฌ๋งค ํ์ธ์ Confirm Deal 20130807 to 20130814 $$all */ MSG_SHOP_ITEM_BAY_TITLE = 0x916, -/*20120424 to 20180523 +/*20120424 to 20180612 ๊ตฌ์
ํ๋ ค๋ ์์ดํ
๋ค์ ์ด๊ฐ๊ฒฉ์ Below is the total cost: 20130807 to 20130814 @@ -13791,7 +13791,7 @@ Below is the total cost: Confirm Deal */ MSG_SHOP_ITEM_BAY_MAG1 = 0x917, -/*20120424 to 20180523 +/*20120424 to 20180612 Zeny ์
๋๋ค. Zeny to complete the transaction. 20130807 to 20130814 @@ -13799,7 +13799,7 @@ Zeny ์
๋๋ค. Below is the total cost: */ MSG_SHOP_ITEM_BAY_MAG2 = 0x918, -/*20120424 to 20180523 +/*20120424 to 20180612 ๊ตฌ์
ํ์๊ฒ ์ต๋๊น? Press buy to confirm. 20130807 to 20130814 @@ -13811,7 +13811,7 @@ Zeny ์
๋๋ค. #if PACKETVER >= 20120502 /*20120502 to 20120529 %.3f%% (PC๋ฐฉ %.3f%% + TPLUS %.3f%% + ํ๋ฆฌ๋ฏธ์ %.3f%% + %s์๋ฒ %.3f%%) -20120601 to 20180523 +20120601 to 20180612 %.1f%% (PC๋ฐฉ %.1f%% + TPLUS %.1f%% + ํ๋ฆฌ๋ฏธ์ %.1f%% + %s์๋ฒ %.1f%%) %.1f% (PCRoom %.1f% + TPLUS %.1f% + Premium %.1f% + %sServer %.1f%) 20130807 to 20130814 @@ -13821,7 +13821,7 @@ Press buy to confirm. MSG_BASIC_EXP_MSG2 = 0x91a, #endif #if PACKETVER >= 20120508 -/*20120508 to 20180523 +/*20120508 to 20180612 ์นด๋ ๋ถ Card Book 20130807 to 20130814 @@ -13831,7 +13831,7 @@ Card Book MSG_CARDWIN = 0x91b, #endif #if PACKETVER >= 20120515 -/*20120515 to 20180523 +/*20120515 to 20180612 %d%% [ ( ๊ธฐ๋ณธ 100%% + %s์๋ฒ %d%% ) * ํ์ฑ %.1f ] %d%% [ ( Basic 100%% + %sServer %d%% ) * Active %.1f ] 20130807 to 20130814 @@ -13839,7 +13839,7 @@ Card Book Card Book */ MSG_PERSONAL_INFORMATION_MSG_CHN = 0x91c, -/*20120515 to 20180523 +/*20120515 to 20180612 %d%% [ ๊ธฐ๋ณธ 100%% + %s์๋ฒ %d%% ] %d%% [ Basic 100%% + %sServer %d%% ] 20130807 to 20130814 @@ -13849,7 +13849,7 @@ Card Book MSG_PERSONAL_INFORMATION_MSG_CHN_DEATH = 0x91d, #endif #if PACKETVER >= 20120523 -/*20120523 to 20180523 +/*20120523 to 20180612 ์ด๊ณณ์ PK ์ง์ญ์
๋๋ค. ๋ฏธ์ฑ๋
์๋ ์๋ฐ์ ์ผ๋ก ๋ ๋์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. This is PK region. Minors,Please leave immediately. 20130807 to 20130814 @@ -13857,7 +13857,7 @@ This is PK region. Minors,Please leave immediately. %d%% [ Basic 100%% + %sServer %d%% ] */ MSG_CAUTION_PKZONE = 0x91e, -/*20120523 to 20180523 +/*20120523 to 20180612 ํผ๋ก๋ Fatigue 20130807 to 20130814 @@ -13867,7 +13867,7 @@ This is PK region. Minors,Please leave immediately. MSG_FATIGUE = 0x91f, /*20120523 to 20120529 ๊ฑด๊ฐ์ํ ์ด๋ฉฐ ๊ฒ์์์ต์ 100%%์
๋๋ค. -20120601 to 20180523 +20120601 to 20180612 ๊ฑด๊ฐ์ํ ์ด๋ฉฐ ๊ฒ์์์ต์ 100%์
๋๋ค. Health and gaming revenue is 100%%. 20130807 to 20130814 @@ -13877,7 +13877,7 @@ Fatigue MSG_FATIGUE_LEVEL_ZERO = 0x920, /*20120523 to 20120529 ์ง๊ธ์ ํผ๋ก์ํ์ด๋ฏ๋ก ์๋์ ๊ฒ์์์ต์ 50%% ๋จ์ด์ง๋๋ค. ๊ฑด๊ฐ์ ์ํ์ฌ ์ ๋นํ ํด์ ๋ฐ๋๋๋ค. -20120601 to 20180523 +20120601 to 20180612 ์ง๊ธ์ ํผ๋ก์ํ์ด๋ฏ๋ก ์๋์ ๊ฒ์์์ต์ 50% ๋จ์ด์ง๋๋ค. ๊ฑด๊ฐ์ ์ํ์ฌ ์ ๋นํ ํด์ ๋ฐ๋๋๋ค. Fatigue because it is now a guest of the gaming revenue is down 50 percent.Hope for the proper health 20130807 to 20130814 @@ -13887,7 +13887,7 @@ Health and gaming revenue is 100%%. MSG_FATIGUE_LEVEL_HALF = 0x921, /*20120523 to 20120529 ์ง๊ธ์ ๋น๊ฑด๊ฐ์ํ์ด๋ฏ๋ก ์๋์ ๊ฑด๊ฐ์ ์ํ์ฌ ๊ฒ์์คํ๋ผ์ธ์ ์ํฉ๋๋ค. ๊ณ์ ์จ๋ผ์ธ์ํ์ ์์ผ๋ฉด ๊ฑด๊ฐ์ ์์์ ์ฃผ๋ฏ๋ก ๊ฒ์ ์์ต์ 0%%์ผ๋ก ๋จ์ด์ง๋ฉฐ ๊ฒ์ ์คํ๋ผ์ธ 5์๊ฐํ์ ๋ค์ ํ๋ณต๋ฉ๋๋ค. -20120601 to 20180523 +20120601 to 20180612 ์ง๊ธ์ ๋น๊ฑด๊ฐ์ํ์ด๋ฏ๋ก ์๋์ ๊ฑด๊ฐ์ ์ํ์ฌ ๊ฒ์์คํ๋ผ์ธ์ ์ํฉ๋๋ค. ๊ณ์ ์จ๋ผ์ธ์ํ์ ์์ผ๋ฉด ๊ฑด๊ฐ์ ์์์ ์ฃผ๋ฏ๋ก ๊ฒ์ ์์ต์ 0%์ผ๋ก ๋จ์ด์ง๋ฉฐ ๊ฒ์ ์คํ๋ผ์ธ 5์๊ฐํ์ ๋ค์ ํ๋ณต๋ฉ๋๋ค. Now because it is a non-health to the health of the guests want to offline games. If you still are online gaming revenue because the damage to the health of the game falls to 0% again after 5 hours will be restored offline. 20130807 to 20130814 @@ -13895,7 +13895,7 @@ Now because it is a non-health to the health of the guests want to offline games Fatigue because it is now a guest of the gaming revenue is down 50 percent.Hope for the proper health */ MSG_FATIGUE_LEVEL_FULL = 0x922, -/*20120523 to 20180523 +/*20120523 to 20180612 ์ ์์๊ฐ %d ๋ถ์ด ๋์์ต๋๋ค. Online since %d minutes 20130807 to 20130814 @@ -13903,7 +13903,7 @@ Online since %d minutes Now because it is a non-health to the health of the guests want to offline games. If you still are online gaming revenue because the damage to the health of the game falls to 0% again after 5 hours will be restored offline. */ MSG_FATIGUE_MESSAGE0 = 0x923, -/*20120523 to 20180523 +/*20120523 to 20180612 ์ ์์๊ฐ %d ์๊ฐ์ด ๋์์ต๋๋ค. Online Time: %d 20130807 to 20130814 @@ -13911,7 +13911,7 @@ Online Time: %d Online since %d minutes */ MSG_FATIGUE_MESSAGE1 = 0x924, -/*20120523 to 20180523 +/*20120523 to 20180612 ์ ์์๊ฐ %d ์๊ฐ %d ๋ถ์ด ๋์์ต๋๋ค. Online since %d hours and %d minutes 20130807 to 20130814 @@ -13919,7 +13919,7 @@ Online since %d hours and %d minutes Online Time: %d */ MSG_FATIGUE_MESSAGE2 = 0x925, -/*20120523 to 20180523 +/*20120523 to 20180612 /monsterhp : ๊ณต๊ฒฉํ ๋ชฌ์คํฐ์ HP์ ๋ณด๋ฅผ ํ์ํฉ๋๋ค. On Off /monsterhp: Show the hp of attacked monster. On off 20130807 to 20130814 @@ -13929,7 +13929,7 @@ Online since %d hours and %d minutes MSG_EXPLAIN_MONSTERHP = 0x926, #endif #if PACKETVER >= 20120529 -/*20120529 to 20180523 +/*20120529 to 20180612 ์คํฌํฌ์ธํธ : Skill Points: 20130807 to 20130814 @@ -13939,7 +13939,7 @@ Skill Points: MSG_SKILLPOINT2 = 0x927, #endif #if PACKETVER >= 20120601 -/*20120601 to 20180523 +/*20120601 to 20180612 ์ธ์ฆ์๋ฒ๋ก ๋ถํฐ์ ์๋ต์ด ์์ต๋๋ค. ๋ค์ ์๋ํด ์ฃผ์ธ์ There is no response from the authentification server. Please try again 20130807 to 20130814 @@ -13949,7 +13949,7 @@ Skill Points: MSG_BAN_BILLING_SERVER_ERROR = 0x928, #endif #if PACKETVER >= 20120612 -/*20120612 to 20180523 +/*20120612 to 20180612 ์ํธ๋ฅผ ๋ณ๊ฒฝํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Please change your password 20130807 to 20130814 @@ -13957,21 +13957,21 @@ Please change your password There is no response from the authentification server. Please try again */ MSG_REFUSE_CHANGE_PASSWD_FORCE = 0x929, -/*20120612 to 20180523 +/*20120612 to 20180612 http://www.ragnarok.co.kr 20130807 to 20130814 ์ํธ๋ฅผ ๋ณ๊ฒฝํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Please change your password */ MSG_REFUSE_CHANGE_PASSWD_SITE = 0x92a, -/*20120612 to 20180523 +/*20120612 to 20180612 ๊ณ ๊ฐ๋๊ป์๋ ํ์ฌ ์ ์๊ธ์ง ์๊ฐ์
๋๋ค. Guest access is prohibited 20130807 to 20130814 http://www.ragnarok.co.kr */ MSG_PLANNED_TIME_SHUTDOWN = 0x92b, -/*20120612 to 20180523 +/*20120612 to 20180612 ์
ง๋ค์ด์ ๋์ ์ํด ๊ณ ๊ฐ๋์ ๊ฒ์์ ํ ์๊ฐ์ %1.2d-%1.2d-%1.2d %1.2d:%1.2d:%1.2d์ ๊ฒ์์ด ์ข
๋ฃ๋ ์์ ์
๋๋ค. Your System is been Shutdown, %1.2d-%1.2d-%1.2d %1.2d:%1.2d:%1.2d is the end time. 20130807 to 20130814 @@ -13981,7 +13981,7 @@ Guest access is prohibited MSG_SHOUTDOWN_TIME = 0x92c, #endif #if PACKETVER >= 20120626 -/*20120626 to 20180523 +/*20120626 to 20180612 ๊ณ ๊ฐ๋์ ๊ณ์ ์ ์ ํ์ ์
ง๋ค์ด์ด ์ ์ฉ๋ ๊ณ์ ์ด๋ฉฐ, ์์ฌ์๊ฐ์ %1.2d์๊ฐ %1.2d๋ถ์
๋๋ค. ๊ฒ์ ์ด์ฉ์ ์ฐธ๊ณ ํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Selected System Shutdown is activated in your account,Time Left: %1.2d hours %1.2d minutes. 20130807 to 20130814 @@ -13991,7 +13991,7 @@ Your System is been Shutdown, %1.2d-%1.2d-%1.2d %1.2d:%1.2d:%1.2d is the end tim MSG_PARTIAL_SHOUTDOWN_TIME = 0x92d, #endif #if PACKETVER >= 20120702 -/*20120702 to 20180523 +/*20120702 to 20180612 ๋ฆฌํ๋ ์ด Replay 20130807 to 20130814 @@ -13999,7 +13999,7 @@ Replay Selected System Shutdown is activated in your account,Time Left: %1.2d hours %1.2d minutes. */ MSG_MENU_REPLAYWND = 0x92e, -/*20120702 to 20180523 +/*20120702 to 20180612 ๋งคํฌ๋ก Macro 20130807 to 20130814 @@ -14007,7 +14007,7 @@ Macro Replay */ MSG_MENU_MACROWND = 0x92f, -/*20120702 to 20180523 +/*20120702 to 20180612 Webbrowser 20130807 to 20130814 ๋งคํฌ๋ก @@ -14018,25 +14018,25 @@ Macro ๋ค๋น๊ฒ์ด์
20130807 to 20130814 Webbrowser -20170524 to 20180523 +20170524 to 20180612 ๋ด๋น๊ฒ์ด์
Navigation */ MSG_MENU_NAVIGATIONWND = 0x931, -/*20120702 to 20180523 +/*20120702 to 20180612 UAEURL 20130807 to 20130814 ๋ค๋น๊ฒ์ด์
*/ MSG_MENU_UAEURLWND = 0x932, -/*20120702 to 20180523 +/*20120702 to 20180612 ํด๋์ ๋ณด Clan Information 20130807 to 20130814 UAEURL */ MSG_CLAN_INFOMANAGE = 0x933, -/*20120702 to 20180523 +/*20120702 to 20180612 ํด๋๋ ๋ฒจ Clan Level 20130807 to 20130814 @@ -14044,7 +14044,7 @@ Clan Level Clan Information */ MSG_CLAN_LEVEL = 0x934, -/*20120702 to 20180523 +/*20120702 to 20180612 ํด๋๋ช
Clan Name 20130807 to 20130814 @@ -14052,7 +14052,7 @@ Clan Name Clan Level */ MSG_CLAN_NAME = 0x935, -/*20120702 to 20180523 +/*20120702 to 20180612 ํด๋๋งํฌ Clan Mark 20130807 to 20130814 @@ -14060,7 +14060,7 @@ Clan Mark Clan Name */ MSG_CLAN_MARK = 0x936, -/*20120702 to 20180523 +/*20120702 to 20180612 ๋๋งนํด๋ Ally Clan 20130807 to 20130814 @@ -14071,7 +14071,7 @@ Clan Mark /*20120702 to 20130529 ์ ๋๊ธธ๋ Antagonists -20130605 to 20180523 +20130605 to 20180612 ์ ๋ํด๋ Antagonist Clan 20130807 to 20130814 @@ -14079,7 +14079,7 @@ Antagonist Clan Ally Clan */ MSG_HOSTILITY_CLAN = 0x938, -/*20120702 to 20180523 +/*20120702 to 20180612 ํด๋์๊ฒ ๋ณด๋ Send to Clan 20130807 to 20130814 @@ -14087,7 +14087,7 @@ Send to Clan Antagonist Clan */ MSG_SEND_TO_CLAN = 0x939, -/*20120702 to 20180523 +/*20120702 to 20180612 ๋ง์คํฐ์ด๋ฆ ClanMaster Name 20130807 to 20130814 @@ -14095,7 +14095,7 @@ ClanMaster Name Send to Clan */ MSG_CLAN_MASTER_NAME = 0x93a, -/*20120702 to 20180523 +/*20120702 to 20180612 ์กฐํฉ์์ Number of Members 20130807 to 20130814 @@ -14106,7 +14106,7 @@ ClanMaster Name /*20120702 to 20120702 ์กฐํฉ์ ํ๊ท ๋ ๋ฒจ Avg.lvl of Guildsmen -20120710 to 20180523 +20120710 to 20180612 ๊ด๋ฆฌ์์ง Castles Owned 20130807 to 20130814 @@ -14117,14 +14117,14 @@ Number of Members /*20120702 to 20130814 ๊ด๋ฆฌ์์ง Castles Owned -20120716 to 20180523 +20120716 to 20180612 ํด๋ ์ฑํ
๋ฉ์์ง ํ์ Clan Chat Messages */ MSG_VIEW_CLAN_MSG = 0x93d, #endif #if PACKETVER >= 20120716 -/*20120716 to 20180523 +/*20120716 to 20180612 ์ถฉ์ ํ์ด์ง๋ก ์ด๋ํฉ๋๋ค. Go to Page Charged. 20130807 to 20130814 @@ -14134,7 +14134,7 @@ Clan Chat Messages MSG_TWWAB_WARRING = 0x93e, /*20120716 to 20120716 http://ro.game.gnjoy.com/ -20120724 to 20180523 +20120724 to 20180612 https://gfb.gameflier.com/Billing/ingame/index_new.asp? 20130807 to 20130814 ์ถฉ์ ํ์ด์ง๋ก ์ด๋ํฉ๋๋ค. @@ -14143,14 +14143,14 @@ Go to Page Charged. MSG_TWWAB_URL = 0x93f, #endif #if PACKETVER >= 20120724 -/*20120724 to 20180523 +/*20120724 to 20180612 ์บ๋ฆญํฐ ๋ง๋ค๊ธฐ Create char 20130807 to 20130814 https://gfb.gameflier.com/Billing/ingame/index_new.asp? */ MSG_STR_MAKECHARACTER = 0x940, -/*20120724 to 20180523 +/*20120724 to 20180612 ์บ๋ฆญ๋ช
์ด ์ผ์นํ์ง ์์ต๋๋ค. Name does not match 20130807 to 20130814 @@ -14158,7 +14158,7 @@ Name does not match Create char */ MSG_CHR_DELETE_RESERVED_FAIL_CHARNAME = 0x941, -/*20120724 to 20180523 +/*20120724 to 20180612 ์บ๋ฆญํฐ๋ช
์ ์
๋ ฅํ์ธ์ Enter the name of character 20130807 to 20130814 @@ -14168,7 +14168,7 @@ Name does not match MSG_CHR_DELETE_RESERVED_INPUTCONFIRMSTR_WND_TITLE = 0x942, /*20120724 to 20120822 /bufftimer : ๋ฒํ์ ์ฟจํ์ด๋จธ๋ฅผ ํ์ํฉ๋๋ค. On Off -20120830 to 20180523 +20120830 to 20180612 ์ฑ๋ณ ์ ํ ์ฐฝ Sex Selection Window 20130807 to 20130814 @@ -14178,7 +14178,7 @@ Enter the name of character MSG_SELECT_SEX = 0x943, /*20120724 to 20120822 ๋ฒํ์ ์ฟจํ์ด๋จธ๊ฐ ํ์๋ฉ๋๋ค. -20120830 to 20180523 +20120830 to 20180612 ํ์ผ์ ์๋ณ์กฐ๊ฐ ๊ฐ์ง ๋์์ต๋๋ค. Editing of the File Detected 20130807 to 20130814 @@ -14188,7 +14188,7 @@ Sex Selection Window MSG_SPRITE_ALTER = 0x944, /*20120724 to 20120822 ๋ฒํ์ ์ฟจํ์ด๋จธ๊ฐ ํ์๋์ง ์์ต๋๋ค. -20120830 to 20180523 +20120830 to 20180612 ํด๋น ์์ดํ
์ ๊ฐ๋ดํ์ฌ ํ๋๋๋ ์์ดํ
๋ค์ ์บ๋ฆญํฐ ๊ท์ ์์ดํ
(์ฐฝ๊ณ ์ด๋ ๋ถ๊ฐ๋ฅ) ์
๋๋ค. ๋ณธ ์บ๋ฆญํฐ์ ์ฌ์ฉํ์๋ ๊ฒ์ด ๋ง์ผ์ ์ง ํ์ธํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. ์์๋ฅผ ๊ฐ๋ดํ์๊ฒ ์ต๋๊น? Items obtained by opening the item is character bounded (can not move to storage). Do you want to open the box? 20130807 to 20130814 @@ -14201,7 +14201,7 @@ Editing of the File Detected /*20120808 to 20120822 ์ฑ๋ณ ์ ํ ์ฐฝ Sex Selection Window -20120925 to 20180523 +20120925 to 20180612 ๊ฒ์ ์ค์ Game Settings 20130807 to 20130814 @@ -14214,7 +14214,7 @@ Items obtained by opening the item is character bounded (can not move to storage /*20120822 to 20120822 ํ์ผ์ ์๋ณ์กฐ๊ฐ ๊ฐ์ง ๋์์ต๋๋ค. Editing of the File Detected -20120925 to 20180523 +20120925 to 20180612 ๊ฒ์ ์์คํ
Game System 20130807 to 20130814 @@ -14224,7 +14224,7 @@ Game Settings MSG_SYSTEM_SETTING = 0x947, #endif #if PACKETVER >= 20120925 -/*20120925 to 20180523 +/*20120925 to 20180612 ๊ฒ์ ์ปค๋งจ๋ Game Commands 20130807 to 20130814 @@ -14234,7 +14234,7 @@ Game System MSG_COMMAND_SETTING = 0x948, /*20120925 to 20120926 ๊ฒ์ ์ปค๋งจ๋ ๋ฆฌ์คํธ -20121010 to 20180523 +20121010 to 20180612 ๊ฒ์ ์ปค๋งจ๋ ON/OFF Game Command ON/OFF 20130807 to 20130814 @@ -14242,7 +14242,7 @@ Game Command ON/OFF Game Commands */ MSG_COMMAND_LIST = 0x949, -/*20120925 to 20180523 +/*20120925 to 20180612 ๋งคํฌ๋ก Macro 20130807 to 20130814 @@ -14250,7 +14250,7 @@ Macro Game Command ON/OFF */ MSG_MACRO_LIST = 0x94a, -/*20120925 to 20180523 +/*20120925 to 20180612 ์ด์ง์ญ์ ์์ดํ
๊ตํ์ด ๊ธ์ง ๋์ด ์์ต๋๋ค Trading is prohibited in this Map 20130807 to 20130814 @@ -14258,7 +14258,7 @@ Trading is prohibited in this Map Macro */ MSG_EXCHANGEITEM_DENY_MAP = 0x94b, -/*20120925 to 20180523 +/*20120925 to 20180612 ์ด์ง์ญ์ ์นดํธ์ด์ฉ์ด ๊ธ์ง ๋์ด ์์ต๋๋ค Vending is prohibited in this Map 20130807 to 20130814 @@ -14268,7 +14268,7 @@ Trading is prohibited in this Map MSG_CART_USE_DENY_MAP = 0x94c, #endif #if PACKETVER >= 20121010 -/*20121010 to 20180523 +/*20121010 to 20180612 ์ด์ง์ญ์ ํ์๊ณผ๋ฌ๊ณผ๋ณ์ ๊ธฐ์ ํจ๊ณผ๊ฐ ๋ฐ์ํ์ง ์์ต๋๋ค. In this Map,Effect of Mirace of Sun and Moon is nullified. 20130807 to 20130814 @@ -14276,7 +14276,7 @@ In this Map,Effect of Mirace of Sun and Moon is nullified. Vending is prohibited in this Map */ MSG_BLOCK_SUNMOONSTAR_MIRACLE = 0x94d, -/*20121010 to 20180523 +/*20121010 to 20180612 ๋ญํน ๋ณด๋ Ranking Board 20130807 to 20130814 @@ -14284,7 +14284,7 @@ Ranking Board In this Map,Effect of Mirace of Sun and Moon is nullified. */ MSG_RANKING_BOARD = 0x94e, -/*20121010 to 20180523 +/*20121010 to 20180612 ์์ Rank 20130807 to 20130814 @@ -14292,7 +14292,7 @@ Rank Ranking Board */ MSG_RANKING_NUMBER = 0x94f, -/*20121010 to 20180523 +/*20121010 to 20180612 ์ด๋ฆ Name 20130807 to 20130814 @@ -14300,7 +14300,7 @@ Name Rank */ MSG_RANKING_NAME = 0x950, -/*20121010 to 20180523 +/*20121010 to 20180612 ํฌ์ธํธ Points 20130807 to 20130814 @@ -14308,26 +14308,26 @@ Points Name */ MSG_RANKING_POINT = 0x951, -/*20121010 to 20180523 +/*20121010 to 20180612 BlackSmith 20130807 to 20130814 ํฌ์ธํธ Points */ MSG_RANKING_BLACKSMITH = 0x952, -/*20121010 to 20180523 +/*20121010 to 20180612 Alchemist 20130807 to 20130814 BlackSmith */ MSG_RANKING_ALCHEMIST = 0x953, -/*20121010 to 20180523 +/*20121010 to 20180612 Taekwon 20130807 to 20130814 Alchemist */ MSG_RANKING_TAEKWON = 0x954, -/*20121010 to 20180523 +/*20121010 to 20180612 Killer 20130807 to 20130814 Taekwon @@ -14337,7 +14337,7 @@ Taekwon Munak 20121017 to 20121107 1 vs 1 -20121114 to 20180523 +20121114 to 20180612 7 vs 7 20130807 to 20130814 Killer @@ -14347,7 +14347,7 @@ Killer DeathKnight 20121017 to 20130814 7 vs 7 -20121114 to 20180523 +20121114 to 20180612 RuneKnight */ MSG_RANKING_RUNE_KNIGHT = 0x957, @@ -14355,7 +14355,7 @@ RuneKnight Collector 20121017 to 20121107 Select Ranking Type -20121114 to 20180523 +20121114 to 20180612 Warlock 20130807 to 20130814 RuneKnight @@ -14365,7 +14365,7 @@ RuneKnight Select Ranking Type 20121017 to 20121107 Ranking Type -20121114 to 20180523 +20121114 to 20180612 Ranger 20130807 to 20130814 Warlock @@ -14373,7 +14373,7 @@ Warlock MSG_RANKING_RANGER = 0x959, /*20121010 to 20121011 Ranking Type -20121114 to 20180523 +20121114 to 20180612 Mechanic 20130807 to 20130814 Ranger @@ -14381,92 +14381,92 @@ Ranger MSG_RANKING_MECHANIC = 0x95a, #endif #if PACKETVER >= 20121114 -/*20121114 to 20180523 +/*20121114 to 20180612 GuillotineCross 20130807 to 20130814 Mechanic */ MSG_RANKING_GUILLOTINE_CROSS = 0x95b, -/*20121114 to 20180523 +/*20121114 to 20180612 Archbishop 20130807 to 20130814 GuillotineCross */ MSG_RANKING_ARCHBISHOP = 0x95c, -/*20121114 to 20180523 +/*20121114 to 20180612 RoyalGuard 20130807 to 20130814 Archbishop */ MSG_RANKING_ROYAL_GUARD = 0x95d, -/*20121114 to 20180523 +/*20121114 to 20180612 Sorcerer 20130807 to 20130814 RoyalGuard */ MSG_RANKING_SORCERER = 0x95e, -/*20121114 to 20180523 +/*20121114 to 20180612 Minstrel 20130807 to 20130814 Sorcerer */ MSG_RANKING_MINSTREL = 0x95f, -/*20121114 to 20180523 +/*20121114 to 20180612 Wanderer 20130807 to 20130814 Minstrel */ MSG_RANKING_WANDERER = 0x960, -/*20121114 to 20180523 +/*20121114 to 20180612 Genetic 20130807 to 20130814 Wanderer */ MSG_RANKING_GENETIC = 0x961, -/*20121114 to 20180523 +/*20121114 to 20180612 ShadowChaser 20130807 to 20130814 Genetic */ MSG_RANKING_SHADOW_CHASER = 0x962, -/*20121114 to 20180523 +/*20121114 to 20180612 Sura 20130807 to 20130814 ShadowChaser */ MSG_RANKING_SURA = 0x963, -/*20121114 to 20180523 +/*20121114 to 20180612 Kagerou 20130807 to 20130814 Sura */ MSG_RANKING_KAGEROU = 0x964, -/*20121114 to 20180523 +/*20121114 to 20180612 Oboro 20130807 to 20130814 Kagerou */ MSG_RANKING_OBORO = 0x965, -/*20121114 to 20180523 +/*20121114 to 20180612 Select Ranking Type 20130807 to 20130814 Oboro */ MSG_RANKING_SELECT = 0x966, -/*20121114 to 20180523 +/*20121114 to 20180612 Ranking Type 20130807 to 20130814 Select Ranking Type */ MSG_RANKING_TYPE = 0x967, -/*20121114 to 20180523 +/*20121114 to 20180612 ํ์ฌ ์ ์ ์ธ์์ด ๊ฐ๋ ์ฐผ์ต๋๋ค. ^0000ffํ์ฌ ๋๊ธฐ์์ : %d ์์ ๋๊ธฐ์๊ฐ : %d์ด Currently,Server is full. ^0000ffPeople Currently Waiting: %d Expected Waiting Time: %dSeconds 20130807 to 20130814 Ranking Type */ MSG_WAITING_FOR_ENTER_TO_CHARACTER_SEVER_IN_SEC = 0x968, -/*20121114 to 20180523 +/*20121114 to 20180612 ํ์ฌ ์ ์ ์ธ์์ด ๊ฐ๋ ์ฐผ์ต๋๋ค. ^0000ffํ์ฌ ๋๊ธฐ์์ : %d ์์ ๋๊ธฐ์๊ฐ : %d๋ถ %d์ด Currently,Server is full. ^0000ffPeople Currently Waiting: %d Expected Waiting Time: %dMinutes %d Seconds 20130807 to 20130814 @@ -14474,7 +14474,7 @@ Currently,Server is full. ^0000ffPeople Currently Waiting: %d Currently,Server is full. ^0000ffPeople Currently Waiting: %d Expected Waiting Time: %dSeconds */ MSG_WAITING_FOR_ENTER_TO_CHARACTER_SEVER_IN_MIN = 0x969, -/*20121114 to 20180523 +/*20121114 to 20180612 CBT ์ด์ฒญ ์ ์ ๊ฐ ์๋๋๋ค CBT is not an invited user 20130807 to 20130814 @@ -14484,7 +14484,7 @@ Currently,Server is full. ^0000ffPeople Currently Waiting: %d MSG_CBT_ACTIVE_USER_CHECK = 0x96a, #endif #if PACKETVER >= 20121128 -/*20121128 to 20180523 +/*20121128 to 20180612 -------------- Navigation ๋ช
๋ น์ด -------------- ------------------- Instruction -------------------- 20130807 to 20130814 @@ -14492,7 +14492,7 @@ CBT ์ด์ฒญ ์ ์ ๊ฐ ์๋๋๋ค CBT is not an invited user */ MSG_NAVIGATION_HELP_1 = 0x96b, -/*20121128 to 20180523 +/*20121128 to 20180612 /navigation /navi : /navi yuno 100/100 ->> ๋งต์ด๋ฆ, ์์น(100/100) 1) /Navigation or /navi ex) /navi prontera 100 100 -> /navi "MAPNAME", 100, 100 20130807 to 20130814 @@ -14500,7 +14500,7 @@ CBT is not an invited user ------------------- Instruction -------------------- */ MSG_NAVIGATION_HELP_2 = 0x96c, -/*20121128 to 20180523 +/*20121128 to 20180612 /navigation2 /navi2 : /navi2 yuno 100/100 1/1/1 ->> ๋งต์ด๋ฆ, ์์น(100/100), scrool/zeny/plane (1:์ฌ์ฉํจ 0: ์ฌ์ฉ์ํจ) 2) /Navigation2 or /navi2 ex) /navi2 prontera 100 111 -> MAPNAME location (100 90), Scroll | Zeny | Plane (1: Enable or 0: Disable) 20130807 to 20130814 @@ -14508,7 +14508,7 @@ CBT is not an invited user 1) /Navigation or /navi ex) /navi prontera 100 100 -> /navi "MAPNAME", 100, 100 */ MSG_NAVIGATION_HELP_3 = 0x96d, -/*20121128 to 20180523 +/*20121128 to 20180612 -------------- Navigation ๊ฒ์์ฐฝ ๋ช
๋ น์ด ------- -> /navi2 goes with the case with location coordinates. They must be no less than 3 characters 20130807 to 20130814 @@ -14516,7 +14516,7 @@ CBT is not an invited user 2) /Navigation2 or /navi2 ex) /navi2 prontera 100 111 -> MAPNAME location (100 90), Scroll | Zeny | Plane (1: Enable or 0: Disable) */ MSG_NAVIGATION_HELP_4 = 0x96e, -/*20121128 to 20180523 +/*20121128 to 20180612 $$all : ๋ชจ๋ ํญ๋ชฉ ์ถ๋ ฅ (Type ๊ตฌ๋ถ์์์ ์ถ๋ ฅ ์ข
๋ฅ๋ฅผ ๋๋์ ์๋ค.) 3) $$all Output all the items (Can take a while...) 20130807 to 20130814 @@ -14524,7 +14524,7 @@ $$all : ๋ชจ๋ ํญ๋ชฉ ์ถ๋ ฅ (Type ๊ตฌ๋ถ์์์ ์ถ๋ ฅ ์ข
๋ฅ๋ฅผ ๋๋ -> /navi2 goes with the case with location coordinates. They must be no less than 3 characters */ MSG_NAVIGATION_HELP_5 = 0x96f, -/*20121128 to 20180523 +/*20121128 to 20180612 $$lv30 : ํด๋น ๋ ๋ฒจ์ ๋ชฌ์คํฐ ์ถ๋ ฅ (์ซ์๋ ๋ณ๊ฒฝ ๊ฐ๋ฅ) 4) $$lv30 monsters are placed in the output 20130807 to 20130814 @@ -14532,7 +14532,7 @@ $$all : ๋ชจ๋ ํญ๋ชฉ ์ถ๋ ฅ (Type ๊ตฌ๋ถ์์์ ์ถ๋ ฅ ์ข
๋ฅ๋ฅผ ๋๋ 3) $$all Output all the items (Can take a while...) */ MSG_NAVIGATION_HELP_6 = 0x970, -/*20121128 to 20180523 +/*20121128 to 20180612 $$lv20~30 : ํด๋น ๋ ๋ฒจ ๋ฒ์์ ๋ชฌ์คํฐ ์ถ๋ ฅ (์ซ์๋ ๋ณ๊ฒฝ ๊ฐ๋ฅ) 5) $$lv20~30 monsters in that level range are placed in the output 20130807 to 20130814 @@ -14540,7 +14540,7 @@ $$lv30 : ํด๋น ๋ ๋ฒจ์ ๋ชฌ์คํฐ ์ถ๋ ฅ (์ซ์๋ ๋ณ๊ฒฝ ๊ฐ๋ฅ) 4) $$lv30 monsters are placed in the output */ MSG_NAVIGATION_HELP_7 = 0x971, -/*20121128 to 20180523 +/*20121128 to 20180612 1 vs 1 20130807 to 20130814 $$lv20~30 : ํด๋น ๋ ๋ฒจ ๋ฒ์์ ๋ชฌ์คํฐ ์ถ๋ ฅ (์ซ์๋ ๋ณ๊ฒฝ ๊ฐ๋ฅ) @@ -14549,7 +14549,7 @@ $$lv20~30 : ํด๋น ๋ ๋ฒจ ๋ฒ์์ ๋ชฌ์คํฐ ์ถ๋ ฅ (์ซ์๋ ๋ณ๊ฒฝ ๊ฐ๋ฅ) MSG_RANKING_BATTLE_1VS1_ALL = 0x972, #endif #if PACKETVER >= 20121205 -/*20121205 to 20180523 +/*20121205 to 20180612 ํน์ ์ฅ๋น Special Gear 20130807 to 20130814 @@ -14558,7 +14558,7 @@ Special Gear MSG_SHADOW_EQUIPMENT = 0x973, #endif #if PACKETVER >= 20130109 -/*20130109 to 20180523 +/*20130109 to 20180612 %d ๋ฒ์งธ ์บ๋ฆญํฐ์ ์ง์
์ ๋ณด๊ฐ ์ด์ํฉ๋๋ค. ๊ณ ๊ฐ์ผํฐ๋ก ๋ฌธ์ ๋ถํ ๋๋ฆฝ๋๋ค. ErrorCode(%d) %d First character of the profession is more than information. Please contact the Customer Care Center. ErrorCode(%d) 20130807 to 20130814 @@ -14568,14 +14568,14 @@ Special Gear MSG_CHARACTERERROR_JOB = 0x974, #endif #if PACKETVER >= 20130115 -/*20130115 to 20180523 +/*20130115 to 20180612 (%s) %d / %d 20130807 to 20130814 %d ๋ฒ์งธ ์บ๋ฆญํฐ์ ์ง์
์ ๋ณด๊ฐ ์ด์ํฉ๋๋ค. ๊ณ ๊ฐ์ผํฐ๋ก ๋ฌธ์ ๋ถํ ๋๋ฆฝ๋๋ค. ErrorCode(%d) %d First character of the profession is more than information. Please contact the Customer Care Center. ErrorCode(%d) */ MSG_NAVIGATION_ALL_S = 0x975, -/*20130115 to 20180523 +/*20130115 to 20180612 %s-%s(%d/%d) 20130807 to 20130814 (%s) %d / %d @@ -14583,14 +14583,14 @@ Special Gear MSG_NAVIGATION_ALL_SD = 0x976, #endif #if PACKETVER >= 20130121 -/*20130121 to 20180523 +/*20130121 to 20180612 ์ ์์ ์ ์ด๊ณผ๋ก ์๋ฒ์ ๋์ด์ ์ ์ํ ์ ์์ต๋๋ค. Server Exceeded the maximum number of users,Cannot Connect anymore users. 20130807 to 20130814 %s-%s(%d/%d) */ MSG_REFUSE_OVER_USERLIMIT = 0x977, -/*20130121 to 20180523 +/*20130121 to 20180612 ์๋ฒ์ ์ ์คํจ (%d) Server Connection Failed (%d) 20130807 to 20130814 @@ -14598,7 +14598,7 @@ Server Connection Failed (%d) Server Exceeded the maximum number of users,Cannot Connect anymore users. */ MSG_REFUSE_ERRORCODE = 0x978, -/*20130121 to 20180523 +/*20130121 to 20180612 ๋ก๊ทธ์ธ ํ์ฉ์๊ฐ ์ด๊ณผ Login Timeout Permitted 20130807 to 20130814 @@ -14606,7 +14606,7 @@ Login Timeout Permitted Server Connection Failed (%d) */ MSG_REFUSE_DISCONNECT_KEEP_TIME = 0x979, -/*20130121 to 20180523 +/*20130121 to 20180612 ๋ก๊ทธ์ธ ์ค ์ธ์ฆ์๋ฒ๋ก๋ถํฐ ์ธ์ฆ์ด ์คํจํ์์ต๋๋ค. Login Authentication Failed from Authentication Server. 20130807 to 20130814 @@ -14616,7 +14616,7 @@ Login Timeout Permitted MSG_REFUSE_WEB_AUTH_FAILED = 0x97a, #endif #if PACKETVER >= 20130206 -/*20130206 to 20180523 +/*20130206 to 20180612 ๊ธธ๋์ด๋ฆ์ ๊ณต๋ฐฑ๋ฌธ์๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. Guild Cannot use Space in the name. 20130807 to 20130814 @@ -14626,7 +14626,7 @@ Login Authentication Failed from Authentication Server. MSG_GUILDNAME_CHECK = 0x97b, #endif #if PACKETVER >= 20130215 -/*20130215 to 20180523 +/*20130215 to 20180612 ๊ณ ๊ฐ๋ ์๋
ํ์ธ์! Hey,Hello There 20130807 to 20130814 @@ -14634,7 +14634,7 @@ Hey,Hello There Guild Cannot use Space in the name. */ MSG_BILLING_CHN_1 = 0x97c, -/*20130215 to 20180523 +/*20130215 to 20180612 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d๋
%d ์ %d์ผ %d:%d ์ ์ข
๋ฃ๋ฉ๋๋ค. Available Time will End on %d month %d hour %d:%d 20130807 to 20130814 @@ -14642,7 +14642,7 @@ Available Time will End on %d month %d hour %d:%d Hey,Hello There */ MSG_BILLING_CHN_2 = 0x97d, -/*20130215 to 20180523 +/*20130215 to 20180612 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ ์์ง ๋ง์ด ๋จ์์ผ๋ ์์ฌํ๊ณ ํ๋ ์ดํ์ธ์! You've lot of time,Play in Peace. 20130807 to 20130814 @@ -14650,7 +14650,7 @@ You've lot of time,Play in Peace. Available Time will End on %d month %d hour %d:%d */ MSG_BILLING_CHN_3 = 0x97e, -/*20130215 to 20180523 +/*20130215 to 20180612 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ ์ด๋ฒ ์ฃผ ๋ด๋ก ์ข
๋ฃ ๋ฉ๋๋ค. ์ข
๋ฃ ์ ์ ์ถฉ์ ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Your hours will be terminated within this week. Please Charge before termination. 20130807 to 20130814 @@ -14658,7 +14658,7 @@ Your hours will be terminated within this week. Please Charge before termination You've lot of time,Play in Peace. */ MSG_BILLING_CHN_4 = 0x97f, -/*20130215 to 20180523 +/*20130215 to 20180612 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ 24์๊ฐ ๋ด์ ์ข
๋ฃ๋ฉ๋๋ค. ๋นจ๋ฆฌ ์ถฉ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Your hours will be terminated within 24 hours.Please Charge Quickly. 20130807 to 20130814 @@ -14666,7 +14666,7 @@ Your hours will be terminated within 24 hours.Please Charge Quickly. Your hours will be terminated within this week. Please Charge before termination. */ MSG_BILLING_CHN_5 = 0x980, -/*20130215 to 20180523 +/*20130215 to 20180612 ํ์ฌ ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d์๊ฐ ๋จ์์ต๋๋ค. ์ ์์ ์ธ ๊ฒ์ ์ด์ฉ์ ์ํด ์ถฉ์ ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Current Time Left:%d hours.Charge the game for uninterrupted play. 20130807 to 20130814 @@ -14674,7 +14674,7 @@ Current Time Left:%d hours.Charge the game for uninterrupted play. Your hours will be terminated within 24 hours.Please Charge Quickly. */ MSG_BILLING_CHN_6 = 0x981, -/*20130215 to 20180523 +/*20130215 to 20180612 ํ์ฌ ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d๋ถ ๋จ์์ต๋๋ค. ์ด์ฉ์๊ฐ์ด ๋๋ ํ ๊ฐ์ ์ ์ผ๋ก ์ข
๋ฃ๋ฉ๋๋ค. ์ ์์ ์ธ ๊ฒ์ ์ด์ฉ์ ์ํด ์ถฉ์ ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Current Time Left:%d minutes.Charge the game for uninterrupted play. 20130807 to 20130814 @@ -14682,7 +14682,7 @@ Current Time Left:%d minutes.Charge the game for uninterrupted play. Current Time Left:%d hours.Charge the game for uninterrupted play. */ MSG_BILLING_CHN_7 = 0x982, -/*20130215 to 20180523 +/*20130215 to 20180612 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d์๊ฐ %d๋ถ ๋จ์์ต๋๋ค. Time Left: %d hours %d minutes 20130807 to 20130814 @@ -14690,7 +14690,7 @@ Time Left: %d hours %d minutes Current Time Left:%d minutes.Charge the game for uninterrupted play. */ MSG_BILLING_CHN_8 = 0x983, -/*20130215 to 20180523 +/*20130215 to 20180612 %d%% ( ๊ธฐ๋ณธ 100%% + PC๋ฐฉ %d%% + ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%% ) %d%% ( Basic 100%% + PCRoom %d%% + Premium %d%% + %sServer %d%% ) 20130807 to 20130814 @@ -14698,7 +14698,7 @@ Current Time Left:%d minutes.Charge the game for uninterrupted play. Time Left: %d hours %d minutes */ MSG_BASIC_EXP_MSG_THAI = 0x984, -/*20130215 to 20180523 +/*20130215 to 20180612 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d์๊ฐ %d๋ถ ํ์ ์ข
๋ฃ๋ฉ๋๋ค. After %d hours %d minutes, your game will be terminated. 20130807 to 20130814 @@ -14708,7 +14708,7 @@ After %d hours %d minutes, your game will be terminated. MSG_CHN_BILLING_EXPIRE_TIME = 0x985, #endif #if PACKETVER >= 20130220 -/*20130220 to 20180523 +/*20130220 to 20180612 ์ ์ ๋์ ๊ณ์ ์ ์๊ตฌ ์ ์๊ธ์ง ๋์์ต๋๋ค This Account is permanently Banned. 20130807 to 20130814 @@ -14716,7 +14716,7 @@ This Account is permanently Banned. After %d hours %d minutes, your game will be terminated. */ MSG_CHN_BLOCK_FOREVER = 0x986, -/*20130220 to 20180523 +/*20130220 to 20180612 ์ ์ ๋์ ๊ณ์ ์ ์ ์๊ธ์ง ๋์์ต๋๋ค ํด์ง ์๊ฐ : %04d-%02d-%02d %02d:%02d This Account is banned. @@ -14728,7 +14728,7 @@ This Account is permanently Banned. MSG_CHN_BLOCK = 0x987, #endif #if PACKETVER >= 20130227 -/*20130227 to 20180523 +/*20130227 to 20180612 ๋ชฌ์คํฐ(Tab) Monster(Tab) 20130807 to 20130814 @@ -14738,7 +14738,7 @@ This Account is banned. Termination Time:%04d-%02d-%02d %02d:%02d */ MSG_WORLDMAP_MSG1 = 0x988, -/*20130227 to 20180523 +/*20130227 to 20180612 ๋งต(Alt) Map(Alt) 20130807 to 20130814 @@ -14746,7 +14746,7 @@ Map(Alt) Monster(Tab) */ MSG_WORLDMAP_MSG2 = 0x989, -/*20130227 to 20180523 +/*20130227 to 20180612 ์๋ด ์ ๋ณด Product Information 20130807 to 20130814 @@ -14754,7 +14754,7 @@ Product Information Map(Alt) */ MSG_WORLDMAP_MSG3 = 0x98a, -/*20130227 to 20180523 +/*20130227 to 20180612 ๊ฒ์ ์ ๋ณด Find Information 20130807 to 20130814 @@ -14762,7 +14762,7 @@ Find Information Product Information */ MSG_WORLDMAP_MSG4 = 0x98b, -/*20130227 to 20180523 +/*20130227 to 20180612 ๋น๊ณต์ AirShip 20130807 to 20130814 @@ -14770,7 +14770,7 @@ AirShip Find Information */ MSG_WORLDMAP_MSG5 = 0x98c, -/*20130227 to 20180523 +/*20130227 to 20180612 ์นดํ๋ผ Kafra 20130807 to 20130814 @@ -14778,7 +14778,7 @@ Kafra AirShip */ MSG_WORLDMAP_MSG6 = 0x98d, -/*20130227 to 20180523 +/*20130227 to 20180612 (๋์ฐฉ) (Arrival) 20130807 to 20130814 @@ -14788,21 +14788,21 @@ Kafra MSG_WORLDMAP_MSG7 = 0x98e, #endif #if PACKETVER >= 20130313 -/*20130313 to 20180523 +/*20130313 to 20180612 Mob)%s:%s(%s) 20130807 to 20130814 (๋์ฐฉ) (Arrival) */ MSG_NAVIGATION_MOB_S_S_S = 0x98f, -/*20130313 to 20180523 +/*20130313 to 20180612 ๋ถํฌ๋:%s Distribution:%s 20130807 to 20130814 Mob)%s:%s(%s) */ MSG_NAVIGATION_NUM = 0x990, -/*20130313 to 20180523 +/*20130313 to 20180612 ๋งค์ฐ๋ง์ Very Plenty 20130807 to 20130814 @@ -14810,7 +14810,7 @@ Very Plenty Distribution:%s */ MSG_NAVIGATION_NUM1 = 0x991, -/*20130313 to 20180523 +/*20130313 to 20180612 ๋ง์ Plenty 20130807 to 20130814 @@ -14818,7 +14818,7 @@ Plenty Very Plenty */ MSG_NAVIGATION_NUM2 = 0x992, -/*20130313 to 20180523 +/*20130313 to 20180612 ๋ณดํต Normal 20130807 to 20130814 @@ -14826,7 +14826,7 @@ Normal Plenty */ MSG_NAVIGATION_NUM3 = 0x993, -/*20130313 to 20180523 +/*20130313 to 20180612 ์ ์ Low 20130807 to 20130814 @@ -14834,7 +14834,7 @@ Low Normal */ MSG_NAVIGATION_NUM4 = 0x994, -/*20130313 to 20180523 +/*20130313 to 20180612 ๋งค์ฐ์ ์ Very Low 20130807 to 20130814 @@ -14844,7 +14844,7 @@ Low MSG_NAVIGATION_NUM5 = 0x995, #endif #if PACKETVER >= 20130320 -/*20130320 to 20180523 +/*20130320 to 20180612 ์ํ์ ์ด์ฉํ ์ ์์ต๋๋ค. ์ ์ ํ ๋ค์ ์๋ํ์ธ์. The bank is not available. Please try again in a few minutes. 20130807 to 20130814 @@ -14852,7 +14852,7 @@ The bank is not available. Please try again in a few minutes. Very Low */ MSG_BANK_SYSTEM_ERROR = 0x996, -/*20130320 to 20180523 +/*20130320 to 20180612 ์ํ ์๊ณ ๊ฐ ๋ถ์กฑํฉ๋๋ค. Bank balance is low. 20130807 to 20130814 @@ -14862,7 +14862,7 @@ The bank is not available. Please try again in a few minutes. MSG_BANK_WITHDRAW_NO_MONEY = 0x997, #endif #if PACKETVER >= 20130327 -/*20130327 to 20180523 +/*20130327 to 20180612 ๋ณด์ ํ Zeny ๊ฐ ๋ถ์กฑํด์ ์
๊ธํ ์ ์์ต๋๋ค. You don't have enough zeny 20130807 to 20130814 @@ -14870,7 +14870,7 @@ You don't have enough zeny Bank balance is low. */ MSG_BANK_DEPOSIT_NO_MONEY = 0x998, -/*20130327 to 20180523 +/*20130327 to 20180612 1 Zeny ์ด์ ์
๊ธ ๊ฐ๋ฅํฉ๋๋ค. Minimum Deposit Amount: 1 zeny 20130807 to 20130814 @@ -14878,7 +14878,7 @@ Minimum Deposit Amount: 1 zeny You don't have enough zeny */ MSG_BANK_DEPOSIT_ZERO = 0x999, -/*20130327 to 20180523 +/*20130327 to 20180612 1 Zeny ์ด์ ์ถ๊ธ ๊ฐ๋ฅํฉ๋๋ค. Minimum Withdrawal Amount: 1 zeny 20130807 to 20130814 @@ -14888,7 +14888,7 @@ Minimum Deposit Amount: 1 zeny MSG_BANK_WITHDRAW_ZERO = 0x99a, /*20130327 to 20130529 ๋ณด์ Zeny ๋ 21 ์ต์ ๋์ ์ ์์ต๋๋ค. -20130605 to 20180523 +20130605 to 20180612 ๋ณด์ Zeny ๋ 2,147,483,647 Zeny๋ฅผ ๋์ ์ ์์ต๋๋ค. You cannot hold more than 2,147,483,647 Zeny 20130807 to 20130814 @@ -14896,7 +14896,7 @@ You cannot hold more than 2,147,483,647 Zeny Minimum Withdrawal Amount: 1 zeny */ MSG_BANK_OVER_INT_MAX = 0x99b, -/*20130327 to 20180523 +/*20130327 to 20180612 your account is lock by mobil otp your account is lock by mobile otp 20130807 to 20130814 @@ -14904,14 +14904,14 @@ your account is lock by mobile otp You cannot hold more than 2,147,483,647 Zeny */ MSG_REFUSE_MOTP_LOCK = 0x99c, -/*20130327 to 20180523 +/*20130327 to 20180612 MOTP auth fail 20130807 to 20130814 your account is lock by mobil otp your account is lock by mobile otp */ MSG_REFUSE_MOTP_AUTH_FAIL = 0x99d, -/*20130327 to 20180523 +/*20130327 to 20180612 %d๋ถ๊ฐ ๋ชฌ์คํฐ์๊ฒ ์ป์ ์ ์๋ Job๊ฒฝํ์น๊ฐ %d%% ์ฆ๊ฐํฉ๋๋ค. For %d minutes,Job Experience obtained from monster is increased by %d%% 20130807 to 20130814 @@ -14922,7 +14922,7 @@ MOTP auth fail #if PACKETVER >= 20130410 /*20130410 to 20130410 ์์ง Zeny : %d Zeny -20130417 to 20180523 +20130417 to 20180612 ์์ง Zeny : %s Zeny Current Zeny: %s Zeny 20130807 to 20130814 @@ -14930,7 +14930,7 @@ Current Zeny: %s Zeny For %d minutes,Job Experience obtained from monster is increased by %d%% */ MSG_BANK_MY_ZENY = 0x99f, -/*20130410 to 20180523 +/*20130410 to 20180612 Zeny 20130807 to 20130814 ์์ง Zeny : %s Zeny @@ -14943,7 +14943,7 @@ Current Zeny: %s Zeny ์ต๋ 2,147,483,647์ต Zeny๊น์ง๋ง ๋ณด๊ด์ด ๊ฐ๋ฅํฉ๋๋ค. 20130605 to 20130605 ์ต๋ 2,147,483,647 Zeny๊น์ง๋ง ๋ณด๊ด์ด ๊ฐ๋ฅํฉ๋๋ค. -20130612 to 20180523 +20130612 to 20180612 ์ต๋ 2,147,483,647 Zeny ๊น์ง๋ง ๋ณด๊ด์ด ๊ฐ๋ฅํฉ๋๋ค. The Maximum amount is 2,147,483,647 Zeny 20130807 to 20130814 @@ -14952,7 +14952,7 @@ Zeny MSG_BANK_WARNING = 0x9a1, #endif #if PACKETVER >= 20130515 -/*20130515 to 20180523 +/*20130515 to 20180612 ์ด์์ด ๋ถ์กฑํฉ๋๋ค. Insufficient bullet 20130807 to 20130814 @@ -14960,7 +14960,7 @@ Insufficient bullet The Maximum amount is 2,147,483,647 Zeny */ MSG_NEED_MORE_BULLET = 0x9a2, -/*20130515 to 20180523 +/*20130515 to 20180612 10์ต์ ๋ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ 10์ต ์ ๋๋ก ํ๋งค๋ฉ๋๋ค. You entered more than 1 Billion Zeny, the price will be set to 1 Billion Zeny. 20130807 to 20130814 @@ -14970,7 +14970,7 @@ Insufficient bullet MSG_OVERPRICE_MAX = 0x9a3, #endif #if PACKETVER >= 20130605 -/*20130605 to 20180523 +/*20130605 to 20180612 AuthTicket is Not Vaild AuthTicket is Not Valid 20130807 to 20130814 @@ -14980,7 +14980,7 @@ You entered more than 1 Billion Zeny, the price will be set to 1 Billion Zeny. MSG_NOT_VALID_AUTH_TICKET = 0x9a4, /*20130605 to 20130605 ErrorCode : %d, ErrorValue : %d -20130612 to 20180523 +20130612 to 20180612 ErrorCategory : %d, ErrorCode : %d (%d,%d,%d,%d) ErrorCategory: %d, ErrorCode: %d (%d,%d,%d,%d) 20130807 to 20130814 @@ -14992,7 +14992,7 @@ AuthTicket is Not Valid #if PACKETVER >= 20130618 /*20130618 to 20130618 %d%% ( Primary 100%% + Premium %d%% + PCCafe %d%% + %s Server %d%% ) -20130626 to 20180523 +20130626 to 20180612 %d%% ( Basic 100%% + Premium %d%% + PCCafe %d%% + %s Server %d%% ) %d%% ( Basic 100%% + Premium %d%% + Internet cafe %d%% + %s Server %d%% ) 20130807 to 20130814 @@ -15005,7 +15005,7 @@ ErrorCategory: %d, ErrorCode: %d (%d,%d,%d,%d) 20130807 to 20130814 %d%% ( Basic 100%% + Premium %d%% + PCCafe %d%% + %s Server %d%% ) %d%% ( Basic 100%% + Premium %d%% + Internet cafe %d%% + %s Server %d%% ) -20130925 to 20180523 +20130925 to 20180612 %d๋ถ๊ฐ ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด %d%%๋ก ์ฆ๊ฐํฉ๋๋ค. Basic item drop rate from monster hunting is increased for %dmins by %dtimes. */ @@ -15014,21 +15014,21 @@ Basic item drop rate from monster hunting is increased for %dmins by %dtimes. ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด %d์ %.2d๋ถ๊ฐ %d๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. 20130807 to 20130814 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด %d๋ถ๊ฐ %d๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. -20130925 to 20180523 +20130925 to 20180612 %d์ %.2d๋ถ๊ฐ ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด %d%%๋ก ์ฆ๊ฐํฉ๋๋ค. Basic item drop rate from monster hunting is increased for %dhour %.2dmins by %dtimes. */ MSG_RECEIVEITEM_VALUE_1 = 0x9a8, #endif #if PACKETVER >= 20130626 -/*20130626 to 20180523 +/*20130626 to 20180612 %s ์ ๊ฐ๊ฒฉ์ด The price of^0000FF %s^000000 20130807 to 20130814 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด %d์ %.2d๋ถ๊ฐ %d๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. */ MSG_WARNING_PRICE1 = 0x9a9, -/*20130626 to 20180523 +/*20130626 to 20180612 100000000 1000000000 20130807 to 20130814 @@ -15036,7 +15036,7 @@ The price of^0000FF %s^000000 The price of^0000FF %s^000000 */ MSG_WARNING_PRICE2 = 0x9aa, -/*20130626 to 20180523 +/*20130626 to 20180612 ^ff0000%d^0000ff์ต is over ^FF0000%d^0000FF Billion^000000 Zeny and 20130807 to 20130814 @@ -15044,21 +15044,21 @@ The price of^0000FF %s^000000 1000000000 */ MSG_WARNING_PRICE3 = 0x9ab, -/*20130626 to 20180523 +/*20130626 to 20180612 10000000 20130807 to 20130814 ^ff0000%d^0000ff์ต is over ^FF0000%d^0000FF Billion^000000 Zeny and */ MSG_WARNING_PRICE4 = 0x9ac, -/*20130626 to 20180523 +/*20130626 to 20180612 ^ff0000%d^0000ff์ฒ๋ง more than^FF0000 %d0^0000FF Million^000000 Zeny 20130807 to 20130814 10000000 */ MSG_WARNING_PRICE5 = 0x9ad, -/*20130626 to 20180523 +/*20130626 to 20180612 ^0000ffZeny ์ด์^000000์
๋๋ค. ์
๋ ฅ๊ธ์ก์ด ๋ง์ต๋๊น? . Is this correct? @@ -15067,7 +15067,7 @@ The price of^0000FF %s^000000 more than^FF0000 %d0^0000FF Million^000000 Zeny */ MSG_WARNING_PRICE6 = 0x9ae, -/*20130626 to 20180523 +/*20130626 to 20180612 ์ฒ๋งZeny์ด์ ์์ ํ์ธ Safety check for more than 10m Zeny 20130807 to 20130814 @@ -15076,7 +15076,7 @@ Safety check for more than 10m Zeny . Is this correct? */ MSG_WARNING_PRICE7 = 0x9af, -/*20130626 to 20180523 +/*20130626 to 20180612 https://www.warpportal.com/account/login.aspx?ReturnUrl=%2faccount%2fpayment.aspx 20130807 to 20130814 ์ฒ๋งZeny์ด์ ์์ ํ์ธ @@ -15087,19 +15087,19 @@ Safety check for more than 10m Zeny https://kepler.warpportal.com/steam/purchase/?step=1&steamid=76561198071003044&game=rose&accountname=khanhtest111&lang=en 20130807 to 20130814 https://www.warpportal.com/account/login.aspx?ReturnUrl=%2faccount%2fpayment.aspx -20131030 to 20180523 +20131030 to 20180612 https://kepler.warpportal.com/ro1/purchase/?step=1&steamid=%lld&accountname= https://kepler.warpportal.com/ror/purchase/?step=1&steamid=%lld&accountname= */ MSG_AMERICA_CASHSHOP_URL_STEAM = 0x9b1, -/*20130626 to 20180523 +/*20130626 to 20180612 ์ง์์ ๋, ์คํ๋๋๋์ ๋ถ์ ๋๋ฅ ์ํํค์์ ์๋ ๋ค๋ฆฌ, ๋นํ๋ก์คํธ์ ์๊ฒจ๋ ๊ฑฐ๋ํ ๊ท ์ด, ๊ทธ๋ฆฌ๊ณ ๊ทผ์์ ์ ์ ์๋ ๋ฏธ๊ถ์ฒ. A giant crevice appeared in Bifrost, the bridge between Splendide, the end of the world and the floating continent of Alfheim, and you do not know the source of the labyrinth forest. 20130807 to 20130814 https://kepler.warpportal.com/steam/purchase/?step=1&steamid=76561198071003044&game=rose&accountname=khanhtest111&lang=en */ MSG_QUEST_INFO_01 = 0x9b2, -/*20130626 to 20180523 +/*20130626 to 20180612 ์ด๊ฒ์ ์ฌํ์ ๋์ ์๋ฆฌ๋ ํ์์ธ๊ฐ, ์๋ก์ด ์ธ๊ณ๋ฅผ ์ฌ๋ ์งํ์ธ๊ฐ! ์ํธ์๋ ๋
ธ๋ซ๋ง ๊ฐ์ ์ ํน์ ์ ์ฐจ ๋์ ์์ด๊ฐ๊ณ ์์๋ค. This is a marker indicating the end of the trip, a new world is opening indicators! Guardian, such as the lyrics to the temptation was gradually losing the soul. 20130807 to 20130814 @@ -15107,7 +15107,7 @@ This is a marker indicating the end of the trip, a new world is opening indicato A giant crevice appeared in Bifrost, the bridge between Splendide, the end of the world and the floating continent of Alfheim, and you do not know the source of the labyrinth forest. */ MSG_QUEST_INFO_02 = 0x9b3, -/*20130626 to 20180523 +/*20130626 to 20180612 ์์ฒ ๋
์ ์ธ์์ด ํ๋ฅด๋ ๋์, ๊ทธ ์ค์ค๋ก๊ฐ ํ๋ก ์๊ฐํ์ ์ฐ๋ฉฐ ์ง์ผ๋ธ ๊ฒ์ด ๋ฌด์์ด์๋์ง, ๋ด์ธ ๋์ด ๊ธด ์๊ฐ์ ๊ฐํ๋ฒ๋ฆฐ ๊ฒ์ ์คํ๋ ค ์์ ์ด ์๋์๋์ง ํผ๋์ ๋๋ผ๊ณ ์์๋ค. For thousands of years, a mysterious melody has mesmerized the guardian. After a millennia of slumber, the guardian became confused about what he had been protecting all these years, and began to suspect that he might be the one who has been sealed and hidden away. 20130807 to 20130814 @@ -15115,7 +15115,7 @@ For thousands of years, a mysterious melody has mesmerized the guardian. After a This is a marker indicating the end of the trip, a new world is opening indicators! Guardian, such as the lyrics to the temptation was gradually losing the soul. */ MSG_QUEST_INFO_03 = 0x9b4, -/*20130626 to 20180523 +/*20130626 to 20180612 ์ ํน์ ๋
ธ๋ซ๋ง์ด ์ต๊ณ ์กฐ์ ์ด๋ฅด๋ ์ ๋, ์ง์์ ๋ ์คํ๋๋๋์ ๋ถ์ ๋๋ฅ ์ํํค์์ ์๋ ๋ค๋ฆฌ, ๋นํ๋ก์คํธ์ ๊ฑฐ๋ํ ๊ท ์ด์ด ์๊ฒจ๋ฌ๊ณ , ๊ทธ๋ก ์ธํด ๋ ์ธ๊ณ๊ฐ์ ์๋๊ฐ ๋๊ธฐ๋ฉด์ ์ฌ๋๋ค์ ํฐ ๋ถํธ์ ๊ฒช๊ฒ ๋์๋ค. When the melody reached its peak, a giant crevice appeared in Bifrost, the bridge between Splendide, the end of the world and the floating continent of Alfheim. As a result, the two worlds were cut off from each other, causing a big problem for the people. 20130807 to 20130814 @@ -15123,7 +15123,7 @@ When the melody reached its peak, a giant crevice appeared in Bifrost, the bridg For thousands of years, a mysterious melody has mesmerized the guardian. After a millennia of slumber, the guardian became confused about what he had been protecting all these years, and began to suspect that he might be the one who has been sealed and hidden away. */ MSG_QUEST_INFO_04 = 0x9b5, -/*20130626 to 20180523 +/*20130626 to 20180612 ๋นํ๋ก์คํธ์ ํต๋ก๋ ์ด์ ๋ฏธ๊ถ์ฒ ๋ฟ. ๊ทผ์์กฐ์ฐจ ์ ์ ์๋ ๊ทธ๊ณณ์ ๋ฌด์ฌํ ํต๊ณผ ํ ์ฌ๋์ ์ง๊ธ๊น์ง ์๋ฌด๋ ์์๋ค. Now, the only way to get to Bifrost is through the Labyrinth Forest. Nobody knows how the forest came to exist, and nobody has ever come out of it alive... 20130807 to 20130814 @@ -15131,7 +15131,7 @@ Now, the only way to get to Bifrost is through the Labyrinth Forest. Nobody know When the melody reached its peak, a giant crevice appeared in Bifrost, the bridge between Splendide, the end of the world and the floating continent of Alfheim. As a result, the two worlds were cut off from each other, causing a big problem for the people. */ MSG_QUEST_INFO_05 = 0x9b6, -/*20130626 to 20180523 +/*20130626 to 20180612 ์ฑํ ๋ชจํ๊ฐ๋ค์ ์ง์ด ์ผํจ ํผ๋์ ์ง์ฅ, ๋ฏธ๊ถ์ฒ์ ๊ทธ ์์ ๋ฐฉํฉํ๋ ์ด๋ฆ ๋ชจ๋ฅผ ์ฌ์ธ์ ๋ง์์ฒ๋ผ ๋์ฑ ๊น๊ณ ํผ๋์ค๋ฝ๊ฒ ํ์ฅ๋๊ณ ์์๋ค. Swallowed countless adventurers to put a hell of confusion, wandering in the forest labyrinth of nowhere, like the heart of a woman was being extend deeper confusion. 20130807 to 20130814 @@ -15141,7 +15141,7 @@ Now, the only way to get to Bifrost is through the Labyrinth Forest. Nobody know MSG_QUEST_INFO_06 = 0x9b7, #endif #if PACKETVER >= 20130717 -/*20130717 to 20180523 +/*20130717 to 20180612 ์ซ์๋ง ์
๋ ฅ ๊ฐ๋ฅํฉ๋๋ค. You can enter only numbers. 20130807 to 20130814 @@ -15151,7 +15151,7 @@ Swallowed countless adventurers to put a hell of confusion, wandering in the for MSG_BANK_CHECK_NUM = 0x9b8, #endif #if PACKETVER >= 20130724 -/*20130724 to 20180523 +/*20130724 to 20180612 ๊ตํ์ฐฝ ๋๋ ์์ ์ด ํ์ฑํ ๋ ์ํ์์๋ ์
์ถ๊ธ์ ํ์ค์ ์์ต๋๋ค. Exchange or store window is active and can not register the withdrawal. 20130807 to 20130814 @@ -15161,7 +15161,7 @@ You can enter only numbers. MSG_BANK_PROHIBIT = 0x9b9, #endif #if PACKETVER >= 20130731 -/*20130731 to 20180523 +/*20130731 to 20180612 ๋ฐ๋ก๊ฐ๊ธฐ Go to 20130807 to 20130814 @@ -15169,7 +15169,7 @@ Go to Exchange or store window is active and can not register the withdrawal. */ MSG_QUEST_INFO_00 = 0x9ba, -/*20130731 to 20180523 +/*20130731 to 20180612 ์์ดํ
๋น๊ต Item Compare 20130807 to 20130814 @@ -15182,7 +15182,7 @@ Go to /*20130807 to 20130814 ์์ดํ
๋น๊ต Item Compare -20130821 to 20180523 +20130821 to 20180612 ํ์ฌ ์ฅ์ฐฉํ๋ ค๊ณ ํ๋ ์ด๊ธฐ๊ฐ ์ฅ์ฐฉํ๊ณ ์๋ ํํ์ ๋ง์ง ์์ต๋๋ค Now you are trying to mount the gun equipped with bullet does not meet */ @@ -15190,7 +15190,7 @@ Now you are trying to mount the gun equipped with bullet does not meet /*20130807 to 20130814 ํ์ฌ ์ฅ์ฐฉํ๋ ค๊ณ ํ๋ ์ด๊ธฐ๊ฐ ์ฅ์ฐฉํ๊ณ ์๋ ํํ์ ๋ง์ง ์์ต๋๋ค Now you are trying to mount the gun equipped with bullet does not meet -20130821 to 20180523 +20130821 to 20180612 ํ์ฌ ์ฅ์ฐฉํ๋ ค๊ณ ํ๋ ํํ์ด ์ฅ์ฐฉํ๊ณ ์๋ ์ด๊ธฐ์ ๋ง์ง ์์ต๋๋ค Now you are trying to mount the guns and bullets will not fit mounted */ @@ -15198,14 +15198,14 @@ Now you are trying to mount the guns and bullets will not fit mounted /*20130807 to 20130814 ํ์ฌ ์ฅ์ฐฉํ๋ ค๊ณ ํ๋ ํํ์ด ์ฅ์ฐฉํ๊ณ ์๋ ์ด๊ธฐ์ ๋ง์ง ์์ต๋๋ค Now you are trying to mount the guns and bullets will not fit mounted -20130821 to 20180523 +20130821 to 20180612 ํ๋งคํ ์์ดํ
์ ๋ฑ๋กํ์ง ์์์ต๋๋ค. ํ๋งคํ์ค ์์ดํ
์ ๋ฑ๋กํด ์ฃผ์ธ์ Has not registered to sell the item. Please register to sell the item */ MSG_BUYINGSTORE_MAKEWND_ADD_GOODS = 0x9be, #endif #if PACKETVER >= 20130821 -/*20130821 to 20180523 +/*20130821 to 20180612 ITEM */ MSG_ITEM_IN_MAIL_SYSTEM = 0x9bf, @@ -15213,276 +15213,276 @@ ITEM #if PACKETVER >= 20130828 /*20130828 to 20130911 ๊ธธ๋ ์ฐฝ๊ณ ๋ฅผ ์ด์ฉํ ์ ์์ต๋๋ค. ์ ์ ํ ์ด์ฉํด์ฃผ์ธ์. -20130917 to 20180523 +20130917 to 20180612 ๊ธธ๋ ์ฐฝ๊ณ ๋ฅผ ์ด์ฉํ ์ ์์ต๋๋ค. Guild storage is not available. */ MSG_GUILD_STORAGE_OPEN_ERROR = 0x9c0, -/*20130828 to 20180523 +/*20130828 to 20180612 ๊ธธ๋์ ๊ฐ์
๋์ด ์์ง ์์ต๋๋ค. ๊ฐ์
ํ ์ด์ฉํด์ฃผ์ธ์. Guild is not subscribed to. After signing up, please use */ MSG_GUILD_STORAGE_OPEN_NO_JOIN_GUILD = 0x9c1, -/*20130828 to 20180523 +/*20130828 to 20180612 ๋ค๋ฅธ ๊ธธ๋์์ด ์ฌ์ฉ์ค์
๋๋ค. ์ ์ ํ ์ด์ฉํด์ฃผ์ธ์. Two other guild members are in use. Please use it after a while. */ MSG_GUILD_STORAGE_WARNING_USING_ANOTHER_MEMBER = 0x9c2, -/*20130828 to 20180523 +/*20130828 to 20180612 ์ฐฝ๊ณ ๊ถํ Storage Permission */ MSG_GUILD_STORAGE_PERMISSON = 0x9c3, -/*20130828 to 20180523 +/*20130828 to 20180612 ๊ธธ๋์ฐฝ๊ณ Guild Storage */ MSG_GUILD_STORAGE_TITLE = 0x9c4, /*20130828 to 20130828 ๊ธธ๋์ฐฝ๊ณ ์ ์ฌ์ฉ ๊ถํ์ด ์์ต๋๋ค. ๊ธธ๋ ๋ง์คํฐ์๊ฒ ์์ฒญํ์ธ์. -20130904 to 20180523 +20130904 to 20180612 ๊ธธ๋์ฐฝ๊ณ ์ ์ฌ์ฉ ๊ถํ์ด ์์ต๋๋ค. You do not have permission to use guild storage. */ MSG_GUILD_STORAGE_PERMISSON_WARNING_MSG = 0x9c5, #endif #if PACKETVER >= 20130917 -/*20130917 to 20180523 +/*20130917 to 20180612 ํ์ ํ๋งค ๋ฑ๋ก์ฐฝ Limited Sale Registration Window */ MSG_BARGAINSALE_TOOLWND_TITLE = 0x9c6, -/*20130917 to 20180523 +/*20130917 to 20180612 ์์ดํ
DB๋ช
Item DB Name */ MSG_BARGAINSALE_TOOLWND_DB_NAME = 0x9c7, -/*20130917 to 20180523 +/*20130917 to 20180612 ์์ดํ
DB๋ฒํธ Item DB Number */ MSG_BARGAINSALE_TOOLWND_DB_NUMBER = 0x9c8, -/*20130917 to 20180523 +/*20130917 to 20180612 ํ๋งค ๊ฐฏ์ Number of Sale */ MSG_BARGAINSALE_TOOLWND_SELL_COUNT = 0x9c9, -/*20130917 to 20180523 +/*20130917 to 20180612 ํ๋งค ์์์๊ฐ Sale Start Time */ MSG_BARGAINSALE_TOOLWND_SELL_STARTTIME = 0x9ca, -/*20130917 to 20180523 +/*20130917 to 20180612 ํ๋งคํ ์๊ฐ Time to sell */ MSG_BARGAINSALE_TOOLWND_SELL_PERIODTIME = 0x9cb, -/*20130917 to 20180523 +/*20130917 to 20180612 ํ๋งคํ ๊ฐฏ์๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์ Please enter number you want to sell */ MSG_BARGAINSALE_TOOLWND_INPUT_COUNT_MSG = 0x9cc, -/*20130917 to 20180523 +/*20130917 to 20180612 ํ๋งค ์์์๊ฐ์ ์
๋ ฅํด ์ฃผ์ธ์ Enter start time of sale */ MSG_BARGAINSALE_TOOLWND_INPUT_STARTTIME_MSG = 0x9cd, -/*20130917 to 20180523 +/*20130917 to 20180612 ํ๋งค ์์์๊ฐ์ ๋ฒ์๊ฐ ๋ง์ง ์์ต๋๋ค Start time does not match the scope of sales. */ MSG_BARGAINSALE_TOOLWND_WRONG_RANGE_MSG = 0x9ce, -/*20130917 to 20180523 +/*20130917 to 20180612 ํ๋งคํ ์๊ฐ์ ์
๋ ฅํด ์ฃผ์ธ์ Please enter the time */ MSG_BARGAINSALE_TOOLWND_INPUT_PERIODTIME_MSG = 0x9cf, -/*20130917 to 20180523 +/*20130917 to 20180612 Item DB Name์ ์
๋ ฅํด ์ฃผ์ธ์ Please enter the Item DB Name */ MSG_BARGAINSALE_TOOLWND_INPUT_ITEMDBNAME_MSG = 0x9d0, -/*20130917 to 20180523 +/*20130917 to 20180612 Item ID ์กฐํ์ ์คํจํ์์ต๋๋ค. ํ์ธ ํ ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค Item ID lookup failed. Please try again later */ MSG_BARGAINSALE_TOOLWND_ITEMID_CHECK_FAILED_MSG = 0x9d1, -/*20130917 to 20180523 +/*20130917 to 20180612 >> ItemName : %s / Price : %dc / ์๋ : %d / ํ๋งค๊ธฐ๊ฐ : %d์:%d์ผ:%d์:%d๋ถ ~ %d์:%d์ผ:%d์:%d๋ถ >> ItemName: %s / Price: %dc / Quantity: %d / TimeOfSale: %dMonth:%dDay:%dMinute:%dSecond ~ %dMonth:%dDay:%dMinute:%dSecond */ MSG_BARGAINSALE_TOOLWND_RESULT_FORMAT = 0x9d2, -/*20130917 to 20180523 +/*20130917 to 20180612 ๋ฑ๋ก์ ์ฑ๊ณตํ์์ต๋๋ค Registration successful */ MSG_BARGAINSALE_TOOLWND_APPLY_SUCCESS_MSG = 0x9d3, -/*20130917 to 20180523 +/*20130917 to 20180612 ๋ฑ๋ก์ ์คํจํ์์ต๋๋ค. ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Registration failure. Please try again later. */ MSG_BARGAINSALE_TOOLWND_APPLY_FAILED_MSG = 0x9d4, -/*20130917 to 20180523 +/*20130917 to 20180612 ์ด๋ฏธ ๋ฑ๋ก๋ ์์ดํ
์ด ์์ต๋๋ค. ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Item has already been registered. Please try again later. */ MSG_BARGAINSALE_TOOLWND_ALREADY_REGISTERED_MSG = 0x9d5, -/*20130917 to 20180523 +/*20130917 to 20180612 ์์ดํ
์ญ์ ์ ์คํจ ํ์์ต๋๋ค. ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Failed to delete the item. Please try again later. */ MSG_BARGAINSALE_TOOLWND_DELETE_FAILED_MSG = 0x9d6, -/*20130917 to 20180523 +/*20130917 to 20180612 %s ์์ดํ
์ด ์ญ์ ๋์์ต๋๋ค. %s item has been deleted. */ MSG_BARGAINSALE_TOOLWND_DELETE_SUCCESS_MSG = 0x9d7, -/*20130917 to 20180523 +/*20130917 to 20180612 ํน๊ฐ Special */ MSG_BARGAINSALE_CASHSHOP_TAB_NAME = 0x9d8, -/*20130917 to 20180523 +/*20130917 to 20180612 ํ์ ํ๋งค ์์ดํ
ํ๋งค์๋ ๊ฐฑ์ Sales limited sale item update */ MSG_BARGAINSALE_CASHSHOP_REFRESH_BTN_TOOLTIP = 0x9d9, -/*20130917 to 20180523 +/*20130917 to 20180612 ํ๋งค์ข
๋ฃ Discontinued */ MSG_BARGAINSALE_CASHSHOP_TIMER = 0x9da, -/*20130917 to 20180523 +/*20130917 to 20180612 ์๋๊ฐฑ์ ์ด ํ์ํฉ๋๋ค Quantity update is required */ MSG_BARGAINSALE_CASHSHOP_REFRESH_MSG = 0x9db, -/*20130917 to 20180523 +/*20130917 to 20180612 ์ฌ๊ณ ๊ฐ ๋ถ์กฑํ์ฌ %d ๊ฐ ๋งํผ๋ง ๊ตฌ์
ํฉ๋๋ค The %d is out of stock or to buy as much as */ MSG_BARGAINSALE_CASHSHOP_CHECK_COUNT_MSG = 0x9dc, -/*20130917 to 20180523 +/*20130917 to 20180612 %s ์์ดํ
์ ํน๊ฐํ๋งค๊ฐ ์์๋์์ต๋๋ค %s Items are on sale */ MSG_BARGAINSALE_START_MSG = 0x9dd, -/*20130917 to 20180523 +/*20130917 to 20180612 %s ์์ดํ
์ ๋งค์ง ๋๋ ํ๋งค์๊ฐ๋ง๋ฃ๋ก ์ธํด ํ์ ํ๋งค๊ฐ ์ข
๋ฃ๋์์ต๋๋ค %s time-out or sale of the items sold has been shut down due to the limited sales */ MSG_BARGAINSALE_CLOSE_MSG = 0x9de, -/*20130917 to 20180523 +/*20130917 to 20180612 /ํ์ ํ๋งค /limitedsale */ MSG_BARGAINSALE_TOOLWND_CALL = 0x9df, #endif #if PACKETVER >= 20131002 -/*20131002 to 20180523 +/*20131002 to 20180612 http://www.ragnarokeurope.com/news/home-r70.html */ MSG_FRANCE_CASHSHOP_URL = 0x9e0, -/*20131002 to 20180523 +/*20131002 to 20180612 http://www.ragnarokeurope.com/index.php?rubrique=70&Steam */ MSG_FRANCE_CASHSHOP_URL_STEAM = 0x9e1, #endif #if PACKETVER >= 20131016 -/*20131016 to 20180523 +/*20131016 to 20180612 ๊ตฌ์
์ ์ฑ๊ณตํ ํ๋ชฉ Item purchase successful */ MSG_PARA_RESULT_TITLE = 0x9e2, -/*20131016 to 20180523 +/*20131016 to 20180612 ์ฃผ๋ฌธ๋์ด ์ฌ๊ณ ๋์ ์ด๊ณผํ์์ต๋๋ค. You do not have enough items. */ MSG_PARA_WRONG_PURCHASE_COUNT_MSG = 0x9e3, -/*20131016 to 20180523 +/*20131016 to 20180612 ์ด๋ํ ์ ์๋ ์ผ๋ฆญํฐ ์ด๋ฆ์
๋๋ค. Name of the character that cannot be invited. */ MSG_PARTY_INVITE = 0x9e4, -/*20131016 to 20180523 +/*20131016 to 20180612 ๊ธธ๋์ด๋ํ ์ ์๋ ์ผ๋ฆญํฐ ์ด๋ฆ์
๋๋ค. You cannot invite the character to the guild. */ MSG_GUILD_INVITE = 0x9e5, -/*20131016 to 20180523 +/*20131016 to 20180612 ์ผ๋ถ ํ๋ชฉ์ ์ด๋ฏธ ํ๋งค๋์ด ๊ตฌ์
์ ์คํจํ์์ต๋๋ค. Item already Sold,Purchase Failed. */ MSG_PARA_PURCHASE_ITEM_FAIL = 0x9e6, #endif #if PACKETVER >= 20131030 -/*20131030 to 20180523 +/*20131030 to 20180612 ํ์ฌ ์์น์์ ์ํ ์ฅ์๋ฅผ ๊ธฐ์ต ํ ์ ์์ต๋๋ค. The warp spot cannot be memorized in current position. */ MSG_NOWARPSKILL2 = 0x9e7, -/*20131030 to 20180523 +/*20131030 to 20180612 ๋ฌด๊ฒ๊ฐ ์ด๊ณผ๋์ด ์์ดํ
์ ๊ตฌ๋งคํ ์ ์์ต๋๋ค. Cannot purchase item, You exceeded the weight. */ MSG_PARA_PURCHASE_ITEM_WEIGHT = 0x9e8, -/*20131030 to 20180523 +/*20131030 to 20180612 No. */ MSG_GUILD_STORAGE_NUMBER = 0x9e9, -/*20131030 to 20180523 +/*20131030 to 20180612 ์์ดํ
Item */ MSG_GUILD_STORAGE_ITEM = 0x9ea, -/*20131030 to 20180523 +/*20131030 to 20180612 ๊ฐ์ Number */ MSG_GUILD_STORAGE_ITEM_COUNT = 0x9eb, -/*20131030 to 20180523 +/*20131030 to 20180612 ์ด๋ฆ Name */ MSG_GUILD_STORAGE_USER_NAME = 0x9ec, -/*20131030 to 20180523 +/*20131030 to 20180612 ์๊ฐ Time */ MSG_GUILD_STORAGE_LOG_TIME = 0x9ed, -/*20131030 to 20180523 +/*20131030 to 20180612 ์
/์ถ Input/Output */ MSG_GUILD_STORAGE_ITEM_IN_OUT = 0x9ee, -/*20131030 to 20180523 +/*20131030 to 20180612 ๋ก๊ทธ๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. Log does not exist. */ MSG_GUILD_STORAGE_LOG_FINISH = 0x9ef, -/*20131030 to 20180523 +/*20131030 to 20180612 ์ ์ฒด Entire */ MSG_GUILD_STORAGE_LOG_ALL = 0x9f0, -/*20131030 to 20180523 +/*20131030 to 20180612 ๋ฃ ๊ธฐ Insert Symbol */ MSG_GUILD_STORAGE_LOG_IN = 0x9f1, -/*20131030 to 20180523 +/*20131030 to 20180612 ๋นผ ๊ธฐ Remaining Time */ MSG_GUILD_STORAGE_LOG_OUT = 0x9f2, #endif #if PACKETVER >= 20131106 -/*20131106 to 20180523 +/*20131106 to 20180612 ๊ธธ๋ ์ฐฝ๊ณ ๋ด์ญ Guild Storage Logs */ MSG_GUILD_STORAGE_LOG_WND_NAME = 0x9f3, -/*20131106 to 20180523 +/*20131106 to 20180612 ๋ด์ญ์ ์ต๊ทผ 100๊ฐ๋ง ํ์๋ฉ๋๋ค. 100 entries are displayed. */ @@ -15491,157 +15491,157 @@ Guild Storage Logs #if PACKETVER >= 20131120 /*20131120 to 20131120 %s : +%d -20131127 to 20180523 +20131127 to 20180612 ๊ธธ๋์ฐฝ๊ณ ์ ์ฌ์ฉ ์๊ฐ 2๋ถ์ด ๊ฒฝ๊ณผ๋์ด ์๋์ผ๋ก ์ข
๋ฃ๋ฉ๋๋ค. Guild Storage is open only for 2 minutes, and will close automatically. */ MSG_GUILD_STORAGE_CLOSE_TIMEOUT = 0x9f5, #endif #if PACKETVER >= 20131204 -/*20131204 to 20180523 +/*20131204 to 20180612 Incorrect GameSamba ID. Please Try Again. */ MSG_INCORRECT_GAMESAMBEID = 0x9f6, -/*20131204 to 20180523 +/*20131204 to 20180612 %s [%d์ต์
] : %d ๊ฐ %s [%d Option]: %d Quantity */ MSG_EA5 = 0x9f7, #endif #if PACKETVER >= 20131211 -/*20131211 to 20180523 +/*20131211 to 20180612 ์ฝ์ธ์ด ํ์ํฉ๋๋ค. Requires a Coin. */ MSG_USESKILL_FAIL_COINTS = 0x9f8, -/*20131211 to 20180523 +/*20131211 to 20180612 ์ฝ์ธ์ด %d ๊ฐ๊ฐ ํ์ํฉ๋๋ค. %d Coins are required. */ MSG_USESKILL_FAIL_COINTS_NUM = 0x9f9, -/*20131211 to 20180523 +/*20131211 to 20180612 ๊ฐํ๋ง๊ฑด ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Gatling Gun should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_GATLING = 0x9fa, -/*20131211 to 20180523 +/*20131211 to 20180612 ์ท๊ฑด ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Shotguns should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_SHOTGUN = 0x9fb, -/*20131211 to 20180523 +/*20131211 to 20180612 ๋ผ์ดํ ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Rifle should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_RIFLE = 0x9fc, -/*20131211 to 20180523 +/*20131211 to 20180612 ๋ฆฌ๋ณผ๋ฒ ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Pair of Revolver should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_HANDGUN = 0x9fd, -/*20131211 to 20180523 +/*20131211 to 20180612 ์ฑ์์ฑ ๋ธ๋ฆฟ์ ์ฅ์ฐฉํด์ผ ํฉ๋๋ค [Silver Bullet] weapon class must be equipped. */ MSG_FAIL_NEED_EQUIPPED_PROPERTY_SAINT_BULLET = 0x9fe, -/*20131211 to 20180523 +/*20131211 to 20180612 ์์ดํ
ํ๋งค ๋ด์ญ Item Sell History */ MSG_MERCHANT_SOLD_ITEM_LOG = 0x9ff, -/*20131211 to 20180523 +/*20131211 to 20180612 ์์ดํ
๊ตฌ๋งค ๋ด์ญ Item Purchase History */ MSG_MERCHANT_ITEM_BUY_LOG = 0xa00, #endif #if PACKETVER >= 20131218 -/*20131218 to 20180523 +/*20131218 to 20180612 ๊ทธ๋ ๋ค์ด๋๋ฐ์ณ ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Grenade Launcher should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_GRANADE = 0xa01, -/*20131218 to 20180523 +/*20131218 to 20180612 [ํํธ๋ฐฐ๋ด],[๋งค๋๋์ค ์บ์ฌ๋ฌ],[ํ๋ํฐ๋ ์ํฐ] ์ ํจ๊ณผ๋ค์ ์ค์ฒฉํ์ฌ ์ฌ์ฉํ ์ ์์ต๋๋ค. [Heat barrel],[Last Stand],[Platinum Alter] cannot be used while sitting. */ MSG_FAIL_DUPLICATE_HEAT_BARREL_GS_MADNESSCANCEL_P_ALTER = 0xa02, #endif #if PACKETVER >= 20131223 -/*20131223 to 20180523 +/*20131223 to 20180612 ํ์ฌ ๋งต์์๋ ์ฌ์ฉํ ์ ์๋ ์คํฌ์
๋๋ค. Cannot use skill in this map. */ MSG_USESKILL_FAIL_MAP = 0xa03, #endif #if PACKETVER >= 20140108 -/*20140108 to 20180523 +/*20140108 to 20180612 ๊ธธ๋ ์ฐฝ๊ณ ๋ฅผ ์ด์ฉ์ค์ธ ๊ฒฝ์ฐ ์ฐฝ๊ณ ์ ๋ชจ๋ ์์ดํ
์ด ์ฌ๋ผ์ง๊ฒ ๋ฉ๋๋ค. If you are using a guild storage, all items inside it will disappear. */ MSG_GUILD_STORAGE_WARNING = 0xa04, #endif #if PACKETVER >= 20140115 -/*20140115 to 20180523 +/*20140115 to 20180612 http://ragnarok.gamesamba.com/paytest.html http://ragnarok.gamesamba.com/ */ MSG_AMERICA_CASHSHOP_URL_GAMESAMBA = 0xa05, -/*20140115 to 20180523 +/*20140115 to 20180612 ๋ก๊ทธ์ธ์ ์ํด ํจ์ค์๋๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter a password to login. */ MSG_SECOND_PASSWORD_INFO_4 = 0xa06, #endif #if PACKETVER >= 20140129 -/*20140129 to 20180523 +/*20140129 to 20180612 ํซ ์งํ Pet Evolution */ MSG_PET_EVOLUTION = 0xa07, -/*20140129 to 20180523 +/*20140129 to 20180612 ์งํ - %s Evolution - %s */ MSG_PET_EVOLUTION_WITH_PET_NAME = 0xa08, -/*20140129 to 20180523 +/*20140129 to 20180612 ์งํ์๋ ๋ค์์ ์ฌ๋ฃ๊ฐ ํ์ํฉ๋๋ค. Evolution requires the following ingredients: */ MSG_PET_EVOLUTION_NEED_ITEM = 0xa09, -/*20140129 to 20180523 +/*20140129 to 20180612 ์งํ ํ์๊ฒ ์ต๋๊น? Are you sure you want to evolve your pet? */ MSG_DO_YOU_WANT_TO_EVOLVE_PET = 0xa0a, -/*20140129 to 20180523 +/*20140129 to 20180612 ์ ์ ์๋ ์ค๋ฅ Unknown Error */ MSG_PET_EVOLUTION_FAIL_UNKNOWN = 0xa0b, -/*20140129 to 20180523 +/*20140129 to 20180612 ์ํ๋ํซ์ ๊ฐ๊ณ ์์ง ์์ต๋๋ค. Pet Cannot be hatched. */ MSG_PET_EVOLUTION_FAIL_NOTEXIST_CALLPET = 0xa0c, -/*20140129 to 20180523 +/*20140129 to 20180612 ์์ฒญํ ๊ฒ์ด ํซ์์ด ์๋๋๋ค. It is not requested petal. */ MSG_PET_EVOLUTION_FAIL_NOT_PETEGG = 0xa0d, /*20140129 to 20140205 ์งํ๊ฐ ๋ถ๊ฐ๋ฅํ ์์ฒญ์
๋๋ค. -20140212 to 20180523 +20140212 to 20180612 ์งํ ์ฌ๋ฃ๊ฐ ๋ถ์กฑํฉ๋๋ค. Evolution material is low. */ MSG_PET_EVOLUTION_FAIL_RECIPE = 0xa0e, -/*20140129 to 20180523 +/*20140129 to 20180612 ์งํ์ ํ์ํ ์ฌ๋ฃ๊ฐ ๋ถ์กฑํฉ๋๋ค. Insufficient materials for evolution. */ MSG_PET_EVOLUTION_FAIL_MATERIAL = 0xa0f, -/*20140129 to 20180523 +/*20140129 to 20180612 ์น๋ฐ๋๊ฐ ์ ์น์ธ ์ํ์์๋ง ์งํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. Loyal Intimacy is required to evolve. */ @@ -15650,111 +15650,111 @@ Loyal Intimacy is required to evolve. #if PACKETVER >= 20140212 /*20140212 to 20170830 ์๋ ๋จน์ด ์ฃผ๊ธฐ -20170906 to 20180523 +20170906 to 20180612 ํซ ์๋ ๋จน์ด ์ฃผ๊ธฐ Automatic feeding */ MSG_PET_AUTO_FEEDING = 0xa11, -/*20140212 to 20180523 +/*20140212 to 20180612 ํซ์๊ฒ ๋จน์ด๋ฅผ ์ฃผ์์ต๋๋ค. '%s' ์์ฌ๋ %d๊ฐ Feeding the pet. %d '%d' remaining */ MSG_PET_AUTO_FEEDING_REST = 0xa12, /*20140212 to 20170830 ์๋ ๋จน์ด ์ฃผ๊ธฐ ํ์ฑํ On -20170906 to 20180523 +20170906 to 20180612 ํซ ์๋ ๋จน์ด ์ฃผ๊ธฐ ํ์ฑํ On Automatic feeding turned On */ MSG_PET_AUTO_FEEDING_ON = 0xa13, /*20140212 to 20170830 ์๋ ๋จน์ด ์ฃผ๊ธฐ ํ์ฑํ Off -20170906 to 20180523 +20170906 to 20180612 ํซ ์๋ ๋จน์ด ์ฃผ๊ธฐ ํ์ฑํ Off Automatic feeding turned Off */ MSG_PET_AUTO_FEEDING_OFF = 0xa14, -/*20140212 to 20180523 +/*20140212 to 20180612 ๊ฐฑ์ Update */ MSG_REFRESH = 0xa15, /*20140212 to 20140702 %d ๋ถ์ -20140709 to 20180523 +20140709 to 20180612 %d ๋ถ ์ %d minutes ago */ MSG_TIME_LINE_MINUTE = 0xa16, /*20140212 to 20140702 %d ์๊ฐ์ -20140709 to 20180523 +20140709 to 20180612 %d ์๊ฐ ์ %d hours ago */ MSG_TIME_LINE_HOUR = 0xa17, /*20140212 to 20140702 %d ์ผ์ -20140709 to 20180523 +20140709 to 20180612 %d ์ผ ์ %d days ago */ MSG_TIME_LINE_DAY = 0xa18, #endif #if PACKETVER >= 20140319 -/*20140319 to 20180523 +/*20140319 to 20180612 %d%% ( Premium %d%% + %s Server ) %d%%% ( Premium %d%%% + %s Server ) */ MSG_BASIC_EXP_MSG_PH = 0xa19, #endif #if PACKETVER >= 20140326 -/*20140326 to 20180523 +/*20140326 to 20180612 ์ฐํธ ๋ฐ์ก Mailed */ MSG_SEND_MAIL = 0xa1a, -/*20140326 to 20180523 +/*20140326 to 20180612 ๋ฉ์ผ์ด ์ ์ก๋์์ต๋๋ค. Your mail has been sent. */ MSG_MAIL_SENT = 0xa1b, -/*20140326 to 20180523 +/*20140326 to 20180612 ์์ดํ
์ด ์ธ๋ฒคํ ๋ฆฌ๋ก ์ด๋๋์์ต๋๋ค. This item has been moved to the inventory. */ MSG_GET_ITEMS_FROM_MAIL_SUCCEED = 0xa1c, -/*20140326 to 20180523 +/*20140326 to 20180612 ์์ดํ
๋ฐ๊ธฐ๊ฐ ์คํจํ์์ต๋๋ค. Failed to get items. */ MSG_GET_ITEMS_FROM_MAIL_FAILED = 0xa1d, -/*20140326 to 20180523 +/*20140326 to 20180612 ์ธ๋ฒคํ ๋ฆฌ๋ฅผ ๋น์์ฃผ์ธ์ Please empty your inventory. */ MSG_GET_ITEMS_FROM_MAIL_OVERWEIGHT = 0xa1e, -/*20140326 to 20180523 +/*20140326 to 20180612 ์ ๋๋ฅผ ๋ฐ์์ต๋๋ค. Zeny received. */ MSG_GET_ZENY_FROM_MAIL_SUCCEED = 0xa1f, -/*20140326 to 20180523 +/*20140326 to 20180612 ์ ๋ ๋ฐ๊ธฐ๊ฐ ์คํจํ์์ต๋๋ค. Failed to get zeny. */ MSG_GET_ZENY_FROM_MAIL_FAILED = 0xa20, -/*20140326 to 20180523 +/*20140326 to 20180612 ์ ๋์ ํ๊ณ์น๋ฅผ ๋์์ต๋๋ค. Exceeded the limits of zenny. */ MSG_GET_ZENY_FROM_MAIL_OVERAMOUNT = 0xa21, -/*20140326 to 20180523 +/*20140326 to 20180612 ์์ดํ
์ฒจ๋ถ ์ฑ๊ณต Items attached success */ MSG_SET_ITEMS_TO_MAIL_SUCCEED = 0xa22, -/*20140326 to 20180523 +/*20140326 to 20180612 ๋ฐ๋ ์ฌ๋์ ์ด๋ฆ์ด ๋ฐ๋์ ๋ค์ด๊ฐ์ผ ํฉ๋๋ค. The name of the recipient must be included. */ @@ -15763,72 +15763,72 @@ The name of the recipient must be included. ์ ๋ชฉ์ ๊ธธ์ด๋ 4์์ด์ ์ด์ด์ผ ํฉ๋๋ค. 20140423 to 20141001 ์ ๋ชฉ์ ๊ธธ์ด๋ 4์์ด์ 16์ ์ดํ์ฌ์ผ ํฉ๋๋ค. -20141008 to 20180523 +20141008 to 20180612 ์ ๋ชฉ์ ๊ธธ์ด๋ ํ๊ธ 2์~25์, ์๋ฌธ 4์~50์ ์ด์ด์ผ ํฉ๋๋ค. The length of the title must be 4 to 50 characters long. */ MSG_INVALID_MAIL_TITLE_INFO = 0xa24, -/*20140326 to 20180523 +/*20140326 to 20180612 ๋ฉ์ผ ์ ์ก์ด ์คํจํ์์ต๋๋ค. Mail delivery failed. */ MSG_FAILED_SEND_MAIL = 0xa25, -/*20140326 to 20180523 +/*20140326 to 20180612 ์ ์ ํ์ง ๋ชปํ ์์ดํ
์ผ๋ก ์ ์ก ์คํจํ์์ต๋๋ค. Transmission has failed to inappropriate items. */ MSG_FAILED_SEND_MAIL_ITEM = 0xa26, -/*20140326 to 20180523 +/*20140326 to 20180612 ๋ฐ๋ ์ฌ๋์ ์ ๋ณด๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. Information of the recipient does not exist. */ MSG_FAIELD_SEND_MAIL_TO = 0xa27, #endif #if PACKETVER >= 20140402 -/*20140402 to 20180523 +/*20140402 to 20180612 %s [%d์ต์
] %s [%d Option] */ MSG_EA6 = 0xa28, -/*20140402 to 20180523 +/*20140402 to 20180612 ๋ ๋ฒจ์ 1~%d ์ฌ์ด์ ์ซ์๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์. Level, enter a number between 1 and %d. */ MSG_PARTY_BOOKING_ERR5R2 = 0xa29, #endif #if PACKETVER >= 20140409 -/*20140409 to 20180523 +/*20140409 to 20180612 ์์ง์ฐฝ์ ์ฌ์ ๊ณต๊ฐ์ ํ๋ณดํด์ฃผ์ธ์. Please free the window possessing space. */ MSG_ITEM_WND_OVERFULL = 0xa2a, /*20140409 to 20140416 ์์ ์์ ๋ฉ์ผ ๋ณด๊ด ์ฉ๋์ด ์ด๊ณผ๋์์ต๋๋ค. -20140423 to 20180523 +20140423 to 20180612 ๋ฉ์ผ ๋ณด๋ด๊ธฐ ํ์๊ฐ ์ด๊ณผ๋์์ต๋๋ค. Sending mail count exceeded. */ MSG_FAILED_MAIL_LIMIT_CNT = 0xa2b, #endif #if PACKETVER >= 20140416 -/*20140416 to 20180523 +/*20140416 to 20180612 ๋ฉ์ผ์ ์ด ์ ์์ต๋๋ค. You can not open the mail. */ MSG_FAILED_TO_WRITE_MAIL = 0xa2c, -/*20140416 to 20180523 +/*20140416 to 20180612 You are currently joined in CLan !! You are currently joined in Clan !! */ MSG_JOINED_IN_CLAN = 0xa2d, -/*20140416 to 20180523 +/*20140416 to 20180612 ๊ณจ๋ PC๋ฐฉ ๋ง์ผ๋ฆฌ์ง ์ ๋ณด Gold PC rooms mileage information */ MSG_GOLDPCCAFE_MILEAGE = 0xa2e, #endif #if PACKETVER >= 20140423 -/*20140423 to 20180523 +/*20140423 to 20180612 ํซ ์ก์ธ์๋ฆฌ๋ฅผ ํด์ ํด์ผ ์งํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. Unequip pet accessories first to start evolution */ @@ -15837,7 +15837,7 @@ Unequip pet accessories first to start evolution / %d ๋ถํ 20140508 to 20140702 %d ๋ถํ -20140709 to 20180523 +20140709 to 20180612 %d ๋ถ ํ %d minutes later */ @@ -15846,7 +15846,7 @@ Unequip pet accessories first to start evolution / %d ์๊ฐํ 20140508 to 20140702 %d ์๊ฐํ -20140709 to 20180523 +20140709 to 20180612 %d ์๊ฐ ํ %d hours later */ @@ -15855,49 +15855,49 @@ Unequip pet accessories first to start evolution / %d ์ผํ 20140508 to 20140702 %d ์ผํ -20140709 to 20180523 +20140709 to 20180612 %d ์ผ ํ %d days later */ MSG_TIME_LINE_DAY2 = 0xa32, -/*20140423 to 20180523 +/*20140423 to 20180612 ํ์ธ ๋ฒํผ์ ๋๋ฌ C-CODE๋ฅผ ํ์ธํ์ธ์. Press the OK button to confirm the C-CODE. */ MSG_INVALID_CCODE_INFO = 0xa33, -/*20140423 to 20180523 +/*20140423 to 20180612 ์ฒจ๋ถ๋ ๋ฌผํ์ ํ๋ ํ ์ญ์ ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. After obtaining the attached article can be deleted. */ MSG_FAILED_DELETE_MAIL = 0xa34, -/*20140423 to 20180523 +/*20140423 to 20180612 ํ์ฌ ๋ณด์ ์ ๋ ๋ณด๋ค ๋ง์ ์ ๋๋ฅผ ๋ณด๋ผ ์ ์์ต๋๋ค. You can not send any more zeny. */ MSG_FAILED_SEND_MAIL_ZENY = 0xa35, -/*20140423 to 20180523 +/*20140423 to 20180612 ์์๋ฃ : %s Zeny Fee: %s Zeny */ MSG_SEND_MAIL_COMMISSION = 0xa36, -/*20140423 to 20180523 +/*20140423 to 20180612 ๋ฐ๋ ์ฌ๋์ ์ด๋ฆ์ด ์กด์ฌํ์ง ์์ต๋๋ค. The recipient's name does not exist. */ MSG_FAILE_MAIL_RECIEVER_INFO = 0xa37, #endif #if PACKETVER >= 20140430 -/*20140430 to 20180523 +/*20140430 to 20180612 E X P : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%) EXP : %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%) */ MSG_TAIWAN_PERSONALINFO_EXPMSG = 0xa38, -/*20140430 to 20180523 +/*20140430 to 20180612 DROP : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%) DROP : %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%) */ MSG_TAIWAN_PERSONALINFO_DROPMSG = 0xa39, -/*20140430 to 20180523 +/*20140430 to 20180612 DEATH : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%) DEATH: %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%) */ @@ -15906,7 +15906,7 @@ DEATH: %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%) #if PACKETVER >= 20140514 /*20140514 to 20140528 ๋ณด์ ๊ฐ๋ฅํ ์ต๋ ๋ง์ผ๋ฆฌ์ง : %d -20140605 to 20180523 +20140605 to 20180612 ๊ณจ๋ PC๋ฐฉ ๋ง์ผ๋ฆฌ์ง๋ ์ต๋ %d์ ๊น์ง ๋ชจ์ ์ ์์ต๋๋ค. You can accumulate points of PC Gold-club up to %d points maximum. */ @@ -15916,39 +15916,39 @@ You can accumulate points of PC Gold-club up to %d points maximum. /*20140521 to 20140521 ์์ดํ
๋ฒ๋ฆฌ๊ธฐ๊ฐ ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. Items discard is imposible in server. -20140528 to 20180523 +20140528 to 20180612 ํด๋น ์๋ฒ์์ ์ฌ์ฉ ํ ์ ์๋ ๊ธฐ๋ฅ ์
๋๋ค This function can not be used on the server. */ MSG_RESTRAINT_OF_TRADE_1 = 0xa3c, -/*20140521 to 20180523 +/*20140521 to 20180612 ์๋ ์ด์ฉ์ด ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. Imposible to use in server. */ MSG_RESTRAINT_OF_TRADE_2 = 0xa3d, -/*20140521 to 20180523 +/*20140521 to 20180612 ์ฅ์
์ด์ฉ์ด ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. The auction is not available in server. */ MSG_RESTRAINT_OF_TRADE_3 = 0xa3e, -/*20140521 to 20180523 +/*20140521 to 20180612 ๊ฑฐ๋๊ฐ ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. The deal is imposible in server. */ MSG_RESTRAINT_OF_TRADE_4 = 0xa3f, /*20140521 to 20140521 ์์ดํ
ํธ์ง ๋ณด๋ด๊ธฐ๊ฐ ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. -20140528 to 20180523 +20140528 to 20180612 ์์ดํ
๋ฒ๋ฆฌ๊ธฐ๊ฐ ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. Items discard is imposible in server. */ MSG_RESTRAINT_OF_TRADE_5 = 0xa40, -/*20140521 to 20180523 +/*20140521 to 20180612 ์์ ํ๋งค ๊ธฐ๋ฅ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. Stores selling features are not available. */ MSG_RESTRAINT_OF_TRADE_6 = 0xa41, -/*20140521 to 20180523 +/*20140521 to 20180612 ์ํ๋ฌผ์ SP๊ฐ ๋ถ์กฑํฉ๋๋ค. The SP's summoned enough. */ @@ -15957,28 +15957,28 @@ The SP's summoned enough. #if PACKETVER >= 20140528 /*20140528 to 20140702 Weight : %s/%s -20140709 to 20180523 +20140709 to 20180612 %s/%s */ MSG_SEND_MAIL_WEIGHT = 0xa43, -/*20140528 to 20180523 +/*20140528 to 20180612 ๋ฉ์ผ ๋ด์ฉ์ ์ต๋ ๊ธธ์ด๋ 1K ์ดํ ์
๋๋ค. The maximum length of the message content is 1K. */ MSG_INVALID_MAIL_CONTENTS_INFO = 0xa44, -/*20140528 to 20180523 +/*20140528 to 20180612 ์์ดํ
์ฒจ๋ถ ์คํจ Failed to attach an item. */ MSG_SET_ITEMS_TO_MAIL_FAILED = 0xa45, -/*20140528 to 20180523 +/*20140528 to 20180612 ๋ฉ์ผ์ ์ฒจ๋ถํ ์ ์๋ ์์ดํ
์ ๋ฌด๊ฒ๊ฐ ์ด๊ณผ๋์์ต๋๋ค. The weight of the items that can be attached to mail has been exceeded. */ MSG_SET_ITEMS_TO_MAIL_OVER_WEIGHT = 0xa46, #endif #if PACKETVER >= 20140611 -/*20140611 to 20180523 +/*20140611 to 20180612 ์ด๋ฏธ ์๋น์ค ์ค์
๋๋ค. ์ ์ ํ ๋ค์ ์๋ํด ์ฃผ์ธ์. Is already in service. Please try again in a few minutes. */ @@ -15987,55 +15987,55 @@ Is already in service. Please try again in a few minutes. #if PACKETVER >= 20140618 /*20140618 to 20140924 ํ์์ ๋ฃฐ๋ ์ฐฝ์ ์ด ์ ์์ต๋๋ค. -20141001 to 20180523 +20141001 to 20180612 ํ์ด์ ๋ฃฐ๋ ์ฐฝ์ ์ด ์ ์์ต๋๋ค. Unable to open the window of Lucky Roulette. */ MSG_FAILED_OPEN_ROULLETTE = 0xa48, /*20140618 to 20140924 ํ์์ ๋ฃฐ๋ ์ฐฝ์ ๋ซ์ ์ ์์ต๋๋ค. -20141001 to 20180523 +20141001 to 20180612 ํ์ด์ ๋ฃฐ๋ ์ฐฝ์ ๋ซ์ ์ ์์ต๋๋ค. Unable to close the window of the Lucky Roulette. */ MSG_FAILED_CLOSE_ROULLETTE = 0xa49, /*20140618 to 20140924 ํ์์ ๋ฃฐ๋ ์ ์์ ํ ์ ์์ต๋๋ค. -20141001 to 20180523 +20141001 to 20180612 ํ์ด์ ๋ฃฐ๋ ์ ์์ ํ ์ ์์ต๋๋ค. You can not start a roulette wheel of fortune. */ MSG_FAILED_GENERATE_ROULLETTE = 0xa4a, /*20140618 to 20140924 ํ์์ ๋ฃฐ๋ ์ ์์ํ๊ธฐ ์ํด์๋ ํฌ์ธํธ๊ฐ ํ์ํฉ๋๋ค. -20141001 to 20180523 +20141001 to 20180612 ํ์ด์ ๋ฃฐ๋ ์ ์์ํ๊ธฐ ์ํด์๋ ํฌ์ธํธ๊ฐ ํ์ํฉ๋๋ค. Points is required to play Lucky Roulette. */ MSG_NOT_ENOUGH_ROULLETTE_POINT = 0xa4b, -/*20140618 to 20180523 +/*20140618 to 20180612 ๋น์ฒจ๋ ์์ดํ
์ ์๋ นํ ์ ์์ต๋๋ค. You can not receive a winning items. */ MSG_FAILED_RECV_ITEM = 0xa4c, #endif #if PACKETVER >= 20140625 -/*20140625 to 20180523 +/*20140625 to 20180612 ์ธ๋ฒคํ ๋ฆฌ์ ์์ดํ
๊ฐ์๊ฐ ์ด๊ณผ๋์์ต๋๋ค. The number of items in the inventory has been exceeded. */ MSG_FAILED_RECV_ITEM_OVERCOUNT = 0xa4d, -/*20140625 to 20180523 +/*20140625 to 20180612 ๋ฌด๊ฒ๊ฐ ์ด๊ณผํ์์ต๋๋ค. ์์ง์ฐฝ์ ์ฌ์ ๊ณต๊ฐ์ ํ๋ณดํด์ฃผ์ธ์. The weight has been exceeded. Please free up the possesion window. */ MSG_FAILED_RECV_ITEM_OVERWEIGHT = 0xa4e, -/*20140625 to 20180523 +/*20140625 to 20180612 ๋
ธ์ ๊ฐ์ค ์คํจ. Failed to open stalls. */ MSG_MERCHANTSHOP_MAKING_FAIL = 0xa4f, -/*20140625 to 20180523 +/*20140625 to 20180612 ๋ฃฐ๋ ์ด ๋๊ณ ์์ต๋๋ค. ๊ฒฝํ์ ํ์ธ ํ์ ๋ค์ ์๋ํด์ฃผ์ธ์. The roulette wheel is spinning. Please try again after checking with prizes. */ @@ -16044,55 +16044,55 @@ The roulette wheel is spinning. Please try again after checking with prizes. #if PACKETVER >= 20140702 /*20140702 to 20140917 ํ์์ ๋ฃฐ๋ -20140924 to 20180523 +20140924 to 20180612 ํ์ด์ ๋ฃฐ๋ Lucky Roulette */ MSG_ROULLETTE_WND = 0xa51, -/*20140702 to 20180523 +/*20140702 to 20180612 ์์ดํ
ํ๋งค ์ ์๋ฆฌ๋ก ์๋ฆผ Notify when item sell out */ MSG_SOUNDEFFECT_ITEMSELLWND = 0xa52, #endif #if PACKETVER >= 20140709 -/*20140709 to 20180523 +/*20140709 to 20180612 ์์๋ฃ๋ฅผ ํ์ธํด์ฃผ์ธ์. Please check the fees. */ MSG_FAILED_SEND_MAIL_ITEMS = 0xa53, /*20140709 to 20140716 ์ ์ ์ด๋ฆํ์ธ -20140723 to 20180523 +20140723 to 20180612 ์ ์ ์ด๋ฆ ํ์ธ Verify user name */ MSG_CHECK_USER_NAME = 0xa54, -/*20140709 to 20180523 +/*20140709 to 20180612 ์ญ์ ์์ Schedule deletion */ MSG_DELETE_DUE_DATE = 0xa55, #endif #if PACKETVER >= 20140723 -/*20140723 to 20180523 +/*20140723 to 20180612 ๋ฌ์ฑ๊ณผ์ Achievable challenge */ MSG_ACHIEVEMENT_SYSTEM = 0xa56, -/*20140723 to 20180523 +/*20140723 to 20180612 ๋ฌ์ฑ์ด์ Achieve overall */ MSG_ACHIEVEMENT_TOTAL_SCORE = 0xa57, -/*20140723 to 20180523 +/*20140723 to 20180612 ๋ฌ์ฑ๋ฑ๊ธ Achieve rank */ MSG_ACHIEVEMENT_GRADE = 0xa58, /*20140723 to 20150225 ๋ค์ ๋ณด์๋ฐ์ค๊น์ง [%5d]์ -20150225 to 20180523 +20150225 to 20180612 ๋ค์ ๋ฌ์ฑ๋ฑ๊ธ๊น์ง [%5d]์ The following compensation box until [% 5d] point */ @@ -16100,7 +16100,7 @@ The following compensation box until [% 5d] point /*20140723 to 20140723 ๊ฐ์ Overview -20140730 to 20180523 +20140730 to 20180612 ์ง์ฒ์ํฉ Progress */ @@ -16108,7 +16108,7 @@ Progress /*20140723 to 20140723 ์ผ๋ฐ General -20140730 to 20180523 +20140730 to 20180612 ์ต๊ทผ ๋ฌ์ฑ ์
์ Recent Achievements */ @@ -16118,7 +16118,7 @@ Recent Achievements Role 20140730 to 20140924 ๊ฐ๋ค๋ ์ด๋งค ํ๋ชฉ -20141001 to 20180523 +20141001 to 20180612 ไป่ฒ ํ๋ชฉ Cracker Item */ @@ -16128,7 +16128,7 @@ Cracker Item Action 20140730 to 20140924 ๊ฐ๋ค๋ ์ด๋งค : %d / %d GD -20141001 to 20180523 +20141001 to 20180612 ไป่ฒ : %d / %d Cracker : %d / %d */ @@ -16138,7 +16138,7 @@ Cracker : %d / %d Battle 20140730 to 20140924 ๊ฐ๋ค๋ ์ด๋งค๊ฐ ๋ถ์กฑํฉ๋๋ค. -20141001 to 20180523 +20141001 to 20180612 ไป่ฒ๊ฐ ๋ถ์กฑํฉ๋๋ค. Cracker is low. */ @@ -16148,7 +16148,7 @@ Cracker is low. Adventure 20140730 to 20140924 %s GD -20141001 to 20180523 +20141001 to 20180612 %s %s */ @@ -16156,7 +16156,7 @@ Adventure /*20140723 to 20140723 ๊ฒฐํฌ Duel -20140813 to 20180523 +20140813 to 20180612 ๊ฐ์ Overview */ @@ -16164,7 +16164,7 @@ Overview /*20140723 to 20140723 ์๋ จ Lily -20140813 to 20180523 +20140813 to 20180612 ์ผ๋ฐ General */ @@ -16172,7 +16172,7 @@ General /*20140723 to 20140723 ํ์คํธ Quest -20140813 to 20180523 +20140813 to 20180612 ์บ๋ฆญํฐ Role */ @@ -16180,7 +16180,7 @@ Role /*20140723 to 20140723 ์ํผ์๋ Episode -20140813 to 20180523 +20140813 to 20180612 ํ๋ Action */ @@ -16188,21 +16188,21 @@ Action /*20140723 to 20140723 ์ด๋ฒคํธ Evt -20140813 to 20180523 +20140813 to 20180612 ๊ธฐํ Other */ MSG_ACHIEVEMENT_TAB_GENERAL_REST = 0xa64, /*20140723 to 20140723 ํ๋ -20140813 to 20180523 +20140813 to 20180612 ๋ชจํ Adventure */ MSG_ACHIEVEMENT_TAB_ADVENTURE = 0xa65, /*20140723 to 20140723 ์ปค๋ฎค๋ํฐ -20140813 to 20180523 +20140813 to 20180612 ๋ฃฌ๋ฏธ๋๊ฐ์ธ Rune Midgarts */ @@ -16210,28 +16210,28 @@ Rune Midgarts /*20140723 to 20140723 ์ ๋ จ Refining -20140813 to 20180523 +20140813 to 20180612 ์๋ฐ์ธ ๋ฐ๋ Schwartzvald */ MSG_ACHIEVEMENT_TAB_ADVENTURE_SCHWARZWALD = 0xa67, /*20140723 to 20140723 ๊ฒฝ์ -20140813 to 20180523 +20140813 to 20180612 ์๋ฃจ๋ํ ์ธ Arunafeltz */ MSG_ACHIEVEMENT_TAB_ADVENTURE_ARUNAFELTZ = 0xa68, /*20140723 to 20140723 ์ํ -20140813 to 20180523 +20140813 to 20180612 ์ด๊ณ Commandment */ MSG_ACHIEVEMENT_TAB_ADVENTURE_ANOTHERWORLD = 0xa69, /*20140723 to 20140723 ์ถ์ -20140813 to 20180523 +20140813 to 20180612 ๋ก์ปฌ๋ผ์ด์ง Localizing */ @@ -16239,7 +16239,7 @@ Localizing /*20140723 to 20140723 ์์
Feat -20140813 to 20180523 +20140813 to 20180612 ๋์ Dungeon */ @@ -16247,7 +16247,7 @@ Dungeon /*20140723 to 20140723 ๋ฌ์ฑํ ๊ณผ์ Achieved challenge -20140813 to 20180523 +20140813 to 20180612 ์ ํฌ Battle */ @@ -16255,7 +16255,7 @@ Battle /*20140723 to 20140723 ์ง์ฒ์ํฉ Progress -20140813 to 20180523 +20140813 to 20180612 ๊ฒฐํฌ Duel */ @@ -16263,369 +16263,369 @@ Duel /*20140723 to 20140723 ์ต๊ทผ ๋ฌ์ฑ ์
์ Recent Achievements -20140813 to 20180523 +20140813 to 20180612 ์๋ จ Lily */ MSG_ACHIEVEMENT_TAB_BATTLE_TRAINING = 0xa6e, #endif #if PACKETVER >= 20140813 -/*20140813 to 20180523 +/*20140813 to 20180612 ํ์คํธ Quest */ MSG_ACHIEVEMENT_TAB_QUEST = 0xa6f, -/*20140813 to 20180523 +/*20140813 to 20180612 ์ํผ์๋ Episode */ MSG_ACHIEVEMENT_TAB_QUEST_EPISODE = 0xa70, -/*20140813 to 20180523 +/*20140813 to 20180612 ์ผ๋ฐ General */ MSG_ACHIEVEMENT_TAB_QUEST_GENERAL = 0xa71, -/*20140813 to 20180523 +/*20140813 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ Memorial */ MSG_ACHIEVEMENT_TAB_MEMORIAL = 0xa72, -/*20140813 to 20180523 +/*20140813 to 20180612 ๋ฏธ๋๊ฐ๋ฅด๋ Midgard */ MSG_ACHIEVEMENT_TAB_MEMORIAL_MIDGARD = 0xa73, -/*20140813 to 20180523 +/*20140813 to 20180612 ์ด๊ณ Commandment */ MSG_ACHIEVEMENT_TAB_MEMORIAL_ANOTHERWORLD = 0xa74, -/*20140813 to 20180523 +/*20140813 to 20180612 ๊ธฐํ Other */ MSG_ACHIEVEMENT_TAB_MEMORIAL_REST = 0xa75, -/*20140813 to 20180523 +/*20140813 to 20180612 ์์
Feat */ MSG_ACHIEVEMENT_TAB_ACHIEVEMENT = 0xa76, -/*20140813 to 20180523 +/*20140813 to 20180612 ๋ฌ์ฑํ ๊ณผ์ Achieved challenge */ MSG_ACHIEVEMENT_TAB_TOTAL = 0xa77, -/*20140813 to 20180523 +/*20140813 to 20180612 ๋ ์ด์ ์ถ๊ฐํ ์ ์์ต๋๋ค. You cannot add anymore. */ MSG_FAIL_ADD_ACHIEVEMENT_TRACING = 0xa78, -/*20140813 to 20180523 +/*20140813 to 20180612 < %s > ๋ฌ์ฑํ์์ต๋๋ค. < %S > achieved. */ MSG_NOTICE_COMPLETE_ACHIEVEMENT = 0xa79, #endif #if PACKETVER >= 20140827 -/*20140827 to 20180523 +/*20140827 to 20180612 only otp user login allow Only OTP users are allowed */ MSG_OTPUSER_ONLY = 0xa7a, #endif #if PACKETVER >= 20140917 -/*20140917 to 20180523 +/*20140917 to 20180612 ์ด ๋ฒํผ์ ๋๋ฅผ ์, ์ง์ ๋ ์ํ์ ๋ฐ๊ฒ๋๋ฉฐ ๋ฃฐ๋ ์ ์ด๊ธฐํ ๋ฉ๋๋ค. When this button pressed, you will receive a specified initialized roulette item. */ MSG_GET_ROULLETE_PRIZE = 0xa7b, -/*20140917 to 20180523 +/*20140917 to 20180612 ์ด ๋ฒํผ์ ๋๋ฅผ ์, ๊น๋นก์ด๋ ํ์ดํ์ ๋ผ์ธ๋ถํฐ ๋ฃฐ๋ ์ ์์ ํฉ๋๋ค. When this button pressed, the flashing arrows from the lines of the roulette wheel begins. */ MSG_NOTICE_NEXT_ROULLETE_STAGE = 0xa7c, -/*20140917 to 20180523 +/*20140917 to 20180612 ์นญํธ Style */ MSG_TITLE_EQUIPMENT = 0xa7d, -/*20140917 to 20180523 +/*20140917 to 20180612 ์นญํธ ํด์ Title release */ MSG_TAKEOFF_TITLE = 0xa7e, -/*20140917 to 20180523 +/*20140917 to 20180612 ๊ธธ๋ ์์ฑ์ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't create a Guild in this area. */ MSG_GUILD_MAKE_GUILD_NOT_PERMITTED_MAP = 0xa7f, -/*20140917 to 20180523 +/*20140917 to 20180612 ๊ธธ๋ ํด์ฒด๋ฅผ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't disband a Guild in this area. */ MSG_GUILD_DISORGANIZE_GUILD_NOT_PERMITTED_MAP = 0xa80, -/*20140917 to 20180523 +/*20140917 to 20180612 ๊ธธ๋ ๊ฐ์
์ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't join a Guild in this area. */ MSG_GUILD_JOIN_GUILD_NOT_PERMITTED_MAP = 0xa81, -/*20140917 to 20180523 +/*20140917 to 20180612 ๊ธธ๋ ํํด๋ฅผ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't leave a Guild in this area. */ MSG_GUILD_LEAVE_GUILD_NOT_PERMITTED_MAP = 0xa82, -/*20140917 to 20180523 +/*20140917 to 20180612 ๊ธธ๋์ ์ถ๋ฐฉ์ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't deport a Guild in this area. */ MSG_GUILD_EXPEL_GUILD_NOT_PERMITTED_MAP = 0xa83, -/*20140917 to 20180523 +/*20140917 to 20180612 ๊ธธ๋์ง์ ๋ณ๊ฒฝ์ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't change a Guild title in this area */ MSG_GUILD_POSITION_CHANGE_NOT_PERMITTED_MAP = 0xa84, -/*20140917 to 20180523 +/*20140917 to 20180612 ์์ดํ
์์ง๋์ 5์นธ์ด์ ๋น์์ฃผ์ธ์ Please empty at least 5 amount of possession in item window. */ MSG_NOT_ENOUGH_SPACE_IN_ITEM_BODY = 0xa85, -/*20140917 to 20180523 +/*20140917 to 20180612 E X P : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%) EXP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% ) */ MSG_JPN_PERSONALINFO_EXPMSG = 0xa86, -/*20140917 to 20180523 +/*20140917 to 20180612 DROP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%) DROP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% ) */ MSG_JPN_PERSONALINFO_DROPMSG = 0xa87, -/*20140917 to 20180523 +/*20140917 to 20180612 DEATH : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%) DEATH : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% ) */ MSG_JPN_PERSONALINFO_DEATHMSG = 0xa88, -/*20140917 to 20180523 +/*20140917 to 20180612 ์ฒจ๋ถํ ์ ์๋ ์์ดํ
์ ๊ฐฏ์๊ฐ ์ด๊ณผ๋์์ต๋๋ค. The number of items that can be attached is exceeded. */ MSG_SET_ITEMS_TO_MAIL_OVERCOUNT = 0xa89, -/*20140917 to 20180523 +/*20140917 to 20180612 ์์ดํ
๊ตฌ๋งค ์ ์๋ฆฌ๋ก ์๋ฆผ Notify when item purchased */ MSG_SOUNDEFFECT_ITEMBUYWND = 0xa8a, #endif #if PACKETVER >= 20140924 -/*20140924 to 20180523 +/*20140924 to 20180612 ์ฒจ๋ถํ ์ ์๋ ์์ดํ
์
๋๋ค. Unable to attach the items. */ MSG_ID_A8B = 0xa8b, #endif #if PACKETVER >= 20141001 -/*20141001 to 20180523 +/*20141001 to 20180612 ๊ฝ์ ๋น์ฒจ๋์์ผ๋ฏ๋ก ๋ค์ ์์ ๋จ๊ณ์ ๋ฃฐ๋ ์ ๋๋ฆฌ์ค ์ ์์ต๋๋ค. Because you can not win a slam room and turn the roulette of the next higher step. */ MSG_ID_A8C = 0xa8c, -/*20141001 to 20180523 +/*20141001 to 20180612 ๋ต์ฅ์ฐ๊ธฐ Replying */ MSG_ID_A8D = 0xa8d, -/*20141001 to 20180523 +/*20141001 to 20180612 ๋ด์ฉ์ฝ๊ธฐ Read more */ MSG_ID_A8E = 0xa8e, -/*20141001 to 20180523 +/*20141001 to 20180612 ๋ฉ์ผ์ญ์ Delete message */ MSG_ID_A8F = 0xa8f, -/*20141001 to 20180523 +/*20141001 to 20180612 ไป่ฒ : %d Crackers : %d */ MSG_ID_A90 = 0xa90, -/*20141001 to 20180523 +/*20141001 to 20180612 %s %s ไป่ฒ %s %s crackers */ MSG_ID_A91 = 0xa91, -/*20141001 to 20180523 +/*20141001 to 20180612 ไป่ฒ Crackers */ MSG_ID_A92 = 0xa92, -/*20141001 to 20180523 +/*20141001 to 20180612 Total : %d ไป่ฒ Total : %d Crackers */ MSG_ID_A93 = 0xa93, -/*20141001 to 20180523 +/*20141001 to 20180612 %d -> %s ไป่ฒ %d -> %s Crackers */ MSG_ID_A94 = 0xa94, -/*20141001 to 20180523 +/*20141001 to 20180612 %s ไป่ฒ %s Crackers */ MSG_ID_A95 = 0xa95, -/*20141001 to 20180523 +/*20141001 to 20180612 Current ไป่ฒ : %s Current Crackers : %s */ MSG_ID_A96 = 0xa96, -/*20141001 to 20180523 +/*20141001 to 20180612 %s : %s ไป่ฒ %s : %s Crackers */ MSG_ID_A97 = 0xa97, -/*20141001 to 20180523 +/*20141001 to 20180612 %10s ไป่ฒ %10s Crackers */ MSG_ID_A98 = 0xa98, -/*20141001 to 20180523 +/*20141001 to 20180612 Total : %s ไป่ฒ Total : %s Crackers */ MSG_ID_A99 = 0xa99, -/*20141001 to 20180523 +/*20141001 to 20180612 โป์์๋ฃ 3% / ์ต์ 1ไป่ฒ์ ์์๋ฃ ์ฐจ๊ฐ * Commission 3% / Minimum 1 Crackers comission deducted */ MSG_ID_A9A = 0xa9a, -/*20141001 to 20180523 +/*20141001 to 20180612 ไป่ฒ ์
๋๋ค. The Crackers. */ MSG_ID_A9B = 0xa9b, -/*20141001 to 20180523 +/*20141001 to 20180612 ^0000ffไป่ฒ ์ด์^000000์
๋๋ค. ์
๋ ฅ๊ธ์ก์ด ๋ง์ต๋๊น? ^0000ff more than crackers^000000Did you enter the correct amount? */ MSG_ID_A9C = 0xa9c, -/*20141001 to 20180523 +/*20141001 to 20180612 10์ตไป่ฒ์ด์ ์์ ํ์ธ Over than 10billions secure check */ MSG_ID_A9D = 0xa9d, -/*20141001 to 20180523 +/*20141001 to 20180612 10์ต ไป่ฒ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ 10์ต ไป่ฒ๋ก ํ๋งค๋ฉ๋๋ค. If you fill over 1 billion, the price will be automatically set as 10 billion Xianbei. */ MSG_ID_A9E = 0xa9e, -/*20141001 to 20180523 +/*20141001 to 20180612 9,999ไป่ฒ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ 9,999ไป่ฒ๋ก ํ๋งค๋ฉ๋๋ค. If you fill over 9,999 Xianbei, the price will automatically set as 9,999 Xianbei. */ MSG_ID_A9F = 0xa9f, -/*20141001 to 20180523 +/*20141001 to 20180612 ๊ฐ๊ฒฉ์ด 0 ไป่ฒ์ธ ์์ดํ
์ด ์กด์ฌ ํฉ๋๋ค. ์์ ์ ์ด์ ์์ต๋๋ค! There are items priced 0 Xianbei. You cannot open vending. */ MSG_ID_AA0 = 0xaa0, -/*20141001 to 20180523 +/*20141001 to 20180612 ์๋ ์บ๋ฆญํฐ๊ฐ ์ต๋ ๋ณด์ ไป่ฒ๋์ ์ด๊ณผํ์ฌ ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. The opponent is over the Xianbei limit. Trade failed. */ MSG_ID_AA1 = 0xaa1, -/*20141001 to 20180523 +/*20141001 to 20180612 %s ์์ดํ
์ ๊ฐ๊ฒฉ์ 10์ตไป่ฒ ์ดํ๋ก ์
๋ ฅํด ์ฃผ์ธ์. Please fill out %s item price less than 1 billion Xianbei. */ MSG_ID_AA2 = 0xaa2, -/*20141001 to 20180523 +/*20141001 to 20180612 %s : %s ไป่ฒ => %s EA %s: %s Xianbei => %s ea */ MSG_ID_AA3 = 0xaa3, -/*20141001 to 20180523 +/*20141001 to 20180612 ์ ํ ๊ธ์ก : %s ไป่ฒ Limited price: %s Xianbei */ MSG_ID_AA4 = 0xaa4, -/*20141001 to 20180523 +/*20141001 to 20180612 %s %s ไป่ฒ %d ๊ฐ %s %s %d Xianbei */ MSG_ID_AA5 = 0xaa5, -/*20141001 to 20180523 +/*20141001 to 20180612 %s %d๊ฐ๋ฅผ %d ไป่ฒ์ ํ๋งค ํ์์ต๋๋ค. ์์๋ฃ๋ 3%% ์
๋๋ค. %d %s are sold. In total %d Xianbei. 3%% charge will be imposed. */ MSG_ID_AA6 = 0xaa6, #endif #if PACKETVER >= 20141008 -/*20141008 to 20180523 +/*20141008 to 20180612 RODEX */ MSG_ID_AA7 = 0xaa7, -/*20141008 to 20180523 +/*20141008 to 20180612 SEND */ MSG_ID_AA8 = 0xaa8, -/*20141008 to 20180523 +/*20141008 to 20180612 RECEIVE */ MSG_ID_AA9 = 0xaa9, #endif #if PACKETVER >= 20141015 -/*20141015 to 20180523 +/*20141015 to 20180612 ๋ฉ์ผ ์์ฑ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Please close the mail compose window. */ MSG_ID_AAA = 0xaaa, #endif #if PACKETVER >= 20141022 -/*20141022 to 20180523 +/*20141022 to 20180612 ์๋ฒ์ ๊ทผ๊ฑฐ๋ถ(A) Server access denied(A) */ MSG_ID_AAB = 0xaab, -/*20141022 to 20180523 +/*20141022 to 20180612 ์๋ฒ์ ๊ทผ๊ฑฐ๋ถ(B) Server access denied(B) */ MSG_ID_AAC = 0xaac, #endif #if PACKETVER >= 20141112 -/*20141112 to 20180523 +/*20141112 to 20180612 ์ฅ์ฐฉ๋ ํ์ด/ํํ ์ ํด์ ํด์ผํฉ๋๋ค. Unequipped Arrow/Ammunition. */ MSG_ID_AAD = 0xaad, #endif #if PACKETVER >= 20141119 -/*20141119 to 20180523 +/*20141119 to 20180612 ์ธ๋ฒคํ ๋ฆฌ์ ์์ดํ
์ด ์๋ชจ๋์ด ๋ก๋ฑ์ค ์ฐ๊ธฐ์ฐฝ์ ๋ซ์ต๋๋ค. Consuming item in inventory will close mail compose window. */ MSG_ID_AAE = 0xaae, -/*20141119 to 20180523 +/*20141119 to 20180612 ์์งํ์ ๋๋ณด๊ธฐ๊ฐ ์์ต๋๋ค. Do not have Magnifier. */ MSG_ID_AAF = 0xaaf, #endif #if PACKETVER >= 20141210 -/*20141210 to 20180523 +/*20141210 to 20180612 ์์ดํ
์ ๋ฒ๋ฆด๋ ค๋ฉด ๋ฉ์ผ ์ฐ๊ธฐ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Close email window if you want to discard item. */ MSG_ID_AB0 = 0xab0, -/*20141210 to 20180523 +/*20141210 to 20180612 ์๋๋ฐฉ์ด ์น๊ตฌ ์์ฒญ์ค์
๋๋ค The opponent has already requested you to be a friend. */ MSG_ID_AB1 = 0xab1, #endif #if PACKETVER >= 20141217 -/*20141217 to 20180523 +/*20141217 to 20180612 SCRIPT ERROR AID */ MSG_ID_AB2 = 0xab2, @@ -16634,7 +16634,7 @@ SCRIPT ERROR AID Errorfile : %s ErrorLine : %d ์ค ErrorContext: %s -20150107 to 20180523 +20150107 to 20180612 Errorfile : %s ErrorLine : %d ์ค @@ -16651,152 +16651,152 @@ ErrorContext: %s MSG_ID_AB3 = 0xab3, #endif #if PACKETVER >= 20141223 -/*20141223 to 20180523 +/*20141223 to 20180612 ^ff0000ํด๋น ์์ดํ
์ ๊ตฌ๋งค ํ์๊ฒ ์ต๋๊น? %dํฌ์ธํธ ๋ฐ %d ไป่ฒ๊ฐ ์ฐจ๊ฐ ๋ฉ๋๋ค. ^ff0000Are you sure want to purchase the item? after confirmation will consume %d point and %d crackers. */ MSG_ID_AB4 = 0xab4, -/*20141223 to 20180523 +/*20141223 to 20180612 ๋ซ๊ธฐ Close */ MSG_ID_AB5 = 0xab5, -/*20141223 to 20180523 +/*20141223 to 20180612 ํ์คํธ Quest */ MSG_ID_AB6 = 0xab6, -/*20141223 to 20180523 +/*20141223 to 20180612 ํ์คํธ ์์ด์ฝ ๋ณด๊ธฐ View Quest icon */ MSG_ID_AB7 = 0xab7, -/*20141223 to 20180523 +/*20141223 to 20180612 ํธ์์์ค Facility */ MSG_ID_AB8 = 0xab8, -/*20141223 to 20180523 +/*20141223 to 20180612 ํธ์์์ค ์์ด์ฝ ๋ณด๊ธฐ View Facility icon */ MSG_ID_AB9 = 0xab9, -/*20141223 to 20180523 +/*20141223 to 20180612 ๊ธธ๋์/ํํฐ์ Guild/Party */ MSG_ID_ABA = 0xaba, /*20141223 to 20150311 ๊ธธ๋์/ํํฐ์ ํ์ -20150318 to 20180523 +20150318 to 20180612 ๊ธธ๋์/ํํฐ์ ๋ณด๊ธฐ Show Guild/Party */ MSG_ID_ABB = 0xabb, -/*20141223 to 20180523 +/*20141223 to 20180612 ๊ธฐ๋กํ๊ธฐ Record */ MSG_ID_ABC = 0xabc, -/*20141223 to 20180523 +/*20141223 to 20180612 ๋ณด์ค๋ชฌ์คํฐ Boss Monster */ MSG_ID_ABD = 0xabd, -/*20141223 to 20180523 +/*20141223 to 20180612 ๋ I */ MSG_ID_ABE = 0xabe, -/*20141223 to 20180523 +/*20141223 to 20180612 ์ญ์ ํ์๊ฒ ์ต๋๊น? Are you sure want to delete it? */ MSG_ID_ABF = 0xabf, -/*20141223 to 20180523 +/*20141223 to 20180612 ํ์คํธ NPC Quest NPC */ MSG_ID_AC0 = 0xac0, -/*20141223 to 20180523 +/*20141223 to 20180612 ๋ฉ๋ชจํ ๋ด์ฉ์ ๊ธฐ๋กํฉ๋๋ค Record content */ MSG_ID_AC1 = 0xac1, -/*20141223 to 20180523 +/*20141223 to 20180612 ์ ์ฅํ๊ธฐ Store */ MSG_ID_AC2 = 0xac2, -/*20141223 to 20180523 +/*20141223 to 20180612 ๋ฉ๋ชจํ๊ธฐ Record */ MSG_ID_AC3 = 0xac3, -/*20141223 to 20180523 +/*20141223 to 20180612 %s [%d์ต์
] %d๊ฐ %s [%d Property] %d ea */ MSG_ID_AC4 = 0xac4, -/*20141223 to 20180523 +/*20141223 to 20180612 %s [%d์ต์
] %s Zeny %s [%d Property] %s Zeny */ MSG_ID_AC5 = 0xac5, #endif #if PACKETVER >= 20141231 -/*20141231 to 20180523 +/*20141231 to 20180612 %s [%d์ต์
] %d %s %d -> %s %s %s [%d Property] %d %s %d -> %s %s */ MSG_ID_AC6 = 0xac6, -/*20141231 to 20180523 +/*20141231 to 20180612 %s [%d์ต์
] %d %s %s %s %s [%d Property] %d %s %s %s */ MSG_ID_AC7 = 0xac7, -/*20141231 to 20180523 +/*20141231 to 20180612 %s [%d์ต์
] %d -> %s %s %s [%d Property] %d -> %s %s */ MSG_ID_AC8 = 0xac8, -/*20141231 to 20180523 +/*20141231 to 20180612 %s [%d์ต์
] %s %s %s [%d Property] %s %s */ MSG_ID_AC9 = 0xac9, #endif #if PACKETVER >= 20150107 -/*20150107 to 20180523 +/*20150107 to 20180612 ์ต์ ๊ฑฐ๋ ๋จ์ 100 ไป่ฒ ์ด์์ผ๋ก ์ค์ ํ์
์ผ ํฉ๋๋ค. The minimum trading unit must be 100 crackers or more. */ MSG_ID_ACA = 0xaca, #endif #if PACKETVER >= 20150114 -/*20150114 to 20180523 +/*20150114 to 20180612 ๋จธ๋ฆฌ ์ Hair color */ MSG_ID_ACB = 0xacb, -/*20150114 to 20180523 +/*20150114 to 20180612 ๋จธ๋ฆฌ ๋ชจ์ Hair style */ MSG_ID_ACC = 0xacc, -/*20150114 to 20180523 +/*20150114 to 20180612 ์ท ์ Cloth color */ MSG_ID_ACD = 0xacd, -/*20150114 to 20180523 +/*20150114 to 20180612 ์ท ๋ชจ์ Cloth pattern */ MSG_ID_ACE = 0xace, #endif #if PACKETVER >= 20150217 -/*20150217 to 20180523 +/*20150217 to 20180612 ์ง์๋์ง ์๋ ๋งต ์
๋๋ค. Unsupported Map. */ @@ -16805,251 +16805,251 @@ Unsupported Map. #if PACKETVER >= 20150304 /*20150304 to 20150318 2147483647 Zeny ์ดํ๋ก ์
๋ ฅ ํ์ญ์์ค. -20150325 to 20180523 +20150325 to 20180612 2,147,483,647 Zeny ์ดํ๋ก ์
๋ ฅ ํ์ญ์์ค. Enter Zeny Below 2,147,483,647. */ MSG_ID_AD0 = 0xad0, -/*20150304 to 20180523 +/*20150304 to 20180612 1 Zeny ์ด์ ์
๋ ฅ ํ์ญ์์ค. Please Enter atleast 1 zeny. */ MSG_ID_AD1 = 0xad1, -/*20150304 to 20180523 +/*20150304 to 20180612 ๋ณด์ ํ Zeny ๊ฐ ์์ต๋๋ค. You do not hold any zeny. */ MSG_ID_AD2 = 0xad2, -/*20150304 to 20180523 +/*20150304 to 20180612 ์ ๋ ์ฐฝ๊ณ Zeny Storage */ MSG_ID_AD3 = 0xad3, -/*20150304 to 20180523 +/*20150304 to 20180612 ์ฐฝ๊ณ ๋ณด์ ์ก in Bank */ MSG_ID_AD4 = 0xad4, -/*20150304 to 20180523 +/*20150304 to 20180612 ์์ง๊ธ on hand */ MSG_ID_AD5 = 0xad5, -/*20150304 to 20180523 +/*20150304 to 20180612 ์
๊ธ Deposit */ MSG_ID_AD6 = 0xad6, -/*20150304 to 20180523 +/*20150304 to 20180612 ์ถ๊ธ Withdraw */ MSG_ID_AD7 = 0xad7, -/*20150304 to 20180523 +/*20150304 to 20180612 1 z UP 1z UP */ MSG_ID_AD8 = 0xad8, -/*20150304 to 20180523 +/*20150304 to 20180612 1 z Down 1z Down */ MSG_ID_AD9 = 0xad9, -/*20150304 to 20180523 +/*20150304 to 20180612 Max */ MSG_ID_ADA = 0xada, -/*20150304 to 20180523 +/*20150304 to 20180612 ์
๋ ฅ๊ฐ์ด ์์ต๋๋ค There is no Input value */ MSG_ID_ADB = 0xadb, -/*20150304 to 20180523 +/*20150304 to 20180612 ๋ณด์ Zeny ๋ถ์กฑ Not enough zeny */ MSG_ID_ADC = 0xadc, -/*20150304 to 20180523 +/*20150304 to 20180612 ์
๋ ฅ๊ฐ ํ์ Input Required */ MSG_ID_ADD = 0xadd, -/*20150304 to 20180523 +/*20150304 to 20180612 ๋ฌธ์ ์
๋ ฅ ๋ถ๊ฐ Numbers only */ MSG_ID_ADE = 0xade, -/*20150304 to 20180523 +/*20150304 to 20180612 ์ต๋ ์
๋ ฅ ์ด๊ณผ Exceeded max input */ MSG_ID_ADF = 0xadf, -/*20150304 to 20180523 +/*20150304 to 20180612 ์ต์ ์
๋ ฅ ๋ฏธ๋ง Below Minimum Input */ MSG_ID_AE0 = 0xae0, -/*20150304 to 20180523 +/*20150304 to 20180612 ๋ณด์ Zeny ๋ถ์กฑ Not enough zeny */ MSG_ID_AE1 = 0xae1, -/*20150304 to 20180523 +/*20150304 to 20180612 ์ํ ์๊ณ ๋ถ์กฑ Insufficient funds */ MSG_ID_AE2 = 0xae2, -/*20150304 to 20180523 +/*20150304 to 20180612 ์ต๋ ๋ณด์ Zeny ์ด๊ณผ Exceeded max zeny */ MSG_ID_AE3 = 0xae3, #endif #if PACKETVER >= 20150311 -/*20150311 to 20180523 +/*20150311 to 20180612 ๋๋กญ X Drop X */ MSG_ID_AE4 = 0xae4, -/*20150311 to 20180523 +/*20150311 to 20180612 ์ฐฝ๊ณ X Storage X */ MSG_ID_AE5 = 0xae5, -/*20150311 to 20180523 +/*20150311 to 20180612 ์นดํธ X Cart X */ MSG_ID_AE6 = 0xae6, -/*20150311 to 20180523 +/*20150311 to 20180612 ๋ฉ์ผ X Mail X */ MSG_ID_AE7 = 0xae7, -/*20150311 to 20180523 +/*20150311 to 20180612 ๊ตํ์ฐฝ X Trade X */ MSG_ID_AE8 = 0xae8, -/*20150311 to 20180523 +/*20150311 to 20180612 ๊ฒฝ๋งค์ฅ X Auction X */ MSG_ID_AE9 = 0xae9, -/*20150311 to 20180523 +/*20150311 to 20180612 ๊ธธ๋์ฐฝ๊ณ X Guild Storage X */ MSG_ID_AEA = 0xaea, -/*20150311 to 20180523 +/*20150311 to 20180612 NPC์๊ฒ ํ๋งค X Sell to NPC X */ MSG_ID_AEB = 0xaeb, -/*20150311 to 20180523 +/*20150311 to 20180612 ์ด๋์ ํ์ด ์๋ ์์ดํ
์
๋๋ค. Item moves restriction. */ MSG_ID_AEC = 0xaec, #endif #if PACKETVER >= 20150401 -/*20150401 to 20180523 +/*20150401 to 20180612 ์บ๋ฆญํฐ๋ฅผ ์์ฑํด์ฃผ์ธ์! Please Create a Character! */ MSG_ID_AED = 0xaed, #endif #if PACKETVER >= 20150415 -/*20150415 to 20180523 +/*20150415 to 20180612 ์ฅ์ฐฉ๋ ํฌ์ฌ์ฒด ์์ดํ
์ ํด์ ํด์ผ ํฉ๋๋ค. You need to disarm the equipped projectiles. */ MSG_ID_AEE = 0xaee, #endif #if PACKETVER >= 20150513 -/*20150513 to 20180523 +/*20150513 to 20180612 ์ธ์ ์ด๊ณผ๋ก ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ ์
์ฅ ํ ์ ์์ต๋๋ค You cannot enter Memorial Dungeon with excess members */ MSG_ID_AEF = 0xaef, -/*20150513 to 20180523 +/*20150513 to 20180612 ์ธ์์ ์ด๊ณผ๋ก ์ธํด ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์
์ฅ์ด ๊ฑฐ๋ถ๋์์ต๋๋ค Memorial Dungeon Access was denied due to exceeding number of players */ MSG_ID_AF0 = 0xaf0, #endif #if PACKETVER >= 20150603 -/*20150603 to 20180523 +/*20150603 to 20180612 %.1f%% ( %s Server: %.1f%% + Premium:%.1f%% ) */ MSG_ID_AF1 = 0xaf1, -/*20150603 to 20180523 +/*20150603 to 20180612 %.1f%% ( %s Server: %.1f%% + Premium:%.1f%% ) */ MSG_ID_AF2 = 0xaf2, -/*20150603 to 20180523 +/*20150603 to 20180612 ์ค๋ณต๋ ์์ดํ
์ด ์กด์ฌํ์ฌ ์ฌ์ฉ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. Consuming Item denied due to multiple same item. */ MSG_ID_AF3 = 0xaf3, -/*20150603 to 20180523 +/*20150603 to 20180612 ์ค๋ณต๋ ํจ๊ณผ๊ฐ ์กด์ฌํ์ฌ ์ฌ์ฉ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. Consuming Item denied due to effect of same consumed item. */ MSG_ID_AF4 = 0xaf4, #endif #if PACKETVER >= 20150701 -/*20150701 to 20180523 +/*20150701 to 20180612 ํ๋ฉด ํ๋ค๋ฆผ ํจ๊ณผ ON Flicker Effect ON */ MSG_ID_AF5 = 0xaf5, -/*20150701 to 20180523 +/*20150701 to 20180612 ํ๋ฉด ํ๋ค๋ฆผ ํจ๊ณผ OFF Flicker Effect OFF */ MSG_ID_AF6 = 0xaf6, #endif #if PACKETVER >= 20150708 -/*20150708 to 20180523 +/*20150708 to 20180612 ๋ถ๋ฒ ํ๋ก๊ทธ๋จ ๋ฐ๊ฒฌ๋์์ต๋๋ค Illegal Programs has been detected */ MSG_ID_AF7 = 0xaf7, #endif #if PACKETVER >= 20150722 -/*20150722 to 20180523 +/*20150722 to 20180612 ๋ฉ์ผ ๋ณด๋ด๊ธฐ Send Mail */ MSG_ID_AF8 = 0xaf8, #endif #if PACKETVER >= 20150729 -/*20150729 to 20180523 +/*20150729 to 20180612 E X P : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) E X P: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) */ MSG_ID_AF9 = 0xaf9, -/*20150729 to 20180523 +/*20150729 to 20180612 DROP : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) DROP : %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) */ MSG_ID_AFA = 0xafa, -/*20150729 to 20180523 +/*20150729 to 20180612 DEATH : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) DEATH: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) */ MSG_ID_AFB = 0xafb, #endif #if PACKETVER >= 20150826 -/*20150826 to 20180523 +/*20150826 to 20180612 ํด๋น ํ๊ทธ๋ ์ด๋ฆ์ผ๋ก ์ฌ์ฉํ์ค ์ ์์ต๋๋ค. Name with this tag cannot be used. */ MSG_ID_AFC = 0xafc, #endif #if PACKETVER >= 20150916 -/*20150916 to 20180523 +/*20150916 to 20180612 ???? bdbac5b8c0cfb8b52098de Style Shop */ @@ -17058,14 +17058,14 @@ Style Shop #if PACKETVER >= 20151028 /*20151028 to 20151125 ์ฟ ํฐ ์์, ์์ ์์ ๊ตฌ๋งคํด์ผํด์. -20151202 to 20180523 +20151202 to 20180612 ์ฟ ํฐ ์์. Cash Shop์์ ์์ดํ
์ ๊ตฌ๋งคํด ์ฃผ์ธ์. No serial number, Please visit the store to buy. */ MSG_ID_AFE = 0xafe, /*20151028 to 20151125 ์์ดํ
์ฐฝ์ ์ฟ ํฐ ์์๋ฅผ ์ด์ด์ฃผ์ธ์ -20151202 to 20180523 +20151202 to 20180612 ์ธ๋ฒคํ ๋ฆฌ์์ ์์ดํ
์ฟ ํฐ ์์๋ฅผ ์ด์ด์ฃผ์ธ์. Please turn on Serial item number window box. */ @@ -17073,21 +17073,21 @@ Please turn on Serial item number window box. /*20151028 to 20151125 ์ํ Bank -20151202 to 20180523 +20151202 to 20180612 ํด๋น ์คํ์ผ ์ ๋ณด๋ฅผ ์ญ์ ํ์๊ฒ ์ต๋๊น? Bank */ MSG_ID_B00 = 0xb00, /*20151028 to 20151125 ์ฌ๋กฏ์ด ๊ฝ ์ฐผ์ต๋๋ค. ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํ ์ฌ์ฉํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค -20151202 to 20180523 +20151202 to 20180612 ์ฌ๋กฏ์ด ๊ฝ ์ฐผ์ต๋๋ค. ๋ด ์คํ์ผ์์ ์บ๋ฆญํฐ ์ญ์ ํ ์ฌ์ฉํด ์ฃผ์ญ์์ค. Slot is full, please delete a character. */ MSG_ID_B01 = 0xb01, /*20151028 to 20151125 ์ฌ์ฉํ์ ์์ดํ
์ ๋๋๋ฆด ์ ์์ต๋๋ค. ์ ์ฉํ์๊ฒ ์ต๋๊น? -20151202 to 20180523 +20151202 to 20180612 ๋น์ฉ์ ์ง๋ถํ๊ณ ํ์ฌ ์คํ์ผ์ ์ ์ฉํ์๊ฒ ์ต๋๊น? (โป ๋น์ฉ์ ๋ฐํ๋์ง ์์ต๋๋ค.) Item cannot be restored, are you sure want to apply it? @@ -17097,68 +17097,68 @@ Item cannot be restored, are you sure want to apply it? #if PACKETVER >= 20151104 /*20151104 to 20151125 ๊ด์ฌ ์คํ์ผ๋ก ๋ฑ๋ก๋์์ต๋๋ค -20151202 to 20180523 +20151202 to 20180612 ํ์ฌ ์คํ์ผ์ ์ ์ฅํ์์ต๋๋ค. Registered as the following style. */ MSG_ID_B03 = 0xb03, /*20151104 to 20151125 ์ํ์ ์ถฉ๋ถํ ์ ๋๊ฐ ์์ต๋๋ค. ๋จผ์ ์ํ์ผ๋ก ๊ฐ์ธ์. -20151202 to 20180523 +20151202 to 20180612 ๋ณด์ Zeny ๋ถ์กฑ. ์ํ์ ์ถฉ๋ถํ Zeny๊ฐ ์์ต๋๋ค. There are plenty of golds in the bank, Please go to the bank now. */ MSG_ID_B04 = 0xb04, #endif #if PACKETVER >= 20151118 -/*20151118 to 20180523 +/*20151118 to 20180612 ์ผ๋ก ์ด๋ํฉ๋๋ค. moving... */ MSG_ID_B05 = 0xb05, -/*20151118 to 20180523 +/*20151118 to 20180612 ํด๋น ๊ตญ๊ฐ์ ์๊ณตํต๊ณผ์ ๋ํ ํ๊ฐ๊ฐ ๋์ง ์์์ต๋๋ค. You are not allowed to fly over the sovereign airspace of the country. */ MSG_ID_B06 = 0xb06, -/*20151118 to 20180523 +/*20151118 to 20180612 ๋ง๋๋ก ๋๊ธฐ๋ถ์์ ์ด ๊ณ์๋์ด ๋น๊ณต์ ์ดํ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Airship flight is temporarily unavailable due to atmospheric instability caused by magic. */ MSG_ID_B07 = 0xb07, -/*20151118 to 20180523 +/*20151118 to 20180612 ๊ฐ์ธ ๋น๊ณต์ Private airship */ MSG_ID_B08 = 0xb08, -/*20151118 to 20180523 +/*20151118 to 20180612 ์ ์ ํ ๋ค์ ์๋ํด์ฃผ์ธ์. Please try again in a moment. */ MSG_ID_B09 = 0xb09, -/*20151118 to 20180523 +/*20151118 to 20180612 ๊ฐ์ธ ๋น๊ณต์ ์ด์ฉ์ ํ์ํ ์ ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. Not enough Zeny to use the private airship. */ MSG_ID_B0A = 0xb0a, /*20151118 to 20170920 ๊ฐ์ธ ๋น๊ณต์ ์ด์ฉ์ ํ์ํ ํต์กฐ๋ฆผ์ด ๋ถ์กฑํฉ๋๋ค. -20170927 to 20180523 +20170927 to 20180612 ๊ฐ์ธ ๋น๊ณต์ ์ด์ฉ์ ํ์ํ ์์ดํ
์ด ๋ถ์กฑํฉ๋๋ค. Not enough Cans to use the private airship. */ MSG_ID_B0B = 0xb0b, -/*20151118 to 20180523 +/*20151118 to 20180612 ๊ฐ์ธ ๋น๊ณต์ ์ ์ด์ฉํ ์ ์๋ ๋ ๋ฒจ์ด ์๋๋๋ค. You cannot meet the level to use the private airship. */ MSG_ID_B0C = 0xb0c, -/*20151118 to 20180523 +/*20151118 to 20180612 ์ ํํ ์ง์ ์ผ๋ก ๊ฐ์ธ๋น๊ณต์ ์ด ์ด๋ํ ์ ์์ต๋๋ค. You cannot move to the selected point by the private airship. */ MSG_ID_B0D = 0xb0d, -/*20151118 to 20180523 +/*20151118 to 20180612 ํ ์ง์ ์์ ๊ฐ์ธ๋น๊ณต์ ์ ์ด์ฉํ ์ ์์ต๋๋ค. You cannot use the private airship where you are now. */ @@ -17168,33 +17168,33 @@ You cannot use the private airship where you are now. /*20151125 to 20151125 ์
์ธ์ฌ๋ฆฌ Accessory -20151202 to 20180523 +20151202 to 20180612 ์ก์ธ์๋ฆฌ Accessory */ MSG_ID_B0F = 0xb0f, -/*20151125 to 20180523 +/*20151125 to 20180612 ์ธ์ปจ๋์ฝ์คํฌ Second costume */ MSG_ID_B10 = 0xb10, /*20151125 to 20151125 ์ฆ๊ฒจ์ฐพ๊ธฐ -20151202 to 20180523 +20151202 to 20180612 ๋ด ์คํ์ผ Wardrobe */ MSG_ID_B11 = 0xb11, /*20151125 to 20151125 ์ผ์์ ํ ์ ์๋ ๋จธ๋ฆฌ์คํ์ผ์
๋๋ค. -20151202 to 20180523 +20151202 to 20180612 ์ผ์ํ ์ ์๋ ํค์ด์คํ์ผ์
๋๋ค. This hairstyle cannot be dyed. */ MSG_ID_B12 = 0xb12, /*20151125 to 20151125 ํ์ดํ๋ฅผ ๋๋ฌ ๋ง์์ ๋๋ ์คํ์ผ์ ์ ํํ ์ ์์ด์. -20151202 to 20180523 +20151202 to 20180612 ํ์ดํ๋ฅผ ๋๋ฌ ๋ง์์ ๋๋ ์คํ์ผ์ ์ ํํด ๋ณด์ธ์. Press an arrow to choose the style you want. */ @@ -17204,7 +17204,7 @@ Press an arrow to choose the style you want. /*20151202 to 20151202 ์คํ์ผ ์๋ก์ด ์คํ์ผ์ ํ์ธํด ๋ณด์ธ์. (โป ์ก์ธ์๋ฆฌ ๊ตฌ๋งค ์ RODEX๋ก ๋ฐ์ก๋ฉ๋๋ค.) -20151209 to 20180523 +20151209 to 20180612 ์๋ก์ด ์คํ์ผ์ ํ์ธํด ๋ณด์ธ์. (โป ์ก์ธ์๋ฆฌ ๊ตฌ๋งค ์ RODEX๋ก ๋ฐ์ก๋ฉ๋๋ค.) Come and see the new styles. @@ -17213,50 +17213,50 @@ Come and see the new styles. MSG_ID_B14 = 0xb14, #endif #if PACKETVER >= 20151223 -/*20151223 to 20180523 +/*20151223 to 20180612 ๊ธฐ๋ณธ ์คํ์ผ Basic style */ MSG_ID_B15 = 0xb15, #endif #if PACKETVER >= 20160106 -/*20160106 to 20180523 +/*20160106 to 20180612 ํด๋น ์คํฌ์ BaseLv %d ์ด์๋ถํฐ ์คํฌ ํฌ์ธํธ ํฌ์๊ฐ ๊ฐ๋ฅํฉ๋๋ค. You can level up the skill from the base Lv. %d. */ MSG_ID_B16 = 0xb16, #endif #if PACKETVER >= 20160113 -/*20160113 to 20180523 +/*20160113 to 20180612 ํด๋น ํน์๊ธฐํธ๋ ์ด๋ฆ์ ์ฌ์ฉํ์ค ์ ์์ต๋๋ค. Special symbol can't be used in name */ MSG_ID_B17 = 0xb17, -/*20160113 to 20180523 +/*20160113 to 20180612 MHP๊ฐ ๋๋ฌด ๋ฎ์, ํด๋น ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค MaxHP is to low to use this skill */ MSG_ID_B18 = 0xb18, -/*20160113 to 20180523 +/*20160113 to 20180612 MSP๊ฐ ๋๋ฌด ๋ฎ์, ํด๋น ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค MaxSP is to low to use this skill */ MSG_ID_B19 = 0xb19, #endif #if PACKETVER >= 20160203 -/*20160203 to 20180523 +/*20160203 to 20180612 ์์ดํ
๋น๊ตํ๊ธฐ Compare items */ MSG_ID_B1A = 0xb1a, -/*20160203 to 20180523 +/*20160203 to 20180612 ์์ดํ
๋ฒ๋ฆฌ๊ธฐ ์ ๊ธ Drop lock */ MSG_ID_B1B = 0xb1b, #endif #if PACKETVER >= 20160224 -/*20160224 to 20180523 +/*20160224 to 20180612 ์คํฌ๋ฆฐ์ท ํ์ผ์ด ์ฒจ๋ถ ๋์ง ์์์ต๋๋ค. Screenshots are not attached */ @@ -17265,465 +17265,465 @@ Screenshots are not attached SNSํต์ 20160518 to 20160817 TWITTER -20160824 to 20180523 +20160824 to 20180612 Twitter TWITTER */ MSG_ID_B1D = 0xb1d, -/*20160224 to 20180523 +/*20160224 to 20180612 ์ผ๋ฐ General */ MSG_ID_B1E = 0xb1e, -/*20160224 to 20180523 +/*20160224 to 20180612 ๊ณต์ง Notice */ MSG_ID_B1F = 0xb1f, -/*20160224 to 20180523 +/*20160224 to 20180612 ๋ฐ์ก Clear */ MSG_ID_B20 = 0xb20, -/*20160224 to 20180523 +/*20160224 to 20180612 ์๋ก๊ณ ์นจ Refresh */ MSG_ID_B21 = 0xb21, -/*20160224 to 20180523 +/*20160224 to 20180612 %d๋ถ %d minute */ MSG_ID_B22 = 0xb22, -/*20160224 to 20180523 +/*20160224 to 20180612 %d์๊ฐ %d hour */ MSG_ID_B23 = 0xb23, -/*20160224 to 20180523 +/*20160224 to 20180612 %d์ผ %d day */ MSG_ID_B24 = 0xb24, -/*20160224 to 20180523 +/*20160224 to 20180612 ๋ฐ์ก๋จ Returned */ MSG_ID_B25 = 0xb25, -/*20160224 to 20180523 +/*20160224 to 20180612 ์ ํํ ๋ฉ์ผ์ ์ญ์ ํ์๊ฒ ์ต๋๊น? Do you want to delete the message? */ MSG_ID_B26 = 0xb26, #endif #if PACKETVER >= 20160302 -/*20160302 to 20180523 +/*20160302 to 20180612 ์์นํ์ Show information */ MSG_ID_B27 = 0xb27, -/*20160302 to 20180523 +/*20160302 to 20180612 ํ๋ Zoom In */ MSG_ID_B28 = 0xb28, -/*20160302 to 20180523 +/*20160302 to 20180612 ์ถ์ Zoom Out */ MSG_ID_B29 = 0xb29, -/*20160302 to 20180523 +/*20160302 to 20180612 ๋งต๋ณด๊ธฐ Maximize */ MSG_ID_B2A = 0xb2a, -/*20160302 to 20180523 +/*20160302 to 20180612 ์๋๋ณด๊ธฐ Show world map */ MSG_ID_B2B = 0xb2b, -/*20160302 to 20180523 +/*20160302 to 20180612 ์์ดํ
์์ง ์ข
๋ฅ์ Total possession item type */ MSG_ID_B2C = 0xb2c, #endif #if PACKETVER >= 20160309 -/*20160309 to 20180523 +/*20160309 to 20180612 /minimap */ MSG_ID_B2D = 0xb2d, -/*20160309 to 20180523 +/*20160309 to 20180612 ๋ฏธ๋๋งต ๋ฒํผ์ ํ์ํฉ๋๋ค Show minimap buttons */ MSG_ID_B2E = 0xb2e, -/*20160309 to 20180523 +/*20160309 to 20180612 ๋ฏธ๋๋งต ๋ฒํผ์ ํ์ํ์ง ์์ต๋๋ค Hide minimap buttons */ MSG_ID_B2F = 0xb2f, -/*20160309 to 20180523 +/*20160309 to 20180612 ๊ธธ๋ ์ ์์ ์ ๋ ฌ Show guild member login status */ MSG_ID_B30 = 0xb30, #endif #if PACKETVER >= 20160323 -/*20160323 to 20180523 +/*20160323 to 20180612 ์น๋ฐ๋ : %s Intimacy: %s */ MSG_ID_B31 = 0xb31, -/*20160323 to 20180523 +/*20160323 to 20180612 ํ์ธ ์ Confirmation */ MSG_ID_B32 = 0xb32, #endif #if PACKETVER >= 20160330 -/*20160330 to 20180523 +/*20160330 to 20180612 ํํฐ ์ด๋ฆ Team name */ MSG_ID_B33 = 0xb33, -/*20160330 to 20180523 +/*20160330 to 20180612 ํํฐ์ฅ Leader */ MSG_ID_B34 = 0xb34, -/*20160330 to 20180523 +/*20160330 to 20180612 ์ ํ ์๊ฐ ์ด๊ณผ. ํด๋ผ์ด์ธํธ๋ฅผ ์ข
๋ฃํฉ๋๋ค. Time limit exceeded. Closing the client */ MSG_ID_B35 = 0xb35, -/*20160330 to 20180523 +/*20160330 to 20180612 ์๋ชป๋ ์
๋ ฅ์
๋๋ค. ํด๋ผ์ด์ธํธ๋ฅผ ์ข
๋ฃํฉ๋๋ค. Input error. Closing the client */ MSG_ID_B36 = 0xb36, -/*20160330 to 20180523 +/*20160330 to 20180612 ์ ๋ต ์
๋๋ค. ๋ณด์์ผ๋ก ์์ ์ ๋ฒํ๊ฐ ์ฃผ์ด์ง๋๋ค. Incorrect input. A small buff has given to you */ MSG_ID_B37 = 0xb37, -/*20160330 to 20180523 +/*20160330 to 20180612 ์๋ฌธ 4์, ํ๊ธ 2์ ์ด์์ผ๋ก ์
๋ ฅํด์ผ ํฉ๋๋ค. Enter 4 english words and 2 chinese words */ MSG_ID_B38 = 0xb38, -/*20160330 to 20180523 +/*20160330 to 20180612 ์
๋ ฅํ ๋ต์ด [%s]๊ฐ ๋ง์ต๋๊น? Your entered answer is [%s]. Is it right? */ MSG_ID_B39 = 0xb39, -/*20160330 to 20180523 +/*20160330 to 20180612 ์ ํ๋ ์ด๋ฏธ์ง๊ฐ ์์ต๋๋ค. Icon is unchecked */ MSG_ID_B3A = 0xb3a, -/*20160330 to 20180523 +/*20160330 to 20180612 ์๋ชป๋ ์
๋ ฅ์
๋๋ค. (๋จ์ ๊ธฐํ %d๋ฒ) Incorrect input (Remaining chance: %d) */ MSG_ID_B3B = 0xb3b, -/*20160330 to 20180523 +/*20160330 to 20180612 ์ด %d๋ช
์ ์ ์ ๋ฅผ ์ ๊ณ ํ์๊ฒ ์ต๋๊น? Do you want to announce %d to player? */ MSG_ID_B3C = 0xb3c, -/*20160330 to 20180523 +/*20160330 to 20180612 ์ ์ ์๊ฒ ๋ฉ์์ง๋ฅผ ๋ณด๋์ต๋๋ค. Message has been sent to player */ MSG_ID_B3D = 0xb3d, -/*20160330 to 20180523 +/*20160330 to 20180612 ๋ถ๋ฒ ํ๋ก๊ทธ๋จ ๋จ์์ ํ์ํ ๋ฐ์ดํฐ๊ฐ ๋ฏธ๋ฑ๋ก ์ํ์
๋๋ค. Needed Data for Query illegal software are not signed. */ MSG_ID_B3E = 0xb3e, -/*20160330 to 20180523 +/*20160330 to 20180612 ์ด๋ฏธ ๋งคํฌ๋ก ๊ฐ์์ค์ธ ์ ์ ์
๋๋ค. The player is being monitored. */ MSG_ID_B3F = 0xb3f, -/*20160330 to 20180523 +/*20160330 to 20180612 ๋งคํฌ๋ก๊ฐ ๋ฑ๋ก๋์์ต๋๋ค.. Already signed in investigation system. */ MSG_ID_B40 = 0xb40, -/*20160330 to 20180523 +/*20160330 to 20180612 ์ด๋ฏธ์ง ๋ฑ๋ก์ ์คํจํ์์ต๋๋ค. Failed to store icon. */ MSG_ID_B41 = 0xb41, -/*20160330 to 20180523 +/*20160330 to 20180612 ์ ๋ต ๋ฑ๋ก์ ์คํจํ์์ต๋๋ค. Failed to store replied answer. */ MSG_ID_B42 = 0xb42, -/*20160330 to 20180523 +/*20160330 to 20180612 ์๋
ํ์ธ์. ๋ถ๋ฒํ๋ก๊ทธ๋จ ๋จ์์ค์
๋๋ค. Hello, illegal software is being monitored. */ MSG_ID_B43 = 0xb43, -/*20160330 to 20180523 +/*20160330 to 20180612 ์ง์ ๋ ์๊ฐ๋ด์ ์๋์ ๋ฌธ์๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter the text below within the specified time. */ MSG_ID_B44 = 0xb44, -/*20160330 to 20180523 +/*20160330 to 20180612 3ํ ์ค๋ฅ์ ์ด์์ ์ฑ
์ ์๊ฑฐํ์ฌ ์๊ตฌ๋ธ๋ก๋ฉ๋๋ค. According to game regulation, when you enter the wrong text three times, you will get banned. */ MSG_ID_B45 = 0xb45, -/*20160330 to 20180523 +/*20160330 to 20180612 ๋จ์ ํ์ : %d Remaining chance : %d */ MSG_ID_B46 = 0xb46, -/*20160330 to 20180523 +/*20160330 to 20180612 ์บ๋ฆญํฐ Role */ MSG_ID_B47 = 0xb47, -/*20160330 to 20180523 +/*20160330 to 20180612 ๋ฒ์ Range */ MSG_ID_B48 = 0xb48, -/*20160330 to 20180523 +/*20160330 to 20180612 ์บ๋ฆญํฐ ์ ํ์ ์ขํด๋ฆญ์ผ๋ก ํฉ๋๋ค. You use the left mouse button to specify the role */ MSG_ID_B49 = 0xb49, -/*20160330 to 20180523 +/*20160330 to 20180612 ๋ฒ์ ์ ํ์ ์ฐํด๋ฆญ์ผ๋ก ํฉ๋๋ค. You use the left mouse button to specify the range */ MSG_ID_B4A = 0xb4a, -/*20160330 to 20180523 +/*20160330 to 20180612 ๋ฒ์ ํฌ๊ธฐ๋ฅผ ์ง์ ํ๊ธฐ ์ํด์๋ ์ํฐ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์ Not a valid range, please press Enter */ MSG_ID_B4B = 0xb4b, -/*20160330 to 20180523 +/*20160330 to 20180612 E X P : %.1f%% ( basic %.1f%% %s %.1f%%) */ MSG_ID_B4C = 0xb4c, -/*20160330 to 20180523 +/*20160330 to 20180612 DROP : %.1f%% ( basic %.1f%% %s %.1f%%) */ MSG_ID_B4D = 0xb4d, -/*20160330 to 20180523 +/*20160330 to 20180612 DEATH : %.1f%% ( basic %.1f%% %s %.1f%%) */ MSG_ID_B4E = 0xb4e, /*20160330 to 20160330 ๋ณ๊ฒฝ๋ ์บ๋ฆญ๋ช
%s ๋ก ์ ์กํ์ต๋๋ค. ํ์ธ ๋ฐ๋๋๋ค -20160406 to 20180523 +20160406 to 20180612 ๋ณ๊ฒฝ๋ ์บ๋ฆญ๋ช
์ผ๋ก ๋ฐ์กํ์ต๋๋ค. ๋ณ๊ฒฝ๋ ์บ๋ฆญ๋ช
: %s The role name will be sent: %s */ MSG_ID_B4F = 0xb4f, #endif #if PACKETVER >= 20160427 -/*20160427 to 20180523 +/*20160427 to 20180612 ํฉ์ฑ์ ํ์ํ ์ฌ๋ฃ Synthesis of the required materials */ MSG_ID_B50 = 0xb50, -/*20160427 to 20180523 +/*20160427 to 20180612 ์กฐํฉ ์ฌ๋ฃ๊ฐ ๋ถ์กฑํด์ ์กฐํฉํ ์ ์์ต๋๋ค. Insufficient synthesis materials */ MSG_ID_B51 = 0xb51, #endif #if PACKETVER >= 20160504 -/*20160504 to 20180523 +/*20160504 to 20180612 ํด๋น ์ฌ๋ฃ๋ %d๊ฐ๊ฐ ํ์ํฉ๋๋ค. Required material %d ea. */ MSG_ID_B52 = 0xb52, -/*20160504 to 20180523 +/*20160504 to 20180612 ์ ๋ จ๋๊ฐ ๋ฎ์์ ์กฐํฉํ ์ ์์ต๋๋ค. Refine value is to low for synthesis */ MSG_ID_B53 = 0xb53, -/*20160504 to 20180523 +/*20160504 to 20180612 ๋ชจํ๊ฐ์ค๊ฐ์์ ๋ฑ๋ก ํ์๊ฒ ์ต๋๊น? Do you want to sign in to the adventurers? */ MSG_ID_B54 = 0xb54, #endif #if PACKETVER >= 20160511 -/*20160511 to 20180523 +/*20160511 to 20180612 ์์ ๋กญ๊ฒ ์ฝ๋ฉํธ๋ฅผ ๋จ๊ฒจ๋ณด์ธ์. Please leave a message */ MSG_ID_B55 = 0xb55, #endif #if PACKETVER >= 20160518 -/*20160518 to 20180523 +/*20160518 to 20180612 ๊ทธ๋ฆผ์ ๋ณด์ด๋ ๋ฌธ์๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter the text on the graph */ MSG_ID_B56 = 0xb56, -/*20160518 to 20180523 +/*20160518 to 20180612 %d์ด ๋จ์์ต๋๋ค %d second left */ MSG_ID_B57 = 0xb57, -/*20160518 to 20180523 +/*20160518 to 20180612 OTP ์ธ์ฆ๋ฒํธ 6์๋ฆฌ๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์ Please enter your 6 identification number. */ MSG_ID_B58 = 0xb58, -/*20160518 to 20180523 +/*20160518 to 20180612 ์ธ์ฆ๋ฒํธ Identification number. */ MSG_ID_B59 = 0xb59, -/*20160518 to 20180523 +/*20160518 to 20180612 6์๋ฆฌ์ ์ซ์๊ฐ ์๋๋๋ค. ๋ค์ ํ์ธํด ์ฃผ์ธ์ It's not a 6 identification number. Please try again */ MSG_ID_B5A = 0xb5a, #endif #if PACKETVER >= 20160601 -/*20160601 to 20180523 +/*20160601 to 20180612 ์ด๋ฏธ ์ญ์ ๋ ๋ฉ์ผ์
๋๋ค. The message has been deleted */ MSG_ID_B5B = 0xb5b, #endif #if PACKETVER >= 20160615 -/*20160615 to 20180523 +/*20160615 to 20180612 ๊ฐ์ธ ๋น๊ณต์ ์ผ๋ก ์ด๋ํ ์ง์ญ์ ์ ํํด์ฃผ์ธ์. Please select the area where the private airship will move */ MSG_ID_B5C = 0xb5c, -/*20160615 to 20180523 +/*20160615 to 20180612 E X P : %d%% ( basic 100.0%% %s %d%%) */ MSG_ID_B5D = 0xb5d, -/*20160615 to 20180523 +/*20160615 to 20180612 DROP : %d%% ( basic 100.0%% %s %d%%) */ MSG_ID_B5E = 0xb5e, -/*20160615 to 20180523 +/*20160615 to 20180612 DEATH : %d%% ( basic 100.0%% %s %d%%) */ MSG_ID_B5F = 0xb5f, -/*20160615 to 20180523 +/*20160615 to 20180612 ๋ชฉ์ ์ง๋ก ์ด๋์ค์
๋๋ค. Move to the destination */ MSG_ID_B60 = 0xb60, #endif #if PACKETVER >= 20160629 -/*20160629 to 20180523 +/*20160629 to 20180612 [%s] ํ์ผ์ด ์กด์ฌํ์ง ์์ default AI ๋ก ๋์ํฉ๋๋ค The [%s] is not present, the default AI will be used instead. */ MSG_ID_B61 = 0xb61, /*20160629 to 20160630 %.1f%% ( Premium %.1f%% + %s %.1f%%) -20160706 to 20180523 +20160706 to 20180612 %.1f%% ( Basic 100.0%% + Premium %.1f%% + %s %.1f%%) %.1f%% ( Basic 100.0%% + Premium %.1f%% + %s %.1f%%) */ MSG_ID_B62 = 0xb62, #endif #if PACKETVER >= 20160706 -/*20160706 to 20180523 +/*20160706 to 20180612 ์ด ์๋ฆฌ์ ๋
ธ์ ์ ์ธ์ฐ์๊ฒ ์ต๋๊น? Would you like to open a shop at this location? */ MSG_ID_B63 = 0xb63, #endif #if PACKETVER >= 20160713 -/*20160713 to 20180523 +/*20160713 to 20180612 ๋๋์กฑ์ ํด๋น ์์์ ์
์ ์ ์์ต๋๋ค. Doram race can't wear this clothes */ MSG_ID_B64 = 0xb64, /*20160713 to 20160727 ๊ตฌ์
ํ ๋ฌผ๊ฑด์ด ๋ก๋ฑ์ค๋ก ๋ฐฐ์ก๋์์ต๋๋ค. -20160803 to 20180523 +20160803 to 20180612 ํ๋งค ๋
ธ์ ์์ ๊ฑฐ๋ํ ์์ดํ
์ด ๋ก๋ฑ์ค๋ก ๋ฐฐ์ก๋์์ต๋๋ค. Props open-air store sales will be traded in RODEX */ MSG_ID_B65 = 0xb65, -/*20160713 to 20180523 +/*20160713 to 20180612 30,000 z */ MSG_ID_B66 = 0xb66, -/*20160713 to 20180523 +/*20160713 to 20180612 ๋ง๋๋ ํน์ฐ ํต์กฐ๋ฆผ 100๊ฐ Malangdo Special Can 100 pc */ MSG_ID_B67 = 0xb67, #endif #if PACKETVER >= 20160720 -/*20160720 to 20180523 +/*20160720 to 20180612 ๋ฌด๊ฒ๊ฐ 80%๋ฅผ ์ด๊ณผํ์ฌ ์งํํ ์ ์์ต๋๋ค. Cannot carry anymore because weight limit over 80% */ MSG_ID_B68 = 0xb68, -/*20160720 to 20180523 +/*20160720 to 20180612 ํ๋งค๋์ง ๋ชปํ ์ํ์ด ๋ก๋ฑ์ค๋ก ๋ฐฐ์ก๋์์ต๋๋ค. Unsold items are sent to RODEX */ MSG_ID_B69 = 0xb69, #endif #if PACKETVER >= 20160727 -/*20160727 to 20180523 +/*20160727 to 20180612 ์ฅ์ฐฉ ๋ชจ์ต Preview */ MSG_ID_B6A = 0xb6a, -/*20160727 to 20180523 +/*20160727 to 20180612 ๊ธธ๋๋ง์คํฐ ์์ Assign Guild Leader */ MSG_ID_B6B = 0xb6b, -/*20160727 to 20180523 +/*20160727 to 20180612 ์ ๋ง๋ก %s๋๊ป ๊ธธ๋๋ง์คํฐ๋ฅผ ์์ํ์๊ฒ ์ต๋๊น? ์์ ํ ๋น์ ์ ์ง์๋ %s๋๊ณผ ์ง์๊ฐ ๋ฐ๋๊ฒ ๋ฉ๋๋ค. Are sure want to assign %s as guild leader? After assigned your position will become %s */ MSG_ID_B6C = 0xb6c, -/*20160727 to 20180523 +/*20160727 to 20180612 ์ฒ ํ Cancel */ MSG_ID_B6D = 0xb6d, -/*20160727 to 20180523 +/*20160727 to 20180612 ๋
ธ์ ์ ์ฒ ์ํ์๊ฒ ์ต๋๊น? Do you want to close the shop? */ MSG_ID_B6E = 0xb6e, -/*20160727 to 20180523 +/*20160727 to 20180612 %02d์ผ %02d์๊ฐ %02d๋ถ %02d์ด %02d day %02d hour %02d minute %02d second */ MSG_ID_B6F = 0xb6f, -/*20160727 to 20180523 +/*20160727 to 20180612 ์ ์๋ถ๊ฐ Unable to sign in */ MSG_ID_B70 = 0xb70, -/*20160727 to 20180523 +/*20160727 to 20180612 ์ ์๊ฐ๋ฅ์ธ์์ ์ด๊ณผํ์ฌ ์ ์์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. Unable to sign in because the maximum number of sign-in is exceeded */ MSG_ID_B71 = 0xb71, -/*20160727 to 20180523 +/*20160727 to 20180612 ๋
ธ์ ์ ์ค์นํ ์์น๋ฅผ ์ ํํด์ฃผ์ธ์. Please select a location for your shop */ MSG_ID_B72 = 0xb72, -/*20160727 to 20180523 +/*20160727 to 20180612 ํซ ์ด๋ฆ์ ^0000ff^0000ff %s^000000^000000 ๋ก ์์ ํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? Pet name will be changed to ^0000ff^0000ff %s^000000^000000, do you want to continue? */ @@ -17732,154 +17732,154 @@ Pet name will be changed to ^0000ff^0000ff %s^000000^000000, do you want to cont #if PACKETVER >= 20160803 /*20160803 to 20160803 ํ๋งค ์ผ์ : -20160810 to 20180523 +20160810 to 20180612 ๊ฑฐ๋ ์ผ์ : Trade date : */ MSG_ID_B74 = 0xb74, /*20160803 to 20160803 ํ๋งค ์์ดํ
: -20160810 to 20180523 +20160810 to 20180612 ๊ฑฐ๋ ์์ดํ
: Trade item : */ MSG_ID_B75 = 0xb75, /*20160803 to 20160803 ํ๋งค ์๋ : -20160810 to 20180523 +20160810 to 20180612 ๊ฑฐ๋ ์๋ : Trade quantity : */ MSG_ID_B76 = 0xb76, /*20160803 to 20160803 ํ๋งค ๋จ๊ฐ : -20160810 to 20180523 +20160810 to 20180612 ๊ฑฐ๋ ๋จ๊ฐ : Trade price : */ MSG_ID_B77 = 0xb77, /*20160803 to 20160803 ํ๋งค ๊ธ์ก : -20160810 to 20180523 +20160810 to 20180612 ๊ฑฐ๋ ๊ธ์ก : Total trade : */ MSG_ID_B78 = 0xb78, -/*20160803 to 20180523 +/*20160803 to 20180612 ๋
ธ์ ํ๋งค ์์ดํ
Open vending sales agent */ MSG_ID_B79 = 0xb79, -/*20160803 to 20180523 +/*20160803 to 20180612 ๋
ธ์ ๊ตฌ๋งค ์์ดํ
Open vending purchase agent */ MSG_ID_B7A = 0xb7a, -/*20160803 to 20180523 +/*20160803 to 20180612 ํ๋งค ๋
ธ์ ์๋ฅด๋ฐ์ดํธ ์ข
๋ฃ Close vending sales agent */ MSG_ID_B7B = 0xb7b, -/*20160803 to 20180523 +/*20160803 to 20180612 ๊ตฌ๋งค ๋
ธ์ ์๋ฅด๋ฐ์ดํธ ์ข
๋ฃ Close vending purchase agent */ MSG_ID_B7C = 0xb7c, -/*20160803 to 20180523 +/*20160803 to 20180612 ๋จ์ ๊ธ์ก: Balance: */ MSG_ID_B7D = 0xb7d, -/*20160803 to 20180523 +/*20160803 to 20180612 ์์ดํ
๋ฆฌ์คํธ: Item list: */ MSG_ID_B7E = 0xb7e, -/*20160803 to 20180523 +/*20160803 to 20180612 ๋
ธ์ ์๋ฅด๋ฐ์ดํธ์ Vending agent */ MSG_ID_B7F = 0xb7f, -/*20160803 to 20180523 +/*20160803 to 20180612 ๋ฐํ ์์ดํ
: Returned item: */ MSG_ID_B80 = 0xb80, -/*20160803 to 20180523 +/*20160803 to 20180612 ๋ฐํ ์๋: Returned quantity: */ MSG_ID_B81 = 0xb81, -/*20160803 to 20180523 +/*20160803 to 20180612 ๋ฐํ ์ผ์: Returned date: */ MSG_ID_B82 = 0xb82, -/*20160803 to 20180523 +/*20160803 to 20180612 ๊ตฌ๋งค ๋
ธ์ ์์ ๊ฑฐ๋ํ ๊ธ์ก์ด ๋ก๋ฑ์ค๋ก ๋ฐฐ์ก๋์์ต๋๋ค Total trade will be sent to RODEX */ MSG_ID_B83 = 0xb83, -/*20160803 to 20180523 +/*20160803 to 20180612 ์ฌ์ฉํ ์ ์๋ ์ด๋ฆ์
๋๋ค. Name isn't available */ MSG_ID_B84 = 0xb84, #endif #if PACKETVER >= 20160817 -/*20160817 to 20180523 +/*20160817 to 20180612 ์ํ์ด ๋์ฐฉํ์ต๋๋ค. Item has been delivered */ MSG_ID_B85 = 0xb85, -/*20160817 to 20180523 +/*20160817 to 20180612 ๊ตฌ์
ํด์ฃผ์
์ ๊ฐ์ฌํฉ๋๋ค. Thank you for purchasing */ MSG_ID_B86 = 0xb86, #endif #if PACKETVER >= 20160824 -/*20160824 to 20180523 +/*20160824 to 20180612 NPC์๊ฒ ์์ดํ
์ ํ๋งคํ์ง ์์ต๋๋ค. Press again to unlock */ MSG_ID_B87 = 0xb87, -/*20160824 to 20180523 +/*20160824 to 20180612 ์์ดํ
ํ๋งค ์ ๊ธ Lock from NPC selling */ MSG_ID_B88 = 0xb88, -/*20160824 to 20180523 +/*20160824 to 20180612 ๊ทผ์ฒ์์ ์ํ๊ฐ๋ฅ ์์น๋ฅผ ์ฐพ์์ ์์ต๋๋ค. There is no callable location nearby */ MSG_ID_B89 = 0xb89, -/*20160824 to 20180523 +/*20160824 to 20180612 ์ ์ฒด ํ๋ฉด ์บก์ณ Capture full screens */ MSG_ID_B8A = 0xb8a, -/*20160824 to 20180523 +/*20160824 to 20180612 ๋ถ๋ถ ํ๋ฉด ์บก์ณ Capture part of screen */ MSG_ID_B8B = 0xb8b, -/*20160824 to 20180523 +/*20160824 to 20180612 ๋ณด๋ด๊ธฐ Send */ MSG_ID_B8C = 0xb8c, -/*20160824 to 20180523 +/*20160824 to 20180612 ๊ฐ์กฑ ๋ถ๊ณผ ๋ด๋น์ Family Affairs agent */ MSG_ID_B8D = 0xb8d, -/*20160824 to 20180523 +/*20160824 to 20180612 ๊ฐ์กฑ ์ฌํญ ๋ณ๋ ์๋ด Acknowledgement of family member registrations. */ MSG_ID_B8E = 0xb8e, -/*20160824 to 20180523 +/*20160824 to 20180612 ์๋
ํ์ญ๋๊น. ๊ธ์ผ "%s"๋๊ณผ "%s"๋์ ์๋
์ธ "%s"๋์ด ๋
๋ฆฝํ์ฌ ๋จ๋
์ธ๋๋ฅผ ๊ตฌ์ฑํ์์ต๋๋ค. @@ -17902,12 +17902,12 @@ Thank you. MSG_ID_B8F = 0xb8f, #endif #if PACKETVER >= 20160831 -/*20160831 to 20180523 +/*20160831 to 20180612 ์ฅ์ฐฉ Equip */ MSG_ID_B90 = 0xb90, -/*20160831 to 20180523 +/*20160831 to 20180612 ์ด๋ฏธ์ง ์์ No image */ @@ -17916,367 +17916,367 @@ No image #if PACKETVER >= 20160907 /*20160907 to 20160921 %s์(๋) ํ์ฌ ํธ์ถ์ ์ฐจ๋จํ ์ํ์
๋๋ค. -20160928 to 20180523 +20160928 to 20180612 [%s]์(๋) ํ์ฌ ํธ์ถ์ ์ฐจ๋จํ ์ํ์
๋๋ค. [%s] is blocking Call Massage. */ MSG_ID_B92 = 0xb92, #endif #if PACKETVER >= 20160913 -/*20160913 to 20180523 +/*20160913 to 20180612 ํ์ฌ ๊ณต์ฑ์ ์ด ์งํ์ค์ด๋ฏ๋ก, ๊ธธ๋๋ง์คํฐ๋ฅผ ์์ ํ ์ ์์ต๋๋ค. Currently in WoE hours, unable to delegate Guild leader */ MSG_ID_B93 = 0xb93, -/*20160913 to 20180523 +/*20160913 to 20180612 ํ์ฌ ๊ธธ๋์ฅ ์์์ ๋ฐ์์ง ๋ง ํ๋ฃจ๊ฐ ์ง๋์ง ์์, ๊ธธ๋์ฅ์ ์์ํ ์ ์์ต๋๋ค. You have to wait for one day before delegating a new Guild leader */ MSG_ID_B94 = 0xb94, -/*20160913 to 20180523 +/*20160913 to 20180612 ์์ด๊ฐ ๋๋ฉด ์ ์น์ ํ ์ ์๊ณ ์คํ
์ ์ ํ์ด ์์ผ๋ฉฐ HP์ SP๊ฐ ์ค์ด๋ญ๋๋ค. ๊ทธ๋๋ ๊ด์ฐฎ์ต๋๊น? When adopted, character will not able to transcend, maximum stats will be limited, MaxHP and MaxSP will be reduced. Are you sure you want to continue? */ MSG_ID_B95 = 0xb95, -/*20160913 to 20180523 +/*20160913 to 20180612 ์ ๋ จ Refining */ MSG_ID_B96 = 0xb96, -/*20160913 to 20180523 +/*20160913 to 20180612 ๋์ฅ์ฅ์ด์ ์ถ๋ณต์ ์ฌ์ฉ์ค์
๋๋ค. Use Blacksmith's Blessing */ MSG_ID_B97 = 0xb97, -/*20160913 to 20180523 +/*20160913 to 20180612 ์ ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. Insufficient zeny */ MSG_ID_B98 = 0xb98, -/*20160913 to 20180523 +/*20160913 to 20180612 ๋์ฅ์ฅ์ด์ ์ถ๋ณต ๊ฐ์๊ฐ ๋ถ์กฑํฉ๋๋ค. Not enough Blacksmith's Blessing */ MSG_ID_B99 = 0xb99, -/*20160913 to 20180523 +/*20160913 to 20180612 ํด๋น ์ฅ๋น๋ ์ ๋ จ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. This equipment can not be refined */ MSG_ID_B9A = 0xb9a, /*20160913 to 20170621 ์ ๋ จ ์ฑ๊ณต! -20170628 to 20180523 +20170628 to 20180612 ์ ๋ จ ์ฑ๊ณต Upgrade success! */ MSG_ID_B9B = 0xb9b, /*20160913 to 20170621 ์ ๋ จ ์คํจ! -20170628 to 20180523 +20170628 to 20180612 ์ ๋ จ ์คํจ Upgrade failed! */ MSG_ID_B9C = 0xb9c, -/*20160913 to 20180523 +/*20160913 to 20180612 ๋์๊ฐ๊ธฐ Back */ MSG_ID_B9D = 0xb9d, -/*20160913 to 20180523 +/*20160913 to 20180612 ์ฑ๊ณต Success */ MSG_ID_B9E = 0xb9e, -/*20160913 to 20180523 +/*20160913 to 20180612 ์๋๋๋ก Return */ MSG_ID_B9F = 0xb9f, #endif #if PACKETVER >= 20160921 -/*20160921 to 20180523 +/*20160921 to 20180612 ์จ์์ With Mr/Miss */ MSG_ID_BA0 = 0xba0, -/*20160921 to 20180523 +/*20160921 to 20180612 ํธ๋ฌธํด๋ฃจ์ค์ ์ด๋ฆ์ ^0000ff^0000ff %s^000000^000000 ๋ก ์์ ํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? The Homunculus's name will be changed to^0000ff^0000ff %s^000000^000000, Are you sure? */ MSG_ID_BA1 = 0xba1, #endif #if PACKETVER >= 20160928 -/*20160928 to 20180523 +/*20160928 to 20180612 ํธ์ถ์ด ํ์ฉ๋ ์ํ์
๋๋ค. (ํธ์ถ ๊ธฐ๋ฅ ON) Call function is ON */ MSG_ID_BA2 = 0xba2, -/*20160928 to 20180523 +/*20160928 to 20180612 ํธ์ถ์ด ์ฐจ๋จ๋ ์ํ์
๋๋ค. (ํธ์ถ ๊ธฐ๋ฅ OFF) Call function is OFF */ MSG_ID_BA3 = 0xba3, -/*20160928 to 20180523 +/*20160928 to 20180612 ํธ์ถ ๋ฉ์์ง ํ์ Display Call messages */ MSG_ID_BA4 = 0xba4, -/*20160928 to 20180523 +/*20160928 to 20180612 ํด๋น ์บ๋ฆญํฐ๊ฐ ํ์ฌ ๋
ธ์ ์์ดํ
์ ์ฌ์ฉ ์ค์ด๋ฏ๋ก ์ญ์ ํ ์ ์์ต๋๋ค. This character is currently opening a shop and can't be deleted */ MSG_ID_BA5 = 0xba5, -/*20160928 to 20180523 +/*20160928 to 20180612 ์ด๋ฏธ ๋์ผํ ๋
ธ์ NPC๊ฐ ์ค์น ์ค์
๋๋ค. The same vend shop NPC has been set up */ MSG_ID_BA6 = 0xba6, -/*20160928 to 20180523 +/*20160928 to 20180612 ๋
ธ์ ์ ์ค์นํ ์ ์๋ ์์น์
๋๋ค. Opening shop is not allowed on this location */ MSG_ID_BA7 = 0xba7, -/*20160928 to 20180523 +/*20160928 to 20180612 ๋ค๋ฅธ ์บ๋ฆญํฐ๊ฐ ์๋ ์์น์๋ ๋
ธ์ ์ ์ค์นํ ์ ์์ต๋๋ค. Opening shop is not allowed when there is other character */ MSG_ID_BA8 = 0xba8, #endif #if PACKETVER >= 20161005 -/*20161005 to 20180523 +/*20161005 to 20180612 ํซ ๋จน์ด์ฃผ๊ธฐ๊ฐ ์คํจํ์ต๋๋ค. ๋ก๋ฑ์ค ์์ฑ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Failed to feed pet, please close RODEX window */ MSG_ID_BA9 = 0xba9, -/*20161005 to 20180523 +/*20161005 to 20180612 ์ฅ๋น ์ธํธ ์ค์ Set item setting */ MSG_ID_BAA = 0xbaa, -/*20161005 to 20180523 +/*20161005 to 20180612 ์ฅ์ฐฉ ํ๊ธฐ Equip */ MSG_ID_BAB = 0xbab, #endif #if PACKETVER >= 20161019 -/*20161019 to 20180523 +/*20161019 to 20180612 ์ ๋ จ ์คํจ์ ์ฅ๋น๊ฐ ์ฌ๋ผ์ง๋๋ค. Equipment will dissapear when refine fails */ MSG_ID_BAC = 0xbac, -/*20161019 to 20180523 +/*20161019 to 20180612 ์ ๋ จ ์คํจ์ ์ฅ๋น์ ์ ๋ จ๋๊ฐ ๋ด๋ ค๊ฐ๋๋ค. Equipment's refine level will decreased when refine fails */ MSG_ID_BAD = 0xbad, -/*20161019 to 20180523 +/*20161019 to 20180612 ์ ๋ จ ์คํจ์ ์ฅ๋น์ ์ ๋ จ๋๊ฐ ๋ด๋ ค๊ฐ๊ฑฐ๋ ์ฌ๋ผ์ง ์ ์์ต๋๋ค. Equipment will dissapear or refine level will decreased when refine fails */ MSG_ID_BAE = 0xbae, #endif #if PACKETVER >= 20161026 -/*20161026 to 20180523 +/*20161026 to 20180612 ์ ๋ จ ์ค์๋ ๋ก๋ฑ์ค๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. ๋ก๋ฑ์ค๋ฅผ ๊ฐ์ ์ข
๋ฃํ์์ต๋๋ค. You cannot use RODEX while refining. RODEX has closed. */ MSG_ID_BAF = 0xbaf, -/*20161026 to 20180523 +/*20161026 to 20180612 ์ ๋ จ ์ค์๋ ๋ก๋ฑ์ค๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. You cannot use RODEX while refining. */ MSG_ID_BB0 = 0xbb0, -/*20161026 to 20180523 +/*20161026 to 20180612 ์ ๋ จ์ ์งํํ๋ ค๋ฉด ๋ค๋ฅธ ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Please close other windows to continue. */ MSG_ID_BB1 = 0xbb1, -/*20161026 to 20180523 +/*20161026 to 20180612 ์ค์ค๋ผ๊ฐ ์ ์์ ์ผ๋ก ํ์๋ฉ๋๋ค [์ค์ค๋ผ ON] Turn On Aura [Aura ON] */ MSG_ID_BB2 = 0xbb2, -/*20161026 to 20180523 +/*20161026 to 20180612 ์ค์ค๋ผ๊ฐ ํ์๋์ง ์์ต๋๋ค [์ค์ค๋ผ OFF] Turn Off Aura [Auta OFF] */ MSG_ID_BB3 = 0xbb3, -/*20161026 to 20180523 +/*20161026 to 20180612 ์ค์ค๋ผ๊ฐ Off ์ํ์
๋๋ค. Off ๋ฅผ ํด์ ํ๊ณ ์๋ํด ์ฃผ์ธ์ Aura is turned off. Please turn it on and try again */ MSG_ID_BB4 = 0xbb4, -/*20161026 to 20180523 +/*20161026 to 20180612 ์คํฌ ๋ฐ๋์ ์ต์ %d๊ฐ์ ํ์์ด ํ์ํฉ๋๋ค. You need %d bullet(s) to activate the skill. */ MSG_ID_BB5 = 0xbb5, -/*20161026 to 20180523 +/*20161026 to 20180612 ์ฅ๋น ์ธํธ๋ฅผ ๋ณ๊ฒฝํ์๊ฒ ์ต๋๊น? Do you want to change the equipment set? */ MSG_ID_BB6 = 0xbb6, -/*20161026 to 20180523 +/*20161026 to 20180612 ์ฃฝ์ ์ํ์์๋ ํ ์ ์์ต๋๋ค You can not do it while you are dead. */ MSG_ID_BB7 = 0xbb7, -/*20161026 to 20180523 +/*20161026 to 20180612 ์บ์คํ
๋์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while casting */ MSG_ID_BB8 = 0xbb8, -/*20161026 to 20180523 +/*20161026 to 20180612 ๊ฑฐ๋ ๋์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while trading */ MSG_ID_BB9 = 0xbb9, -/*20161026 to 20180523 +/*20161026 to 20180612 ๋
ธ์ ๊ฐ์ค ๋์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while opening vendor */ MSG_ID_BBA = 0xbba, -/*20161026 to 20180523 +/*20161026 to 20180612 NPC ์ด์ฉ์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while using NPC */ MSG_ID_BBB = 0xbbb, -/*20161026 to 20180523 +/*20161026 to 20180612 ์ฑํ
๋ฐฉ ์ด์ฉ์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while using chatting room */ MSG_ID_BBC = 0xbbc, -/*20161026 to 20180523 +/*20161026 to 20180612 ํํฐ์ ์ ์์ด ์ ์ ์ํ๊ฐ ์๋๋๋ค. Party members are not connected. */ MSG_ID_BBD = 0xbbd, -/*20161026 to 20180523 +/*20161026 to 20180612 ์คํฌ ๋ฐ๋์ ์ต์ %d๊ฐ์ ํ์ด์ด ํ์ํฉ๋๋ค. You need %d arrow(s) to activate the skill. */ MSG_ID_BBE = 0xbbe, #endif #if PACKETVER >= 20161102 -/*20161102 to 20180523 +/*20161102 to 20180612 ์์ดํ
์ ๋ ฌ Align items */ MSG_ID_BBF = 0xbbf, -/*20161102 to 20180523 +/*20161102 to 20180612 ์์ดํ
์ ๋ฒ๋ฆฌ๋ ค๋ฉด ์ฅ๋น ์ค์ ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Please close item setting window to dump item. */ MSG_ID_BC0 = 0xbc0, #endif #if PACKETVER >= 20161109 -/*20161109 to 20180523 +/*20161109 to 20180612 ๊ต์ฒด ํ ์ ์๋ ์์ดํ
์ด ์์ต๋๋ค. There is no item to replace. */ MSG_ID_BC1 = 0xbc1, -/*20161109 to 20180523 +/*20161109 to 20180612 ์ญ์ ๋ ์บ๋ฆญํฐ Deleted character */ MSG_ID_BC2 = 0xbc2, /*20161109 to 20161109 ์ ๋ จ ์ค์๋ ์ํ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. ๋ก๋ฑ์ค๋ฅผ ๊ฐ์ ์ข
๋ฃํ์์ต๋๋ค. -20161116 to 20180523 +20161116 to 20180612 %Y.%m.%d */ MSG_ID_BC3 = 0xbc3, /*20161109 to 20161109 ์ ๋ จ ์ค์๋ ์ํ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can not use bank while refining. -20161116 to 20180523 +20161116 to 20180612 ์ ์์ผ: %s Access date: %s */ MSG_ID_BC4 = 0xbc4, #endif #if PACKETVER >= 20161116 -/*20161116 to 20180523 +/*20161116 to 20180612 ์ ๋ จ ์ค์๋ ์ํ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. ์ํ์ ๊ฐ์ ์ข
๋ฃํ์์ต๋๋ค. You can not use bank while refining. Bank has closed. */ MSG_ID_BC5 = 0xbc5, -/*20161116 to 20180523 +/*20161116 to 20180612 ์ ๋ จ ์ค์๋ ์ํ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can not use bank while refining. */ MSG_ID_BC6 = 0xbc6, -/*20161116 to 20180523 +/*20161116 to 20180612 ์ฅ๋น ์ธํธ ์ค์ ์ค์ธ ์์ดํ
์
๋๋ค. The item has bind to set equipment. */ MSG_ID_BC7 = 0xbc7, #endif #if PACKETVER >= 20161123 -/*20161123 to 20180523 +/*20161123 to 20180612 ์ธ๊ฐ Human */ MSG_ID_BC8 = 0xbc8, -/*20161123 to 20180523 +/*20161123 to 20180612 ๊ฒ์ฌ, ๋ฒ์ฌ, ์์ธ, ๋ณต์ฌ, ๋๋, ๊ถ์ Swordman, Mage, Merchant, Acolyte, Thief, Archer */ MSG_ID_BC9 = 0xbc9, -/*20161123 to 20180523 +/*20161123 to 20180612 ๋๋ Doram */ MSG_ID_BCA = 0xbca, -/*20161123 to 20180523 +/*20161123 to 20180612 ์ํ์ฌ Summoner */ MSG_ID_BCB = 0xbcb, -/*20161123 to 20180523 +/*20161123 to 20180612 ๋ฏธ๋๊ฐ๋ฅด๋ ๋๋ฅ์ ๋ํ ์ข
์กฑ. ๋ฌดํํ ์ ์ฌ๋ ฅ๊ณผ ๋ฐ์ด๋ ์ ์๋ ฅ์ผ๋ก ๋ฌธ์ ํด๊ฒฐ์ ํ์ํ ๊ฒ์ด ํน์ง์ด๋ค. Delegate race of Midgard. Very talented race to solve a problem with inifite potential and great adaptability. */ MSG_ID_BCC = 0xbcc, -/*20161123 to 20180523 +/*20161123 to 20180612 ํ-์คํ ๋๋ฅ์ ๋ํ์ ์ธ ์ข
์กฑ ์ค ํ๋๋ก, ์ ์ฒ์ ์ผ๋ก ํธ๊ธฐ์ฌ์ด ๊ฐํ๊ณ ๋ฐ๋ํ ์ฑ๊ฒฉ์ ์ง๋
๋ค. One of delegate race of Far-star continent with natural born curiosity and sparky character. */ MSG_ID_BCD = 0xbcd, -/*20161123 to 20180523 +/*20161123 to 20180612 ์์ง ํ๊ณ๋์ด 70%๋ฅผ ์ด๊ณผํ๊ฑฐ๋, ์ธ๋ฒคํ ๋ฆฌ์ 10์นธ ์ด์์ ์ฌ์ ๊ณต๊ฐ์ด ๋ถ์กฑํ ์ํ์
๋๋ค. Weight limit has reached toover 70%. Or less then 10 invenrory space. */ MSG_ID_BCE = 0xbce, -/*20161123 to 20180523 +/*20161123 to 20180612 C */ MSG_ID_BCF = 0xbcf, -/*20161123 to 20180523 +/*20161123 to 20180612 C */ MSG_ID_BD0 = 0xbd0, -/*20161123 to 20180523 +/*20161123 to 20180612 ๋ค๋ฅธ ์ผ์ ํ๋ ์ค์
๋๋ค. Doing in other activity. */ MSG_ID_BD1 = 0xbd1, -/*20161123 to 20180523 +/*20161123 to 20180612 ์ค๋ฒํํธ ๋ฆฌ๋ฏธํธ : %d Overheat limit : %d */ MSG_ID_BD2 = 0xbd2, #endif #if PACKETVER >= 20161130 -/*20161130 to 20180523 +/*20161130 to 20180612 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด์ฉ ์ค์ ์ด๋ ๋ฐ ํํด๊ฐ ๋์ง ์์ต๋๋ค. You cannot invite or withdraw while in memorial dungeon. */ MSG_ID_BD3 = 0xbd3, -/*20161130 to 20180523 +/*20161130 to 20180612 ๋น์์ด๊ฐ ํฌํจ๋์ด์์ต๋๋ค. ๋ค์ ํ๋ฒ ํ์ธํด์ฃผ์ธ์. Expletive has detected. @@ -18285,131 +18285,131 @@ Please check again. MSG_ID_BD4 = 0xbd4, #endif #if PACKETVER >= 20161207 -/*20161207 to 20180523 +/*20161207 to 20180612 ์์ด๋๋ %d์ ์ด์ ์
๋ ฅํด์ฃผ์ธ์. ์ฌ์ฉ์ ๊ณ์ ์ด ์์ผ์ ๋ถ๋ค์ ์ผ์ชฝ ํ๋จ์ [์ ์ฒญ] ๋ฒํผ์ ๋๋ฌ ๊ณ์ ์ ๋ง๋์๊ธฐ ๋ฐ๋๋๋ค. Please enter over %d characters. If you don't have user account, please click [Register] button on the bottom left. */ MSG_ID_BD5 = 0xbd5, -/*20161207 to 20180523 +/*20161207 to 20180612 ๋น๋ฐ๋ฒํธ๋ %d์ ์ด์ ์
๋ ฅํด์ฃผ์ธ์. Please enter the password over %d characters. */ MSG_ID_BD6 = 0xbd6, -/*20161207 to 20180523 +/*20161207 to 20180612 ์งํ์ค์ด๋ ์์
์ ์ข
๋ฃํ ๋ค์ ์๋ํ์ธ์. Please finish your current work and try it again. */ MSG_ID_BD7 = 0xbd7, -/*20161207 to 20180523 +/*20161207 to 20180612 %.1f%% (PC๋ฐฉ %.1f%% + TPLUS %.1f%% + %s์๋ฒ %.1f%%) %.1f%% (Internet-Cafe %.1f%% + TPLUS %.1f%% + %sServer %.1f%%) */ MSG_ID_BD8 = 0xbd8, -/*20161207 to 20180523 +/*20161207 to 20180612 ์์ดํ
์ ๋ฑ๋กํ ์ ์์ต๋๋ค The item cannot be registered. */ MSG_ID_BD9 = 0xbd9, #endif #if PACKETVER >= 20161214 -/*20161214 to 20180523 +/*20161214 to 20180612 /100 /300 */ MSG_ID_BDA = 0xbda, -/*20161214 to 20180523 +/*20161214 to 20180612 /2000 /4000 */ MSG_ID_BDB = 0xbdb, -/*20161214 to 20180523 +/*20161214 to 20180612 https://member.gnjoy.com.tw/mRO_SecPwd.aspx */ MSG_ID_BDC = 0xbdc, -/*20161214 to 20180523 +/*20161214 to 20180612 ๋ฑ๋กํ emblem์ด ์กด์ฌํ์ง ์์ต๋๋ค. emblem ํด๋์ ํ์ผ์ ๋ฃ๊ณ ์๋ํด ์ฃผ์ธ์ The emblem you want to register does not exist. Insert it in the emblem file and try again */ MSG_ID_BDD = 0xbdd, /*20161214 to 20170315 #๋ผ๊ทธ๋๋กํฌ #Ragnarok -20170322 to 20180523 +20170322 to 20180612 ๋ผ๊ทธ๋๋กํฌ Ragnarok Ragnarok */ MSG_ID_BDE = 0xbde, /*20161214 to 20161214 ์คํฌ๋ฆฐ์ท์ ์์ ์ด์ธ์ ์บ๋ฆฌํฐ๋ช
์ด ํ์๋๋ ๊ฒฝ์ฐ๋ ์ฑํ
์ฐฝ์ ์์ ์ด์ธ์ ์บ๋ฆญํฐ ๋ํ๊ฐ ํ์๋๋ ๊ฒฝ์ฐ, ํด๋น ์ฌ์ฉ์์๊ฒ ๋ฐ๋์ ์ํด๋ฅผ ๊ตฌํ ํ ์ฌ์ฉ ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. -20161221 to 20180523 +20161221 to 20180612 ์คํฌ๋ฆฐ์ท์ ์์ ์ด์ธ์ ์บ๋ฆญํฐ๋ช
์ด ํ์๋๋ ๊ฒฝ์ฐ๋ ์ฑํ
์ฐฝ์ ์์ ์ด์ธ์ ์บ๋ฆญํฐ ๋ํ๊ฐ ํ์๋๋ ๊ฒฝ์ฐ, ํด๋น ์ฌ์ฉ์์๊ฒ ๋ฐ๋์ ์ํด๋ฅผ ๊ตฌํ ํ ์ฌ์ฉ ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. If your screenshot or chat box includes other users besides yourself, first ask permission from the other users before using it. */ MSG_ID_BDF = 0xbdf, #endif #if PACKETVER >= 20161221 -/*20161221 to 20180523 +/*20161221 to 20180612 ํ์ฌ ์ํ์์ ์ฅ๋น๋ฅผ ๊ต์ฒดํ ์ ์์ต๋๋ค You cannot change equipment in current condition */ MSG_ID_BE0 = 0xbe0, -/*20161221 to 20180523 +/*20161221 to 20180612 ํด๋น ์ ์ ์ ์ด๋ฆ์ ๊ฐ์ ธ์ค๊ณ ์์ต๋๋ค Getting the user's name */ MSG_ID_BE1 = 0xbe1, -/*20161221 to 20180523 +/*20161221 to 20180612 ํด๋น ๋ฉ์์ง๋ ์ฌ์ฉ ํ ์ ์๋ ๋ด์ฉ์ ํฌํจํ๊ณ ์์ต๋๋ค. This message includes contents you are not able to use. */ MSG_ID_BE2 = 0xbe2, -/*20161221 to 20180523 +/*20161221 to 20180612 ์์ดํ
๊ตฌ์
์ ์คํจํ์์ต๋๋ค. Failed to purchase item. */ MSG_ID_BE3 = 0xbe3, -/*20161221 to 20180523 +/*20161221 to 20180612 ์ ๋ถ์ฆ๋ฒํธ ํ์ 7์๋ฆฌ๊ฐ ์ผ์นํ์ง ์์ต๋๋ค. The lower numbers of the identification number does not match. */ MSG_ID_BE4 = 0xbe4, #endif #if PACKETVER >= 20161228 -/*20161228 to 20180523 +/*20161228 to 20180612 ๋ซ๊ธฐ Close */ MSG_ID_BE5 = 0xbe5, -/*20161228 to 20180523 +/*20161228 to 20180612 ๊ท์น Rule */ MSG_ID_BE6 = 0xbe6, -/*20161228 to 20180523 +/*20161228 to 20180612 1ํ ๊ตฌ๋งค Purchase 1x */ MSG_ID_BE7 = 0xbe7, -/*20161228 to 20180523 +/*20161228 to 20180612 10ํ ๊ตฌ๋งค Purchase 10x */ MSG_ID_BE8 = 0xbe8, -/*20161228 to 20180523 +/*20161228 to 20180612 100ํ ๊ตฌ๋งค Purchase 100x */ MSG_ID_BE9 = 0xbe9, -/*20161228 to 20180523 +/*20161228 to 20180612 1๋ฑ ๋น์ฒจ Win 1st prize */ MSG_ID_BEA = 0xbea, -/*20161228 to 20180523 +/*20161228 to 20180612 2๋ฑ ๋น์ฒจ Win 2nd prize */ MSG_ID_BEB = 0xbeb, -/*20161228 to 20180523 +/*20161228 to 20180612 3๋ฑ ๋น์ฒจ Win 3rd prize */ @@ -18417,7 +18417,7 @@ Win 3rd prize /*20161228 to 20170111 ๋ณต๊ถ ๊ตฌ๋งค ๊ธ์ก Lottery purchase amount -20170118 to 20180523 +20170118 to 20180612 ํ์ฌ ์ฌ์ฉํ์ง ์์ Currently not in use */ @@ -18425,49 +18425,49 @@ Currently not in use /*20161228 to 20170111 ์ฐธ์ฌ ์บ๋ฆญํฐ Participating character -20170118 to 20180523 +20170118 to 20180612 ํ์ฌ ์ฌ์ฉํ์ง ์์ Currently not in use */ MSG_ID_BEE = 0xbee, -/*20161228 to 20180523 +/*20161228 to 20180612 ์ ๋ ๋ก๋ ๋น์ฒจ์ Zeny Lottery winner */ MSG_ID_BEF = 0xbef, /*20161228 to 20170111 ๋ณต๊ถ ์งํ์ผ -20170118 to 20180523 +20170118 to 20180612 ๋ณต๊ถ ๊ตฌ๋งค ๊ธ์ก Lottery purchase amount */ MSG_ID_BF0 = 0xbf0, -/*20161228 to 20180523 +/*20161228 to 20180612 ์ฐธ์ฌ ์บ๋ฆญํฐ Participating character */ MSG_ID_BF1 = 0xbf1, -/*20161228 to 20180523 +/*20161228 to 20180612 1๋ฑ 1st Price */ MSG_ID_BF2 = 0xbf2, -/*20161228 to 20180523 +/*20161228 to 20180612 2๋ฑ 2nd Price */ MSG_ID_BF3 = 0xbf3, -/*20161228 to 20180523 +/*20161228 to 20180612 3๋ฑ 3rd Price */ MSG_ID_BF4 = 0xbf4, -/*20161228 to 20180523 +/*20161228 to 20180612 ๊ตฌ๋งค ๋ณด์ ์์ดํ
Purchase Reward Item */ MSG_ID_BF5 = 0xbf5, -/*20161228 to 20180523 +/*20161228 to 20180612 ^1a1a1a๋ณต๊ถ ^b%d๊ฐ^/b๋ฅผ ^4435b2%dZeny^1a1a1a๋ก ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? @@ -18475,165 +18475,165 @@ Purchase Reward Item ^4435b2%dZeny^1a1a1a? */ MSG_ID_BF6 = 0xbf6, -/*20161228 to 20180523 +/*20161228 to 20180612 ๋ณต๊ถ์ ์ฑ๊ณต์ ์ผ๋ก ๊ตฌ๋งคํ์์ต๋๋ค. You have successfully purchased the lottery ticket. */ MSG_ID_BF7 = 0xbf7, -/*20161228 to 20180523 +/*20161228 to 20180612 ์์ง ์ ๋๊ฐ ๋ถ์กฑํ์ฌ ๋ณต๊ถ์ ๊ตฌ๋งค ํ ์ ์์ต๋๋ค. Not enough Zeny to purchase lottey ticket. */ MSG_ID_BF8 = 0xbf8, -/*20161228 to 20180523 +/*20161228 to 20180612 ์ต๋ ๋ณต๊ถ ๊ตฌ๋งค ํ์๋ 1000ํ๋ฅผ ์ด๊ณผ ํ ์ ์์ต๋๋ค. You are only able to purchase the tickets upto 1000 times. */ MSG_ID_BF9 = 0xbf9, -/*20161228 to 20180523 +/*20161228 to 20180612 ์ Yes */ MSG_ID_BFA = 0xbfa, -/*20161228 to 20180523 +/*20161228 to 20180612 ์๋์ No */ MSG_ID_BFB = 0xbfb, -/*20161228 to 20180523 +/*20161228 to 20180612 HP */ MSG_ID_BFC = 0xbfc, -/*20161228 to 20180523 +/*20161228 to 20180612 SP */ MSG_ID_BFD = 0xbfd, -/*20161228 to 20180523 +/*20161228 to 20180612 Lv */ MSG_ID_BFE = 0xbfe, -/*20161228 to 20180523 +/*20161228 to 20180612 Lv */ MSG_ID_BFF = 0xbff, -/*20161228 to 20180523 +/*20161228 to 20180612 Exp */ MSG_ID_C00 = 0xc00, -/*20161228 to 20180523 +/*20161228 to 20180612 all on */ MSG_ID_C01 = 0xc01, -/*20161228 to 20180523 +/*20161228 to 20180612 Play Replay Flie */ MSG_ID_C02 = 0xc02, -/*20161228 to 20180523 +/*20161228 to 20180612 P */ MSG_ID_C03 = 0xc03, -/*20161228 to 20180523 +/*20161228 to 20180612 Total */ MSG_ID_C04 = 0xc04, -/*20161228 to 20180523 +/*20161228 to 20180612 Basicinfo */ MSG_ID_C05 = 0xc05, -/*20161228 to 20180523 +/*20161228 to 20180612 Equip */ MSG_ID_C06 = 0xc06, -/*20161228 to 20180523 +/*20161228 to 20180612 Item */ MSG_ID_C07 = 0xc07, -/*20161228 to 20180523 +/*20161228 to 20180612 Skill */ MSG_ID_C08 = 0xc08, -/*20161228 to 20180523 +/*20161228 to 20180612 Guild */ MSG_ID_C09 = 0xc09, -/*20161228 to 20180523 +/*20161228 to 20180612 Party */ MSG_ID_C0A = 0xc0a, -/*20161228 to 20180523 +/*20161228 to 20180612 Chatting */ MSG_ID_C0B = 0xc0b, -/*20161228 to 20180523 +/*20161228 to 20180612 Shortcut */ MSG_ID_C0C = 0xc0c, -/*20161228 to 20180523 +/*20161228 to 20180612 Status */ MSG_ID_C0D = 0xc0d, -/*20161228 to 20180523 +/*20161228 to 20180612 ALL All */ MSG_ID_C0E = 0xc0e, -/*20161228 to 20180523 +/*20161228 to 20180612 User Defined File Name */ MSG_ID_C0F = 0xc0f, -/*20161228 to 20180523 +/*20161228 to 20180612 Repeated File Check */ MSG_ID_C10 = 0xc10, -/*20161228 to 20180523 +/*20161228 to 20180612 on */ MSG_ID_C11 = 0xc11, -/*20161228 to 20180523 +/*20161228 to 20180612 <Basic Skin> */ MSG_ID_C12 = 0xc12, -/*20161228 to 20180523 +/*20161228 to 20180612 Select Skin */ MSG_ID_C13 = 0xc13, #endif #if PACKETVER >= 20170111 -/*20170111 to 20180523 +/*20170111 to 20180612 ํ์ฌ ๋ณต๊ถ์ ์ฐธ์ฌ ์ค์ด๋ผ ์ญ์ ํ ์ ์์ต๋๋ค You cannot delete it because you are currently participating in the lottery */ MSG_ID_C14 = 0xc14, -/*20170111 to 20180523 +/*20170111 to 20180612 /achievement */ MSG_ID_C15 = 0xc15, -/*20170111 to 20180523 +/*20170111 to 20180612 ์ ๋ ๋ณต๊ถ Zeny Lottery ticket */ MSG_ID_C16 = 0xc16, -/*20170111 to 20180523 +/*20170111 to 20180612 ์ ๋ ๋ณต๊ถ %d๋ฑ ๋น์ฒจ ๋ณด์ Zenyy Lottery %dprize reward */ MSG_ID_C17 = 0xc17, -/*20170111 to 20180523 +/*20170111 to 20180612 %d๋ฑ ๋น์ฒจ ๋ณด์: %s %dprize reward: %s */ MSG_ID_C18 = 0xc18, -/*20170111 to 20180523 +/*20170111 to 20180612 ์ ๋ ๋ณต๊ถ ๋์ ๊ตฌ๋งค ๋ณด์ Zeny Lottery Cumulative purchase reward */ MSG_ID_C19 = 0xc19, -/*20170111 to 20180523 +/*20170111 to 20180612 ๋์ %dํ ๋ณด์: %s Cumulative %d times reward: %s */ MSG_ID_C1A = 0xc1a, -/*20170111 to 20180523 +/*20170111 to 20180612 ์ ๋ ๋ณต๊ถ ๊ตฌ๋งค ํ๋ถ Zeny Lottery Refund */ @@ -18641,282 +18641,282 @@ Zeny Lottery Refund /*20170111 to 20170111 ํ๋ถ ๊ธ์ก: %d Zeny ํ๋ถ ์ฌ์ : ์๋ฒ ๋ด ๋ณต๊ถ ์ถ์ฒจ ๋ฌ์ฑ ์คํจ -20170118 to 20180523 +20170118 to 20180612 ํ๋ถ ๊ธ์ก: %d Zeny ํ๋ถ ์ฌ์ : ์๋ฒ ๋ด ๋ณต๊ถ ์ถ์ฒจ ๋ฌ์ฑ ์คํจ Refund amount: %d Zeny Reason for Refund: Failed to draw lottery in the server */ MSG_ID_C1C = 0xc1c, -/*20170111 to 20180523 +/*20170111 to 20180612 ๋ฏธ๋ ํํฐ์ฐฝ ์ถ๊ฐ Add Mini Party Chat */ MSG_ID_C1D = 0xc1d, -/*20170111 to 20180523 +/*20170111 to 20180612 ๋ฏธ๋ ํํฐ์ฐฝ ์ญ์ Delete Mini Party Chat */ MSG_ID_C1E = 0xc1e, #endif #if PACKETVER >= 20170118 -/*20170118 to 20180523 +/*20170118 to 20180612 ๋ณต๊ถ ์ถ์ฒจ์ด ๋ชจ๋ ์ข
๋ฃ ๋์์ต๋๋ค! ๋น์ฒจ์๋ฅผ ํ์ธํด์ฃผ์ธ์ The lottery draw had ended! Check the winner! */ MSG_ID_C1F = 0xc1f, -/*20170118 to 20180523 +/*20170118 to 20180612 %d์ %d์ผ %dMonth %dDay */ MSG_ID_C20 = 0xc20, -/*20170118 to 20180523 +/*20170118 to 20180612 ๋ค์ ๋ฑ๊ธ๊น์ง Till the next grade */ MSG_ID_C21 = 0xc21, -/*20170118 to 20180523 +/*20170118 to 20180612 ์ ์ฒด All */ MSG_ID_C22 = 0xc22, -/*20170118 to 20180523 +/*20170118 to 20180612 ๋ฏธ์๋ฃ Incomplete */ MSG_ID_C23 = 0xc23, -/*20170118 to 20180523 +/*20170118 to 20180612 (๋ฌ์ฑ!) (Accomplished!) */ MSG_ID_C24 = 0xc24, -/*20170118 to 20180523 +/*20170118 to 20180612 (๋ฏธ๋ฌ์ฑ) (Not Accomplished) */ MSG_ID_C25 = 0xc25, #endif #if PACKETVER >= 20170208 -/*20170208 to 20180523 +/*20170208 to 20180612 ์ฅ๋น ๊ต์ฒด Change equipment */ MSG_ID_C26 = 0xc26, -/*20170208 to 20180523 +/*20170208 to 20180612 CHANGE */ MSG_ID_C27 = 0xc27, -/*20170208 to 20180523 +/*20170208 to 20180612 ํ ํ๋ผ๋ฉํฐ ^cc0000๊ทผ์ ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ^ffffff, ์์ง๋ฌด๊ฒ Power Parameter ^cc0000Melee PhysicalAttack^ffffff, Carrying Weight */ MSG_ID_C28 = 0xc28, -/*20170208 to 20180523 +/*20170208 to 20180612 ๋ฏผ์ฒฉ์ฑ ํ๋ผ๋ฉํฐ ^cc0000๊ณต๊ฒฉ ์๋^ffffff, ํํผ์จ, ๋ฌผ๋ฆฌ ๋ฐฉ์ด๋ ฅ Agility Parameter ^cc0000Attack Speed^ffffff, Dodge, Physical Defense */ MSG_ID_C29 = 0xc29, -/*20170208 to 20180523 +/*20170208 to 20180612 ์ฒด๋ ฅ ํ๋ผ๋ฉํฐ ^cc0000์ต๋ ์ฒด๋ ฅ^ffffff, ๋ฌผ๋ฆฌ ๋ฐฉ์ด๋ ฅ, ๋ง๋ฒ ๋ฐฉ์ด๋ ฅ HP Parameter ^cc0000Max HP^ffffff, Physical Defense, Magic Defense */ MSG_ID_C2A = 0xc2a, -/*20170208 to 20180523 +/*20170208 to 20180612 ์ง๋ ฅ ํ๋ผ๋ฉํฐ ^cc0000๋ง๋ฒ ๊ณต๊ฒฉ๋ ฅ^ffffff, ์บ์คํ
์๊ฐ, ๋ง๋ฒ ๋ฐฉ์ด๋ ฅ Intellect Parameter ^cc0000Magic Attack^ffffff, Casting Time, Magic Defense */ MSG_ID_C2B = 0xc2b, -/*20170208 to 20180523 +/*20170208 to 20180612 ์์ฌ์ฃผ ํ๋ผ๋ฉํฐ ^cc0000์๊ฑฐ๋ฆฌ ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ^ffffff, ๋ช
์ค๋ฅ , ์บ์คํ
์๊ฐ, ๋ง๋ฒ ๊ณต๊ฒฉ๋ ฅ Handcraft Parameter ^cc0000Long Range Physical Attack^ffffff, Accuracy, Casting Time, Magic Attack */ MSG_ID_C2C = 0xc2c, -/*20170208 to 20180523 +/*20170208 to 20180612 ์ด ํ๋ผ๋ฉํฐ ^cc0000์น๋ช
ํ์จ^ffffff, ๋ช
์ค๋ฅ , ๋ฌผ๋ฆฌ๊ณต๊ฒฉ๋ ฅ, ๋ง๋ฒ๊ณต๊ฒฉ๋ ฅ, ํํผ์จ Moon Parameter ^cc0000Critical Rate^ffffff, Accuracy, Physical Attack, Magic Attack, Dodge */ MSG_ID_C2D = 0xc2d, -/*20170208 to 20180523 +/*20170208 to 20180612 ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ Physical Attack */ MSG_ID_C2E = 0xc2e, -/*20170208 to 20180523 +/*20170208 to 20180612 ๋ฌผ๋ฆฌ ๋ฐฉ์ด๋ ฅ Physical Defense */ MSG_ID_C2F = 0xc2f, -/*20170208 to 20180523 +/*20170208 to 20180612 ๋ช
์ค๋ฅ Accuracy */ MSG_ID_C30 = 0xc30, -/*20170208 to 20180523 +/*20170208 to 20180612 ์น๋ช
ํ์จ Critical Rate */ MSG_ID_C31 = 0xc31, -/*20170208 to 20180523 +/*20170208 to 20180612 ์์๊ธธ๋ Affiliated Guild */ MSG_ID_C32 = 0xc32, -/*20170208 to 20180523 +/*20170208 to 20180612 ๊ฐ ํ๋ผ๋ฉํฐ ๋ ๋ฒจ์
์ ์ฌ์ฉ๋๋ ํฌ์ธํธ Points to level up each Parameter */ MSG_ID_C33 = 0xc33, -/*20170208 to 20180523 +/*20170208 to 20180612 ๋ง๋ฒ๊ณต๊ฒฉ๋ ฅ Magic Attack */ MSG_ID_C34 = 0xc34, -/*20170208 to 20180523 +/*20170208 to 20180612 ๋ง๋ฒ๋ฐฉ์ด๋ ฅ Magic Defense */ MSG_ID_C35 = 0xc35, -/*20170208 to 20180523 +/*20170208 to 20180612 ํํผ์จ Dodge */ MSG_ID_C36 = 0xc36, -/*20170208 to 20180523 +/*20170208 to 20180612 ๊ณต๊ฒฉ ์๋ Attack Speed */ MSG_ID_C37 = 0xc37, #endif #if PACKETVER >= 20170215 -/*20170215 to 20180523 +/*20170215 to 20180612 ๋จ์ถํค ์๋ด Shortcut */ MSG_ID_C38 = 0xc38, -/*20170215 to 20180523 +/*20170215 to 20180612 ์ต์
Option */ MSG_ID_C39 = 0xc39, -/*20170215 to 20180523 +/*20170215 to 20180612 ์คํฌ ๋จ์ถํค (F1 ~ F9) Skill Shortcut Key (F1 ~ F9) */ MSG_ID_C3A = 0xc3a, -/*20170215 to 20180523 +/*20170215 to 20180612 ์ด๋ฏธ์ง ์บก์ณ Capture Image */ MSG_ID_C3B = 0xc3b, -/*20170215 to 20180523 +/*20170215 to 20180612 ํ๋ Zoom In */ MSG_ID_C3C = 0xc3c, -/*20170215 to 20180523 +/*20170215 to 20180612 ์ถ์ Zoom Out */ MSG_ID_C3D = 0xc3d, -/*20170215 to 20180523 +/*20170215 to 20180612 ๊ธธ๋ Guild */ MSG_ID_C3E = 0xc3e, -/*20170215 to 20180523 +/*20170215 to 20180612 ์ํ Bank */ MSG_ID_C3F = 0xc3f, -/*20170215 to 20180523 +/*20170215 to 20180612 ์ฐํธ Mail */ MSG_ID_C40 = 0xc40, -/*20170215 to 20180523 +/*20170215 to 20180612 ์บ์ ์์ Cash Shop */ MSG_ID_C41 = 0xc41, -/*20170215 to 20180523 +/*20170215 to 20180612 ์๊ธฐ Sit */ MSG_ID_C42 = 0xc42, -/*20170215 to 20180523 +/*20170215 to 20180612 ์ด๋ Move */ MSG_ID_C43 = 0xc43, -/*20170215 to 20180523 +/*20170215 to 20180612 ํ์ Rotate */ MSG_ID_C44 = 0xc44, -/*20170215 to 20180523 +/*20170215 to 20180612 ํํฐ์ฅ์ ํํฐ์ฅ์ ๋ค๋ฅธ ํํฐ์์๊ฒ ์์ ํ ํํด ๊ฐ๋ฅํฉ๋๋ค. The Party Leader can be dropped out only after another party member becomes a Party Leader. */ MSG_ID_C45 = 0xc45, -/*20170215 to 20180523 +/*20170215 to 20180612 ์ด ๋์์์ ๊ทธ๋ง ๋ณด์๊ฒ ์ต๋๊น? Do you want to stop viewing this video? */ MSG_ID_C46 = 0xc46, -/*20170215 to 20180523 +/*20170215 to 20180612 ์ฅ๋น๊ฐ ์ฅ๋น ๊ต์ฒด ์ฐฝ์ ์ฅ์ฐฉ ๋์์ต๋๋ค. gear has been equipped in the gear equipment pop-up. */ MSG_ID_C47 = 0xc47, -/*20170215 to 20180523 +/*20170215 to 20180612 ์ฅ๋น๊ฐ ์ฅ๋น ๊ต์ฒด ์ฐฝ์์ ํด์ ๋์์ต๋๋ค. gear has been removed in the gear equipment pop-up. */ MSG_ID_C48 = 0xc48, #endif #if PACKETVER >= 20170222 -/*20170222 to 20180523 +/*20170222 to 20180612 ํ์ฌ๊ฐ ๋ง์ง๋ง ๋ผ์ธ์
๋๋ค. This is the last line. */ MSG_ID_C49 = 0xc49, -/*20170222 to 20180523 +/*20170222 to 20180612 %.1f%% ( ๊ธฐ๋ณธ 100%% + ํ๋ฆฌ๋ฏธ์ %.1f%%+ %s์๋ฒ %.1f%% ) %.1f%% ( Base 100%% + Premium %.1f%%+ %sServer %.1f%% ) */ MSG_ID_C4A = 0xc4a, #endif #if PACKETVER >= 20170228 -/*20170228 to 20180523 +/*20170228 to 20180612 ํ์ Chinese character */ MSG_ID_C4B = 0xc4b, -/*20170228 to 20180523 +/*20170228 to 20180612 ๋จ์ถํค ์ค์ Shortcut Settings */ MSG_ID_C4C = 0xc4c, #endif #if PACKETVER >= 20170308 -/*20170308 to 20180523 +/*20170308 to 20180612 ๋น์ ์ ์ ์ก์ ๊ธฐ๊ฐ์ %s์ ์ข
๋ฃ๋ฉ๋๋ค. Your subscription will be ended on%s. */ MSG_ID_C4D = 0xc4d, -/*20170308 to 20180523 +/*20170308 to 20180612 ๋ฆฌํ๋ ์ด ํ์ผ์ ์ฐพ์ง ๋ชปํ์์ต๋๋ค. Cannot find the replay file. */ @@ -18924,7 +18924,7 @@ Cannot find the replay file. /*20170308 to 20170801 ์ ๋ฐ Head -20170809 to 20180523 +20170809 to 20180612 ์์ Shoes */ @@ -18932,22 +18932,22 @@ Shoes /*20170308 to 20170801 ๋จธ๋ฆฌ Costume -20170809 to 20180523 +20170809 to 20180612 ์ ๋ฐ Head */ MSG_ID_C50 = 0xc50, -/*20170308 to 20180523 +/*20170308 to 20180612 ๊ฐ์ท Armor */ MSG_ID_C51 = 0xc51, -/*20170308 to 20180523 +/*20170308 to 20180612 ์ด๊นจ Shoulders */ MSG_ID_C52 = 0xc52, -/*20170308 to 20180523 +/*20170308 to 20180612 ์
์ธ Accessory */ @@ -18955,12 +18955,12 @@ Accessory /*20170308 to 20170801 ์์ Shoes -20170809 to 20180523 +20170809 to 20180612 ๋จธ๋ฆฌ Costume */ MSG_ID_C54 = 0xc54, -/*20170308 to 20180523 +/*20170308 to 20180612 ์ฐจ์์ ๋ ฌ Sort Order */ @@ -18968,7 +18968,7 @@ Sort Order /*20170308 to 20170308 Current admission application state. -20170315 to 20180523 +20170315 to 20180612 ์ผ๋ฐ ์ฅ๋น Normal Gear */ @@ -18976,7 +18976,7 @@ Normal Gear /*20170308 to 20170308 Current admission application state. -20170315 to 20180523 +20170315 to 20180612 ํน์ ์ฅ๋น Special Gear */ @@ -18984,291 +18984,291 @@ Special Gear /*20170308 to 20170308 Current admission application state. -20170315 to 20180523 +20170315 to 20180612 ์นญํธ Style */ MSG_ID_C58 = 0xc58, #endif #if PACKETVER >= 20170315 -/*20170315 to 20180523 +/*20170315 to 20180612 /quake : ํ๋ฉด ํ๋ค๋ฆผ ํจ๊ณผ On/Off /quake : Screen Shaking Effect On/Off */ MSG_ID_C59 = 0xc59, -/*20170315 to 20180523 +/*20170315 to 20180612 /aura2 : ์ค์ค๋ผ๋ฅผ ์์ ํ Off ์ํฌ ์ ์์ต๋๋ค On Off /aura2 : You can completely turn off the aurora On/Off */ MSG_ID_C5A = 0xc5a, -/*20170315 to 20180523 +/*20170315 to 20180612 ๊ธฐ๋ณธ ์ค์ Default Settings */ MSG_ID_C5B = 0xc5b, -/*20170315 to 20180523 +/*20170315 to 20180612 ๊ณ ๊ธ ์ค์ Advanced Settings */ MSG_ID_C5C = 0xc5c, -/*20170315 to 20180523 +/*20170315 to 20180612 ๊ธฐ๋ณธ์ค์ ๊ฐ์ด ์ ์ฉ๋ฉ๋๋ค. The Default Settings will be applied. */ MSG_ID_C5D = 0xc5d, -/*20170315 to 20180523 +/*20170315 to 20180612 ๊ธฐ๋ณธ ์ค์ ๊ฐ์ด ์ ์ฉ๋ฉ๋๋ค. ๋์ํ์ญ๋๊น? The Default Settings will be applied. Do you agree? */ MSG_ID_C5E = 0xc5e, -/*20170315 to 20180523 +/*20170315 to 20180612 ์ค์ ๊ฐ์ด ์ ์ฉ๋ฉ๋๋ค. ๋์ํ์ญ๋๊น? The settings will be applied. Do you agree? */ MSG_ID_C5F = 0xc5f, -/*20170315 to 20180523 +/*20170315 to 20180612 ์ค์ ๊ฐ์ ์ ์ฉํ๋ ค๋ฉด ์ฌ์์์ด ํ์ํฉ๋๋ค. ๋์ํ์ญ๋๊น? Need to restart to apply the settings. Do you agree? */ MSG_ID_C60 = 0xc60, -/*20170315 to 20180523 +/*20170315 to 20180612 ์๊ฐ Fog */ MSG_ID_C61 = 0xc61, -/*20170315 to 20180523 +/*20170315 to 20180612 ์ค์ค๋ผ ๊ฐ๋ตํ Simplified aurora */ MSG_ID_C62 = 0xc62, -/*20170315 to 20180523 +/*20170315 to 20180612 ์ค์ค๋ผ์ผ๊ธฐ Turn on aurora */ MSG_ID_C63 = 0xc63, -/*20170315 to 20180523 +/*20170315 to 20180612 ์ดํํธ ํ์ Show Effect */ MSG_ID_C64 = 0xc64, -/*20170315 to 20180523 +/*20170315 to 20180612 ์์ ํ์ Show Shadows */ MSG_ID_C65 = 0xc65, -/*20170315 to 20180523 +/*20170315 to 20180612 No Shift */ MSG_ID_C66 = 0xc66, -/*20170315 to 20180523 +/*20170315 to 20180612 ํ๋์จ์ด T&L ๊ฐ์๊ธฐ๋ฅ์ ์ ํํฉ๋๋ค Select Hardware T&L Acceleration Function */ MSG_ID_C67 = 0xc67, -/*20170315 to 20180523 +/*20170315 to 20180612 ๊ฒ์์ ํด์๋๋ฅผ ์ ํํฉ๋๋ค Select Game Resolution */ MSG_ID_C68 = 0xc68, -/*20170315 to 20180523 +/*20170315 to 20180612 ์ ์ฒดํ๋ฉด ์ฌ์ฉ Use full screen */ MSG_ID_C69 = 0xc69, -/*20170315 to 20180523 +/*20170315 to 20180612 ๋ง์ฐ์ค ๊ณ ์ Fix mouse */ MSG_ID_C6A = 0xc6a, -/*20170315 to 20180523 +/*20170315 to 20180612 ์ดํํธ ์ค์ Effect Settings */ MSG_ID_C6B = 0xc6b, -/*20170315 to 20180523 +/*20170315 to 20180612 Control ์ค์ Control Settings */ MSG_ID_C6C = 0xc6c, -/*20170315 to 20180523 +/*20170315 to 20180612 ๊ทธ๋ํฝ ์ฅ์น ์ค์ Graphic Device Settings */ MSG_ID_C6D = 0xc6d, -/*20170315 to 20180523 +/*20170315 to 20180612 ๊ทธ๋ํฝ ํด์๋ ์ค์ Graphic Resolution Settings */ MSG_ID_C6E = 0xc6e, -/*20170315 to 20180523 +/*20170315 to 20180612 ์ ์ฒด ํ๋ฉด ์ ๋ฌด ์ค์ Full Screen Settings */ MSG_ID_C6F = 0xc6f, -/*20170315 to 20180523 +/*20170315 to 20180612 ๋ง์ฐ์ค ๊ณ ์ ์ฌ๋ถ ์ค์ Fix mouse Settings */ MSG_ID_C70 = 0xc70, -/*20170315 to 20180523 +/*20170315 to 20180612 ์์๋ฃ : Commission : */ MSG_ID_C71 = 0xc71, -/*20170315 to 20180523 +/*20170315 to 20180612 ์์๋ฃ ์ด์ก : Total commission amount : */ MSG_ID_C72 = 0xc72, -/*20170315 to 20180523 +/*20170315 to 20180612 ์์ ์ธ ์ค์ Select receiver */ MSG_ID_C73 = 0xc73, -/*20170315 to 20180523 +/*20170315 to 20180612 ์์ ๊ทธ๋ฃน ์ค์ Select receiving group */ MSG_ID_C74 = 0xc74, -/*20170315 to 20180523 +/*20170315 to 20180612 ํฌ๊ธฐ ๋ณ๊ฒฝ(F10) Change size(F10) */ MSG_ID_C75 = 0xc75, -/*20170315 to 20180523 +/*20170315 to 20180612 ๋ฉ์ผํจ์ ๋ถ๋ฌ์ค๋ ์ค ์
๋๋ค. ๋ถํ์ํ ๋ฉ์ผ์ ^c92114์ญ์ ^000000ํด ์ฃผ์ธ์~!! Loading the mailbox. ^c92114Delete^000000unnecessary emails!! */ MSG_ID_C76 = 0xc76, -/*20170315 to 20180523 +/*20170315 to 20180612 NOW LOADING.. */ MSG_ID_C77 = 0xc77, -/*20170315 to 20180523 +/*20170315 to 20180612 ์ ๋ชฉ Title */ MSG_ID_C78 = 0xc78, -/*20170315 to 20180523 +/*20170315 to 20180612 ๋ณด๋ธ์ด Sender */ MSG_ID_C79 = 0xc79, #endif #if PACKETVER >= 20170322 -/*20170322 to 20180523 +/*20170322 to 20180612 ๋ผ๊ทธ๋๋กํฌ ํด๋ผ์ด์ธํธ์ ๋์์ ์คํ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. setup์ ์ข
๋ฃํฉ๋๋ค */ MSG_ID_C7A = 0xc7a, -/*20170322 to 20180523 +/*20170322 to 20180612 ์ถ๊ฐ ๊ธฐ๋ฅ ์ค์ */ MSG_ID_C7B = 0xc7b, -/*20170322 to 20180523 +/*20170322 to 20180612 This account does not exist. */ MSG_ID_C7C = 0xc7c, -/*20170322 to 20180523 +/*20170322 to 20180612 Passwords do not match. */ MSG_ID_C7D = 0xc7d, -/*20170322 to 20180523 +/*20170322 to 20180612 Failed to pass IP authentication */ MSG_ID_C7E = 0xc7e, -/*20170322 to 20180523 +/*20170322 to 20180612 No identification number, supplement your registration information */ MSG_ID_C7F = 0xc7f, -/*20170322 to 20180523 +/*20170322 to 20180612 Account block */ MSG_ID_C80 = 0xc80, -/*20170322 to 20180523 +/*20170322 to 20180612 System error */ MSG_ID_C81 = 0xc81, -/*20170322 to 20180523 +/*20170322 to 20180612 unknown error found. */ MSG_ID_C82 = 0xc82, #endif #if PACKETVER >= 20170329 -/*20170329 to 20180523 +/*20170329 to 20180612 ๊ธธ์๋ด ์์ด์ฝ ์ค์ */ MSG_ID_C83 = 0xc83, -/*20170329 to 20180523 +/*20170329 to 20180612 ๊ธธ ์๋ด ์ ๋ณด UI */ MSG_ID_C84 = 0xc84, -/*20170329 to 20180523 +/*20170329 to 20180612 ๊ธธ ์๋ด ์ ๋ณด ์ด๊ธฐ */ MSG_ID_C85 = 0xc85, -/*20170329 to 20180523 +/*20170329 to 20180612 ํ์ฌ ์์น ๊ณต์ */ MSG_ID_C86 = 0xc86, -/*20170329 to 20180523 +/*20170329 to 20180612 ๊ฒ์๊ฒฐ๊ณผ[0] */ MSG_ID_C87 = 0xc87, -/*20170329 to 20180523 +/*20170329 to 20180612 ๊ฒ์&์๋ด */ MSG_ID_C88 = 0xc88, /*20170329 to 20170329 ์์น ๊ฐ์ ์์ ๊ฐ์ด ๋ค์ด ์ฌ ์ ์์ต๋๋ค. -20170405 to 20180523 +20170405 to 20180612 ์์น๊ฐ ์ฌ๋ฐ๋ฅด์ง ์์ต๋๋ค. */ MSG_ID_C89 = 0xc89, -/*20170329 to 20180523 +/*20170329 to 20180612 ๊ฒ์๊ฒฐ๊ณผ[%d] */ MSG_ID_C8A = 0xc8a, -/*20170329 to 20180523 +/*20170329 to 20180612 ๊ธธ์๋ด ํ์๋ฅผ ์ํ ์์ด์ฝ ์ค์ */ MSG_ID_C8B = 0xc8b, -/*20170329 to 20180523 +/*20170329 to 20180612 ๊ธธ ์ฐพ๊ธฐ์ zeny ํ์ฉ */ MSG_ID_C8C = 0xc8c, -/*20170329 to 20180523 +/*20170329 to 20180612 ๋ด๋น๊ฒ์ด์
๋ํน ํด์ */ MSG_ID_C8D = 0xc8d, -/*20170329 to 20180523 +/*20170329 to 20180612 ํ์ฑํ ํ์ง ์์ ๊ณ์ ์
๋๋ค. */ MSG_ID_C8E = 0xc8e, #endif #if PACKETVER >= 20170405 -/*20170405 to 20180523 +/*20170405 to 20180612 ํด๋ฆญํ ์์น๊ฐ ์ฑํ
์ฐฝ์ ๊ณต์ ๋ฉ๋๋ค. */ MSG_ID_C8F = 0xc8f, -/*20170405 to 20180523 +/*20170405 to 20180612 4. Service ํญ๋ชฉ์ ์ ํํ๋ฉด Zeny&๋น๊ณต์ ์ด์ฉ์ ๊ณ ๋ คํ์ฌ ์๋ด ํ๋ค. */ MSG_ID_C90 = 0xc90, -/*20170405 to 20180523 +/*20170405 to 20180612 5. [<-] ๋ฒํผ : ๊ธธ์๋ด ๋ชจ๋ <-> ๊ฒ์ ๋ชจ๋๋ฅผ ๋ฐ๊พธ๊ฑฐ๋ */ MSG_ID_C91 = 0xc91, -/*20170405 to 20180523 +/*20170405 to 20180612 ๊ณต์ ํ๊ธฐ ๋ชจ๋ -> ์์น ๋ชจ๋๋ก ๋์๊ฐ๋ ์ฌ์ฉ ๋๋ค. */ MSG_ID_C92 = 0xc92, -/*20170405 to 20180523 +/*20170405 to 20180612 ๊ฒฝํ์น %lld ์ป์ */ MSG_ID_C93 = 0xc93, -/*20170405 to 20180523 +/*20170405 to 20180612 '%lld'์ ๊ฒฝํ์น๋ฅผ */ MSG_ID_C94 = 0xc94, @@ -19291,7 +19291,7 @@ unknown error found. = ์์๋ฃ์จ : ^1567fe8%^000000 100,000,001 z ์ด์ = ์์๋ฃ์จ : ^1567fe10%^000000 -20170524 to 20180523 +20170524 to 20180612 ^b- ๋
ธ์ ์์๋ฃ ์๋ด^/b ๋
ธ์ ์ค์ ๊ฐ๊ฒฉ์ ๋ฐ๋ผ ์ผ์ ๋น์จ์ ์์๋ฃ๊ฐ ๋ถ๊ฐ๋ฉ๋๋ค. @@ -19312,745 +19312,745 @@ unknown error found. = ์์๋ฃ์จ : ^1567fe5%^000000 */ MSG_ID_C95 = 0xc95, -/*20170405 to 20180523 +/*20170405 to 20180612 ์ค๊ฑฐ๋๊ฐ : */ MSG_ID_C96 = 0xc96, -/*20170405 to 20180523 +/*20170405 to 20180612 โป ์์ดํ
ํ๋งค์, ์ค๊ฑฐ๋๊ฐ๋งํผ ์ ๋๋ฅผ ํ๋ํฉ๋๋ค. */ MSG_ID_C97 = 0xc97, -/*20170405 to 20180523 +/*20170405 to 20180612 โป ์์ดํ
๊ตฌ๋งค์, ์ค๊ฑฐ๋๊ฐ๋งํผ ์ ๋๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. */ MSG_ID_C98 = 0xc98, -/*20170405 to 20180523 +/*20170405 to 20180612 ์ฑํ
๋ฐฉ ๊ฐ์ค */ MSG_ID_C99 = 0xc99, #endif #if PACKETVER >= 20170412 -/*20170412 to 20180523 +/*20170412 to 20180612 ํด๋น ์บ๋ฆญํฐ๋ ํํฐ๊ฐ์
์ด ๊ฐ๋ฅํ์ง ์์ ๋ ๋ฒจ์
๋๋ค. */ MSG_ID_C9A = 0xc9a, -/*20170412 to 20180523 +/*20170412 to 20180612 '%lld'์ ์ก๊ฒฝํ์น๋ฅผ */ MSG_ID_C9B = 0xc9b, -/*20170412 to 20180523 +/*20170412 to 20180612 ์ก๊ฒฝํ์น %lld ์ป์ */ MSG_ID_C9C = 0xc9c, #endif #if PACKETVER >= 20170419 -/*20170419 to 20180523 +/*20170419 to 20180612 ํ์ฌ์์น(๋๋ก)์๋ ๋
ธ์ ์ ๊ฐ์คํ ์ ์์ต๋๋ค. */ MSG_ID_C9D = 0xc9d, #endif #if PACKETVER >= 20170426 -/*20170426 to 20180523 +/*20170426 to 20180612 ์ด ํ ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_C9E = 0xc9e, #endif #if PACKETVER >= 20170517 -/*20170517 to 20180523 +/*20170517 to 20180612 ํํฐ์ */ MSG_ID_C9F = 0xc9f, -/*20170517 to 20180523 +/*20170517 to 20180612 SNS ์ ์ก์คํจ(%d) */ MSG_ID_CA0 = 0xca0, -/*20170517 to 20180523 +/*20170517 to 20180612 SNS ์๋ฒ ์ฐ๊ฒฐ์คํจ */ MSG_ID_CA1 = 0xca1, -/*20170517 to 20180523 +/*20170517 to 20180612 SNS ๋ก๊ทธ์ธ ํ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_CA2 = 0xca2, -/*20170517 to 20180523 +/*20170517 to 20180612 ์ ์ ํ ์ ์๋ ์ฃผ์๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. */ MSG_ID_CA3 = 0xca3, #endif #if PACKETVER >= 20170531 -/*20170531 to 20180523 +/*20170531 to 20180612 ๋ฏธ๋ํํฐ์ฐฝ์ด ๊ฒน์ณ์ ธ ์์ด ์ฌ์ฉํ์ค ์ ์์ต๋๋ค. */ MSG_ID_CA4 = 0xca4, -/*20170531 to 20180523 +/*20170531 to 20180612 ๋์ ํ๋งค๋
ธ์ */ MSG_ID_CA5 = 0xca5, #endif #if PACKETVER >= 20170614 -/*20170614 to 20180523 +/*20170614 to 20180612 BOX */ MSG_ID_CA6 = 0xca6, -/*20170614 to 20180523 +/*20170614 to 20180612 ํ๋ฐ์ค */ MSG_ID_CA7 = 0xca7, #endif #if PACKETVER >= 20170621 -/*20170621 to 20180523 +/*20170621 to 20180612 ํธ์์ ์ฑ๊ณตํ์ต๋๋ค. */ MSG_ID_CA8 = 0xca8, #endif #if PACKETVER >= 20170628 -/*20170628 to 20180523 +/*20170628 to 20180612 ๋ค์ํ๊ธฐ */ MSG_ID_CA9 = 0xca9, /*20170628 to 20170809 ์ ๋ จ์ฌ๋ฃ๊ฐ ๋ณ๊ฒฝ๋์ด ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค. -20170816 to 20180523 +20170816 to 20180612 ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ๋์์ต๋๋ค. ์ ๋ จ ์ฌ๋ฃ๋ฅผ ๋ค์ ์ ํํด์ฃผ์ธ์. */ MSG_ID_CAA = 0xcaa, -/*20170628 to 20180523 +/*20170628 to 20180612 ์ ๋ จ์์ด ๋ถ์กฑํ์ฌ ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค. */ MSG_ID_CAB = 0xcab, -/*20170628 to 20180523 +/*20170628 to 20180612 ์ ๋๊ฐ ๋ถ์กฑํ์ฌ ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค. */ MSG_ID_CAC = 0xcac, -/*20170628 to 20180523 +/*20170628 to 20180612 ๋์ฅ์ฅ์ด์ ์ถ๋ณต์ด ๋ถ์กฑํ์ฌ ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค. */ MSG_ID_CAD = 0xcad, -/*20170628 to 20180523 +/*20170628 to 20180612 ์์ดํ
์ด ํ๊ดด๋์์ต๋๋ค. */ MSG_ID_CAE = 0xcae, -/*20170628 to 20180523 +/*20170628 to 20180612 ๋ชจ๋ ์คํ
์ดํฐ์ค๊ฐ ๊ฐ์๋์์ต๋๋ค. */ MSG_ID_CAF = 0xcaf, -/*20170628 to 20180523 +/*20170628 to 20180612 ๋ชจ๋ ์คํ
์ดํฐ์ค ๊ฐ์ ํจ๊ณผ๊ฐ ํด์ ๋์์ต๋๋ค. */ MSG_ID_CB0 = 0xcb0, -/*20170628 to 20180523 +/*20170628 to 20180612 OTP ๋น๋ฐ๋ฒํธ๋ 8์๋ฆฌ ์
๋๋ค. */ MSG_ID_CB1 = 0xcb1, #endif #if PACKETVER >= 20170705 -/*20170705 to 20180523 +/*20170705 to 20180612 ํตํฉ๊ณ์ */ MSG_ID_CB2 = 0xcb2, -/*20170705 to 20180523 +/*20170705 to 20180612 ๋ผ๊ทธ๋๋กํฌ */ MSG_ID_CB3 = 0xcb3, -/*20170705 to 20180523 +/*20170705 to 20180612 ์๋น์ค ์ ๊ฒ ์ค์
๋๋ค. */ MSG_ID_CB4 = 0xcb4, -/*20170705 to 20180523 +/*20170705 to 20180612 ๊ฒ์์ด๋ฅผ ์
๋ ฅํด์ฃผ์ธ์ */ MSG_ID_CB5 = 0xcb5, -/*20170705 to 20180523 +/*20170705 to 20180612 MOTP */ MSG_ID_CB6 = 0xcb6, -/*20170705 to 20180523 +/*20170705 to 20180612 ์ธ์ฆ๋ฒํธ Identification number. */ MSG_ID_CB7 = 0xcb7, -/*20170705 to 20180523 +/*20170705 to 20180612 ํด๋ํฐ์ ๋ค์ด๋ฐ์ GNJOY MOTP๋ฅผ ์คํํ์ฌ ์ธ์ฆ๋ฒํธ๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์. */ MSG_ID_CB8 = 0xcb8, #endif #if PACKETVER >= 20170712 -/*20170712 to 20180523 +/*20170712 to 20180612 ํํฐ์ฅ์ ์์ํ ํํฐ์์ด ์กด์ฌํ์ง ์์ต๋๋ค. ํํฐ๋ฅผ ํด์ฐํ์๊ฒ ์ต๋๊น? */ MSG_ID_CB9 = 0xcb9, #endif #if PACKETVER >= 20170719 -/*20170719 to 20180523 +/*20170719 to 20180612 - ๋ง18์ธ์ด์ */ MSG_ID_CBA = 0xcba, -/*20170719 to 20180523 +/*20170719 to 20180612 - ์ ๋ฃ์๋ฒ */ MSG_ID_CBB = 0xcbb, -/*20170719 to 20180523 +/*20170719 to 20180612 - ๋ฌด๋ฃ์๋ฒ */ MSG_ID_CBC = 0xcbc, -/*20170719 to 20180523 +/*20170719 to 20180612 ์พ์ */ MSG_ID_CBD = 0xcbd, -/*20170719 to 20180523 +/*20170719 to 20180612 ๋ณดํต Normal */ MSG_ID_CBE = 0xcbe, -/*20170719 to 20180523 +/*20170719 to 20180612 ํผ์ก */ MSG_ID_CBF = 0xcbf, -/*20170719 to 20180523 +/*20170719 to 20180612 ํฌํ */ MSG_ID_CC0 = 0xcc0, -/*20170719 to 20180523 +/*20170719 to 20180612 map */ MSG_ID_CC1 = 0xcc1, -/*20170719 to 20180523 +/*20170719 to 20180612 ์๋์ฐฝ๊ณ ๋ ์ธ๋ฒคํ ๋ฆฌ ์์ดํ
๋ง ์
์ถ๊ณ ํ ์ ์์ต๋๋ค. */ MSG_ID_CC2 = 0xcc2, -/*20170719 to 20180523 +/*20170719 to 20180612 ์๋์ฐฝ๊ณ ์๋ ํซ์์ ์
๊ณ ํ ์ ์์ต๋๋ค. */ MSG_ID_CC3 = 0xcc3, -/*20170719 to 20180523 +/*20170719 to 20180612 ์๋์ฐฝ๊ณ ์๋ ์ ์์์ดํ
์ ์
๊ณ ํ ์ ์์ต๋๋ค. */ MSG_ID_CC4 = 0xcc4, -/*20170719 to 20180523 +/*20170719 to 20180612 %s ์์๋ ์ถ๊ณ ํ ์ ์๋ ์์ดํ
์
๋๋ค. */ MSG_ID_CC5 = 0xcc5, #endif #if PACKETVER >= 20170726 -/*20170726 to 20180523 +/*20170726 to 20180612 ๋์ ํ๊ดด */ MSG_ID_CC6 = 0xcc6, -/*20170726 to 20180523 +/*20170726 to 20180612 [%s] ๋์ด ์ ๋ จ์ ์ฑ๊ณตํ์ฌ, [+%d %s] ์์ดํ
์ ํ๋ํ์์ต๋๋ค. */ MSG_ID_CC7 = 0xcc7, -/*20170726 to 20180523 +/*20170726 to 20180612 [%s] ๋์ด [+%d %s] ์์ดํ
์ ์ ๋ จ์ ์คํจํ์์ต๋๋ค. */ MSG_ID_CC8 = 0xcc8, -/*20170726 to 20180523 +/*20170726 to 20180612 ํํฐ์ฅ์ ์์ํ ์ดํ์ ํํดํ ์ ์์ต๋๋ค. */ MSG_ID_CC9 = 0xcc9, #endif #if PACKETVER >= 20170809 -/*20170809 to 20180523 +/*20170809 to 20180612 ์ค๋ฆ */ MSG_ID_CCA = 0xcca, -/*20170809 to 20180523 +/*20170809 to 20180612 ๋ด๋ฆผ */ MSG_ID_CCB = 0xccb, -/*20170809 to 20180523 +/*20170809 to 20180612 ๊ธฐ๋ณธ */ MSG_ID_CCC = 0xccc, -/*20170809 to 20180523 +/*20170809 to 20180612 ๋ณ์กฐ๋ ํ์ผ์ด ๋ฐ๊ฒฌ๋์์ต๋๋ค. ๊ฒ์์ ๋ค์ ์คํ์์ผ์ฃผ์ธ์. */ MSG_ID_CCD = 0xccd, #endif #if PACKETVER >= 20170823 -/*20170823 to 20180523 +/*20170823 to 20180612 %s ์(๋) ์ด๋งต์์ ์ด๋์ด ์ ํ๋ ์์ดํ
์
๋๋ค. */ MSG_ID_CCE = 0xcce, #endif #if PACKETVER >= 20170906 -/*20170906 to 20180523 +/*20170906 to 20180612 ์ค์ค๋ก ๋จน์ด๋จน๊ธฐ */ MSG_ID_CCF = 0xccf, -/*20170906 to 20180523 +/*20170906 to 20180612 ๋ก๋ฑ์ค ์์ฑ์ฐฝ์ด ์ด๋ ค์๋ ๋์ ํธ๋ฌธํด๋ฃจ์ค๊ฐ ๋จน์ด๋ฅผ ๋จน์ง ๋ชปํฉ๋๋ค. */ MSG_ID_CD0 = 0xcd0, -/*20170906 to 20180523 +/*20170906 to 20180612 ํธ๋ฌธํด๋ฃจ์ค๊ฐ ๋จน์ด๋ฅผ ๋จน์์ต๋๋ค. '%s' ์์ฌ๋ %d๊ฐ */ MSG_ID_CD1 = 0xcd1, -/*20170906 to 20180523 +/*20170906 to 20180612 ํธ๋ฌธํด๋ฃจ์ค ์ค์ค๋ก ๋จน์ด ๋จน๊ธฐ ํ์ฑํ On */ MSG_ID_CD2 = 0xcd2, -/*20170906 to 20180523 +/*20170906 to 20180612 ํธ๋ฌธํด๋ฃจ์ค ์ค์ค๋ก ๋จน์ด ๋จน๊ธฐ ํ์ฑํ Off */ MSG_ID_CD3 = 0xcd3, -/*20170906 to 20180523 +/*20170906 to 20180612 ํธ๋ฌธํด๋ฃจ์ค๋ ์ฃผ์ธ์ด ํ๋ํ๋ ๊ฒฝํ์น์ 10%๋งํผ์ ์์ ์ ๊ฒฝํ์น๋ก ๋ถ๋ฐฐ ๋ฐ์ต๋๋ค. */ MSG_ID_CD4 = 0xcd4, -/*20170906 to 20180523 +/*20170906 to 20180612 ํ๋ฅ : %d%% */ MSG_ID_CD5 = 0xcd5, -/*20170906 to 20180523 +/*20170906 to 20180612 ํด๋น ๋์์ ํธ๋ฌธ์ ๊ณต๊ฒฉ๋์์ด ์๋๋๋ค. 'Alt + ์ฐํด๋ฆญ'์ ํตํด ํธ๋ฌธํด๋ฃจ์ค์ ๊ณต๊ฒฉ๋์์ ์ง์ ํด์ฃผ์ธ์. */ MSG_ID_CD6 = 0xcd6, -/*20170906 to 20180523 +/*20170906 to 20180612 ํธ๋ฌธ์ ๊ณต๊ฒฉ๋์์ด ์กด์ฌํ์ง ์์ต๋๋ค. 'Alt + ์ฐํด๋ฆญ'์ ํตํด ํธ๋ฌธํด๋ฃจ์ค์ ๊ณต๊ฒฉ๋์์ ์ง์ ํด์ฃผ์ธ์. */ MSG_ID_CD7 = 0xcd7, #endif #if PACKETVER >= 20170913 -/*20170913 to 20180523 +/*20170913 to 20180612 ํ๋งค ๋ฆฌ์คํธ */ MSG_ID_CD8 = 0xcd8, -/*20170913 to 20180523 +/*20170913 to 20180612 ๊ตฌ์
๋ฆฌ์คํธ */ MSG_ID_CD9 = 0xcd9, -/*20170913 to 20180523 +/*20170913 to 20180612 ์ ๊ท New */ MSG_ID_CDA = 0xcda, -/*20170913 to 20180523 +/*20170913 to 20180612 ์ธ๊ธฐ Headgears */ MSG_ID_CDB = 0xcdb, -/*20170913 to 20180523 +/*20170913 to 20180612 ํ์ Limited */ MSG_ID_CDC = 0xcdc, -/*20170913 to 20180523 +/*20170913 to 20180612 ์๋์ฅ๋น Rental Items */ MSG_ID_CDD = 0xcdd, -/*20170913 to 20180523 +/*20170913 to 20180612 ์๊ตฌ์ฅ๋น Equipments */ MSG_ID_CDE = 0xcde, -/*20170913 to 20180523 +/*20170913 to 20180612 ๋ฒํ Scrolls */ MSG_ID_CDF = 0xcdf, -/*20170913 to 20180523 +/*20170913 to 20180612 ํ๋ณต Consumables */ MSG_ID_CE0 = 0xce0, -/*20170913 to 20180523 +/*20170913 to 20180612 ๊ธฐํ Other */ MSG_ID_CE1 = 0xce1, -/*20170913 to 20180523 +/*20170913 to 20180612 ํน๊ฐ Special */ MSG_ID_CE2 = 0xce2, -/*20170913 to 20180523 +/*20170913 to 20180612 ์ถฉ์ ํ๊ธฐ */ MSG_ID_CE3 = 0xce3, -/*20170913 to 20180523 +/*20170913 to 20180612 ๊ตฌ์
ํ๊ธฐ */ MSG_ID_CE4 = 0xce4, /*20170913 to 20171206 https://payment.gnjoy.com/bill/login.grv -20171213 to 20180523 +20171213 to 20180612 http://member.gnjoy.com/user/pay/chargelist.asp */ MSG_ID_CE5 = 0xce5, -/*20170913 to 20180523 +/*20170913 to 20180612 ์์ดํ
๊ฒ์ */ MSG_ID_CE6 = 0xce6, -/*20170913 to 20180523 +/*20170913 to 20180612 ๋ฌด๋ฃ์บ์ */ MSG_ID_CE7 = 0xce7, -/*20170913 to 20180523 +/*20170913 to 20180612 ๋ฌด๋ฃ์บ์ ์ฌ์ฉ */ MSG_ID_CE8 = 0xce8, -/*20170913 to 20180523 +/*20170913 to 20180612 ์์ง์บ์ */ MSG_ID_CE9 = 0xce9, -/*20170913 to 20180523 +/*20170913 to 20180612 ์๋๊ฐฑ์ */ MSG_ID_CEA = 0xcea, -/*20170913 to 20180523 +/*20170913 to 20180612 ์ฑ์ (์ฌ) */ MSG_ID_CEB = 0xceb, -/*20170913 to 20180523 +/*20170913 to 20180612 ์์ธ๋ฆฌํผ(์ฌ) */ MSG_ID_CEC = 0xcec, -/*20170913 to 20180523 +/*20170913 to 20180612 ์ฑ์ (๋จ) */ MSG_ID_CED = 0xced, -/*20170913 to 20180523 +/*20170913 to 20180612 ์์ธ๋ฆฌํผ(๋จ) */ MSG_ID_CEE = 0xcee, #endif #if PACKETVER >= 20170920 -/*20170920 to 20180523 +/*20170920 to 20180612 ๋ฌด๊ฒ๊ฐ %d ํผ์ผํธ ์ด์์ผ๋๋ HP SP๊ฐ ์์ฐ์ ์ผ๋ก ํ๋ณต์ด ๋์ง ์์ต๋๋ค. */ MSG_ID_CEF = 0xcef, -/*20170920 to 20180523 +/*20170920 to 20180612 ํ ๋ฒ์ ๊ตฌ์
๊ฐ๋ฅํ ์์ดํ
์ ๊ฐ์ง์๋ 8๊ฐ์
๋๋ค. */ MSG_ID_CF0 = 0xcf0, -/*20170920 to 20180523 +/*20170920 to 20180612 http://gift.zhaouc.com/#/index http://gift.zhaouc.com/ */ MSG_ID_CF1 = 0xcf1, #endif #if PACKETVER >= 20170927 -/*20170927 to 20180523 +/*20170927 to 20180612 UNKNOWN ERROR:%d */ MSG_ID_CF2 = 0xcf2, -/*20170927 to 20180523 +/*20170927 to 20180612 NOT USER */ MSG_ID_CF3 = 0xcf3, -/*20170927 to 20180523 +/*20170927 to 20180612 THIS ACCOUNT ID IS BLOCKED */ MSG_ID_CF4 = 0xcf4, -/*20170927 to 20180523 +/*20170927 to 20180612 COUNTRY REJECT (OR NOT AVALIABLE USER ) */ MSG_ID_CF5 = 0xcf5, -/*20170927 to 20180523 +/*20170927 to 20180612 NOT MATCH PASSWORD */ MSG_ID_CF6 = 0xcf6, -/*20170927 to 20180523 +/*20170927 to 20180612 NOT EMAIL CERT */ MSG_ID_CF7 = 0xcf7, -/*20170927 to 20180523 +/*20170927 to 20180612 PAYPAL BLOCK */ MSG_ID_CF8 = 0xcf8, -/*20170927 to 20180523 +/*20170927 to 20180612 COUNTRY REJECT */ MSG_ID_CF9 = 0xcf9, -/*20170927 to 20180523 +/*20170927 to 20180612 PAYPAL BLOCK */ MSG_ID_CFA = 0xcfa, -/*20170927 to 20180523 +/*20170927 to 20180612 WEB BLOCK */ MSG_ID_CFB = 0xcfb, -/*20170927 to 20180523 +/*20170927 to 20180612 AGE LIMIT USER */ MSG_ID_CFC = 0xcfc, -/*20170927 to 20180523 +/*20170927 to 20180612 PASSWORD HAS NOT BEEN CHANGED FOR MORE THAN 90DAYS */ MSG_ID_CFD = 0xcfd, -/*20170927 to 20180523 +/*20170927 to 20180612 INPUT DATA ERROR */ MSG_ID_CFE = 0xcfe, -/*20170927 to 20180523 +/*20170927 to 20180612 ERROR DATABASE */ MSG_ID_CFF = 0xcff, -/*20170927 to 20180523 +/*20170927 to 20180612 ERROR SYSTEM */ MSG_ID_D00 = 0xd00, /*20170927 to 20171025 %s ์ง๋ถ -20171101 to 20180523 +20171101 to 20180612 %s ์๋ชจ */ MSG_ID_D01 = 0xd01, -/*20170927 to 20180523 +/*20170927 to 20180612 ๋น์ฉ์ง๋ถ */ MSG_ID_D02 = 0xd02, -/*20170927 to 20180523 +/*20170927 to 20180612 ์ถ๋ฐ ๊ฐ๋ฅํ ๋งต์ด ์๋๋๋ค. */ MSG_ID_D03 = 0xd03, -/*20170927 to 20180523 +/*20170927 to 20180612 ์ด๋ ๋ถ๊ฐ๋ฅํ ๋งต์
๋๋ค */ MSG_ID_D04 = 0xd04, -/*20170927 to 20180523 +/*20170927 to 20180612 ์์ดํ
์ด ๋ถ์กฑํฉ๋๋ค. */ MSG_ID_D05 = 0xd05, -/*20170927 to 20180523 +/*20170927 to 20180612 ์ค ๋ฐ๊ฟ ์์ด ํ ์ค๋ก ์
๋ ฅํด์ฃผ์ธ์. */ MSG_ID_D06 = 0xd06, #endif #if PACKETVER >= 20171011 -/*20171011 to 20180523 +/*20171011 to 20180612 ๋ถ๋ ๋จ์ด๊ฐ ํฌํจ๋ ์ด๋ฆ์ ๋ฑ๋กํ ์ ์์ต๋๋ค. */ MSG_ID_D07 = 0xd07, #endif #if PACKETVER >= 20171018 -/*20171018 to 20180523 +/*20171018 to 20180612 ํ์ ๊ฐ์
์ ์ํด ๊ณต์ ํํ์ด์ง๋ก ์ด๋๋ฉ๋๋ค. */ MSG_ID_D08 = 0xd08, #endif #if PACKETVER >= 20171025 -/*20171025 to 20180523 +/*20171025 to 20180612 TokenAgency ์๋ฒ ์ฐ๊ฒฐ ์คํจ */ MSG_ID_D09 = 0xd09, -/*20171025 to 20180523 +/*20171025 to 20180612 ๊ณผ๊ธ์ ๋ณด */ MSG_ID_D0A = 0xd0a, -/*20171025 to 20180523 +/*20171025 to 20180612 ์ญ์ ์์ฝ */ MSG_ID_D0B = 0xd0b, -/*20171025 to 20180523 +/*20171025 to 20180612 ์์ฝ์ทจ์ */ MSG_ID_D0C = 0xd0c, -/*20171025 to 20180523 +/*20171025 to 20180612 ๊ฒ์์์ */ MSG_ID_D0D = 0xd0d, -/*20171025 to 20180523 +/*20171025 to 20180612 ์ญ์ */ MSG_ID_D0E = 0xd0e, -/*20171025 to 20180523 +/*20171025 to 20180612 Character List */ MSG_ID_D0F = 0xd0f, -/*20171025 to 20180523 +/*20171025 to 20180612 ๊ณต์ง Notice */ MSG_ID_D10 = 0xd10, -/*20171025 to 20180523 +/*20171025 to 20180612 ์์ฑ */ MSG_ID_D11 = 0xd11, -/*20171025 to 20180523 +/*20171025 to 20180612 Hair Style */ MSG_ID_D12 = 0xd12, -/*20171025 to 20180523 +/*20171025 to 20180612 Hair Color */ MSG_ID_D13 = 0xd13, -/*20171025 to 20180523 +/*20171025 to 20180612 ์ค๋ณตํ์ธ */ MSG_ID_D14 = 0xd14, -/*20171025 to 20180523 +/*20171025 to 20180612 %d์ %d๋ถ %d์ด */ MSG_ID_D15 = 0xd15, -/*20171025 to 20180523 +/*20171025 to 20180612 MOTP ์
๋ ฅ ์๊ฐ์ด ์ด๊ณผ๋์์ต๋๋ค. ์ฒ์๋ถํฐ ๋ค์ ๋ก๊ทธ์ธํด์ฃผ์ญ์์ค. */ MSG_ID_D16 = 0xd16, -/*20171025 to 20180523 +/*20171025 to 20180612 ๋ค๋ก๊ฐ๊ธฐ */ MSG_ID_D17 = 0xd17, #endif #if PACKETVER >= 20171101 -/*20171101 to 20180523 +/*20171101 to 20180612 ์์ดํ
์ ์ฌ์ฉํ ์ ์์ต๋๋ค. */ MSG_ID_D18 = 0xd18, -/*20171101 to 20180523 +/*20171101 to 20180612 ๋์ผํ ๋งต์ผ๋ก ์ด๋ํ ์ ์์ต๋๋ค. */ MSG_ID_D19 = 0xd19, -/*20171101 to 20180523 +/*20171101 to 20180612 ์ฌ๋ง์ ์ด๋์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_D1A = 0xd1a, -/*20171101 to 20180523 +/*20171101 to 20180612 ์บ๋ฆญํฐ ์์ฑ */ MSG_ID_D1B = 0xd1b, #endif #if PACKETVER >= 20171108 -/*20171108 to 20180523 +/*20171108 to 20180612 ๋ชจํ๊ฐ ์ค๊ฐ์ ๋ฑ๋ก */ MSG_ID_D1C = 0xd1c, -/*20171108 to 20180523 +/*20171108 to 20180612 ๋ชจ์ง ์ค๋จ */ MSG_ID_D1D = 0xd1d, -/*20171108 to 20180523 +/*20171108 to 20180612 ๋ชจํ๊ฐ ์ค๊ฐ์ ์ค์ */ MSG_ID_D1E = 0xd1e, -/*20171108 to 20180523 +/*20171108 to 20180612 ์ ์ง์ญ */ MSG_ID_D1F = 0xd1f, -/*20171108 to 20180523 +/*20171108 to 20180612 ์ง์ ๊ธฐ์ฌ */ MSG_ID_D20 = 0xd20, -/*20171108 to 20180523 +/*20171108 to 20180612 ๊ฒ์ฌ๊ณ์ด */ MSG_ID_D21 = 0xd21, -/*20171108 to 20180523 +/*20171108 to 20180612 ๋ฒ์ฌ๊ณ์ด */ MSG_ID_D22 = 0xd22, -/*20171108 to 20180523 +/*20171108 to 20180612 ๊ถ์๊ณ์ด */ MSG_ID_D23 = 0xd23, -/*20171108 to 20180523 +/*20171108 to 20180612 ๋ณต์ฌ๊ณ์ด */ MSG_ID_D24 = 0xd24, -/*20171108 to 20180523 +/*20171108 to 20180612 ์์ธ๊ณ์ด */ MSG_ID_D25 = 0xd25, -/*20171108 to 20180523 +/*20171108 to 20180612 ๋๋๊ณ์ด */ MSG_ID_D26 = 0xd26, -/*20171108 to 20180523 +/*20171108 to 20180612 ํ๊ถ๊ณ์ด */ MSG_ID_D27 = 0xd27, -/*20171108 to 20180523 +/*20171108 to 20180612 ๋์๊ณ์ด */ MSG_ID_D28 = 0xd28, -/*20171108 to 20180523 +/*20171108 to 20180612 ๊ฑด์ฌ๋ง๊ฑฐ๊ณ์ด */ MSG_ID_D29 = 0xd29, -/*20171108 to 20180523 +/*20171108 to 20180612 ๋๋์กฑ๊ณ์ด */ MSG_ID_D2A = 0xd2a, -/*20171108 to 20180523 +/*20171108 to 20180612 ์ง์ญ๋ช
*/ MSG_ID_D2B = 0xd2b, -/*20171108 to 20180523 +/*20171108 to 20180612 ์ง์ญ๋ช
๊ฒ์ */ MSG_ID_D2C = 0xd2c, -/*20171108 to 20180523 +/*20171108 to 20180612 ๊ฐ์
์์ฒญํ๊ธฐ */ MSG_ID_D2D = 0xd2d, -/*20171108 to 20180523 +/*20171108 to 20180612 ์ ๊ณ ํ๊ธฐ */ MSG_ID_D2E = 0xd2e, -/*20171108 to 20180523 +/*20171108 to 20180612 ํํฐ ๋ชจ์ง ์ค๋จ */ MSG_ID_D2F = 0xd2f, -/*20171108 to 20180523 +/*20171108 to 20180612 ์ง์ญ๋ช
์ ์
๋ ฅํด์ฃผ์ธ์. */ MSG_ID_D30 = 0xd30, -/*20171108 to 20180523 +/*20171108 to 20180612 ์ง์ญ */ MSG_ID_D31 = 0xd31, -/*20171108 to 20180523 +/*20171108 to 20180612 ์ ์ง์
*/ MSG_ID_D32 = 0xd32, -/*20171108 to 20180523 +/*20171108 to 20180612 ๋ก๊ทธ์ธ */ MSG_ID_D33 = 0xd33, -/*20171108 to 20180523 +/*20171108 to 20180612 ๊ณ์ */ MSG_ID_D34 = 0xd34, -/*20171108 to 20180523 +/*20171108 to 20180612 ์ข
๋ฃ Exit */ MSG_ID_D35 = 0xd35, -/*20171108 to 20180523 +/*20171108 to 20180612 ์ ์ฒญ */ MSG_ID_D36 = 0xd36, -/*20171108 to 20180523 +/*20171108 to 20180612 ์ ์ */ MSG_ID_D37 = 0xd37, -/*20171108 to 20180523 +/*20171108 to 20180612 ํ์ธ */ MSG_ID_D38 = 0xd38, -/*20171108 to 20180523 +/*20171108 to 20180612 ํด๋ํฐ์ ๋ค์ด๋ฐ์ GNJOY MOTP๋ฅผ */ MSG_ID_D39 = 0xd39, -/*20171108 to 20180523 +/*20171108 to 20180612 ์คํํ์ฌ ์ธ์ฆ๋ฒํธ๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์. */ MSG_ID_D3A = 0xd3a, -/*20171108 to 20180523 +/*20171108 to 20180612 NPC๊ฐ ์๋ ๋งต์ ๋๋ค ์ขํ๋ก ์ด๋ ๋ฉ๋๋ค. */ MSG_ID_D3B = 0xd3b, -/*20171108 to 20180523 +/*20171108 to 20180612 ํ๊ถ */ MSG_ID_D3C = 0xd3c, /*20171108 to 20171115 ๋์ด ์ฐจ๋จ ์ํ๋ก ์ค์ ๋์์ต๋๋ค. -20171122 to 20180523 +20171122 to 20180612 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ์ํ */ MSG_ID_D3D = 0xd3d, @@ -20058,346 +20058,346 @@ NPC๊ฐ ์๋ ๋งต์ ๋๋ค ์ขํ๋ก ์ด๋ ๋ฉ๋๋ค. #if PACKETVER >= 20171115 /*20171115 to 20171115 ๋์ ์ฐจ๋จ ์ํ๋ก ์ค์ ํ๋๋ฐ ์คํจํ์์ต๋๋ค. -20171122 to 20180523 +20171122 to 20180612 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ ์์ฒญ ์คํจ */ MSG_ID_D3E = 0xd3e, /*20171115 to 20171115 ๋์ ์ฐจ๋จ ์ํ๋ก ์ค์ ํ๋๋ฐ ์คํจํ์์ต๋๋ค.(์ธ์ ์ด๊ณผ) -20171122 to 20180523 +20171122 to 20180612 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ ์์ฒญ์คํจ (์ธ์์ด๊ณผ) */ MSG_ID_D3F = 0xd3f, /*20171115 to 20171115 ๋์ด ์ฐจ๋จ ํด์ ๋์์ต๋๋ค. -20171122 to 20180523 +20171122 to 20180612 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ์ํ */ MSG_ID_D40 = 0xd40, /*20171115 to 20171115 ๋์ ์ฐจ๋จ ํด์ ํ๋๋ฐ ์คํจํ์์ต๋๋ค. -20171122 to 20180523 +20171122 to 20180612 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ ์์ฒญ์คํจ */ MSG_ID_D41 = 0xd41, /*20171115 to 20171115 ๋์ ์ฐจ๋จ ํด์ ํ๋๋ฐ ์คํจํ์์ต๋๋ค.(์ธ์ ์ด๊ณผ) -20171122 to 20180523 +20171122 to 20180612 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ ์์ฒญ์คํจ (์ธ์์ด๊ณผ) */ MSG_ID_D42 = 0xd42, -/*20171115 to 20180523 +/*20171115 to 20180612 ์ฐจ๋จ ๋ฆฌ์คํธ๊ฐ ์์ต๋๋ค */ MSG_ID_D43 = 0xd43, -/*20171115 to 20180523 +/*20171115 to 20180612 -์ฐจ๋จ ๋ฆฌ์คํธ- */ MSG_ID_D44 = 0xd44, -/*20171115 to 20180523 +/*20171115 to 20180612 ์งํ์ค Act */ MSG_ID_D45 = 0xd45, -/*20171115 to 20180523 +/*20171115 to 20180612 ์ถ์ฒ Rec */ MSG_ID_D46 = 0xd46, -/*20171115 to 20180523 +/*20171115 to 20180612 ๋ณด๋ฅ์ค Pen */ MSG_ID_D47 = 0xd47, -/*20171115 to 20180523 +/*20171115 to 20180612 QUEST */ MSG_ID_D48 = 0xd48, -/*20171115 to 20180523 +/*20171115 to 20180612 ๋ด์ฉ For */ MSG_ID_D49 = 0xd49, -/*20171115 to 20180523 +/*20171115 to 20180612 ๋ชฌ์คํฐ */ MSG_ID_D4A = 0xd4a, -/*20171115 to 20180523 +/*20171115 to 20180612 ๋ณด์ */ MSG_ID_D4B = 0xd4b, -/*20171115 to 20180523 +/*20171115 to 20180612 EXP */ MSG_ID_D4C = 0xd4c, -/*20171115 to 20180523 +/*20171115 to 20180612 JEXP */ MSG_ID_D4D = 0xd4d, -/*20171115 to 20180523 +/*20171115 to 20180612 ์์ดํ
Item */ MSG_ID_D4E = 0xd4e, -/*20171115 to 20180523 +/*20171115 to 20180612 ์งํ/๋ณด๋ฅ */ MSG_ID_D4F = 0xd4f, -/*20171115 to 20180523 +/*20171115 to 20180612 ํ๋จ์ผ๋ก ์ด๋ */ MSG_ID_D50 = 0xd50, -/*20171115 to 20180523 +/*20171115 to 20180612 ๊ฐํธ ํ์คํธ์ฐฝ์ ํ์ */ MSG_ID_D51 = 0xd51, -/*20171115 to 20180523 +/*20171115 to 20180612 ์
๋ ฅ์๊ฐ */ MSG_ID_D52 = 0xd52, #endif #if PACKETVER >= 20171122 -/*20171122 to 20180523 +/*20171122 to 20180612 ์์ด๋ ์ ์ฅ */ MSG_ID_D53 = 0xd53, -/*20171122 to 20180523 +/*20171122 to 20180612 ๋น๋ฐ๋ฒํธ Password */ MSG_ID_D54 = 0xd54, -/*20171122 to 20180523 +/*20171122 to 20180612 ์์ด๋ */ MSG_ID_D55 = 0xd55, -/*20171122 to 20180523 +/*20171122 to 20180612 ํ์๊ฐ์
*/ MSG_ID_D56 = 0xd56, -/*20171122 to 20180523 +/*20171122 to 20180612 ๋
ธ๋น์ค๊ณ์ด */ MSG_ID_D57 = 0xd57, -/*20171122 to 20180523 +/*20171122 to 20180612 ์ํผ๋
ธ๋น์ค๊ณ์ด */ MSG_ID_D58 = 0xd58, -/*20171122 to 20180523 +/*20171122 to 20180612 ๋ชจํ๊ฐ ์ค๊ฐ์ ๋ฑ๋ก์ ์คํจํ์ต๋๋ค. */ MSG_ID_D59 = 0xd59, -/*20171122 to 20180523 +/*20171122 to 20180612 ๋ชจํ๊ฐ ์ค๊ฐ์์ ๋ฑ๋ก๋์์ต๋๋ค. */ MSG_ID_D5A = 0xd5a, /*20171122 to 20180328 ์ง์
์ ํ ๊ฐ ์ด์ ์ ํํด์ฃผ์ธ์. -20180404 to 20180523 +20180404 to 20180612 ๋ชจ์ง์ ํฌ๋งํ๋ ํํฐ์์ ์ง์
์ ํ ๊ฐ ์ด์ ์ ํํด ์ฃผ์ธ์. */ MSG_ID_D5B = 0xd5b, -/*20171122 to 20180523 +/*20171122 to 20180612 ์ง์ญ๋ช
์ ๋ ๊ธ์ ์ด์ ์
๋ ฅํด์ฃผ์ธ์. */ MSG_ID_D5C = 0xd5c, -/*20171122 to 20180523 +/*20171122 to 20180612 %.1f%% (+ %s์๋ฒ %.1f%%) */ MSG_ID_D5D = 0xd5d, -/*20171122 to 20180523 +/*20171122 to 20180612 /ex (์บ๋ฆญํฐ์ด๋ฆ) or /์ฐจ๋จ (์บ๋ฆญํฐ์ด๋ฆ) : ํด๋น ์บ๋ฆญํฐ์ ๋ํด ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ์ฐจ๋จ */ MSG_ID_D5E = 0xd5e, -/*20171122 to 20180523 +/*20171122 to 20180612 /in (์บ๋ฆญํฐ์ด๋ฆ) or /ํด์ (์บ๋ฆญํฐ์ด๋ฆ) : ํด๋น ์บ๋ฆญํฐ์ ๋ํด ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ํ์ฉ */ MSG_ID_D5F = 0xd5f, -/*20171122 to 20180523 +/*20171122 to 20180612 /ex or /์ฐจ๋จ : ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ์ฐจ๋จ ์บ๋ฆญํฐ ๋ฆฌ์คํธ */ MSG_ID_D60 = 0xd60, -/*20171122 to 20180523 +/*20171122 to 20180612 /exall or /์ฐจ๋จ์ ๋ถ : ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ์ฐจ๋จ */ MSG_ID_D61 = 0xd61, -/*20171122 to 20180523 +/*20171122 to 20180612 /inall or /ํด์ ์ ๋ถ : ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ํ์ฉ */ MSG_ID_D62 = 0xd62, -/*20171122 to 20180523 +/*20171122 to 20180612 ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ์ํ */ MSG_ID_D63 = 0xd63, -/*20171122 to 20180523 +/*20171122 to 20180612 ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ์์ฒญ ์คํจ */ MSG_ID_D64 = 0xd64, -/*20171122 to 20180523 +/*20171122 to 20180612 ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ์ํ */ MSG_ID_D65 = 0xd65, -/*20171122 to 20180523 +/*20171122 to 20180612 ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ์์ฒญ ์คํจ */ MSG_ID_D66 = 0xd66, -/*20171122 to 20180523 +/*20171122 to 20180612 ์คํ๋ */ MSG_ID_D67 = 0xd67, #endif #if PACKETVER >= 20171206 -/*20171206 to 20180523 +/*20171206 to 20180612 ๋ก๊ทธ์ธ ํ๋ฉด์ผ๋ก ๋์๊ฐ์๊ฒ ์ต๋๊น? */ MSG_ID_D68 = 0xd68, -/*20171206 to 20180523 +/*20171206 to 20180612 ํ๊ณผ ๊ณต๊ฒฉ๋ ฅ์ด ๊ฐํด์ก์ต๋๋ค. */ MSG_ID_D69 = 0xd69, -/*20171206 to 20180523 +/*20171206 to 20180612 ํ, ์ง๋ฅ, ์์ฌ์ฃผ ๋ฐ ๋ช
์ค๋ฅ ์ด ์ฆ๊ฐํ์์ต๋๋ค. */ MSG_ID_D6A = 0xd6a, -/*20171206 to 20180523 +/*20171206 to 20180612 ๋ฐฉ์ด๋ ฅ ๋ฐ HP๊ฐ ์ฆ๊ฐ๋์์ต๋๋ค. */ MSG_ID_D6B = 0xd6b, -/*20171206 to 20180523 +/*20171206 to 20180612 ์ ค์คํ */ MSG_ID_D6C = 0xd6c, -/*20171206 to 20180523 +/*20171206 to 20180612 ๊ณ์ ๋ฒํ */ MSG_ID_D6D = 0xd6d, -/*20171206 to 20180523 +/*20171206 to 20180612 ์ ์ก์๋น์ค */ MSG_ID_D6E = 0xd6e, #endif #if PACKETVER >= 20171213 -/*20171213 to 20180523 +/*20171213 to 20180612 ํ์ฌ ์ ์์ด ์ง์ฐ๋๊ณ ์์ต๋๋ค. ์์ฐจ์ ์ผ๋ก ์ ์์ด ๊ฐ๋ฅํ๋ ์ ์ ํ ์ฌ์ ์ ๋ถํ๋๋ฆฝ๋๋ค. */ MSG_ID_D6F = 0xd6f, -/*20171213 to 20180523 +/*20171213 to 20180612 ํ์ฌ ์ ์์ด ์ง์ฐ๋๊ณ ์์ผ๋ ์ ์ ํ ์ฌ์ ์ ๋ถํ๋๋ฆฝ๋๋ค. */ MSG_ID_D70 = 0xd70, -/*20171213 to 20180523 +/*20171213 to 20180612 ๋ถ๋ ๋จ์ด๊ฐ ํฌํจ๋ ์ด๋ฆ์ ๊ฒ์ํ ์ ์์ต๋๋ค. */ MSG_ID_D71 = 0xd71, -/*20171213 to 20180523 +/*20171213 to 20180612 ํํฐ ๋ง์คํฐ๊ฐ ์์ฒญ์ ๋ฐ์ ์ ์๋ ๋งต์ ์์ต๋๋ค. */ MSG_ID_D72 = 0xd72, -/*20171213 to 20180523 +/*20171213 to 20180612 ํํฐ๋ฅผ ์ฐพ์ ์ ์์ต๋๋ค. */ MSG_ID_D73 = 0xd73, /*20171213 to 20180328 ๋์ ํํฐ์์ฒญ์
๋๋ค. -20180404 to 20180523 +20180404 to 20180612 ๋์ ํํฐ ๊ฐ์
์์ฒญ์
๋๋ค. */ MSG_ID_D74 = 0xd74, #endif #if PACKETVER >= 20171220 -/*20171220 to 20180523 +/*20171220 to 20180612 http://ro.gnjoy.com */ MSG_ID_D75 = 0xd75, -/*20171220 to 20180523 +/*20171220 to 20180612 โฒ */ MSG_ID_D76 = 0xd76, -/*20171220 to 20180523 +/*20171220 to 20180612 โผ */ MSG_ID_D77 = 0xd77, #endif #if PACKETVER >= 20171227 -/*20171227 to 20180523 +/*20171227 to 20180612 ์ด๋ฏธ ์น๊ตฌ์
๋๋ค */ MSG_ID_D78 = 0xd78, -/*20171227 to 20180523 +/*20171227 to 20180612 ์๋๋ฐฉ์ ์ฐพ์ ์ ์์ต๋๋ค */ MSG_ID_D79 = 0xd79, -/*20171227 to 20180523 +/*20171227 to 20180612 ์ด๋ฏธ ๋ค๋ฅธ ์บ๋ฆญํฐ๊ฐ ์น๊ตฌ ์ ์ฒญ ์ค์
๋๋ค. */ MSG_ID_D7A = 0xd7a, -/*20171227 to 20180523 +/*20171227 to 20180612 ํผ๊ตฌ์ฌ ํ์ ON */ MSG_ID_D7B = 0xd7b, -/*20171227 to 20180523 +/*20171227 to 20180612 ํผ๊ตฌ์ฌ ํ์ OFF */ MSG_ID_D7C = 0xd7c, #endif #if PACKETVER >= 20180117 -/*20180117 to 20180523 +/*20180117 to 20180612 ํด๋น ๊ณ์ ์ 2์ฐจ ๋น๋ฐ๋ฒํธ ์ค์
๋ ฅ์ผ๋ก ์ธํด ๊ฒ์๋ด ์ ์์ด ์ ํ๋ ์ํ์
๋๋ค. %02d์๊ฐ %02d๋ถ ํ์ ์ ์์ ํ์ด ํด์ ๋๋ฉฐ, ์ ์์ ํ์ ํด์ ๋ ํํ์ด์ง -> ๊ฐ์ธ์ ๋ณด๋ณ๊ฒฝ -> 2์ฐจ ๋น๋ฐ๋ฒํธ ์์ ๋ณธ์ธ์ธ์ฆ ํ ์งํํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. */ MSG_ID_D7D = 0xd7d, -/*20180117 to 20180523 +/*20180117 to 20180612 ๋ณด์ํจ์ค์๋๋ฅผ 3ํ์ด์ ํ๋ฆฌ์
จ์ต๋๋ค. ๊ณ์ ๋ณด์์ ์ํด 24์๊ฐ๋์ ๊ฒ์๋ด ์ ์์ด ์ ํ๋ฉ๋๋ค. ์ ์์ ํ์ ํด์ ๋ ํํ์ด์ง -> ๊ฐ์ธ์ ๋ณด๋ณ๊ฒฝ -> 2์ฐจ ๋น๋ฐ๋ฒํธ ์์ ๋ณธ์ธ์ธ์ฆ ํ ์งํํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. */ MSG_ID_D7E = 0xd7e, -/*20180117 to 20180523 +/*20180117 to 20180612 ์ด์์ง */ MSG_ID_D7F = 0xd7f, -/*20180117 to 20180523 +/*20180117 to 20180612 %d์ผ์ฐจ ์ถ์ ๋ณด์์ด ์ง๊ธ๋์์ต๋๋ค. */ MSG_ID_D80 = 0xd80, /*20180117 to 20180117 ๊ณ์ ์ค์ ์ ๋ณด ๋ฐ์์ค๋๋ฐ ์คํจ ํ์ต๋๋ค.( ์ฌ์๋๋ฅผ ์ํด์๋ ์ฌ์์ ํด์ผ ํฉ๋๋ค. ) -20180124 to 20180523 +20180124 to 20180612 ๊ณ์ ์ค์ ๋ฐ์ดํฐ๋ฅผ ๋ถ๋ฌ์ค๋ ์ค์ ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค. ( ์ฌ์๋๋ฅผ ์ํด์๋ ์ฌ์์ ํด์ผ ํฉ๋๋ค. ) */ MSG_ID_D81 = 0xd81, -/*20180117 to 20180523 +/*20180117 to 20180612 ํด๋น ์คํฌ์ ํํฐ ์ํ์์ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_D82 = 0xd82, #endif #if PACKETVER >= 20180124 -/*20180124 to 20180523 +/*20180124 to 20180612 ํํฐ ๋ชจ์ง์ ์ค๋จํ์์ต๋๋ค. */ MSG_ID_D83 = 0xd83, -/*20180124 to 20180523 +/*20180124 to 20180612 ๊ธธ๋ ์๋ฉ ๊ฒฝํ์น๋ ์ต๋ %d%%๊น์ง ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_D84 = 0xd84, -/*20180124 to 20180523 +/*20180124 to 20180612 ๊ธธ๋ ๋ ๋ฒจ์ด ์ต๋์ฌ์ ๋ ์ด์ ๊ฒฝํ์น๋ฅผ ์๋ฉํ ์ ์์ต๋๋ค. */ MSG_ID_D85 = 0xd85, #endif #if PACKETVER >= 20180207 -/*20180207 to 20180523 +/*20180207 to 20180612 ๊ณ์ ๋ณด์์ ์ํ์ฌ MOTP๋ฏธ์ฌ์ฉ์๋ ํํ์ด์ง ๋ก๊ทธ์ธ๋ง ๊ฐ๋ฅํฉ๋๋ค. ํํ์ด์ง๋ก ๋ก๊ทธ์ธ์ ์๋ํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. */ MSG_ID_D86 = 0xd86, -/*20180207 to 20180523 +/*20180207 to 20180612 ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ๊ณผ ๋ง๋ฒ ๊ณต๊ฒฉ๋ ฅ์ด ํฅ์๋์์ต๋๋ค. */ MSG_ID_D87 = 0xd87, -/*20180207 to 20180523 +/*20180207 to 20180612 ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ๊ณผ ๋ง๋ฒ ๊ณต๊ฒฉ๋ ฅ์ด ๊ฐ์๋์์ต๋๋ค. */ MSG_ID_D88 = 0xd88, -/*20180207 to 20180523 +/*20180207 to 20180612 %s ์ถ์์ฒดํฌ ๋ณด์ %s Attendance Check Reward */ @@ -20405,300 +20405,318 @@ http://ro.gnjoy.com /*20180207 to 20180502 ์ด๋ฒคํธ ๊ธฐ๊ฐ : %02d์ %02d์ผ ~ %2d์ %2d์ผ 24:00๊น์ง Event period : From %02d/%02d ~ Until %2d/%2d (Month/Day) 24:00 -20180516 to 20180523 +20180516 to 20180612 ์ด๋ฒคํธ ๊ธฐ๊ฐ : %02d์ %02d์ผ ~ %02d์ %02d์ผ 24:00๊น์ง */ MSG_ID_D8A = 0xd8a, -/*20180207 to 20180523 +/*20180207 to 20180612 %d์ผ์ฐจ %d Day */ MSG_ID_D8B = 0xd8b, -/*20180207 to 20180523 +/*20180207 to 20180612 %d์ผ์ฐจ ์ถ์์ฒดํฌ ํด๋ฆญํด์ฃผ์ธ์~! %d Day attendance check Please click~! */ MSG_ID_D8C = 0xd8c, -/*20180207 to 20180523 +/*20180207 to 20180612 %d์ผ์ฐจ ์ถ์ ์ฑ๊ณต! %d Day attendance success! */ MSG_ID_D8D = 0xd8d, -/*20180207 to 20180523 +/*20180207 to 20180612 D-day */ MSG_ID_D8E = 0xd8e, -/*20180207 to 20180523 +/*20180207 to 20180612 ์ผ Day */ MSG_ID_D8F = 0xd8f, -/*20180207 to 20180523 +/*20180207 to 20180612 ์ถ์์ฒดํฌ์ ์คํจํ์์ต๋๋ค. ๋ค์ ์คํํด์ฃผ์ธ์. Attendance Check failed. Please run again. */ MSG_ID_D90 = 0xd90, -/*20180207 to 20180523 +/*20180207 to 20180612 ์ถ์์ฒดํฌ Attendance Check */ MSG_ID_D91 = 0xd91, -/*20180207 to 20180523 +/*20180207 to 20180612 ํ์ฌ ์ถ์์ฒดํฌ ์ด๋ฒคํธ ๊ธฐ๊ฐ์ด ์๋๋๋ค This is not the current attendance check event */ MSG_ATTENDANCE_UNAVAILABLE = 0xd92, /*20180207 to 20180328 ๊ธธ๋ ์๋ฉ ๊ฒฝํ์น๊ฐ max์ ๋๋ฌํ์ฌ, ๋ ์ด์ ๊ธธ๋ ๊ฒฝํ์น๋ฅผ ๋์ ํ ์ ์์ต๋๋ค -20180404 to 20180523 +20180404 to 20180612 ๊ธธ๋ ์๋ฉ ๊ฒฝํ์น๊ฐ max์ ๋๋ฌํ์ฌ, ๋ ์ด์ ๊ธธ๋ ๊ฒฝํ์น๋ฅผ ๋์ ํ ์ ์์ต๋๋ค. */ MSG_ID_D93 = 0xd93, -/*20180207 to 20180523 +/*20180207 to 20180612 ๊ฐ์ธ ์๋ฉ ๊ฒฝํ์น๊ฐ max์ ๋๋ฌํ์ฌ, ๋ ์ด์ ๊ธธ๋ ๊ฒฝํ์น๋ฅผ ๋์ ํ ์ ์์ต๋๋ค. */ MSG_ID_D94 = 0xd94, #endif #if PACKETVER >= 20180213 -/*20180213 to 20180523 +/*20180213 to 20180612 ๋ฉ์์ง */ MSG_ID_D95 = 0xd95, -/*20180213 to 20180523 +/*20180213 to 20180612 ํธ์ํฐ์ ๋ฉ์ธ์ง ์ ์ก์ ์คํจ ํ์ต๋๋ค. */ MSG_ID_D96 = 0xd96, -/*20180213 to 20180523 +/*20180213 to 20180612 ์๋ฌธ 4์, ํ๊ธ 2์ ์ด์์ผ๋ก ์
๋ ฅํด์ผ ํฉ๋๋ค. Enter 4 english words and 2 chinese words */ MSG_ID_D97 = 0xd97, #endif #if PACKETVER >= 20180307 -/*20180307 to 20180523 +/*20180307 to 20180612 ๋ชฌ์คํฐ์ ํ
์ด๋ฐ์ด ๋ถ๊ฐ๋ฅํ ์ง์ญ์
๋๋ค. */ MSG_ID_D98 = 0xd98, #endif #if PACKETVER >= 20180321 -/*20180321 to 20180523 +/*20180321 to 20180612 ์์๋ฅผ ๊ฐ์ ธ์ค๊ณ ์์ต๋๋ค... */ MSG_ID_D99 = 0xd99, -/*20180321 to 20180523 +/*20180321 to 20180612 ํด๋น ์คํฌ์ ํํฐ์ฅ์ผ๋๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_D9A = 0xd9a, #endif #if PACKETVER >= 20180404 -/*20180404 to 20180523 +/*20180404 to 20180612 ํํธ๋์ SP๊ฐ ๋ถ์กฑํ๊ฑฐ๋, ์คํฌ ์ฌ์ฉ ๋ถ๊ฐ ์ํ์
๋๋ค. */ MSG_ID_D9B = 0xd9b, -/*20180404 to 20180523 +/*20180404 to 20180612 ์๋ฅด๋ฐ์ดํธ ๋
ธ์ ๊ฐ์ ์ข
๋ฃ ์๋ฆผ๋ฉ์ผ */ MSG_ID_D9C = 0xd9c, -/*20180404 to 20180523 +/*20180404 to 20180612 ์๋
ํ์ธ์. ์ด์ํ์
๋๋ค. ํด๋น ์๋ฅด๋ฐ์ดํธ ๋
ธ์ ์ ์ด์์ ์ฑ
์๋ฐฐ๋๋ ์ฌํญ์ด ํ์ธ๋์ด ๊ฐ์ ์ข
๋ฃ๋์์ต๋๋ค. ์์ธํ ํ์ธ์ ์ํ์๋ ๊ฒฝ์ฐ์๋ 1:1 ๋ฌธ์๋ฅผ ์ ์ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. ๊ฐ์ฌํฉ๋๋ค */ MSG_ID_D9D = 0xd9d, -/*20180404 to 20180523 +/*20180404 to 20180612 50% ์ด์์ ๊ฐ์ ์
๋ ฅํ ์ ์์ต๋๋ค. */ MSG_ID_D9E = 0xd9e, -/*20180404 to 20180523 +/*20180404 to 20180612 ํํฐ ๊ฐ์
์์ฒญ์ ๋ณด๋์ต๋๋ค. */ MSG_ID_D9F = 0xd9f, -/*20180404 to 20180523 +/*20180404 to 20180612 ๋ชจํ๊ฐ ์ค๊ฐ์์ ํํฐ๋ฅผ ๋ฑ๋กํ ์ ์์ต๋๋ค */ MSG_ID_DA0 = 0xda0, -/*20180404 to 20180523 +/*20180404 to 20180612 ์๋ฝ */ MSG_ID_DA1 = 0xda1, -/*20180404 to 20180523 +/*20180404 to 20180612 ๊ฑฐ์ */ MSG_ID_DA2 = 0xda2, -/*20180404 to 20180523 +/*20180404 to 20180612 ์ค์ ๊ถํ์ ํํฐ์ฅ์๊ฒ ์์ต๋๋ค. */ MSG_ID_DA3 = 0xda3, -/*20180404 to 20180523 +/*20180404 to 20180612 ํด๋น ์บ๋ฆญํฐ๋ฅผ ์ฐพ์ ์ ์์ต๋๋ค. */ MSG_ID_DA4 = 0xda4, -/*20180404 to 20180523 +/*20180404 to 20180612 ๋
ธ์ ๊ฐ์ ์ฒ ๊ฑฐ */ MSG_ID_DA5 = 0xda5, -/*20180404 to 20180523 +/*20180404 to 20180612 ํด๋น ํํฐ์ ํํฐ์ฅ์ ์ฐพ์ ์ ์์ต๋๋ค. */ MSG_ID_DA6 = 0xda6, -/*20180404 to 20180523 +/*20180404 to 20180612 ์ก๋ ๋ฒจ์ด ๋ฎ์ ํํฐ์ ๊ฐ์
ํ ์ ์์ต๋๋ค. */ MSG_ID_DA7 = 0xda7, -/*20180404 to 20180523 +/*20180404 to 20180612 ํ์ฌ ์์ฒญ์๊ฐ ํํฐ๊ฐ์
์ด ๋ถ๊ฐ๋ฅํ ์ง์ญ์ ์์ต๋๋ค. */ MSG_ID_DA8 = 0xda8, -/*20180404 to 20180523 +/*20180404 to 20180612 ํํฐ ์ธ์์๊ฐ ์ด๊ณผ๋์์ต๋๋ค. */ MSG_ID_DA9 = 0xda9, -/*20180404 to 20180523 +/*20180404 to 20180612 %s ํํฐ์ ํํฐ์ฅ์ด ํํฐ ๊ฐ์
์ ์น์ธํ์ต๋๋ค. */ MSG_ID_DAA = 0xdaa, -/*20180404 to 20180523 +/*20180404 to 20180612 %s ํํฐ์ ํํฐ์ฅ์ด ํํฐ ๊ฐ์
์ ๊ฑฐ๋ถํ์ต๋๋ค. */ MSG_ID_DAB = 0xdab, -/*20180404 to 20180523 +/*20180404 to 20180612 %s ๋์ด ์ด๋ฏธ ํํฐ์ ๊ฐ์
์ค์
๋๋ค. */ MSG_ID_DAC = 0xdac, -/*20180404 to 20180523 +/*20180404 to 20180612 %s ๋์ ํํฐ ๊ฐ์
์ ์๋ฝํ์ต๋๋ค. */ MSG_ID_DAD = 0xdad, -/*20180404 to 20180523 +/*20180404 to 20180612 %s ๋์ ํํฐ ๊ฐ์
์ ๊ฑฐ๋ถํ์ต๋๋ค. */ MSG_ID_DAE = 0xdae, -/*20180404 to 20180523 +/*20180404 to 20180612 ํํฐ ์์ฒญ์ ๋ฐ์ ์ ์๋ ์ํ์ฌ์ %s๋์ ์ ์ฒญ์ด ๊ฑฐ์ ๋์์ต๋๋ค. */ MSG_ID_DAF = 0xdaf, -/*20180404 to 20180523 +/*20180404 to 20180612 ๋ชจํ๊ฐ ์ค๊ฐ์ ๋ฆฌ์คํธ */ MSG_ID_DB0 = 0xdb0, -/*20180404 to 20180523 +/*20180404 to 20180612 ํํฐ ๊ฐ์
์์ฒญ */ MSG_ID_DB1 = 0xdb1, -/*20180404 to 20180523 +/*20180404 to 20180612 ํํฐ์ฅ์ด ์๋ ๊ฒฝ์ฐ, ๋ชจํ๊ฐ ์ค๊ฐ์์ ํํฐ๋ฅผ ๋ฑ๋กํ ์ ์์ต๋๋ค. */ MSG_ID_DB2 = 0xdb2, /*20180404 to 20180404 ํํฐ ๋ชจ์ง ์ค๋จ์ ์คํจํ์ต๋๋ค. -20180418 to 20180523 +20180418 to 20180612 ํํฐ ๋ชจ์ง์ ์ค๋จํ ์ ์์ต๋๋ค. */ MSG_ID_DB3 = 0xdb3, #endif #if PACKETVER >= 20180418 -/*20180418 to 20180523 +/*20180418 to 20180612 ์กด์ฌํ์ง ์๋ ํํฐ ๊ธ์
๋๋ค. */ MSG_ID_DB4 = 0xdb4, /*20180418 to 20180418 ์์ผ ํ์ฅ -20180425 to 20180523 +20180425 to 20180612 Zoom Out */ MSG_ID_DB5 = 0xdb5, /*20180418 to 20180418 %s : ์์ผํ์ฅ์ ์ผ๊ฑฐ๋ ๋์ ์์ต๋๋ค On Off -20180425 to 20180523 +20180425 to 20180612 %s : Zoom Out์ ์ผ๊ฑฐ๋ ๋์ ์์ต๋๋ค On Off */ MSG_ID_DB6 = 0xdb6, /*20180418 to 20180418 ์์ผ๋ฅผ ํ์ฅํฉ๋๋ค(On) -20180425 to 20180523 +20180425 to 20180612 Zoom Out ๊ธฐ๋ฅ์ ์ผญ๋๋ค (On) */ MSG_ID_DB7 = 0xdb7, /*20180418 to 20180418 ์์ผํ์ฅ์ ํด์ ํฉ๋๋ค(Off) -20180425 to 20180523 +20180425 to 20180612 Zoom Out ๊ธฐ๋ฅ์ ํด์ ํฉ๋๋ค (Off) */ MSG_ID_DB8 = 0xdb8, /*20180418 to 20180418 /expandsight -20180425 to 20180523 +20180425 to 20180612 /zoom */ MSG_ID_DB9 = 0xdb9, -/*20180418 to 20180523 +/*20180418 to 20180612 ๋ชจํ๊ฐ ์ค๊ฐ์ */ MSG_ID_DBA = 0xdba, -/*20180418 to 20180523 +/*20180418 to 20180612 ํํฐ์ฅ์ธ ๊ฒฝ์ฐ, ๊ฐ์
์์ฒญ์ ํ ์ ์์ต๋๋ค. */ MSG_ID_DBB = 0xdbb, -/*20180418 to 20180523 +/*20180418 to 20180612 ๋ชจํ๊ฐ ์ค๊ฐ์์ ๋ฑ๋ก ์ค์
๋๋ค. ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. */ MSG_ID_DBC = 0xdbc, -/*20180418 to 20180523 +/*20180418 to 20180612 ๋ ์ด์ ์ง์
์ ์ ํํ ์ ์์ต๋๋ค. */ MSG_ID_DBD = 0xdbd, -/*20180418 to 20180523 +/*20180418 to 20180612 ๊ฒ์ ์ค ํด๋น ์ ์ ์ ๊ฐ์
์์ฒญ์ ๋ฐ์ง ์์ต๋๋ค. */ MSG_ID_DBE = 0xdbe, #endif #if PACKETVER >= 20180502 -/*20180502 to 20180523 +/*20180502 to 20180612 ์ ์ ํ ๋ค์ ์ด์ด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. */ MSG_ID_DBF = 0xdbf, -/*20180502 to 20180523 +/*20180502 to 20180612 ๊ณต์ฑ์์ ์ %d๋ถ ๋์์ ํด๋น ๊ธฐ๋ฅ์ ์ด์ฉํ์ค ์ ์์ต๋๋ค. */ MSG_ID_DC0 = 0xdc0, #endif #if PACKETVER >= 20180516 -/*20180516 to 20180523 +/*20180516 to 20180612 /viewclear */ MSG_ID_DC1 = 0xdc1, -/*20180516 to 20180523 +/*20180516 to 20180612 ๊ฑด๋ฌผ ๋ฐ ํฌ๋ช
ํ ON */ MSG_ID_DC2 = 0xdc2, -/*20180516 to 20180523 +/*20180516 to 20180612 ๊ฑด๋ฌผ ๋ฐ ํฌ๋ช
ํ OFF */ MSG_ID_DC3 = 0xdc3, -/*20180516 to 20180523 +/*20180516 to 20180612 ๊ฑด๋ฌผ ํฌ๋ช
ํ */ MSG_ID_DC4 = 0xdc4, -/*20180516 to 20180523 +/*20180516 to 20180612 ์๋ก ๋๋๋ฆฌ๊ธฐ๊ฐ ์คํจํ์ต๋๋ค. ๋ก๋ฑ์ค ์์ฑ์ฐฝ์ ๋ซ์์ฃผ์ธ์. */ MSG_ID_DC5 = 0xdc5, -/*20180516 to 20180523 +/*20180516 to 20180612 Emblem Frame */ MSG_ID_DC6 = 0xdc6, -/*20180516 to 20180523 +/*20180516 to 20180612 Emblem ํ
๋๋ฆฌ๋ฅผ ๊ทธ๋ ค์ค๋๋ค */ MSG_ID_DC7 = 0xdc7, -/*20180516 to 20180523 +/*20180516 to 20180612 Emblem ํ
๋๋ฆฌ๋ฅผ ๊ทธ๋ ค์ฃผ์ง ์์ต๋๋ค */ MSG_ID_DC8 = 0xdc8, #endif +#if PACKETVER >= 20180605 +/*20180605 to 20180612 +์ฅ์ฐฉ๋ ๋ฌด๊ธฐ๊ฐ ์์ต๋๋ค. +*/ + MSG_ID_DC9 = 0xdc9, +/*20180605 to 20180612 +์๋์ง ๊ตฌ์ฒด๊ฐ ๋ถ์กฑํฉ๋๋ค. +*/ + MSG_ID_DCA = 0xdca, +/*20180605 to 20180612 +๋ฐฐ์ธ ์ ์๋ ์คํฌ(%s)์ด ํฌํจ๋์ด์์ต๋๋ค. +*/ + MSG_ID_DCB = 0xdcb, +/*20180605 to 20180612 +/frame +*/ + MSG_ID_DCC = 0xdcc, +#endif }; #endif /* MAP_MESSAGES_RE_H */ diff --git a/src/map/messages_zero.h b/src/map/messages_zero.h index 77bde9ff9..7fc074192 100644 --- a/src/map/messages_zero.h +++ b/src/map/messages_zero.h @@ -24,3708 +24,3708 @@ /* This file is autogenerated, please do not commit manual changes */ enum clif_messages { -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ ํ์ญ๋๊น? Do you agree? */ MSG_DO_YOU_AGREE = 0x0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ ์ฐ๊ฒฐ ์คํจ Failed to Connect to Server. */ MSG_SERVER_CONNECTION_FAILED = 0x1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ์ ์ฐ๊ฒฐ์ด ๋์ด์ก์ต๋๋ค. Disconnected from Server. */ MSG_UNABLE_TO_CONNECT_SERVER = 0x2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ์ ์ฐ๊ฒฐ์ด ๋์ด์ก์ต๋๋ค! Disconnected from Server! */ MSG_BANNED = 0x3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ ์ข
๋ฃ๋จ Server Closed. */ MSG_SERVER_OFF = 0x4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ๊ณ์ ์ผ๋ก ๋ค๋ฅธ ์ฌ์ฉ์๊ฐ ๋ก๊ทธ์ธ ํ์์ต๋๋ค. Someone has Logged in with this ID. */ MSG_DOUBLE_LOGIN_PROHIBITED = 0x5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฑ๋ก๋์ง ์์ ๊ณ์ ์
๋๋ค. ๋ค์ ํ์ธ ๋ฐ๋๋๋ค. Unregistered ID. Please make sure you have a registered account and you have correctly typed in the user ID. */ MSG_INCORRECT_USERID = 0x6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
๋ ฅํ์ ๋น๋ฐ๋ฒํธ๊ฐ ์ฌ๋ฐ๋ฅด์ง ์์ต๋๋ค. Incorrect User ID or Password. Please try again. */ MSG_INCORRECT_PASSWORD = 0x7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณธ ID ๋ ์ฌ์ฉ๊ธฐ๊ฐ์ด ๋ง๋ฃ ๋์์ต๋๋ค This ID is expired. */ MSG_ID_EXPIRED = 0x8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ ์ ๊ทผ ๊ฑฐ๋ถ Rejected from Server. 20171117 to 20171117 2017๋
11์ 20์ผ 11:00 ๋ถํฐ ์ ์์ด ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ACCESS_DENIED = 0x9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ์บ๋ฆญํฐ ์ด๋ฆ์ด ์์ต๋๋ค. Character Name already exists. */ MSG_CHARACTER_NAME_ALREADY_EXISTS = 0xa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ ์์ฑ ๊ฑฐ๋ถ๋จ Character Creation is denied. */ MSG_CHARACTER_CREATION_DENIED = 0xb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ ์ญ์ ๊ฑฐ๋ถ Character Deletion is denied. */ MSG_CANNOT_DELETE_CHARACTER = 0xc, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ ๋ชฉ๋ฅผ ์
๋ ฅํ์ธ์. Please Enter Room Title. */ MSG_ENTER_ROOM_TITLE = 0xd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋๋จ์ด๊ฐ ๊ฒ์ถ๋์์ต๋๋ค. Foul Language Detected. */ MSG_BAD_SENTANGE = 0xe, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํธ๋ฅผ ์
๋ ฅํ์ธ์. Please enter Password. */ MSG_ENTER_PASSWORD = 0xf, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํธ๋ฅผ ์๋ฌธ 4์ ์ด์ ์
๋ ฅํ์ธ์. Please enter Password. Passwords must be at least 4 characters long. */ MSG_Enter_Password_more_than_4_char = 0x10, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ข
๋ฃ ํ์๊ฒ ์ต๋๊น? Are you sure that you want to quit? */ MSG_DO_YOU_REALLY_WANT_TO_QUIT = 0x11, -/*20171018 to 20180523 +/*20171018 to 20180605 4์ ์ด์ ์
๋ ฅํด์ฃผ์ธ์. ์ฌ์ฉ์ ๊ณ์ ์ด ์์ผ์ ๋ถ๋ค์ ์ผ์ชฝ ํ๋จ์ [์ ์ฒญ] ๋ฒํผ์ ๋๋ฌ ๊ณ์ ์ ๋ง๋์๊ธฐ ๋ฐ๋๋๋ค. Passwords are at least 4 characters long. Please try again. */ MSG_NAME_MUST_EXCEED_4_CHAR = 0x12, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ ๋ฒ ์ญ์ ๋ ์บ๋ฆญํฐ ๋ฐ ๊ด๋ จ ์ ๋ณด๋ ๋ค์ ๋ณต๊ตฌ๋์ง ์์ต๋๋ค. ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํ์๊ฒ ์ต๋๊น? Are you sure that you want to delete this character? */ MSG_DELETE_CHARACTER = 0x13, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋๋จ์ด๊ฐ ๊ฒ์ถ๋์์ต๋๋ค. Foul Language Detected. */ MSG_BAD_NAME = 0x14, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฆ์ ์
๋ ฅํด ์ฃผ์ธ์.(ํ๊ธ 2์ ์๋ฌธ 4์ ์ด์) Character Name must be at least 4 characters long. */ MSG_ENTER_NAME_MORE_THAN_4_CHAR = 0x15, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ช
๋ น์ด ์ผ๋: /h Command List: /h | /help */ MSG_LIST_COMMAND = 0x16, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ดํํธ On Effects On */ MSG_EFFECT_ON = 0x17, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ดํํธ Off Effects Off */ MSG_EFFECT_OFF = 0x18, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์ด๋ ๋ณผ๋ฅจ Sound Volume */ MSG_VOLUME_OF_SOUND = 0x19, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฐ๊ฒฝ์์
๋ณผ๋ฅจ BGM Volume */ MSG_VOLUME_OF_BGM = 0x1a, -/*20171018 to 20180523 +/*20171018 to 20180605 ํจ๊ณผ์ On Sound Effects On */ MSG_SOUND_ON = 0x1b, -/*20171018 to 20180523 +/*20171018 to 20180605 ํจ๊ณผ์ Off Sound Effects Off */ MSG_SOUND_OFF = 0x1c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ ์์คํต On Frame Skip On */ MSG_FRAME_SKIP_ON = 0x1d, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ ์์คํต Off Frame Skip Off */ MSG_FRAME_SKIP_OFF = 0x1e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฐ๊ฒฝ์์
On BGM On */ MSG_BGM_ON = 0x1f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฐ๊ฒฝ์์
Off BGM Off */ MSG_BGM_OFF = 0x20, -/*20171018 to 20180523 +/*20171018 to 20180605 /h or /help: ๋ช
๋ น์ด ์ผ๋ /h or /help: Shows this Command Help List */ MSG_EXPLAIN_HELP = 0x21, -/*20171018 to 20180523 +/*20171018 to 20180605 /w or /who or /์ ์์ or /๋๊ตฌ: ํ์ฌ ์ ์์์ ๋ณด๊ธฐ /w or /who or /player or /who: wiew current the number of player */ MSG_EXPLAIN_WHO = 0x22, -/*20171018 to 20180523 +/*20171018 to 20180605 /์์
: ๋ฐฐ๊ฒฝ์์
On Off /music: Turns BGM On or Off */ MSG_EXPLAIN_MUSIC = 0x23, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํจ๊ณผ์ : ํจ๊ณผ์ On Off /sound: Turns Sound Effects On or Off */ MSG_EXPLAIN_SOUND = 0x24, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ดํํธ : ์ดํํธ On Off /effect: Effects On or Off */ MSG_EXPLAIN_EFFECT = 0x25, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ขํ or /์ฅ์: ํ์ฌ ์์น ํ์ /where: Shows your present location */ MSG_EXPLAIN_POS = 0x26, -/*20171018 to 20180523 +/*20171018 to 20180605 /skip : ํ๋์์คํต On Off /skip: Turns Frame Skip On or Off */ MSG_EXPLAIN_FRAMESKIP = 0x27, -/*20171018 to 20180523 +/*20171018 to 20180605 /v (0~127): ํจ๊ณผ์ ๋ณผ๋ฅจ์กฐ์ /v (0~127): Controls the volume of the Sound Effects */ MSG_EXPLAIN_SOUNDVOLUME = 0x28, -/*20171018 to 20180523 +/*20171018 to 20180605 /bv (0~127): ๋ฐฐ๊ฒฝ์์
๋ณผ๋ฅจ์กฐ์ /bv (0~127): Controls the volume of the BGM */ MSG_EXPLAIN_BGMVOLUME = 0x29, -/*20171018 to 20180523 +/*20171018 to 20180605 /ex (์บ๋ฆญํฐ์ด๋ฆ) or /์ฐจ๋จ (์บ๋ฆญํฐ์ด๋ฆ) : ํด๋น์บ๋ฆญํฐ์ ๋ํด ๊ท๋ง์ฐจ๋จ /ex (Character Name): Blocks whispering from the Character */ MSG_EXPLAIN_SAYISOLATION = 0x2a, -/*20171018 to 20180523 +/*20171018 to 20180605 /ex or /์ฐจ๋จ : ๊ท๋ง์ฐจ๋จ ์บ๋ฆญํฐ ๋ฆฌ์คํธ /ex: View a list of Characters you have Blocked */ MSG_EXPLAIN_LIST_SAYISOLATION_CHAR = 0x2b, -/*20171018 to 20180523 +/*20171018 to 20180605 /in (์บ๋ฆญํฐ์ด๋ฆ) or /ํด์ (์บ๋ฆญํฐ์ด๋ฆ) : ํด๋น์บ๋ฆญํฐ์ ๋ํด ๊ท๋งํ์ฉ /in (Character Name): Allows whispering from the Character */ MSG_EXPLAIN_SAY_PERMIT = 0x2c, -/*20171018 to 20180523 +/*20171018 to 20180605 /inall or /ํด์ ์ ๋ถ : ๋ชจ๋์๊ฒ ๊ท๋งํ์ฉ /inall: Allows whispers from anyone */ MSG_EXPLAIN_SAY_PERMITALL = 0x2d, -/*20171018 to 20180523 +/*20171018 to 20180605 /exall or /์ฐจ๋จ์ ๋ถ : ๋ชจ๋์๊ฒ ๊ท๋ง์ฐจ๋จ /exall: Blocks whispers from everyone */ MSG_EXPLAIN_SAY_ISOLATEALL = 0x2e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค๋ฅธ์ ์ ์บ๋ฆญํฐ๋ฅผ ๋ง์ฐ์ค ์ค๋ฅธ๋ฒํผ์ ๋๋ฅด๊ณ ์๋ ์ํ์์ ์ผ๋ฒํผ์ผ๋ก ํด๋ฆญํ๋ฉด ๊ทธ์บ๋ฆญํฐ์ด๋ฆ์ด ๊ท๋ง์ฝค๋ณด๋ฐ์ค์ ์ ์ฅ๋ฉ๋๋ค. Right click on a character and select [Register as a Friend] to add a person to your Friend List. */ MSG_EXPLAIN_TIP1 = 0x2f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จ์ถ์์ดํฌ์ฐฝ(F12) ์๋น์ฅ๋น ์์ดํ
์ ๋๋๊ทธํํ ์ฌ์ฉํ์ธ์. ์ฌ์ฉํค(F1F2F3F4F5F6F7F8F9) F12 Brings up a Hotkey Window which allows you to drag and drop Recovery Items, Equipment and Skills into it for faster access. */ MSG_EXPLAIN_TIP2 = 0x30, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์๋ง์ 3๋ฒ์ด์ ์ฐ์ํด์ ์ ์กํ ์ ์์ต๋๋ค. You can't type the same word/phrase more than 3 times. */ MSG_NO_SAME_SENTANCE = 0x31, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋๋จ์ด ๊ฒ์ถ๋ก ์ ์ก์ด ์ค๋จ ๋์์ต๋๋ค. Chat Filter: Yeah, uh, I don't think so buddy... */ MSG_NO_SEND_BECAUSE_INSULT = 0x32, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์์์ดํ
์ ํ๋ฒ๋ง ์ฌ๋ฆด์ ์์ต๋๋ค. You cannot overlap items on a window. */ MSG_CAN_DRAG_ITEM_OLNY_ONETIME = 0x33, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ฒ๊ฐ ์ด๊ณผํ์ฌ ์์ดํ
์ ๊ฐ์ง ์ ์์ต๋๋ค. You cannot carry more items because you are overweight. */ MSG_CANT_GET_ITEM_BECAUSE_WEIGHT = 0x34, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ๊ฐ์ง ์ ์์ต๋๋ค. You cannot get the item. */ MSG_CANT_GET_ITEM = 0x35, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋๊ฐ ์ ์ด๋ฃจ์ด์ก์ต๋๋ค. The deal has successfully completed. */ MSG_DEAL_SECCESS = 0x36, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ด ๋ถ์กฑํฉ๋๋ค. You do not have enough zeny. */ MSG_INSUFFICIENT_MONEY = 0x37, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ฒ๊ฐ ์ด๊ณผ ๋์์ต๋๋ค. You are over your Weight Limit. */ MSG_OVER_WEIGHT = 0x38, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋๊ฐ ์คํจ ํ์ต๋๋ค. The deal has failed. */ MSG_DEAL_FAIL = 0x39, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋์๊ฒ ๊ท๋ง๊ฑฐ๋ถ์ํ๋ก๋จ You've blocked whispers from everyone. */ MSG_REFUSE_HEAR_ALL = 0x3a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋์๊ฒ ๊ท๋ง๊ฑฐ๋ถ์์ฒญ ์คํจํจ You've failed to block all whispers. */ MSG_REQ_REFUSE_HEAR_ALL_FAIL = 0x3b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋์๊ฒ ๊ท๋ง๊ฐ๋ฅ์ํ๊ฐ๋จ You've allowed whispers from everyone. */ MSG_HEAR_ALL = 0x3c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋์๊ฒ ๊ท๋ง๊ฐ๋ฅ์์ฒญ ์คํจํจ You've failed to allow all whispers. */ MSG_REQ_HEAR_ALL_FAIL = 0x3d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ท๋ง ๊ฑฐ๋ถ ๋ฆฌ์คํธ๊ฐ ์์ต๋๋ค You have no Block List. */ MSG_NO_REFUSE_HEAR_LIST = 0x3e, -/*20171018 to 20180523 +/*20171018 to 20180605 -๊ท๋ง ๊ฑฐ๋ถ ๋ฆฌ์คํธ- [ Character Block List ] */ MSG_REFUSE_HEAR_LIST = 0x3f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ด ์ ๋ง๋ค์ด ์ก์ต๋๋ค. Room has been successfully created. */ MSG_ROOM_IS_MADE = 0x40, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ๊ฐฏ์๊ฐ ํ์ฉ๊ฐฏ์๋ฅผ ์ด๊ณผ ํ์์ต๋๋ค. Room Limit Exceeded. */ MSG_TOO_MANY_ROOM = 0x41, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ๋ฐฉ์ ๋ชฉ์ด ์์ต๋๋ค. Same Room exists. */ MSG_SAME_ROOM_TITLE = 0x42, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ์์ด๊ณผ๋ก ๋ฐฉ์ ๋ค์ด๊ฐ ์ ์์ต๋๋ค. The Room is full. */ MSG_TOO_MANY_PEOPLE_IN_ROOM = 0x43, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ๋ก ํด์ฅ๋ ๋ฐฉ์
๋๋ค. You have been kicked out of this room. */ MSG_YOU_HAVE_BANNED_FROM_THE_ROOM = 0x44, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตํ์์ฒญ์ ๊ฑฐ์ ํ์ต๋๋ค. The deal has been rejected. */ MSG_REJECT_DEAL = 0x45, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตํ๊ฐ๋ฅ๊ฑฐ๋ฆฌ๋ฅผ ๋ฒ์ด๋ฌ์ต๋๋ค. You are too far away from the person to trade. */ MSG_TOO_FAR_TO_DEAL = 0x46, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์บ๋ฆญํฐ๊ฐ ์์ต๋๋ค. The Character is not currently online or does not exist. */ MSG_CHARACTER_IS_NOT_EXIST = 0x47, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค๋ฅธ์บ๋ฆญํฐ์ ๊ตํ์ค์
๋๋ค. The person is in another deal. */ MSG_CHARACTER_IS_DEALING = 0x48, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ์บ๋ฆญํฐ ์ค๋์ด๊ณผ๋ก ์ฌ๋ ค๋์ ์ ์์ต๋๋ค. You cannot trade because this character will exceed his weight limit. */ MSG_CHARACTER_IS_OVER_WEIGHT = 0x49, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋๊ฐ ์ทจ์ ๋์์ต๋๋ค. The deal has been canceled. */ MSG_DEAL_IS_CANCELED = 0x4a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๊ตํ์ด ์ ๋์์ต๋๋ค. The deal has successfully completed. */ MSG_DEAL_SUCCESS = 0x4b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๊ตํ์ด ์คํจ ํ์์ต๋๋ค. The deal has failed. */ MSG_DEAL_FAILED = 0x4c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ๊ฐ ๋ง๋ค์ด์ก์ต๋๋ค. Party has successfully been organized. */ MSG_PARTY_MAKE_SUCCEED = 0x4d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ํํฐ์ด๋ฆ์ด ์์ต๋๋ค. That Party Name already exists. */ MSG_SAME_PARTY_NAME = 0x4e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ํํฐ์ ์ํด์์ต๋๋ค. The Character is already in a party. */ MSG_YOU_ARE_ALREADY_IN_PARTY = 0x4f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค๋ฅธํํฐ์ ๊ฐ์
๋์ด ์์ต๋๋ค. The Character already joined another party. */ MSG_CHARACTER_IS_ALREADY_IN_PARTY = 0x50, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ๊ฐ์
์ ๊ฑฐ๋ถํ์ต๋๋ค. Request for party rejected. */ MSG_CHARACTER_REJECT_JOIN = 0x51, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ๊ฐ์
์ ์๋ฝํ์ต๋๋ค. Request for party accepted. */ MSG_CHARACTER_ACCEPT_JOIN = 0x52, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ ์์ ์ด๊ณผํ์ต๋๋ค. Party Capacity exceeded. */ MSG_TOO_MANY_PEOPLE_IN_PARTY = 0x53, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์์ ํํดํ์์ต๋๋ค. You left the party. */ MSG_YOU_LEAVE_FROM_PARTY = 0x54, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฒด์๊ฒ ๋ณด๋ Send to All */ MSG_SEND_TO_ALL = 0x55, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์๊ฒ ๋ณด๋ Send to Party */ MSG_SEND_TO_PARTY = 0x56, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ณผ์ ๊ฑฐ๋์์ฒญ Request a deal with %s */ MSG_REQ_DEAL_WITH = 0x57, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ํํฐ์ ๊ฐ์
์์ฒญ Ask %s to join your party */ MSG_REQ_JOIN_PARTY = 0x58, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๊ณต๊ฐ : Pri: */ MSG_ROOM_PRIVATE = 0x59, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฐ : Pub: */ MSG_ROOM_PUBLIC = 0x5a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์ง๋ง ์ฒดํฌ์ง์ ๋ถํฐ ์์ํ๋ ค๋ฉด '์ฌ์์'์ ์บ๋ฆญํฐ ์ ํ์ผ๋ก ๋์๊ฐ๋ ค๋ฉด '์ข
๋ฃ'๋ฅผ ๋๋ฌ์ฃผ์ธ์. Click ''Restart'' to go back to your save point or click ''Exit'' to select another character. */ MSG_RESTART_MSG = 0x5b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ๋ ๊ฑฐ๋๋ฅผ ์ ํํ์ธ์. Please select a Deal Type. */ MSG_SELECT_DEAL_TYPE = 0x5c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ด ๊ฑฐ๋๋ฅผ ์์ฒญํ์ต๋๋ค. requests a deal. */ MSG_SUGGEST_DEAL = 0x5d, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์์ ์ด์ฒญ ๋ฉ์์ง๊ฐ ์์ต๋๋ค. ํฉ๋ฅํ๊ฒ ์ต๋๊น? Party has sent you an invitation. Would you like to join? */ MSG_SUGGEST_JOIN_PARTY = 0x5e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ช
๋ น์ด ํ๋ ธ์ต๋๋ค. Invalid Command */ MSG_INVALID_COMMAND = 0x5f, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํดํ๊ธฐ Leave party */ MSG_LEAVE_PARTY = 0x60, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ช
์ํค๊ธฐ Expel */ MSG_EXPEL = 0x61, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ชฝ์ง๋ณด๋ด๊ธฐ Send Message */ MSG_MSG = 0x62, -/*20171018 to 20180523 +/*20171018 to 20180605 1:1 ๋ํ 1:1 Chat */ MSG_1ON1 = 0x63, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ณด Information */ MSG_CHARACTER_INFO = 0x64, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ค์ Party Setup */ MSG_PARTY_SETTING = 0x65, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๊ตฌ Friend */ MSG_FRIEND = 0x66, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ Party */ MSG_PARTY = 0x67, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ์ฐฉ์์ดํ
Equipment */ MSG_EQUIPED_ITEM = 0x68, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํ
์ดํฐ์ค Status */ MSG_STATUS_ = 0x69, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง์์ดํ
Inventory */ MSG_ITEM = 0x6a, -/*20171018 to 20180523 +/*20171018 to 20180605 /๊ฒฐ์ฑ [ํํฐ์ด๋ฆ] : ํํฐ๊ฒฐ์ฑ /ํํด : ํํฐํํด /organize ''Party Name'' To organize a party. Type /leave To leave a Party. */ MSG_EXPLAIN_PARTY = 0x6b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ์ด ํํฐ๋ฆฌ๋์ผ๋ ์บ๋ฆญํฐ๋ฅผ ์ค๋ฅธ๋ฒํผ์ผ๋ก ํด๋ฆญํ๋ฉด ํํฐ์ ๊ฐ์
์์ฒญํ๊ธฐ ๋ฉ๋ด๊ฐ ๋น๋๋ค. If you are the party master, you can invite someone into your party by right-clicking on a Character. */ MSG_EXPLAIN_TIP3 = 0x6c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ณต Consumables */ MSG_RESTORE = 0x6d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ Attack */ MSG_ATTACK = 0x6e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์กฐ Support */ MSG_SUPPORT = 0x6f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฒด All */ MSG_ALL = 0x70, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ธฐ Weapons */ MSG_WEAPON = 0x71, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ด Defense */ MSG_DEFENCE = 0x72, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ Water */ MSG_WATER = 0x73, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง Earth */ MSG_EARTH = 0x74, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ Fire */ MSG_FIRE = 0x75, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ Wind */ MSG_WIND = 0x76, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์์ข
๋ฅ์ ์ฅ๋น์์ดํ
์ ํ๋ฒ์ ํ๊ฐ๋ง ์ด ์ ์์ต๋๋ค. Please avoid buying 2 of the same items at one time. */ MSG_EQUIPITEM_OLNY_ONE = 0x77, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐฝ๋ชจ๋์์ ์คํ ํ ๋๋ 16๋นํธ ์ปฌ๋ฌ๋ก ๋ง์ถฐ์ฃผ์ธ์. Please change your desktop Color Depth to 16-bit when running Ragnarok in windowed mode. */ MSG_ONLY_16BIT_WHEN_WINDOWMODE = 0x78, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. Please wait... */ MSG_PLEASE_BE_PATIENT = 0x79, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. Please wait... */ MSG_WAITING_RESPONSE_FROM_SERVER = 0x7a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. Please wait... */ MSG_MAKING_CHARACTER = 0x7b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. Please wait... */ MSG_DELETING_CHARACTER = 0x7c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ ๋ง๋ค๊ธฐ Make a Room */ MSG_MAKING_ROOM = 0x7d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์
ํ
๋ฐ๊พธ๊ธฐ Room Setup */ MSG_CHANGE_ROOM_SETTING = 0x7e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐํด์ํค๊ธฐ Kick Character Out */ MSG_BAN = 0x7f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ฅ๊ถํ ์ฃผ๊ธฐ Give Master Authority */ MSG_GIVE_GIVE_ROOM_POWER = 0x80, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ณด๋ณด๊ธฐ View Information */ MSG_SEE_INFORMATION_OF_CHARACTER = 0x81, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ํ๋ฐฉ Chat Room */ MSG_CHAT_ROOM = 0x82, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ช
Ppl */ MSG_COUNT_UNIT_OF_PEOPLE = 0x83, -/*20171018 to 20180523 +/*20171018 to 20180605 /์๊ธฐ or /sit : ์๊ธฐ. ์์์์๋ ์๊ธฐ /sit: Sit command. If you are sitting, you will stand instead. */ MSG_EXPLAIN_SIT = 0x84, -/*20171018 to 20180523 +/*20171018 to 20180605 /์๊ธฐ or /stand : ์๊ธฐ. ์์์๋ ์๊ธฐ /stand: Stand command. If you are standing, you will sit instead. */ MSG_EXPLAIN_STAND = 0x85, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ฑํ
๋ฐฉ or /chat : ์ฑํ
๋ฐฉ ๋ง๋ค๊ธฐ์ฐฝ ๋์ฐ๊ธฐ /chat: Creates a Chat Room */ MSG_EXPLAIN_MAKE_CHAT = 0x86, -/*20171018 to 20180523 +/*20171018 to 20180605 /q : ์ฑํ
๋ฐฉ ๋๊ฐ๊ธฐ. /q: Leaves a Chat Room */ MSG_EXPLAIN_EXIT_CHAT_ROOM = 0x87, -/*20171018 to 20180523 +/*20171018 to 20180605 /๊ฑฐ๋ [์บ๋ฆญํฐ์ด๋ฆ] or /๊ตํ [์บ๋ฆญํฐ์ด๋ฆ] or /deal [์บ๋ฆญํฐ์ด๋ฆ] : ํด๋น ์บ๋ฆญํฐ์ ๊ฑฐ๋์์ฒญ /deal ''Character Name'' Requests a deal with a character */ MSG_EXPLAIN_DEAL = 0x88, -/*20171018 to 20180523 +/*20171018 to 20180605 /๊ฒฐ์ฑ [ํํฐ์ด๋ฆ] or /organize [ํํฐ์ด๋ฆ] : ํํฐ๊ฒฐ์ฑ /organize ''Party Name'' Organizes a party */ MSG_EXPLAIN_ORGANIZE_PARTY = 0x89, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํํด or /leave : ํํฐ ํํด /leave: Leaves a party */ MSG_EXPLAIN_LEAVE_PARTY = 0x8a, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ ๋ช
[์บ๋ฆญํฐ์ด๋ฆ] or /expel [์บ๋ฆญํฐ์ด๋ฆ] : ํด๋น์บ๋ฆญํฐ๋ฅผ ํํฐ์์ ์ ๋ช
์ํด /expel ''Character Name'' kicks a Character out of your party */ MSG_EXPLAIN_EXPEL_PARTY_MEMBER = 0x8b, -/*20171018 to 20180523 +/*20171018 to 20180605 [Alt] + [End] : ํ๋ ์ด์ด hp/sp ๊ฒ์ด์ง On Off [Alt] + [End]: Turns HP/SP Bar On or Off */ MSG_EXPLAIN_TIP4 = 0x8c, -/*20171018 to 20180523 +/*20171018 to 20180605 [Alt] + [Home] : ์ง๋ฉด ์ปค์ ํ์ On Off [Alt] + [Home]: Turns Ground Cursor On or Off */ MSG_EXPLAIN_TIP5 = 0x8d, -/*20171018 to 20180523 +/*20171018 to 20180605 [Insert] : ์๊ธฐ ์๊ธฐ [Insert]: Makes you sit or stand. (Hotkey to toggle between /sit and /stand) */ MSG_EXPLAIN_TIP6 = 0x8e, -/*20171018 to 20180523 +/*20171018 to 20180605 MVP๊ฐ ๋์
จ์ต๋๋ค!! MVP ์์ดํ
์ Congratulations! You are the MVP! Your reward item is */ MSG_YOU_RECEIVE_MVP_ITEM = 0x8f, -/*20171018 to 20180523 +/*20171018 to 20180605 !! !! */ MSG_YOU_RECEIVE_MVP_ITEM2 = 0x90, -/*20171018 to 20180523 +/*20171018 to 20180605 MVP๊ฐ ๋์
จ์ต๋๋ค!! ํน๋ณ๊ฒฝํ์น Congratulations! You are the MVP! Your reward EXP Points are */ MSG_YOU_RECEIVE_MVP_EXP = 0x91, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋!! !! */ MSG_YOU_RECEIVE_MVP_EXP2 = 0x92, -/*20171018 to 20180523 +/*20171018 to 20180605 MVP๊ฐ ๋์
จ์ต๋๋ค๋ง ๋ฌด๊ฒ์ด๊ณผ๋ก MVP ์์ดํ
์ ๊ฐ์ง ์ ์์์ต๋๋ค!! You are the MVP, but you can't take the reward because you are over your weight limit. */ MSG_YOU_THROW_MVPITEM = 0x93, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ์บ๋ฆญํฐ ์ด๋ฆ ์
๋๋ค. There is no such character name or the user is offline. */ MSG_NOT_EXIST_CHARACTER = 0x94, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ๊ฑฐ๋ถ ์ํ์
๋๋ค. doesn't want to receive your messages. */ MSG_NO_RECEIVE_MODE = 0x95, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋ ์บ๋ฆญํฐ์ ๋ํด ์์ ๊ฑฐ๋ถ ์ํ ์
๋๋ค. is not in the mood to talk with anyone. */ MSG_NO_RECEIVE_MODE_FOR_ALL = 0x96, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ ์ ์๋๊ธฐ ์ฑ๊ณต. Killed/Disconnected User. */ MSG_SUCCESS_DISCONNECT_CHARACTER = 0x97, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ ์ ์๋๊ธฐ ์คํจ. Kill has failed. */ MSG_FAIL_DISCONNECT_CHARACTER = 0x98, -/*20171018 to 20180523 +/*20171018 to 20180605 %s %d ๊ฐ ํ๋ You got %s (%d). */ MSG_GET_ITEM = 0x99, -/*20171018 to 20180523 +/*20171018 to 20180605 [Alt] + [=] : ์ํ๋ฒณ ๊ฐ๊ฒฉ์ด ๋์ด์ก์๋ ๋๋๋ฆฌ๊ธฐ. [Alt] + [=]: Fix the interval error between letters. */ MSG_EXPLAIN_TIP7 = 0x9a, -/*20171018 to 20180523 +/*20171018 to 20180605 [F10] : ์ฑํ
์ฐฝ ํฌ๊ธฐ์กฐ์ [Alt] + [F10] : ์ฑํ
์ฐฝ On Off [F10]: To toggle Chat Window size; [Alt] + [F10]: Toggle Chat Window On or Off */ MSG_EXPLAIN_TIP8 = 0x9b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ท์๋ง ํ๋๋ฒ : ์ฑํ
์ฐฝ ์ผ์ชฝ ์
๋ ฅ๋์ ์บ๋ฆญํฐ์ด๋ฆ์ ์
๋ ฅํ๊ณ ์ค๋ฅธ์ชฝ ์
๋ ฅ๋์ ๋ง์ ์
๋ ฅํ๋ฉด ๋ฉ๋๋ค. TABํค๋ก ๋์
๋ ฅ๋ ์ฌ์ด๋ก ์ปค์๋ฅผ ์ด๋ํ ์ ์์ต๋๋ค. How to Whisper: Enter a Character's Name on the left side of chat window and type your message on the right side. The Tab key helps you move between these boxes. */ MSG_EXPLAIN_TIP9 = 0x9c, -/*20171018 to 20180523 +/*20171018 to 20180605 /! /? /๊ธฐ์จ /ํํธ /๋ /์ํ /์ง์ฆ /ํ /๋ /... /๊ฐ์ /๋ฐ์ /๋ณด : Alt + (1~9) Ctrl + (-=\) ์ ๋์๋๋ ๋ช
๋ น์ด ์
๋๋ค. /!,/?,/ho,/lv,/lv2,/swt,/ic,/an,/ag,/$,/โฆ.,/thx,/wah,/sry,/heh,/swt2,/hmm,/no1,/??,/omg,/oh,/X,/hp,/go,/sob,/gg,/kis,/kis2,/pif,/ok: Emotion icons corresponding to Alt + (1~9) Ctrl + (-=\\) */ MSG_EXPLAIN_TIP10 = 0x9d, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์์๊ฒ ๋งํ๋๋ฒ : ๋ง์ ์ ์ผ์์ '%'๋ฅผ ๋ถ์ด๋ฉด ํํฐ์์๊ฒ ๋ง์ด ๊ฐ๋๋ค. (์: "%์๋
") How to Speak to Party: Add % in front of every message.(Example: \%Hello\) */ MSG_EXPLAIN_TIP11 = 0x9e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ๊ตํ ๋ถ๋ฅ. You haven't learned enough Basic Skills to Trade. */ MSG_NOT_ENOUGH_SKILLLEVE1 = 0x9f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ์ด๋ชจ์
๋ถ๋ฅ. You haven't learned enough Basic Skills to use Emotion icons. */ MSG_NOT_ENOUGH_SKILLLEVE2 = 0xa0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ์๊ธฐ ๋ถ๋ฅ. You haven't learned enough Basic Skills to Sit. */ MSG_NOT_ENOUGH_SKILLLEVE3 = 0xa1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ์ฑํ
๋ฐฉ๋ง๋ค๊ธฐ ๋ถ๋ฅ. You haven't learned enough Basic Skills to create a chat room. */ MSG_NOT_ENOUGH_SKILLLEVE4 = 0xa2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ํํฐ๋ง๋ค๊ธฐ ๋ถ๋ฅ You haven't learned enough Basic Skills to Party. */ MSG_NOT_ENOUGH_SKILLLEVE5 = 0xa3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ์ธ์น๊ธฐ ๋ถ๋ฅ You haven't learned enough skills to Shout. */ MSG_NOT_ENOUGH_SKILLLEVE6 = 0xa4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. pk ๋ถ๋ฅ You haven't learned enough skills for Pking. */ MSG_NOT_ENOUGH_SKILLLEVE7 = 0xa5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ๊ณ ์ํ๋ ํ๋ชฉ Buying Items */ MSG_ITEMS_FOR_BUY = 0xa6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์์ Item Shop */ MSG_ITEM_STORE = 0xa7, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๊ณ ์ํ๋ ํ๋ชฉ Selling Items */ MSG_ITEMS_FOR_SELL = 0xa8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด๊ด์์ดํ
Storage */ MSG_ITEMS_THAT_IS_STORED = 0xa9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น๊ฐ ์ฅ์ฐฉ ๋์์ต๋๋ค. is put on. */ MSG_ITEM_IS_EQUIPED = 0xaa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น๊ฐ ํด์ ๋์์ต๋๋ค. is taken off. */ MSG_ITEM_IS_REMOVED = 0xab, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ท๋ง๋ฆฌ์คํธ์ ์ด๋ฆ๋ฃ๊ธฐ To add names on the Whispering List */ MSG_ADD_TO_WHISPER_CHAR_LIST = 0xac, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ฆฐ์ท ์ฐ๋๋ฒ : [Print Screen]ํค๋ [Scroll Lock]ํค๋ฅผ ๋๋ฅด๋ฉด ๋ฉ๋๋ค. How to Take Screen Shots: Press [Print Screen] or [Scroll Lock] */ MSG_EXPLAIN_TIP12 = 0xad, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋์ ํ Tip of the Day */ MSG_TIPOFTHEDAY = 0xae, -/*20171018 to 20180523 +/*20171018 to 20180605 ^3850a0์๊ณ ๊ณ์
จ์ต๋๊น... ^000000 //^709fed ^3850a0Did you know...?^709fed */ MSG_DIDYOUKNOW = 0xaf, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ํ ๋ ์ด๊ธฐ Display at startup */ MSG_SHOWTIPSATSTARTUP = 0xb0, -/*20171018 to 20180523 +/*20171018 to 20180605 /tip : ์ค๋์ํ ์ด๊ธฐ /tip: Opens ''Tip of the Day'' */ MSG_EXPLAIN_OPENTIP = 0xb1, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์ ์์ %d๋ช
There are %d Players Currently Connected. */ MSG_NUMPEOPLE = 0xb2, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋์ด ์
์ฅ ํ์์ต๋๋ค. (%s) has entered. */ MSG_USERGETINTHEROOM = 0xb3, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋์ด ํด์ฅ ํ์์ต๋๋ค. (%s) has left. */ MSG_USERGETOUTOFTHEROOM = 0xb4, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋์ด ๊ฐ์ ํด์ฅ ๋์์ต๋๋ค. (%s) was kicked out. */ MSG_USERGETOUTOFTHEROOMBYFORCE = 0xb5, -/*20171018 to 20180523 +/*20171018 to 20180605 %d ๊ฐ %d ea. */ MSG_EA = 0xb6, -/*20171018 to 20180523 +/*20171018 to 20180605 %s : %d ๊ฐ %s: %d ea. */ MSG_EA2 = 0xb7, -/*20171018 to 20180523 +/*20171018 to 20180605 %s %s : %d ๊ฐ %s %s: %d */ MSG_EA3 = 0xb8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ ์ ์๋ ํ๋ชฉ Available Items to sell */ MSG_ITEMSYOUCANSELL = 0xb9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ์์ ํ๋ ํ๋ชฉ Shop Items */ MSG_SHOPITEMS = 0xba, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ์๋๊ณณ Unknown Area */ MSG_NOWHERE = 0xbb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ์ ์ธ์ด๊ฐ ๋ง์ง ์์ต๋๋ค. Your Client language doesn't match the Server language. */ MSG_CLIENTTYPEMISMATCH = 0xbc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ๋ฒ๋ฆด๋ ค๋ฉด ์ฅ๋น์ฐฝ์ ๋ซ์ผ์ธ์. Please move your equipment to the inventory. And close the equipment window. */ MSG_CLOSEEQUIPWND = 0xbd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ด๋ง ๋ฉ๋๋ค. This server provides English Text Characters Only. */ MSG_ENGLISHONLY = 0xbe, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง๊ธ์ ์ง์๋์ง ์์ต๋๋ค. This is not implemented yet. */ MSG_NOTSUPPORTEDYET = 0xbf, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ท๋ง ๋ฆฌ์คํธ๊ฐ ์์ต๋๋ค. No Whisper List. */ MSG_NOWHISPERLIST = 0xc0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ฒ ๊ท๋ง๊ฑฐ๋ถ์ํ๋ก๋จ : Whispering Blocked. */ MSG_WHISPERIGNORESUCCESS = 0xc1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ฒ ๊ท๋ง๊ฑฐ๋ถ ์์ฒญ์คํจํจ : Whispering Block has failed. */ MSG_WHISPERIGNOREFAILED1 = 0xc2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ฒ ๊ท๋ง๊ฑฐ๋ถ ์์ฒญ์คํจํจ (์ธ์์ด๊ณผ) : Whispering Block has failed. Block List is full. */ MSG_WHISPERIGNOREFAILED2 = 0xc3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ฒ ๊ท๋ง๊ฐ๋ฅ์ํ๋ก๋จ : Whispering accepted. */ MSG_WHISPERNOIGNORESUCCESS = 0xc4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ฒ ๊ท๋ง๊ฐ๋ฅ ์์ฒญ์คํจํจ : Command has failed. */ MSG_WHISPERNOIGNOREFAILED1 = 0xc5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ฒ ๊ท๋ง๊ฐ๋ฅ ์์ฒญ์คํจํจ (์ธ์์ด๊ณผ) : Command has failed. Block List is full. */ MSG_WHISPERNOIGNOREFAILED2 = 0xc6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฆ์ ์ฒ์๊ณผ ๋ง์ง๋ง์๋ ๊ณต๋ฐฑ๋ฌธ์๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. You cannot put a space at the beginning or end of a name. */ MSG_NO_SPACE_IN_NAME = 0xc7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๊ณต๊ฐ Private */ MSG_ROOM_PRIVATE2 = 0xc8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฐ Public */ MSG_ROOM_PUBLIC2 = 0xc9, -/*20171018 to 20180523 +/*20171018 to 20180605 SP๊ฐ ๋ถ์กฑํฉ๋๋ค. Not Enough SP */ MSG_USESKILL_FAIL_SP_INSUFFICIENT = 0xca, -/*20171018 to 20180523 +/*20171018 to 20180605 HP๊ฐ ๋ถ์กฑํฉ๋๋ค. Not Enough HP */ MSG_USESKILL_FAIL_HP_INSUFFICIENT = 0xcb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ์ฌ์ฉ ์คํจ. Skill has failed. */ MSG_NOT_ENOUGH_SKILLLEVE8 = 0xcc, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์น๊ธฐ ์คํจ. Steal has failed. */ MSG_FAIL_STEAL = 0xcd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตํ์ฐฝ Trade */ MSG_EXCHANGE = 0xce, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
๊ฑธ๊ธฐ ์คํจ. Envenom skill has failed. */ MSG_FAIL_POISON = 0xcf, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์์ด๋๋ก๋ ์ด ์๋ฒ์ ์ ์ํ ์ ์์ต๋๋ค. You cannot use this ID on this server. */ MSG_ID_MISMATCH = 0xd0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํผ๋๊ฐ ํฅ์๋์์ต๋๋ค. Your Speed has increased. */ MSG_SPEEDUP = 0xd1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํผ๋๊ฐ ๊ฐ์๋์์ต๋๋ค. Your Speed has decreased. */ MSG_SPEEDDOWN = 0xd2, -/*20171018 to 20180523 +/*20171018 to 20180605 /๊ธฐ์ต : ์ํํ ์ฅ์ ๊ธฐ์ต(์ํ ์คํฌ์ด ์๋๊ฒฝ์ฐ) /memo: To memorize a place as Warp Point (If you are an Acolyte Class character) */ MSG_EXPLAIN_TIP13 = 0xd3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์์ ์์น Random Area */ MSG_RANDOM_POS = 0xd4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ ํ ์์น๋ฅผ ์ ํํ์ธ์. Select an Area to Warp */ MSG_SELECTWHERETOWARP = 0xd5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. Skill Level is not high enough */ MSG_NOTENOUGHSKILLLEVEL = 0xd6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ๋ ์ํํ ์ฅ์๊ฐ ์์ต๋๋ค. There are no memorized locations (Memo Points). */ MSG_NO_STORED_PLACE_TO_WARP = 0xd7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ ๊ด๋ จ ์คํฌ์ด ์์ต๋๋ค. You haven't learned Warp. */ MSG_NOWARPSKILL = 0xd8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ ์ฅ์๋ก ์ ์ฅ๋จ. Saved location as a Memo Point for Warp Skill. */ MSG_WARPPOINTSTORED = 0xd9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ทจ์ Cancel */ MSG_CANCEL = 0xda, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ ์ฌ์ฉํ ์๊ฐ์ด ์ถฉ๋ถํ ์ง๋์ง ์์์ต๋๋ค. There is a Delay after using a Skill. */ MSG_SKILLINTERVAL = 0xdb, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ฒ์ ๊ฐ์ง ์ ์๋ ์์ดํ
์ข
๋ฅ์๋ฅผ ์ด๊ณผํ์ฌ ์์ดํ
์ ๊ฐ์ง ์ ์์ต๋๋ค. You can't have this item because you will exceed the weight limit. */ MSG_CANT_GET_ITEM_BECAUSE_COUNT = 0xdc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ต๋ ์ข
๋ฅ์๋ฅผ ์ด๊ณผ ํ์์ต๋๋ค. Out of the maximum capacity */ MSG_INSUFFICIENT_OVER_COUNT = 0xdd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ์์ดํ
Cart Items */ MSG_MERCHANTITEM = 0xde, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ๋ฒ๊ธฐ Take off Cart */ MSG_CARTOFF = 0xdf, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ๊ฐ์ค Opening a stall */ MSG_MERCHANTSHOPMAKER = 0xe0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ์ด๋ฆ์ ์
๋ ฅํ์ธ์. Please Name your Shop. */ MSG_ENTER_SHOP_TITLE = 0xe1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ ๋
ธ์ My Shop */ MSG_ITEM_MY_STORE = 0xe2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ธ ์์ดํ
์์ Merchant Shop */ MSG_ITEM_MERCHANT_STORE = 0xe3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ธ์๊ฒ ์ฌ๊ณ ์ํ๋ ํ๋ชฉ Buying Items */ MSG_ITEMS_FOR_BUY_FROM_MERCHANT = 0xe4, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๊ตฌ์
์คํจ %s %s Purchase Failed %s */ MSG_FAIL_BUY_ITEM_FROM_MERCHANT = 0xe5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ๊ณ ๋ถ์กฑ. Out of Stock */ MSG_INSUFFICIENT_STOCK = 0xe6, -/*20171018 to 20180523 +/*20171018 to 20180605 %s %d ๊ฐ ํ๋ฆผ. %s %d sold. */ MSG_ITEM_IS_SOLD = 0xe7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ์์ ํ ์ ์๋ ์์ดํ
Available Items for Vending */ MSG_MERCHANTMIRRORITEM = 0xe8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋๊ฐ ๋ถ์กฑํด์ ์คํฌ์ ์ฌ์ฉ ํ ์ ์์ต๋๋ค. Skill has failed because you do not have enough zeny. */ MSG_SKILL_FAIL_MONEY = 0xe9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์ฉํ ๋์์ ์ ํํ์ธ์ Select a Target. */ MSG_SELECTTARGET = 0xea, -/*20171018 to 20180523 +/*20171018 to 20180605 /pk on : pk On /pk off : pk Off /pk on: Turns PK On. /pk off: Turns PK Off. */ MSG_EXPLAIN_TIP14 = 0xeb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ Shop */ MSG_STREETSHOP = 0xec, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ์์ดํ
[Alt+W] Cart Items [Alt+W] */ MSG_OPENCARTWINDOW = 0xed, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๋ณธ์ ๋ณด Basic Information */ MSG_BASICINFOWND = 0xee, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฌด๊ธฐ๋ก๋ ์ด์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. The skill cannot be used with this weapon. */ MSG_USESKILL_FAIL_NOT_SUITABLE_WEAPON = 0xef, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์ฌ๊ธฐ ์คํจ ์ฌ๊ณ ๋ถ์กฑ ํ์ฌ ์ฌ๊ณ %d ๊ฐ. Buying %s has been failed. Out of Stock. Current Stock %d. */ MSG_FAIL_BUY_ITEM_FROM_MERCHANT_NO_STOCK = 0xf0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ์ ๋๊ธฐํ๊ฐ ํ๋ ค ์ฐ๊ฒฐ์ด ๋์ด์ก์ต๋๋ค. You've been disconnected due to a time gap between you and the server. */ MSG_SPEEDHACK = 0xf1, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด์ ์ฅ์ฐฉํ์ธ์ Please equip the proper ammunition first. */ MSG_ERR_ATTACK_ARROW = 0xf2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋๊ณผ๋ค๋ก ๊ณต๊ฒฉ์ด๋ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't attack or use skills because you've exceeded the Weight Limit. */ MSG_ERR_ATTACK_WEIGHT = 0xf3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋๊ณผ๋ค๋ก ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't use skills because you've exceeded the Weight Limit. */ MSG_ERR_SKILL_WEIGHT = 0xf4, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด์ด ์ฅ์ฐฉ๋์์ต๋๋ค. Ammunition has been equipped. */ MSG_MSG_ARROW_EQUIPMENT_SUCCESS = 0xf5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ๋์ ฌ์คํค์ด ํ์ํฉ๋๋ค. Red Gemstone required. */ MSG_NEED_REDJAMSTONE = 0xf6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ธ๋ฃจ์ ฌ์คํค์ด ํ์ํฉ๋๋ค. Blue Gemstone required. */ MSG_NEED_BLUEJAMSTONE = 0xf7, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ ํ๋ผ๋ฉํฐ Strength */ MSG_DESC_STR = 0xf8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏผ์ฒฉ์ฑ ํ๋ผ๋ฉํฐ Agility */ MSG_DESC_AGI = 0xf9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒด๋ ฅ ํ๋ผ๋ฉํฐ Vitality */ MSG_DESC_VIT = 0xfa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง๋ ฅ ํ๋ผ๋ฉํฐ Intelligence */ MSG_DESC_INT = 0xfb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ฌ์ฃผ ํ๋ผ๋ฉํฐ Dexterity */ MSG_DESC_DEX = 0xfc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ํ๋ผ๋ฉํฐ Luck */ MSG_DESC_LUK = 0xfd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ๋ ฅ Hit Point */ MSG_DESC_ATK = 0xfe, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ด๋ ฅ Defence Rate */ MSG_DESC_DEF = 0xff, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ช
์ค๋ฅ Accuracy */ MSG_DESC_HIT = 0x100, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด๊ณต๊ฒฉ๋ฅ Critical Attack */ MSG_DESC_CRI = 0x101, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์๊ธธ๋ Affiliated Guild */ MSG_DESC_GUILD = 0x102, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ ํ๋ผ๋ฉํฐ ๋ ๋ฒจ์
์ ์ฌ์ฉ๋๋ ํฌ์ธํธ Points to level up each Parameter */ MSG_DESC_POINT = 0x103, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋ฒ๊ณต๊ฒฉ๋ ฅ Magic Attack */ MSG_DESC_MATK = 0x104, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋ฒ๋ฐฉ์ด๋ ฅ Magic Defense */ MSG_DESC_MDEF = 0x105, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํผ์จ Dodge */ MSG_DESC_FLEE = 0x106, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ์คํผ๋ Attack Speed */ MSG_DESC_ASPD = 0x107, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ญ๋น ์์ฉ์ธ์ ์ด๊ณผ๋ก ์ ์ํ ์ ์์ต๋๋ค. Server is jammed due to over population. Please try again shortly. */ MSG_PC_OVERFLOW = 0x108, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต์
Option */ MSG_OPTIONWND = 0x109, -/*20171018 to 20180523 +/*20171018 to 20180605 E-MAIL ์ธ์ฆ์ด ๋์ง์์๊ฑฐ๋ ๋ธ๋ญ๋ ๊ณ์ ์
๋๋ค. Account ID blocked by the Game Master Team. */ MSG_ID_EMAIL_CONFIRM_NEEDED = 0x10a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ๊ฐ ํ๋ฆฝ๋๋ค. Incorrect User ID or Password. Please try again. */ MSG_INCORRECT_LOGIN_PASSWORD = 0x10b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จธ๋ฆฌ๋ชจ์ ์ ํ Choose Hairstyle */ MSG_SELECT_HAIR_STYLE = 0x10c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ๋ ฅ Hit Point */ MSG_ATK = 0x10d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ด๋ ฅ Defence Rate */ MSG_DEF = 0x10e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ์ค๋
On Attack Snap On */ MSG_ATTACK_SNAP_ON = 0x10f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ์ค๋
Off Attack Snap Off */ MSG_ATTACK_SNAP_OFF = 0x110, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ์ค๋
On Skill Snap On */ MSG_SKILL_SNAP_ON = 0x111, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ์ค๋
Off Skill Snap Off */ MSG_SKILL_SNAP_OFF = 0x112, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ค๋
or /snap: ๋ชฌ์คํฐ ๊ณต๊ฒฉ์ ์ค๋
On Off /์คํฌ์ค๋
or /skillsnap: ์คํฌ๋ก ๋ชฌ์คํฐ ๊ณต๊ฒฉ์ ์ค๋
On Off /์์ดํ
์ค๋
or /itemsnap: ์์ดํ
์ฃผ์ธ๋ ์ค๋
On Off /snap: Turns snap On | Off for fights, /skillsnap: Turns snap On | Off for skills. /itemsnap: Turns snap On | Off for items on the grounds. */ MSG_EXPLAIN_SNAP = 0x113, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ค๋
On Item Snap On */ MSG_ITEM_SNAP_ON = 0x114, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ค๋
Off Item Snap Off */ MSG_ITEM_SNAP_OFF = 0x115, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋
Snap */ MSG_SNAP = 0x116, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๊ฐ์ง ์์ดํ
์ 3๋ง๊ฐ ์ด์ ๊ฐ์ง์ ์์ต๋๋ค. You cannot carry more than 30,000 of one kind of item. */ MSG_CANT_GET_ITEM_OVERCOUNT_ONEITEM = 0x117, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ๋ฒจ 30์ด์์ ์บ๋ฆญํฐ๋ ์ญ์ ํ ์ ์์ต๋๋ค. ์ญ์ ๋ฅผ ์ํ์๋ฉด ๊ด๊ณ์์๊ฒ ๋ฌธ์ ํ์ธ์. You cannot delete a Character with a level greater than 30. If you want to delete the character please contact a Game Master. */ MSG_CANT_DELETE_CHARACTER_OVER_30_LEVEL = 0x118, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๊ตํ์ค์๋ ์์ดํ
์ ์ฌ๊ณ ํ ์ ์์ต๋๋ค. You cannot use an NPC shop while in a trade. */ MSG_FAIL_BUY_ITEM_ITEM_EXCHANGING = 0x119, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ๋ช
Shop Name */ MSG_STALL_NAME = 0x11a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ชฉ๋ก Skill Tree */ MSG_SKILLLIST = 0x11b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌํฌ์ธํธ : %d Skill Point: %d */ MSG_SKILLPOINT = 0x11c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ์ฌ์ฉ ์คํจ Skill has failed. */ MSG_USESKILL_FAIL = 0x11d, -/*20171018 to 20180523 +/*20171018 to 20180605 ํจ์๋ธ Passive */ MSG_PASSIVE = 0x11e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ์ทจ๋ Individual */ MSG_EXPDIV1 = 0x11f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ท ๋ฑํ๊ฒ ๋ถ๋ฐฐ Shared */ MSG_EXPDIV2 = 0x120, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ์ทจ๋ Individual */ MSG_ITEMCOLLECT1 = 0x121, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ์ ์ฒด ๊ณต์ Party Share */ MSG_ITEMCOLLECT2 = 0x122, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ์ค์ Party Setup */ MSG_PARTYSETTING = 0x123, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝํ์น ๋ถ๋ฐฐ๋ฐฉ์ How to share EXP */ MSG_HOWEXPDIV = 0x124, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์์ง๋ฐฉ์ How to share Items */ MSG_HOWITEMCOLLECT = 0x125, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ๋ฆฌ๋๋ง ์ค์ ํ ์ ์์ต๋๋ค. Only the Party Leader can change this setting. */ MSG_ONLY_PARTYMASTER = 0x126, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๊ฐฏ์ ์๋ฌผ์ด๋ณด๊ธฐ Toggle Item Amount. */ MSG_NOQUESTION_ITEMCOUNT = 0x127, -/*20171018 to 20180523 +/*20171018 to 20180605 ^ff0000%d^000000 ์ด ํ์ ์บ๋ฆญํฐ๊ฐ ์ง์์ง๋๋ค. ์ทจ์ ํ๋ ค๋ฉด ์ทจ์ ๋ฒํผ์ ๋๋ฅด์ธ์. Character will be deleted after ^ff0000%d^000000 seconds. Press Cancel to quit. */ MSG_CHARARATER_DELETE_COUNT = 0x128, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตํํ ์ ์๋ ์ต๋ ์์ดํ
๊ฐฏ์๋ 10๊ฐ์ง ์
๋๋ค. You cannot trade more than 10 types of items per trade. */ MSG_MAXEXCHANGE_IS_10_KIND = 0x129, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์๋ฒ๋ฅผ ์ด์ฉํ ์ ์๋ ๋์ด์
๋๋ค. You are underaged. */ MSG_LIMIT_AGE = 0x12a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฉ์ผ ์ฃผ์๋ฅผ ์
๋ ฅํ์ธ์. Please enter the deletion password. */ MSG_ENTER_EMAIL = 0x12b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฉ์ผ ์ฃผ์ ์
๋ ฅํ๊ธฐ E-mail Address (Case Sensitive). */ MSG_ENTER_EMAIL_TOOLTIP = 0x12c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฉ์ผ ์ฃผ์๊ฐ ํ๋ ค์ ์บ๋ฆญํฐ๊ฐ ์ญ์ ๋์ง ์์์ต๋๋ค. Character Deletion has failed because you have entered an incorrect e-mail address. */ MSG_CANNOT_DELETE_CHARACTER_EMAIL = 0x12d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ์ ๋น๋ฐ๋ฒํธ๋ฅผ ์
๋ ฅํ์ธ์. Enter Second Serial Cord of your Social Security number. */ MSG_ENTER_PEOPLE_REG_NUMBER = 0x12e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ๊ฐ ํ๋ ค์ ์บ๋ฆญํฐ๊ฐ ์ญ์ ๋์ง ์์์ต๋๋ค. Character Deletion has failed because you have entered an incorrect SSN. */ MSG_CANNOT_DELETE_CHARACTER_PEOPLE_REG_NUMBER = 0x12f, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ฒ์ 15๊ฐ์ง ์ด์์ ์์ดํ
์ ํ ์ ์์ต๋๋ค. You can't sell more than 15 types of Items at one time. */ MSG_CANT_SELL_OVER_15 = 0x130, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ด์ ํ ๋๋ฌธ์ ์ด๊ณ์ ์ผ๋ก ์ด์๋ฒ์ ์ ์ํ ์ ์์ต๋๋ค. The age limit from commandment tables cannot connect to this server. */ MSG_UNDER_AGE = 0x131, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ฒ๊ฐ 50 ํผ์ผํธ ์ด์์ผ๋๋ HP SP๊ฐ ์์ฐ์ ์ผ๋ก ํ๋ณต์ด ๋์ง ์์ต๋๋ค. HP/SP will not be restored when your carried weight is over 50% of the Weight Limit. */ MSG_NO_RECOVER_OVERWEIGHT = 0x132, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ฒ๊ฐ 90 ํผ์ผํธ ์ด์์ผ๋๋ ๊ณต๊ฒฉ๊ณผ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't use Skills or Attack while your carried weight is over 90% of your Weight Limit. */ MSG_NO_ATTACK_OVERWEIGHT = 0x133, -/*20171018 to 20180523 +/*20171018 to 20180605 HP SP๊ฐ ์์ฐ์ ์ผ๋ก ํ๋ณต์ด ๊ฐ๋ฅํ ์ํ๊ฐ ๋์์ต๋๋ค. Your HP/SP are now being restored naturally. */ MSG_NO_RECOVER_OVERWEIGHT_RELEASED = 0x134, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ๊ณผ ์คํฌ์ด ๊ฐ๋ฅํ ์ํ๊ฐ ๋์์ต๋๋ค. Attack and Skills are now available. */ MSG_NO_ATTACK_OVERWEIGHT_RELEASED = 0x135, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ ์ ๊ฒ์ค์
๋๋ค. Your Game's Exe File is not the latest version. */ MSG_INVALID_VERSION = 0x136, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ด ๋ชจ๋ ํ๋ ธ์ต๋๋ค. Items are sold out. */ MSG_ITEM_IS_SOLD_OUT = 0x137, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๋ด์ฉ ํ์ผ๋ก ์ ์ฅํ๊ธฐ Save Chat as Text File */ MSG_WRITE_CHAT_TO_FILE = 0x138, -/*20171018 to 20180523 +/*20171018 to 20180605 /๊ฐ๋ฌด๋ฆฌ or /savechat : ์ฑํ
๋ด์ฉ ํ์ผ๋ก ์ ์ฅํ๊ธฐ. /savechat: Save a Chat Log */ MSG_EXPLAIN_SAVE_CHAT = 0x139, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ์ ๋ง๋ค๊ธฐ Register */ MSG_MAKEACCOUNT = 0x13a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ๊ฑฐ๋ถํ๊ธฐ Reject Whispering */ MSG_REQ_EX_LIST = 0x13b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ๊ฑฐ๋ถํด์ ํ๊ธฐ Allow Whispering */ MSG_REQ_IN = 0x13c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ์คํ์ On Shows ''Miss'' */ MSG_MISS_EFFECT_ON = 0x13d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ์คํ์ Off Shows ''Miss'' */ MSG_MISS_EFFECT_OFF = 0x13e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นด๋ฉ๋ผ๊ณ ์ On Camera Zooming On */ MSG_FIXED_CAMERA_ON = 0x13f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นด๋ฉ๋ผ๊ณ ์ Off Camera Zooming Off */ MSG_FIXED_CAMERA_OFF = 0x140, -/*20171018 to 20180523 +/*20171018 to 20180605 /camera : ํ๋ ์ด์ด์๊ฒ ์นด๋ฉ๋ผ๊ณ ์ On Off /miss : ๋ฏธ์ค์ดํํธ On Off /camera: Camera Zooming On or Off. /miss: Toggle ''Miss'' display */ MSG_EXPLAIN_CAMERA_MISS = 0x141, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ์ ๋ณด๋ณด๊ธฐ View Skill Info */ MSG_SEE_INFORMATION_OF_SKILL = 0x142, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ์ด๋ฆ๋ฐ๊พธ๊ธฐ Change Skill */ MSG_CHANGE_SKILL_NAME = 0x143, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํ๋ผ์ดํธ ํด์๋ Sprite Resolution */ MSG_SPRITE_RESOLUTION = 0x144, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ
์ค์ณ ํด์๋ Texture Resolution */ MSG_TEXTURE_RESOLUTION = 0x145, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ํ
์ผ ์กฐ์ Arrange Detail */ MSG_DETAILLEVELWND = 0x146, -/*20171018 to 20180523 +/*20171018 to 20180605 %s Zeny ํ๋ You got %s Zeny */ MSG_GET_ZENY = 0x147, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๋ช
Guild Name */ MSG_GUILDNAME = 0x148, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๋ ๋ฒจ Guild lvl */ MSG_GUILDLEVEL = 0x149, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์คํฐ์ด๋ฆ ClanMaster Name */ MSG_GUILD_MASTER_NAME = 0x14a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์กฐํฉ์์ Number of Members */ MSG_GUILD_NUM_MEMBER = 0x14b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์กฐํฉ์ ํ๊ท ๋ ๋ฒจ Avg.lvl of Guildsmen */ MSG_GUILD_AVG_MEMBER_LEVEL = 0x14c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ด๋ฆฌ์์ง Castles Owned */ MSG_GUILD_MANAGE_LAND = 0x14d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํฅ Tendency */ MSG_GUILD_FAIR = 0x14e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝํ์น EXP */ MSG_GUILD_EXP = 0x14f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ ๋ธ๋ Emblem */ MSG_GUILD_EMBLEM = 0x150, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์๋ฉํฌ์ธํธ Tax Point */ MSG_GUILD_POINT = 0x151, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋งน๊ธธ๋ Alliances */ MSG_ALLY_GUILD = 0x152, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋๊ธธ๋ Antagonists */ MSG_HOSTILITY_GUILD = 0x153, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ ๋ณด Guild Info */ MSG_GUILDINFOMANAGE = 0x154, -/*20171018 to 20180523 +/*20171018 to 20180605 ์กฐํฉ์์ ๋ณด Guildsmen Info */ MSG_GUILDMEMBERMANAGE = 0x155, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์์ค์ Position */ MSG_GUILDPOSITIONMANAGE = 0x156, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์คํฌ Guild Skill */ MSG_GUILDSKILL = 0x157, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ๋ฐฉ์ ๋ฆฌ์คํธ Expel History */ MSG_GUILDBANISHEDMEMBER = 0x158, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต์ง์ฌํญ Guild Notice */ MSG_GUILDNOTICE = 0x159, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฒด๊ธธ๋ ๋ฆฌ์คํธ Entire Guild List */ MSG_GUILDTOTALINFO = 0x15a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ท๋ง ๋ฆฌ์คํธ Whispering List */ MSG_WHISPERLISTWND = 0x15b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ท๋ง์ฐฝ ์ด๊ธฐ Open Whispering Window */ MSG_OPENWHISPERLISTWND = 0x15c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ท๋ง ๋ฆฌ์คํธ ์ฐฝ ์ฌ๋๋ฒ : [Alt] + [H] ๋ฅผ ๋๋ฅด๋ฉด ๊ท๋ง ๋ฆฌ์คํธ ์ฐฝ์ด ์ด๋ฆฝ๋๋ค. How to Open Whispering List: Press [Alt] + [H] */ MSG_EXPLAIN_WHISPER_LIST_WND = 0x15d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ผ๋ก ๊ท๋ง์ฐฝ ์ด๊ธฐ Open Whispering List Automatically */ MSG_AUTOOPENWHISPERLISTWND = 0x15e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ฐ๊ธฐ Delete */ MSG_DELETE = 0x15f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค์๋ถํฐ ์ด๋ฆฌ์ง ์์ Close since next */ MSG_DONTOPEN = 0x160, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์ง๋ง์ผ๋ก ์ ์ํ ์๊ฐ Last Log-in Time */ MSG_LAST_LOGIN_TIME = 0x161, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์ง๋ง์ผ๋ก ์ ์ํ IP Last Log-in IP */ MSG_LAST_LOGIN_IP = 0x162, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๊ตฌ ์ค์ Friend Setup */ MSG_FRIEND_SETTING = 0x163, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ง ์ง์ฐ์๊ฒ ์ต๋๊น? Are you sure that you want to delete? */ MSG_DO_YOU_REALLY_WANT_DELETE = 0x164, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ง ํํดํ์๊ฒ ์ต๋๊น? Are you sure that you want to leave? */ MSG_DO_YOU_REALLY_WANT_LEAVE = 0x165, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๊ตฌ๋ก ๋ฑ๋กํ๊ธฐ Register as a Friend */ MSG_ADD_TO_FRIEND_CHAR_LIST = 0x166, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๊ตฌ์ผ๋ ์๋์ผ๋ก 1:1์ฐฝ ์ด๊ธฐ Open 1:1 Chat between Friends */ MSG_AUTOOPENWHISPERLISTWND_FRIEND = 0x167, -/*20171018 to 20180523 +/*20171018 to 20180605 1:1์ฐฝ ์ด๊ธฐ Open 1:1 Chat */ MSG_OPEN_1ON1_WINDOW = 0x168, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๊ตฌ๊ฐ ์๋๋ ์๋์ผ๋ก 1:1์ฐฝ ์ด๊ธฐ Open 1:1 Chat between Strangers */ MSG_AUTOOPEN_1ON1_WINDOW = 0x169, -/*20171018 to 20180523 +/*20171018 to 20180605 1:1์ฐฝ ์ด๋ฆด๋ ์๋ฆฌ๋ก ์๋ฆผ Alarm when you recieve a 1:1 Chat */ MSG_WHISPER_OPEN_SOUND = 0x16a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ง ์ ๋ช
์ํค์๊ฒ ์ต๋๊น? Are you sure that you want to expel? */ MSG_DO_YOU_REALLY_WANT_EXPEL = 0x16b, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๋์ด ๊ธธ๋๋ฅผ ํํดํ์ต๋๋ค. %s has withdrawn from the guild. */ MSG_USER_LEFT_GUILD = 0x16c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํด์ฌ์ : %s Secession Reason: %s */ MSG_REASON_LEAVE_GUILD = 0x16d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๋ช
์ด ์ผ์นํ์ง ์์ต๋๋ค You have failed to disband the guild. */ MSG_DISORGANIZE_GUILD_FAILURE = 0x16e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ํด์ฒด์ฌ์ : %s Disband Reason: %s */ MSG_DISORGANIZATION_REASON = 0x16f, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ๊ณ์ ์ ์ญ์ ๋ ์์ด๋ ์
๋๋ค. This ID has been removed. */ MSG_DELETED_ACCOUNT = 0x170, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค๊ฐ : Price: */ MSG_SELLPRICE = 0x171, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๋์ด ๊ธธ๋์์ ์ถ๋ฐฉ๋์์ต๋๋ค. %s has been expelled from our guild. */ MSG_BAN_GUILD = 0x172, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ๋ฐฉ์ฌ์ : %s Expulsion Reason: %s */ MSG_REASON_BAN_GUILD = 0x173, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ์ฐฉ์ฉํ ์ ์์ต๋๋ค. You can't put this item on. */ MSG_CAN_NOT_EQUIP_ITEM = 0x174, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ค์ ์ ๋ณ๊ฒฝํ ์ ์์ต๋๋ค. You can't modify Party Setup. */ MSG_PARTYSETTING_CHANGE_IMPOSSIBLE = 0x175, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๊ฐ ๋ง๋ค์ด ์ก์ต๋๋ค. Guild has been Created. */ MSG_GUILD_MAKE_SUCCESS = 0x176, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ๊ธธ๋์ ์ํด์์ต๋๋ค. You are already in a Guild. */ MSG_GUILD_MAKE_ALREADY_MEMBER = 0x177, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์์ด๋ฆ์ ๊ธธ๋๊ฐ ์กด์ฌํฉ๋๋ค. That Guild Name already exists. */ MSG_GUILD_MAKE_GUILD_EXIST = 0x178, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์์ ์ด์ฒญ ๋ฉ์์ง๊ฐ ์์ต๋๋ค. ๊ฐ์
ํ๊ฒ ์ต๋๊น? Guild has sent you an invitation. Would you like to join this Guild? */ MSG_SUGGEST_JOIN_GUILD = 0x179, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค๋ฅธ๊ธธ๋์ ๊ฐ์
๋์ด ์์ต๋๋ค. He/She is already in a Guild. */ MSG_CHARACTER_IS_ALREADY_IN_GUILD = 0x17a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๊ฐ์
์ ๊ฑฐ์ ํ์ต๋๋ค. Offer Rejected */ MSG_CHARACTER_REJECT_JOIN_GUILD = 0x17b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๊ฐ์
์ ์๋ฝํ์ต๋๋ค. Offer Accepted */ MSG_CHARACTER_ACCEPT_JOIN_GUILD = 0x17c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ ์์ ์ด๊ณผํ์ต๋๋ค. Your Guild is Full. */ MSG_TOO_MANY_PEOPLE_IN_GUILD = 0x17d, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋ ๊ธธ๋์ ๊ฐ์
์์ฒญ Send (%s) a Guild invitation */ MSG_REQ_JOIN_GUILD = 0x17e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ ๋ ๋ฒจ์ด ๋ชจ์๋ผ์ ๋งค๋ํฌ์ธํธ๋ฅผ ์ค ์ ์์ต๋๋ค. You haven't learned enough skills for aligning. */ MSG_NOT_ENOUGH_FOR_MANNER_POINT = 0x17f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งค๋ ํฌ์ธํธ ์ฃผ๊ธฐ ์ฑ๊ณต Aligning completed. */ MSG_GIVING_MANNER_POINT_SUCCESS = 0x180, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋ ์ด๋ฏธ ์ฌ์ฉํ์ต๋๋ค. You already spent your point for today. */ MSG_YOU_USE_TODAY_ALREADY = 0x181, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์บ๋ฆญํฐ์๊ฒ ์ง๊ธํ์ง ํ๋ฌ์ด ์ง๋์ง ์์์ต๋๋ค. Hasn't been a month yet since you aligned this person. */ MSG_ONE_MONTH_NOT_PASSED = 0x182, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๋์ผ๋ก๋ถํฐ ํ๋ฌ์ค ๋งค๋ ํฌ์ธํธ๋ฅผ ๋ฐ์์ต๋๋ค. Remember, Spamming isn't nice. */ MSG_RECEIVE_PLUS_MANNER_POINT = 0x183, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๋์ผ๋ก๋ถํฐ ๋ง์ด๋์ค ๋งค๋ ํฌ์ธํธ๋ฅผ ๋ฐ์์ต๋๋ค. Please refrain from ill-mannered conduct, thank you. */ MSG_RECEIVE_MINUS_MANNER_POINT = 0x184, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๊ธ์ง ์๊ฐ ์ค์ด๊ธฐ(ํ๊ธฐ) Align with a Good Point */ MSG_GIVE_PLUS_MANNER_POINT = 0x185, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๊ธ์ง ์๊ฐ ๋์ด๊ธฐ(๊ฑธ๊ธฐ) Align with a Bad Point */ MSG_GIVE_MINUS_MANNER_POINT = 0x186, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋๊ณผ์ ๊ฑฐ๋์์ฒญ Request a deal with (%s) */ MSG_REQ_DEAL_WITH2 = 0x187, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋ ํํฐ์ ๊ฐ์
์์ฒญ Ask (%s) to join your party */ MSG_REQ_JOIN_PARTY2 = 0x188, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์์ ๋๋งน์์ฒญ ๋ฉ์์ง๊ฐ ์์ต๋๋ค. ๋๋งนํ๊ฒ ์ต๋๊น? Guild is asking you to agree to an Alliance with them. Do you accept? */ MSG_SUGGEST_ALLY_GUILD = 0x189, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ๋๋งน๋์ด ์์ต๋๋ค. This Guild is already your Ally. */ MSG_REQALLYGUILD_ALREADY_ALLIED = 0x18a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋งน์ ๊ฑฐ์ ํ์ต๋๋ค. You reject the offer */ MSG_REQALLYGUILD_REJECT = 0x18b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋งน์ ์๋ฝ ํ์ต๋๋ค. You accept the offer */ MSG_REQALLYGUILD_ACCEPT = 0x18c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋๊ธธ๋์ ๋๋งน๊ธธ๋์ ์๊ฐ ์ด๊ณผ ๋์์ต๋๋ค. They have too many Alliances. */ MSG_REQALLYGUILD_OVERSIZE = 0x18d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ ๋๋งน๊ธธ๋์ ์๊ฐ ์ด๊ณผ ๋์์ต๋๋ค. You have too many Alliances. */ MSG_REQALLYMYGUILD_OVERSIZE = 0x18e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ๋๋งน ์์ฒญ Set this guild as an Alliance */ MSG_REQ_ALLY_GUILD = 0x18f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๊ฐ ์ฑ๊ณต์ ์ผ๋ก ํด์ฒด ๋์์ต๋๋ค. Guild was successfully disbanded. */ MSG_DISORGANIZE_GUILD_SUCCESS = 0x190, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฃผ๋ฏผ๋ฑ๋ก๋ฒํธ๊ฐ ํ๋ ค์ ๊ธธ๋๊ฐ ํด์ฒด๋์ง ์์์ต๋๋ค. You have failed to disband the guild due to your incorrect SSN. */ MSG_DISORGANIZE_GUILD_INVALIDKEY = 0x191, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๋งด๋ฒ๊ฐ ์กด์ฌํด์ ๊ธธ๋๊ฐ ํด์ฒด๋์ง ์์์ต๋๋ค. You have failed to disband the guild because there are guildsmen still present. */ MSG_DISORGANIZE_GUILD_MEMBEREXIST = 0x192, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ์ ๋ ์์ฒญ Set this guild as an Antagonist */ MSG_REQ_HOSTILE_GUILD = 0x193, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จธ๋ฆฌ์๊น ์ ํ Choose Hair Color */ MSG_SELECT_HAIR_COLOR = 0x194, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๊ฒฐ์ฑ์ ํ์ํ ์์ดํ
์ด ์์ต๋๋ค. You don't have necessary item to create a Guild. */ MSG_GUILD_MAKE_GUILD_NONE_ITEM = 0x195, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฌ์คํฐ ์ ๋ณด Monster Info */ MSG_MONSTER_INFO_WINDOW = 0x196, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฆ Name */ MSG_NAME = 0x197, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ๋ฒจ Level */ MSG_LEVEL = 0x198, -/*20171018 to 20180523 +/*20171018 to 20180605 HP */ MSG_HP = 0x199, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฌ๊ธฐ Size */ MSG_SIZE = 0x19a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ข
์กฑ Type */ MSG_RACETYPE = 0x19b, -/*20171018 to 20180523 +/*20171018 to 20180605 MDEF */ MSG_MDEFPOWER = 0x19c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ฑ Attribute */ MSG_PROPERTY = 0x19d, -/*20171018 to 20180523 +/*20171018 to 20180605 ็ก Neutral */ MSG_PROPERTY_NEUTURAL = 0x19e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆฐด Water */ MSG_PROPERTY_WATER = 0x19f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๅฐ Earth */ MSG_PROPERTY_EARTH = 0x1a0, -/*20171018 to 20180523 +/*20171018 to 20180605 ็ซ Fire */ MSG_PROPERTY_FIRE = 0x1a1, -/*20171018 to 20180523 +/*20171018 to 20180605 ้ขจ Wind */ MSG_PROPERTY_WIND = 0x1a2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆฏ Poison */ MSG_PROPERTY_POISON = 0x1a3, -/*20171018 to 20180523 +/*20171018 to 20180605 ่ Holy */ MSG_PROPERTY_SAINT = 0x1a4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆ Shadow */ MSG_PROPERTY_DARK = 0x1a5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๏ฆฃ Ghost */ MSG_PROPERTY_MENTAL = 0x1a6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆญป Undead */ MSG_PROPERTY_UNDEAD = 0x1a7, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ๋ ์์ดํ
์ ๋ง๋ค ์ ์์ต๋๋ค. You can't create items yet. */ MSG_CANT_MAKE_ITEM = 0x1a8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์กฐ ๋ชฉ๋ก Item List you can craft */ MSG_MAKE_LIST = 0x1a9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋ค๊ธฐ Create */ MSG_MAKE_TARGET = 0x1aa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํ์ํ ์ฌ๋ฃ: 's materials */ MSG_REQUIRE_FOR_MAKE_TARGET = 0x1ab, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋ค๊ธฐ ์คํจ item creation failed. */ MSG_MAKE_TARGET_FAIL = 0x1ac, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋ค๊ธฐ ์ฑ๊ณต item created successfully. */ MSG_MAKE_TARGET_SUCCEESS = 0x1ad, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๋ง๋ค๊ธฐ๋ฅผ ์คํจํ์์ต๋๋ค. item creation failed. */ MSG_MAKE_TARGET_FAIL_MSG = 0x1ae, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๋ง๋ค๊ธฐ๋ฅผ ์ฑ๊ณตํ์ต๋๋ค. item created successfully. */ MSG_MAKE_TARGET_SUCCEESS_MSG = 0x1af, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. You are not the required lvl. */ MSG_NOT_ENOUGH_LEVEL = 0x1b0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ๋ฒจ์ด ๋๋ฌด ๋์ต๋๋ค. Too high lvl for this job. */ MSG_TOO_HIGH_LEVEL = 0x1b1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์
์ด ์ ํฉํ์ง ์์ต๋๋ค. Not the suitable job for this type of work. */ MSG_NOT_ACCEPTABLE_JOB = 0x1b2, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ ํค ๋ฐ์ค ํธ๋ฉ ๋ฉ์ธ์ง Record a message in the Talkie Box */ MSG_TALKBOX_WINDOW = 0x1b3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๋กํ ๋ฉ์ธ์ง๋ฅผ ์
๋ ฅํ์๊ธฐ ๋ฐ๋๋๋ค. Please type a message for the Talkie Box */ MSG_TALKBOX_WINDOW_MSG = 0x1b4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์๊ฒ ๋ณด๋ Send to Guild */ MSG_SEND_TO_GUILD = 0x1b5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฐ์ ๋ ๊ณ์ ์ด ์๋๋๋ค. ๊ฒฐ์ ํ์ด์ง๋ก ์ด๋ํ์๊ฒ ์ต๋๊น? You didn't pay for this ID. Would you like to pay for it now? */ MSG_NOT_SETTLED = 0x1b6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ๊ฐ ํผ์กํ ๊ด๊ณ๋ก ์ ์ํ ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Server is jammed due to overpopulation. Please try again after few minutes. */ MSG_ACCOUNT_BUSY = 0x1b7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง๋ ์ ์ ์ ๋ณด๊ฐ ๋จ์ ์์ต๋๋ค. 30์ด์ ๋ ์ง๋๋ค์ ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Server still recognizes your last log-in. Please try again after a few minutes. */ MSG_INFORMATION_REMAINED = 0x1b8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งค ํ์ด์ฃผ๊ธฐ Release Falcon */ MSG_BIRDOFF = 0x1b9, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฝํ์ฝ ๋ด๋ฆฌ๊ธฐ Dismount */ MSG_CHIKENOFF = 0x1ba, -/*20171018 to 20180523 +/*20171018 to 20180605 ๅฐ Small */ MSG_SIZE_SMALL = 0x1bb, -/*20171018 to 20180523 +/*20171018 to 20180605 ไธญ Med */ MSG_SIZE_MIDDLE = 0x1bc, -/*20171018 to 20180523 +/*20171018 to 20180605 ๅคง Big */ MSG_SIZE_BIG = 0x1bd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋ธ Double */ MSG_DOUBLE = 0x1be, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฆฌํ Triple */ MSG_TRIPLE = 0x1bf, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฟผ๋๋กํ Quadruple */ MSG_QUADROPLE = 0x1c0, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๊น์ง ๋ก๊ทธ์ธ์ ๊ธ์งํ๊ณ ์์ต๋๋ค. You are prohibited to log in until %s. */ MSG_LOGIN_REFUSE_BLOCKED_UNTIL = 0x1c1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ 's */ MSG_MANUFACTURED_NORMAL_ITEM = 0x1c2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํ์ด์ด 's Fire */ MSG_MANUFACTURED_FIRE_ITEM = 0x1c3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์์ด์ค 's Ice */ MSG_MANUFACTURED_ICE_ITEM = 0x1c4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์๋ 's Wind */ MSG_MANUFACTURED_WIND_ITEM = 0x1c5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ด์ค 's Earth */ MSG_MANUFACTURED_EARTH_ITEM = 0x1c6, -/*20171018 to 20180523 +/*20171018 to 20180605 211.239.161.246 38.144.194.2 */ MSG_ACCOUNT_ADDRESS = 0x1c7, -/*20171018 to 20180523 +/*20171018 to 20180605 6900 */ MSG_ACCOUNT_PORT = 0x1c8, /*20171018 to 20171206 http://www.ragnarok.co.kr -20171208 to 20180523 +20171208 to 20180605 http://roz.gnjoy.com/ http://www.ragnarok.co.kr */ MSG_REGISTRATION_WEB_URL = 0x1c9, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์ฌ์ฉ์ ๊ฐ์ ์ข
๋ฃ Kill %s */ MSG_BAN_USER = 0x1ca, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด์ง์ Very Strong */ MSG_ONE_STARPIECE = 0x1cb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด์ง๋ฌด์ง์ Very Very Strong */ MSG_TWO_STARPIECE = 0x1cc, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๋ฌด๋ฌด์ Very Very Very Strong */ MSG_THREE_STARPIECE = 0x1cd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ์ถ๋ฐฉ ์ฌ์ The Reason of Expulsion */ MSG_GUILD_KICK_REASON = 0x1ce, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ ์๋๊ฐ ์ฆ๊ฐํ์ต๋๋ค. Attack Speed is up. */ MSG_INCATTACKSPEED = 0x1cf, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ ์๋๊ฐ ๊ฐ์ํ์ต๋๋ค. Attack Speed is down. */ MSG_DECATTACKSPEED = 0x1d0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ธฐ์ ๊ณต๊ฒฉ๋ ฅ์ด ํฅ์๋์์ต๋๋ค. Weapon Damage is improved. */ MSG_INCWEAPONATTACK = 0x1d1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ธฐ์ ๊ณต๊ฒฉ๋ ฅ์ด ๊ฐ์๋์์ต๋๋ค. Weapon Damage is reduced. */ MSG_DECWEAPONATTACK = 0x1d2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ๋๋ ์ด๊ฐ ์ค์์ต๋๋ค. Cast Delay is reduced. */ MSG_FASTPREDELAY = 0x1d3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ๋๋ ์ด๊ฐ ์ ์์ผ๋ก ๋์์ต๋๋ค. Cast Delay has returned to normal. */ MSG_NORMALPREDELAY = 0x1d4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ธฐ์ ๋
์์ฑ์ด ๋ถ์ฌ๋์์ต๋๋ค. Weapon is temporarily enchanted with Poison. */ MSG_WEAPONPROPERTYPOISON = 0x1d5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ธฐ์ ์ฑ์์ฑ์ด ๋ถ์ฌ๋์์ต๋๋ค. Weapon is temporarily enchanted with an elemental property. */ MSG_WEAPONPROPERTYSAINT = 0x1d6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ธฐ์ ์๋์์ฑ์ด ์ ์ฉ๋์์ต๋๋ค. Weapon has changed back to normal. */ MSG_WEAPONPROPERTYORIGINAL = 0x1d7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ด๊ตฌ์ ์ฑ์์ฑ์ด ๋ถ์ฌ๋์์ต๋๋ค. Armor has been enchanted with the Holy Ghost. */ MSG_ARMORPROPERTYSAINT = 0x1d8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ด๊ตฌ์ ์๋์์ฑ์ด ์ ์ฉ๋์์ต๋๋ค. Armor has changed back to normal. */ MSG_ARMORPROPERTYORIGINAL = 0x1d9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฐ๋ฆฌ์ด ์ํ๊ฐ ๋์์ต๋๋ค. Barrier Formed. */ MSG_BARRIOR = 0x1da, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฐ๋ฆฌ์ด ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Barrier Canceled. */ MSG_DISAPPEARBARRIOR = 0x1db, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ, ์คํ, ๋ํ ๋ชฌ์คํฐ์๊ฒ 100% ๊ณต๊ฒฉ๋ ฅ์ ์ค๋๋ค. Weapon Perfection Initiated. */ MSG_PERFECTDAMAGE = 0x1dc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์จํฐํผํ์
๋ชจ๋๊ฐ ํด์ ๋์์ต๋๋ค. Weapon perfection Canceled. */ MSG_DISAPPEARPERFECTDAMAGE = 0x1dd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ธฐ๊ฐ ํ๊ดด๋ ๊ฐ๋ฅ์ฑ์ด ๋์์ง ๋์ ๋ฌด๊ธฐ์ ๊ณต๊ฒฉ๋ ฅ์ด ์ฆ๊ฐํ์์ต๋๋ค. Power-Thrust Initiated. */ MSG_OVERTHRUSTING = 0x1de, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋ฒํธ๋ฌ์คํธ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Power-Thrust Canceled. */ MSG_DISAPPEAROVERTHRUSTING = 0x1df, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ธฐ์ ์ต๋ ์ฑ๋ฅ์ ๋์ด๋
๋๋ค. Maximize-Power Initiated. */ MSG_MAXIMIZE = 0x1e0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งฅ์๋ง์ด์ฆ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Maximize-Power Canceled. */ MSG_DISAPPEARMAXIMIZE = 0x1e1, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ ์๋ฒ] [New Server] */ MSG_SERVER_PROPERTY_NEW = 0x1e2, -/*20171018 to 20180523 +/*20171018 to 20180605 (%d ๋ช
) (%d players) */ MSG_SERVER_USER_COUNT = 0x1e3, -/*20171018 to 20180523 +/*20171018 to 20180605 (์ ๊ฒ์ค) (On the maintenance) */ MSG_SERVER_INSPECTING = 0x1e4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๋ฉค๋ฒ %s๋์ด ์ ์ํ์
จ์ต๋๋ค. Guild member %s has connected. */ MSG_GUILD_MEMBER_STATUS_ONLINE = 0x1e5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๋ฉค๋ฒ %s๋์ด ์ข
๋ฃํ์
จ์ต๋๋ค. Guild member %s has disconnected. */ MSG_GUILD_MEMBER_STATUS_OFFLINE = 0x1e6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝํ์น %d ์ป์ You got %d Base EXP. */ MSG_GOT_EXPERIENCE_POINT = 0x1e7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ก๊ฒฝํ์น %d ์ป์ You got %d Job EXP. */ MSG_GOT_JOB_EXPERIENCE_POINT = 0x1e8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์์ ํํด ํ์ต๋๋ค. You left the guild. */ MSG_LEFT_GUILD = 0x1e9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์์ ์ถ๋ฐฉ ๋นํ์ต๋๋ค. You have been expelled from the Guild. */ MSG_BAN_FROM_GUILD = 0x1ea, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๊ฐ์ ์ฑ๊ณต Item Appraisal has completed successfully. */ MSG_ITEM_IDENTIFY_SUCCEESS = 0x1eb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๊ฐ์ ์คํจ Item appraisal has failed. */ MSG_ITEM_IDENTIFY_FAIL = 0x1ec, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์กฐํฉ ์ฑ๊ณต Compounding has completed successfully. */ MSG_ITEM_COMPOUNDING_SUCCEESS = 0x1ed, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์กฐํฉ ์คํจ Compounding has failed. */ MSG_ITEM_COMPOUNDING_FAIL = 0x1ee, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ์ ๋ ์ฑ๊ณต Antagonist has been set. */ MSG_HOSTILE_GUILD_SUCCEESS = 0x1ef, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ ๊ธธ๋์ ์ด๊ณผ๋ก ๊ธธ๋ ์ ๋ ์คํจ Guild has too many Antagonists. */ MSG_TOO_MANY_HOSTILE_GUILD = 0x1f0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ์ ๋ ๊ธธ๋ ์
๋๋ค Already set as an Antagonist */ MSG_ALREADY_REGISTERED_HOSTILE_GUILD = 0x1f1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ์ด ์ฑ๊ณต์ ์ผ๋ก ๋์์ต๋๋ค. Upgrade has been completed successfully. */ MSG_ITEM_REFINING_SUCCEESS = 0x1f2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ์ด ์คํจํ์์ต๋๋ค. Upgrade has failed. */ MSG_ITEM_REFINING_FAIL = 0x1f3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๊ณณ์์๋ ์๊ฐ์ด๋์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Unavailable Area to Teleport */ MSG_IMPOSSIBLE_TELEPORT_AREA = 0x1f4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์ฅ์๋ ๊ธฐ์ตํ ์ ์์ต๋๋ค. Unable to memorize this place as Warp Point */ MSG_POSSIBLE_TELEPORT_AREA = 0x1f5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง๊ธ์ ์ข
๋ฃํ ์ ์์ต๋๋ค. Please wait 10 seconds before trying to log out. */ MSG_CANT_EXIT_NOW = 0x1f6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ Position */ MSG_POSITION = 0x1f7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์
Job */ MSG_JOB = 0x1f8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ Note */ MSG_MEMO = 0x1f9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ์ฌ Devotion */ MSG_CONTRIBUTION = 0x1fa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฉ๊ฒฝํ์น Tax Point */ MSG_EXP_CONTIRIBUTION = 0x1fb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ํํด Leave Guild */ MSG_LEAVE_GUILD = 0x1fc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ช
์ํค๊ธฐ Expel */ MSG_EXPEL_GUILD = 0x1fd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ด Rank */ MSG_GRADE = 0x1fe, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์๋ช
Position Title */ MSG_POSITION_NAME = 0x1ff, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์
๊ถํ Invitation */ MSG_JOIN_AUTHORITY = 0x200, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒ๋ฒ๊ถํ Punish */ MSG_PENALTY_AUTORITY = 0x201, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฉ% Tax % */ MSG_CONTRIBUTION_PERCENT = 0x202, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ชฉ Title */ MSG_TITLE = 0x203, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด์ฉ For */ MSG_CONTENTS = 0x204, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ด๋ฆ Guild Name */ MSG_GUILD_NAME = 0x205, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๋ ๋ฒจ Guild lvl */ MSG_GUILD_LEVEL = 0x206, -/*20171018 to 20180523 +/*20171018 to 20180605 ์กฐํฉ์์ Number of Members */ MSG_GUILD_PEOPLE_COUNT = 0x207, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ญํน Ranking */ MSG_RANKING = 0x208, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๊ฐ์ Item Appraisal */ MSG_ITEM_IDENTIFY = 0x209, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์กฐํฉ Insert Card */ MSG_ITEM_COMPOUNDING = 0x20a, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํด ์ฌ์ ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter the reason of Secession. */ MSG_PLEASE_INPUT_WHY_LEAVING = 0x20b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ๋ฐฉ ์ฌ์ ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter the reason of Expulsion. */ MSG_PELASE_INPUT_WHY_EXPEL = 0x20c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ์ ๋ซ์ผ์ธ์. Please close Shop. */ MSG_PLEASE_CLOSE_STORE = 0x20d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ ์ด๋ฆ Skill */ MSG_SKILL_NAME = 0x20e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ด๋ฆ Item Name */ MSG_ITEM_NAME = 0x20f, -/*20171018 to 20180523 +/*20171018 to 20180605 https://payment.ragnarok.co.kr https://pay.ragnarok.co.kr (Billing Web) */ MSG_SETTLE_WEB_URL = 0x210, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๋ฐฉ์์ ์ฌ์ฉ๊ฐ๋ฅํ IP๊ฐ์๊ฐ ๋ชจ๋ ์ฌ์ฉ์ค์
๋๋ค. ๊ฐ์ธ ๊ณ์ ์ผ๋ก ๊ฒฐ์ ํ์๊ฒ ์ต๋๊น? IP capacity of this Internet Cafe is full. Would you like to pay the personal base? */ MSG_BAN_IP_OVERFLOW = 0x211, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฐ์ ์๊ฐ์ด ๋ค๋์ด ๊ฒ์์ ์ข
๋ฃํฉ๋๋ค. You are out of available paid playing time. Game will be shut down automatically. */ MSG_BAN_PAY_OUT = 0x212, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฆ์ด ๋๋ฌด ๊น๋๋ค. ํ๊ธ 11์ ์๋ฌธ 23์ ์ด๋ด๋ก ์จ์ฃผ์ญ์์ค. Name is too long. Please enter a name no greater than 23 english characters. */ MSG_NAMELENGTH_TOO_LONG = 0x213, -/*20171018 to 20180523 +/*20171018 to 20180605 deleted Character will be deleted in %d seconds. */ MSG_DELETE_AFTER_10_SECOND = 0x214, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ๊ฐ์ธ ์ ์ก์ ์ฌ์ฉ์์
๋๋ค. You paid with the personal regular base. */ MSG_BILLING_100 = 0x215, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ๊ฐ์ธ์ ๋์ ์ฌ์ฉ์์
๋๋ค. You paid with the personal regular base. Available time is xx hrs xx mins xx secs. */ MSG_BILLING_200 = 0x216, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ๊ฐ์ธ ๋ฌด๋ฃ ์ฌ์ฉ์์
๋๋ค. You are free! */ MSG_BILLING_300 = 0x217, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ๊ฐ์ธ ๋ฌด๋ฃ ํ์ฉ๊ธฐ๊ฐ ์ฌ์ฉ์์
๋๋ค. You are free for the test, your available time is xx hrs xx mins xx secs. */ MSG_BILLING_400 = 0x218, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ๊ฒ์๋ฐฉ ์ ์ก์ ์ฌ์ฉ์์
๋๋ค. You paid with the Internet Cafe regular base. Available time is xx hrs xx mins xx secs. */ MSG_BILLING_500 = 0x219, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ๊ฒ์๋ฐฉ ์ ๋์ ์ฌ์ฉ์์
๋๋ค. You paid with the Time Limit for Internet Cafe. Available time is xx hrs xx mins xx secs. */ MSG_BILLING_501 = 0x21a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ๊ฒ์๋ฐฉ ๋ฌด๋ฃ ํ์ฉ๊ธฐ๊ฐ ์ฌ์ฉ์์
๋๋ค. You are free for the test of Internet Cafe version . */ MSG_BILLING_600 = 0x21b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ๊ฒ์๋ฐฉ ๋ฌด๋ฃ ์ฌ์ฉ์์
๋๋ค. You are free for the Internet Cafe version. */ MSG_BILLING_700 = 0x21c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ์ข
๋์ ์ฌ์ดํธ ์ด์ฉ์์
๋๋ค. You paid on the Time Limit Website. */ MSG_BILLING_800 = 0x21d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ชจ์
๋ชฉ๋ก Emotion icon List */ MSG_EMOTION_LIST = 0x21e, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ด๋ชจ์
/emo */ MSG_VIEW_EMOTION = 0x21f, -/*20171018 to 20180523 +/*20171018 to 20180605 /! */ MSG_EMOTION_SURPRISE = 0x220, -/*20171018 to 20180523 +/*20171018 to 20180605 /? */ MSG_EMOTION_QUESTION = 0x221, -/*20171018 to 20180523 +/*20171018 to 20180605 /๊ธฐ์จ /ho */ MSG_EMOTION_DELIGHT = 0x222, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํํธ /lv */ MSG_EMOTION_THROB = 0x223, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ํํธ /lv2 */ MSG_EMOTION_BIGTHROB = 0x224, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋ /swt */ MSG_EMOTION_SWEAT = 0x225, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ํ /ic */ MSG_EMOTION_AHA = 0x226, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ง์ฆ /an */ MSG_EMOTION_FRET = 0x227, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํ /ag */ MSG_EMOTION_ANGER = 0x228, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋ /$ */ MSG_EMOTION_MONEY = 0x229, -/*20171018 to 20180523 +/*20171018 to 20180605 /... */ MSG_EMOTION_THINK = 0x22a, -/*20171018 to 20180523 +/*20171018 to 20180605 /๊ฐ์ฌ /thx */ MSG_EMOTION_THANKS = 0x22b, -/*20171018 to 20180523 +/*20171018 to 20180605 /๊ฝฅ /wah */ MSG_EMOTION_KEK = 0x22c, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ฃ์ก /sry */ MSG_EMOTION_SORRY = 0x22d, -/*20171018 to 20180523 +/*20171018 to 20180605 /์์ /heh */ MSG_EMOTION_SMILE = 0x22e, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋ป๋ป /swt2 */ MSG_EMOTION_PROFUSELY_SWEAT = 0x22f, -/*20171018 to 20180523 +/*20171018 to 20180605 /๊ธ์ /hmm */ MSG_EMOTION_SCRATCH = 0x230, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ต๊ณ /no1 */ MSG_EMOTION_BEST = 0x231, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋๋ฆฌ๋ฒ /?? */ MSG_EMOTION_STARE_ABOUT = 0x232, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํ /omg */ MSG_EMOTION_HUK = 0x233, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ค /oh */ MSG_EMOTION_O = 0x234, -/*20171018 to 20180523 +/*20171018 to 20180605 /์์ค /X */ MSG_EMOTION_X = 0x235, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํฌํ /hlp */ MSG_EMOTION_HELP = 0x236, -/*20171018 to 20180523 +/*20171018 to 20180605 /๊ฐ /go */ MSG_EMOTION_GO = 0x237, -/*20171018 to 20180523 +/*20171018 to 20180605 /์์ /sob */ MSG_EMOTION_CRY = 0x238, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํฅํฅ /gg */ MSG_EMOTION_KIK = 0x239, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ชฝ /kis */ MSG_EMOTION_CHUP = 0x23a, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ชฝ์ชฝ /kis2 */ MSG_EMOTION_CHUPCHUP = 0x23b, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํฅ /pif */ MSG_EMOTION_HNG = 0x23c, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ /ok */ MSG_EMOTION_OK = 0x23d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จ์ถํค ๋ชฉ๋ก Shortcut List */ MSG_SHORTCUT_LIST = 0x23e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ์ ๊ณ์ ์ ๋ณด๋ฅ๋์์ต๋๋ค. Your account is suspended. */ MSG_BAN_PAY_SUSPEND = 0x23f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณผ๊ธ ์ ์ฑ
๋ณ๊ฒฝ์ผ๋ก ์ธํด ์ผ์ ์ข
๋ฃ๋ฉ๋๋ค. ๋ค์ ์ ์ํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Your connection is terminated due to change in the billing policy. Please connect again. */ MSG_BAN_PAY_CHANGE = 0x240, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์นด์ดํธ ์๋ฒ์ ์ธ์ฆ๋ IP์ ๊ทํ์ IP๊ฐ ๋ฌ๋ผ ์ฐ๊ฒฐ์ ์ข
๋ฃํฉ๋๋ค. Your connection is terminated because your IP doesn't match the authorized IP from the account server. */ MSG_BAN_PAY_WRONGIP = 0x241, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๋ฐฉ IP์์ ๊ฐ์ธ ์ข
๋์ ๊ณผ๊ธ์ ๋ง๊ธฐ ์ํด ์ฐ๊ฒฐ์ ์ข
๋ฃํฉ๋๋ค. ๊ฐ์ธ ์ข
๋์ ๊ณผ๊ธ์ ์ฌ์ฉํ๊ธฐ ์ํด์๋ ๊ฒ์๋ฐฉIP๋ก ๋ฑ๋ก์ด ๋์ง ์์ IP๋ฅผ ์ฌ์ฉํด ์ฃผ์ธ์. Your connection is terminated to prevent charging from your account's play time. */ MSG_BAN_PAY_PNGAMEROOM = 0x242, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ์ด์์์ ์ํด ๊ฐ์ ์ข
๋ฃ ๋์์ต๋๋ค. You have been forced to disconnect by the Game Master Team. */ MSG_BAN_OP_FORCE = 0x243, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ฒ๊ฐ 90%๋ฅผ ์ด๊ณผํ์ฌ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't use this Skill because you are over your Weight Limit. */ MSG_USESKILL_FAIL_WEIGHTOVER = 0x244, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๋ช
Nameless */ MSG_NAMELESS_USER = 0x245, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถํํฉ๋๋ค. %s๋์ ํ์ฌ ๋ญํน์ด %d์๋ก ์์นํ์์ต๋๋ค. Congratulations! %s ranking has gone up to %d. */ MSG_RANK_IN_TEN = 0x246, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ๊น๊ฒ๋ %s๋์ ํ์ฌ ๋ญํน์ด %d์๋ก ํ๋ฝํ์์ต๋๋ค. What a pity! %s ranking has gone down to %d. */ MSG_RANK_OUT_TEN = 0x247, -/*20171018 to 20180523 +/*20171018 to 20180605 Pet Info */ MSG_PET_INFO = 0x248, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋ณต๋ Hunger */ MSG_PET_HUNGRY = 0x249, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๋ฐ๋ Intimacy */ MSG_PET_FRIENDLY = 0x24a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ๊ณผ ์ฑํ
๋ฐฉ์ ๋์์ ์ด์ ์์ต๋๋ค. Please avoid opening a chatroom while vending. */ MSG_CANT_OPEN_STORE_WHILE_CHAT = 0x24b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ Total */ MSG_EA4 = 0x24c, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๋ฅผ ์ ํฌ๋ถ๋ฅ์ผ๋ก ๋ง๋ค์์ต๋๋ค. You have knocked down %s. */ MSG_SLAIN = 0x24d, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๋์ ์ํด ์ ํฌ๋ถ๋ฅ ์ํ๊ฐ ๋์์ต๋๋ค. You have been knocked down by %s. */ MSG_SLAINBY = 0x24e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จน์ด - '%s' ์์ดํ
์ด ์กด์ฌํ์ง ์์ต๋๋ค.. Feed - "%s" is not available. */ MSG_NOT_EXIST_PET_FOOD = 0x24f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จน์ด ์ฃผ๊ธฐ Feed Pet */ MSG_PET_FEEDING = 0x250, -/*20171018 to 20180523 +/*20171018 to 20180605 ํผํฌ๋จผ์ค Performance */ MSG_PET_PERFORMANCE = 0x251, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ก ๋๋๋ฆฌ๊ธฐ Return to Egg Shell */ MSG_PET_RETURN_EGG = 0x252, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
์ธ์ฌ๋ฆฌ ํด์ Unequip Accessory */ MSG_PET_ACC_OFF = 0x253, -/*20171018 to 20180523 +/*20171018 to 20180605 Pet ์ํ ๋ณด๊ธฐ Check Pet Status */ MSG_PET_SHOWINFO = 0x254, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
์ธ์ฌ๋ฆฌ Accessory */ MSG_PET_ACCESSARY = 0x255, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ์ฐฉ๋จ Equipped */ MSG_ITEM_EQUIPED = 0x256, -/*20171018 to 20180523 +/*20171018 to 20180605 ํซ ๋ฆฌ์คํธ Pet List */ MSG_PET_EGG_LIST = 0x257, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ์ฐฉ ์๋จ Unequipped */ MSG_ITEM_UNEQUIPED = 0x258, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ง๋ก ๋จน์ด๋ฅผ ์ฃผ์๊ฒ ์ต๋๊น? Are you sure that you want to feed your pet? */ MSG_SURE_TO_FEED_PET = 0x259, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ๊ฒฉ์ ์ฐ์ค๋ ์ซ์(0~9)๋ง ์จ์ฃผ์ญ์์ค. Only the numbers (0~9) are available. */ MSG_CAN_INPUT_NUMBER_ONLY = 0x25a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ๋์ง ์์ ์์ดํ
์ ํ๋งคํ ์ ์์ต๋๋ค. You cannot sell unidentified items. */ MSG_CANT_SELL_UNIDENTIFIED_ITEM = 0x25b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ๊ฒฉ์ด 0 Zeny์ธ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? Item at 0 Zeny exists. Do you wish to continue? */ MSG_YOU_HAVE_FREE_ITEM_ON_SHOP = 0x25c, -/*20171018 to 20180523 +/*20171018 to 20180605 [์๋ก ์ถ๊ฐ๋ ์ด๋ชจ์
๋ฆฌ์คํธ] [New Emotion List] */ MSG_NEW_EMOTION_LIST = 0x25d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ๋ณธ์ชฝ ๋ฒ ํ ์ฌ์ฉ์๋ค์๊ฒ ์ ํ๋ ๋ฉ์ธ์ง. -> ๊ฒ
ํธ์์ ์ฌ๊ฐ์
ํ์ธ์. N/A */ MSG_BAN_JAPAN_REFUSE1 = 0x25e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ๋ณธ์ชฝ ๊ณผ๊ธ์ด ์ข
๋ฃ๋ ์ฌ์ฉ์๋ค์๊ฒ ์ ํ๋ ๋ฉ์ธ์ง. -> ๋๋ด๋ผ. ๋ ๋ฒ๋ด๋ผ. N/A */ MSG_BAN_JAPAN_REFUSE2 = 0x25f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ๊ณ์ ์ ์บ๋ฆญํฐ๊ฐ ์ด๋ฏธ ๊ฐ์
๋์ด์์ต๋๋ค. Character in the same account already joined. */ MSG_ALREADY_SAME_AID_JOINED = 0x260, -/*20171018 to 20180523 +/*20171018 to 20180605 (%d ๋ช
) - ๋ง18์ธ์ด์ (%d ppl) - over the age 18 */ MSG_SERVER_PROPERTY_ADULT = 0x261, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ก๋ณดํฌ ์ํ๊ฐ ๋์์ต๋๋ค. Provoke initiated. */ MSG_ENST_PROVOKE = 0x262, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ก๋ณดํฌ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Provoke canceled. */ MSG_DSST_PROVOKE = 0x263, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๋์ด ์ํ๊ฐ ๋์์ต๋๋ค. Endure initiated. */ MSG_ENST_ENDURE = 0x264, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๋์ด ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Endure canceled. */ MSG_DSST_ENDURE = 0x265, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ค๋ ฅ ํฅ์ ์ํ๊ฐ ๋์์ต๋๋ค. Improve Concentration initiated. */ MSG_ENST_CONCENTRATION = 0x266, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ค๋ ฅ ํฅ์ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Improve Concentration canceled. */ MSG_DSST_CONCENTRATION = 0x267, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด๋ฉ ์ํ๊ฐ ๋์์ต๋๋ค. Hiding Initiated. */ MSG_ENST_HIDING = 0x268, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด๋ฉ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Hiding Canceled. */ MSG_DSST_HIDING = 0x269, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋กํน ์ํ๊ฐ ๋์์ต๋๋ค. Cloaking initiated. */ MSG_ENST_CLOAKING = 0x26a, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋กํน ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Cloaking canceled. */ MSG_DSST_CLOAKING = 0x26b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
์ ๋ฐ์ฌ ํ ์ ์๋ ์ํ๊ฐ ๋์์ต๋๋ค. Poison React initiated. */ MSG_ENST_POISONREACT = 0x26c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฌ์ด์ฆ ๋ฆฌ์กํธ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Poison React canceled. */ MSG_DSST_POISONREACT = 0x26d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋์๋๊ฐ ๊ฐ์ํ์์ต๋๋ค. Speed reduced. */ MSG_ENST_QUAGMIRE = 0x26e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฝฐ๊ทธ๋ง์ด์ด ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Quagmire canceled. */ MSG_DSST_QUAGMIRE = 0x26f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ด๋ ฅ์ด ์ฆ๊ฐ๋์์ต๋๋ค. Defense increased. */ MSG_ENST_ANGELUS = 0x270, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ค๋ฃจ์ค ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Angelus canceled. */ MSG_DSST_ANGELUS = 0x271, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๊ณผ ์ง๋ฅ, ๋ฑ์ค๊ฐ ์ฆ๊ฐํ์์ต๋๋ค. Blessing aligned. */ MSG_ENST_BLESSING = 0x272, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ธ๋ ์ฑ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Blessing canceled. */ MSG_DSST_BLESSING = 0x273, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ทธ๋ ํฌ๋ฃจ์์ค๋ฅผ ์ฌ์ฉํ์์ต๋๋ค. Signum Crusis initiated. */ MSG_ENST_CRUCIS = 0x274, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ทธ๋ ํฌ๋ฃจ์์ค ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Signum Crusis canceled. */ MSG_DSST_CRUCIS = 0x275, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
์ด ํผ์ง๋ ์๋๊ฐ ๋๋ ค์ก์ต๋๋ค. Slow Poison initiated. */ MSG_ENST_SLOWPOISON = 0x276, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ๋ก์ฐ ํฌ์ด์ฆ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Slow Poison Canceled. */ MSG_DSST_SLOWPOISON = 0x277, -/*20171018 to 20180523 +/*20171018 to 20180605 SP์ ํ๋ณต ์๋๊ฐ ํฅ์ ๋์์ต๋๋ค. HP/SP recovery increased. */ MSG_ENST_MAGNIFICAT = 0x278, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋ํผ์บ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Magnificat canceled. */ MSG_DSST_MAGNIFICAT = 0x279, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด์ด ํฅ์๋์์ต๋๋ค. Luck increased. */ MSG_ENST_GLORIA = 0x27a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธ๋ก๋ฆฌ์ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Gloria canceled. */ MSG_DSST_GLORIA = 0x27b, -/*20171018 to 20180523 +/*20171018 to 20180605 1ํ ๊ณต๊ฒฉ์ ๋ ๋ฐฐ ๋ฐ๋ฏธ์ง๋ฅผ ๋ฐ๋ ์ํ๊ฐ ๋์์ต๋๋ค. You will received double damage from all attacking opponents. */ MSG_ENST_LEXAETERNA = 0x27c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ์ค์ํ
๋ฅด๋ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Lex Eterna canceled. */ MSG_DSST_LEXAETERNA = 0x27d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ์๋๊ฐ ์ฆ๊ฐํ์์ต๋๋ค. Attack Speed increased. */ MSG_ENST_ADRENALINE = 0x27e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ์๋๊ฐ ๊ฐ์ํ์์ต๋๋ค. Attack Speed reduced. */ MSG_DSST_ADRENALINE = 0x27f, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฝ์ ์ฌ๋ผ ํ์ต๋๋ค. You've just been on a Peco Peco. */ MSG_ENST_RIDING = 0x280, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฝ์์ ๋ด๋ ธ์ต๋๋ค. You've just got off of a Peco Peco. */ MSG_DSST_RIDING = 0x281, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฝ์ ์ฅ์ฐฉํ์์ต๋๋ค. You've just carried a Falcon with. */ MSG_ENST_FALCON = 0x282, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฝ์ ํ์ด์ฃผ์์ต๋๋ค. You've just released a Falcon. */ MSG_DSST_FALCON = 0x283, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฃฝ์์ฒํ๊ธฐ ์ํ๊ฐ ๋์์ต๋๋ค. Play Dead initiated. */ MSG_ENST_TRICKDEAD = 0x284, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฃฝ์์ฒํ๊ธฐ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Play Dead canceled. */ MSG_DSST_TRICKDEAD = 0x285, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด ๊ฐํด์ก์ต๋๋ค. STR improved. */ MSG_ENST_SHOUT = 0x286, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด ์๋๋๋ก ๋์์์ต๋๋ค. STR turned back to normal. */ MSG_DSST_SHOUT = 0x287, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ง์ฝํธ ์ํ๊ฐ ๋์์ต๋๋ค. Energy Coat initiated. */ MSG_ENST_ENERGYCOAT = 0x288, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ง์ฝํธ ์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Energy Coat canceled. */ MSG_DSST_ENERGYCOAT = 0x289, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ด๊ตฌ๊ฐ ํ๊ดด๋์์ต๋๋ค. Armor destroyed. */ MSG_ENST_BROKENAMOR = 0x28a, -/*20171018 to 20180523 +/*20171018 to 20180605 ... Weapon has just been released from destroyed status. */ MSG_DSST_BROKENAMOR = 0x28b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ธฐ๊ฐ ํ๊ดด๋์๋๋ค. Weapon destroyed. */ MSG_ENST_BROKENWEAPON = 0x28c, -/*20171018 to 20180523 +/*20171018 to 20180605 ... Weapon has just been released from destroyed status. */ MSG_DSST_BROKENWEAPON = 0x28d, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์์ํ๊ฐ ๋์์ต๋๋ค. Invisibility initiated. */ MSG_ENST_ILLUSION = 0x28e, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Invisibility canceled. */ MSG_DSST_ILLUSION = 0x28f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณผ๊ธ ์ ๋ณด ์ฒ๋ฆฌ๊ฐ ๋ฆ์ด์ง๊ณ ์์ด ์ ์์ด ์ง์ฐ๋๊ณ ์์ต๋๋ค. ์ ์ ํ์ ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Sorry. It is delayed due to the process of payment. Please re-connect in a minute. */ MSG_REFUSE_BLOCK_TEMPORARY = 0x290, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ์ฐฉ๋ ํ์ด/ํํ/์๋ฆฌ๊ฒ ์ ํด์ ํด์ผํฉ๋๋ค. You must unequip ammunition first. */ MSG_UNEQUIP_ARROW = 0x291, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด ๋ชฉ๋ก Arrow List */ MSG_ARROW_LIST = 0x292, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นดํธ ๋ชฉ๋ก Cart List */ MSG_CART_LIST = 0x293, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นดํธ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. You must have a Pushcart. */ MSG_MUST_EQUIP_CART = 0x294, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๋ฐฉ์ ๊ฐ์ค ํ ์ ์์ต๋๋ค. You cannot open a Chat Window. */ MSG_CANT_MAKE_CHAT_ROOM = 0x295, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ผ๊ทธ๋๋กํฌ ํํ์ด์ง๋ก ์ ์ํ์ฌ ๊ณ์ ์ ๋ง๋ญ๋๋ค. ์ฒ์ ๊ณ์ ์ ๋ง๋์๋ฉด 3์ผ ๋์์ ๋ฌด๋ฃ๋ก ์ด์ฉํ์ค ์ ์์ต๋๋ค. Registering an account is the first step to accessing the game. Do you want to visit the registration page now? */ MSG_3DAY_FREE = 0x296, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ์ํ์์๋ ์ด ์์ดํ
์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You cannot use this item while sitting. */ MSG_CANT_USE_WHEN_SITDOWN = 0x297, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
, ์คํฌ, ์์ดํ
์ฌ์ฉ๊ธ์ง๊ฐ %d ๋ถ๊ฐ ๋จ์ ์์ต๋๋ค. Your use of skills and chat will be blocked for the next %d minutes. */ MSG_BAD_MANNER_REMAIN = 0x298, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
, ์คํฌ, ์์ดํ
์ฌ์ฉ๊ธ์ง๊ฐ ํด์ง ๋์์ต๋๋ค. Your use of skills and chat have been reinstated. */ MSG_BAD_MANNER_END = 0x299, -/*20171018 to 20180523 +/*20171018 to 20180605 -[์ฅ์ฐฉ์๋จ] - [Not equipped] */ MSG_REF_UNEQUIP = 0x29a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฐ๊ณ ํ Very Hungry */ MSG_VERY_HUNGRY = 0x29b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ์ถํจ Hungry */ MSG_HUNGRY = 0x29c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณดํต Normal */ MSG_NORMAL = 0x29d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฐ๋ถ๋ฆ Satisfied */ MSG_REPLETE = 0x29e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ฃผ ๋ฐฐ๋ถ๋ฆ Stuffed */ MSG_VERY_REPLETE = 0x29f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋จน์๋จนํจ Awkward */ MSG_VERY_AWKWARD = 0x2a0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ํจ Shy */ MSG_AWKWARD = 0x2a1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นํจ Cordial */ MSG_FRIENDLY = 0x2a2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์นํจ Loyal */ MSG_VERY_FRIENDLY = 0x2a3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ์์ Unknown */ MSG_UNKNOWN = 0x2a4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ์์ผ๋ก %์ผ %d์๊ฐ %d๋ถ ์ฌ์ฉ์ด ๊ฐ๋ฅํฉ๋๋ค. Your account has play time of %d day %d hour %d minute. */ MSG_BILLING_DAY_HOUR_MINUTES = 0x2a5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ๊ณ์ ์ ์ด๋ฏธ ๋ค๋ฅธ ์ด์นด์ดํธ ์๋ฒ๋ก ์ ์ํ ์ํ์
๋๋ค. Your account is already connected to account server. */ MSG_BAN_INFORMATION_REMAINED_ANOTHER_ACCOUNT = 0x2a6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ์์ผ๋ก %d์๊ฐ %d๋ถ ์ฌ์ฉ์ด ๊ฐ๋ฅํฉ๋๋ค. Your account has play time of %d hour %d minute. */ MSG_BILLING_HOUR_MINUTES = 0x2a7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ๋ฌด๋ฃ ์ฌ์ฉ์ ์
๋๋ค. Your account is a free account. */ MSG_BILLING_FREE_USER = 0x2a8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ๊ณ์ ์ผ๋ก ์ฌํฌ๋ผ์ด์ ์ ์ํ ์ ์์ต๋๋ค. This account can't connect the Sakray server. */ MSG_REFUSE_NONSAKRAY_ID_BLOCKED = 0x2a9, -/*20171018 to 20180523 +/*20171018 to 20180605 ํซ์ ์ด๋ฆ์ ์๋ฌธ 23, ํ๊ธ 11์ ์ด๋ด๋ก ์ ํด ์ฃผ์ธ์. Your pet name must be 23 characters or less. */ MSG_PETNAME_IN23 = 0x2aa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฆ์ ๋จ ํ๋ฒ๋ง ๋ฐ๊ฟ์ ์์ต๋๋ค. ํซ ์ด๋ฆ์ ^0000ff^0000ff %s^000000^000000 ๋ก ์์ ํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? You may change your pet's name only once. Your pet's name will be changed to ^0000ff^0000ff %s^000000^000000. Do you wish to continue? */ MSG_PETNAME_CHANGE_ONLYONCE = 0x2ab, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํฐํธ /font */ MSG_NAMEBALLOON_TYPE = 0x2ac, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ ๋จ์ ์ ๋๊ฐ ๋ถ์กฑํ์ฌ ์์
์ด ์คํจํ์์ต๋๋ค. Your guild lacks the funds to pay for this venture. */ MSG_GUILDZENY_NOT_ENOUGH = 0x2ad, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๊ฐ ์์ ํ ์ ์๋ ์ต๋ ๊ธ์ก์ ์ด๊ณผํ์ฌ ์์
์ด ์คํจํ์์ต๋๋ค. Your guild zeny limit prevents you from performing this action. */ MSG_GUILDZENY_OVER = 0x2ae, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ดํํธ ๊ฐ๋ตํ On Simplified effects have been activated. */ MSG_MINEFFECT_ON = 0x2af, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ดํํธ ๊ฐ๋ตํ Off Simplified effects have been deactivated. */ MSG_MINEFFECT_OFF = 0x2b0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ณธ๊ธ Required Fee */ MSG_CAPITAL = 0x2b1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ๋ฐ๋ฅ์ ๋ฒ๋ฆฌ๋ ค๋ฉด, ์์ดํ
์ฐฝ์ ์ด์ด ์ฃผ์ญ์์ค. If you wish to drop an item, you must first open your Item Window (alt+e). */ MSG_OPEN_ITEMWND_TO_THROW = 0x2b2, -/*20171018 to 20180523 +/*20171018 to 20180605 PC๋ฐฉ ์๊ธ์ด ์ข
๋ฃํ์ฌ ๊ฐ์ธ ์๊ธ์ ๋ก ์ ํํฉ๋๋ค. ๊ฐ์ธ ์๊ธ์ผ๋ก ๊ฒ์์ ๊ณ์ ํ์๊ฒ ์ต๋๊น? Internet Cafe Time Plan has been ended. Would you like to continue the game with your personal play time? */ MSG_ASK_PNGAMEROOM = 0x2b3, -/*20171018 to 20180523 +/*20171018 to 20180605 Current admission application state. */ MSG_REPLY_REMAINTIME = 0x2b4, -/*20171018 to 20180523 +/*20171018 to 20180605 Current admission application state. */ MSG_INFO_REMAINTIME = 0x2b5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ด ๋ชจ์๋ผ๊ฑฐ๋, ๊ฐ์ง ์ ์๋ ์ต๋ ๊ธ์ก์ ์ด๊ณผํ์์ต๋๋ค. Your lack of zeny or your zeny limit have prevented you from performing this action. */ MSG_OVER_OR_LOW_MONEY = 0x2b6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํฌ๋ถ๋ฅ ์ํ๊ฐ ๋์์ต๋๋ค. escํค๋ฅผ ๋๋ฅด์๋ฉด ์ ํ์ฐฝ์ด ๋น๋๋ค. Your character has fainted. Push the ESC key to restart. */ MSG_PRESS_ESC_TO_RESTART = 0x2b7, -/*20171018 to 20180523 +/*20171018 to 20180605 %d ๊ฐ ํ๋ - %d obtained. */ MSG_EA_OBTAIN = 0x2b8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํ ๋ฆฌ์คํธ Spell List */ MSG_SPELL_LIST = 0x2b9, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ต์ํ /minimize */ MSG_MINEFFECT = 0x2ba, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์์ดํ
์ ์์๋์ด ์์ต๋๋ค.. This item has been damaged. */ MSG_DAMAGED_ITEM = 0x2bb, -/*20171018 to 20180523 +/*20171018 to 20180605 /noshift : ์ฌํํธ๋ฅผ ๋๋ฅด์ง์๊ณ ํ๋ก ์ ์ ๊ณต๊ฒฉํ ์์๊ฒ๋ฉ๋๋ค On Off /noshift: You may use your ''force heal'' ability without the Shift key. On | Off */ MSG_EXPLAIN_NOSHIFT = 0x2bc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํํธ๋ฅผ ๋๋ฅด์ง ์๊ณ ๋ ํ๋ก ์ธ๋ฐ๋๋ฅผ ๊ณต๊ฒฉํ ์ ์์ต๋๋ค [/ns ON] [no shift] option activated. [ON] */ MSG_NOSHIFT_ON = 0x2bd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํํธ๋ฅผ ๋๋ฌ์ผ ํ๋ก ์ธ๋ฐ๋๋ฅผ ๊ณต๊ฒฉํ ์ ์์ต๋๋ค [/ns OFF] [no shift] option deactivated. [OFF] */ MSG_NOSHIFT_OFF = 0x2be, -/*20171018 to 20180523 +/*20171018 to 20180605 MSI_REFUSE_BAN_BY_DBA */ MSG_REFUSE_BAN_BY_DBA = 0x2bf, -/*20171018 to 20180523 +/*20171018 to 20180605 MSI_REFUSE_EMAIL_NOT_CONFIRMED */ MSG_REFUSE_EMAIL_NOT_CONFIRMED = 0x2c0, -/*20171018 to 20180523 +/*20171018 to 20180605 MSI_REFUSE_BAN_BY_GM */ MSG_REFUSE_BAN_BY_GM = 0x2c1, -/*20171018 to 20180523 +/*20171018 to 20180605 MSI_REFUSE_TEMP_BAN_FOR_DBWORK */ MSG_REFUSE_TEMP_BAN_FOR_DBWORK = 0x2c2, -/*20171018 to 20180523 +/*20171018 to 20180605 MSI_REFUSE_SELF_LOCK */ MSG_REFUSE_SELF_LOCK = 0x2c3, -/*20171018 to 20180523 +/*20171018 to 20180605 MSI_REFUSE_NOT_PERMITTED_GROUP */ MSG_REFUSE_NOT_PERMITTED_GROUP = 0x2c4, -/*20171018 to 20180523 +/*20171018 to 20180605 MSI_REFUSE_WAIT_FOR_SAKRAY_ACTIVE */ MSG_REFUSE_WAIT_FOR_SAKRAY_ACTIVE = 0x2c5, -/*20171018 to 20180523 +/*20171018 to 20180605 /aura : ์ค์ค๋ผ๋ฅผ ๊ฐ๋ตํ ์ํฌ์์์ต๋๋ค On Off /aura: Simplify Aura effect On | Off */ MSG_EXPLAIN_AURA = 0x2c6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ค๋ผ๊ฐ ์ ์์ ์ผ๋ก ํ์๋ฉ๋๋ค [์ค์ค๋ผ ON] Turn On Aura [Aura ON] */ MSG_AURA_ON = 0x2c7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ค๋ผ๊ฐ ๊ฐ๋ตํ๋์ ํ์๋ฉ๋๋ค [์ค์ค๋ผ OFF] Simplify Aura enabled. [ON] */ MSG_AURA_OFF = 0x2c8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๊ธ์ง ๊ธฐ๋ก %d ํ Chat block record %d times */ MSG_PROHIBIT_LOG = 0x2c9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๊ธ์ง ๋ฆฌ์คํธ Chat block list */ MSG_PROHIBIT_LIST = 0x2ca, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ด๋ฆํ์ or /showname : ์บ๋ฆญํฐ์ ์ด๋ฆ ํ์ ๋ฐฉ์์ ๋ณ๊ฒฝํฉ๋๋ค. /showname: Change the name font type. */ MSG_EXPLAIN_SHOWNAMETYPE = 0x2cb, -/*20171018 to 20180523 +/*20171018 to 20180605 /noctrl : ์ฝํธ๋กค์ ๋๋ฅด์ง์์๋ ์๋๊ณต๊ฒฉ์ด ๋ฉ๋๋ค. On Off /noctrl | /nc: Auto attack without pressing ctrl key. On | Off */ MSG_EXPLAIN_NOCTRL = 0x2cc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฝํธ๋กค์ ๋๋ฅด์ง ์์๋ ์๋๊ณต๊ฒฉ์ ํฉ๋๋ค [/nc ON] Use auto attack without Ctrl. [Auto attack ON] */ MSG_NOCTRL_ON = 0x2cd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฝํธ๋กค์ ๋๋ฌ์ผ ์๋๊ณต๊ฒฉ์ ํฉ๋๋ค [/nc OFF] Use auto attack with Ctrl. [Auto attack OFF] */ MSG_NOCTRL_OFF = 0x2ce, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๊ธ์ง ์ฃผ๊ธฐ Mute this player. */ MSG_APPEND_PROHIBIT = 0x2cf, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๊ธ์ง ์์ ํ๊ธฐ & ๋ก๊ทธ ์ญ์ Unmute player & Erase mute time. */ MSG_ERASE_PROHIBIT = 0x2d0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๊ธ์ง ์๊ฐ ์ค์ด๊ธฐ(๋ก๊ทธ ์ญ์ ์๋จ) Decrease Player Mute time. */ MSG_REDUCE_PROHIBIT = 0x2d1, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฐํธ๊ฐ ์ ์์ ์ผ๋ก ๋ฐ๋์์ต๋๋ค [์ด๋ฆํ์๋ฐฉ์ 1] Normal Font Displayed. [showname type 1] */ MSG_SHOWNAME_ON = 0x2d2, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฐํธ๊ฐ ๊ฐ๋๊ฒ ๋ฐ๋๋ฉด์ ํํฐ๋ช
๋ ํ์๋ฉ๋๋ค [์ด๋ฆํ์๋ฐฉ์ 2] Font will be thin and party name will be shown [showname type 2] */ MSG_SHOWNAME_OFF = 0x2d3, -/*20171018 to 20180523 +/*20171018 to 20180605 /doridori : ์ฐ์ํด์ ์ด ๋ช
๋ น์ด๋ฅผ ์ณ์ฃผ๋ฉด ์บ๋ฆญํฐ๊ฐ ๋๋ฆฌ๋๋ฆฌ ^^;; /doridori: Shake head */ MSG_EXPLAIN_DORIDORI = 0x2d4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธํฐ๋ท ์นดํ์์ ๊ณผ๊ธ์ ํ๊ณ ์์ต๋๋ค. Internet room is paying now. */ MSG_BILLING_INTERNET_CAFE = 0x2d5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ก์ ๊ณผ๊ธ์ %d์ผ %d์๊ฐ %d๋ถ์ด ๋จ์์ต๋๋ค. ์ข
๋์ ๊ณผ๊ธ์ %d์๊ฐ %d๋ถ์ด ๋จ์์ต๋๋ค. Prepaid voucher validate until %d days %d hours %d minutes later. Time limit voucher validate untill %d hours %d minutes later. */ MSG_BILLING_BOTH = 0x2d6, -/*20171018 to 20180523 +/*20171018 to 20180605 /bingbing : ์ฐ์ํด์ ์ด ๋ช
๋ น์ด๋ฅผ ์ณ์ฃผ๋ฉด ์บ๋ฆญํฐ๊ฐ ๋น๊ธ๋น๊ธ ^^;; /bingbing: Rotates player counter clockwise. */ MSG_EXPLAIN_BINGBING = 0x2d7, -/*20171018 to 20180523 +/*20171018 to 20180605 /bangbang : ์ฐ์ํด์ ์ด ๋ช
๋ น์ด๋ฅผ ์ณ์ฃผ๋ฉด ์บ๋ฆญํฐ๊ฐ ๋ฑ
๊ธ๋ฑ
๊ธ ^^;; /bangbang: Rotates player clockwise. */ MSG_EXPLAIN_BANGBANG = 0x2d8, -/*20171018 to 20180523 +/*20171018 to 20180605 /skillfail : ๋นจ๊ฐ์์ ์คํฌ์ฌ์ฉ ์คํจ ๋ฉ์ธ์ง๋ฅผ ํ์ํ์ง ์์ต๋๋ค On Off /skillfail: Display red font message when skill fails. On | Off */ MSG_EXPLAIN_SKILLFAIL = 0x2d9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ์ฌ์ฉ ์คํจ ๋ฉ์ธ์ง๋ฅผ ํ์ํฉ๋๋ค [/sf ON] Skill fail messages will be displayed. [Display On] */ MSG_SKILLFAIL_ON = 0x2da, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ์ฌ์ฉ ์คํจ ๋ฉ์ธ์ง๋ฅผ ํ์ํ์ง ์์ต๋๋ค [/sf OFF] Skill fail messages will not be displayed. [Display OFF] */ MSG_SKILLFAIL_OFF = 0x2db, -/*20171018 to 20180523 +/*20171018 to 20180605 /notalkmsg : ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง ์์ต๋๋ค On Off /notalkmsg: Chat will not be displayed in chat window. On | Off */ MSG_EXPLAIN_NOTALKMSG = 0x2dc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํฉ๋๋ค [/nm ON] Chat content will be displayed in the chat window. [Display ON] */ MSG_NOTALKMSG_ON = 0x2dd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง์์ต๋๋ค [/nm OFF] Chat content will not be displayed in the chat window. [Display OFF] */ MSG_NOTALKMSG_OFF = 0x2de, -/*20171018 to 20180523 +/*20171018 to 20180605 /set1 : /nc + /showname + /sf + /wi, /set2 : + /q3 /set1: /noctrl + /showname + /skillfail */ MSG_EXPLAIN_SET1 = 0x2df, -/*20171018 to 20180523 +/*20171018 to 20180605 /fog : FOG์ดํํธ๋ฅผ ํค๊ฑฐ๋ ๋์์์ต๋๋ค On Off /fog: Fog effect. On | Off */ MSG_EXPLAIN_FOG = 0x2e0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒญํผ์ ํด์์ต๋๋ค. ์น๋ํ์๊ฒ ์ต๋๊น? You have received a marriage proposal. Do you accept? */ MSG_SUGGEST_COUPLE = 0x2e1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๋ถ๋ฐฐ ๋ฐฉ์ Item sharing type */ MSG_HOWITEMDIV = 0x2e2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ์ทจ๋ Individual */ MSG_ITEMDIV1 = 0x2e3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ท ๋ฑํ๊ฒ ๋ถ๋ฐฐ Shared */ MSG_ITEMDIV2 = 0x2e4, -/*20171018 to 20180523 +/*20171018 to 20180605 nProtect KeyCrypt */ MSG_KEYCRYPT = 0x2e5, -/*20171018 to 20180523 +/*20171018 to 20180605 Keyboard Driver๊ฐ ๊ฒ์ถ๋์์ต๋๋ค. ํค๋ณด๋ ๋ณด์ ์
๋ ฅ์ ์ํด ์ถ๊ฐ๊ธฐ๋ฅ์ ์ค์นํ์๊ฒ ์ต๋๊น? @@ -3738,7 +3738,7 @@ Do you want to install a program for keyboard security? (After installation, System Reboot is required) */ MSG_KEYCRYPT_INSTALL_KEYDRIVER = 0x2e6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์น๊ฐ ์๋ฃ ๋์์ต๋๋ค. ์์คํ
์ Reboot ํฉ๋๋ค. @@ -3747,17 +3747,17 @@ Installation has been completed. System will be rebooted. */ MSG_KEYCRYPT_REBOOT = 0x2e7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์น ์คํจ. Installation has been failed. */ MSG_KEYCRYPT_INSTALLFAIL = 0x2e8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํค๋ณด๋ ๋ณด์์ ์ ์ฉํ์ง ์๊ณ ๊ณ์ํฉ๋๋ค. Keyboard Security will be skipped. */ MSG_KEYCRYPT_SKIPKEYCRYPT = 0x2e9, -/*20171018 to 20180523 +/*20171018 to 20180605 ํค๋ณด๋ ๋ณด์์ ํ์ํ ํ์ผ์ด ์กด์ฌํ์ง ์์ต๋๋ค. (npkeyc.vxd, npkeyc.sys, npkeycs.sys) @@ -3766,7 +3766,7 @@ Required file for Keyboard Security is not existing. (npkeyc.vxd, npkeyc.sys, npkeycs.sys) */ MSG_KEYCRYPT_NOKEYCRYPTFILE = 0x2ea, -/*20171018 to 20180523 +/*20171018 to 20180605 USB Keyboard๊ฐ ๊ฒ์ถ๋์์ต๋๋ค. ํค๋ณด๋ ๋ณด์ ์
๋ ฅ์ ์ํด ์ถ๊ฐ๊ธฐ๋ฅ์ ์ค์นํ์๊ฒ ์ต๋๊น? @@ -3779,56 +3779,56 @@ Do you want to install a program for keyboard security? (After installation, System Reboot is required) */ MSG_KEYCRYPT_USBKEYBOARD = 0x2eb, -/*20171018 to 20180523 +/*20171018 to 20180605 ftp://ragnarok.nefficient.co.kr/pub/ragnarok/ragnarok0526.exe */ MSG_FINDHACK_PATH = 0x2ec, -/*20171018 to 20180523 +/*20171018 to 20180605 FindHack์ด ์ ์์ ์ผ๋ก ์ค์น๊ฐ ๋์ด์์ง ์์ต๋๋ค. ragnarok0226.exe ๋ฅผ ๋ค์ด๋ก๋ ํ์ฌ ๋ผ๊ทธ๋๋กํฌ๊ฐ ์ค์น๋ ํด๋์ ์ค์นํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค.(%d). FindHack is not installed correctly. Please download ragnarok0226.exe and install it in RagnarokOnline directory.(%d). */ MSG_FINDHACK_NOTINSTALLED = 0x2ed, -/*20171018 to 20180523 +/*20171018 to 20180605 ํดํนํด์ด ์กด์ฌํ์ง๋ง ์น๋ฃ๊ฐ ์ ์์ ์ผ๋ก ๋์ง ์์์ต๋๋ค. ๋ผ๊ทธ๋๋กํฌ๊ฐ ์คํ๋์ง ์์ต๋๋ค. Hacking tool is existing but it hasn't been cleaned. Rangarok Online will not be executed. */ MSG_FINDHACK_HACKTOOLEXIST = 0x2ee, -/*20171018 to 20180523 +/*20171018 to 20180605 ํดํนํด ์ง๋จ ํ๋ก๊ทธ๋จ์ด ์ ์์ ์ผ๋ก ๋ค์ด๋ก๋ ๋์ง ์์์ต๋๋ค. ragnarok0226.exe ๋ฅผ ๋ค์ด๋ก๋ ํ์ฌ ๋ผ๊ทธ๋๋กํฌ๊ฐ ์ค์น๋ ํด๋์ ์ค์นํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Hacking tool scan program has not been downloaded correctly. Please download ragnarok0226.exe and install it in RagnarokOnline directory. */ MSG_FINDHACK_CANTDOWNLOAD = 0x2ef, -/*20171018 to 20180523 +/*20171018 to 20180605 NPX.DLL ๋ฑ๋ก์๋ฌ ์ด๊ฑฐ๋ FindHack ๊ตฌ๋์ ํ์ํ ํ์ผ์ด ์์ต๋๋ค. ragnarok0226.exe ๋ฅผ ๋ค์ด๋ก๋ ํ์ฌ ๋ผ๊ทธ๋๋กํฌ๊ฐ ์ค์น๋ ํด๋์ ์ค์นํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. NPX.DLL register error or there is no necessary file to run FindHack. Please download ragnarok0226.exe and install it in RagnarokOnline directory. */ MSG_FINDHACK_NOFILE = 0x2f0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ธ์ฌํญ์ด ๋ฐ์ํ์ต๋๋ค. (02-3281-0361)๋ก ๋ฌธ์ํด์ฃผ์ธ์. ๋ฆฌํด๊ฐ(%d) Exceptional Error. Please contact the customer support. Return Value: (%d) */ MSG_FINDHACK_EXCEPTION = 0x2f1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ข
๋ฃ๋ฒํผ์ ํด๋ฆญ ํ์
จ์ต๋๋ค. Exit button has been clicked. */ MSG_FINDHACK_EXITPRESSED = 0x2f2, -/*20171018 to 20180523 +/*20171018 to 20180605 Findhack ์
๋ฐ์ดํธ ์๋ฒ์ ๊ทผ ์คํจํ์์ต๋๋ค. ์ ์ ํ์ ๋ค์ ์๋ํด ์ฃผ์๊ฑฐ๋ ๊ทธ๋ผ๋นํฐ ์ด์ํ์ผ๋ก ์ฐ๋ฝํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Unable to connect Findhack Update Server. Please try again or contact the customer support. */ MSG_FINDHACK_UPDATEFAILED = 0x2f3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ๋๋ฐ๊ณ ์๋ Beloved */ MSG_NAMED_PET = 0x2f4, -/*20171018 to 20180523 +/*20171018 to 20180605 /report or /์ ๊ณ : ์ ๊ณ ์ฉ ๊ฐ๋ฌด๋ฆฌ ํ์ผ์ ์ ์ฅํฉ๋๋ค. /report: Save a chat log file. */ MSG_REPORTCOMMAND_EXPLANATION = 0x2f5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ํ์ผ์ (์ฃผ)๊ทธ๋ผ๋นํฐ์ ์ด์ํ์์ ๊ฒ์๋ด์ ๋ถ์ ํ์๋ ๋น๋งค๋ ํ์์ ๋ํ ์ฆ๊ฑฐ์๋ฃ๋ก ์ฌ์ฉํ๊ฒ ๋ฉ๋๋ค. ๋ฌธ์๋ฅผ ๋ค๋ฅธ ๋ฌธ์ ํ์์ผ๋ก ์ ์ฅํ๊ฑฐ๋ ๋ด์ฉ์ ๋ณ๊ฒฝํ์ฌ ์๋ณธ๊ณผ ์ผ์นํ์ง ์๊ฒ @@ -3836,9722 +3836,9722 @@ Beloved Chat logs are not accepted as evidence for any ill-mannered violation on account of possible file modifications. However this feature is provided for players' personal reference. */ MSG_REPORTTEXT_HEADER = 0x2f6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น์ ์ ์ฌ๋ํด์ โก I love you. */ MSG_LOVE_SKILL = 0x2f7, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ฉด ๋๋ ์ดํํธ๊ฐ ๋ฐ์์ ๋์ ๋ถ๋ด์ด ๋์๋๋ถ๋ค์ ๋ชจ๋ํฐ์ ๋ฐ๊ธฐ๋ฅผ ์กฐ์ ํด์ฃผ์๊ธฐ๋ฐ๋๋๋ค. Please adjust your monitor/video brightness if effects appear too bright. */ MSG_EXPLAIN_BRIGHT = 0x2f8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฒดํ๋ฉด๋ชจ๋๊ฐ ์์๋๋ ๊ฒฝ์ฐ์ ๊ฒ์์คํํ ALT+TAB์ผ๋ก ํ๋ฉด์ ์ ํํ๋ฉด ์๋๋ ๊ธฐ์ข
๋ ์์ต๋๋ค If full screen mode fails to work, it is suggested you alt+tab [or ctrl+esc] to inactivate and reactivate the Ragnarok Client. */ MSG_EXPLAIN_ALTTAB = 0x2f9, -/*20171018 to 20180523 +/*20171018 to 20180605 (%d ๋ช
) - ์ ๋ฃ์๋ฒ (%d players) - Pay to Play Server */ MSG_SERVER_PROPERTY_PAY = 0x2fa, -/*20171018 to 20180523 +/*20171018 to 20180605 (%d ๋ช
) - ๋ฌด๋ฃ์๋ฒ (%d players) - Free Server */ MSG_SERVER_PROPERTY_FREE = 0x2fb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๋ฃ ํ์์ ์ ๋ฃ ์๋ฒ๋ก ์ ์ํ ์ ์์ต๋๋ค. Trial players can't connect Pay to Play Server. */ MSG_CANT_CONNECT_TO_PAY_SERVER = 0x2fc, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์ฐ์ค ์ฐํด๋ฆญ์ผ๋ก F9์ ์ ์ฅํ ์คํฌ์ ์ธ์์์ต๋๋ค [/q1 ON] Right click menu skills for F9 are Enabled.[/q1 ON] */ MSG_QUICKSPELL_ON = 0x2fd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์ฐ์ค ์ฐํด๋ฆญ์ผ๋ก ์คํฌ์ ์ฌ์ฉํ์ง ๋ชปํฉ๋๋ค [/q1 OFF] Right click menu skills for F9 are Disabled.[/q1 OFF] */ MSG_QUICKSPELL_OFF = 0x2fe, -/*20171018 to 20180523 +/*20171018 to 20180605 /quickspell : ๋ง์ฐ์ค ์ฐํด๋ฆญ์ผ๋ก F9์ ์ ์ฅํ ์คํฌ์ ์ฌ์ฉํฉ๋๋ค On Off /quickspell: Right-click menu enables you to use skills assigned to the F9 hotkey. On | Off */ MSG_EXPLAIN_QUICKSPELL = 0x2ff, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์ฐ์ค์ WHEEL์ ์ฌ์ฉํด์ F7 ๊ณผ F8์ ์ ์ฅํ ์คํฌ์ ์ฌ์ฉํฉ๋๋ค [/q2 ON] Mouse wheel skills for F7 and F8 are Enabled.[/q2 ON] */ MSG_QUICKSPELL2_ON = 0x300, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์ฐ์ค WHEEL๋ก ์คํฌ์ ์ฌ์ฉํ์ง ๋ชปํฉ๋๋ค [/q2 OFF] Mouse wheel skills for F7 and F8 are Disabled.[/q2 OFF] */ MSG_QUICKSPELL2_OFF = 0x301, -/*20171018 to 20180523 +/*20171018 to 20180605 /quickspell2 : ๋ง์ฐ์ค WHEEL์ ์,์๋๋ก ๊ตด๋ ค์ F7๊ณผF8์ ์ ์ฅํ ์คํฌ์ ์ฌ์ฉํฉ๋๋ค On Off /quickspell2: By rolling the mouse wheel up and down, you are able to use skills registered on F7 and F8 hotkeys. On | Off */ MSG_EXPLAIN_QUICKSPELL2 = 0x302, -/*20171018 to 20180523 +/*20171018 to 20180605 /q3 : /quickspell (/q1) + /quickspell2 (/q2) /q3: /quickspell (/q1) + /quickspell2 (/q2) */ MSG_EXPLAIN_QUICKSPELL3 = 0x303, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ฐ๋ฆฟ /bzz */ MSG_EMOTION_STARE = 0x304, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋ฐฅ /rice */ MSG_EMOTION_HUNGRY = 0x305, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋ฉ์ ธ /awsm */ MSG_EMOTION_COOL = 0x306, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋ฉ๋กฑ /meh */ MSG_EMOTION_MERONG = 0x307, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋ถ๋ /shy */ MSG_EMOTION_SHY = 0x308, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ฑ์ฑ /pat */ MSG_EMOTION_GOODBOY = 0x309, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ ํ /mp */ MSG_EMOTION_SPTIME = 0x30a, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ง์ง /slur */ MSG_EMOTION_SEXY = 0x30b, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ปด์จ /com */ MSG_EMOTION_COMEON = 0x30c, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํํ /yawn */ MSG_EMOTION_SLEEPY = 0x30d, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ถํ /grat */ MSG_EMOTION_CONGRATULATION = 0x30e, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํผํ /hp */ MSG_EMOTION_HPTIME = 0x30f, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ด๋ชจ์
: ํ์ฌ ์ฌ์ฉ๊ฐ๋ฅํ ์ด๋ชจ์
์ ๋ฆฌ์คํธ๋ฅผ ๋ณด์ฌ์ค๋๋ค. /emotion: views the emoticon list. */ MSG_EXPLAIN_EMOTION = 0x310, -/*20171018 to 20180523 +/*20171018 to 20180605 ํค๋ณด๋๋ฅผ ์ด์ฉํด์ ์คํฌ๋จ์ถ์ฐฝ 1,2,3์ ์คํฌ๋ค์ ์ฌ์ฉํฉ๋๋ค. [/bm ON] Skills assigned to shortcut windows 1, 2, 3 are Enabled. [/bm ON] */ MSG_BATTLE_ON = 0x311, -/*20171018 to 20180523 +/*20171018 to 20180605 ํค๋ณด๋๋ฅผ ์ด์ฉํด์ ์คํฌ๋จ์ถ์ฐฝ 1,2,3์ ์คํฌ๋ค์ ์ฌ์ฉํ์ง๋ชปํฉ๋๋ค. [/bm OFF] Skills assigned to shortcut windows 1, 2, 3 are Disabled. [/bm OFF] */ MSG_BATTLE_OFF = 0x312, -/*20171018 to 20180523 +/*20171018 to 20180605 /battlemode : Q ~ O ๋ฅผ ๋๋ฅด๋ฉด ์คํฌ๋จ์ถ์ฐฝ2์ ์คํฌ๋ค์ด ์ฌ์ฉ๋ฉ๋๋ค. /battlemode: allows you to use skills assigned to Shortcut Window 2 by pressing Q ~ O keys. */ MSG_EXPLAIN_BATTLE = 0x313, -/*20171018 to 20180523 +/*20171018 to 20180605 A ~ L ์ ๋๋ฅด๋ฉด ์คํฌ๋จ์ถ์ฐฝ3์ ์คํฌ๋ค์ด ์ฌ์ฉ๋ฉ๋๋ค. A ~ L keys allow you to use skills assigned to Shortcut Window 3. */ MSG_EXPLAIN_BATTLE2 = 0x314, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ผ๊ทธ๋๋กํฌ๋ฅผ ์คํํ์ค๋ ๋ค๋ฅธ ํ๋ก๊ทธ๋จ์ ๋์ฐ์๋ฉด ๊ฒ์์ด ๋๋ ค์ง์๋์์ต๋๋ค. Please remember, programs running in the background while playing may affect the game's performance. */ MSG_EXPLAIN_LAG = 0x315, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒ์ฌ๋ ์ ๋ชฉ์๋ฆฌ ๋ค๋ฆฌ์ธ์? ^^; Dear angel, can you hear my voice? */ MSG_SUPERNOVICE1 = 0x316, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํผ๋
ธ๋น์ค Super Novice */ MSG_SUPERNOVICE2 = 0x317, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์~ Super Novice~ */ MSG_SUPERNOVICE3 = 0x318, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ข ๋์์ฃผ์ธ์~ ใ
_ใ
Help me out~ Please~ T_T */ MSG_SUPERNOVICE4 = 0x319, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ป์ ๋น์ ์ ์
์์ํค๊ณ ์ถ์ดํ์ญ๋๋ค. ์น๋ํ์๊ฒ ์ต๋๊น? wishes to adopt you. Do you accept? */ MSG_SUGGEST_BABY = 0x31a, -/*20171018 to 20180523 +/*20171018 to 20180605 Z ~ > ์ ๋๋ฅด๋ฉด ์คํฌ๋จ์ถ์ฐฝ1์ ์คํฌ๋ค์ด ์ฌ์ฉ๋ฉ๋๋ค. On Off Z ~ > keys allow you to use skills assigned on shortcut window 1. On | Off */ MSG_EXPLAIN_BATTLE3 = 0x31b, -/*20171018 to 20180523 +/*20171018 to 20180605 Space๋ฅผ ํ๋ฒ ๋๋ฅธ๋ค์ ๊ธ์๋ฅผ ์
๋ ฅํ๋ฉด ์ฑํ
์ ํ ์์์ต๋๋ค. Press the space bar to Chat when in Battle mode [/battlemode | /bm]. */ MSG_EXPLAIN_BATTLE4 = 0x31c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฐ๋ ํ์ผ์ด ์๊ฑฐ๋ ๋ณ์กฐ๋์์ต๋๋ค. ๊ฒ์๊ฐ๋ ์
์
ํ์ผ์ ์ค์นํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Either there's no Game Guard installed on the program or Game Guard is cracked. Please, try to reinstall Game Guard from its setup file." */ MSG_NPGAMEMON_ERROR_AUTH_GAMEGUARD = 0x31d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ฐ์ ์ผ๋ถ ์์คํ
ํ์ผ์ด ์์๋์์ต๋๋ค. ์ธํฐ๋ท ์ต์คํ๋ก๋ฌ(IE)๋ฅผ ๋ค์ ์ค์นํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. Some of Windows system files have been damaged. Please re-install your Internet Explorer. */ MSG_NPGAMEMON_ERROR_CRYPTOAPI = 0x31e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฐ๋ ์คํ์ ์คํจํ์ต๋๋ค. ๊ฒ์๊ฐ๋ ์
์
ํ์ผ์ ๋ค์ ์ค์นํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Failed to run Game Guard. Please, try to reinstall Game Guard from its setup file." */ MSG_NPGAMEMON_ERROR_EXECUTE = 0x31f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋ฒ ํ๋ก๊ทธ๋จ์ด ๋ฐ๊ฒฌ๋์์ต๋๋ค. ๋ถํ์ํ ํ๋ก๊ทธ๋จ์ ์ข
๋ฃํ ํ ๋ค์ ์คํํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "At least one hazardous program has been detected. Please, terminate all the unnecessary programs before executing Game Guard." */ MSG_NPGAMEMON_ERROR_ILLEGAL_PRG = 0x320, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฐ๋ ์
๋ฐ์ดํธ๋ฅผ ์ทจ์ํ์
จ์ต๋๋ค. ์ ์์ด ๊ณ์ ๋์ง ์์ ๊ฒฝ์ฐ ์ธํฐ๋ท ๋ฐ ๋ฐฉํ๋ฒฝ ์ํ๋ฅผ ์ ๊ฒํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Game Guard update is canceled. If the disconnection continues, please, check your internet or firewall settings." */ MSG_NPGMUP_ERROR_ABORT = 0x321, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฐ๋ ์
๋ฐ์ดํธ ์๋ฒ ์ ์์ ์คํจํ์์ต๋๋ค. ์ ์ ํ ์ฌ์๋ ํด๋ณด๊ฑฐ๋, ์ธํฐ๋ท ๋ฐ ๋ฐฉํ๋ฒฝ ์ํ๋ฅผ ์ ๊ฒํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Failed to connect to Game Guard update server. Try to connect again later, or try to check the internet or firewall settings." */ MSG_NPGMUP_ERROR_CONNECT = 0x322, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฐ๋ ์
๋ฐ์ดํธ๋ฅผ ์๋ฃํ์ง ๋ชป ํ์ต๋๋ค. ๋ฐ์ด๋ฌ์ค ๊ฒ์ฌ๋ฅผ ํด๋ณด์๊ฑฐ๋, PC ๊ด๋ฆฌ ํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ์๋ฉด ์ค์ ์ ์กฐ์ ํ ํ ๊ฒ์์ ์คํํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค. "Can't complete Game Guard update process. Please, try to execute a vaccine program to remove viruses. Or, please try to modify the settings of your PC managing tool if you are using any." */ MSG_NPGMUP_ERROR_AUTH = 0x323, -/*20171018 to 20180523 +/*20171018 to 20180605 /notrade : ๊ฑฐ๋์ ์ฒญ์ ์๋์ผ๋ก ๊ฑฐ์ ํฉ๋๋ค On Off /notrade: Declines trade offers automatically. On | Off */ MSG_EXPLAIN_NOTRADE = 0x324, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋์ ์ฒญ๊ณผ ์น๊ตฌ๋ฑ๋ก์์ฒญ์ ์๋์ผ๋ก ๊ฑฐ์ ํฉ๋๋ค [/nt ON] Auto decline trade offers has been Enabled. [/nt ON] */ MSG_NOTRADE_ON = 0x325, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋์ ์ฒญ๊ณผ ์น๊ตฌ๋ฑ๋ก์์ฒญ์ ์ ์์ ์ผ๋ก ๋ฐ์ต๋๋ค [/nt OFF] Auto decline trade offers has been Disabled. [/nt OFF] */ MSG_NOTRADE_OFF = 0x326, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ์์ดํ
์ ํ๋ฒ์ 30000๊ฐ ์ด์์ ์ด์ ์์ต๋๋ค. You cannot buy more than 30,000ea items at once. */ MSG_LIMIT_BUY_ITEM = 0x327, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ๋ฃ๊ฐ ์ถฉ๋ถํ์ง ์์ต๋๋ค. You do not have enough ingredients. */ MSG_NOT_ENOUGH_SOURCE = 0x328, -/*20171018 to 20180523 +/*20171018 to 20180605 %s์ ๊ณ์ ์ ๋ณด๊ฐ ๋จ์์์ต๋๋ค. Login information remains at %s. */ MSG_ALREADY_CONNECT = 0x329, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ์ ๋์ฉ ์กฐ์ฌ๋ฅผ ์ํด ๋ก๊ทธ์ธ์ด ๊ธ์ง๋์์ต๋๋ค. ์์ธํ ๋ฌธ์๋ ๊ณ์ ๋์ฉ ๊ด๋ จ ๋ฌธ์ ๋ฉ์ผ๋ก ํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Account has been locked for a hacking investigation. Please contact the GM Team for more information. */ MSG_HACKING_INVESTIGATION = 0x32a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ๋ฒ๊ทธ๊ด๋ จ ์กฐ์ฌ์ค์ด๋ฏ๋ก ์ผ์์ ์ผ๋ก ์ ์์ ๊ธํฉ๋๋ค This account has been temporarily prohibited from login due to a bug-related investigation. */ MSG_BUG_INVESTIGATION = 0x32b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฆฌ๊ฐ๋ฅํ ์์ดํ
Repairable items */ MSG_REPAIRITEMLIST = 0x32c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์๋ฆฌ ์ฑ๊ณต Item has been successfully repaired. */ MSG_ITEM_REPAIR_SUCCEESS = 0x32d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์๋ฆฌ ์คํจ (์ฌ๋ฃ ๋๋ ์๋์์ ๊ฑฐ๋ฆฌ๋ฑ์ ํ์ธํด์ฃผ์ญ์์) You have failed to repair this item. Please check the distance between you and opponent. */ MSG_ITEM_REPAIR_FAIL = 0x32e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์คํ
์ํฉ์ ์ง์์ ์ผ๋ก ์ฒดํฌ ํฉ๋๋ค.[์ด์์๋ชจ๋] [/sc ON] System process enabled [GM mode] [/sc ON] */ MSG_SYSTEM_CHECK_ON = 0x32f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์คํ
์ํฉ์ ์ง์์ ์ผ๋ก ์ฒดํฌ ํ์ง ์์ต๋๋ค.[์ด์์๋ชจ๋] [/sc OFF] System process disabled [GM mode] [/sc OFF] */ MSG_SYSTEM_CHECK_OFF = 0x330, -/*20171018 to 20180523 +/*20171018 to 20180605 /systemcheck : ์์คํ
์ํฉ์ ์ง์์ ์ผ๋ก ์ฒดํฌ ํฉ๋๋ค.[์ด์์๋ชจ๋] /systemcheck: Check the system process [GM mode] On | Off */ MSG_EXPLAIN_SYSTEM_CHECK = 0x331, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋์ด ์น๊ตฌ ์ ์ฒญ์ ํ์
จ์ต๋๋ค. ์น๊ตฌ๊ฐ ๋์๊ฒ ์ต๋๊น? (%s) wishes to be friends with you. Would you like to accept? */ MSG_SUGGEST_JOIN_FRIEND = 0x332, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ์ด์ ์น๊ตฌ ๋ฑ๋ก์ ํ์ค์ ์์ต๋๋ค. Your Friend List is full. */ MSG_FRIEND_ADD_ME_OVERSIZE = 0x333, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋์ด ๋ ์ด์ ์น๊ตฌ ๋ฑ๋ก์ ํ์ค์ ์์ต๋๋ค. (%s)'s Friend List is full. */ MSG_FRIEND_ADD_OTHER_OVERSIZE = 0x334, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋๊ณผ ์น๊ตฌ๊ฐ ๋์
จ์ต๋๋ค. You have become friends with (%s). */ MSG_FRIEND_ADD_SUCCEED = 0x335, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋์ด ์น๊ตฌ ๋๊ธฐ๋ฅผ ์ํ์ง ์์ต๋๋ค. (%s) does not want to be friends with you. */ MSG_FRIEND_ADD_FALSE = 0x336, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์บ๋ฆญํฐ๋ %s ๊น์ง ๋ธ๋ญ๋์ด์์ต๋๋ค. This character will be blocked to use until %s. */ MSG_BLOCKED = 0x337, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒ๋ง์ ๋ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ ์ฒ๋ง์ ๋๋ก ํ๋งค๋ฉ๋๋ค. Price will be fixed at 10,000,000 zeny, even if you enter higher price. */ MSG_OVERPRICE = 0x338, -/*20171018 to 20180523 +/*20171018 to 20180605 (์ ์) (Very low) */ MSG_LITTLEUSER = 0x339, -/*20171018 to 20180523 +/*20171018 to 20180605 (์ฝ๊ฐ ์ ์) (Low) */ MSG_ALITTLEUSER = 0x33a, -/*20171018 to 20180523 +/*20171018 to 20180605 (๋ณดํต) (Normal) */ MSG_NORMLEUSER = 0x33b, -/*20171018 to 20180523 +/*20171018 to 20180605 (๋ง์) (High) */ MSG_MANYUSER = 0x33c, -/*20171018 to 20180523 +/*20171018 to 20180605 (๋งค์ฐ ๋ง์) (Very high) */ MSG_VERYMANYUSER = 0x33d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋งค๋์ ์ํด ์ด์์๋ก๋ถํฐ ์ฑํ
๊ธ์ง๊ฐ ์ ์ฉ๋ฉ๋๋ค. You have been blocked from using chat and skills for %d minutes by the GM Team. */ MSG_GM_BAD_MANNER_START = 0x33e, -/*20171018 to 20180523 +/*20171018 to 20180605 GM์ ์ํ ์ฑํ
๊ธ์ง๊ฐ %d ๋ถ ๋จ์ ์์ต๋๋ค. %d minutes remain until release from the GM penalty. */ MSG_GM_BAD_MANNER_REMAIN = 0x33f, -/*20171018 to 20180523 +/*20171018 to 20180605 GM์ ์ํ ์ฑํ
๊ธ์ง๊ฐ ํด์ง ๋์์ต๋๋ค. You have been released from the GM penalty. */ MSG_GM_BAD_MANNER_END = 0x340, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋ฐฐ ๋ฐฉ์ง ์์คํ
์ผ๋ก ์ธํ ์๋ ์ฑํ
๊ธ์ง๊ฐ ์ ์ฉ๋ฉ๋๋ค. You have been blocked from using chat and skills for %d as an automatic penalty. */ MSG_AUTO_BAD_MANNER_START = 0x341, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋ฐฐ ๋ฐฉ์ง ์์คํ
์ผ๋ก ์ธํ ์ฑํ
๊ธ์ง๊ฐ %d ๋ถ ๋จ์ ์์ต๋๋ค. %d minutes remain until release from auto penalty. */ MSG_AUTO_BAD_MANNER_REMAIN = 0x342, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋ฐฐ ๋ฐฉ์ง ์์คํ
์ผ๋ก ์ธํ ์ฑํ
๊ธ์ง๊ฐ ํด์ง๋์์ต๋๋ค. ๊ฒ์์งํ ์์๋ ๋๋ฐฐ์ ๋ํด์ ์ฃผ์ํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. You have been released from the auto penalty. Please refrain from spamming in-game. */ MSG_AUTO_BAD_MANNER_END = 0x343, -/*20171018 to 20180523 +/*20171018 to 20180605 %s๋๊ณผ %s๋์ด ์ดํผํ์
จ์ต๋๋ค. %s and %s have divorced from each other. */ MSG_DIVORCE = 0x344, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆณ่ %s์ ํ์์ ์ฅ์๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Solar Space. */ MSG_STARPLACE1 = 0x345, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆณ่ %s์ ๋ฌ์ ์ฅ์๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Luna Space. */ MSG_STARPLACE2 = 0x346, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆณ่ %s์ ๋ณ์ ์ฅ์๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Stellar Space. */ MSG_STARPLACE3 = 0x347, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆณ่ %s์ ํ์์ ์ฅ์๋ %s ์
๋๋ค Gravity %s's Solar Space: %s */ MSG_STARPLACE4 = 0x348, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆณ่ %s์ ๋ฌ์ ์ฅ์๋ %s ์
๋๋ค Gravity %s's Luna Space: %s */ MSG_STARPLACE5 = 0x349, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆณ่ %s์ ๋ณ์ ์ฅ์๋ %s ์
๋๋ค Gravity %s's Stellar Space: %s */ MSG_STARPLACE6 = 0x34a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆณ่ %s์ ํ์์ ๋ชฌ์คํฐ๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Solar Monster. */ MSG_STARMONSTER1 = 0x34b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆณ่ %s์ ๋ฌ์ ๋ชฌ์คํฐ๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Luna Monster. */ MSG_STARMONSTER2 = 0x34c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆณ่ %s์ ๋ณ์ ๋ชฌ์คํฐ๋ก %s ๊ฐ ์ง์ ๋์ต๋๋ค. %s has been designated as Gravity %s's Stellar Monster. */ MSG_STARMONSTER3 = 0x34d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆณ่ %s์ ํ์์ ๋ชฌ์คํฐ๋ %s ์
๋๋ค Gravity %s's Solar Monster: %s */ MSG_STARMONSTER4 = 0x34e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆณ่ %s์ ๋ฌ์ ๋ชฌ์คํฐ๋ %s ์
๋๋ค Gravity %s's Luna Monster: %s */ MSG_STARMONSTER5 = 0x34f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๆณ่ %s์ ๋ณ์ ๋ชฌ์คํฐ๋ %s ์
๋๋ค Gravity %s's Stellar Monster: %s */ MSG_STARMONSTER6 = 0x350, -/*20171018 to 20180523 +/*20171018 to 20180605 /window : ์ฐฝ ์์น ์ด๋์ ๋ค๋ฅธ ์ฐฝ๊ณผ ๋ฌ๋ผ๋ถ๋ ์์ฑ์ด ๋ค์ด๊ฐ๋๋ค On Off /window: Display windows will snap/dock together. On | Off */ MSG_EXPLAIN_WINDOW = 0x351, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐฝ ์์น ์ด๋์ ๋ค๋ฅธ ์ฐฝ๊ณผ ์ ๋ถ์ต๋๋ค [/wi ON] Display window docking enabled. [/wi ON] */ MSG_WINDOW_ON = 0x352, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐฝ ์์น ์ด๋์ ๋ค๋ฅธ ์ฐฝ๊ณผ ๋ถ์ผ๋ ค๋ ์์ฑ์ ๊ฐ์ง์ง ์์ต๋๋ค [/wi OFF] Display window docking disabled. [/wi OFF] */ MSG_WINDOW_OFF = 0x353, -/*20171018 to 20180523 +/*20171018 to 20180605 /pvpinfo : ์์ ์ PVP ์นํจ์ PVP ํฌ์ธํธ๋ฅผ ์ ์ ์์ต๋๋ค. /pvpinfo: shows your PVP result and PVP points. */ MSG_EXPLAIN_PVP_INFO = 0x354, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ %d์น, %dํจ, PVPํฌ์ธํธ๋ %d์
๋๋ค. You have won %d times and have lost %d times in PVP. Current points %d. */ MSG_PVP_INFO = 0x355, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งค๋ ํฌ์ธํธ๋ฅผ ์ฑ๊ณต์ ์ผ๋ก ๋ณด๋์ต๋๋ค. A manner point has been successfully aligned. */ MSG_SEND_MANNER_POINT = 0x356, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์ด๊ณณ์ PK ๊ฐ๋ฅ ์ง์ญ์
๋๋ค. ๋ถ์์ ๊ณต๊ฒฉ์ ์ ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. You are in a PK area. Please beware of sudden attack. */ MSG_PKZONE = 0x357, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฐ๋ ์
๋ฐ์ดํธ๊ฐ ๋ฐ์ด๋ฌ์ค๋ ์คํ์ด์จ์ด์์ ์ถฉ๋๋ก ์คํจํ์ต๋๋ค. ๋ฐฑ์ ํ๋ก๊ทธ๋จ/์คํ์ด์จ์ด ์ ๊ฑฐ ํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ ํ ์ ์ํด ์ฃผ์ญ์๊ธฐ ๋ฐ๋๋๋ค Game Guard update has been failed when either Virus or Spyware conflicted with. Please, Uninstall Spyware and Virus protection program before you log in. */ MSG_NPGAMEMON_ERROR_100ERROR = 0x358, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ฐ ํธํ์ฑ ๋ฌธ์ ๋ก ํ๋ก๊ทธ๋จ์ ์ข
๋ฃํฉ๋๋ค. ๊ฒ์์ ๋ค์ ์คํํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค Program has encountered an error related to Windows compatibility. Please start the game again. */ MSG_NPGAMEMON_XP_COMPATIBILITY = 0x359, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
, ์คํฌ, ์์ดํ
์ ์ฌ์ฉํ ์์๊ฒ ๋์์ต๋๋ค. You have been blocked from chatting, using skills and items. */ MSG_PK_HONOR = 0x35a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ ์ญ์ ์์
์ค์ด๋ฏ๋ก ์ ์์ด ์ผ์์ ์ผ๋ก ์ ํ๋ฉ๋๋ค. Login is temporarily unavailable while this character is being deleted. */ MSG_DELETING_CHAR = 0x35b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฐํผ ์๋์์ ์บ๋ฆญํฐ ์ญ์ ์์
์ค์ด๋ฏ๋ก ์ ์์ด ์ผ์์ ์ผ๋ก ์ ํ๋ฉ๋๋ค. Login is temporarily unavailable while your spouse character is being deleted. */ MSG_DELETING_SPOUSE_CHAR = 0x35c, -/*20171018 to 20180523 +/*20171018 to 20180605 Novice */ MSG_NOVICE = 0x35d, -/*20171018 to 20180523 +/*20171018 to 20180605 Swordman */ MSG_SWORDMAN = 0x35e, -/*20171018 to 20180523 +/*20171018 to 20180605 Magician Mage */ MSG_MAGICIAN = 0x35f, -/*20171018 to 20180523 +/*20171018 to 20180605 Archer */ MSG_ARCHER = 0x360, -/*20171018 to 20180523 +/*20171018 to 20180605 Acolyte */ MSG_ACOLYTE = 0x361, -/*20171018 to 20180523 +/*20171018 to 20180605 Merchant */ MSG_MERCHANT = 0x362, -/*20171018 to 20180523 +/*20171018 to 20180605 Thief */ MSG_THIEF = 0x363, -/*20171018 to 20180523 +/*20171018 to 20180605 Knight */ MSG_KNIGHT = 0x364, -/*20171018 to 20180523 +/*20171018 to 20180605 Prieset Priest */ MSG_PRIEST = 0x365, -/*20171018 to 20180523 +/*20171018 to 20180605 Wizerd Wizard */ MSG_WIZARD = 0x366, -/*20171018 to 20180523 +/*20171018 to 20180605 Blacksmith */ MSG_BLACKSMITH = 0x367, -/*20171018 to 20180523 +/*20171018 to 20180605 Hunter */ MSG_HUNTER = 0x368, -/*20171018 to 20180523 +/*20171018 to 20180605 Assassin */ MSG_ASSASSIN = 0x369, -/*20171018 to 20180523 +/*20171018 to 20180605 Novice */ MSG_NOVICE_W = 0x36a, -/*20171018 to 20180523 +/*20171018 to 20180605 Swordman */ MSG_SWORDMAN_W = 0x36b, -/*20171018 to 20180523 +/*20171018 to 20180605 Magician Mage */ MSG_MAGICIAN_W = 0x36c, -/*20171018 to 20180523 +/*20171018 to 20180605 Archer */ MSG_ARCHER_W = 0x36d, -/*20171018 to 20180523 +/*20171018 to 20180605 Acolyte */ MSG_ACOLYTE_W = 0x36e, -/*20171018 to 20180523 +/*20171018 to 20180605 Merchant */ MSG_MERCHANT_W = 0x36f, -/*20171018 to 20180523 +/*20171018 to 20180605 Thief */ MSG_THIEF_W = 0x370, -/*20171018 to 20180523 +/*20171018 to 20180605 Knight */ MSG_KNIGHT_W = 0x371, -/*20171018 to 20180523 +/*20171018 to 20180605 Prieset Priest */ MSG_PRIEST_W = 0x372, -/*20171018 to 20180523 +/*20171018 to 20180605 Wizerd Wizard */ MSG_WIZARD_W = 0x373, -/*20171018 to 20180523 +/*20171018 to 20180605 Blacksmith */ MSG_BLACKSMITH_W = 0x374, -/*20171018 to 20180523 +/*20171018 to 20180605 Hunter */ MSG_HUNTER_W = 0x375, -/*20171018 to 20180523 +/*20171018 to 20180605 Assassin */ MSG_ASSASSIN_W = 0x376, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋์ ์์ด๋ก ์
์์ ์ฒญ Send an adoption request to %s */ MSG_REQ_JOIN_BABY = 0x377, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ด๊ฐ ๋๋ฉด ์ ์น์ ํ ์์๊ณ ์คํ
์ 80์ด์ ์ฌ๋ฆด์์๊ฒ๋๋ฉฐ HP์ SP๊ฐ ์ค์ด๋ญ๋๋ค. ๊ทธ๋๋ ๊ด์ฐฎ์ต๋๊น? When you become a child, you will be unable to become a Transcendent Class character, all stats will be limited to a maximum of 80, and Max HP/SP will be reduced. Are you sure that you want to be adopted? */ MSG_SUGGEST_BABY2 = 0x378, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋ ๋์ ์ํ์ด์์ด ์ ๊ฑฐ ๋์์ต๋๋ค. All abnormal status effects have been removed. */ MSG_GOSPEL1 = 0x379, -/*20171018 to 20180523 +/*20171018 to 20180605 1๋ถ๊ฐ ๋ชจ๋ ์ํ์ด์์ ๋ํด ๋ฉด์ญ์ด ๋ฉ๋๋ค. You will be immune to abnormal status effects for the next minute. */ MSG_GOSPEL2 = 0x37a, -/*20171018 to 20180523 +/*20171018 to 20180605 1๋ถ๊ฐ ์ต๋ ์๋ช
๋ ฅ์ด ํฌ๊ฒ ๋์ด๋ฉ๋๋ค. Your Max HP will stay increased for the next minute. */ MSG_GOSPEL3 = 0x37b, -/*20171018 to 20180523 +/*20171018 to 20180605 1๋ถ๊ฐ ์ต๋ ๋ง๋ฒ๋ ฅ์ด ํฌ๊ฒ ๋์ด๋ฉ๋๋ค. Your Max SP will stay increased for the next minute. */ MSG_GOSPEL4 = 0x37c, -/*20171018 to 20180523 +/*20171018 to 20180605 1๋ถ๊ฐ ๋ชจ๋ ๋ฅ๋ ฅ์ด ํฌ๊ฒ ์์นํฉ๋๋ค. All of your Stats will stay increased for the next minute. */ MSG_GOSPEL5 = 0x37d, -/*20171018 to 20180523 +/*20171018 to 20180605 1๋ถ๊ฐ ์ฌ์ฉํ๋ ๋ฌด๊ธฐ์ ์ฑ์ค๋ฌ์ด ์์ฑ์ด ๋ถ์ฌ๋ฉ๋๋ค. Your weapon will remain blessed with Holy power for the next minute. */ MSG_GOSPEL6 = 0x37e, -/*20171018 to 20180523 +/*20171018 to 20180605 1๋ถ๊ฐ ์ฌ์ฉํ๋ ๊ฐ์ท์ ์ฑ์ค๋ฌ์ด ์์ฑ์ด ๋ถ์ฌ๋ฉ๋๋ค. Your armor will remain blessed with Holy power for the next minute. */ MSG_GOSPEL7 = 0x37f, -/*20171018 to 20180523 +/*20171018 to 20180605 10์ด๊ฐ ๋ฐฉ์ด๋ ฅ์ด ํฌ๊ฒ ์์นํฉ๋๋ค. Your Defense will stay increased for the next 10 seconds. */ MSG_GOSPEL8 = 0x380, -/*20171018 to 20180523 +/*20171018 to 20180605 1๋ถ๊ฐ ๊ณต๊ฒฉ๋ ฅ์ด ํฌ๊ฒ ์ฆ๊ฐํฉ๋๋ค. Your Attack strength will be increased for the next minute. */ MSG_GOSPEL9 = 0x381, -/*20171018 to 20180523 +/*20171018 to 20180605 1๋ถ๊ฐ ๋ช
์ค๋ฅ ๊ณผ ํํผ์จ์ด ํฌ๊ฒ ์์นํฉ๋๋ค. Your Accuracy and Flee Rate will be increased for the next minute. */ MSG_GOSPEL10 = 0x382, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ด๋ฅผ ํ๋ฒ ์
์ํ๋ ๋ถ๋ถ๋ ์ถ๊ฐ ์
์์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. You cannot adopt more than 1 child. */ MSG_BABY1 = 0x383, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋ถ๊ฐ ๋๋ค ๋ ๋ฒจ70์ด ๋์ด์ผ ์์ด๋ฅผ ์
์ํ ์์์ต๋๋ค. You must be at least character level 70 in order to adopt someone. */ MSG_BABY2 = 0x384, -/*20171018 to 20180523 +/*20171018 to 20180605 [POINT] ๋ธ๋์ค๋ฏธ์ค ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [Point] You have been rewarded with %d Blacksmith rank points. Your point total is %d. */ MSG_BLACKSMITH_POINT = 0x385, -/*20171018 to 20180523 +/*20171018 to 20180605 [POINT] ์์ผ๋ฏธ์คํธ ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [Point] You have been rewarded with %d Alchemist rank points. Your point total is %d. */ MSG_ALCHEMIST_POINT = 0x386, -/*20171018 to 20180523 +/*20171018 to 20180605 X Help me out~ Please~ T_T */ MSG_SUPERNOVICE11 = 0x387, -/*20171018 to 20180523 +/*20171018 to 20180605 X Help me out~ Please~ T_T */ MSG_SUPERNOVICE12 = 0x388, -/*20171018 to 20180523 +/*20171018 to 20180605 X Help me out~ Please~ T_T */ MSG_SUPERNOVICE13 = 0x389, -/*20171018 to 20180523 +/*20171018 to 20180605 X Help me out~ Please~ T_T */ MSG_SUPERNOVICE14 = 0x38a, -/*20171018 to 20180523 +/*20171018 to 20180605 /notalkmsg2 : ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง ์์ต๋๋ค (๊ธธ๋๋ง ํฌํจ) On Off /notalkmsg2: Hides chat messages(including guild chat). On Off */ MSG_EXPLAIN_NOTALKMSG2 = 0x38b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํฉ๋๋ค [/nm2 ON] Show chat messages. [/nm2 ON] */ MSG_NOTALKMSG2_ON = 0x38c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๋ด์ฉ์ ์ฑํ
์ฐฝ์ ํ์ํ์ง์์ต๋๋ค (๊ธธ๋๋ง ํฌํจ) [/nm2 OFF] Hide chat messages(including guild chat) [/nm2 OFF] */ MSG_NOTALKMSG2_OFF = 0x38d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ๊ฐ๋ฅํ ์์ดํ
Upgradable Weapons */ MSG_REFINEITEMLIST = 0x38e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จํ ๋ฌด๊ธฐ : %s Weapons upgraded: %s */ MSG_ITEM_REFINE_SUCCEESS = 0x38f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จํ ๋ฌด๊ธฐ : %s Weapons upgraded: %s */ MSG_ITEM_REFINE_FAIL = 0x390, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ธฐ์ ๋ จ์คํฌ์ ๋ ๋ฒจ์ด ๋ถ์กฑํด์ %s ์ ๋ จ์ ํ ์์์ต๋๋ค. You cannot upgrade %s until you level up your Upgrade Weapon skill. */ MSG_ITEM_REFINE_FAIL_LEVEL = 0x391, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ์ ํ์ํ ์์ดํ
(%s) ์ด ์์ผ๋ฏ๋ก ์ ๋ จํ ์์์ต๋๋ค. You lack a necessary item %s to upgrade this weapon. */ MSG_ITEM_REFINE_FAIL_MATERIAL = 0x392, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒฝํ๊ฒ ์ฝํ
๋์ด์์ด์ ํ์คํธ๋ฆฝ์ด ํตํ์ง ์์ต๋๋ค. Full Divestment cannot pierce the target. The target is fully shielded. */ MSG_FULLSTRIP = 0x393, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฐํผํ ์บ๋ฆญํฐ๋ ์
์์ํฌ์ ์์ต๋๋ค. You cannot adopt a married person. */ MSG_BABY3 = 0x394, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๊ตฌ๋ก ๋ฑ๋ก๋ ์ด๋ฆ๊ณผ ๋น์ทํ์ง๋ง ๋ฑ๋ก๋ ์ด๋ฆ์ด ์๋๋๋ค. ์๋์ฌ๋์ธ์ง ํ์ธํ์ญ์์. This name is not registered in your Friend List. Please check the name again. */ MSG_ID_WARNING = 0x395, -/*20171018 to 20180523 +/*20171018 to 20180605 /hi ๋๋ /hi ๋ฌธ์ฅ : ์น๊ตฌ๋ก ๋ฑ๋ก๋ ์บ๋ฆญํฐ๋ค์๊ฒ ์ธ์ฌ๋ฅผ ํฉ๋๋ค. /hi or /hi message: Send greetings to people who are online and registered on your Friend List. */ MSG_EXPLAIN_HI = 0x396, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์์ ์ด๋ฆ๊ณผ ๋น์ทํ์ง๋ง ๊ธธ๋์์ด ์๋๋๋ค. ๊ธธ๋์์ธ์ง ํ์ธํ์ญ์์. This character is not your guildsman. Please check the name again. */ MSG_ID_WARNING_GUILD = 0x397, -/*20171018 to 20180523 +/*20171018 to 20180605 9999๋ง์ ๋ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ 9999๋ง์ ๋๋ก ํ๋งค๋ฉ๋๋ค. Please be aware that the maximum selling price is fixed as 2 Billion. You cannot sell an item higher than that. */ MSG_OVERPRICE9999 = 0x398, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๊ตฌ์ ๊ท์๋ง์ [ Friend ] , ๊ธธ๋์์ [ Member ] ๋ก ํ์๋ฉ๋๋ค. Whispers from friends are displayed as [ Friend ], and ones from guildsmen are displayed as [ Member ]. */ MSG_EXPLAIN_SACHING1 = 0x399, -/*20171018 to 20180523 +/*20171018 to 20180605 ( From ์บ๋ฆญํฐ์ด๋ฆ : ) ์ด๋ผ๊ณ ํ์ ๋๋ ๊ท์๋ง์ ์น๊ตฌ๋ ๊ธธ๋์์ด ์๋๋๋ค. ( From character name: ) is from an anonymous character who is neither your friend nor guildsman. */ MSG_EXPLAIN_SACHING2 = 0x39a, -/*20171018 to 20180523 +/*20171018 to 20180605 /blacksmith : ๋ธ๋์ค๋ฏธ์ค์ ์์ 10์๊ถ ๋ญํน์ ๋ณด์ฌ์ค๋๋ค. /blacksmith: Shows top 10 Blacksmiths in the server. */ MSG_EXPLAIN_BLACKSMITH = 0x39b, -/*20171018 to 20180523 +/*20171018 to 20180605 /alchemist : ์์ผ๋ฏธ์คํธ์ ์์ 10์๊ถ ๋ญํน์ ๋ณด์ฌ์ค๋๋ค. /alchemist: Shows top 10 Alchemists in the server. */ MSG_EXPLAIN_ALCHEMIST = 0x39c, -/*20171018 to 20180523 +/*20171018 to 20180605 ALT+Y : ์ฌ๋ฌ๊ฐ์ง ๋ช
๋ น์ด๋ฅผ ์ฝ๊ฒ ์ธ์์๋ ์๋์ฐ๊ฐ ์ด๋ฆฝ๋๋ค. ALT+Y: Opens a window which allows you to use various commands with ease. */ MSG_EXPLAIN_ALTY = 0x39d, -/*20171018 to 20180523 +/*20171018 to 20180605 [POINT] ํ๊ถ๋ฏธ์
๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [POINT] You have been rewarded with %d Tae-Kwon Mission rank points. Your point total is %d. */ MSG_TAEKWON_POINT = 0x39e, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํ๊ถ๋ฏธ์
] Target Monster : %s (%d%%) [Taekwon Mission] Target Monster: %s (%d%%) */ MSG_TAEKWON_MISSION = 0x39f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฐ๋ ์ด๊ธฐํ ์๋ฌ : %lu Error - Failed to initialize GameGuard: %lu */ MSG_INIT_ERROR = 0x3a0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํผ๋ํต์ด ๊ฐ์ง๋์์ต๋๋ค. Speed Hack has been detected. */ MSG_SPEEDHACK_DETECT = 0x3a1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋ฒ ํ๋ก๊ทธ๋จ (%s) ๊ฐ ๋ฐ๊ฒฌ๋์์ต๋๋ค The illegal program, (%s) has been detected. */ MSG_GAMEHACK_DETECT = 0x3a2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์์ด๋ ๊ฒ์๊ฐ๋๊ฐ ๋ณ์กฐ๋์์ต๋๋ค. The Game or Gameguard has been cracked. */ MSG_GAMEHACK_DOUBT = 0x3a3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฐ๋๊ฐ ์คํ ์ค ์
๋๋ค. ์ ์ ํ์ ๋ค์ ์คํํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. GameGuard is currently running. Please wait for sometime and restart the game. */ MSG_ERROR_EXIST = 0x3a4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์์ด ์ค๋ณต ์คํ๋์๊ฑฐ๋ ๊ฒ์๊ฐ๋๊ฐ ์ด๋ฏธ ์คํ ์ค ์
๋๋ค. ๊ฒ์ ์ข
๋ฃ ํ ๋ค์ ์คํํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค. The Game or GameGuard is already running. Please close the game and restart the game. */ MSG_GAME_EXIST = 0x3a5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฐ๋ ์ด๊ธฐํ ์๋ฌ์
๋๋ค. ์ฌ๋ถํ
ํ ๋ค์ ์คํํด๋ณด๊ฑฐ๋ ์ถฉ๋ํ ์ ์๋ ๋ค๋ฅธ ํ๋ก๊ทธ๋จ๋ค์ ์ข
๋ฃํ ํ ์คํํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค. Failed to intialize GameGuard. Please try again after rebooting the system or closing other programs. */ MSG_ERROR_INIT = 0x3a6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐ์ด๋ฌ์ค ๋ฐ ํดํนํด ๊ฒ์ฌ ๋ชจ๋ ๋ก๋ฉ์ ์คํจ ํ์ต๋๋ค. ๋ฉ๋ชจ๋ฆฌ ๋ถ์กฑ์ด๊ฑฐ๋ ๋ฐ์ด๋ฌ์ค์ ์ํ ๊ฐ์ผ์ผ ์ ์์ต๋๋ค. Failed to load the scan module of virus and hacking tool. It's caused by lack of memory or PC virus infection. */ MSG_ERROR_NPSCAN = 0x3a7, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธํด๋ฃจ์ค ์ ๋ณด Homunculus Info */ MSG_HOMUN_INFO = 0x3a8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธํด๋ฃจ์ค ์คํฌ๋ชฉ๋ก Homunculus Skill List */ MSG_HOMUN_SKILLLIST = 0x3a9, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธํด๋ฃจ์ค์ ์ด๋ฆ์ ์๋ฌธ 23, ํ๊ธ 11์ ์ด๋ด๋ก ์ ํด ์ฃผ์ธ์. Please give your Homunculus a name no longer than 23 letters. */ MSG_HOMUN_NAME_IN23 = 0x3aa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฆ์ ๋จ ํ๋ฒ๋ง ๋ฐ๊ฟ์ ์์ต๋๋ค. ํธ๋ฌธํด๋ฃจ์ค์ ์ด๋ฆ์ ^0000ff^0000ff %s^000000^000000 ๋ก ์์ ํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? You can name a Homunculus only once. You have entered the name, ^0000ff%s^000000. Would you like to continue? */ MSG_HOMUN_NAME_CHANGE_ONLYONCE = 0x3ab, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง๊ธ์ ๋ถ์ฌ์ค~ (Away) */ MSG_AUTO_MSG = 0x3ac, -/*20171018 to 20180523 +/*20171018 to 20180605 [์๋์๋ต] [Automated Message] */ MSG_AUTO_MSG2 = 0x3ad, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ์ฌ์ ํ์ธ์ ๊ท๋ง์ ์๋์๋ตํฉ๋๋ค. Send an automated message while you are away. */ MSG_AUTO_MSG_ON = 0x3ae, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ์ฌ์ ํ์ธ์ ๊ท๋ง์ ์๋์๋ตํ์ง ์์ต๋๋ค. Cancel automated away message. */ MSG_AUTO_MSG_OFF = 0x3af, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ์๋ต ๋ฉ์์ง๋ฅผ ์
๋ ฅํ์ธ์. Please enter Away Message. */ MSG_ENTER_AUTO_MSG = 0x3b0, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋ฒ์ฉ /fsh */ MSG_EMOTION_SPARK = 0x3b1, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋น๋น /spin */ MSG_EMOTION_CONFUSE = 0x3b2, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํ์ /sigh */ MSG_EMOTION_OHNO = 0x3b3, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋ค๋ค /dum */ MSG_EMOTION_HUM = 0x3b4, -/*20171018 to 20180523 +/*20171018 to 20180605 /์๋ /crwd */ MSG_EMOTION_BLABLA = 0x3b5, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ข์ /desp */ MSG_EMOTION_OTL = 0x3b6, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ฃผ์ฌ์ /dice */ MSG_EMOTION_DICE = 0x3b7, -/*20171018 to 20180523 +/*20171018 to 20180605 /pk : ํ์ด์์ ์์ 10์๊ถ ๋ญํน์ ๋ณด์ฌ์ค๋๋ค. /pk: Shows top 10 Slayers in the server. */ MSG_EXPLAIN_KILLER_RANK = 0x3b8, -/*20171018 to 20180523 +/*20171018 to 20180605 [POINT] ํ์ด์ ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [POINT] You have been rewarded with %d Slayer rank points. Your point total is %d. */ MSG_KILLER_POINT = 0x3b9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์งํ ๊ฐ๋ฅ Evolution Available */ MSG_HOMUN_EVOLVE = 0x3ba, -/*20171018 to 20180523 +/*20171018 to 20180605 ^ff0000^ff0000ํธ๋ฌธํด๋ฃจ์ค๋ฅผ ์ญ์ ํฉ๋๋ค.^000000^000000 ์ญ์ ํ์ค ๊ฒฝ์ฐ ์ง๊ธ๊น์ง ํค์ด ๋ด์ญ์ด ๋ชจ๋ ์ญ์ ๋ฉ๋๋ค. ๊ณ์ํ์๊ฒ ์ต๋๊น? You have decided to delete this Homunculus ^ff0000^ff0000. When deleted, the homunculus and its history will be deleted and they cannot be restored in the future. Would you like to continue? */ MSG_DELETE_HOMUN = 0x3bb, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธ์ ์ํ๋ฅผ ํ์ผ์ ์ ์ฅํฉ๋๋ค. Save Homunculus status as a file. */ MSG_TRACE_AI_ON = 0x3bc, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธ์ ์ํ๋ฅผ ํ์ผ์ ์ ์ฅํ์ง ์์ต๋๋ค. Do not save Homunculus status as a file. */ MSG_TRACE_AI_OFF = 0x3bd, -/*20171018 to 20180523 +/*20171018 to 20180605 Crusader */ MSG_CRUSADER = 0x3be, -/*20171018 to 20180523 +/*20171018 to 20180605 Monk */ MSG_MONK = 0x3bf, -/*20171018 to 20180523 +/*20171018 to 20180605 Sage */ MSG_SAGE = 0x3c0, -/*20171018 to 20180523 +/*20171018 to 20180605 Rouge Rogue */ MSG_ROGUE = 0x3c1, -/*20171018 to 20180523 +/*20171018 to 20180605 Alchemist */ MSG_ALCHEMIST = 0x3c2, -/*20171018 to 20180523 +/*20171018 to 20180605 Bard */ MSG_BARD = 0x3c3, -/*20171018 to 20180523 +/*20171018 to 20180605 Crusader_W Crusader */ MSG_CRUSADER_W = 0x3c4, -/*20171018 to 20180523 +/*20171018 to 20180605 Monk_W Monk */ MSG_MONK_W = 0x3c5, -/*20171018 to 20180523 +/*20171018 to 20180605 Sage_W Sage */ MSG_SAGE_W = 0x3c6, -/*20171018 to 20180523 +/*20171018 to 20180605 Rouge_W Rogue */ MSG_ROGUE_W = 0x3c7, -/*20171018 to 20180523 +/*20171018 to 20180605 Alchemist_W Alchemist */ MSG_ALCHEMIST_W = 0x3c8, -/*20171018 to 20180523 +/*20171018 to 20180605 Dancer */ MSG_DANCER = 0x3c9, -/*20171018 to 20180523 +/*20171018 to 20180605 Novice High High Novice */ MSG_NOVICE_H = 0x3ca, -/*20171018 to 20180523 +/*20171018 to 20180605 Swordman High High Swordman */ MSG_SWORDMAN_H = 0x3cb, -/*20171018 to 20180523 +/*20171018 to 20180605 Magician High High Mage */ MSG_MAGICIAN_H = 0x3cc, -/*20171018 to 20180523 +/*20171018 to 20180605 Archer High High Archer */ MSG_ARCHER_H = 0x3cd, -/*20171018 to 20180523 +/*20171018 to 20180605 Acolyte High High Acolyte */ MSG_ACOLYTE_H = 0x3ce, -/*20171018 to 20180523 +/*20171018 to 20180605 Merchant High High Merchant */ MSG_MERCHANT_H = 0x3cf, -/*20171018 to 20180523 +/*20171018 to 20180605 Thief High High Thief */ MSG_THIEF_H = 0x3d0, -/*20171018 to 20180523 +/*20171018 to 20180605 Novice High_W High Novice */ MSG_NOVICE_H_W = 0x3d1, -/*20171018 to 20180523 +/*20171018 to 20180605 Swordman High_W High Swordman */ MSG_SWORDMAN_H_W = 0x3d2, -/*20171018 to 20180523 +/*20171018 to 20180605 Magician High_W High Mage */ MSG_MAGICIAN_H_W = 0x3d3, -/*20171018 to 20180523 +/*20171018 to 20180605 Archer High_W High Archer */ MSG_ARCHER_H_W = 0x3d4, -/*20171018 to 20180523 +/*20171018 to 20180605 Acolyte High_W High Acolyte */ MSG_ACOLYTE_H_W = 0x3d5, -/*20171018 to 20180523 +/*20171018 to 20180605 Merchant High_W High Merchant */ MSG_MERCHANT_H_W = 0x3d6, -/*20171018 to 20180523 +/*20171018 to 20180605 Thief High_W High Thief */ MSG_THIEF_H_W = 0x3d7, -/*20171018 to 20180523 +/*20171018 to 20180605 Lord Knight */ MSG_KNIGHT_H = 0x3d8, -/*20171018 to 20180523 +/*20171018 to 20180605 High Priest */ MSG_PRIEST_H = 0x3d9, -/*20171018 to 20180523 +/*20171018 to 20180605 High Wizard */ MSG_WIZARD_H = 0x3da, -/*20171018 to 20180523 +/*20171018 to 20180605 White Smith WhiteSmith */ MSG_BLACKSMITH_H = 0x3db, -/*20171018 to 20180523 +/*20171018 to 20180605 Sniper */ MSG_HUNTER_H = 0x3dc, -/*20171018 to 20180523 +/*20171018 to 20180605 Saaassin Cross Assassin Cross */ MSG_ASSASSIN_H = 0x3dd, -/*20171018 to 20180523 +/*20171018 to 20180605 Lord Knight_W Lord Knight */ MSG_KNIGHT_H_W = 0x3de, -/*20171018 to 20180523 +/*20171018 to 20180605 High Priest_W High Priest */ MSG_PRIEST_H_W = 0x3df, -/*20171018 to 20180523 +/*20171018 to 20180605 High Wizard_W High Wizard */ MSG_WIZARD_H_W = 0x3e0, -/*20171018 to 20180523 +/*20171018 to 20180605 White Smith_W WhiteSmith */ MSG_BLACKSMITH_H_W = 0x3e1, -/*20171018 to 20180523 +/*20171018 to 20180605 Sniper_W Sniper */ MSG_HUNTER_H_W = 0x3e2, -/*20171018 to 20180523 +/*20171018 to 20180605 Saaassin Cross_W Assassin Cross */ MSG_ASSASSIN_H_W = 0x3e3, -/*20171018 to 20180523 +/*20171018 to 20180605 Paladin */ MSG_CRUSADER_H = 0x3e4, -/*20171018 to 20180523 +/*20171018 to 20180605 Champion */ MSG_MONK_H = 0x3e5, -/*20171018 to 20180523 +/*20171018 to 20180605 Professor Scholar */ MSG_SAGE_H = 0x3e6, -/*20171018 to 20180523 +/*20171018 to 20180605 Stalker */ MSG_ROGUE_H = 0x3e7, -/*20171018 to 20180523 +/*20171018 to 20180605 Creator Biochemist */ MSG_ALCHEMIST_H = 0x3e8, -/*20171018 to 20180523 +/*20171018 to 20180605 Clown Minstrel */ MSG_BARD_H = 0x3e9, -/*20171018 to 20180523 +/*20171018 to 20180605 Paladin_W Paladin */ MSG_CRUSADER_H_W = 0x3ea, -/*20171018 to 20180523 +/*20171018 to 20180605 Champion_W Champion */ MSG_MONK_H_W = 0x3eb, -/*20171018 to 20180523 +/*20171018 to 20180605 Professor_W Professor */ MSG_SAGE_H_W = 0x3ec, -/*20171018 to 20180523 +/*20171018 to 20180605 Stalker_W Stalker */ MSG_ROGUE_H_W = 0x3ed, -/*20171018 to 20180523 +/*20171018 to 20180605 Creator_W Creator */ MSG_ALCHEMIST_H_W = 0x3ee, -/*20171018 to 20180523 +/*20171018 to 20180605 Gypsy */ MSG_DANCER_H = 0x3ef, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ๊ฐ ์ง์ ๋์ด ์์ง ์์ต๋๋ค. ์๋ก์ด ๋น๋ฐ๋ฒํธ๋ฅผ ์ง์ ํ์๊ฒ ์ต๋๊น? You have not set a password yet. Would you like to create one now? */ MSG_STORE_PASSWORD_REQ = 0x3f0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ๋ฅผ 3ํ ํ๋ ค์
จ์ต๋๋ค. ๋์ค์ ๋ค์ ์๋ํด ์ฃผ์ธ์. You have incorrectly entered the password 3 times. Please try again later. */ MSG_STORE_PASSWORD_PENALTY = 0x3f1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ ๋ณ๊ฒฝ์ด ์คํจํ์์ต๋๋ค. Password creation has failed. */ MSG_STORE_PASSWORD_CHANGE_NG = 0x3f2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ๋ 4์๋ฆฌ ์ด์ 8์๋ฆฌ์ดํ์ฌ์ผ๋ง ํฉ๋๋ค. Password must be 4~8 letters long. */ MSG_STORE_PASSWORD_4_8 = 0x3f3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ Password */ MSG_STORE_PASSWORD = 0x3f4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๊ท ๋น๋ฐ๋ฒํธ New Password */ MSG_STORE_NEW_PASSWORD = 0x3f5, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ธ ๋น๋ฐ๋ฒํธ Confirm Password */ MSG_STORE_RENEW_PASSWORD = 0x3f6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ ๋ณ๊ฒฝ์ด ์๋ฃ๋์์ต๋๋ค. Password has been changed. */ MSG_STORE_PASSWORD_CHANGE_OK = 0x3f7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ๊ฐ ์๋ก ๋ค๋ฆ
๋๋ค. Password does not match. */ MSG_STORE_PASSWORD_MISMATCH = 0x3f8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ ์
๋ ฅ Enter Password */ MSG_STORE_PASSWORD_INPUT = 0x3f9, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธ์ด ์์ฌ ์ง์ ์
๋๋ค! ๋จน์ด๋ฅผ ์ฃผ์ง ์์ผ๋ฉด ๊ฐ์ถํ๊ฒ๋ฉ๋๋ค. Your Homunculus is starving. Please feed it, otherwise it will leave you. */ MSG_HOMUN_HUNGRY = 0x3fa, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝํ์น EXP */ MSG_HOMUN_EXP = 0x3fb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ นํ์ง ์์ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. ์๋ฒ ๋ฅดํ์ ์กด๋ค ๊ธฐํ์ฌ ์ง์์ ์ฐพ์์ฃผ์ธ์. ^ff0000โป ์์ดํ
์๋ น ๊ธฐ๊ฐ์ด ์ง๋๋ฉด ์์ดํ
์ด ์์ค ๋ฉ๋๋ค!^000000 [EVENT] You have won an event prize. Please claim your prize in game. */ MSG_EVENT_RESULT = 0x3fc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ซ์ดํจ Hate */ MSG_HATE = 0x3fd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งค์ฐ์ซ์ดํจ Hate with a Passion */ MSG_VERYHATE = 0x3fe, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธํด๋ฃจ์ค๊ฐ ์ฌ์ฉ์ ์ธ๊ณต์ง๋ฅ์ผ๋ก ๋์ํฉ๋๋ค. Homunculus has been customized. */ MSG_HOMUN_USERAI_ON = 0x3ff, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธํด๋ฃจ์ค๊ฐ ๊ธฐ๋ณธ ์ธ๊ณต์ง๋ฅ์ผ๋ก ๋์ํฉ๋๋ค. Homunculus has been activated with the basic AI. */ MSG_HOMUN_USERAI_OFF = 0x400, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ์ง๋ชฉ๋ก Mail List */ MSG_MAIL_LIST = 0x401, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ์ง์ฐ๊ธฐ Write Mail */ MSG_MAIL_WRITE = 0x402, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ์ง์ฝ๊ธฐ Read Mail */ MSG_MAIL_READ = 0x403, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ฒ ์ง์ ํ์๋ฉด ๋ณ๊ฒฝ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค! ์ด ๋งต์ผ๋ก ์ง์ ํ์๊ฒ ์ต๋๊น? You cannot change a map's designation once it is designated. Are you sure that you want to designate this map? */ MSG_STARPLACE_ACCEPT = 0x404, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ ์์ดํ
์ ์๋ นํ์ต๋๋ค. Item has been added in the Item Window. */ MSG_MAIL_ADD_ITEM_SUCCESS = 0x405, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ ์์ดํ
์ ์๋ นํ์ง ๋ชปํ์ต๋๋ค. You have failed to add the item in the Item Window. */ MSG_MAIL_ADD_ITEM_FAILURE = 0x406, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ ๋ณด๋ด๊ธฐ๊ฐ ์ฑ๊ณตํ์์ต๋๋ค. You have successfully mailed a message. */ MSG_MAIL_SEND_SUCCESS = 0x407, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ ๋ณด๋ด๊ธฐ๊ฐ ์คํจํ์์ต๋๋ค. ๋ฐ๋ ์ฌ๋์ด ์กด์ฌํ์ง ์์ต๋๋ค. You have failed to mail a message. Recipient does not exist. */ MSG_MAIL_USER_NOT_FOUND = 0x408, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํ์๊ณผ ๋ฌ๊ณผ ๋ณ์ ์ฒ์ฌ] ์ง์ ํ๋ ์ฅ์๋ค๊ณผ ๋ชฌ์คํฐ๋ค์ด ์ด๊ธฐํ๋์ต๋๋ค! [Solar, Lunar and Stellar Angel] Designated places and monsters have been reset. */ MSG_STAR_ANGEL = 0x409, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝ๋งค ๋ฑ๋ก์ด ์คํจํ์ต๋๋ค. The minimum starting bid for auctions is 10,000,000 zeny. */ MSG_AUCTION_ADD_FALSE = 0x40a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝ๋งค ๋ฑ๋ก์ด ์ฑ๊ณตํ์ต๋๋ค. You have successfully started a new auction. */ MSG_AUCTION_ADD_TRUE = 0x40b, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ๊ฒฝ๋งค๊ฐ ์ทจ์๋์์ต๋๋ค. The auction has been canceled. */ MSG_AUCTION_ADD_CANCEL = 0x40c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
์ฐฐ์๊ฐ ์๋ ๊ฒฝ๋งค๋ ์ทจ์ํ ์ ์์ต๋๋ค. An auction with at least one bidder cannot be canceled. */ MSG_AUCTION_ADD_CANCEL_FALSE = 0x40d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ ์ญ์ ๊ฐ ์ฑ๊ณตํ์์ต๋๋ค. Mail has been successfully deleted. */ MSG_MAIL_DELETE_SUCCESS = 0x40e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ ์ญ์ ๊ฐ ์คํจํ์์ต๋๋ค. You have failed to delete the mail. */ MSG_MAIL_DELETE_FAILURE = 0x40f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ง๋ ๋จ๊ฒ์ด ์ฅ์ฐฉ๋์์ต๋๋ค. You have equipped throwing daggers. */ MSG_MSG_KNIFE_EQUIPMENT_SUCCESS = 0x410, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๋์ด ๋ก๊ทธ์ธํ์ต๋๋ค. %s has logged in. */ MSG_LOGIN_FRIEND = 0x411, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๋์ด ๋ก๊ทธ์์ํ์ต๋๋ค. %s has logged out. */ MSG_LOGOUT_FRIEND = 0x412, -/*20171018 to 20180523 +/*20171018 to 20180605 /loginout : ๊ธธ๋์๊ณผ ์น๊ตฌ๋ค์ ์ ์๊ด๋ จ ๋ฉ์ธ์ง๋ฅผ ๋ณด์ฌ์ค๋๋ค. On Off /loginout: Shows guildsmen and friends online status. On Off */ MSG_EXPLAIN_LOGINOUT = 0x413, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๊ตฌ๋ค์ ์ ์๊ด๋ จ ๋ฉ์ธ์ง๋ฅผ ๋ํ์ฐฝ์ ํ์ํฉ๋๋ค. [/li ON] Display online status of friends in Chat Window. [/li ON] */ MSG_LOGINOUT_ON = 0x414, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๊ตฌ๋ค์ ์ ์๊ด๋ จ ๋ฉ์ธ์ง๋ฅผ ๋ํ์ฐฝ์ ํ์ํ์ง์์ต๋๋ค. [/li OFF] Do not display online status of friends in Chat Window. [/li OFF] */ MSG_LOGINOUT_OFF = 0x415, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ์คํ์ค์
๋๋ค. It is already running. */ MSG_SGP_CODE_ALREADY_RUNNING = 0x416, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งคํฌ๋ก ์ฌ์ฉ์ด ๊ฐ์ง๋์์ต๋๋ค. Use of Macro program has been detected. */ MSG_SGP_CODE_DETECTED_MACRO = 0x417, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํผ๋ํดํน์ด ๊ฐ์ง๋์์ต๋๋ค. Use of Speed hack has been detected. */ MSG_SGP_CODE_DETECTED_SPEEDHACK = 0x418, -/*20171018 to 20180523 +/*20171018 to 20180605 API ํํน์ด ๊ฐ์ง๋์์ต๋๋ค. API Hooking has been detected. */ MSG_SGP_CODE_DETECTED_APIHOOK = 0x419, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์์ง ํํน์ด ๊ฐ์ง๋์์ต๋๋ค. Message Hooking has been detected. */ MSG_SGP_CODE_DETECTED_MSGHOOK = 0x41a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋์ด ๋ณ์กฐ ๋๋ ์์๋์๊ฑฐ๋ ๋ฒ์ ์ด ์ผ์นํ์ง ์์ต๋๋ค. Module has been modified or damaged or its version does not match. */ MSG_SGP_CODE_NOT_EQUALENCRYPTEDDATA = 0x41b, -/*20171018 to 20180523 +/*20171018 to 20180605 (ํ๊ตญ)๊ทํ๋ ๊ฒ์๋ฐฉ ๊ณผ๊ธ์ผ๋ก ๋ก๊ทธ์ธ ํ์
จ์ต๋๋ค. (Thailand) You have logged in game with PC cafe payment. */ MSG_BILLING_PCB = 0x41c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ Prev */ MSG_PREV_PAGE = 0x41d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค์ Next */ MSG_NEXT_PAGE = 0x41e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝ๋งค Auction */ MSG_AUCTION = 0x41f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌผํ๋ณด๊ธฐ Product List */ MSG_AUCTION_VIEW = 0x420, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฑ๋กํ๊ธฐ Register */ MSG_AUCTION_ADD = 0x421, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค ์งํ์ํ Sale Status */ MSG_AUCTION_SELL = 0x422, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค ์งํ์ํ Purchase Status */ MSG_AUCTION_BUY = 0x423, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
Item */ MSG_ITEM2 = 0x424, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๋ช
Name */ MSG_ITEM_NAME2 = 0x425, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ๊ฒฉ / ์ฆ์๊ตฌ์
๊ฐ๊ฒฉ Current Bid / Max Bid */ MSG_ITEM_PRICE = 0x426, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค์ Seller */ MSG_SELLER = 0x427, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค์ Buyer */ MSG_BUYER = 0x428, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ข
๋ฃ์๊ฐ End Time */ MSG_FINISH_TIME = 0x429, -/*20171018 to 20180523 +/*20171018 to 20180605 %m์ %d์ผ %H์ %m %d %H */ MSG_TIME_TYPE = 0x42a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ฐ์ค์ Time (Hr) */ MSG_SET_TIME = 0x42b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์๋ฃ Fee */ MSG_CHARGE = 0x42c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๋ ์์ดํ
์ด ์์ต๋๋ค. No items found in search. */ MSG_NOTHING_SEARCH_ITEM = 0x42d, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ํ๋งค์ค์ธ ์์ดํ
์ด ์์ต๋๋ค. Your Sale List is empty. */ MSG_NOTHING_SEARCH_SELL_ITEM = 0x42e, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๊ตฌ๋งค์ค์ธ ์์ดํ
์ด ์์ต๋๋ค. Your Purchase List is empty. */ MSG_NOTHING_SEARCH_BUY_ITEM = 0x42f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝ๋งค์ ๋ณด๊ฐ ์ ํํ์ง ์์ต๋๋ค. Auction Information is incorrect or incomplete. */ MSG_ERROR_AUCTION_ITEM_INFO = 0x430, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝ๋งค์ ๋ฑ๋กํ ์์ดํ
์ ๋ณด๊ฐ ์์ต๋๋ค. You must drag and drop an item from your Inventory into the Register Window to begin a new auction. */ MSG_NOTHING_AUCTION_ITEM_INFO = 0x431, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ๋ฑ๋ก๋ ๊ฒฝ๋งค์
๋๋ค. The auction has already been registered. */ MSG_ERROR_ADD_AUCTION = 0x432, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์๊ฐ๊ฒฉ Starting Bid */ MSG_PRICE = 0x433, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ์
ํฌ๋ง๊ฐ๊ฒฉ Current Bid */ MSG_PRICE2 = 0x434, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฆ์๊ตฌ์
๊ฐ๊ฒฉ Buy Now Price */ MSG_PRICE3 = 0x435, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ์์ง์ ๋ Your Current Zeny */ MSG_PRICE4 = 0x436, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ์ต๊ณ ๊ฐ๊ฒฉ Highest Bid */ MSG_PRICE5 = 0x437, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ ์
์ฐฐ๊ฐ๊ฒฉ Previous Bid */ MSG_PRICE6 = 0x438, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ๊ฐ์
์ฐฐ๊ฐ๊ฒฉ Next Bid */ MSG_PRICE7 = 0x439, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ์
ํ์๊ฒ ์ต๋๊น? Press buy to confirm. */ MSG_BUY_ACTION_ITEM = 0x43a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ๊ฐ๊ฒฉ์ ํ๋งคํ์๊ฒ ์ต๋๊น? Would you like to sell this item? */ MSG_SELL_ACTION_ITEM = 0x43b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
์ฐฐํ๊ธฐ Place Bid */ MSG_BUY_AUCTION = 0x43c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฆ์๊ตฌ๋งคํ๊ธฐ Buy Now */ MSG_BUY_AUCTION2 = 0x43d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝ๋งค์ข
๋ฃํ๊ธฐ End the Auction */ MSG_BUY_AUCTION3 = 0x43e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์
์ฐฐํ๊ธฐ Place another Bid */ MSG_FINISH_AUCTION = 0x43f, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ๊ฒฝ๋งค์ ๋ํ ์
์ฐฐ์ด ์ฑ๊ณตํ์ต๋๋ค. You have placed a bid. */ MSG_RESULT_BUY_TRUE = 0x440, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ๊ฒฝ๋งค์ ๋ํ ์
์ฐฐ์ด ์คํจํ์ต๋๋ค. You have failed to place a bid. */ MSG_RESULT_BUY_FALSE = 0x441, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋๊ฐ ์ถฉ๋ถํ์ง ์์ต๋๋ค. You do not have enough zeny. */ MSG_RESULT_BUY_FALSE_MONEY = 0x442, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ด๊ตฌ Armors */ MSG_EQUIP = 0x443, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นด๋ Card */ MSG_CARD = 0x444, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐํ Other */ MSG_ETC = 0x445, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝ๋งค๋ฒํธ Bid */ MSG_AUCTION_NUM = 0x446, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ Search */ MSG_AUCTION_SEARCH = 0x447, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ๊ฒฝ๋งค๋ฅผ ์ข
๋ฃํ์ต๋๋ค. You have ended the auction. */ MSG_RESULT_MY_SELL_STOP_TRUE = 0x448, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ๊ฒฝ๋งค๋ฅผ ์ข
๋ฃ ํ ์ ์์ต๋๋ค. You cannot end the auction. */ MSG_RESULT_MY_SELL_STOP_FALSE = 0x449, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝ๋งค ๋ฒํธ๊ฐ ์ ํํ์ง ์์ต๋๋ค. Bid Number is incorrect. */ MSG_RESULT_AUCTION_ID_FALSE = 0x44a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐ๋์ด To */ MSG_SENDER = 0x44b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ชฉ Title */ MSG_TITLE2 = 0x44c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ฉ์ผ์ด ๋์ฐฉํ์์ต๋๋ค. You have received a message in the mail. */ MSG_NEW_MAIL = 0x44d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์์ค์
๋๋ค. Searching... */ MSG_SEARCHING_ITEM = 0x44e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ์ด์ ๊ฒฝ๋งค ๋ฑ๋กํ ์ ์์ต๋๋ค. ๊ฒฝ๋งค ๋ฑ๋ก์ ์ต๋ 5๊ฐ๊น์ง ๊ฐ๋ฅํฉ๋๋ค. You cannot register more than 5 items in an auction at a time. */ MSG_AUCTION_ADD_OVER = 0x44f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ์ด์ ๊ฒฝ๋งค ๋ฌผํ์ ์
์ฐฐํ ์ ์์ต๋๋ค. ๊ฒฝ๋งค ๋ฌผํ ์
์ฐฐ์ ์ต๋ 5๊ฐ๊น์ง ๊ฐ๋ฅํฉ๋๋ค. You cannot place more than 5 bids at a time. */ MSG_RESULT_BUY_OVER = 0x450, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ญ์ ํ๋ ค๋ ๋ฉ์ผ์ ์๋ นํ์ง ์์ ์์ดํ
์ด ์์ต๋๋ค. Please accept all items from your mail before deleting. */ MSG_MAIL_DELETE_ERROR = 0x451, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ ์ ๋ชฉ์ ์
๋ ฅํ์ฌ ์ฃผ์ญ์์ค. Please enter a title. */ MSG_MAIL_SEND_ERROR = 0x452, -/*20171018 to 20180523 +/*20171018 to 20180605 /shopping : ํด๋ฆญ ํ๋ฒ์ผ๋ก ์์ ์ ์ด๊ณ ์์ ์ด๋ฆ ์ค๋ฅธ์ชฝ ํด๋ฆญ์ผ๋ก ์์ ์ ๋ซ์ต๋๋ค On Off /shopping: Enables you to open a shop with a single left-click and close your shop with a single right-click. On Off */ MSG_EXPLAIN_SHOPPING = 0x453, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋ฆญ ํ๋ฒ์ผ๋ก ์์ ์ ์ด๊ณ ์์ ์ด๋ฆ์ ์ค๋ฅธ์ชฝ ํด๋ฆญํด์ ์์ ์ ๋ซ์์์์ต๋๋ค. [/sh ON] You can now open a shop with a single left-click and close your shop with a single right-click. [sh ON]. */ MSG_SHOPPING_ON = 0x454, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋ธํด๋ฆญ ์ผ๋ก ์์ ์ ์ด๊ฒ๋ฉ๋๋ค. [/sh OFF] You can open a shop by double-clicking. [/sh OFF] */ MSG_SHOPPING_OFF = 0x455, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ์ ๋ณด๋ด๋ ค๋ฉด, ์ ๋ ์
๋ ฅ์ ์๋ฃํด์ผ ํฉ๋๋ค. Please enter zeny amount before sending mail. */ MSG_MAIL_SEND_ERROR2 = 0x456, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝ๋งค ์์๋ฃ๊ฐ ๋ถ์กฑํฉ๋๋ค. You do not have enough zeny to pay the Auction Fee. */ MSG_ADD_MONEY_FALSE = 0x457, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ๋ณด๊ธฐ View Status */ MSG_HOMUN_SHOWINFO = 0x458, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จน์ด์ฃผ๊ธฐ Feed */ MSG_HOMUN_FEEDING = 0x459, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ธฐ Stand By */ MSG_HOMUN_WAITING = 0x45a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํผ๋
ธ๋น์ค(๋จ) Super Novice (Male) */ MSG_JOB_SUPERNOVICE_M = 0x45b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํผ๋
ธ๋น์ค(์ฌ) Super Novice (Female) */ MSG_JOB_SUPERNOVICE_F = 0x45c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๊ถ์๋
Taekwon Boy */ MSG_JOB_TAEKWON_M = 0x45d, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๊ถ์๋
Taekwon Girl */ MSG_JOB_TAEKWON_F = 0x45e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ถ์ฑ(๋จ) Taekwon Master (Male) */ MSG_KWONSUNG_M = 0x45f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ถ์ฑ(์ฌ) Taekwon Master (Female) */ MSG_KWONSUNG_F = 0x460, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ธ๋ง์ปค(๋จ) Soul Linker (Male) */ MSG_SOULLINGKER_M = 0x461, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ธ๋ง์ปค(์ฌ) Soul Linker (Female) */ MSG_SOULLINGKER_F = 0x462, -/*20171018 to 20180523 +/*20171018 to 20180605 PC๋ฐฉ์๊ธ์ ๋ก 2๊ฐ์ด์์ ๊ณ์ ์ด ์ ์๋๊ณ ์์ต๋๋ค. ํ์ธํ ๋ค์ ์ฌ์ฉํ์๊ธฐ ๋ฐ๋๋๋ค. Please check the connection, more than 2 accounts are connected with Internet Cafe Time Plan. */ MSG_BAN_PC_IP_UNFAIR = 0x463, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ์์ ์ก ์๊ธ์ ์ฌ์ฉ์ ์
๋๋ค. (๋จ์๊ธฐ๊ฐ : %d์ผ) Your account is using monthly payment. (Remaining day: %d day) */ MSG_BILLING_1 = 0x464, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทํ๋ ์ ๋ ์๊ธ์ ์ฌ์ฉ์ ์
๋๋ค. (๋จ์์๊ฐ : %d์๊ฐ %๋ถ %์ด) Your account is using time limited. (Remaining time: %d hour %d minute %d second) */ MSG_BILLING_2 = 0x465, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์์ดํ
์ ๋ฉ์ผ์ ์ฒจ๋ถ ํ ์ ์๋ ์์ดํ
์
๋๋ค. This item cannot be mailed. */ MSG_MAIL_ITEM_ADD_FAILED = 0x466, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ด์ ์์ดํ
์ ๊ฐ์ง์ ์์ต๋๋ค. ์์ดํ
์ ๋ฉ์ผ๋ก ๋ณด๊ดํ๊ฒ ์ต๋๋ค. You cannot accept any more items. Please try again later. */ MSG_MAIL_ADD_ITEM_OVER_FAILURE = 0x467, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จ์ฑ Male */ MSG_PTSEX1 = 0x468, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์ฑ Female */ MSG_PTSEX2 = 0x469, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ก์ด ์ ์ ์
๋๋ค New User. */ MSG_PT_NEWUSER = 0x46a, -/*20171018 to 20180523 +/*20171018 to 20180605 E-mail์ ์บ๋ฆญํฐ๋ฅผ ์ง์ธ๋ ํ์ํฉ๋๋ค. E-mail address is required to delete a character. */ MSG_PT_ACINFO = 0x46b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํํ ํ์์ผ๋ก ์
๋ ฅํด ์ฃผ์ธ์. Please enter the correct information. */ MSG_PT_ACINFO2 = 0x46c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ํค๋ฅผ ์ฌ์ฉํ์ธ์ Please use this key. */ MSG_PT_NEWKEYINFO = 0x46d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํํ ์นด๋ ํจ์ค์๋๋ฅผ ๋ค์ ์
๋ ฅํด์ฃผ์ธ์ Please enter the correct card password. */ MSG_PT_FAIL_CARDPASS = 0x46e, -/*20171018 to 20180523 +/*20171018 to 20180605 PT์ ๋ณด PT Info */ MSG_PTID1 = 0x46f, -/*20171018 to 20180523 +/*20171018 to 20180605 PT_ID๋ %s PT_ID is %s */ MSG_PTID2 = 0x470, -/*20171018 to 20180523 +/*20171018 to 20180605 NUM_ID๋ %s NUM_ID is %s */ MSG_PTID3 = 0x471, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง์๊ฒ ์ฃผ์ํ์ธ์ Please don't forget this information. */ MSG_PTID4 = 0x472, -/*20171018 to 20180523 +/*20171018 to 20180605 1001 */ MSG_PT_ERROR_1001 = 0x473, -/*20171018 to 20180523 +/*20171018 to 20180605 1002 */ MSG_PT_ERROR_1002 = 0x474, -/*20171018 to 20180523 +/*20171018 to 20180605 1003 */ MSG_PT_ERROR_1003 = 0x475, -/*20171018 to 20180523 +/*20171018 to 20180605 1004 */ MSG_PT_ERROR_1004 = 0x476, -/*20171018 to 20180523 +/*20171018 to 20180605 1006 */ MSG_PT_ERROR_1006 = 0x477, -/*20171018 to 20180523 +/*20171018 to 20180605 1007 */ MSG_PT_ERROR_1007 = 0x478, -/*20171018 to 20180523 +/*20171018 to 20180605 1008 */ MSG_PT_ERROR_1008 = 0x479, -/*20171018 to 20180523 +/*20171018 to 20180605 1009 */ MSG_PT_ERROR_1009 = 0x47a, -/*20171018 to 20180523 +/*20171018 to 20180605 1012 */ MSG_PT_ERROR_1012 = 0x47b, -/*20171018 to 20180523 +/*20171018 to 20180605 1013 */ MSG_PT_ERROR_1013 = 0x47c, -/*20171018 to 20180523 +/*20171018 to 20180605 1014 */ MSG_PT_ERROR_1014 = 0x47d, -/*20171018 to 20180523 +/*20171018 to 20180605 1015 */ MSG_PT_ERROR_1015 = 0x47e, -/*20171018 to 20180523 +/*20171018 to 20180605 1019 */ MSG_PT_ERROR_1019 = 0x47f, -/*20171018 to 20180523 +/*20171018 to 20180605 1020 Navigation */ MSG_PT_ERROR_1020 = 0x480, -/*20171018 to 20180523 +/*20171018 to 20180605 1021 */ MSG_PT_ERROR_1021 = 0x481, -/*20171018 to 20180523 +/*20171018 to 20180605 1023 */ MSG_PT_ERROR_1023 = 0x482, -/*20171018 to 20180523 +/*20171018 to 20180605 1024 */ MSG_PT_ERROR_1024 = 0x483, -/*20171018 to 20180523 +/*20171018 to 20180605 1025 */ MSG_PT_ERROR_1025 = 0x484, -/*20171018 to 20180523 +/*20171018 to 20180605 1027 */ MSG_PT_ERROR_1027 = 0x485, -/*20171018 to 20180523 +/*20171018 to 20180605 1028 */ MSG_PT_ERROR_1028 = 0x486, -/*20171018 to 20180523 +/*20171018 to 20180605 10 */ MSG_PT_ERROR_10 = 0x487, -/*20171018 to 20180523 +/*20171018 to 20180605 20 */ MSG_PT_ERROR_20 = 0x488, -/*20171018 to 20180523 +/*20171018 to 20180605 40 */ MSG_PT_ERROR_40 = 0x489, -/*20171018 to 20180523 +/*20171018 to 20180605 50 */ MSG_PT_ERROR_50 = 0x48a, -/*20171018 to 20180523 +/*20171018 to 20180605 60 */ MSG_PT_ERROR_60 = 0x48b, -/*20171018 to 20180523 +/*20171018 to 20180605 70 */ MSG_PT_ERROR_70 = 0x48c, -/*20171018 to 20180523 +/*20171018 to 20180605 80 */ MSG_PT_ERROR_80 = 0x48d, -/*20171018 to 20180523 +/*20171018 to 20180605 90 */ MSG_PT_ERROR_90 = 0x48e, -/*20171018 to 20180523 +/*20171018 to 20180605 100 */ MSG_PT_ERROR_100 = 0x48f, -/*20171018 to 20180523 +/*20171018 to 20180605 110 */ MSG_PT_ERROR_110 = 0x490, -/*20171018 to 20180523 +/*20171018 to 20180605 30ํฌ์ธํธ๋ฅผ ๋ฐ์ผ์๊ฒ ์ต๋๊น? Do you want to receive 30 points? */ MSG_PT_POINT1 = 0x491, -/*20171018 to 20180523 +/*20171018 to 20180605 30ํฌ์ธํธ(5์๊ฐ)์ด ์ถฉ์ ๋์์ต๋๋ค 30 points (5 hours) have been added. */ MSG_PT_POINT2 = 0x492, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ๋์ง ์์ ์์ดํ
์ ๊ฒฝ๋งค์ ๋ฑ๋กํ ์ ์์ต๋๋ค. You cannot register Unidentified Items in auctions. */ MSG_AUCTION_ADD_ITEM_FAILURE = 0x493, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋น ์์ดํ
์ ๊ฒฝ๋งค์ ๋ฑ๋กํ ์ ์์ต๋๋ค. You cannot register this Consumable Item in an auction. */ MSG_AUCTION_ADD_ITEM_FAILURE2 = 0x494, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ์ฐฝ์ ์ด๋ ค๋ฉด ์นดํธ์ฐฝ์ ๋ซ์ ์ฃผ์ญ์์. Please close the Cart Window to open the Mail Window. */ MSG_CLOSE_MERCHANTITEMWND = 0x495, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นดํธ์ฐฝ์ ์ด๋ ค๋ฉด ๋ฉ์ผ์ฐฝ์ ๋ซ์ ์ฃผ์ญ์์. Please close the Mail Window to open the Cart Window. */ MSG_CLOSE_MAILWND = 0x496, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํ์ด ์ฅ์ฐฉ๋์์ต๋๋ค. Bullets have been equipped. */ MSG_MSG_BULLET_EQUIPMENT_SUCCESS = 0x497, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ์ด ๋ฐ์ก๋์์ต๋๋ค. The mail has been returned to sender. */ MSG_MAIL_RETURN_SUCCESS = 0x498, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ์ด ์กด์ฌํ์ง ์์ต๋๋ค. The mail no longer exists. */ MSG_MAIL_RETURN_FAILURE = 0x499, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์๊ฐ ๋์, ๋์ผํ IP๋ก ์ ์ํ ์ ์ ๊ฐ 30๊ฑด ์ด์์
๋๋ค. ํ์ธํ ๋ค์ ์ฌ์ฉํ์๊ธฐ ๋ฐ๋๋๋ค. More than 30 players sharing the same IP have logged into the game for an hour. Please check this matter. */ MSG_BAN_PC_IP_COUNT_ALL = 0x49a, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์๊ฐ ๋์, ๋์ผํ IP๋ก 10๋ฒ ์ด์ ์ ์๋์์ต๋๋ค. ํ์ธํ ๋ค์ ์ฌ์ฉํ์๊ธฐ ๋ฐ๋๋๋ค. More than 10 connections sharing the same IP have logged into the game for an hour. Please check this matter. */ MSG_BAN_PC_IP_COUNT = 0x49b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์์ ์ฌ์์ ํ์ญ์์ค Please restart the game. */ MSG_GAMEGUARD_RESTART = 0x49c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฉ๋ณ์ ๋ณด - ์์ณํ์
Mercenary: Archer */ MSG_MER_INFO_TYPE_ARCHER = 0x49d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฉ๋ณ์ ๋ณด - ๊ฒ์ฌํ์
Mercenary: Swordman */ MSG_MER_INFO_TYPE_SWORDMAN = 0x49e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฉ๋ณ์ ๋ณด - ์ฐฝ๋ณํ์
Mercenary: Spearman */ MSG_MER_INFO_TYPE_LANCER = 0x49f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ญ์ ์๊ฐ Expiration */ MSG_LEFT_TIME = 0x4a0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ขฐ๋ Loyalty */ MSG_MER_FRIENDLY = 0x4a1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํํ์ Summons */ MSG_MER_CALLCOUNT = 0x4a2, -/*20171018 to 20180523 +/*20171018 to 20180605 Kill */ MSG_MER_KILL = 0x4a3, -/*20171018 to 20180523 +/*20171018 to 20180605 ํซ์ด ๋ฐฐ๊ฐ ๊ณ ํ์ ๋น์ ์ ์๋งํ๊ณ ์๋ค๋ ๋๋์ด ๋ ๋ค. You can feel hatred from your pet for neglecting to feed it. */ MSG_PET_STARVING = 0x4a4, -/*20171018 to 20180523 +/*20171018 to 20180605 [POINT] ํ
์ด๋ฐ๋ฏธ์
๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [POINT] You earned %d Taming Mission Ranking Points, giving you a total of %d points. */ MSG_GANGSI_POINT = 0x4a5, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํ
์ด๋ฐ๋ฏธ์
] Target Monster : %s [Taming Mission] Target Monster: %s */ MSG_GANGSI_MISSION = 0x4a6, -/*20171018 to 20180523 +/*20171018 to 20180605 /hunting : ์ฌ๋ฅ ๋ชฉ๋ก์ ๋ณด์ฌ์ค๋๋ค. /hunting: You can check the your hunting list. */ MSG_EXPLAIN_HUNTING = 0x4a7, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] ์๋
์๊ฒ ๊ฐ๋ฅด์ณ์ฃผ์์ด์. %s๋ ๋ช ์คํฌ ์ฐ์ผ์
จ๋์? [Angel's Question] Please tell me, how many %s skills do you have? */ MSG_DEATH_Q01 = 0x4a8, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] ์๋
์๊ฒ ๊ฐ๋ฅด์ณ์ฃผ์์ด์. ์์งํ์๊ณ ์๋ ์ ๋๋ฅผ ์ญ๋ง์ผ๋ก ๋๋๋ฉด ์ผ๋ง๊ฐ ๋์๋์? [Angel's Question] Please tell me, how much zeny you'll have if you divide it by 100,000? */ MSG_DEATH_Q02 = 0x4a9, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] ์๋
์๊ฒ ๊ฐ๋ฅด์ณ์ฃผ์์ด์. ์ค๋์ด ๋ช์ผ์ด์ ์ง ์์๋์? [Angel's Question] Please tell me, what is today's date? */ MSG_DEATH_Q03 = 0x4aa, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] ์๋
์๊ฒ ๊ฐ๋ฅด์ณ์ฃผ์์ด์. %s์ ์ง๊ธ ๋ช์ด์ ๊ฐ์? [Angel's Question] Please tell me, how many %s do you have? */ MSG_DEATH_Q04 = 0x4ab, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์๋
ธ, ํ๊ถ๊ณ์ด, ๋ฌด๋๊ณ์ด์ ๋ด๋นํ๊ณ ์๋ SiYeon์จ์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in SiYeon's name? */ MSG_DEATH_Q05 = 0x4ac, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ๊ท์ฝ๊ณ ์ด์ฌ์ ๋ผ๊ทธ๋๋กํฌ์ ํ๋ก์ธ Munak์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in Munak's name? */ MSG_DEATH_Q06 = 0x4ad, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ ๊ฐ ์ด์ฌ๋ปํ๋ Bongun์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in Bongun's name? */ MSG_DEATH_Q07 = 0x4ae, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ ํฌ๊ฐ ์กด์ฌํ๋ ์จ๋ผ์ธ์ธ๊ณ Ragnarok์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, Ragnarok? */ MSG_DEATH_Q08 = 0x4af, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ธ์ ๋ Online์ํ์ธ ์ฒ์ฌ๋๋ฃ๋ค์ ํฐํ์ด ๋์ด์ฃผ์ฃ . Online์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, online? */ MSG_DEATH_Q09 = 0x4b0, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ฃฝ์๋ ๋๋ ค์ํ์ง์๋ ๊ธฐ์ฌ๋ค์ ์์งํ๋ ๋จ์ด์ธ Death์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, death? */ MSG_DEATH_Q10 = 0x4b1, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ๊ธฐ์ฌ๋ค์ ๋๋ฌด ๋ฉ์ง๋ค๊ณ ์๊ฐํด์. Knight์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, knight? */ MSG_DEATH_Q11 = 0x4b2, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ค๋ ฅ์ ๋ปํ๋ ๋จ์ด์ธ Gravity์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, gravity? */ MSG_DEATH_Q12 = 0x4b3, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ์ด๋ ์์์๋ ๋ฐ๊ฒ ์ฌ๋๊ฒ ์ค์ํ์ง์. Dark์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, dark? */ MSG_DEATH_Q13 = 0x4b4, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์์ง๋ฌธ] A๋ 1์ด๊ณ Z๋ 26์ด์ด์. ๋ญ๋ ์ง ์์งํ๋ Collector์ ์ํ๋ฒณ์ ๋ํ๋ฉด ๋ช์ด ๋๋์? [Angel's Question] If A is 1, B is 2, and so on, and if Z is 26, what number do you get if you add the letters in the word, collecter? */ MSG_DEATH_Q14 = 0x4b5, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์๋๋ต] ์๋
์๊ฒ ์ ํํ ์ฌ์ค์ ๊ฐ๋ฅด์ณ์ฃผ์
์ ๊ฐ์ฌํ์ต๋๋ค. [Angel's Answer] Thank you for letting me know~ */ MSG_DEATH_R01 = 0x4b6, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์๋๋ต] ์ฌ๋์ค๋ฌ์ฐ์ ๋ถ์ด์๊ตฐ์. ์๋
๊ฐํํ์ฌ์ต๋๋ค. [Angel's Answer] I'm very pleased with your answer. You are a splendid adventurer. */ MSG_DEATH_R02 = 0x4b7, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฒ์ฌ์๋๋ต] ์๋
์ค๋งํ์ฌ์ต๋๋ค. [Angel's Answer] You've disappointed me... */ MSG_DEATH_R05 = 0x4b8, -/*20171018 to 20180523 +/*20171018 to 20180605 [POINT] ๋ญํนํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [Point] You earned %d Ranking Points, giving you a total of %d Ranking Points. */ MSG_DEATH_POINT = 0x4b9, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]์ ์์ง ์บ์ : %d ์บ์ [%s]'s Points: %d Points */ MSG_POINT_SHOP = 0x4ba, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํํ์ง ์์ ์บ๋ฆญํฐ๋ ์ญ์ ๋ฉ๋๋ค. ์๋ฃํ์๊ฒ ์ต๋๊น? Unselected Characters will be deleted. Continue? */ MSG_CONFIRM_SELECT_CHARACTERS = 0x4bb, -/*20171018 to 20180523 +/*20171018 to 20180605 9๊ฐ ์ด์ ์ ํํ์ค ์ ์์ต๋๋ค. You cannot select more than 8. */ MSG_ERROR_SELECT_CHARACTERS = 0x4bc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ๋ช
์ '%s' (์ผ)๋ก ๋ณ๊ฒฝํ์๊ฒ ์ต๋๊น? Do you want to change your name to '%s'? */ MSG_CONFIRM_TO_CHANGE_NAME = 0x4bd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ๋ช
์ด ์ฑ๊ณต์ ์ผ๋ก ๋ณ๊ฒฝ๋์์ต๋๋ค. Character Name has been changed successfully. */ MSG_CHANGE_NAME_SUCCESS = 0x4be, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ๋ช
๋ณ๊ฒฝ์ด ์คํจํ์์ต๋๋ค. You have failed to change this character's name. */ MSG_CHANGE_NAME_FAILURE = 0x4bf, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ ๋ฒ์ ํ ์ข
๋ฅ์ ์์ดํ
๋ง ๊ตฌ๋งคํ ์ ์์ต๋๋ค. You can purchase only one kind of item at a time. */ MSG_CAN_BUY_ONLY_ONEITEM = 0x4c0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ๊ฐ ํ๊ฐ๋ ์ ํ๋์ง ์์์ต๋๋ค. ๋ฐ๋์ ํ๊ฐ ์ด์์ ์บ๋ฆญํฐ๋ฅผ ์ ํํ์ฌ์ผ ํฉ๋๋ค. No characters were selected. You must select at least one character. */ MSG_NO_SELECT_CHARACTERS = 0x4c1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ์บ๋ฆญํฐ๋ช
์ ๋ณ๊ฒฝํ ์ ์ด ์์ต๋๋ค. ๋ ์ด์ ๋ณ๊ฒฝ ํ ์ ์์ต๋๋ค. This character's name has already been changed. You cannot change a character's name more than once. */ MSG_ALREADY_CHANGED_NAME = 0x4c2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์ฉ์ ์ ๋ณด๊ฐ ์ ํํ์ง ์์ต๋๋ค. User Information is not correct. */ MSG_NOTREGISTED_USER = 0x4c3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค๋ฅธ ์ฌ์ฉ์๊ฐ ๊ฐ์ ์บ๋ฆญํฐ ๋ช
์ ๋จผ์ ์ฌ์ฉํ์์ต๋๋ค. ๋ค๋ฅธ ์บ๋ฆญํฐ๋ช
์ ์ฌ์ฉํ์ฌ ์ฃผ์ญ์์. Another user is using this character name, so please select another one. */ MSG_DUPLICATED_CHAR_NAME = 0x4c4, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ฅ ๊ถํ์ด ์์ด ํํฐ์์ ์ํํ์ง ๋ชปํ์ต๋๋ค. The party member was not summoned because you are not the party leader. */ MSG_CANNOT_PARTYCALL = 0x4c5, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๋งต์๋ ์ํ๋ ํํฐ์์ด ์กด์ฌํ์ง ์์ต๋๋ค. There is no party member to summon in the current map. */ MSG_NO_PARTYMEM_ON_THISMAP = 0x4c6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์ง์ญ์์ ๋ณด์ค๋ชฌ์คํฐ์ ํ์ ์ ์ฐพ์ ์๊ฐ ์์ต๋๋ค. You cannot find any trace of a Boss Monster in this area. */ MSG_NOTFIND_BOSSMON = 0x4c7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ค ๋ชฌ์คํฐ '%s'(์ด)๊ฐ %d์๊ฐ %d๋ถ ํ์ ๋ฑ์ฅํฉ๋๋ค. Boss Monster, '%s' will appear in %02d hour(s) and %02d minute(s). */ MSG_APPEARANCE_TIME_OF_BOSSMON = 0x4c8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ค ๋ชฌ์คํฐ '%s'์ ์์น๊ฐ ๋ฏธ๋๋งต์ ํ์๋ฉ๋๋ค. The location of Boss Monster, '%s', will be displayed on your Mini-Map. */ MSG_SHOW_POSITION_OF_BOSSMON = 0x4c9, -/*20171018 to 20180523 +/*20171018 to 20180605 '%s'๋ฅผ ๊ฐ๋ด ํ์๊ฒ ์ต๋๊น? ^ff0000์์๋ฅผ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.^000000 ํ๋ฒ ๊ฐ๋ด ๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ ์ธ์ ๋ค๋ฅธ ์ด๋์ ๋ถ๊ฐํ๋ฉฐ ์๋ ์์ดํ
์ ์ฐฝ๊ณ ์ ์ฅ๋ ๋ถ๊ฐํฉ๋๋ค. ํ์ ์์ดํ
์ ๊ฑฐ๋ ๋ฐ ์ด๋์ด ๊ฐ๋ฅ ํฉ๋๋ค. ๋์ผํ ์์ดํ
์ ์ค๋ณต ์ฌ์ฉํ๋๋ผ๋ ํจ๊ณผ๊ฐ ์ค์ฒฉ๋์ง ์์ต๋๋ค. Do you want to open '%s'? Once opened, the contents cannot be moved to other locations aside from the Kafra Storage. The item effect isn't doubled, even if the same items are used more than once. */ MSG_CONFIRM_TO_OPEN_CASH_ITEM = 0x4ca, -/*20171018 to 20180523 +/*20171018 to 20180605 NPC๊ฐ ์กด์ฌํ์ง ์์ ๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. The Purchase has failed because the NPC does not exist. */ MSG_BUY_CASH_FAIL_NPC = 0x4cb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋ถ ์ ๋ฃํ ์์คํ
์ด ์ ์ ์๋ํ์ง ์์ ๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. The Purchase has failed because the Kafra Shop System is not working correctly. */ MSG_BUY_CASH_FAIL_SYSTEM = 0x4cc, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตํ์ค์๋ ์์ดํ
์ ๊ตฌ๋งค ํ ์ ์์ต๋๋ค. You cannot purchase items while you are in a trade. */ MSG_BUY_CASH_FAIL_EXCHANGE = 0x4cd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ๋ณด๊ฐ ์ ํํ์ง ์์ ๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. The Purchase has failed because the Item Information was incorrect. */ MSG_BUY_CASH_FAIL_ITEM_ID = 0x4ce, -/*20171018 to 20180523 +/*20171018 to 20180605 STR์ด ํฅ์๋์์ต๋๋ค. STR has increased. */ MSG_ENST_STR = 0x4cf, -/*20171018 to 20180523 +/*20171018 to 20180605 STR์ด ์๋๋๋ก ๋์์์ต๋๋ค. STR has returned to normal. */ MSG_DSST_STR = 0x4d0, -/*20171018 to 20180523 +/*20171018 to 20180605 AGI์ด ํฅ์๋์์ต๋๋ค. AGI has increased. */ MSG_ENST_AGI = 0x4d1, -/*20171018 to 20180523 +/*20171018 to 20180605 AGI์ด ์๋๋๋ก ๋์์์ต๋๋ค. AGI has returned to normal. */ MSG_DSST_AGI = 0x4d2, -/*20171018 to 20180523 +/*20171018 to 20180605 VIT์ด ํฅ์๋์์ต๋๋ค. VIT has increased. */ MSG_ENST_VIT = 0x4d3, -/*20171018 to 20180523 +/*20171018 to 20180605 VIT์ด ์๋๋๋ก ๋์์์ต๋๋ค. VIT has returned to normal. */ MSG_DSST_VIT = 0x4d4, -/*20171018 to 20180523 +/*20171018 to 20180605 INT์ด ํฅ์๋์์ต๋๋ค. INT has increased. */ MSG_ENST_INT = 0x4d5, -/*20171018 to 20180523 +/*20171018 to 20180605 INT์ด ์๋๋๋ก ๋์์์ต๋๋ค. INT has returned to normal. */ MSG_DSST_INT = 0x4d6, -/*20171018 to 20180523 +/*20171018 to 20180605 DEX์ด ํฅ์๋์์ต๋๋ค. DEX has increased. */ MSG_ENST_DEX = 0x4d7, -/*20171018 to 20180523 +/*20171018 to 20180605 DEX์ด ์๋๋๋ก ๋์์์ต๋๋ค. DEX has returned to normal. */ MSG_DSST_DEX = 0x4d8, -/*20171018 to 20180523 +/*20171018 to 20180605 LUK์ด ํฅ์๋์์ต๋๋ค. LUK has increased. */ MSG_ENST_LUK = 0x4d9, -/*20171018 to 20180523 +/*20171018 to 20180605 LUK์ด ์๋๋๋ก ๋์์์ต๋๋ค. LUK has returned to normal. */ MSG_DSST_LUK = 0x4da, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํผ์จ์ด ํฅ์๋์์ต๋๋ค. Flee Rate (Flee) has increased. */ MSG_ENST_AVOIDANCE = 0x4db, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํผ์จ์ด ์๋๋๋ก ๋์์์ต๋๋ค. Flee Rate has returned to normal. */ MSG_DSST_AVOIDANCE = 0x4dc, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ช
์ค๋ฅ ์ด ํฅ์๋์์ต๋๋ค. Accuracy Rate (Hit) has increased. */ MSG_ENST_HIT = 0x4dd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ช
์ค๋ฅ ์ด ์๋๋๋ก ๋์์์ต๋๋ค. Accuracy Rate has returned to normal. */ MSG_DSST_HIT = 0x4de, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฌ๋ฆฌํฐ์ปฌ ํ๋ฅ ์ด ํฅ์๋์์ต๋๋ค. Critical Attack (Critical) has increased. */ MSG_ENST_CRITICALSUCCESSVALUE = 0x4df, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฌ๋ฆฌํฐ์ปฌ ํ๋ฅ ์ด ์๋๋๋ก ๋์์์ต๋๋ค. Critical Attack has returned to normal. */ MSG_DSST_CRITICALSUCCESSVALUE = 0x4e0, -/*20171018 to 20180523 +/*20171018 to 20180605 30๋ถ๊ฐ ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 50%% ์ฆ๊ฐํฉ๋๋ค. You will receive 1.5 times more EXP from hunting monsters for the next 30 minutes. */ MSG_PLUSEXP = 0x4e1, -/*20171018 to 20180523 +/*20171018 to 20180605 30๋ถ๋ด ์ฌ๋ง์ 1ํ์ ํํด ๊ฒฝํ์น ๊ฐ์๊ฐ ์ผ์ด๋์ง ์์ต๋๋ค. This character will not receive any EXP penalty if killed within the next 30 minutes. */ MSG_DDEATHPENALTY = 0x4e2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด 30๋ถ๊ฐ 2๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. Regular item drops from monsters will be doubled for the next 30 minutes. */ MSG_RECEIVEITEM = 0x4e3, -/*20171018 to 20180523 +/*20171018 to 20180605 10๋ถ๊ฐ ๋งต ๋ด์ ์ถํ ๊ฐ๋ฅํ ๋ณด์ค ๋ชฌ์คํฐ์ ๋ํ ์ ๋ณด๋ฅผ ์๋ดํด ๋๋ฆฝ๋๋ค. Boss Monster Map Information for the next 10 minutes. */ MSG_BOSS_ALARM = 0x4e4, -/*20171018 to 20180523 +/*20171018 to 20180605 ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ 7์ผ ์ด๋ด์๋ ์ฒญ์ฝ ์ฒ ํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. ๋ค๋ง, 7์ผ์ด ์ง๋ฌ๊ฑฐ๋ ์์ดํ
์ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.๋ํ ๊ตฌ๋งค์ ์ฌ์ฉ๋ ๋ฌด๋ฃ์บ์๋ ์ฒญ์ฝ์ฒ ํ์ ๋ฐํ๋์ง ์์ต๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. Do you really want to purchase this item? %d points will be deducted from your total Kafra Credit Points. */ MSG_BUY_RECONFIRM = 0x4e5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ์๊ฐ ๋ถ์กฑํฉ๋๋ค. You do not have enough Kafra Credit Points. */ MSG_BUY_CASH_FAIL_MONEY = 0x4e6, -/*20171018 to 20180523 +/*20171018 to 20180605 ^ff0000ํ๊ธฐ์ผ์: %s^000000 ^ff0000Expiration Date: %s^000000 */ MSG_NOTICE_TO_DELETE_TIME = 0x4e7, -/*20171018 to 20180523 +/*20171018 to 20180605 '%s'์์ดํ
์ ์ฌ์ฉ์๊ฐ์ด %d๋ถ ๋จ์์ต๋๋ค. The '%s' item will disappear in %d minutes. */ MSG_NOTICE_TO_REMAIN_ITEMUSINGTIME = 0x4e8, -/*20171018 to 20180523 +/*20171018 to 20180605 1๋ถ ํ, '%s'์์ดํ
์ด ์ธ๋ฒคํ ๋ฆฌ์์ ์ญ์ ๋ฉ๋๋ค. '%s' item will be deleted from the Inventory in 1 minute. */ MSG_LAST_NOTICE_TO_REMAIN_ITEMUSINGTIME = 0x4e9, -/*20171018 to 20180523 +/*20171018 to 20180605 '%s'์์ดํ
์ด ์ธ๋ฒคํ ๋ฆฌ์์ ์ญ์ ๋์์ต๋๋ค. '%s' item has been deleted from the Inventory. */ MSG_NOTICE_TO_DELETE_ITEM = 0x4ea, -/*20171018 to 20180523 +/*20171018 to 20180605 Input Number */ MSG_INPUT_NUMBER = 0x4eb, -/*20171018 to 20180523 +/*20171018 to 20180605 %m์ %d์ผ %H์ %M๋ถ %m/%d %H:%M */ MSG_TIME_TYPE2 = 0x4ec, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ค ๋ชฌ์คํฐ '%s'(์ด)๊ฐ ์ ์ ํ์ ๋ฑ์ฅํฉ๋๋ค. Boss Monster '%s' will appear within 1 minute. */ MSG_APPEARANCE_TIME_OF_BOSSMON2 = 0x4ed, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฉ๋ณ ์คํฌ๋ชฉ๋ก Mercenary Soldier Skill List */ MSG_MER_SKILLLIST = 0x4ee, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ธ๋์ ฌ์คํค 1๊ฐ์ ๋ฐฑ๋ง์ ๋๋ฅผ ์๋ชจํ๋ ๋ง๋ฒ์ ์คํ์ ๋์ํฉ๋๊น? Do you agree to cast the magic spell that consumes 1 Black Gemstone and 1,000,000 Zeny? */ MSG_DA_EXP_ACCEPT = 0x4ef, -/*20171018 to 20180523 +/*20171018 to 20180605 [POINT] ์ฝ๋ ํฐ๋ญํน ํฌ์ธํธ๊ฐ %d ์์นํด์ %d ํฌ์ธํธ๊ฐ ๋์์ต๋๋ค. [Point] You have gained %d Collector Rank Points; you now have a total of %d Collector Rank Points. */ MSG_COLLECTOR_POINT = 0x4f0, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฝ๋ ํฐ๋ญํน] Target Item : %s [Collector Rank] Target Item: %s */ MSG_COLLECTOR_MISSION = 0x4f1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฉ๋ณ ์ฌ์ฉ์๊ฐ์ด ๋ง๋ฃ๋์์ต๋๋ค. The mercenary contract has expired. */ MSG_MER_FINISH = 0x4f2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฉ๋ณ์ด ์ฌ๋งํ์์ต๋๋ค. The mercenary has died. */ MSG_MER_DIE = 0x4f3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฉ๋ณ์ด ํด๊ณ ๋์์ต๋๋ค. You have released the mercenary. */ MSG_MER_RETIRE = 0x4f4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฉ๋ณ์ด ๋๋ง๊ฐ์ต๋๋ค. The mercenary has run away. */ MSG_MER_RUNAWAY = 0x4f5, -/*20171018 to 20180523 +/*20171018 to 20180605 '%s'์์ดํ
์ ์ฌ์ฉ์๊ฐ์ด %d์ด ๋จ์์ต๋๋ค. The '%s' item will disappear in %d seconds. */ MSG_NOTICE_TO_REMAIN_ITEMUSINGTIME2 = 0x4f6, -/*20171018 to 20180523 +/*20171018 to 20180605 PC๋ฐฉ ํ๋ฆฌ๋ฏธ์ ์๋น์ค : ๊ฒฝํ์น %d%% ์ฆ๊ฐ, ์ฌ๋ง ํ๋ํฐ %d%% ๊ฐ์, ๋๋กญ์จ %d%% ์ฆ๊ฐ IP Bonus: EXP/JEXP %d%%, Death Penalty %d%%, Item Drop %d%% */ MSG_PCBANG_EVENT = 0x4f7, -/*20171018 to 20180523 +/*20171018 to 20180605 24์๊ฐ ์ดํ์ ์๋ํ์ธ์ Symbols in Character Names are forbidden. */ MSG_LIMIT_CHAR_DELETE = 0x4f8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฉ๋ณ์ด ์ฌ์ฉ์ ์ธ๊ณต์ง๋ฅ์ผ๋ก ๋์ํฉ๋๋ค. Mercenary will follow custom AI. */ MSG_MER_USERAI_ON = 0x4f9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฉ๋ณ์ด ๊ธฐ๋ณธ ์ธ๊ณต์ง๋ฅ์ผ๋ก ๋์ํฉ๋๋ค. Mercenary will follow basic AI. */ MSG_MER_USERAI_OFF = 0x4fa, -/*20171018 to 20180523 +/*20171018 to 20180605 %s๋์ %s's */ MSG_CHARACTER_NAME = 0x4fb, -/*20171018 to 20180523 +/*20171018 to 20180605 %s๋์ด %s ์์ดํ
์ ํ๋ํ์
จ์ต๋๋ค. %s has acquired %s. */ MSG_ITEM_PICKUP_PARTY = 0x4fc, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฐ ์ฑํ
๋ฉ์์ง ํ์ Public Chat Display */ MSG_VIEW_CHAT_MSG = 0x4fd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ท์๋ง ์ฑํ
๋ฉ์์ง ํ์ Whisper Display */ MSG_VIEW_WHISPER_MSG = 0x4fe, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ์ฑํ
๋ฉ์์ง ํ์ Party Chat Display */ MSG_VIEW_PARTY_MSG = 0x4ff, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ์ฑํ
๋ฉ์์ง ํ์ Guild Chat Display */ MSG_VIEW_GUILD_MSG = 0x500, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
ํ๋/๋๋กญ ๋ฉ์์ง ํ์ Item Get/Drop Message Display */ MSG_VIEW_GET_ITEM_MSG = 0x501, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น ์ฅ์ฐฉ/ํด์ ๋ฉ์์ง ํ์ Equipment On/Off Message Display */ MSG_VIEW_EQUIP_MSG = 0x502, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ์ด์ ๋ฉ์์ง ํ์ Abnormal Status Message Display */ MSG_VIEW_CHANGE_STATUS_MSG = 0x503, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์์ ์ฃผ์ ์์ดํ
ํ๋ ๋ฉ์์ง ํ์ Party Member's Obtained Item Message Display */ MSG_VIEW_GET_ITEM_PARTY_MSG = 0x504, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์์ ์ํ์ด์ ๋ฉ์์ง ํ์ Party Member's Abnormal Status Message Display */ MSG_VIEW_CHANGE_STATUS_PARTY_MSG = 0x505, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ ์ฌ์ฉ ์คํจ ๋ฉ์์ง ํ์ Skill Failure Message Display */ MSG_VIEW_FAIL_SKILL_MSG = 0x506, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ์ค์ ๋ฉ์์ง ํ์ Party Configuration Message Display */ MSG_VIEW_PARTY_SETUP_MSG = 0x507, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น ์์ ๋ฉ์์ง ํ์ Damaged Equipment Message Display */ MSG_VIEW_DAMAGED_EQUIP_MSG = 0x508, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฐํ ๋ฉ์์ง ์ฐฝ ํ์ ์ ๋ณด Battle Message Window Display */ MSG_BATTLE_CHAT_WND_OPTION = 0x509, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]์ ์์ง ํ์ฝ์ธ : %d ํ์ฝ์ธ [%s]'s Han Coin: %d Han Coin */ MSG_POINT_SHOP_NHN = 0x50a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ๋ฐ ๋ฉ์์ง Public Log */ MSG_ST_CHAT = 0x50b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฐํ ๋ฉ์์ง Battle Log */ MSG_BT_CHAT = 0x50c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋ํฐ ์ธ์ฆ. Mobile Authentication */ MSG_PHONE_CONFIRM = 0x50d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฝ๊ธฐ Read */ MSG_BOOK_READ = 0x50e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋๋ญ๋
Auto Read */ MSG_BOOK_AUTOREAD = 0x50f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑ
๊ฐํผ Bookmark */ MSG_BOOK_KEEP = 0x510, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ ํ์ด์ง Previous */ MSG_BOOK_PREV = 0x511, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค์ํ์ด์ง Next */ MSG_BOOK_NEXT = 0x512, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ซ๊ธฐ Close */ MSG_BOOK_CLOSE = 0x513, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์ฅ๋น๊ฐ ์์๋์์ต๋๋ค. %s's Equipment has been damaged. */ MSG_DAMAGED_EQUIP = 0x514, -/*20171018 to 20180523 +/*20171018 to 20180605 %s๋์ %s ์์๋์์ต๋๋ค. %s's %s was damaged. */ MSG_DAMAGED_EQUIP_PARTY = 0x515, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ธฐ๊ฐ Weapon */ MSG_DAMAGED_WEAPON = 0x516, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ท์ด Armor */ MSG_DAMAGED_BODY = 0x517, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ ๋ฒจ์ด ๋ถ์กฑํฉ๋๋ค. ํํฐ๊ฐ์
๋ถ๋ฅ Insufficient Skill Level for joining a Party */ MSG_NOT_ENOUGH_SKILLLEVE5_2 = 0x518, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]์ ๋ฌด๋ฃ ์บ์ : %d ์บ์ [%s]'s Free Cash: %d Cash */ MSG_POINT_SHOP2 = 0x519, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๋ฃ ์บ์ ์ฌ์ฉ : Use Free Cash: */ MSG_USE_FREE_POINT = 0x51a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ์ Cash */ MSG_CASH = 0x51b, -/*20171018 to 20180523 +/*20171018 to 20180605 http://payment.ro.hangame.com/index.asp */ MSG_SETTLE_WEB_URL_HANGAME = 0x51c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทธ๋ผ๋นํฐ ํ์ ์ ๋ณด๋์๋ฅผ ํ์
์ผ ์ฌ์ฉํ ์ ์์ต๋๋ค. You need to accept the Privacy Policy from Gravity in order to use the service. */ MSG_BAN_GRAVITY_MEM_AGREE = 0x51d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ฉ์ฝ๊ด์ ๋์๋ฅผ ํ์
์ผ ๋ณธ ์๋น์ค๋ฅผ ์ด์ฉํ์ค ์ ์์ต๋๋ค. You need to accept the User Agreement in order to use the service. */ MSG_BAN_GAME_MEM_AGREE = 0x51e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
๋ ฅํ์ ์์ด๋์ ๋น๋ฐ๋ฒํธ๊ฐ ๋ฑ๋ก๋ ์ ๋ณด์ ์ผ์นํ์ง ์์ต๋๋ค. Incorrect or nonexistent ID. */ MSG_BAN_HAN_VALID = 0x51f, -/*20171018 to 20180523 +/*20171018 to 20180605 ^ff0000๋ณธ ์์ดํ
์ ๊ตฌ๋งค ํ 7์ผ ์ด๋ด์๋ ์ฒญ์ฝ ์ฒ ํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. ๋ค๋ง, 7์ผ์ด ์ง๋ฌ๊ฑฐ๋ ์์ดํ
์ ๊ฐ๋ดํ์๋ฉด ์ฒญ์ฝ ์ฒ ํ ๋์์์ ์ ์ธ ๋ฉ๋๋ค.๋ํ ๊ตฌ๋งค์ ์ฌ์ฉ๋ ๋ฌด๋ฃ์บ์๋ ์ฒญ์ฝ์ฒ ํ์ ๋ฐํ๋์ง ์์ต๋๋ค.^000000 ์ ๋ง๋ก ์์ดํ
์ ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? ๊ตฌ๋งคํ์ค ๊ฒฝ์ฐ ์ผ๋ฐ %d์บ์, ๋ฌด๋ฃ %d์บ์๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. Do you really want to purchase these items? You will spend %d Regular Cash Points and %d Free Cash Points. */ MSG_BUY_RECONFIRM2 = 0x520, -/*20171018 to 20180523 +/*20171018 to 20180605 %d์๊ฐ์ด ๊ฒฝ๊ณผํ์์ต๋๋ค. %d hour(s) has passed. */ MSG_NOTIFY_PLAYTIME1 = 0x521, -/*20171018 to 20180523 +/*20171018 to 20180605 %d์๊ฐ %d๋ถ์ด ๊ฒฝ๊ณผํ์์ต๋๋ค. %d hour(s) %d minute(s) has passed. */ MSG_NOTIFY_PLAYTIME2 = 0x522, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์์ ์ข
๋ฃํ์ธ์, ๊ฒฝํ์น ๋ฐ ๋ชจ๋ ๊ฒ 50%๋ก ์กฐ์ ๋ฉ๋๋ค Please stop playing the game, and take a break. Exp and other features will be reduced to 50%. */ MSG_WARNING_MSG1 = 0x523, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๊ฑด์ ์๊ฐ๋์ ์ ์ด๋ค์์ต๋๋ค. ๊ฒ์์ ์ข
๋ฃํ์ธ์, ๊ฒฝํ์น ๋ฐ ๋ชจ๋ ๊ฒ 0%๋ก ์กฐ์ ๋ฉ๋๋ค Please stop playing the game since you'll need to rest. Exp and other features will be fixed to 0%. */ MSG_WARNING_MSG2 = 0x524, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์คํธ ๋ชฉ๋ก Quest List */ MSG_QUESTWIN = 0x525, -/*20171018 to 20180523 +/*20171018 to 20180605 RO SHOP RO Shop */ MSG_RO_SHOP = 0x526, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ์์์๋ ์ด์ ๋ก ์คํจ ํ์์ต๋๋ค. Memorial Dungeon, '%s' is booked. */ MSG_MDUNGEON_SUBSCRIPTION_ERROR_UNKNOWN = 0x527, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ์์ฝ์ค๋ณต์ผ๋ก ์คํจ ํ์์ต๋๋ค. Failed to book Memorial Dungeon, '%s'. */ MSG_MDUNGEON_SUBSCRIPTION_ERROR_DUPLICATE = 0x528, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ๊ถํ๋ฌธ์ ๋ก ์คํจ ํ์์ต๋๋ค. Memorial Dungeon, '%s' is already booked. */ MSG_MDUNGEON_SUBSCRIPTION_ERROR_RIGHT = 0x529, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ์ค๋ณต์์ฑ์์ฒญ์ผ๋ก ์คํจํ์์ต๋๋ค. Memorial Dungeon, '%s' is created. Please enter in 5 minutes. */ MSG_MDUNGEON_SUBSCRIPTION_ERROR_EXIST = 0x52a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ทจ์๊ฐ ์คํจ ํ์์ต๋๋ค. Failed to create Memorial Dungeon, '%s'. Please try again. */ MSG_MDUNGEON_SUBSCRIPTION_CANCEL_FAIL = 0x52b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋๋ฐฉ์ด ํํฐ ์ด๋ ๊ฑฐ๋ถ ์ํ์
๋๋ค. The character blocked the party invitation. */ MSG_JOINMSG_REFUSE = 0x52c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋ ํํฐ ์ด๋๋ฅผ ๊ฑฐ๋ถํฉ๋๋ค. Block all party invitations. */ MSG_INVITE_PARTY_REFUSE = 0x52d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋ ํํฐ ์ด๋๋ฅผ ์๋ฝํฉ๋๋ค. Allow all party invitations. */ MSG_INVITE_PARTY_ACCEPT = 0x52e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐฉ์ฉํ์๋ฉด ์ด ์์ดํ
์ ์๊ตฌ ๊ท์๋ฉ๋๋ค. ์ฐฉ์ฉํ์๊ฒ ์ต๋๊น? This item will be permanently bound to this character once it is equipped. Do you really want to equip this item? */ MSG_YOURITEM_EQUIP = 0x52f, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์์ดํ
์ด ๊ท์๋์์ต๋๋ค. %s is now permanently bound to this character. */ MSG_YOURITEM_EQUIPED = 0x530, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ์๊ฐ ๋ถ์กฑํฉ๋๋ค. ๋ฌด๋ฃ ์บ์ ํฌ์ธํธ๋ฅผ ์
๋ ฅํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. You do not have enough Kafra Credit Points. Please enter whether you have free credit points. */ MSG_BUY_TO_FREE_POINT = 0x531, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ๊ฐ์
์์ฒญ Request to Join Party */ MSG_REQ_JOIN_PARTY3 = 0x532, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต์ฑ ์ ๋ณด ๋ฉ์์ง ํ์ Display WOE Info */ MSG_VIEW_SIEGE_INFO_MSG = 0x533, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s'์ ์์ฝ์ด ์ทจ์ ๋์์ต๋๋ค. Memorial Dungeon %s's reservation has been canceled. */ MSG_MDUNGEON_SUBSCRIPTION_CANCEL_SUCCESS = 0x534, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ '%s' ์์ฑ์ ์คํจํ์์ต๋๋ค. ๋ค์ ์๋ ํ์ธ์. Failed to create Memorial Dungeon %s. Please try again. */ MSG_MDUNGEON_CREATE_FAIL = 0x535, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์ฅ์์์๋ ์ฌ์ฉํ ์ ์๋ ์คํฌ์
๋๋ค. This skill cannot be used within this area. */ MSG_IMPOSSIBLE_SKILL_AREA = 0x536, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์ฅ์์์๋ ์ฌ์ฉํ ์ ์๋ ์์ดํ
์
๋๋ค. This item cannot be used within this area. */ MSG_IMPOSSIBLE_USEITEM_AREA = 0x537, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ Memorial Dungeon */ MSG_MEMORIAL_DUN = 0x538, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ๋๊ธฐ์ค %s in Standby */ MSG_MEMORIAL_DUN_WAITING = 0x539, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์
์ฅ ๊ฐ๋ฅ %s Available */ MSG_MEMORIAL_DUN_READY = 0x53a, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์งํ์ค %s in Progress */ MSG_MEMORIAL_DUN_IN = 0x53b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ฐ ์์ ์
์ฅํ์ง ์์ ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด ์ฌ๋ผ์ก์ต๋๋ค. No one entered the Memorial Dungeon within its duration; the dungeon has disappeared. */ MSG_MEMORIAL_DUN_OUT1 = 0x53c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ฉํ์๋ ค๋ฉด ์ด์ฉ ์ ์ฒญ์ ์ฒ์๋ถํฐ ๋ค์ ํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Please apply for dungeon entry again to play in this dungeon. */ MSG_MEMORIAL_DUN_OUT2 = 0x53d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ธฐ ์์ : ^ff0000%d^000000 Your Standby Priority: ^ff0000%d^000000 */ MSG_MEMORIAL_DUN_PRIORITY = 0x53e, -/*20171018 to 20180523 +/*20171018 to 20180605 ^ff0000%s^000000 ๋ด์ ์
์ฅํ์ง ์์ ๊ฒฝ์ฐ ์ ์ฒญํ์ ๋์ ์ด ์ญ์ ๋ฉ๋๋ค. The requested dungeon will be removed if you do not enter within ^ff0000%s^000000. */ MSG_MEMORIAL_DUN_NOTIFY = 0x53f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ ๋ฏธ์
์ ํ ์๊ฐ : Dungeon Mission Time Limit: */ MSG_MEMORIAL_DUN_NOTIFY2 = 0x540, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์์ฝ์ด ์ทจ์๋์์ต๋๋ค. The Memorial Dungeon reservation has been canceled. */ MSG_MEMORIAL_DUN_CANCEL = 0x541, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด ์ ์ง ์๊ฐ ์ ํ์ ์ํด ํ๊ดด๋์์ต๋๋ค. The Memorial Dungeon duration expired; it has been destroyed. */ MSG_MEMORIAL_DUN_LIVE_TIME_OUT = 0x542, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด ์
์ฅ ์๊ฐ ์ ํ์ ์ํด ํ๊ดด๋์์ต๋๋ค. The Memorial Dungeon's entry time limit expired; it has been destroyed. */ MSG_MEMORIAL_DUN_ENTER_TIME_OUT = 0x543, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด ์ญ์ ๋์์ต๋๋ค. The Memorial Dungeon has been removed. */ MSG_MEMORIAL_DUN_DESTROY_REQUEST = 0x544, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ ์์คํ
์ค๋ฅ๊ฐ ๋ฐ์ํ์์ต๋๋ค. ์ ์์ ์ธ ๊ฒ์ ์งํ์ ์ํด ์ฌ์ ์์ ํด์ฃผ์ญ์์ค. A system error has occurred in the Memorial Dungeon. Please relog in to the game to continue playing. */ MSG_MEMORIAL_DUN_ERROR = 0x545, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์ฉํ ์ ์๋ ์ฌ๋กฏ์
๋๋ค. This slot is not usable. */ MSG_FR_INVALID_SLOT = 0x546, -/*20171018 to 20180523 +/*20171018 to 20180605 Base Level์ด 15๋ฅผ ๋์์ต๋๋ค. Your Base Level is over 15. */ MSG_FR_BASELVL = 0x547, -/*20171018 to 20180523 +/*20171018 to 20180605 Job Level์ด 15๋ฅผ ๋์์ต๋๋ค. Your Job Level is over 15. */ MSG_FR_INVALID_JOBLV = 0x548, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น์ฌ๋กฏ ์บ๋ฆญํฐ์ ์ง์
๊ตฐ์ ์์ธ์ด๋ฏ๋ก ๊ฒ์์ ํ ์ ์์ต๋๋ค. You cannot play the Merchant class character in this slot. */ MSG_FR_JOB = 0x549, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถํ ์ฌ์ฉ์์ Not Yet Implemented */ MSG_FR_MAP = 0x54a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋ค์ ์๋ ์ผ๋ฆญํฐ ์ฌ๋กฏ์ด ์๋๋๋ค. You are not eligible to open the Character Slot. */ MSG_FR_ERR_MKCHAR_INVALID_SLOT = 0x54b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ญ์ ํ ์ ์๋ ์ผ๋ฆญํฐ ์
๋๋ค. This character cannot be deleted. */ MSG_FR_ERR_DELCHAR_INVALID_SLOT = 0x54c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋๋ฐฉ์ ์ฅ๋น์ฐฝ์ด ๊ณต๊ฐ๋์ด ์์ง ์์ต๋๋ค. This character's equipment information is not open to the public. */ MSG_OPEN_EQUIPEDITEM_REFUSED = 0x54d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น์ฐฝ์ ๊ณต๊ฐํ์ง ์์ต๋๋ค. Equipment information not open to the public. */ MSG_OPEN_EQUIPEDITEM_REFUSE = 0x54e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น์ฐฝ์ ๊ณต๊ฐํฉ๋๋ค. Equipment information open to the public. */ MSG_OPEN_EQUIPEDITEM_ACCEPT = 0x54f, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋ ์ฅ๋น์ฐฝ ๋ณด๊ธฐ Check %s's Equipment Info */ MSG_REQ_VIEW_OTHERUSER = 0x550, -/*20171018 to 20180523 +/*20171018 to 20180605 %s์ ์ฅ์ฐฉ์์ดํ
'%s's Equipment */ MSG_OTHERUSER_EQUIPED_ITEM = 0x551, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น์ฐฝ ๊ณต๊ฐ Show Equip */ MSG_OPEN_EQUIPED_ITEM = 0x552, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ฆฌ๋ฏธ์ ์๋น์ค๋ฅผ ์ด์ฉํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. This service is only available for premium users. */ MSG_NEED_PREMIUM_SERVICE = 0x553, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๋ฃ ์ฌ์ฉ์๋ ์ต๋ 50000์ ๋๊น์ง ์์ ํ ์ ์์ต๋๋ค. Free Trial users can only hold up to 50,000 zeny. */ MSG_FR_INVALID_MONEY = 0x554, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ์ฑํ
์ํ๊ฐ ๋์์ต๋๋ค. Battlefield Chat has been activated. */ MSG_BATTLECHAT_ON = 0x555, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ์ฑํ
์ํ๊ฐ ํด์ ๋์์ต๋๋ค. Battlefield Chat has been deactivated. */ MSG_BATTLECHAT_OFF = 0x556, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฉ๋ณ์ ๋ณด - ๋ชฌ์คํฐํ์
Mercenary Info - Monster Type */ MSG_MER_INFO_TYPE_MONSTER = 0x557, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฒด ๋งต ๋ณด๊ธฐ World Map */ MSG_RO_MAP = 0x558, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ์ด CLOSE ์ํ์
๋๋ค. The Memorial Dungeon is now closed. */ MSG_MEMORIAL_DUN_CLOSE = 0x559, -/*20171018 to 20180523 +/*20171018 to 20180605 ^ff0000^ff0000์ฉ๋ณ์ ์ญ์ ํฉ๋๋ค.^000000^000000 ์ญ์ ํ์ค ๊ฒฝ์ฐ ์ง๊ธ๊น์ง ํค์ด ๋ด์ญ์ด ๋ชจ๋ ์ญ์ ๋ฉ๋๋ค. ๊ณ์ํ์๊ฒ ์ต๋๊น? ^ff0000Deleting a Mercenary Soldier^000000 will also delete his growth history. Do you really want to proceed with the deletion? */ MSG_DELETE_MER = 0x55a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ๋์ ผ์ด OPEN ์ํ์
๋๋ค. The Memorial Dungeon is now open. */ MSG_MEMORIAL_DUN_OPEN = 0x55b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ๊ณ์ ์ ์์ง ํต์ ์์ ํค์ ์ฐ๊ฒฐ๋์ง ์์์ต๋๋ค. ๋จผ์ ์์ ํค๋ฅผ ํด์ ํ์ ๋ค ๊ฒ์์ ์ ์ํด ์ฃผ์ญ์์ค. This account has not been confirmed by connecting to the safe communication key. Please connect to the key first, and then log into the game. */ MSG_PHONE_BLOCK = 0x55c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ ์์ดํผ๋ก ์ ์ ๊ฐ๋ฅํ ์ ์ ์๋ฅผ ์ด๊ณผํ์์ต๋๋ค. The number of accounts connected to this IP has exceeded the limit. */ MSG_BAN_PC_IP_LIMIT_ACCESS = 0x55d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ก์ด ํ์คํธ๋ฅผ ๋ฐ์์ต๋๋ค You have received a new quest. */ MSG_QUESTGET = 0x55e, -/*20171018 to 20180523 +/*20171018 to 20180605 ^777777์ต๋์กฐ๊ฑด : ^CC3399Requirement: */ MSG_FINDTEXT_TO_SKILLDES = 0x55f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ ์ค๋ช
๋ณด๊ธฐ View Skill Info */ MSG_VIEW_SKILL_DESCRIPT = 0x560, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์ฉ๋ ์คํฌ ํฌ์ธํธ๋ ๋ค์ ๋๋๋ฆด ์ ์์ต๋๋ค. ์ ์ฉํ์๊ฒ ์ต๋๊น? Once used, skill points cannot be re-allocated. Would you like to use the skill points? */ MSG_APPLY_SKILL_UP = 0x561, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ๋น์คยท1์ฐจ์ง์
1st */ MSG_1TABNAME_SKILLWND = 0x562, -/*20171018 to 20180523 +/*20171018 to 20180605 2์ฐจยท์ ์น์ง์
2nd */ MSG_2TABNAME_SKILLWND = 0x563, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋ฒํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ์๊ฑฐ๋ ํน์ ํดํน์ ์๋ํ ๊ณ์ ์
๋๋ค. ๋ธ๋ญ์ข
๋ฃ์๊ฐ : %s This account has been used for illegal program or hacking program. Block Time: %s */ MSG_RE17 = 0x564, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋ฒํ๋ก๊ทธ๋จ์ด ์คํ, ๋ฐ์ด๋ฌ์ค ๊ฐ์ผ, ๋๋ ํดํนํด์ด ์ค์น๋์ด ์์ ๊ฐ๋ฅ์ฑ์ด ์์ต๋๋ค. ์ ์ ํด๋ผ์ด์ธํธ๋ฅผ ์คํํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. ํจ๊ป ๋ง๋๋ ๋ฐ์ ๋ผ๊ทธ๋๋กํฌ๊ฐ ๋ ์ ์๋๋ก ๋
ธ๋ ฅํ๊ณ ์์ต๋๋ค. The possibility of exposure to illegal program, PC virus infection or Hacking Tool has been detected. Please execute licensed client. Our team is trying to make a best environment for Ro players. */ MSG_RE18 = 0x565, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น์ ์ ์ง๊ธ ๊ฑด๊ฐํ ๊ฒ์ ์๊ฐ ๋์ ์์ต๋๋ค, ์ฆ๊ฑฐ์ด ๊ฒ์์ด ๋์๊ธธ ๋ฐ๋๋๋ค You are currently playing in the best game environment. Please enjoy the Ragnarok. */ MSG_WARNING_MSG3 = 0x566, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Job๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 1.25๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. Job Exp points from hunting monsters are increased by 50% for 30 minutes. */ MSG_PLUSONLYJOBEXP = 0x567, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 1.2๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. Exp points from hunting monsters are increased by 25% for 30 minutes. */ MSG_PLUSEXP14532 = 0x568, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 2๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. EXP points from hunting monsters are increased by 100%% for 30 minutes. */ MSG_PLUSEXP14533 = 0x569, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ 60๋ถ๊ฐ 1.5๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. EXP points from hunting monsters are increased by 50% for 60 minutes. */ MSG_PLUSEXP12312 = 0x56a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ๋งต์์๋ ํํฐ๋ฅผ ๊ฒฐ์ฑํ ์ ์์ต๋๋ค. Unable to organize a party in this map. */ MSG_NOPARTY = 0x56b, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋์ ํํฐ์ ์ฐธ์ฌํ ์ ์๋ ๋งต์ ์์ต๋๋ค. (%s) are currently in restricted map to join a party. */ MSG_NOPARTY2 = 0x56c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐํธ์์ดํ
์ต Simple Item Shop */ MSG_SIMPLE_CASH_SHOP = 0x56d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง ํ์ฝ์ธ : %d ํ์ฝ์ธ Han Coin: %d Han Coin */ MSG_SIMPLE_POINT_SHOP_NHN = 0x56e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง ์บ์ : %d ์บ์ RoK Point: %d RoK Point */ MSG_SIMPLE_POINT_SHOP = 0x56f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๋ฃ ์บ์ : %d ์บ์ Free Cash: %d Cash */ MSG_SIMPLE_POINT_SHOP2 = 0x570, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณธ์๋ฒ ์ ์ ๋ ํ๋ฆฌ์๋ฒ์ ์ ์ํ ์ ์์ต๋๋ค. An user of this server cannot connect to free server */ MSG_MAIN_USER_CANONT_LOGIN_FREE_SERVER = 0x571, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํจ๊ธฐ๊ฐ์ด ์ง๋ ๋น๋ฐ๋ฒํธ ์
๋๋ค. ๋ค์ ๋ก๊ทธ์ธํ์ฌ์ฃผ์ญ์์ค. Your password has expired. Please log in again */ MSG_INVALID_ONETIMELIMIT = 0x572, -/*20171018 to 20180523 +/*20171018 to 20180605 3์ฐจ์ง์
3rd */ MSG_3TABNAME_SKILLWND = 0x573, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์คํฌ์ ์ฌ์ฉํ ์ ์๋ ๋์์
๋๋ค. This skill can't be used on that target. */ MSG_USESKILL_FAIL_TOTARGET = 0x574, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ค๋ผ ์์ ๊ฐ์๊ฐ ์ด๊ณผํ์ฌ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't use skill because you have exceeded the number Ancilla possession limit */ MSG_USESKILL_FAIL_ANCILLA_NUMOVER = 0x575, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑ์๊ฐ ํ์ํฉ๋๋ค. Unable to use the skill to exceed the number of Ancilla. */ MSG_USESKILL_FAIL_HOLYWATER = 0x576, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ค๋ผ๊ฐ ํ์ํฉ๋๋ค. Holy water is required. */ MSG_USESKILL_FAIL_ANCILLA = 0x577, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ์ ๊ฑฐ๋ฆฌ ๋ด์ ์ค๋ณต๋ ์ ์์ต๋๋ค. Ancilla is required. */ MSG_USESKILL_FAIL_DUPLICATE_RANGEIN = 0x578, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์คํฌ์ ์ฌ์ฉํ๊ธฐ ์ํด์๋ ๋ค๋ฅธ ์คํฌ์ด ํ์ํฉ๋๋ค. Cannot be duplicated within a certain distance. */ MSG_USESKILL_FAIL_NEED_OTHER_SKILL = 0x579, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ๋งต์์๋ ์ฑํ
์ ํ ์ ์์ต๋๋ค. This skill requires other skills to be used. */ MSG_NO_CHATTING = 0x57a, -/*20171018 to 20180523 +/*20171018 to 20180605 3์๊ฐ์ด ์ง๋ฌ์ต๋๋ค. Chat is not allowed in this map */ MSG_VET_3HOUR = 0x57b, -/*20171018 to 20180523 +/*20171018 to 20180605 5์๊ฐ์ด ์ง๋ฌ์ต๋๋ค. 3 hours have passed. */ MSG_VET_5HOUR = 0x57c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฐ๋ ์ด๊ธฐํ ์๋ฌ ๋๋ ๊ตฌ๋ฒ์ ์ ๊ฒ์๊ฐ๋ ํ์ผ์
๋๋ค. ๊ฒ์๊ฐ๋ ์
์
ํ์ผ์ ๋ค์ ์ค์นํ๊ณ ๊ฒ์์ ์คํํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค. 5 hours have passed. */ MSG_NPGAMEMON_ERROR_GAMEGUARD = 0x57d, -/*20171018 to 20180523 +/*20171018 to 20180605 ini ํ์ผ์ด ์๊ฑฐ๋ ๋ณ์กฐ๋์์ต๋๋ค. ๊ฒ์๊ฐ๋ ์
์
ํ์ผ์ ์ค์นํ๋ฉด ํด๊ฒฐ ํ ์ ์์ต๋๋ค. Game guard initialization error or previous version game guard file is installed. Please re-install the setup file and try again */ MSG_NPGMUP_ERROR_PARAM = 0x57e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฐ๋์ ์ถฉ๋ ํ๋ก๊ทธ๋จ์ด ๋ฐ๊ฒฌ๋์์ต๋๋ค. Either ini file is missing or altered. Install game guard setup file to fix the problem */ MSG_NPGG_ERROR_COLLISION = 0x57f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ชป๋ ํด๋ผ์ด์ธํธ์
๋๋ค. ์ ์์ ์ธ ํด๋ผ์ด์ธํธ๋ฅผ ์คํํ์ฌ ์ฃผ์ญ์์. There is a program found that conflicts with game guard */ MSG_PROOF_ERROR = 0x580, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋ฐ์ผ ์ธ์ฆ์ ๋ฐ์์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Incorrect client. Please run a normal client */ MSG_MOBILE_LOCKSERVER = 0x581, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋ฐ์ผ ์ธ์ฆ์ ์คํจํ์์ต๋๋ค. Thank you to accept mobile authentication. */ MSG_FAILED_MOBILE_LOCKSERVER = 0x582, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์คํฌ์ ํผ์์ ์ฌ์ฉํ ์ ์์ต๋๋ค. This skill can't be used alone */ MSG_USESKILL_FAIL_NEED_HELPER = 0x583, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์คํฌ์ ํน์ ๋ฐฉํฅ์ผ๋ก๋ง ์ฌ์ฉํ ์ ์์ต๋๋ค. This skill can be used to certain direction only */ MSG_USESKILL_FAIL_INVALID_DIR = 0x584, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ด์ ์ํํ ์ ์์ต๋๋ค. Cannot summon spheres anymore. */ MSG_USESKILL_FAIL_SUMMON = 0x585, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ๋ ๊ตฌ์ฒด๊ฐ ์กด์ฌํ์ง ์๊ฑฐ๋ ๋ถ์กฑํฉ๋๋ค. There is no summoned sphere or you do not have enough sphere. */ MSG_USESKILL_FAIL_SUMMON_NONE = 0x586, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์ฉ๊ฐ๋ฅํ ๋ชจ๋ฐฉ์คํฌ์ด ์กด์ฌํ์ง ์์ต๋๋ค. There is no imitation skills available. */ MSG_USESKILL_FAIL_IMITATION_SKILL_NONE = 0x587, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์คํฌ์ ์ค๋ณตํด์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can't reuse this skill */ MSG_USESKILL_FAIL_DUPLICATE = 0x588, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ์ ์ฌ์ฉํ ์ ์๋ ์ํ์
๋๋ค. Skill can't be used in this state */ MSG_USESKILL_FAIL_CONDITION = 0x589, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๋ณ ์ต๋ ์์ง๋์ ์ด๊ณผํ์ฌ ๊ฐ์ง ์ ์์ต๋๋ค. You have exceeded the maximum amount of possession of another item. */ MSG_PICKUP_MAXCOUNT_LIMIT = 0x58a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ด๋ฆฌ์ ๊ถํ์ด ์์ต๋๋ค. ํ๋ก๊ทธ๋จ ์ต์ด ์คํ์ ๊ด๋ฆฌ์ ๊ถํ์ผ๋ก ์คํํ์
์ผ ํฉ๋๋ค. No administrative privileges. Must first run the program with administrator privileges. */ MSG_NPK_ERROR_NOTADMIN = 0x58b, -/*20171018 to 20180523 +/*20171018 to 20180605 nProtect KeyCrypt ๋๋ผ์ด๋ฒ ๋ฒ์ ์ด ๋ง์ง ์์ต๋๋ค. ์์คํ
์ฌ ๋ถํ
ํ์ ์๋ก ์คํ ์์ผ ์ฃผ์ญ์์ค. nProtect KeyCrypt not the same. Please restart the program and the computer first. */ MSG_NPK_ERROR_DRIVERVERSION = 0x58c, -/*20171018 to 20180523 +/*20171018 to 20180605 WindowXP ํธํ์ฑ ๋ชจ๋๋ฅผ ์ฌ์ฉํ๊ณ ๊ณ์ญ๋๋ค. ํ์ฌ ํ๋ก๊ทธ๋จ์์ ํธํ์ฑ ๋ชจ๋๋ฅผ ์ ๊ฑฐํ์์ต๋๋ค. ํ๋ก๊ทธ๋จ์ ์๋ก ์์ํด ์ฃผ์ญ์์ค. Currently wearing WindowXP Compatibility Mode. The program now removes Compatibility Mode. Please restart the program. */ MSG_NPK_ERROR_VERIFYVERSION = 0x58d, -/*20171018 to 20180523 +/*20171018 to 20180605 PS/2 ํค๋ก๊ฑฐ๊ฐ ์กด์ฌํฉ๋๋ค. PS/2 keyloggers exist. */ MSG_DETECT_PS2KEYLOGGER = 0x58e, -/*20171018 to 20180523 +/*20171018 to 20180605 USB ํค๋ณด๋ ๋๋ผ์ด๋ฒ ํดํน ์๋๊ฐ ํ์ง๋์์ต๋๋ค. USB Keylogging attempt was detected. */ MSG_DETECT_USBKEYLOGGER = 0x58f, -/*20171018 to 20180523 +/*20171018 to 20180605 HHD ๋ชจ๋ํฐ๋ง ํด์ด ํ์ง๋์์ต๋๋ค. HHD monitoring tool has been detected. */ MSG_DETECT_HHDUSBH = 0x590, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ธํธ๋ถ์ด ํ์ํฉ๋๋ค. Paintbrush is required. */ MSG_USESKILL_FAIL_PAINTBRUSH = 0x591, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ์ด์คํ์ธํธ๊ฐ ํ์ํฉ๋๋ค. Paint is required. */ MSG_USESKILL_FAIL_II_SURFACE_PAINTS = 0x592, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ ํ ์์น์ ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. Use the skills that are not at the specified location. */ MSG_USESKILL_FAIL_POS = 0x593, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ฐ๋ฏธ์ SP๊ฐ ๋ถ์กฑํฉ๋๋ค. Not enough SP. */ MSG_USESKILL_FAIL_HELPER_SP_INSUFFICIENT = 0x594, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ ์ ํ์ฐฝ์ ์บ๋ฆญํฐ๊ฐ %d๊ฐ๋ฅผ ์ด๊ณผํ๋ฉด ๊ฒ์์ ์ ์ํ ์ ์์ต๋๋ค. ๋ถํ์ํ ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํด์ฃผ์ญ์์ค. Character %d is character selection window cannot connect to the game that exceeds the total. Please remove unwanted characters. */ MSG_BAN_OVER_CHARACTER_LIST = 0x595, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฉ์บ๋๊ฐ ํ์ํฉ๋๋ค. Throat Lozenge is required. */ MSG_USESKILL_FAIL_II_NECK_CANDY = 0x596, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ๊น์ด๋๋ฌผ์ด ํ์ํฉ๋๋ค. Painful Tears is required. */ MSG_USESKILL_FAIL_II_MISERABLE_TEAR = 0x597, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฉ ๋ณดํธ ์บ๋๊ฐ ํ์ํฉ๋๋ค. Throat Lozenge is required. */ MSG_USESKILL_FAIL_II_PROTECT_NECK_CANDY = 0x598, -/*20171018 to 20180523 +/*20171018 to 20180605 ์จํฐ ๋ธ๋กํน์ ์ฐ๊ณ๋ก๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Cooperation is only available with Weapon Blocking. */ MSG_USESKILL_FAIL_GC_WEAPONBLOCKING = 0x599, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋กํดํฌ๋ก์ค์ ๋
์ ๋ฐ๋ฅธ ๋ฌด๊ธฐ๊ฐ ํ์ํฉ๋๋ค. Poisoned weapons is required. */ MSG_USESKILL_FAIL_GC_POISONINGWEAPON = 0x59a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋๊ธฐ์ด ํ์น์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Item can only be used when Mado Gear is mounted. */ MSG_USESKILL_FAIL_MADOGEAR = 0x59b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐ์นธ๋ธ๋ฆฟ์ด ํ์ํฉ๋๋ค. Vulcan Bullet is required. */ MSG_USESKILL_FAIL_II_VULCANBULLET = 0x59c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋๊ธฐ์ด ์ฐ๋ฃ๊ฐ ํ์ํฉ๋๋ค. Mado Gear Fuel is required. */ MSG_USESKILL_FAIL_II_FUELGAS = 0x59d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ก์ฒด๋๊ฐํ์ด ํ์ํฉ๋๋ค. Liquid Cold Bullet is required. */ MSG_USESKILL_FAIL_II_COLDSLOWERBULLET = 0x59e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋
ผ๋ณผ์ ์ฅ์ ํ์ธ์. Please load a Cannon Ball. */ MSG_USESKILL_FAIL_CANONBALL = 0x59f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ๋๊ธฐ์ด ๊ฐ์์ฅ์น๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Mado Gear Accelerator. */ MSG_USESKILL_FAIL_II_MADOGEAR_ACCELERATION = 0x5a0, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฒ๋ง๋ถ์คํฐ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Hovering Booster. */ MSG_USESKILL_FAIL_II_MADOGEAR_HOVERING_BOOSTER = 0x5a1, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํก์ ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Toxin] Poison effect was applied to the weapon. */ MSG_TOXIN = 0x5a2, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํจ๋ด๋ผ์ด์ฆ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Paralysis] Poison effect was applied to the weapon. */ MSG_PARALYZE = 0x5a3, -/*20171018 to 20180523 +/*20171018 to 20180605 [๋ฒ ๋๋ธ๋ฆฌ๋] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Fatigue] Poison effect was applied to the weapon. */ MSG_VENOMBLEED = 0x5a4, -/*20171018 to 20180523 +/*20171018 to 20180605 [๋งค์ง ๋จธ์ฌ๋ฃธ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Laughing] Poison effect was applied to the weapon. */ MSG_MAGICMUSHROOM = 0x5a5, -/*20171018 to 20180523 +/*20171018 to 20180605 [๋ฐ์ค ํํธ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Disheart] Poison effect was applied to the weapon. */ MSG_DEATHHURT = 0x5a6, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํ์ด๋ ์์] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Pyrexia] Poison effect was applied to the weapon. */ MSG_PHYREXIA = 0x5a7, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ค๋ธ๋ฆฌ๋น์ธ ์ปค์ฆ] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Oblivion] Poison effect was applied to the weapon. */ MSG_OBLIANCURSE = 0x5a8, -/*20171018 to 20180523 +/*20171018 to 20180605 [๋ฆฌ์น ์๋] ๋
ํจ๊ณผ๊ฐ ๋ฌด๊ธฐ์ ์ ์ฉ๋์์ต๋๋ค. [Leech] Poison effect was applied to the weapon. */ MSG_RICHEND = 0x5a9, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฒ๋ง์ํ์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Can only be used in Hovering state. */ MSG_USESKILL_FAIL_MADOGEAR_HOVERING = 0x5aa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํญ์ฅ์น๋ฅผ ์ฅ์ฐฉํ์ธ์. Please equip a Self-Destruct Mechanism. */ MSG_USESKILL_FAIL_II_MADOGEAR_SELFDESTRUCTION_DEVICE = 0x5ab, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
ฐ์ดํ์ฌํํฐ๋ฅผ ์ฅ์ฐฉํ์ธ์. Please equip a Shape Shift. */ MSG_USESKILL_FAIL_II_MADOGEAR_SHAPESHIFTER = 0x5ac, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋กํด๋
์ด ํ์ํฉ๋๋ค. Guillotine Cross Poison is required. */ MSG_USESKILL_FAIL_GUILLONTINE_POISON = 0x5ad, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ฐ์ฅ์น๋ฅผ ์ฅ์ฐฉํ์ธ์. Please equipped with a Cooling System. */ MSG_USESKILL_FAIL_II_MADOGEAR_COOLING_DEVICE = 0x5ae, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ธฐ์ฅํ๋์์ฑ๊ธฐ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Magnetic Field Generator. */ MSG_USESKILL_FAIL_II_MADOGEAR_MAGNETICFIELD_GENERATOR = 0x5af, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฒ ๋ฆฌ์ด์์ฑ๊ธฐ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Barrier Generator. */ MSG_USESKILL_FAIL_II_MADOGEAR_BARRIER_GENERATOR = 0x5b0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ดํ๋ฏธ์ฑ๋ฐ์๊ธฐ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Optical Camouflage Generator. */ MSG_USESKILL_FAIL_II_MADOGEAR_OPTICALCAMOUFLAGE_GENERATOR = 0x5b1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฆฌํ์ดํคํธ๋ฅผ ์ฐฉ์ฉํ์ธ์. Please equipped with a Repair Kit. */ MSG_USESKILL_FAIL_II_MADOGEAR_REPAIRKIT = 0x5b2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฝํค ์คํจ๋๊ฐ ํ์ํฉ๋๋ค. Monkey Wrench is required. */ MSG_USESKILL_FAIL_II_MONKEY_SPANNER = 0x5b3, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s] ์คํฌ์ ์์ ํ ์ ์์ต๋๋ค. [%s] Cannot use the skills due to cooldown delay. */ MSG_SKILLINTERVAL2 = 0x5b4, -/*20171018 to 20180523 +/*20171018 to 20180605 %d๋ ๋ฒจ ์ด์์ ์ญ์ ๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Deletion is impossible for over level %d */ MSG_LEMIT_DELETE_LEVEL = 0x5b5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋๊ธฐ์ด ํ์น์์๋ ์ฌ์ฉ ํ ์ ์์ต๋๋ค. Can't be used while on Magic Gear. */ MSG_USESKILL_FAIL_MADOGEAR_RIDE = 0x5b6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋๊ณค ๋ด๋ฆฌ๊ธฐ Dismount Dragon */ MSG_DRAGONOFF = 0x5b7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋๊ธฐ์ด ๋ด๋ฆฌ๊ธฐ Dismount Magic Gear */ MSG_MADOOFF = 0x5b8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋น I */ MSG_STORE_TABNAME_0 = 0x5b9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ์ฌ Cash */ MSG_STORE_TABNAME_1 = 0x5ba, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ด๊ตฌ Armors */ MSG_STORE_TABNAME_2 = 0x5bb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ธฐ Weapons */ MSG_STORE_TABNAME_3 = 0x5bc, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฌ์ฌ์ฒด Ammo */ MSG_STORE_TABNAME_4 = 0x5bd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นด๋ Card */ MSG_STORE_TABNAME_5 = 0x5be, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐํ Other */ MSG_STORE_TABNAME_6 = 0x5bf, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋ผ์ด์ธํธ ์๋ต์๊ฐ์ด ์ด๊ณผ๋์ด ์ฐ๊ฒฐ์ด ๋์ด์ง๋๋ค. Client response time has passed so connection is terminated */ MSG_ERROR_HS_TIMEOUT = 0x5c0, -/*20171018 to 20180523 +/*20171018 to 20180605 ํต์ด๋ ํ์ผ์ ๋ฒ์ ์ด ๋ง์ง ์์ต๋๋ค. ํด๋ผ์ด์ธํธ๋ฅผ ์ฌ์ค์น ํด์ฃผ์ญ์์ค. Incorrect version of hack shield file. Please reinstall the client */ MSG_ERROR_DIFF_CLIENT = 0x5c1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋ฒ์๊ฐ ํ์ํฉ๋๋ค. [Magic Book] is required. */ MSG_USESKILL_FAIL_SPELLBOOK = 0x5c2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋ฒ์๊ฐ ๋๋ฌด ์ด๋ ค์์ ์กธ์์ด ๋ชฐ๋ ค์จ๋ค. Feel sleepy since Magic Book is too difficult to understand. */ MSG_USESKILL_FAIL_SPELLBOOK_DIFFICULT_SLEEP = 0x5c3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์กดํฌ์ธํธ๊ฐ ๋ถ์กฑํฉ๋๋ค. Not enough saved point. */ MSG_USESKILL_FAIL_SPELLBOOK_PRESERVATION_POINT = 0x5c4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ด์ ๋ง๋ฒ์๋ฅผ ์ฝ์์ ์์ต๋๋ค. Can't read a Magic Book anymore. */ MSG_USESKILL_FAIL_SPELLBOOK_READING = 0x5c5, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด์คํ์ธํธ๊ฐ ํ์ํฉ๋๋ค. Face Paint is required. */ MSG_USESKILL_FAIL_II_FACE_PAINTS = 0x5c6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ์ฅ์ฉ๋ถ์ด ํ์ํฉ๋๋ค. Brush is required. */ MSG_USESKILL_FAIL_II_MAKEUP_BRUSH = 0x5c7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ธฐ ์๊ฐ์ด ์ด๊ณผํ์์ต๋๋ค. ๋ค์ ๋ก๊ทธ์ธ ํด์ฃผ์ญ์์ค. Waiting time has passed. Please log in again */ MSG_MOBILE_TIMEOVER = 0x5c8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ! ์ด๋ฏธ ๋์ผํ ๊ณ์ ์ด ๋ก๊ทธ์ธ ์ค์ ์์ต๋๋ค. ์ ์ ๋ชจ๋ฐ์ผ ์ธ์ฆ ์งํ์ ๋ฉ์ถ์๊ณ ๋น๋ฒ์ ์์ ํ ๋ค ์ฌ ๋ก๊ทธ์ธ ํด์ฃผ์ญ์์ค. Watch out! Same account is already logged in. Stop mobile verification and log in again after changing your password */ MSG_MOBILE_ANOTHER_LOGIN = 0x5c9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ! ํ์ฌ ๋์ผํ ๊ณ์ ์ด ๋ชจ๋ฐ์ผ ์ธ์ฆ ๋๊ธฐ ์ค์ ์์ต๋๋ค. ์ ์ ๋ชจ๋ฐ์ผ ์ธ์ฆ ์งํ์ ๋ฉ์ถ์๊ณ ๋น๋ฒ์ ์์ ํ ๋ค ์ฌ ๋ก๊ทธ์ธ ํด์ฃผ์ญ์์ค. Watch out! Same account is waiting for mobile verification. Stop mobile verification and log in again after changing your password */ MSG_MOBILE_WAITING_STATE = 0x5ca, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ ์ต์
์ฐฝ Game setting window */ MSG_ESC_OPTIONWND = 0x5cb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทธ๋ํฝ ์ค์ Graphics Settings */ MSG_GRAPHIC_OPTIONWND = 0x5cc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์ด๋ ์ค์ Sound Settings */ MSG_SOUND_OPTIONWND = 0x5cd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณ๊ฒฝ ํ ๋จ์ถํค๋ฅผ ๋๋ฅด๊ฑฐ๋, 'ESC'ํค๋ฅผ ๋๋ฌ ์ญ์ ํด ์ฃผ์ธ์. Press a key to assign. Pressing 'ESC' will remove the assigned key. */ MSG_HOTKEYWND_NOTICE1 = 0x5ce, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จ์ผ ํค๋ก ์ง์ ํ ์ ์๋ ํค์
๋๋ค. Unable to specify a single key. */ MSG_HOTKEYWND_NOTICE2 = 0x5cf, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ ํ ์ ์๋ ํค์
๋๋ค. Unable to specify the key assigned. */ MSG_HOTKEYWND_NOTICE3 = 0x5d0, -/*20171018 to 20180523 +/*20171018 to 20180605 '%s'์ ์ฌ์ฉ๋ ๋จ์ถํค์ ์ค๋ณต๋ฉ๋๋ค. ๋ฐ๊พธ์๊ฒ ์ต๋๊น? Duplicated with ['%s']. Do you still want to change? */ MSG_HOTKEYWND_NOTICE4 = 0x5d1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ๋ ๋จ์ถํค ์กฐํฉ์ด ์ด๊ธฐํ ๋ฉ๋๋ค. ์ด๊ธฐํ ํ์๊ฒ ์ต๋๊น? Initialization is stored in the shortcut key settings. Do you want to initialized? */ MSG_HOTKEYWND_NOTICE5 = 0x5d2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ฐ Skill Bar */ MSG_HOTKEYWND_TAB1 = 0x5d3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธํฐํ์ด์ค Interface */ MSG_HOTKEYWND_TAB2 = 0x5d4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ชจ์
Macros */ MSG_HOTKEYWND_TAB3 = 0x5d5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จ์ถํค ์ค์ ์ฐฝ Shortcut Settings */ MSG_HOTKEYWND_TITLE = 0x5d6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฐ๊ฒฝ์ BGM */ MSG_BGM = 0x5d7, -/*20171018 to 20180523 +/*20171018 to 20180605 ํจ๊ณผ์ Effect */ MSG_SOUND = 0x5d8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํจ Skin */ MSG_SKIN = 0x5d9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๋ฐฉ ์
์ฅ์๋ง ์๋ฆฌ๋จ On Chat room entrance sound on */ MSG_TINGONLY_ON = 0x5da, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๋ฐฉ ์
์ฅ์๋ง ์๋ฆฌ๋จ Off Chat room entrance sound off */ MSG_TINGONLY_OFF = 0x5db, -/*20171018 to 20180523 +/*20171018 to 20180605 /tingonly : ์ฑํ
๋ฐฉ ์
์ฅ์๋ง ๋ค์์์๊ฒ๋ฉ๋๋ค /tingonly: you can hear only sound like a chat room entry. */ MSG_EXPLAIN_TINGONLY = 0x5dc, -/*20171018 to 20180523 +/*20171018 to 20180605 /์ฃผ๋จน /rock */ MSG_EMOTION_ROCK = 0x5dd, -/*20171018 to 20180523 +/*20171018 to 20180605 /๊ฐ์ /scissors */ MSG_EMOTION_SCISSOR = 0x5de, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋ณด /paper */ MSG_EMOTION_WRAP = 0x5df, -/*20171018 to 20180523 +/*20171018 to 20180605 /๋ฌ๋ธ /love */ MSG_EMOTION_LUV = 0x5e0, -/*20171018 to 20180523 +/*20171018 to 20180605 /mobile */ MSG_EMOTION_MOBILE = 0x5e1, -/*20171018 to 20180523 +/*20171018 to 20180605 /mail */ MSG_EMOTION_MAIL = 0x5e2, -/*20171018 to 20180523 +/*20171018 to 20180605 /antenna0 */ MSG_EMOTION_ANTENNA0 = 0x5e3, -/*20171018 to 20180523 +/*20171018 to 20180605 /antenna1 */ MSG_EMOTION_ANTENNA1 = 0x5e4, -/*20171018 to 20180523 +/*20171018 to 20180605 /antenna2 */ MSG_EMOTION_ANTENNA2 = 0x5e5, -/*20171018 to 20180523 +/*20171018 to 20180605 /antenna3 */ MSG_EMOTION_ANTENNA3 = 0x5e6, -/*20171018 to 20180523 +/*20171018 to 20180605 /hum */ MSG_EMOTION_HUM2 = 0x5e7, -/*20171018 to 20180523 +/*20171018 to 20180605 /abs */ MSG_EMOTION_ABS = 0x5e8, -/*20171018 to 20180523 +/*20171018 to 20180605 /oops */ MSG_EMOTION_OOPS = 0x5e9, -/*20171018 to 20180523 +/*20171018 to 20180605 /spit */ MSG_EMOTION_SPIT = 0x5ea, -/*20171018 to 20180523 +/*20171018 to 20180605 /ene */ MSG_EMOTION_ENE = 0x5eb, -/*20171018 to 20180523 +/*20171018 to 20180605 /panic */ MSG_EMOTION_PANIC = 0x5ec, -/*20171018 to 20180523 +/*20171018 to 20180605 /whisp */ MSG_EMOTION_WHISP = 0x5ed, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ ์ํจ Not Assigned */ MSG_HOTKEY_NOTHING = 0x5ee, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นดํธ์ฅ์ฐฉ์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Only available when cart is mounted. */ MSG_USESKILL_FAIL_CART = 0x5ef, -/*20171018 to 20180523 +/*20171018 to 20180605 [๊ฐ์๋๋ฌด ์จ์]์ด ํ์ํฉ๋๋ค. [Thorny Seed] is required. */ MSG_USESKILL_FAIL_II_THORNS_SEED = 0x5f0, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํกํ ์๋ฌผ ์จ์]์ด ํ์ํฉ๋๋ค. [Bloodsucker Seed] is required. */ MSG_USESKILL_FAIL_II_BLOOD_SUCKER_SEED = 0x5f1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ด์ ์์ ํ ์ ์์ต๋๋ค. Cannot be used anymore. */ MSG_USESKILL_FAIL_NO_MORE_SPELL = 0x5f2, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํญํ๋ฒ์ฏํฌ์]๊ฐ ํ์ํฉ๋๋ค. [Bomb Mushroom Spore] is required. */ MSG_USESKILL_FAIL_II_BOMB_MUSHROOM_SPORE = 0x5f3, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํ์ผ๋ณ]์ด ํ์ํฉ๋๋ค. [Fire Bottle] is required. */ MSG_USESKILL_FAIL_II_GASOLINE_BOOMB = 0x5f4, -/*20171018 to 20180523 +/*20171018 to 20180605 [๊ธฐ๋ฆ๋ณ]์ด ํ์ํฉ๋๋ค. [Oil Bottle] is required. */ MSG_USESKILL_FAIL_II_OIL_BOTTLE = 0x5f5, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํญ๋ฐ๊ฐ๋ฃจ]๊ฐ ํ์ํฉ๋๋ค. [Explosive Powder] is required. */ MSG_USESKILL_FAIL_II_EXPLOSION_POWDER = 0x5f6, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฐ๋ง๊ฐ๋ฃจ]๊ฐ ํ์ํฉ๋๋ค. [Smokescreen Powder] is required. */ MSG_USESKILL_FAIL_II_SMOKE_POWDER = 0x5f7, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ต๋ฃจ๊ฐ์ค]๊ฐ ํ์ํฉ๋๋ค. [Tear Gas] is required. */ MSG_USESKILL_FAIL_II_TEAR_GAS = 0x5f8, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ผ์ฐ๋ณ]์ด ํ์ํฉ๋๋ค. [Acid Bottle] is required. */ MSG_USESKILL_FAIL_II_HYDROCHLORIC_ACID_BOTTLE = 0x5f9, -/*20171018 to 20180523 +/*20171018 to 20180605 [์์ธ์๋ฌผ๋ณ]์ด ํ์ํฉ๋๋ค. [Bottom Man-Eating Plant] is required. */ MSG_USESKILL_FAIL_II_HELLS_PLANT_BOTTLE = 0x5fa, -/*20171018 to 20180523 +/*20171018 to 20180605 [๋ง๋๋ผ๊ณ ๋ผ์ ํ๋ถ]์ด ํ์ํฉ๋๋ค. [Pot of Mandragora] is required. */ MSG_USESKILL_FAIL_II_MANDRAGORA_FLOWERPOT = 0x5fb, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ฅ ์์ Party delegation */ MSG_YIELD_PARTYMASTER = 0x5fc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ง ํํฐ์ฅ์ ์์ํ์๊ฒ ์ต๋๊น? Do you want to delegate the real party? */ MSG_DO_YOU_REALLY_WANT_YIELD_PARTYMASTER = 0x5fd, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ฅ์ ์์ ํ ์ ์์ต๋๋ค. Party cannot be delegated. */ MSG_CANNOT_YIELD_PARTYMASTER = 0x5fe, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณ๊ฒฝ๋ถ๊ฐ Immutable */ MSG_FAILED_CHANGE = 0x5ff, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]๊ฐ %d๊ฐ ํ์ํฉ๋๋ค. [%s] required '%d' amount. */ MSG_USESKILL_FAIL_NEED_ITEM = 0x600, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ ์์น๊ฐ ํํฅ ์กฐ์ ๋์์ต๋๋ค. Is now refining the value lowered. */ MSG_ITEM_REFINING_DOWNGRADE = 0x601, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]๋ฅผ ์ฅ๋นํ๊ณ ์์ด์ผ ์ฌ์ฉํ ์ ์์ต๋๋ค Need to put on [%s] in order to use. */ MSG_USESKILL_FAIL_NEED_EQUIPMENT = 0x602, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์
์ฅ ์ค์ Battle field entrance setting */ MSG_BATTLEFIELD_LIST = 0x603, -/*20171018 to 20180523 +/*20171018 to 20180605 % ์ ์ฅ์ผ๋ก ์ด๋ ํ ์ ์๋ ์ํ๊ฐ ๋์ด ์ ์ฅ ์ ์ฒญ์ด ์ทจ์ ๋์์ต๋๋ค. Battlefield - [%s] you sign up? */ MSG_CANNOT_JOINTO_BATTLEFIELD = 0x604, -/*20171018 to 20180523 +/*20171018 to 20180605 Current admission application state. */ MSG_COMPLETED_JOINTO_BATTLEFIELD = 0x605, -/*20171018 to 20180523 +/*20171018 to 20180605 % ์ ์ฅ ์
์ฅ์ด ๋ณด๋ฅ ๋์์ต๋๋ค. ๋ค๋ฅธ ํ๋ ์ด์ด๋ฅผ ๊ธฐ๋ค๋ฆฝ๋๋ค. It was unregistered and not be able to enter the state. */ MSG_DIFFER_JOINTO_BATTLEFIELD = 0x606, -/*20171018 to 20180523 +/*20171018 to 20180605 Current admission application state. */ MSG_STATUS_JOINTO_BATTLEFIELD = 0x607, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ธ ๋จ์ถ๋ฅผ ๋๋ฅด๋ฉด ์ ์ฅ ์ ์ฒญ์ด ์ทจ์๋ฉ๋๋ค. ์๋ ๋จ์ถ๋ฅผ ํด๋ฆญํด ์ฃผ์ธ์. Do you want to cancel the admission application? */ MSG_REQ_CANCEL_JOINTO_BATTLEFIELD = 0x608, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์ ์ฅ ์
์ฅ ์ ์ฒญ์ด ์ทจ์๋์์ต๋๋ค. Admission request has been cancelled. */ MSG_CANCEL_JOINTO_BATTLEFIELD = 0x609, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ํ %s ์ ์ฅ์ผ๋ก ์ด๋ ํฉ๋๋ค. ๊ณต๊ฐ ์ด๋์ ์ํ ์์ ์ ์ธ ์ํ๋ฅผ ํ๋ณดํด ์ฃผ์๊ธธ ๋ฐ๋๋๋ค. (๊ฑฐ๋ ๋ฐ ๊ณต๊ฐ ์ด๋ ๊ธฐ๋ฅ ์ผ์ ์ค์ง๋จ) Go to the battlefield quickly. */ MSG_MOVETO_BATTLEFIELD = 0x60a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ๋ช
์นญ Battlefield - [%s] */ MSG_BATTLEFIELD_NAME = 0x60b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ง ์ด๋ ํ์๊ฒ ์ต๋๊น? Do you really want to go back to your savepoint? */ MSG_MOVETO_SAVEPOINT = 0x60c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ ์ฐพ๊ธฐ ๋ฉ์ธ์ง Search Message for Party Members */ MSG_VIEW_SEEK_PARTY = 0x60d, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ ์ฐพ๊ธฐ ๋ฉ์ธ์ง ์ต์
์ด ๊บผ์ ธ์์ต๋๋ค. Message option is off the search party members. */ MSG_UNVIEW_SEEK_PARTY = 0x60e, -/*20171018 to 20180523 +/*20171018 to 20180605 10์ด๊ฐ ํํฐ ์ง์ ๋๋ ์ด๊ฐ ๊ฑธ๋ ค์์ต๋๋ค. 10 seconds delay of party support is in effect */ MSG_SEEK_PARTY_DEALY = 0x60f, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ฅ์ '%s' ๋ ์
๋๋ค. Party leader is '%s'. */ MSG_NOTIFY_PARTY_ROLE_MASTER = 0x610, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์คํ
์ค๋ฅ๋ก ์
์ฅ ํ ์ ์์ต๋๋ค. Unable to enter due to system error. */ MSG_ERROR_SYSTEM_ERROR_BATTLEFIELD = 0x611, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ธฐ ์ธ์ ์ ์ด๊ณผ๋ก ์
์ฅ ํ ์ ์์ต๋๋ค. Cannot wait to enter the number of excess. */ MSG_ERROR_FULL_ESROOM_BATTLEFIELD = 0x612, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ์ ์ฒญ ๋์์ต๋๋ค. Has already been applied. */ MSG_ERROR_DOUBLE_OFFER_BATTLEFIELD = 0x613, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ธฐ ์๊ฐ์ด ์ด๊ณผ๋์ด ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. Registration has been cancelled because of the excessive waiting time. */ MSG_ERROR_WAIT_TIMEOUT_BATTLEFIELD = 0x614, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
์ฅ ์กฐ๊ฑด์ด ๋ง์ง ์์, ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. Unregistered because admission requirements are not matching. */ MSG_ERROR_BATTLEFILD_ENTER_BATTLEFIELD = 0x615, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋ฅ๊ฐ ๋ฐ์ํ์ฌ ๋ฑ๋ก์ด ์ทจ์ ๋์์ต๋๋ค. Was unregistered and error. */ MSG_ERROR_DROP_ENTRANCESTATION_BATTLEFIELD = 0x616, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]์ ์ฐ๊ณ ์คํฌ์
๋๋ค. The skill need [%s]. */ MSG_USESKILL_FAIL_COMBOSKILL = 0x617, -/*20171018 to 20180523 +/*20171018 to 20180605 ํน์ ์คํฌ ์ ์ฐ๊ณ ์คํฌ์
๋๋ค. The skill need a particular skill. */ MSG_USESKILL_FAIL_COMBOSKILL2 = 0x618, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๊ตฌ์ฒด %d ๊ฐ๊ฐ ํ์ํฉ๋๋ค Requires %d mind bullets */ MSG_USESKILL_FAIL_SPIRITS = 0x619, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๊ตฌ์ฒด๊ฐ ํ์ํฉ๋๋ค Mind Bullet is required. */ MSG_USESKILL_FAIL_SPIRITS2 = 0x61a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต๋ ์์ง๋ ๋ณด๋ค ๋ง์ ๋ฃฌ์คํค์ ์ ์ํ ์ ์์ต๋๋ค. Cannot create rune stone more than the maximum amount. */ MSG_RUNESTONE_MAKEERROR_OVERCOUNT = 0x61b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ๋ฆฌ์คํธ๋ฅผ ๋ฐ์ ์ ์๋ ์ํ์
๋๋ค. ํ์ธ ํ ๋ค์ ์๋ ํด ์ฃผ์ธ์. Not able to receive battle field list. Please check and try again */ MSG_ERROR_LIST_OPEN_BATTLEFIELD = 0x61c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ๋ฒจ์ด ๋ถ์กฑํ์ฌ ์
์ฅ ํ ์ ์์ต๋๋ค. Level is not high enough to enter */ MSG_ERROR_LEVEL_LIMIT_BATTLEFIELD = 0x61d, -/*20171018 to 20180523 +/*20171018 to 20180605 1์ฐจ ์ง์
์คํฌ %d๊ฐ๋ฅผ ๋ ์ฌ๋ ค ์ฃผ์ญ์์ค. You must consume all '%d' points in your 1st Tab. */ MSG_UPGRADESKILLERROR_MORE_FIRSTJOBSKILL = 0x61e, -/*20171018 to 20180523 +/*20171018 to 20180605 1์ฐจ ํน์ 2์ฐจ ์ง์
์คํฌ %d๊ฐ๋ฅผ ๋ ์ฌ๋ ค ์ฃผ์ญ์์ค. You must consume all '%d' remaining points in your 2nd Tab. 1st Tab is already done. */ MSG_UPGRADESKILLERROR_MORE_SECONDJOBSKILL = 0x61f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณํ ๊ฐ๋ฅํ ์์ดํ
Items available for conversion */ MSG_ITEMSYOUCANCHANGE = 0x620, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณํํ ์์ดํ
Insert items to convert */ MSG_ITEMS_FOR_CHANGE = 0x621, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณํ์ด ๋ถ๊ฐ๋ฅํ ์กฐํฉ ์
๋๋ค. Inconvertible combination */ MSG_SKILL_RECIPE_NOTEXIST = 0x622, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๋ฒคํ ๋ฆฌ์ ๋ฌด๊ฒ๊ฐ ๋๋ฌด ๋ฌด๊ฒ์ต๋๋ค. Inventory weight is too much */ MSG_SKILL_INVENTORY_WEIGHT_OVER = 0x623, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๋ฒคํ ๋ฆฌ๋ฅผ ๊ณต๊ฐ์ ํ๋ณดํด์ฃผ์ธ์. Please secure some room in the inventory */ MSG_SKILL_INVENTORY_KINDCNT_OVER = 0x624, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ๋ฃ๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. Material doesn't exist */ MSG_SKILL_MATERIAL_FAIL = 0x625, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑ๊ณตํ์์ต๋๋ค. Successful. */ MSG_SKILL_SUCCESS = 0x626, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํจ ํ์์ต๋๋ค. Failed. */ MSG_SKILL_FAIL = 0x627, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํจํ์ฌ ๋ชจ๋ ์ฌ๋ฃ๊ฐ ์ฌ๋ผ์ก์ต๋๋ค. all materials are gone due to failure */ MSG_SKILL_FAIL_MATERIAL_DESTROY = 0x628, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ ํ์ ํญ ์ด๋ฆ์ด ๋๋ฌด ๊ธธ์ด ๋ณ๊ฒฝ ํ ์ ์์ต๋๋ค. unable to change the name of the specified tab, because it's too long. */ MSG_FAILED_CHANGE_TABNAME = 0x629, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ์ด์ ์ถ๊ฐ ํ ์ ์์ต๋๋ค. Cannot add more. */ MSG_FAILED_ADD_TAB = 0x62a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ์ฆ์ ์คํจ ํ์ต๋๋ค. Authentication failed. */ MSG_FAILED_LOCKSERVER = 0x62b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ์
๋ ฅ ๋ฐฉ์ง Bot checks */ MSG_BOT_CHECK = 0x62c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ์ด ์๋ ์์ดํ
์ ์ฌ๋ฃ๋ก ์ฌ์ฉํ ์ ์์ต๋๋ค. Items cannot be used in materials cannot be emotional. */ MSG_SKILL_FAIL_MATERIAL_IDENTITY = 0x62d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ํ์ IP๋ ๋ผ๊ทธ๋๋กํฌ ์จ๋ผ์ธ ์ด์ฉ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. ๊ณ ๊ฐ ์ง์ ์ผํฐ ๋๋ ํํ์ด์ง๋ก ๋ฌธ์ ํด ์ฃผ์ญ์์ค. It is impossible to connect using this IP in Ragnarok Online. Please contact the customer support center or home. */ MSG_BAN_IP_BLOCK = 0x62e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ๊ฐ 6ํ ์ด์ ์๋ชป ์
๋ ฅ๋์ด ์ ์ ๋์ ์ ์์ด ์ ํ๋ฉ๋๋ค. ๊ณ ๊ฐ๋์ ๊ฐ์ธ์ ๋ณด๋ฅผ ๋ค์ ํ ๋ฒ ํ์ธํด ์ฃผ์๊ธธ ๋ฐ๋๋๋ค. You have entered a wrong password for more than six times, please check your personal information again. */ MSG_BAN_INVALID_PWD_CNT = 0x62f, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฉ์ฑ์ ์ฌ์ฉํ ์์ดํ
์ ์๋ชจ๋ฉ๋๋ค. ๊ด์ฐฎ๊ฒ ์ต๋๊น? Consumption items are used in the synthesis. Are you sure? */ MSG_MIX_ACCEPT = 0x630, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ์ชฝ์ ๋ณด์ด๋ ๊ธ์ ๋ฐ ์ซ์์กฐํฉ์ ์
๋ ฅํด์ฃผ์ธ์. Please input the captcha code found at your left side. */ MSG_BOT_CHECK_NOTIC = 0x631, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์ค๋ช
- Describes the battlefield -- */ MSG_DESCRIBE_BATTLEFIELD = 0x632, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
์ฅ ๋๊ธฐ ์ํ - Waiting for admission -- */ MSG_BATTLEFIELD_STATUS = 0x633, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์
์ฅ ์ ์ฒญ ๋์๋ง Request help battle position */ MSG_BATTLEFIELD_HELP = 0x634, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฃ์กํฉ๋๋ค. ํด๋น ์ง์
์ ์บ๋ฆญํฐ๋ ํ์ฌ ํ
์คํธ๋ฅผ ์ํด์ ์ ์์ด ๊ธ์ง๋ฉ๋๋ค. Sorry the character you are trying to use is banned for testing connection. */ MSG_BAN_NOT_ALLOWED_JOBCLASS = 0x635, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋ ์ฅ๋น ํด์ Remove all equipment */ MSG_REMOVE_EQUIPEDITEM = 0x636, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ๋ ์์ด์ฝ Mini Icon */ MSG_MINI_ICON = 0x637, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ A : ์ง์ B Camp A: Camp B */ MSG_BATTLEFIELD_TEAM = 0x638, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ธฐ์ด Wait */ MSG_WAIT_STATUS = 0x639, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์ ์ฒญ ์ทจ์ ์๋ฆผ cancellation notice of Battlefield registration. */ MSG_NOTIFY_BATTLEFIELD_CANCEL = 0x63a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ํ์ ์ธ์ Required field for staff */ MSG_BATTLEFIELD_COUNT = 0x63b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ A ๋๊ธฐ ์ธ์ Battlefield staff A is waiting. */ MSG_BATTLEFIELD_ATEAM_COUNT = 0x63c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ B ๋๊ธฐ ์ธ์ Battlefield staff B is waiting. */ MSG_BATTLEFIELD_BTEAM_COUNT = 0x63d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด ๋๊ธฐ ์ํฉ : %d(์ง์ A) Waiting for my situation: %d (Camp A) */ MSG_BATTLEFIELD_ATEAM_WAIT = 0x63e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด ๋๊ธฐ ์ํฉ : %d(์ง์ B) Waiting for my situation: %d (Camp B) */ MSG_BATTLEFIELD_BTEAM_WAIT = 0x63f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์์ด์ฝ์ ๋ณด์ฌ์ค๋๋ค. Battlefield display icon. */ MSG_SHOW_BATTLEFIELD_ICON = 0x640, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์์ด์ฝ์ ๋ณด์ฌ์ฃผ์ง ์์ต๋๋ค. Does not display the icon field. */ MSG_DONT_SHOW_BATTLEFIELD_ICON = 0x641, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์ด๋ ์๋ฆผ Field notification was moved. */ MSG_NOTIFY_BATTLEFIELD_MOVE = 0x642, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์
์ฅ ๋ณด๋ฅ ์๋ฆผ Admission pending notification of the battlefield */ MSG_NOTIFY_BATTLEFIELD_DEFER = 0x643, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ตฐ๊ฐ Anyone */ MSG_WHO_IS = 0x644, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s](์ผ)๋ก๋ถํฐ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ๋ฐ์์ต๋๋ค. [%s] deal '%d' damage on you. */ MSG_I_RECEIVED_DAMAGE = 0x645, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]๋์ด [%s](์ผ)๋ก๋ถํฐ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ๋ฐ์์ต๋๋ค. [%s] received damage from [%s] with '%d' damage. */ MSG_PARTY_RECEIVED_DAMAGE = 0x646, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]์๊ฒ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ์ฃผ์์ต๋๋ค. [%s] received '%d' damage. */ MSG_I_GAVE_DAMAGE = 0x647, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]๋์ด [%s]์๊ฒ '%d'์ ๋ฐ๋ฏธ์ง๋ฅผ ์ฃผ์์ต๋๋ค. [%s] deal damage to [%s] with '%d' damage. */ MSG_PARTY_GAVE_DAMAGE = 0x648, -/*20171018 to 20180523 +/*20171018 to 20180605 %s %d ๊ฐ ๋๋กญ You dropped '%s' (%d). */ MSG_DROP_ITEM = 0x649, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]ํ์คํธ์ [%s]๋ชฌ์คํฐ๋ฅผ ์ฒ์นํ์์ต๋๋ค. (%d/%d) [%s] Quest - defeated [%s] progress (%d/%d) */ MSG_CLEAR_QUEST_MONSTER = 0x64a, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ํ์คํธ๊ฐ ์ญ์ ๋์์ต๋๋ค. The Quest '%s' has been removed. */ MSG_DELETE_QUEST = 0x64b, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]๋์ด [%s] has */ MSG_NOTIFY_WHO = 0x64c, -/*20171018 to 20180523 +/*20171018 to 20180605 '%d'์ ๊ฒฝํ์น๋ฅผ You acquired '%d' Experience Points */ MSG_NOTIFY_EXP = 0x64d, -/*20171018 to 20180523 +/*20171018 to 20180605 '%d'์ ์ก๊ฒฝํ์น๋ฅผ You acquired '%d' Job Experience Points */ MSG_NOTIFY_JOBEXP = 0x64e, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ํ์ต๋๋ค. gained. */ MSG_GET = 0x64f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์คํ์ต๋๋ค. has lost. */ MSG_LOSS = 0x650, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s](์ผ)๋ก๋ถํฐ '%d'์ ์ฝ์ธ์ ์คํธํ์ต๋๋ค. From [%s], '%d' coins were stolen. */ MSG_NOTIFY_STEAL_COIN = 0x651, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํฌ ๋ฉ์์ง Battle Message */ MSG_VIEW_COMBAT_MSG = 0x652, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ ์ ํฌ ๋ฉ์์ง Display Party Battle Message */ MSG_VIEW_PARTY_COMBAT_MSG = 0x653, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ ๊ฒฝํ์น Display Experience Message */ MSG_VIEW_GETTING_EXP_MSG = 0x654, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์์ ํ๋ ๊ฒฝํ์น Display Party Experience Message */ MSG_VIEW_PARTY_GETTING_EXP_MSG = 0x655, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์คํธ ์ ๋ณด ํ์ Display Quest Info Message */ MSG_VIEW_QUEST_INFO_MSG = 0x656, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์ ๋ณด ํ์ Display Battlefield Message */ MSG_VIEW_BATTLEFIELD_INFO_MSG = 0x657, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]์๊ฒ [%s] */ MSG_NOTIFY_TARGET_WHO = 0x658, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s] ์คํฌ์ ์ฌ์ฉํฉ๋๋ค. Casts [%s] skill. */ MSG_NOTIFY_SKILL_TO_TARGET = 0x659, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๋ฅ์ ํ์ํ Activate lock function */ MSG_LOCK_MOUSE = 0x65a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๋ฅ์ ํํด์ ์ํ Deactivate lock function */ MSG_UNLOCK_MOUSE = 0x65b, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]๋์ด [%s](์ผ)๋ก๋ถํฐ '%s' ๋ฅผ ํ๋ ํ์ต๋๋ค. Citizens of Midgard, Lady Luck shines upon [%s] !! [%s] has awarded the player with '%s' !! */ MSG_BROADCASTING_SPECIAL_ITEM_OBTAIN = 0x65c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋๋งจ Swordman */ MSG_JOB_SWORDMAN = 0x65d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งค์ง์
Magician */ MSG_JOB_MAGICIAN = 0x65e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ฒ Archer */ MSG_JOB_ARCHER = 0x65f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ฝ๋ผ์ดํธ Acolyte */ MSG_JOB_ACOLYTE = 0x660, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จธ์ฒธํธ Merchant */ MSG_JOB_MERCHANT = 0x661, -/*20171018 to 20180523 +/*20171018 to 20180605 ์จํ Thief */ MSG_JOB_THIEF = 0x662, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ดํธ Knight */ MSG_JOB_KNIGHT = 0x663, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ฆฌ์คํธ Priest */ MSG_JOB_PRIEST = 0x664, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ๋ Wizard */ MSG_JOB_WIZARD = 0x665, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ธ๋์ค๋ฏธ์ค Black Smith */ MSG_JOB_BLACKSMITH = 0x666, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ Hunter */ MSG_JOB_HUNTER = 0x667, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์์ Assasin */ MSG_JOB_ASSASSIN = 0x668, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฌ๋ฃจ์ธ์ด๋ Crusader */ MSG_JOB_CRUSADER = 0x669, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฝํฌ Monk */ MSG_JOB_MONK = 0x66a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ์ด์ง Sage */ MSG_JOB_SAGE = 0x66b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ก๊ทธ Rogue */ MSG_JOB_ROGUE = 0x66c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ผ๋ฏธ์คํธ Alchemist */ MSG_JOB_ALCHEMIST = 0x66d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐ๋ Bard */ MSG_JOB_BARD = 0x66e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ Dancer */ MSG_JOB_DANCER = 0x66f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฃฌ ๋์ดํธ Rune Knight */ MSG_JOB_RUNE_KNIGHT = 0x670, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ก Warlock */ MSG_JOB_WARLOCK = 0x671, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ์ธ์ ธ Ranger */ MSG_JOB_RANGER = 0x672, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํฌ ๋น์ Arc Bishop */ MSG_JOB_ARCHBISHOP = 0x673, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ์ผ๋ Mechanic */ MSG_JOB_MECHANIC = 0x674, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋กํด ํฌ๋ก์ค Guillotine Cross */ MSG_JOB_GUILLOTINE_CROSS = 0x675, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ก์๊ฐ๋ Royal Guard */ MSG_JOB_ROYAL_GUARD = 0x676, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์๋ฌ Sorcerer */ MSG_JOB_SORCERER = 0x677, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏผ์คํธ๋ด Minstrel */ MSG_JOB_MINSTREL = 0x678, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋๋ฌ Wanderer */ MSG_JOB_WANDERER = 0x679, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ผ Sura */ MSG_JOB_SURA = 0x67a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ค๋ฆญ Genetic */ MSG_JOB_GENETIC = 0x67b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ฐ ์ฒด์ด์ Shadow Chaser */ MSG_JOB_SHADOW_CHASER = 0x67c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋๋งจ ํ์ด High Swordman */ MSG_JOB_SWORDMAN_H = 0x67d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งค์ง์
ํ์ด High Magician */ MSG_JOB_MAGICIAN_H = 0x67e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ฒ ํ์ด High Archer */ MSG_JOB_ARCHER_H = 0x67f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ฝ๋ผ์ดํธ ํ์ด High Acolyte */ MSG_JOB_ACOLYTE_H = 0x680, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จธ์ฒธํธ ํ์ด High Merchant */ MSG_JOB_MERCHANT_H = 0x681, -/*20171018 to 20180523 +/*20171018 to 20180605 ์จํ ํ์ด High Thief */ MSG_JOB_THIEF_H = 0x682, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ก๋๋์ดํธ Lord Knight */ MSG_JOB_KNIGHT_H = 0x683, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ดํ๋ฆฌ์คํธ High Priest */ MSG_JOB_PRIEST_H = 0x684, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด์์ ๋ High Wizard */ MSG_JOB_WIZARD_H = 0x685, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ดํธ์ค๋ฏธ์ค White Smith */ MSG_JOB_BLACKSMITH_H = 0x686, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋์ดํผ Sniper */ MSG_JOB_HUNTER_H = 0x687, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์์ ํฌ๋ก์ค Assasin Cross */ MSG_JOB_ASSASSIN_H = 0x688, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ผ๋ Paladin */ MSG_JOB_CRUSADER_H = 0x689, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํผ์จ Champion */ MSG_JOB_MONK_H = 0x68a, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋กํ์ Professor */ MSG_JOB_SAGE_H = 0x68b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํ ์ปค Stalker */ MSG_JOB_ROGUE_H = 0x68c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฌ๋ฆฌ์์ดํฐ Creator */ MSG_JOB_ALCHEMIST_H = 0x68d, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋ก์ด Clown */ MSG_JOB_BARD_H = 0x68e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ Gypsy */ MSG_JOB_DANCER_H = 0x68f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ๋น์ค Wedding */ MSG_JOB_NOVICE = 0x690, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด๋
ธ๋น์ค High Novice */ MSG_JOB_NOVICE_H = 0x691, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํผ๋
ธ๋น์ค Super Novice */ MSG_JOB_SUPERNOVICE = 0x692, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑด์ฌ๋ง๊ฑฐ Gunslinger */ MSG_JOB_GUNSLINGER = 0x693, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ Ninja */ MSG_JOB_NINJA = 0x694, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๊ถ์๋
/์๋
Taekwon F/M */ MSG_JOB_TAEKWON = 0x695, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ถ์ฑ Star Gladiator */ MSG_JOB_STAR = 0x696, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ธ๋ง์ปค Soul Linker */ MSG_JOB_LINKER = 0x697, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ๋ชจ์ง Party Recruitment */ MSG_SEEK_PARTY_MEMBER = 0x698, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ๋ชจ์ง ๋ฆฌ์คํธ Party Booking List */ MSG_SEEK_PARTY_LIST = 0x699, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ๋ชจ์ง ์ค Recruiting Party */ MSG_SEEK_PARTY_CHECK = 0x69a, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. [Bow] must be equipped. */ MSG_FAIL_NEED_EQUIPPED_BOW = 0x69b, -/*20171018 to 20180523 +/*20171018 to 20180605 [์
๊ธฐ/์ฑ์ฐ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. [Musical Instrument/Whip] must be equipped. */ MSG_FAIL_NEED_EQUIPPED_INSTRUMENT_WHIP = 0x69c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฌธ๊ณผ ์ซ์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Only alphanumeric characters are allowed. */ MSG_BAD_CHAR = 0x69d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฆผ Notice */ MSG_ALRAM = 0x69e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ์ ๋ณด๊ฐ ์ ํํ์ง ์์ ์์ดํ
๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. Item purchase failed due to incorrect shop information. */ MSG_FAIL_BUY_ITEM_INVALID_MCSTORE = 0x69f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง ์์ดํ
์ฐฝ์์ ๋ฒ๋ฆด ์ ์์ต๋๋ค. Item cannot be discarded from the window. */ MSG_CAN_DROP_ITEM_TO_ITEMWND = 0x6a0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ฐ Time */ MSG_TIME = 0x6a1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งต Map */ MSG_MAP = 0x6a2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋ ์ํ์์๋ ์์ดํ
์ฌ์ฉ ๋ฐ ์ฅ๋น ์ฐฉ์ฉ/ํด์ ๋ฅผ ํ ์ ์์ต๋๋ค. You can't use, equip or disarm items when you're trading. */ MSG_CANT_USE_WHEN_OPENED_EXCHANGEWND = 0x6a3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ์ง์ ๊ฐ Unspecified value */ MSG_HOTKEY_UNKOWN = 0x6a4, -/*20171018 to 20180523 +/*20171018 to 20180605 /stateinfo : ์ํ ์์ด์ฝ์ ๋ํ ์ค๋ช
์ ๋ณด์ฌ์ค๋๋ค. On Off /stateinfo: Shows the description of status icons. On Off */ MSG_EXPLAIN_STATEINFO = 0x6a5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ ์ ๋ณด On : ์ํ ์์ด์ฝ์ ๋ํ ์ค๋ช
์ด ํ์๋ฉ๋๋ค. Status Information On: Status icon description is enabled. */ MSG_SHOW_STATEINFO_ON = 0x6a6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ ์ ๋ณด Off: ์ํ ์์ด์ฝ์ ๋ํ ์ค๋ช
์ด ํ์๋์ง ์์ต๋๋ค. Status Information Off: Status icon description is disabled. */ MSG_SHOW_STATEINFO_OFF = 0x6a7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ์์ดํ
์ ํ๋ฒ์ %d๊ฐ ์ด์์ ์ด ์ ์์ต๋๋ค. It is not possible to purchase the same item more than %d pieces at a time */ MSG_LIMIT_BUY_ITEM2 = 0x6a8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ์์ดํ
์ ํ๋ฒ์ %d๊ฐ ์ด์์ ํ ์ ์์ต๋๋ค. It is not possible to purchase the same item more than %d pieces at a time */ MSG_LIMIT_SELL_ITEM = 0x6a9, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์์ดํ
์ ์ด ๊ตฌ๋งค ๊ฐ๋ฅ ๊ฐ์๋ %d๊ฐ ์
๋๋ค. Can purchase upto %d pieces of the same item at a time. */ MSG_CAN_BUY_ITEM_NUM = 0x6aa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ ํ ๋ด์ฉ์ ์ ์ ์ข
๋ฃ ์ [%s\%s]์ ์ ์ฅ๋ฉ๋๋ค. User customized key is saved to [%s\%s] */ MSG_SAVE_HOTKEY_TO_FILE = 0x6ab, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s] ๋์ ํ์ฌ ๊ตํ ์ ์ฒญ์ ๋ฐ์ ์ ์๋ ์ํ์
๋๋ค. [%s] is currently on trade and cannot accept the request. */ MSG_CHARACTER_IS_BUSY = 0x6ac, -/*20171018 to 20180523 +/*20171018 to 20180605 RO_HELP RO_HELP. */ MSG_RO_HELP = 0x6ad, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋ฃจ๊ฐ ์กด์ฌ ํ์ง ์์ต๋๋ค. Anvil does not exist. */ MSG_HAVENOT_ANVIL = 0x6ae, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ๋น์ค ๋ ๋ฒจ 10 ์ดํ๋ ๊ท์๋ง์ด ๊ธ์ง๋ฉ๋๋ค Novice below level 10 is not allowed to whisper. */ MSG_WHISPER_BLOCK_NOVICE_LEVEL10 = 0x6af, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ Attack */ MSG_JOB_ATTACKER = 0x6b0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐฉ์ด Defense */ MSG_JOB_TANKER = 0x6b1, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ณต Consumables */ MSG_JOB_HEALER = 0x6b2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์กฐ Support */ MSG_JOB_ASSISTANCE = 0x6b3, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ๋ชจ์ง ๊ด๋ จ ๋ช
๋ น์ด Party recruitment related command */ MSG_DESCRIBE_PARTY_BOOKING = 0x6b4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ๋๋งน์ ์ฒญ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค Guild alliance application is not possible. */ MSG_GUILD_ALLY_REQUEST_DISABLE = 0x6b5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ์ ๋์ ์ฒญ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค Guild hostility application is not possible. */ MSG_GUILD_HOSTILE_REQUEST_DISABLE = 0x6b6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์งํธ๋งต์์๋ ์น๊ตฌ์ถ๊ฐ๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค Adding friends is not possible in this map. */ MSG_FRIEND_ADD_FALSE_AGIT = 0x6b7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค๋
ธ์ ๊ฐ์ค Buying Store Window */ MSG_BUYINGSTORE_MAKEWND_TITLE = 0x6b8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค๊ฐ : Price: */ MSG_BUYINGSTORE_MAKEWND_PRICE = 0x6b9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง์ก : Money: */ MSG_BUYINGSTORE_MAKEWND_MYZENY = 0x6ba, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค ํ๋์ก Purchase Zeny Limit */ MSG_BUYINGSTORE_MAKEWND_LIMITZENY = 0x6bb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งคํ ์์ดํ
์ ๋ฑ๋กํ์ง ์์์ต๋๋ค. ๊ตฌ๋งคํ์ค ์์ดํ
์ ๋ฑ๋กํด ์ฃผ์ธ์ Please register the item first that has to be purchased. */ MSG_BUYINGSTORE_MAKEWND_ADDITEM = 0x6bc, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์์ดํ
์ ๊ฐ๊ฒฉ์ ์
๋ ฅํด ์ฃผ์ธ์. Enter the price for item %s. */ MSG_BUYINGSTORE_MAKEWND_INPUTPRICE = 0x6bd, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์์ดํ
์ ๊ฐ๊ฒฉ์ 9999๋ง Zeny์ดํ๋ก ์
๋ ฅํด ์ฃผ์ธ์. Enter the price for item %s. It has to be below 99990000 Zeny. */ MSG_BUYINGSTORE_MAKEWND_REINPUTPRICE = 0x6be, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์์ดํ
์ ๊ตฌ๋งค์๋์ ์
๋ ฅํด ์ฃผ์ธ์. Enter the item number for %s. */ MSG_BUYINGSTORE_MAKEWND_INPUTNUM = 0x6bf, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์์ดํ
์ ์์ง์๋๊ณผ ๊ตฌ๋งค์๋์ ํฉ์ด 9999๊ฐ ์ด์์
๋๋ค. 9999๊ฐ ์ดํ์ ์๋์ ์
๋ ฅํด ์ฃผ์ธ์. The sum of purchasing and belonging items is over 9999. The sum has to be bellow 9999. */ MSG_BUYINGSTORE_MAKEWND_REINPUTNUM = 0x6c0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋ณต๋ ์์ดํ
์ด ์กด์ฌํฉ๋๋ค. You have duplicate items in your purchase list. */ MSG_BUYINGSTORE_MAKEWND_DUPLICATEITEM = 0x6c1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํ ๊ธ์ก์ ์
๋ ฅํด ์ฃผ์ธ์ Enter the limited price. */ MSG_BUYINGSTORE_MAKEWND_INPUTLIMITZENY = 0x6c2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
๋ ฅํ ์ ํ๊ธ์ก์ด ์์ง๊ธ์ก์ ์ด๊ณผํฉ๋๋ค. ๋ค์ ์ค์ ํด ์ฃผ์ธ์ You have entered a greater amount of zeny than you have. Please check your zeny. */ MSG_BUYINGSTORE_MAKEWND_REINPUTLIMITZENY = 0x6c3, -/*20171018 to 20180523 +/*20171018 to 20180605 %s : %s Zeny => %s EA %s: %s Zeny => %s ea. */ MSG_BUYINGSTORE_MAKEWND_ITEMLIST = 0x6c4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค ๊ฐ๋ฅํ ์์ดํ
๋ชฉ๋ก Available items: */ MSG_BUYINGSTORE_MIRRORBUYITEMLIST = 0x6c5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ ๊ตฌ๋งค๋
ธ์ Purchase list: */ MSG_BUYINGSTORE_MYSHOPWND_TITLE = 0x6c6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํ๊ธ์ก : %s Zeny Price limit: %s Zeny */ MSG_BUYINGSTORE_MYSHOPWND_LIMITZENY = 0x6c7, -/*20171018 to 20180523 +/*20171018 to 20180605 %s %s Zeny %d ๊ฐ Buying %s for %s Zeny. Amount: %d. */ MSG_BUYINGSTORE_MYSHOPWND_ITEMINFO = 0x6c8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค ๋
ธ์ Wanted items */ MSG_BUYINGSTORE_SHOPWND_TITLE = 0x6c9, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค ๊ฐ๋ฅํ ์์ดํ
๋ชฉ๋ก Available items: */ MSG_BUYINGSTORE_MIRRORSELLWND_TITLE = 0x6ca, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์์ดํ
์ ์ด ํ๋งค ๊ฐ๋ฅ ๊ฐ์๋ %d๊ฐ ์
๋๋ค. The max. number of items you can sell is %d. */ MSG_BUYINGSTORE_SELLWND_LIMITNUM = 0x6cb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค๋
ธ์ ์ ์ ํ๊ธ์ก์ ์ด๊ณผํ์ฌ ํ๋งคํ ์ ์์ต๋๋ค. Buyer has insufficient money, lower the amount of items you're selling. */ MSG_BUYINGSTORE_SELLWND_LACKBUYERZENY = 0x6cc, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค์์ ๊ฐ์ค์ ์คํจํ์ต๋๋ค. Failed to open purchase shop. */ MSG_BUYINGSTORE_OPEN_FAILED = 0x6cd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ์ด ๋ฌด๊ฒ๊ฐ %d ๋งํผ ์์ง ํ๊ณ๋์ ์ด๊ณผํฉ๋๋ค. ๋ค์ ์ค์ ํด ์ฃผ์ธ์. You exceed the total amount of items. */ MSG_BUYINGSTORE_OVERWEIGHT = 0x6ce, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํ๊ธ์ก๋งํผ์ ์์ดํ
์ ๋ชจ๋ ๊ตฌ๋งคํ์์ต๋๋ค. You have purchased all items within the limited price. */ MSG_BUYINGSTORE_TRADE_OVERLIMITZENY = 0x6cf, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ๋ชจ๋ ๊ตฌ๋งคํ์ต๋๋ค. You purchased all items. */ MSG_BUYINGSTORE_TRADE_BUYCOMPLETE = 0x6d0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค์์ ์์ก์ด ๋ถ์กฑํ์ฌ ๊ฑฐ๋๊ฐ ์คํจํ์์ต๋๋ค. Failed to deal because you have not enough Zeny. */ MSG_BUYINGSTORE_TRADE_LACKBUYERZENY = 0x6d1, -/*20171018 to 20180523 +/*20171018 to 20180605 %s %d๊ฐ๋ฅผ %dz์ ํ๋งคํ์์ต๋๋ค. You have sold %s. Amount: %d. Total Zeny: %dz */ MSG_BUYINGSTORE_TRADE_SELLCOMPLETE = 0x6d2, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์์ดํ
์ ํฌ๋ง ๊ตฌ๋งค๊ฐฏ์๋ณด๋ค ์๋์ด ๋ง์ ํ๋งคํ์ง ๋ชปํ์์ต๋๋ค %s item could not be sold because you do not have the wanted amount of items. */ MSG_BUYINGSTORE_TRADE_OVERCOUNT = 0x6d3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ๋ ์ ๋ น์ด ์์ต๋๋ค. You don't have any summoned spirits. */ MSG_USESKILL_FAIL_EL_SUMMON = 0x6d4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ์ฐํฉ๋์ ์ ์ฝ์ฌํญ ์
๋๋ค. This is a restricted server. */ MSG_AGAINSTSERVERSIEGEWARFARE_RESTRICTION = 0x6d5, -/*20171018 to 20180523 +/*20171018 to 20180605 OTP ๋น๋ฐ๋ฒํธ๋ 6์๋ฆฌ ์
๋๋ค. OTP password is 6 digits long. */ MSG_OTP_MUST_6_CHAR = 0x6d6, -/*20171018 to 20180523 +/*20171018 to 20180605 OTP ์ ๋ณด๊ฐ ์์ต๋๋ค. ๊ด๋ฆฌ์์๊ฒ ๋ฌธ์ํ์๊ธฐ ๋ฐ๋๋๋ค. OTP information is unavailable. Please contact your administrator. */ MSG_DB_ERROR = 0x6d7, -/*20171018 to 20180523 +/*20171018 to 20180605 OTP ์ธ์ฆ์ ์คํจ ํ์ต๋๋ค. OTP authentication failed. */ MSG_OTP_FAILED = 0x6d8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ๊ด๊ณ ๊ฐ ์ถ๊ฐ๋์์ต๋๋ค Party ad has been added. */ MSG_PARTY_BOOKING_NOTIFY = 0x6d9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ์ง ์ค Recruit party members */ MSG_PARTY_BOOKING_REQURT = 0x6da, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ญํ Roles */ MSG_PARTY_BOOKING_TYPE = 0x6db, -/*20171018 to 20180523 +/*20171018 to 20180605 1์ฐจ ์ง์
1st Jobs */ MSG_PARTY_BOOKING_TYPE_1 = 0x6dc, -/*20171018 to 20180523 +/*20171018 to 20180605 2์ฐจ ์ง์
2nd Jobs */ MSG_PARTY_BOOKING_TYPE_2 = 0x6dd, -/*20171018 to 20180523 +/*20171018 to 20180605 3-1์ฐจ ์ง์
3-1 Classes */ MSG_PARTY_BOOKING_TYPE_3_1 = 0x6de, -/*20171018 to 20180523 +/*20171018 to 20180605 3-2์ฐจ ์ง์
3-2 Classes */ MSG_PARTY_BOOKING_TYPE_3_2 = 0x6df, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์น 1์ฐจ ์ง์
1st Job High */ MSG_PARTY_BOOKING_TYPE_1PLUS = 0x6e0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์น 2์ฐจ ์ง์
2nd Jobs High */ MSG_PARTY_BOOKING_TYPE_2PLUS = 0x6e1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐํ ์ง์
๊ตฐ Other Jobs */ MSG_PARTY_BOOKING_TYPE_ETC = 0x6e2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ์ง ํ๊ธฐ Recruit */ MSG_PARTY_BOOKING_REQURTING = 0x6e3, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์์ ๋ชจ์งํฉ๋๋ค. Open party recruitment window. */ MSG_PARTY_BOOKING_REQURT_TIP = 0x6e4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ ์ค - Searching - */ MSG_PARTY_BOOKING_SEARCH = 0x6e5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋ ์ ํ Select All */ MSG_PARTY_BOOKING_ALL_SELECT = 0x6e6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต์ํ ํ๋์ ์ง์
์ด ๋ชจ์ง ์ค์ด์ด์ผ ํฉ๋๋ค. Recruitment of at least one job must be running. */ MSG_PARTY_BOOKING_ERR1 = 0x6e7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต์ 1๊ฐ์ด์์ ์ง์
์ ์ ํํด ์ฃผ์
์ผ ํฉ๋๋ค. You have to select atleast 1 or more jobs. */ MSG_PARTY_BOOKING_ERR2 = 0x6e8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํ๋ ์ง์
์ %d๊ฐ์
๋๋ค. ์ต๋ 6๊ฐ๊น์ง๋ง ์ง์
์ ์ ํํ ์ ์์ต๋๋ค. You have selected %d Jobs. You can only select up to 6 different jobs. */ MSG_PARTY_BOOKING_ERR3 = 0x6e9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ๋ฒจ์ ์ซ์ ์ด์ธ์ ๋ฌธ์๋ ๋ค์ด๊ฐ ์ ์์ต๋๋ค. Only numeric characters are allowed. */ MSG_PARTY_BOOKING_ERR4 = 0x6ea, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ๋ฒจ์ 1~150 ์ฌ์ด์ ์ซ์๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์. Please enter levels between 1~150. */ MSG_PARTY_BOOKING_ERR5 = 0x6eb, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ๋งต์์๋ ์์ ์ฅ๋น๊ฐ ๋ณด์ด์ง ์์ต๋๋ค. Nothing found in the selected map. */ MSG_DISABLE_COSTUMEITEM_MAP = 0x6ec, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ์ฐฉ์ฉํ ์ ์๋ ๋ ๋ฒจ์ด ์๋๋๋ค. You cannot equip this item with your current level. */ MSG_CANNOT_EQUIP_ITEM_LEVEL = 0x6ed, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ์ฌ์ฉํ ์ ์๋ ๋ ๋ฒจ์ด ์๋๋๋ค. You cannot use this item with your current level. */ MSG_CANNOT_USE_ITEM_LEVEL = 0x6ee, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๋ชจ๋ OnOff ํ์ฑํ Enable Battlemode */ MSG_CHATMODE_ONOFF = 0x6ef, -/*20171018 to 20180523 +/*20171018 to 20180605 ํญ์ฌ์ด์ฆ ํฌ๊ธฐ๊ฐ ์ด๊ณผ๋์ด ์ถ๊ฐํ ์ ์์ต๋๋ค. Failed to add because you have reached the limit. */ MSG_OVER_TABSIZE = 0x6f0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐฝ ํ์ ์ ๋ณด Window Sign Information */ MSG_SET_CHATINFO = 0x6f1, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค Sell */ MSG_SELL = 0x6f2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค Purchase */ MSG_BUY = 0x6f3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ๊ฒ์ Search for Vends */ MSG_SEARCH_STOREINFO = 0x6f4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ์ด๋ฆ Shop Name */ MSG_STORE_NAME = 0x6f5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ Quantity */ MSG_SEARCH_ITEM_COUNT = 0x6f6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ๊ฒฉ Cost */ MSG_SEARCH_ITEM_PRICE = 0x6f7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ ๊ฒฐ๊ณผ๊ฐ ๋๋ฌด ๋ง์ต๋๋ค. ๊ฒ์์ด๋ฅผ ์์ธํ ์
๋ ฅ ํด ์ฃผ์ธ์. Too much results have been found. Please do a more precisely search. */ MSG_SSI_FAILED_OVER_MAXCOUNT = 0x6f8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ๋
ธ์ ์ ์ฌ์๊ฒ ์ต๋๊น? Do you want to open a street stall? */ MSG_OPEN_SEARCH_STORE = 0x6f9, -/*20171018 to 20180523 +/*20171018 to 20180605 SSO ์ธ์ฆ์ ์คํจํ์์ต๋๋ค. Failed to recognize SSO. */ MSG_SSO_FAILED = 0x6fa, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ํด๋น์ง์ญ์ผ๋ก ์ด๋ ํ ์ ์์ต๋๋ค Cannot move to the applied area. */ MSG_ZONE_MOVE_FAIL = 0x6fb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จ์ด๊ฐ ํฌํจ๋ ์์ดํ
๊ฒ์ searching item including the word */ MSG_SEARCH_INCLUDED = 0x6fc, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํดํ ์ ์ ์
๋๋ค. User has been expelled. */ MSG_WITHDREW_USERS = 0x6fd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ ์ด์ฉ์ ๋์ํ์ง ์์์ต๋๋ค. You have not accepted the user agreements yet. */ MSG_DIDNOT_AGREE = 0x6fe, -/*20171018 to 20180523 +/*20171018 to 20180605 ์กด์ฌ ํ์ง ์๋ ๊ณ์ ์
๋๋ค. You will not be disconnect from the game. */ MSG_ACCOUNT_DOESNOT_EXIST = 0x6ff, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณธ ๊ฒ์์ 12์ธ ์ด์ฉ๊ฐ์
๋๋ค. It is available only for 12 hours. */ MSG_AGE_RESTRICTIONS = 0x700, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ์ ๋์ฉ ์กฐ์ฌ๋ฅผ ์ํ ๋ธ๋ญ์ํ์
๋๋ค. Your account is blocked due to illegal use of the game account. */ MSG_ACCOUNT_BLOCK = 0x701, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฒ๊ทธ์กฐ์ฌ๋ฅผ ์ํ ๋ธ๋ญ์ํ์
๋๋ค. Your account is blocked because there may exist a bug with your account. */ MSG_BUG_BLOCK = 0x702, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Base, Job ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 75% ์ฆ๊ฐํฉ๋๋ค. Increases base exp and job exp gained by killing monsters up to 75% for 30 minutes. */ MSG_PLUSEXP75 = 0x703, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Base, Job ๊ฒฝํ์น๊ฐ 30๋ถ๊ฐ 50% ์ฆ๊ฐํฉ๋๋ค. Increases base exp and job exp gained by killing monsters up to 50% for 30 minutes. */ MSG_PLUSEXP50 = 0x704, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค(๊ตฌ๋งค) ์ ๋ณด๊ฐ ์์ต๋๋ค. No sales information. */ MSG_FAIL_OPEN_STORE = 0x705, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ์ด์ ๊ฒ์ ํ ์ ์์ต๋๋ค. Failed to search any further. */ MSG_SSI_FAILED_SEARCH_CNT = 0x706, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์์ดํ
๋ช
์ ์กด์ฌํ์ง ์์ต๋๋ค. The item you have entered does not exist. */ MSG_SSI_FAILED_ITEM_DOES_NOT_EXIST = 0x707, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง ๊ฒ์ ํ ์ ์์ต๋๋ค. Cannot search yet. */ MSG_SSI_FAILED_LIMIT_SERACH_TIME = 0x708, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นด๋ ์ด๋ฆ ๋๋ ์ ๋์ฌ(์ ๋ฏธ์ฌ)๋ฅผ ์
๋ ฅํ์ธ์ Enter the card name or prefix/suffix. */ MSG_SSI_TOOLTIP_OF_SERACHING_THE_CARD = 0x709, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จ์ ๊ฒ์ ํ์ : %d Searches left: %d */ MSG_SSI_REST_OF_NUMBER_OF_SEARCHES = 0x70a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ ๋ ๋
ธ์ ์ด ์์ต๋๋ค. No result has been found. */ MSG_SSI_FAILED_SEARCH_STORE = 0x70b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๊ฐ๊ฒฉ ๋ฒ์๊ฐ ์๋ชป๋์์ต๋๋ค. The item price is too high. */ MSG_SSI_FAILED_PRICE_ISNOT_VALID = 0x70c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ๋ฐ ์ฅ๋น Normal Gear */ MSG_GENERAL_EQUIPMENT = 0x70d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ์ฅ๋น Costume */ MSG_COSTUME_EQUIPMENT = 0x70e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ minute */ MSG_MINUTE = 0x70f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด second */ MSG_SECOND = 0x710, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๋ช
์ ์
๋ ฅํด ์ฃผ์ธ์. Please enter the name of the item. */ MSG_SSI_FAILED_ENTER_THE_NAME_OF_ITEM = 0x711, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์์ดํ
๋ช
์ ์กด์ฌํ์ง ์์ต๋๋ค. The item you have entered does not exist. */ MSG_SSI_FAILED_NAME_OF_ITEM_DOES_NOT_EXIST = 0x712, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์
๊ฐ๋ฅํ ๋งต์ด ์กด์ฌํ์ง ์์ต๋๋ค. The map is not available. */ MSG_NOT_EXIST_ENTRYMAP = 0x713, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์นด๋ ์ด๋ฆ์ด๋ ์ ๋์ฌ(์ ๋ฏธ์ฌ)๋ ์กด์ฌํ์ง ์์ต๋๋ค. The selected name or prefix/suffix does not exist. */ MSG_SSI_FAILED_NAME_OF_CARD_DOES_NOT_EXIST = 0x714, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ฒ์ ๊ตฌ๋งค ๊ฐ๋ฅ ์ข
๋ฅ๋ 10๊ฐ์
๋๋ค. You can purchase up to 10 items. */ MSG_CASH_FAILED_TOTAL_CNT = 0x715, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ๋ถ ์์ดํ
์ ๊ตฌ๋งค๊ฐ ์คํจํ์์ต๋๋ค. Some items could not be purchased. */ MSG_CASH_FAILED_BUY_SOME = 0x716, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋
์์ผ 6์๋ฆฌ๋ฅผ ์
๋ ฅํ์ธ์.(์์:801122) Enter your 6-digit DOB(YYMMDD) (e.g: 801122) */ MSG_ENTER_PEOPLE_BIRTH = 0x717, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ์๋ ์ค๋ฅ๊ฐ ๋ฐ์ํ์์ต๋๋ค. Now Logging Out. */ MSG_RESULT_FAIL_UNKNOWN = 0x718, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐ์ดํ ๋ฒ ์ด์ค ์ค๋ฅ๊ฐ ๋ฐ์ํ์์ต๋๋ค. A database error has occurred. */ MSG_RESULT_FAIL_DATABASE = 0x719, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํ๊ธฐ ์ํด์๋ ๊ธธ๋์์ ํํด ํด์ผ ํฉ๋๋ค. Please leave your guild first in order to remove your character. */ MSG_RESULT_FAIL_GUILD = 0x71a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ๋ฅผ ์ญ์ ํ๊ธฐ ์ํด์๋ ํํฐ์์ ํํด ํด์ผ ํฉ๋๋ค. Please leave your party first in order to remove your character. */ MSG_RESULT_FAIL_PARTY = 0x71b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์คํ
์ค์ ์ผ๋ก ์ธํด ์ญ์ ํ ์ ์์ต๋๋ค. You cannot delete this character because the delete time has not expired yet. */ MSG_RESULT_FAIL_CONFIGURATION = 0x71c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง ์ญ์ ๊ฐ๋ฅ ์๊ฐ์ด ์๋๋๋ค. You cannot delete this character at the moment. */ MSG_RESULT_FAIL_DATE = 0x71d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋
์์ผ์ด ์ผ์นํ์ง ์์ต๋๋ค. Your entered birthday does not match. */ MSG_RESULT_FAIL_BIRTH = 0x71e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๋ฐ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. You lack of familiarity. */ MSG_USESKILL_FAIL_RELATIONGRADE = 0x71f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํ์ผ์ฒด์ธ์ง ํ์ดํฐ ์ํ์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. This is only available on style change for fighting classes. */ MSG_USESKILL_FAIL_STYLE_CHANGE_FIGHTER = 0x720, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํ์ผ์ฒด์ธ์ง ๊ทธ๋ํ๋ฌ ์ํ์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. This is only available on style change for novice. */ MSG_USESKILL_FAIL_STYLE_CHANGE_GRAPPLER = 0x721, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ๋ฑ๋ก์คํจ Party Registration failed. */ MSG_PARTY_REGISTRATION_FAILED = 0x722, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๋ ์กฐ๊ฑด์ ๋ฆฌ์คํธ๊ฐ ์์ต๋๋ค. results have been found. */ MSG_PARTY_SEARCH_FAILED = 0x723, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ด๊ณ ์ญ์ ์ ์คํจํ์ต๋๋ค. Failed to remove result. */ MSG_PARTY_AD_DELETE_FAILED = 0x724, -/*20171018 to 20180523 +/*20171018 to 20180605 ์กฐ๊ฑด์ ๋ง๋ ๊ด๊ณ ๊ฐ ์์ด ์คํจํ์ต๋๋ค. No results have been found. */ MSG_PARTY_NOT_EXIST_AD = 0x725, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฐ์ ์ ๋ณด๊ฐ ์์ต๋๋ค. No payment information has been found. */ MSG_REFUSE_SSO_NOT_PAY_USER = 0x726, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตํ ์ ์คํฌ๋ฆฐ์ท ์ฐ๊ธฐ Screenshot Trade */ MSG_SCREENSHOT_FOR_EXCHANGE = 0x727, -/*20171018 to 20180523 +/*20171018 to 20180605 [๊ฑฐ๋_%s] [Trade_%s] */ MSG_SCREENSHOT_FOR_EXCHANGE_CHARNAME = 0x728, /*20171018 to 20180131 ์ฌ๋ง์ผ๋ก ์ธํด ์ ์๋ช
๋ณดํ์๊ฐ ์๋ ์๋น๋์์ต๋๋ค -20180207 to 20180523 +20180207 to 20180605 ์ฌ๋ง ์ ์์งํ ์์ดํ
์ผ๋ก ๊ฒฝํ์น ์์ค์ ๋ง์์ต๋๋ค. Death due to the auto insurance young people are spending. */ MSG_NOTIFY_NEO_INSURANCE_ITEM_USE = 0x729, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ํ Chat Dialog */ MSG_TALK = 0x72a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋ณต์ฌ์ฉ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Redundant is not available. */ MSG_MACRO_DUPLICATE = 0x72b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์ฉ์ ํ์ด ๊ฑธ๋ ค์์ต๋๋ค. Use the limit that has been set. */ MSG_MACRO_POSTDELAY = 0x72c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์ฌ์ฉ์ ํ์ด ๊ฑธ๋ ค ์์ง ์์ต๋๋ค. No user restrictions are set. */ MSG_MACRO_NOT_POSTDELAY = 0x72d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ธฐ์น ๋ชปํ ์ฌ์ ๋ก ์ธํด ์ ์์ด ์คํจํ์์ต๋๋ค. ๊ด๋ฆฌ์์๊ฒ ๋ฌธ์ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Connection has failed. Please contact your administrator. */ MSG_SSO_ERROR_MSG = 0x72e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ์ ๋ณด ์ธ์ฆ ์คํจํ์์ต๋๋ค. Failed to authenticate. */ MSG_REFUSE_SSO_AUTH_INVALID_TOKEN = 0x72f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์
ํ์ง ์์ ์ฌ์ฉ์์
๋๋ค. User is offline. */ MSG_REFUSE_SSO_AUTH_INVALID_USER = 0x730, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ด์ ํ ๋๋ฌธ์ ์ด๊ณ์ ์ผ๋ก ์ด์๋ฒ์ ์ ์ํ ์ ์์ต๋๋ค. The age limit from commandment tables cannot connect to this server. */ MSG_REFUSE_SSO_AUTH_INVALID_AGE = 0x731, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งคํ๊ธฐ Buy */ MSG_NC_BUY = 0x732, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋ฐ๊ตฌ๋ ๋น์ฐ๊ธฐ Cancel. */ MSG_NC_BLANK = 0x733, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒซ ํ์ด์ง First page */ MSG_NC_FIRSTPAGE = 0x734, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์ง๋ง ํ์ด์ง Last page */ MSG_NC_LASTPAGE = 0x735, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๊ท New */ MSG_NC_CAT1 = 0x736, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๊ธฐ Headgears */ MSG_NC_CAT2 = 0x737, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ Limited */ MSG_NC_CAT3 = 0x738, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ฅ๋น Rental Items */ MSG_NC_CAT4 = 0x739, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ตฌ์ฅ๋น Equipments */ MSG_NC_CAT5 = 0x73a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฒํ Scrolls */ MSG_NC_CAT6 = 0x73b, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ณต Consumables */ MSG_NC_CAT7 = 0x73c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐํ Other */ MSG_NC_CAT8 = 0x73d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ๊ฒฉ Cost */ MSG_NC_COST = 0x73e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ Quantity */ MSG_NC_NUM = 0x73f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ Total */ MSG_NC_COUNT = 0x740, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๋ฃ ์บ์ : %s C Free Cash: %s C */ MSG_NC_FREECASH = 0x741, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง ์บ์ : %s C CashPoints: %s C */ MSG_NC_CASH = 0x742, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์ง์ญ์์๋ ๋ชฌ์คํฐ ์ํ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. You cannot summon a monster in this area. */ MSG_CALLMONSTER_FAIL_AREA = 0x743, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๋ฃ์บ์ ์ฌ์ฉ๋์ด ์ ์ฒด ๊ธ์ก์ ์ด๊ณผํ๊ณ ์์ต๋๋ค Exceeded total free cash */ MSG_BUY_CASH_FAIL2 = 0x744, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ ํ ๋ด์ฉ์ด [SaveData_ExMacro%d]์ ์ ์ฅ๋ฉ๋๋ค. %d seconds left until you can use */ MSG_MACRO_SAVE_DATA = 0x745, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฝ %d ์ด ํ์ ์ฌ์ฉํ ์ ์์ต๋๋ค Content has been saved in [SaveData_ExMacro%d] */ MSG_ITEM_REUSE_LIMIT_SECOND = 0x746, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฐฝ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. ~ [Windows] must be equipped with. */ MSG_FAIL_NEED_EQUIPPED_SPEAR = 0x747, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋๊ณค ํ์น์์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. Available only on the dragon. */ MSG_USESKILL_FAIL_DRAGON = 0x748, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณธ ์๋ฒ์ ์ ์ํ ์ ์๋ ์ ์์ด ์ด๊ณผ๋์ด ์ง์
์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. Unable to proceed due to exceeding capacity. */ MSG_OVER_CONNECT_USER = 0x749, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋ช
์ธ์ฆ์ด ๋์ง ์์์ต๋๋ค. ์ค๋ช
์ธ์ฆ ์ฌ์ดํธ๋ก ์ด๋ํฉ๋๋ค Real name has not been verified. Go to name verification site. */ MSG_AUTHENTICATE = 0x74a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ํ ์ฌ๋กฏ์ ์ ํ ํด ์ฃผ์ธ์ Please select slot you are going to save. */ MSG_SELECT_SAVESLOT = 0x74b, -/*20171018 to 20180523 +/*20171018 to 20180605 %s, ์ถํ๋๋ฆฝ๋๋ค. '%s' ๋ฅผ ์ป์ผ์
จ์ต๋๋ค! Congratulation %s, Acquired '%s' ! */ MSG_BROADCASTING_SPECIAL_ITEM_OBTAIN2 = 0x74c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทธ๋ฃจ๋ฏธ์ํ์์๋ ์ฌ์ฉํ ์ ์์ต๋๋ค Unable to use in gloomy state */ MSG_NOTUSE_GROOMY = 0x74d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค๋ฌผํ์ ํฉ๊ณ๊ธ์ก์ด ์ผ๋ฆญํฐ๊ฐ ์์งํ ์ ์๋ ์ต๋ ๊ธ์ก์ ์ด๊ณผํ์์ต๋๋ค Purchased products has exceeded the total price. */ MSG_BUYINGSTORE_OVERFLOW_MONEY = 0x74e, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๋งต์์๋ ํํฐ ๊ฐ์
์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Cannot join a party in this map. */ MSG_PREVENT_PARTY_JOIN = 0x74f, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๋งต์์๋ ํํฐ ํํด๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Cannot leave a party in this map. */ MSG_PREVENT_PARTY_LEAVE = 0x750, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๋งต์์๋ ํํฐ ์ถ๋ฐฉ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Cannot withdraw/break the party in this map. */ MSG_PREVENT_PARTY_EXPEL = 0x751, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ ์ฑ๋ช
Real Name */ MSG_SDO_REALNAME = 0x752, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ถ์ฆ ๋ฒํธ ID Number */ MSG_SDO_ID_NUMBER = 0x753, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฉ์ผ E-mail */ MSG_SDO_EMAIL = 0x754, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
๋ ฅ์ด ์ฌ๋ฐ๋ฅด์ง ์์ต๋๋ค Invalid input */ MSG_SDO_WRONG_VALUE = 0x755, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ์บ๋ฆญํฐ๊ฐ ์ต๋ ๋ณด์ ์ ๋๋์ ์ด๊ณผํ์ฌ ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Failed to send the zeny */ MSG_MCSTORE_FAIL_SELLER_MONEY_GIVE = 0x756, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์ง์
์ด ์๋๋๋ค. This is not a relevant job */ MSG_INVALID_CLASS = 0x757, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์ฑ๋ณ์ด ์๋๋๋ค. This is not a relevant gender */ MSG_INVALID_GENDER = 0x758, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ๋์ ์ ๋ณด๊ฐ ์ธ์ฆ์ ์ฑ๊ณตํ์ต๋๋ค. User information identification was successful. */ MSG_SUCCESS_AUTHENTICATE = 0x759, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฆ์ด ์ผ์นํ์ง ์์ต๋๋ค. ์ฌ์์ฑ ํด์ฃผ์ธ์. Name does not match. Please retry. */ MSG_INVALID_REALNAME = 0x75a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ถ์ฆ ๋ฒํธ๊ฐ ์ผ์นํ์ง ์์ต๋๋ค. ์ฌ์์ฑ ํด์ฃผ์ธ์. ID number does not match. Please retry. */ MSG_INVALID_IDNUMBER = 0x75b, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์๋น์ค์ ์ด์์ด ์์ผ๋ ์ ์ ํ ์ฌ์๋ ํด์ฃผ์ธ์. Service is currently unavailable. Please try again later. */ MSG_INVALID_AUTHENTICATE = 0x75c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์น ์ํ์์๋ ๊ณต๊ฒฉ์ ํ ์ ์์ต๋๋ค. Unable to attack while riding. */ MSG_CANNOT_ATTACK_IN_RIDING_STATE = 0x75d, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์น ์ํ์์๋ ์คํฌ ์์ ์ ํ ์ ์์ต๋๋ค. Unable to cast the skill while riding. */ MSG_CANNOT_USE_SKILL_IN_RIDING_STATE = 0x75e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ๋ 4์๋ฆฌ์ดํ์ฌ์ผ๋ง ํฉ๋๋ค. Pin number should be 4~6 characters. */ MSG_STORE_PASSWORD_4_6 = 0x75f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ์ธ์ฆ์ ์ฑ๊ณตํ์ต๋๋ค. Secured authentication is successful. */ MSG_SECOND_PASSWORD_LOGIN_SUCCESS = 0x760, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํจ์ค์๋์ ์์ฑ์ ์ฑ๊ณตํ์ต๋๋ค. Succeeded in creating 2nd password. */ MSG_SECOND_PASSWORD_MAKE_SUCCESS = 0x761, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํจ์ค์๋๋ฅผ ์ญ์ ํ์ต๋๋ค. 2nd password has been deleted. */ MSG_SECOND_PASSWORD_DEL_SUCCESS = 0x762, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํจ์ค์๋๋ฅผ ์์ ํ์ต๋๋ค. 2nd password has been corrected. */ MSG_SECOND_PASSWORD_EDIT_SUCCESS = 0x763, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ชป๋ ํจ์ค์๋์
๋๋ค.(%dํ๋จ์) Password is incorrect. */ MSG_SECOND_PASSWORD_LOGIN_FAILED = 0x764, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํจ์ค์๋์ ์์ฑ์ ์คํจํ์ต๋๋ค. Failed to create 2nd password. */ MSG_SECOND_PASSWORD_MAKE_FAILED = 0x765, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํจ์ค์๋ ์ญ์ ์ ์คํจํ์ต๋๋ค. Failed to delete 2nd password. */ MSG_SECOND_PASSWORD_DEL_FAILED = 0x766, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํจ์ค์๋์ ์์ ์ ์คํจํ์ต๋๋ค. Failed to correct 2nd password. */ MSG_SECOND_PASSWORD_EDIT_FAILED = 0x767, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
๋ ฅํ์ ํจ์ค์๋๋ ์ฌ์ฉํ์ค์์์ต๋๋ค. Unable to use restricted number in 2nd password. */ MSG_SECOND_PASSWORD_EDIT_RESTRICT_PW = 0x768, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฃผ๋ฏผ๋ฑ๋ก๋ฒํธ๋ ์ฌ์ฉํ ์์์ต๋๋ค. Unable to use your KSSN number. */ MSG_SECOND_PASSWORD_EDIT_PERSONALNUM_PW = 0x769, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ํจ์ค์๋๊ฐ ์กด์ฌํฉ๋๋ค. ~There is already a password. */ MSG_SECOND_PASSWORD_MAKE_DUPLICATED_PW = 0x76a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํจ์ค์๋ Security Code */ MSG_SECOND_PASSWORD = 0x76b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ์ ๋ณด์์ ์ํ์ฌ ์ถ๊ฐ์ ์ธ ํจ์ค์๋ ์ค์ ์ ๊ถ์ฅํฉ๋๋ค. Account for the additional password security settings are recommended. */ MSG_SECOND_PASSWORD_INPUT = 0x76c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํจ์ค์๋ ์ฌ์ฉ์ ํ์ง ์์ต๋๋ค. Do not use secure password. */ MSG_SECOND_PASSWDRD_NOT_AVAILABLE_SUCCESS = 0x76d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํจ์ค์๋ ์ฌ์ฉ์ค์ ์ ์คํจํ์ต๋๋ค. Use the set security password failed. */ MSG_SECOND_PASSWDRD_NOT_AVAILABLE_FAILED = 0x76e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํจ์ค์๋๋ฅผ ์ฌ์ฉํฉ๋๋ค. ๋ค์๋ก๊ทธ์ธ๋ถํฐ ์ ์ฉ๋ฉ๋๋ค. Use secure passwords. Will be applied to your next login. */ MSG_SECOND_PASSWDRD_AVAILABLE_SUCCESS = 0x76f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํจ์ค์๋ ์ฌ์ฉ ์ค์ ์ ์คํจํ์ต๋๋ค. Use the set security password failed. */ MSG_SECOND_PASSWDRD_AVAILABLE_FAILED = 0x770, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ์ ๋ณด์์ ์ํ์ฌ ์ถ๊ฐ์ ์ธ ํจ์ค์๋๋ฅผ ์ค์ ํฉ๋๋ค. Added to the security of your account password is set. */ MSG_SECOND_PASSWORD_INFO_1 = 0x771, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ ์ซ์๋ฒํผ์ ๋ง์ฐ์ค๋ฅผ ์ด์ฉํ์ฌ 4์๋ฆฌ๋ฅผ ํด๋ฆญํ์ธ์. Use the mouse to enter the 4-digit password below. */ MSG_SECOND_PASSWORD_INFO_2 = 0x772, -/*20171018 to 20180523 +/*20171018 to 20180605 3ํ์ด์ ์๋ชป๋ํจ์ค์๋ ์
๋ ฅ์ผ๋ก, ์ข
๋ฃ๋ฉ๋๋ค. Typing an incorrect password 3 times will shut down the client. */ MSG_SECOND_PASSWORD_INFO_3 = 0x773, -/*20171018 to 20180523 +/*20171018 to 20180605 ITEM */ MSG_MACRO_ITEM = 0x774, -/*20171018 to 20180523 +/*20171018 to 20180605 SKILL */ MSG_MACRO_SKILL = 0x775, -/*20171018 to 20180523 +/*20171018 to 20180605 TACTIC */ MSG_MACRO_TACTIC = 0x776, -/*20171018 to 20180523 +/*20171018 to 20180605 ETC */ MSG_MACRO_ETC = 0x777, -/*20171018 to 20180523 +/*20171018 to 20180605 COMBAT */ MSG_MACRO_COMBAT = 0x778, -/*20171018 to 20180523 +/*20171018 to 20180605 NON-COMBAT */ MSG_MACRO_NON_COMBAT = 0x779, -/*20171018 to 20180523 +/*20171018 to 20180605 BUFF */ MSG_MACRO_BUFF = 0x77a, -/*20171018 to 20180523 +/*20171018 to 20180605 AUTO EQUIPED */ MSG_MACRO_AUTO_EQUIPED = 0x77b, -/*20171018 to 20180523 +/*20171018 to 20180605 1st. ATTACK */ MSG_MACRO_1ST_ATTACK = 0x77c, -/*20171018 to 20180523 +/*20171018 to 20180605 ATTACK */ MSG_MACRO_ATTACK = 0x77d, -/*20171018 to 20180523 +/*20171018 to 20180605 Next attack time : Next attack time: */ MSG_MACRO_NEXT_ATK_TIME = 0x77e, -/*20171018 to 20180523 +/*20171018 to 20180605 When died */ MSG_MACRO_WHEN_DIED = 0x77f, -/*20171018 to 20180523 +/*20171018 to 20180605 When invited to a party */ MSG_MACRO_WHEN_INVITED_PARTY = 0x780, -/*20171018 to 20180523 +/*20171018 to 20180605 Pickup Item */ MSG_MACRO_PICKUP_ITEM = 0x781, -/*20171018 to 20180523 +/*20171018 to 20180605 Over 85% Weight */ MSG_MACRO_OVERWEIGHT = 0x782, -/*20171018 to 20180523 +/*20171018 to 20180605 ์งํ์ค์ด๋ ์์
(NPC๋ํ,์ ์กฐ...)์ ์ข
๋ฃํ์ ๋ค์ ์๋ํ์ธ์. Any work in progress (NPC dialog, manufacturing ...) quit and try again. */ MSG_BUSY = 0x783, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ Job๊ฒฝํ์น๊ฐ %d๋ถ๊ฐ %.2f๋ฐฐ๋ก ์ฆ๊ฐํฉ๋๋ค. Monster Job hunting experience that you can get through the doubling of %d is %.2f minutes. */ MSG_PLUSONLYJOBEXP2 = 0x784, -/*20171018 to 20180523 +/*20171018 to 20180605 SaveData_ExMacro%d SaveData_ExMacro %d */ MSG_MACRO_SAVE = 0x785, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ ํ ๋ด์ฉ์ด [%s]์ ์ ์ฅ๋ฉ๋๋ค. Settings for [%s] are stored in. */ MSG_MACRO_SAVE_DATA2 = 0x786, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์๋ ๋ฒจ Security level */ MSG_SECOND_PASSWORD_LEVEL = 0x787, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์บ๋ฆญํฐ๋ ํํฐ ๋๋ ๊ธธ๋์ ๊ฐ์
๋์ด ์์ด์ ์ญ์ ๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. The current character is a party or join the guild can not be deleted. */ MSG_RESULT_FAIL_CHAR_DELETE = 0x788, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฒฝ์ด๋ ๋ฌผ์ฒด ๊ทผ์ฒ์์๋ง ์ฌ์ฉ ํ ์ ์์ต๋๋ค. Objects can be used only near the wall. */ MSG_USESKILL_FAIL_NEER_WALL = 0x789, -/*20171018 to 20180523 +/*20171018 to 20180605 %s : ๋ ๋ฒจ %d %s ํํฐ๊ตฌํฉ๋๋ค. %s: Level %d %s party to obtain level. */ MSG_SEEK_PARTY_SET = 0x78a, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์น ์ค์ธ ์ํ์์๋ ๊ณ ์ ์์ดํ
์ ์ฌ์ฉํ ์ ์์ต๋๋ค. While boarding reins is not available for items. */ MSG_FAIELD_RIDING_OVERLAPPED = 0x78b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์คํฌ์ 1%์ ๊ฒฝํ์น๊ฐ ํ์ํฉ๋๋ค. This skill requires 1% experience. */ MSG_USESKILL_FAIL_NEED_EXP_1PERCENT = 0x78c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝ ํ ์น : Experience value: */ MSG_EXP_MSG = 0x78d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ๋กญ ์จ : Drop rate: */ MSG_DROP_MSG = 0x78e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ๋งํ๋ํฐ : Death Penalty: */ MSG_DEATH_MSG = 0x78f, -/*20171018 to 20180523 +/*20171018 to 20180605 %d%% (PC๋ฐฉ %d%% + TPLUS %d%% + ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%%) %d%% (PCroom %d%% + TPLUS %d%% + Premium %d%% + %s Server %d%%) */ MSG_BASIC_EXP_MSG = 0x790, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฉ์ฐฝ์คํฌ์ ์์ ํ ํํฐ์์ SP๋์ด ๋ถ์กฑํฉ๋๋ค. Amount of party members to cast the skill Chorus SP is low. */ MSG_USESKILL_FAIL_CHORUS_SP_INSUFFICIENT = 0x791, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ์บ๋ฆญํฐ์ ์์ง ์์ดํ
์ข
๋ฅ์ ํ๊ณ๋ ์ด๊ณผ๋ก ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Relative character that has possession of the items can not trade because amount is exceeded. */ MSG_CHARACTER_IS_OVER_COUNT = 0x792, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ์บ๋ฆญํฐ์ ํด๋น ์์ดํ
์ ์์ง ํ๊ณ๋ ์ด๊ณผ๋ก ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅํฉ๋๋ค. Relative character that has possession of the item amount which exceeds makes it impossible to trade. */ MSG_CHARACTER_IS_EACHITEM_OVER_COUNT = 0x793, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์์ดํ
์ ์์ง ํ๊ณ๋ ์ด๊ณผ๋ก ๊ตฌ์
์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Amounts are exceeded the possession of the item is not available for purchase. */ MSG_PURCHASE_FAIL_EACHITEM_COUNT = 0x794, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ด๊ณ ๋ฑ๋ก ๋๊ธฐ์ค์
๋๋ค. Advertising is pending registration. */ MSG_PARTY_FAILED_TIMEOUT = 0x795, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ ํ์ผ๊ณผ ํ
์คํธ๋ด์ฉ์ ํจ๊ป ๋ผ๊ทธ๋๋กํฌ ๊ณต์ํํ์ด์ง -> ๊ณ ๊ฐ์ผํฐ -> ๋ฌธ์ํ๊ธฐ๋ฅผ ์ด์ฉํ์ฌ ๋ณด๋ด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. With the following files and text content Ragnarok Official Website -> Support -> Contact Us to submit your comments by: */ MSG_UNEXCEPTION_MSG1ST = 0x796, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ง์์คํ
์ ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค(%d) Has caused an error in billing system(%d) */ MSG_INGAMBA_BILLING_ZSVR_ERROR = 0x797, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฃฌ ์์ดํ
์์ ๊ฐ์๊ฐ ์ด๊ณผ ๋์ด ๊ตฌ๋งค๊ฐ ์คํจ ํ์์ต๋๋ค. Failed purchase of runes, items exceed the maximum number that can be held. */ MSG_CASH_FAILED_RUNE_OVERCOUNT = 0x798, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ๋ณ ์์ดํ
๊ฐ์๊ฐ ์ด๊ณผ ๋์ด ๊ตฌ๋งค๊ฐ ์คํจ ํ์์ต๋๋ค. Exceeded the number of individual items, purchase failed. */ MSG_CASH_FAILED_EACHITEM_OVERCOUNT = 0x799, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ์๋ ์ค๋ฅ๊ฐ ๋ฐ์ํ์ฌ ๊ตฌ๋งค๊ฐ ์คํจ ํ์์ต๋๋ค. Purchase failed due to an unknown error. */ MSG_CASH_FAILED_UNKOWN = 0x79a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ํ ๋ค์ ์๋ํด ์ฃผ์ญ์์ค. Please try again later. */ MSG_CASH_FAILED_BUSY = 0x79b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฟ ๋์ด ์์ดํ
์ ์ฅ์ฐฉ ํ ์ํ์์๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. Kunai must be equipped to use this skill. */ MSG_USESKILL_FAIL_NEED_EQUIPMENT_KUNAI = 0x79c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ์งํ ์ต์๋ ๋ฒจ๊ฐ์ ์
๋ ฅํด์ฃผ์ธ์. Please enter the value of the minimum level to be recruited. */ MSG_SEEK_PARTY_LEVEL_HELP = 0x79d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์กด๋ค๊ธฐํ์ฌNPC ์๊ฒ ์์ดํ
์ด ์๋ น์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. ์์ง์ฐฝ์ ์ฌ์ ๊ณต๊ฐ์ ํ๋ณดํด์ฃผ์ธ์. Jonda agency receipt of the item to the NPC is not possible. Gaining possession of the free space of the window. */ MSG_FAILED_GET_ITEM_FROM_ZONEDA = 0x79e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์คํฌ์ ๊ณต์ฑ์ ์์๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. This skill is only available in the siege. */ MSG_USESKILL_FAIL_SIZE = 0x79f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์คํฌ์ ํ๋ ์ด์ด์๊ฒ๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. This skill is available only to the player. */ MSG_USESKILL_FAIL_TOTARGET_PLAYER = 0x7a0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐฉ์ฉ์ด ๊ธ์ง ๋ ์ํ๋ก ์ฐฉ์ฉ ํ ์ ์์ต๋๋ค. Forbidden to wear the state can not be worn. */ MSG_CAN_NOT_EQUIP_ITEM_FORBID = 0x7a1, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์์น์์๋ ์์ ๋ฐ ์ฑํ
๋ฐฉ์ ์์ฑ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Current location of the shop and chat room creation is disabled. */ MSG_USESKILL_FAIL_THERE_ARE_NPC_AROUND = 0x7a2, -/*20171018 to 20180523 +/*20171018 to 20180605 Elapsed time: %d:%d:%d / %d:%d:%d */ MSG_REPLAY_ELAPSEDTIME = 0x7a3, -/*20171018 to 20180523 +/*20171018 to 20180605 Speed : X 1/4 Speed: X 1/4 */ MSG_REPLAY_SPEED1_4 = 0x7a4, -/*20171018 to 20180523 +/*20171018 to 20180605 Speed : X 1/2 Speed: X 1/2 */ MSG_REPLAY_SPEED1_2 = 0x7a5, -/*20171018 to 20180523 +/*20171018 to 20180605 Speed : X 1 Speed: X 1 */ MSG_REPLAY_SPEED1 = 0x7a6, -/*20171018 to 20180523 +/*20171018 to 20180605 Speed : X 2 Speed: X 2 */ MSG_REPLAY_SPEED2 = 0x7a7, -/*20171018 to 20180523 +/*20171018 to 20180605 Speed : X 4 Speed: X 4 */ MSG_REPLAY_SPEED4 = 0x7a8, -/*20171018 to 20180523 +/*20171018 to 20180605 Speed : X 8 Speed: X 8 */ MSG_REPLAY_SPEED8 = 0x7a9, -/*20171018 to 20180523 +/*20171018 to 20180605 Speed : X 16 Speed: X 16 */ MSG_REPLAY_SPEED16 = 0x7aa, -/*20171018 to 20180523 +/*20171018 to 20180605 Speed : ์์์์ Speed: Unknown */ MSG_REPLAY_SPEEDUNKNOWN = 0x7ab, -/*20171018 to 20180523 +/*20171018 to 20180605 Service Info : %s Service Info: %s */ MSG_REPLAY_CHRVICEINFO = 0x7ac, -/*20171018 to 20180523 +/*20171018 to 20180605 Character Name : %s Character Name: %s */ MSG_REPLAY_CHARACTERNAME = 0x7ad, -/*20171018 to 20180523 +/*20171018 to 20180605 Map Name : %s Map Name: %s */ MSG_REPLAY_MAPNAME = 0x7ae, -/*20171018 to 20180523 +/*20171018 to 20180605 Record Time: %d-%01d-%01d %d: %02d: %02d */ MSG_REPLAY_RECORDTIME = 0x7af, -/*20171018 to 20180523 +/*20171018 to 20180605 Play Time: %02d: %02d: %02d */ MSG_REPLAY_PLAYTIME = 0x7b0, -/*20171018 to 20180523 +/*20171018 to 20180605 No Replay File. */ MSG_REPLAY_NOREPLAYFILE = 0x7b1, -/*20171018 to 20180523 +/*20171018 to 20180605 Server No Matching */ MSG_REPLAY_SERVERNOMATCH = 0x7b2, -/*20171018 to 20180523 +/*20171018 to 20180605 Replay Option Setting */ MSG_REPLAY_REPLAYOPTIONSETTING = 0x7b3, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ผ ์ด๋ฆ์ ์
๋ ฅํ์ธ์. Enter File Name */ MSG_REPLAY_ENTERTHEFILENAME = 0x7b4, -/*20171018 to 20180523 +/*20171018 to 20180605 Set Replay Save Data */ MSG_REPLAY_SETREPLAYSAVEDATA = 0x7b5, -/*20171018 to 20180523 +/*20171018 to 20180605 Set Rec Option */ MSG_REPLAY_SETRECOPTION = 0x7b6, -/*20171018 to 20180523 +/*20171018 to 20180605 %.1f %% Posโ:%d:%d:%d %.1f % Pos->:%d:%d:%d */ MSG_REPLAY_GAGEPOS1 = 0x7b7, -/*20171018 to 20180523 +/*20171018 to 20180605 %.1f %% Posโ:์ด๋๋ถ๊ฐ %.1f % Pos->:cannot move */ MSG_REPLAY_GAGEPOS2 = 0x7b8, -/*20171018 to 20180523 +/*20171018 to 20180605 Start */ MSG_REPLAY_START = 0x7b9, -/*20171018 to 20180523 +/*20171018 to 20180605 Stop */ MSG_REPLAY_STOP = 0x7ba, -/*20171018 to 20180523 +/*20171018 to 20180605 Input FileName -> Start */ MSG_REPLAY_START2 = 0x7bb, -/*20171018 to 20180523 +/*20171018 to 20180605 Open Option */ MSG_REPLAY_OPENOPTION = 0x7bc, -/*20171018 to 20180523 +/*20171018 to 20180605 Close Option */ MSG_REPLAY_CLOSEOPION = 0x7bd, -/*20171018 to 20180523 +/*20171018 to 20180605 End */ MSG_REPLAY_END = 0x7be, -/*20171018 to 20180523 +/*20171018 to 20180605 Time */ MSG_REPLAY_TIME = 0x7bf, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ&์น๊ตฌ Party & Friends */ MSG_REPLAY_PARTYFRIEND = 0x7c0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
Chat */ MSG_REPLAY_CHAT = 0x7c1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จ์ถํค Shortcuts */ MSG_REPLAY_SHORTCUTS = 0x7c2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ํ์ผ๋ช
์์ฑ Automatic filename generation */ MSG_REPLAY_AUTOMATICFILENAME = 0x7c3, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ผ ์ค๋ณต ์ฑํฌ Checking for duplicate files */ MSG_REPLAY_CHECKINGFILE = 0x7c4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ผํ ํ์ผ์ด ์กด์ฌ ํฉ๋๋ค. The same file exists already. */ MSG_REPLAY_THESAMEFILEEXISTS = 0x7c5, -/*20171018 to 20180523 +/*20171018 to 20180605 Record Start */ MSG_REPLAY_RECORDSTART = 0x7c6, -/*20171018 to 20180523 +/*20171018 to 20180605 is Saved. */ MSG_REPLAY_RECORDEND = 0x7c7, -/*20171018 to 20180523 +/*20171018 to 20180605 Weight : %3d / %3d Weight: %3d / %3d */ MSG_WEIGHT = 0x7c8, -/*20171018 to 20180523 +/*20171018 to 20180605 Total : %s C Total: %s C */ MSG_TOTAL = 0x7c9, -/*20171018 to 20180523 +/*20171018 to 20180605 [์๋ฆฌ๊ฒ]์ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. [Shuriken] must be equipped. */ MSG_FAIL_NEED_EQUIPPED_SYURIKEN = 0x7ca, -/*20171018 to 20180523 +/*20171018 to 20180605 Base Lv. %d */ MSG__BASIC_MSG_BASE = 0x7cb, -/*20171018 to 20180523 +/*20171018 to 20180605 Job Lv. %d */ MSG__BASIC_MSG_JOB = 0x7cc, -/*20171018 to 20180523 +/*20171018 to 20180605 Zeny : %s Zeny: %s */ MSG_BASIC_MSG_ZENY = 0x7cd, -/*20171018 to 20180523 +/*20171018 to 20180605 Trilinear */ MSG_GRAPHIC_MSG_TRILINEAR = 0x7ce, -/*20171018 to 20180523 +/*20171018 to 20180605 attack */ MSG_GRAPHIC_MSG_ATTACK = 0x7cf, -/*20171018 to 20180523 +/*20171018 to 20180605 skill */ MSG_GRAPHIC_MSG_SKILL = 0x7d0, -/*20171018 to 20180523 +/*20171018 to 20180605 item */ MSG_GRAPHIC_MSG_ITEM = 0x7d1, -/*20171018 to 20180523 +/*20171018 to 20180605 NoCtrl */ MSG_GRAPHIC_MSG_NOCTRL = 0x7d2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ More */ MSG_GRAPHIC_MSG_BATTLE = 0x7d3, -/*20171018 to 20180523 +/*20171018 to 20180605 (Character/Total Slot) */ MSG_CHARACTER_MSG_CHARACTERTOTALSLOT = 0x7d4, -/*20171018 to 20180523 +/*20171018 to 20180605 Premium Service VIP Service */ MSG_CHARACTER_MSG_PREMIUMSERVICE = 0x7d5, -/*20171018 to 20180523 +/*20171018 to 20180605 Premium VIP */ MSG_CHARACTER_MSG_PREMIUM = 0x7d6, -/*20171018 to 20180523 +/*20171018 to 20180605 Service */ MSG_CHARACTER_MSG_SERVICE = 0x7d7, -/*20171018 to 20180523 +/*20171018 to 20180605 Billing Service VIP */ MSG_CHARACTER_MSG_BILLINGSERVICE = 0x7d8, -/*20171018 to 20180523 +/*20171018 to 20180605 Billing VIP */ MSG_CHARACTER_MSG_BILLING = 0x7d9, -/*20171018 to 20180523 +/*20171018 to 20180605 Command List */ MSG_MSG_COMMANDLIST = 0x7da, -/*20171018 to 20180523 +/*20171018 to 20180605 LEVEL */ MSG_SEEK_PARTY_LEVEL = 0x7db, -/*20171018 to 20180523 +/*20171018 to 20180605 MAP */ MSG_SEEK_PARTY_MAP = 0x7dc, -/*20171018 to 20180523 +/*20171018 to 20180605 JOB */ MSG_SEEK_PARTY_JOB = 0x7dd, -/*20171018 to 20180523 +/*20171018 to 20180605 Not Available */ MSG_MSG_NOTAVAILABLE = 0x7de, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ํธ ์ฒ์ฌ์ ๋ณดํธ] ๋ง๋ ์ผ ๊ฒฝ์ฐ ์ฌ์ฉํ ์ ์์ต๋๋ค. [Protection of Guardian Angel] You can't use it when you reach the highest level. */ MSG_MSG_SUPERNOVICE_CHOPOKGI_CAPPEDLEVEL = 0x7df, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ง ์ด๋ํ์๊ฒ ์ต๋๊น? Do you really want to move? */ MSG_CHANGE_CHARACTER_SLOT = 0x7e0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ ์ฌ๋กฏ ์ด๋์ ์คํจํ์ต๋๋ค. Failed to move Char slot. */ MSG_CHANGE_CHARACTER_SLOT_FAILED = 0x7e1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ ์ด๋ฆ์ด ์๋ชป ๋์์ต๋๋ค. Character name is invalid. */ MSG_CHARACTERNAME_ERROR = 0x7e2, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์คํธ๋ณด๊ธฐ์ฐฝ Show Quest */ MSG_QUEST_DISPLAY_ONOFF = 0x7e3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒญ์๋
๋ณดํธ๋ฒ์ ๋ฐ๋ผ, ์ ์ ํ 0์ ๋ถํฐ 6์ ๊น์ง ๋ง 16์ธ ๋ฏธ๋ง ๊ณ ๊ฐ๋๋ค์ ๊ฒ์ ์ด์ฉ์ด ์ ํ๋ฉ๋๋ค. Depending on the protection of youth, and 0:00 to 6:00 while under the age of 16 of your game use is limited. */ MSG_SHUTDOWN_ALERT_MSG = 0x7e4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒญ์๋
๋ณดํธ๋ฒ์ ๋ฐ๋ผ, 0์ ๋ถํฐ 6์ ๊น์ง ^ff0000๋ง 16์ธ ๋ฏธ๋ง ๊ณ ๊ฐ๋๋ค์ ๊ฒ์ ์ด์ฉ์ด ์ ํ^000000๋๋ฉฐ, ๊ฒ์์ ์ข
๋ฃํฉ๋๋ค. Depending on the protection of youth, 0:00 to 6:00 ^ff0000 under the age of 16 ^000000 limit your use of the game and the game ends. */ MSG_BAN_SHUTDOWN_TEENAGER = 0x7e5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ ์ด๋ฆ์ ๋ณ๊ฒฝํ๊ธฐ ์ํด์๋ ๊ธธ๋์์ ํํด ํด์ผ ํฉ๋๋ค. In order to change the character name, you must leave the guild. */ MSG_FAILED_RENAME_BELONGS_TO_GUILD = 0x7e6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ ์ด๋ฆ์ ๋ณ๊ฒฝํ๊ธฐ ์ํด์๋ ํํฐ์์ ํํด ํด์ผ ํฉ๋๋ค. In order to change the character name, you must leave the party. */ MSG_FAILED_RENAME_BELONGS_TO_PARTY = 0x7e7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ์๋ ์ค๋ฅ๋ก ์บ๋ฆญํฐ ์ด๋ฆ ๋ณ๊ฒฝ์ด ์คํจ ํ์์ต๋๋ค. Character name change failed, due an unknown error. */ MSG_FAILED_RENAME_UNKOWN = 0x7e8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ์บ๋ฆญํฐ ์ฌ๋กฏ๋ณ๊ฒฝ์ด ๊ฐ๋ฅํ ์ํ์
๋๋ค.(%d) Ready to change character slot in.(%d) */ MSG_CHARSLOT_CHANGE_DUPLICATE = 0x7e9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ์บ๋ฆญํฐ ์ด๋ฆ๋ณ๊ฒฝ์ด ๊ฐ๋ฅํ ์ํ์
๋๋ค.(%d) Ready to change character name in.(%d) */ MSG_CHARNAME_CHANGE_DUPLICATE = 0x7ea, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณ๊ฒฝํ๋ ค๋ ์ด๋ฆ์ ๊ธธ์ด๊ฐ ์ต๋ํฌ๊ธฐ๋ฅผ ์ด๊ณผํ์ฌ ์บ๋ฆญํฐ ์ด๋ฆ ๋ณ๊ฒฝ์ด ์คํจ ํ์์ต๋๋ค. Length exceeds the maximum size of the character name you want to change. */ MSG_FAILED_RENAME_OVER_LENGTH = 0x7eb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์ฉํ ์ ์๋ ๋จ์ด๊ฐ ํฌํจ๋์ด ์บ๋ฆญํฐ ์ด๋ฆ ๋ณ๊ฒฝ์ด ์คํจ ํ์์ต๋๋ค. Name contains invalid characters. Character name change failed. */ MSG_FAILED_RENAME_PREVENTNAM = 0x7ec, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฆ ๋ณ๊ฒฝ์ด ๊ธ์ง๋ ์ํ์ด๋ฏ๋ก ์บ๋ฆญํฐ ์ด๋ฆ ๋ณ๊ฒฝ์ด ์คํจ ํ์์ต๋๋ค. The name change is prohibited. Character name change failed. */ MSG_FAILED_RENAME_FORBIDDEN = 0x7ed, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฃ Complete */ MSG_COMPLETE_HUNTING_QUEST = 0x7ee, -/*20171018 to 20180523 +/*20171018 to 20180605 %d๋ถ๊ฐ ์ป์ ์ ์๋ ๊ฒฝํ์น๊ฐ %d%% ์ฆ๊ฐํฉ๋๋ค. During %d minutes your Exp will increase by %d%%. */ MSG_PLUSEXP_VALUE = 0x7ef, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ๊น์ง %02d์ด๋จ์์ต๋๋ค. %02d seconds left until summon. */ MSG_PARTY_RECALL_TIME = 0x7f0, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ฅ์ด ๋น์ ์ %s (%s) ๋ก ์ํํฉ๋๋ค.์ํ์ %d zeny๊ฐ ์๋ชจ๋ฉ๋๋ค. Your party leader summons you to %s (%s). Warp costs %d Zeny. */ MSG_PARTY_RECALL_INFO = 0x7f1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ๋์ Summon target */ MSG_RECALL_TARGET = 0x7f2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐจ๋จ๋ชฉ๋ก Block List */ MSG_PARTY_BLACKLIST = 0x7f3, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ๊ด๊ณ ๋ฅผ ๋ฑ๋กํ๊ธฐ ์ํด %d์ ๋๊ฐ ์๋ชจ๋ฉ๋๋ค. %d Zeny will be spent for making party ad. */ MSG_PARTY_CF_PAY = 0x7f4, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ๊ด๊ณ ๋ฅผ ํ๊ธฐ ์ํ ์ ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. Insufficient Zeny for making party ad. */ MSG_PARTY_CF_PAY_SHORTAGE_COST = 0x7f5, -/*20171018 to 20180523 +/*20171018 to 20180605 )๋ ํํฐ ๊ฐ์
์น์ธ ) party: accept invitation */ MSG_PARTY_ADD_OK = 0x7f6, -/*20171018 to 20180523 +/*20171018 to 20180605 )๋ ํํฐ ๊ฐ์
๊ฑฐ๋ถ ) party: decline invitation */ MSG_PARTY_ADD_REFUSES = 0x7f7, -/*20171018 to 20180523 +/*20171018 to 20180605 )๋ ์ฅ๋น์ฐฝ๋ณด๊ธฐ ) party: show equipment window */ MSG_PARTY_ITEM_VIEW = 0x7f8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๊ธ18๊ธ์,์๋ฌธ36๊ธ์ ์
๋ ฅ๊ฐ๋ฅ Up to 36 english letters can be entered */ MSG_SEEK_PARTY_MEMO_HELP = 0x7f9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ํ๊ธฐ Enter */ MSG_PARTY_REQUEST = 0x7fa, -/*20171018 to 20180523 +/*20171018 to 20180605 1:1๋ํํ๊ธฐ 1:1 Chat */ MSG_DIRECT_CHAT = 0x7fb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐจ๋จํ๊ธฐ Block */ MSG_ADD_BLACKLIST = 0x7fc, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ฅ์๊ฒ ์ํ๋๊ธฐ ์ํ ์ ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. Insufficient Zeny for recall. */ MSG_PARTY_RECRUIT_NOT_RECALL_PAY = 0x7fd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋์ ํํฐ๊ด๊ณ ๋ฅผ ์จ์ฃผ์ธ์. Input your party ad. */ MSG_PARTY_RECRUIT_MEMO_ERROR = 0x7fe, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ฅ๋ง์ด ํํฐ๊ด๊ณ ๋ฅผ ๋ฑ๋กํ ์์์ต๋๋ค. Only party leader can register party ad. */ MSG_PARTY_RECRUIT_ERROR = 0x7ff, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ์ง์ํ ํํฐ๊ด๊ณ ์
๋๋ค. You have already accepted this ad. */ MSG_PARTY_REFUSE_ERROR = 0x800, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด์ฉ For */ MSG_PARTY_RECRUIT_INFO = 0x801, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น E */ MSG_INVENTORY_TABNAME_1 = 0x802, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ธ F */ MSG_INVENTORY_TABNAME_3 = 0x803, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๋ฒ๋ฆฌ๊ธฐ ์ ๊ธ Drop Lock: On/Off */ MSG_ITEM_DROP_LOCK = 0x804, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ ์ฐพ๊ธฐ ์๋ Party Alarm */ MSG_PARTY_RECRUIT_ALRAM = 0x805, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ๊ฒฐ์ฑ Create Party */ MSG_CREATE_PARTY = 0x806, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐํํด Leave Party */ MSG_WITHDRAW_PARTY = 0x807, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ด๋ Party Invitation */ MSG_INVITE_PARTY = 0x808, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ์ด๋ฆ ๋ฑ๋ก Party Name: */ MSG_PUT_PARTY_NAME_IN = 0x809, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ํ ์บ๋ฆญํฐ ์ด๋ฆ Player Name: */ MSG_PUT_PLAYER_NAME_IN = 0x80a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ป ํํฐ๊ฐ์
์์ฒญ์ ๋ณด๋์ต๋๋ค. has recieved an invitation to join your party. */ MSG_CHARACTER_PARTY_INVITATION_TO_JOIN = 0x80b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ป์ ํํฐ๊ฐ์
์ ๊ฑฐ์ ํ์ต๋๋ค. rejected your party invitation. */ MSG_CHARACTER_REJECT_PARTY_INVITATION = 0x80c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๊ป์ ํํฐ๊ฐ์
์ ์๋ฝํ์ต๋๋ค. accepted your party invitation. */ MSG_CHARACTER_ACCEPT_PARTY_INVITATION = 0x80d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ํํฐ๋ชจ์ง์ค์
๋๋ค. Recruitment is already a party. */ MSG_PARTY_RECRUIT_ERROR1 = 0x80e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ ๊ฒ์๊ณผ ๊ฐ์ ์กฐ๊ฑด์
๋๋ค. Same conditions such as the previous search. */ MSG_PARTY_RECRUIT_ERROR2 = 0x80f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ํํด ํ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. Guild after withdrwal. */ MSG_CHARNAME_CHANGE_FILED_GUILDMEMBER = 0x810, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ํํด ํ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. Party after secession. */ MSG_CHARNAME_CHANGE_FILED_PARTYMEMBER = 0x811, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ ์ ์ ๊ฐ ์ํ์ด ์๋๋ ๋งต์ ์์ต๋๋ค. The player can not be summoned to this map. */ MSG_PARTY_RECRUIT_RECALL_ERR1 = 0x812, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ํํฐ์ฅ์ด ์๋ ๋งต์์๋ ์ํ์ด ์๋ฉ๋๋ค. Party Leader is on a map that is restricted to summon players. */ MSG_PARTY_RECRUIT_RECALL_ERR2 = 0x813, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ๊ฑฐ๋ถ๋์์ต๋๋ค. Summon has been denied. */ MSG_PARTY_RECRUIT_RECALL_ERR3 = 0x814, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ์ ํ ์ ์์ต๋๋ค. Can not be summoned. */ MSG_PARTY_RECRUIT_RECALL_ERR4 = 0x815, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ด๋๋ ํํฐ์ฅ๋ง ๊ฐ๋ฅํฉ๋๋ค. Only the leader can invite. */ MSG_YOU_ARE_NOT_PARTYMASTER = 0x816, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ํ ์์ดํ
๋ช
์
๋ ฅ : Search item: */ MSG_NC_ITEM_SEARCH = 0x817, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ๋ช
์ ์
๋ ฅํ์
์ผ ํฉ๋๋ค. You must enter a character name. */ MSG_PLEASE_PUT_CHARACTER_NAME_IN = 0x818, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ด๋ฆ์ ์
๋ ฅํ์
์ผ ํฉ๋๋ค. You must enter the name of the party. */ MSG_PLEASE_PUT_PARTY_NAME_IN = 0x819, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ๋์ฐ๋ฏธ Guild Creation Window */ MSG_GUILD_HELPER = 0x81a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์
๋์ด ์๋ ๊ธธ๋๊ฐ ์์ต๋๋ค. Join a guild or start your own! */ MSG_NO_GUILD_CURRENTLY_PARTICIPATED_IN = 0x81b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ๊ฒฐ์ฑ Create Guild */ MSG_CREATE_GUILD = 0x81c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ฑํ ๊ธธ๋ ์ด๋ฆ Guild Name */ MIS_PUT_GUILD_NAME_IN = 0x81d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ๊ฒฐ์ฑ ๋์๋ง Guild System */ MIS_GUILD_TIP = 0x81e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ์์คํ
์ด๋ What is the guild system */ MIS_GUILD_SYSTEM = 0x81f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ด๋ฆ์ ์
๋ ฅํ์
์ผ ํฉ๋๋ค. You must enter the name of your guild. */ MSG_PLEASE_PUT_GUILD_NAME_IN = 0x820, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ํ ํํฐ์์ ๊ฑฐ๋ถ๋นํ์ต๋๋ค. Supported at the party was rejected. */ MSG_PARTY_RECRUIT_REFUSE_VOLUNTEER = 0x821, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋น์ค ์ ํ. Select Service: */ MSG_SERVICESELECT = 0x822, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ถ ๊ฐ๋ฅํ ์ง์ญ. Possible escape area. */ MSG_SHOW_MAPNAMETITLE = 0x823, -/*20171018 to 20180523 +/*20171018 to 20180605 Replay File List */ MSG_REPLAY_STR_REPLAYFILELIST = 0x824, -/*20171018 to 20180523 +/*20171018 to 20180605 File info */ MSG_REPLAY_STR_FILEINFO = 0x825, -/*20171018 to 20180523 +/*20171018 to 20180605 File List */ MSG_REPLAY_STR_FILELIST = 0x826, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์์ดํ
์ ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. %s Item deal not possible. */ MSG_NOT_MOVEABLE_TRADE = 0x827, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ํด์ฒด Disband the Guild */ MSG_GUILD_DISBAND = 0x828, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด์ฒดํ ๊ธธ๋ ์ด๋ฆ Enter Guild Name */ MSG_PUT_DISBAND_GUILDNAME = 0x829, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ํ์ง ์์๊ฑฐ๋ ์กด์ฌํ์ง ์๋ ์บ๋ฆญํฐ์
๋๋ค. The character is not online or does not exist. */ MSG_JOINGUILD_NOTEXIST_USER = 0x82a, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฝ ํธ์ถ์ ์คํจํ์์ต๋๋ค. Failed to call Falcon. */ MSG_FAILED_SET_EFFECT_BIRD = 0x82b, -/*20171018 to 20180523 +/*20171018 to 20180605 %d%% ( ๊ธฐ๋ณธ 100%% + ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%% ) %d%%(default 100%%+ Premium%d%%+%s Server%d%%) */ MSG_BASIC_EXP_MSG_BRZ = 0x82c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์ ์ ๋ ํ์ฌ ๊ณต์ฑ์ ์ ์ฐธ๊ฐํ๊ณ ์์ต๋๋ค. This user is currently participating in the siege. */ MSG_JOINGUILD_TARGET_USER_IN_SIEGEMAP = 0x82d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ผํ ๋งต์์๋ง ํํฐ์ฅ ๋ณ๊ฒฝ์ด ๊ฐ๋ฅํฉ๋๋ค. It is only possible to change the party leader while on the same map. */ MSG_PARTY_MASTER_CHANGE_SAME_MAP = 0x82e, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์ง์ญ์์๋ ํํฐ์ฅ ๋ณ๊ฒฝ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. In the current region it is not possible to change the party. */ MSG_CANNOT_PARTY_MASTER_CHANGE_IN_MAP = 0x82f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทธ๋ฆฌํฐ ๋ด๋ฆฌ๊ธฐ Gryphon making */ MSG_ROYAL_CHIKENOFF = 0x830, -/*20171018 to 20180523 +/*20171018 to 20180605 %d์ %d์ผ %d์ %d๋ถ %d์ด Delete: %d/%d - %d:%d:%d */ MSG_TIME_TYPE3 = 0x831, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๊ณต์ฑ์ ์ ์ฐธ์ฌ ์ค์ด๋ฏ๋ก ๊ธธ๋์ด๋๋ฅผ ํ์ค ์ ์์ต๋๋ค. You can't invite characters in WoE maps. */ MSG_JOINGUILD_REQ_USER_IN_SIEGEMAP = 0x832, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ์ ์
์ฅ ๋๊ธฐ๋ฅผ ์ ์ฒญํ์
จ์ต๋๋ค. You are now in the battlefield queue. */ MSG_BATTLEFIELD_MSG_REQUEST_JOINWAIT = 0x833, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ์์ด ๊ฐ๋ ์ฐผ์ต๋๋ค. Queuing has finished. */ MSG_BATTLEFIELD_MSG_FULL = 0x834, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ธ๋์ง ์์ ์ ์ฅ๋ช
์
๋๋ค. Invalid name of the battlefield. */ MSG_BATTLEFIELD_MSG_UNKNOWN_NAME = 0x835, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ธ๋์ง ์์ ์ ์ฒญํ์
์
๋๋ค. Invalid type of application. */ MSG_BATTLEFIELD_MSG_UNKNOWN_TYPE = 0x836, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต๋ ์ธ์์ ์ด๊ณผํ์์ต๋๋ค. People count exceeded. */ MSG_BATTLEFIELD_MSG_MAXOVER = 0x837, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
์ฅ ๋ ๋ฒจ์ด ๋ง์ง ์์ต๋๋ค. Your level doesn't fit this battlefield rules. */ MSG_BATTLEFIELD_MSG_JOIN_NOTLEVEL = 0x838, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋ณต ์ ์ฒญํ์
จ์ต๋๋ค. Duplicate application. */ MSG_BATTLEFIELD_MSG_JOIN_OVERLAP = 0x839, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์ ์ํ ๋ค์ ์ ์ฒญํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. After reconnecting, please re-apply. */ MSG_BATTLEFIELD_MSG_RESTART = 0x83a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์
์ด ๋ง์ง ์์ต๋๋ค. Your class can't participate in this battlefield. */ MSG_BATTLEFIELD_MSG_NOTJOB = 0x83b, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ฅ์ด๋ ๊ธธ๋์ฅ๋ง์ด ์ ์ฒญํ ์ ์์ต๋๋ค. Only party leader / guild master can apply. */ MSG_BATTLEFIELD_MSG_JOIN_ONLYBOSS = 0x83c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ์ ์ด์ฉ ์ค์ธ ํ์์ด ์์ด ์ ์ฒญ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. You can't apply while your team member is already on a battlefield. */ MSG_BATTLEFIELD_MSG_BUSY_PARTYMEMBER = 0x83d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์
์ฅ ๋๊ธฐ๊ฐ ์ทจ์๋์์ต๋๋ค. You have left the battlefield queue. */ MSG_BATTLEFIELD_MSG_CANCEL_JOINWAIT = 0x83e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ชป๋ ์ ์ฅ๋ช
์
๋๋ค. Wrong battlefield name. */ MSG_BATTLEFIELD_MSG_WRONG_NAME = 0x83f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์
์ฅ ๋๊ธฐ ์์์ ์์ต๋๋ค. You are not in the battlefield queue list */ MSG_BATTLEFIELD_MSG_NOTRANK = 0x840, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํํ์ ์ ์ฅ์ ํ์ฌ ์ด์ฉํ์ค ์ ์์ผ๋ฏ๋ก ๋๊ธฐ๊ฐ ์ทจ์๋ฉ๋๋ค. The selected arena is unavailable; your application has been cancelled */ MSG_BATTLEFIELD_MSG_FAIL_CHOICE = 0x841, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์
์ฅ์ ์ทจ์ํ์์ต๋๋ค. You have left the queue */ MSG_BATTLEFIELD_MSG_CANCEL_JOIN = 0x842, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ์ ์
์ฅํ์๊ฒ ์ต๋๊น? Are you sure you want to join a battleground? */ MSG_BATTLEFIELD_MSG_DOYOU_JOIN = 0x843, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์
์ฅ ์ ์ฒญ ์์คํ
[Battlefield application rules] */ MSG_BATTLEFIELD_HELP1 = 0x844, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
์ฅ ์ ์ฒญ ๋ฐ ์ ์ฅ์ผ๋ก์ ๊ณต๊ฐ์ด๋ ๋ถ๊ฐ ์ํฉ Application and position into the battlefield cannot be applied under this circumtances */ MSG_BATTLEFIELD_HELP2 = 0x845, -/*20171018 to 20180523 +/*20171018 to 20180605 1. ์ฌ๋ฌ ์ข
๋ฅ์ ์ ์ฅ์ ๋์์ ์ ์ฒญํ ์ ์์ต๋๋ค. 1. Different types of battle can not be applied simultaneously. */ MSG_BATTLEFIELD_HELP3 = 0x846, -/*20171018 to 20180523 +/*20171018 to 20180605 2. ๊ฐ์ธ / ํํฐ / ๊ธธ๋ ์ ์ฅ์ ๋์์ ์ ์ฒญํ ์ ์์ต๋๋ค. 2. Personal / party / guild battle can not be applied simultaneously. */ MSG_BATTLEFIELD_HELP4 = 0x847, -/*20171018 to 20180523 +/*20171018 to 20180605 3. ํํฐ ์ ์ฅ ์ ์ฒญ์ ํํฐ์ฅ๋ง ์ ์ฒญํ ์ ์์ผ๋ฉฐ, 3. Parties can only be applied by their party leaders. */ MSG_BATTLEFIELD_HELP5 = 0x848, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํ๋ผ์ธ์ค์ด๊ฑฐ๋ ์คํ๋ผ์ธ ๋ ํํฐ์์ ๋๊ธฐ์ด์์ ๋๋ฝ๋ฉ๋๋ค. Offline party members won't proceed to the queue. */ MSG_BATTLEFIELD_HELP6 = 0x849, -/*20171018 to 20180523 +/*20171018 to 20180605 4. ์ ์ฅ ์ ์ฒญ์ ์ ์ฅ ๋งต์ ์ ์ธํ ๋ชจ๋ ๊ณณ์์ ์ ์ฒญ ๊ฐ๋ฅํ๋, 4. You can add request to enter the arena from any map except for those who don't allow teleport/warp. */ MSG_BATTLEFIELD_HELP7 = 0x84a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
์ฅํ ์์น๊ฐ ๋ง์, ํ๋, ์ผ๋ฐ ๋์ ์ด ์๋ ๊ฒฝ์ฐ ๋ณต๊ท ์ ์บ๋ฆญํฐ ์ ์ฅ ์ขํ๋ก ์ด๋ ๋ฉ๋๋ค. When the battle is finished your character will be returned to the current spot or (if it's not possible) to the save point. */ MSG_BATTLEFIELD_HELP8 = 0x84b, -/*20171018 to 20180523 +/*20171018 to 20180605 5. ์ ์ฅ์ ๋ณด์ ๋ฐ ๊ธฐํ ์๋น์ค๋ ๊ฐ ๋ง์์ ์์นํ ์ ์ฅ ๋ชจ๋ณ๊ด์ ํตํด ์ ์ฅ ๋๊ธฐ์ค์์ ์ด์ฉํด ์ฃผ์ญ์์ค. 5. You can view and choose rewards in the arena waiting room. */ MSG_BATTLEFIELD_HELP9 = 0x84c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์
์ฅ ์ ์ฒญ ๋์๋ง Request help battle position */ MSG_BATTLEFIELD_HELP10 = 0x84d, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์ ์ฅ์ด ์์๋ฉ๋๋ค. %s battle begins. */ MSG_BATTLEFIELD_START = 0x84e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ์ผ๋ก ์ด๋ํ์๊ฒ ์ต๋๊น? Do you want to enter the arena? */ MSG_BATTLEFIELD_DOYOU_MOVE = 0x84f, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ฃผ์] [Note] */ MSG_BATTLEFIELD_WARNINGMSG1 = 0x850, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์์น๊ฐ ๋ง์, ํ๋ ํน์ ์ผ๋ฐ๋์ ์ด When the battle is finished your character will */ MSG_BATTLEFIELD_WARNINGMSG2 = 0x851, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ๊ฒฝ์ฐ ์ ์ฅ ์ข
๋ฃ ํ ์ ์ฅ๋ ์์น๋ก be returned to the current spot or (if it's not */ MSG_BATTLEFIELD_WARNINGMSG3 = 0x852, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋์๊ฐ๊ฒ ๋ฉ๋๋ค. possible) to the save point. */ MSG_BATTLEFIELD_WARNINGMSG4 = 0x853, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค๋ฅธ ์ด์ ์์ฒญ ๊ฒฐ๊ณผ๋ฅผ ๊ธฐ๋ค๋ฆฌ๊ณ ์์ต๋๋ค. Waiting for the opponents. */ MSG_BATTLEFIELD_WAIT_PLAYER = 0x854, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ์
์ฅ ์์ฒญ Battlefield position request */ MSG_BATTLEFIELD_REQUEST_JOIN = 0x855, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฝ๋๊ธฐ์๊ฐ:%d์ด Accept standby time:%d seconds */ MSG_BATTLEFIELD_WAITTIME_D = 0x856, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
์ฅ ๋๊ธฐ ์ํ Standby position */ MSG_BATTLEFIELD_STATE_JOINWAIT = 0x857, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ๋ช
์นญ: %s Battlefield name:%s */ MSG_BATTLEFIELD_NAME_S = 0x858, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ํ์ ์ธ์: %d Persons required:%d */ MSG_BATTLEFIELD_MEMBER_D = 0x859, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด ๋๊ธฐ์๋ฒ: %d Your position:%d */ MSG_BATTLEFIELD_MYRANK_D = 0x85a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ช
์นญ : Name: */ MSG_BATTLEFIELD_DP_TITLE = 0x85b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฉํ : Goal: */ MSG_BATTLEFIELD_DP_AIM = 0x85c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ์ ์ธ์ ๊ตฌ์ฑ : Format: */ MSG_BATTLEFIELD_DP_MEMBER = 0x85d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐธ์ฌ์กฐ๊ฑด : Level: */ MSG_BATTLEFIELD_DP_REQUIRED = 0x85e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์(์น) : Win: */ MSG_BATTLEFIELD_DP_WIN = 0x85f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์(๋ฌด) : Draw: */ MSG_BATTLEFIELD_DP_DRAW = 0x860, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์(ํจ) : Loss: */ MSG_BATTLEFIELD_DP_LOSS = 0x861, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ์ ๊ฐ์ธ์ผ๋ก ์ ์ฒญ ํ์
จ์ต๋๋ค. ๋ง์ต๋๊น? Do you want to participate in the individuals battle? */ MSG_BATTLEFIELD_DOYOU_SINGLE = 0x862, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ์ ํํฐ๋ก ์ ์ฒญ ํ์
จ์ต๋๋ค. ๋ง์ต๋๊น? Do you want to participate in the parties battle? */ MSG_BATTLEFIELD_DOYOU_PALTY = 0x863, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ์ ๊ธธ๋๋ก ์ ์ฒญ ํ์
จ์ต๋๋ค. ๋ง์ต๋๊น? Do you want to participate in the guilds battle? */ MSG_BATTLEFIELD_DOYOU_GUILD = 0x864, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅ ๋ชฉ๋ก Battleground List */ MSG_BATTLEFIELD_LIST2 = 0x865, -/*20171018 to 20180523 +/*20171018 to 20180605 %d VS %d */ MSG_BATTLEFIELD_D_VS_D = 0x866, -/*20171018 to 20180523 +/*20171018 to 20180605 Base LV %d ์ดํ LV %d and lower */ MSG_BATTLEFIELD_LEVELDOWN_D = 0x867, -/*20171018 to 20180523 +/*20171018 to 20180605 Base LV %d ์ด์ LV %d and higher */ MSG_BATTLEFIELD_LEVELUP_D = 0x868, -/*20171018 to 20180523 +/*20171018 to 20180605 Base LV %d ~ %d LV %d ~ %d */ MSG_BATTLEFIELD_LEVEL_D_D = 0x869, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํ ์์ No restrictions */ MSG_BATTLEFIELD_LIMITLESS = 0x86a, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํด๋น ๋งต์์๋ ์ ์ฒญํ์ค ์ ์์ต๋๋ค.] [You can't apply on this map.] */ MSG_BATTLEFIELD_MSG_NOT_JOINMAP = 0x86b, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ ์ฅ ์ฌ์ ์ฒญ๊น์ง ์ฝ 1๋ถ์ ๋๊ธฐ์๊ฐ์ ํ์๋ก ํฉ๋๋ค.] [You must wait about 1 minute to apply.] */ MSG_BATTLEFIELD_MSG_WAIT_1MM = 0x86c, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํํฐ์ ๋จผ์ ๊ฐ์
ํ์
์ผ ํฉ๋๋ค.] [You must be in a party.] */ MSG_BATTLEFIELD_MSG_PLZ_PALTYJOIN = 0x86d, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํํฐ์ฅ๋ง ์ ์ฒญ ๊ฐ๋ฅํฉ๋๋ค.] [Only party leader can apply.] */ MSG_BATTLEFIELD_MSG_NOT_PALTYBOSS = 0x86e, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ ์๋์ด์๋ ํํฐ์ธ์์๊ฐ ๋ง์ต๋๋ค.] [Too many party members online.] */ MSG_BATTLEFIELD_MSG_OVER_PARTYMEMBER = 0x86f, -/*20171018 to 20180523 +/*20171018 to 20180605 [๊ธธ๋์ ๋จผ์ ๊ฐ์
ํ์
์ผ ํฉ๋๋ค.] [You must be in a guild.] */ MSG_BATTLEFIELD_MSG_PLZ_GUILDJOIN = 0x870, -/*20171018 to 20180523 +/*20171018 to 20180605 [๊ธธ๋์ฅ๋ง ์ ์ฒญ ๊ฐ๋ฅํฉ๋๋ค.] [Only guild master can apply.] */ MSG_BATTLEFIELD_MSG_NOT_GUILDBOSS = 0x871, -/*20171018 to 20180523 +/*20171018 to 20180605 [์ ์๋์ด์๋ ๊ธธ๋์ธ์์๊ฐ ๋ง์ต๋๋ค.] [Too many guild members online.] */ MSG_BATTLEFIELD_MSG_OVER_GUILDMEMBER = 0x872, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋์์ฝ Moving Book */ MSG_RESERVE_CHANGE_CHARACTER_SLOT = 0x873, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ Move */ MSG_CHARACTER_SLOT_CHANGE = 0x874, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฆ๋ณ๊ฒฝ Rename */ MSG_CHANGE_CHARACTER_NAME = 0x875, -/*20171018 to 20180523 +/*20171018 to 20180605 Make Character */ MSG_MSG_MAKECHARCTER = 0x876, -/*20171018 to 20180523 +/*20171018 to 20180605 http://ro.game.gnjoy.com/ */ MSG_UAE_URL = 0x877, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s) Server */ MSG_UAE_SERVERSTR = 0x878, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๋ณํฉ(๋ชจ๋์ ํ Ctrl+ํด๋ฆญ) Item Merge */ MSG_MERGE_ITEM = 0x879, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ ์ข
๋ฅ์ ์์ดํ
์ 2๊ฐ ์ด์ ์ ํํด์ฃผ์ธ์. Two or more of the same type. Please select an item. */ MSG_SELECT_ITEM_TO_MERGE = 0x87a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
ํฉ์น๊ธฐ์ ์ฑ๊ณตํ์ต๋๋ค. Item merge is successful. */ MSG_MERGE_ITEM_SUCCESS = 0x87b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
ํฉ์น๊ธฐ๋ ํ๋ฒ์ 1์ข
๋ฅ์ฉ๋ง ๊ฐ๋ฅํฉ๋๋ค. Combining items will be only one kind at a time. */ MSG_MERGE_ITEM_FAILED_NOT_MERGE = 0x87c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ๊ฐ์๊ฐ 30000๊ฐ ์ด๊ณผ ํ์ต๋๋ค. You cannot have more than 30,000 stacked items. */ MSG_MERGE_ITEM_FAILED_MAX_COUNT = 0x87d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ข๋ก ํ์ Rotate left */ MSG_CHARACTER_LEFT_ROLL = 0x87e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐ๋ก ํ์ Rotate right */ MSG_CHARACTER_RIGHT_ROLL = 0x87f, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s)๋์ ์ด์ ์๋ฒ ์ ๋ณด๋ณด๊ธฐ (%s) to view the old server information */ MSG_VIEW_BEFORE_WORLDINFO = 0x880, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ์กด ์๋ฒ ์ ๋ณด Existing server information */ MSG_VIEW_BEFORE_WORLDINFO_TITLE = 0x881, -/*20171018 to 20180523 +/*20171018 to 20180605 ^ff0000๊ธฐ์กด ์๋ฒ : ^0000ff ^ff0000Existing server: ^0000ff */ MSG_VIEW_BEFORE_SERVERINFO = 0x882, -/*20171018 to 20180523 +/*20171018 to 20180605 ^ff0000๊ธฐ์กด ์บ๋ฆญ๋ช
: ^0000ff ^ff0000Existing character: ^0000ff */ MSG_VIEW_BEFORE_CHARNAME = 0x883, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉํ ๋ชฌ์คํฐ์ HP๊ฐ ํ์๋ฉ๋๋ค. Show monster HP bar when attacking. */ MSG_MONSTER_HP_ON = 0x884, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉํ ๋ชฌ์คํฐ์ HP๊ฐ ํ์๋์ง ์์ต๋๋ค. Hide monster HP bar when attacking. */ MSG_MONSTER_HP_OFF = 0x885, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณํฉ ๊ฐ๋ฅํ ์์ดํ
์ด ์กด์ฌํ์ง ์์ต๋๋ค Merge does not exist as an item */ MSG_MERGE_ITEM_FAILED_NOT_EXIST = 0x886, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณํฉ ๊ฐ๋ฅํ ์์ดํ
์ด ์กด์ฌํ์ง ์์ต๋๋ค. Merge items available does not exist. */ MSG_NOT_EXIST_MERGE_ITEM = 0x887, -/*20171018 to 20180523 +/*20171018 to 20180605 ์งํ์ค Act */ MSG_QUESTUI_TAB_PROCESS = 0x888, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด๋ฅ์ค Pen */ MSG_QUESTUI_TAB_HOLD = 0x889, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ์ฒ Rec */ MSG_QUESTUI_TAB_BEST = 0x88a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํผ์๋ Episode */ MSG_QUESTUI_TAB_EPISODE = 0x88b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ก์ปฌ Loc */ MSG_QUESTUI_TAB_LOCAL = 0x88c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฒคํธ Evt */ MSG_QUESTUI_TAB_EVENT = 0x88d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๊ท New */ MSG_QUESTUI_TAB_NEW = 0x88e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ๋ฅ๋ชฌ์คํฐ Monsters to kill */ MSG_QUESTUI_HUNTMONSTER = 0x88f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์์์ดํ
Rewards */ MSG_QUESTUI_REWARDITEM = 0x890, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์์์ดํ
Required Items */ MSG_QUESTUI_NEEDITEM = 0x891, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํ์๊ฐ Time Limit */ MSG_QUESTUI_TIMELIMIT = 0x892, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๊ฐ์๊ฐ Deadline */ MSG_QUESTUI_CLOSINGTIME = 0x893, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ Search */ MSG_NAVIGATION_SEARCH = 0x894, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฉํ๋ก ์๋ด Navigation */ MSG_NAVIGATION_TARGETGO = 0x895, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ ์ ๋ณด Back to Navigation */ MSG_NAVIGATION_ROUTEINFO = 0x896, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ ์ ๋ณด Find Information */ MSG_NAVIGATION_SEARCHINFO = 0x897, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด๊ธฐ ๋ชจ๋ ๋ณ๊ฒฝ Toggle Minimap */ MSG_NAVIGATION_VIEWCHANGE = 0x898, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๋ถ ๊ธธ์ ๋ณด ํ์ผ ์ฝ๊ธฐ Read Information from External File */ MSG_NAVIGATION_LIGHTCHANGE = 0x899, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ข
๋ฃ Exit */ MSG_NAVIGATION_END = 0x89a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๋ณธ UI๋ก ๋ณ๊ฒฝ Change the Default UI */ MSG_NAVIGATION_BASE = 0x89b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐํธ UI๋ก ๋ณ๊ฒฝ Change to Default UI */ MSG_NAVIGATION_MINI = 0x89c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์๋ง Help */ MSG_NAVIGATION_HELP = 0x89d, -/*20171018 to 20180523 +/*20171018 to 20180605 ALL All */ MSG_NAVIGATION_ALL = 0x89e, -/*20171018 to 20180523 +/*20171018 to 20180605 Map */ MSG_NAVIGATION_MAP = 0x89f, -/*20171018 to 20180523 +/*20171018 to 20180605 Npc */ MSG_NAVIGATION_NPC = 0x8a0, -/*20171018 to 20180523 +/*20171018 to 20180605 Mob */ MSG_NAVIGATION_MOB = 0x8a1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ ๋จ์ด ์ค์ (Ex: ๋จ์ด ๋จ์ด ... Enter search string... (Ex: word word ...) */ MSG_NAVIGATION_SETSTRING = 0x8a2, -/*20171018 to 20180523 +/*20171018 to 20180605 Scroll */ MSG_NAVIGATION_SCROLL = 0x8a3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ ์ด๋ ์คํฌ๋กค ์ฌ์ฉ ์ ์ฉ Use Scroll? */ MSG_NAVIGATION_USESCROLL = 0x8a4, -/*20171018 to 20180523 +/*20171018 to 20180605 Service */ MSG_NAVIGATION_SERVICE = 0x8a5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์น ์ด๋ ์๋น์ค ํ์ฉ Use Kafra Warp? */ MSG_NAVIGATION_USESERVICE = 0x8a6, -/*20171018 to 20180523 +/*20171018 to 20180605 Plane */ MSG_NAVIGATION_PLANE = 0x8a7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๊ณต์ ์ด๋ ์ ์ฉ Use Airship? */ MSG_NAVIGATION_USEPLANE = 0x8a8, -/*20171018 to 20180523 +/*20171018 to 20180605 >> ๋ชฉํ ์ ๋ณด๋ฅผ ์ฝ์ง ๋ชปํจ! >> Failed to read the target information. */ MSG_NAVIGATION_TARGETUNKNOWN = 0x8a9, -/*20171018 to 20180523 +/*20171018 to 20180605 << ์๋ด์ค >> >> Destination << */ MSG_NAVIGATION_GOING = 0x8aa, -/*20171018 to 20180523 +/*20171018 to 20180605 << ๊ฒ์์ค... >> << Goal >> */ MSG_NAVIGATION_SEARCHING = 0x8ab, -/*20171018 to 20180523 +/*20171018 to 20180605 ----------- */ MSG_NAVIGATION_UN = 0x8ac, -/*20171018 to 20180523 +/*20171018 to 20180605 Navigation */ MSG_NAVIGATION_NAVI = 0x8ad, -/*20171018 to 20180523 +/*20171018 to 20180605 == ๊ฒ์ ๊ฒฐ๊ณผ(%d)== = Found (%d) == */ MSG_NAVIGATION_SEARCHRESULT_D = 0x8ae, -/*20171018 to 20180523 +/*20171018 to 20180605 Npc)%s:%s */ MSG_NAVIGATION_NPC_S_S = 0x8af, -/*20171018 to 20180523 +/*20171018 to 20180605 Mob)%s:%s */ MSG_NAVIGATION_MOB_S_S = 0x8b0, -/*20171018 to 20180523 +/*20171018 to 20180605 Map)%s */ MSG_NAVIGATION_MAP_S = 0x8b1, -/*20171018 to 20180523 +/*20171018 to 20180605 ======== ๊ฒฐ๊ณผ ์ ๋ณด ========== ======== Results ========== */ MSG_NAVIGATION_RESULTINFO = 0x8b2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋ฆฌ : %d Sell %d WarpMove Dist %d Cell %d WarpMove */ MSG_NAVIGATION_LENGTH = 0x8b3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฉํ๋งต: %s(%s) Coords %s(%s) */ MSG_NAVIGATION_TARGETMAP_S_S = 0x8b4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฉํ : %s(%d, %d) Goal:%s (%d,%d) */ MSG_NAVIGATION_TARGET_S_D_D = 0x8b5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ค Boss */ MSG_NAVIGATION_BOSS = 0x8b6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ๋ฐ General */ MSG_NAVIGATION_NORMAL = 0x8b7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฉํ : %s(%s) Goal: */ MSG_NAVIGATION_TARGET_S_S = 0x8b8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฉํ: (%d, %d) Goal: (%d, %d) */ MSG_NAVIGATION_TARGET_D_D = 0x8b9, -/*20171018 to 20180523 +/*20171018 to 20180605 ======= ๊ธธ ์๋ด ์ ๋ณด ======= ======= Guidance ======= */ MSG_NAVIGATION_GOINFO = 0x8ba, -/*20171018 to 20180523 +/*20171018 to 20180605 %2d) Item:%s => %s ์ฌ์ฉ! %2d) Item:%s => %s Use! */ MSG_NAVIGATION_ITEM_S_S = 0x8bb, -/*20171018 to 20180523 +/*20171018 to 20180605 %2d) %s(%d,%d)=>(%d,%d) */ MSG_NAVIGATION_D_S_D_D_D_D = 0x8bc, -/*20171018 to 20180523 +/*20171018 to 20180605 E%2d) %s(%d,%d)=>(%d,%d) */ MSG_NAVIGATION_E_D_S_D_D_D_D = 0x8bd, -/*20171018 to 20180523 +/*20171018 to 20180605 E%2d) %s */ MSG_NAVIGATION_E_D_S = 0x8be, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ด์ค ์
๋๋ค! ์ข
๋ฃ ํ์๊ฒ ์ต๋๊น? Do you want to cancel navigation? */ MSG_NAVIGATION_GOEXIT = 0x8bf, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด๋น๊ฒ์ด์
๋์๋ง How to Use Navigation */ MSG_NAVIGATION_HELPTITLE = 0x8c0, -/*20171018 to 20180523 +/*20171018 to 20180605 ------------------- ๋ช
๋ น์ด -------------------- ------------------- Instruction -------------------- */ MSG_NAVIGATION_HELP1 = 0x8c1, -/*20171018 to 20180523 +/*20171018 to 20180605 1. /navigation /navi 1) /Navigation or /navi */ MSG_NAVIGATION_HELP2 = 0x8c2, -/*20171018 to 20180523 +/*20171018 to 20180605 ex)/navi prontera 100/100 -> ๋งต์ด๋ฆ, 100/100 ex) /navi prontera 100 100 -> /navi "MAPNAME", 100, 100 */ MSG_NAVIGATION_HELP3 = 0x8c3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๋ณธ ๋ช
๋ น์ด๋ ์ ๋, ๋น๊ณต์ ๊ฒ์์ ๊ธฐ๋ณธ์ผ๋ก ํฉ๋๋ค. 2) /Navigation2 or /navi2 */ MSG_NAVIGATION_HELP4 = 0x8c4, -/*20171018 to 20180523 +/*20171018 to 20180605 2. /navigation2 /navi2 ex) /navi2 prontera 100 111 */ MSG_NAVIGATION_HELP5 = 0x8c5, -/*20171018 to 20180523 +/*20171018 to 20180605 ex) /navi2 prontera 100/100 1/1/1 -> MAPNAME location (100 90), Scroll | Zeny | Plane (1: Enable or 0: Disable) */ MSG_NAVIGATION_HELP6 = 0x8c6, -/*20171018 to 20180523 +/*20171018 to 20180605 -> ๋งต์ด๋ฆ, ์์น(100/100), scrool/zeny/plane (1:์ฌ์ฉํจ 0: ์ฌ์ฉ์ํจ) -> /navi2 goes with the case with location coordinates. They must be no less than 3 characters */ MSG_NAVIGATION_HELP7 = 0x8c7, -/*20171018 to 20180523 +/*20171018 to 20180605 3. $$all ๋ชจ๋ ํญ๋ชฉ ์ถ๋ ฅ (Type ๊ตฌ๋ถ ํญ๋ชฉ์ผ๋ก ์ถ๋ ฅ ์ข
๋ฅ ๊ตฌ๋ถ ๊ฐ๋ฅ.) 3) /$$ Output all the items (Can take a while...) */ MSG_NAVIGATION_HELP8 = 0x8c8, -/*20171018 to 20180523 +/*20171018 to 20180605 4. $$lv30 ํด๋น ๋ ๋ฒจ์ ๋ชฌ์คํฐ ์ถ๋ ฅ 4) /$$ Lv30 monsters are placed in the output */ MSG_NAVIGATION_HELP9 = 0x8c9, -/*20171018 to 20180523 +/*20171018 to 20180605 5. $$lv20~30 ํด๋น ๋ ๋ฒจ ๋ฒ์์ ๋ชฌ์คํฐ ์ถ๋ ฅ 5) /$$ Lv20~30 monsters in that level range are placed in the output */ MSG_NAVIGATION_HELP10 = 0x8ca, -/*20171018 to 20180523 +/*20171018 to 20180605 ------------------- ์ค๋ช
-------------------- ------------------- Description -------------------- */ MSG_NAVIGATION_HELP11 = 0x8cb, -/*20171018 to 20180523 +/*20171018 to 20180605 1.๊ฒ์ ์ข
๋ฅ๋ ์ ์ฒด, ๋งต, Npc, ๋ชฌ์คํฐ ์ผ๋ก ๋ถ๋ฅ ๋๋ค. 1) One can search for monsters, npcs, maps, or all at once */ MSG_NAVIGATION_HELP12 = 0x8cc, -/*20171018 to 20180523 +/*20171018 to 20180605 2.๋ช
๋ น์ด๋ก ๊ฒ์ํ๋ค. ๊ท์น์ ๊ฒ์ ํ๋ ค๋ ๋ฌธ์์ด์ด ๋ชจ๋ ํฌํจ๋ ์ ๋ณด๋ฅผ ์ถ๋ ฅ ํ๋ค. 2) You can press the search button to get results. It will out put the results depending on what rule you choose */ MSG_NAVIGATION_HELP13 = 0x8cd, -/*20171018 to 20180523 +/*20171018 to 20180605 ex) ํ๋ก ์นดํ -> ๊ฒ์ ๊ฒฐ๊ณผ ํ๋ก ํ
๋ผ์ ์นดํ๋ผ๋ฅผ ๋ชจ๋ ์ถ๋ ฅ ํ๋ค. ex) Drop down box -> Select "Npc", then type in the box "Kafra". Results will now be displayed */ MSG_NAVIGATION_HELP14 = 0x8ce, -/*20171018 to 20180523 +/*20171018 to 20180605 3.๋ฆฌ์คํธ์์ ํญ๋ชฉ์ ์ ํํ๋ฉด ์ ๋ณด๊ฐ ์ถ๋ ฅ๋๋ค. 3) When you select an item from a list, information about it are displayed. */ MSG_NAVIGATION_HELP15 = 0x8cf, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ๋ ฅ ๋๊ณ ์๋ ๋ชฉํ๊ฐ ์์๋ ์๋ด ๋ฒํผ์ ํด๋ฆญํ๋ฉด ํด๋น ๋ชฉํ๋ก ๊ธธ์ ์๋ด ํ๋ค. -> When button is clicked, it will point you towards your destination if available */ MSG_NAVIGATION_HELP16 = 0x8d0, -/*20171018 to 20180523 +/*20171018 to 20180605 4.scrool/ zeny/ plane ์์๋ฅผ ์ํ๋ ๋งํผ ์ฒดํฌํ์ฌ ๋ ๋น ๋ฅธ ๊ฒฝ๋ก๋ฅผ ์๋ด ๋ฐ์ ์ ์๋ค. 4) Scroll | Zeny | Plane options can be checked to find a faster route */ MSG_NAVIGATION_HELP17 = 0x8d1, -/*20171018 to 20180523 +/*20171018 to 20180605 5.์๋ด ๋ฒํผ์ด ๋๋ฌ์ง๋ฉด ๊ฒฐ๊ณผ ๋ฆฌ์คํธ์ฐฝ์ ๊ธธ์๋ด ๋ฆฌ์คํธ ์ฅ์ผ๋ก ๋ณ๊ฒฝ ๋๋ค. 5) Guide button is pressed, the result list window displays where routes can change direction */ MSG_NAVIGATION_HELP18 = 0x8d2, -/*20171018 to 20180523 +/*20171018 to 20180605 6.๊ฒ์ ๋ฆฌ์คํธ์ฐฝ ํ๋จ ๋ฒํผ์ ์ด์ฉํ์ฌ 6) Using the button below, search results can be found */ MSG_NAVIGATION_HELP19 = 0x8d3, -/*20171018 to 20180523 +/*20171018 to 20180605 [๊ฒฐ๊ณผ ๋ฆฌ์คํธ ์ฐฝ] <-> [๊ธธ ์๋ด ์ ๋ณด ์ฐฝ] ์ผ๋ก ๋ณด๊ธฐ ๋ชจ๋ ๋ณ๊ฒฝ ๊ฐ๋ฅํ๋ค. -> [Results List Window] <-> [View Modes can be switched] */ MSG_NAVIGATION_HELP20 = 0x8d4, -/*20171018 to 20180523 +/*20171018 to 20180605 Level:%d (๋ณด์ค) Level:%d (Boss) */ MSG_NAVIGATION_LEVEL_D_BOSS = 0x8d5, -/*20171018 to 20180523 +/*20171018 to 20180605 Level:%d (์ผ๋ฐ) Level:%d (Mob) */ MSG_NAVIGATION_LEVEL_D_NORMAL = 0x8d6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์์ฑ%d Water %d */ MSG_NAVIGATION_PROPERTY1 = 0x8d7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์์ฑ%d Earth %d */ MSG_NAVIGATION_PROPERTY2 = 0x8d8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์์ฑ%d Fire %d */ MSG_NAVIGATION_PROPERTY3 = 0x8d9, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์์ฑ%d Wind %d */ MSG_NAVIGATION_PROPERTY4 = 0x8da, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
์์ฑ%d Poison %d */ MSG_NAVIGATION_PROPERTY5 = 0x8db, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑ์์ฑ%d Holy %d */ MSG_NAVIGATION_PROPERTY6 = 0x8dc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์์ฑ%d Shadow %d */ MSG_NAVIGATION_PROPERTY7 = 0x8dd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ์์ฑ%d Ghost %d */ MSG_NAVIGATION_PROPERTY8 = 0x8de, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๋ฐ๋%d Undead %d */ MSG_NAVIGATION_PROPERTY9 = 0x8df, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด์์ฑ%d Neutral %d */ MSG_NAVIGATION_PROPERTY0 = 0x8e0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํ Medium */ MSG_NAVIGATION_SCALE1 = 0x8e1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ํ Large */ MSG_NAVIGATION_SCALE2 = 0x8e2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ Small */ MSG_NAVIGATION_SCALE0 = 0x8e3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ์ฌํ Undead */ MSG_NAVIGATION_RACE1 = 0x8e4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋ฌผํ Brute */ MSG_NAVIGATION_RACE2 = 0x8e5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฌผํ Plant */ MSG_NAVIGATION_RACE3 = 0x8e6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณค์ถฉํ Insect */ MSG_NAVIGATION_RACE4 = 0x8e7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ดํจํ Fish */ MSG_NAVIGATION_RACE5 = 0x8e8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
๋งํ Demon */ MSG_NAVIGATION_RACE6 = 0x8e9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๊ฐํ Demi-Human */ MSG_NAVIGATION_RACE7 = 0x8ea, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒ์ฌํ Angel */ MSG_NAVIGATION_RACE8 = 0x8eb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฉ์กฑ Dragon */ MSG_NAVIGATION_RACE9 = 0x8ec, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌดํ Formless */ MSG_NAVIGATION_RACE0 = 0x8ed, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์ด๋ ํด๋ฆญ Click to move %s */ MSG_NAVIGATION_MOVECLICK = 0x8ee, -/*20171018 to 20180523 +/*20171018 to 20180605 Npc ์ด๋ ์๋น์ค ์ด์ฉ Move to the Kafra Service Npc */ MSG_NAVIGATION_NPCMOVE = 0x8ef, -/*20171018 to 20180523 +/*20171018 to 20180605 NPC ํด๋ฆญ Click the NPC */ MSG_NAVIGATION_NPCCLICK = 0x8f0, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์ด๋ Move %s */ MSG_NAVIGATION_S_MOVE = 0x8f1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๊ณต์ ์ด๋ Move to the Airship Service */ MSG_NAVIGATION_PLANEMOVE = 0x8f2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ ์ด์ฉ By Warp */ MSG_NAVIGATION_WARPUSE = 0x8f3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ฐฉ์ : ( %d %d ) End Points: (%d %d) */ MSG_NAVIGATION_TARGETPOINT_D_D = 0x8f4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด๋น๊ฒ์ด์
์ด ์ง์ ๋์ง ์๋ ์ง์ญ ์
๋๋ค. That does not support the navigation area */ MSG_NAVIGATION_UNKNOWNMAP = 0x8f5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐพ๊ณ ์ ํ๋ ๋ชฉ์ ์ด ๋ถ๋ถ๋ช
ํฉ๋๋ค. The purpose is unclear */ MSG_NAVIGATION_RS_UNKNOWN = 0x8f6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งค์นญ์ด ๋ง์ง ์๋ ๋งต์ด๋ค. Does not meet the map requirement */ MSG_NAVIGATION_RS_NOTSAMEMAP = 0x8f7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ๋ฐ ์ง์ญ์ ๋ํ ์ ๋ณด ์ค์ ์คํจ! Information Failure | Change settings */ MSG_NAVIGATION_RS_FAILSTARTDATA = 0x8f8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ฐฉ ์ง์ ์ ๋ํ ์ ๋ณด ์ค์ ์คํจ! Failed to set info for location! */ MSG_NAVIGATION_RS_FAILTARGET = 0x8f9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ ์ฐพ๊ธฐ ์คํจ Failed to find a path */ MSG_NAVIGATION_RS_FAILROUTE = 0x8fa, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ ์ด์ด ์์น ์ฐพ๊ธฐ ์คํจ Failed to find players */ MSG_NAVIGATION_RS_FAILPLAYER = 0x8fb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด๋น๊ฒ์ด์
์ ์ ๋ณด๊ฐ ์์ต๋๋ค. No Information */ MSG_NAVIGATION_RS_NODATA = 0x8fc, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ๋งต์ ๊ธธ์ฐพ๊ธฐ๊ฐ ์ง์ ๋์ง ์๋ ๋งต์
๋๋ค. Map doesn't support directions */ MSG_NAVIGATION_RS_MAPNOTNAVIGATION = 0x8fd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฉํ๋ฅผ ์ง์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Please specify target goals. */ MSG_NAVIGATION_RS_FAILTARGETROUTE = 0x8fe, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ฐฉ. Found */ MSG_NAVIGATION_RS_SUCCESS = 0x8ff, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ ์๋ด๊ฐ ์์ ๋์์ต๋๋ค. Directions were started */ MSG_NAVIGATION_RS_START = 0x900, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐพ๊ณ ์ ํ๋ ๋ชฌ์คํฐ๊ฐ ์๋ ๋งต ์
๋๋ค. Is the map that your looking for mob */ MSG_NAVIGATION_RS_MOBTARGETMAP = 0x901, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐพ๊ณ ์ ํ๋ ๋งต์ด ํด๋น ๋งต ์
๋๋ค. Map appears on the guide you are looking for */ MSG_NAVIGATION_RS_TARGETMAP = 0x902, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ์ฌ์ฉํ์ฌ ์ด๋ํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Please navigate using the item */ MSG_NAVIGATION_RS_SCROLL = 0x903, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ดํ๋ ์์น๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค. Please follow the instruction to reach your destination. */ MSG_NAVIGATION_RS_ROUTE_SUCCESS = 0x904, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฉํ ๋งต์ ๋์ฐฉํ์์ต๋๋ค. Arrived at the target map */ MSG_NAVIGATION_RS_MAPTMAP_SUCCESS = 0x905, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐพ๊ณ ์ ํ๋ Npc๊ฐ ์๋ ๋งต์ ๋์ฐฉ ํ์์ต๋๋ค. Npc๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค. Arrived on the map that has the Npc your looking for. Go to that NPC */ MSG_NAVIGATION_RS_NPCTMAP_SUCCESS = 0x906, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐพ๊ณ ์ ํ๋ Mob์ด ์์ํ๋ ๋งต์ ๋์ฐฉ ํ์์ต๋๋ค. You have arrived at the mob you were looking for */ MSG_NAVIGATION_RS_MOBTMAP_SUCCESS = 0x907, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ ๊ณผ ๋์ผํ ๋ชฉํ ์
๋๋ค. You have reached your goal */ MSG_NAVIGATION_RS_POSTMAP_SUCCESS = 0x908, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ๋ฆฌํค๋ ๋ฐฉํฅ์ผ๋ก ๊ฐ์๊ธฐ ๋ฐ๋๋๋ค. Please go to indicated direction. */ MSG_NAVIGATION_RS_SAMETARGET = 0x909, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฉํ๊ฐ ์ฌ๊ธฐ ์
๋๋ค. The goal has been reached */ MSG_NAVIGATION_RS_HERE = 0x90a, -/*20171018 to 20180523 +/*20171018 to 20180605 Navigation >: %s */ MSG_NAVIGATION_PRINT_S = 0x90b, -/*20171018 to 20180523 +/*20171018 to 20180605 Navigation >: ์๋ดํ๋ %s(์)๋ฅผ ์ด์ฉํ์ฌ Navigation >: Talk to Guide "%s" (A) */ MSG_NAVIGATION_PRINT_GO_S = 0x90c, -/*20171018 to 20180523 +/*20171018 to 20180605 Navigation >: ๋งต(%s)์ผ๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Move to (%s) map */ MSG_NAVIGATION_PRINT_MAP_S = 0x90d, -/*20171018 to 20180523 +/*20171018 to 20180605 Navigation >: ๋งต(%s)์ ์ ํํ์ฌ ์ด๋ ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Choose (%s) Map from Kafra */ MSG_NAVIGATION_PRINT_SELECTMAP_S = 0x90e, -/*20171018 to 20180523 +/*20171018 to 20180605 Navigation >: ๋น๊ณต์ ์ผ๋ก ์ด๋ ํ์๊ธฐ ๋ฐ๋๋๋ค Navigation >: Please go to the AirShip */ MSG_NAVIGATION_PRINT_PLANE = 0x90f, -/*20171018 to 20180523 +/*20171018 to 20180605 Navigation >: ์ํ๋ฅผ ์ด์ฉํ์ฌ ๋ค์ ์ง์ญ์ผ๋ก ์ด๋ํ์๊ธฐ ๋ฐ๋๋๋ค. Navigation >: Get to your destination by using WarpPortal */ MSG_NAVIGATION_PRINT_WARP = 0x910, -/*20171018 to 20180523 +/*20171018 to 20180605 Item: */ MSG_NAVIGATION_PRINT_ITEM = 0x911, -/*20171018 to 20180523 +/*20171018 to 20180605 $$ */ MSG_NAVIGATION_ZZ = 0x912, -/*20171018 to 20180523 +/*20171018 to 20180605 $$lv */ MSG_NAVIGATION_ZZLV = 0x913, -/*20171018 to 20180523 +/*20171018 to 20180605 ~ */ MSG_NAVIGATION_ZZLIMIT = 0x914, -/*20171018 to 20180523 +/*20171018 to 20180605 $$all */ MSG_NAVIGATION_ZZALL = 0x915, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค ํ์ธ์ Confirm Deal */ MSG_SHOP_ITEM_BAY_TITLE = 0x916, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ์
ํ๋ ค๋ ์์ดํ
๋ค์ ์ด๊ฐ๊ฒฉ์ Below is the total cost: */ MSG_SHOP_ITEM_BAY_MAG1 = 0x917, -/*20171018 to 20180523 +/*20171018 to 20180605 Zeny ์
๋๋ค. Zeny to complete the transaction. */ MSG_SHOP_ITEM_BAY_MAG2 = 0x918, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ์
ํ์๊ฒ ์ต๋๊น? Press buy to confirm. */ MSG_SHOP_ITEM_BAY_MAG3 = 0x919, -/*20171018 to 20180523 +/*20171018 to 20180605 %.1f%% (PC๋ฐฉ %.1f%% + TPLUS %.1f%% + ํ๋ฆฌ๋ฏธ์ %.1f%% + %s์๋ฒ %.1f%%) %.1f% (PCRoom %.1f% + TPLUS %.1f% + Premium %.1f% + %sServer %.1f%) */ MSG_BASIC_EXP_MSG2 = 0x91a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นด๋ ๋ถ Card Book */ MSG_CARDWIN = 0x91b, -/*20171018 to 20180523 +/*20171018 to 20180605 %d%% [ ( ๊ธฐ๋ณธ 100%% + %s์๋ฒ %d%% ) * ํ์ฑ %.1f ] %d%% [ ( Basic 100%% + %sServer %d%% ) * Active %.1f ] */ MSG_PERSONAL_INFORMATION_MSG_CHN = 0x91c, -/*20171018 to 20180523 +/*20171018 to 20180605 %d%% [ ๊ธฐ๋ณธ 100%% + %s์๋ฒ %d%% ] %d%% [ Basic 100%% + %sServer %d%% ] */ MSG_PERSONAL_INFORMATION_MSG_CHN_DEATH = 0x91d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๊ณณ์ PK ์ง์ญ์
๋๋ค. ๋ฏธ์ฑ๋
์๋ ์๋ฐ์ ์ผ๋ก ๋ ๋์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. This is PK region. Minors,Please leave immediately. */ MSG_CAUTION_PKZONE = 0x91e, -/*20171018 to 20180523 +/*20171018 to 20180605 ํผ๋ก๋ Fatigue */ MSG_FATIGUE = 0x91f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑด๊ฐ์ํ ์ด๋ฉฐ ๊ฒ์์์ต์ 100%์
๋๋ค. Health and gaming revenue is 100%%. */ MSG_FATIGUE_LEVEL_ZERO = 0x920, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง๊ธ์ ํผ๋ก์ํ์ด๋ฏ๋ก ์๋์ ๊ฒ์์์ต์ 50% ๋จ์ด์ง๋๋ค. ๊ฑด๊ฐ์ ์ํ์ฌ ์ ๋นํ ํด์ ๋ฐ๋๋๋ค. Fatigue because it is now a guest of the gaming revenue is down 50 percent.Hope for the proper health */ MSG_FATIGUE_LEVEL_HALF = 0x921, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง๊ธ์ ๋น๊ฑด๊ฐ์ํ์ด๋ฏ๋ก ์๋์ ๊ฑด๊ฐ์ ์ํ์ฌ ๊ฒ์์คํ๋ผ์ธ์ ์ํฉ๋๋ค. ๊ณ์ ์จ๋ผ์ธ์ํ์ ์์ผ๋ฉด ๊ฑด๊ฐ์ ์์์ ์ฃผ๋ฏ๋ก ๊ฒ์ ์์ต์ 0%์ผ๋ก ๋จ์ด์ง๋ฉฐ ๊ฒ์ ์คํ๋ผ์ธ 5์๊ฐํ์ ๋ค์ ํ๋ณต๋ฉ๋๋ค. Now because it is a non-health to the health of the guests want to offline games. If you still are online gaming revenue because the damage to the health of the game falls to 0% again after 5 hours will be restored offline. */ MSG_FATIGUE_LEVEL_FULL = 0x922, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์์๊ฐ %d ๋ถ์ด ๋์์ต๋๋ค. Online since %d minutes */ MSG_FATIGUE_MESSAGE0 = 0x923, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์์๊ฐ %d ์๊ฐ์ด ๋์์ต๋๋ค. Online Time: %d */ MSG_FATIGUE_MESSAGE1 = 0x924, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์์๊ฐ %d ์๊ฐ %d ๋ถ์ด ๋์์ต๋๋ค. Online since %d hours and %d minutes */ MSG_FATIGUE_MESSAGE2 = 0x925, -/*20171018 to 20180523 +/*20171018 to 20180605 /monsterhp : ๊ณต๊ฒฉํ ๋ชฌ์คํฐ์ HP์ ๋ณด๋ฅผ ํ์ํฉ๋๋ค. On Off /monsterhp: Show the hp of attacked monster. On off */ MSG_EXPLAIN_MONSTERHP = 0x926, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌํฌ์ธํธ : Skill Points: */ MSG_SKILLPOINT2 = 0x927, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ์ฆ์๋ฒ๋ก ๋ถํฐ์ ์๋ต์ด ์์ต๋๋ค. ๋ค์ ์๋ํด ์ฃผ์ธ์ There is no response from the authentification server. Please try again */ MSG_BAN_BILLING_SERVER_ERROR = 0x928, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํธ๋ฅผ ๋ณ๊ฒฝํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Please change your password */ MSG_REFUSE_CHANGE_PASSWD_FORCE = 0x929, -/*20171018 to 20180523 +/*20171018 to 20180605 http://www.ragnarok.co.kr */ MSG_REFUSE_CHANGE_PASSWD_SITE = 0x92a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ ๊ฐ๋๊ป์๋ ํ์ฌ ์ ์๊ธ์ง ์๊ฐ์
๋๋ค. Guest access is prohibited */ MSG_PLANNED_TIME_SHUTDOWN = 0x92b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
ง๋ค์ด์ ๋์ ์ํด ๊ณ ๊ฐ๋์ ๊ฒ์์ ํ ์๊ฐ์ %1.2d-%1.2d-%1.2d %1.2d:%1.2d:%1.2d์ ๊ฒ์์ด ์ข
๋ฃ๋ ์์ ์
๋๋ค. Your System is been Shutdown, %1.2d-%1.2d-%1.2d %1.2d:%1.2d:%1.2d is the end time. */ MSG_SHOUTDOWN_TIME = 0x92c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ ๊ฐ๋์ ๊ณ์ ์ ์ ํ์ ์
ง๋ค์ด์ด ์ ์ฉ๋ ๊ณ์ ์ด๋ฉฐ, ์์ฌ์๊ฐ์ %1.2d์๊ฐ %1.2d๋ถ์
๋๋ค. ๊ฒ์ ์ด์ฉ์ ์ฐธ๊ณ ํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Selected System Shutdown is activated in your account,Time Left: %1.2d hours %1.2d minutes. */ MSG_PARTIAL_SHOUTDOWN_TIME = 0x92d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฆฌํ๋ ์ด Replay */ MSG_MENU_REPLAYWND = 0x92e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งคํฌ๋ก Macro */ MSG_MENU_MACROWND = 0x92f, -/*20171018 to 20180523 +/*20171018 to 20180605 Webbrowser */ MSG_MENU_WEBBROWSERWND = 0x930, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด๋น๊ฒ์ด์
Navigation */ MSG_MENU_NAVIGATIONWND = 0x931, -/*20171018 to 20180523 +/*20171018 to 20180605 UAEURL */ MSG_MENU_UAEURLWND = 0x932, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋์ ๋ณด Clan Information */ MSG_CLAN_INFOMANAGE = 0x933, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋๋ ๋ฒจ Clan Level */ MSG_CLAN_LEVEL = 0x934, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋๋ช
Clan Name */ MSG_CLAN_NAME = 0x935, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋๋งํฌ Clan Mark */ MSG_CLAN_MARK = 0x936, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋งนํด๋ Ally Clan */ MSG_ALLY_CLAN = 0x937, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ํด๋ Antagonist Clan */ MSG_HOSTILITY_CLAN = 0x938, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋์๊ฒ ๋ณด๋ Send to Clan */ MSG_SEND_TO_CLAN = 0x939, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์คํฐ์ด๋ฆ ClanMaster Name */ MSG_CLAN_MASTER_NAME = 0x93a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์กฐํฉ์์ Number of Members */ MSG_CLAN_NUM_MEMBER = 0x93b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ด๋ฆฌ์์ง Castles Owned */ MSG_CLAN_MANAGE_LAND = 0x93c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋ ์ฑํ
๋ฉ์์ง ํ์ Clan Chat Messages */ MSG_VIEW_CLAN_MSG = 0x93d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถฉ์ ํ์ด์ง๋ก ์ด๋ํฉ๋๋ค. Go to Page Charged. */ MSG_TWWAB_WARRING = 0x93e, -/*20171018 to 20180523 +/*20171018 to 20180605 https://gfb.gameflier.com/Billing/ingame/index_new.asp? */ MSG_TWWAB_URL = 0x93f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ ๋ง๋ค๊ธฐ Create char */ MSG_STR_MAKECHARACTER = 0x940, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญ๋ช
์ด ์ผ์นํ์ง ์์ต๋๋ค. Name does not match */ MSG_CHR_DELETE_RESERVED_FAIL_CHARNAME = 0x941, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ๋ช
์ ์
๋ ฅํ์ธ์ Enter the name of character */ MSG_CHR_DELETE_RESERVED_INPUTCONFIRMSTR_WND_TITLE = 0x942, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑ๋ณ ์ ํ ์ฐฝ Sex Selection Window */ MSG_SELECT_SEX = 0x943, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ผ์ ์๋ณ์กฐ๊ฐ ๊ฐ์ง ๋์์ต๋๋ค. Editing of the File Detected */ MSG_SPRITE_ALTER = 0x944, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์์ดํ
์ ๊ฐ๋ดํ์ฌ ํ๋๋๋ ์์ดํ
๋ค์ ์บ๋ฆญํฐ ๊ท์ ์์ดํ
(์ฐฝ๊ณ ์ด๋ ๋ถ๊ฐ๋ฅ) ์
๋๋ค. ๋ณธ ์บ๋ฆญํฐ์ ์ฌ์ฉํ์๋ ๊ฒ์ด ๋ง์ผ์ ์ง ํ์ธํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. ์์๋ฅผ ๊ฐ๋ดํ์๊ฒ ์ต๋๊น? Items obtained by opening the item is character bounded (can not move to storage). Do you want to open the box? */ MSG_CONFIRM_TO_OPEN_EVENT_ITEM = 0x945, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ ์ค์ Game Settings */ MSG_GAME_SETTING = 0x946, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ ์์คํ
Game System */ MSG_SYSTEM_SETTING = 0x947, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ ์ปค๋งจ๋ Game Commands */ MSG_COMMAND_SETTING = 0x948, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ ์ปค๋งจ๋ ON/OFF Game Command ON/OFF */ MSG_COMMAND_LIST = 0x949, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งคํฌ๋ก Macro */ MSG_MACRO_LIST = 0x94a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ง์ญ์ ์์ดํ
๊ตํ์ด ๊ธ์ง ๋์ด ์์ต๋๋ค Trading is prohibited in this Map */ MSG_EXCHANGEITEM_DENY_MAP = 0x94b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ง์ญ์ ์นดํธ์ด์ฉ์ด ๊ธ์ง ๋์ด ์์ต๋๋ค Vending is prohibited in this Map */ MSG_CART_USE_DENY_MAP = 0x94c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์ง์ญ์ ํ์๊ณผ๋ฌ๊ณผ๋ณ์ ๊ธฐ์ ํจ๊ณผ๊ฐ ๋ฐ์ํ์ง ์์ต๋๋ค. In this Map,Effect of Mirace of Sun and Moon is nullified. */ MSG_BLOCK_SUNMOONSTAR_MIRACLE = 0x94d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ญํน ๋ณด๋ Ranking Board */ MSG_RANKING_BOARD = 0x94e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ Rank */ MSG_RANKING_NUMBER = 0x94f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฆ Name */ MSG_RANKING_NAME = 0x950, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฌ์ธํธ Points */ MSG_RANKING_POINT = 0x951, -/*20171018 to 20180523 +/*20171018 to 20180605 BlackSmith */ MSG_RANKING_BLACKSMITH = 0x952, -/*20171018 to 20180523 +/*20171018 to 20180605 Alchemist */ MSG_RANKING_ALCHEMIST = 0x953, -/*20171018 to 20180523 +/*20171018 to 20180605 Taekwon */ MSG_RANKING_TAEKWON = 0x954, -/*20171018 to 20180523 +/*20171018 to 20180605 Killer */ MSG_RANKING_KILLER = 0x955, -/*20171018 to 20180523 +/*20171018 to 20180605 7 vs 7 */ MSG_RANKING_BATTLE_7VS7_ALL = 0x956, -/*20171018 to 20180523 +/*20171018 to 20180605 RuneKnight */ MSG_RANKING_RUNE_KNIGHT = 0x957, -/*20171018 to 20180523 +/*20171018 to 20180605 Warlock */ MSG_RANKING_WARLOCK = 0x958, -/*20171018 to 20180523 +/*20171018 to 20180605 Ranger */ MSG_RANKING_RANGER = 0x959, -/*20171018 to 20180523 +/*20171018 to 20180605 Mechanic */ MSG_RANKING_MECHANIC = 0x95a, -/*20171018 to 20180523 +/*20171018 to 20180605 GuillotineCross */ MSG_RANKING_GUILLOTINE_CROSS = 0x95b, -/*20171018 to 20180523 +/*20171018 to 20180605 Archbishop */ MSG_RANKING_ARCHBISHOP = 0x95c, -/*20171018 to 20180523 +/*20171018 to 20180605 RoyalGuard */ MSG_RANKING_ROYAL_GUARD = 0x95d, -/*20171018 to 20180523 +/*20171018 to 20180605 Sorcerer */ MSG_RANKING_SORCERER = 0x95e, -/*20171018 to 20180523 +/*20171018 to 20180605 Minstrel */ MSG_RANKING_MINSTREL = 0x95f, -/*20171018 to 20180523 +/*20171018 to 20180605 Wanderer */ MSG_RANKING_WANDERER = 0x960, -/*20171018 to 20180523 +/*20171018 to 20180605 Genetic */ MSG_RANKING_GENETIC = 0x961, -/*20171018 to 20180523 +/*20171018 to 20180605 ShadowChaser */ MSG_RANKING_SHADOW_CHASER = 0x962, -/*20171018 to 20180523 +/*20171018 to 20180605 Sura */ MSG_RANKING_SURA = 0x963, -/*20171018 to 20180523 +/*20171018 to 20180605 Kagerou */ MSG_RANKING_KAGEROU = 0x964, -/*20171018 to 20180523 +/*20171018 to 20180605 Oboro */ MSG_RANKING_OBORO = 0x965, -/*20171018 to 20180523 +/*20171018 to 20180605 Select Ranking Type */ MSG_RANKING_SELECT = 0x966, -/*20171018 to 20180523 +/*20171018 to 20180605 Ranking Type */ MSG_RANKING_TYPE = 0x967, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์ ์ ์ธ์์ด ๊ฐ๋ ์ฐผ์ต๋๋ค. ^0000ffํ์ฌ ๋๊ธฐ์์ : %d ์์ ๋๊ธฐ์๊ฐ : %d์ด Currently,Server is full. ^0000ffPeople Currently Waiting: %d Expected Waiting Time: %dSeconds */ MSG_WAITING_FOR_ENTER_TO_CHARACTER_SEVER_IN_SEC = 0x968, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์ ์ ์ธ์์ด ๊ฐ๋ ์ฐผ์ต๋๋ค. ^0000ffํ์ฌ ๋๊ธฐ์์ : %d ์์ ๋๊ธฐ์๊ฐ : %d๋ถ %d์ด Currently,Server is full. ^0000ffPeople Currently Waiting: %d Expected Waiting Time: %dMinutes %d Seconds */ MSG_WAITING_FOR_ENTER_TO_CHARACTER_SEVER_IN_MIN = 0x969, -/*20171018 to 20180523 +/*20171018 to 20180605 CBT ์ด์ฒญ ์ ์ ๊ฐ ์๋๋๋ค CBT is not an invited user */ MSG_CBT_ACTIVE_USER_CHECK = 0x96a, -/*20171018 to 20180523 +/*20171018 to 20180605 -------------- Navigation ๋ช
๋ น์ด -------------- ------------------- Instruction -------------------- */ MSG_NAVIGATION_HELP_1 = 0x96b, -/*20171018 to 20180523 +/*20171018 to 20180605 /navigation /navi : /navi yuno 100/100 ->> ๋งต์ด๋ฆ, ์์น(100/100) 1) /Navigation or /navi ex) /navi prontera 100 100 -> /navi "MAPNAME", 100, 100 */ MSG_NAVIGATION_HELP_2 = 0x96c, -/*20171018 to 20180523 +/*20171018 to 20180605 /navigation2 /navi2 : /navi2 yuno 100/100 1/1/1 ->> ๋งต์ด๋ฆ, ์์น(100/100), scrool/zeny/plane (1:์ฌ์ฉํจ 0: ์ฌ์ฉ์ํจ) 2) /Navigation2 or /navi2 ex) /navi2 prontera 100 111 -> MAPNAME location (100 90), Scroll | Zeny | Plane (1: Enable or 0: Disable) */ MSG_NAVIGATION_HELP_3 = 0x96d, -/*20171018 to 20180523 +/*20171018 to 20180605 -------------- Navigation ๊ฒ์์ฐฝ ๋ช
๋ น์ด ------- -> /navi2 goes with the case with location coordinates. They must be no less than 3 characters */ MSG_NAVIGATION_HELP_4 = 0x96e, -/*20171018 to 20180523 +/*20171018 to 20180605 $$all : ๋ชจ๋ ํญ๋ชฉ ์ถ๋ ฅ (Type ๊ตฌ๋ถ์์์ ์ถ๋ ฅ ์ข
๋ฅ๋ฅผ ๋๋์ ์๋ค.) 3) $$all Output all the items (Can take a while...) */ MSG_NAVIGATION_HELP_5 = 0x96f, -/*20171018 to 20180523 +/*20171018 to 20180605 $$lv30 : ํด๋น ๋ ๋ฒจ์ ๋ชฌ์คํฐ ์ถ๋ ฅ (์ซ์๋ ๋ณ๊ฒฝ ๊ฐ๋ฅ) 4) $$lv30 monsters are placed in the output */ MSG_NAVIGATION_HELP_6 = 0x970, -/*20171018 to 20180523 +/*20171018 to 20180605 $$lv20~30 : ํด๋น ๋ ๋ฒจ ๋ฒ์์ ๋ชฌ์คํฐ ์ถ๋ ฅ (์ซ์๋ ๋ณ๊ฒฝ ๊ฐ๋ฅ) 5) $$lv20~30 monsters in that level range are placed in the output */ MSG_NAVIGATION_HELP_7 = 0x971, -/*20171018 to 20180523 +/*20171018 to 20180605 1 vs 1 */ MSG_RANKING_BATTLE_1VS1_ALL = 0x972, -/*20171018 to 20180523 +/*20171018 to 20180605 ํน์ ์ฅ๋น Special Gear */ MSG_SHADOW_EQUIPMENT = 0x973, -/*20171018 to 20180523 +/*20171018 to 20180605 %d ๋ฒ์งธ ์บ๋ฆญํฐ์ ์ง์
์ ๋ณด๊ฐ ์ด์ํฉ๋๋ค. ๊ณ ๊ฐ์ผํฐ๋ก ๋ฌธ์ ๋ถํ ๋๋ฆฝ๋๋ค. ErrorCode(%d) %d First character of the profession is more than information. Please contact the Customer Care Center. ErrorCode(%d) */ MSG_CHARACTERERROR_JOB = 0x974, -/*20171018 to 20180523 +/*20171018 to 20180605 (%s) %d / %d */ MSG_NAVIGATION_ALL_S = 0x975, -/*20171018 to 20180523 +/*20171018 to 20180605 %s-%s(%d/%d) */ MSG_NAVIGATION_ALL_SD = 0x976, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์์ ์ ์ด๊ณผ๋ก ์๋ฒ์ ๋์ด์ ์ ์ํ ์ ์์ต๋๋ค. Server Exceeded the maximum number of users,Cannot Connect anymore users. */ MSG_REFUSE_OVER_USERLIMIT = 0x977, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ์ ์ ์คํจ (%d) Server Connection Failed (%d) */ MSG_REFUSE_ERRORCODE = 0x978, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ก๊ทธ์ธ ํ์ฉ์๊ฐ ์ด๊ณผ Login Timeout Permitted */ MSG_REFUSE_DISCONNECT_KEEP_TIME = 0x979, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ก๊ทธ์ธ ์ค ์ธ์ฆ์๋ฒ๋ก๋ถํฐ ์ธ์ฆ์ด ์คํจํ์์ต๋๋ค. Login Authentication Failed from Authentication Server. */ MSG_REFUSE_WEB_AUTH_FAILED = 0x97a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ด๋ฆ์ ๊ณต๋ฐฑ๋ฌธ์๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. Guild Cannot use Space in the name. */ MSG_GUILDNAME_CHECK = 0x97b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ ๊ฐ๋ ์๋
ํ์ธ์! Hey,Hello There */ MSG_BILLING_CHN_1 = 0x97c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d๋
%d ์ %d์ผ %d:%d ์ ์ข
๋ฃ๋ฉ๋๋ค. Available Time will End on %d month %d hour %d:%d */ MSG_BILLING_CHN_2 = 0x97d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ ์์ง ๋ง์ด ๋จ์์ผ๋ ์์ฌํ๊ณ ํ๋ ์ดํ์ธ์! You've lot of time,Play in Peace. */ MSG_BILLING_CHN_3 = 0x97e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ ์ด๋ฒ ์ฃผ ๋ด๋ก ์ข
๋ฃ ๋ฉ๋๋ค. ์ข
๋ฃ ์ ์ ์ถฉ์ ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Your hours will be terminated within this week. Please Charge before termination. */ MSG_BILLING_CHN_4 = 0x97f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ 24์๊ฐ ๋ด์ ์ข
๋ฃ๋ฉ๋๋ค. ๋นจ๋ฆฌ ์ถฉ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Your hours will be terminated within 24 hours.Please Charge Quickly. */ MSG_BILLING_CHN_5 = 0x980, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d์๊ฐ ๋จ์์ต๋๋ค. ์ ์์ ์ธ ๊ฒ์ ์ด์ฉ์ ์ํด ์ถฉ์ ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Current Time Left:%d hours.Charge the game for uninterrupted play. */ MSG_BILLING_CHN_6 = 0x981, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d๋ถ ๋จ์์ต๋๋ค. ์ด์ฉ์๊ฐ์ด ๋๋ ํ ๊ฐ์ ์ ์ผ๋ก ์ข
๋ฃ๋ฉ๋๋ค. ์ ์์ ์ธ ๊ฒ์ ์ด์ฉ์ ์ํด ์ถฉ์ ์ ํ์๊ธฐ ๋ฐ๋๋๋ค. Current Time Left:%d minutes.Charge the game for uninterrupted play. */ MSG_BILLING_CHN_7 = 0x982, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d์๊ฐ %d๋ถ ๋จ์์ต๋๋ค. Time Left: %d hours %d minutes */ MSG_BILLING_CHN_8 = 0x983, -/*20171018 to 20180523 +/*20171018 to 20180605 %d%% ( ๊ธฐ๋ณธ 100%% + PC๋ฐฉ %d%% + ํ๋ฆฌ๋ฏธ์ %d%% + %s์๋ฒ %d%% ) %d%% ( Basic 100%% + PCRoom %d%% + Premium %d%% + %sServer %d%% ) */ MSG_BASIC_EXP_MSG_THAI = 0x984, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ ๊ฐ๋์ ์ด์ฉ ์๊ฐ์ %d์๊ฐ %d๋ถ ํ์ ์ข
๋ฃ๋ฉ๋๋ค. After %d hours %d minutes, your game will be terminated. */ MSG_CHN_BILLING_EXPIRE_TIME = 0x985, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ๋์ ๊ณ์ ์ ์๊ตฌ ์ ์๊ธ์ง ๋์์ต๋๋ค This Account is permanently Banned. */ MSG_CHN_BLOCK_FOREVER = 0x986, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ๋์ ๊ณ์ ์ ์ ์๊ธ์ง ๋์์ต๋๋ค ํด์ง ์๊ฐ : %04d-%02d-%02d %02d:%02d This Account is banned. Termination Time:%04d-%02d-%02d %02d:%02d */ MSG_CHN_BLOCK = 0x987, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฌ์คํฐ(Tab) Monster(Tab) */ MSG_WORLDMAP_MSG1 = 0x988, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งต(Alt) Map(Alt) */ MSG_WORLDMAP_MSG2 = 0x989, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ด ์ ๋ณด Product Information */ MSG_WORLDMAP_MSG3 = 0x98a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ ์ ๋ณด Find Information */ MSG_WORLDMAP_MSG4 = 0x98b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๊ณต์ AirShip */ MSG_WORLDMAP_MSG5 = 0x98c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นดํ๋ผ Kafra */ MSG_WORLDMAP_MSG6 = 0x98d, -/*20171018 to 20180523 +/*20171018 to 20180605 (๋์ฐฉ) (Arrival) */ MSG_WORLDMAP_MSG7 = 0x98e, -/*20171018 to 20180523 +/*20171018 to 20180605 Mob)%s:%s(%s) */ MSG_NAVIGATION_MOB_S_S_S = 0x98f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถํฌ๋:%s Distribution:%s */ MSG_NAVIGATION_NUM = 0x990, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งค์ฐ๋ง์ Very Plenty */ MSG_NAVIGATION_NUM1 = 0x991, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์ Plenty */ MSG_NAVIGATION_NUM2 = 0x992, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณดํต Normal */ MSG_NAVIGATION_NUM3 = 0x993, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ Low */ MSG_NAVIGATION_NUM4 = 0x994, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งค์ฐ์ ์ Very Low */ MSG_NAVIGATION_NUM5 = 0x995, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ์ ์ด์ฉํ ์ ์์ต๋๋ค. ์ ์ ํ ๋ค์ ์๋ํ์ธ์. The bank is not available. Please try again in a few minutes. */ MSG_BANK_SYSTEM_ERROR = 0x996, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ ์๊ณ ๊ฐ ๋ถ์กฑํฉ๋๋ค. Bank balance is low. */ MSG_BANK_WITHDRAW_NO_MONEY = 0x997, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํ Zeny ๊ฐ ๋ถ์กฑํด์ ์
๊ธํ ์ ์์ต๋๋ค. You don't have enough zeny */ MSG_BANK_DEPOSIT_NO_MONEY = 0x998, -/*20171018 to 20180523 +/*20171018 to 20180605 1 Zeny ์ด์ ์
๊ธ ๊ฐ๋ฅํฉ๋๋ค. Minimum Deposit Amount: 1 zeny */ MSG_BANK_DEPOSIT_ZERO = 0x999, -/*20171018 to 20180523 +/*20171018 to 20180605 1 Zeny ์ด์ ์ถ๊ธ ๊ฐ๋ฅํฉ๋๋ค. Minimum Withdrawal Amount: 1 zeny */ MSG_BANK_WITHDRAW_ZERO = 0x99a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ Zeny ๋ 2,147,483,647 Zeny๋ฅผ ๋์ ์ ์์ต๋๋ค. You cannot hold more than 2,147,483,647 Zeny */ MSG_BANK_OVER_INT_MAX = 0x99b, -/*20171018 to 20180523 +/*20171018 to 20180605 your account is lock by mobil otp your account is lock by mobile otp */ MSG_REFUSE_MOTP_LOCK = 0x99c, -/*20171018 to 20180523 +/*20171018 to 20180605 MOTP auth fail */ MSG_REFUSE_MOTP_AUTH_FAIL = 0x99d, -/*20171018 to 20180523 +/*20171018 to 20180605 %d๋ถ๊ฐ ๋ชฌ์คํฐ์๊ฒ ์ป์ ์ ์๋ Job๊ฒฝํ์น๊ฐ %d%% ์ฆ๊ฐํฉ๋๋ค. For %d minutes,Job Experience obtained from monster is increased by %d%% */ MSG_JOBPLUSEXP_VALUE = 0x99e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง Zeny : %s Zeny Current Zeny: %s Zeny */ MSG_BANK_MY_ZENY = 0x99f, -/*20171018 to 20180523 +/*20171018 to 20180605 Zeny */ MSG_BANK_ZENY = 0x9a0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต๋ 2,147,483,647 Zeny ๊น์ง๋ง ๋ณด๊ด์ด ๊ฐ๋ฅํฉ๋๋ค. The Maximum amount is 2,147,483,647 Zeny */ MSG_BANK_WARNING = 0x9a1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด์์ด ๋ถ์กฑํฉ๋๋ค. Insufficient bullet */ MSG_NEED_MORE_BULLET = 0x9a2, -/*20171018 to 20180523 +/*20171018 to 20180605 10์ต์ ๋ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ 10์ต ์ ๋๋ก ํ๋งค๋ฉ๋๋ค. You entered more than 1 Billion Zeny, the price will be set to 1 Billion Zeny. */ MSG_OVERPRICE_MAX = 0x9a3, -/*20171018 to 20180523 +/*20171018 to 20180605 AuthTicket is Not Vaild AuthTicket is Not Valid */ MSG_NOT_VALID_AUTH_TICKET = 0x9a4, -/*20171018 to 20180523 +/*20171018 to 20180605 ErrorCategory : %d, ErrorCode : %d (%d,%d,%d,%d) ErrorCategory: %d, ErrorCode: %d (%d,%d,%d,%d) */ MSG_STEAMAGENCY_ERROR = 0x9a5, -/*20171018 to 20180523 +/*20171018 to 20180605 %d%% ( Basic 100%% + Premium %d%% + PCCafe %d%% + %s Server %d%% ) %d%% ( Basic 100%% + Premium %d%% + Internet cafe %d%% + %s Server %d%% ) */ MSG_BASIC_EXP_MSG_INDONESIA = 0x9a6, -/*20171018 to 20180523 +/*20171018 to 20180605 %d๋ถ๊ฐ ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด %d%%๋ก ์ฆ๊ฐํฉ๋๋ค. Basic item drop rate from monster hunting is increased for %dmins by %dtimes. */ MSG_RECEIVEITEM_VALUE = 0x9a7, -/*20171018 to 20180523 +/*20171018 to 20180605 %d์ %.2d๋ถ๊ฐ ๋ชฌ์คํฐ ์ฌ๋ฅ์ ํตํด ์ป์ ์ ์๋ ๊ธฐ๋ณธ ์์ดํ
์ ๋๋กญ๋ฅ ์ด %d%%๋ก ์ฆ๊ฐํฉ๋๋ค. Basic item drop rate from monster hunting is increased for %dhour %.2dmins by %dtimes. */ MSG_RECEIVEITEM_VALUE_1 = 0x9a8, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์ ๊ฐ๊ฒฉ์ด The price of^0000FF %s^000000 */ MSG_WARNING_PRICE1 = 0x9a9, -/*20171018 to 20180523 +/*20171018 to 20180605 100000000 1000000000 */ MSG_WARNING_PRICE2 = 0x9aa, -/*20171018 to 20180523 +/*20171018 to 20180605 ^ff0000%d^0000ff์ต is over ^FF0000%d^0000FF Billion^000000 Zeny and */ MSG_WARNING_PRICE3 = 0x9ab, -/*20171018 to 20180523 +/*20171018 to 20180605 10000000 */ MSG_WARNING_PRICE4 = 0x9ac, -/*20171018 to 20180523 +/*20171018 to 20180605 ^ff0000%d^0000ff์ฒ๋ง more than^FF0000 %d0^0000FF Million^000000 Zeny */ MSG_WARNING_PRICE5 = 0x9ad, -/*20171018 to 20180523 +/*20171018 to 20180605 ^0000ffZeny ์ด์^000000์
๋๋ค. ์
๋ ฅ๊ธ์ก์ด ๋ง์ต๋๊น? . Is this correct? */ MSG_WARNING_PRICE6 = 0x9ae, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒ๋งZeny์ด์ ์์ ํ์ธ Safety check for more than 10m Zeny */ MSG_WARNING_PRICE7 = 0x9af, -/*20171018 to 20180523 +/*20171018 to 20180605 https://www.warpportal.com/account/login.aspx?ReturnUrl=%2faccount%2fpayment.aspx */ MSG_AMERICA_CASHSHOP_URL = 0x9b0, -/*20171018 to 20180523 +/*20171018 to 20180605 https://kepler.warpportal.com/ro1/purchase/?step=1&steamid=%lld&accountname= https://kepler.warpportal.com/ror/purchase/?step=1&steamid=%lld&accountname= */ MSG_AMERICA_CASHSHOP_URL_STEAM = 0x9b1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์์ ๋, ์คํ๋๋๋์ ๋ถ์ ๋๋ฅ ์ํํค์์ ์๋ ๋ค๋ฆฌ, ๋นํ๋ก์คํธ์ ์๊ฒจ๋ ๊ฑฐ๋ํ ๊ท ์ด, ๊ทธ๋ฆฌ๊ณ ๊ทผ์์ ์ ์ ์๋ ๋ฏธ๊ถ์ฒ. A giant crevice appeared in Bifrost, the bridge between Splendide, the end of the world and the floating continent of Alfheim, and you do not know the source of the labyrinth forest. */ MSG_QUEST_INFO_01 = 0x9b2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๊ฒ์ ์ฌํ์ ๋์ ์๋ฆฌ๋ ํ์์ธ๊ฐ, ์๋ก์ด ์ธ๊ณ๋ฅผ ์ฌ๋ ์งํ์ธ๊ฐ! ์ํธ์๋ ๋
ธ๋ซ๋ง ๊ฐ์ ์ ํน์ ์ ์ฐจ ๋์ ์์ด๊ฐ๊ณ ์์๋ค. This is a marker indicating the end of the trip, a new world is opening indicators! Guardian, such as the lyrics to the temptation was gradually losing the soul. */ MSG_QUEST_INFO_02 = 0x9b3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ฒ ๋
์ ์ธ์์ด ํ๋ฅด๋ ๋์, ๊ทธ ์ค์ค๋ก๊ฐ ํ๋ก ์๊ฐํ์ ์ฐ๋ฉฐ ์ง์ผ๋ธ ๊ฒ์ด ๋ฌด์์ด์๋์ง, ๋ด์ธ ๋์ด ๊ธด ์๊ฐ์ ๊ฐํ๋ฒ๋ฆฐ ๊ฒ์ ์คํ๋ ค ์์ ์ด ์๋์๋์ง ํผ๋์ ๋๋ผ๊ณ ์์๋ค. For thousands of years, a mysterious melody has mesmerized the guardian. After a millennia of slumber, the guardian became confused about what he had been protecting all these years, and began to suspect that he might be the one who has been sealed and hidden away. */ MSG_QUEST_INFO_03 = 0x9b4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํน์ ๋
ธ๋ซ๋ง์ด ์ต๊ณ ์กฐ์ ์ด๋ฅด๋ ์ ๋, ์ง์์ ๋ ์คํ๋๋๋์ ๋ถ์ ๋๋ฅ ์ํํค์์ ์๋ ๋ค๋ฆฌ, ๋นํ๋ก์คํธ์ ๊ฑฐ๋ํ ๊ท ์ด์ด ์๊ฒจ๋ฌ๊ณ , ๊ทธ๋ก ์ธํด ๋ ์ธ๊ณ๊ฐ์ ์๋๊ฐ ๋๊ธฐ๋ฉด์ ์ฌ๋๋ค์ ํฐ ๋ถํธ์ ๊ฒช๊ฒ ๋์๋ค. When the melody reached its peak, a giant crevice appeared in Bifrost, the bridge between Splendide, the end of the world and the floating continent of Alfheim. As a result, the two worlds were cut off from each other, causing a big problem for the people. */ MSG_QUEST_INFO_04 = 0x9b5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋นํ๋ก์คํธ์ ํต๋ก๋ ์ด์ ๋ฏธ๊ถ์ฒ ๋ฟ. ๊ทผ์์กฐ์ฐจ ์ ์ ์๋ ๊ทธ๊ณณ์ ๋ฌด์ฌํ ํต๊ณผ ํ ์ฌ๋์ ์ง๊ธ๊น์ง ์๋ฌด๋ ์์๋ค. Now, the only way to get to Bifrost is through the Labyrinth Forest. Nobody knows how the forest came to exist, and nobody has ever come out of it alive... */ MSG_QUEST_INFO_05 = 0x9b6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ ๋ชจํ๊ฐ๋ค์ ์ง์ด ์ผํจ ํผ๋์ ์ง์ฅ, ๋ฏธ๊ถ์ฒ์ ๊ทธ ์์ ๋ฐฉํฉํ๋ ์ด๋ฆ ๋ชจ๋ฅผ ์ฌ์ธ์ ๋ง์์ฒ๋ผ ๋์ฑ ๊น๊ณ ํผ๋์ค๋ฝ๊ฒ ํ์ฅ๋๊ณ ์์๋ค. Swallowed countless adventurers to put a hell of confusion, wandering in the forest labyrinth of nowhere, like the heart of a woman was being extend deeper confusion. */ MSG_QUEST_INFO_06 = 0x9b7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ซ์๋ง ์
๋ ฅ ๊ฐ๋ฅํฉ๋๋ค. You can enter only numbers. */ MSG_BANK_CHECK_NUM = 0x9b8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตํ์ฐฝ ๋๋ ์์ ์ด ํ์ฑํ ๋ ์ํ์์๋ ์
์ถ๊ธ์ ํ์ค์ ์์ต๋๋ค. Exchange or store window is active and can not register the withdrawal. */ MSG_BANK_PROHIBIT = 0x9b9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐ๋ก๊ฐ๊ธฐ Go to */ MSG_QUEST_INFO_00 = 0x9ba, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๋น๊ต Item Compare */ MSG_ITEM_COMPARISON = 0x9bb, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์ฅ์ฐฉํ๋ ค๊ณ ํ๋ ์ด๊ธฐ๊ฐ ์ฅ์ฐฉํ๊ณ ์๋ ํํ์ ๋ง์ง ์์ต๋๋ค Now you are trying to mount the gun equipped with bullet does not meet */ MSG_WRONG_GUN = 0x9bc, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์ฅ์ฐฉํ๋ ค๊ณ ํ๋ ํํ์ด ์ฅ์ฐฉํ๊ณ ์๋ ์ด๊ธฐ์ ๋ง์ง ์์ต๋๋ค Now you are trying to mount the guns and bullets will not fit mounted */ MSG_WRONG_BULLET = 0x9bd, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งคํ ์์ดํ
์ ๋ฑ๋กํ์ง ์์์ต๋๋ค. ํ๋งคํ์ค ์์ดํ
์ ๋ฑ๋กํด ์ฃผ์ธ์ Has not registered to sell the item. Please register to sell the item */ MSG_BUYINGSTORE_MAKEWND_ADD_GOODS = 0x9be, -/*20171018 to 20180523 +/*20171018 to 20180605 ITEM */ MSG_ITEM_IN_MAIL_SYSTEM = 0x9bf, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ์ฐฝ๊ณ ๋ฅผ ์ด์ฉํ ์ ์์ต๋๋ค. Guild storage is not available. */ MSG_GUILD_STORAGE_OPEN_ERROR = 0x9c0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ ๊ฐ์
๋์ด ์์ง ์์ต๋๋ค. ๊ฐ์
ํ ์ด์ฉํด์ฃผ์ธ์. Guild is not subscribed to. After signing up, please use */ MSG_GUILD_STORAGE_OPEN_NO_JOIN_GUILD = 0x9c1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค๋ฅธ ๊ธธ๋์์ด ์ฌ์ฉ์ค์
๋๋ค. ์ ์ ํ ์ด์ฉํด์ฃผ์ธ์. Two other guild members are in use. Please use it after a while. */ MSG_GUILD_STORAGE_WARNING_USING_ANOTHER_MEMBER = 0x9c2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐฝ๊ณ ๊ถํ Storage Permission */ MSG_GUILD_STORAGE_PERMISSON = 0x9c3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ฐฝ๊ณ Guild Storage */ MSG_GUILD_STORAGE_TITLE = 0x9c4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ฐฝ๊ณ ์ ์ฌ์ฉ ๊ถํ์ด ์์ต๋๋ค. You do not have permission to use guild storage. */ MSG_GUILD_STORAGE_PERMISSON_WARNING_MSG = 0x9c5, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ ํ๋งค ๋ฑ๋ก์ฐฝ Limited Sale Registration Window */ MSG_BARGAINSALE_TOOLWND_TITLE = 0x9c6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
DB๋ช
Item DB Name */ MSG_BARGAINSALE_TOOLWND_DB_NAME = 0x9c7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
DB๋ฒํธ Item DB Number */ MSG_BARGAINSALE_TOOLWND_DB_NUMBER = 0x9c8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค ๊ฐฏ์ Number of Sale */ MSG_BARGAINSALE_TOOLWND_SELL_COUNT = 0x9c9, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค ์์์๊ฐ Sale Start Time */ MSG_BARGAINSALE_TOOLWND_SELL_STARTTIME = 0x9ca, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งคํ ์๊ฐ Time to sell */ MSG_BARGAINSALE_TOOLWND_SELL_PERIODTIME = 0x9cb, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งคํ ๊ฐฏ์๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์ Please enter number you want to sell */ MSG_BARGAINSALE_TOOLWND_INPUT_COUNT_MSG = 0x9cc, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค ์์์๊ฐ์ ์
๋ ฅํด ์ฃผ์ธ์ Enter start time of sale */ MSG_BARGAINSALE_TOOLWND_INPUT_STARTTIME_MSG = 0x9cd, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค ์์์๊ฐ์ ๋ฒ์๊ฐ ๋ง์ง ์์ต๋๋ค Start time does not match the scope of sales. */ MSG_BARGAINSALE_TOOLWND_WRONG_RANGE_MSG = 0x9ce, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งคํ ์๊ฐ์ ์
๋ ฅํด ์ฃผ์ธ์ Please enter the time */ MSG_BARGAINSALE_TOOLWND_INPUT_PERIODTIME_MSG = 0x9cf, -/*20171018 to 20180523 +/*20171018 to 20180605 Item DB Name์ ์
๋ ฅํด ์ฃผ์ธ์ Please enter the Item DB Name */ MSG_BARGAINSALE_TOOLWND_INPUT_ITEMDBNAME_MSG = 0x9d0, -/*20171018 to 20180523 +/*20171018 to 20180605 Item ID ์กฐํ์ ์คํจํ์์ต๋๋ค. ํ์ธ ํ ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค Item ID lookup failed. Please try again later */ MSG_BARGAINSALE_TOOLWND_ITEMID_CHECK_FAILED_MSG = 0x9d1, -/*20171018 to 20180523 +/*20171018 to 20180605 >> ItemName : %s / Price : %dc / ์๋ : %d / ํ๋งค๊ธฐ๊ฐ : %d์:%d์ผ:%d์:%d๋ถ ~ %d์:%d์ผ:%d์:%d๋ถ >> ItemName: %s / Price: %dc / Quantity: %d / TimeOfSale: %dMonth:%dDay:%dMinute:%dSecond ~ %dMonth:%dDay:%dMinute:%dSecond */ MSG_BARGAINSALE_TOOLWND_RESULT_FORMAT = 0x9d2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฑ๋ก์ ์ฑ๊ณตํ์์ต๋๋ค Registration successful */ MSG_BARGAINSALE_TOOLWND_APPLY_SUCCESS_MSG = 0x9d3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฑ๋ก์ ์คํจํ์์ต๋๋ค. ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Registration failure. Please try again later. */ MSG_BARGAINSALE_TOOLWND_APPLY_FAILED_MSG = 0x9d4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ๋ฑ๋ก๋ ์์ดํ
์ด ์์ต๋๋ค. ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Item has already been registered. Please try again later. */ MSG_BARGAINSALE_TOOLWND_ALREADY_REGISTERED_MSG = 0x9d5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ญ์ ์ ์คํจ ํ์์ต๋๋ค. ๋ค์ ์๋ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. Failed to delete the item. Please try again later. */ MSG_BARGAINSALE_TOOLWND_DELETE_FAILED_MSG = 0x9d6, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์์ดํ
์ด ์ญ์ ๋์์ต๋๋ค. %s item has been deleted. */ MSG_BARGAINSALE_TOOLWND_DELETE_SUCCESS_MSG = 0x9d7, -/*20171018 to 20180523 +/*20171018 to 20180605 ํน๊ฐ Special */ MSG_BARGAINSALE_CASHSHOP_TAB_NAME = 0x9d8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ ํ๋งค ์์ดํ
ํ๋งค์๋ ๊ฐฑ์ Sales limited sale item update */ MSG_BARGAINSALE_CASHSHOP_REFRESH_BTN_TOOLTIP = 0x9d9, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค์ข
๋ฃ Discontinued */ MSG_BARGAINSALE_CASHSHOP_TIMER = 0x9da, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋๊ฐฑ์ ์ด ํ์ํฉ๋๋ค Quantity update is required */ MSG_BARGAINSALE_CASHSHOP_REFRESH_MSG = 0x9db, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ๊ณ ๊ฐ ๋ถ์กฑํ์ฌ %d ๊ฐ ๋งํผ๋ง ๊ตฌ์
ํฉ๋๋ค The %d is out of stock or to buy as much as */ MSG_BARGAINSALE_CASHSHOP_CHECK_COUNT_MSG = 0x9dc, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์์ดํ
์ ํน๊ฐํ๋งค๊ฐ ์์๋์์ต๋๋ค %s Items are on sale */ MSG_BARGAINSALE_START_MSG = 0x9dd, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์์ดํ
์ ๋งค์ง ๋๋ ํ๋งค์๊ฐ๋ง๋ฃ๋ก ์ธํด ํ์ ํ๋งค๊ฐ ์ข
๋ฃ๋์์ต๋๋ค %s time-out or sale of the items sold has been shut down due to the limited sales */ MSG_BARGAINSALE_CLOSE_MSG = 0x9de, -/*20171018 to 20180523 +/*20171018 to 20180605 /ํ์ ํ๋งค /limitedsale */ MSG_BARGAINSALE_TOOLWND_CALL = 0x9df, -/*20171018 to 20180523 +/*20171018 to 20180605 http://www.ragnarokeurope.com/news/home-r70.html */ MSG_FRANCE_CASHSHOP_URL = 0x9e0, -/*20171018 to 20180523 +/*20171018 to 20180605 http://www.ragnarokeurope.com/index.php?rubrique=70&Steam */ MSG_FRANCE_CASHSHOP_URL_STEAM = 0x9e1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ์
์ ์ฑ๊ณตํ ํ๋ชฉ Item purchase successful */ MSG_PARA_RESULT_TITLE = 0x9e2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฃผ๋ฌธ๋์ด ์ฌ๊ณ ๋์ ์ด๊ณผํ์์ต๋๋ค. You do not have enough items. */ MSG_PARA_WRONG_PURCHASE_COUNT_MSG = 0x9e3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ํ ์ ์๋ ์ผ๋ฆญํฐ ์ด๋ฆ์
๋๋ค. Name of the character that cannot be invited. */ MSG_PARTY_INVITE = 0x9e4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ด๋ํ ์ ์๋ ์ผ๋ฆญํฐ ์ด๋ฆ์
๋๋ค. You cannot invite the character to the guild. */ MSG_GUILD_INVITE = 0x9e5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ๋ถ ํ๋ชฉ์ ์ด๋ฏธ ํ๋งค๋์ด ๊ตฌ์
์ ์คํจํ์์ต๋๋ค. Item already Sold,Purchase Failed. */ MSG_PARA_PURCHASE_ITEM_FAIL = 0x9e6, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์์น์์ ์ํ ์ฅ์๋ฅผ ๊ธฐ์ต ํ ์ ์์ต๋๋ค. The warp spot cannot be memorized in current position. */ MSG_NOWARPSKILL2 = 0x9e7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ฒ๊ฐ ์ด๊ณผ๋์ด ์์ดํ
์ ๊ตฌ๋งคํ ์ ์์ต๋๋ค. Cannot purchase item, You exceeded the weight. */ MSG_PARA_PURCHASE_ITEM_WEIGHT = 0x9e8, -/*20171018 to 20180523 +/*20171018 to 20180605 No. */ MSG_GUILD_STORAGE_NUMBER = 0x9e9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
Item */ MSG_GUILD_STORAGE_ITEM = 0x9ea, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ Number */ MSG_GUILD_STORAGE_ITEM_COUNT = 0x9eb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฆ Name */ MSG_GUILD_STORAGE_USER_NAME = 0x9ec, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ฐ Time */ MSG_GUILD_STORAGE_LOG_TIME = 0x9ed, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
/์ถ Input/Output */ MSG_GUILD_STORAGE_ITEM_IN_OUT = 0x9ee, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ก๊ทธ๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. Log does not exist. */ MSG_GUILD_STORAGE_LOG_FINISH = 0x9ef, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฒด Entire */ MSG_GUILD_STORAGE_LOG_ALL = 0x9f0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฃ ๊ธฐ Insert Symbol */ MSG_GUILD_STORAGE_LOG_IN = 0x9f1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋นผ ๊ธฐ Remaining Time */ MSG_GUILD_STORAGE_LOG_OUT = 0x9f2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ์ฐฝ๊ณ ๋ด์ญ Guild Storage Logs */ MSG_GUILD_STORAGE_LOG_WND_NAME = 0x9f3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด์ญ์ ์ต๊ทผ 100๊ฐ๋ง ํ์๋ฉ๋๋ค. 100 entries are displayed. */ MSG_GUILD_STORAGE_LOG_CAUTION = 0x9f4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ฐฝ๊ณ ์ ์ฌ์ฉ ์๊ฐ 2๋ถ์ด ๊ฒฝ๊ณผ๋์ด ์๋์ผ๋ก ์ข
๋ฃ๋ฉ๋๋ค. Guild Storage is open only for 2 minutes, and will close automatically. */ MSG_GUILD_STORAGE_CLOSE_TIMEOUT = 0x9f5, -/*20171018 to 20180523 +/*20171018 to 20180605 Incorrect GameSamba ID. Please Try Again. */ MSG_INCORRECT_GAMESAMBEID = 0x9f6, -/*20171018 to 20180523 +/*20171018 to 20180605 %s [%d์ต์
] : %d ๊ฐ %s [%d Option]: %d Quantity */ MSG_EA5 = 0x9f7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฝ์ธ์ด ํ์ํฉ๋๋ค. Requires a Coin. */ MSG_USESKILL_FAIL_COINTS = 0x9f8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฝ์ธ์ด %d ๊ฐ๊ฐ ํ์ํฉ๋๋ค. %d Coins are required. */ MSG_USESKILL_FAIL_COINTS_NUM = 0x9f9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐํ๋ง๊ฑด ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Gatling Gun should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_GATLING = 0x9fa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ท๊ฑด ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Shotguns should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_SHOTGUN = 0x9fb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ผ์ดํ ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Rifle should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_RIFLE = 0x9fc, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฆฌ๋ณผ๋ฒ ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Pair of Revolver should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_HANDGUN = 0x9fd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑ์์ฑ ๋ธ๋ฆฟ์ ์ฅ์ฐฉํด์ผ ํฉ๋๋ค [Silver Bullet] weapon class must be equipped. */ MSG_FAIL_NEED_EQUIPPED_PROPERTY_SAINT_BULLET = 0x9fe, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
ํ๋งค ๋ด์ญ Item Sell History */ MSG_MERCHANT_SOLD_ITEM_LOG = 0x9ff, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๊ตฌ๋งค ๋ด์ญ Item Purchase History */ MSG_MERCHANT_ITEM_BUY_LOG = 0xa00, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทธ๋ ๋ค์ด๋๋ฐ์ณ ๊ณ์ด์ ์ด๊ธฐ๋ฅ๋ฅผ ์ฅ์ฐฉํ ์ํ์ฌ์ผ ํฉ๋๋ค. Grenade Launcher should be equipped with bullets. */ MSG_FAIL_NEED_EQUIPPED_GUN_GRANADE = 0xa01, -/*20171018 to 20180523 +/*20171018 to 20180605 [ํํธ๋ฐฐ๋ด],[๋งค๋๋์ค ์บ์ฌ๋ฌ],[ํ๋ํฐ๋ ์ํฐ] ์ ํจ๊ณผ๋ค์ ์ค์ฒฉํ์ฌ ์ฌ์ฉํ ์ ์์ต๋๋ค. [Heat barrel],[Last Stand],[Platinum Alter] cannot be used while sitting. */ MSG_FAIL_DUPLICATE_HEAT_BARREL_GS_MADNESSCANCEL_P_ALTER = 0xa02, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๋งต์์๋ ์ฌ์ฉํ ์ ์๋ ์คํฌ์
๋๋ค. Cannot use skill in this map. */ MSG_USESKILL_FAIL_MAP = 0xa03, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ์ฐฝ๊ณ ๋ฅผ ์ด์ฉ์ค์ธ ๊ฒฝ์ฐ ์ฐฝ๊ณ ์ ๋ชจ๋ ์์ดํ
์ด ์ฌ๋ผ์ง๊ฒ ๋ฉ๋๋ค. If you are using a guild storage, all items inside it will disappear. */ MSG_GUILD_STORAGE_WARNING = 0xa04, -/*20171018 to 20180523 +/*20171018 to 20180605 http://ragnarok.gamesamba.com/paytest.html http://ragnarok.gamesamba.com/ */ MSG_AMERICA_CASHSHOP_URL_GAMESAMBA = 0xa05, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ก๊ทธ์ธ์ ์ํด ํจ์ค์๋๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter a password to login. */ MSG_SECOND_PASSWORD_INFO_4 = 0xa06, -/*20171018 to 20180523 +/*20171018 to 20180605 ํซ ์งํ Pet Evolution */ MSG_PET_EVOLUTION = 0xa07, -/*20171018 to 20180523 +/*20171018 to 20180605 ์งํ - %s Evolution - %s */ MSG_PET_EVOLUTION_WITH_PET_NAME = 0xa08, -/*20171018 to 20180523 +/*20171018 to 20180605 ์งํ์๋ ๋ค์์ ์ฌ๋ฃ๊ฐ ํ์ํฉ๋๋ค. Evolution requires the following ingredients: */ MSG_PET_EVOLUTION_NEED_ITEM = 0xa09, -/*20171018 to 20180523 +/*20171018 to 20180605 ์งํ ํ์๊ฒ ์ต๋๊น? Are you sure you want to evolve your pet? */ MSG_DO_YOU_WANT_TO_EVOLVE_PET = 0xa0a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ์๋ ์ค๋ฅ Unknown Error */ MSG_PET_EVOLUTION_FAIL_UNKNOWN = 0xa0b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ๋ํซ์ ๊ฐ๊ณ ์์ง ์์ต๋๋ค. Pet Cannot be hatched. */ MSG_PET_EVOLUTION_FAIL_NOTEXIST_CALLPET = 0xa0c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ฒญํ ๊ฒ์ด ํซ์์ด ์๋๋๋ค. It is not requested petal. */ MSG_PET_EVOLUTION_FAIL_NOT_PETEGG = 0xa0d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์งํ ์ฌ๋ฃ๊ฐ ๋ถ์กฑํฉ๋๋ค. Evolution material is low. */ MSG_PET_EVOLUTION_FAIL_RECIPE = 0xa0e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์งํ์ ํ์ํ ์ฌ๋ฃ๊ฐ ๋ถ์กฑํฉ๋๋ค. Insufficient materials for evolution. */ MSG_PET_EVOLUTION_FAIL_MATERIAL = 0xa0f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๋ฐ๋๊ฐ ์ ์น์ธ ์ํ์์๋ง ์งํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. Loyal Intimacy is required to evolve. */ MSG_PET_EVOLUTION_FAIL_RG_FAMILIAR = 0xa10, -/*20171018 to 20180523 +/*20171018 to 20180605 ํซ ์๋ ๋จน์ด ์ฃผ๊ธฐ Automatic feeding */ MSG_PET_AUTO_FEEDING = 0xa11, -/*20171018 to 20180523 +/*20171018 to 20180605 ํซ์๊ฒ ๋จน์ด๋ฅผ ์ฃผ์์ต๋๋ค. '%s' ์์ฌ๋ %d๊ฐ Feeding the pet. %d '%d' remaining */ MSG_PET_AUTO_FEEDING_REST = 0xa12, -/*20171018 to 20180523 +/*20171018 to 20180605 ํซ ์๋ ๋จน์ด ์ฃผ๊ธฐ ํ์ฑํ On Automatic feeding turned On */ MSG_PET_AUTO_FEEDING_ON = 0xa13, -/*20171018 to 20180523 +/*20171018 to 20180605 ํซ ์๋ ๋จน์ด ์ฃผ๊ธฐ ํ์ฑํ Off Automatic feeding turned Off */ MSG_PET_AUTO_FEEDING_OFF = 0xa14, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐฑ์ Update */ MSG_REFRESH = 0xa15, -/*20171018 to 20180523 +/*20171018 to 20180605 %d ๋ถ ์ %d minutes ago */ MSG_TIME_LINE_MINUTE = 0xa16, -/*20171018 to 20180523 +/*20171018 to 20180605 %d ์๊ฐ ์ %d hours ago */ MSG_TIME_LINE_HOUR = 0xa17, -/*20171018 to 20180523 +/*20171018 to 20180605 %d ์ผ ์ %d days ago */ MSG_TIME_LINE_DAY = 0xa18, -/*20171018 to 20180523 +/*20171018 to 20180605 %d%% ( Premium %d%% + %s Server ) %d%%% ( Premium %d%%% + %s Server ) */ MSG_BASIC_EXP_MSG_PH = 0xa19, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐํธ ๋ฐ์ก Mailed */ MSG_SEND_MAIL = 0xa1a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ์ด ์ ์ก๋์์ต๋๋ค. Your mail has been sent. */ MSG_MAIL_SENT = 0xa1b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ด ์ธ๋ฒคํ ๋ฆฌ๋ก ์ด๋๋์์ต๋๋ค. This item has been moved to the inventory. */ MSG_GET_ITEMS_FROM_MAIL_SUCCEED = 0xa1c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๋ฐ๊ธฐ๊ฐ ์คํจํ์์ต๋๋ค. Failed to get items. */ MSG_GET_ITEMS_FROM_MAIL_FAILED = 0xa1d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๋ฒคํ ๋ฆฌ๋ฅผ ๋น์์ฃผ์ธ์ Please empty your inventory. */ MSG_GET_ITEMS_FROM_MAIL_OVERWEIGHT = 0xa1e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋๋ฅผ ๋ฐ์์ต๋๋ค. Zeny received. */ MSG_GET_ZENY_FROM_MAIL_SUCCEED = 0xa1f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ ๋ฐ๊ธฐ๊ฐ ์คํจํ์์ต๋๋ค. Failed to get zeny. */ MSG_GET_ZENY_FROM_MAIL_FAILED = 0xa20, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋์ ํ๊ณ์น๋ฅผ ๋์์ต๋๋ค. Exceeded the limits of zenny. */ MSG_GET_ZENY_FROM_MAIL_OVERAMOUNT = 0xa21, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ฒจ๋ถ ์ฑ๊ณต Items attached success */ MSG_SET_ITEMS_TO_MAIL_SUCCEED = 0xa22, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐ๋ ์ฌ๋์ ์ด๋ฆ์ด ๋ฐ๋์ ๋ค์ด๊ฐ์ผ ํฉ๋๋ค. The name of the recipient must be included. */ MSG_INVALID_MAIL_RECIEVER_INFO = 0xa23, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ชฉ์ ๊ธธ์ด๋ ํ๊ธ 2์~25์, ์๋ฌธ 4์~50์ ์ด์ด์ผ ํฉ๋๋ค. The length of the title must be 4 to 50 characters long. */ MSG_INVALID_MAIL_TITLE_INFO = 0xa24, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ ์ ์ก์ด ์คํจํ์์ต๋๋ค. Mail delivery failed. */ MSG_FAILED_SEND_MAIL = 0xa25, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ํ์ง ๋ชปํ ์์ดํ
์ผ๋ก ์ ์ก ์คํจํ์์ต๋๋ค. Transmission has failed to inappropriate items. */ MSG_FAILED_SEND_MAIL_ITEM = 0xa26, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐ๋ ์ฌ๋์ ์ ๋ณด๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. Information of the recipient does not exist. */ MSG_FAIELD_SEND_MAIL_TO = 0xa27, -/*20171018 to 20180523 +/*20171018 to 20180605 %s [%d์ต์
] %s [%d Option] */ MSG_EA6 = 0xa28, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ๋ฒจ์ 1~%d ์ฌ์ด์ ์ซ์๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์. Level, enter a number between 1 and %d. */ MSG_PARTY_BOOKING_ERR5R2 = 0xa29, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง์ฐฝ์ ์ฌ์ ๊ณต๊ฐ์ ํ๋ณดํด์ฃผ์ธ์. Please free the window possessing space. */ MSG_ITEM_WND_OVERFULL = 0xa2a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ ๋ณด๋ด๊ธฐ ํ์๊ฐ ์ด๊ณผ๋์์ต๋๋ค. Sending mail count exceeded. */ MSG_FAILED_MAIL_LIMIT_CNT = 0xa2b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ์ ์ด ์ ์์ต๋๋ค. You can not open the mail. */ MSG_FAILED_TO_WRITE_MAIL = 0xa2c, -/*20171018 to 20180523 +/*20171018 to 20180605 You are currently joined in CLan !! You are currently joined in Clan !! */ MSG_JOINED_IN_CLAN = 0xa2d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณจ๋ PC๋ฐฉ ๋ง์ผ๋ฆฌ์ง ์ ๋ณด Gold PC rooms mileage information */ MSG_GOLDPCCAFE_MILEAGE = 0xa2e, -/*20171018 to 20180523 +/*20171018 to 20180605 ํซ ์ก์ธ์๋ฆฌ๋ฅผ ํด์ ํด์ผ ์งํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. Unequip pet accessories first to start evolution */ MSG_PET_EVOLUTION_FAIL_PET_ACC_OFF = 0xa2f, -/*20171018 to 20180523 +/*20171018 to 20180605 %d ๋ถ ํ %d minutes later */ MSG_TIME_LINE_MINUTE2 = 0xa30, -/*20171018 to 20180523 +/*20171018 to 20180605 %d ์๊ฐ ํ %d hours later */ MSG_TIME_LINE_HOUR2 = 0xa31, -/*20171018 to 20180523 +/*20171018 to 20180605 %d ์ผ ํ %d days later */ MSG_TIME_LINE_DAY2 = 0xa32, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ธ ๋ฒํผ์ ๋๋ฌ C-CODE๋ฅผ ํ์ธํ์ธ์. Press the OK button to confirm the C-CODE. */ MSG_INVALID_CCODE_INFO = 0xa33, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒจ๋ถ๋ ๋ฌผํ์ ํ๋ ํ ์ญ์ ๊ฐ ๊ฐ๋ฅํฉ๋๋ค. After obtaining the attached article can be deleted. */ MSG_FAILED_DELETE_MAIL = 0xa34, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๋ณด์ ์ ๋ ๋ณด๋ค ๋ง์ ์ ๋๋ฅผ ๋ณด๋ผ ์ ์์ต๋๋ค. You can not send any more zeny. */ MSG_FAILED_SEND_MAIL_ZENY = 0xa35, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์๋ฃ : %s Zeny Fee: %s Zeny */ MSG_SEND_MAIL_COMMISSION = 0xa36, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐ๋ ์ฌ๋์ ์ด๋ฆ์ด ์กด์ฌํ์ง ์์ต๋๋ค. The recipient's name does not exist. */ MSG_FAILE_MAIL_RECIEVER_INFO = 0xa37, -/*20171018 to 20180523 +/*20171018 to 20180605 E X P : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%) EXP : %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%) */ MSG_TAIWAN_PERSONALINFO_EXPMSG = 0xa38, -/*20171018 to 20180523 +/*20171018 to 20180605 DROP : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%) DROP : %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%) */ MSG_TAIWAN_PERSONALINFO_DROPMSG = 0xa39, -/*20171018 to 20180523 +/*20171018 to 20180605 DEATH : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%) DEATH: %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%) */ MSG_TAIWAN_PERSONALINFO_DEATHMSG = 0xa3a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณจ๋ PC๋ฐฉ ๋ง์ผ๋ฆฌ์ง๋ ์ต๋ %d์ ๊น์ง ๋ชจ์ ์ ์์ต๋๋ค. You can accumulate points of PC Gold-club up to %d points maximum. */ MSG_MILEAGE_HELP = 0xa3b, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์๋ฒ์์ ์ฌ์ฉ ํ ์ ์๋ ๊ธฐ๋ฅ ์
๋๋ค This function can not be used on the server. */ MSG_RESTRAINT_OF_TRADE_1 = 0xa3c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ์ด์ฉ์ด ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. Imposible to use in server. */ MSG_RESTRAINT_OF_TRADE_2 = 0xa3d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ์
์ด์ฉ์ด ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. The auction is not available in server. */ MSG_RESTRAINT_OF_TRADE_3 = 0xa3e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋๊ฐ ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. The deal is imposible in server. */ MSG_RESTRAINT_OF_TRADE_4 = 0xa3f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๋ฒ๋ฆฌ๊ธฐ๊ฐ ๋ถ ๊ฐ๋ฅํ ์๋ฒ ์
๋๋ค. Items discard is imposible in server. */ MSG_RESTRAINT_OF_TRADE_5 = 0xa40, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ํ๋งค ๊ธฐ๋ฅ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. Stores selling features are not available. */ MSG_RESTRAINT_OF_TRADE_6 = 0xa41, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ๋ฌผ์ SP๊ฐ ๋ถ์กฑํฉ๋๋ค. The SP's summoned enough. */ MSG_USESKILL_FAIL_SUMMON_SP_INSUFFICIENT = 0xa42, -/*20171018 to 20180523 +/*20171018 to 20180605 %s/%s */ MSG_SEND_MAIL_WEIGHT = 0xa43, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ ๋ด์ฉ์ ์ต๋ ๊ธธ์ด๋ 1K ์ดํ ์
๋๋ค. The maximum length of the message content is 1K. */ MSG_INVALID_MAIL_CONTENTS_INFO = 0xa44, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ฒจ๋ถ ์คํจ Failed to attach an item. */ MSG_SET_ITEMS_TO_MAIL_FAILED = 0xa45, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ์ ์ฒจ๋ถํ ์ ์๋ ์์ดํ
์ ๋ฌด๊ฒ๊ฐ ์ด๊ณผ๋์์ต๋๋ค. The weight of the items that can be attached to mail has been exceeded. */ MSG_SET_ITEMS_TO_MAIL_OVER_WEIGHT = 0xa46, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ์๋น์ค ์ค์
๋๋ค. ์ ์ ํ ๋ค์ ์๋ํด ์ฃผ์ธ์. Is already in service. Please try again in a few minutes. */ MSG_DYNAMICNPC_FAIL_DUPLICATENAME = 0xa47, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด์ ๋ฃฐ๋ ์ฐฝ์ ์ด ์ ์์ต๋๋ค. Unable to open the window of Lucky Roulette. */ MSG_FAILED_OPEN_ROULLETTE = 0xa48, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด์ ๋ฃฐ๋ ์ฐฝ์ ๋ซ์ ์ ์์ต๋๋ค. Unable to close the window of the Lucky Roulette. */ MSG_FAILED_CLOSE_ROULLETTE = 0xa49, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด์ ๋ฃฐ๋ ์ ์์ ํ ์ ์์ต๋๋ค. You can not start a roulette wheel of fortune. */ MSG_FAILED_GENERATE_ROULLETTE = 0xa4a, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด์ ๋ฃฐ๋ ์ ์์ํ๊ธฐ ์ํด์๋ ํฌ์ธํธ๊ฐ ํ์ํฉ๋๋ค. Points is required to play Lucky Roulette. */ MSG_NOT_ENOUGH_ROULLETTE_POINT = 0xa4b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น์ฒจ๋ ์์ดํ
์ ์๋ นํ ์ ์์ต๋๋ค. You can not receive a winning items. */ MSG_FAILED_RECV_ITEM = 0xa4c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๋ฒคํ ๋ฆฌ์ ์์ดํ
๊ฐ์๊ฐ ์ด๊ณผ๋์์ต๋๋ค. The number of items in the inventory has been exceeded. */ MSG_FAILED_RECV_ITEM_OVERCOUNT = 0xa4d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ฒ๊ฐ ์ด๊ณผํ์์ต๋๋ค. ์์ง์ฐฝ์ ์ฌ์ ๊ณต๊ฐ์ ํ๋ณดํด์ฃผ์ธ์. The weight has been exceeded. Please free up the possesion window. */ MSG_FAILED_RECV_ITEM_OVERWEIGHT = 0xa4e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ๊ฐ์ค ์คํจ. Failed to open stalls. */ MSG_MERCHANTSHOP_MAKING_FAIL = 0xa4f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฃฐ๋ ์ด ๋๊ณ ์์ต๋๋ค. ๊ฒฝํ์ ํ์ธ ํ์ ๋ค์ ์๋ํด์ฃผ์ธ์. The roulette wheel is spinning. Please try again after checking with prizes. */ MSG_FAILED_CLOSE_ROULLETTEWND = 0xa50, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ด์ ๋ฃฐ๋ Lucky Roulette */ MSG_ROULLETTE_WND = 0xa51, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
ํ๋งค ์ ์๋ฆฌ๋ก ์๋ฆผ Notify when item sell out */ MSG_SOUNDEFFECT_ITEMSELLWND = 0xa52, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์๋ฃ๋ฅผ ํ์ธํด์ฃผ์ธ์. Please check the fees. */ MSG_FAILED_SEND_MAIL_ITEMS = 0xa53, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ์ด๋ฆ ํ์ธ Verify user name */ MSG_CHECK_USER_NAME = 0xa54, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ญ์ ์์ Schedule deletion */ MSG_DELETE_DUE_DATE = 0xa55, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌ์ฑ๊ณผ์ Achievable challenge */ MSG_ACHIEVEMENT_SYSTEM = 0xa56, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌ์ฑ์ด์ Achieve overall */ MSG_ACHIEVEMENT_TOTAL_SCORE = 0xa57, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌ์ฑ๋ฑ๊ธ Achieve rank */ MSG_ACHIEVEMENT_GRADE = 0xa58, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค์ ๋ฌ์ฑ๋ฑ๊ธ๊น์ง [%5d]์ The following compensation box until [% 5d] point */ MSG_ACHIEVEMENT_SCORE_REQUIRED_TO_REWARD = 0xa59, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ฒ์ํฉ Progress */ MSG_ACHIEVEMENT_SUMMARY_TITLE = 0xa5a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต๊ทผ ๋ฌ์ฑ ์
์ Recent Achievements */ MSG_ACHIEVEMENT_RECENT_ACHIEVEMENT = 0xa5b, -/*20171018 to 20180523 +/*20171018 to 20180605 ไป่ฒ ํ๋ชฉ Cracker Item */ MSG_CASH_GEDARE1 = 0xa5c, -/*20171018 to 20180523 +/*20171018 to 20180605 ไป่ฒ : %d / %d Cracker : %d / %d */ MSG_CASH_GEDARE2 = 0xa5d, -/*20171018 to 20180523 +/*20171018 to 20180605 ไป่ฒ๊ฐ ๋ถ์กฑํฉ๋๋ค. Cracker is low. */ MSG_CASH_GEDARE_FAIL_MONEY = 0xa5e, -/*20171018 to 20180523 +/*20171018 to 20180605 %s %s */ MSG_CASH_GEDARE_MONEY = 0xa5f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ Overview */ MSG_ACHIEVEMENT_TAB_SUMMARY = 0xa60, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ๋ฐ General */ MSG_ACHIEVEMENT_TAB_GENERAL = 0xa61, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ Role */ MSG_ACHIEVEMENT_TAB_GENERAL_CHARACTER = 0xa62, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ Action */ MSG_ACHIEVEMENT_TAB_GENERAL_ACTION = 0xa63, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐํ Other */ MSG_ACHIEVEMENT_TAB_GENERAL_REST = 0xa64, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจํ Adventure */ MSG_ACHIEVEMENT_TAB_ADVENTURE = 0xa65, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฃฌ๋ฏธ๋๊ฐ์ธ Rune Midgarts */ MSG_ACHIEVEMENT_TAB_ADVENTURE_RUNEMIDGARTS = 0xa66, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฐ์ธ ๋ฐ๋ Schwartzvald */ MSG_ACHIEVEMENT_TAB_ADVENTURE_SCHWARZWALD = 0xa67, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฃจ๋ํ ์ธ Arunafeltz */ MSG_ACHIEVEMENT_TAB_ADVENTURE_ARUNAFELTZ = 0xa68, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๊ณ Commandment */ MSG_ACHIEVEMENT_TAB_ADVENTURE_ANOTHERWORLD = 0xa69, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ก์ปฌ๋ผ์ด์ง Localizing */ MSG_ACHIEVEMENT_TAB_ADVENTURE_LOCALIZING = 0xa6a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ Dungeon */ MSG_ACHIEVEMENT_TAB_ADVENTURE_DUNGEON = 0xa6b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํฌ Battle */ MSG_ACHIEVEMENT_TAB_BATTLE = 0xa6c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฐํฌ Duel */ MSG_ACHIEVEMENT_TAB_BATTLE_PVP = 0xa6d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ จ Lily */ MSG_ACHIEVEMENT_TAB_BATTLE_TRAINING = 0xa6e, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์คํธ Quest */ MSG_ACHIEVEMENT_TAB_QUEST = 0xa6f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํผ์๋ Episode */ MSG_ACHIEVEMENT_TAB_QUEST_EPISODE = 0xa70, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ๋ฐ General */ MSG_ACHIEVEMENT_TAB_QUEST_GENERAL = 0xa71, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ Memorial */ MSG_ACHIEVEMENT_TAB_MEMORIAL = 0xa72, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ๋๊ฐ๋ฅด๋ Midgard */ MSG_ACHIEVEMENT_TAB_MEMORIAL_MIDGARD = 0xa73, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๊ณ Commandment */ MSG_ACHIEVEMENT_TAB_MEMORIAL_ANOTHERWORLD = 0xa74, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐํ Other */ MSG_ACHIEVEMENT_TAB_MEMORIAL_REST = 0xa75, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์
Feat */ MSG_ACHIEVEMENT_TAB_ACHIEVEMENT = 0xa76, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌ์ฑํ ๊ณผ์ Achieved challenge */ MSG_ACHIEVEMENT_TAB_TOTAL = 0xa77, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ ์ด์ ์ถ๊ฐํ ์ ์์ต๋๋ค. You cannot add anymore. */ MSG_FAIL_ADD_ACHIEVEMENT_TRACING = 0xa78, -/*20171018 to 20180523 +/*20171018 to 20180605 < %s > ๋ฌ์ฑํ์์ต๋๋ค. < %S > achieved. */ MSG_NOTICE_COMPLETE_ACHIEVEMENT = 0xa79, -/*20171018 to 20180523 +/*20171018 to 20180605 only otp user login allow Only OTP users are allowed */ MSG_OTPUSER_ONLY = 0xa7a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ๋ฒํผ์ ๋๋ฅผ ์, ์ง์ ๋ ์ํ์ ๋ฐ๊ฒ๋๋ฉฐ ๋ฃฐ๋ ์ ์ด๊ธฐํ ๋ฉ๋๋ค. When this button pressed, you will receive a specified initialized roulette item. */ MSG_GET_ROULLETE_PRIZE = 0xa7b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ๋ฒํผ์ ๋๋ฅผ ์, ๊น๋นก์ด๋ ํ์ดํ์ ๋ผ์ธ๋ถํฐ ๋ฃฐ๋ ์ ์์ ํฉ๋๋ค. When this button pressed, the flashing arrows from the lines of the roulette wheel begins. */ MSG_NOTICE_NEXT_ROULLETE_STAGE = 0xa7c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นญํธ Style */ MSG_TITLE_EQUIPMENT = 0xa7d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นญํธ ํด์ Title release */ MSG_TAKEOFF_TITLE = 0xa7e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ์์ฑ์ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't create a Guild in this area. */ MSG_GUILD_MAKE_GUILD_NOT_PERMITTED_MAP = 0xa7f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ํด์ฒด๋ฅผ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't disband a Guild in this area. */ MSG_GUILD_DISORGANIZE_GUILD_NOT_PERMITTED_MAP = 0xa80, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ๊ฐ์
์ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't join a Guild in this area. */ MSG_GUILD_JOIN_GUILD_NOT_PERMITTED_MAP = 0xa81, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ํํด๋ฅผ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't leave a Guild in this area. */ MSG_GUILD_LEAVE_GUILD_NOT_PERMITTED_MAP = 0xa82, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ ์ถ๋ฐฉ์ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't deport a Guild in this area. */ MSG_GUILD_EXPEL_GUILD_NOT_PERMITTED_MAP = 0xa83, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ง์ ๋ณ๊ฒฝ์ ํ ์ ์๋ ์ง์ญ์
๋๋ค. Can't change a Guild title in this area */ MSG_GUILD_POSITION_CHANGE_NOT_PERMITTED_MAP = 0xa84, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์์ง๋์ 5์นธ์ด์ ๋น์์ฃผ์ธ์ Please empty at least 5 amount of possession in item window. */ MSG_NOT_ENOUGH_SPACE_IN_ITEM_BODY = 0xa85, -/*20171018 to 20180523 +/*20171018 to 20180605 E X P : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%) EXP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% ) */ MSG_JPN_PERSONALINFO_EXPMSG = 0xa86, -/*20171018 to 20180523 +/*20171018 to 20180605 DROP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%) DROP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% ) */ MSG_JPN_PERSONALINFO_DROPMSG = 0xa87, -/*20171018 to 20180523 +/*20171018 to 20180605 DEATH : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%) DEATH : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% ) */ MSG_JPN_PERSONALINFO_DEATHMSG = 0xa88, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒจ๋ถํ ์ ์๋ ์์ดํ
์ ๊ฐฏ์๊ฐ ์ด๊ณผ๋์์ต๋๋ค. The number of items that can be attached is exceeded. */ MSG_SET_ITEMS_TO_MAIL_OVERCOUNT = 0xa89, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๊ตฌ๋งค ์ ์๋ฆฌ๋ก ์๋ฆผ Notify when item purchased */ MSG_SOUNDEFFECT_ITEMBUYWND = 0xa8a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒจ๋ถํ ์ ์๋ ์์ดํ
์
๋๋ค. Unable to attach the items. */ MSG_ID_A8B = 0xa8b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฝ์ ๋น์ฒจ๋์์ผ๋ฏ๋ก ๋ค์ ์์ ๋จ๊ณ์ ๋ฃฐ๋ ์ ๋๋ฆฌ์ค ์ ์์ต๋๋ค. Because you can not win a slam room and turn the roulette of the next higher step. */ MSG_ID_A8C = 0xa8c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ต์ฅ์ฐ๊ธฐ Replying */ MSG_ID_A8D = 0xa8d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด์ฉ์ฝ๊ธฐ Read more */ MSG_ID_A8E = 0xa8e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ์ญ์ Delete message */ MSG_ID_A8F = 0xa8f, -/*20171018 to 20180523 +/*20171018 to 20180605 ไป่ฒ : %d Crackers : %d */ MSG_ID_A90 = 0xa90, -/*20171018 to 20180523 +/*20171018 to 20180605 %s %s ไป่ฒ %s %s crackers */ MSG_ID_A91 = 0xa91, -/*20171018 to 20180523 +/*20171018 to 20180605 ไป่ฒ Crackers */ MSG_ID_A92 = 0xa92, -/*20171018 to 20180523 +/*20171018 to 20180605 Total : %d ไป่ฒ Total : %d Crackers */ MSG_ID_A93 = 0xa93, -/*20171018 to 20180523 +/*20171018 to 20180605 %d -> %s ไป่ฒ %d -> %s Crackers */ MSG_ID_A94 = 0xa94, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ไป่ฒ %s Crackers */ MSG_ID_A95 = 0xa95, -/*20171018 to 20180523 +/*20171018 to 20180605 Current ไป่ฒ : %s Current Crackers : %s */ MSG_ID_A96 = 0xa96, -/*20171018 to 20180523 +/*20171018 to 20180605 %s : %s ไป่ฒ %s : %s Crackers */ MSG_ID_A97 = 0xa97, -/*20171018 to 20180523 +/*20171018 to 20180605 %10s ไป่ฒ %10s Crackers */ MSG_ID_A98 = 0xa98, -/*20171018 to 20180523 +/*20171018 to 20180605 Total : %s ไป่ฒ Total : %s Crackers */ MSG_ID_A99 = 0xa99, -/*20171018 to 20180523 +/*20171018 to 20180605 โป์์๋ฃ 3% / ์ต์ 1ไป่ฒ์ ์์๋ฃ ์ฐจ๊ฐ * Commission 3% / Minimum 1 Crackers comission deducted */ MSG_ID_A9A = 0xa9a, -/*20171018 to 20180523 +/*20171018 to 20180605 ไป่ฒ ์
๋๋ค. The Crackers. */ MSG_ID_A9B = 0xa9b, -/*20171018 to 20180523 +/*20171018 to 20180605 ^0000ffไป่ฒ ์ด์^000000์
๋๋ค. ์
๋ ฅ๊ธ์ก์ด ๋ง์ต๋๊น? ^0000ff more than crackers^000000Did you enter the correct amount? */ MSG_ID_A9C = 0xa9c, -/*20171018 to 20180523 +/*20171018 to 20180605 10์ตไป่ฒ์ด์ ์์ ํ์ธ Over than 10billions secure check */ MSG_ID_A9D = 0xa9d, -/*20171018 to 20180523 +/*20171018 to 20180605 10์ต ไป่ฒ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ 10์ต ไป่ฒ๋ก ํ๋งค๋ฉ๋๋ค. If you fill over 1 billion, the price will be automatically set as 10 billion Xianbei. */ MSG_ID_A9E = 0xa9e, -/*20171018 to 20180523 +/*20171018 to 20180605 9,999ไป่ฒ ์ด์ ์
๋ ฅํ์
๋ ๊ฐ๊ฒฉ์ 9,999ไป่ฒ๋ก ํ๋งค๋ฉ๋๋ค. If you fill over 9,999 Xianbei, the price will automatically set as 9,999 Xianbei. */ MSG_ID_A9F = 0xa9f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ๊ฒฉ์ด 0 ไป่ฒ์ธ ์์ดํ
์ด ์กด์ฌ ํฉ๋๋ค. ์์ ์ ์ด์ ์์ต๋๋ค! There are items priced 0 Xianbei. You cannot open vending. */ MSG_ID_AA0 = 0xaa0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ ์บ๋ฆญํฐ๊ฐ ์ต๋ ๋ณด์ ไป่ฒ๋์ ์ด๊ณผํ์ฌ ๊ฑฐ๋๊ฐ ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. The opponent is over the Xianbei limit. Trade failed. */ MSG_ID_AA1 = 0xaa1, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์์ดํ
์ ๊ฐ๊ฒฉ์ 10์ตไป่ฒ ์ดํ๋ก ์
๋ ฅํด ์ฃผ์ธ์. Please fill out %s item price less than 1 billion Xianbei. */ MSG_ID_AA2 = 0xaa2, -/*20171018 to 20180523 +/*20171018 to 20180605 %s : %s ไป่ฒ => %s EA %s: %s Xianbei => %s ea */ MSG_ID_AA3 = 0xaa3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํ ๊ธ์ก : %s ไป่ฒ Limited price: %s Xianbei */ MSG_ID_AA4 = 0xaa4, -/*20171018 to 20180523 +/*20171018 to 20180605 %s %s ไป่ฒ %d ๊ฐ %s %s %d Xianbei */ MSG_ID_AA5 = 0xaa5, -/*20171018 to 20180523 +/*20171018 to 20180605 %s %d๊ฐ๋ฅผ %d ไป่ฒ์ ํ๋งค ํ์์ต๋๋ค. ์์๋ฃ๋ 3%% ์
๋๋ค. %d %s are sold. In total %d Xianbei. 3%% charge will be imposed. */ MSG_ID_AA6 = 0xaa6, -/*20171018 to 20180523 +/*20171018 to 20180605 RODEX */ MSG_ID_AA7 = 0xaa7, -/*20171018 to 20180523 +/*20171018 to 20180605 SEND */ MSG_ID_AA8 = 0xaa8, -/*20171018 to 20180523 +/*20171018 to 20180605 RECEIVE */ MSG_ID_AA9 = 0xaa9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ ์์ฑ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Please close the mail compose window. */ MSG_ID_AAA = 0xaaa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ์ ๊ทผ๊ฑฐ๋ถ(A) Server access denied(A) */ MSG_ID_AAB = 0xaab, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฒ์ ๊ทผ๊ฑฐ๋ถ(B) Server access denied(B) */ MSG_ID_AAC = 0xaac, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ์ฐฉ๋ ํ์ด/ํํ ์ ํด์ ํด์ผํฉ๋๋ค. Unequipped Arrow/Ammunition. */ MSG_ID_AAD = 0xaad, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๋ฒคํ ๋ฆฌ์ ์์ดํ
์ด ์๋ชจ๋์ด ๋ก๋ฑ์ค ์ฐ๊ธฐ์ฐฝ์ ๋ซ์ต๋๋ค. Consuming item in inventory will close mail compose window. */ MSG_ID_AAE = 0xaae, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์งํ์ ๋๋ณด๊ธฐ๊ฐ ์์ต๋๋ค. Do not have Magnifier. */ MSG_ID_AAF = 0xaaf, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ๋ฒ๋ฆด๋ ค๋ฉด ๋ฉ์ผ ์ฐ๊ธฐ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Close email window if you want to discard item. */ MSG_ID_AB0 = 0xab0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋๋ฐฉ์ด ์น๊ตฌ ์์ฒญ์ค์
๋๋ค The opponent has already requested you to be a friend. */ MSG_ID_AB1 = 0xab1, -/*20171018 to 20180523 +/*20171018 to 20180605 SCRIPT ERROR AID */ MSG_ID_AB2 = 0xab2, -/*20171018 to 20180523 +/*20171018 to 20180605 Errorfile : %s ErrorLine : %d ์ค @@ -13566,1094 +13566,1094 @@ ErrorLine : %d item ErrorContext: %s */ MSG_ID_AB3 = 0xab3, -/*20171018 to 20180523 +/*20171018 to 20180605 ^ff0000ํด๋น ์์ดํ
์ ๊ตฌ๋งค ํ์๊ฒ ์ต๋๊น? %dํฌ์ธํธ ๋ฐ %d ไป่ฒ๊ฐ ์ฐจ๊ฐ ๋ฉ๋๋ค. ^ff0000Are you sure want to purchase the item? after confirmation will consume %d point and %d crackers. */ MSG_ID_AB4 = 0xab4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ซ๊ธฐ Close */ MSG_ID_AB5 = 0xab5, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์คํธ Quest */ MSG_ID_AB6 = 0xab6, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์คํธ ์์ด์ฝ ๋ณด๊ธฐ View Quest icon */ MSG_ID_AB7 = 0xab7, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ์์์ค Facility */ MSG_ID_AB8 = 0xab8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ์์์ค ์์ด์ฝ ๋ณด๊ธฐ View Facility icon */ MSG_ID_AB9 = 0xab9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์/ํํฐ์ Guild/Party */ MSG_ID_ABA = 0xaba, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์/ํํฐ์ ๋ณด๊ธฐ Show Guild/Party */ MSG_ID_ABB = 0xabb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๋กํ๊ธฐ Record */ MSG_ID_ABC = 0xabc, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ค๋ชฌ์คํฐ Boss Monster */ MSG_ID_ABD = 0xabd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ I */ MSG_ID_ABE = 0xabe, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ญ์ ํ์๊ฒ ์ต๋๊น? Are you sure want to delete it? */ MSG_ID_ABF = 0xabf, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์คํธ NPC Quest NPC */ MSG_ID_AC0 = 0xac0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจํ ๋ด์ฉ์ ๊ธฐ๋กํฉ๋๋ค Record content */ MSG_ID_AC1 = 0xac1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฅํ๊ธฐ Store */ MSG_ID_AC2 = 0xac2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจํ๊ธฐ Record */ MSG_ID_AC3 = 0xac3, -/*20171018 to 20180523 +/*20171018 to 20180605 %s [%d์ต์
] %d๊ฐ %s [%d Property] %d ea */ MSG_ID_AC4 = 0xac4, -/*20171018 to 20180523 +/*20171018 to 20180605 %s [%d์ต์
] %s Zeny %s [%d Property] %s Zeny */ MSG_ID_AC5 = 0xac5, -/*20171018 to 20180523 +/*20171018 to 20180605 %s [%d์ต์
] %d %s %d -> %s %s %s [%d Property] %d %s %d -> %s %s */ MSG_ID_AC6 = 0xac6, -/*20171018 to 20180523 +/*20171018 to 20180605 %s [%d์ต์
] %d %s %s %s %s [%d Property] %d %s %s %s */ MSG_ID_AC7 = 0xac7, -/*20171018 to 20180523 +/*20171018 to 20180605 %s [%d์ต์
] %d -> %s %s %s [%d Property] %d -> %s %s */ MSG_ID_AC8 = 0xac8, -/*20171018 to 20180523 +/*20171018 to 20180605 %s [%d์ต์
] %s %s %s [%d Property] %s %s */ MSG_ID_AC9 = 0xac9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต์ ๊ฑฐ๋ ๋จ์ 100 ไป่ฒ ์ด์์ผ๋ก ์ค์ ํ์
์ผ ํฉ๋๋ค. The minimum trading unit must be 100 crackers or more. */ MSG_ID_ACA = 0xaca, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จธ๋ฆฌ ์ Hair color */ MSG_ID_ACB = 0xacb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จธ๋ฆฌ ๋ชจ์ Hair style */ MSG_ID_ACC = 0xacc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ท ์ Cloth color */ MSG_ID_ACD = 0xacd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ท ๋ชจ์ Cloth pattern */ MSG_ID_ACE = 0xace, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์๋์ง ์๋ ๋งต ์
๋๋ค. Unsupported Map. */ MSG_ID_ACF = 0xacf, -/*20171018 to 20180523 +/*20171018 to 20180605 2,147,483,647 Zeny ์ดํ๋ก ์
๋ ฅ ํ์ญ์์ค. Enter Zeny Below 2,147,483,647. */ MSG_ID_AD0 = 0xad0, -/*20171018 to 20180523 +/*20171018 to 20180605 1 Zeny ์ด์ ์
๋ ฅ ํ์ญ์์ค. Please Enter atleast 1 zeny. */ MSG_ID_AD1 = 0xad1, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ ํ Zeny ๊ฐ ์์ต๋๋ค. You do not hold any zeny. */ MSG_ID_AD2 = 0xad2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ ์ฐฝ๊ณ Zeny Storage */ MSG_ID_AD3 = 0xad3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐฝ๊ณ ๋ณด์ ์ก in Bank */ MSG_ID_AD4 = 0xad4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง๊ธ on hand */ MSG_ID_AD5 = 0xad5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
๊ธ Deposit */ MSG_ID_AD6 = 0xad6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ๊ธ Withdraw */ MSG_ID_AD7 = 0xad7, -/*20171018 to 20180523 +/*20171018 to 20180605 1 z UP 1z UP */ MSG_ID_AD8 = 0xad8, -/*20171018 to 20180523 +/*20171018 to 20180605 1 z Down 1z Down */ MSG_ID_AD9 = 0xad9, -/*20171018 to 20180523 +/*20171018 to 20180605 Max */ MSG_ID_ADA = 0xada, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
๋ ฅ๊ฐ์ด ์์ต๋๋ค There is no Input value */ MSG_ID_ADB = 0xadb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ Zeny ๋ถ์กฑ Not enough zeny */ MSG_ID_ADC = 0xadc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
๋ ฅ๊ฐ ํ์ Input Required */ MSG_ID_ADD = 0xadd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌธ์ ์
๋ ฅ ๋ถ๊ฐ Numbers only */ MSG_ID_ADE = 0xade, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต๋ ์
๋ ฅ ์ด๊ณผ Exceeded max input */ MSG_ID_ADF = 0xadf, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต์ ์
๋ ฅ ๋ฏธ๋ง Below Minimum Input */ MSG_ID_AE0 = 0xae0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ Zeny ๋ถ์กฑ Not enough zeny */ MSG_ID_AE1 = 0xae1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ ์๊ณ ๋ถ์กฑ Insufficient funds */ MSG_ID_AE2 = 0xae2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต๋ ๋ณด์ Zeny ์ด๊ณผ Exceeded max zeny */ MSG_ID_AE3 = 0xae3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋กญ X Drop X */ MSG_ID_AE4 = 0xae4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐฝ๊ณ X Storage X */ MSG_ID_AE5 = 0xae5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นดํธ X Cart X */ MSG_ID_AE6 = 0xae6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ X Mail X */ MSG_ID_AE7 = 0xae7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตํ์ฐฝ X Trade X */ MSG_ID_AE8 = 0xae8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝ๋งค์ฅ X Auction X */ MSG_ID_AE9 = 0xae9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋์ฐฝ๊ณ X Guild Storage X */ MSG_ID_AEA = 0xaea, -/*20171018 to 20180523 +/*20171018 to 20180605 NPC์๊ฒ ํ๋งค X Sell to NPC X */ MSG_ID_AEB = 0xaeb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋์ ํ์ด ์๋ ์์ดํ
์
๋๋ค. Item moves restriction. */ MSG_ID_AEC = 0xaec, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ๋ฅผ ์์ฑํด์ฃผ์ธ์! Please Create a Character! */ MSG_ID_AED = 0xaed, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ์ฐฉ๋ ํฌ์ฌ์ฒด ์์ดํ
์ ํด์ ํด์ผ ํฉ๋๋ค. You need to disarm the equipped projectiles. */ MSG_ID_AEE = 0xaee, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ์ ์ด๊ณผ๋ก ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ ์
์ฅ ํ ์ ์์ต๋๋ค You cannot enter Memorial Dungeon with excess members */ MSG_ID_AEF = 0xaef, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ์์ ์ด๊ณผ๋ก ์ธํด ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์
์ฅ์ด ๊ฑฐ๋ถ๋์์ต๋๋ค Memorial Dungeon Access was denied due to exceeding number of players */ MSG_ID_AF0 = 0xaf0, -/*20171018 to 20180523 +/*20171018 to 20180605 %.1f%% ( %s Server: %.1f%% + Premium:%.1f%% ) */ MSG_ID_AF1 = 0xaf1, -/*20171018 to 20180523 +/*20171018 to 20180605 %.1f%% ( %s Server: %.1f%% + Premium:%.1f%% ) */ MSG_ID_AF2 = 0xaf2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋ณต๋ ์์ดํ
์ด ์กด์ฌํ์ฌ ์ฌ์ฉ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. Consuming Item denied due to multiple same item. */ MSG_ID_AF3 = 0xaf3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋ณต๋ ํจ๊ณผ๊ฐ ์กด์ฌํ์ฌ ์ฌ์ฉ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. Consuming Item denied due to effect of same consumed item. */ MSG_ID_AF4 = 0xaf4, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ฉด ํ๋ค๋ฆผ ํจ๊ณผ ON Flicker Effect ON */ MSG_ID_AF5 = 0xaf5, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ฉด ํ๋ค๋ฆผ ํจ๊ณผ OFF Flicker Effect OFF */ MSG_ID_AF6 = 0xaf6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋ฒ ํ๋ก๊ทธ๋จ ๋ฐ๊ฒฌ๋์์ต๋๋ค Illegal Programs has been detected */ MSG_ID_AF7 = 0xaf7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผ ๋ณด๋ด๊ธฐ Send Mail */ MSG_ID_AF8 = 0xaf8, -/*20171018 to 20180523 +/*20171018 to 20180605 E X P : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) E X P: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) */ MSG_ID_AF9 = 0xaf9, -/*20171018 to 20180523 +/*20171018 to 20180605 DROP : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) DROP : %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) */ MSG_ID_AFA = 0xafa, -/*20171018 to 20180523 +/*20171018 to 20180605 DEATH : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) DEATH: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%) */ MSG_ID_AFB = 0xafb, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ํ๊ทธ๋ ์ด๋ฆ์ผ๋ก ์ฌ์ฉํ์ค ์ ์์ต๋๋ค. Name with this tag cannot be used. */ MSG_ID_AFC = 0xafc, -/*20171018 to 20180523 +/*20171018 to 20180605 ???? bdbac5b8c0cfb8b52098de Style Shop */ MSG_ID_AFD = 0xafd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฟ ํฐ ์์. Cash Shop์์ ์์ดํ
์ ๊ตฌ๋งคํด ์ฃผ์ธ์. No serial number, Please visit the store to buy. */ MSG_ID_AFE = 0xafe, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๋ฒคํ ๋ฆฌ์์ ์์ดํ
์ฟ ํฐ ์์๋ฅผ ์ด์ด์ฃผ์ธ์. Please turn on Serial item number window box. */ MSG_ID_AFF = 0xaff, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์คํ์ผ ์ ๋ณด๋ฅผ ์ญ์ ํ์๊ฒ ์ต๋๊น? Bank */ MSG_ID_B00 = 0xb00, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ๋กฏ์ด ๊ฝ ์ฐผ์ต๋๋ค. ๋ด ์คํ์ผ์์ ์บ๋ฆญํฐ ์ญ์ ํ ์ฌ์ฉํด ์ฃผ์ญ์์ค. Slot is full, please delete a character. */ MSG_ID_B01 = 0xb01, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น์ฉ์ ์ง๋ถํ๊ณ ํ์ฌ ์คํ์ผ์ ์ ์ฉํ์๊ฒ ์ต๋๊น? (โป ๋น์ฉ์ ๋ฐํ๋์ง ์์ต๋๋ค.) Item cannot be restored, are you sure want to apply it? */ MSG_ID_B02 = 0xb02, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์คํ์ผ์ ์ ์ฅํ์์ต๋๋ค. Registered as the following style. */ MSG_ID_B03 = 0xb03, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด์ Zeny ๋ถ์กฑ. ์ํ์ ์ถฉ๋ถํ Zeny๊ฐ ์์ต๋๋ค. There are plenty of golds in the bank, Please go to the bank now. */ MSG_ID_B04 = 0xb04, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ๋ก ์ด๋ํฉ๋๋ค. moving... */ MSG_ID_B05 = 0xb05, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ๊ตญ๊ฐ์ ์๊ณตํต๊ณผ์ ๋ํ ํ๊ฐ๊ฐ ๋์ง ์์์ต๋๋ค. You are not allowed to fly over the sovereign airspace of the country. */ MSG_ID_B06 = 0xb06, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋๋ก ๋๊ธฐ๋ถ์์ ์ด ๊ณ์๋์ด ๋น๊ณต์ ์ดํ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. Airship flight is temporarily unavailable due to atmospheric instability caused by magic. */ MSG_ID_B07 = 0xb07, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ธ ๋น๊ณต์ Private airship */ MSG_ID_B08 = 0xb08, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ํ ๋ค์ ์๋ํด์ฃผ์ธ์. Please try again in a moment. */ MSG_ID_B09 = 0xb09, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ธ ๋น๊ณต์ ์ด์ฉ์ ํ์ํ ์ ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. Not enough Zeny to use the private airship. */ MSG_ID_B0A = 0xb0a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ธ ๋น๊ณต์ ์ด์ฉ์ ํ์ํ ์์ดํ
์ด ๋ถ์กฑํฉ๋๋ค. Not enough Cans to use the private airship. */ MSG_ID_B0B = 0xb0b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ธ ๋น๊ณต์ ์ ์ด์ฉํ ์ ์๋ ๋ ๋ฒจ์ด ์๋๋๋ค. You cannot meet the level to use the private airship. */ MSG_ID_B0C = 0xb0c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํํ ์ง์ ์ผ๋ก ๊ฐ์ธ๋น๊ณต์ ์ด ์ด๋ํ ์ ์์ต๋๋ค. You cannot move to the selected point by the private airship. */ MSG_ID_B0D = 0xb0d, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ ์ง์ ์์ ๊ฐ์ธ๋น๊ณต์ ์ ์ด์ฉํ ์ ์์ต๋๋ค. You cannot use the private airship where you are now. */ MSG_ID_B0E = 0xb0e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ก์ธ์๋ฆฌ Accessory */ MSG_ID_B0F = 0xb0f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ์ปจ๋์ฝ์คํฌ Second costume */ MSG_ID_B10 = 0xb10, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด ์คํ์ผ Wardrobe */ MSG_ID_B11 = 0xb11, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ์ํ ์ ์๋ ํค์ด์คํ์ผ์
๋๋ค. This hairstyle cannot be dyed. */ MSG_ID_B12 = 0xb12, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ดํ๋ฅผ ๋๋ฌ ๋ง์์ ๋๋ ์คํ์ผ์ ์ ํํด ๋ณด์ธ์. Press an arrow to choose the style you want. */ MSG_ID_B13 = 0xb13, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ก์ด ์คํ์ผ์ ํ์ธํด ๋ณด์ธ์. (โป ์ก์ธ์๋ฆฌ ๊ตฌ๋งค ์ RODEX๋ก ๋ฐ์ก๋ฉ๋๋ค.) Come and see the new styles. (Purchased accessories will be sent via RODEX.) */ MSG_ID_B14 = 0xb14, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๋ณธ ์คํ์ผ Basic style */ MSG_ID_B15 = 0xb15, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์คํฌ์ BaseLv %d ์ด์๋ถํฐ ์คํฌ ํฌ์ธํธ ํฌ์๊ฐ ๊ฐ๋ฅํฉ๋๋ค. You can level up the skill from the base Lv. %d. */ MSG_ID_B16 = 0xb16, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ํน์๊ธฐํธ๋ ์ด๋ฆ์ ์ฌ์ฉํ์ค ์ ์์ต๋๋ค. Special symbol can't be used in name */ MSG_ID_B17 = 0xb17, -/*20171018 to 20180523 +/*20171018 to 20180605 MHP๊ฐ ๋๋ฌด ๋ฎ์, ํด๋น ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค MaxHP is to low to use this skill */ MSG_ID_B18 = 0xb18, -/*20171018 to 20180523 +/*20171018 to 20180605 MSP๊ฐ ๋๋ฌด ๋ฎ์, ํด๋น ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค MaxSP is to low to use this skill */ MSG_ID_B19 = 0xb19, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๋น๊ตํ๊ธฐ Compare items */ MSG_ID_B1A = 0xb1a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๋ฒ๋ฆฌ๊ธฐ ์ ๊ธ Drop lock */ MSG_ID_B1B = 0xb1b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ฆฐ์ท ํ์ผ์ด ์ฒจ๋ถ ๋์ง ์์์ต๋๋ค. Screenshots are not attached */ MSG_ID_B1C = 0xb1c, -/*20171018 to 20180523 +/*20171018 to 20180605 Twitter TWITTER */ MSG_ID_B1D = 0xb1d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ๋ฐ General */ MSG_ID_B1E = 0xb1e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต์ง Notice */ MSG_ID_B1F = 0xb1f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐ์ก Clear */ MSG_ID_B20 = 0xb20, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ก๊ณ ์นจ Refresh */ MSG_ID_B21 = 0xb21, -/*20171018 to 20180523 +/*20171018 to 20180605 %d๋ถ %d minute */ MSG_ID_B22 = 0xb22, -/*20171018 to 20180523 +/*20171018 to 20180605 %d์๊ฐ %d hour */ MSG_ID_B23 = 0xb23, -/*20171018 to 20180523 +/*20171018 to 20180605 %d์ผ %d day */ MSG_ID_B24 = 0xb24, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐ์ก๋จ Returned */ MSG_ID_B25 = 0xb25, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํํ ๋ฉ์ผ์ ์ญ์ ํ์๊ฒ ์ต๋๊น? Do you want to delete the message? */ MSG_ID_B26 = 0xb26, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์นํ์ Show information */ MSG_ID_B27 = 0xb27, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ Zoom In */ MSG_ID_B28 = 0xb28, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ์ Zoom Out */ MSG_ID_B29 = 0xb29, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งต๋ณด๊ธฐ Maximize */ MSG_ID_B2A = 0xb2a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋๋ณด๊ธฐ Show world map */ MSG_ID_B2B = 0xb2b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์์ง ์ข
๋ฅ์ Total possession item type */ MSG_ID_B2C = 0xb2c, -/*20171018 to 20180523 +/*20171018 to 20180605 /minimap */ MSG_ID_B2D = 0xb2d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ๋๋งต ๋ฒํผ์ ํ์ํฉ๋๋ค Show minimap buttons */ MSG_ID_B2E = 0xb2e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ๋๋งต ๋ฒํผ์ ํ์ํ์ง ์์ต๋๋ค Hide minimap buttons */ MSG_ID_B2F = 0xb2f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ ์ ์์ ์ ๋ ฌ Show guild member login status */ MSG_ID_B30 = 0xb30, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๋ฐ๋ : %s Intimacy: %s */ MSG_ID_B31 = 0xb31, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ธ ์ Confirmation */ MSG_ID_B32 = 0xb32, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ ์ด๋ฆ Team name */ MSG_ID_B33 = 0xb33, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ฅ Leader */ MSG_ID_B34 = 0xb34, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํ ์๊ฐ ์ด๊ณผ. ํด๋ผ์ด์ธํธ๋ฅผ ์ข
๋ฃํฉ๋๋ค. Time limit exceeded. Closing the client */ MSG_ID_B35 = 0xb35, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ชป๋ ์
๋ ฅ์
๋๋ค. ํด๋ผ์ด์ธํธ๋ฅผ ์ข
๋ฃํฉ๋๋ค. Input error. Closing the client */ MSG_ID_B36 = 0xb36, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ต ์
๋๋ค. ๋ณด์์ผ๋ก ์์ ์ ๋ฒํ๊ฐ ์ฃผ์ด์ง๋๋ค. Incorrect input. A small buff has given to you */ MSG_ID_B37 = 0xb37, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ฌธ 4์, ํ๊ธ 2์ ์ด์์ผ๋ก ์
๋ ฅํด์ผ ํฉ๋๋ค. Enter 4 english words and 2 chinese words */ MSG_ID_B38 = 0xb38, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
๋ ฅํ ๋ต์ด [%s]๊ฐ ๋ง์ต๋๊น? Your entered answer is [%s]. Is it right? */ MSG_ID_B39 = 0xb39, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ํ๋ ์ด๋ฏธ์ง๊ฐ ์์ต๋๋ค. Icon is unchecked */ MSG_ID_B3A = 0xb3a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋ชป๋ ์
๋ ฅ์
๋๋ค. (๋จ์ ๊ธฐํ %d๋ฒ) Incorrect input (Remaining chance: %d) */ MSG_ID_B3B = 0xb3b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด %d๋ช
์ ์ ์ ๋ฅผ ์ ๊ณ ํ์๊ฒ ์ต๋๊น? Do you want to announce %d to player? */ MSG_ID_B3C = 0xb3c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ์๊ฒ ๋ฉ์์ง๋ฅผ ๋ณด๋์ต๋๋ค. Message has been sent to player */ MSG_ID_B3D = 0xb3d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋ฒ ํ๋ก๊ทธ๋จ ๋จ์์ ํ์ํ ๋ฐ์ดํฐ๊ฐ ๋ฏธ๋ฑ๋ก ์ํ์
๋๋ค. Needed Data for Query illegal software are not signed. */ MSG_ID_B3E = 0xb3e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ๋งคํฌ๋ก ๊ฐ์์ค์ธ ์ ์ ์
๋๋ค. The player is being monitored. */ MSG_ID_B3F = 0xb3f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋งคํฌ๋ก๊ฐ ๋ฑ๋ก๋์์ต๋๋ค.. Already signed in investigation system. */ MSG_ID_B40 = 0xb40, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ์ง ๋ฑ๋ก์ ์คํจํ์์ต๋๋ค. Failed to store icon. */ MSG_ID_B41 = 0xb41, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ต ๋ฑ๋ก์ ์คํจํ์์ต๋๋ค. Failed to store replied answer. */ MSG_ID_B42 = 0xb42, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋
ํ์ธ์. ๋ถ๋ฒํ๋ก๊ทธ๋จ ๋จ์์ค์
๋๋ค. Hello, illegal software is being monitored. */ MSG_ID_B43 = 0xb43, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง์ ๋ ์๊ฐ๋ด์ ์๋์ ๋ฌธ์๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter the text below within the specified time. */ MSG_ID_B44 = 0xb44, -/*20171018 to 20180523 +/*20171018 to 20180605 3ํ ์ค๋ฅ์ ์ด์์ ์ฑ
์ ์๊ฑฐํ์ฌ ์๊ตฌ๋ธ๋ก๋ฉ๋๋ค. According to game regulation, when you enter the wrong text three times, you will get banned. */ MSG_ID_B45 = 0xb45, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จ์ ํ์ : %d Remaining chance : %d */ MSG_ID_B46 = 0xb46, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ Role */ MSG_ID_B47 = 0xb47, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฒ์ Range */ MSG_ID_B48 = 0xb48, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ๋ฆญํฐ ์ ํ์ ์ขํด๋ฆญ์ผ๋ก ํฉ๋๋ค. You use the left mouse button to specify the role */ MSG_ID_B49 = 0xb49, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฒ์ ์ ํ์ ์ฐํด๋ฆญ์ผ๋ก ํฉ๋๋ค. You use the left mouse button to specify the range */ MSG_ID_B4A = 0xb4a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฒ์ ํฌ๊ธฐ๋ฅผ ์ง์ ํ๊ธฐ ์ํด์๋ ์ํฐ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์ Not a valid range, please press Enter */ MSG_ID_B4B = 0xb4b, -/*20171018 to 20180523 +/*20171018 to 20180605 E X P : %.1f%% ( basic %.1f%% %s %.1f%%) */ MSG_ID_B4C = 0xb4c, -/*20171018 to 20180523 +/*20171018 to 20180605 DROP : %.1f%% ( basic %.1f%% %s %.1f%%) */ MSG_ID_B4D = 0xb4d, -/*20171018 to 20180523 +/*20171018 to 20180605 DEATH : %.1f%% ( basic %.1f%% %s %.1f%%) */ MSG_ID_B4E = 0xb4e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณ๊ฒฝ๋ ์บ๋ฆญ๋ช
์ผ๋ก ๋ฐ์กํ์ต๋๋ค. ๋ณ๊ฒฝ๋ ์บ๋ฆญ๋ช
: %s The role name will be sent: %s */ MSG_ID_B4F = 0xb4f, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฉ์ฑ์ ํ์ํ ์ฌ๋ฃ Synthesis of the required materials */ MSG_ID_B50 = 0xb50, -/*20171018 to 20180523 +/*20171018 to 20180605 ์กฐํฉ ์ฌ๋ฃ๊ฐ ๋ถ์กฑํด์ ์กฐํฉํ ์ ์์ต๋๋ค. Insufficient synthesis materials */ MSG_ID_B51 = 0xb51, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์ฌ๋ฃ๋ %d๊ฐ๊ฐ ํ์ํฉ๋๋ค. Required material %d ea. */ MSG_ID_B52 = 0xb52, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ๋๊ฐ ๋ฎ์์ ์กฐํฉํ ์ ์์ต๋๋ค. Refine value is to low for synthesis */ MSG_ID_B53 = 0xb53, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจํ๊ฐ์ค๊ฐ์์ ๋ฑ๋ก ํ์๊ฒ ์ต๋๊น? Do you want to sign in to the adventurers? */ MSG_ID_B54 = 0xb54, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ๋กญ๊ฒ ์ฝ๋ฉํธ๋ฅผ ๋จ๊ฒจ๋ณด์ธ์. Please leave a message */ MSG_ID_B55 = 0xb55, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทธ๋ฆผ์ ๋ณด์ด๋ ๋ฌธ์๋ฅผ ์
๋ ฅํด์ฃผ์ธ์. Please enter the text on the graph */ MSG_ID_B56 = 0xb56, -/*20171018 to 20180523 +/*20171018 to 20180605 %d์ด ๋จ์์ต๋๋ค %d second left */ MSG_ID_B57 = 0xb57, -/*20171018 to 20180523 +/*20171018 to 20180605 OTP ์ธ์ฆ๋ฒํธ 6์๋ฆฌ๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์ Please enter your 6 identification number. */ MSG_ID_B58 = 0xb58, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ์ฆ๋ฒํธ Identification number. */ MSG_ID_B59 = 0xb59, -/*20171018 to 20180523 +/*20171018 to 20180605 6์๋ฆฌ์ ์ซ์๊ฐ ์๋๋๋ค. ๋ค์ ํ์ธํด ์ฃผ์ธ์ It's not a 6 identification number. Please try again */ MSG_ID_B5A = 0xb5a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ์ญ์ ๋ ๋ฉ์ผ์
๋๋ค. The message has been deleted */ MSG_ID_B5B = 0xb5b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ธ ๋น๊ณต์ ์ผ๋ก ์ด๋ํ ์ง์ญ์ ์ ํํด์ฃผ์ธ์. Please select the area where the private airship will move */ MSG_ID_B5C = 0xb5c, -/*20171018 to 20180523 +/*20171018 to 20180605 E X P : %d%% ( basic 100.0%% %s %d%%) */ MSG_ID_B5D = 0xb5d, -/*20171018 to 20180523 +/*20171018 to 20180605 DROP : %d%% ( basic 100.0%% %s %d%%) */ MSG_ID_B5E = 0xb5e, -/*20171018 to 20180523 +/*20171018 to 20180605 DEATH : %d%% ( basic 100.0%% %s %d%%) */ MSG_ID_B5F = 0xb5f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชฉ์ ์ง๋ก ์ด๋์ค์
๋๋ค. Move to the destination */ MSG_ID_B60 = 0xb60, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s] ํ์ผ์ด ์กด์ฌํ์ง ์์ default AI ๋ก ๋์ํฉ๋๋ค The [%s] is not present, the default AI will be used instead. */ MSG_ID_B61 = 0xb61, -/*20171018 to 20180523 +/*20171018 to 20180605 %.1f%% ( Basic 100.0%% + Premium %.1f%% + %s %.1f%%) %.1f%% ( Basic 100.0%% + Premium %.1f%% + %s %.1f%%) */ MSG_ID_B62 = 0xb62, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ์๋ฆฌ์ ๋
ธ์ ์ ์ธ์ฐ์๊ฒ ์ต๋๊น? Would you like to open a shop at this location? */ MSG_ID_B63 = 0xb63, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋์กฑ์ ํด๋น ์์์ ์
์ ์ ์์ต๋๋ค. Doram race can't wear this clothes */ MSG_ID_B64 = 0xb64, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค ๋
ธ์ ์์ ๊ฑฐ๋ํ ์์ดํ
์ด ๋ก๋ฑ์ค๋ก ๋ฐฐ์ก๋์์ต๋๋ค. Props open-air store sales will be traded in RODEX */ MSG_ID_B65 = 0xb65, -/*20171018 to 20180523 +/*20171018 to 20180605 30,000 z */ MSG_ID_B66 = 0xb66, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋๋ ํน์ฐ ํต์กฐ๋ฆผ 100๊ฐ Malangdo Special Can 100 pc */ MSG_ID_B67 = 0xb67, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ฒ๊ฐ 80%๋ฅผ ์ด๊ณผํ์ฌ ์งํํ ์ ์์ต๋๋ค. Cannot carry anymore because weight limit over 80% */ MSG_ID_B68 = 0xb68, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค๋์ง ๋ชปํ ์ํ์ด ๋ก๋ฑ์ค๋ก ๋ฐฐ์ก๋์์ต๋๋ค. Unsold items are sent to RODEX */ MSG_ID_B69 = 0xb69, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ์ฐฉ ๋ชจ์ต Preview */ MSG_ID_B6A = 0xb6a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋๋ง์คํฐ ์์ Assign Guild Leader */ MSG_ID_B6B = 0xb6b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ง๋ก %s๋๊ป ๊ธธ๋๋ง์คํฐ๋ฅผ ์์ํ์๊ฒ ์ต๋๊น? ์์ ํ ๋น์ ์ ์ง์๋ %s๋๊ณผ ์ง์๊ฐ ๋ฐ๋๊ฒ ๋ฉ๋๋ค. Are sure want to assign %s as guild leader? After assigned your position will become %s */ MSG_ID_B6C = 0xb6c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒ ํ Cancel */ MSG_ID_B6D = 0xb6d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ์ ์ฒ ์ํ์๊ฒ ์ต๋๊น? Do you want to close the shop? */ MSG_ID_B6E = 0xb6e, -/*20171018 to 20180523 +/*20171018 to 20180605 %02d์ผ %02d์๊ฐ %02d๋ถ %02d์ด %02d day %02d hour %02d minute %02d second */ MSG_ID_B6F = 0xb6f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์๋ถ๊ฐ Unable to sign in */ MSG_ID_B70 = 0xb70, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์๊ฐ๋ฅ์ธ์์ ์ด๊ณผํ์ฌ ์ ์์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. Unable to sign in because the maximum number of sign-in is exceeded */ MSG_ID_B71 = 0xb71, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ์ ์ค์นํ ์์น๋ฅผ ์ ํํด์ฃผ์ธ์. Please select a location for your shop */ MSG_ID_B72 = 0xb72, -/*20171018 to 20180523 +/*20171018 to 20180605 ํซ ์ด๋ฆ์ ^0000ff^0000ff %s^000000^000000 ๋ก ์์ ํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? Pet name will be changed to ^0000ff^0000ff %s^000000^000000, do you want to continue? */ MSG_ID_B73 = 0xb73, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋ ์ผ์ : Trade date : */ MSG_ID_B74 = 0xb74, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋ ์์ดํ
: Trade item : */ MSG_ID_B75 = 0xb75, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋ ์๋ : Trade quantity : */ MSG_ID_B76 = 0xb76, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋ ๋จ๊ฐ : Trade price : */ MSG_ID_B77 = 0xb77, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋ ๊ธ์ก : Total trade : */ MSG_ID_B78 = 0xb78, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ํ๋งค ์์ดํ
Open vending sales agent */ MSG_ID_B79 = 0xb79, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ๊ตฌ๋งค ์์ดํ
Open vending purchase agent */ MSG_ID_B7A = 0xb7a, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค ๋
ธ์ ์๋ฅด๋ฐ์ดํธ ์ข
๋ฃ Close vending sales agent */ MSG_ID_B7B = 0xb7b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค ๋
ธ์ ์๋ฅด๋ฐ์ดํธ ์ข
๋ฃ Close vending purchase agent */ MSG_ID_B7C = 0xb7c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จ์ ๊ธ์ก: Balance: */ MSG_ID_B7D = 0xb7d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๋ฆฌ์คํธ: Item list: */ MSG_ID_B7E = 0xb7e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ์๋ฅด๋ฐ์ดํธ์ Vending agent */ MSG_ID_B7F = 0xb7f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐํ ์์ดํ
: Returned item: */ MSG_ID_B80 = 0xb80, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐํ ์๋: Returned quantity: */ MSG_ID_B81 = 0xb81, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฐํ ์ผ์: Returned date: */ MSG_ID_B82 = 0xb82, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค ๋
ธ์ ์์ ๊ฑฐ๋ํ ๊ธ์ก์ด ๋ก๋ฑ์ค๋ก ๋ฐฐ์ก๋์์ต๋๋ค Total trade will be sent to RODEX */ MSG_ID_B83 = 0xb83, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฌ์ฉํ ์ ์๋ ์ด๋ฆ์
๋๋ค. Name isn't available */ MSG_ID_B84 = 0xb84, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ์ด ๋์ฐฉํ์ต๋๋ค. Item has been delivered */ MSG_ID_B85 = 0xb85, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ์
ํด์ฃผ์
์ ๊ฐ์ฌํฉ๋๋ค. Thank you for purchasing */ MSG_ID_B86 = 0xb86, -/*20171018 to 20180523 +/*20171018 to 20180605 NPC์๊ฒ ์์ดํ
์ ํ๋งคํ์ง ์์ต๋๋ค. Press again to unlock */ MSG_ID_B87 = 0xb87, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
ํ๋งค ์ ๊ธ Lock from NPC selling */ MSG_ID_B88 = 0xb88, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทผ์ฒ์์ ์ํ๊ฐ๋ฅ ์์น๋ฅผ ์ฐพ์์ ์์ต๋๋ค. There is no callable location nearby */ MSG_ID_B89 = 0xb89, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฒด ํ๋ฉด ์บก์ณ Capture full screens */ MSG_ID_B8A = 0xb8a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋ถ ํ๋ฉด ์บก์ณ Capture part of screen */ MSG_ID_B8B = 0xb8b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด๋ด๊ธฐ Send */ MSG_ID_B8C = 0xb8c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์กฑ ๋ถ๊ณผ ๋ด๋น์ Family Affairs agent */ MSG_ID_B8D = 0xb8d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์กฑ ์ฌํญ ๋ณ๋ ์๋ด Acknowledgement of family member registrations. */ MSG_ID_B8E = 0xb8e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋
ํ์ญ๋๊น. ๊ธ์ผ "%s"๋๊ณผ "%s"๋์ ์๋
์ธ "%s"๋์ด ๋
๋ฆฝํ์ฌ ๋จ๋
์ธ๋๋ฅผ ๊ตฌ์ฑํ์์ต๋๋ค. @@ -14674,517 +14674,517 @@ Please contact to Prontera Family Affairs if you have any enquiries. Thank you. */ MSG_ID_B8F = 0xb8f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ์ฐฉ Equip */ MSG_ID_B90 = 0xb90, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ์ง ์์ No image */ MSG_ID_B91 = 0xb91, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s]์(๋) ํ์ฌ ํธ์ถ์ ์ฐจ๋จํ ์ํ์
๋๋ค. [%s] is blocking Call Massage. */ MSG_ID_B92 = 0xb92, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๊ณต์ฑ์ ์ด ์งํ์ค์ด๋ฏ๋ก, ๊ธธ๋๋ง์คํฐ๋ฅผ ์์ ํ ์ ์์ต๋๋ค. Currently in WoE hours, unable to delegate Guild leader */ MSG_ID_B93 = 0xb93, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๊ธธ๋์ฅ ์์์ ๋ฐ์์ง ๋ง ํ๋ฃจ๊ฐ ์ง๋์ง ์์, ๊ธธ๋์ฅ์ ์์ํ ์ ์์ต๋๋ค. You have to wait for one day before delegating a new Guild leader */ MSG_ID_B94 = 0xb94, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ด๊ฐ ๋๋ฉด ์ ์น์ ํ ์ ์๊ณ ์คํ
์ ์ ํ์ด ์์ผ๋ฉฐ HP์ SP๊ฐ ์ค์ด๋ญ๋๋ค. ๊ทธ๋๋ ๊ด์ฐฎ์ต๋๊น? When adopted, character will not able to transcend, maximum stats will be limited, MaxHP and MaxSP will be reduced. Are you sure you want to continue? */ MSG_ID_B95 = 0xb95, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ Refining */ MSG_ID_B96 = 0xb96, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ฅ์ฅ์ด์ ์ถ๋ณต์ ์ฌ์ฉ์ค์
๋๋ค. Use Blacksmith's Blessing */ MSG_ID_B97 = 0xb97, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋๊ฐ ๋ถ์กฑํฉ๋๋ค. Insufficient zeny */ MSG_ID_B98 = 0xb98, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ฅ์ฅ์ด์ ์ถ๋ณต ๊ฐ์๊ฐ ๋ถ์กฑํฉ๋๋ค. Not enough Blacksmith's Blessing */ MSG_ID_B99 = 0xb99, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์ฅ๋น๋ ์ ๋ จ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. This equipment can not be refined */ MSG_ID_B9A = 0xb9a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ ์ฑ๊ณต Upgrade success! */ MSG_ID_B9B = 0xb9b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ ์คํจ Upgrade failed! */ MSG_ID_B9C = 0xb9c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์๊ฐ๊ธฐ Back */ MSG_ID_B9D = 0xb9d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑ๊ณต Success */ MSG_ID_B9E = 0xb9e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋๋๋ก Return */ MSG_ID_B9F = 0xb9f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์จ์์ With Mr/Miss */ MSG_ID_BA0 = 0xba0, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธํด๋ฃจ์ค์ ์ด๋ฆ์ ^0000ff^0000ff %s^000000^000000 ๋ก ์์ ํฉ๋๋ค. ๊ณ์ ํ์๊ฒ ์ต๋๊น? The Homunculus's name will be changed to^0000ff^0000ff %s^000000^000000, Are you sure? */ MSG_ID_BA1 = 0xba1, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ์ถ์ด ํ์ฉ๋ ์ํ์
๋๋ค. (ํธ์ถ ๊ธฐ๋ฅ ON) Call function is ON */ MSG_ID_BA2 = 0xba2, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ์ถ์ด ์ฐจ๋จ๋ ์ํ์
๋๋ค. (ํธ์ถ ๊ธฐ๋ฅ OFF) Call function is OFF */ MSG_ID_BA3 = 0xba3, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ์ถ ๋ฉ์์ง ํ์ Display Call messages */ MSG_ID_BA4 = 0xba4, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์บ๋ฆญํฐ๊ฐ ํ์ฌ ๋
ธ์ ์์ดํ
์ ์ฌ์ฉ ์ค์ด๋ฏ๋ก ์ญ์ ํ ์ ์์ต๋๋ค. This character is currently opening a shop and can't be deleted */ MSG_ID_BA5 = 0xba5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ ๋์ผํ ๋
ธ์ NPC๊ฐ ์ค์น ์ค์
๋๋ค. The same vend shop NPC has been set up */ MSG_ID_BA6 = 0xba6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ์ ์ค์นํ ์ ์๋ ์์น์
๋๋ค. Opening shop is not allowed on this location */ MSG_ID_BA7 = 0xba7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค๋ฅธ ์บ๋ฆญํฐ๊ฐ ์๋ ์์น์๋ ๋
ธ์ ์ ์ค์นํ ์ ์์ต๋๋ค. Opening shop is not allowed when there is other character */ MSG_ID_BA8 = 0xba8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํซ ๋จน์ด์ฃผ๊ธฐ๊ฐ ์คํจํ์ต๋๋ค. ๋ก๋ฑ์ค ์์ฑ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Failed to feed pet, please close RODEX window */ MSG_ID_BA9 = 0xba9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น ์ธํธ ์ค์ Set item setting */ MSG_ID_BAA = 0xbaa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ์ฐฉ ํ๊ธฐ Equip */ MSG_ID_BAB = 0xbab, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ ์คํจ์ ์ฅ๋น๊ฐ ์ฌ๋ผ์ง๋๋ค. Equipment will dissapear when refine fails */ MSG_ID_BAC = 0xbac, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ ์คํจ์ ์ฅ๋น์ ์ ๋ จ๋๊ฐ ๋ด๋ ค๊ฐ๋๋ค. Equipment's refine level will decreased when refine fails */ MSG_ID_BAD = 0xbad, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ ์คํจ์ ์ฅ๋น์ ์ ๋ จ๋๊ฐ ๋ด๋ ค๊ฐ๊ฑฐ๋ ์ฌ๋ผ์ง ์ ์์ต๋๋ค. Equipment will dissapear or refine level will decreased when refine fails */ MSG_ID_BAE = 0xbae, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ ์ค์๋ ๋ก๋ฑ์ค๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. ๋ก๋ฑ์ค๋ฅผ ๊ฐ์ ์ข
๋ฃํ์์ต๋๋ค. You cannot use RODEX while refining. RODEX has closed. */ MSG_ID_BAF = 0xbaf, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ ์ค์๋ ๋ก๋ฑ์ค๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. You cannot use RODEX while refining. */ MSG_ID_BB0 = 0xbb0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ์ ์งํํ๋ ค๋ฉด ๋ค๋ฅธ ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Please close other windows to continue. */ MSG_ID_BB1 = 0xbb1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ค๋ผ๊ฐ ์ ์์ ์ผ๋ก ํ์๋ฉ๋๋ค [์ค์ค๋ผ ON] Turn On Aura [Aura ON] */ MSG_ID_BB2 = 0xbb2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ค๋ผ๊ฐ ํ์๋์ง ์์ต๋๋ค [์ค์ค๋ผ OFF] Turn Off Aura [Auta OFF] */ MSG_ID_BB3 = 0xbb3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ค๋ผ๊ฐ Off ์ํ์
๋๋ค. Off ๋ฅผ ํด์ ํ๊ณ ์๋ํด ์ฃผ์ธ์ Aura is turned off. Please turn it on and try again */ MSG_ID_BB4 = 0xbb4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ ๋ฐ๋์ ์ต์ %d๊ฐ์ ํ์์ด ํ์ํฉ๋๋ค. You need %d bullet(s) to activate the skill. */ MSG_ID_BB5 = 0xbb5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น ์ธํธ๋ฅผ ๋ณ๊ฒฝํ์๊ฒ ์ต๋๊น? Do you want to change the equipment set? */ MSG_ID_BB6 = 0xbb6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฃฝ์ ์ํ์์๋ ํ ์ ์์ต๋๋ค You can not do it while you are dead. */ MSG_ID_BB7 = 0xbb7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ์คํ
๋์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while casting */ MSG_ID_BB8 = 0xbb8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฑฐ๋ ๋์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while trading */ MSG_ID_BB9 = 0xbb9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋
ธ์ ๊ฐ์ค ๋์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while opening vendor */ MSG_ID_BBA = 0xbba, -/*20171018 to 20180523 +/*20171018 to 20180605 NPC ์ด์ฉ์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while using NPC */ MSG_ID_BBB = 0xbbb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๋ฐฉ ์ด์ฉ์ค์๋ ํ ์ ์์ต๋๋ค You can not do it while using chatting room */ MSG_ID_BBC = 0xbbc, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ ์ ์์ด ์ ์ ์ํ๊ฐ ์๋๋๋ค. Party members are not connected. */ MSG_ID_BBD = 0xbbd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ ๋ฐ๋์ ์ต์ %d๊ฐ์ ํ์ด์ด ํ์ํฉ๋๋ค. You need %d arrow(s) to activate the skill. */ MSG_ID_BBE = 0xbbe, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ๋ ฌ Align items */ MSG_ID_BBF = 0xbbf, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ๋ฒ๋ฆฌ๋ ค๋ฉด ์ฅ๋น ์ค์ ์ฐฝ์ ๋ซ์์ฃผ์ธ์. Please close item setting window to dump item. */ MSG_ID_BC0 = 0xbc0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ต์ฒด ํ ์ ์๋ ์์ดํ
์ด ์์ต๋๋ค. There is no item to replace. */ MSG_ID_BC1 = 0xbc1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ญ์ ๋ ์บ๋ฆญํฐ Deleted character */ MSG_ID_BC2 = 0xbc2, -/*20171018 to 20180523 +/*20171018 to 20180605 %Y.%m.%d */ MSG_ID_BC3 = 0xbc3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์์ผ: %s Access date: %s */ MSG_ID_BC4 = 0xbc4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ ์ค์๋ ์ํ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. ์ํ์ ๊ฐ์ ์ข
๋ฃํ์์ต๋๋ค. You can not use bank while refining. Bank has closed. */ MSG_ID_BC5 = 0xbc5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ ์ค์๋ ์ํ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. You can not use bank while refining. */ MSG_ID_BC6 = 0xbc6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น ์ธํธ ์ค์ ์ค์ธ ์์ดํ
์
๋๋ค. The item has bind to set equipment. */ MSG_ID_BC7 = 0xbc7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๊ฐ Human */ MSG_ID_BC8 = 0xbc8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์ฌ, ๋ฒ์ฌ, ์์ธ, ๋ณต์ฌ, ๋๋, ๊ถ์ Swordman, Mage, Merchant, Acolyte, Thief, Archer */ MSG_ID_BC9 = 0xbc9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋๋ Doram */ MSG_ID_BCA = 0xbca, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ์ฌ Summoner */ MSG_ID_BCB = 0xbcb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ๋๊ฐ๋ฅด๋ ๋๋ฅ์ ๋ํ ์ข
์กฑ. ๋ฌดํํ ์ ์ฌ๋ ฅ๊ณผ ๋ฐ์ด๋ ์ ์๋ ฅ์ผ๋ก ๋ฌธ์ ํด๊ฒฐ์ ํ์ํ ๊ฒ์ด ํน์ง์ด๋ค. Delegate race of Midgard. Very talented race to solve a problem with inifite potential and great adaptability. */ MSG_ID_BCC = 0xbcc, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ-์คํ ๋๋ฅ์ ๋ํ์ ์ธ ์ข
์กฑ ์ค ํ๋๋ก, ์ ์ฒ์ ์ผ๋ก ํธ๊ธฐ์ฌ์ด ๊ฐํ๊ณ ๋ฐ๋ํ ์ฑ๊ฒฉ์ ์ง๋
๋ค. One of delegate race of Far-star continent with natural born curiosity and sparky character. */ MSG_ID_BCD = 0xbcd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง ํ๊ณ๋์ด 70%๋ฅผ ์ด๊ณผํ๊ฑฐ๋, ์ธ๋ฒคํ ๋ฆฌ์ 10์นธ ์ด์์ ์ฌ์ ๊ณต๊ฐ์ด ๋ถ์กฑํ ์ํ์
๋๋ค. Weight limit has reached toover 70%. Or less then 10 invenrory space. */ MSG_ID_BCE = 0xbce, -/*20171018 to 20180523 +/*20171018 to 20180605 C */ MSG_ID_BCF = 0xbcf, -/*20171018 to 20180523 +/*20171018 to 20180605 C */ MSG_ID_BD0 = 0xbd0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค๋ฅธ ์ผ์ ํ๋ ์ค์
๋๋ค. Doing in other activity. */ MSG_ID_BD1 = 0xbd1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋ฒํํธ ๋ฆฌ๋ฏธํธ : %d Overheat limit : %d */ MSG_ID_BD2 = 0xbd2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ๋ชจ๋ฆฌ์ผ ๋์ ์ด์ฉ ์ค์ ์ด๋ ๋ฐ ํํด๊ฐ ๋์ง ์์ต๋๋ค. You cannot invite or withdraw while in memorial dungeon. */ MSG_ID_BD3 = 0xbd3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น์์ด๊ฐ ํฌํจ๋์ด์์ต๋๋ค. ๋ค์ ํ๋ฒ ํ์ธํด์ฃผ์ธ์. Expletive has detected. Please check again. */ MSG_ID_BD4 = 0xbd4, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ด๋๋ %d์ ์ด์ ์
๋ ฅํด์ฃผ์ธ์. ์ฌ์ฉ์ ๊ณ์ ์ด ์์ผ์ ๋ถ๋ค์ ์ผ์ชฝ ํ๋จ์ [์ ์ฒญ] ๋ฒํผ์ ๋๋ฌ ๊ณ์ ์ ๋ง๋์๊ธฐ ๋ฐ๋๋๋ค. Please enter over %d characters. If you don't have user account, please click [Register] button on the bottom left. */ MSG_ID_BD5 = 0xbd5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น๋ฐ๋ฒํธ๋ %d์ ์ด์ ์
๋ ฅํด์ฃผ์ธ์. Please enter the password over %d characters. */ MSG_ID_BD6 = 0xbd6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์งํ์ค์ด๋ ์์
์ ์ข
๋ฃํ ๋ค์ ์๋ํ์ธ์. Please finish your current work and try it again. */ MSG_ID_BD7 = 0xbd7, -/*20171018 to 20180523 +/*20171018 to 20180605 %.1f%% (PC๋ฐฉ %.1f%% + TPLUS %.1f%% + %s์๋ฒ %.1f%%) %.1f%% (Internet-Cafe %.1f%% + TPLUS %.1f%% + %sServer %.1f%%) */ MSG_ID_BD8 = 0xbd8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ ๋ฑ๋กํ ์ ์์ต๋๋ค The item cannot be registered. */ MSG_ID_BD9 = 0xbd9, -/*20171018 to 20180523 +/*20171018 to 20180605 /100 /300 */ MSG_ID_BDA = 0xbda, -/*20171018 to 20180523 +/*20171018 to 20180605 /2000 /4000 */ MSG_ID_BDB = 0xbdb, -/*20171018 to 20180523 +/*20171018 to 20180605 https://member.gnjoy.com.tw/mRO_SecPwd.aspx */ MSG_ID_BDC = 0xbdc, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฑ๋กํ emblem์ด ์กด์ฌํ์ง ์์ต๋๋ค. emblem ํด๋์ ํ์ผ์ ๋ฃ๊ณ ์๋ํด ์ฃผ์ธ์ The emblem you want to register does not exist. Insert it in the emblem file and try again */ MSG_ID_BDD = 0xbdd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ผ๊ทธ๋๋กํฌ Ragnarok Ragnarok */ MSG_ID_BDE = 0xbde, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ๋ฆฐ์ท์ ์์ ์ด์ธ์ ์บ๋ฆญํฐ๋ช
์ด ํ์๋๋ ๊ฒฝ์ฐ๋ ์ฑํ
์ฐฝ์ ์์ ์ด์ธ์ ์บ๋ฆญํฐ ๋ํ๊ฐ ํ์๋๋ ๊ฒฝ์ฐ, ํด๋น ์ฌ์ฉ์์๊ฒ ๋ฐ๋์ ์ํด๋ฅผ ๊ตฌํ ํ ์ฌ์ฉ ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. If your screenshot or chat box includes other users besides yourself, first ask permission from the other users before using it. */ MSG_ID_BDF = 0xbdf, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์ํ์์ ์ฅ๋น๋ฅผ ๊ต์ฒดํ ์ ์์ต๋๋ค You cannot change equipment in current condition */ MSG_ID_BE0 = 0xbe0, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์ ์ ์ ์ด๋ฆ์ ๊ฐ์ ธ์ค๊ณ ์์ต๋๋ค Getting the user's name */ MSG_ID_BE1 = 0xbe1, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ๋ฉ์์ง๋ ์ฌ์ฉ ํ ์ ์๋ ๋ด์ฉ์ ํฌํจํ๊ณ ์์ต๋๋ค. This message includes contents you are not able to use. */ MSG_ID_BE2 = 0xbe2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๊ตฌ์
์ ์คํจํ์์ต๋๋ค. Failed to purchase item. */ MSG_ID_BE3 = 0xbe3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ถ์ฆ๋ฒํธ ํ์ 7์๋ฆฌ๊ฐ ์ผ์นํ์ง ์์ต๋๋ค. The lower numbers of the identification number does not match. */ MSG_ID_BE4 = 0xbe4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ซ๊ธฐ Close */ MSG_ID_BE5 = 0xbe5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ท์น Rule */ MSG_ID_BE6 = 0xbe6, -/*20171018 to 20180523 +/*20171018 to 20180605 1ํ ๊ตฌ๋งค Purchase 1x */ MSG_ID_BE7 = 0xbe7, -/*20171018 to 20180523 +/*20171018 to 20180605 10ํ ๊ตฌ๋งค Purchase 10x */ MSG_ID_BE8 = 0xbe8, -/*20171018 to 20180523 +/*20171018 to 20180605 100ํ ๊ตฌ๋งค Purchase 100x */ MSG_ID_BE9 = 0xbe9, -/*20171018 to 20180523 +/*20171018 to 20180605 1๋ฑ ๋น์ฒจ Win 1st prize */ MSG_ID_BEA = 0xbea, -/*20171018 to 20180523 +/*20171018 to 20180605 2๋ฑ ๋น์ฒจ Win 2nd prize */ MSG_ID_BEB = 0xbeb, -/*20171018 to 20180523 +/*20171018 to 20180605 3๋ฑ ๋น์ฒจ Win 3rd prize */ MSG_ID_BEC = 0xbec, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์ฌ์ฉํ์ง ์์ Currently not in use */ MSG_ID_BED = 0xbed, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์ฌ์ฉํ์ง ์์ Currently not in use */ MSG_ID_BEE = 0xbee, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ ๋ก๋ ๋น์ฒจ์ Zeny Lottery winner */ MSG_ID_BEF = 0xbef, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณต๊ถ ๊ตฌ๋งค ๊ธ์ก Lottery purchase amount */ MSG_ID_BF0 = 0xbf0, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐธ์ฌ ์บ๋ฆญํฐ Participating character */ MSG_ID_BF1 = 0xbf1, -/*20171018 to 20180523 +/*20171018 to 20180605 1๋ฑ 1st Price */ MSG_ID_BF2 = 0xbf2, -/*20171018 to 20180523 +/*20171018 to 20180605 2๋ฑ 2nd Price */ MSG_ID_BF3 = 0xbf3, -/*20171018 to 20180523 +/*20171018 to 20180605 3๋ฑ 3rd Price */ MSG_ID_BF4 = 0xbf4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ๋งค ๋ณด์ ์์ดํ
Purchase Reward Item */ MSG_ID_BF5 = 0xbf5, -/*20171018 to 20180523 +/*20171018 to 20180605 ^1a1a1a๋ณต๊ถ ^b%d๊ฐ^/b๋ฅผ ^4435b2%dZeny^1a1a1a๋ก ๊ตฌ๋งคํ์๊ฒ ์ต๋๊น? @@ -15192,759 +15192,759 @@ Purchase Reward Item ^4435b2%dZeny^1a1a1a? */ MSG_ID_BF6 = 0xbf6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณต๊ถ์ ์ฑ๊ณต์ ์ผ๋ก ๊ตฌ๋งคํ์์ต๋๋ค. You have successfully purchased the lottery ticket. */ MSG_ID_BF7 = 0xbf7, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง ์ ๋๊ฐ ๋ถ์กฑํ์ฌ ๋ณต๊ถ์ ๊ตฌ๋งค ํ ์ ์์ต๋๋ค. Not enough Zeny to purchase lottey ticket. */ MSG_ID_BF8 = 0xbf8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต๋ ๋ณต๊ถ ๊ตฌ๋งค ํ์๋ 1000ํ๋ฅผ ์ด๊ณผ ํ ์ ์์ต๋๋ค. You are only able to purchase the tickets upto 1000 times. */ MSG_ID_BF9 = 0xbf9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ Yes */ MSG_ID_BFA = 0xbfa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ No */ MSG_ID_BFB = 0xbfb, -/*20171018 to 20180523 +/*20171018 to 20180605 HP */ MSG_ID_BFC = 0xbfc, -/*20171018 to 20180523 +/*20171018 to 20180605 SP */ MSG_ID_BFD = 0xbfd, -/*20171018 to 20180523 +/*20171018 to 20180605 Lv */ MSG_ID_BFE = 0xbfe, -/*20171018 to 20180523 +/*20171018 to 20180605 Lv */ MSG_ID_BFF = 0xbff, -/*20171018 to 20180523 +/*20171018 to 20180605 Exp */ MSG_ID_C00 = 0xc00, -/*20171018 to 20180523 +/*20171018 to 20180605 all on */ MSG_ID_C01 = 0xc01, -/*20171018 to 20180523 +/*20171018 to 20180605 Play Replay Flie */ MSG_ID_C02 = 0xc02, -/*20171018 to 20180523 +/*20171018 to 20180605 P */ MSG_ID_C03 = 0xc03, -/*20171018 to 20180523 +/*20171018 to 20180605 Total */ MSG_ID_C04 = 0xc04, -/*20171018 to 20180523 +/*20171018 to 20180605 Basicinfo */ MSG_ID_C05 = 0xc05, -/*20171018 to 20180523 +/*20171018 to 20180605 Equip */ MSG_ID_C06 = 0xc06, -/*20171018 to 20180523 +/*20171018 to 20180605 Item */ MSG_ID_C07 = 0xc07, -/*20171018 to 20180523 +/*20171018 to 20180605 Skill */ MSG_ID_C08 = 0xc08, -/*20171018 to 20180523 +/*20171018 to 20180605 Guild */ MSG_ID_C09 = 0xc09, -/*20171018 to 20180523 +/*20171018 to 20180605 Party */ MSG_ID_C0A = 0xc0a, -/*20171018 to 20180523 +/*20171018 to 20180605 Chatting */ MSG_ID_C0B = 0xc0b, -/*20171018 to 20180523 +/*20171018 to 20180605 Shortcut */ MSG_ID_C0C = 0xc0c, -/*20171018 to 20180523 +/*20171018 to 20180605 Status */ MSG_ID_C0D = 0xc0d, -/*20171018 to 20180523 +/*20171018 to 20180605 ALL All */ MSG_ID_C0E = 0xc0e, -/*20171018 to 20180523 +/*20171018 to 20180605 User Defined File Name */ MSG_ID_C0F = 0xc0f, -/*20171018 to 20180523 +/*20171018 to 20180605 Repeated File Check */ MSG_ID_C10 = 0xc10, -/*20171018 to 20180523 +/*20171018 to 20180605 on */ MSG_ID_C11 = 0xc11, -/*20171018 to 20180523 +/*20171018 to 20180605 <Basic Skin> */ MSG_ID_C12 = 0xc12, -/*20171018 to 20180523 +/*20171018 to 20180605 Select Skin */ MSG_ID_C13 = 0xc13, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ๋ณต๊ถ์ ์ฐธ์ฌ ์ค์ด๋ผ ์ญ์ ํ ์ ์์ต๋๋ค You cannot delete it because you are currently participating in the lottery */ MSG_ID_C14 = 0xc14, -/*20171018 to 20180523 +/*20171018 to 20180605 /achievement */ MSG_ID_C15 = 0xc15, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ ๋ณต๊ถ Zeny Lottery ticket */ MSG_ID_C16 = 0xc16, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ ๋ณต๊ถ %d๋ฑ ๋น์ฒจ ๋ณด์ Zenyy Lottery %dprize reward */ MSG_ID_C17 = 0xc17, -/*20171018 to 20180523 +/*20171018 to 20180605 %d๋ฑ ๋น์ฒจ ๋ณด์: %s %dprize reward: %s */ MSG_ID_C18 = 0xc18, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ ๋ณต๊ถ ๋์ ๊ตฌ๋งค ๋ณด์ Zeny Lottery Cumulative purchase reward */ MSG_ID_C19 = 0xc19, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ %dํ ๋ณด์: %s Cumulative %d times reward: %s */ MSG_ID_C1A = 0xc1a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ ๋ณต๊ถ ๊ตฌ๋งค ํ๋ถ Zeny Lottery Refund */ MSG_ID_C1B = 0xc1b, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ถ ๊ธ์ก: %d Zeny ํ๋ถ ์ฌ์ : ์๋ฒ ๋ด ๋ณต๊ถ ์ถ์ฒจ ๋ฌ์ฑ ์คํจ Refund amount: %d Zeny Reason for Refund: Failed to draw lottery in the server */ MSG_ID_C1C = 0xc1c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ๋ ํํฐ์ฐฝ ์ถ๊ฐ Add Mini Party Chat */ MSG_ID_C1D = 0xc1d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ๋ ํํฐ์ฐฝ ์ญ์ Delete Mini Party Chat */ MSG_ID_C1E = 0xc1e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณต๊ถ ์ถ์ฒจ์ด ๋ชจ๋ ์ข
๋ฃ ๋์์ต๋๋ค! ๋น์ฒจ์๋ฅผ ํ์ธํด์ฃผ์ธ์ The lottery draw had ended! Check the winner! */ MSG_ID_C1F = 0xc1f, -/*20171018 to 20180523 +/*20171018 to 20180605 %d์ %d์ผ %dMonth %dDay */ MSG_ID_C20 = 0xc20, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค์ ๋ฑ๊ธ๊น์ง Till the next grade */ MSG_ID_C21 = 0xc21, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฒด All */ MSG_ID_C22 = 0xc22, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ์๋ฃ Incomplete */ MSG_ID_C23 = 0xc23, -/*20171018 to 20180523 +/*20171018 to 20180605 (๋ฌ์ฑ!) (Accomplished!) */ MSG_ID_C24 = 0xc24, -/*20171018 to 20180523 +/*20171018 to 20180605 (๋ฏธ๋ฌ์ฑ) (Not Accomplished) */ MSG_ID_C25 = 0xc25, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น ๊ต์ฒด Change equipment */ MSG_ID_C26 = 0xc26, -/*20171018 to 20180523 +/*20171018 to 20180605 CHANGE */ MSG_ID_C27 = 0xc27, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ ํ๋ผ๋ฉํฐ ^cc0000๊ทผ์ ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ^ffffff, ์์ง๋ฌด๊ฒ Power Parameter ^cc0000Melee PhysicalAttack^ffffff, Carrying Weight */ MSG_ID_C28 = 0xc28, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏผ์ฒฉ์ฑ ํ๋ผ๋ฉํฐ ^cc0000๊ณต๊ฒฉ ์๋^ffffff, ํํผ์จ, ๋ฌผ๋ฆฌ ๋ฐฉ์ด๋ ฅ Agility Parameter ^cc0000Attack Speed^ffffff, Dodge, Physical Defense */ MSG_ID_C29 = 0xc29, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฒด๋ ฅ ํ๋ผ๋ฉํฐ ^cc0000์ต๋ ์ฒด๋ ฅ^ffffff, ๋ฌผ๋ฆฌ ๋ฐฉ์ด๋ ฅ, ๋ง๋ฒ ๋ฐฉ์ด๋ ฅ HP Parameter ^cc0000Max HP^ffffff, Physical Defense, Magic Defense */ MSG_ID_C2A = 0xc2a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ง๋ ฅ ํ๋ผ๋ฉํฐ ^cc0000๋ง๋ฒ ๊ณต๊ฒฉ๋ ฅ^ffffff, ์บ์คํ
์๊ฐ, ๋ง๋ฒ ๋ฐฉ์ด๋ ฅ Intellect Parameter ^cc0000Magic Attack^ffffff, Casting Time, Magic Defense */ MSG_ID_C2B = 0xc2b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ฌ์ฃผ ํ๋ผ๋ฉํฐ ^cc0000์๊ฑฐ๋ฆฌ ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ^ffffff, ๋ช
์ค๋ฅ , ์บ์คํ
์๊ฐ, ๋ง๋ฒ ๊ณต๊ฒฉ๋ ฅ Handcraft Parameter ^cc0000Long Range Physical Attack^ffffff, Accuracy, Casting Time, Magic Attack */ MSG_ID_C2C = 0xc2c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ํ๋ผ๋ฉํฐ ^cc0000์น๋ช
ํ์จ^ffffff, ๋ช
์ค๋ฅ , ๋ฌผ๋ฆฌ๊ณต๊ฒฉ๋ ฅ, ๋ง๋ฒ๊ณต๊ฒฉ๋ ฅ, ํํผ์จ Moon Parameter ^cc0000Critical Rate^ffffff, Accuracy, Physical Attack, Magic Attack, Dodge */ MSG_ID_C2D = 0xc2d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ Physical Attack */ MSG_ID_C2E = 0xc2e, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌผ๋ฆฌ ๋ฐฉ์ด๋ ฅ Physical Defense */ MSG_ID_C2F = 0xc2f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ช
์ค๋ฅ Accuracy */ MSG_ID_C30 = 0xc30, -/*20171018 to 20180523 +/*20171018 to 20180605 ์น๋ช
ํ์จ Critical Rate */ MSG_ID_C31 = 0xc31, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์๊ธธ๋ Affiliated Guild */ MSG_ID_C32 = 0xc32, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ ํ๋ผ๋ฉํฐ ๋ ๋ฒจ์
์ ์ฌ์ฉ๋๋ ํฌ์ธํธ Points to level up each Parameter */ MSG_ID_C33 = 0xc33, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋ฒ๊ณต๊ฒฉ๋ ฅ Magic Attack */ MSG_ID_C34 = 0xc34, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง๋ฒ๋ฐฉ์ด๋ ฅ Magic Defense */ MSG_ID_C35 = 0xc35, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํผ์จ Dodge */ MSG_ID_C36 = 0xc36, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต๊ฒฉ ์๋ Attack Speed */ MSG_ID_C37 = 0xc37, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จ์ถํค ์๋ด Shortcut */ MSG_ID_C38 = 0xc38, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ต์
Option */ MSG_ID_C39 = 0xc39, -/*20171018 to 20180523 +/*20171018 to 20180605 ์คํฌ ๋จ์ถํค (F1 ~ F9) Skill Shortcut Key (F1 ~ F9) */ MSG_ID_C3A = 0xc3a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ฏธ์ง ์บก์ณ Capture Image */ MSG_ID_C3B = 0xc3b, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ Zoom In */ MSG_ID_C3C = 0xc3c, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ์ Zoom Out */ MSG_ID_C3D = 0xc3d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ๋ Guild */ MSG_ID_C3E = 0xc3e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ํ Bank */ MSG_ID_C3F = 0xc3f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐํธ Mail */ MSG_ID_C40 = 0xc40, -/*20171018 to 20180523 +/*20171018 to 20180605 ์บ์ ์์ Cash Shop */ MSG_ID_C41 = 0xc41, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ธฐ Sit */ MSG_ID_C42 = 0xc42, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ Move */ MSG_ID_C43 = 0xc43, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ Rotate */ MSG_ID_C44 = 0xc44, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ฅ์ ํํฐ์ฅ์ ๋ค๋ฅธ ํํฐ์์๊ฒ ์์ ํ ํํด ๊ฐ๋ฅํฉ๋๋ค. The Party Leader can be dropped out only after another party member becomes a Party Leader. */ MSG_ID_C45 = 0xc45, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ๋์์์ ๊ทธ๋ง ๋ณด์๊ฒ ์ต๋๊น? Do you want to stop viewing this video? */ MSG_ID_C46 = 0xc46, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น๊ฐ ์ฅ๋น ๊ต์ฒด ์ฐฝ์ ์ฅ์ฐฉ ๋์์ต๋๋ค. gear has been equipped in the gear equipment pop-up. */ MSG_ID_C47 = 0xc47, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฅ๋น๊ฐ ์ฅ๋น ๊ต์ฒด ์ฐฝ์์ ํด์ ๋์์ต๋๋ค. gear has been removed in the gear equipment pop-up. */ MSG_ID_C48 = 0xc48, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ๊ฐ ๋ง์ง๋ง ๋ผ์ธ์
๋๋ค. This is the last line. */ MSG_ID_C49 = 0xc49, -/*20171018 to 20180523 +/*20171018 to 20180605 %.1f%% ( ๊ธฐ๋ณธ 100%% + ํ๋ฆฌ๋ฏธ์ %.1f%%+ %s์๋ฒ %.1f%% ) %.1f%% ( Base 100%% + Premium %.1f%%+ %sServer %.1f%% ) */ MSG_ID_C4A = 0xc4a, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ Chinese character */ MSG_ID_C4B = 0xc4b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จ์ถํค ์ค์ Shortcut Settings */ MSG_ID_C4C = 0xc4c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น์ ์ ์ ์ก์ ๊ธฐ๊ฐ์ %s์ ์ข
๋ฃ๋ฉ๋๋ค. Your subscription will be ended on%s. */ MSG_ID_C4D = 0xc4d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฆฌํ๋ ์ด ํ์ผ์ ์ฐพ์ง ๋ชปํ์์ต๋๋ค. Cannot find the replay file. */ MSG_ID_C4E = 0xc4e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ Shoes */ MSG_ID_C4F = 0xc4f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ฐ Head */ MSG_ID_C50 = 0xc50, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฐ์ท Armor */ MSG_ID_C51 = 0xc51, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๊นจ Shoulders */ MSG_ID_C52 = 0xc52, -/*20171018 to 20180523 +/*20171018 to 20180605 ์
์ธ Accessory */ MSG_ID_C53 = 0xc53, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋จธ๋ฆฌ Costume */ MSG_ID_C54 = 0xc54, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฐจ์์ ๋ ฌ Sort Order */ MSG_ID_C55 = 0xc55, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ผ๋ฐ ์ฅ๋น Normal Gear */ MSG_ID_C56 = 0xc56, -/*20171018 to 20180523 +/*20171018 to 20180605 ํน์ ์ฅ๋น Special Gear */ MSG_ID_C57 = 0xc57, -/*20171018 to 20180523 +/*20171018 to 20180605 ์นญํธ Style */ MSG_ID_C58 = 0xc58, -/*20171018 to 20180523 +/*20171018 to 20180605 /quake : ํ๋ฉด ํ๋ค๋ฆผ ํจ๊ณผ On/Off /quake : Screen Shaking Effect On/Off */ MSG_ID_C59 = 0xc59, -/*20171018 to 20180523 +/*20171018 to 20180605 /aura2 : ์ค์ค๋ผ๋ฅผ ์์ ํ Off ์ํฌ ์ ์์ต๋๋ค On Off /aura2 : You can completely turn off the aurora On/Off */ MSG_ID_C5A = 0xc5a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๋ณธ ์ค์ Default Settings */ MSG_ID_C5B = 0xc5b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณ ๊ธ ์ค์ Advanced Settings */ MSG_ID_C5C = 0xc5c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๋ณธ์ค์ ๊ฐ์ด ์ ์ฉ๋ฉ๋๋ค. The Default Settings will be applied. */ MSG_ID_C5D = 0xc5d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๋ณธ ์ค์ ๊ฐ์ด ์ ์ฉ๋ฉ๋๋ค. ๋์ํ์ญ๋๊น? The Default Settings will be applied. Do you agree? */ MSG_ID_C5E = 0xc5e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ ๊ฐ์ด ์ ์ฉ๋ฉ๋๋ค. ๋์ํ์ญ๋๊น? The settings will be applied. Do you agree? */ MSG_ID_C5F = 0xc5f, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ ๊ฐ์ ์ ์ฉํ๋ ค๋ฉด ์ฌ์์์ด ํ์ํฉ๋๋ค. ๋์ํ์ญ๋๊น? Need to restart to apply the settings. Do you agree? */ MSG_ID_C60 = 0xc60, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ฐ Fog */ MSG_ID_C61 = 0xc61, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ค๋ผ ๊ฐ๋ตํ Simplified aurora */ MSG_ID_C62 = 0xc62, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ค๋ผ์ผ๊ธฐ Turn on aurora */ MSG_ID_C63 = 0xc63, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ดํํธ ํ์ Show Effect */ MSG_ID_C64 = 0xc64, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ํ์ Show Shadows */ MSG_ID_C65 = 0xc65, -/*20171018 to 20180523 +/*20171018 to 20180605 No Shift */ MSG_ID_C66 = 0xc66, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋์จ์ด T&L ๊ฐ์๊ธฐ๋ฅ์ ์ ํํฉ๋๋ค Select Hardware T&L Acceleration Function */ MSG_ID_C67 = 0xc67, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์์ ํด์๋๋ฅผ ์ ํํฉ๋๋ค Select Game Resolution */ MSG_ID_C68 = 0xc68, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฒดํ๋ฉด ์ฌ์ฉ Use full screen */ MSG_ID_C69 = 0xc69, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์ฐ์ค ๊ณ ์ Fix mouse */ MSG_ID_C6A = 0xc6a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ดํํธ ์ค์ Effect Settings */ MSG_ID_C6B = 0xc6b, -/*20171018 to 20180523 +/*20171018 to 20180605 Control ์ค์ Control Settings */ MSG_ID_C6C = 0xc6c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทธ๋ํฝ ์ฅ์น ์ค์ Graphic Device Settings */ MSG_ID_C6D = 0xc6d, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ทธ๋ํฝ ํด์๋ ์ค์ Graphic Resolution Settings */ MSG_ID_C6E = 0xc6e, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ฒด ํ๋ฉด ์ ๋ฌด ์ค์ Full Screen Settings */ MSG_ID_C6F = 0xc6f, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ง์ฐ์ค ๊ณ ์ ์ฌ๋ถ ์ค์ Fix mouse Settings */ MSG_ID_C70 = 0xc70, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์๋ฃ : Commission : */ MSG_ID_C71 = 0xc71, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์๋ฃ ์ด์ก : Total commission amount : */ MSG_ID_C72 = 0xc72, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ์ธ ์ค์ Select receiver */ MSG_ID_C73 = 0xc73, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ ๊ทธ๋ฃน ์ค์ Select receiving group */ MSG_ID_C74 = 0xc74, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฌ๊ธฐ ๋ณ๊ฒฝ(F10) Change size(F10) */ MSG_ID_C75 = 0xc75, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฉ์ผํจ์ ๋ถ๋ฌ์ค๋ ์ค ์
๋๋ค. ๋ถํ์ํ ๋ฉ์ผ์ ^c92114์ญ์ ^000000ํด ์ฃผ์ธ์~!! Loading the mailbox. ^c92114Delete^000000unnecessary emails!! */ MSG_ID_C76 = 0xc76, -/*20171018 to 20180523 +/*20171018 to 20180605 NOW LOADING.. */ MSG_ID_C77 = 0xc77, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ชฉ Title */ MSG_ID_C78 = 0xc78, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณด๋ธ์ด Sender */ MSG_ID_C79 = 0xc79, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ผ๊ทธ๋๋กํฌ ํด๋ผ์ด์ธํธ์ ๋์์ ์คํ์ด ๋ถ๊ฐ๋ฅ ํฉ๋๋ค. setup์ ์ข
๋ฃํฉ๋๋ค */ MSG_ID_C7A = 0xc7a, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ๊ฐ ๊ธฐ๋ฅ ์ค์ */ MSG_ID_C7B = 0xc7b, -/*20171018 to 20180523 +/*20171018 to 20180605 This account does not exist. */ MSG_ID_C7C = 0xc7c, -/*20171018 to 20180523 +/*20171018 to 20180605 Passwords do not match. */ MSG_ID_C7D = 0xc7d, -/*20171018 to 20180523 +/*20171018 to 20180605 Failed to pass IP authentication */ MSG_ID_C7E = 0xc7e, -/*20171018 to 20180523 +/*20171018 to 20180605 No identification number, supplement your registration information */ MSG_ID_C7F = 0xc7f, -/*20171018 to 20180523 +/*20171018 to 20180605 Account block */ MSG_ID_C80 = 0xc80, -/*20171018 to 20180523 +/*20171018 to 20180605 System error */ MSG_ID_C81 = 0xc81, -/*20171018 to 20180523 +/*20171018 to 20180605 unknown error found. */ MSG_ID_C82 = 0xc82, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ์๋ด ์์ด์ฝ ์ค์ */ MSG_ID_C83 = 0xc83, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ ์๋ด ์ ๋ณด UI */ MSG_ID_C84 = 0xc84, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ ์๋ด ์ ๋ณด ์ด๊ธฐ */ MSG_ID_C85 = 0xc85, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ ์์น ๊ณต์ */ MSG_ID_C86 = 0xc86, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฒฐ๊ณผ[0] */ MSG_ID_C87 = 0xc87, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์&์๋ด */ MSG_ID_C88 = 0xc88, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์น๊ฐ ์ฌ๋ฐ๋ฅด์ง ์์ต๋๋ค. */ MSG_ID_C89 = 0xc89, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์๊ฒฐ๊ณผ[%d] */ MSG_ID_C8A = 0xc8a, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ์๋ด ํ์๋ฅผ ์ํ ์์ด์ฝ ์ค์ */ MSG_ID_C8B = 0xc8b, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธธ ์ฐพ๊ธฐ์ zeny ํ์ฉ */ MSG_ID_C8C = 0xc8c, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด๋น๊ฒ์ด์
๋ํน ํด์ */ MSG_ID_C8D = 0xc8d, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฑํ ํ์ง ์์ ๊ณ์ ์
๋๋ค. */ MSG_ID_C8E = 0xc8e, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋ฆญํ ์์น๊ฐ ์ฑํ
์ฐฝ์ ๊ณต์ ๋ฉ๋๋ค. */ MSG_ID_C8F = 0xc8f, -/*20171018 to 20180523 +/*20171018 to 20180605 4. Service ํญ๋ชฉ์ ์ ํํ๋ฉด Zeny&๋น๊ณต์ ์ด์ฉ์ ๊ณ ๋ คํ์ฌ ์๋ด ํ๋ค. */ MSG_ID_C90 = 0xc90, -/*20171018 to 20180523 +/*20171018 to 20180605 5. [<-] ๋ฒํผ : ๊ธธ์๋ด ๋ชจ๋ <-> ๊ฒ์ ๋ชจ๋๋ฅผ ๋ฐ๊พธ๊ฑฐ๋ */ MSG_ID_C91 = 0xc91, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ณต์ ํ๊ธฐ ๋ชจ๋ -> ์์น ๋ชจ๋๋ก ๋์๊ฐ๋ ์ฌ์ฉ ๋๋ค. */ MSG_ID_C92 = 0xc92, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒฝํ์น %lld ์ป์ */ MSG_ID_C93 = 0xc93, -/*20171018 to 20180523 +/*20171018 to 20180605 '%lld'์ ๊ฒฝํ์น๋ฅผ */ MSG_ID_C94 = 0xc94, -/*20171018 to 20180523 +/*20171018 to 20180605 ^b- ๋
ธ์ ์์๋ฃ ์๋ด^/b ๋
ธ์ ์ค์ ๊ฐ๊ฒฉ์ ๋ฐ๋ผ ์ผ์ ๋น์จ์ ์์๋ฃ๊ฐ ๋ถ๊ฐ๋ฉ๋๋ค. @@ -15965,1063 +15965,1063 @@ unknown error found. = ์์๋ฃ์จ : ^1567fe5%^000000 */ MSG_ID_C95 = 0xc95, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๊ฑฐ๋๊ฐ : */ MSG_ID_C96 = 0xc96, -/*20171018 to 20180523 +/*20171018 to 20180605 โป ์์ดํ
ํ๋งค์, ์ค๊ฑฐ๋๊ฐ๋งํผ ์ ๋๋ฅผ ํ๋ํฉ๋๋ค. */ MSG_ID_C97 = 0xc97, -/*20171018 to 20180523 +/*20171018 to 20180605 โป ์์ดํ
๊ตฌ๋งค์, ์ค๊ฑฐ๋๊ฐ๋งํผ ์ ๋๊ฐ ์ฐจ๊ฐ๋ฉ๋๋ค. */ MSG_ID_C98 = 0xc98, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑํ
๋ฐฉ ๊ฐ์ค */ MSG_ID_C99 = 0xc99, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ์บ๋ฆญํฐ๋ ํํฐ๊ฐ์
์ด ๊ฐ๋ฅํ์ง ์์ ๋ ๋ฒจ์
๋๋ค. */ MSG_ID_C9A = 0xc9a, -/*20171018 to 20180523 +/*20171018 to 20180605 '%lld'์ ์ก๊ฒฝํ์น๋ฅผ */ MSG_ID_C9B = 0xc9b, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ก๊ฒฝํ์น %lld ์ป์ */ MSG_ID_C9C = 0xc9c, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ฌ์์น(๋๋ก)์๋ ๋
ธ์ ์ ๊ฐ์คํ ์ ์์ต๋๋ค. */ MSG_ID_C9D = 0xc9d, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด ํ ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_C9E = 0xc9e, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ */ MSG_ID_C9F = 0xc9f, -/*20171018 to 20180523 +/*20171018 to 20180605 SNS ์ ์ก์คํจ(%d) */ MSG_ID_CA0 = 0xca0, -/*20171018 to 20180523 +/*20171018 to 20180605 SNS ์๋ฒ ์ฐ๊ฒฐ์คํจ */ MSG_ID_CA1 = 0xca1, -/*20171018 to 20180523 +/*20171018 to 20180605 SNS ๋ก๊ทธ์ธ ํ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_CA2 = 0xca2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ์ ํ ์ ์๋ ์ฃผ์๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. */ MSG_ID_CA3 = 0xca3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฏธ๋ํํฐ์ฐฝ์ด ๊ฒน์ณ์ ธ ์์ด ์ฌ์ฉํ์ค ์ ์์ต๋๋ค. */ MSG_ID_CA4 = 0xca4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ ํ๋งค๋
ธ์ */ MSG_ID_CA5 = 0xca5, -/*20171018 to 20180523 +/*20171018 to 20180605 BOX */ MSG_ID_CA6 = 0xca6, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ฐ์ค */ MSG_ID_CA7 = 0xca7, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ์์ ์ฑ๊ณตํ์ต๋๋ค. */ MSG_ID_CA8 = 0xca8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค์ํ๊ธฐ */ MSG_ID_CA9 = 0xca9, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ๋์์ต๋๋ค. ์ ๋ จ ์ฌ๋ฃ๋ฅผ ๋ค์ ์ ํํด์ฃผ์ธ์. */ MSG_ID_CAA = 0xcaa, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋ จ์์ด ๋ถ์กฑํ์ฌ ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค. */ MSG_ID_CAB = 0xcab, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๋๊ฐ ๋ถ์กฑํ์ฌ ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค. */ MSG_ID_CAC = 0xcac, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ฅ์ฅ์ด์ ์ถ๋ณต์ด ๋ถ์กฑํ์ฌ ๋ค์ํ๊ธฐ๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค. */ MSG_ID_CAD = 0xcad, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ด ํ๊ดด๋์์ต๋๋ค. */ MSG_ID_CAE = 0xcae, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋ ์คํ
์ดํฐ์ค๊ฐ ๊ฐ์๋์์ต๋๋ค. */ MSG_ID_CAF = 0xcaf, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ชจ๋ ์คํ
์ดํฐ์ค ๊ฐ์ ํจ๊ณผ๊ฐ ํด์ ๋์์ต๋๋ค. */ MSG_ID_CB0 = 0xcb0, -/*20171018 to 20180523 +/*20171018 to 20180605 OTP ๋น๋ฐ๋ฒํธ๋ 8์๋ฆฌ ์
๋๋ค. */ MSG_ID_CB1 = 0xcb1, -/*20171018 to 20180523 +/*20171018 to 20180605 ํตํฉ๊ณ์ */ MSG_ID_CB2 = 0xcb2, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ผ๊ทธ๋๋กํฌ */ MSG_ID_CB3 = 0xcb3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋น์ค ์ ๊ฒ ์ค์
๋๋ค. */ MSG_ID_CB4 = 0xcb4, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ฒ์์ด๋ฅผ ์
๋ ฅํด์ฃผ์ธ์ */ MSG_ID_CB5 = 0xcb5, -/*20171018 to 20180523 +/*20171018 to 20180605 MOTP */ MSG_ID_CB6 = 0xcb6, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ์ฆ๋ฒํธ Identification number. */ MSG_ID_CB7 = 0xcb7, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋ํฐ์ ๋ค์ด๋ฐ์ GNJOY MOTP๋ฅผ ์คํํ์ฌ ์ธ์ฆ๋ฒํธ๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์. */ MSG_ID_CB8 = 0xcb8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ฅ์ ์์ํ ํํฐ์์ด ์กด์ฌํ์ง ์์ต๋๋ค. ํํฐ๋ฅผ ํด์ฐํ์๊ฒ ์ต๋๊น? */ MSG_ID_CB9 = 0xcb9, -/*20171018 to 20180523 +/*20171018 to 20180605 - ๋ง18์ธ์ด์ */ MSG_ID_CBA = 0xcba, -/*20171018 to 20180523 +/*20171018 to 20180605 - ์ ๋ฃ์๋ฒ */ MSG_ID_CBB = 0xcbb, -/*20171018 to 20180523 +/*20171018 to 20180605 - ๋ฌด๋ฃ์๋ฒ */ MSG_ID_CBC = 0xcbc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์พ์ */ MSG_ID_CBD = 0xcbd, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณดํต Normal */ MSG_ID_CBE = 0xcbe, -/*20171018 to 20180523 +/*20171018 to 20180605 ํผ์ก */ MSG_ID_CBF = 0xcbf, -/*20171018 to 20180523 +/*20171018 to 20180605 ํฌํ */ MSG_ID_CC0 = 0xcc0, -/*20171018 to 20180523 +/*20171018 to 20180605 map */ MSG_ID_CC1 = 0xcc1, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ฐฝ๊ณ ๋ ์ธ๋ฒคํ ๋ฆฌ ์์ดํ
๋ง ์
์ถ๊ณ ํ ์ ์์ต๋๋ค. */ MSG_ID_CC2 = 0xcc2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ฐฝ๊ณ ์๋ ํซ์์ ์
๊ณ ํ ์ ์์ต๋๋ค. */ MSG_ID_CC3 = 0xcc3, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ฐฝ๊ณ ์๋ ์ ์์์ดํ
์ ์
๊ณ ํ ์ ์์ต๋๋ค. */ MSG_ID_CC4 = 0xcc4, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์์๋ ์ถ๊ณ ํ ์ ์๋ ์์ดํ
์
๋๋ค. */ MSG_ID_CC5 = 0xcc5, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋์ ํ๊ดด */ MSG_ID_CC6 = 0xcc6, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s] ๋์ด ์ ๋ จ์ ์ฑ๊ณตํ์ฌ, [+%d %s] ์์ดํ
์ ํ๋ํ์์ต๋๋ค. */ MSG_ID_CC7 = 0xcc7, -/*20171018 to 20180523 +/*20171018 to 20180605 [%s] ๋์ด [+%d %s] ์์ดํ
์ ์ ๋ จ์ ์คํจํ์์ต๋๋ค. */ MSG_ID_CC8 = 0xcc8, -/*20171018 to 20180523 +/*20171018 to 20180605 ํํฐ์ฅ์ ์์ํ ์ดํ์ ํํดํ ์ ์์ต๋๋ค. */ MSG_ID_CC9 = 0xcc9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค๋ฆ */ MSG_ID_CCA = 0xcca, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ด๋ฆผ */ MSG_ID_CCB = 0xccb, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐ๋ณธ */ MSG_ID_CCC = 0xccc, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ณ์กฐ๋ ํ์ผ์ด ๋ฐ๊ฒฌ๋์์ต๋๋ค. ๊ฒ์์ ๋ค์ ์คํ์์ผ์ฃผ์ธ์. */ MSG_ID_CCD = 0xccd, -/*20171018 to 20180523 +/*20171018 to 20180605 %s ์(๋) ์ด๋งต์์ ์ด๋์ด ์ ํ๋ ์์ดํ
์
๋๋ค. */ MSG_ID_CCE = 0xcce, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค์ค๋ก ๋จน์ด๋จน๊ธฐ */ MSG_ID_CCF = 0xccf, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ก๋ฑ์ค ์์ฑ์ฐฝ์ด ์ด๋ ค์๋ ๋์ ํธ๋ฌธํด๋ฃจ์ค๊ฐ ๋จน์ด๋ฅผ ๋จน์ง ๋ชปํฉ๋๋ค. */ MSG_ID_CD0 = 0xcd0, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธํด๋ฃจ์ค๊ฐ ๋จน์ด๋ฅผ ๋จน์์ต๋๋ค. '%s' ์์ฌ๋ %d๊ฐ */ MSG_ID_CD1 = 0xcd1, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธํด๋ฃจ์ค ์ค์ค๋ก ๋จน์ด ๋จน๊ธฐ ํ์ฑํ On */ MSG_ID_CD2 = 0xcd2, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธํด๋ฃจ์ค ์ค์ค๋ก ๋จน์ด ๋จน๊ธฐ ํ์ฑํ Off */ MSG_ID_CD3 = 0xcd3, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธํด๋ฃจ์ค๋ ์ฃผ์ธ์ด ํ๋ํ๋ ๊ฒฝํ์น์ 10%๋งํผ์ ์์ ์ ๊ฒฝํ์น๋ก ๋ถ๋ฐฐ ๋ฐ์ต๋๋ค. */ MSG_ID_CD4 = 0xcd4, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ฅ : %d%% */ MSG_ID_CD5 = 0xcd5, -/*20171018 to 20180523 +/*20171018 to 20180605 ํด๋น ๋์์ ํธ๋ฌธ์ ๊ณต๊ฒฉ๋์์ด ์๋๋๋ค. 'Alt + ์ฐํด๋ฆญ'์ ํตํด ํธ๋ฌธํด๋ฃจ์ค์ ๊ณต๊ฒฉ๋์์ ์ง์ ํด์ฃผ์ธ์. */ MSG_ID_CD6 = 0xcd6, -/*20171018 to 20180523 +/*20171018 to 20180605 ํธ๋ฌธ์ ๊ณต๊ฒฉ๋์์ด ์กด์ฌํ์ง ์์ต๋๋ค. 'Alt + ์ฐํด๋ฆญ'์ ํตํด ํธ๋ฌธํด๋ฃจ์ค์ ๊ณต๊ฒฉ๋์์ ์ง์ ํด์ฃผ์ธ์. */ MSG_ID_CD7 = 0xcd7, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋งค ๋ฆฌ์คํธ */ MSG_ID_CD8 = 0xcd8, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ์
๋ฆฌ์คํธ */ MSG_ID_CD9 = 0xcd9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ ๊ท New */ MSG_ID_CDA = 0xcda, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ธ๊ธฐ Headgears */ MSG_ID_CDB = 0xcdb, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ Limited */ MSG_ID_CDC = 0xcdc, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋์ฅ๋น Rental Items */ MSG_ID_CDD = 0xcdd, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๊ตฌ์ฅ๋น Equipments */ MSG_ID_CDE = 0xcde, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฒํ Scrolls */ MSG_ID_CDF = 0xcdf, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ๋ณต Consumables */ MSG_ID_CE0 = 0xce0, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ธฐํ Other */ MSG_ID_CE1 = 0xce1, -/*20171018 to 20180523 +/*20171018 to 20180605 ํน๊ฐ Special */ MSG_ID_CE2 = 0xce2, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถฉ์ ํ๊ธฐ */ MSG_ID_CE3 = 0xce3, -/*20171018 to 20180523 +/*20171018 to 20180605 ๊ตฌ์
ํ๊ธฐ */ MSG_ID_CE4 = 0xce4, /*20171018 to 20171206 https://payment.gnjoy.com/bill/login.grv -20171206 to 20180523 +20171206 to 20180605 http://member.gnjoy.com/user/pay/chargelist.asp */ MSG_ID_CE5 = 0xce5, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
๊ฒ์ */ MSG_ID_CE6 = 0xce6, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๋ฃ์บ์ */ MSG_ID_CE7 = 0xce7, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๋ฃ์บ์ ์ฌ์ฉ */ MSG_ID_CE8 = 0xce8, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ง์บ์ */ MSG_ID_CE9 = 0xce9, -/*20171018 to 20180523 +/*20171018 to 20180605 ์๋๊ฐฑ์ */ MSG_ID_CEA = 0xcea, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑ์ (์ฌ) */ MSG_ID_CEB = 0xceb, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ธ๋ฆฌํผ(์ฌ) */ MSG_ID_CEC = 0xcec, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ฑ์ (๋จ) */ MSG_ID_CED = 0xced, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ธ๋ฆฌํผ(๋จ) */ MSG_ID_CEE = 0xcee, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ฌด๊ฒ๊ฐ %d ํผ์ผํธ ์ด์์ผ๋๋ HP SP๊ฐ ์์ฐ์ ์ผ๋ก ํ๋ณต์ด ๋์ง ์์ต๋๋ค. */ MSG_ID_CEF = 0xcef, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ ๋ฒ์ ๊ตฌ์
๊ฐ๋ฅํ ์์ดํ
์ ๊ฐ์ง์๋ 8๊ฐ์
๋๋ค. */ MSG_ID_CF0 = 0xcf0, -/*20171018 to 20180523 +/*20171018 to 20180605 http://gift.zhaouc.com/#/index http://gift.zhaouc.com/ */ MSG_ID_CF1 = 0xcf1, -/*20171018 to 20180523 +/*20171018 to 20180605 UNKNOWN ERROR:%d */ MSG_ID_CF2 = 0xcf2, -/*20171018 to 20180523 +/*20171018 to 20180605 NOT USER */ MSG_ID_CF3 = 0xcf3, -/*20171018 to 20180523 +/*20171018 to 20180605 THIS ACCOUNT ID IS BLOCKED */ MSG_ID_CF4 = 0xcf4, -/*20171018 to 20180523 +/*20171018 to 20180605 COUNTRY REJECT (OR NOT AVALIABLE USER ) */ MSG_ID_CF5 = 0xcf5, -/*20171018 to 20180523 +/*20171018 to 20180605 NOT MATCH PASSWORD */ MSG_ID_CF6 = 0xcf6, -/*20171018 to 20180523 +/*20171018 to 20180605 NOT EMAIL CERT */ MSG_ID_CF7 = 0xcf7, -/*20171018 to 20180523 +/*20171018 to 20180605 PAYPAL BLOCK */ MSG_ID_CF8 = 0xcf8, -/*20171018 to 20180523 +/*20171018 to 20180605 COUNTRY REJECT */ MSG_ID_CF9 = 0xcf9, -/*20171018 to 20180523 +/*20171018 to 20180605 PAYPAL BLOCK */ MSG_ID_CFA = 0xcfa, -/*20171018 to 20180523 +/*20171018 to 20180605 WEB BLOCK */ MSG_ID_CFB = 0xcfb, -/*20171018 to 20180523 +/*20171018 to 20180605 AGE LIMIT USER */ MSG_ID_CFC = 0xcfc, -/*20171018 to 20180523 +/*20171018 to 20180605 PASSWORD HAS NOT BEEN CHANGED FOR MORE THAN 90DAYS */ MSG_ID_CFD = 0xcfd, -/*20171018 to 20180523 +/*20171018 to 20180605 INPUT DATA ERROR */ MSG_ID_CFE = 0xcfe, -/*20171018 to 20180523 +/*20171018 to 20180605 ERROR DATABASE */ MSG_ID_CFF = 0xcff, -/*20171018 to 20180523 +/*20171018 to 20180605 ERROR SYSTEM */ MSG_ID_D00 = 0xd00, /*20171018 to 20171027 %s ์ง๋ถ -20171030 to 20180523 +20171030 to 20180605 %s ์๋ชจ */ MSG_ID_D01 = 0xd01, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋น์ฉ์ง๋ถ */ MSG_ID_D02 = 0xd02, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ถ๋ฐ ๊ฐ๋ฅํ ๋งต์ด ์๋๋๋ค. */ MSG_ID_D03 = 0xd03, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ด๋ ๋ถ๊ฐ๋ฅํ ๋งต์
๋๋ค */ MSG_ID_D04 = 0xd04, -/*20171018 to 20180523 +/*20171018 to 20180605 ์์ดํ
์ด ๋ถ์กฑํฉ๋๋ค. */ MSG_ID_D05 = 0xd05, -/*20171018 to 20180523 +/*20171018 to 20180605 ์ค ๋ฐ๊ฟ ์์ด ํ ์ค๋ก ์
๋ ฅํด์ฃผ์ธ์. */ MSG_ID_D06 = 0xd06, -/*20171018 to 20180523 +/*20171018 to 20180605 ๋ถ๋ ๋จ์ด๊ฐ ํฌํจ๋ ์ด๋ฆ์ ๋ฑ๋กํ ์ ์์ต๋๋ค. */ MSG_ID_D07 = 0xd07, -/*20171018 to 20180523 +/*20171018 to 20180605 ํ์ ๊ฐ์
์ ์ํด ๊ณต์ ํํ์ด์ง๋ก ์ด๋๋ฉ๋๋ค. */ MSG_ID_D08 = 0xd08, #if PACKETVER >= 20171019 -/*20171019 to 20180523 +/*20171019 to 20180605 TokenAgency ์๋ฒ ์ฐ๊ฒฐ ์คํจ */ MSG_ID_D09 = 0xd09, #endif #if PACKETVER >= 20171023 -/*20171023 to 20180523 +/*20171023 to 20180605 ๊ณผ๊ธ์ ๋ณด */ MSG_ID_D0A = 0xd0a, -/*20171023 to 20180523 +/*20171023 to 20180605 ์ญ์ ์์ฝ */ MSG_ID_D0B = 0xd0b, -/*20171023 to 20180523 +/*20171023 to 20180605 ์์ฝ์ทจ์ */ MSG_ID_D0C = 0xd0c, -/*20171023 to 20180523 +/*20171023 to 20180605 ๊ฒ์์์ */ MSG_ID_D0D = 0xd0d, -/*20171023 to 20180523 +/*20171023 to 20180605 ์ญ์ */ MSG_ID_D0E = 0xd0e, -/*20171023 to 20180523 +/*20171023 to 20180605 Character List */ MSG_ID_D0F = 0xd0f, -/*20171023 to 20180523 +/*20171023 to 20180605 ๊ณต์ง Notice */ MSG_ID_D10 = 0xd10, -/*20171023 to 20180523 +/*20171023 to 20180605 ์์ฑ */ MSG_ID_D11 = 0xd11, -/*20171023 to 20180523 +/*20171023 to 20180605 Hair Style */ MSG_ID_D12 = 0xd12, -/*20171023 to 20180523 +/*20171023 to 20180605 Hair Color */ MSG_ID_D13 = 0xd13, -/*20171023 to 20180523 +/*20171023 to 20180605 ์ค๋ณตํ์ธ */ MSG_ID_D14 = 0xd14, -/*20171023 to 20180523 +/*20171023 to 20180605 %d์ %d๋ถ %d์ด */ MSG_ID_D15 = 0xd15, -/*20171023 to 20180523 +/*20171023 to 20180605 MOTP ์
๋ ฅ ์๊ฐ์ด ์ด๊ณผ๋์์ต๋๋ค. ์ฒ์๋ถํฐ ๋ค์ ๋ก๊ทธ์ธํด์ฃผ์ญ์์ค. */ MSG_ID_D16 = 0xd16, -/*20171023 to 20180523 +/*20171023 to 20180605 ๋ค๋ก๊ฐ๊ธฐ */ MSG_ID_D17 = 0xd17, #endif #if PACKETVER >= 20171024 -/*20171024 to 20180523 +/*20171024 to 20180605 ์์ดํ
์ ์ฌ์ฉํ ์ ์์ต๋๋ค. */ MSG_ID_D18 = 0xd18, -/*20171024 to 20180523 +/*20171024 to 20180605 ๋์ผํ ๋งต์ผ๋ก ์ด๋ํ ์ ์์ต๋๋ค. */ MSG_ID_D19 = 0xd19, -/*20171024 to 20180523 +/*20171024 to 20180605 ์ฌ๋ง์ ์ด๋์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_D1A = 0xd1a, #endif #if PACKETVER >= 20171030 -/*20171030 to 20180523 +/*20171030 to 20180605 ์บ๋ฆญํฐ ์์ฑ */ MSG_ID_D1B = 0xd1b, #endif #if PACKETVER >= 20171031 -/*20171031 to 20180523 +/*20171031 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์ ๋ฑ๋ก */ MSG_ID_D1C = 0xd1c, -/*20171031 to 20180523 +/*20171031 to 20180605 ๋ชจ์ง ์ค๋จ */ MSG_ID_D1D = 0xd1d, -/*20171031 to 20180523 +/*20171031 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์ ์ค์ */ MSG_ID_D1E = 0xd1e, -/*20171031 to 20180523 +/*20171031 to 20180605 ์ ์ง์ญ */ MSG_ID_D1F = 0xd1f, -/*20171031 to 20180523 +/*20171031 to 20180605 ์ง์ ๊ธฐ์ฌ */ MSG_ID_D20 = 0xd20, -/*20171031 to 20180523 +/*20171031 to 20180605 ๊ฒ์ฌ๊ณ์ด */ MSG_ID_D21 = 0xd21, -/*20171031 to 20180523 +/*20171031 to 20180605 ๋ฒ์ฌ๊ณ์ด */ MSG_ID_D22 = 0xd22, -/*20171031 to 20180523 +/*20171031 to 20180605 ๊ถ์๊ณ์ด */ MSG_ID_D23 = 0xd23, -/*20171031 to 20180523 +/*20171031 to 20180605 ๋ณต์ฌ๊ณ์ด */ MSG_ID_D24 = 0xd24, -/*20171031 to 20180523 +/*20171031 to 20180605 ์์ธ๊ณ์ด */ MSG_ID_D25 = 0xd25, -/*20171031 to 20180523 +/*20171031 to 20180605 ๋๋๊ณ์ด */ MSG_ID_D26 = 0xd26, -/*20171031 to 20180523 +/*20171031 to 20180605 ํ๊ถ๊ณ์ด */ MSG_ID_D27 = 0xd27, -/*20171031 to 20180523 +/*20171031 to 20180605 ๋์๊ณ์ด */ MSG_ID_D28 = 0xd28, -/*20171031 to 20180523 +/*20171031 to 20180605 ๊ฑด์ฌ๋ง๊ฑฐ๊ณ์ด */ MSG_ID_D29 = 0xd29, -/*20171031 to 20180523 +/*20171031 to 20180605 ๋๋์กฑ๊ณ์ด */ MSG_ID_D2A = 0xd2a, -/*20171031 to 20180523 +/*20171031 to 20180605 ์ง์ญ๋ช
*/ MSG_ID_D2B = 0xd2b, -/*20171031 to 20180523 +/*20171031 to 20180605 ์ง์ญ๋ช
๊ฒ์ */ MSG_ID_D2C = 0xd2c, -/*20171031 to 20180523 +/*20171031 to 20180605 ๊ฐ์
์์ฒญํ๊ธฐ */ MSG_ID_D2D = 0xd2d, -/*20171031 to 20180523 +/*20171031 to 20180605 ์ ๊ณ ํ๊ธฐ */ MSG_ID_D2E = 0xd2e, -/*20171031 to 20180523 +/*20171031 to 20180605 ํํฐ ๋ชจ์ง ์ค๋จ */ MSG_ID_D2F = 0xd2f, -/*20171031 to 20180523 +/*20171031 to 20180605 ์ง์ญ๋ช
์ ์
๋ ฅํด์ฃผ์ธ์. */ MSG_ID_D30 = 0xd30, -/*20171031 to 20180523 +/*20171031 to 20180605 ์ง์ญ */ MSG_ID_D31 = 0xd31, -/*20171031 to 20180523 +/*20171031 to 20180605 ์ ์ง์
*/ MSG_ID_D32 = 0xd32, #endif #if PACKETVER >= 20171109 -/*20171109 to 20180523 +/*20171109 to 20180605 ๋ก๊ทธ์ธ */ MSG_ID_D33 = 0xd33, -/*20171109 to 20180523 +/*20171109 to 20180605 ๊ณ์ */ MSG_ID_D34 = 0xd34, -/*20171109 to 20180523 +/*20171109 to 20180605 ์ข
๋ฃ Exit */ MSG_ID_D35 = 0xd35, -/*20171109 to 20180523 +/*20171109 to 20180605 ์ ์ฒญ */ MSG_ID_D36 = 0xd36, -/*20171109 to 20180523 +/*20171109 to 20180605 ์ ์ */ MSG_ID_D37 = 0xd37, -/*20171109 to 20180523 +/*20171109 to 20180605 ํ์ธ */ MSG_ID_D38 = 0xd38, -/*20171109 to 20180523 +/*20171109 to 20180605 ํด๋ํฐ์ ๋ค์ด๋ฐ์ GNJOY MOTP๋ฅผ */ MSG_ID_D39 = 0xd39, -/*20171109 to 20180523 +/*20171109 to 20180605 ์คํํ์ฌ ์ธ์ฆ๋ฒํธ๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์. */ MSG_ID_D3A = 0xd3a, -/*20171109 to 20180523 +/*20171109 to 20180605 NPC๊ฐ ์๋ ๋งต์ ๋๋ค ์ขํ๋ก ์ด๋ ๋ฉ๋๋ค. */ MSG_ID_D3B = 0xd3b, -/*20171109 to 20180523 +/*20171109 to 20180605 ํ๊ถ */ MSG_ID_D3C = 0xd3c, /*20171109 to 20171117 ๋์ด ์ฐจ๋จ ์ํ๋ก ์ค์ ๋์์ต๋๋ค. -20171121 to 20180523 +20171121 to 20180605 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ์ํ */ MSG_ID_D3D = 0xd3d, /*20171109 to 20171117 ๋์ ์ฐจ๋จ ์ํ๋ก ์ค์ ํ๋๋ฐ ์คํจํ์์ต๋๋ค. -20171121 to 20180523 +20171121 to 20180605 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ ์์ฒญ ์คํจ */ MSG_ID_D3E = 0xd3e, /*20171109 to 20171117 ๋์ ์ฐจ๋จ ์ํ๋ก ์ค์ ํ๋๋ฐ ์คํจํ์์ต๋๋ค.(์ธ์ ์ด๊ณผ) -20171121 to 20180523 +20171121 to 20180605 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ ์์ฒญ์คํจ (์ธ์์ด๊ณผ) */ MSG_ID_D3F = 0xd3f, /*20171109 to 20171117 ๋์ด ์ฐจ๋จ ํด์ ๋์์ต๋๋ค. -20171121 to 20180523 +20171121 to 20180605 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ์ํ */ MSG_ID_D40 = 0xd40, /*20171109 to 20171117 ๋์ ์ฐจ๋จ ํด์ ํ๋๋ฐ ์คํจํ์์ต๋๋ค. -20171121 to 20180523 +20171121 to 20180605 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ ์์ฒญ์คํจ */ MSG_ID_D41 = 0xd41, /*20171109 to 20171117 ๋์ ์ฐจ๋จ ํด์ ํ๋๋ฐ ์คํจํ์์ต๋๋ค.(์ธ์ ์ด๊ณผ) -20171121 to 20180523 +20171121 to 20180605 ์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ ์์ฒญ์คํจ (์ธ์์ด๊ณผ) */ MSG_ID_D42 = 0xd42, -/*20171109 to 20180523 +/*20171109 to 20180605 ์ฐจ๋จ ๋ฆฌ์คํธ๊ฐ ์์ต๋๋ค */ MSG_ID_D43 = 0xd43, -/*20171109 to 20180523 +/*20171109 to 20180605 -์ฐจ๋จ ๋ฆฌ์คํธ- */ MSG_ID_D44 = 0xd44, #endif #if PACKETVER >= 20171113 -/*20171113 to 20180523 +/*20171113 to 20180605 ์งํ์ค Act */ MSG_ID_D45 = 0xd45, -/*20171113 to 20180523 +/*20171113 to 20180605 ์ถ์ฒ Rec */ MSG_ID_D46 = 0xd46, -/*20171113 to 20180523 +/*20171113 to 20180605 ๋ณด๋ฅ์ค Pen */ MSG_ID_D47 = 0xd47, -/*20171113 to 20180523 +/*20171113 to 20180605 QUEST */ MSG_ID_D48 = 0xd48, -/*20171113 to 20180523 +/*20171113 to 20180605 ๋ด์ฉ For */ MSG_ID_D49 = 0xd49, -/*20171113 to 20180523 +/*20171113 to 20180605 ๋ชฌ์คํฐ */ MSG_ID_D4A = 0xd4a, -/*20171113 to 20180523 +/*20171113 to 20180605 ๋ณด์ */ MSG_ID_D4B = 0xd4b, -/*20171113 to 20180523 +/*20171113 to 20180605 EXP */ MSG_ID_D4C = 0xd4c, -/*20171113 to 20180523 +/*20171113 to 20180605 JEXP */ MSG_ID_D4D = 0xd4d, -/*20171113 to 20180523 +/*20171113 to 20180605 ์์ดํ
Item */ MSG_ID_D4E = 0xd4e, -/*20171113 to 20180523 +/*20171113 to 20180605 ์งํ/๋ณด๋ฅ */ MSG_ID_D4F = 0xd4f, -/*20171113 to 20180523 +/*20171113 to 20180605 ํ๋จ์ผ๋ก ์ด๋ */ MSG_ID_D50 = 0xd50, -/*20171113 to 20180523 +/*20171113 to 20180605 ๊ฐํธ ํ์คํธ์ฐฝ์ ํ์ */ MSG_ID_D51 = 0xd51, #endif #if PACKETVER >= 20171115 -/*20171115 to 20180523 +/*20171115 to 20180605 ์
๋ ฅ์๊ฐ */ MSG_ID_D52 = 0xd52, -/*20171115 to 20180523 +/*20171115 to 20180605 ์์ด๋ ์ ์ฅ */ MSG_ID_D53 = 0xd53, -/*20171115 to 20180523 +/*20171115 to 20180605 ๋น๋ฐ๋ฒํธ Password */ MSG_ID_D54 = 0xd54, -/*20171115 to 20180523 +/*20171115 to 20180605 ์์ด๋ */ MSG_ID_D55 = 0xd55, -/*20171115 to 20180523 +/*20171115 to 20180605 ํ์๊ฐ์
*/ MSG_ID_D56 = 0xd56, -/*20171115 to 20180523 +/*20171115 to 20180605 ๋
ธ๋น์ค๊ณ์ด */ MSG_ID_D57 = 0xd57, -/*20171115 to 20180523 +/*20171115 to 20180605 ์ํผ๋
ธ๋น์ค๊ณ์ด */ MSG_ID_D58 = 0xd58, -/*20171115 to 20180523 +/*20171115 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์ ๋ฑ๋ก์ ์คํจํ์ต๋๋ค. */ MSG_ID_D59 = 0xd59, -/*20171115 to 20180523 +/*20171115 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์์ ๋ฑ๋ก๋์์ต๋๋ค. */ MSG_ID_D5A = 0xd5a, /*20171115 to 20180321 ์ง์
์ ํ ๊ฐ ์ด์ ์ ํํด์ฃผ์ธ์. -20180328 to 20180523 +20180328 to 20180605 ๋ชจ์ง์ ํฌ๋งํ๋ ํํฐ์์ ์ง์
์ ํ ๊ฐ ์ด์ ์ ํํด ์ฃผ์ธ์. */ MSG_ID_D5B = 0xd5b, -/*20171115 to 20180523 +/*20171115 to 20180605 ์ง์ญ๋ช
์ ๋ ๊ธ์ ์ด์ ์
๋ ฅํด์ฃผ์ธ์. */ MSG_ID_D5C = 0xd5c, -/*20171115 to 20180523 +/*20171115 to 20180605 %.1f%% (+ %s์๋ฒ %.1f%%) */ MSG_ID_D5D = 0xd5d, #endif #if PACKETVER >= 20171121 -/*20171121 to 20180523 +/*20171121 to 20180605 /ex (์บ๋ฆญํฐ์ด๋ฆ) or /์ฐจ๋จ (์บ๋ฆญํฐ์ด๋ฆ) : ํด๋น ์บ๋ฆญํฐ์ ๋ํด ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ์ฐจ๋จ */ MSG_ID_D5E = 0xd5e, -/*20171121 to 20180523 +/*20171121 to 20180605 /in (์บ๋ฆญํฐ์ด๋ฆ) or /ํด์ (์บ๋ฆญํฐ์ด๋ฆ) : ํด๋น ์บ๋ฆญํฐ์ ๋ํด ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ํ์ฉ */ MSG_ID_D5F = 0xd5f, -/*20171121 to 20180523 +/*20171121 to 20180605 /ex or /์ฐจ๋จ : ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ์ฐจ๋จ ์บ๋ฆญํฐ ๋ฆฌ์คํธ */ MSG_ID_D60 = 0xd60, -/*20171121 to 20180523 +/*20171121 to 20180605 /exall or /์ฐจ๋จ์ ๋ถ : ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ์ฐจ๋จ */ MSG_ID_D61 = 0xd61, -/*20171121 to 20180523 +/*20171121 to 20180605 /inall or /ํด์ ์ ๋ถ : ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ํ์ฉ */ MSG_ID_D62 = 0xd62, -/*20171121 to 20180523 +/*20171121 to 20180605 ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ์ํ */ MSG_ID_D63 = 0xd63, -/*20171121 to 20180523 +/*20171121 to 20180605 ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฑฐ๋ถ์์ฒญ ์คํจ */ MSG_ID_D64 = 0xd64, -/*20171121 to 20180523 +/*20171121 to 20180605 ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ์ํ */ MSG_ID_D65 = 0xd65, -/*20171121 to 20180523 +/*20171121 to 20180605 ๋ชจ๋์๊ฒ ์ ์ฒด์ฑํ
๋ฐ ๊ท๋ง ๊ฐ๋ฅ์์ฒญ ์คํจ */ MSG_ID_D66 = 0xd66, #endif #if PACKETVER >= 20171123 -/*20171123 to 20180523 +/*20171123 to 20180605 ์คํ๋ */ MSG_ID_D67 = 0xd67, #endif #if PACKETVER >= 20171127 -/*20171127 to 20180523 +/*20171127 to 20180605 ๋ก๊ทธ์ธ ํ๋ฉด์ผ๋ก ๋์๊ฐ์๊ฒ ์ต๋๊น? */ MSG_ID_D68 = 0xd68, #endif #if PACKETVER >= 20171204 -/*20171204 to 20180523 +/*20171204 to 20180605 ํ๊ณผ ๊ณต๊ฒฉ๋ ฅ์ด ๊ฐํด์ก์ต๋๋ค. */ MSG_ID_D69 = 0xd69, -/*20171204 to 20180523 +/*20171204 to 20180605 ํ, ์ง๋ฅ, ์์ฌ์ฃผ ๋ฐ ๋ช
์ค๋ฅ ์ด ์ฆ๊ฐํ์์ต๋๋ค. */ MSG_ID_D6A = 0xd6a, -/*20171204 to 20180523 +/*20171204 to 20180605 ๋ฐฉ์ด๋ ฅ ๋ฐ HP๊ฐ ์ฆ๊ฐ๋์์ต๋๋ค. */ MSG_ID_D6B = 0xd6b, -/*20171204 to 20180523 +/*20171204 to 20180605 ์ ค์คํ */ MSG_ID_D6C = 0xd6c, -/*20171204 to 20180523 +/*20171204 to 20180605 ๊ณ์ ๋ฒํ */ MSG_ID_D6D = 0xd6d, -/*20171204 to 20180523 +/*20171204 to 20180605 ์ ์ก์๋น์ค */ MSG_ID_D6E = 0xd6e, #endif #if PACKETVER >= 20171208 -/*20171208 to 20180523 +/*20171208 to 20180605 ํ์ฌ ์ ์์ด ์ง์ฐ๋๊ณ ์์ต๋๋ค. ์์ฐจ์ ์ผ๋ก ์ ์์ด ๊ฐ๋ฅํ๋ ์ ์ ํ ์ฌ์ ์ ๋ถํ๋๋ฆฝ๋๋ค. */ MSG_ID_D6F = 0xd6f, -/*20171208 to 20180523 +/*20171208 to 20180605 ํ์ฌ ์ ์์ด ์ง์ฐ๋๊ณ ์์ผ๋ ์ ์ ํ ์ฌ์ ์ ๋ถํ๋๋ฆฝ๋๋ค. */ MSG_ID_D70 = 0xd70, #endif #if PACKETVER >= 20171213 -/*20171213 to 20180523 +/*20171213 to 20180605 ๋ถ๋ ๋จ์ด๊ฐ ํฌํจ๋ ์ด๋ฆ์ ๊ฒ์ํ ์ ์์ต๋๋ค. */ MSG_ID_D71 = 0xd71, -/*20171213 to 20180523 +/*20171213 to 20180605 ํํฐ ๋ง์คํฐ๊ฐ ์์ฒญ์ ๋ฐ์ ์ ์๋ ๋งต์ ์์ต๋๋ค. */ MSG_ID_D72 = 0xd72, -/*20171213 to 20180523 +/*20171213 to 20180605 ํํฐ๋ฅผ ์ฐพ์ ์ ์์ต๋๋ค. */ MSG_ID_D73 = 0xd73, /*20171213 to 20180321 ๋์ ํํฐ์์ฒญ์
๋๋ค. -20180328 to 20180523 +20180328 to 20180605 ๋์ ํํฐ ๊ฐ์
์์ฒญ์
๋๋ค. */ MSG_ID_D74 = 0xd74, -/*20171213 to 20180523 +/*20171213 to 20180605 http://ro.gnjoy.com */ MSG_ID_D75 = 0xd75, #endif #if PACKETVER >= 20171214 -/*20171214 to 20180523 +/*20171214 to 20180605 โฒ */ MSG_ID_D76 = 0xd76, -/*20171214 to 20180523 +/*20171214 to 20180605 โผ */ MSG_ID_D77 = 0xd77, #endif #if PACKETVER >= 20171227 -/*20171227 to 20180523 +/*20171227 to 20180605 ์ด๋ฏธ ์น๊ตฌ์
๋๋ค */ MSG_ID_D78 = 0xd78, -/*20171227 to 20180523 +/*20171227 to 20180605 ์๋๋ฐฉ์ ์ฐพ์ ์ ์์ต๋๋ค */ MSG_ID_D79 = 0xd79, -/*20171227 to 20180523 +/*20171227 to 20180605 ์ด๋ฏธ ๋ค๋ฅธ ์บ๋ฆญํฐ๊ฐ ์น๊ตฌ ์ ์ฒญ ์ค์
๋๋ค. */ MSG_ID_D7A = 0xd7a, -/*20171227 to 20180523 +/*20171227 to 20180605 ํผ๊ตฌ์ฌ ํ์ ON */ MSG_ID_D7B = 0xd7b, -/*20171227 to 20180523 +/*20171227 to 20180605 ํผ๊ตฌ์ฌ ํ์ OFF */ MSG_ID_D7C = 0xd7c, #endif #if PACKETVER >= 20180117 -/*20180117 to 20180523 +/*20180117 to 20180605 ํด๋น ๊ณ์ ์ 2์ฐจ ๋น๋ฐ๋ฒํธ ์ค์
๋ ฅ์ผ๋ก ์ธํด ๊ฒ์๋ด ์ ์์ด ์ ํ๋ ์ํ์
๋๋ค. %02d์๊ฐ %02d๋ถ ํ์ ์ ์์ ํ์ด ํด์ ๋๋ฉฐ, ์ ์์ ํ์ ํด์ ๋ ํํ์ด์ง -> ๊ฐ์ธ์ ๋ณด๋ณ๊ฒฝ -> 2์ฐจ ๋น๋ฐ๋ฒํธ ์์ ๋ณธ์ธ์ธ์ฆ ํ ์งํํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. */ MSG_ID_D7D = 0xd7d, -/*20180117 to 20180523 +/*20180117 to 20180605 ๋ณด์ํจ์ค์๋๋ฅผ 3ํ์ด์ ํ๋ฆฌ์
จ์ต๋๋ค. ๊ณ์ ๋ณด์์ ์ํด 24์๊ฐ๋์ ๊ฒ์๋ด ์ ์์ด ์ ํ๋ฉ๋๋ค. ์ ์์ ํ์ ํด์ ๋ ํํ์ด์ง -> ๊ฐ์ธ์ ๋ณด๋ณ๊ฒฝ -> 2์ฐจ ๋น๋ฐ๋ฒํธ ์์ ๋ณธ์ธ์ธ์ฆ ํ ์งํํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. */ MSG_ID_D7E = 0xd7e, -/*20180117 to 20180523 +/*20180117 to 20180605 ์ด์์ง */ MSG_ID_D7F = 0xd7f, -/*20180117 to 20180523 +/*20180117 to 20180605 %d์ผ์ฐจ ์ถ์ ๋ณด์์ด ์ง๊ธ๋์์ต๋๋ค. */ MSG_ID_D80 = 0xd80, /*20180117 to 20180117 ๊ณ์ ์ค์ ์ ๋ณด ๋ฐ์์ค๋๋ฐ ์คํจ ํ์ต๋๋ค.( ์ฌ์๋๋ฅผ ์ํด์๋ ์ฌ์์ ํด์ผ ํฉ๋๋ค. ) -20180131 to 20180523 +20180131 to 20180605 ๊ณ์ ์ค์ ๋ฐ์ดํฐ๋ฅผ ๋ถ๋ฌ์ค๋ ์ค์ ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค. ( ์ฌ์๋๋ฅผ ์ํด์๋ ์ฌ์์ ํด์ผ ํฉ๋๋ค. ) */ MSG_ID_D81 = 0xd81, -/*20180117 to 20180523 +/*20180117 to 20180605 ํด๋น ์คํฌ์ ํํฐ ์ํ์์ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_D82 = 0xd82, #endif #if PACKETVER >= 20180131 -/*20180131 to 20180523 +/*20180131 to 20180605 ํํฐ ๋ชจ์ง์ ์ค๋จํ์์ต๋๋ค. */ MSG_ID_D83 = 0xd83, -/*20180131 to 20180523 +/*20180131 to 20180605 ๊ธธ๋ ์๋ฉ ๊ฒฝํ์น๋ ์ต๋ %d%%๊น์ง ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_D84 = 0xd84, -/*20180131 to 20180523 +/*20180131 to 20180605 ๊ธธ๋ ๋ ๋ฒจ์ด ์ต๋์ฌ์ ๋ ์ด์ ๊ฒฝํ์น๋ฅผ ์๋ฉํ ์ ์์ต๋๋ค. */ MSG_ID_D85 = 0xd85, -/*20180131 to 20180523 +/*20180131 to 20180605 ๊ณ์ ๋ณด์์ ์ํ์ฌ MOTP๋ฏธ์ฌ์ฉ์๋ ํํ์ด์ง ๋ก๊ทธ์ธ๋ง ๊ฐ๋ฅํฉ๋๋ค. ํํ์ด์ง๋ก ๋ก๊ทธ์ธ์ ์๋ํด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. */ MSG_ID_D86 = 0xd86, -/*20180131 to 20180523 +/*20180131 to 20180605 ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ๊ณผ ๋ง๋ฒ ๊ณต๊ฒฉ๋ ฅ์ด ํฅ์๋์์ต๋๋ค. */ MSG_ID_D87 = 0xd87, -/*20180131 to 20180523 +/*20180131 to 20180605 ๋ฌผ๋ฆฌ ๊ณต๊ฒฉ๋ ฅ๊ณผ ๋ง๋ฒ ๊ณต๊ฒฉ๋ ฅ์ด ๊ฐ์๋์์ต๋๋ค. */ MSG_ID_D88 = 0xd88, #endif #if PACKETVER >= 20180207 -/*20180207 to 20180523 +/*20180207 to 20180605 %s ์ถ์์ฒดํฌ ๋ณด์ %s Attendance Check Reward */ @@ -17029,288 +17029,306 @@ http://ro.gnjoy.com /*20180207 to 20180511 ์ด๋ฒคํธ ๊ธฐ๊ฐ : %02d์ %02d์ผ ~ %2d์ %2d์ผ 24:00๊น์ง Event period : From %02d/%02d ~ Until %2d/%2d (Month/Day) 24:00 -20180523 to 20180523 +20180523 to 20180605 ์ด๋ฒคํธ ๊ธฐ๊ฐ : %02d์ %02d์ผ ~ %02d์ %02d์ผ 24:00๊น์ง */ MSG_ID_D8A = 0xd8a, -/*20180207 to 20180523 +/*20180207 to 20180605 %d์ผ์ฐจ %d Day */ MSG_ID_D8B = 0xd8b, -/*20180207 to 20180523 +/*20180207 to 20180605 %d์ผ์ฐจ ์ถ์์ฒดํฌ ํด๋ฆญํด์ฃผ์ธ์~! %d Day attendance check Please click~! */ MSG_ID_D8C = 0xd8c, -/*20180207 to 20180523 +/*20180207 to 20180605 %d์ผ์ฐจ ์ถ์ ์ฑ๊ณต! %d Day attendance success! */ MSG_ID_D8D = 0xd8d, -/*20180207 to 20180523 +/*20180207 to 20180605 D-day */ MSG_ID_D8E = 0xd8e, -/*20180207 to 20180523 +/*20180207 to 20180605 ์ผ Day */ MSG_ID_D8F = 0xd8f, -/*20180207 to 20180523 +/*20180207 to 20180605 ์ถ์์ฒดํฌ์ ์คํจํ์์ต๋๋ค. ๋ค์ ์คํํด์ฃผ์ธ์. Attendance Check failed. Please run again. */ MSG_ID_D90 = 0xd90, -/*20180207 to 20180523 +/*20180207 to 20180605 ์ถ์์ฒดํฌ Attendance Check */ MSG_ID_D91 = 0xd91, -/*20180207 to 20180523 +/*20180207 to 20180605 ํ์ฌ ์ถ์์ฒดํฌ ์ด๋ฒคํธ ๊ธฐ๊ฐ์ด ์๋๋๋ค This is not the current attendance check event */ MSG_ATTENDANCE_UNAVAILABLE = 0xd92, /*20180207 to 20180321 ๊ธธ๋ ์๋ฉ ๊ฒฝํ์น๊ฐ max์ ๋๋ฌํ์ฌ, ๋ ์ด์ ๊ธธ๋ ๊ฒฝํ์น๋ฅผ ๋์ ํ ์ ์์ต๋๋ค -20180328 to 20180523 +20180328 to 20180605 ๊ธธ๋ ์๋ฉ ๊ฒฝํ์น๊ฐ max์ ๋๋ฌํ์ฌ, ๋ ์ด์ ๊ธธ๋ ๊ฒฝํ์น๋ฅผ ๋์ ํ ์ ์์ต๋๋ค. */ MSG_ID_D93 = 0xd93, -/*20180207 to 20180523 +/*20180207 to 20180605 ๊ฐ์ธ ์๋ฉ ๊ฒฝํ์น๊ฐ max์ ๋๋ฌํ์ฌ, ๋ ์ด์ ๊ธธ๋ ๊ฒฝํ์น๋ฅผ ๋์ ํ ์ ์์ต๋๋ค. */ MSG_ID_D94 = 0xd94, #endif #if PACKETVER >= 20180213 -/*20180213 to 20180523 +/*20180213 to 20180605 ๋ฉ์์ง */ MSG_ID_D95 = 0xd95, -/*20180213 to 20180523 +/*20180213 to 20180605 ํธ์ํฐ์ ๋ฉ์ธ์ง ์ ์ก์ ์คํจ ํ์ต๋๋ค. */ MSG_ID_D96 = 0xd96, -/*20180213 to 20180523 +/*20180213 to 20180605 ์๋ฌธ 4์, ํ๊ธ 2์ ์ด์์ผ๋ก ์
๋ ฅํด์ผ ํฉ๋๋ค. Enter 4 english words and 2 chinese words */ MSG_ID_D97 = 0xd97, #endif #if PACKETVER >= 20180314 -/*20180314 to 20180523 +/*20180314 to 20180605 ๋ชฌ์คํฐ์ ํ
์ด๋ฐ์ด ๋ถ๊ฐ๋ฅํ ์ง์ญ์
๋๋ค. */ MSG_ID_D98 = 0xd98, #endif #if PACKETVER >= 20180328 -/*20180328 to 20180523 +/*20180328 to 20180605 ์์๋ฅผ ๊ฐ์ ธ์ค๊ณ ์์ต๋๋ค... */ MSG_ID_D99 = 0xd99, -/*20180328 to 20180523 +/*20180328 to 20180605 ํด๋น ์คํฌ์ ํํฐ์ฅ์ผ๋๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค. */ MSG_ID_D9A = 0xd9a, -/*20180328 to 20180523 +/*20180328 to 20180605 ํํธ๋์ SP๊ฐ ๋ถ์กฑํ๊ฑฐ๋, ์คํฌ ์ฌ์ฉ ๋ถ๊ฐ ์ํ์
๋๋ค. */ MSG_ID_D9B = 0xd9b, -/*20180328 to 20180523 +/*20180328 to 20180605 ์๋ฅด๋ฐ์ดํธ ๋
ธ์ ๊ฐ์ ์ข
๋ฃ ์๋ฆผ๋ฉ์ผ */ MSG_ID_D9C = 0xd9c, -/*20180328 to 20180523 +/*20180328 to 20180605 ์๋
ํ์ธ์. ์ด์ํ์
๋๋ค. ํด๋น ์๋ฅด๋ฐ์ดํธ ๋
ธ์ ์ ์ด์์ ์ฑ
์๋ฐฐ๋๋ ์ฌํญ์ด ํ์ธ๋์ด ๊ฐ์ ์ข
๋ฃ๋์์ต๋๋ค. ์์ธํ ํ์ธ์ ์ํ์๋ ๊ฒฝ์ฐ์๋ 1:1 ๋ฌธ์๋ฅผ ์ ์ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. ๊ฐ์ฌํฉ๋๋ค */ MSG_ID_D9D = 0xd9d, -/*20180328 to 20180523 +/*20180328 to 20180605 50% ์ด์์ ๊ฐ์ ์
๋ ฅํ ์ ์์ต๋๋ค. */ MSG_ID_D9E = 0xd9e, -/*20180328 to 20180523 +/*20180328 to 20180605 ํํฐ ๊ฐ์
์์ฒญ์ ๋ณด๋์ต๋๋ค. */ MSG_ID_D9F = 0xd9f, -/*20180328 to 20180523 +/*20180328 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์์ ํํฐ๋ฅผ ๋ฑ๋กํ ์ ์์ต๋๋ค */ MSG_ID_DA0 = 0xda0, -/*20180328 to 20180523 +/*20180328 to 20180605 ์๋ฝ */ MSG_ID_DA1 = 0xda1, -/*20180328 to 20180523 +/*20180328 to 20180605 ๊ฑฐ์ */ MSG_ID_DA2 = 0xda2, -/*20180328 to 20180523 +/*20180328 to 20180605 ์ค์ ๊ถํ์ ํํฐ์ฅ์๊ฒ ์์ต๋๋ค. */ MSG_ID_DA3 = 0xda3, -/*20180328 to 20180523 +/*20180328 to 20180605 ํด๋น ์บ๋ฆญํฐ๋ฅผ ์ฐพ์ ์ ์์ต๋๋ค. */ MSG_ID_DA4 = 0xda4, -/*20180328 to 20180523 +/*20180328 to 20180605 ๋
ธ์ ๊ฐ์ ์ฒ ๊ฑฐ */ MSG_ID_DA5 = 0xda5, -/*20180328 to 20180523 +/*20180328 to 20180605 ํด๋น ํํฐ์ ํํฐ์ฅ์ ์ฐพ์ ์ ์์ต๋๋ค. */ MSG_ID_DA6 = 0xda6, -/*20180328 to 20180523 +/*20180328 to 20180605 ์ก๋ ๋ฒจ์ด ๋ฎ์ ํํฐ์ ๊ฐ์
ํ ์ ์์ต๋๋ค. */ MSG_ID_DA7 = 0xda7, -/*20180328 to 20180523 +/*20180328 to 20180605 ํ์ฌ ์์ฒญ์๊ฐ ํํฐ๊ฐ์
์ด ๋ถ๊ฐ๋ฅํ ์ง์ญ์ ์์ต๋๋ค. */ MSG_ID_DA8 = 0xda8, -/*20180328 to 20180523 +/*20180328 to 20180605 ํํฐ ์ธ์์๊ฐ ์ด๊ณผ๋์์ต๋๋ค. */ MSG_ID_DA9 = 0xda9, -/*20180328 to 20180523 +/*20180328 to 20180605 %s ํํฐ์ ํํฐ์ฅ์ด ํํฐ ๊ฐ์
์ ์น์ธํ์ต๋๋ค. */ MSG_ID_DAA = 0xdaa, -/*20180328 to 20180523 +/*20180328 to 20180605 %s ํํฐ์ ํํฐ์ฅ์ด ํํฐ ๊ฐ์
์ ๊ฑฐ๋ถํ์ต๋๋ค. */ MSG_ID_DAB = 0xdab, -/*20180328 to 20180523 +/*20180328 to 20180605 %s ๋์ด ์ด๋ฏธ ํํฐ์ ๊ฐ์
์ค์
๋๋ค. */ MSG_ID_DAC = 0xdac, -/*20180328 to 20180523 +/*20180328 to 20180605 %s ๋์ ํํฐ ๊ฐ์
์ ์๋ฝํ์ต๋๋ค. */ MSG_ID_DAD = 0xdad, -/*20180328 to 20180523 +/*20180328 to 20180605 %s ๋์ ํํฐ ๊ฐ์
์ ๊ฑฐ๋ถํ์ต๋๋ค. */ MSG_ID_DAE = 0xdae, -/*20180328 to 20180523 +/*20180328 to 20180605 ํํฐ ์์ฒญ์ ๋ฐ์ ์ ์๋ ์ํ์ฌ์ %s๋์ ์ ์ฒญ์ด ๊ฑฐ์ ๋์์ต๋๋ค. */ MSG_ID_DAF = 0xdaf, #endif #if PACKETVER >= 20180411 -/*20180411 to 20180523 +/*20180411 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์ ๋ฆฌ์คํธ */ MSG_ID_DB0 = 0xdb0, -/*20180411 to 20180523 +/*20180411 to 20180605 ํํฐ ๊ฐ์
์์ฒญ */ MSG_ID_DB1 = 0xdb1, -/*20180411 to 20180523 +/*20180411 to 20180605 ํํฐ์ฅ์ด ์๋ ๊ฒฝ์ฐ, ๋ชจํ๊ฐ ์ค๊ฐ์์ ํํฐ๋ฅผ ๋ฑ๋กํ ์ ์์ต๋๋ค. */ MSG_ID_DB2 = 0xdb2, -/*20180411 to 20180523 +/*20180411 to 20180605 ํํฐ ๋ชจ์ง์ ์ค๋จํ ์ ์์ต๋๋ค. */ MSG_ID_DB3 = 0xdb3, -/*20180411 to 20180523 +/*20180411 to 20180605 ์กด์ฌํ์ง ์๋ ํํฐ ๊ธ์
๋๋ค. */ MSG_ID_DB4 = 0xdb4, #endif #if PACKETVER >= 20180425 -/*20180425 to 20180523 +/*20180425 to 20180605 Zoom Out */ MSG_ID_DB5 = 0xdb5, -/*20180425 to 20180523 +/*20180425 to 20180605 %s : Zoom Out์ ์ผ๊ฑฐ๋ ๋์ ์์ต๋๋ค On Off */ MSG_ID_DB6 = 0xdb6, -/*20180425 to 20180523 +/*20180425 to 20180605 Zoom Out ๊ธฐ๋ฅ์ ์ผญ๋๋ค (On) */ MSG_ID_DB7 = 0xdb7, -/*20180425 to 20180523 +/*20180425 to 20180605 Zoom Out ๊ธฐ๋ฅ์ ํด์ ํฉ๋๋ค (Off) */ MSG_ID_DB8 = 0xdb8, -/*20180425 to 20180523 +/*20180425 to 20180605 /zoom */ MSG_ID_DB9 = 0xdb9, -/*20180425 to 20180523 +/*20180425 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์ */ MSG_ID_DBA = 0xdba, -/*20180425 to 20180523 +/*20180425 to 20180605 ํํฐ์ฅ์ธ ๊ฒฝ์ฐ, ๊ฐ์
์์ฒญ์ ํ ์ ์์ต๋๋ค. */ MSG_ID_DBB = 0xdbb, -/*20180425 to 20180523 +/*20180425 to 20180605 ๋ชจํ๊ฐ ์ค๊ฐ์์ ๋ฑ๋ก ์ค์
๋๋ค. ์ ์๋ง ๊ธฐ๋ค๋ ค ์ฃผ์ธ์. */ MSG_ID_DBC = 0xdbc, -/*20180425 to 20180523 +/*20180425 to 20180605 ๋ ์ด์ ์ง์
์ ์ ํํ ์ ์์ต๋๋ค. */ MSG_ID_DBD = 0xdbd, -/*20180425 to 20180523 +/*20180425 to 20180605 ๊ฒ์ ์ค ํด๋น ์ ์ ์ ๊ฐ์
์์ฒญ์ ๋ฐ์ง ์์ต๋๋ค. */ MSG_ID_DBE = 0xdbe, -/*20180425 to 20180523 +/*20180425 to 20180605 ์ ์ ํ ๋ค์ ์ด์ด์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. */ MSG_ID_DBF = 0xdbf, -/*20180425 to 20180523 +/*20180425 to 20180605 ๊ณต์ฑ์์ ์ %d๋ถ ๋์์ ํด๋น ๊ธฐ๋ฅ์ ์ด์ฉํ์ค ์ ์์ต๋๋ค. */ MSG_ID_DC0 = 0xdc0, #endif #if PACKETVER >= 20180509 -/*20180509 to 20180523 +/*20180509 to 20180605 /viewclear */ MSG_ID_DC1 = 0xdc1, -/*20180509 to 20180523 +/*20180509 to 20180605 ๊ฑด๋ฌผ ๋ฐ ํฌ๋ช
ํ ON */ MSG_ID_DC2 = 0xdc2, -/*20180509 to 20180523 +/*20180509 to 20180605 ๊ฑด๋ฌผ ๋ฐ ํฌ๋ช
ํ OFF */ MSG_ID_DC3 = 0xdc3, -/*20180509 to 20180523 +/*20180509 to 20180605 ๊ฑด๋ฌผ ํฌ๋ช
ํ */ MSG_ID_DC4 = 0xdc4, -/*20180509 to 20180523 +/*20180509 to 20180605 ์๋ก ๋๋๋ฆฌ๊ธฐ๊ฐ ์คํจํ์ต๋๋ค. ๋ก๋ฑ์ค ์์ฑ์ฐฝ์ ๋ซ์์ฃผ์ธ์. */ MSG_ID_DC5 = 0xdc5, #endif #if PACKETVER >= 20180523 -/*20180523 to 20180523 +/*20180523 to 20180605 Emblem Frame */ MSG_ID_DC6 = 0xdc6, -/*20180523 to 20180523 +/*20180523 to 20180605 Emblem ํ
๋๋ฆฌ๋ฅผ ๊ทธ๋ ค์ค๋๋ค */ MSG_ID_DC7 = 0xdc7, -/*20180523 to 20180523 +/*20180523 to 20180605 Emblem ํ
๋๋ฆฌ๋ฅผ ๊ทธ๋ ค์ฃผ์ง ์์ต๋๋ค */ MSG_ID_DC8 = 0xdc8, #endif +#if PACKETVER >= 20180605 +/*20180605 to 20180605 +์ฅ์ฐฉ๋ ๋ฌด๊ธฐ๊ฐ ์์ต๋๋ค. +*/ + MSG_ID_DC9 = 0xdc9, +/*20180605 to 20180605 +์๋์ง ๊ตฌ์ฒด๊ฐ ๋ถ์กฑํฉ๋๋ค. +*/ + MSG_ID_DCA = 0xdca, +/*20180605 to 20180605 +๋ฐฐ์ธ ์ ์๋ ์คํฌ(%s)์ด ํฌํจ๋์ด์์ต๋๋ค. +*/ + MSG_ID_DCB = 0xdcb, +/*20180605 to 20180605 +/frame +*/ + MSG_ID_DCC = 0xdcc, +#endif }; #endif /* MAP_MESSAGES_ZERO_H */ diff --git a/src/map/packets.h b/src/map/packets.h index 72d775dd3..e5fda598d 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -4135,4 +4135,13 @@ packet(0x96e,-1,clif->ackmergeitems); #endif #endif // PACKETVER_ZERO +// 2018-06-05bRagexe, 2018-06-05bRagexeRE, 2018-06-05bRagexe_zero +#if PACKETVER >= 20180605 +// new packets + packet(0x0afd,155); + packet(0x0afe,-1,clif->pDull/*,XXX*/); + packet(0x0aff,-1,clif->pDull/*,XXX*/); +// changed packet sizes +#endif + #endif /* MAP_PACKETS_H */ diff --git a/src/map/packets_keys_main.h b/src/map/packets_keys_main.h index a9ded1f1f..f4fdf32bf 100644 --- a/src/map/packets_keys_main.h +++ b/src/map/packets_keys_main.h @@ -737,12 +737,12 @@ packetKeys(0x6D166F66,0x3C000FCF,0x295B0FCB); #endif -// 2013-06-18#1aRagexe, 2013-06-18#1aRagexeRE, 2013-06-18aRagexe, 2013-06-18aRagexeRE +// 2013-06-18#1aRagexe, 2013-06-18#1aRagexeRE #if PACKETVER == 20130618 packetKeys(0x434115DE,0x34A10FE9,0x6791428E); #endif -// 2013-06-26_3bRagexeRE, 2013-06-26_3cRagexe, 2013-06-26aRagexeRE, 2013-06-26bRagexe, 2013-06-26bRagexeRE, 2013-06-26cRagexe +// 2013-06-26_3bRagexeRE, 2013-06-26_3cRagexe, 2013-06-26aRagexeRE, 2013-06-26bRagexe #if PACKETVER == 20130626 packetKeys(0x38F453EF,0x6A040FD8,0x65BD6668); #endif @@ -874,7 +874,7 @@ packetKeys(0x6A596301,0x76866D0E,0x32294A45); #endif -// 2013-12-23aRagexeRE, 2014-05-08aRagexe, 2014-05-08aRagexeRE, 2014-06-11eRagexe, 2015-02-25hRagexe, 2018-03-15aRagexe, 2018-03-21aRagexe, 2018-03-21aRagexeRE, 2018-03-28bRagexe, 2018-03-28bRagexeRE, 2018-04-04bRagexe, 2018-04-04cRagexeRE, 2018-04-18aRagexe, 2018-04-18bRagexeRE, 2018-04-25cRagexe, 2018-04-25cRagexeRE, 2018-05-02bRagexe, 2018-05-02bRagexeRE, 2018-05-02dRagexeRE, 2018-05-09aRagexe, 2018-05-16cRagexe, 2018-05-16cRagexeRE, 2018-05-23aRagexe, 2018-05-23aRagexeRE +// 2013-12-23aRagexeRE, 2014-05-08aRagexe, 2014-05-08aRagexeRE, 2014-06-11eRagexe, 2015-02-25hRagexe, 2018-03-15aRagexe, 2018-03-21aRagexe, 2018-03-21aRagexeRE, 2018-03-28bRagexe, 2018-03-28bRagexeRE, 2018-04-04bRagexe, 2018-04-04cRagexeRE, 2018-04-18aRagexe, 2018-04-18bRagexeRE, 2018-04-25cRagexe, 2018-04-25cRagexeRE, 2018-05-02bRagexe, 2018-05-02bRagexeRE, 2018-05-02dRagexeRE, 2018-05-09aRagexe, 2018-05-16cRagexe, 2018-05-16cRagexeRE, 2018-05-23aRagexe, 2018-05-23aRagexeRE, 2018-05-30aRagexe, 2018-05-30bRagexeRE, 2018-05-30cRagexeRE, 2018-06-05bRagexe, 2018-06-05bRagexeRE, 2018-06-12aRagexeRE, 2018-06-12bRagexeRE #if PACKETVER == 20131223 || \ PACKETVER == 20140508 || \ PACKETVER == 20140611 || \ @@ -888,7 +888,10 @@ PACKETVER == 20180502 || \ PACKETVER == 20180509 || \ PACKETVER == 20180516 || \ - PACKETVER >= 20180523 + PACKETVER == 20180523 || \ + PACKETVER == 20180530 || \ + PACKETVER == 20180605 || \ + PACKETVER >= 20180612 packetKeys(0x00000000,0x00000000,0x00000000); #endif diff --git a/src/map/packets_shuffle_main.h b/src/map/packets_shuffle_main.h index 82c9c5d74..25ad078f2 100644 --- a/src/map/packets_shuffle_main.h +++ b/src/map/packets_shuffle_main.h @@ -1625,7 +1625,7 @@ packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME #endif -// 2013-06-18#1aRagexe, 2013-06-18#1aRagexeRE, 2013-06-18aRagexe, 2013-06-18aRagexeRE +// 2013-06-18#1aRagexe, 2013-06-18#1aRagexeRE #if PACKETVER == 20130618 packet(0x0281,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO packet(0x02c4,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER @@ -1658,7 +1658,7 @@ packet(0x096a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND #endif -// 2013-06-26_3bRagexeRE, 2013-06-26_3cRagexe, 2013-06-26aRagexeRE, 2013-06-26bRagexe, 2013-06-26bRagexeRE, 2013-06-26cRagexe +// 2013-06-26_3bRagexeRE, 2013-06-26_3cRagexe, 2013-06-26aRagexeRE, 2013-06-26bRagexe #if PACKETVER == 20130626 packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE @@ -3345,7 +3345,7 @@ packet(0x0969,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE #endif -// 2014-06-11eRagexe, 2015-02-25hRagexe, 2018-03-15aRagexe, 2018-03-21aRagexe, 2018-03-21aRagexeRE, 2018-03-28bRagexe, 2018-03-28bRagexeRE, 2018-04-04bRagexe, 2018-04-04cRagexeRE, 2018-04-18aRagexe, 2018-04-18bRagexeRE, 2018-04-25cRagexe, 2018-04-25cRagexeRE, 2018-05-02bRagexe, 2018-05-02bRagexeRE, 2018-05-02dRagexeRE, 2018-05-09aRagexe, 2018-05-16cRagexe, 2018-05-16cRagexeRE, 2018-05-23aRagexe, 2018-05-23aRagexeRE +// 2014-06-11eRagexe, 2015-02-25hRagexe, 2018-03-15aRagexe, 2018-03-21aRagexe, 2018-03-21aRagexeRE, 2018-03-28bRagexe, 2018-03-28bRagexeRE, 2018-04-04bRagexe, 2018-04-04cRagexeRE, 2018-04-18aRagexe, 2018-04-18bRagexeRE, 2018-04-25cRagexe, 2018-04-25cRagexeRE, 2018-05-02bRagexe, 2018-05-02bRagexeRE, 2018-05-02dRagexeRE, 2018-05-09aRagexe, 2018-05-16cRagexe, 2018-05-16cRagexeRE, 2018-05-23aRagexe, 2018-05-23aRagexeRE, 2018-05-30aRagexe, 2018-05-30bRagexeRE, 2018-05-30cRagexeRE, 2018-06-05bRagexe, 2018-06-05bRagexeRE, 2018-06-12aRagexeRE, 2018-06-12bRagexeRE #if PACKETVER == 20140611 || \ PACKETVER == 20150225 || \ PACKETVER == 20180315 || \ @@ -3357,7 +3357,10 @@ PACKETVER == 20180502 || \ PACKETVER == 20180509 || \ PACKETVER == 20180516 || \ - PACKETVER >= 20180523 + PACKETVER == 20180523 || \ + PACKETVER == 20180530 || \ + PACKETVER == 20180605 || \ + PACKETVER >= 20180612 packet(0x0202,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS packet(0x022d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER packet(0x023b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 971e7c330..d152ffd2a 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -368,6 +368,11 @@ enum packet_headers { questUpdateType = 0x2b5, #endif // PACKETVER < 20150513 questUpdateType2 = 0x8fe, +#if PACKETVER >= 20171122 + openUiType = 0xAE2, +#elif PACKETVER >= 20150128 + openUiType = 0xA38, +#endif }; #if !defined(sun) && (!defined(__NETBSD__) || __NetBSD_Version__ >= 600000000) // NetBSD 5 and Solaris don't like pragma pack but accept the packed attribute @@ -1720,7 +1725,9 @@ struct PACKET_CZ_OPEN_UI { struct PACKET_ZC_OPEN_UI { int16 PacketType; int8 UIType; +#if PACKETVER >= 20171122 int32 data; +#endif } __attribute__((packed)); struct PACKET_ZC_UI_ACTION { diff --git a/src/map/pc.c b/src/map/pc.c index 0872c85e1..922a39c5e 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -7385,7 +7385,8 @@ int pc_statusup2(struct map_session_data* sd, int type, int val) * Update skill_lv for player sd * Skill point allocation *------------------------------------------*/ -int pc_skillup(struct map_session_data *sd,uint16 skill_id) { +int pc_skillup(struct map_session_data *sd,uint16 skill_id) +{ int index = 0; nullpo_ret(sd); @@ -7423,17 +7424,18 @@ int pc_skillup(struct map_session_data *sd,uint16 skill_id) { clif->updatestatus(sd,SP_CARTINFO); if (!pc_has_permission(sd, PC_PERM_ALL_SKILL)) // may skill everything at any time anyways, and this would cause a huge slowdown clif->skillinfoblock(sd); - } else if( battle_config.skillup_limit ){ - if (sd->sktree.second != 0) + } else if (battle_config.skillup_limit) { + if (sd->sktree.second != 0) { #if PACKETVER >= 20090805 clif->msgtable_num(sd, MSG_UPGRADESKILLERROR_MORE_FIRSTJOBSKILL, sd->sktree.second); #endif - else if (sd->sktree.third != 0) + } else if (sd->sktree.third != 0) { #if PACKETVER >= 20091013 clif->msgtable_num(sd, MSG_UPGRADESKILLERROR_MORE_SECONDJOBSKILL, sd->sktree.third); #endif - else if (pc->calc_skillpoint(sd) < 9) /* TODO: official response? */ + } else if (pc->calc_skillpoint(sd) < 9) { /* TODO: official response? */ clif->messagecolor_self(sd->fd, COLOR_RED, "You need the basic skills"); + } } return 0; } @@ -10176,7 +10178,7 @@ int pc_equipitem(struct map_session_data *sd,int n,int req_pos) } /** -* Unrquip item ad given position. +* Unequip an item at the given position. * @param sd the affected player structure. Must be checked before. * @param n inventory item position. Must be checked before. * @param pos slot position. Must be checked before. diff --git a/src/map/script.c b/src/map/script.c index fd9dab81e..ceb97ba54 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -11282,7 +11282,9 @@ BUILDIN(getunits) if (not_server_variable(*name)) { sd = script->rid2sd(st); + if (sd == NULL) { + script_pushint(st, 0); return true; // player variable but no player attached } } @@ -18157,7 +18159,7 @@ BUILDIN(setpcblock) if ((type & PCBLOCK_IMMUNE) != 0) sd->block_action.immune = state; - if ((type & PCBLOCK_SITSTAND) != 0) + if ((type & PCBLOCK_SITSTAND) != 0) sd->block_action.sitstand = state; if ((type & PCBLOCK_COMMANDS) != 0) @@ -21158,6 +21160,7 @@ BUILDIN(instance_create) const char *name; int owner_id, res; int type = IOT_PARTY; + struct map_session_data *sd = map->id2sd(st->rid); name = script_getstr(st, 2); owner_id = script_getnum(st, 3); @@ -21170,22 +21173,43 @@ BUILDIN(instance_create) } res = instance->create(owner_id, name, (enum instance_owner_type) type); - if( res == -4 ) { // Already exists - script_pushint(st, -1); - return true; - } else if( res < 0 ) { + if (sd != NULL) { + switch (res) { + case -4: // Already exists + clif->msgtable_str(sd, MSG_MDUNGEON_SUBSCRIPTION_ERROR_DUPLICATE, name); + break; + case -3: // No free instances + clif->msgtable_str(sd, MSG_MDUNGEON_SUBSCRIPTION_ERROR_EXIST, name); + break; + case -2: // Invalid type + clif->msgtable_str(sd, MSG_MDUNGEON_SUBSCRIPTION_ERROR_RIGHT, name); + break; + case -1: // Unknown + clif->msgtable_str(sd, MSG_MDUNGEON_SUBSCRIPTION_ERROR_UNKNOWN, name); + break; + default: + if (res < 0) + ShowError("buildin_instance_create: failed to unknown reason [%d].\n", res); + } + } else { const char *err; - switch(res) { - case -3: err = "No free instances"; break; - case -2: err = "Invalid party ID"; break; - case -1: err = "Invalid type"; break; - default: err = "Unknown"; break; + switch (res) { + case -3: + err = "No free instances"; + break; + case -2: + err = "Invalid party ID"; + break; + case -1: + err = "Invalid type"; + break; + default: + err = "Unknown"; + break; } - ShowError("buildin_instance_create: %s [%d].\n", err, res); - script_pushint(st, -2); - return true; + if (res < 0) + ShowError("buildin_instance_create: %s [%d].\n", err, res); } - script_pushint(st, res); return true; } @@ -23858,7 +23882,7 @@ bool rodex_sendmail_sub(struct script_state* st, struct rodex_message *msg) { const char *sender_name, *title, *body; - if (!strcmp(script->getfuncname(st), "rodex_sendmail_acc2")) + if (strcmp(script->getfuncname(st), "rodex_sendmail_acc") == 0 || strcmp(script->getfuncname(st), "rodex_sendmail_acc2") == 0) msg->receiver_accountid = script_getnum(st, 2); else msg->receiver_id = script_getnum(st, 2); @@ -24168,7 +24192,9 @@ BUILDIN(openstylist) if (sd == NULL) return false; - clif->open_ui(sd, STYLIST_UI); +#if PACKETVER >= 20150128 + clif->open_ui(sd, CZ_STYLIST_UI); +#endif return true; } @@ -25263,7 +25289,7 @@ void script_hardcoded_constants(void) script->set_constant("MST_AROUND3", MST_AROUND3, false, false); script->set_constant("MST_AROUND4", MST_AROUND4, false, false); script->set_constant("MST_AROUND", MST_AROUND , false, false); - + script->constdb_comment("pc block constants, use with *setpcblock* and *checkpcblock*"); script->set_constant("PCBLOCK_NONE", PCBLOCK_NONE, false, false); script->set_constant("PCBLOCK_MOVE", PCBLOCK_MOVE, false, false); diff --git a/src/map/skill.c b/src/map/skill.c index 6eacde897..34c36d7f3 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -15027,8 +15027,9 @@ int skill_check_condition_castend(struct map_session_data* sd, uint16 skill_id, } break; default: - skill->check_condition_castend_unknown(sd, &skill_id, &skill_lv); - break; + if (!skill->check_condition_castend_unknown(sd, &skill_id, &skill_lv)) + break; + return 0; } st = &sd->battle_status; @@ -15115,8 +15116,9 @@ int skill_check_condition_castend(struct map_session_data* sd, uint16 skill_id, return 1; } -void skill_check_condition_castend_unknown(struct map_session_data* sd, uint16 *skill_id, uint16 *skill_lv) +bool skill_check_condition_castend_unknown(struct map_session_data* sd, uint16 *skill_id, uint16 *skill_lv) { + return false; } // type&2: consume items (after skill was used) diff --git a/src/map/skill.h b/src/map/skill.h index e16094eae..bd1dc3344 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -2172,7 +2172,7 @@ struct skill_interface { int (*check_condition_castbegin_mount_unknown) (struct status_change *sc, uint16 *skill_id); int (*check_condition_castbegin_madogear_unknown) (struct status_change *sc, uint16 *skill_id); int (*check_condition_castbegin_unknown) (struct status_change *sc, uint16 *skill_id); - void (*check_condition_castend_unknown) (struct map_session_data* sd, uint16 *skill_id, uint16 *skill_lv); + bool (*check_condition_castend_unknown) (struct map_session_data* sd, uint16 *skill_id, uint16 *skill_lv); bool (*get_requirement_off_unknown) (struct status_change *sc, uint16 *skill_id); bool (*get_requirement_item_unknown) (struct status_change *sc, struct map_session_data* sd, uint16 *skill_id, uint16 *skill_lv, uint16 *idx, int *i); void (*get_requirement_unknown) (struct status_change *sc, struct map_session_data* sd, uint16 *skill_id, uint16 *skill_lv, struct skill_condition *req); diff --git a/src/map/status.c b/src/map/status.c index bf48d2301..4e2724d61 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -13114,7 +13114,8 @@ void status_read_job_db_sub(int idx, const char *name, struct config_setting_t * pc->dbs->class_exp_table[idx][CLASS_EXP_TABLE_BASE] = &VECTOR_INDEX(pc->class_exp_groups[CLASS_EXP_TABLE_BASE], i); } } else { - ShowError("status_read_job_db: BaseExpGroup setting not found for entry '%s'\n", name); + ShowError("status_read_job_db: BaseExpGroup setting not found for entry '%s', skipping..\n", name); + return; } /** @@ -13129,7 +13130,8 @@ void status_read_job_db_sub(int idx, const char *name, struct config_setting_t * pc->dbs->class_exp_table[idx][CLASS_EXP_TABLE_JOB] = &VECTOR_INDEX(pc->class_exp_groups[CLASS_EXP_TABLE_JOB], i); } } else { - ShowError("status_read_job_db: JobExpGroup setting not found for entry '%s'\n", name); + ShowError("status_read_job_db: JobExpGroup setting not found for entry '%s', skipping..\n", name); + return; } if ((temp = libconfig->setting_get_member(jdb, "Inherit"))) { diff --git a/src/plugins/HPMHooking/HPMHooking.Defs.inc b/src/plugins/HPMHooking/HPMHooking.Defs.inc index 8f4f181fb..9ae123779 100644 --- a/src/plugins/HPMHooking/HPMHooking.Defs.inc +++ b/src/plugins/HPMHooking/HPMHooking.Defs.inc @@ -2422,8 +2422,8 @@ typedef time_t (*HPMHOOK_pre_clif_attendance_getendtime) (void); typedef time_t (*HPMHOOK_post_clif_attendance_getendtime) (time_t retVal___); typedef void (*HPMHOOK_pre_clif_pOpenUIRequest) (int *fd, struct map_session_data **sd); typedef void (*HPMHOOK_post_clif_pOpenUIRequest) (int fd, struct map_session_data *sd); -typedef void (*HPMHOOK_pre_clif_open_ui) (struct map_session_data **sd, int8 *UIType); -typedef void (*HPMHOOK_post_clif_open_ui) (struct map_session_data *sd, int8 UIType); +typedef void (*HPMHOOK_pre_clif_open_ui) (struct map_session_data **sd, enum cz_ui_types *uiType); +typedef void (*HPMHOOK_post_clif_open_ui) (struct map_session_data *sd, enum cz_ui_types uiType); typedef void (*HPMHOOK_pre_clif_pAttendanceRewardRequest) (int *fd, struct map_session_data **sd); typedef void (*HPMHOOK_post_clif_pAttendanceRewardRequest) (int fd, struct map_session_data *sd); typedef void (*HPMHOOK_pre_clif_ui_action) (struct map_session_data **sd, int32 *UIType, int32 *data); @@ -2448,8 +2448,8 @@ typedef void (*HPMHOOK_pre_clif_pReqStyleChange) (int *fd, struct map_session_da typedef void (*HPMHOOK_post_clif_pReqStyleChange) (int fd, struct map_session_data *sd); typedef void (*HPMHOOK_pre_clif_cz_req_style_change_sub) (struct map_session_data **sd, int *type, int16 *idx, bool *isitem); typedef void (*HPMHOOK_post_clif_cz_req_style_change_sub) (struct map_session_data *sd, int type, int16 idx, bool isitem); -typedef void (*HPMHOOK_pre_clif_style_change_response) (struct map_session_data **sd, int8 *flag); -typedef void (*HPMHOOK_post_clif_style_change_response) (struct map_session_data *sd, int8 flag); +typedef void (*HPMHOOK_pre_clif_style_change_response) (struct map_session_data **sd, enum stylist_shop *flag); +typedef void (*HPMHOOK_post_clif_style_change_response) (struct map_session_data *sd, enum stylist_shop flag); #endif // MAP_CLIF_H #ifdef COMMON_CORE_H /* cmdline */ typedef void (*HPMHOOK_pre_cmdline_init) (void); @@ -7102,8 +7102,8 @@ typedef int (*HPMHOOK_pre_skill_check_condition_castbegin_madogear_unknown) (str typedef int (*HPMHOOK_post_skill_check_condition_castbegin_madogear_unknown) (int retVal___, struct status_change *sc, uint16 *skill_id); typedef int (*HPMHOOK_pre_skill_check_condition_castbegin_unknown) (struct status_change **sc, uint16 **skill_id); typedef int (*HPMHOOK_post_skill_check_condition_castbegin_unknown) (int retVal___, struct status_change *sc, uint16 *skill_id); -typedef void (*HPMHOOK_pre_skill_check_condition_castend_unknown) (struct map_session_data **sd, uint16 **skill_id, uint16 **skill_lv); -typedef void (*HPMHOOK_post_skill_check_condition_castend_unknown) (struct map_session_data *sd, uint16 *skill_id, uint16 *skill_lv); +typedef bool (*HPMHOOK_pre_skill_check_condition_castend_unknown) (struct map_session_data **sd, uint16 **skill_id, uint16 **skill_lv); +typedef bool (*HPMHOOK_post_skill_check_condition_castend_unknown) (bool retVal___, struct map_session_data *sd, uint16 *skill_id, uint16 *skill_lv); typedef bool (*HPMHOOK_pre_skill_get_requirement_off_unknown) (struct status_change **sc, uint16 **skill_id); typedef bool (*HPMHOOK_post_skill_get_requirement_off_unknown) (bool retVal___, struct status_change *sc, uint16 *skill_id); typedef bool (*HPMHOOK_pre_skill_get_requirement_item_unknown) (struct status_change **sc, struct map_session_data **sd, uint16 **skill_id, uint16 **skill_lv, uint16 **idx, int **i); diff --git a/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc b/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc index d81042493..a74fc4edb 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc @@ -26282,14 +26282,14 @@ void HP_clif_pOpenUIRequest(int fd, struct map_session_data *sd) { } return; } -void HP_clif_open_ui(struct map_session_data *sd, int8 UIType) { +void HP_clif_open_ui(struct map_session_data *sd, enum cz_ui_types uiType) { int hIndex = 0; if (HPMHooks.count.HP_clif_open_ui_pre > 0) { - void (*preHookFunc) (struct map_session_data **sd, int8 *UIType); + void (*preHookFunc) (struct map_session_data **sd, enum cz_ui_types *uiType); *HPMforce_return = false; for (hIndex = 0; hIndex < HPMHooks.count.HP_clif_open_ui_pre; hIndex++) { preHookFunc = HPMHooks.list.HP_clif_open_ui_pre[hIndex].func; - preHookFunc(&sd, &UIType); + preHookFunc(&sd, &uiType); } if (*HPMforce_return) { *HPMforce_return = false; @@ -26297,13 +26297,13 @@ void HP_clif_open_ui(struct map_session_data *sd, int8 UIType) { } } { - HPMHooks.source.clif.open_ui(sd, UIType); + HPMHooks.source.clif.open_ui(sd, uiType); } if (HPMHooks.count.HP_clif_open_ui_post > 0) { - void (*postHookFunc) (struct map_session_data *sd, int8 UIType); + void (*postHookFunc) (struct map_session_data *sd, enum cz_ui_types uiType); for (hIndex = 0; hIndex < HPMHooks.count.HP_clif_open_ui_post; hIndex++) { postHookFunc = HPMHooks.list.HP_clif_open_ui_post[hIndex].func; - postHookFunc(sd, UIType); + postHookFunc(sd, uiType); } } return; @@ -26623,10 +26623,10 @@ void HP_clif_cz_req_style_change_sub(struct map_session_data *sd, int type, int1 } return; } -void HP_clif_style_change_response(struct map_session_data *sd, int8 flag) { +void HP_clif_style_change_response(struct map_session_data *sd, enum stylist_shop flag) { int hIndex = 0; if (HPMHooks.count.HP_clif_style_change_response_pre > 0) { - void (*preHookFunc) (struct map_session_data **sd, int8 *flag); + void (*preHookFunc) (struct map_session_data **sd, enum stylist_shop *flag); *HPMforce_return = false; for (hIndex = 0; hIndex < HPMHooks.count.HP_clif_style_change_response_pre; hIndex++) { preHookFunc = HPMHooks.list.HP_clif_style_change_response_pre[hIndex].func; @@ -26641,7 +26641,7 @@ void HP_clif_style_change_response(struct map_session_data *sd, int8 flag) { HPMHooks.source.clif.style_change_response(sd, flag); } if (HPMHooks.count.HP_clif_style_change_response_post > 0) { - void (*postHookFunc) (struct map_session_data *sd, int8 flag); + void (*postHookFunc) (struct map_session_data *sd, enum stylist_shop flag); for (hIndex = 0; hIndex < HPMHooks.count.HP_clif_style_change_response_post; hIndex++) { postHookFunc = HPMHooks.list.HP_clif_style_change_response_post[hIndex].func; postHookFunc(sd, flag); @@ -76386,31 +76386,32 @@ int HP_skill_check_condition_castbegin_unknown(struct status_change *sc, uint16 } return retVal___; } -void HP_skill_check_condition_castend_unknown(struct map_session_data *sd, uint16 *skill_id, uint16 *skill_lv) { +bool HP_skill_check_condition_castend_unknown(struct map_session_data *sd, uint16 *skill_id, uint16 *skill_lv) { int hIndex = 0; + bool retVal___ = false; if (HPMHooks.count.HP_skill_check_condition_castend_unknown_pre > 0) { - void (*preHookFunc) (struct map_session_data **sd, uint16 **skill_id, uint16 **skill_lv); + bool (*preHookFunc) (struct map_session_data **sd, uint16 **skill_id, uint16 **skill_lv); *HPMforce_return = false; for (hIndex = 0; hIndex < HPMHooks.count.HP_skill_check_condition_castend_unknown_pre; hIndex++) { preHookFunc = HPMHooks.list.HP_skill_check_condition_castend_unknown_pre[hIndex].func; - preHookFunc(&sd, &skill_id, &skill_lv); + retVal___ = preHookFunc(&sd, &skill_id, &skill_lv); } if (*HPMforce_return) { *HPMforce_return = false; - return; + return retVal___; } } { - HPMHooks.source.skill.check_condition_castend_unknown(sd, skill_id, skill_lv); + retVal___ = HPMHooks.source.skill.check_condition_castend_unknown(sd, skill_id, skill_lv); } if (HPMHooks.count.HP_skill_check_condition_castend_unknown_post > 0) { - void (*postHookFunc) (struct map_session_data *sd, uint16 *skill_id, uint16 *skill_lv); + bool (*postHookFunc) (bool retVal___, struct map_session_data *sd, uint16 *skill_id, uint16 *skill_lv); for (hIndex = 0; hIndex < HPMHooks.count.HP_skill_check_condition_castend_unknown_post; hIndex++) { postHookFunc = HPMHooks.list.HP_skill_check_condition_castend_unknown_post[hIndex].func; - postHookFunc(sd, skill_id, skill_lv); + retVal___ = postHookFunc(retVal___, sd, skill_id, skill_lv); } } - return; + return retVal___; } bool HP_skill_get_requirement_off_unknown(struct status_change *sc, uint16 *skill_id) { int hIndex = 0; |