Guest User

String pool hook for Maple Story

a guest
May 7th, 2018
7,258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 257.29 KB | None | 0 0
  1. /*
  2.  Custom StringPool hook for Maple Story
  3.  Author: br1337
  4. */
  5. #include <windows.h>
  6. #include "Hook.h"
  7. #include "StringPool.h"
  8.  
  9. const char * STR_POOL[] = {
  10.      "http://passport.nexon.net/?PART=/Registration/AgeCheck"
  11.     ,"http://passport.nexon.net/WZ.ASPX?PART=/Accounts/ForgotId"
  12.     ,"http://passport.nexon.net/WZ.ASPX?PART=/Accounts/ForgotPassword"
  13.     ,"http://maplestory.nexon.net/WZ.ASPX?PART=/Downloads/GamePatches"
  14.     ,"http://maplestory.nexon.net/?PART=/News/Notice&bbsidx=3255"
  15.     ,"http://billing.nexon.net/WZ.ASPX?PART=/Purchasing/Account"
  16.     ,"http://nxcache.nexon.net/maplestory/ending/ending_ms.html"
  17.     ,"http://passport.nexon.net/?PART=/MyMaple/Verifycode"
  18.     ,"Tahoma"
  19.     ,"Arial Narrow"
  20.     ,"Eqp"
  21.     ,"Setup"
  22.     ,"Beginner"
  23.     ,"Warrior"
  24.     ,"Bowman"
  25.     ,"Thief"
  26.     ,"Pirate"
  27.     ,"Manager"
  28.     ,"Cygnus Knights"
  29.     ,"Available to"
  30.     ,"SuperGM"
  31.     ,"MWLB"
  32.     ,"Swordman"
  33.     ,"Fighter"
  34.     ,"Crusader"
  35.     ,"Hero"
  36.     ,"Page"
  37.     ,"White Knight"
  38.     ,"Paladin"
  39.     ,"Spearman"
  40.     ,"Dragon Knight"
  41.     ,"Dark Knight"
  42.     ,"Wizard"
  43.     ,"Mage"
  44.     ,"Arch Mage"
  45.     ,"Wizard (Fire,Poison)"
  46.     ,"Mage(Fire, Poison)"
  47.     ,"Arch Mage(Fire,Poison)"
  48.     ,"Wizard(Ice,Lightning)"
  49.     ,"Mage(Ice,Lightning)"
  50.     ,"Arch Mage(Ice,Lightning)"
  51.     ,"Cleric"
  52.     ,"Priest"
  53.     ,"Bishop"
  54.     ,"Archer"
  55.     ,"Hunter"
  56.     ,"Ranger"
  57.     ,"Bowmaster"
  58.     ,"Crossbow man"
  59.     ,"Sniper"
  60.     ,"Marksman"
  61.     ,"Rogue"
  62.     ,"Assassin"
  63.     ,"Hermit"
  64.     ,"Night Lord"
  65.     ,"Bandit"
  66.     ,"Chief Bandit"
  67.     ,"Shadower"
  68.     ,"Brawler"
  69.     ,"Marauder"
  70.     ,"Buccaneer"
  71.     ,"Gunslinger"
  72.     ,"Outlaw"
  73.     ,"Corsair"
  74.     ,"Noblesse"
  75.     ,"There are too many requests on the server at this point. Please try again later."
  76.     ,"You can't do it once you're dead."
  77.     ,"Will you go back to the main menu?"
  78.     ,"Press check button first\r\nand see if the name is available."
  79.     ,"Your SSN doesn't match.\r\nPlease try again."
  80.     ,"You can't create a character anymore."
  81.     ,"Are you sure you want to delete the character?"
  82.     ,"[Warning]\r\nIf the name contains a foul language or anything similar,\r\nyour account may be subject to restrictions."
  83.     ,"The name '%s' is taken."
  84.     ,"The name '%s' is available."
  85.     ,"The namecheck didn't work \r\ndue to an unknown error."
  86.     ,"The character wasn't made \r\ndue to an unknown error."
  87.     ,"The channel you selected is currently unavailable.\r\n Please select another channel or try again later."
  88.     ,"The connection has been lost. Please try again later. \r\nIf this error occurs again, please visit (GameGuard website) for more information."
  89.     ,"There was an error trying to connect to the game server.\r\nPlease try again later."
  90.     ,"We are unable to connect to the login server due to a server check, a firewall block or other network issues. \r\n Please check the MapleStory homepage for ongoing server checks as well as your firewall settings."
  91.     ,"Check out the MapleStory Notice board."
  92.     ,"You have been disconnected from the login server. \r\nPlease try again later."
  93.     ,"There is currently not enough available memory to run MapleStory.\r\nPlease visit the FAQ section at maplestory.nexon.net for further details."
  94.     ,"We were unable to locate a MapleStory data file on your computer.\r\nPlease download the latest client from maplestory.nexon.net."
  95.     ,"The client is outdated. Please download the latest client from maplestory.nexon.net."
  96.     ,"You appear to be missing a few files needed to run the game.\r\nPlease visit maplestory.nexon.net and download the latest version of the client."
  97.     ,"The client is outdated. \r\nPlease download the latest client \r\nfrom maplestory.nexon.net and try again."
  98.     ,"An errorr occured while communicating with the server.\r\nPlease try again later."
  99.     ,"There was an error with another program sharing the same resources.\r\nClose other programs before restarting the game. If the problem persists, then either restart the system or check the customer service section on our website."
  100.     ,"There was an error with another program sharing the same resources.\r\nThe problem may have occured due to a computer virus. Please use the vaccine to run through a virus check."
  101.     ,"Either the IP address is unavailable to connect or \r\nyou have used up your available game time for the day."
  102.     ,"메이플스토리 홈페이지에서 로그인 한 후\r\n게임 시작 버튼을 눌러 주세요."
  103.     ,"Illegal program or malicious code detected.\r\nThe game will force quit."
  104.     ,"Please download the full client of maplestory."
  105.     ,"MapleStory Error : Actionframe loadmappper failed."
  106.     ,"MapleStory Error : Loading employee failed."
  107.     ,"MapleStory Error : Loading mob failed."
  108.     ,"MapleStory Error : Loading morph failed."
  109.     ,"MapleStory Error : Loading NPC failed."
  110.     ,"MapleStory Error : Loading pet failed."
  111.     ,"MapleStory Error : Loading reactor failed."
  112.     ,"MapleStory Error : Loading tamingmob failed."
  113.     ,"MapleStory Error : Sprite commonslot failed."
  114.     ,"MapleStory Error : Sprite init failed(empty)."
  115.     ,"MapleStory Error : Sprite init failed(unknown)."
  116.     ,"MapleStory Error : MapleTV init failed."
  117.     ,"MapleStory Error : QuestMan init failed."
  118.     ,"MapleStory Error : iteminfo error."
  119.     ,"MapleStory Error : skillinfo error."
  120.     ,"MapleStory Error : Loading mobskill failed."
  121.     ,"MapleStory Error : Loading commodity failed."
  122.     ,"MapleStory Error : Loading package failed."
  123.     ,"MapleStory Error : Cashshop failed(type1)."
  124.     ,"MapleStory Error : Cashshop failed(type2)."
  125.     ,"MapleStory Error : DraggableItem error."
  126.     ,"MapleStory Error : Employee error."
  127.     ,"MapleStory Error : Mob error."
  128.     ,"MapleStory Error : NPC error."
  129.     ,"MapleStory Error : Pet error."
  130.     ,"MapleStory Error : Summoned error."
  131.     ,"MapleStory Error : ActionMan error(type1)."
  132.     ,"MapleStory Error : ActionMan error(type2)."
  133.     ,"/whisper"
  134.     ,"/party"
  135.     ,"/partycheck"
  136.     ,"/buddy"
  137.     ,"/guild"
  138.     ,"/alliance"
  139.     ,"/couple"
  140.     ,"/all"
  141.     ,"/find"
  142.     ,"/trade"
  143.     ,"/shop"
  144.     ,"/moveitem"
  145.     ,"/partyinfo"
  146.     ,"/makeparty"
  147.     ,"/leaveparty"
  148.     ,"/partyinvite"
  149.     ,"/partyexpel"
  150.     ,"/partysearch"
  151.     ,"/guildinfo"
  152.     ,"/leaveguild"
  153.     ,"/guildinvite"
  154.     ,"/guildexpel"
  155.     ,"/vomit"
  156.     ,"/oops"
  157.     ,"/invite"
  158.     ,"/pet"
  159.     ,"Please try again."
  160.     ,"Not available with an Admin account."
  161.     ,"Not available with an MWLB account."
  162.     ,"Not available"
  163.     ,"You have whispered to '%s'"
  164.     ,"Unable to find '%s'"
  165.     ,"'%s' is at '%s'."
  166.     ,"'%s' is at the Cash Shop."
  167.     ,"'%s' is currently at '%s'."
  168.     ,"'%s' is at the event map."
  169.     ,"'%s' have currently disabled whispers."
  170.     ,"Either the party doesn't exist or no member of your party is logged on."
  171.     ,"You are not married or your spouse is currently offline."
  172.     ,"You have no buddy available for chat."
  173.     ,"You are not in a guild yet or none of your guild member is online."
  174.     ,"You have successfully blocked access."
  175.     ,"The blocking failed."
  176.     ,"The unblocking has been successful"
  177.     ,"The command was typed wrong. Please double-check."
  178.     ,"The unblocking was unsuccessful."
  179.     ,"You have successfully removed the name from the ranks."
  180.     ,"You have entered an invalid character name."
  181.     ,"You have failed to remove yourself from the ranks."
  182.     ,"You have either entered a wrong NPC name or"
  183.     ,"Your request failed."
  184.     ,"Renaming Successful."
  185.     ,"Renaming Failed - Can't find the Hired Merchant."
  186.     ,"Hired Merchant located at : %s"
  187.     ,"Unable to find the hired merchant."
  188.     ,"/resetmap"
  189.     ,"/quiz"
  190.     ,"/answer"
  191.     ,"/check"
  192.     ,"/expel"
  193.     ,"/explain"
  194.     ,"/start"
  195.     ,"/reset"
  196.     ,"/divideteam"
  197.     ,"/omok"
  198.     ,"/memorygame"
  199.     ,"/prize"
  200.     ,"/senduser"
  201.     ,"/giveprize"
  202.     ,"/matchtable"
  203.     ,"/u"
  204.     ,"/send"
  205.     ,"/lithharbor"
  206.     ,"/ludibrium"
  207.     ,"/orbis"
  208.     ,"/southperry"
  209.     ,"/ola10"
  210.     ,"/ola11"
  211.     ,"/ola12"
  212.     ,"/ola20"
  213.     ,"/ola21"
  214.     ,"/ola22"
  215.     ,"/ola30"
  216.     ,"/ola31"
  217.     ,"/ola32"
  218.     ,"/ola40"
  219.     ,"/ola41"
  220.     ,"/ola42"
  221.     ,"/ola50"
  222.     ,"/ola51"
  223.     ,"/ola52"
  224.     ,"/fitness1"
  225.     ,"/fitness2"
  226.     ,"/fitness3"
  227.     ,"/fitness4"
  228.     ,"/ox"
  229.     ,"/coconut1"
  230.     ,"/coconut2"
  231.     ,"/coconut3"
  232.     ,"/cokeseason1"
  233.     ,"/cokeseason2"
  234.     ,"/cokeseason3"
  235.     ,"/level1"
  236.     ,"/level2"
  237.     ,"/level3"
  238.     ,"/level4"
  239.     ,"/level5"
  240.     ,"/level6"
  241.     ,"/level7"
  242.     ,"/level8"
  243.     ,"/package1"
  244.     ,"/package2"
  245.     ,"/Pointer00"
  246.     ,"/Pointer01"
  247.     ,"/Pointer02"
  248.     ,"/Pointer03"
  249.     ,"/Pointer04"
  250.     ,"/noticeHe"
  251.     ,"/noticeEl"
  252.     ,"/noticePe"
  253.     ,"/noticeKC"
  254.     ,"/noticeLH"
  255.     ,"/noticeOr"
  256.     ,"/noticeLu"
  257.     ,"/noticeFo"
  258.     ,"/crisp"
  259.     ,"/pqanswer"
  260.     ,"/mobcontrol"
  261.     ,"/hackcheckcountreload"
  262.     ,"/open"
  263.     ,"/alertm"
  264.     ,"/noticem"
  265.     ,"/maple"
  266.     ,"/story"
  267.     ,"/findhm"
  268.     ,"""    /end"""
  269.     ,"/startnotice"
  270.     ,"/endnotice"
  271.     ,"/gachaponboxreload"
  272.     ,"/gachaponreload"
  273.     ,"/weathereventreload"
  274.     ,"/rewardreload"
  275.     ,"/cakepiereload"
  276.     ,"/gmboardreload"
  277.     ,"/serveroptreload"
  278.     ,"ATTENTION! This is Athena Pierce! A horde of monsters is headed for Henesys! All brave warriors are ordered to Henesys immediately! Let the battle begin!"
  279.     ,"ATTENTION! This is Grendel the Really Old! A horde of monsters is headed for Ellinia! All brave warriors are ordered to Ellinia immediately! We shall prevail!"
  280.     ,"ATTENTION! This is Dances with Balrog! A horde of monsters is headed for Perion! All brave warriors are ordered to Perion immediately! May your sword be as strong as your will!"
  281.     ,"ATTENTION! This is the Dark Lord! A horde of monsters is headed for Kerning City! All brave warriors are ordered to Kerning City immediately! Let us teach our enemies the folly of their actions!"
  282.     ,"ATTENTION! This is Vikin! A horde of monsters is headed for Lith Harbor! All brave warriors are ordered to Lith Harbor immediately! It's battle time!"
  283.     ,"ATTENTION! This is Ericson! A horde of monsters is headed for Orbis! All brave warriors are ordered to Orbis immediately! Fight hard, fight well!"
  284.     ,"ATTENTION! This is Marcel! A horde of monsters is headed for Ludibrium! All brave warriors are ordered to Ludibrium immediately! Show these punks we don't toy around!"
  285.     ,"ATTENTION! This is a distress call! A horde of monsters is headed for Folk Town! All brave warriors are ordered to Folk Town immediately! May the spirit of the Maple Tree guide your weapon!"
  286.     ,"The monsters have begun a ruthless assault! Stand your ground, hold the line and protect the town!"
  287.     ,"Excellent work! The town has withstood the invasion of the monsters unscathed, thanks to your superior battle skills. If you're the person that collected ""The Force of Darkness,"" please head to the Maple Administrator located near you. We thank you again!"
  288.     ,"You can't do it right now.\r\nCatch your breath and then try again."
  289.     ,"Cannot be completed while you are hanging."
  290.     ,"You are currently at a place where\r\nthe world map is not available."
  291.     ,"The World Map is unavailable in \r\nthe Beginner's Version.\r\nPlease download the full client at\r\nmaplestory.nexon.net for access to this feature."
  292.     ,"The World Map is unavailable to Guest ID players.\r\nPlease download the full client at\r\nmaplestory.nexon.net \r\nfor access to this feature."
  293.     ,"This NPC is located at a spot not\r\navailable through the World Map."
  294.     ,"Enter your comments through the megaphone."
  295.     ,"Cursing is not allowed."
  296.     ,"Use the megaphone to text up to 60 characters."
  297.     ,"The effect is taking place right now.\r\nPlease try it later."
  298.     ,"You can't use it at Maple Island."
  299.     ,"You can't use it here in this map."
  300.     ,"You can't do it here in this map."
  301.     ,"You can't move to another island."
  302.     ,"Too much interest can hinder your process of leveling up.\r\n\r\nwill you really summon the monster?"
  303.     ,"You can't chat right now."
  304.     ,"You have gained experience (+%d)"
  305.     ,"Internet Cafe EXP Bonus (+%d)"
  306.     ,"Bonus Event EXP (+%d)"
  307.     ,"Bonus Wedding EXP (+%d)"
  308.     ,"Equip Item Bonus EXP (+%d)"
  309.     ,"Earned 'Spirit Week Event' bonus EXP. (+%d)"
  310.     ,"The next %d completed quests will include additional Event Bonus EXP."
  311.     ,"You have gained fame. (+%d)"
  312.     ,"You have lost fame (%d)"
  313.     ,"You have gained mesos (+%d)"
  314.     ,"Internet Cafe Meso Bonus (+%d)"
  315.     ,"You have lost mesos. (%d)"
  316.     ,"You have lost items (%s %d)"
  317.     ,"You have lost an item (%s)"
  318.     ,"You can't get anymore items."
  319.     ,"[%s] has passed its expiration date and will be removed from your inventory."
  320.     ,"Other requests are in process.\r\nPlease try again in a little bit."
  321.     ,"You have raised '%s''s level of fame."
  322.     ,"You have dropped '%s''s level of fame."
  323.     ,"The user name is incorrectly entered."
  324.     ,"Users under level 15 are unable to toggle with fame."
  325.     ,"You can't raise or drop a level of fame anymore for today."
  326.     ,"You can't raise or drop a level of fame of that character anymore for this month."
  327.     ,"'%s' have raised '%s''s level of fame."
  328.     ,"'%s' have dropped '%s''s level of fame."
  329.     ,"The level of fame has neither been raised or dropped due to an unexpected error."
  330.     ,"Please try it again later."
  331.     ,"%s is currently blocking any party invitations."
  332.     ,"%s have denied request to the party."
  333.     ,"You have created a new party."
  334.     ,"You have been expelled from the party."
  335.     ,"You have left the party."
  336.     ,"'%s' have been expelled from the party."
  337.     ,"'%s' have left the party."
  338.     ,"You have quit as the leader of the party. The party has been disbanded."
  339.     ,"You have left the party since the party leader quit."
  340.     ,"You have joined the party."
  341.     ,"'%s' has joined the party."
  342.     ,"Already have joined a party."
  343.     ,"A beginner can't create a party."
  344.     ,"You have yet to join a party."
  345.     ,"The party you're trying to join is already in full capacity."
  346.     ,"You are not the master of the party."
  347.     ,"""    You may not invite yourself to the party."""
  348.     ,"'%s'is not a member of your party."
  349.     ,"As a GM, you're forbidden from creating a party."
  350.     ,"As a GM, you're forbidden from joining a party."
  351.     ,"It is impossible to invite someone to the party."
  352.     ,"Your request for a party didn't work due to an unexpected error."
  353.     ,"Unable to find the requested character in this channel."
  354.     ,"Party member:"
  355.     ,"You're the leader of the party."
  356.     ,"Since the time has exceeded, denial message has been sent to the party leader."
  357.     ,"%s is currently not accepting guild invite message."
  358.     ,"%s has denied your guild invitation."
  359.     ,"%s You have joined a guild."
  360.     ,"New guild has been made."
  361.     ,"You have quit the guild."
  362.     ,"'%s' has been expelled from the guild."
  363.     ,"Deleted Chracters have been expelled."
  364.     ,"'%s' quitted the guild."
  365.     ,"Expel '%s' from the guild?"
  366.     ,"Would you like to quit the guild?"
  367.     ,"'%s'quitted the guild."
  368.     ,"The guild has been disbanded."
  369.     ,"You have entered the guild."
  370.     ,"'%s' has joined the guild."
  371.     ,"Already joined the guild."
  372.     ,"You cannot make a guild, due to the limitation of minimum level requirement."
  373.     ,"You are not in the guild."
  374.     ,"You cannot quit the guild, since you are the master of the guild."
  375.     ,"The guild, you are trying to join, has already reached the max number of users."
  376.     ,"Beginners cannot be the master."
  377.     ,"You are not the master of the guild."
  378.     ,"You cannot invite yourself to the guild."
  379.     ,"'%s' is not the member of the guild."
  380.     ,"Only Guild Master can expel Jr.Masters."
  381.     ,"You may not ban the Guild Master."
  382.     ,"Admin cannot make a guild."
  383.     ,"You cannot invite more people to the guild."
  384.     ,"The guild request has not been accepted, due to unknown reason."
  385.     ,"The character cannot be found in the current channel."
  386.     ,"Guild Member:"
  387.     ,"You are the guild master."
  388.     ,"The maximum number of the guild members has been increased to %d."
  389.     ,"Unable to find the character."
  390.     ,"The buddy is already registered."
  391.     ,"You can't enter yourself as your buddy."
  392.     ,"The user is not registered."
  393.     ,"You have not requested buddies with that user."
  394.     ,"You've already made the Friend Request. Please try again later."
  395.     ,"The portal is closed for now."
  396.     ,"You can't move to a different island."
  397.     ,"Incorrect channel number."
  398.     ,"You're at the premium service internet cafe.\r\nWhile you're logged on, you'll receive various premium services."
  399.     ,"\r\nWindows 98 users may have trouble playing this game.\r\nWe recommend users to use Windows XP or 2000."
  400.     ,"Oh...you're the one that'll take care of my baby! Can you hear me? I am a wizard who is at the very bottom of the World Tree, extracting the Water of Life from there. I'm speaking to your mind right now.\r\n\r\nThat kid...is a magical animal that I've poured life into by pouring the Water of Life at the doll that I've made myself. For the longest time, I've been studying and researching on life itself, and learned to actually create a spell that creates life. But it's only possible with the Water of Life...and since it comes out so little, I can only give that kid a life for so long..."
  401.     ,"When the time passes and the Water of Life that's been sprinkled onto it dries up, it'll turn back into a doll. Yes, it's very unfortunate, but not to worry. If you pour the Water of Life again on it, it'll come back to life.\r\n\r\n.And for that, I collect the Water of Life everyday here deep in the underground. I sent my apprentice up overground, so there comes a time where you'll need the Water of Life, please go visit him. Don't forget that the Water of Life will last once poured onto the doll...Please take care of it..."
  402.     ,"The time has run out, so it can't move."
  403.     ,"You cannot revive this pet.\r\nYou can purchase a new pet\r\nin the Cash Shop. Would you like\r\nto move to the Cash Shop?"
  404.     ,"The closeness increased (+%d)"
  405.     ,"The closeness decreased (%d)"
  406.     ,"The pet went back home because it's hungry."
  407.     ,"The pet's magical time has run out, and so it has turned back into a doll."
  408.     ,"You cannot use a pet in this location."
  409.     ,"You have exceeded the maximum number\r\n of pets that can accompany you.\r\nPlease try again after \r\nyou change the living pet back into a doll."
  410.     ,"Would you like to change your Boss Pet?\r\n (The ""Item Ignore"" skill, as well as \r\nthe stats for speed and jump will \r\nfollow that of the Lead Pet)"
  411.     ,"Please select the pet you would like to put the pet equipment on."
  412.     ,"The scroll lights up, and then its mysterious power has been transferred to the item."
  413.     ,"The scroll lights up, but the item winds up as if nothing happened"
  414.     ,"The item is destroyed due to the overwhelming power of the scroll."
  415.     ,"Will you play <%s> on the jukebox?"
  416.     ,"The character you logged on with\r\nhas not requested a name change."
  417.     ,"The schedule for the trip is as follows."
  418.     ,"You can start entering the gate at 5 min. til take off."
  419.     ,"The room is already closed."
  420.     ,"You can't enter the room due to full capacity."
  421.     ,"Other requests are being fulfilled this minute."
  422.     ,"You can't do it while you're dead."
  423.     ,"You can't do it in the middle of the event."
  424.     ,"This character is unable to do it."
  425.     ,"You are not allowed to trade other items at this point."
  426.     ,"You can't establish a miniroom right here."
  427.     ,"You can only make trade\r\nif you two are in the same map."
  428.     ,"'%s' is doing something else right now."
  429.     ,"'%s' have denied invitation."
  430.     ,"'%s' is currently not accepting any invitation."
  431.     ,"Trade cancelled.\r\nby the other character."
  432.     ,"Trade successful.\r\nPlease check the results."
  433.     ,"Trade successful.\r\nReceived %d mesos after fees.\r\nPlease check the results."
  434.     ,"Trade unsuccessful."
  435.     ,"You cannot make the trade because\r\nthere are some items which\r\nyou cannot carry more than one."
  436.     ,"You cannot make the trade because\r\nthe other person's on a different map."
  437.     ,"How much money will you put up?"
  438.     ,"Are you sure you want to trade?"
  439.     ,"Please enter the name of the store.\r\n\r\nIf you move before you open the store,\r\n the store may not be opened."
  440.     ,"%d for %s mesos."
  441.     ,"%s mesos."
  442.     ,"The shop is closed."
  443.     ,"The items are out of stock."
  444.     ,"The number of items should be based\r\non the number of items in a bundle."
  445.     ,"The total price is %d mesos.\r\nWill you make the purchase?"
  446.     ,"You can't sell it anymore."
  447.     ,"Sell by the bundle."
  448.     ,"Price per bundle"
  449.     ,"Price per unit."
  450.     ,"Number of items to sell."
  451.     ,"Number of items per bundle."
  452.     ,"The item has been sold already."
  453.     ,"You may not enter this store."
  454.     ,"Would you like to ban %s?"
  455.     ,"The user has been banned."
  456.     ,"You have been banned from the room for exceeding the time limit. You are now blocked from re-entering this store."
  457.     ,"Please enter the name of the game you'll make."
  458.     ,"You don't have enough mesos to enter."
  459.     ,"You can't start the game here."
  460.     ,"The personal store can only be built\r\nat the free market available at main towns."
  461.     ,"You may only use it at Room 7~22, located at the 2nd floor and above of the Free Market Entrance."
  462.     ,"[%s] have entered."
  463.     ,"[%s] have left."
  464.     ,"[%s] have called to leave after this game."
  465.     ,"[%s] have cancelled the request to leave after this game."
  466.     ,"[%s] have been expelled."
  467.     ,"You have been expelled."
  468.     ,"[%s] have forfeited."
  469.     ,"[%s] have requested a handicap."
  470.     ,"You have left the room."
  471.     ,"[%s]'s turn."
  472.     ,"[%s] has matched cards. Please continue."
  473.     ,"[%s] can't start the game due to lack of mesos."
  474.     ,"The game has started."
  475.     ,"The game has ended.\r\nThe room will automatically close in 10 sec."
  476.     ,"10 sec. left."
  477.     ,"The room is closed."
  478.     ,"You win."
  479.     ,"It's a tie."
  480.     ,"You lost."
  481.     ,"Are you sure you want to give up?"
  482.     ,"Will you expel the user?"
  483.     ,"Your opponent requests a tie.\r\nWill you accept it?"
  484.     ,"Will you request a tie?"
  485.     ,"Your opponent denied your request for a tie."
  486.     ,"You can only request a handicap once per game."
  487.     ,"Your oppentent has requested to \r\nwithdraw his/her last move.\r\nDo you accept?"
  488.     ,"Request to withdraw your last move?"
  489.     ,"Your opponent denied your request."
  490.     ,"Will you call to leave after this game?"
  491.     ,"Will you cancel the request\r\nto leave after this game?"
  492.     ,"Time left : %d sec."
  493.     ,"It's [ %s ]'s turn."
  494.     ,"Are you sure you want to leave?"
  495.     ,"Please enter the password."
  496.     ,"Do you want to play in private?"
  497.     ,"You are unable to enter the tournament room."
  498.     ,"""    You have double-3's."""
  499.     ,"You can't put it there."
  500.     ,"You can't fly it there."
  501.     ,"The receiver's character name is incorrect."
  502.     ,"The move is successful. Please check the result."
  503.     ,"I'm busy right now."
  504.     ,"You can't transfer characters in the same account."
  505.     ,"The user is logging in."
  506.     ,"The user doesn't have enough space on the inventory."
  507.     ,"There's no money or item to transfer."
  508.     ,"The character is not registered."
  509.     ,"The request is denied for an unknown reason."
  510.     ,"Once you delete this cash item, the item will\r\ndisappear, and %d%% of the purchased price, %d,\r\n will be accumulated towards your MaplePoints.\r\nAccumulated MaplePoints will be\r\nused to purchase other cash items.\r\n.Are you sure you want to delete this item?\r\n"
  511.     ,"The selected items will be deleted, and \r\nMaplePoints will not be accumulated.\r\nAre you sure you want to delete this item?\r\n"
  512.     ,"%s adding inventory slots. (%d NX)\r\nConfirm inventory slot purchase?"
  513.     ,"Adding slots to the storage (%d NX)\r\nAre you sure you want to add slots\r\nto your storage?"
  514.     ,"Add a character slot (%d NX)\r\nAre you sure you want to add another\r\ncharacter slot?"
  515.     ,"Character Purchase (%d NX)\r\nCancellation or refunds will not be available.\r\nDo you still wish to purchase the character?"
  516.     ,"You may test this item for free.\r\nThe free item will only last for 1 day and\r\nyou will only be able to try each once.\r\nPress OK to try this item for free or\r\npress CANCEL to purchase the item\r\nfor 90 days."
  517.     ,"The requested number of slots\r\ncan't be added."
  518.     ,"The storage slots can't be extended."
  519.     ,"You may not add any more character slots."
  520.     ,"You cannot purchase any more characters."
  521.     ,"Your job limit does not allow\r\nyou to use this item. \r\nAre you sure you want to buy the item?"
  522.     ,"Your level limit does not allow\r\nyou to use this item.\r\nAre you sure you want to buy the item?"
  523.     ,"Your fame limit does not allow\r\nyou to use this item.\r\nAre you sure you want to buy the item?"
  524.     ,"Some items have limits that are unavailable\r\nfor you to use the item."
  525.     ,"You already have the item(s) selected. Are\r\nyou sure you want to buy the item(s) again?"
  526.     ,"You may not use this item with\r\nthe weapon you are equipped with.\r\nWill you continue to make the purchase?"
  527.     ,"Only the Rudolph pet can equip this item."
  528.     ,"\r\nThe current pet you have\r\ncannot wear this item.\r\nAre you sure you want to purchase this item?"
  529.     ,"Only pets are allowed to wear this item.\r\nAre you sure you want to purchase this item?"
  530.     ,"This item cannot be used without a pet, and\r\nthis item cannot be used on a deceased pet.\r\nAre you sure you want to make the purchase?"
  531.     ,"\r\nThis item cannot be used by the\r\npet you're currently raising.\r\nAre you sure you want to make the purchase?"
  532.     ,"This is an item that cannot be used\r\nif you do not have the Monster\r\nRiding skill. Would you\r\nstill like to purchase it?"
  533.     ,"Are you sure you want to buy this item?"
  534.     ,"Total %d NX."
  535.     ,"Make purchase?"
  536.     ,"The purchase has failed."
  537.     ,"You have purchased the following items.\r\n(Some items weren't purchased)"
  538.     ,"Please enter the name of the character as the receiver for this gift.\r\nOnly the character within the same world are available for gifts."
  539.     ,"%s (%d NX)\r\nWill you buy this item as a gift for\r\n'%s'?"
  540.     ,"Check your SSN and \r\nplease try again."
  541.     ,"Check your birthday code and\r\nplease try again."
  542.     ,"Check your Passport ID and\r\nplease try again."
  543.     ,"You cannot use this name. \r\nPlease try again."
  544.     ,"This name is currently being used. \r\nPlease use another name."
  545.     ,"This name can be used. \r\nIf you wish to use this name,\r\nplease press OK."
  546.     ,"This name is same as your current name. \r\nPlease use another name."
  547.     ,"Press the CHECK button \r\nto check if you can use\r\nthe name of the character."
  548.     ,"The name change is already submitted \r\ndue to the item purchase"
  549.     ,"This applies to the limitations on the request.\r\nPlease check if you were recently banned \r\nwithin 3 months."
  550.     ,"This applies to the limitations on the request.\r\nPlease check if you requested \r\nfor the name change within a month."
  551.     ,"There will not be any refund \r\nfor canceling this request."
  552.     ,"Are you sure you want to cancel \r\nthe name change request?"
  553.     ,"Your name change request \r\nhas been successfully submitted."
  554.     ,"You already have this item on your wish list."
  555.     ,"Your wish list is full."
  556.     ,"You have successfully made the purchase."
  557.     ,"You have given '%s'\r\n %d [ %s ]."
  558.     ,"You have added slots to your item inventory."
  559.     ,"You have added a new character slot."
  560.     ,"You have purchased the character."
  561.     ,"The cash item has been deleted."
  562.     ,"Request timed out.\r\nPlease try again."
  563.     ,"You don't have enough cash."
  564.     ,"You can't buy someone a cash item gift if you're under 14."
  565.     ,"You have exceeded the allotted limit of price\r\nfor gifts."
  566.     ,"Please check and see if you have exceeded\r\nthe number of cash items you can have."
  567.     ,"Please check and see\r\nif the name of the character is wrong,\r\nor if the item has gender restrictions."
  568.     ,"You have reached the daily maximum \r\npurchase limit for the Cash Shop."
  569.     ,"Due to gender restrictions, the coupon \r\nis unavailable for use."
  570.     ,"This coupon was already used."
  571.     ,"This coupon has expired."
  572.     ,"This coupon can only be used at\r\nNexon-affiliated Internet Cafe's.\r\nPlease use the Nexon-affiliated Internet Cafe's."
  573.     ,"This coupon is a Nexon-affiliated Internet Cafe-only coupon,\r\nand it had already been used."
  574.     ,"This coupon is a Nexon-affiliated Internet Cafe-only coupon,\r\nand it had already been expired."
  575.     ,"Please check and see if \r\nthe coupon number is right."
  576.     ,"You are disconnected \r\nfrom Cash Shop \r\nbecause you put wrong \r\nCoupon numbers three times."
  577.     ,"The coupon is expired."
  578.     ,"The coupon has already been used."
  579.     ,"This coupon is only for regular items, and \r\nit's unavailable to give away as a gift."
  580.     ,"This coupon is only for MapleStory, and\r\nit cannot be gifted to others."
  581.     ,"This item is only available for purchase by a user at the premium service internet cafe."
  582.     ,"You are sending a gift to an invalid recipient.\r\nPlease check the character name and gender."
  583.     ,"You have exceeded the spending limit of NX."
  584.     ,"The Cash Shop is unavailable\r\nduring the beta-test phase.\r\nWe apologize for your inconvenience."
  585.     ,"Due to an unknown error,\r\nthe request for Cash Shop has failed."
  586.     ,"Buy with MaplePoints."
  587.     ,"There are repeating character names."
  588.     ,"Do you want to give gifts to %d persons?"
  589.     ,"All the gifts have been sent.\r\n%d NX \r\nwas spent in the process."
  590.     ,"The gifts could not be sent."
  591.     ,"[ %s ]\r\nhas been sent to the character above.\r\n(It could not be sent to several persons.)\r\n%d NX were spent in the process."
  592.     ,"I'll buy this as a gift."
  593.     ,"Deleting the item can only work on cash equipment items that don't have a limited amount of time to use."
  594.     ,"This item can't be deleted."
  595.     ,"Cash item has been deleted.\r\n(%d accumulated as MaplePoints)"
  596.     ,"This is your wish list."
  597.     ,"Welcome to MapleShop!!!"
  598.     ,"The item is being prepared. We're sorry for the inconvenience."
  599.     ,"(%d)"
  600.     ,"The item has been added to the wish list."
  601.     ,"[PET]%s"
  602.     ,"Adding slots at the storage"
  603.     ,"Add %d slots for the storage (Current: %d slots)\r\nMaximum of 48 slots available.%d NX"
  604.     ,"Add %d slots for the storage (Current: %d)\r\nMaximum of 48 slots available."
  605.     ,"Add %s slots"
  606.     ,"Add %d slots for %s inventory. (Current: %d slots)\r\nMaximum of %d slots available.%d NX."
  607.     ,"Add %d slots for the %s inventory. (Current: %d slots)\r\nMaximum of %d slots available."
  608.     ,"Add a character slot (Current : %d slots)\r\nYou may have up to %d slots."
  609.     ,"Please enter the correct 30-digit coupon number."
  610.     ,"Please check the name of the receiver."
  611.     ,"Name of the receiving character."
  612.     ,"You have received"
  613.     ,"\r\n%d %s"
  614.     ,"%d MaplePoints"
  615.     ,"%d mesos"
  616.     ,"To %s"
  617.     ,"Recharge NX."
  618.     ,"The item is not on sale now."
  619.     ,"Are you sure you want to leave the Cash Shop?"
  620.     ,"You don't have enough NX Prepaid."
  621.     ,"An unknown error has occurred\r\nwhile checking the purchase information on the web shop.\r\nThis information is available at he game shop."
  622.     ,"Failed to check the purchase information on the web shop\r\ndue to an error while checking the cash item owned.\r\nThis information is available at the game shop."
  623.     ,"You may not bring any more purchased items from the web shop.\r\nPlease check and see if you have reached the limit on the cash items owned.\r\nGame shop is available."
  624.     ,"Error found in the purchase order on the web shop.\r\nPlease use the game shop."
  625.     ,"Strengthening Gem"
  626.     ,"Monster Crystal"
  627.     ,"Disassemble Equipment"
  628.     ," ONE-HANDED SWORD"
  629.     ," ONE-HANDED AXE"
  630.     ," ONE_HANDED MACE"
  631.     ," DAGGER"
  632.     ," WAND"
  633.     ," STAFF"
  634.     ," TWO-HANDED SWORD"
  635.     ," TWO-HANDED AXE"
  636.     ," TWO-HANDED MACE"
  637.     ," SPEAR"
  638.     ," POLE ARM"
  639.     ," BOW"
  640.     ," CROSSBOW"
  641.     ," CLAW"
  642.     ,"KNUCKLE"
  643.     ,"GUN"
  644.     ,"HAT"
  645.     ,"FACE ACCESSORY"
  646.     ,"EYE ACCESSORY"
  647.     ,"EARRING"
  648.     ,"OVERALL"
  649.     ,"TOP"
  650.     ,"BOTTOM"
  651.     ,"SHOES"
  652.     ,"GLOVE"
  653.     ,"CAPE"
  654.     ,"SHIELD"
  655.     ,"RING"
  656.     ,"PENDANT"
  657.     ,"MEDAL"
  658.     ,"BELT"
  659.     ,"Overall Armor"
  660.     ,"Weapon"
  661.     ,"One-handed Weapon"
  662.     ,"Two-handed Weapon"
  663.     ,"Potion"
  664.     ,"Return Scroll"
  665.     ,"Weapon & Armor Scroll"
  666.     ,"Arrow, Throwing Stars, and Bullets"
  667.     ,"Dropping"
  668.     ,"Ore"
  669.     ,"Game"
  670.     ,"Stimulator & How to Make"
  671.     ," FASTEST"
  672.     ," FASTER"
  673.     ," FAST"
  674.     ," NORMAL"
  675.     ," SLOW"
  676.     ," SLOWER"
  677.     ," SLOWEST"
  678.     ,"IT'S A GIFT FROM '%s'"
  679.     ,"AVAILABLE FOR %d DAYS."
  680.     ,"AVAILABLE FOR 4 HOURS."
  681.     ,"AVAILABLE FOR %d HOURS."
  682.     ,"USABLE UNTIL %d-%d-%04d AT %02d : %02d"
  683.     ,"ATTACK SPEED :"
  684.     ,"WEAPON ATTACK :"
  685.     ,"MAGIC ATTACK :"
  686.     ,"WEAPON DEF. :"
  687.     ,"MAGIC DEF. :"
  688.     ,"ACCURACY :"
  689.     ,"AVOIDABILITY :"
  690.     ,"HANDS :"
  691.     ,"SPEED :"
  692.     ,"JUMP :"
  693.     ,"Swimming speed : +%d"
  694.     ,"THE RATE OF KNOCK-BACK :"
  695.     ,"NUMBER OF UPGRADES AVAILABLE :"
  696.     ,"ADD PREVENT SLIPPING"
  697.     ,"ADD PREVENT COLDNESS"
  698.     ,"A GIFT FROM '%s'"
  699.     ,"A COUPLE-RING WITH : %s"
  700.     ,"This is your Friendship Ring with '%s'."
  701.     ,"[Current Level %d]"
  702.     ,"[Next Level %d]"
  703.     ,"DAYS OF MAGIC : %d"
  704.     ,"DAYS OF MAGIC : %dhrs. %dmin."
  705.     ,"THE WATER OF LIFE HAS DRIED UP."
  706.     ,"WATER OF LIFE DRIES UP ON %d-%d-%04d AT %02d : 00"
  707.     ,"""    %s / %s /%s / premium"""
  708.     ,"Online Friends / Total Registered Friends"
  709.     ,"Offline Friends / Total Registered Friends"
  710.     ,"[Current Registered Friends/Max Registered Friends]"
  711.     ,"Online Guild Members / Total Registered Guild Members"
  712.     ,"Offline Guild Members / Total Registered Guild Members"
  713.     ,"Sort thru Name"
  714.     ,"Sort thru Job"
  715.     ,"Sort thru Level"
  716.     ,"Sort thru Grade"
  717.     ,"Currently Registered Users / Maximum Capacity"
  718.     ,"The user is currently at another location."
  719.     ,"One-of-a-kind Item"
  720.     ,"Quest Item"
  721.     ,"Party Quest Item"
  722.     ,"Untradeable"
  723.     ,"Can trade 1 time (Trade disabled after transaction)"
  724.     ,"Slot Merger"
  725.     ,"Item Sort"
  726.     ,"Trade disabled when equipped"
  727.     ,"UI/UIWindow.img/ToolTip/Equip/Dot"
  728.     ,"beginner"
  729.     ,"warrior"
  730.     ,"magician"
  731.     ,"bowman"
  732.     ,"thief"
  733.     ,"pirate"
  734.     ,"buddy"
  735.     ,"Current Registered Friends  [%d/%d]"
  736.     ,"My Location - %s"
  737.     ,"%s's Location - %s"
  738.     ,"Please enter the name of the character\r\nyou'll add as a buddy."
  739.     ,"Please enter the name of the character\r\nyou'll invite to your party."
  740.     ,"Are you sure you want to delete\r\n'%s' from the list?"
  741.     ,"%s is"
  742.     ,"logged in."
  743.     ,"You're on the same ch."
  744.     ,"with %s."
  745.     ,"Cash Shop"
  746.     ,"The request was denied due to an unknown error."
  747.     ,"Your buddy list is full."
  748.     ,"The user's buddy list is full"
  749.     ,"That character is already registered as your buddy."
  750.     ,"That character is not registered."
  751.     ,"Gamemaster is not available as a buddy."
  752.     ,"Please enter the name of the character you'd like to add to the Blacklist."
  753.     ,"You may not enter yourself in the Blacklist"
  754.     ,"This character name does not exist\r\nPlease check again"
  755.     ,"This name has already been registered\r\nPlease check again"
  756.     ,"You can use it after purchasing the Memo."
  757.     ,"You may enter with 2-6 party members."
  758.     ,"Your party already has %d or more members."
  759.     ,"You can only search for party\r\nmembers within a range of 30 levels."
  760.     ,"Currently, the highest level in MapleStory\r\nis at 200!"
  761.     ,"The range of level for search has to include your own level."
  762.     ,"The min. value is higher than the max!"
  763.     ,"Please enter the Job class you'd like to party with."
  764.     ,"Please select the item you wish to make first!"
  765.     ,"You don't have enough room in your Inventory."
  766.     ,"You cannot add this item."
  767.     ,"This item has already been applied."
  768.     ,"You cannot apply any more ingredients."
  769.     ,"You can only apply the Strengthening Gem."
  770.     ,"You cannot apply the Strengthening Gem anymore."
  771.     ,"You cannot apply more than 1 of the same Strengthening Gems."
  772.     ,"You can only use this Strengthening Gem on weapon items."
  773.     ,"You can only apply the Stimulator."
  774.     ,"You can only apply 1 Stimulator."
  775.     ,"You cannot apply this Stimulator."
  776.     ,"You cannot use this item as an ingredient to make the Monster Crystal."
  777.     ,"Production failed due to an unknown error."
  778.     ,"%d of %s  have been produced."
  779.     ,"You have successfully disassembled the %s."
  780.     ,"Production failed."
  781.     ,"The item has been destroyed."
  782.     ,"How many would you like to apply?"
  783.     ,": Would you like to make this?"
  784.     ,"Would you like to make a Monster Crystal?"
  785.     ,"Would you like to disassemble?"
  786.     ,"Would you like to make ???"
  787.     ,"Apply the drop items here\r\n to make the Monster Crystal."
  788.     ,"Apply the equipment to be disassembled here\r\n to acquire the Monster Crystal."
  789.     ,"Please type the name of the character, you want to invite."
  790.     ,"from '%s'"
  791.     ,"A chat invitation"
  792.     ,"Buddy request"
  793.     ,"Trade request"
  794.     ,"Party invite"
  795.     ,"Guild invite"
  796.     ,"It's a Family Invitation."
  797.     ,"New Quest!"
  798.     ,"Quest Complete!"
  799.     ,"Maple"
  800.     ,"Victoria"
  801.     ,"There's no quest info."
  802.     ,"The Admin account can't throw away the money."
  803.     ,"- You have sent the invite to '%s'."
  804.     ,"- '%s' can't be found."
  805.     ,"'%s' is currently not accepting chat."
  806.     ,"'%s' denied the request."
  807.     ,"- '%s' have requested you to join the chat."
  808.     ,"'%s' have requested you to \r\njoin the chat room.\r\nWill you accept it?"
  809.     ,"Please enter the person you want to whisper to."
  810.     ,"Incorrect ID."
  811.     ,"You can't whisper to yourself."
  812.     ,"Please select a group to whisper.\r\n"
  813.     ,"To All"
  814.     ,"To the party"
  815.     ,"To a buddy"
  816.     ,"To Spouse"
  817.     ,"To the Guild"
  818.     ,"To Group"
  819.     ,"Please enter the attached message"
  820.     ,"The pet already has a name.\r\nWill you change it?"
  821.     ,"Please name your pet."
  822.     ,"That name is not available."
  823.     ,"Do you want to name your pet\r\n'%s'?"
  824.     ,"Will you use the meso bag\r\nto receive %d mesos?"
  825.     ,"You have used the meso bag\r\nto receive %d mesos."
  826.     ,"You have failed to use the meso bag."
  827.     ,"[ Maple Messenger Help ]"
  828.     ,"Invite : /invite character-name"
  829.     ,"End : /q"
  830.     ,"- '%s' has entered."
  831.     ,"- You have been unable to join the invited chat room."
  832.     ,"- '%s' have left the room."
  833.     ,"- Please enter the user's name."
  834.     ,"- The character name is invalid."
  835.     ," is typing."
  836.     ,"The name of the character needs to be at least %d letters long."
  837.     ,"The name of the character needs to be less than %d letters long."
  838.     ,"The name of the character should not have any blanks in between the letters."
  839.     ,"There's a letter you can't use on your character name."
  840.     ,"There's a word you can't use on your character name."
  841.     ,"The name cannot be used."
  842.     ,"MapleStory Folder"
  843.     ,"Desktop"
  844.     ,"Only numbers are allowed."
  845.     ,"You may only enter a number \r\nequal to or higher than %d."
  846.     ,"You may only enter a number \r\nequal to or lower than %d."
  847.     ,"Please enter more than %d digits."
  848.     ,"Please enter at least %d characters."
  849.     ,"For the sake of privacy, please enter the SSD."
  850.     ,"Please type the name of the guild."
  851.     ,"It cannot be used. Please check it again."
  852.     ,"This name is currently in the use. Please use other ones."
  853.     ,"For the sake of privacy,\r\nplease enter your 8-digit birthday code.\r\nex) year/month/day -> 19820911"
  854.     ,"Personal Info."
  855.     ,"Fame +"
  856.     ,"Fame -"
  857.     ,"Trade Request"
  858.     ,"Invite to the party"
  859.     ,"Save name"
  860.     ,"Unable to connect due to system error."
  861.     ,"The ID is deleted or restricted from usage at this point."
  862.     ,"The ID is not registerred."
  863.     ,"The ID is either already online,\r\n or the server is in check right now."
  864.     ,"Save Email Address"
  865.     ,"The email address needs to be at least %d letters long."
  866.     ,"The email address needs to be no more than %d letter long."
  867.     ,"All email addresses need to include ""@"".\r\n(ex) maple@wizet.com"
  868.     ,"All email addresses need to include "".""\r\n(ex) maple@wizet.com"
  869.     ,"The password needs to be at least %d letters long."
  870.     ,"The password needs to be no more than %d letters long."
  871.     ,"You need to be over 20 to enter."
  872.     ,"You are not in an authorized Internet Cafe."
  873.     ,"The maximum number of users allowed on this IP address have exceeded."
  874.     ,"The IP has outrun the contract."
  875.     ,"It's not an available time to play this game."
  876.     ,"Are you sure you want to buy it?"
  877.     ,"How many are you willing to buy?"
  878.     ,"Are you sure you want to sell it?"
  879.     ,"How many are you willing to sell?"
  880.     ,"You don't have enough in stock."
  881.     ,"Please check if your inventory is full or not."
  882.     ,"You cannot carry more than one for this item."
  883.     ,"You can no longer purchase this item."
  884.     ,"Due to an error, the trade did not happen."
  885.     ,"%s meso / rechrg : %d"
  886.     ,"Are you sure you want to recharge it?"
  887.     ,"Are you sure you want to \r\nrecover the item(s) from storage?"
  888.     ,"Recovering the items will cost %d mesos.\r\nAre you sure you want to recover this?"
  889.     ,"Are you sure you want to store the item(s)?"
  890.     ,"Storing this will cost %d mesos.\r\nAre you sure you want to store this?"
  891.     ,"How many will you store?"
  892.     ,"How much will you take out?"
  893.     ,"How much will you save?"
  894.     ,"The storage is full."
  895.     ,"Item could not be retrieved\r\nbecause there was an item that\r\ncould only be acquired once."
  896.     ,"You cannot trade this item after equipping.\r\n Do you still wish to equip?"
  897.     ,"Your stats are too low to equip this item."
  898.     ,"The durability of this item is too low to equip,\r\nplease repair the item to equip it."
  899.     ,"Only one couple-ring can be equipped."
  900.     ,"You may only equip\r\none Friendship Ring at a time."
  901.     ,"You need to equip yourself with an item\r\nto use it."
  902.     ,"You are able to use this only\r\nwhen you are wearing a shield."
  903.     ,"You must have a tamed monster\r\nin order to equip this."
  904.     ,"You must be equipped with a saddle\r\nto equip this."
  905.     ,"This item is not available with the weapon\r\nyou're currenly using."
  906.     ,"You may not use the item with the\r\ncash item you're currently equipped with.\r\nPlease unequip that item and try again."
  907.     ,"This item cannot be equipped with your current pet."
  908.     ,"%s cannot equip\r\nthis item."
  909.     ,"You do not own a pet that can equip this item."
  910.     ,"You cannot change your equipment on this map."
  911.     ,"You do not currently have a pet that is alive."
  912.     ,"The pet is unable to wear the equipment."
  913.     ,"The admin can't drop items."
  914.     ,"You can't drop this item."
  915.     ,"You cannot change your stats on this map."
  916.     ,"You cannot use that skill on this map."
  917.     ,"How many will you drop?"
  918.     ,"This item is unavailable to trade with others."
  919.     ,"How many will you trade?"
  920.     ,"[Welcome] Welcome to MapleStory!!"
  921.     ,"[MapleTip]"
  922.     ,"[Notice]"
  923.     ,"Repeating the same line over and over\r\ncan negatively affect other users."
  924.     ,"Too much chatting can disrupt\r\nother players' ability to play the game."
  925.     ,"You are currently blocked from chatting."
  926.     ,"Jan"
  927.     ,"Feb"
  928.     ,"Mar"
  929.     ,"Apr"
  930.     ,"May"
  931.     ,"Jun"
  932.     ,"Jul"
  933.     ,"Aug"
  934.     ,"Sep"
  935.     ,"Oct"
  936.     ,"Nov"
  937.     ,"Dec"
  938.     ,"Unable to connect."
  939.     ,"Time remaining: %02d min. %02d sec."
  940.     ,"You are unable to whisper at the event map."
  941.     ,"[Answer:"
  942.     ,"Unable to start due to the lack of number of users."
  943.     ,"The prize hasn't been set yet."
  944.     ,"Congratulations! You have reached the round of %d."
  945.     ,"Congratulations! You have now reached the finals."
  946.     ,"Congratulations, you are the CHAMP!!!"
  947.     ,"You have successfully set the prize."
  948.     ,"You have failed the set the prize.\r\nPlease check the item number again."
  949.     ,"""--------PRIZE--------\r\n1st : %s\r\n   2nd : %s"""
  950.     ,"%s %02d:%02d %02d sec."
  951.     ,"Due to an error within the patch, the installation will stop right this minute. Please download the newest version of the client."
  952.     ,"Did you enjoy your time with MapleStory?\r\n\r\nIf the screen turned pitch-black\r\nor you see warnings such as the monitor frequency being over the range,\r\n\r\nthen go to[start->program->MapleStory->Setup] to set-up your frequency level."
  953.     ,"#eBasic Configuration for MapleStory#n\r\n\r\n#fUI/UIWindow.img/UtilDlgEx/notice#"
  954.     ,"----------------- HELP -----------------"
  955.     ,"/partyinfo : Show the current party information."
  956.     ,"/makeparty : create a new party"
  957.     ,"/leaveparty : If you are a member of the party, it'll let you leave.."
  958.     ,"/partyinvite character-name : invite to our party (only for the party leader)"
  959.     ,"/partyexpel character-name: Expel someone from the party (only for the party leader)"
  960.     ,"/guildinfo : Give information about the guild"
  961.     ,"/leaveguild : Quit the guild"
  962.     ,"/guildinvite : Invite the user to the guild (only available to the master)"
  963.     ,"/guildexpel : Expel the user from the guild (only available to the master)"
  964.     ,"/find CharacterName : Give information about the chracter whether he or she is on-line or not."
  965.     ,"/gametrade charactername: Request to trade game items."
  966.     ,"/tradecash Charactername: Request to trade cash items."
  967.     ,"/buddy: Talk to your buddy."
  968.     ,"/party: Talk to party members."
  969.     ,"/guild: Talk to your guild members."
  970.     ,"/whisper charactername: Send a whisper (if no name is written, it'll be directed to your last contact)."
  971.     ,"/all: Regular chat, not a whisper."
  972.     ,"* Open up the chat window and press tab, or close the chat window and"
  973.     ,"Select...."
  974.     ,"Male"
  975.     ,"Female"
  976.     ,"dhlrPdlsqjwjs"
  977.     ,"WvsClientMtx"
  978.     ,"cmap.img"
  979.     ,"cmap.img/%d"
  980.     ,"smap.img"
  981.     ,"zmap.img"
  982.     ,"map"
  983.     ,"NexonADBallon"
  984.     ,"NexonADBrowser"
  985.     ,"ad."
  986.     ,"Mob/%07d.img"
  987.     ,"Npc/%07d.img"
  988.     ,"Canvas"
  989.     ,"Property"
  990.     ,"Shape2D#Vector2D"
  991.     ,"origin"
  992.     ,"default"
  993.     ,"info"
  994.     ,"link"
  995.     ,"z0"
  996.     ,"z1"
  997.     ,"%u"
  998.     ,"%s%s"
  999.     ,"\n"
  1000.     ,"Effect/BasicEff.img"
  1001.     ,"NoRed0"
  1002.     ,"NoRed1"
  1003.     ,"NoBlue0"
  1004.     ,"NoBlue1"
  1005.     ,"NoViolet0"
  1006.     ,"NoViolet1"
  1007.     ,"NoCri0"
  1008.     ,"NoCri1"
  1009.     ,"x"
  1010.     ,"y"
  1011.     ,"z"
  1012.     ,"fall"
  1013.     ,"fixed"
  1014.     ,"bullet"
  1015.     ,"Miss"
  1016.     ,"Effect/Quest.img/%d"
  1017.     ,"Etc/EmotionEffect/%s"
  1018.     ,"blink"
  1019.     ,"smile"
  1020.     ,"troubled"
  1021.     ,"angry"
  1022.     ,"bewildered"
  1023.     ,"stunned"
  1024.     ,"vomit"
  1025.     ,"oops"
  1026.     ,"cheers"
  1027.     ,"chu"
  1028.     ,"wink"
  1029.     ,"pain"
  1030.     ,"glitter"
  1031.     ,"shine"
  1032.     ,"love"
  1033.     ,"despair"
  1034.     ,"hum"
  1035.     ,"bowing"
  1036.     ,"dam"
  1037.     ,"qBlue"
  1038.     ,"angry_short"
  1039.     ,"walk1"
  1040.     ,"walk2"
  1041.     ,"alert"
  1042.     ,"alert2"
  1043.     ,"swingO1"
  1044.     ,"swingO2"
  1045.     ,"swingO3"
  1046.     ,"swingOF"
  1047.     ,"swingT1"
  1048.     ,"swingT2"
  1049.     ,"swingT3"
  1050.     ,"swingTF"
  1051.     ,"swingP1"
  1052.     ,"swingP2"
  1053.     ,"swingPF"
  1054.     ,"stabO1"
  1055.     ,"stabO2"
  1056.     ,"stabOF"
  1057.     ,"stabT1"
  1058.     ,"stabT2"
  1059.     ,"stabTF"
  1060.     ,"tripleBlow1"
  1061.     ,"tripleBlow2"
  1062.     ,"tripleBlow3"
  1063.     ,"quadBlow"
  1064.     ,"deathBlow1"
  1065.     ,"deathBlow2"
  1066.     ,"deathBlow3"
  1067.     ,"deathBlow4"
  1068.     ,"deathBlow5"
  1069.     ,"finishBlow1"
  1070.     ,"finishBlow4"
  1071.     ,"finishBlow5"
  1072.     ,"finishBlow6"
  1073.     ,"proneStab"
  1074.     ,"prone"
  1075.     ,"shoot1"
  1076.     ,"shoot2"
  1077.     ,"shoot6"
  1078.     ,"shootF"
  1079.     ,"stand"
  1080.     ,"stand0"
  1081.     ,"stand1"
  1082.     ,"stand2"
  1083.     ,"stand3"
  1084.     ,"ladder"
  1085.     ,"ladder2"
  1086.     ,"rope"
  1087.     ,"rope2"
  1088.     ,"sit"
  1089.     ,"tired"
  1090.     ,"savage"
  1091.     ,"magic1"
  1092.     ,"throw"
  1093.     ,"ball"
  1094.     ,"ball1"
  1095.     ,"ball2"
  1096.     ,"hit1"
  1097.     ,"hit2"
  1098.     ,"hitF"
  1099.     ,"attack1"
  1100.     ,"attack2"
  1101.     ,"attack3"
  1102.     ,"attack4"
  1103.     ,"attack5"
  1104.     ,"attack6"
  1105.     ,"attack7"
  1106.     ,"attack8"
  1107.     ,"attackF"
  1108.     ,"attackTriangle"
  1109.     ,"die"
  1110.     ,"die1"
  1111.     ,"die2"
  1112.     ,"dieF"
  1113.     ,"bomb"
  1114.     ,"rest0"
  1115.     ,"rest1"
  1116.     ,"hungry"
  1117.     ,"hang"
  1118.     ,"brow"
  1119.     ,"navel"
  1120.     ,"face"
  1121.     ,"muzzle"
  1122.     ,"act"
  1123.     ,"frame"
  1124.     ,"summoned"
  1125.     ,"alert3"
  1126.     ,"alert4"
  1127.     ,"alert5"
  1128.     ,"avenger"
  1129.     ,"assaulter"
  1130.     ,"burster1"
  1131.     ,"burster2"
  1132.     ,"prone2"
  1133.     ,"assassination"
  1134.     ,"assassinationS"
  1135.     ,"rush2"
  1136.     ,"handgun"
  1137.     ,"somersault"
  1138.     ,"straight"
  1139.     ,"eburster"
  1140.     ,"backspin"
  1141.     ,"eorb"
  1142.     ,"screw"
  1143.     ,"doubleupper"
  1144.     ,"dragonstrike"
  1145.     ,"doublefire"
  1146.     ,"triplefire"
  1147.     ,"fake"
  1148.     ,"airstrike"
  1149.     ,"edrain"
  1150.     ,"octopus"
  1151.     ,"backstep"
  1152.     ,"shot"
  1153.     ,"shockwave"
  1154.     ,"demolition"
  1155.     ,"magnumshot"
  1156.     ,"windshot"
  1157.     ,"snatch"
  1158.     ,"fireburner"
  1159.     ,"coolingeffect"
  1160.     ,"fist"
  1161.     ,"timeleap"
  1162.     ,"rapidfire"
  1163.     ,"homing"
  1164.     ,"ghostwalk"
  1165.     ,"ghoststand"
  1166.     ,"ghostjump"
  1167.     ,"ghostproneStab"
  1168.     ,"ghostladder"
  1169.     ,"ghostrope"
  1170.     ,"ghostfly"
  1171.     ,"ghostsit"
  1172.     ,"cannon"
  1173.     ,"torpedo"
  1174.     ,"darksight"
  1175.     ,"bamboo"
  1176.     ,"wave"
  1177.     ,"blade"
  1178.     ,"soulblow"
  1179.     ,"firestrike"
  1180.     ,"firecurtain"
  1181.     ,"stormbreath"
  1182.     ,"vampire"
  1183.     ,"islot"
  1184.     ,"vslot"
  1185.     ,"sfx"
  1186.     ,"afterImage"
  1187.     ,"walk"
  1188.     ,"attackSpeed"
  1189.     ,"zigzag"
  1190.     ,"hairShade"
  1191.     ,"H4H5"
  1192.     ,"weekly"
  1193.     ,"cyclone_pre"
  1194.     ,"cyclone"
  1195.     ,"cyclone_after"
  1196.     ,"doubleJump"
  1197.     ,"_ship"
  1198.     ,"beast"
  1199.     ,"dragon"
  1200.     ,"etc"
  1201.     ,"GameObject"
  1202.     ,"Creature"
  1203.     ,"User"
  1204.     ,"Patcher.exe"
  1205.     ,"NewPatcher.exe"
  1206.     ,"NewPatcher.chk"
  1207.     ,"Patcher.info"
  1208.     ,"MapleStoryClass"
  1209.     ,"MapleStory"
  1210.     ,"BrowserControlPane::SaveObject\n"
  1211.     ,"BrowserControlPane::GetMoniker\n"
  1212.     ,"BrowserControlPane::GetContainer\n"
  1213.     ,"BrowserControlPane::ShowObject\n"
  1214.     ,"BrowserControlPane::OnShowWindow\n"
  1215.     ,"""SAVEOBJECT  BrowserControlPane::RequestNewObjectLayout\n"""
  1216.     ,"BrowserControlPane::GetWindow\n"
  1217.     ,"BrowserControlPane::ContextSensitiveHelp\n"
  1218.     ,"BrowserControlPane::CanInPlaceActivate\n"
  1219.     ,"BrowserControlPane::OnInPlaceActivate\n"
  1220.     ,"BrowserControlPane::OnUIActivate\n"
  1221.     ,"BrowserControlPane::GetWindowContext\n"
  1222.     ,"BrowserControlPane::Scroll\n"
  1223.     ,"BrowserControlPane::OnUIDeactivate\n"
  1224.     ,"BrowserControlPane::OnInPlaceDeactivate\n"
  1225.     ,"BrowserControlPane::DiscardUndoState\n"
  1226.     ,"BrowserControlPane::DeactivateAndUndo\n"
  1227.     ,"BrowserControlPane::OnPosRectChange\n"
  1228.     ,"BrowserControlPane::GetIDsOfNames\n"
  1229.     ,"BrowserControlPane::GetTypeInfo\n"
  1230.     ,"BrowserControlPane::GetTypeInfoCount\n"
  1231.     ,"BrowserControlPane::Invoke, dispIdMember \n"
  1232.     ,"BrowserControlPane::DISPID_NEWWINDOW2\n"
  1233.     ,"BrowserControlPane::DISPID_NAVIGATECOMPLETE2\n"
  1234.     ,"BrowserControlPane::DISPID_DOCUMENTCOMPLETE\n"
  1235.     ,"BrowserControlPane::EnableModeless\n"
  1236.     ,"BrowserControlPane::FilterDataObject\n"
  1237.     ,"BrowserControlPane::GetDropTarget\n"
  1238.     ,"BrowserControlPane::GetExternal\n"
  1239.     ,"BrowserControlPane::GetHostInfo\n"
  1240.     ,"BrowserControlPane::GetOptionKeyPath\n"
  1241.     ,"BrowserControlPane::HideUI\n"
  1242.     ,"BrowserControlPane::OnDocWindowActivate\n"
  1243.     ,"BrowserControlPane::OnFrameWindowActivate\n"
  1244.     ,"BrowserControlPane::ResizeBorder\n"
  1245.     ,"BrowserControlPane::ShowContextMenu\n"
  1246.     ,"BrowserControlPane::ShowUI\n"
  1247.     ,"BrowserControlPane::TranslateAccelerator\n"
  1248.     ,"BrowserControlPane::TranslateUrl\n"
  1249.     ,"BrowserControlPane::UpdateUI\n"
  1250.     ,"BrowserControlPane::ShowHelp\n"
  1251.     ,"BrowserControlPane::ShowMessage\n"
  1252.     ,"UI/CashShop.img/CSChar/BtBuyAvatar"
  1253.     ,"UI/CashShop.img/CSChar/BtDefaultAvatar"
  1254.     ,"UI/CashShop.img/CSLocker/BtRebate"
  1255.     ,"UI/CashShop.img/CSLocker/BtRebate2"
  1256.     ,"UI/CashShop.img/CSInventory/BtExEquip"
  1257.     ,"UI/CashShop.img/CSInventory/BtExConsume"
  1258.     ,"UI/CashShop.img/CSInventory/BtExInstall"
  1259.     ,"UI/CashShop.img/CSInventory/BtExEtc"
  1260.     ,"UI/CashShop.img/CSInventory/BtExPet"
  1261.     ,"UI/CashShop.img/CSInventory/BtExTrunk"
  1262.     ,"UI/CashShop.img/CSTab/Tab/%d"
  1263.     ,"UI/CashShop.img/CSList/Base"
  1264.     ,"UI/CashShop.img/CSList/ItemIcon"
  1265.     ,"UI/CashShop.img/PicturePlate/HowTo"
  1266.     ,"UI/CashShop.img/PicturePlate/HowToGift"
  1267.     ,"UI/CashShop.img/PicturePlate/NoItem"
  1268.     ,"UI/CashShop.img/NewItem"
  1269.     ,"UI/CashShop.img/CSList/BtBuy"
  1270.     ,"UI/CashShop.img/CSList/BtGift"
  1271.     ,"UI/CashShop.img/CSList/BtReserve"
  1272.     ,"UI/CashShop.img/CSList/BtRemove"
  1273.     ,"UI/CashShop.img/CSStatus/BtCharge"
  1274.     ,"UI/CashShop.img/CSStatus/BtCheck"
  1275.     ,"UI/CashShop.img/CSStatus/BtCoupon"
  1276.     ,"UI/CashShop.img/CSStatus/BtExit"
  1277.     ,"Tab"
  1278.     ,"DlgNotice"
  1279.     ,"BuyShopItem"
  1280.     ,"DragEnd"
  1281.     ,"Invite"
  1282.     ,"ScrollUp"
  1283.     ,"CharSelect"
  1284.     ,"RollUp"
  1285.     ,"RollDown"
  1286.     ,"WorldmapOpen"
  1287.     ,"WorldmapClose"
  1288.     ,"SelectMap"
  1289.     ,"GameIn"
  1290.     ,"DropItem"
  1291.     ,"MagnifierSuccess"
  1292.     ,"PickUpItem"
  1293.     ,"EnchantSuccess"
  1294.     ,"EnchantFailure"
  1295.     ,"Whistle"
  1296.     ,"Sound/BgmUI.img/ShopBgm"
  1297.     ,"Sound/BgmUI.img/NxLogoMS"
  1298.     ,"Sound/BgmUI.img/WzLogo"
  1299.     ,"Sound/Bgm04/ArabPirate"
  1300.     ,"UI/Basic.img/ItemNo"
  1301.     ,"UI/Basic.img/LevelNo"
  1302.     ,"UI/Basic.img/BtOK"
  1303.     ,"UI/Basic.img/BtCancel"
  1304.     ,"UI/Basic.img/BtOK2"
  1305.     ,"UI/Basic.img/BtCancel2"
  1306.     ,"UI/Basic.img/CheckBox/%d"
  1307.     ,"UI/Basic.img/BtClaim"
  1308.     ,"UI/Basic.img/BtMin"
  1309.     ,"UI/Basic.img/BtMax"
  1310.     ,"UI/UIWindow.img/MiniMap/BtMap"
  1311.     ,"UI/Basic.img/HScr"
  1312.     ,"UI/Basic.img/VScr"
  1313.     ,"UI/Basic.img/Slider/thumbNormal"
  1314.     ,"UI/Basic.img/Slider/thumbPressed"
  1315.     ,"UI/Basic.img/Slider/thumbDisabled"
  1316.     ,"UI/Basic.img/Slider/thumbMouseOver"
  1317.     ,"UI/Basic.img/Slider/left"
  1318.     ,"UI/Basic.img/Slider/mid"
  1319.     ,"UI/Basic.img/Slider/right"
  1320.     ,"String/ToolTipHelp.img/Shop/Button/BuyAvatar"
  1321.     ,"String/ToolTipHelp.img/Shop/Button/DefaultAvatar"
  1322.     ,"String/ToolTipHelp.img/Shop/Button/Rebate"
  1323.     ,"String/ToolTipHelp.img/Shop/Button/ExEquip"
  1324.     ,"String/ToolTipHelp.img/Shop/Button/ExConsume"
  1325.     ,"String/ToolTipHelp.img/Shop/Button/ExInstall"
  1326.     ,"String/ToolTipHelp.img/Shop/Button/ExEtc"
  1327.     ,"String/ToolTipHelp.img/Shop/Button/Charge"
  1328.     ,"String/ToolTipHelp.img/Shop/Button/Check"
  1329.     ,"String/ToolTipHelp.img/Shop/Button/Coupon"
  1330.     ,"UI/UIWindow.img/Coupon/backgrnd"
  1331.     ,"UI/UIWindow.img/FadeYesNo/BtOK"
  1332.     ,"UI/UIWindow.img/FadeYesNo/BtCancel"
  1333.     ,"UI/UIWindow.img/FadeYesNo/icon0"
  1334.     ,"UI/UIWindow.img/FadeYesNo/icon1"
  1335.     ,"UI/UIWindow.img/FadeYesNo/icon2"
  1336.     ,"UI/UIWindow.img/FadeYesNo/icon3"
  1337.     ,"UI/UIWindow.img/FadeYesNo/icon4"
  1338.     ,"UI/UIWindow.img/FadeYesNo/icon5"
  1339.     ,"UI/UIWindow.img/FadeYesNo/icon6"
  1340.     ,"UI/UIWindow.img/FadeYesNo/icon7"
  1341.     ,"UI/UIWindow.img/FadeYesNo/icon8"
  1342.     ,"UI/UIWindow.img/FadeYesNo/backgrnd"
  1343.     ,"UI/UIWindow.img/FadeYesNo/backgrnd2"
  1344.     ,"UI/UIWindow.img/FadeYesNo/backgrnd3"
  1345.     ,"UI/UIWindow.img/FadeYesNo/backgrnd4"
  1346.     ,"UI/UIWindow.img/FadeYesNo/backgrnd5"
  1347.     ,"UI/UIWindow.img/FloatNotice/%d"
  1348.     ,"UI/CashShop.img/Base/backgrnd"
  1349.     ,"UI/CashShop.img/Base/backgrnd1"
  1350.     ,"UI/CashShop.img/Base/backgrnd4"
  1351.     ,"UI/NameTag/%d"
  1352.     ,"UI/NameTag.img/pet/%d"
  1353.     ,"UI/NameTag.img/medal/%d"
  1354.     ,"UI/MapLogin.img"
  1355.     ,"UI/MapLogin1.img"
  1356.     ,"UI/Login.img/Common/frame"
  1357.     ,"UI/Login.img/Common/selectWorld"
  1358.     ,"UI/Login.img/Common/step/%d"
  1359.     ,"UI/Login.img/Common/BtStart"
  1360.     ,"UI/Login.img/Common/BtNotice"
  1361.     ,"UI/Login.img/Common/BtExit"
  1362.     ,"UI/Login.img/CharSelect/effect/0"
  1363.     ,"UI/Login.img/CharSelect/effect/1"
  1364.     ,"UI/Login.img/CharSelect/pageL/"
  1365.     ,"UI/Login.img/CharSelect/pageR/"
  1366.     ,"UI/Login.img/CharSelect/character/0"
  1367.     ,"UI/Login.img/CharSelect/character/1"
  1368.     ,"UI/Login.img/CharSelect/buyCharacter"
  1369.     ,"UI/Login.img/CharSelect/BtSelect"
  1370.     ,"UI/Login.img/CharSelect/BtNew"
  1371.     ,"UI/Login.img/CharSelect/BtDelete"
  1372.     ,"UI/Login.img/CharSelect/charInfo"
  1373.     ,"UI/Login.img/CharSelect/nameTag"
  1374.     ,"UI/Login.img/CharSelect/knight"
  1375.     ,"UI/Login.img/WorldNotice/Populated/%d"
  1376.     ,"UI/Login.img/Notice/backgrnd/0"
  1377.     ,"UI/Login.img/Notice/backgrnd/1"
  1378.     ,"UI/Login.img/Notice/backgrnd/2"
  1379.     ,"UI/Login.img/Notice/BtYes"
  1380.     ,"UI/Login.img/Notice/BtNo"
  1381.     ,"UI/Login.img/NoticeScroll1"
  1382.     ,"UI/Login.img/NoticeScroll2"
  1383.     ,"UI/Login.img/Notice/text/%d"
  1384.     ,"UI/Login.img/NewChar/charName"
  1385.     ,"UI/Login.img/NewChar/charSet"
  1386.     ,"UI/Login.img/NewChar/avatarSel"
  1387.     ,"UI/Login.img/NewChar/charJob"
  1388.     ,"UI/Login.img/NewChar/jobSelect"
  1389.     ,"UI/Login.img/NewChar/BtLeft"
  1390.     ,"UI/Login.img/NewChar/BtRight"
  1391.     ,"UI/Login.img/NewChar/scroll/0"
  1392.     ,"UI/Login.img/NewChar/BtCheck"
  1393.     ,"UI/Login.img/NewChar/BtYes"
  1394.     ,"UI/Login.img/NewChar/BtNo"
  1395.     ,"UI/Login.img/NewChar/dice"
  1396.     ,"UI/Login.img/NewChar/statTb"
  1397.     ,"UI/Login.img/Title/BtLogin"
  1398.     ,"UI/Login.img/Title/BtGuestLogin"
  1399.     ,"UI/Login.img/Title/BtLoginIDSave"
  1400.     ,"UI/Login.img/Title/BtLoginIDLost"
  1401.     ,"UI/Login.img/Title/BtPasswdLost"
  1402.     ,"UI/Login.img/Title/BtNew"
  1403.     ,"UI/Login.img/Title/BtHomePage"
  1404.     ,"UI/Login.img/Title/BtQuit"
  1405.     ,"UI/Login.img/Title/check/0"
  1406.     ,"UI/Login.img/Title/check/1"
  1407.     ,"UI/Login.img/WorldSelect/BtWorld/%d"
  1408.     ,"UI/Login.img/WorldSelect/BtWorld/t%d"
  1409.     ,"UI/Login.img/WorldSelect/BtWorld/e"
  1410.     ,"UI/Login.img/WorldSelect/chBackgrn"
  1411.     ,"UI/Login.img/WorldSelect/channel/chgauge"
  1412.     ,"UI/Login.img/WorldSelect/BtGoworld"
  1413.     ,"WorldSelect"
  1414.     ,"UI/Login.img/WorldSelect/channel/%d/normal"
  1415.     ,"UI/Login.img/WorldSelect/channel/%d/disabled"
  1416.     ,"UI/Login.img/WorldSelect/scroll/0"
  1417.     ,"UI/Login.img/WorldSelect/scroll/1"
  1418.     ,"UI/Login.img/WorldSelect/world/%d"
  1419.     ,"UI/Login.img/WorldSelect/world/t%d"
  1420.     ,"UI/Login.img/WorldSelect/channel/chSelect"
  1421.     ,"Since There Are Many\r\nConcurrent Users in This World,\r\nYou May Encounter Some Difficulties During the Game Play."
  1422.     ,"The Concurrent Users in This World\r\nHave Reached the Max.\r\nPlease Try Again Later."
  1423.     ,"UI/Login.img/Notice/Loading/backgrnd"
  1424.     ,"UI/Login.img/Notice/Loading/BtCancel"
  1425.     ,"UI/Login.img/Notice/Loading/bar"
  1426.     ,"UI/Login.img/Notice/Loading/bar/%d"
  1427.     ,"UI/Gateway.img/WorldSelect"
  1428.     ,"logo"
  1429.     ,"UI/Gateway.img/WorldSelect/icon"
  1430.     ,"UI/Gateway.img/WorldSelect/tooltip"
  1431.     ,"UI/Gateway.img/WorldSelect/step/0"
  1432.     ,"UI/Gateway.img/WorldSelect/shadow"
  1433.     ,"UI/Gateway.img/WorldSelect/BtReturn"
  1434.     ,"UI/Login.img/Common/step/5"
  1435.     ,"UI/Logo.img/Wizet"
  1436.     ,"UI/Logo.img/Nexon"
  1437.     ,"Etc/Category.img"
  1438.     ,"CategorySub"
  1439.     ,"Name"
  1440.     ,"UI/ChatBalloon.img/"
  1441.     ,"npc"
  1442.     ,"adboard"
  1443.     ,"Enter a note."
  1444.     ,"The chalkboard has closed."
  1445.     ,"You cannot use the chalkboard here."
  1446.     ,"nw"
  1447.     ,"n"
  1448.     ,"ne"
  1449.     ,"e"
  1450.     ,"w"
  1451.     ,"c"
  1452.     ,"sw"
  1453.     ,"s"
  1454.     ,"se"
  1455.     ,"arrow"
  1456.     ,"slArrow"
  1457.     ,"selArrow"
  1458.     ,"swlArrow"
  1459.     ,"nelArrow"
  1460.     ,"nwlArrow"
  1461.     ,"clr"
  1462.     ,"Canvas#Font"
  1463.     ,"BA"
  1464.     ,"B"
  1465.     ,"S"
  1466.     ,"UI/ChatBalloon.img/miniroom"
  1467.     ,"PersonalShop"
  1468.     ,"Omok"
  1469.     ,"backgrnd2"
  1470.     ,"MemoryGame/%d"
  1471.     ,"Lock"
  1472.     ,"Unlock"
  1473.     ,"cNum"
  1474.     ,"mNum"
  1475.     ,"Able"
  1476.     ,"Disable"
  1477.     ,"Progress"
  1478.     ,"Etc/Curse.img"
  1479.     ,"Etc/Swindle.img/"
  1480.     ,"Etc/Swindle.img/%d/word"
  1481.     ,"Etc/Swindle.img/%d/warn"
  1482.     ,"comma"
  1483.     ,"AM"
  1484.     ,"PM"
  1485.     ,"normal"
  1486.     ,"/normal/0"
  1487.     ,"pressed"
  1488.     ,"/pressed/0"
  1489.     ,"disabled"
  1490.     ,"/disabled/0"
  1491.     ,"mouseOver"
  1492.     ,"/mouseOver/0"
  1493.     ,"keyFocused"
  1494.     ,"/keyFocused/0"
  1495.     ,"BtMouseClick"
  1496.     ,"BtMouseOver"
  1497.     ,"title"
  1498.     ,"Desc"
  1499.     ,"desc"
  1500.     ,"Min"
  1501.     ,"min"
  1502.     ,"max"
  1503.     ,"/enabled/prev0"
  1504.     ,"/enabled/prev1"
  1505.     ,"/enabled/next0"
  1506.     ,"/enabled/next1"
  1507.     ,"/enabled/base"
  1508.     ,"/enabled/thumb0"
  1509.     ,"/enabled/thumb1"
  1510.     ,"/disabled/prev"
  1511.     ,"/disabled/next"
  1512.     ,"/disabled/base"
  1513.     ,"shipObj"
  1514.     ,"shipKind"
  1515.     ,"tMove"
  1516.     ,"f"
  1517.     ,"x0"
  1518.     ,"snowBall"
  1519.     ,"dx"
  1520.     ,"dy"
  1521.     ,"dx1"
  1522.     ,"dy1"
  1523.     ,"xMin"
  1524.     ,"xMax"
  1525.     ,"portal"
  1526.     ,"snowMan"
  1527.     ,"Fly"
  1528.     ,"Etc/MakeCharInfo.img/%sCharMale"
  1529.     ,"Etc/MakeCharInfo.img/%sCharFemale"
  1530.     ,"Etc/MakeCharInfo.img/PremiumCharMale"
  1531.     ,"Etc/MakeCharInfo.img/PremiumCharFemale"
  1532.     ,"Etc/MakeCharInfo.img/Info/CharMale"
  1533.     ,"Etc/MakeCharInfo.img/Info/CharFemale"
  1534.     ,"Etc/MakeCharInfo.img/Name/CharMale/%d/%d"
  1535.     ,"Etc/MakeCharInfo.img/Name/CharFemale/%d/%d"
  1536.     ,"Etc/MakeCharInfo.img/Name/PremiumCharMale/%d/%d"
  1537.     ,"Etc/MakeCharInfo.img/Name/PremiumCharFemale/%d/%d"
  1538.     ,"foothold"
  1539.     ,"ladderRope"
  1540.     ,"tile"
  1541.     ,"Map/Tile/"
  1542.     ,"tS"
  1543.     ,"u"
  1544.     ,"no"
  1545.     ,"zM"
  1546.     ,"obj"
  1547.     ,"Map/Obj/%s.img/%s/%s/%s"
  1548.     ,"oS"
  1549.     ,"l0"
  1550.     ,"l1"
  1551.     ,"l2"
  1552.     ,"blend"
  1553.     ,"once"
  1554.     ,"obstacle"
  1555.     ,"damage"
  1556.     ,"mobdamage"
  1557.     ,"dir"
  1558.     ,"back"
  1559.     ,"bS"
  1560.     ,"Map/Back/"
  1561.     ,"rx"
  1562.     ,"ry"
  1563.     ,"cx"
  1564.     ,"cy"
  1565.     ,"ani"
  1566.     ,"a"
  1567.     ,"type"
  1568.     ,"front"
  1569.     ,"back%d"
  1570.     ,"back/%d"
  1571.     ,"ani/%d"
  1572.     ,"moveType"
  1573.     ,"moveR"
  1574.     ,"moveW"
  1575.     ,"moveH"
  1576.     ,"moveP"
  1577.     ,"cloud"
  1578.     ,"Map/MapHelper.img/weather/cloud"
  1579.     ,"noresize"
  1580.     ,"VRLeft"
  1581.     ,"VRRight"
  1582.     ,"VRTop"
  1583.     ,"VRBottom"
  1584.     ,"VRLimit"
  1585.     ,"bgm"
  1586.     ,"Sound/"
  1587.     ,"UI/UIWindow.img/Minigame/Omok/backgrnd"
  1588.     ,"UI/UIWindow.img/Minigame/MemoryGame/backgrnd"
  1589.     ,"UI/UIWindow.img/Minigame/Common"
  1590.     ,"UI/UIWindow.img/Minigame/MemoryGame/card"
  1591.     ,"UI/UIWindow.img/Minigame/MemoryGame/number"
  1592.     ,"UI/UIWindow.img/Minigame/Omok/stone/%d"
  1593.     ,"UI/UIWindow.img/PersonalShop/backgrnd"
  1594.     ,"UI/UIWindow.img/Shop/select"
  1595.     ,"UI/UIWindow.img/Shop/meso"
  1596.     ,"UI/UIWindow.img/Shop/token"
  1597.     ,"UI/UIWindow.img/PersonalShop/BtStart"
  1598.     ,"UI/UIWindow.img/PersonalShop/BtBan"
  1599.     ,"UI/UIWindow.img/Shop/BtBuy"
  1600.     ,"UI/UIWindow.img/Shop/BtSell"
  1601.     ,"UI/UIWindow.img/BtUIClose2"
  1602.     ,"UI/UIWindow.img/Shop/BtRecharge"
  1603.     ,"UI/UIWindow.img/Shop/backgrnd"
  1604.     ,"UI/UIWindow.img/PersonalShop/backgrnd2"
  1605.     ,"barBagic"
  1606.     ,"mark"
  1607.     ,"info2"
  1608.     ,"info3"
  1609.     ,"Enter"
  1610.     ,"Match"
  1611.     ,"NoMatch"
  1612.     ,"Draw"
  1613.     ,"Win"
  1614.     ,"Loose"
  1615.     ,"Timer"
  1616.     ,"Ready"
  1617.     ,"Open"
  1618.     ,"Mushroom"
  1619.     ,"Slime"
  1620.     ,"Reel"
  1621.     ,"UI/UIWindow.img/Minigame/Common/btStart"
  1622.     ,"UI/UIWindow.img/Minigame/Common/btReady"
  1623.     ,"UI/UIWindow.img/Minigame/Common/btDraw"
  1624.     ,"UI/UIWindow.img/Minigame/Common/btAbsten"
  1625.     ,"UI/UIWindow.img/Minigame/Common/btBan"
  1626.     ,"UI/UIWindow.img/Minigame/Common/btExit"
  1627.     ,"UI/UIWindow.img/Minigame/Common/btRefund"
  1628.     ,"turn"
  1629.     ,"UI/UIWindow.img/Minigame/MemoryGame/effect%d"
  1630.     ,"charLose"
  1631.     ,"charWin"
  1632.     ,"win"
  1633.     ,"draw"
  1634.     ,"lose"
  1635.     ,"readyOn"
  1636.     ,"readyOff"
  1637.     ,"UI/UIWindow.img/MultiLine/backgrnd"
  1638.     ,"UI/UIWindow.img/MultiLine/BtClose"
  1639.     ,"iconReward"
  1640.     ,"iconRaw"
  1641.     ,"iconShop"
  1642.     ,"Effect/Summon.img/%d"
  1643.     ,"Sound/Skill.img/%07d/Hit"
  1644.     ,"/hitAfter"
  1645.     ,"mob"
  1646.     ,"Mob/%07d.img/stand/0"
  1647.     ,"mobHP"
  1648.     ,"bridleMsgType"
  1649.     ,"bridleProp"
  1650.     ,"bridlePropChg"
  1651.     ,"useDelay"
  1652.     ,"delayMsg"
  1653.     ,"nomobMsg"
  1654.     ,"Mob/"
  1655.     ,"Mob/%s.img"
  1656.     ,"name"
  1657.     ,"func"
  1658.     ,"species"
  1659.     ,"bodyAttack"
  1660.     ,"hideHP"
  1661.     ,"hideLevel"
  1662.     ,"level"
  1663.     ,"maxHP"
  1664.     ,"maxMP"
  1665.     ,"speed"
  1666.     ,"flySpeed"
  1667.     ,"chaseSpeed"
  1668.     ,"PADamage"
  1669.     ,"PDDamage"
  1670.     ,"MADamage"
  1671.     ,"MDDamage"
  1672.     ,"acc"
  1673.     ,"eva"
  1674.     ,"exp"
  1675.     ,"pushed"
  1676.     ,"elemAttr"
  1677.     ,"hpRecovery"
  1678.     ,"mpRecovery"
  1679.     ,"HPgaugeHide"
  1680.     ,"AngerGauge"
  1681.     ,"ChargeCount"
  1682.     ,"pickUp"
  1683.     ,"firstAttack"
  1684.     ,"fs"
  1685.     ,"inactive"
  1686.     ,"jumpAttack"
  1687.     ,"range"
  1688.     ,"mobCount"
  1689.     ,"attackCount"
  1690.     ,"bulletCount"
  1691.     ,"bulletConsume"
  1692.     ,"mastery"
  1693.     ,"r"
  1694.     ,"screen"
  1695.     ,"keywordEffect"
  1696.     ,"keyword"
  1697.     ,"Mob/%07d.img/%s/info/effect"
  1698.     ,"Mob/%07d.img/%s/info/hit"
  1699.     ,"Mob/%07d.img/%s/info/ball"
  1700.     ,"Mob/%07d.img/%s/info/areaWarning"
  1701.     ,"Mob/%07d.img/%s/info/areaAttack"
  1702.     ,"attach"
  1703.     ,"attackAfter"
  1704.     ,"effectAfter"
  1705.     ,"UI/UIWindow.img/ItemMove/backgrnd"
  1706.     ,"UI/UIWindow.img/ItemMove/BtMove"
  1707.     ,"UI/UIWindow.img/ItemMove/BtCancel"
  1708.     ,"UI/UIWindow.img/ItemMove/BtCoin"
  1709.     ,"UI/UIWindow.img/ItemMove/BtClose"
  1710.     ,"굴림"
  1711.     ,"돋움"
  1712.     ,"바탕"
  1713.     ,"궁서"
  1714.     ,"UI/Basic.img/dcMark"
  1715.     ,"String/Npc.img"
  1716.     ,"Npc/"
  1717.     ,"Npc/%s.img"
  1718.     ,"dcMark"
  1719.     ,"speak"
  1720.     ,"dcLeft"
  1721.     ,"dcTop"
  1722.     ,"dcRight"
  1723.     ,"dcBottom"
  1724.     ,"talkMouseOnly"
  1725.     ,"shop"
  1726.     ,"trunk"
  1727.     ,"trunkGet"
  1728.     ,"trunkPut"
  1729.     ,"storebank"
  1730.     ,"white/0"
  1731.     ,"white/1"
  1732.     ,"white/2"
  1733.     ,"black/0"
  1734.     ,"black/1"
  1735.     ,"black/2"
  1736.     ,"Effect/PetEff.img/Basic/LevelUp"
  1737.     ,"Effect/PetEff.img/Basic/Teleport"
  1738.     ,"Effect/PetEff.img/Basic/Evolution"
  1739.     ,"Effect/PetEff.img/%07d/warp"
  1740.     ,"String/PetDialog.img"
  1741.     ,"Item/Pet"
  1742.     ,"Item/Pet/"
  1743.     ,"Item/Cash/"
  1744.     ,"interact"
  1745.     ,"inc"
  1746.     ,"prob"
  1747.     ,"command"
  1748.     ,"fail"
  1749.     ,"cursed"
  1750.     ,"recover"
  1751.     ,"randstat"
  1752.     ,"preventslip"
  1753.     ,"warmsupport"
  1754.     ,"food"
  1755.     ,"monolog"
  1756.     ,"pn"
  1757.     ,"pt"
  1758.     ,"tm"
  1759.     ,"tn"
  1760.     ,"pv"
  1761.     ,"Map/MapHelper.img"
  1762.     ,"game"
  1763.     ,"%2s %2d : %2d"
  1764.     ,"%2s %2d : 00"
  1765.     ,"Item/Special/0900.img"
  1766.     ,"%08d"
  1767.     ,"%s\Maple%04d.%s"
  1768.     ,"MapleStoryAcGuardian"
  1769.     ,"%s_%08x"
  1770.     ,"cmap.img/1"
  1771.     ,"Character/Afterimage/hit.img/sword"
  1772.     ,"Character/Afterimage/hit.img/mace"
  1773.     ,"ResMan"
  1774.     ,"Sound_DX8"
  1775.     ,"NameSpace"
  1776.     ,"NameSpace#FileSystem"
  1777.     ,"fieldType"
  1778.     ,"streetName"
  1779.     ,"mapName"
  1780.     ,"mapMark"
  1781.     ,"Map/MapHelper.img/mark/"
  1782.     ,"fieldLimit"
  1783.     ,"area"
  1784.     ,"o"
  1785.     ,"help"
  1786.     ,"help%d"
  1787.     ,"recoveryHP"
  1788.     ,"recoveryMP"
  1789.     ,"reduceHPAmount"
  1790.     ,"bUnableToShop"
  1791.     ,"bUnableToChangeChannel"
  1792.     ,"seat"
  1793.     ,"townPortal"
  1794.     ,"timer"
  1795.     ,"clock"
  1796.     ,"page"
  1797.     ,"fc"
  1798.     ,"fb"
  1799.     ,"width"
  1800.     ,"height"
  1801.     ,"Congrats on 5th Anniversary"
  1802.     ,"Maple's the bomb!"
  1803.     ,"/m"
  1804.     ,"[POSITION] Map : %09d  X : %d  Y : %d"
  1805.     ,"/pos"
  1806.     ,"/clip"
  1807.     ,"/uclip"
  1808.     ,"/c"
  1809.     ,"/block"
  1810.     ,"/unblock"
  1811.     ,"/norank"
  1812.     ,"/ch"
  1813.     ,"/ban"
  1814.     ,"/h"
  1815.     ,"/alertall"
  1816.     ,"/noticeall"
  1817.     ,"/alertch"
  1818.     ,"/noticech"
  1819.     ,"/alertmap"
  1820.     ,"/noticemap"
  1821.     ,"/create"
  1822.     ,"/d"
  1823.     ,"/exp"
  1824.     ,"/pton"
  1825.     ,"/ptoff"
  1826.     ,"/pg"
  1827.     ,"/varset"
  1828.     ,"/varget"
  1829.     ,"/tmset"
  1830.     ,"/tmon"
  1831.     ,"/kill"
  1832.     ,"/questset"
  1833.     ,"/questreset"
  1834.     ,"/summon"
  1835.     ,"/mobhp"
  1836.     ,"/levelset"
  1837.     ,"/mmon"
  1838.     ,"/mmoff"
  1839.     ,"/snow"
  1840.     ,"/w"
  1841.     ,"/mclip"
  1842.     ,"/dshop"
  1843.     ,"/flag"
  1844.     ,"%s : %s"
  1845.     ,"%s>> %s"
  1846.     ,"%s[%s]>> %s"
  1847.     ,"%s<< %s"
  1848.     ," (%09d)"
  1849.     ,"/map %d"
  1850.     ,"floatType"
  1851.     ,"path"
  1852.     ,"bgmPath"
  1853.     ,"isBgmOrEffect"
  1854.     ,"/Etc/OXQuiz.img"
  1855.     ,"Map/MapHelper.img/portal/game/pg"
  1856.     ,"Map/Map"
  1857.     ,"Etc/Tips.img/info"
  1858.     ,"levelMin"
  1859.     ,"levelMax"
  1860.     ,"dayByDay"
  1861.     ,"all"
  1862.     ,"tip"
  1863.     ,"Etc/Tips.img/all"
  1864.     ,"Etc/Tips.img/%s"
  1865.     ,"UI/UIWindow.img/TradingRoom/backgrnd"
  1866.     ,"UI/UIWindow.img/TradingRoom/BtTrade"
  1867.     ,"UI/UIWindow.img/TradingRoom/BtCoin"
  1868.     ,"UI/UIWindow.img/TradingRoom/BtReset"
  1869.     ,"UI/UIWindow.img/BtUIClose"
  1870.     ,"UI/UIWindow.img/Trunk/en"
  1871.     ,"UI/UIWindow.img/Trunk/BtGet"
  1872.     ,"UI/UIWindow.img/Trunk/BtPut"
  1873.     ,"UI/UIWindow.img/Trunk/BtSort"
  1874.     ,"UI/UIWindow.img/Trunk/backgrnd"
  1875.     ,"UI/UIWindow.img/StoreBank/en"
  1876.     ,"UI/UIWindow.img/StoreBank/BtGetAll"
  1877.     ,"UI/UIWindow.img/StoreBank/backgrnd"
  1878.     ,"UI/UIWindow.img/MultiLine/backgrnd2"
  1879.     ,"msgIn"
  1880.     ,"4 X 3"
  1881.     ,"5 X 4"
  1882.     ,"6 X 5"
  1883.     ,"UI/UIWindow.img/MinigameTable/backgrnd"
  1884.     ,"UI/UIWindow.img/MinigameTable"
  1885.     ,"UI/UIWindow.img/MinigameTable/BtUP"
  1886.     ,"UI/UIWindow.img/MinigameTable/BtDown"
  1887.     ,"back0"
  1888.     ,"back1"
  1889.     ,"table1"
  1890.     ,"Line"
  1891.     ,"ing0"
  1892.     ,"ing1"
  1893.     ,"UI/UIWindow.img/Minigame/Omok/backgrnd2"
  1894.     ,"UI/UIWindow.img/Minigame/MemoryGame/backgrnd2"
  1895.     ,"DragStart"
  1896.     ,"UI/UIWindow.img/Item/BtCoin"
  1897.     ,"UI/UIWindow.img/Item/activeIcon"
  1898.     ,"UI/UIWindow.img/Item/bossPetIcon"
  1899.     ,"UI/UIWindow.img/Item/BtGather"
  1900.     ,"UI/UIWindow.img/Item/BtSort"
  1901.     ,"UI/UIWindow.img/Item/Quality/0/0"
  1902.     ,"UI/UIWindow.img/Item/Quality/1/0"
  1903.     ,"UI/UIWindow.img/Item/Quality/2/0"
  1904.     ,"UI/UIWindow.img/Item/Quality/3/0"
  1905.     ,"UI/UIWindow.img/Item/Quality/4/0"
  1906.     ,"UI/UIWindow.img/Item/Quality/5/0"
  1907.     ,"UI/UIWindow.img/Item/shadow"
  1908.     ,"UI/UIWindow.img/Messenger/blink"
  1909.     ,"-------------------------"
  1910.     ,"UI/UIWindow.img/Messenger/chatBalloon"
  1911.     ,"UI/UIWindow.img/Messenger/backgrnd"
  1912.     ,"UI/UIWindow.img/Messenger/backgrnd2"
  1913.     ,"UI/UIWindow.img/Messenger/backgrnd3"
  1914.     ,"UI/UIWindow.img/Messenger/charView"
  1915.     ,"UI/UIWindow.img/Messenger/BtMin"
  1916.     ,"UI/UIWindow.img/Messenger/BtMax"
  1917.     ,"UI/UIWindow/Messenger/NameBar/%d"
  1918.     ,"/q"
  1919.     ,"/Q"
  1920.     ,"miniMap"
  1921.     ,"hideMinimap"
  1922.     ,"miniMapOnOff"
  1923.     ,"canvas"
  1924.     ,"centerX"
  1925.     ,"centerY"
  1926.     ,"mag"
  1927.     ,"life"
  1928.     ,"permanent"
  1929.     ,"PERMANENT"
  1930.     ,"noRevive"
  1931.     ,"limitedLife"
  1932.     ,"UI/UIWindow.img/MiniMap"
  1933.     ,"UI/UIWindow.img/EnergyBar"
  1934.     ,"UI/UIWindow.img/EnergyBar/Gage/%d/0"
  1935.     ,"UI/UIWindow.img/EnergyBar/Gage/%d/1"
  1936.     ,"Displays the energy level that's been charged.\nUse the mouse to change position."
  1937.     ,"reqLevel"
  1938.     ,"maxLevel"
  1939.     ,"reqMobLevel"
  1940.     ,"reqMap"
  1941.     ,"UI/UIWindow.img/Quest/backgrnd2"
  1942.     ,"UI/UIWindow.img/Quest/notice/%d"
  1943.     ,"UI/UIWindow.img/Quest/notice%d"
  1944.     ,"UI/UIWindow.img/Quest/notice"
  1945.     ,"Etc/QuestInfo.img"
  1946.     ,"UI/UIWindow.img/Quest/line"
  1947.     ,"UI/UIWindow.img/Quest/icon0"
  1948.     ,"UI/UIWindow.img/Quest/icon1"
  1949.     ,"UI/UIWindow.img/Quest/icon2"
  1950.     ,"UI/UIWindow.img/Quest/icon3"
  1951.     ,"UI/UIWindow.img/Quest/icon4"
  1952.     ,"UI/UIWindow.img/Quest/icon5"
  1953.     ,"UI/UIWindow.img/Quest/icon6"
  1954.     ,"UI/UIWindow.img/Quest/icon7"
  1955.     ,"UI/UIWindow.img/Quest/icon8"
  1956.     ,"UI/UIWindow.img/Quest/icon9"
  1957.     ,"%07d"
  1958.     ,"island"
  1959.     ,"subject"
  1960.     ,"req"
  1961.     ,"prev"
  1962.     ,"next"
  1963.     ,"end"
  1964.     ,"UI/Basic.img/Notice/backgrnd"
  1965.     ,"UI/Basic.img/YesNo/backgrnd"
  1966.     ,"UI/Basic.img/BtYes"
  1967.     ,"UI/Basic.img/BtNo"
  1968.     ," I"
  1969.     ," II"
  1970.     ," III"
  1971.     ," IV"
  1972.     ," V"
  1973.     ,"UI/UIWindow.img/Skill/BtSpUp"
  1974.     ,"UI/UIWindow.img/Skill/skill0"
  1975.     ,"UI/UIWindow.img/Skill/skill1"
  1976.     ,"UI/UIWindow.img/Skill/recommend/0"
  1977.     ,"UI/UIWindow.img/SkillEx/backgrnd"
  1978.     ,"UI/UIWindow.img/SkillEx/BtSpUp"
  1979.     ,"UI/UIWindow.img/SkillEx/BtDlg"
  1980.     ,"UI/UIWindow.img/SkillEx/skill0"
  1981.     ,"UI/UIWindow.img/SkillEx/skill1"
  1982.     ,"UI/UIWindow.img/SkillEx/recommend/0"
  1983.     ,"UI/UIWindow.img/SkillEx/SpNum"
  1984.     ,"UI/UIWindow.img/SkillEx/Glow"
  1985.     ,"UI/UIWindow.img/SkillEx/Dragon/%d"
  1986.     ,"UI/UIWindow.img/SkillEx/egg/%d"
  1987.     ,"UI/UIWindow.img/Stat/backgrnd2"
  1988.     ,"String/ToolTipHelp.img/Game/UIWnd/StatDetail"
  1989.     ,"%d (%d%+d)"
  1990.     ,"%d ~ %d"
  1991.     ,"%d%%"
  1992.     ,"+%d"
  1993.     ,"UI/UIWindow.img/Stat/BtApUp"
  1994.     ,"UI/UIWindow.img/Stat/BtAuto"
  1995.     ,"UI/UIWindow.img/Stat/BtAuto1"
  1996.     ,"UI/UIWindow.img/Stat/BtAuto2"
  1997.     ,"UI/UIWindow.img/Stat/Disabled/"
  1998.     ,"String/ToolTipHelp.img/Game/Button/StatAuto"
  1999.     ,"String/ToolTipHelp.img/Game/Button/StatAuto1"
  2000.     ,"String/ToolTipHelp.img/Game/Button/StatAuto2"
  2001.     ,"    Your AP will be distributed as follows:\r\n\r\n"
  2002.     ,"     %s : +%d\r\n"
  2003.     ,"String/ToolTipHelp.img/Game/UIWnd/Stat"
  2004.     ,"%d (%d%%)"
  2005.     ,"UI/UIWindow.img/Stat/Job"
  2006.     ,"UI/StatusBar.img"
  2007.     ,"UI/StatusBar.img/gauge/bar"
  2008.     ,"UI/StatusBar.img/gauge/gray"
  2009.     ,"UI/StatusBar.img/gauge/tempExp"
  2010.     ,"gauge"
  2011.     ,"HP"
  2012.     ,"hp"
  2013.     ,"MP"
  2014.     ,"mp"
  2015.     ,"pad"
  2016.     ,"pdd"
  2017.     ,"mad"
  2018.     ,"mdd"
  2019.     ,"craft"
  2020.     ,"hpCon"
  2021.     ,"mpCon"
  2022.     ,"moneyCon"
  2023.     ,"itemCon"
  2024.     ,"itemConNo"
  2025.     ,"UI/StatusBar.img/BtShop"
  2026.     ,"UI/StatusBar.img/BtShort"
  2027.     ,"UI/StatusBar.img/BtMenu"
  2028.     ,"UI/StatusBar.img/BtClaim"
  2029.     ,"UI/StatusBar.img/BtKey"
  2030.     ,"UI/StatusBar.img/BtQuick"
  2031.     ,"UI/StatusBar.img/EquipKey"
  2032.     ,"UI/StatusBar.img/InvenKey"
  2033.     ,"UI/StatusBar.img/StatKey"
  2034.     ,"UI/StatusBar.img/SkillKey"
  2035.     ,"UI/StatusBar.img/KeySet"
  2036.     ,"UI/StatusBar.img/QuickSlot"
  2037.     ,"UI/StatusBar.img/QuickSlotD"
  2038.     ,"UI/StatusBar.img/EquipKey/ani"
  2039.     ,"UI/StatusBar.img/InvenKey/ani"
  2040.     ,"UI/StatusBar.img/StatKey/ani"
  2041.     ,"UI/StatusBar.img/SkillKey/ani"
  2042.     ,"String/ToolTipHelp.img/Game/Button/Shop"
  2043.     ,"String/ToolTipHelp.img/Game/Button/Item"
  2044.     ,"String/ToolTipHelp.img/Game/Button/Equip"
  2045.     ,"String/ToolTipHelp.img/Game/Button/Claim"
  2046.     ,"String/ToolTipHelp.img/Game/Button/Stat"
  2047.     ,"String/ToolTipHelp.img/Game/Button/Skill"
  2048.     ,"String/ToolTipHelp.img/Game/Button/Chat"
  2049.     ,"String/ToolTipHelp.img/Game/Button/Menu"
  2050.     ,"String/ToolTipHelp.img/Game/Button/KeySet"
  2051.     ,"String/ToolTipHelp.img/Game/Button/QuickSlot"
  2052.     ,"String/ToolTipHelp.img/Game/Button/QuickSlotD"
  2053.     ,"String/ToolTipHelp.img/Game/Button/QuestAlarm"
  2054.     ,"base"
  2055.     ,"%s / %s / %s"
  2056.     ,"HP : %d / %d"
  2057.     ,"MP : %d / %d"
  2058.     ,"Level : %d"
  2059.     ,"[Required]"
  2060.     ,"Lv.%d"
  2061.     ,"%.2f%%"
  2062.     ,"UI/UIWindow.img/ToolTip/Equip/Can"
  2063.     ,"UI/UIWindow.img/ToolTip/Equip/Cannot"
  2064.     ,"UI/UIWindow.img/ToolTip/Equip/Star"
  2065.     ,"Star"
  2066.     ,"reqLEV"
  2067.     ,"reqSTR"
  2068.     ,"reqDEX"
  2069.     ,"reqINT"
  2070.     ,"reqLUK"
  2071.     ,"reqPOP"
  2072.     ,"reqJob"
  2073.     ,"reqRUC"
  2074.     ,"tuc"
  2075.     ,"incSTR"
  2076.     ,"incDEX"
  2077.     ,"incINT"
  2078.     ,"incLUK"
  2079.     ,"incMHP"
  2080.     ,"incMMP"
  2081.     ,"incPAD"
  2082.     ,"incPDD"
  2083.     ,"incMAD"
  2084.     ,"incMDD"
  2085.     ,"incACC"
  2086.     ,"incEVA"
  2087.     ,"incCraft"
  2088.     ,"incSpeed"
  2089.     ,"incJump"
  2090.     ,"incSwim"
  2091.     ,"incSkill"
  2092.     ,"incAllskill"
  2093.     ,"RecoveryHP"
  2094.     ,"RecoveryMP"
  2095.     ,"RecoveryUP"
  2096.     ,"cash"
  2097.     ,"noMoveToLocker"
  2098.     ,"%s (+%d)"
  2099.     ,"%s (+%d%s)"
  2100.     ,"descD"
  2101.     ,"UI/UIWindow.img/UserInfo/backgrnd"
  2102.     ,"UI/UIWindow.img/UserInfo/backgrnd2"
  2103.     ,"UI/UIWindow.img/UserInfo/backgrnd3"
  2104.     ,"UI/UIWindow.img/UserInfo/backgrnd4"
  2105.     ,"UI/UIWindow.img/UserInfo/backgrnd5"
  2106.     ,"UI/UIWindow.img/UserInfo/backgrnd6"
  2107.     ,"UI/UIWindow.img/UserInfo/backgrnd7"
  2108.     ,"UI/UIWindow.img/ExceptionItemSearch/backgrnd"
  2109.     ,"UI/UIWindow.img/ExceptionItemSearch/BtSearch"
  2110.     ,"UI/UIWindow.img/ExceptionItemSearch/resultback"
  2111.     ,"UI/UIWindow.img/ExceptionItemSearch/BtSave"
  2112.     ,"UI/UIWindow.img/ExceptionItemSearch/BtDelete"
  2113.     ,"ReqLv : %d"
  2114.     ,"UI/UIWindow.img/Stat/BtDetail"
  2115.     ,"UI/UIWindow.img/Equip/BtDetail"
  2116.     ,"UI/UIWindow.img/UserList/Friend"
  2117.     ,"friend0"
  2118.     ,"friend1"
  2119.     ,"friend2"
  2120.     ,"friend3"
  2121.     ,"friend4"
  2122.     ,"friend5"
  2123.     ,"friend6"
  2124.     ,"buttonbg"
  2125.     ,"icon0"
  2126.     ,"icon1"
  2127.     ,"icon2"
  2128.     ,"icon3"
  2129.     ,"icon4"
  2130.     ,"icon5"
  2131.     ,"%d/%d"
  2132.     ,"[%d/%d]"
  2133.     ,"UI/UIWindow.img/UserList/Party"
  2134.     ,"party0"
  2135.     ,"party1"
  2136.     ,"party2"
  2137.     ,"party3"
  2138.     ,"party4"
  2139.     ,"party5"
  2140.     ,"UI/UIWindow.img/UserList/backgrnd"
  2141.     ,"UI/UIWindow.img/UserList/backgrnd2"
  2142.     ,"UI/UIWindow.img/UserList/backgrnd3"
  2143.     ,"UI/UIWindow.img/UserList/Friend/GroupMod/backgrnd"
  2144.     ,"UI/UIWindow.img/UserList/Friend/GroupMod/BtOk"
  2145.     ,"UI/UIWindow.img/UserList/Friend/GroupMod/BtCancel"
  2146.     ,"UI/UIWindow.img/UserList/Friend/BtAdd"
  2147.     ,"UI/UIWindow.img/UserList/Friend/BtMod"
  2148.     ,"UI/UIWindow.img/UserList/Friend/BtDelete"
  2149.     ,"UI/UIWindow.img/UserList/Friend/BtAddFriend"
  2150.     ,"UI/UIWindow.img/UserList/Friend/BtAddGroup"
  2151.     ,"UI/UIWindow.img/UserList/Friend/BtWhisper"
  2152.     ,"UI/UIWindow.img/UserList/Friend/BtGroupWhisper"
  2153.     ,"UI/UIWindow.img/UserList/Friend/BtBlock"
  2154.     ,"UI/UIWindow.img/UserList/Friend/BtUnBlock"
  2155.     ,"UI/UIWindow.img/UserList/Friend/BtChat"
  2156.     ,"UI/UIWindow.img/UserList/Friend/BtParty"
  2157.     ,"UI/UIWindow.img/UserList/Friend/BtMessage"
  2158.     ,"UI/UIWindow.img/UserList/Friend/BtShowAll"
  2159.     ,"UI/UIWindow.img/UserList/Friend/BtShowOnline"
  2160.     ,"UI/UIWindow.img/UserList/Friend/BtFind"
  2161.     ,"UI/UIWindow.img/UserList/Friend/BtInfo"
  2162.     ,"UI/UIWindow.img/UserList/Party/BtCreate"
  2163.     ,"UI/UIWindow.img/UserList/Party/BtInvite"
  2164.     ,"UI/UIWindow.img/UserList/Party/BtKick"
  2165.     ,"UI/UIWindow.img/UserList/Party/BtWithdraw"
  2166.     ,"UI/UIWindow.img/UserList/Party/BtWhisper"
  2167.     ,"UI/UIWindow.img/UserList/Party/BtChat"
  2168.     ,"UI/UIWindow.img/UserList/Party/BtHP"
  2169.     ,"UI/UIWindow.img/UserList/Party/BtSearch"
  2170.     ,"UI/UIWindow.img/UserList/Party/PartyHP"
  2171.     ,"UI/UIWindow.img/Guild/GuildInfo"
  2172.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo"
  2173.     ,"UI/UIWindow.img/UserList/Guild/Make/backgrnd"
  2174.     ,"UI/UIWindow.img/UserList/Guild/Make/message"
  2175.     ,"UI/UIWindow.img/UserList/Guild/Make/BtAgree"
  2176.     ,"UI/UIWindow.img/UserList/Guild/Make/BtDisagree"
  2177.     ,"UI/UIWindow.img/PartySearch/backgrnd"
  2178.     ,"guildmark"
  2179.     ,"guildinfo0"
  2180.     ,"guildinfo1"
  2181.     ,"guildinfo2"
  2182.     ,"guildinfo3"
  2183.     ,"guildinfo4"
  2184.     ,"guildinfo5"
  2185.     ,"guildinfo6"
  2186.     ,"guildinfo7"
  2187.     ,"UI/UIWindow.img/Guild/backgrnd"
  2188.     ,"UI/UIWindow.img/Guild/backgrnd2"
  2189.     ,"UI/UIWindow.img/Guild/GuildInfo/BtCreate"
  2190.     ,"UI/UIWindow.img/Guild/GuildInfo/BtInvite"
  2191.     ,"UI/UIWindow.img/Guild/GuildInfo/BtKick"
  2192.     ,"UI/UIWindow.img/Guild/GuildInfo/BtWithdraw"
  2193.     ,"UI/UIWindow.img/Guild/GuildInfo/BtWhisper"
  2194.     ,"UI/UIWindow.img/Guild/GuildInfo/BtChat"
  2195.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/BtCreate"
  2196.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/BtInvite"
  2197.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/BtKick"
  2198.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/BtWithdraw"
  2199.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/BtWhisper"
  2200.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/BtChat"
  2201.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/BtInfo"
  2202.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/BtUp"
  2203.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/BtDown"
  2204.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/Btnotice"
  2205.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/BtPartyInvite"
  2206.     ,"guildgrade0"
  2207.     ,"guildgrade1"
  2208.     ,"guildgrade2"
  2209.     ,"guildgrade3"
  2210.     ,"guildgrade4"
  2211.     ,"UI/UIWindow.img/UserList/Guild/GuildGrade/BtModf"
  2212.     ,"UI/UIWindow.img/UserList/Guild/GuildGrade/BtSave"
  2213.     ,"blacklist0"
  2214.     ,"blacklist1"
  2215.     ,"blacklist2"
  2216.     ,"UI/UIWindow.img/UserList/BlackList"
  2217.     ,"UI/UIWindow.img/UserList/BlackList/BtAdd"
  2218.     ,"UI/UIWindow.img/UserList/BlackList/BtDelete"
  2219.     ,"UI/UIWindow.img/%s/backgrnd"
  2220.     ,"UI/UIWindow.img/%s/BtClose"
  2221.     ,"Equip"
  2222.     ,"Stat"
  2223.     ,"Skill"
  2224.     ,"SkillEx"
  2225.     ,"Skill/"
  2226.     ,"bookName"
  2227.     ,"MiniMap"
  2228.     ,"UserInfo"
  2229.     ,"FamilyTree"
  2230.     ,"PetInfo"
  2231.     ,"Quest"
  2232.     ,"Effect/BasicEff.img/Teleport"
  2233.     ,"Effect/Tomb.img/fall"
  2234.     ,"Etc/ForbiddenName.img"
  2235.     ,"error code : %d (%s)"
  2236.     ,"error code : %d (%s)\r\n%s"
  2237.     ,"%s\shell\open\command"
  2238.     ,"%1"
  2239.     ," %1"
  2240.     ,".htm"
  2241.     ,"%s\MapleExplorer.exe %s"
  2242.     ,"CH.%s"
  2243.     ,"%I64d"
  2244.     ,".."
  2245.     ,"Sound/UI.img/"
  2246.     ,"Use2"
  2247.     ,"Sound/Item.img/%08d/%s"
  2248.     ,"Sound/Skill.img/%07d/%s"
  2249.     ,"Sound/Mob.img/%07d/%s"
  2250.     ,"Sound/Summon.img/%d"
  2251.     ,"Sound/Weapon.img/%s/%s"
  2252.     ,"Sound/Quest.img/%d"
  2253.     ,"Sound/Pet.img/Basic/%s"
  2254.     ,"Sound/Pet.img/%07d/%s"
  2255.     ,"Sound/Game.img/"
  2256.     ,"Sound/MiniGame.img/"
  2257.     ,"Sound/Object.img/"
  2258.     ,".img"
  2259.     ,"UI/UIWindow.img/GameMenu/BtSkin"
  2260.     ,"UI/UIWindow.img/GameMenu/BtChannel"
  2261.     ,"UI/UIWindow.img/GameMenu/BtGameOpt"
  2262.     ,"UI/UIWindow.img/GameMenu/BtSysOpt"
  2263.     ,"UI/UIWindow.img/GameMenu/BtQuit"
  2264.     ,"UI/UIWindow.img/Channel/BtChange"
  2265.     ,"UI/UIWindow.img/Channel/BtCancel"
  2266.     ,"UI/UIWindow.img/Channel"
  2267.     ,"t"
  2268.     ,"p"
  2269.     ,"m"
  2270.     ,"q"
  2271.     ,"d"
  2272.     ,"O"
  2273.     ,"X"
  2274.     ,"channel"
  2275.     ,"UI/UIWindow.img/ContextMenu"
  2276.     ,"UI/UIWindow.img/GameMenu/backgrnd"
  2277.     ,"UI/UIWindow.img/GameOpt/backgrnd"
  2278.     ,"UI/UIWindow.img/SysOpt/backgrnd"
  2279.     ,"UI/UIWindow.img/ShortCut/backgrnd"
  2280.     ,"UI/UIWindow.img/ShortCut/BtItem"
  2281.     ,"UI/UIWindow.img/ShortCut/BtEquip"
  2282.     ,"UI/UIWindow.img/ShortCut/BtStat"
  2283.     ,"UI/UIWindow.img/ShortCut/BtSkill"
  2284.     ,"UI/UIWindow.img/ShortCut/BtParty"
  2285.     ,"UI/UIWindow.img/ShortCut/BtGuild"
  2286.     ,"UI/UIWindow.img/ShortCut/BtQuest"
  2287.     ,"UI/UIWindow.img/ShortCut/BtComm"
  2288.     ,"UI/UIWindow.img/ShortCut/BtMobbook"
  2289.     ,"UI/UIWindow.img/ShortCut/BtMessenger"
  2290.     ,"UI/UIWindow.img/ShortCut/BtRanking"
  2291.     ,"String/MonsterBook.img"
  2292.     ,"String/Mob.img"
  2293.     ,"String/Skill.img"
  2294.     ,"episode"
  2295.     ,"reward"
  2296.     ,"#k"
  2297.     ,"#r"
  2298.     ,"#g"
  2299.     ,"#b"
  2300.     ,"#e"
  2301.     ,"#n"
  2302.     ,"#l"
  2303.     ,"#d"
  2304.     ,"UI/UIWindow.img/UtilDlgEx"
  2305.     ,"Border/0"
  2306.     ,"Border/1"
  2307.     ,"Border/2"
  2308.     ,"Border/3"
  2309.     ,"Border/4"
  2310.     ,"Border/5"
  2311.     ,"Border/6"
  2312.     ,"Border/7"
  2313.     ,"BtPrev"
  2314.     ,"BtNext"
  2315.     ,"BtOK"
  2316.     ,"BtCancel"
  2317.     ,"BtClose"
  2318.     ,"BtYes"
  2319.     ,"BtNo"
  2320.     ,"UI/UIWindow.img/UtilDlgEx_Avatar/BtPrev"
  2321.     ,"UI/UIWindow.img/UtilDlgEx_Avatar/BtNext"
  2322.     ,"UI/UIWindow.img/UtilDlgEx_Avatar/nameTag"
  2323.     ,"UI/UIWindow.img/UtilDlgEx_Avatar/BtOff"
  2324.     ,"UI/UIWindow.img/UtilDlgEx_Avatar/BtOn"
  2325.     ,"Jump"
  2326.     ,"Not a serializable object"
  2327.     ,"Not an enumeratable object"
  2328.     ,"Map/WorldMap/%s.img"
  2329.     ,"Map/MapHelper.img/worldMap/mapImage"
  2330.     ,"Map/MapHelper.img/worldMap/curPos"
  2331.     ,"Map/MapHelper.img/worldMap/partyPos"
  2332.     ,"Map/MapHelper.img/worldMap/lovePos"
  2333.     ,"UI/UIWindow.img/WorldMap/Border/7"
  2334.     ,"UI/UIWindow.img/WorldMap/Border/6"
  2335.     ,"UI/UIWindow.img/WorldMap/Border/5"
  2336.     ,"UI/UIWindow.img/WorldMap/Border/4"
  2337.     ,"UI/UIWindow.img/WorldMap/Border/3"
  2338.     ,"UI/UIWindow.img/WorldMap/Border/2"
  2339.     ,"UI/UIWindow.img/WorldMap/Border/1"
  2340.     ,"UI/UIWindow.img/WorldMap/Border/0"
  2341.     ,"UI/UIWindow/WorldMap/title"
  2342.     ,"BaseImg/0"
  2343.     ,"MapList"
  2344.     ,"mapNo"
  2345.     ,"mapDesc"
  2346.     ,"../Data"
  2347.     ,"../DataT"
  2348.     ,"NameSpace#Package"
  2349.     ,"Data.wz"
  2350.     ,"Gr2D_DX8"
  2351.     ,"Gr2D_DX9"
  2352.     ,"UI/Basic.img"
  2353.     ,"Cursor"
  2354.     ,"Failed in creating security thread"
  2355.     ,"MenuUp"
  2356.     ,"MenuDown"
  2357.     ,"eat"
  2358.     ,"UseShopItem"
  2359.     ,"spec"
  2360.     ,"moveTo"
  2361.     ,"returnMapQR"
  2362.     ,"ignoreContinent"
  2363.     ,"Effect/BasicEff.img/LevelUp"
  2364.     ,"Effect/BasicEff.img/MonsterBook/cardGet"
  2365.     ,"Effect/BasicEff.img/JobChanged"
  2366.     ,"Effect/BasicEff.img/QuestClear"
  2367.     ,"Effect/BasicEff.img/ItemLevelUp"
  2368.     ,"Effect/BasicEff.img/IncEXP"
  2369.     ,"Effect/BasicEff.img/DoubleJump"
  2370.     ,"JobChanged"
  2371.     ,"QuestClear"
  2372.     ,"ItemLevelUp"
  2373.     ,"IncEXP"
  2374.     ,"x1"
  2375.     ,"x2"
  2376.     ,"y1"
  2377.     ,"y2"
  2378.     ,"l"
  2379.     ,"uf"
  2380.     ,"/?"
  2381.     ,"Character/%08d.img"
  2382.     ,"Character/Face/%08d.img"
  2383.     ,"Character/Hair/%08d.img"
  2384.     ,"Character/Cap/%08d.img"
  2385.     ,"Character/Accessory/%08d.img"
  2386.     ,"Character/Coat/%08d.img"
  2387.     ,"Character/Longcoat/%08d.img"
  2388.     ,"Character/Pants/%08d.img"
  2389.     ,"Character/Shoes/%08d.img"
  2390.     ,"Character/Glove/%08d.img"
  2391.     ,"Character/Shield/%08d.img"
  2392.     ,"Character/Cape/%08d.img"
  2393.     ,"Character/Ring/%08d.img"
  2394.     ,"Character/PetEquip/%08d.img"
  2395.     ,"Character/Weapon/%08d.img"
  2396.     ,"Character/TamingMob/%08d.img"
  2397.     ,"Character/Sub/%08d.img"
  2398.     ,"Character/Dragon/%08d.img"
  2399.     ,"%s/weekly/%d"
  2400.     ,"String/Item.img"
  2401.     ,"String/Map.img"
  2402.     ,"Consume"
  2403.     ,"Install"
  2404.     ,"Item/Install/0301.img/%08d/effect"
  2405.     ,"Item/Install/0301.img/%08d/effect2"
  2406.     ,"Item/%s/%04d.img"
  2407.     ,"Item/Cash/%04d.img"
  2408.     ,"Item/Cash/%04d.img/%08d/hit"
  2409.     ,"iconD"
  2410.     ,"icon"
  2411.     ,"iconRawD"
  2412.     ,"quickSlot"
  2413.     ,"unitPrice"
  2414.     ,"UI/CashShop.img/CashItem/0"
  2415.     ,"UI/CashShop.img/PrepaidCashItem/0"
  2416.     ,"Effect/SetEff.img"
  2417.     ,"over"
  2418.     ,"time"
  2419.     ,"prop"
  2420.     ,"id"
  2421.     ,"acquire"
  2422.     ,"Item/%s"
  2423.     ,"slotMax"
  2424.     ,"No CRC info"
  2425.     ,"CRC info is out-of-data"
  2426.     ,"skillType"
  2427.     ,"weapon"
  2428.     ,"affected"
  2429.     ,"effectC"
  2430.     ,"Skill/%03d.img/skill/%07d/effect"
  2431.     ,"Skill/%03d.img/skill/%07d/screen"
  2432.     ,"Skill/%03d.img/skill/%07d/repeat"
  2433.     ,"Skill/%03d.img/skill/%07d/level/effect"
  2434.     ,"Skill/%03d.img/skill/%07d/affected"
  2435.     ,"Skill/%03d.img/skill/%07d/level/affected"
  2436.     ,"Skill/%03d.img/skill/%07d/hit"
  2437.     ,"Skill/%03d.img/skill/%07d/hit/%d"
  2438.     ,"Skill/%03d.img/skill/%07d/level/%d/hit/%d"
  2439.     ,"Skill/%03d.img/skill/%07d/ball"
  2440.     ,"Skill/%03d.img/skill/%07d/level/%d/ball"
  2441.     ,"Skill/%03d.img/skill/%07d/mob"
  2442.     ,"Skill/%03d.img/skill/%07d/level/mob"
  2443.     ,"Skill/%03d.img/skill/%07d/tile"
  2444.     ,"Skill/%03d.img/skill/%07d/level/tile"
  2445.     ,"Skill/%03d.img/skill/%07d/afterimage"
  2446.     ,"Skill/%03d.img/skill/%07d/level/afterimage"
  2447.     ,"Skill/%03d.img/skill/%07d/summon"
  2448.     ,"Skill/%03d.img/skill/%07d/level/summon"
  2449.     ,"afterimage"
  2450.     ,"iconDisabled"
  2451.     ,"iconMouseOver"
  2452.     ,"finalAttack"
  2453.     ,"hs"
  2454.     ,"PSSkin/%d"
  2455.     ,"KeyConfig"
  2456.     ,"Equip(%s)"
  2457.     ,"Item(%s)"
  2458.     ,"Ability(%s)"
  2459.     ,"Skill(%s)"
  2460.     ,"UI/UIWindow.img/KeyConfig"
  2461.     ,"UI/UIWindow.img/KeyConfig/BtClose"
  2462.     ,"UI/UIWindow.img/KeyConfig/BtHelp"
  2463.     ,"UI/UIWindow.img/KeyConfig/BtDelete"
  2464.     ,"UI/UIWindow.img/KeyConfig/BtQuickSlot"
  2465.     ,"UI/UIWindow.img/KeyConfig/quickslotConfig/backgrnd"
  2466.     ,"UI/UIWindow.img/KeyConfig/quickslotConfig/BtQuickSetting"
  2467.     ,"icon/%d"
  2468.     ,"key/%d"
  2469.     ,"UI/StatusBar.img/gauge/graduation"
  2470.     ,"UI/StatusBar.img/number"
  2471.     ,"Lbracket"
  2472.     ,"Rbracket"
  2473.     ,"percent"
  2474.     ,"slash"
  2475.     ,"UI/UIWindow.img/KeyConfig/quickslotConfig/key"
  2476.     ,"chatBalloon"
  2477.     ,"nameTag"
  2478.     ,"medalTag"
  2479.     ,"Tombstone"
  2480.     ,"Effect/Tomb.img/land"
  2481.     ,"Effect/TombUpgrade.img/effect"
  2482.     ,"Skill/%3d.img/skill/%d/finish/%d"
  2483.     ,"Skill/%03d.img/skill/%07d/finish"
  2484.     ,"Skill/%03d.img/skill/%07d/icon%d"
  2485.     ,"Effect/SkillName%d.img/%07d/0"
  2486.     ,"Character/Afterimage/"
  2487.     ,"Effect/SetEff.img/%d/effect"
  2488.     ,"Effect/ItemEff.img/%d/0"
  2489.     ,"Effect/ItemEff.img/%d/1"
  2490.     ,"Effect/ItemEff.img/%d"
  2491.     ,"Skill/111.img/skill/1111002/state/%d"
  2492.     ,"Skill/111.img/skill/1111002/state/0"
  2493.     ,"Skill/112.img/skill/1120003/state/%d"
  2494.     ,"Skill/112.img/skill/1120003/state/0"
  2495.     ,"Skill/3312.img/skill/33121006/back"
  2496.     ,"Skill/3312.img/skill/33121006/back_finish"
  2497.     ,"siCharacterName"
  2498.     ,"siWorldID"
  2499.     ,"siChannelID"
  2500.     ,"RMA"
  2501.     ,"LMA"
  2502.     ,"LCWN"
  2503.     ,"scrRRate"
  2504.     ,"scrFirstRun"
  2505.     ,"soVideo"
  2506.     ,"soBGMVol"
  2507.     ,"soBGMMute"
  2508.     ,"soSEVol"
  2509.     ,"soSEMute"
  2510.     ,"soScreenShot"
  2511.     ,"soMouseSpeed"
  2512.     ,"soMobInfo"
  2513.     ,"soFullScreen"
  2514.     ,"uiWndX%d"
  2515.     ,"uiWndY%d"
  2516.     ,"uiOpt%d"
  2517.     ,"%s\g%d_%d_%08X"
  2518.     ,"%s\l_%08X"
  2519.     ,"funcKeyMapped_Type%d"
  2520.     ,"funcKeyMapped_ID%d"
  2521.     ,"goMiniMap"
  2522.     ,"goWhisper"
  2523.     ,"goFriend"
  2524.     ,"goMessenger"
  2525.     ,"goExchange"
  2526.     ,"goParty"
  2527.     ,"goExpedition"
  2528.     ,"goGuildINVITE"
  2529.     ,"goGuildTALK"
  2530.     ,"goGame"
  2531.     ,"goKeyConfig"
  2532.     ,"goChatType"
  2533.     ,"goFamily"
  2534.     ,"ListenBlockedFriend_cnt"
  2535.     ,"ListenBlockedFriend_%d"
  2536.     ,"TalkBlockedFriend_cnt"
  2537.     ,"TalkBlockedFriend_%d"
  2538.     ,"BlackList_cnt"
  2539.     ,"BlackList_%d"
  2540.     ,"QuestAlarm_%d"
  2541.     ,"QuestAlarm_cnt"
  2542.     ,"QuestAlarm_autoregister"
  2543.     ,"QuestAlarm_opened"
  2544.     ,"Friend_ShowOnlineOnly"
  2545.     ,"FriendGroup_cnt"
  2546.     ,"FriendGroup_%d"
  2547.     ,"Ossyria."
  2548.     ,"Skill/%03d.img/skill/%07d/prepare"
  2549.     ,"special"
  2550.     ,"Skill/%03d.img/skill/%07d/special"
  2551.     ,"UI/UIWindow.img/MinigameTable/Effect"
  2552.     ,"It's the round of %n."
  2553.     ,"It's the semifinal match."
  2554.     ,"It's the final match."
  2555.     ,"Map/Map/Map%d/%09d.img"
  2556.     ,"Map/Effect.img/%s"
  2557.     ,"dojang/timeOver"
  2558.     ,"Character/Afterimage/hit.img/anniversary"
  2559.     ,"UI/UIWindow.img/KeyConfig/notice/%d"
  2560.     ,"UI/StatusBar.img/base/quickSlot"
  2561.     ,"Items are not available for purchase\r\n at this hour."
  2562.     ,"The item is out of stock, and therefore\r\nnot available for sale."
  2563.     ,"This item cannot be moved."
  2564.     ,"UI/CashShop.img/GuideWords/%d"
  2565.     ,"You have reached the round of %n by default."
  2566.     ,"You have reached the semifinals by default."
  2567.     ,"You have reached the finals by default."
  2568.     ,"msexcr.ini"
  2569.     ,"msexcrt.ini"
  2570.     ,"Damage"
  2571.     ,"Die"
  2572.     ,"Attack1"
  2573.     ,"Attack3"
  2574.     ,"Attack4"
  2575.     ,"Attack5"
  2576.     ,"Attack6"
  2577.     ,"Attack7"
  2578.     ,"Attack8"
  2579.     ,"AttackF"
  2580.     ,"Skill1"
  2581.     ,"Skill2"
  2582.     ,"Skill3"
  2583.     ,"Skill4"
  2584.     ,"Skill5"
  2585.     ,"Skill6"
  2586.     ,"Skill7"
  2587.     ,"Skill8"
  2588.     ,"Skill9"
  2589.     ,"Skill10"
  2590.     ,"Skill11"
  2591.     ,"Skill12"
  2592.     ,"Skill13"
  2593.     ,"Skill14"
  2594.     ,"Skill15"
  2595.     ,"Skill16"
  2596.     ,"SkillF"
  2597.     ,"CharDam1"
  2598.     ,"CharDam2"
  2599.     ,"CharDamF"
  2600.     ,"Bomb"
  2601.     ,"Regen"
  2602.     ,"Attack"
  2603.     ,"SOFTWARE\Wizet\MapleStory"
  2604.     ,"SOFTWARE\Wizet\MapleStoryTespia"
  2605.     ,"SKO"
  2606.     ,"This client can be executed only in Korean code-page"
  2607.     ,"Failed in initializing COM"
  2608.     ,"UI/UIWindow.img/Channel/world/%d"
  2609.     ,"UI/UIWindow.img/Channel/world/t%d"
  2610.     ,"channel0"
  2611.     ,"channel1"
  2612.     ,"channel2"
  2613.     ,"Sound/Field.img/%s"
  2614.     ,"Dojang/timeOver"
  2615.     ,"Sound/CashEffect.img/%s"
  2616.     ,"UI/UIWindow.img/Channel/ch/%d"
  2617.     ,"UI/Basic.img/BtHide"
  2618.     ,"UI/Basic.img/BtHide2"
  2619.     ,"UI/Basic.img/BtHide3"
  2620.     ,"UI/UIWindow.img/UserInfo/ReqLv"
  2621.     ,"UI/UIWindow.img/UserInfo/bottom"
  2622.     ,"UI/UIWindow.img/UserInfo/BtPetHide"
  2623.     ,"UI/UIWindow.img/UserInfo/BtPetShow"
  2624.     ,"UI/UIWindow.img/UserInfo/BtTamingHide"
  2625.     ,"UI/UIWindow.img/UserInfo/BtTamingShow"
  2626.     ,"UI/UIWindow.img/UserInfo/BtBookHide"
  2627.     ,"UI/UIWindow.img/UserInfo/BtBookShow"
  2628.     ,"UI/UIWindow.img/UserInfo/BtItem"
  2629.     ,"UI/UIWindow.img/UserInfo/BtWish"
  2630.     ,"UI/UIWindow.img/UserInfo/BtFamily"
  2631.     ,"UI/UIWindow.img/UserInfo/BtParty"
  2632.     ,"UI/UIWindow.img/UserInfo/BtTrade"
  2633.     ,"UI/UIWindow.img/UserInfo/Marry/married/0"
  2634.     ,"UI/UIWindow.img/UserInfo/Marry/unmarried/0"
  2635.     ,"UI/UIWindow.img/UserInfo/BtExceptionShow"
  2636.     ,"UI/UIWindow.img/UserInfo/BtExceptionHide"
  2637.     ,"UI/UIWindow.img/UserInfo/BtMeso"
  2638.     ,"UI/UIWindow.img/UserInfo/BtRegister"
  2639.     ,"UI/UIWindow.img/UserInfo/BtDelete"
  2640.     ,"UI/UIWindow.img/MonsterBook"
  2641.     ,"UI/UIWindow.img/MonsterBook/BtClose"
  2642.     ,"UI/UIWindow.img/MonsterBook/BtSearch"
  2643.     ,"UI/UIWindow.img/MonsterBook/arrowLeft"
  2644.     ,"UI/UIWindow.img/MonsterBook/arrowRight"
  2645.     ,"UI/UIWindow.img/MonsterBook/LeftTab"
  2646.     ,"UI/UIWindow.img/MonsterBook/LeftTabInfo"
  2647.     ,"UI/UIWindow.img/MonsterBook/RightTab"
  2648.     ,"UI/UIWindow.img/MonsterBook/infoPage"
  2649.     ,"UI/UIWindow.img/MonsterBook/cardSlot"
  2650.     ,"MonsterBook"
  2651.     ,"monsterBook"
  2652.     ,"[%s] has been successfully recorded on the Monster Book."
  2653.     ,"This card is already full in the Monster Book. This card will disappear."
  2654.     ,"UI/Basic.img/BtUP"
  2655.     ,"UI/Basic.img/BtDown"
  2656.     ,"UI/UIWindow.img/ContextMenu/backgrnd"
  2657.     ,"UI/UIWindow.img/ContextMenu/BtInfo"
  2658.     ,"UI/UIWindow.img/ContextMenu/BtSave"
  2659.     ,"UI/UIWindow.img/ContextMenu/BtWhisper"
  2660.     ,"UI/UIWindow.img/ContextMenu/BtClaim"
  2661.     ,"UI/UIWindow.img/ContextMenu/t"
  2662.     ,"UI/UIWindow.img/ContextMenu/c"
  2663.     ,"UI/UIWindow.img/ContextMenu/s"
  2664.     ,"UI/UIWindow.img/ContextMenu/BtParty"
  2665.     ,"UI/UIWindow.img/ContextMenu/BtGuild"
  2666.     ,"UI/UIWindow.img/ContextMenu/BtTrade"
  2667.     ,"UI/UIWindow.img/ContextMenu/BtFamily"
  2668.     ,"UI/UIWindow.img/PersonalShop/select"
  2669.     ,"UI/UIWindow.img/PersonalShop/BtBuy"
  2670.     ,"UI/UIWindow.img/PersonalShop/BtClose"
  2671.     ,"UI/UIWindow.img/PersonalShop/BtExit"
  2672.     ,"UI/UIWindow.img/PersonalShop/BtInfo"
  2673.     ,"UI/UIWindow.img/PersonalShop/BtItem"
  2674.     ,"UI/UIWindow.img/PersonalShop/BtEnter"
  2675.     ,"UI/UIWindow.img/PersonalShop/bar"
  2676.     ,"UI/UIWindow.img/PersonalShop/backgrnd3"
  2677.     ,"UI/UIWindow.img/EntrustedShop/BtArrange"
  2678.     ,"UI/UIWindow.img/EntrustedShop/BtCoin"
  2679.     ,"MaxMap"
  2680.     ,"MinMap"
  2681.     ,"Buyer : %s"
  2682.     ,"Number purchased : %d"
  2683.     ,"Total Sales / Total Received"
  2684.     ,"UI/UIWindow.img/Memo/backgrnd"
  2685.     ,"UI/UIWindow.img/Memo/backgrnd3"
  2686.     ,"UI/UIWindow.img/Memo"
  2687.     ,"innerTop"
  2688.     ,"innerCenter"
  2689.     ,"innerBottom"
  2690.     ,"line"
  2691.     ,"%d.%02d.%02d %02d:%02d"
  2692.     ,"UI/UIWindow.img/Memo/BtSave"
  2693.     ,"UI/UIWindow.img/Memo/BtDelete"
  2694.     ,"UI/UIWindow.img/Memo/BtOpen"
  2695.     ,"All unsaved notes will be deleted.\r\nAre you sure you want to move on?"
  2696.     ,"Note(s) arrived."
  2697.     ,"YOU HAVE RECEIVED"
  2698.     ," NOTE(S)."
  2699.     ,"UI/StatusBar.img/FontMemo"
  2700.     ,"box"
  2701.     ,"iconRed"
  2702.     ,"iconBlue"
  2703.     ,"iconMemo"
  2704.     ,"check0"
  2705.     ,"check1"
  2706.     ,"FontTime"
  2707.     ,"The other character is online now.\r\nPlease use the whisper function,"
  2708.     ,"Please check the name of the receiving character."
  2709.     ,"The receiver's inbox is full.\r\nPlease try again."
  2710.     ,"The notes can be sent in 100 characters."
  2711.     ,"UI/Basic.img/Tab"
  2712.     ,"/left%d"
  2713.     ,"/middle%d"
  2714.     ,"/right%d"
  2715.     ,"/fill%d"
  2716.     ,"UI/UIWindow.img/Skill/line"
  2717.     ,"UI/UIWindow.img/SkillEx/line"
  2718.     ,"UI/UIWindow.img/UserInfo/tab"
  2719.     ,"UI/UIWindow.img/Item/Tab/enabled"
  2720.     ,"UI/UIWindow.img/Item/Tab/disabled"
  2721.     ,"UI/UIWindow.img/Quest/Tab/enabled"
  2722.     ,"UI/UIWindow.img/Quest/Tab/disabled"
  2723.     ,"UI/UIWindow.img/Skill/Tab/enabled"
  2724.     ,"UI/UIWindow.img/Skill/Tab/disabled"
  2725.     ,"UI/UIWindow.img/SkillEx/Tab/enabled"
  2726.     ,"UI/UIWindow.img/SkillEx/Tab/disabled"
  2727.     ,"UI/UIWindow.img/UserList/Tab/enabled"
  2728.     ,"UI/UIWindow.img/UserList/Tab/disabled"
  2729.     ,"UI/UIWindow.img/UserList/Guild/Tab/enabled"
  2730.     ,"UI/UIWindow.img/UserList/Guild/Tab/disabled"
  2731.     ,"UI/UIWindow.img/Guild/Tab/enabled"
  2732.     ,"UI/UIWindow.img/Guild/Tab/disabled"
  2733.     ,"UI/UIWindow.img/Shop/TabSell/enabled"
  2734.     ,"UI/UIWindow.img/Shop/TabSell/disabled"
  2735.     ,"UI/UIWindow.img/Shop/TabBuy/enabled"
  2736.     ,"UI/UIWindow.img/Shop/TabBuy/disabled"
  2737.     ,"UI/UIWindow.img/Ranking/Tab/enabled"
  2738.     ,"UI/UIWindow.img/Ranking/Tab/disabled"
  2739.     ,"UI/UIWindow.img/Ranking/backgrnd"
  2740.     ,"http://%s.nexon.com/maplestory/page/Gnxgame.aspx?URL=webclient/totpersonrank&worldid=%d&characterid=%d"
  2741.     ,"space"
  2742.     ,"UI/Basic.img/Notice3/t"
  2743.     ,"UI/Basic.img/Notice3/c"
  2744.     ,"UI/Basic.img/Notice3/s"
  2745.     ,"UI/Basic.img/Notice4/s"
  2746.     ,"UI/Basic.img/Notice4/s_line"
  2747.     ,"UI/Basic.img/Notice5/s_"
  2748.     ,"UI/Basic.img/Notice5/s_DelGroup"
  2749.     ,"UI/Basic.img/YesNo3/t"
  2750.     ,"UI/Basic.img/YesNo3/c"
  2751.     ,"UI/Basic.img/YesNo3/s"
  2752.     ,"%d NX"
  2753.     ,"%d %d NX"
  2754.     ,"UI/CashShop.img/CSNotice/0"
  2755.     ,"pos"
  2756.     ,"town"
  2757.     ,"UI/UIWindow.img/UserInfo/BtPresent"
  2758.     ,"UI/UIWindow.img/UtilDlgEx/t"
  2759.     ,"UI/UIWindow.img/UtilDlgEx/c"
  2760.     ,"UI/UIWindow.img/UtilDlgEx/s"
  2761.     ,"UI/UIWindow.img/UtilDlgEx_Avatar/shadow"
  2762.     ,"Npc/%07d.img/info/default"
  2763.     ,"Npc/%07d.img/stand/0"
  2764.     ,"UI/UIWindow.img/UtilDlgEx/bar"
  2765.     ,"UI/UIWindow.img/UtilDlgEx/line"
  2766.     ,"Etc/Commodity.img"
  2767.     ,"There's no platform here."
  2768.     ,"Please enter the name\r\n of the receiving character."
  2769.     ,"You can't send the note to yourself."
  2770.     ,"The note has successfully been sent"
  2771.     ,"Skill/231.img/skill/2311002/mDoor"
  2772.     ,"Skill/231.img/skill/2311002/Frame"
  2773.     ,"Skill/231.img/skill/2311002/cDoor"
  2774.     ,"Skill/3510.img/skill/35101005/cDoor"
  2775.     ,"Skill/3510.img/skill/35101005/sDoor"
  2776.     ,"Skill/3510.img/skill/35101005/oDoor"
  2777.     ,"Skill/3510.img/skill/35101005/mDoor"
  2778.     ,"Skill/3510.img/skill/35101005/eDoor"
  2779.     ,"Character/Afterimage/%s/charge/%d"
  2780.     ,"Since the character has the whispers blocked at this point, you may not receive an answer."
  2781.     ,"Skill/%03d.img/skill/%07d/summon/%s/info/effect"
  2782.     ,"Skill/%03d.img/skill/%07d/summon/%s/info/hit"
  2783.     ,"Skill/%03d.img/skill/%07d/summon/%s/info/ball"
  2784.     ,"UI/UIWindow.img/Messenger/BtEnter"
  2785.     ,"'%s' is taking care of another invitation."
  2786.     ,"UI/UIWindow.img/UtilDlgEx_Avatar/BtExit"
  2787.     ,"spell"
  2788.     ,"personalShop"
  2789.     ,"sample"
  2790.     ,"Effect/BasicEff.img/Flying"
  2791.     ,"Effect/BasicEff.img/Flying1"
  2792.     ,"Effect/BasicEff.img/SoulRunner"
  2793.     ,"Effect/BasicEff.img/VerticalJump"
  2794.     ,"magic2"
  2795.     ,"magic3"
  2796.     ,"magic5"
  2797.     ,"skill1"
  2798.     ,"skill2"
  2799.     ,"skill3"
  2800.     ,"skill4"
  2801.     ,"skill5"
  2802.     ,"skill6"
  2803.     ,"skill7"
  2804.     ,"skill8"
  2805.     ,"skill9"
  2806.     ,"skill10"
  2807.     ,"skill11"
  2808.     ,"skill12"
  2809.     ,"skill13"
  2810.     ,"skill14"
  2811.     ,"skill15"
  2812.     ,"skill16"
  2813.     ,"skillF"
  2814.     ,"Mob/%07d.img/info/skill/%03d/effect"
  2815.     ,"Mob/%07d.img/info/skill/%03d/hit"
  2816.     ,"Mob/%07d.img/info/skill/%03d/mob"
  2817.     ,"selected"
  2818.     ,"/selected/0"
  2819.     ,"/normal/1"
  2820.     ,"/pressed/1"
  2821.     ,"/disabled/1"
  2822.     ,"/mouseOver/1"
  2823.     ,"/selected/1"
  2824.     ,"/normal/2"
  2825.     ,"/pressed/2"
  2826.     ,"/disabled/2"
  2827.     ,"/mouseOver/2"
  2828.     ,"/selected/2"
  2829.     ,"UI/UIWindow.img/Minigame/Common/Lock"
  2830.     ,"UI/UIWindow.img/Minigame/Common/Unlock"
  2831.     ,"There is no one to whisper to."
  2832.     ,"<"
  2833.     ," |"
  2834.     ," >"
  2835.     ,"You've got \r\n [%s]\r\n %d presents from '%s'"
  2836.     ,"%03d"
  2837.     ,"s%d"
  2838.     ,"coconut"
  2839.     ,"countFalling"
  2840.     ,"countBombing"
  2841.     ,"countStopped"
  2842.     ,"Map/Obj/etc.img/coconut/backgrnd"
  2843.     ,"Map/Obj/etc.img/coconut/fontScore"
  2844.     ,"Map/Obj/etc.img/coconut/fontTime"
  2845.     ,"Map/Obj/etc.img/clock/fontTime"
  2846.     ,"%02d:%02d"
  2847.     ,"SN"
  2848.     ,"ItemId"
  2849.     ,"Count"
  2850.     ,"Price"
  2851.     ,"Priority"
  2852.     ,"ReqPOP"
  2853.     ,"ReqLEV"
  2854.     ,"Period"
  2855.     ,"Premium"
  2856.     ,"premium"
  2857.     ,"reqLev"
  2858.     ,"Gender"
  2859.     ,"OnSale"
  2860.     ,"Skill/MobSkill.img"
  2861.     ,"Skill/MobSkill.img/%03d/level/%d/effect"
  2862.     ,"Skill/MobSkill.img/%03d/level/%d/hit"
  2863.     ,"Skill/MobSkill.img/%03d/level/%d/mob"
  2864.     ,"summonEffect"
  2865.     ,"limit"
  2866.     ,"rotatePeriod"
  2867.     ,"UI/Basic.img/ComboBox"
  2868.     ,"UI/Basic.img/Cursor/arrow"
  2869.     ,"soTremble"
  2870.     ,"Name of the character receiving:"
  2871.     ,"UI/UIWindow.img/Coupon/text/disabled"
  2872.     ,"UI/UIWindow.img/Coupon/text/normal"
  2873.     ,"UI/UIWindow.img/Minigame/Common/text/disabled"
  2874.     ,"UI/UIWindow.img/Minigame/Common/text/normal"
  2875.     ,"Password"
  2876.     ,"[%s]\r\nhas passed its expiration date\r\nand will be removed\r\nfrom your inventory."
  2877.     ,"Effect/BasicEff.img/Assaulter/remain"
  2878.     ,"Effect/BasicEff.img/Assaulter/effect"
  2879.     ,"/slideall"
  2880.     ,"/slidech"
  2881.     ,"/slidemap"
  2882.     ,"scrollDisable"
  2883.     ,"bulletSpeed"
  2884.     ,"Summoned"
  2885.     ,"specialAttack"
  2886.     ,"/slideallx"
  2887.     ,"/slidechx"
  2888.     ,"/slidemapx"
  2889.     ,"/slideax"
  2890.     ,"/log"
  2891.     ,"DelayedHit"
  2892.     ,"UI/UIWindow.img/Notice/0"
  2893.     ,"UI/UIWindow.img/Notice/1"
  2894.     ,"UI/UIWindow.img/Notice/2"
  2895.     ,"UI/UIWindow.img/Notice/3"
  2896.     ,"UI/UIWindow.img/Notice/4"
  2897.     ,"UI/UIWindow.img/Notice/btOK"
  2898.     ,"UI/Basic.img/BtYes2"
  2899.     ,"UI/Basic.img/BtNo2"
  2900.     ,"Etc/BlockReason.img"
  2901.     ,"You can login after\r\n%s/%2d/%4d %2d:%02d %s"
  2902.     ,"You don't have enough HP to use this skill."
  2903.     ,"You don't have enough MP to use this skill."
  2904.     ,"You don't have enough mesos to use this skill."
  2905.     ,"You don't have enough %s to use this skill."
  2906.     ,"You do not have enough throwing stars to use this skill."
  2907.     ,"You do not have enough bullets to use this skill."
  2908.     ,"You cannot use this skill with the weapon you're equipped with."
  2909.     ,"You cannot use this weapon with the current stats."
  2910.     ,"Since you are not using a weapon, you are unable to attack."
  2911.     ,"Only items that restore HP can be used."
  2912.     ,"Only items that restore MP can be used."
  2913.     ,"You have used up all of your arrows."
  2914.     ,"You have used up all of your throwing-stars."
  2915.     ,"You need to equip a pistol."
  2916.     ,"This skill can only be used while riding a Tiger."
  2917.     ,"Equipped item is incorrect. %s could not use the %s skill."
  2918.     ,"Not enough: HP. %s could not use the %s skill."
  2919.     ,"Not enough: MP. %s could not use the %s skill."
  2920.     ,"Not enough: mesos. %s could not use the %s skill."
  2921.     ,"Not enough: %s. %s could not use the %s skill."
  2922.     ,"Not enough: Throwing Stars. %s could not use the %s skill."
  2923.     ,"When you place the buff skill icon,\r\nthe pet will automatically use the skill."
  2924.     ,"UI/UIWindow.img/TradingRoom/BtCancel"
  2925.     ,"UI/CashShop.img/CSIcon/%d"
  2926.     ,"UI/UIWindow.img/Trunk/select"
  2927.     ,"UI/UIWindow/Trunk/BtExit"
  2928.     ,"UI/UIWindow/Trunk/BtOutCoin"
  2929.     ,"UI/UIWindow/Trunk/BtInCoin"
  2930.     ,"UI/UIWindow/Trunk/BtCoin"
  2931.     ,"UI/UIWindow.img/Trunk/Tab/enabled"
  2932.     ,"UI/UIWindow.img/Trunk/Tab/disabled"
  2933.     ,"UI/UIWindow/StoreBank/BtExit"
  2934.     ,"soChatType"
  2935.     ,"disease"
  2936.     ,"The option is not available for that package."
  2937.     ,"Etc/CashPackage.img"
  2938.     ,"rect"
  2939.     ,"Map/Obj/etc.img/timer/backgrnd"
  2940.     ,"UI/Login.img/Notice/BtNexon"
  2941.     ,"areaCount"
  2942.     ,"Effect/BasicEff.img/Summoned"
  2943.     ,"http://www.nexon.net"
  2944.     ,"areaWarning"
  2945.     ,"areaAttack"
  2946.     ,"This process cannot be open with MapleStory. Once you end the program, the data under it will not be saved. Are you sure you want to close the program?"
  2947.     ,"The ID has been permanently blocked.\r\nSo you won't be able to use this account."
  2948.     ,"Item/Special/0910.img/%d"
  2949.     ,"Item/Special/0911.img/%d"
  2950.     ,"Item/Special/0900.img/%08d"
  2951.     ,"UI/CashShop.img/CSDiscount"
  2952.     ,"total"
  2953.     ,"Sort in order of price."
  2954.     ,"Sort in order of popularity"
  2955.     ,"Sort from the newest item."
  2956.     ,"goQuickType"
  2957.     ,"LastConnectedVersion"
  2958.     ,"The item [%s] has expired, and therefore, deleted from your inventory."
  2959.     ,"dateExpire"
  2960.     ,"timeLimited"
  2961.     ,"coChatWndH"
  2962.     ,"UI/Basic.img/Cursor/%d"
  2963.     ,"You cannot take screenshots at this moment. Please try again later."
  2964.     ,"UI/StatusBar.img/base/chat"
  2965.     ,"deadlyAttack"
  2966.     ,"tremble"
  2967.     ,"Ver. %d.%d"
  2968.     ,"Ver. Test %d.%d"
  2969.     ,"selfDestruction"
  2970.     ,"invincible"
  2971.     ,"effectDistance"
  2972.     ,"randomPos"
  2973.     ,"doFirst"
  2974.     ,"UI/CashShop.img/CSChar/BtTakeoffAvatar"
  2975.     ,"String/ToolTipHelp.img/Shop/Button/TakeoffAvatar"
  2976.     ,"UI/UIWindow.img/IconBase/0"
  2977.     ,"mpBurn"
  2978.     ,"You skill has been sealed up, making you unable to use it."
  2979.     ,"You've been weakened, making you unable to jump."
  2980.     ,"You've been stunned, making you unable to move."
  2981.     ,"You've been cursed, so the amount of EXP you'll receive will decrease."
  2982.     ,"You are in a state of darkness, so your accuracy will be decreased."
  2983.     ,"You have been poisoned, so your HP will slowly decrease."
  2984.     ,"UI/UIWindow.img/UtilDlgEx/dot0"
  2985.     ,"UI/UIWindow.img/UtilDlgEx/dot1"
  2986.     ,"soHPFlash"
  2987.     ,"soMPFlash"
  2988.     ,"UI/StatusBar.img/gauge/hpFlash"
  2989.     ,"UI/StatusBar.img/gauge/mpFlash"
  2990.     ,"UI/UIWindow.img/Megaphone/backgrnd"
  2991.     ,"UI/UIWindow.img/ArtMegaphone/backgrnd"
  2992.     ,"UI/UIWindow.img/ItemMegaphone/backgrnd"
  2993.     ,"UI/UIWindow.img/Megaphone/ch%d"
  2994.     ,"UI/UIWindow.img/Megaphone/Num/%d"
  2995.     ,"If you move before you open the store, the store may not be opened."
  2996.     ,"The buyer does not possess enough money to trade anymore."
  2997.     ,"The price of the item is too high for the trade."
  2998.     ,"UI/UIWindow.img/Reset/Common/BtUP"
  2999.     ,"UI/UIWindow.img/Reset/Common/BtDown"
  3000.     ,"UI/UIWindow.img/Reset/AP/backgrnd"
  3001.     ,"UI/UIWindow.img/Reset/AP/backgrnd2"
  3002.     ,"UI/UIWindow.img/Reset/AP/backgrnd3"
  3003.     ,"(-%d)"
  3004.     ,"(+%d)"
  3005.     ,"UI/UIWindow.img/Reset/AP/stat%d/%d"
  3006.     ,"UI/UIWindow.img/Reset/SP/skill0"
  3007.     ,"UI/UIWindow.img/Reset/SP/skill1"
  3008.     ,"UI/UIWindow.img/Reset/SP/line"
  3009.     ,"UI/UIWindow.img/Reset/SP/backgrnd"
  3010.     ,"UI/UIWindow.img/Reset/SP/backgrnd1"
  3011.     ,"UI/UIWindow.img/Reset/SP/backgrnd2"
  3012.     ,"UI/UIWindow.img/Reset/SP/backgrnd3"
  3013.     ,"UI/UIWindow.img/Reset/SP/Tab/enabled"
  3014.     ,"UI/UIWindow.img/Reset/SP/Tab/disabled"
  3015.     ,"UI/UIWindow.img/Reset/SP/Tab/disabled/%d"
  3016.     ,"UI/UIWindow.img/Teleport/backgrnd"
  3017.     ,"UI/UIWindow.img/Teleport/select"
  3018.     ,"UI/UIWindow.img/Teleport/BtRegister"
  3019.     ,"UI/UIWindow.img/Teleport/BtDelete"
  3020.     ,"UI/UIWindow.img/Teleport/BtMove"
  3021.     ,"%s is currently difficult to locate, so\r\nthe teleport will not take place."
  3022.     ,"You cannot teleport to this map."
  3023.     ,"You cannot target yourself\r\nfor the teleport."
  3024.     ,"This map is not available to enter for the list."
  3025.     ,"Your teleport list is full.\r\nPlease delete an entry before trying again."
  3026.     ,"You have already entered this map."
  3027.     ,"It's the map you're currently on."
  3028.     ,"Users below level 7 are not allowed \r\nto go out from Maple Island."
  3029.     ,"Will you enter this map\r\nin your teleport list?\r\n[%s]"
  3030.     ,"Will you delete this map from the\r\nteleport list?\r\n[%s]"
  3031.     ,"Will you teleport to this map?\r\n[%s]"
  3032.     ,"String/ToolTipHelp.img/Game/Button/MapTransfer/Register"
  3033.     ,"String/ToolTipHelp.img/Game/Button/MapTransfer/RegisterEx"
  3034.     ,"String/ToolTipHelp.img/Game/Button/MapTransfer/Delete"
  3035.     ,"String/ToolTipHelp.img/Game/Button/MapTransfer/Move"
  3036.     ,"You may not purchase the item\r\nsince you already have it."
  3037.     ,"This item cannot be transfered because\r\nyou already own this item."
  3038.     ,"The EXP did not drop after using the Safety Charm once.(%d days/%d times left)"
  3039.     ,"The EXP did not drop after using %s item."
  3040.     ,"Chocostick"
  3041.     ,"everlast"
  3042.     ,"Reactor"
  3043.     ,"drag"
  3044.     ,"force"
  3045.     ,"quest"
  3046.     ,"pquest"
  3047.     ,"Effect/SetEff.img/%d/backgrnd"
  3048.     ,"Ranking Not Available"
  3049.     ,"Ranked at %d"
  3050.     ,"UI/Login.img/CharSelect/scroll/%1d"
  3051.     ,"UI/Login.img/CharSelect/icon/%s"
  3052.     ,"reactor"
  3053.     ,"effectType"
  3054.     ,"noFlip"
  3055.     ,"This item is unavailable for pick-up."
  3056.     ,"You cannot go to that place."
  3057.     ,"You cannot teleport to or on this map."
  3058.     ,"Unable to approach due to the force of the ground. Now moving to the nearest town."
  3059.     ,"Map/Map/AreaCode.img"
  3060.     ,"woshiganmade"
  3061.     ,"UI/UIWindow.img/BetaEdition"
  3062.     ,"BetaEdition"
  3063.     ,"UI/Login.img/Common/loginlocation"
  3064.     ,"UI/Login.img/BtOk"
  3065.     ,"UI/Gateway.img/WorldSelect/BtDot"
  3066.     ,"UI/Gateway.img/WorldSelect/BtQuit"
  3067.     ,"gamemaster"
  3068.     ,"Unable to send the message. Please enter the user's name before warning."
  3069.     ,"Your warning has been successfully sent."
  3070.     ,"Hacking"
  3071.     ,"Botting"
  3072.     ,"Scamming"
  3073.     ,"Fake GM"
  3074.     ,"Harassment"
  3075.     ,"You have successfully reported the user."
  3076.     ,"Unable to locate the user."
  3077.     ,"You may only report users 10 times a day."
  3078.     ,"You have been reported to the GM's by a user."
  3079.     ,"Your request did not go through for unknown reasons. Please try again later."
  3080.     ,"UI/UIWindow.img/ContextMenu/BtAlertGM"
  3081.     ,"UI/UIWindow.img/ContextMenu/BtBlock"
  3082.     ,"UI/UIWindow.img/Report/backgrnd"
  3083.     ,"UI/UIWindow.img/Admin/Block/backgrnd"
  3084.     ,"The cash shop is currently\r\nnot available.\r\nStay tuned..."
  3085.     ,"UI/UIWindow.img/SoftKeyboard/backgrnd/1/back"
  3086.     ,"UI/UIWindow.img/SoftKeyboard/backgrnd/1/keyboard"
  3087.     ,"UI/UIWindow.img/SoftKeyboard/Bt/1/BtClose"
  3088.     ,"UI/UIWindow.img/SoftKeyboard/funckey/backspace"
  3089.     ,"UI/UIWindow.img/SoftKeyboard/funckey/enter"
  3090.     ,"UI/UIWindow.img/SoftKeyboard/key"
  3091.     ,"%d/normal/0"
  3092.     ,"%d/pressed/0"
  3093.     ,"%d/disabled/0"
  3094.     ,"%d/mouseOver/0"
  3095.     ,"Effect/BasicEff.img/GM"
  3096.     ,"EULAVer."
  3097.     ,"ClinetVer."
  3098.     ,"EULAAgreement"
  3099.     ,"UI/Login.img/BtCancel"
  3100.     ,"UI/Login.img/TOS/0"
  3101.     ,"""#eEND USER LICENSE AGREEMENT#n\r\n\r\n\r\nTHIS END USER LICENSE AGREEMENT (THIS """"#eAGREEMENT#n"""") IS ENTERED INTO BETWEEN WIZET CORPORATION (""""#eWIZET#n"""") AND YOU (""""#eYOU#n"""" OR """"#eYOUR#n"""").  IT IS IMPORTANT THAT YOU READ AND CAREFULLY UNDERSTAND THIS AGREEMENT.  BY CLICKING ON THE """"OK"""" BUTTON LOCATED AT THE END OF THIS PAGE OR OTHERWISE INSTALLING THE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT.  IF YOU DO NOT AGREE WITH ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT AND DO NOT WISH TO BE BOUND, PLEASE CLICK THE """"CANCEL"""" BUTTON.  IF YOU DO NOT ACCEPT THIS AGREEMENT, YOU WILL NOT BE ABLE TO ACCESS, DOWNLOAD OR USE THE SOFTWARE AND/OR THE SERVICE.  WIZET RESERVES THE RIGHT IN ITS SOLE DISCRETION AT ANY TIME TO CHANGE ANY OF THE TERMS AND CONDITIONS CONTAINED IN THIS AGREEMENT.  ANY CHANGES TO THIS AGREEMENT WILL BE EFFECTIVE UPON POSTING AT HTTP://MAPLESTORY.NEXON.NET.\r\n\r\n\r\n#e1.  DEFINITIONS#n\r\n\r\nFor purposes of this Agreement, the following terms shall have the following meanings:\r\n1.1  """"#eDocumentation#n"""" means the online, electronic or printed user guides and other documentation which Wizet makes generally available which describes the installation and use of the Software.\r\n1.2    """"#eDerivative Work#n"""" means a new or modified work that is based on or derived from a preexisting work, including, without limitation, a work that, in the absence of a license, would infringe the copyright in such preexisting work or that uses trade secrets or other proprietary information with respect to such preexisting work.\r\n1.3  """"#eGame#n"""" means Wizet's """"Massively Multiplayer Online Role-Playing Game"""" currently entitled """"MapleStory.""""\r\n"""
  3102.     ,"""1.4 """"#eIntellectual Property Rights#n"""" means worldwide statutory and common law rights associated with (a) patents and patent applications"
  3103.     ,"""\r\n\r\n#e2.    GRANT OF LICENSE"
  3104.     ,"""2.2 #eRestrictions#n.  You hereby acknowledge and agree that you shall not use the Software for any purpose other than entertainment purposes, and that you shall use the Software in accordance with all applicable laws, rules, and regulations.  Except as expressly provided herein, you shall not, and shall not permit any third party to: (a) copy all or any portion of the Software"
  3105.     ,"""2.3 #eGrant of License in Your Materials#n.  You hereby grant Wizet a worldwide, royalty-free, non-exclusive, limited, perpetual, nontransferable right and license to: (a) use, reproduce, distribute, transmit, perform (publicly, digitally, or otherwise), display (publicly or otherwise) and make derivative works of any and all data, information, content and other materials prepared by you through the use of, stored by you in connection with, or transmitted by you by or through, the Software (""""#eYour Materials#n"""") for purposes of making the Software available to you and for internal analytic, statistical, security, quality control, and similar purposes"
  3106.     ,"""3.2 #eUpdates#n.  During the Term, Wizet may provide you with Updates as they are made generally available by Wizet.  You acknowledge that, to the extent Wizet licenses some or all of the Software and/or other components of the Service from third party vendors (""""#eVendors#n""""), such Vendors, and not Wizet, are responsible for creating Updates, if any, and making them available for installation or distribution.  You acknowledge and agree that Wizet may, without your knowledge and/or consent, provide Updates to you remotely, including without limitation, by accessing the computer in which you store the Software.  You hereby grant Wizet your express consent to provide Updates to you by any and all means, with or without your knowledge and/or consent.  Any Update provided or made available by Wizet hereunder shall be deemed part of the Software and shall be subject to the terms and conditions of this Agreement.\r\n3.3    #eYour Further Obligations#n.  You shall be solely responsible for any and all costs and fees in connection with accessing and using the Software and/or the Service, including, without limitation, Internet service provider fees, telecommunications fee and the costs of any and all equipment used by you in connection with the Software and/or the Service.  You acknowledge that Wizet shall have no obligation to assist you in using or accessing the Software, except as expressly set forth in this Agreement.  In addition, you agree to adhere at all times to the Terms of Use made available through the Service, as may be amended from time to time.\r\n\r\n\r\n#e4.  PROPRIETARY RIGHTS#n\r\n\r\n"""
  3107.     ,"""As between Wizet and you, Wizet owns and shall retain all right, title and interest, including, without limitation, all Intellectual Property Rights, in and to the Software, and any portions thereof, including, without limitation, any copy or Derivative Work of the Software (or any portion thereof) and any Updates thereto.  You agree to take any action reasonably requested by Wizet to evidence, maintain, enforce or defend the foregoing rights.  You shall not take any action to jeopardize, encumber, limit or interfere in any manner with Wizet's ownership of and rights with respect to the Software, or any Derivative Work or Update thereof or thereto.  You shall have only those rights in and to the Software and any Derivative Work or Update thereto as are expressly granted to you under this Agreement or the Terms of Use.\r\n\r\n\r\n#e5.   CONFIDENTIAL INFORMATION#n\r\n\r\n5.1   #eConfidential Information#n.  You acknowledge that, in the course of using the Software and exercising your rights under this Agreement, you may obtain confidential information relating to the Software, the Service or Wizet and its Vendors or other parties (""""#eConfidential Information#n"""").  Such Confidential Information shall, as between you and Wizet, belong solely to Wizet and shall include, without limitation, the Software (including any and all Derivative Works and Updates),  the existence of and terms of this Agreement, trade secrets, know-how, inventions (whether or not patentable), techniques, processes, programs, ideas, algorithms, formulas, schematics, testing procedures, software design and architecture, computer code, internal documentation, design and functional specifications, product requirements, problem reports, performance information, documents, and other technical, business, product, marketing, third party customers, and financial information, plans and data.\r\n"""
  3108.     ,"""5.2 #eUse and Disclosure Restrictions#n.  You hereby acknowledge and agree that the Confidential Information constitutes and contains valuable proprietary information and trade secrets of Wizet, and embodies substantial creative efforts and confidential information, ideas, and expressions.  Accordingly, you agree: (a) to protect the Confidential Information from unauthorized dissemination and use"
  3109.     ,"""5.3 #eExclusions#n.  The foregoing restrictions pertaining to the Confidential Information shall not apply with respect to any Confidential Information that: (a) was or becomes publicly known through no fault of you"
  3110.     ,"""6.1 #eDisclaimer of Warranties#n.   THE SOFTWARE IS PROVIDED """"AS IS"""" AND WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED.  TO THE FULLEST EXTENT PERMISSIBLE PURSUANT TO APPLICABLE LAW, WIZET AND ITS AFFILIATES, LICENSORS, SUPPLIERS, ADVERTISERS, PARTNERS, SPONSORS AND AGENTS DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, ACCURACY, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE, AND ANY WARRANTIES THAT MAY ARISE FROM COURSE OF DEALING, COURSE OF PERFORMANCE OR USAGE OF TRADE.  WIZET AND ITS AFFILIATES, LICENSORS, SUPPLIERS, ADVERTISERS, SPONSORS, PARTNERS AND AGENTS DO NOT WARRANT THAT YOUR USE OF THE SOFTWARE WILL BE UNINTERRUPTED, ERROR-FREE OR SECURE, THAT DEFECTS WILL BE CORRECTED, OR THAT THE SOFTWARE, AND/OR THE SERVER(S), SYSTEM(S) AND NETWORK(S) ON WHICH THE SOFTWARE IS HOSTED AND/OR OPERATES, ARE OR WILL BE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS.  YOU ACKNOWLEDGE THAT YOU ARE RESPONSIBLE FOR OBTAINING AND MAINTAINING ALL TELEPHONE, COMPUTER HARDWARE AND OTHER EQUIPMENT NEEDED TO ACCESS AND USE THE SOFTWARE AND ALL CHARGES RELATED THERETO.  YOU ASSUME ALL RESPONSIBILITY AND RISK FOR YOUR USE OF THE SOFTWARE AND YOUR RELIANCE THEREON.  NO OPINION, ADVICE OR STATEMENT OF WIZET OR ITS AFFILIATES, LICENSORS, SUPPLIERS, ADVERTISERS, SPONSORS, PARTNERS, AGENTS OR THIRD PARTY USERS, WHETHER MADE IN OR ON THE SOFTWARE OR OTHERWISE, SHALL CREATE ANY WARRANTY.  YOUR USE OF THE SOFTWARE IS ENTIRELY AT YOUR OWN RISK.\r\n"""
  3111.     ,"""6.2 #eLimitation of Liability#n.  NEITHER WIZET NOR ANY OF ITS AFFILIATES, LICENSORS, SUPPLIERS, ADVERTISERS, SPONSORS OR PARTNERS, NOR WIZET'S OR OTHER ENTITIES' DIRECTORS, OFFICERS, EMPLOYEES, CONSULTANTS, AGENTS OR OTHER REPRESENTATIVES, ARE RESPONSIBLE OR LIABLE FOR ANY INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL, EXEMPLARY, PUNITIVE OR OTHER DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS, LOSS OF DATA OR LOST PROFITS), UNDER ANY CONTRACT, NEGLIGENCE, STRICT LIABILITY OR OTHER THEORY ARISING OUT OF OR RELATING IN ANY WAY TO THE SOFTWARE, EVEN IF WIZET (OR SUCH OTHER ENTITIES OR PERSONS) HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE LIMITATION OR EXCLUSION MAY NOT APPLY TO YOU.  YOUR SOLE REMEDY FOR DISSATISFACTION WITH THE SOFTWARE, OR ANY PART THEREOF, IS TO STOP USING THE SOFTWARE.  THE SOLE AND EXCLUSIVE MAXIMUM LIABILITY TO WIZET FOR ALL DAMAGES, LOSSES AND CAUSES OF ACTION, WHETHER IN CONTRACT, TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE) OR OTHERWISE, SHALL BE A MAXIMUM OF THE LESSER OF TWENTY  U.S. DOLLARS OR THE TOTAL CUMULATIVE AMOUNT PAID BY YOU TO PURCHASE CASH ITEMS AS SUCH IS DESCRIBED IN THE TERMS OF USE.\r\n6.3 #eOther#n.  Without limiting the foregoing, Wizet shall have no obligations, responsibilities and/or liabilities if any nonconformance or failure of, or error in, the Software is caused by: (a) use of any attachment, feature, hardware, software or device in connection with the Software"
  3112.     ,"""\r\n\r\n#e7.    INDEMNIFICATION#n\r\n\r\nYou hereby agree to indemnify, defend, and hold Wizet, our affiliates, licensors, suppliers, advertisers, sponsors and partners, and our and their directors, officers, employees, consultants, agents and other representatives, harmless from and against, any claim based upon: (a) the use, operation or combination of the Software with non-Wizet software, data, equipment or documentation if liability would have been avoided but for such use, operation, or combination"
  3113.     ,"""8.3 #eEffect of Termination#n.  Upon the expiration or termination of this Agreement, all rights and licenses granted to you hereunder shall immediately terminate.  Upon termination or expiration of this Agreement, you shall, at your sole expense, return to Wizet (or destroy, at Wizet's sole election) all Software and Confidential Information (and all copies and extracts thereof) then in your possession or under your control.   Termination of this Agreement shall not act as a waiver of any breach of this Agreement and shall not act as a release of your liability for breach of your obligations under this Agreement.  Wizet shall not be liable to you for damages of any kind solely as a result of terminating this Agreement in accordance with its terms.  Wizet's termination of this Agreement shall be without prejudice to any other right or remedy that it may have at law or in equity, and shall not relieve you of breaches occurring prior to the effective date of such termination.  The provisions of Sections 1 (""""Definitions""""), 2.2 (""""Restrictions""""), 4 (""""Proprietary Rights""""), 5 (""""Confidential Information""""), 6 (""""No Warranty/Limitation of Liability""""), 7 (""""Indemnification""""), 8.3 (""""Effect of Termination"""") and 9 (""""General Provisions""""), shall survive the expiration or any termination of this Agreement.\r\n\r\n\r\n#e9.    GENERAL PROVISIONS#n\r\n\r\n9.1 #eAssignment#n.  This Agreement may not be assigned, in whole or part, whether voluntarily, by operation of law, or otherwise, by you without the prior written consent of Wizet.  Wizet may assign, license, delegate or otherwise transfer its rights or obligations hereunder to any third party without restriction.  Subject to the preceding sentences, the rights and liabilities of the parties hereto are binding on, and shall inure to the benefit of, the parties and their respective successors and permitted assigns.  Any attempted assignment other than in accordance with this Section 9.1 shall be null and void.\r\n"""
  3114.     ,"""9.2 #eGoverning Law#n, Jurisdiction, and Venue.  This Agreement shall be governed by and construed in accordance with the laws of the State of California, U.S.A., without reference to its conflicts of law provisions.  Any dispute regarding this Agreement shall be subject to the exclusive jurisdiction of the California state courts in and for Los Angeles County, California, U.S.A. (or, if there is federal jurisdiction, the United States District Court for the Central District of California), and the parties hereby irrevocably agree to submit to the personal and exclusive jurisdiction and venue of such courts.  This Agreement shall not be governed by the United Nations Convention on Contracts for the International Sale of Goods, the application of which is hereby expressly excluded.\r\n9.3  #eAttorneys' Fees#n.  If any legal action, including, without limitation, an action for arbitration or injunctive relief, is brought relating to this Agreement or the breach hereof, the prevailing party in any final judgment or arbitration award, or the non-dismissing party in the event of a dismissal without prejudice, shall be entitled to the full amount of all reasonable expenses, including all court costs, arbitration fees and actual attorney fees paid or incurred in good faith.\r\n9.4  #eWaiver#n.  The waiver by either party of a breach of or a default under any provision of this Agreement, shall be in writing and shall not be construed as a waiver of any subsequent breach of or default under the same or any other provision of this Agreement, nor shall any delay or omission on the part of either party to exercise or avail itself of any right or remedy that it has or may have hereunder operate as a waiver of any right or remedy.\r\n"""
  3115.     ,"""9.5 #eSeverability#n.  If the application of any provision of this Agreement to any particular facts or circumstances shall be held to be invalid or unenforceable by an arbitration panel or a court of competent jurisdiction, then (a) the validity and enforceability of such provision as applied to any other particular facts or circumstances and the validity of other provisions of this Agreement shall not in any way be affected or impaired thereby, and (b) such provision shall be enforced to the maximum extent possible so as to effect the intent of the parties and reformed without further action by the parties to the extent necessary to make such provision valid and enforceable.\r\n9.6    #eRelationship of the Parties#n.  Nothing contained in this Agreement shall be deemed or construed as creating a joint venture, partnership, agency, employment or fiduciary relationship between the parties.  Neither party, nor either party's agents, have any authority of any kind to bind the other party in any respect whatsoever, and the relationship of the parties is, and at all times shall continue to be, that of independent contractors.\r\n9.7  #eForce Majeure#n.  Neither party shall be responsible or have any liability for any delay or failure to perform to the extent due to unforeseen circumstances or causes beyond its reasonable control, including, without limitation, acts of God, earthquake, fire, flood, embargoes, labor disputes and strikes, riots, war, acts of a public enemy, error in the coding of electronic files, Internet or other network """"brownouts"""" or failures, power failures, novelty of product manufacture or other unanticipated product development problems, and acts of civil and military authorities.\r\n"""
  3116.     ,"""9.8 #eU.S. Government Rights#n.  If you are, or are entering into this Agreement on behalf of, any agency or instrumentality of the United States Government, the Software is """"commercial computer software"""" and """"commercial computer software documentation"""", and pursuant to FAR 12.212 or DFARS 227.7202, and their successors, as applicable, use, reproduction and disclosure of the Software is governed by the terms of this Agreement.\r\n9.9   #eExport Controls#n.  You shall abide by all applicable export laws and regulations in its use of the Software.  The Software, or any part thereof, may not be downloaded or otherwise exported or re-exported (a) into any country for which the United States has a trade embargo, or (b) to anyone on the U.S. Treasury Department's list of Specially Designated Nationals or the U.S. Commerce Department's Table of Denial Orders.  You represent and warrant that you are not located in, under the control of, or a national or resident of any such country or on any such list.\r\n9.10   #eCaptions and Section Headings#n.  The captions and Section and paragraph headings used in this Agreement are inserted for convenience only and shall not affect the meaning or interpretation of this Agreement.\r\n9.11  #eEquitable Relief#n.  You acknowledge and agree that due to the unique nature of this Agreement, there can be no adequate remedy at law to compensate Wizet for your breach or threatened breach hereof"
  3117.     ,"""9.12    #eEntire Agreement"
  3118.     ,"UI/Login/Gender/text/0"
  3119.     ,"UI/Login/Gender/text/1"
  3120.     ,"UI/Login/Gender/BtYes"
  3121.     ,"UI/Login/Gender/BtNo"
  3122.     ,"UI/Login.img/Gender/scroll/0"
  3123.     ,"UI/Login.img/Gender/scroll/1"
  3124.     ,"String/EULA.img/EULA"
  3125.     ,"UI/Login.img/Pincode/text/%d"
  3126.     ,"UI/Login.img/Pincode/backgrnd/0"
  3127.     ,"UI/Login.img/Pincode/backgrnd/1"
  3128.     ,"UI/Login.img/Pincode/backgrnd/2"
  3129.     ,"UI/Login.img/Pincode/BtYes"
  3130.     ,"UI/Login.img/Pincode/BtNo"
  3131.     ,"UI/Login.img/Pincode/BtChgPin"
  3132.     ,"UI/Login.img/Pincode/BtLogin"
  3133.     ,"%s%d"
  3134.     ,"Coconut Season has started!"
  3135.     ,"The game of Coconut Season has ended, and you'll be transported to a different map. Please wait."
  3136.     ,"/usercount"
  3137.     ,"Total:%d Maple:%d Story:%d"
  3138.     ,"The game ended in a tie, so an additional 2 minutes is rewarded for overtime."
  3139.     ,"If the game ends in a tie after 2 minutes, both teams will be deemed losers and the prizes will not be awarded."
  3140.     ,"The game between Team Maple and Team Story have resulted in a tie."
  3141.     ," Team Maple WINS!"
  3142.     ," Team Story WINS!"
  3143.     ," %d people have been eliminated from the Speed OX Quiz."
  3144.     ,"The game of SnowBall has ended, and you'll be transported to a different map. Please wait."
  3145.     ,"http://maplestoryt.nexon.net"
  3146.     ,"Sound/Reactor.img/%s/%s"
  3147.     ,"AngerGaugeAnimation"
  3148.     ,"AngerGaugeEffect"
  3149.     ,"Reactor/%s.img"
  3150.     ,"event"
  3151.     ,"Reactor/%07d.img"
  3152.     ,"%d/hit"
  3153.     ,"event/%d/hit"
  3154.     ,"'s"
  3155.     ,"Specially made by"
  3156.     ,"pickupAll"
  3157.     ,"pickupItem"
  3158.     ,"pickupMeso"
  3159.     ,"pickupOthers"
  3160.     ,"consumeHP"
  3161.     ,"consumeMP"
  3162.     ,"sweepForDrop"
  3163.     ,"dropSweep"
  3164.     ,"longRange"
  3165.     ,"ignorePickup"
  3166.     ,"autoBuff"
  3167.     ,"multiPet"
  3168.     ,"white"
  3169.     ,"black"
  3170.     ,"hide"
  3171.     ,"show"
  3172.     ,"clear"
  3173.     ,"add"
  3174.     ,"buffItemID"
  3175.     ,"UI/Basic.img/BtOK3"
  3176.     ,"UI/Basic.img/BtCancel3"
  3177.     ,"UI/Basic.img/BtBuddy"
  3178.     ,"UI/Basic.img/BtGuild"
  3179.     ,"UI/CashShop.img/CSNotice/2/backgrnd"
  3180.     ,"UI/CashShop.img/CSNotice/3/backgrnd"
  3181.     ,"UI/CashShop.img/CSNotice/5/backgrnd"
  3182.     ,"UI/CashShop.img/CSWebMsg/backgrnd"
  3183.     ,"UI/CashShop.img/CSWebMsg/backgrnd1"
  3184.     ,"Please enter the name of \r\nthe receiving character."
  3185.     ,"You cannot send gifts to yourself."
  3186.     ,"The message can be no longer than 72 characters long."
  3187.     ,"Please enter the message."
  3188.     ,"sent you a present."
  3189.     ,"You have successfully made the purchase at the Web Shop."
  3190.     ,"has sent your this gift through the Web Shop."
  3191.     ,"Please enter a message."
  3192.     ,"Original Price : %d Cash"
  3193.     ,"Discount Price :"
  3194.     ,"UI/CashShop.img/CSEffect/effect/0"
  3195.     ,"UI/CashShop.img/CSEffect/effect/1"
  3196.     ,"UI/CashShop.img/CSEffect/%s"
  3197.     ,"Class"
  3198.     ,"Limit"
  3199.     ,"PbCash"
  3200.     ,"PbPoint"
  3201.     ,"PbGift"
  3202.     ,"new"
  3203.     ,"sale"
  3204.     ,"UI/CashShop.img/Base/Tab/Enable"
  3205.     ,"UI/CashShop.img/Base/Tab/Disable"
  3206.     ,"UI/CashShopPreview.img"
  3207.     ,"UI/CashShop.img/Base/Preview/%d"
  3208.     ,"UI/CashShop.img/Base/PreviewOnOff/On"
  3209.     ,"UI/CashShop.img/Base/PreviewOnOff/Off"
  3210.     ,"ExecPath"
  3211.     ,"\\MapleStory.exe"
  3212.     ,"\\MapleStoryT.exe"
  3213.     ,"Available until %d/%d/%04d at %02d:%02d"
  3214.     ,"Item/Cash/0501.img/%08d/effect"
  3215.     ,"Hello, I am the GM of Maple Story."
  3216.     ,"We are monitoring for macro-assisted programs. Please stop hunting and follow the instructions provided by the GM."
  3217.     ,"Should you fail to comply with instructions provided by the GM, you will be regarded as a macro-assisted program user."
  3218.     ,"You have been sanctioned as a macro-assisted program user."
  3219.     ,"For more information, please contact our Customer Support Center at 1588-7701."
  3220.     ,"Have a pleasant day in the world of Maple Story."
  3221.     ,"UI/UIWindow.img/Macro/backgrnd"
  3222.     ,"UI/UIWindow.img/Macro/backgrnd2"
  3223.     ,"UI/UIWindow.img/Macro/backgrnd3"
  3224.     ,"UI/UIWindow.img/Macro/backgrnd4"
  3225.     ,"UI/UIWindow.img/Macro/num1/%d"
  3226.     ,"UI/UIWindow.img/Macro/num1/comma"
  3227.     ,"UI/UIWindow.img/Macro/num2/%s"
  3228.     ,"UI/UIWindow.img/Macro/admin/0"
  3229.     ,"UI/UIWindow.img/Macro/admin/1"
  3230.     ,"UI/UIWindow.img/Macro/admin/2"
  3231.     ,"UI/UIWindow.img/MacroSkill/backgrnd2"
  3232.     ,"UI/UIWindow.img/MacroSkill/backgrnd3"
  3233.     ,"The user cannot be found."
  3234.     ,"You cannot use it on a user that isn't in the middle of attack."
  3235.     ,"This user has already been tested before."
  3236.     ,"This user is currently going through the Lie Detector Test."
  3237.     ,"Thank you for cooperating with the Lie Detector Test. You'll be rewarded 5000 mesos for not botting."
  3238.     ,"The Lie Detector Test confirms that you have been botting. Repeated failure of the test will result in game restrictions."
  3239.     ,"Character/Afterimage/hit.img/anniversary2"
  3240.     ,"%s, I am the GM of Maple Story. We will now begin monitoring for a macro-assisted program. Please stop hunting and follow the instructions. Should you evade or fail to respond, you will be regarded as a macro-assisted program user and be sanctioned accordingly."
  3241.     ,"I am the GM of Maple Story. %s, GM monitoring is about to begin. Please check the message above."
  3242.     ,"%s have used the Lie Detector Test."
  3243.     ,"%s_The screenshot has been saved. You have been notified of macro-assisted program monitoring."
  3244.     ,"%s_The screenshot has been saved. The Lie Detector has been activated."
  3245.     ,"%s_You have passed the Lie Detector Test."
  3246.     ,"%s_The screenshot has been saved. It appears that you may be using a macro-assisted program."
  3247.     ,"You cannot use it in the middle of the Lie Detector Test."
  3248.     ,"You may not use the Lie Detector on this area."
  3249.     ,"UI/CashShop.img/Base/Tab2/Enable"
  3250.     ,"UI/CashShop.img/Base/Tab2/Disable"
  3251.     ,"Your level is too low to use the selected item."
  3252.     ,"Your level is too high to use the selected item."
  3253.     ,"The user has failed the Lie Detector Test. You'll be rewarded 7000 mesos from the user."
  3254.     ,"You have succesfully passed the Lie Detector Test. Thank you for participating!"
  3255.     ,"You will be sanctioned for using a macro-assisted program."
  3256.     ,"You cannot use the Mystic Door Skill near the portal."
  3257.     ,"UI/Login.img/WorldNotice/BalloonForLoginProcess"
  3258.     ,"UI/Login.img/WorldNotice/Balloon"
  3259.     ,"UI/Login.img/WorldNotice"
  3260.     ,"only"
  3261.     ,"tradeBlock"
  3262.     ,"scanTradeBlock"
  3263.     ,"tradeAvailable"
  3264.     ,"notSale"
  3265.     ,"UI/UIWindow.img/QuestIcon/%d"
  3266.     ,"\r\n\r\n#fUI/UIWindow.img/UtilDlgEx/list1#\r\n"
  3267.     ,"\r\n\r\n#fUI/UIWindow.img/UtilDlgEx/list0#\r\n"
  3268.     ,"\r\n\r\n#fUI/UIWindow.img/UtilDlgEx/list3#\r\n"
  3269.     ,"\r\n\r\n#fUI/UIWindow.img/UtilDlgEx/list2#\r\n"
  3270.     ,"#d#L%d# %s#l#k\r\n"
  3271.     ,"Etc/ScriptInfo.img"
  3272.     ,"d%d"
  3273.     ,"Quest/Act.img/%d/%d"
  3274.     ,"Quest/Act.img/%d/%d/item"
  3275.     ,"Quest/Act.img/%d/%d/skill"
  3276.     ,"job"
  3277.     ,"\r\n#b#L%d# #i%07d# %s %d개#l"
  3278.     ,"\r\n\r\n#fUI/UIWindow.img/QuestIcon/3/0#\r\n"
  3279.     ,"#L%d##v%d:# #t%d:# %d#l\r\n"
  3280.     ,"\r\n\r\n#fUI/UIWindow.img/QuestIcon/4/0#\r\n"
  3281.     ,"#v%d:# #t%d:# %d\r\n"
  3282.     ,"#s%07d:# #q%07d:# \r\n"
  3283.     ,"#fUI/UIWindow.img/QuestIcon/7/0# %d Meso\\r\n"
  3284.     ,"#fUI/UIWindow.img/QuestIcon/8/0# %d exp\r\n"
  3285.     ,"#fUI/UIWindow.img/QuestIcon/6/0# %d\r\n"
  3286.     ,"#FUI/UIWindow.img/QuestIcon/5/0#\r\n"
  3287.     ,"Quest/Say.img"
  3288.     ,"Quest/Act.img/%d/1"
  3289.     ,"ask"
  3290.     ,"stop"
  3291.     ,"order"
  3292.     ,"item"
  3293.     ,"Quest/Say.img/%d/1/lost"
  3294.     ,"Quest/Say.img/%d/1/stop/%s"
  3295.     ,"Quest/Check.img"
  3296.     ,"endmeso"
  3297.     ,"lvmin"
  3298.     ,"lvmax"
  3299.     ,"worldmin"
  3300.     ,"worldmax"
  3301.     ,"pop"
  3302.     ,"state"
  3303.     ,"Quest/Act.img"
  3304.     ,"period"
  3305.     ,"gender"
  3306.     ,"var"
  3307.     ,"Quest/QuestInfo.img"
  3308.     ,"UI/UIWindow.img/UtilDlgEx/BtQYes"
  3309.     ,"UI/UIWindow.img/UtilDlgEx/BtQGiveup"
  3310.     ,"UI/UIWindow.img/UtilDlgEx/list%d"
  3311.     ,"parent"
  3312.     ,"No limit"
  3313.     ,"Over Level %d"
  3314.     ,"%s Under Level %d"
  3315.     ,"Available to all"
  3316.     ,"All users except beginners."
  3317.     ,"Avaliable to all except %s"
  3318.     ,"%dth job advancement"
  3319.     ,"1st job advancement"
  3320.     ,"2nd job advancement"
  3321.     ,"3rd job advancement"
  3322.     ,"4th job advancement"
  3323.     ,"At least at %dth job advancement"
  3324.     ,"At least at 1st job advancement"
  3325.     ,"At least at 2nd job advancement"
  3326.     ,"At least at 3rd job advancement"
  3327.     ,"At least at 4th job advancement"
  3328.     ,"Ended at %d/%d/%d at %02d:00"
  3329.     ,"BtQYes"
  3330.     ,"BtQNo"
  3331.     ,"Quest/Say.img/%d/%d/yes"
  3332.     ,"The quest has ended\r\ndue to an unknown error."
  3333.     ,"Are you sure you want to quit?"
  3334.     ,"%s item inventory is full."
  3335.     ," or"
  3336.     ,"money"
  3337.     ,"nextQuest"
  3338.     ,"Master"
  3339.     ,"Jr.Master"
  3340.     ,"Member"
  3341.     ,"%-12s   %-11s   %3d   %-10s"
  3342.     ,"%-12s   %-11s   %3s   %-10s"
  3343.     ,"%dhrs."
  3344.     ,"""    %dmin."""
  3345.     ,"You have %s%s remaining on this Internet Cafe"
  3346.     ,"You have %s%s remaining on this Internet Cafe (Current # of users :%d) The game will end after the time expires."
  3347.     ,"notAttack"
  3348.     ,"UI/UIWindow.img/UtilDlgEx/notice"
  3349.     ,"This is the NX coupon number.\r\nRegister your coupon at www.nexon.net."
  3350.     ,"This coupon is only available to the users buying cash item for the first time."
  3351.     ,"Now I am asking other guild members for the agreement of forming a guild~  Please hold on~..."
  3352.     ,"Somebody has disagreed to form a guild...  Please come back to me when you meet with the right people...  You can only make a guild after getting agreement from all..."
  3353.     ,"The name is already in use... Please try other ones...."
  3354.     ,"Congratulation~  %s guild has been registered to our guild office...  I wish the best luck for you guys~"
  3355.     ,"The guild has been disbanded..  Please come back to me when you want to make a guild, again.."
  3356.     ,"Congratulation~  The number of guld members has now increased to %d ...  Please come back to me whenever you need to.."
  3357.     ,"The problem has happened during the process of gathering agreement of forming the guild... Plese try again later..."
  3358.     ,"The problem has happened during the process of forming the guild... Plese try again later..."
  3359.     ,"The problem has happened during the process of disbanding the guild... Plese try again later..."
  3360.     ,"The problem has happened during the process of increasing the guild... Plese try again later..."
  3361.     ,"The item already has a printed name on it.."
  3362.     ,"Woulid like to print your name on %s?"
  3363.     ,"UI/UIWindow.img/MobGage/backgrnd"
  3364.     ,"UI/UIWindow.img/MobGage/backgrnd2"
  3365.     ,"UI/UIWindow.img/MobGage/backgrnd3"
  3366.     ,"UI/UIWindow.img/MobGage/backgrnd4"
  3367.     ,"UI/UIWindow.img/MobGage/Mob/%d"
  3368.     ,"UI/UIWindow.img/MobGage/Gage/%d/0"
  3369.     ,"UI/UIWindow.img/MobGage/Gage/%d/1"
  3370.     ,"[%s]'s position has been changed to [%s]."
  3371.     ,"It is saved."
  3372.     ,"UI/UIWindow.img/UserList/Guild/GuildGrade"
  3373.     ,"UI/UIWindow.img/UserList/Guild/GuildEdit"
  3374.     ,"Please put a position,\r\n which you want to change to."
  3375.     ,"You cannot delete this position, because\r\nthere is a lower rank than this position."
  3376.     ,"You cannot delete this position,\r\nbecause there are still members\r\nwho are in this position."
  3377.     ,"Would like to save the change?"
  3378.     ,"UI/UIWindow.img/UserList/Guild/GuildEdit/BtModf"
  3379.     ,"UI/UIWindow.img/UserList/Guild/GuildEdit/BtSave"
  3380.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/guildinfo5"
  3381.     ,"Sound/CashEffect.img/%08d/Hit"
  3382.     ,"swim"
  3383.     ,"flow"
  3384.     ,"fatigue"
  3385.     ,"Effect/MapEff.img/%s"
  3386.     ,"UI/UIWindow.img/UserList/Guild/MakeMark/BtAgree"
  3387.     ,"UI/UIWindow.img/UserList/Guild/MakeMark/BtDisagree"
  3388.     ,"UI/UIWindow.img/UserList/Guild/MakeMark/BtLeft"
  3389.     ,"UI/UIWindow.img/UserList/Guild/MakeMark/BtRight"
  3390.     ,"      Animal"
  3391.     ,"      Plant"
  3392.     ,"      Pattern"
  3393.     ,"      Character"
  3394.     ,"      ETC"
  3395.     ,"UI/UIWindow.img/UserList/Guild/MakeMark/backgrnd"
  3396.     ,"UI/UIWindow.img/UserList/Guild/MakeMark/message0"
  3397.     ,"UI/UIWindow.img/UserList/Guild/MakeMark/message1"
  3398.     ,"UI/UIWindow.img/UserList/Guild/MakeMark/message2"
  3399.     ,"UI/UIWindow.img/UserList/Guild/MakeMark/message3"
  3400.     ,"UI/UIWindow.img/UserList/Guild/MakeMark/message4"
  3401.     ,"UI/UIWindow.img/UserList/Guild/MakeMark/inner"
  3402.     ,"UI/GuildMark.img/"
  3403.     ,"BackGround"
  3404.     ,"Mark/Animal"
  3405.     ,"Mark/Plant"
  3406.     ,"Mark/Pattern"
  3407.     ,"Mark/Letter"
  3408.     ,"Mark/Etc"
  3409.     ,"Animal"
  3410.     ,"Pattern"
  3411.     ,"Letter"
  3412.     ,"UI/GuildMark.img/Mark/%s/%08d/%d"
  3413.     ,"UI/GuildMark.img/BackGround/%08d/%d"
  3414.     ,"Would you like to save it as a guild emblem?"
  3415.     ,"It is completed."
  3416.     ,"UI/UIWindow.img/UserList/Friend/BtWhere"
  3417.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/BtWhere"
  3418.     ,"You cannot move that channel. Please try again later."
  3419.     ,"You cannot go into the cash shop. Please try again later."
  3420.     ,"The Cash Shop is not available in the Trial Version."
  3421.     ,"Download the Full Client to customize your character!"
  3422.     ,"[%s] quest has been expired. The quest has been deleted from the quest list."
  3423.     ,"* Guild Notice"
  3424.     ,"* Guild Notice : %s"
  3425.     ,"Please enter the Guild Notice."
  3426.     ,"GameGuard: Error Initializing (%d)\r\n\r\n"
  3427.     ,"GameGuard is already running. Please reboot and try again."
  3428.     ,"The client has executed multiple times, or GameGuard is already open. Please close the game, and restart the client."
  3429.     ,"An error occured while resetting GameGuard. Please try rebooting the system before restarting the client, or close all programs that may potentially collide with the client before restarting. We also recommend running virus/spyware checks for your system."
  3430.     ,"A GameGuard file is corrupt or missing. We recommend executing the GameGuard setup file for solution."
  3431.     ,"A Windows system file is corrupt. We recommend virus check to your system, as well as upgrading/reinstalling Internet Explorer for solution."
  3432.     ,"An error occured while executing GameGuard. Please re-install the GameGuard setup file, then restart the client."
  3433.     ,"A hacking program has been detected. Please close all unnecessary programs before re-opening the game. For further assistance, please  find the *.erl files that are located in the GameGuard Folder of the MapleStory folder, and email them to game@inca.co.kr as attachments."
  3434.     ,"You have pressed Cancel during the update. If the cancellation is due to a lack of connection, then check the network connection, the firewall settings, or simply try again."
  3435.     ,"The collision has been detected between the program installed on your computer and Gameguard."
  3436.     ,"Unable to connect to the GameGuard update server. Please try reconnecting later, or check the network connection."
  3437.     ,"An error occured during the update. Please try temporarily disabling the Virus Vaccine and restart the client, or change the system option, if you're using the PC-maintenance program."
  3438.     ,"An error occured while loading Virus / Hacking Tool search. This may occur due to lack of memory or virus infection."
  3439.     ,"An error occurred while processing GameGuard. For further assistance, please  find the *.erl files that are located in the GameGuard Folder of the MapleStory folder, and email them to game@inca.co.kr as attachments."
  3440.     ,"A hacking program has been detected. If you feel that this error is a mistake, please  find the *.erl files that are located in the GameGuard Folder of the MapleStory folder, and email them to game@inca.co.kr as attachments."
  3441.     ,"has received a gift."
  3442.     ,"'s fame has gone up +1."
  3443.     ,"UI/UIWindow.img/Claim/backgrnd"
  3444.     ,"UI/UIWindow.img/Claim/notice"
  3445.     ,"UI/UIWindow.img/Claim/BtClaim"
  3446.     ,"UI/UIWindow.img/Claim/BtCancel"
  3447.     ,"UI/UIWindow.img/Claim/BtCClaim"
  3448.     ,"UI/UIWindow.img/Claim/BtPClaim"
  3449.     ,"Curse/Inappropriate Content"
  3450.     ,"Fraud"
  3451.     ,"Cash Trade"
  3452.     ,"Impersonating GM"
  3453.     ,"Exposing Personal Info"
  3454.     ,"Report Use of Illegal Programs"
  3455.     ,"You have successfully registered."
  3456.     ,"Your report has been successfully registered.\r\nYou have %d reports left this week."
  3457.     ,"Your report has been successfully registered.\r\nYou have no report left this week."
  3458.     ,"The report has been successfully made.\r\nYou may not report for the rest of the day."
  3459.     ,"You have been reported by a user."
  3460.     ,"The reporting system is currently undergoing maintenence check."
  3461.     ,"Please re-check the character name, then try again."
  3462.     ,"You do not have enough mesos to report."
  3463.     ,"Unable to connect to the server."
  3464.     ,"You have exceeded\r\nthe number of reports available."
  3465.     ,"There's no character can be reported in this map."
  3466.     ,"We are currently on the testing period,\n\nwhich means the service may conclude without notice."
  3467.     ,"Your chatting will be enabled after %04d/%d/%d."
  3468.     ,"Please enter the reason for reporting."
  3469.     ,"You may only report from %d to %d."
  3470.     ,"This character is unable to report others."
  3471.     ,"Unable to report due to\n\npreviously being cited for a false report."
  3472.     ,"Please select."
  3473.     ,"Please select the character you'd like to report."
  3474.     ,"Etc/ChatBlockReason.img"
  3475.     ,"haha"
  3476.     ,"hoho"
  3477.     ,"hehe"
  3478.     ,"harhar"
  3479.     ,"wahaha"
  3480.     ,"sob"
  3481.     ,"tears"
  3482.     ,"sniff"
  3483.     ,"PetConsumeItemID"
  3484.     ,"PetConsumeHPItemID"
  3485.     ,"PetConsumeMPItemID"
  3486.     ,"chase"
  3487.     ,"%s Team's snowball has passed the %d stage."
  3488.     ,"%s Team is attacking the snowman, stopping the progress of %s Team's snowball."
  3489.     ,"%s Team's snowball is moving again."
  3490.     ,"Sealed items cannot be\r\nsold, traded, or dropped."
  3491.     ,"This item cannot be sealed."
  3492.     ,"Please select the item you'd like to seal."
  3493.     ,"This item cannot be used\r\nonce it is sealed."
  3494.     ,"%s\r\nWould you like to seal this item?"
  3495.     ,"UI/UIWindow.img/ItemProtector/backgrnd"
  3496.     ,"UI/UIWindow.img/ItemProtector/BtOk"
  3497.     ,"UI/UIWindow.img/ItemProtector/BtCancel"
  3498.     ,"UI/UIWindow.img/ItemProtector/Icon/0"
  3499.     ,"This item cannot be incubated."
  3500.     ,"Please select the item you'd like to incubate"
  3501.     ,"You must have 1 empty slot in your Equip window, 3 in your Use window, \r\n1 in your Etc window, and 1 in your Set-up window.\r\nWould you like to incubate the Pigmy Egg?"
  3502.     ,"UI/UIWindow.img/Incubator/backgrnd"
  3503.     ,"UI/UIWindow.img/Incubator/BtOk"
  3504.     ,"UI/UIWindow.img/Incubator/BtCancel"
  3505.     ,"Your inventory is full.\r\nPlease try again later."
  3506.     ,"An item is found inside the Pigmy Egg."
  3507.     ,"You are lacking the HP Potion that your pet is supposed to use."
  3508.     ,"You are lacking the MP Potion that your pet is supposed to use."
  3509.     ,"Your pet will consume the Potion once when your HP goes below HP alert setting."
  3510.     ,"Your pet will consume the Potion once when your MP goes below MP alert setting."
  3511.     ,"This skill has already been assigned."
  3512.     ,"This skill cannot be assigned."
  3513.     ,"You must break the seal first."
  3514.     ,"To complete the quest, you'll need to unseal the quest item."
  3515.     ,"Effect/BasicEff.img/Enchant/Success"
  3516.     ,"Effect/BasicEff.img/Enchant/Failure"
  3517.     ,"Purchase successful.\r\n%d You have received MaplePoints."
  3518.     ,"You have given '%s' \r\n %d [%s] as a gift.\r\n%d You have received MaplePoints."
  3519.     ,"Item/Special/MaplePoint.img/%d/icon"
  3520.     ,"%d Point"
  3521.     ,"Unable to retrieve it due to the equipment\r\n currently being worn by the character."
  3522.     ,"You may not possess more than \r\none of this item."
  3523.     ,"UI/UIWindow.img/Book/BtPrev"
  3524.     ,"UI/UIWindow.img/Book/BtNext"
  3525.     ,"UI/UIWindow.img/Book/BtClose"
  3526.     ,"employee"
  3527.     ,"Hired Merchant"
  3528.     ,"Item/Cash/0503.img"
  3529.     ,"Item/Cash/0503.img/%08d"
  3530.     ,"Item/Cash/0503.img/%08d/employee"
  3531.     ,"Item/Cash/0503.img/%08d/effect"
  3532.     ,"050300%02d/skin"
  3533.     ,"050300%02d/effect"
  3534.     ,"signboard"
  3535.     ,"soldInfrom"
  3536.     ,"%s's Hired Merchant"
  3537.     ,"stand/0"
  3538.     ,"%s's Hired Merchant : %s"
  3539.     ,"It is past the working hours,\r\nso the store will close."
  3540.     ,"Your shop was closed at the discretion of a GM. Please see Fred to recover your items."
  3541.     ,"Unable to use this due to the Remote Shop not being open."
  3542.     ,"If there's no slot available for the item at\r\nthe inventory, the item can only be retrieved\r\nthrough Fredrick, the Store Bank NPC.\r\nWill you close the store?"
  3543.     ,"You can't sell items while managing the store.\r\nWould you like to start managing the store?"
  3544.     ,"The owner of the store is currently\r\nundergoing store maintenance.\r\nPlease try again in a bit."
  3545.     ,"The use of the Remote Control stopped\r\ndue to moving to another map. Please use it later."
  3546.     ,"Store Closed / %02d : %02d"
  3547.     ,"Your store is currently open\r\nin Channel %s, Free Market %d.\r\nPlease use this after closing the store."
  3548.     ,"The store is open at Channel %s.\r\nWould you like to change to that channel?"
  3549.     ,"Another character is currently using the item.\r\nPlease log on as a different character and close\r\nthe store, or empty out the Store Bank."
  3550.     ,"You are currently unable to open the store."
  3551.     ,"You may not open the store near a portal."
  3552.     ,"Please use this after retrieving items\r\n from Fredrick of Free Market."
  3553.     ,"The sold items are crossed off the list, and\r\nthe sales fee will be retrieved."
  3554.     ,"Both the items and mesos\r\nare successfully retrieved."
  3555.     ,"Unable to retrieve the items and mesos due to the store having too much money.\r\nPlease go see Fredrick at the Free Market entrance."
  3556.     ,"Unable to retrieve the items because one of the items ___________, but the Mesos were retrieved.\r\nPlease go see Fredrick at the Free Market entrance."
  3557.     ,"Unable to retrieve the items due to full inventory, but the Mesos were retrieved.\r\nthe item could not be retrieved.\r\nPlease go see Fredrick at the Free Market entrance."
  3558.     ,"Unable to retrieve the items for unknown reasons, but the Mesos were retrieved.\r\nPlease go see Fredrick at the Free Market entrance."
  3559.     ,"You may only sell one of this item."
  3560.     ,"You may only possess one of this item."
  3561.     ,"""    Will you change the name of \r\n%s?"""
  3562.     ,"I LOVE MAPLESTORY!"
  3563.     ,"I don't think you have any items or money to retrieve here.\r\nThis is where you retrieve the items and mesos that you couldn't get from your Hired Merchant. You'll also need to see me as the character that opened the Personal Store."
  3564.     ,"Your Personal Store is open #bin Channel %s, Free Market %d#k.\r\nIf you need me, then please close your personal store first before seeing me."
  3565.     ,"This is currently unavailable.\r\nPlease try again later"
  3566.     ,"These were here for %d days, so the storing\r\nfee will cost you %d%% of the total price,\r\n%d mesos.\r\nAre you sure you want to retrieve them?"
  3567.     ,"Are you sure you want to retrieve them?"
  3568.     ,"You have retrieved your items and mesos."
  3569.     ,"Unable to retrieve mesos and items due to\r\ntoo much money stored\r\nat the Store Bank."
  3570.     ,"Unable to retrieve mesos and items due to\r\none of the items\r\nthat can only be possessed one at a time."
  3571.     ,"Due to the lack of service fee, you were unable to \r\nretrieve mesos or items."
  3572.     ,"Unable to retrieve mesos and items\r\ndue to full inventory."
  3573.     ,"Please retrieve your items from Fredrick."
  3574.     ,"Hello. I'm Fredrick, the Union Chief of the Hired Merchant Union. The way to use Hired Merchants is really not that different from using a regular store, so you need not worry. There are a few things you'll need to be aware of, however, so please read this contract of agreement VERY carefully before hiring the Merchants.\r\n\r\nHired Merchant Contract\r\n1) According to the points stated below, Hired Merchants disappear after storing your items and mesos at the Store Bank.\r\n  - If the Hired Merchant works at the same spot for more than #r24 Hours#k straight, #rthe Hired Merchant's contract will expire, and the Merchant will disappear.#k\r\n  - #rIf the inventory is full#k, the Hired Merchant will be removed from its post (executes after 1st warning)\r\n2) After Hired Merchant disappears, you'll need to see #rFredrick#k, who's at the Free Market Entrance, and retrieve your items and mesos.\r\n3) You will not be able to hire Merchants until you have retrieved all of your mesos and items.\r\n4) A 1% storing fee of the total sales and original price of the item will be charged daily to the user storing the mesos and items at the Store Bank past #r24 hours#k.\r\n5) Once the storing fee exceeds 100%, the mesos and items stored will be donated to the Free Market Fund.\r\n6) GM's hold the right to change the name of the store without notice if it contains vulgar, inappropriate language.\r\n7) Players can have only one Hired Merchant set up at a time."
  3575.     ,"%d %s have been sold at the Remote Store."
  3576.     ,"pettamenessmin"
  3577.     ,"pettamenessmax"
  3578.     ,"tamingmoblevelmin"
  3579.     ,"tamingmoblevelmax"
  3580.     ,"pettameness"
  3581.     ,"petspeed"
  3582.     ,"Unable to complete the quest\r\ndue to a lack of pet.\r\nPlease try again after summoning a pet."
  3583.     ,"Unable to complete the quest\r\nwith the current pet you have summoned.\r\nPlease try again with a pet\r\nthat meets the quest requirement."
  3584.     ,"#fUI/UIWindow.img/QuestIcon/9/0# %d\r\n"
  3585.     ,"You're lacking Level 1 or 2 Skills."
  3586.     ,"You're lacking Level 1 Skills."
  3587.     ,"You are lacking in either 1st, 2nd, or 3rd level skills."
  3588.     ,"OO"
  3589.     ,"Info"
  3590.     ,"UI/CashShop.img/PicturePlate/BtJoin"
  3591.     ,"UI/CashShop.img/PicturePlate/BtShortcut"
  3592.     ,"UI/CashShop.img/PicturePlate/BtClose"
  3593.     ,"UI/CashShop.img/CSMemberShop/BtAgree"
  3594.     ,"UI/CashShop.img/CSMemberShop/BtDisagree"
  3595.     ,"UI/CashShop.img/CSMemberShop/Article"
  3596.     ,"UI/CashShop.img/CSMemberShop/BtTested"
  3597.     ,"UI/CashShop.img/CSMemberShop/BtOK"
  3598.     ,"UI/CashShop.img/CSMemberShop/BtCancel"
  3599.     ,"UI/CashShop.img/CSMemberShop/backgrnd"
  3600.     ,"UI/CashShop.img/PicturePlate/ShortcutHelp"
  3601.     ,"SKT"
  3602.     ,"KTF"
  3603.     ,"LGT"
  3604.     ,"Please re-check your phone number."
  3605.     ,"Please re-check your SSN."
  3606.     ,"Please re-check the phone company you entered."
  3607.     ,"Please re-check your verification code."
  3608.     ,"DiscountRate"
  3609.     ,"Morph/%04d"
  3610.     ,"TamingMob/%04d"
  3611.     ,"Unavailable while transforming."
  3612.     ,"Unavailable while transforming. Please right-click the icon at the top right corner to cancel the transformation."
  3613.     ,"This skill is available only when your energy is fully charged."
  3614.     ,"This skill is available only during transformation."
  3615.     ,"This skill is available only when you are riding the Battleship."
  3616.     ,"This skill can only be used while riding a Mechanic."
  3617.     ,"This skill can only be used while aura is in use."
  3618.     ,"Cannot be used in your current location."
  3619.     ,"You have earned Guild Points (+%d)"
  3620.     ,"You have lost Guild Points (%d)"
  3621.     ,"bigSize"
  3622.     ,"You have played MapleStory for %d hour(s)."
  3623.     ,"You have played MapleStory for %d hour(s).\r\nWe suggest you take a break from Mapling."
  3624.     ,"There are less than 6 members remaining, so the quest cannot continue. Your Guild Quest will end in 5 seconds."
  3625.     ,"The user that registered has disconnected, so the quest cannot continue. Your Guild Quest will end in 5 seconds."
  3626.     ,"Please go see the Guild Quest NPC at Channel %s immediately to enter."
  3627.     ,"Your guild is up next. Please head to the Guild Quest map at Channel %s and wait."
  3628.     ,"There's currently 1 guild participating in the Guild Quest, and your guild is number %d on the waitlist."
  3629.     ,"Guild Quest"
  3630.     ,"UI/UIWindow.img/UserList/Guild/GuildRank/backgrnd"
  3631.     ,"UI/UIWindow.img/UserList/Guild/GuildRank/BtLeft"
  3632.     ,"UI/UIWindow.img/UserList/Guild/GuildRank/BtRight"
  3633.     ,"UI/UIWindow.img/UserList/Guild/GuildRank/BtOK"
  3634.     ,"UI/UIWindow.img/UserList/Guild/GuildRank/icon0"
  3635.     ,"UI/UIWindow.img/UserList/Guild/GuildRank/IconEff"
  3636.     ,"Guild Quest Waitlist number:%d"
  3637.     ,"You have already applied for this."
  3638.     ,"찜 목록 이벤트 응모는\r\n10개의 아이템을 찜하여\r\n33,333원에 가장 근접한 이를 추첨하여\r\n푸짐한 상품을 드립니다.\r\n찜한 아이템 개수가 모자랍니다.\r\n다시 확인하세요."
  3639.     ,"33,333원에 가장 근접한 이를 추첨하여\r\n푸짐한 상품을 드립니다. 찜 목록 이벤트에\r\n이대로 응모하시겠습니까?\r\n총 가격 : %d 캐시"
  3640.     ,"휴대전화 SMS로 인증번호가 전송되었습니다."
  3641.     ,"멤버샵 가입을 축하 드립니다.\r\n핸드폰으로 전송된 SMS를 통해\r\n멤버샵을 다운로드 받으실 수 있습니다."
  3642.     ,"서버 연결에 실패하였습니다.\r\n잠시 후에 다시 시도해주세요."
  3643.     ,"전화번호를 잘못 입력하셨습니다.\r\n확인 후에 다시 시도해주세요."
  3644.     ,"휴대전화 사용자 정보와\r\n입력하신 정보가 일치하지 않습니다.\r\n확인 후에 다시 시도해주세요."
  3645.     ,"인증 과정중에 오류가 발생하였습니다.\r\n잠시 후에 다시 시도해주세요."
  3646.     ,"이미 멤버샵에 가입하셨습니다."
  3647.     ,"인증 번호를 잘못 입력하셨습니다.\r\n확인 후에 다시 시도해주세요."
  3648.     ,"요청 처리 시간이 초과되었습니다.\r\n잠시 후에 다시 시도해주세요."
  3649.     ,"An unknown error has occured."
  3650.     ,"Pick up item"
  3651.     ,"Take HP Potion"
  3652.     ,"Take MP Potion"
  3653.     ,"Extending the Moving Range"
  3654.     ,"Pick Up Items"
  3655.     ,"Pick Up Uncontested Items"
  3656.     ,"recall pet"
  3657.     ,"Ignore a certain item"
  3658.     ,"Auto buff"
  3659.     ," Please select the pet you'd like to use the scroll on using the left-right button."
  3660.     ,"Will you exit this chat room?"
  3661.     ,"You do not have a pet that can use this skill."
  3662.     ,"\r\n( This skill can only be equipped on a pet\r\nthat has the loot function. )"
  3663.     ,"\r\n( This skill can only be equipped on a pet\r\nthat has the auto-loot function. )"
  3664.     ,"UI/UIWindow.img/TemporaryStatView/%d"
  3665.     ,"UI/Login.img/Notice/BtRestart"
  3666.     ,"UI/Login.img/Notice/BtExit"
  3667.     ,"UI/Login.img/Notice/BtYes1"
  3668.     ,"UI/Login.img/Notice/BtNo1"
  3669.     ,"MapleRestarter.exe"
  3670.     ,"expireOnLogout"
  3671.     ,"follow"
  3672.     ,"Item/Cash/0501.img/%08d/effect/"
  3673.     ,"loose"
  3674.     ,"UI/UIWindow.img/Skill/tip0"
  3675.     ,"UI/UIWindow.img/Skill/tip1"
  3676.     ,"UI/UIWindow.img/Skill/tip2"
  3677.     ,"UI/UIWindow.img/Skill/CoolTime/%d"
  3678.     ,"fixdamage"
  3679.     ,"cooltime"
  3680.     ,"You may not use the skill yet."
  3681.     ,"You may only use this skill with a one-handed weapon equipped."
  3682.     ,"The Item Pick-Up skill for %s the pet has been %s."
  3683.     ,"The Expand Range of Motion skill for pet %s has been %s."
  3684.     ,"The Auto-Pickup Skill for %s the pet has been %s."
  3685.     ,"The Pick up Unallotted Items & Mesos skill for %s the pet has been %s."
  3686.     ,"The HP Recharge Skill for %s the pet has been %s."
  3687.     ,"The MP Recharge Skill for %s the pet has been %s."
  3688.     ,"%s has %s the Ignore Item skill."
  3689.     ,"petskill upgrade recall"
  3690.     ,"petskill upgrade autospeaking"
  3691.     ,"Add"
  3692.     ,"Delete"
  3693.     ,"UI/UIWindow.img/Quest/BtAlert"
  3694.     ,"UI/UIWindow.img/Quest/BtMarkNpc"
  3695.     ,"UI/UIWindow.img/QuestAlarm/backgrndmax"
  3696.     ,"UI/UIWindow.img/QuestAlarm/backgrndmin"
  3697.     ,"UI/UIWindow.img/QuestAlarm/backgrndcenter"
  3698.     ,"UI/UIWindow.img/QuestAlarm/backgrndbottom"
  3699.     ,"Maple Island"
  3700.     ,"Victoria Island"
  3701.     ,"Ossyria"
  3702.     ,"4th Job Advancement"
  3703.     ,"Quest Helper (%d/5)"
  3704.     ,"UI/Basic.img/BtClose2"
  3705.     ,"UI/UIWindow.img/itemSearch/categoryback"
  3706.     ,"UI/UIWindow.img/itemSearch/backgrnd"
  3707.     ,"UI/UIWindow.img/itemSearch/searchback"
  3708.     ,"UI/UIWindow.img/itemSearch/resultback"
  3709.     ,"UI/UIWindow.img/itemSearch/BtRight/normal/0"
  3710.     ,"UI/UIWindow.img/itemSearch/backgrnd2"
  3711.     ,"[%s]\r\nWould you like to register?"
  3712.     ,"Would you like to search for\r\n[%s]?\r\nThe Owl of Minerva will disappear\r\n%s\r\nif there's a search result after pressing OK."
  3713.     ,"Show 200 results in ascending order"
  3714.     ,"Show 200 results in descending order"
  3715.     ,"Search results for"
  3716.     ,"that you entered."
  3717.     ,"Total of"
  3718.     ,"results available."
  3719.     ,"You may not use ""GO"" if the store is either on a different channel or closed."
  3720.     ,"Unable to find the item\r\nyou have entered."
  3721.     ,"Store Closed"
  3722.     ,"Can't Go"
  3723.     ,"This store is open at Room %d on Channel %s."
  3724.     ,"This can only be used inside the Free Market."
  3725.     ,"Not available in the Free Market."
  3726.     ,"UI/UIWindow.img/itemSearch/BtGo"
  3727.     ,"UI/UIWindow.img/itemSearch/BtSearch"
  3728.     ,"UI/UIWindow.img/itemSearch/BtOK"
  3729.     ,"UI/UIWindow.img/itemSearch/BtLink"
  3730.     ,"UI/UIWindow.img/itemSearch/BtInfo"
  3731.     ,"UI/UIWindow.img/itemSearch/BtRegist"
  3732.     ,"UI/UIWindow.img/itemSearch/BtSearch2"
  3733.     ,"# Item Per Bundle"
  3734.     ,"Price Per Bundle"
  3735.     ,"Total # Sold"
  3736.     ,"UI/UIWindow.img/itemSearch/icon0"
  3737.     ,"Effect/MapEff.img/Viewrange/1"
  3738.     ,"Effect/MapEff.img/Viewrange/3"
  3739.     ,"pickUpBlock"
  3740.     ,"UI/UIWindow.img/RpsGame/backgrnd"
  3741.     ,"UI/UIWindow.img/RpsGame/BtStart"
  3742.     ,"UI/UIWindow.img/RpsGame/BtContinue"
  3743.     ,"UI/UIWindow.img/RpsGame/BtRetry"
  3744.     ,"UI/UIWindow.img/RpsGame/BtExit"
  3745.     ,"UI/UIWindow.img/RpsGame/BtRock"
  3746.     ,"UI/UIWindow.img/RpsGame/BtPaper"
  3747.     ,"UI/UIWindow.img/RpsGame/BtScissor"
  3748.     ,"UI/UIWindow.img/RpsGame/draw"
  3749.     ,"UI/UIWindow.img/RpsGame/win"
  3750.     ,"UI/UIWindow.img/RpsGame/lose"
  3751.     ,"UI/UIWindow.img/RpsGame/timeover"
  3752.     ,"UI/UIWindow.img/RpsGame/Frock"
  3753.     ,"UI/UIWindow.img/RpsGame/Fpaper"
  3754.     ,"UI/UIWindow.img/RpsGame/Fscissor"
  3755.     ,"UI/UIWindow.img/RpsGame/rock"
  3756.     ,"UI/UIWindow.img/RpsGame/paper"
  3757.     ,"UI/UIWindow.img/RpsGame/scissor"
  3758.     ,"#e#bRock, Paper, Scissors Notice#n#k\r\nThe participation fee for this Rock, Paper, Scissors game is #r1,000 mesos#k.\r\nWinning games will allow you to obtain various Winning Streak Certificates awarded for each consecutive win, but failure to complete the challenge will result in not receiving the Cerficate.\r\nThe received Certificate can be traded with the NPC's Paul, Jean, Martin, and Tony."
  3759.     ,"Press 'Start' to start the game."
  3760.     ,"Please select Rock, Paper, or Scissors in %d seconds."
  3761.     ,"To challenge the %d-game Winning Streak Challenge, press 'Continue'. A failed challenge will result in no reward."
  3762.     ,"Congratulations on conquering the 10-game Winning Streak Challenge!"
  3763.     ,"You have lost the game due to being over the time limit. Press 'Restart' to try again, which will cost you the participation fee of 1,000 mesos."
  3764.     ,"Here's 500 mesos as a consolation prize. Press 'Restart' to try again, which will cost you the participation fee of 1,000 mesos."
  3765.     ,"Press 'Restart' to try again, which will cost you the participation fee of 1,000 mesos."
  3766.     ,"You may only participate in this game with at least one free slot available in the etc. inventory."
  3767.     ,"You do not have enough mesos to pay for the participation fee of 1,000 mesos."
  3768.     ,"You may only play this %d times a day."
  3769.     ,"#kSummer Event\r#b1:00 pm ~ 7:00 pm\r#rEXP x%d, Drop Rate x%d"
  3770.     ,"Catch/Success"
  3771.     ,"Catch/Fail"
  3772.     ,"Effect/BasicEff.img/Assassination/effect"
  3773.     ,"criticalDamage"
  3774.     ,"Skill/%03d.img/skill/%07d/keydown"
  3775.     ,"keydown"
  3776.     ,"From %2d/%2d/%4d   (mm/dd/yyyy)"
  3777.     ,"to %2d/%2d/%4d     (mm/dd/yyyy)"
  3778.     ,"[Mon]"
  3779.     ,"[Tues]"
  3780.     ,"[Wed]"
  3781.     ,"[Thur]"
  3782.     ,"[Fri]"
  3783.     ,"[Sat]"
  3784.     ,"[Sun]"
  3785.     ," only"
  3786.     ,"from %2d:00 am to"
  3787.     ,"from %2d:00 pm to"
  3788.     ,"%2d am"
  3789.     ,"%2d pm"
  3790.     ,"This item has limited availability."
  3791.     ,"There are currently %d left."
  3792.     ,"This item will be on sale only for this limited time."
  3793.     ,"Hurry!!!"
  3794.     ,"[ Limited Sale Guide ]"
  3795.     ,"Loop"
  3796.     ,"invisible"
  3797.     ,"String/ToolTipHelp.img/Mapobject/%d"
  3798.     ,"ToolTip"
  3799.     ,"Effect/ItemEff.img/1112001/0"
  3800.     ,"Effect/ItemEff.img/1112001/1"
  3801.     ,"SID_MARRIAGE_DIVORCE_ERROR_NOMONEY"
  3802.     ,"UI/UIWindow.img/Wedding/Invitation/Vegas"
  3803.     ,"UI/UIWindow.img/Wedding/Invitation/Cathedral"
  3804.     ,"Please enter the text."
  3805.     ,"Are you sure you want to delete the post?"
  3806.     ,"Please delete the current notice\r\nand then try again."
  3807.     ,"UI/GuildBBS.img/GuildBBS/BtQuit"
  3808.     ,"UI/GuildBBS.img/GuildBBS/Emoticon/Basic/0"
  3809.     ,"UI/GuildBBS.img/GuildBBS/Emoticon/Basic/1"
  3810.     ,"UI/GuildBBS.img/GuildBBS/Emoticon/Basic/2"
  3811.     ,"UI/GuildBBS.img/GuildBBS/Emoticon/Select"
  3812.     ,"UI/GuildBBS.img/GuildBBS/BtNotice"
  3813.     ,"UI/GuildBBS.img/GuildBBS/BtWrite"
  3814.     ,"UI/GuildBBS.img/GuildBBS/BtRetouch"
  3815.     ,"UI/GuildBBS.img/GuildBBS/BtDelete"
  3816.     ,"UI/GuildBBS.img/GuildBBS/BtReply"
  3817.     ,"UI/GuildBBS.img/GuildBBS/BtReplyDelete"
  3818.     ,"UI/GuildBBS.img/GuildBBS/backgrnd2"
  3819.     ,"UI/GuildBBS.img/GuildBBS/BtRegister"
  3820.     ,"UI/GuildBBS.img/GuildBBS/BtCancel"
  3821.     ,"UI/GuildBBS.img/GuildBBS/MoveEmoticon/BtLeft"
  3822.     ,"UI/GuildBBS.img/GuildBBS/MoveEmoticon/BtRight"
  3823.     ,"UI/GuildBBS.img/GuildBBS/backgrnd3"
  3824.     ,"UI/UIWindow.img/UserList/Guild/GuildInfo/BtGuildBBS"
  3825.     ,"UI/GuildBBS.img/GuildBBS/backgrnd"
  3826.     ,"This message had been deleted by another user.\r\nPlease check again."
  3827.     ,"UI/GuildBBS.img/GuildBBS/Emoticon/Cash/%d"
  3828.     ,"This megaphone is only available for \r\ncharacters that are over Level 10."
  3829.     ,"Hired Merchant's Shop is only available for \r\ncharacters that are over Level 15."
  3830.     ,"Gachapon is only available for \r\ncharacters that are over Level 15."
  3831.     ,"This teleport rock is only available for \r\ncharacters that are over level 6."
  3832.     ,"This item can only be used 15 days \r\nafter the account's registration."
  3833.     ,"Effect/ItemEff.img/1112800/0"
  3834.     ,"Effect/ItemEff.img/1112800/1"
  3835.     ,"Effect/ItemEff.img/1112801/0"
  3836.     ,"Effect/ItemEff.img/1112801/1"
  3837.     ,"Effect/ItemEff.img/1112802/0"
  3838.     ,"Effect/ItemEff.img/1112802/1"
  3839.     ,"억"
  3840.     ,"만"
  3841.     ," %d"
  3842.     ," %d십"
  3843.     ," %d백"
  3844.     ," %d천"
  3845.     ," %d천만"
  3846.     ," ..."
  3847.     ,"0000"
  3848.     ,"Bonus EXP for PARTY (+%d)"
  3849.     ,"Bonus Event Party EXP (+%d) x%d"
  3850.     ,"Bonus EXP for hunting over %d hrs. (+%d)"
  3851.     ,"A bonus EXP %d%% is awarded for every 3rd monster defeated."
  3852.     ,"script"
  3853.     ,"hideTooltip"
  3854.     ,"String/ToolTipHelp.img/PortalTooltip/%d"
  3855.     ,"slang"
  3856.     ,"damagedByMob"
  3857.     ,"dropItemPeriod"
  3858.     ,"Due to your failure to protect the Moon Bunny, you have been transported to the Exile Map."
  3859.     ,"""    You have failed to protect Tylus."""
  3860.     ,"The poor wild boar has died."
  3861.     ,"You have been seduced, which disables you from moving."
  3862.     ,"You will become an Undead and the effects of your Recovery will diminish by 50%."
  3863.     ,"attachfacing"
  3864.     ,"direction"
  3865.     ,"backTile"
  3866.     ,"activateSkillID"
  3867.     ,"activateByTouch"
  3868.     ,"To the crew that have finally conquered Horned Tail after numerous attempts, I salute thee! You are the true heroes of Leafre!!"
  3869.     ,"Oh, the exploration team who has defeated Pink Bean with undying fervor! You are the true victors of time!"
  3870.     ,"Map/Obj/etc.img/timer/backgrndhour"
  3871.     ,"showMessage"
  3872.     ,"The Moon Bunny made rice cake number %d."
  3873.     ,"The Moon Bunny is feeling sick. Please protect it so it can make delicious rice cakes."
  3874.     ,"Tylus is under danger. Please protect him."
  3875.     ,"The Watch Hog is in danger. Please protect it!"
  3876.     ,"Your pet cannot consume this food.\r\nPlease check again."
  3877.     ,"You do not have a pet that can be fed.\r\nPlease check again."
  3878.     ,"keydownend"
  3879.     ,"Skill/%03d.img/skill/%07d/keydownend"
  3880.     ,"delta"
  3881.     ,"Are you sure you want to use %s?"
  3882.     ,"You have used %s."
  3883.     ,"These contact lenses cannot be equipped, because\r\nyou are currently adorning a lens of the same color."
  3884.     ,"This item can only be used with a pet."
  3885.     ,"%s's %s has been successfully enhanced %d times."
  3886.     ,"random"
  3887.     ,"Character/TamingMob"
  3888.     ,"Character/TamingMob/"
  3889.     ,"characterStart"
  3890.     ,"characterEnd"
  3891.     ,"TAMED MONSTER"
  3892.     ,"SADDLE"
  3893.     ,"UI/UIWindow.img/NEquip/backgrnd1"
  3894.     ,"UI/UIWindow.img/NEquip/backgrnd"
  3895.     ,"MONSTER EQUIP."
  3896.     ,"PET EQUIP."
  3897.     ,"PET RING"
  3898.     ,"This skill requires a tamed monster and a saddle."
  3899.     ,"Not available during the ride."
  3900.     ,"Not available while riding on the tamed monster."
  3901.     ,"tamingMob"
  3902.     ,"You cannot ride on this tamed monster."
  3903.     ,"You can ride the tamed cash monster when it is equipped with a Cash Saddle."
  3904.     ,"incFatigue"
  3905.     ,"left"
  3906.     ,"right"
  3907.     ,"top"
  3908.     ,"bottom"
  3909.     ,"create"
  3910.     ,"""    You do not have enough slots in your item inventory."""
  3911.     ,"You do not have enough etc. inventory slots."
  3912.     ,"You have successfully tamed a monster."
  3913.     ,"Unable to find a tamable monster in this area."
  3914.     ,"Item/Consume/0227.img"
  3915.     ,"Item/Consume/0238.img"
  3916.     ,"swordOfHero1"
  3917.     ,"swordOfHero2"
  3918.     ,"sanctuary"
  3919.     ,"volcano"
  3920.     ,"medusa"
  3921.     ,"icefield"
  3922.     ,"judgement"
  3923.     ,"tornado"
  3924.     ,"spirit"
  3925.     ,"isolation"
  3926.     ,"challenge"
  3927.     ,"resurrection"
  3928.     ,"spark"
  3929.     ,"smokeshell"
  3930.     ,"Mastery Book"
  3931.     ,"Skill Book"
  3932.     ,"You cannot use %s."
  3933.     ,"Despite using %s, the effect was nowhere to be found."
  3934.     ,"The Book of Mastery glows brightly, and the current skills have gone through an upgrade."
  3935.     ,"The Skill Book glows brightly, and new skills have now been added."
  3936.     ,"reqSkillLevel"
  3937.     ,"[Master Level : %d]"
  3938.     ,"%s's time has run out, and will disappear."
  3939.     ,"%s is disappearing."
  3940.     ,"""    Unknown"""
  3941.     ,"Use3"
  3942.     ,"Use4"
  3943.     ,"Use5"
  3944.     ,"meteor"
  3945.     ,"chainlightning"
  3946.     ,"blizzard"
  3947.     ,"holyshield"
  3948.     ,"showdown"
  3949.     ,"ninjastorm"
  3950.     ,"brandish1"
  3951.     ,"brandish2"
  3952.     ,"blast"
  3953.     ,"paralyze"
  3954.     ,"genesis"
  3955.     ,"You cannot receive it in the current map.\r\nPlease receive it from\r\nDuey the package deliverer."
  3956.     ,"""        This item cannot be sent."""
  3957.     ,"The received package can be obtained through the Quick Delivery NPC."
  3958.     ,"""    Quick delivey/Package"""
  3959.     ,"""    Arrived!"""
  3960.     ,"Package\r\nReceived."
  3961.     ,"The Quick Delivery has arrived!"
  3962.     ,"[%s]"
  3963.     ,"The package sent by [%s]\r\nhas been expired.\r\n"
  3964.     ,"\r\nmeso : %d"
  3965.     ,"\r\nitem : %s"
  3966.     ,"Delivering"
  3967.     ,"Will expire soon"
  3968.     ,"Over Lv %d only"
  3969.     ,"No level limit"
  3970.     ,"No information entered."
  3971.     ,"Please select the package you'll receive."
  3972.     ,"Package is still being sent.\r\nPlease try again later."
  3973.     ,"The items and/or mesos included in the package\r\nwill be permanently deleted.\r\nAre you sure you want to delete it?"
  3974.     ,"Please enter the message to send"
  3975.     ,"by clicking here (100 letters)"
  3976.     ,"Are you sure you want to cancel?"
  3977.     ,"You do not have the Quick Delivery Coupon."
  3978.     ,"You must select either Mesos or items to send."
  3979.     ,"Please enter the name of the recipient."
  3980.     ,"The service charge \r\nwill cost %d mesos.\r\nThis will also use up \r\n1 [Quick Delivery Coupon].\r\nAre you sure \r\nyou want to send it?"
  3981.     ,"The total wiring/transportation fee is\r\n%d mesos.\r\nAre you sure you want to send the package?"
  3982.     ,"How many do you wish to send?"
  3983.     ,"Successfully deleted."
  3984.     ,"Successfully claimed."
  3985.     ,"The package has been successfully sent."
  3986.     ,"""    A new package has been sent."""
  3987.     ,"You have made an incorrect request."
  3988.     ,"Please double-check the receiver's name."
  3989.     ,"You may not send the package to a character \r\nunder the same account."
  3990.     ,"The receiver's package storage is full."
  3991.     ,"The character is unable to receive packages."
  3992.     ,"Unable to send the one-of-a-kind item\r\n due to the recipient already possessing one\r\n at the Quick Delivery Inbox."
  3993.     ,"An unknown error has occurred."
  3994.     ,"The inventory does not have enough free slots available.\r\nPlease double check and try again."
  3995.     ,"Unable to retrieve mesos & items \r\ndue to the item being only one of a kind."
  3996.     ,"UI/Basic.img/icon/delivery"
  3997.     ,"UI/UIWindow.img/InitialQuiz/backgrnd"
  3998.     ,"UI/UIWindow.img/InitialQuiz/num1/%d"
  3999.     ,"UI/UIWindow.img/InitialQuiz/num1/comma"
  4000.     ,"Question:"
  4001.     ,"""    Clue:"""
  4002.     ,"[Enter Answer]"
  4003.     ,"Enter an answer within the time limit."
  4004.     ,"You must enter atleast %d letters. (Korean)"
  4005.     ,"You must enter less than %d letters. (Korean)"
  4006.     ,"You can't do this while taking the quiz."
  4007.     ,"Time limit surpassed!"
  4008.     ,"UI/UIWindow.img/SpeedQuiz/backgrnd"
  4009.     ,"UI/UIWindow.img/SpeedQuiz/num1/%d"
  4010.     ,"UI/UIWindow.img/SpeedQuiz/num1/comma"
  4011.     ,"UI/UIWindow.img/SpeedQuiz/BtNext"
  4012.     ,"UI/UIWindow.img/SpeedQuiz/BtGiveup"
  4013.     ,"%2d pts"
  4014.     ,"The item is no longer available for use. Please re-sell the item to a store nearby."
  4015.     ,"It has exceeded the limit that system allows."
  4016.     ,"randAction"
  4017.     ,"/mapletv"
  4018.     ,"/mapletv2"
  4019.     ,"/maplesoletv"
  4020.     ,"/maplelovetv"
  4021.     ,"/megatv"
  4022.     ,"/megasoletv"
  4023.     ,"/megalovetv"
  4024.     ,"UI/MapleTV.img/TVmedia"
  4025.     ,"UI/MapleTV.img/TVmedia/%d"
  4026.     ,"UI/MapleTV.img/TVon"
  4027.     ,"UI/MapleTV.img/TVoff"
  4028.     ,"UI/MapleTV.img/TVbasic/0"
  4029.     ,"UI/MapleTV.img/TVchat/0"
  4030.     ,"UI/UIWindow.img/MapleTV"
  4031.     ,"UI/UIWindow.img/MapleTV/backgrnd"
  4032.     ,"UI/UIWindow.img/MapleTV/backgrnd2"
  4033.     ,"UI/UIWindow.img/MapleTV/backgrnd3"
  4034.     ,"UI/UIWindow.img/MapleTV/backgrnd4"
  4035.     ,"UI/UIWindow.img/MapleTV/BtOk"
  4036.     ,"UI/UIWindow.img/MapleTV/BtCancel"
  4037.     ,"UI/UIWindow.img/MapleTV/BtTo/disabled/0"
  4038.     ,"UI/UIWindow.img/MapleTV/BtTo/enabled/0"
  4039.     ,"UI/MapleTV.img/TVchat1"
  4040.     ,"UI/MapleTV.img/TVchat2"
  4041.     ,"Non-GM character tried to send GM message."
  4042.     ,"The waiting line is longer than an hour. \r\nPlease try using it at a later time."
  4043.     ,"You've entered the wrong user name."
  4044.     ,"You didn't enter the recipient's name."
  4045.     ,"This message will be sent to \r\nMaple TV in %d seconds. \r\n Do you want to proceed?"
  4046.     ,"The recipient is not online."
  4047.     ,"Would you like to use the White Scroll?"
  4048.     ,"The White Scroll has been used."
  4049.     ,"The item upgrade failed, but since the White Scroll was used, the number of item upgrade slots remained in tact."
  4050.     ," The item was successfully upgraded, and the white scroll was used in the process."
  4051.     ,"Etc/Halloween.img"
  4052.     ,"PriceRecordingItem"
  4053.     ,"Divider"
  4054.     ,"ItemType"
  4055.     ,"HalloweenItem"
  4056.     ,"The waiting line is longer than 15 seconds. \r\nPlease try using it at a later time."
  4057.     ,"UI/UIWindow.img/AvatarMegaphone/backgrnd"
  4058.     ,"UI/UIWindow.img/AvatarMegaphone"
  4059.     ,"Map/MapHelper.img/AvatarMegaphone/name/0"
  4060.     ,"Map/MapHelper.img/AvatarMegaphone/name/1"
  4061.     ,"Players that are Level 15 and below \r\nmay only trade 1 million mesos per day. \r\nYou have reached the limit today,\r\nplease try again tomorrow."
  4062.     ,"UI/CashShop.img/CSChangeName/Base/backgrnd"
  4063.     ,"UI/CashShop.img/CSChangeName/BtCheck"
  4064.     ,"UI/CashShop.img/CSChangeName/Base/backgrndnotice"
  4065.     ,"String/NameChange.img/NameChange"
  4066.     ,"UI/Login.img/ViewAllChar/Select"
  4067.     ,"UI/Login.img/ViewAllChar/BtEnter"
  4068.     ,"UI/Login.img/ViewAllChar/BtCancel"
  4069.     ,"UI/Login.img/ViewAllChar/BtVAC"
  4070.     ,"UI/Login.img/ViewAllChar/WorldIcons/%d"
  4071.     ,"UI/Login.img/ViewAllChar/backgrnd"
  4072.     ,"Cannot find any characters."
  4073.     ,"You are already connected to server."
  4074.     ,"Unknown Error : View-All-Characters."
  4075.     ,"Would you like to gift this item to someone?\r\n[ %s ]"
  4076.     ,"You do not have enough Gift Tokens \r\nin your account. Please charge your account \r\nwith Nexon Game Cards to receive \r\nGift Tokens to gift this item."
  4077.     ,"Due to technical difficulties,\r\nthis item cannot be sent at this time.\r\nPlease try again."
  4078.     ,"You may not gift items for \r\nit has been less than two weeks \r\nsince you first charged your account."
  4079.     ,"Users with history of illegal activities\r\n may not gift items to others. Please make sure \r\nyour account is neither previously blocked, \r\nnor illegally charged with NX."
  4080.     ,"Due to limitations, \r\nyou may not gift this item as this time. \r\nPlease try again later."
  4081.     ,"You have exceeded the amount of time \r\nyou can gift items to other characters."
  4082.     ,"This item cannot be gifted \r\ndue to technical difficulties. \r\nPlease try again later."
  4083.     ,"The pet is either not equipped, or this item is not applicable for your pet."
  4084.     ,"Double-click the item for a preview."
  4085.     ,"from %02d:00 to %02d:00"
  4086.     ,"You cannot transfer a character under level 20."
  4087.     ,"You cannot transfer a character that \r\nis currently married."
  4088.     ,"You cannot transfer a character that \r\nis currently a Guild leader."
  4089.     ,"You cannot transfer a character \r\nto the same world it is currently in."
  4090.     ,"You cannot transfer a character \r\ninto the new server world."
  4091.     ,"You may not transfer out of this \r\nworld at this time."
  4092.     ,"You cannot transfer a character into \r\na world that has no empty character slots."
  4093.     ,"You cannot transfer a character if \r\nyour account has ever been blocked once."
  4094.     ,"You cannot transfer a character that\r\n has already been transferred \r\nwithin the last 30 days."
  4095.     ,"You cannot delete a character that\r\n is currently going through the transfer."
  4096.     ,"Your character cannot get married if\r\n it is currently going through the transfer."
  4097.     ,"Your character cannot create a guild if\r\n it is currently going through the transfer."
  4098.     ,"You cannot request a transfer \r\nwith a character that \r\nis already in the process of transferring."
  4099.     ,"You cannot transfer a character if \r\nyour account has already requested for a transfer."
  4100.     ,"You cannot create a new character \r\nunder the account that \r\nhas requested for a transfer."
  4101.     ,"You can only cancel the request \r\nwith a character that is currently \r\ngoing through the transfer."
  4102.     ,"%s is under the request \r\nfor transfer to %s."
  4103.     ,"%s has been transferred \r\nfrom %s"
  4104.     ,"The event has either ended or\r\nthis item is not available for free testing."
  4105.     ,"UI/CashShop.img/CSTransferWorld/Base/backgrndnotice"
  4106.     ,"String/TransferWorld.img/TransferWorld"
  4107.     ,"UI/CashShop.img/CSTransferWorld/Base/backgrnd"
  4108.     ,"equipAllNeed"
  4109.     ,"equipSelectNeed"
  4110.     ,"fieldEnter"
  4111.     ,"selectedMob"
  4112.     ,"ban"
  4113.     ,"banType"
  4114.     ,"UI/Login.img/NewChar/charAlert"
  4115.     ,"You can change the"
  4116.     ,"character name to"
  4117.     ,"( )."
  4118.     ,"(once)"
  4119.     ,"morphEffect"
  4120.     ,"noCancelMouse"
  4121.     ,"noShadow"
  4122.     ,"spot"
  4123.     ,"Effect/BasicEff.img/TombUpgrade"
  4124.     ,"Effect/BasicEff.img/SkillBook/Success/0"
  4125.     ,"Effect/BasicEff.img/SkillBook/Success/1"
  4126.     ,"Effect/BasicEff.img/SkillBook/Failure/0"
  4127.     ,"Effect/BasicEff.img/SkillBook/Failure/1"
  4128.     ,"UI/UIWindow.img/UserList/Party/BtChangeBoss"
  4129.     ,"Do you wish to pass the leader position to \r\n%s?"
  4130.     ,"%s has become the leader of the party."
  4131.     ,"Due to the party leader disconnecting from the game, %s has been assigned as the new leader."
  4132.     ,"This can only be given to a party member within the vicinity."
  4133.     ,"You may only change with the party member that's on the same channel."
  4134.     ,"Unable to hand over the leadership post"
  4135.     ,"UI/Login.img/GameGrade/GameGrade"
  4136.     ,"MapLink"
  4137.     ,"toolTip"
  4138.     ,"linkMap"
  4139.     ,"linkImg"
  4140.     ,"Map/WorldMap/WorldMap.img"
  4141.     ,"parentMap"
  4142.     ,"Npc/%07d/%s/effect"
  4143.     ,"Npc/%07d/%s/sound"
  4144.     ,"GameLauncher.exe"
  4145.     ,"Effect/BasicEff.img/QuestAlert/Appear"
  4146.     ,"Effect/BasicEff.img/QuestAlert/Default"
  4147.     ,"autoStart"
  4148.     ,"normalAutoStart"
  4149.     ,"Quest Arrived!  Double-click the icon located on top of the Character."
  4150.     ,"oneShot"
  4151.     ,"timeLimit"
  4152.     ,"timerUI"
  4153.     ,"UI/UIWindow.img/Quest/TimeQuest"
  4154.     ,"TimeBar"
  4155.     ,"TimeGage"
  4156.     ,"AlarmClock"
  4157.     ,"questCount"
  4158.     ,"clockBoom"
  4159.     ,"Time Left %d:%d:%d"
  4160.     ,"The [%s] quest expired because the time limit ended"
  4161.     ,"This item cannot be used here."
  4162.     ,"Maple Red"
  4163.     ,"Maple Blue"
  4164.     ,"[%s] has become unable to fight and [%s]team has lost %d CP."
  4165.     ,"""        [%s] has become unable to fight but [%s] has no CP so [%s] team did not lose any CP"""
  4166.     ,"You don't have enough CP to continue."
  4167.     ,"You can no longer summon the Monster."
  4168.     ,"You can no longer summon the being."
  4169.     ,"This being is already summoned."
  4170.     ,"""        This request has failed due to an unknown error."""
  4171.     ,"""    You have won the Monster Carnival. Please wait as you'll be transported out of here shortly."""
  4172.     ,"Unfortunately, you have lost the Monster Carnival. Please wait as you'll be transported out of here shortly."
  4173.     ,"Despite the Overtime, the carnival ended in a draw. Please wait as you'll be transported out of here shortly."
  4174.     ,"Monster Carnival has ended abruptly due to the opposing team leaving the game too early. Please wait as you'll be transported out of here shortly."
  4175.     ,"[%s] has summoned a being. [%s]"
  4176.     ,"[%s] has used a skill. [%s]"
  4177.     ,"[%s] has summoned the being. [%s]"
  4178.     ,"""    Monster Carnival is now underway!!"""
  4179.     ,"""    Because the carnival ended in a draw, there will be a 2 minute overtime."""
  4180.     ,"[%s] of Team [%s] has quit the Monster Carnival."
  4181.     ,"Since the leader of the Team [%s] quit the Monster Carnival, [%s] has been appointed as the new leader of the team."
  4182.     ,"UI/UIWindow.img/MonsterCarnival/icon0"
  4183.     ,"UI/UIWindow.img/MonsterCarnival/icon1"
  4184.     ,"UI/UIWindow.img/MonsterCarnival/backgrnd2"
  4185.     ,"UI/UIWindow.img/MonsterCarnival/backgrnd"
  4186.     ,"UI/UIWindow.img/MonsterCarnival/backgrnd3/top/0"
  4187.     ,"UI/UIWindow.img/MonsterCarnival/backgrnd3/middle1/0"
  4188.     ,"UI/UIWindow.img/MonsterCarnival/backgrnd3/bottom/0"
  4189.     ,"UI/UIWindow.img/MonsterCarnival/backgrnd3/middle0/0"
  4190.     ,"UI/UIWindow.img/MonsterCarnival/BtSide"
  4191.     ,"UI/UIWindow.img/MonsterCarnival/Tab/enabled"
  4192.     ,"UI/UIWindow.img/MonsterCarnival/Tab/disabled"
  4193.     ,"UI/Basic.img/BtDecide"
  4194.     ,"Party Member : %s"
  4195.     ,"QuestAlert"
  4196.     ,"UI/UIWindow.img/MonsterCarnival/icon2"
  4197.     ,"UI/UIWindow.img/MonsterCarnival/icon3"
  4198.     ,"[Congrats] %s has reached Level 200! Congratulate %s on such an amazing achievement!"
  4199.     ,"UI/Login.img/Common/SoftKey/backgrnd"
  4200.     ,"UI/Login.img/Common/SoftKey/Tab/selected"
  4201.     ,"UI/Login.img/Common/SoftKey/Tab/normal"
  4202.     ,"UI/Login.img/Common/SoftKey/BtDel"
  4203.     ,"UI/Login.img/Common/SoftKey/BtNext"
  4204.     ,"UI/Login.img/Common/SoftKey/BtOK"
  4205.     ,"UI/Login.img/Common/SoftKey/BtCancel"
  4206.     ,"UI/Login.img/Common/SoftKey/BtNum/%d"
  4207.     ,"UI/Login.img/Common/SoftKey/BtLowCase/%d"
  4208.     ,"UI/Login.img/Common/SoftKey/BtHighCase/%d"
  4209.     ,"The PIC needs to be at least %d characters longs."
  4210.     ,"Please re-enter your PIC."
  4211.     ,"UI/Login.img/Common/BtEnableSPW"
  4212.     ,"UI/Login.img/Common/BtDisableSPW"
  4213.     ,"CP earned that can be used."
  4214.     ,"CP Remaining: %d / CP Earned: %d"
  4215.     ,"The game will be decided based on the total CP earned between two teams."
  4216.     ,"The party leader can use the party members' CP"
  4217.     ,"Compare the total CP earned between two teams to find the winner."
  4218.     ,"Allow %s to view your friend chat."
  4219.     ,"Block %s from viewing your friend chat."
  4220.     ,"View %s' friend chat."
  4221.     ,"Disable viewing %s's friend chat."
  4222.     ,"You may send a MapleMate text message to %s"
  4223.     ,"You may send a regular text message to %s"
  4224.     ,"""%s"" cannot listen to your friend chat."
  4225.     ,"""%s"" can listen to your friend chat"
  4226.     ,"""    You can't listen to """"%s""""'s friend chat."""
  4227.     ,"""    You can listen to """"%s""""'s friend chat."""
  4228.     ,"Buddy chat with ""%s"" has been disabled."
  4229.     ,"Buddy chat with ""%s"" has been enabled."
  4230.     ,"mcType"
  4231.     ,"superman"
  4232.     ,"morph"
  4233.     ,"buff"
  4234.     ,"exceptbuff"
  4235.     ,"Sub Weapon"
  4236.     ,"flip"
  4237.     ,"rotate"
  4238.     ,"finish"
  4239.     ,"UI/UIWindow.img/SkillMacro/backgrnd"
  4240.     ,"UI/UIWindow.img/SkillMacro/macroslot"
  4241.     ,"UI/UIWindow.img/SkillMacro/macroslot1"
  4242.     ,"UI/UIWindow.img/SkillMacro/macroslot2"
  4243.     ,"UI/UIWindow.img/SkillMacro/macroname"
  4244.     ,"UI/UIWindow.img/SkillMacro/line01"
  4245.     ,"UI/UIWindow.img/SkillMacro/line02"
  4246.     ,"UI/UIWindow.img/SkillMacro/Macroicon/%d/icon"
  4247.     ,"UI/UIWindow.img/SkillMacroEx/backgrnd"
  4248.     ,"UI/UIWindow.img/SkillMacroEx/macroslot2"
  4249.     ,"UI/UIWindow.img/SkillMacroEx/Macroicon/%d/icon"
  4250.     ,"UI/UIWindow.img/SkillMacroEx/BtSave"
  4251.     ,"autoPreComplete"
  4252.     ,"[%s] It has been excluded from the auto alarm and it will not be automatically reigstered until you re log-on"
  4253.     ,"[%s] The quest is in progress but it has not been registered in the alarm."
  4254.     ,"UI/UIWindow.img/QuestAlarm/BtAuto"
  4255.     ,"UI/UIWindow.img/QuestAlarm/BtQ"
  4256.     ,"Someone in MapleStory would like to send you a message."
  4257.     ,"visual"
  4258.     ,"sound"
  4259.     ,"probability"
  4260.     ,"effectParam"
  4261.     ,"Automatic lock disabled."
  4262.     ,"Automatic lock enabled."
  4263.     ,"Auto Alarm on"
  4264.     ,"Auto Alarm off"
  4265.     ,"When you click it, quests in progress will register automatically and if it is not in progress for 10 minutes, it will disappear."
  4266.     ,"When you click it, the quest will not register automatically even when the quest is in progress."
  4267.     ,"The Zakum Shrine will close if you do not summon Zakum in %d minutes."
  4268.     ,"The Zakum Shrine will close in %d minutes."
  4269.     ,"The Zakum Shrine has closed."
  4270.     ,"The Horntail's Cave will close if you do not summon Horntail in %d minutes."
  4271.     ,"The Horntail's Cave will close in %d minutes."
  4272.     ,"The Horntail's Cave has closed."
  4273.     ,"Don't mark"
  4274.     ,"Mark name only"
  4275.     ,"Mark HP only"
  4276.     ,"Mark name and HP"
  4277.     ,"You have successfully turned in an application."
  4278.     ,"MapleStory - Microsoft Internet Explorer"
  4279.     ,"MapleStoryTest - Microsoft Internet Explorer"
  4280.     ,"You may not use scrolls on this item."
  4281.     ,"UI/UIWindow.img/Wedding/Invitation/neat"
  4282.     ,"UI/UIWindow.img/Wedding/Invitation/sweet"
  4283.     ,"UI/UIWindow.img/Wedding/Invitation/premium"
  4284.     ,"UI/UIWindow.img/Wedding/Invitation/BtOK"
  4285.     ,"YOU ARE MARRIED WITH : %s"
  4286.     ,"YOU ARE ENGAGED WITH : %s"
  4287.     ,"Sound/BgmGL.img/chapel"
  4288.     ,"Sound/BgmGL.img/cathedral"
  4289.     ,"Do you want to bless this couple?"
  4290.     ,"Effect/BasicEff.img/Wedding"
  4291.     ,"/ss"
  4292.     ,"Waiting for her response..."
  4293.     ,"UI/UIWindow.img/Wedding/wishList/give/groom"
  4294.     ,"UI/UIWindow.img/Wedding/wishList/input/%s"
  4295.     ,"groom"
  4296.     ,"bride"
  4297.     ,"UI/UIWindow.img/Wedding/wishList/input/select"
  4298.     ,"UI/UIWindow.img/Wedding/wishList/input/BtOK"
  4299.     ,"UI/UIWindow.img/Wedding/wishList/input/BtDelete"
  4300.     ,"UI/UIWindow.img/Wedding/wishList/input/BtEnter"
  4301.     ,"This is your last chance to make any\r\nchanges. Are you sure that you want to\r\nsubmit this list?"
  4302.     ,"UI/UIWindow.img/Wedding/wishList/give/select"
  4303.     ,"UI/UIWindow.img/Wedding/wishList/give/en"
  4304.     ,"UI/UIWindow.img/Wedding/wishList/give/BtExit"
  4305.     ,"UI/UIWindow.img/Wedding/wishList/give/BtPut"
  4306.     ,"UI/UIWindow.img/Wedding/wishList/give/Tab/En"
  4307.     ,"UI/UIWindow.img/Wedding/wishList/give/Tab/Ds"
  4308.     ,"You cannot give more than one present for each wishlist."
  4309.     ,"UI/UIWindow.img/Wedding/wishList/receive/%s"
  4310.     ,"UI/UIWindow.img/Wedding/wishList/receive/select"
  4311.     ,"UI/UIWindow.img/Wedding/wishList/receive/en"
  4312.     ,"UI/UIWindow.img/Wedding/wishList/receive/BtExit"
  4313.     ,"UI/UIWindow.img/Wedding/wishList/receive/BtGet"
  4314.     ,"UI/UIWindow.img/Wedding/wishList/receive/Tab/En"
  4315.     ,"UI/UIWindow.img/Wedding/wishList/receive/Tab/Ds"
  4316.     ,"Are you sure you want to take it out?"
  4317.     ,"It'll cost you %d mesos to store it.\r\nAre you sure you want to do it?"
  4318.     ,"%s has requested engagement.\r\nWill you accept this proposal?"
  4319.     ,"SID_MARRIAGE_DIVORCE_CONFIRM"
  4320.     ,"You are now engaged."
  4321.     ,"You are now married!"
  4322.     ,"She has politely declined your engagement request."
  4323.     ,"Your engagement has been broken."
  4324.     ,"You are no longer married."
  4325.     ,"You have entered the wrong character name."
  4326.     ,"Your partner has to be in the same map."
  4327.     ,"Your partner's ETC slots are full."
  4328.     ,"You cannot be engaged to the same gender."
  4329.     ,"You are already engaged."
  4330.     ,"You are already married."
  4331.     ,"She is already engaged."
  4332.     ,"This person is already married."
  4333.     ,"You're already in middle or proposing a person."
  4334.     ,"She is currently being asked by another suitor."
  4335.     ,"Unfortunately, the man who proposed to you has withdrawn his request for an engagement."
  4336.     ,"You can't break the engagement after making reservations."
  4337.     ,"The reservation has been canceled. Please try again later."
  4338.     ,"This invitation is not valid."
  4339.     ,"Congratulations!\r\nYour reservation was successfully made!"
  4340.     ,"Your ETC slot is full.\r\nPlease remove some items."
  4341.     ,"Please enter your partner's name."
  4342.     ,"Please enter the guest name."
  4343.     ,"You may not send the wedding invitation to yourself.\r\nYou're the one getting married!"
  4344.     ,"Dropping this item will break your engagement.\r\nDo you still wish to drop this item?"
  4345.     ,"You will not be able to receive the wedding ring.\r\nIs that okay?"
  4346.     ,"Your Etc slot is full.\r\nPlease make some space\r\nto receive Wedding Invites."
  4347.     ,"Congratulations! \r\nYou've been invited to a wedding! \r\nCheck your Etc slot."
  4348.     ,"%s and %s's wedding is going to be started at Chapel at Channel %d"
  4349.     ,"%s and %s's wedding is going to be started at Cathedral at Channel %d"
  4350.     ,"%s님과 %s님의 결혼이 20세이상 채널 대성당에서 시작되려 합니다."
  4351.     ,"""    You may only equip ONE wedding ring."""
  4352.     ,"[Significant Other]"
  4353.     ,"You have exceeded the maximum number of requests."
  4354.     ,"It is not appropriate to use it here."
  4355.     ,"Do you want to gift this item?"
  4356.     ,"You have sent a gift."
  4357.     ,"Failed to send the gift."
  4358.     ,"damagedBySelectedMob"
  4359.     ,"damagedBySelectedSkill"
  4360.     ,"UI/UIWindow.img/plant/backgrndtop"
  4361.     ,"UI/UIWindow.img/plant/backgrndcenter"
  4362.     ,"UI/UIWindow.img/plant/backgrndbottom"
  4363.     ,"UI/UIWindow.img/plant/default/%d"
  4364.     ,"plant"
  4365.     ,"The plant has yet sprouted."
  4366.     ,"step 1: It's a very small sprout."
  4367.     ,"step 2: the sprout has grown just a little bit."
  4368.     ,"step 3: the sprout has grown a bit."
  4369.     ,"step 4: the spourt has grown a lot."
  4370.     ,"step 5: the sprout has grown very much."
  4371.     ,"step 6: The plant soon soon bear fruit."
  4372.     ,"step 7: The plant has bore fruit."
  4373.     ,"spectrum"
  4374.     ,"alpha"
  4375.     ,"UI/UIWindow.img/UserList/Friend/BtMate"
  4376.     ,"UI/UIWindow.img/MateMessage/top"
  4377.     ,"UI/UIWindow.img/MateMessage/center"
  4378.     ,"UI/UIWindow.img/MateMessage/bottom"
  4379.     ,"UI/UIWindow.img/MateMessage/BtSend"
  4380.     ,"UI/UIWindow.img/MateMessage/text"
  4381.     ,"Not Started"
  4382.     ,"In Progress"
  4383.     ,"Ended"
  4384.     ,"Pre-completion enabled"
  4385.     ,"infoNumber"
  4386.     ,"You may not open the store while jumping."
  4387.     ,"Recommended Job :"
  4388.     ,"This job uses powerful physical attacks and tremendous"
  4389.     ,"inner strength to tackle all kinds of challenges head-on."
  4390.     ,"Heavily dependent on STR and DEX."
  4391.     ,"단련된 신체와 힘으로 모든 시련을 정면으로 맞서"
  4392.     ,"돌파하는 직업. STR과 DEX의 영향을 받는다."
  4393.     ,"This job uses extraordinary magic power to vanquish enemies."
  4394.     ,"Can be supportive or offensive."
  4395.     ,"Heavily dependent on LUK and INT."
  4396.     ,"This job uses incredible concentration and exceptional"
  4397.     ,"accuracy for long-range attacks with ease."
  4398.     ,"Heavily dependent on DEX and STR."
  4399.     ,"숙련된 집중력을 바탕으로 원거리 무기를 자유자재로"
  4400.     ,"다루는 직업. DEX와 STR의 영향을 받는다."
  4401.     ,"This job uses supreme speed and stealth tactics"
  4402.     ,"to overwhelm foes, suitable for dangerous adventures."
  4403.     ,"Heavily dependent on LUK and DEX."
  4404.     ,"??"
  4405.     ,"There's no job available that suits these stats."
  4406.     ,"If you want to reset these stats randomly, roll the dice again!"
  4407.     ,"Roll"
  4408.     ,"the dice!"
  4409.     ,"Place the mouse cursor"
  4410.     ,"over the skill icon"
  4411.     ,"for details about"
  4412.     ,"a specific skill."
  4413.     ,"Click on the"
  4414.     ,"button to assign"
  4415.     ,"the SP and raise"
  4416.     ,"the skill level."
  4417.     ,"You may raise"
  4418.     ,"your skill levels"
  4419.     ,"by assigning the SP"
  4420.     ,"you have on the skills."
  4421.     ,"Register the frequently-used skills for a quick access with a single button."
  4422.     ,"[R8]"
  4423.     ,"termStart"
  4424.     ,"termEnd"
  4425.     ,"onlyOnce"
  4426.     ,"You may open/close your own skill window."
  4427.     ,"Drag the skill icon from the skill inventory\r\non the left into the slots."
  4428.     ,"Saving the skill name."
  4429.     ,"UI/Basic.img/BtMacro"
  4430.     ,"UI/UIWindow.img/SkillMacroEx/BtMacroIn"
  4431.     ,"UI/UIWindow.img/SkillMacroEx/BtMacroOut"
  4432.     ,"remover"
  4433.     ,"You may not cancel the transformation."
  4434.     ,"Unable to capture the monster"
  4435.     ,"Element Rock cannot be used right after usage."
  4436.     ,"Unable to capture the monster"
  4437.     ,"Unable to capture the monster"
  4438.     ,"hybrid"
  4439.     ,"grade"
  4440.     ,"message"
  4441.     ,"consumeItem"
  4442.     ,"uiData"
  4443.     ,"questId"
  4444.     ,"UI/UIWindow.img/raise/backgrnd/top"
  4445.     ,"UI/UIWindow.img/raise/backgrnd/center"
  4446.     ,"UI/UIWindow.img/raise/backgrnd/bottom"
  4447.     ,"This item is not available."
  4448.     ,"The total price for the items exceeded\r\nthe maximum amount of mesos that can be sold."
  4449.     ,"weather"
  4450.     ,"option"
  4451.     ,"UI/ChatBalloon.img/npc"
  4452.     ,"itemCode"
  4453.     ,"itemRange"
  4454.     ,"You are the only one left in the Arena"
  4455.     ,"UI/UIWindow.img/AriantMatch/characterIcon/%d"
  4456.     ,"UI/UIWindow.img/AriantMatch/Result"
  4457.     ,"ScrollOpen"
  4458.     ,"mobType"
  4459.     ,"This skill cannot be used with the equipped item."
  4460.     ,"It cannot be used here."
  4461.     ,"The divorce has been finalized, and the wedding ring has disappeared."
  4462.     ,"%4d"
  4463.     ,"To hatch Pigmy Egg, you need to\r\npurchase the incubator from the Cash Shop."
  4464.     ,"String/Eqp.img"
  4465.     ,"String/Consume.img"
  4466.     ,"String/Ins.img"
  4467.     ,"String/Cash.img"
  4468.     ,"String/Pet.img"
  4469.     ,"String/Etc.img"
  4470.     ,"image"
  4471.     ,"ph"
  4472.     ,"psh"
  4473.     ,"portalStart"
  4474.     ,"portalContinue"
  4475.     ,"portalExit"
  4476.     ,"UI/UIWindow.img/EventWindow"
  4477.     ,"UI/UIWindow.img/EventWindow/backgrnd"
  4478.     ,"UI/UIWindow.img/EventWindow/backgrnd/top"
  4479.     ,"UI/UIWindow.img/EventWindow/backgrnd/center"
  4480.     ,"UI/UIWindow.img/EventWindow/backgrnd/bottom"
  4481.     ,"center"
  4482.     ,"minimap"
  4483.     ,"user"
  4484.     ,"another"
  4485.     ,"friend"
  4486.     ,"guild"
  4487.     ,"guildmaster"
  4488.     ,"match"
  4489.     ,"partymaster"
  4490.     ,"startnpc"
  4491.     ,"endnpc"
  4492.     ,"usertrader"
  4493.     ,"anothertrader"
  4494.     ,"arrowupleft"
  4495.     ,"arrowup"
  4496.     ,"arrowupright"
  4497.     ,"arrowdownleft"
  4498.     ,"arrowdown"
  4499.     ,"arrowdownright"
  4500.     ,"arrowleft"
  4501.     ,"arrowright"
  4502.     ,"forbidFallDown"
  4503.     ,"No target available."
  4504.     ,"Effect/MapEff.img/NpcSummon"
  4505.     ,"Effect/MapEff.img/NpcReturn"
  4506.     ,"Use the Tab key to toggle the menu."
  4507.     ,"GaugeBar"
  4508.     ,"graduation"
  4509.     ,"bar"
  4510.     ,"http://%s.nexon.com/maplestory/page/Gnxguildboard.aspx?URL=GuildBoard/GuildLoginAuth&key="
  4511.     ,"http://%s.nexon.com/maplestory/page/Gnxguildboard.aspx?URL=GuildBoard/GuildBoard&oidArticle=%d&codeBoard=%d&maskPageType=%d"
  4512.     ,"http://%s.nexon.com/maplestory/page/Gnxguildboard.aspx?URL=GuildBoard/GuildBoard&codeBoard=%d&maskPageType=%d"
  4513.     ,"guildboard.maplestory"
  4514.     ,"maplestoryt"
  4515.     ,"[%s]%s"
  4516.     ,"Due to the potency of the scroll,\r\nthe sealed item might be destroyed.\r\nAre you sure you still want to use the scroll?"
  4517.     ,"It can not be used on this equipment anymore."
  4518.     ,"Can only be used on equipment when item has failed to be upgraded at least %d time(s)."
  4519.     ,"ShowPartyHP"
  4520.     ,"You have not selected an item.\r\nAre you sure you still want to use the item?"
  4521.     ,"emission"
  4522.     ,"theta"
  4523.     ,"genOnMove"
  4524.     ,"genPoint"
  4525.     ,"UI/UIWindow.img/UserList/Guild/GuildBoard/backgrnd1"
  4526.     ,"UI/UIWindow.img/UserList/Guild/GuildBoard/BtSave"
  4527.     ,"UI/UIWindow.img/UserList/Guild/GuildBoard/BtCancel"
  4528.     ,"You may not enter more than 20 lines."
  4529.     ,"You may enter up to 300 letters."
  4530.     ,"The title can be up to 34 letters."
  4531.     ,"UI/UIWindow.img/UserList/Guild/GuildBoard/backgrnd2"
  4532.     ,"The reply can be up to 68 letters."
  4533.     ,"%s Guild is currently blocking all Guild Union requests."
  4534.     ,"%s Guild has rejected the Guild Union invitation."
  4535.     ,"%s Guild is already sending Guild Union invitations."
  4536.     ,"This guild is not affiliated with any Guild Union."
  4537.     ,"Guild Union notice."
  4538.     ,"UI/UIWindow.img/UserList/GuildUnion"
  4539.     ,"Please enter the Guild name\r\nto send the invitation for the Union."
  4540.     ,"Are you sure you want to leave the Union?"
  4541.     ,"Do you wish to remove [%s] Guild\r\nfrom the Union?"
  4542.     ,"Enter the Guild Union notice."
  4543.     ,"You have exceeded the maximum number\r\nof usage per account\for this account.\r\nPlease check the coupon for detail."
  4544.     ,"Hello!"
  4545.     ,"Unable to delete due to a member\r\nin the Union currently being on the position."
  4546.     ,"The door that connects to the world is closed. You cannot use the bridge at the moment."
  4547.     ,"UI/UIWindow.img/ArtMegaphone/BtEx"
  4548.     ,"UI/UIWindow.img/ArtMegaphone/BtPreView"
  4549.     ,"Item/Cash/0507.img/%08d/ui"
  4550.     ,"Item/Cash/0507.img/%08d/ui/%d"
  4551.     ,"Item/Cash/0507.img/%08d/sample/%d"
  4552.     ,"This is a preview option for the Triple Megaphone."
  4553.     ,"One of the lines has not been applied.\r\nWould you still like to use it?"
  4554.     ,"#jrank#"
  4555.     ,"#jtry#"
  4556.     ,"#jvic#"
  4557.     ,"#jcmp#"
  4558.     ,"#jlose#"
  4559.     ,"#jdraw#"
  4560.     ,"#jmin#"
  4561.     ,"#jgvup#"
  4562.     ,"#jhave"
  4563.     ,"#jsec#"
  4564.     ,"#jpop#"
  4565.     ,"#jpopgap#"
  4566.     ,"#jlevel#"
  4567.     ,"#jscnt#"
  4568.     ,"#jcmpcnt#"
  4569.     ,"#jgaugePqS#"
  4570.     ,"#jgaugeQCnt#"
  4571.     ,"#jgaugeDays#"
  4572.     ,"#jgaugePop#"
  4573.     ,"#jgaugeHunt#"
  4574.     ,"#jperPqS#"
  4575.     ,"#jperQCnt#"
  4576.     ,"#jperDays#"
  4577.     ,"#jperPop#"
  4578.     ,"#jperHunt#"
  4579.     ,"Acquire"
  4580.     ,"Fail"
  4581.     ,"UI/Basic.img/PQuestRank/%s"
  4582.     ,"Party Quest"
  4583.     ,"Chain Quest"
  4584.     ,"UI/UIWindow.img/Item/FullBackgrnd"
  4585.     ,"UI/UIWindow.img/Item/backgrnd"
  4586.     ,"UI/UIWindow.img/Item/BtCashshop"
  4587.     ,"Expand Inventory"
  4588.     ,"Collapse Inventory"
  4589.     ,"Inventory_expanded"
  4590.     ,"You can expand the Inventory slot with cash items."
  4591.     ,"UI/UIWindow.img/SlideMenu/%d"
  4592.     ,"UI/UIWindow.img/SlideMenu/%d/backgrd"
  4593.     ,"UI/UIWindow.img/SlideMenu/%d/BtMain/%d"
  4594.     ,"UI/UIWindow.img/SlideMenu/%d/BtArrow/left"
  4595.     ,"UI/UIWindow.img/SlideMenu/%d/BtArrow/right"
  4596.     ,"UI/UIWindow.img/SlideMenu/%d/BtMove"
  4597.     ,"UI/UIWindow.img/SlideMenu/%d/BtCancle"
  4598.     ,"UI/UIWindow.img/SlideMenu/%d/Choice"
  4599.     ,"UI/UIWindow.img/SlideMenu/%d/Cover"
  4600.     ,"Etc/RecommendSkill.img/%d"
  4601.     ,"UI/UIWindow.img/counsel/backgrnd"
  4602.     ,"UI/UIWindow.img/counsel/BtWrite"
  4603.     ,"UI/UIWindow.img/counsel/BtModify"
  4604.     ,"UI/UIWindow.img/counsel/BtDelete"
  4605.     ,"UI/UIWindow.img/counsel/Loading"
  4606.     ,"http://guildboard.maplestory.nexon.com/maplestory/page/Gnxguildboard.aspx?URL=ConsultBoard/ConsultLoginAuth&key=%s%s"
  4607.     ,"maskPageType="
  4608.     ,"oidArticle="
  4609.     ,"answer"
  4610.     ,"http://guildboard.maplestory.nexon.com/maplestory/page/GnxGuildBoard.aspx?URL=ConsultBoard/ConsultBoard&maskPageType=1"
  4611.     ,"http://guildboard.maplestory.nexon.com/maplestory/page/GnxGuildBoard.aspx?URL=ConsultBoard/ConsultBoard&oidArticle=%d&maskPageType=2&n4PageNo=1"
  4612.     ,"Do you really want to delete?"
  4613.     ,"Connection has been delayed\r\ndue to network overload.\r\nPlease try again later."
  4614.     ,"You can expand %d slots when\r\nyou change occupations.\r\nWould you really like to\r\nexpand now even at a cost?"
  4615.     ,"UI/UIWindow.img/Item/disabled"
  4616.     ,"sortkey"
  4617.     ,"A total of %d maps have been found."
  4618.     ,"No maps have been found."
  4619.     ,"You will now move to [%d] %s."
  4620.     ,"%d [%d] %s"
  4621.     ,"%s world : %s has been selected for %s. Let's congratulate him/her!"
  4622.     ,"Either you don't have enough Mesos or %s"
  4623.     ,"You cannot send a gift to your own account.\r\nPlease purchase it after logging\r\nin with the related character."
  4624.     ,"Please confirm whether\r\nthe character's name is correct."
  4625.     ,"This item has a gender restriction.\r\nPlease confirm the gender of the recipient."
  4626.     ,"The gift cannot be sent because\r\nthe recipient's Inventory is full."
  4627.     ,"One of the items will disappear\r\nafter its effective date.\r\nWould you like to purchase it?"
  4628.     ,"'s Medal"
  4629.     ,"You have lost the title so %s has been given to another character."
  4630.     ,"UI/UIWindow.img/muruengRaid/player"
  4631.     ,"UI/UIWindow.img/muruengRaid/monster"
  4632.     ,"UI/UIWindow.img/muruengRaid/clock"
  4633.     ,"UI/UIWindow.img/muruengRaid/energy/empty"
  4634.     ,"UI/UIWindow.img/muruengRaid/energy/full"
  4635.     ,"UI/UIWindow.img/muruengRaid/player/Gage"
  4636.     ,"UI/UIWindow.img/muruengRaid/energy/empty/Gage"
  4637.     ,"UI/UIWindow.img/muruengRaid/number"
  4638.     ,"UI/UIWindow.img/muruengRaid/number/bar"
  4639.     ,"energy"
  4640.     ,"UI/UIWindow.img/classMatch/backgrnd"
  4641.     ,"UI/UIWindow.img/classMatch/Loading"
  4642.     ,"http://%s.nexon.com/maplestory/page/Gnxgame.aspx?URL=Event/classbattle/gameview&key=%s"
  4643.     ,"UI/UIWindow.img/classMatch/BtOK"
  4644.     ,"You cannot drop the item here."
  4645.     ,"This item cannot be disassembled."
  4646.     ,"Map/Effect.img/miro/RR1/%d"
  4647.     ,"Map/Effect.img/miro/RR2/%d"
  4648.     ,"Map/Effect.img/miro/RR3/%d"
  4649.     ,"When used on %s,  the effective date will be extended by %s. Would you like to use it?"
  4650.     ,"You cannot extend the effective date beyond %d days."
  4651.     ,"%d days"
  4652.     ,"%d hrs."
  4653.     ,"%d min."
  4654.     ,"You could not acquire the effect."
  4655.     ,"For equipping %s, additional %d%% bonus EXP will be rewarded when you hunt monsters."
  4656.     ,"After %d hrs. of equipping %s, additional %d%% bonus EXP will be rewarded  when you hunt monsters."
  4657.     ,"For equipping %s, potions will be discounted %d%% when you visit store."
  4658.     ,"UI/UIWindow.img/Family/BtOK"
  4659.     ,"UI/UIWindow.img/Family/BtTree"
  4660.     ,"UI/UIWindow.img/Family/BtLeft"
  4661.     ,"UI/UIWindow.img/Family/BtRight"
  4662.     ,"UI/UIWindow.img/Family/BtFamilyPrecept"
  4663.     ,"UI/UIWindow.img/Family/BtSpecial"
  4664.     ,"UI/UIWindow.img/Family/BtJuniorEntry"
  4665.     ,"UI/UIWindow.img/Family/RightIcon/%d"
  4666.     ,"UI/UIWindow.img/FamilyTree/PlateLeader/%d"
  4667.     ,"UI/UIWindow.img/FamilyTree/PlateOthers/%d"
  4668.     ,"UI/UIWindow.img/FamilyTree/BtJuniorEntry"
  4669.     ,"UI/UIWindow.img/FamilyTree/BtBye"
  4670.     ,"UI/UIWindow.img/FamilyTree/selected"
  4671.     ,"field"
  4672.     ,"Enter the name of the character you wish to add as Junior. You must be in the same channel as well as map to add."
  4673.     ,"Enter the name of the character you wish to delete."
  4674.     ,"Enter the family precepts."
  4675.     ,"(You do not have family members.)"
  4676.     ,"(You do not have a Leader.)"
  4677.     ,"(You do not have an Senior.)"
  4678.     ,"(You do not have a family yet.)"
  4679.     ,"[Please add a Junior.]"
  4680.     ,"%s Family"
  4681.     ,"Senior(%d ppl.)"
  4682.     ,"Junior(%d ppl.)"
  4683.     ,"The name you entered is incorrect or he/she is currently not logged in."
  4684.     ,"You cannot add this character as a Junior."
  4685.     ,"You belong to the same family."
  4686.     ,"You do not belong to the same family."
  4687.     ,"The character you have entered does not exist."
  4688.     ,"The character you wish to add as\r\na Junior must be in the same map."
  4689.     ,"This character is already a Junior of another character."
  4690.     ,"The Junior you wish to add\r\nmust be at a lower rank."
  4691.     ,"The gap between you and your\r\njunior must be within 20 levels."
  4692.     ,"The Junior you wish to add\r\nmust be over Level 10."
  4693.     ,"Another character has requested to add this character.\r\nPlease try again later."
  4694.     ,"Another character has requested a summon.\r\nPlease try again later."
  4695.     ,"You can only use it when 6 Junior family members whose names can be confirmed on the Family Tree are logged in."
  4696.     ,"The summons has failed. Your current location or state does not allow a summons."
  4697.     ,"The family cannot extend more than 1000 generations from above and below."
  4698.     ,"You do not have room to add % as a Junior."
  4699.     ,"%s, you cannot add any more Juniors."
  4700.     ,"%s would like to\r\nbe your Senior. Would you like to be\r\n%s's Junior?"
  4701.     ,"%s has declined your Junior request."
  4702.     ,"You have added %s as a Junior. Please do your best to guide the Junior in his/her game play."
  4703.     ,"%s has become your Senior. He/she will guide you in your game play."
  4704.     ,"%s has requested to sever ties, so your family relationship has ended."
  4705.     ,"You have severed ties with %s.\r\nYour family relationship has ended."
  4706.     ,"Your Rep has increased (%s, +%d)"
  4707.     ,"You have used %d Rep Points."
  4708.     ,"%s has used '%s' Entitlement."
  4709.     ,"If you choose to sever ties with the selected character, everyone in your family will be affected. Would you like to proceed?"
  4710.     ,"Please enter the name of the targeted family member."
  4711.     ,"From %s, %s has requested a summons. Would you like to transport?"
  4712.     ,"%s has declined the summons request."
  4713.     ,"%s, you have exceed your Entitlement limit."
  4714.     ,"Reps are marked as [Current Rep/Total Rep].\r\nUse up your current Reps to acquire [Entitlements]."
  4715.     ,"Juniors are marked as [Current Juniors/Max Juniors Available].\r\n When a Junior you have registered under gains EXP or levels up, your Rep will increase as well.\r\nHelp your Junior level up to further increase your Rep."
  4716.     ,"If the Junior slot is empty, then you can add a Junior that will help enhance your Rep."
  4717.     ,"Your Senior will sever ties and start a new family.\r\nThe members below you will belong to your family."
  4718.     ,"This will end your relationship with your Junior.\r\nThe Junior and everyone underneath will all be removed from the Family."
  4719.     ,"This covers everyone in the Family.\r\nThe number may be higher than the one shown in the Family Tree."
  4720.     ,"Entitlement used today: %d\r\nEntitlement available today: %d"
  4721.     ,"You cannot use any more Entitlements today."
  4722.     ,"#c* You have surpassed your Senior's level, so your cumulative Rep#\r\n#cwill be reduced in half. Please help your Senior level up!#\r\n"
  4723.     ,"#c* Your Junior has surpassed your level, so your cumulative Rep#\r\n#cwill be reduced in half. Please try harder to level up!#\r\n"
  4724.     ,"Reps recorded to your Senior : %s\r\n"
  4725.     ,"Entitlement in use :\r\n"
  4726.     ,"Entitlement used today :\r\n"
  4727.     ,"""    %s - %d times\r\n"""
  4728.     ,"Reps recorded today : %s\r\n"
  4729.     ,"Time elapsed since login : %dhrs. %dmin.\r\n"
  4730.     ,"Current Location : %s\r\n"
  4731.     ,"Current Reps : %s\r\nTotal Reps : %s\r\n"
  4732.     ,"______________________________________________\r\n"
  4733.     ,"Isn't there anything else you want? I'll make a note of it."
  4734.     ,"I'm not doing business at this time. Don't I deserve some rest, too?"
  4735.     ,"That's not something I barter. I'll show you the list again for you to choose from."
  4736.     ,"Are you begging?"
  4737.     ,"Why do you carry around so much Mesos? Come back after emptying your pockets."
  4738.     ,"Taking your precious time, huh? I don't barter this item anymore."
  4739.     ,"I'm done bartering this item for the day. Come back tomorrow."
  4740.     ,"Why are you obsessing over this item? I won't barter anymore."
  4741.     ,"You're greedy. How about you lower the quantity?"
  4742.     ,"I'm a little preoccupied right now, so come back later."
  4743.     ,"You do not have the item."
  4744.     ,"UI/UIWindow.img/KarmaScissors/backgrnd"
  4745.     ,"Once dropped, the item cannot be traded.\r\nWould you still like to drop it?"
  4746.     ,"Once purchased, the item cannot be traded.\r\nWould you still like to purchase it?"
  4747.     ,"Once stored in the Inventory,\r\nthe item cannot be traded\r\nby the character when taken out.\r\nWould you still like to store it?"
  4748.     ,"Once found, the item cannot be traded.\r\nWould you still like to find it?"
  4749.     ,"Some items you are trying to barter\r\ncannot be traded once received.\r\nWould you still like to proceed?"
  4750.     ,"This item has already been unlocked."
  4751.     ,"You have used the %s, so your item can be traded one time."
  4752.     ,"#cUse the %s to enable an item to be traded one time.#"
  4753.     ,"You currently do not have any items that\r\ncan use the %s.\r\nWould you still like to purchase it?"
  4754.     ,"\r\n-#cItems that can be used#-"
  4755.     ,"You have successfully created a Knight character.\r\nYou can select a Knight character\r\nwhen you re-login."
  4756.     ,"The Knight character has not been created due to an unknown error."
  4757.     ,"This name already exists."
  4758.     ,"All of your slots have been filled. Please purchase a Character Slot at the Cash Shop."
  4759.     ,"This name cannot be used."
  4760.     ,"The Ranking Information can be referenced when your\r\ncharacter changes occupation or reaches above Lv. 10."
  4761.     ,"UI/Basic.img/ShowLevel/%d"
  4762.     ,"UI/Basic.img/ShowLevel/%d/left"
  4763.     ,"UI/Basic.img/ShowLevel/Bracket/right"
  4764.     ,"<%s> %s has reached Lv. %d."
  4765.     ,"- The Reps you have received from %s will be reduced in half."
  4766.     ,"UI/UIWindow.img/Equip/BtPetEquipShow"
  4767.     ,"UI/UIWindow.img/Equip/BtPetEquipHide"
  4768.     ,"UI/UIWindow.img/UserInfo/BtPet%d"
  4769.     ,"UI/UIWindow.img/UserInfo/bossPetCrown"
  4770.     ,"%s/sound1"
  4771.     ,"UI/ITC.img/Buy/BtRegistration"
  4772.     ,"UI/ITC.img/MyPage/backgrnd1"
  4773.     ,"ALL"
  4774.     ,"UI/ITC.img/Sort/Normal_Asc/%d"
  4775.     ,"UI/ITC.img/Sort/Pressed_Asc/%d"
  4776.     ,"UI/ITC.img/Sort/Normal_Desc/%d"
  4777.     ,"UI/ITC.img/Sort/Pressed_Desc/%d"
  4778.     ,"/%d"
  4779.     ,"UI/Npt_GuideLine.img/NptGuide"
  4780.     ,"Etc/NPT_exception.img"
  4781.     ,"String/ToolTipHelp.img/NPT/Button/SellInventory"
  4782.     ,"10"
  4783.     ,"100"
  4784.     ,"500"
  4785.     ,"1000"
  4786.     ,"UI/ITC.img/Auction/backgrnd"
  4787.     ,"UI/ITC.img/BtSell"
  4788.     ,"UI/ITC.img/BtAuction"
  4789.     ,"UI/ITC.img/Auction/BtBid"
  4790.     ,"UI/ITC.img/Auction/backgrnd1"
  4791.     ,"String/ToolTipHelp.img/NPT/Button/SellAuction"
  4792.     ,"UI/ITC.img/Buy/Item/backgrnd"
  4793.     ,"UI/ITC.img/Base/Tab2/Enable"
  4794.     ,"UI/ITC.img/Base/Tab2/Disable"
  4795.     ,"UI/ITC.img/MyPage/backgrnd"
  4796.     ,"UI/ITC.img/Sell/backgrnd"
  4797.     ,"UI/ITC.img/Sell/BtBuy"
  4798.     ,"UI/ITC.img/Sell/BtShoppingBasket"
  4799.     ,"UI/ITC.img/Buy/BtSell"
  4800.     ,"UI/ITC.img/MyPage/BtBuy"
  4801.     ,"UI/ITC.img/MyPage/BtDelete"
  4802.     ,"UI/ITC.img/MyPage/BtCancel"
  4803.     ,"%d-%d-%02d"
  4804.     ,"UI/ITC.img/Base/backgrnd"
  4805.     ,"UI/ITC.img/BtSearch"
  4806.     ,"UI/ITC.img/Sell/backgrnd1"
  4807.     ,"UI/ITC.img/Buy/backgrnd1"
  4808.     ,"UI/ITC.img/Buy/backgrnd3"
  4809.     ,"UI/ITC.img/Base/Tab/Enable"
  4810.     ,"UI/ITC.img/Base/Tab/Disable"
  4811.     ,"UI/ITC.img/Base/Preview/0"
  4812.     ,"UI/ITC.img/Sell/BtCancel"
  4813.     ,"UI/ITC.img/Sell/BtRegistration"
  4814.     ,"UI/ITC.img/Tab/%d"
  4815.     ,"EQP"
  4816.     ,"USE"
  4817.     ,"SET UP"
  4818.     ,"ETC"
  4819.     ,"UI/ITC.img/Sell/Tab/%d"
  4820.     ,"UI/ITC.img/MyPage/Tab/%d"
  4821.     ,"UI/ITC.img/PicturePlate/HowTo"
  4822.     ,"UI/ITC.img/PicturePlate/HowTo1"
  4823.     ,"UI/ITC.img/BtCharge"
  4824.     ,"UI/ITC.img/BtCheck"
  4825.     ,"UI/ITCPreview.img"
  4826.     ,"UI/ITC.img/PicturePlate/NoItem"
  4827.     ,"The Item-Trading System is currently unavailable. Please try again later."
  4828.     ,"You do not have any item registered."
  4829.     ,"Not enough number of items.\r\nPlease double-check."
  4830.     ,"The item you have registered\r\ncannot be in transaction."
  4831.     ,"The Item-Trading Shop is currently unavailable. Please try again later."
  4832.     ,"The MapleStory Trading System is not available in the Trial Version."
  4833.     ,"Ready to become a Maple Trader? Download the full client!"
  4834.     ,"The function is currently unavailable."
  4835.     ,"Alerting the seller of the price after deducting the 5% transaction fee."
  4836.     ,"Would you like to make a direct purchase\r\nof this item for %d?"
  4837.     ,"Sold"
  4838.     ,"Purchased"
  4839.     ,"Bid Lost"
  4840.     ,"Cancelled"
  4841.     ,"Exhibit"
  4842.     ,"Bid"
  4843.     ,"Current Top Bid : %d"
  4844.     ,"Time Remaining : %d hr %d min"
  4845.     ,"Bid Range : %d"
  4846.     ,"Buy-Now : %d"
  4847.     ,"You cannot make a consecutive bid."
  4848.     ,"%s of %s\r\nis sold for %d NX."
  4849.     ,"%s of %s\r\nis bought for %d NX."
  4850.     ,"Price per unit : %d"
  4851.     ,"%d hr %d min"
  4852.     ,"The Buy-Now price is lower\r\nthan the starting bid."
  4853.     ,"Bid Count : %d"
  4854.     ,"Item Count : %d"
  4855.     ,"Unable to pull out of the sale.\r\nYou have at least 1 bid on the item."
  4856.     ,"The auction can be set up 24~168 hrs\r\nprior to the auction in 1 hr increment."
  4857.     ,"This is currently under construction."
  4858.     ,"For Sale"
  4859.     ,"Wanted"
  4860.     ,"Auction"
  4861.     ,"All"
  4862.     ,"Character"
  4863.     ,"Please enter a number"
  4864.     ,"Are you sure you want to cancel the sale?"
  4865.     ,"Limit to %d units or less."
  4866.     ,"Successfully registered the item for sale."
  4867.     ,"Are you sure you want to sell this item?"
  4868.     ,"Successfully requested the item for sale."
  4869.     ,"Requesting the item for sale failed."
  4870.     ,"You do not have enough NX."
  4871.     ,"An error has occurred while using NX."
  4872.     ,"Failed to load the list."
  4873.     ,"Successfully canceled the sale."
  4874.     ,"The item has been transferred."
  4875.     ,"The item has been successfully placed\r\nin your Cart."
  4876.     ,"Failed to place the item in your Cart."
  4877.     ,"Successfully deleted the item from the Cart."
  4878.     ,"Failed to remove the item from the Cart."
  4879.     ,"No item is registered for sale."
  4880.     ,"Failed to load the Buy List."
  4881.     ,"Successfully requested to buy the item."
  4882.     ,"Request to buy the item has failed."
  4883.     ,"The request for purchase has been canceled."
  4884.     ,"Failed to cancel the request for purchase."
  4885.     ,"Successfully registered under [Buy]."
  4886.     ,"Failed to register the item under [Buy]."
  4887.     ,"(7 days)"
  4888.     ,"Please enter more than 1 character."
  4889.     ,"The search yielded 0 result."
  4890.     ,"Are you sure you want to buy this?"
  4891.     ,"Listing Price : %d NX"
  4892.     ,"Sale Price : %d"
  4893.     ,"The item is cancelled or sold out."
  4894.     ,"There are %d items in Transfer Inventory.\r\nOnly %d items can be shown on the screen.\r\n Please move items in the Transfer Inventory\r\nto your Item Inventory."
  4895.     ,"Due to an unknown error,\r\nthe request for MTS has failed."
  4896.     ,"You cannot go into the trade shop, due to the limitation of user count."
  4897.     ,"This Item may not be sold."
  4898.     ,"You do not meet the minimum level requirement to access the Trade Shop."
  4899.     ,"You cannot place a bid\r\non your own item."
  4900.     ,"You cannot use Minerva's Owl in this map."
  4901.     ,"The item has been sold.\r\nYou cannot cancel the sale of a purchased item."
  4902.     ,"The Listing period on [WANTED] items\r\nhas expired.\r\n%d items and %d NX\r\nhave been returned to your MTS account"
  4903.     ,"Throwing Stars are not tradable."
  4904.     ,"repeatStartIndex"
  4905.     ,"Effect/SetEff.img/%d/petEffect"
  4906.     ,"Effect/SetEff.img/%d/petBackgrnd/%d"
  4907.     ,"Effect/SetEff.img/%d/petBackgrnd"
  4908.     ,"Your training as a Beginner has peaked.\r\nYou may now select your 1st Job Advancement \r\nand become a Bowman, Thief, Magician or Warrior! \r\nTo continue the adventure, you have to download \r\nthe full client. \r\nDo you want to download full client now? \r\n(It's totally free to download the full client!"
  4909.     ,"If you wish to download the full client later, \r\nyou can always visit maplestory.nexon.net \r\nand download it!"
  4910.     ,"UI/UIWindow.img/CancelRequests/AskContinueCancel/backgrnd"
  4911.     ,"UI/UIWindow.img/CancelRequests/AskContinueCancel/BtYes"
  4912.     ,"UI/UIWindow.img/CancelRequests/AskContinueCancel/BtNo"
  4913.     ,"UI/UIWindow.img/CancelRequests/CancelNameChange/backgrnd"
  4914.     ,"UI/UIWindow.img/CancelRequests/CancelNameChange/BtYes"
  4915.     ,"UI/UIWindow.img/CancelRequests/CancelNameChange/BtNo"
  4916.     ,"UI/UIWindow.img/CancelRequests/CancelNameChange/suc"
  4917.     ,"UI/UIWindow.img/CancelRequests/CancelNameChange/fail"
  4918.     ,"UI/UIWindow.img/CancelRequests/CancelCharacterTransfer/backgrnd"
  4919.     ,"UI/UIWindow.img/CancelRequests/CancelCharacterTransfer/BtYes"
  4920.     ,"UI/UIWindow.img/CancelRequests/CancelCharacterTransfer/BtNo"
  4921.     ,"UI/UIWindow.img/CancelRequests/CancelCharacterTransfer/suc"
  4922.     ,"UI/UIWindow.img/CancelRequests/CancelCharacterTransfer/fail"
  4923.     ,"Please download the full client to experience \r\nthe world of MapleStory. \r\nWould you like to download the full client\r\n from our website?"
  4924.     ,"You must be over level 10 to sell\r\nitems on MapleStory Trading System."
  4925.     ,"Your screen resolution cannot support windowed mode. Please select a higher screen resolution to use windowed mode."
  4926.     ,"You have been blocked by #bPolice %s for the %s reason.#k"
  4927.     ,"You have been disconnected by #bPolice %s for the %s reason.#k"
  4928.     ,"UI/CashShop.img/CSItemSearch/BtSearch"
  4929.     ,"UI/CashShop.img/CSItemSearch/PopUp/backgrnd"
  4930.     ,"This is your search result."
  4931.     ,"Item/Cash/0528.img/%08d/tile"
  4932.     ,"Item/Cash/0528.img/%08d/effect"
  4933.     ,"Sound/ConsumeEffect.img/%d/Use"
  4934.     ,"An Effect Item is currently in use. \r\nplease try again later."
  4935.     ,"recall"
  4936.     ,"/petcome"
  4937.     ,"autoReact"
  4938.     ,"elemDefault"
  4939.     ,"incRMAS"
  4940.     ,"incRMAI"
  4941.     ,"incRMAF"
  4942.     ,"incRMAL"
  4943.     ,"incRMAH"
  4944.     ,"UI/UIWindow.img/TreasureBox/%d/backgrnd"
  4945.     ,"UI/UIWindow.img/TreasureBox/%d/backgrndOpened"
  4946.     ,"UI/UIWindow.img/TreasureBox/%d/backgrndClosed"
  4947.     ,"The Snowman absorbed the Snow Vigor!"
  4948.     ,"You'll need to use all your remaining EXP in order to use a new Writ of Solomon."
  4949.     ,"Do you wish to charge the EXP \r\nearned from The Writs of Solomon?"
  4950.     ,"Are you sure to send an\r\nempty new year card ?"
  4951.     ,"You cannot send a card to yourself !"
  4952.     ,"You have no free slot to store card.\r\ntry later on please."
  4953.     ,"You have no card to send."
  4954.     ,"Wrong inventory information !"
  4955.     ,"Cannot find such character !"
  4956.     ,"Incoherent Data !"
  4957.     ,"An error occured during DB operation."
  4958.     ,"An unknown error occured !"
  4959.     ,"Successfully sent a New Year Card\r\n to %s."
  4960.     ,"Successfully received a New Year Card."
  4961.     ,"Successfully deleted a New Year Card."
  4962.     ,"From. %s \n\r %s... \n\r       To. %s"
  4963.     ,"Would you like to throw\r\naway this card?"
  4964.     ,"You transformed %s into some other form."
  4965.     ,"%s transformed you into some strange look."
  4966.     ,"Failed to find user %s."
  4967.     ,"""    You can use random transform potion only in the town."""
  4968.     ,"UI/CashShop.img/CSGift/BtBuddy"
  4969.     ,"UI/CashShop.img/CSGift/BtGuild"
  4970.     ,"UI/CashShop.img/CSGift/BtHide"
  4971.     ,"UI/CashShop.img/CSGift/backgrnd"
  4972.     ,"UI/CashShop.img/CSGift/backgrnd1"
  4973.     ,"The Snowman absorbed the fake Snow Vigor..."
  4974.     ,"distanceX"
  4975.     ,"distanceY"
  4976.     ,"maxDiff"
  4977.     ,"onoffdefault"
  4978.     ,"forceHP"
  4979.     ,"UI/UIWindow.img/RemoteGachapon/backgrnd"
  4980.     ,"UI/UIWindow.img/RemoteGachapon/Bt"
  4981.     ,"SORT BY PRICE"
  4982.     ,"Skill/Dragon/%d.img"
  4983.     ,"HackShield Error : 0x%08x(%d)\r\n\r\n"
  4984.     ,"HackShield Initialization Error : 0x%08x(%d)\r\n\r\n"
  4985.     ,"HackShield Update Error : 0x%08x(%d)\r\n\r\n"
  4986.     ,"Cannot read HSUpdate.env file."
  4987.     ,"Cannot write HSUpdate.env file."
  4988.     ,"Cannot connect to the server."
  4989.     ,"An error occurred while inputting the network result."
  4990.     ,"Cannot file HackShield update program-related files."
  4991.     ,"Cannot file HSUpdate.pt authentication file."
  4992.     ,"Update timeout occurred in HackShield update program."
  4993.     ,"Error occurs when another game client or another process is already executing HackShield. Since the HackShield vr.3.1 has been improved to allow HackShield running in a multi-process environment, this does not occur in the newer version clients. (Value = 0x201)"
  4994.     ,"Error occurs when the game client is executed in the Compatibility Mode provided by Windows XP. Game execution in Compatibility Mode is judged as a user with ill intentions, so program must be ended and restarted. (Value = 0x004)"
  4995.     ,"Error occurs when game client is executed in a general user account' s authority, not in the Windows NT system's administrator account. In order to use the functions provided by HackShield with a general user accoun'ts authority, a HackShield Shadow account must first be created. Refer to ‘User Authority Execution Function'."
  4996.     ,"Error occurs when the system has already finished initialization through calling _AhnHS_Initialize. _AhnHS_Initialize can only be called once at the program initialization stage, and cannot be called repeatedly. This can only occur in the developmental process, so no other processes need to be taken. (Value = 0x001)"
  4997.     ,"Error occurs when the pointer of the Callback function is set incorrectly or if the license key value is NULL. This can only occur in the developmental process, so no other processes need to be taken. (Value = 0x002)"
  4998.     ,"Error occurs when the game code set to initialization function' s parameter and the license key value do not match the actual values. This can only occur in the developmental process, so no other processes need to be taken. (Value = 0x100)"
  4999.     ,"Error occurs when the interface DLL file(EhSvc.dll, EGRNAP.dll, EGRNAPX2.dll) is forged or altered, or when the version is not matching. If the interface DLL file is forged or altered, this may lead to incapacitation of the hack prevention function. Program must be ended and restarted. (Value = 0x101)"
  5000.     ,"Error occurs when the hack prevention function Driver fails initialization. If driver initialization fails, the hack prevention function will not work normally, so program should be ended, and restarted. (Value = 0x102)"
  5001.     ,"Error occurs while Debugger is running on the system. If this occurs during the developmental process, exclude option AHNHS_CHKOPT_KDTRACER. If this occurs in the version distributed to users, end game program and debugger, and re-execute as there is a possibility of hack attacks. (Value = 0x105)"
  5002.     ,"You are disconnected from MapleStroy due to the attempting to hack. If you have any important issue, please contact us via our homepage"
  5003.     ,"\r\n\r\nPlease send the detailed information through AhnReport"
  5004.     ,"Unable to receive skin file. \n Please try again later."
  5005.     ,"Unable to read authentication file."
  5006.     ,"Failed to analyze product setup ahn.ui file."
  5007.     ,"Unable to receive product setup ahn.ui file. \nPlease try again later."
  5008.     ,"Failed to verify product setup."
  5009.     ,"Failed to call AhnUpEx.dll."
  5010.     ,"Failed to call AspUp.dll."
  5011.     ,"Unable to receive skin file. \nPlease try again later."
  5012.     ,"Failed to call ASPSnc.dll."
  5013.     ,"Unable to receive authentication file. \nPlease try again later."
  5014.     ,"Unable to save authentication file with product."
  5015.     ,"Update is already in progress. (SUiPre)"
  5016.     ,"Unable to execute due to unsupported OS."
  5017.     ,"You have logged into the account without Administrator authority. \r\nProgram cannot be installed or used without the Administrator authority. \r\nPlease log in through account with Administrator authority."
  5018.     ,"Unable to receive file. \nPlease try again later."
  5019.     ,"Failed to analyze ahn.ui file of update program."
  5020.     ,"Failed to call Helper.dll."
  5021.     ,"Unable to receive update program's module."
  5022.     ,"Unable to receive update program's setup."
  5023.     ,"Failed to verify update program setup."
  5024.     ,"Failed to verify update program module."
  5025.     ,"An error occurred in the product information."
  5026.     ,"Unable to execute %1 file."
  5027.     ,"Failed to unzip."
  5028.     ,"Failed to move update program module."
  5029.     ,"Authentication file has expired."
  5030.     ,"An error occurred in Smart Update i installation program."
  5031.     ,"Cannot execute due to unsupported user authority."
  5032.     ,"Unsupported version of Microsoft Internet Explorer."
  5033.     ,"Unsupported CPU."
  5034.     ,"You do not have access to write file."
  5035.     ,"Could not execute suimain.exe."
  5036.     ,"Not Allowed URL"
  5037.     ,"The operation was canceled by the user."
  5038.     ,"Not Allowed Process"
  5039.     ,"Safety mode is not supported."
  5040.     ,"Unknown error occurred."
  5041.     ,"Failed during initialization cancellation."
  5042.     ,"Failed to load modules Mkd25.dll, Mkd25def.dll."
  5043.     ,"Initialization was not completed."
  5044.     ,"Abnormal parameter."
  5045.     ,"Failed during initialization."
  5046.     ,"AOS MKD module was not loaded."
  5047.     ,"Update is not supported."
  5048.     ,"Failed during update process."
  5049.     ,"Abnormal update parameter."
  5050.     ,"Failed to load update module."
  5051.     ,"AOS MKD is not installed."
  5052.     ,"An error occurred in AOS MKD compatibility. \r\nPlease terminate all MKD linked productings and re-execute."
  5053.     ,"Unprotected Edit Control."
  5054.     ,"Unmatching properties."
  5055.     ,"Some API hooking is already done. (However, this is actually blocked and hooking program does not work.)"
  5056.     ,"Detected auto-mouse action."
  5057.     ,"Detected auto-macro action."
  5058.     ,"Detected hooking action towards protection API."
  5059.     ,"Hack prevention driver was not loaded."
  5060.     ,"Message hooking has been detected. This could not be blocked."
  5061.     ,"Debugger tracing occurred. (Kernel debugger activation, then Break Pointer measure)"
  5062.     ,"Change occurred in installed debugger tracing."
  5063.     ,"If speed hack detection option is 'GAME,' recent 5 seconds of time information is sent through this callback."
  5064.     ,"Detected game hack tool execution."
  5065.     ,"Detected regular hack tool (Trojan Horse,etc)."
  5066.     ,"Window-mode hack tool"
  5067.     ,"Detected code patch trial."
  5068.     ,"Change occurred in Hackshield-related module."
  5069.     ,"Abnormal engine function."
  5070.     ,"Unmatching code."
  5071.     ,"Abnormal screensaver function."
  5072.     ,"Detected memory alteration towards protection module."
  5073.     ,"Code in Game EXE is called randomly from external module."
  5074.     ,"Game did not connect to correct server."
  5075.     ,"Irregular information according to HackShield motion check."
  5076.     ,"%s : got a(n)"
  5077.     ,"%s %s  :  %s  from the %s Gachapon! Congrats!"
  5078.     ,"%s %s  :  %s  from the Cash Shop Surprise! Congrats!"
  5079.     ,"UI/UIWindow.img/CharacterClone/MainStep1"
  5080.     ,"UI/UIWindow.img/CharacterClone/MainStep2"
  5081.     ,"UI/UIWindow.img/CharacterClone/MainStep3"
  5082.     ,"UI/UIWindow.img/CharacterClone/MainStep4"
  5083.     ,"UI/UIWindow.img/CharacterClone/MainStep5"
  5084.     ,"UI/UIWindow.img/CharacterClone/Appearance"
  5085.     ,"UI/UIWindow.img/CharacterClone/BtCancel"
  5086.     ,"UI/UIWindow.img/CharacterClone/BtNext"
  5087.     ,"UI/UIWindow.img/CharacterClone/BtBack"
  5088.     ,"UI/UIWindow.img/CharacterClone/BtFinish"
  5089.     ,"UI/UIWindow.img/CharacterClone/BtLeft"
  5090.     ,"UI/UIWindow.img/CharacterClone/BtRight"
  5091.     ,"UI/UIWindow.img/CharacterClone/Warrior/0"
  5092.     ,"UI/UIWindow.img/CharacterClone/Magician/0"
  5093.     ,"UI/UIWindow.img/CharacterClone/Archer/0"
  5094.     ,"UI/UIWindow.img/CharacterClone/Thief/0"
  5095.     ,"UI/UIWindow.img/CharacterClone/Pirate/0"
  5096.     ,"UI/UIWindow.img/CharacterClone/Warrior/1"
  5097.     ,"UI/UIWindow.img/CharacterClone/Magician/1"
  5098.     ,"UI/UIWindow.img/CharacterClone/Archer/1"
  5099.     ,"UI/UIWindow.img/CharacterClone/Thief/1"
  5100.     ,"UI/UIWindow.img/CharacterClone/Pirate/1"
  5101.     ,"%s\r\n will be sealed until %d-%d-%04d %02d:%02d.\r\nDo you want to proceed?"
  5102.     ,"%s\r\n will extend the item seal until %d-%d-%04d %02d:%02d.\r\n Do you want to proceed?"
  5103.     ,"%s's seal has expired."
  5104.     ,"%s's seal expires on %d-%d-%04d %02d:%02d. If you additionally use the timed seal item, you can extend the date."
  5105.     ,"You have to quit Family \r\nto move to another world."
  5106.     ,"You cannot add a Junior \r\nsince you've requested to change worlds."
  5107.     ,"You cannot add a Junior \r\nthat has requested to change worlds."
  5108.     ,"Don't spend SP, increase MAX HP 0"
  5109.     ,"spend SP 6, increase MAX HP 72"
  5110.     ,"spend SP 7, increase MAX HP 144"
  5111.     ,"spend SP 8, increase MAX HP 212"
  5112.     ,"spend SP 9, increase MAX HP 280"
  5113.     ,"spend SP 10, increase MAX HP 348"
  5114.     ,"spend SP 11, increase MAX HP 412"
  5115.     ,"spend SP 12, increase MAX HP 476"
  5116.     ,"spend SP 13, increase MAX HP 540"
  5117.     ,"spend SP 14, increase MAX HP 600"
  5118.     ,"spend SP 15, increase MAX HP 660"
  5119.     ,"Don't spend SP, increase MAX MP 0"
  5120.     ,"spend SP 6, increase MAX MP 40"
  5121.     ,"spend SP 7, increase MAX MP 80"
  5122.     ,"spend SP 8, increase MAX MP 118"
  5123.     ,"spend SP 9, increase MAX MP 156"
  5124.     ,"spend SP 10, increase MAX MP 194"
  5125.     ,"spend SP 11, increase MAX MP 230"
  5126.     ,"spend SP 12, increase MAX MP 266"
  5127.     ,"spend SP 13, increase MAX MP 302"
  5128.     ,"spend SP 14, increase MAX MP 336"
  5129.     ,"spend SP 15, increase MAX MP 370"
  5130.     ,"You must be over Level 30\r\nto purchase this item"
  5131.     ,"You do not have any empty character slots\r\nThe Maple life(B-Type) will create\r\na new character slot upon purchase."
  5132.     ,"You cannot create a new character\r\nin this world as all 12 slots are full."
  5133.     ,"no more characters can be created.\r\nPlease check again"
  5134.     ,"You can not use this name.\r\nPlease check again"
  5135.     ,"This name is currently being used.\r\nPlease check again."
  5136.     ,"Creation has completed successfully."
  5137.     ,"UI/UIWindow.img/ViciousHammer/backgrnd"
  5138.     ,"UI/UIWindow.img/ViciousHammer/BtStart"
  5139.     ,"UI/UIWindow.img/ViciousHammer/BtCancel"
  5140.     ,"The item is not upgradable."
  5141.     ,"2 upgrade increases\r\nhave been used already."
  5142.     ,"""    Increased available upgrade by 1. \r\n%d upgrades are left."""
  5143.     ,"You can't use Vicious' Hammer\r\non Horntail Necklace."
  5144.     ,"NUMBER OF VICIOUS' HAMMER APPLIED : %d"
  5145.     ,"NUMBER OF VICIOUS' HAMMER APPLIED : 2(MAX)"
  5146.     ,"ViciousHammer"
  5147.     ,"Cannot kick another user in this map"
  5148.     ,"Cannot do it in this map"
  5149.     ,"[Talent Show event] The Talent Show event has started. Please talk to NPC Gaga in towns to participate."
  5150.     ,"CashGachapon.img"
  5151.     ,"CashGachaponCopy.img"
  5152.     ,"Prob"
  5153.     ,"This item cannot be purchased \r\nwith MaplePoints."
  5154.     ,"Sorry for inconvinence. \r\nplease try again."
  5155.     ,"accountSharable"
  5156.     ,"alert6"
  5157.     ,"backHairBelowCap"
  5158.     ,"combatStep"
  5159.     ,"doubleAttack"
  5160.     ,"flamegear"
  5161.     ,"fullSwingDouble"
  5162.     ,"fullSwingTriple"
  5163.     ,"icestorm"
  5164.     ,"overSwingDouble"
  5165.     ,"overSwingTriple"
  5166.     ,"phantom"
  5167.     ,"poleArmFinish"
  5168.     ,"poleArmPush"
  5169.     ,"poleArmSmash"
  5170.     ,"poleArmToss"
  5171.     ,"souldriver"
  5172.     ,"stormbreak"
  5173.     ,"swingP1PoleArm"
  5174.     ,"swingP2PoleArm"
  5175.     ,"swingT2PoleArm"
  5176.     ,"tripleAttack"
  5177.     ,"whirlwind"
  5178.     ,"windspear"
  5179.     ,"battleField"
  5180.     ,"Map/Obj/etc.img/battleField/backgrnd"
  5181.     ,"Map/Obj/etc.img/battleField/fontScore0"
  5182.     ,"Map/Obj/etc.img/battleField/fontScore1"
  5183.     ,"Map/Obj/etc.img/battleField/fontTime"
  5184.     ,"goCheckBoardIndex"
  5185.     ,"Map/Obj/etc.img/eventPointCount/backgrnd"
  5186.     ,"Map/Obj/etc.img/eventPointCount"
  5187.     ,"Effect/BasicEff.img/SoulRush"
  5188.     ,"UI/UIWindow.img/Equip/BtPet"
  5189.     ,"UI/UIWindow.img/Equip/MechanicEquip"
  5190.     ,"horizontalImpact"
  5191.     ,"reactorName"
  5192.     ,"hRange"
  5193.     ,"infoex"
  5194.     ,"viewMedalItem"
  5195.     ,"medalCategory"
  5196.     ,"noCancelDamage"
  5197.     ,"noMapCmd"
  5198.     ,"notExtend"
  5199.     ,"onlyEquip"
  5200.     ,"autoAccept"
  5201.     ,"reactorState"
  5202.     ,"RaceSelect"
  5203.     ,"Map/Obj/etc.img/space/backgrnd"
  5204.     ,"Map/Obj/etc.img/space/fontTime"
  5205.     ,"targetField"
  5206.     ,"targetPortal"
  5207.     ,"UI/UIWindow.img/GMBoard/backgrnd"
  5208.     ,"UI/UIWindow.img/GMBoard/Loading"
  5209.     ,"UI/UIWindow.img/GMBoard/NoticeIcon"
  5210.     ,"UI/Login.img/CharSelect/aran"
  5211.     ,"UI/Login.img/CharSelect/adventure"
  5212.     ,"UI/Login.img/NewCharAran/avatarSel"
  5213.     ,"UI/Login.img/NewCharAran/BtLeft"
  5214.     ,"UI/Login.img/NewCharAran/BtNo"
  5215.     ,"UI/Login.img/NewCharAran/BtRight"
  5216.     ,"UI/Login.img/NewCharAran/BtYes"
  5217.     ,"UI/Login.img/NewCharAran/charName"
  5218.     ,"UI/Login.img/NewCharAran/charSet"
  5219.     ,"UI/Login.img/NewCharKnight/avatarSel"
  5220.     ,"UI/Login.img/NewCharKnight/BtLeft"
  5221.     ,"UI/Login.img/NewCharKnight/BtNo"
  5222.     ,"UI/Login.img/NewCharKnight/BtRight"
  5223.     ,"UI/Login.img/NewCharKnight/BtYes"
  5224.     ,"UI/Login.img/NewCharKnight/charName"
  5225.     ,"UI/Login.img/NewCharKnight/charSet"
  5226.     ,"UI/ChatBalloon.img/tutorial/%s"
  5227.     ,"UI/tutorial.img/%d"
  5228.     ,"UI/Login.img/RaceSelect/BtAran"
  5229.     ,"UI/Login.img/RaceSelect/BtKnight"
  5230.     ,"UI/Login.img/RaceSelect/BtSelect"
  5231.     ,"UI/Login.img/RaceSelect/BtNormal"
  5232.     ,"UI/Login.img/RaceSelect/BtDual"
  5233.     ,"UI/Login.img/RaceSelect/aran/OffAnimation"
  5234.     ,"UI/Login.img/RaceSelect/knight/OffAnimation"
  5235.     ,"UI/Login.img/RaceSelect/normal/OffAnimation"
  5236.     ,"UI/Login.img/RaceSelect/aran/OnAnimation"
  5237.     ,"UI/Login.img/RaceSelect/knight/OnAnimation"
  5238.     ,"UI/Login.img/RaceSelect/normal/OnAnimation"
  5239.     ,"UI/Login.img/RaceSelect/aran/text"
  5240.     ,"UI/Login.img/RaceSelect/knight/text"
  5241.     ,"UI/Login.img/RaceSelect/normal/text"
  5242.     ,"UI/Login.img/RaceSelect/textGL/0"
  5243.     ,"UI/UIWindow.img/Stat/basicStat"
  5244.     ,"UI/UIWindow.img/CashTradingRoom/backgrnd"
  5245.     ,"UI/UIWindow.img/CashTradingRoom/BtCoin"
  5246.     ,"UI/UIWindow.img/CashTradingRoom/BtReset"
  5247.     ,"UI/UIWindow.img/CashTradingRoom/BtTrade"
  5248.     ,"UI/UIWindow.img/CashTradingRoom/icon2"
  5249.     ,"UI/UIWindow.img/ContextMenu/BtCashTrade"
  5250.     ,"UI/UIWindow.img/FadeYesNo/backgrnd6"
  5251.     ,"UI/UIWindow.img/FadeYesNo/icon9"
  5252.     ,"UI/UIWindow.img/Title/backgrnd2"
  5253.     ,"UI/UIWindow.img/Title/backgrnd3"
  5254.     ,"UI/UIWindow.img/Title/backgrnd4"
  5255.     ,"UI/UIWindow.img/Title/backgrnd5"
  5256.     ,"UI/UIWindow.img/Title/BtGiveup"
  5257.     ,"UI/UIWindow.img/Title/BtOK"
  5258.     ,"UI/UIWindow.img/Title/icon1"
  5259.     ,"UI/UIWindow.img/Title/icon2"
  5260.     ,"UI/UIWindow.img/Title/Tab/disabled"
  5261.     ,"UI/UIWindow.img/Title/Tab/enabled"
  5262.     ,"UI/UIWindow.img/PersonalShop/backgrnd4"
  5263.     ,"UI/UIWindow.img/PersonalShop/backgrnd5"
  5264.     ,"UI/UIWindow.img/PersonalShop/backgrnd6"
  5265.     ,"UI/UIWindow.img/PersonalShop/BtAdd"
  5266.     ,"UI/UIWindow.img/PersonalShop/BtBlackList"
  5267.     ,"UI/UIWindow.img/PersonalShop/BtDelete"
  5268.     ,"UI/UIWindow.img/PersonalShop/BtOK"
  5269.     ,"UI/UIWindow.img/PersonalShop/BtSaveName"
  5270.     ,"UI/UIWindow.img/PersonalShop/BtVisit"
  5271.     ,"UI/UIWindow.img/UserInfo/BtCollectionHide"
  5272.     ,"UI/UIWindow.img/UserInfo/BtCollectionShow"
  5273.     ,"UI/UIWindow.img/Equip/backgrnd"
  5274.     ,"UI/UIWindow.img/Equip/FullBackgrnd"
  5275.     ,"UI/UIWindow.img/Equip/BtCashshop"
  5276.     ,"UI/UIWindow.img/Equip/BtDragonEquip"
  5277.     ,"http://%s.nexon.com/MapleStory/Page/Gnxguildboard.aspx?URL=GuildBoard/OperationBoard"
  5278.     ,"verticalImpact"
  5279.     ,"vRange"
  5280.     ,"Map/Obj/etc.img/goldkey/backgrnd"
  5281.     ,"Map/Obj/etc.img/goldkey/number"
  5282.     ,"Map/Obj/etc.img/goldkey/key"
  5283.     ,"Spirits who receive #c%s#'s energy will give your character a boost. 1 Skill Point will be granted each time #c%s#'s level increases by 10."
  5284.     ,"The item's effects will disappear after the #cslot expiration date of %d(month)-%d(date)-%04d(year) at %02d(hour):%02d(minute)."
  5285.     ,"The item will be equipped if you purchase a %s slot extender at the #c Cash Shop.#"
  5286.     ,"UI/UIWindow.img/Equip/DragonEquip"
  5287.     ,"Movement is possible only within the account"
  5288.     ,"Admin"
  5289.     ,"Player %s has lost all of his/her wool."
  5290.     ,"Baaaa~"
  5291.     ,"Baa~"
  5292.     ,"Baa Baa~"
  5293.     ,"Owoo~"
  5294.     ,"Woof Woof Woof!"
  5295.     ,"Owoooo~"
  5296.     ,"You used the item but nothing happened."
  5297.     ,"Some items cannot be traded with other users\r\nand"
  5298.     ,"If you purchase a %s(%dcash), you can equip \r\n the item for %d additional days. \r\n Refunds are not availabe after the purchase. \r\n Do you still wish to purchase it?"
  5299.     ,"The time limit for the \r\n %s slot has been extended to %d(month)-%d(date)-%d(year) at %d(hour):%d(minute)."
  5300.     ,"You have added %s slots."
  5301.     ,"If you purchase this item, you will be able to equip\r\nadditional equipment items."
  5302.     ,"Available until %d(month)-%d(date)-%04d(year) at %02d(hour):%02d(minute)"
  5303.     ,"If you use this item, you will not be able\r\nto trade the item with other users.\r\nDo you really want to use this item?"
  5304.     ,"Time Limit Expired"
  5305.     ,"Have you checked the\r\ntime limit on the item?"
  5306.     ,"%ddays, %dhours, and %dminutes left"
  5307.     ,"[GM] You have received a letter for the Maple Team. Please click on the envelope at the top right."
  5308.     ,"/CashTrade"
  5309.     ,"/GameTrade"
  5310.     ,"This is only available while aboard the %s."
  5311.     ,"/Artifact Ranking"
  5312.     ,"Due to the effect of the Tresure Box, you will receive an additional %d%% points for %dseconds."
  5313.     ,"You can only be equipped with 1 Unique Equipped Item."
  5314.     ,"Please use 'Trade'."
  5315.     ,"This is a Cash Trade Invite"
  5316.     ,"Separation is not possible due to insufficient Mesos.\r\nYou will need %d Mesos to\r\nseparate with a Senior."
  5317.     ,"Separation is not possible due to insufficient Mesos.\r\nYou will need %d Mesos to\r\nseparate with a Junior."
  5318.     ,"\r\n\r\nFee:%d Mesos"
  5319.     ,"%d Reputation Points for yourself and %d Reputation Points for your Senior will be deducted\r\nand all lower Family members will be affected.\r\nDo you really want to separate from the selected character?"
  5320.     ,"%d Reputation Points will be deducted from you, \r\nand all lower Family members will be affected.\r\nDo you really want to separate from the selected character?"
  5321.     ,"%d Reputation Points for the Senior and %d Reputation Points for the 2nd Senior will be deducted, and all lower Family members will be affected.\r\nDo you really want to separate from the selected character?"
  5322.     ,"%d Reputations for the Senior will be deducted, and\r\nall lower Family members will be affected. Do you really want to separate from the selected character?"
  5323.     ,"The family relation has been severed as %s has initiated a separation."
  5324.     ,"Family relations have been severed as a Family member has initiated separation. %d Reputation Points will be deducted."
  5325.     ,"The family relation has been severed as %s has initiated a seperation. Reputation Points will be deducted by %d."
  5326.     ,"%02d(hour)%02d(minute)"
  5327.     ,"Mu Young: That was a close call!! I can't believe you tried to fight Balrog when you are so weak… Draw Balrog's attention and continue hitting him for 10 minutes while I seal him up."
  5328.     ,"Mu Young: That was a close call!! I can't believe you tried to fight Balrog when you are so weak… Draw Balrog's attention and continue hitting him for 5 minutes while I seal him up."
  5329.     ,"A portion was not found after falling on the ground."
  5330.     ,"%s has disappeared as the time limit has passed."
  5331.     ,"You have used 1 Wheel of Destiny in order to revive at the current map. (%d left)"
  5332.     ,"Time limit extension is not possible on this item."
  5333.     ,"Failed to connect to the update server. Please try again later or check the status of your network."
  5334.     ,"HackShield has not initialized. Please try again after rebooting, closing other programs, or running a virus or spyware check."
  5335.     ,"The virus or hacking tool detection module has failed to load.  You may have insufficient memory or your computer may be infected with a virus."
  5336.     ,"Hackshield file does not exist or has been modified."
  5337.     ,"The game is already loaded or HackShield is already in use. Please try again after ending the game."
  5338.     ,"A hacking program has been found. Please close any unnecessary programs and try again."
  5339.     ,"Access authority for Hackshield files is invalid."
  5340.     ,"This is an error that occurs when there is an unknown problem."
  5341.     ,"HackShield: Initialization Error (0x%08X)\r\n\r\n"
  5342.     ,"HackShield: Hacking Detected (0x%08X)\r\n\r\nA hacking attempt has been detected. MapleStory will now close. Please visit our website for more information."
  5343.     ,"HackShield: Update Error (0x%08X)\r\n\r\n"
  5344.     ,"Legend"
  5345.     ,"You cannot move anymore in this area.\r\nYou will be deleted off the list."
  5346.     ,"You cannot open a store in this channel. Please use a different channel."
  5347.     ,"MyKeyDefense: Initializatin Error (0x%08X)\r\n\r\n"
  5348.     ,"This item cannot be recovered once dropped. However, It is possible to transfer it to a different character on the same account by using the storage system. \r\n\r\nDo you really want to drop this item?"
  5349.     ,"If you invest your AP in HP or MP, your character may have insufficient stats to become as strong as it could be.\r\nDo you still wish to raise this skill?"
  5350.     ,"<%s%s has advanced to a(an) %s."
  5351.     ,"<%s%s is now married. Please congratulate them."
  5352.     ,"Complete"
  5353.     ,"Incomplete"
  5354.     ,"Congratulations. You've won a reward in the Excavation Hunt with %d points. Please go to the store to receive your gift."
  5355.     ,"%s has made the Artifact Hunt rankings."
  5356.     ,"%s has surpassed %s in the Artifact Hunt rankings."
  5357.     ,"%s - %s"
  5358.     ,"This week's Artifact Hunt winner"
  5359.     ,"%s is currently ranked in the Top 10 of the Artifact Hunt."
  5360.     ,"Cash Items become untradable\r\nonce they have been traded and \r\nMaple Points cannot be accumulated\r\nusing Item Deletions in the Cash Shop.\r\n\r\nDo you really want to buy?"
  5361.     ,"A cash item purchase was canceled\r\ndue to a server check."
  5362.     ,"Purchase was canceled because there was an item\r\nthat disappeared because it expired."
  5363.     ,"Seal Released on %d-%d-%04d %02d:%02d"
  5364.     ,"Time limit extension is not possible."
  5365.     ,"Unique Equipped Item"
  5366.     ,"You have received a letter from an Admin.\r\nPlease click on the envelope."
  5367.     ,"Cash Items become untradable\r\nonce they have been traded and \r\nMaple Points cannot be accumulated\r\nusing Item Deletions in the Cash Shop.\r\n\r\nDo you really want to trade?"
  5368.     ,"A cash item trade was canceled\r\ndue to a server check."
  5369.     ,"Trade was canceled because there was an item\r\nthat disappeared because it expired."
  5370.     ,"How many will you drop? (A portion of the amount may be lost if picked up by another user.)"
  5371.     ,"You can raise the desired stat by clicking the arrow next to it."
  5372.     ,"The most important stat for a Warrior is STR."
  5373.     ,"The most important stat for a Magician is INT."
  5374.     ,"The most important stat for a Bowman is DEX."
  5375.     ,"The most important stat for a Thief is LUK."
  5376.     ,"The most important stat for a knuckle using Pirate is STR."
  5377.     ,"The most important stat for a gun using Pirate is DEX."
  5378.     ,"The most important stat for a Dawn Warrior is STR."
  5379.     ,"The most important stat for a Blaze Wizard is INT."
  5380.     ,"The most important stat for a Wind Archer is DEX."
  5381.     ,"The most important stat for a Night Walker is LUK."
  5382.     ,"The most important stat for a Thunder Breaker is STR."
  5383.     ,"If you press the click the auto-assign button, the AP will be"
  5384.     ,"distributed automatically as needed."
  5385.     ,"Number of medals obtained: %d"
  5386.     ,"Obtainable Title"
  5387.     ,"Title being challenged"
  5388.     ,"If you purchase a %s slot addtion in the Cash Shop, you can additionally equip a %s."
  5389.     ,"Item/Install/%04d.img/%08d/effect2"
  5390.     ,"incLEV"
  5391.     ,"/Help"
  5392.     ,"[%s]'s broadcasting will begin. Please turn up the volume."
  5393.     ,"[%s]'s broadcasting has ended."
  5394.     ,"\r\n#The item you purchase with NX can be traded once with another user prior to use.#"
  5395.     ,"\r\n#You cannot trade a used item with another player.#"
  5396.     ,"You cannot acquire any items because the game file has been damaged. Please try again after reinstalling the game."
  5397.     ,"The force of the underground has pushed you out."
  5398.     ,"Characters whose level is below Lv. 10, such as Beginners, Noblesses, and Legends cannot form a party."
  5399.     ,"Adventurer"
  5400.     ,"An illegal program has been detected.\r\nPlease try again after reinstalling the game.\r\n\r\nIllegal program usage could result in banning from the game."
  5401.     ,"press 1, 2, or 3 to change the group you'd like to talk to."
  5402.     ,"You cannot acquire any items."
  5403.     ,"You cannot use this item\r\nbecause a similar event is in progress."
  5404.     ,"This item has expired."
  5405.     ,"Not available for Beginners, Noblesses, and Legends."
  5406.     ,"You got a title!"
  5407.     ,"CharLevel"
  5408.     ,"comboFenrir"
  5409.     ,"comboSmash"
  5410.     ,"comboTempest"
  5411.     ,"doubleSwing"
  5412.     ,"Effect/BasicEff.img/CoolHit/cool"
  5413.     ,"Effect/BasicEff.img/GetParao"
  5414.     ,"UI/UIWindow.img/Item/New/Tab1"
  5415.     ,"UI/UIWindow.img/Item/New/Tab0"
  5416.     ,"UI/UIWindow.img/Item/New/inventory"
  5417.     ,"finalBlow"
  5418.     ,"finalCharge"
  5419.     ,"finalToss"
  5420.     ,"http://%s.nexon.com/MapleStory/Page/Gnxgame.aspx?URL=Event/200909/LoginAuth&key=%s"
  5421.     ,"killing/clear"
  5422.     ,"killing/fail"
  5423.     ,"Map/Obj/etc.img/killing/backgrnd"
  5424.     ,"Map/Obj/etc.img/killing/fontTime"
  5425.     ,"Map/WorldMap/WorldMap%03d.img"
  5426.     ,"massacre_cool"
  5427.     ,"massacre_hit"
  5428.     ,"massacre_laststage"
  5429.     ,"massacre_miss"
  5430.     ,"massacre_party"
  5431.     ,"massacre_skill"
  5432.     ,"minus"
  5433.     ,"miss"
  5434.     ,"mobCode"
  5435.     ,"plus"
  5436.     ,"pyramid"
  5437.     ,"rollingSpin"
  5438.     ,"selectedSkillID"
  5439.     ,"showLayerTag"
  5440.     ,"Skill/%03d.img/skill/%07d/CharLevel/%d/effect"
  5441.     ,"Skill/%03d.img/skill/%07d/CharLevel/%d/hit/%d"
  5442.     ,"Sound/Radio.img/%s"
  5443.     ,"Sound/Radio.img/%s/track"
  5444.     ,"tags"
  5445.     ,"tripleSwing"
  5446.     ,"UI/Login.img/WorldSelect/alert/backgrd"
  5447.     ,"UI/Login.img/WorldSelect/alert/BtArrowL"
  5448.     ,"UI/Login.img/WorldSelect/alert/BtArrowR"
  5449.     ,"UI/Login.img/WorldSelect/alert/BtChoice"
  5450.     ,"UI/Login.img/WorldSelect/alert/BtClose"
  5451.     ,"UI/Login.img/WorldSelect/BtViewAll"
  5452.     ,"UI/Login.img/WorldSelect/BtViewChoice"
  5453.     ,"UI/UIWindow.img/MapleEvent/backgrnd"
  5454.     ,"UI/UIWindow.img/MapleEvent/Loading"
  5455.     ,"UI/UIWindow.img/MonsterKilling/Count/backgrd0"
  5456.     ,"UI/UIWindow.img/MonsterKilling/Count/backgrd1"
  5457.     ,"UI/UIWindow.img/MonsterKilling/Count/keyBackgrd/close"
  5458.     ,"UI/UIWindow.img/MonsterKilling/Count/keyBackgrd/ing"
  5459.     ,"UI/UIWindow.img/MonsterKilling/Count/keyBackgrd/open"
  5460.     ,"UI/UIWindow.img/MonsterKilling/Count/number"
  5461.     ,"UI/UIWindow.img/MonsterKilling/Count/number2"
  5462.     ,"UI/UIWindow.img/MonsterKilling/Gauge/backgrd"
  5463.     ,"UI/UIWindow.img/MonsterKilling/Gauge/backgrdD"
  5464.     ,"UI/UIWindow.img/MonsterKilling/Gauge/danger"
  5465.     ,"UI/UIWindow.img/MonsterKilling/Gauge/iconD"
  5466.     ,"UI/UIWindow.img/MonsterKilling/Gauge/pixel"
  5467.     ,"UI/UIWindow.img/MonsterKilling/Gauge/text"
  5468.     ,"UI/UIWindow.img/MonsterKilling/Gauge/textD"
  5469.     ,"UI/UIWindow.img/MonsterKilling/Result/backgrd"
  5470.     ,"UI/UIWindow.img/MonsterKilling/Result/backgrd2"
  5471.     ,"UI/UIWindow.img/MonsterKilling/Result/number"
  5472.     ,"UI/UIWindow.img/MonsterKilling/Result/number2"
  5473.     ,"UI/UIWindow.img/MonsterKilling/Result/Rank/a"
  5474.     ,"UI/UIWindow.img/MonsterKilling/Result/Rank/b"
  5475.     ,"UI/UIWindow.img/MonsterKilling/Result/Rank/c"
  5476.     ,"UI/UIWindow.img/MonsterKilling/Result/Rank/d"
  5477.     ,"UI/UIWindow.img/MonsterKilling/Result/Rank/s"
  5478.     ,"UI/UIWindow.img/SkillUp/backgrd"
  5479.     ,"UI/UIWindow.img/SkillUp/btOK"
  5480.     ,"UI/UIWindow.img/VegaSpell/backgrnd10"
  5481.     ,"UI/UIWindow.img/VegaSpell/backgrnd60"
  5482.     ,"UI/UIWindow.img/VegaSpell/SuccessWnd"
  5483.     ,"UI/UIWindow.img/VegaSpell/FailWnd"
  5484.     ,"UI/UIWindow.img/VegaSpell/BtStart"
  5485.     ,"UI/UIWindow.img/VegaSpell/BtOK"
  5486.     ,"This scroll cannot be used."
  5487.     ,"Something wrong!"
  5488.     ,"The item and the scroll cannot be combined."
  5489.     ,"Unknowun error %d."
  5490.     ,"No Vega List"
  5491.     ,"VegaSuccess"
  5492.     ,"VegaFail"
  5493.     ,"VegaTwinkling"
  5494.     ,"Etc/VegaSpell.img"
  5495.     ,"UI/UIWindow.img/VegaSpell/Count/%d"
  5496.     ,"/forbiddenmapreloadd"
  5497.     ,"You have acquired %d Gachapon Stamps\r\nby purchasing the Gachapon Ticket."
  5498.     ,"You cannot receive any Gachapon Stamps\r\nbecause you do not have enough room in\r\nyour Etc window."
  5499.     ,"Purchase with %d points and get %d Stamps!\r\nThe following Stamp can be received with %d points.\r\nAccumulated %d points"
  5500.     ,"userInfoScale"
  5501.     ,"userInfoDiffX"
  5502.     ,"userInfoDiffY"
  5503.     ,"%s x%d needed."
  5504.     ,"You need more items"
  5505.     ,"If you do not use your AP when you level up, \r\nthen you won't be able to receive any additional AP.\r\nPlease use your AP."
  5506.     ,"Rainbow Week Bonus EXP (+%d)"
  5507.     ,"You have gained items in the %s tab (%s %d)"
  5508.     ,"You have gained an item in the %s tab (%s)"
  5509.     ,"With the weapon that %s currently has equipped,\r\nthis item can't be used.\r\nDo you still wish to give it as a gift?"
  5510.     ,"The pet that %s is currently raising\r\ncannot be equipped with this item.\r\nDo you still wish to give it as a gift?"
  5511.     ,"This item can only be equipped on pets.\r\nDo you still wish to give it as a gift?"
  5512.     ,"This item cannot be used without a pet\r\nnor can it be used on a pet that's no longer living.\r\nDo you really want to give it as a gift?"
  5513.     ,"With the pet that %s currently has equipped,\r\nthis item can't be used.\r\nDo you still wish to give it as a gift?"
  5514.     ,"Without a Monster Mount skill,\r\nthis item can't be used.\r\nDo you still wish to give it as a gift?"
  5515.     ,"Can be used for %s after purchase"
  5516.     ," %dDay(s)"
  5517.     ," %dHour(s)"
  5518.     ," %dMinute(s)"
  5519.     ,"You must be over lv.%d to purchase this item"
  5520.     ,"You must be under lv.%d to purchase this item"
  5521.     ,"This is a time-restricted item\r\n"
  5522.     ,"Are you sure you want to make the purchase?\r\nYou currently have %s x%d."
  5523.     ,"(Should be left blank in English)"
  5524.     ,"This item can only be equipped on Evan."
  5525.     ,"#eWelcome to the Test World#n\r\nThis is a place that has been created in order to test\r\ncontent that is planned to be revised or added in the real MapleStory World.\r\nAs such, the following limitations apply.\r\n\r\n#b1. In the Test World, character development has been\r\nset on ""easy"" for the sake of testing. This info \r\nwill not be applied in the real MapleStory World.\r\n2. Character information from the Test World will never\r\nbe shared with the real MapleStory World. \r\n3. Character information in the Test World can be reset\r\nwithout any notice or agreement from the user.\r\n4. The Test World service may be stopped without\r\nany notice.\r\n5. Content tested here may not be\r\napplied to the real MapleStory World.\r\n6. When the tested contents are added to the real MapleStory World, there may be\r\nmodifications made to the stats.\r\n"
  5526.     ,"The key you just pressed is a key that has been disabled."
  5527.     ,"This key is already being used."
  5528.     ,"The changes you've made to the Quick Slot will also be canceled."
  5529.     ,"The changes you've made to the Quick Slots will also change to default."
  5530.     ,"You have revived on the current map through the effect of the Spirit Stone."
  5531.     ,"The Entitlement does not apply because your level does not match the corresponding area."
  5532.     ,"This map can only be entered by party members."
  5533.     ,"You have been kicked out of the map because you left the party."
  5534.     ,"Your current condition will not permit you to use a potion."
  5535.     ,"You will receive damage if you become covered with the Shadow of Darkness and cannot move."
  5536.     ,"The fear of darkness has overtaken you! Your range of vision has been narrowed."
  5537.     ,"Dragon Hat"
  5538.     ,"Dragon Pendant"
  5539.     ,"Dragon Wing Accessory"
  5540.     ,"Dragon Tail Accessory"
  5541.     ,"This contains an item that will disappear once \r\nthe expiration date has passed. Do you want to give it as a gift?"
  5542.     ,"%s does not have an item that \r\ncan be used with the %s.\r\nDo you still wish to give it as a gift?"
  5543.     ,"You receive damage having been covered by the Shadow of Darkness."
  5544.     ,"svReturnMap"
  5545.     ,"svTargetSP"
  5546.     ,"PRaid_ElapssedTimeAtBoss"
  5547.     ,"PRaid_Team"
  5548.     ,"Red_Stage"
  5549.     ,"Blue_Stage"
  5550.     ,"PRaid_Bonus"
  5551.     ,"PRaid_Total"
  5552.     ,"Red Team"
  5553.     ,"Blue Team"
  5554.     ,"One of your party members has been banished from the room due to abnormal termination."
  5555.     ,"\r\n#cExpiration Date: %2d/%2d/%4d %2d:%2d#"
  5556.     ,"This item cannot be used in this map."
  5557.     ,"magicmissile"
  5558.     ,"dragonSpark"
  5559.     ,"dragonIceBreathe"
  5560.     ,"dragonBreathe"
  5561.     ,"icebreathe_prepare"
  5562.     ,"breathe_prepare"
  5563.     ,"infinityExplosion"
  5564.     ,"superMagicmissile"
  5565.     ,"illusion"
  5566.     ,"magicFlare"
  5567.     ,"magicBooster"
  5568.     ,"dragonShield"
  5569.     ,"dragonFury"
  5570.     ,"dragonFly"
  5571.     ,"elementalReset"
  5572.     ,"elementalRegistance"
  5573.     ,"dragonAura"
  5574.     ,"dragonSkin"
  5575.     ,"Effect/BasicEff.img/dragonEyes"
  5576.     ,"Bamboo_Used"
  5577.     ,"You have received some SP! (+%d)"
  5578.     ,"You have earned some Level (%d) Job Advancement SP! (+%d)"
  5579.     ,"You have invited '%s' to your party."
  5580.     ,"You have already invited '%s' to your party."
  5581.     ,"%s' is already in a party."
  5582.     ,"You cannot send an invite when you are in a raid."
  5583.     ,"If you leave the party,\r\nthe expedition will be disbanded.\r\nWould you like to leave the party?"
  5584.     ,"You cannot kick anyone from the party when you are in a raid."
  5585.     ,"You cannot change the party leader when you are in a raid."
  5586.     ,"The Party Search function can only be used by the party leader."
  5587.     ,"'%s' could not be found\r\nin the current server."
  5588.     ,"Your Party Listing will be removed in the following situations:\r\n1. Your party becomes full.\r\n2. Your party disbands.\r\n3. %d minutes have passed.\r\n4. You begin a party quest.\r\nWould you still like to create a Party Listing?"
  5589.     ,"You cannot purchase this item\r\nbecause you cannot use it."
  5590.     ,"You cannot gift this item\r\nbecause the recipient cannot use it."
  5591.     ,"Please enter the name of the character\r\nyou wish to invite to the raid."
  5592.     ,"Lv.%d %s"
  5593.     ,"You have received a %s invite."
  5594.     ,"You have been sent a follow request."
  5595.     ,"You have received a party request."
  5596.     ,"You cannot use that skill in this map."
  5597.     ,"You cannot trade this item\r\nbecause the other party cannot use it."
  5598.     ,"lightingBolt"
  5599.     ,"fireCircle"
  5600.     ,"magicShield"
  5601.     ,"flameWheel"
  5602.     ,"killingWing"
  5603.     ,"fly2"
  5604.     ,"fly2Move"
  5605.     ,"fly2Skill"
  5606.     ,"UI/UIWindow.img/FadeYesNo/backgrnd7"
  5607.     ,"UI/UIWindow.img/FadeYesNo/backgrnd8"
  5608.     ,"UI/UIWindow.img/FadeYesNo/backgrnd9"
  5609.     ,"UI/Login.img/CharSelect/evan"
  5610.     ,"UI/Login.img/Notice/BtAccept"
  5611.     ,"randDelayAttack"
  5612.     ,"skillAfter"
  5613.     ,"reqCUC"
  5614.     ,"UI/UIWindow.img/PartySearch2/PartyInfo"
  5615.     ,"UI/UIWindow.img/PartySearch2/PartySelect"
  5616.     ,"UI/UIWindow.img/PartySearch2/SearchResult"
  5617.     ,"UI/UIWindow.img/PartySearch2/PartyReg"
  5618.     ,"UI/UIWindow.img/PartySearch2/Level"
  5619.     ,"UI/UIWindow.img/PartySearch2"
  5620.     ,"Click this button to see a list of relevent Party Listings."
  5621.     ,"Create Party Listing.\r\nFee: %d mesos"
  5622.     ,"Automatically finds you a party."
  5623.     ,"Sends a request to join the party you have selected."
  5624.     ,"Sends whispers to the party leader you have selected."
  5625.     ,"UI/UIWindow.img/UserList/Expedition"
  5626.     ,"Effect/BasicEff.img/DragonChanged"
  5627.     ,"UI/UIWindow.img/ImageFrame/backgrnd"
  5628.     ,"bulletNumber"
  5629.     ,"UI/UIWindow.img/SkillEx/Tab/disabled/%d"
  5630.     ,"Quest/Act.img/%d/%d/sp"
  5631.     ,"#fUI/UIWindow.img/QuestIcon/10/0# %d sp\r\n"
  5632.     ,"Your movement and attack speed have decreased because you're frozen."
  5633.     ,"The saddle and the monster you have tamed are not compatible. Please equip the correct items."
  5634.     ,"The Monster Rider skill cannot be used in this map."
  5635.     ,"You cannot use that item because of a strange energy that surrounds you."
  5636.     ,"You cannot use that item on this equipment yet."
  5637.     ,"You cannot use that item on this equipment."
  5638.     ,"PC cafe specific items\r\ncannot be traded with other players.\r\nWould you still like to purchase this item?"
  5639.     ,"UI/Login.img/RaceSelect/confirm/backgrnd"
  5640.     ,"UI/Login.img/RaceSelect/confirm/BtOK"
  5641.     ,"UI/Login.img/RaceSelect/confirm/BtCancel"
  5642.     ,"UI/Login.img/RaceSelect/confirm/race/0"
  5643.     ,"UI/Login.img/RaceSelect/confirm/race/1"
  5644.     ,"UI/Login.img/RaceSelect/confirm/race/2"
  5645.     ,"UI/Login.img/RaceSelect/confirm/race/3"
  5646.     ,"UI/Login.img/RaceSelect/confirm/race/4"
  5647.     ,"UI/Login.img/RaceSelect/new"
  5648.     ,"UI/Login.img/RaceSelect/backgrnd"
  5649.     ,"UI/Login.img/RaceSelect/BtEvan"
  5650.     ,"magicRegistance"
  5651.     ,"recoveryAura"
  5652.     ,"OnixBlessing"
  5653.     ,"Earthquake"
  5654.     ,"soulStone"
  5655.     ,"dragonThrust"
  5656.     ,"darkFog"
  5657.     ,"slow"
  5658.     ,"mapleHero"
  5659.     ,"Awakening"
  5660.     ,"ghostLettering"
  5661.     ,"Effect/BasicEff.img/dragonFury"
  5662.     ,"karma"
  5663.     ,"The Party Listing was removed because the party disbanded."
  5664.     ,"The Party Listing was removed because the raid disbanded."
  5665.     ,"The Party Listing was removed because the party is full."
  5666.     ,"The Party Listing was removed because the raid is full."
  5667.     ,"The Party Listing was removed because a party quest started."
  5668.     ,"Your Party Listing creation was canceled due to an unknown error."
  5669.     ,"The Party Listing was removed because it expired."
  5670.     ,"'%s' has declined the party request."
  5671.     ,"A %s request was sent to '%s'."
  5672.     ,"A %s request has already been sent to '%s'."
  5673.     ,"'%s' is currently not accepting %s requests."
  5674.     ,"An admin cannot request to join a party."
  5675.     ,"You cannot request to join a party when the party leader is offline."
  5676.     ,"There are no parties you can join at this time."
  5677.     ,"You have already created a Party Listing."
  5678.     ,"A %s listing can only\r\nbe created by a %s leader."
  5679.     ,"Unable to create listing because the %s is full."
  5680.     ,"You cannot afford a Party Listing."
  5681.     ,"You cannot create a %s listing at this time.\r\nPlease join a %s that already exists."
  5682.     ,"An admin cannot create a Party Listing."
  5683.     ,"The %s listing has been created."
  5684.     ,"%s has joined the raid."
  5685.     ,"'%s' has declined the expedition invitation."
  5686.     ,"You do not have mesos enough to pay the fee."
  5687.     ,"Gray"
  5688.     ,"White"
  5689.     ,"Blue"
  5690.     ,"Purple"
  5691.     ,"Yellow"
  5692.     ,"Green"
  5693.     ,"Maroon"
  5694.     ,"When your level is %d or higher,\r\n"
  5695.     ,"When your job is %s,\r\n"
  5696.     ,"When your STR is %d or higher,\r\n"
  5697.     ,"When your DEX is %d or higher,\r\n"
  5698.     ,"When your INT is %d or higher,\r\n"
  5699.     ,"When your LUCK is %d or higher,\r\n"
  5700.     ,"When your HANDS is %d or higher,\r\n"
  5701.     ,"When your Item Quality is %s, \r\n"
  5702.     ,"Mammal"
  5703.     ,"Fish"
  5704.     ,"Reptile"
  5705.     ,"Spirit"
  5706.     ,"Devil"
  5707.     ,"Enchanted"
  5708.     ,"Physical"
  5709.     ,"Ice"
  5710.     ,"Fire"
  5711.     ,"Electricity"
  5712.     ,"Poison"
  5713.     ,"Sanctity"
  5714.     ,"Darkness"
  5715.     ,"UI/UIWindow.img/CashGachapon/backgrnd"
  5716.     ,"UI/UIWindow.img/CashGachapon/BtOpen"
  5717.     ,"UI/UIWindow.img/CashGachapon/BtClose"
  5718.     ,"UI/UIWindow.img/GachaCopy/backgrnd"
  5719.     ,"UI/UIWindow.img/GachaCopy/BtStart"
  5720.     ,"UI/UIWindow.img/GachaCopy/BtClose"
  5721.     ,"UI/UIWindow.img/GachaCopy/BtCancel"
  5722.     ,"UI/UIWindow.img/GachaCopy/BtCopy"
  5723.     ,"You do not have any \r\nTwin Dragon's Eggs to incubate. \r\nGo to Dragon's Nest to obtain \r\nTwin Dragon's Eggs."
  5724.     ,"You need 2 empty slots in the Equip and 3 empty slots in the Use windows of your Inventory. Make some space and try again."
  5725.     ,"You do not have enough NX to create \r\na duplicate of your item. \r\nPlease charge your NX."
  5726.     ,"Would you like to duplicate the Item?\r\nRemember,\r\nthe duplication may not always work."
  5727.     ,"Check for the %s\r\nin your Cash Inventory."
  5728.     ,"Check for the %s\r\nin your Item Inventory."
  5729.     ,"You have successfully duplicated the"
  5730.     ,"%s using the Incubator!"
  5731.     ,"The duplication of the '%s'"
  5732.     ,"was unsuccessful. But you've received the '%s'."
  5733.     ,"You may attempt to duplicate the item again."
  5734.     ,"The Twin Dragon's Egg has successfully incubated!"
  5735.     ,"'%s' received!"
  5736.     ,"%s:#name# got a(n) #item# from the Twin Dragon's Egg! Congrats!"
  5737.     ,"%s:#name# duplicated a(n) #item# from a Twin Dragon's Egg! Congrats!"""
  5738.     ,"Would you like to use\r\n'%s'?"
  5739.     ,"You've received %d Maple Points."
  5740.     ,"You've failed in using a Maple Point Chip."
  5741.     ,"The item you have selected\r\ncan be used only by Evan.\r\nDo you still wish to purchase it?"
  5742.     ,"The item you have selected\r\ncan be used only by Evan.\r\nDo you still wish to gift it?"
  5743.     ,"You have received free cash item."
  5744.     ,"Party Ring Bonus EXP(+%d)"
  5745.     ,"Cake vs Pie Bonus EXP(+%d)"
  5746.     ,"Map/Obj/etc.img/5th_Timer/backgrd"
  5747.     ,"Map/Obj/etc.img/5th_Timer/fontTime"
  5748.     ,"The 5th Anniversary Event will be ready at %s soon!"
  5749.     ,"%s is summoned at %s."
  5750.     ,"cake"
  5751.     ,"pie"
  5752.     ,"%s is taken over by %s team for 3 hours."
  5753.     ,"Item with decreased durability must be repaired first before register."
  5754.     ,"/userlimit"
  5755.     ,"/Expedition"
  5756.     ,"/CreateExpedition"
  5757.     ,"/LeaveExpedition"
  5758.     ,"/ExpeditionInvite"
  5759.     ,"/KickExpedition"
  5760.     ,"You are in a %s and cannot send a %s request. Would you like to leave the %s and send a %s request?"
  5761.     ,"'%s' has been invited to the expedition."
  5762.     ,"'%s' does not meet the level requirement\r\nfor the expedition."
  5763.     ,"To join the %s, characters must between Lv. %d and Lv. %d."
  5764.     ,"Please select the expedition you wish to create. (Ex: /CreateExpedition Horntail)"
  5765.     ,"'%s' is currently not accepting any expedition invites."
  5766.     ,"You have already invited '%s' to the expedition."
  5767.     ,"Admins can only invite other admins."
  5768.     ,"'%s' is not a member of the expedition."
  5769.     ,"You are not the expedition captain."
  5770.     ,"You are not in an expedition."
  5771.     ,"Cannot be done while in a party."
  5772.     ,"You are already in an expedition."
  5773.     ,"You have joined the expedition."
  5774.     ,"The expedition you are trying to join is full."
  5775.     ,"You have left the expedition."
  5776.     ,"You have been kicked out of the expedition."
  5777.     ,"A new expedition has been created."
  5778.     ,"The expedition has been disbanded."
  5779.     ,"'%s' has joined the expedition."
  5780.     ,"'%s' has left the expedition."
  5781.     ,"'%s' has been kicked out of the expedition."
  5782.     ,"'%s' has become the expedition captain."
  5783.     ,"The listing will be deleted when the following conditions are met.\r\n1. The expedition is full.\r\n2. The expedition has been disbanded.\r\n3. The listing is over %d minutes old.\r\n4. The expedition quest is starting. \r\nWould you still like to put up the listing?"
  5784.     ,"SHOULDER DECORATION"
  5785.     ,"The party HP display can be turned on/off."
  5786.     ,"All %d expedition members have joined.\r\nCannot invite any more members."
  5787.     ,"Expedition request."
  5788.     ,"Please enter the DamageMeter duration in seconds."
  5789.     ,"You cannot equip the Explorer's Ring\r\nand Lilin's Ring at the same time."
  5790.     ,"Secondary weapons can only be equipped\r\nwhile you are wielding a dagger."
  5791.     ,"You cannot receive the item because you do not have enough space in your %s tab. Please empty a space in your %s tab and re-log in."
  5792.     ,"eye"
  5793.     ,"subsummon"
  5794.     ,"alert7"
  5795.     ,"tornadoDash"
  5796.     ,"tornadoDashStop"
  5797.     ,"tornadoRush"
  5798.     ,"tripleStab"
  5799.     ,"fatalBlow"
  5800.     ,"slashStorm1"
  5801.     ,"slashStorm2"
  5802.     ,"bloodyStorm"
  5803.     ,"flashBang"
  5804.     ,"upperStab"
  5805.     ,"owlDead"
  5806.     ,"suddenRaid"
  5807.     ,"monsterBombPrepare"
  5808.     ,"monsterBombThrow"
  5809.     ,"chainPull"
  5810.     ,"chainAttack"
  5811.     ,"finalCut"
  5812.     ,"finalCutPrepare"
  5813.     ,"lasergun"
  5814.     ,"/onlyOnce"
  5815.     ,"skillLV"
  5816.     ,"specialActionFrame"
  5817.     ,"/quest"
  5818.     ,"/nocooltime"
  5819.     ,"/apget"
  5820.     ,"/spget"
  5821.     ,"/str"
  5822.     ,"/dex"
  5823.     ,"/int"
  5824.     ,"/luk"
  5825.     ,"/skill"
  5826.     ,"/job"
  5827.     ,"The listing will be deleted."
  5828.     ,"subTime"
  5829.     ,"subProp"
  5830.     ,"subWeapon"
  5831.     ,"Skill/%03d.img/skill/%07d/CharLevel/%d/ball"
  5832.     ,"Skill/%03d.img/skill/%07d/CharLevel/%d/special"
  5833.     ,"Skill/432.img/skill/4321000/stopEffect"
  5834.     ,"magic6"
  5835.     ,"You are not high enough to use this skill."
  5836.     ,"To use this skill, you must fulfill the prerequisite skill."
  5837.     ,"dynamic"
  5838.     ,"Only members of an expedition can enter this map."
  5839.     ,"You were kicked out of the map because you left the expedition."
  5840.     ,"sharableOnce"
  5841.     ,"createPeriod"
  5842.     ,"Congratulations. %s received. Check your inventory."
  5843.     ,"flyingAssaulter"
  5844.     ,"The party listing has been deleted."
  5845.     ,"'%s' has declined the expedition request."
  5846.     ,"You must be an expedition captain to post a listing."
  5847.     ,"You are not in the right expedition for this quest."
  5848.     ,"You cannot post a party listing in the current map."
  5849.     ,"Function may be limited in some locations.\r\n"
  5850.     ,"to recover %d HP\r\n"
  5851.     ,"recover HP equal to %d%% of the damage taken"
  5852.     ,"to recover %d MP\r\n"
  5853.     ,"recover MP equal to %d%% of the damage taken"
  5854.     ,"(cannot exceed 10%% of Max HP.)\r\n"
  5855.     ,"(cannot exceed 10%% of Max MP.)\r\n"
  5856.     ,"May be placed in storage once. \r\nAfter you place it in storage, this item may be moved to a character's inventory once.\r\nWould you like to continue?"
  5857.     ,"You have exceeded the number of times (1 time) you can place this in storage.\r\nYou cannot put this in storage any more."
  5858.     ,"This skill cannot be assigned as a skill macro."
  5859.     ,"You can no longer purchase or gift that Item of the Day."
  5860.     ,"Today"
  5861.     ," Previous"
  5862.     ," Meso"
  5863.     ,"UI/OneADay.img/CSOneADay/Base01"
  5864.     ,"UI/OneADay.img/CSOneADay/ItemBoxBig"
  5865.     ,"UI/OneADay.img/CSOneADay/ItemBox"
  5866.     ,"UI/OneADay.img/CSOneADay/Counter"
  5867.     ,"UI/OneADay.img/CSOneADay/BtBuy"
  5868.     ,"UI/OneADay.img/CSOneADay/BtItemBox"
  5869.     ,"UI/UIWindow.img/LogoutGift/backgrnd"
  5870.     ,"Congratulations! Please come back in 3 days. Thank you!"
  5871.     ,"Please check to see whether your Inventory is full and whether you have a Master Key."
  5872.     ,"UI/UIWindow.img/UserInfo/backgrnd8"
  5873.     ,"UI/UIWindow.img/FriendRecommendations/UserInfo/back"
  5874.     ,"UI/UIWindow.img/FriendRecommendations/CharacterInfo/back"
  5875.     ,"UI/UIWindow.img/FriendRecommendations/CharacterInfo/BtClose"
  5876.     ,"UI/UIWindow.img/FriendRecommendations/FriendsList/back"
  5877.     ,"UI/UIWindow.img/FriendRecommendations/FriendsList/BtAddBuddy"
  5878.     ,"UI/UIWindow.img/FriendRecommendations/FriendsList/BtWhisper"
  5879.     ,"UI/UIWindow.img/FriendRecommendations/FriendsList/BtFind"
  5880.     ,"UI/UIWindow.img/FriendRecommendations/FriendsList/BtDetail"
  5881.     ,"Are you sure you want to exit without filling in any information? (You can fill out your info later by clicking My Info in the Friends window.)"
  5882.     ,"Fail. Please try again later."
  5883.     ,"< none >"
  5884.     ,"Filling in your information will help us recommend friends who share your interests! \r\nDo you want to fill in your information now?"
  5885.     ,"Permanent"
  5886.     ,"%d item(s)"
  5887.     ,"%d Set Effect :"
  5888.     ," +%d Skill Bonus"
  5889.     ,"%d%% chance to feel enraged for %d seconds when hit"
  5890.     ,"%d%% chance to feel happy for %d seconds when hit"
  5891.     ,"%d%% chance to fall in love for %d seconds when hit"
  5892.     ,"%d%% chance to feel angry for %d seconds when hit"
  5893.     ,"%d%% chance to feel touched for %d seconds when hit"
  5894.     ,"Resetting Potential has failed due to insufficient space in the Use item."
  5895.     ,"Potential successfully reset."
  5896.     ,"Only characters Lv. %d and above\r\ncan purchase this item."
  5897.     ,"Only characters with at least %d Fame \r\ncan purchase this item."
  5898.     ,"If you purchase a %s (%d NX),\r\nthe use of %s slot\r\nwill be extended until\r\n%d year, %d month, %d day, %d hr %d min.\r\nCancellation or refunds will not be available.\r\nDo you still wish to make the purchase?"
  5899.     ,"NX use is restricted.\r\nPlease change your settings in the NX Security Settings menu\r\nin the Nexon Portal My Info section."
  5900.     ,"You cannot make any more purchases in %d.\r\nPlease try again in %d."
  5901.     ,"You have already mastered the\r\n%s skill.\r\nDo you still wish to purchase this item?"
  5902.     ,"%s has already mastered the\r\n%s skill.\r\nDo you still wish to gift this item?"
  5903.     ,"The item you have selected\r\ncan only be used by a Dual Blade.\r\nDo you still wish to gift the item?"
  5904.     ,"Dual Blades cannot use\r\nshields.\r\nDo you still wish to purchase the item?"
  5905.     ,"Dual Blades cannot use\r\nshields.\r\nDo you still wish to gift the item?"
  5906.     ,"Katara-type weapons can only be equipped\r\nby Dual Blades."
  5907.     ,"You can equip this item\r\nwhen you make the job advancement to Blade Recruit."
  5908.     ,"Dual Blade characters\r\ncannot equip shields."
  5909.     ,"Soon you'll become an official Dual Blade! Don't forget, when you make your job advancement to Blade Recruit at Lv.20, you can use your SP on powerful skills!"
  5910.     ,"Oh no, wrong way. I'm going this way, so follow me!"
  5911.     ,"You have failed the mission because you wandered too far from the monster you were guarding."
  5912.     ,"You have failed the mission because the monster you were guarding died."
  5913.     ,"The game was interrupted because the opposing team forfeited."
  5914.     ,"You cannot progress the Ghost Ship because you have not met the requirements to do so."
  5915.     ,"Follow canceled."
  5916.     ,"%s has requested to follow you.\r\nWould you like to accept?"
  5917.     ,"The follow request could not be executed due to an unknown error."
  5918.     ,"You are currently in a place where you cannot accept the follow request."
  5919.     ,"Your target is already following %s."
  5920.     ,"Follow target cannot accept the request at this time."
  5921.     ,"You cannot send a follow request while you are already following someone."
  5922.     ,"The follow request has not been accepted."
  5923.     ,"You are too far away."
  5924.     ,"Cannot be used on this item."
  5925.     ,"This item's Potential cannot be reset."
  5926.     ,"This party cannot be relocated."
  5927.     ,"Cannot be relocated because party number %d has not been filled."
  5928.     ,"Cannot be relocated because party number %d will not be full."
  5929.     ,"You will be kicked out of this map if you leave the Expedition now.\r\nDo you still wish to leave?"
  5930.     ,"Potential revealed!"
  5931.     ,"This skill can only be used when Mirror Image is active."
  5932.     ,"You don't have an item whose Potential can be reset."
  5933.     ,"This skill can only be used when Dark Sight is active."
  5934.     ,"That skill cannot be used here."
  5935.     ,"This skill can only be used when Self Haste is active."
  5936.     ,"Items or mesos cannot be moved.\r\nPlease contact customer support."
  5937.     ,"HackShield: Monitoring Error (0x%08X)\r\n\r\n"
  5938.     ,"The Horntail Expedition has ended."
  5939.     ,"The Horntail Expedition will end in %d min(s)."
  5940.     ,"The Horntail Expedition will end if it does not start within %d min(s) of entering."
  5941.     ,"(Epic Item)"
  5942.     ,"You have obtained an item with hidden Potential."
  5943.     ,"(Rare Item)"
  5944.     ,"(Unique Item)"
  5945.     ,"Hidden Potential."
  5946.     ,"(Hidden Potential Item)"
  5947.     ,"Cannot be used because the target is not in the same map."
  5948.     ,"Cannot be used because the target is too far."
  5949.     ,"Has a %d%% chance to deal %d%% extra damage on boss monsters.\n\r\n"
  5950.     ,"Critical Rate: +%d%%, Damage: +%d%%\r\n\r\n"
  5951.     ,"%s Attribute: +%d%%\r\n\r\n"
  5952.     ,"Recover %s every 10 seconds.\r\n\r\n"
  5953.     ,"When attacking %s type enemies, deals %d%% extra damage.\r\n\r\n"
  5954.     ,"Recover %s when a monster is killed.\r\n\r\n"
  5955.     ,"When you kill a monster,"
  5956.     ,"you have %d%% chance"
  5957.     ,"Has a chance to add: %s effect\r\n\r\n"
  5958.     ,"Blade Recruit"
  5959.     ,"Blade Acolyte"
  5960.     ,"Blade Specialist"
  5961.     ,"Blade Lord"
  5962.     ,"Blade Master"
  5963.     ,"RBOWMAN"
  5964.     ,"RBOWMAN2"
  5965.     ,"RBOWMAN3"
  5966.     ,"RBOWMAN4"
  5967.     ,"RRESIDENT"
  5968.     ,"RPIRATE"
  5969.     ,"RPIRATE2"
  5970.     ,"RPIRATE3"
  5971.     ,"RPIRATE4"
  5972.     ,"RMAGICIAN"
  5973.     ,"RMAGICIAN2"
  5974.     ,"RMAGICIAN3"
  5975.     ,"RMAGICIAN4"
  5976.     ,"Can be equipped by a Dual Blade.\r\n"
  5977.     ,"For %d seconds, damage increased by %d%%."
  5978.     ,"For %d seconds, damage taken decreased by %d%%."
  5979.     ,"For %d seconds, dodge chance increased to %d%%."
  5980.     ,"For %d seconds, MP increased to %d%%."
  5981.     ,"For %d seconds, chance to prevent knock backs increased to %d%%."
  5982.     ,"Accuracy:"
  5983.     ,"All Skill Levels: +%d"
  5984.     ,"%d%% chance to auto-steal when attacked."
  5985.     ,"KATARA"
  5986.     ,"%d%% chance to inflict Lv.%d Darkness when attacking"
  5987.     ,"When attacking bosses, damage"
  5988.     ,"Critical Rate:"
  5989.     ,"Critical Damage:"
  5990.     ,"Total Damage:"
  5991.     ,"Avoidability :"
  5992.     ,"%d%% chance to inflict Lv.%d Ice when attacking"
  5993.     ,"%d%% chance to ignore %d damage when hit"
  5994.     ,"%d%% chance to become invincible for %d seconds when hit"
  5995.     ,"After getting hit, increases invincibility duration by %d seconds"
  5996.     ,"MAGIC:"
  5997.     ,"MAGIC DEF:"
  5998.     ,"ATTACK :"
  5999.     ,"WEAPON DEF:"
  6000.     ,"%d%% chance to inflict Lv.%d Poison when attacking"
  6001.     ,"Recover %d HP every 4 seconds"
  6002.     ,"Increases the effectiveness of HP recovery item and skills by %d%%"
  6003.     ,"%d%% chance to recover %d HP when attacking"
  6004.     ,"%d%% chance to recover %d HP after defeating a monster"
  6005.     ,"Recover %d MP every 4 seconds"
  6006.     ,"%d%% chance to recover %d MP when attacking"
  6007.     ,"%d%% chance to recover %d MP after defeating a monster"
  6008.     ,"%d%% chance to inflict Lv.%d Seal when attacking"
  6009.     ,"%d%% chance to inflict Lv.%d Slow when attacking"
  6010.     ,"Decrease the duration of all abnormal statuses by %d seconds"
  6011.     ,"%d%% chance to inflict Lv.%d Stun when attacking"
  6012.     ,"The <Decent Haste> skill available for use."
  6013.     ,"The <Decent Hyper Body> skill available for use."
  6014.     ,"The <Decent Mystic Door> skill available for use."
  6015.     ,"The <Decent Sharp Eyes> skill available for use."
  6016.     ,"You can equip Kataras\r\nwhen you make a job advancement to Blade Recruit."
  6017.     ,"%s has\r\nalready joined your Expedition."
  6018.     ,"UI/UIWindow.img/Item/Magnifier/Success"
  6019.     ,"resignRemove"
  6020.     ,"rbooster_pre"
  6021.     ,"rbooster"
  6022.     ,"rbooster_after"
  6023.     ,"siege_pre"
  6024.     ,"siege"
  6025.     ,"siege_after"
  6026.     ,"siege_pre2"
  6027.     ,"siege2"
  6028.     ,"siege_after2"
  6029.     ,"flamethrower_pre"
  6030.     ,"flamethrower"
  6031.     ,"flamethrower_after"
  6032.     ,"flamethrower_pre2"
  6033.     ,"flamethrower2"
  6034.     ,"flamethrower_after2"
  6035.     ,"crossRoad"
  6036.     ,"nemesis"
  6037.     ,"wildbeast"
  6038.     ,"sonicBoom"
  6039.     ,"revive"
  6040.     ,"darkSpear"
  6041.     ,"darkChain"
  6042.     ,"dualGauge"
  6043.     ,"multiRect"
  6044.     ,"sessionValueKey"
  6045.     ,"sessionValue"
  6046.     ,"balloon_Team"
  6047.     ,"red_Charge"
  6048.     ,"blue_Charge"
  6049.     ,"UI/UIWindow.img/Incubator/%d"
  6050.     ,"balloon_Loser"
  6051.     ,"mbooster"
  6052.     ,"msummon"
  6053.     ,"msummon2"
  6054.     ,"gatlingshot"
  6055.     ,"gatlingshot2"
  6056.     ,"drillrush"
  6057.     ,"earthslug"
  6058.     ,"rpunch"
  6059.     ,"clawCut"
  6060.     ,"swallow"
  6061.     ,"swallow_loop"
  6062.     ,"swallow_attack"
  6063.     ,"flashRain"
  6064.     ,"mine"
  6065.     ,"UI/UIWindow.img/ContextMenu/BtFollow"
  6066.     ,"goFollowRequest"
  6067.     ,"UI/UIWindow.img/BattleRecord/Tab/enabled"
  6068.     ,"UI/UIWindow.img/BattleRecord/Tab/disabled"
  6069.     ,"0"
  6070.     ,"8"
  6071.     ,"The item you have selected\r\ncan only be used by a Dual Blade.\r\nDo you still wish to purchase the item?"
  6072.     ,"SN_count"
  6073.     ,"SN%d"
  6074.     ,"escort_result"
  6075.     ,"incMHPr"
  6076.     ,"incMMPr"
  6077.     ,"Item/ItemOption.img"
  6078.     ,"Item/SocketOption.img"
  6079.     ,"optionType"
  6080.     ,"incSTRr"
  6081.     ,"incDEXr"
  6082.     ,"incINTr"
  6083.     ,"incLUKr"
  6084.     ,"incACCr"
  6085.     ,"incEVAr"
  6086.     ,"incPADr"
  6087.     ,"incPDDr"
  6088.     ,"incMADr"
  6089.     ,"incMDDr"
  6090.     ,"incCr"
  6091.     ,"incCDr"
  6092.     ,"incMAMr"
  6093.     ,"mpconReduce"
  6094.     ,"mpRestore"
  6095.     ,"ignoreTargetDEF"
  6096.     ,"ignoreDAM"
  6097.     ,"ignoreDAMr"
  6098.     ,"incDAMr"
  6099.     ,"DAMreflect"
  6100.     ,"attackType"
  6101.     ,"Att"
  6102.     ,"incMesoProp"
  6103.     ,"incRewardProp"
  6104.     ,"UI/Login.img/Notice/Loading/circle"
  6105.     ,"escort"
  6106.     ,"hideQuestBalloon"
  6107.     ,"showEffect"
  6108.     ,"Sound/Skill.img/%07d/skillLevel"
  6109.     ,"Sound/Skill.img/%07d/skillLevel/%d/%s"
  6110.     ,"UI/Login.img/Title/signboard"
  6111.     ," +%d"
  6112.     ," -%d"
  6113.     ,"emhp"
  6114.     ,"emmp"
  6115.     ,"epad"
  6116.     ,"epdd"
  6117.     ,"emdd"
  6118.     ,"flipBall"
  6119.     ,"Skill/%03d.img/skill/%07d/level/%d/flipBall"
  6120.     ,"missprop"
  6121.     ,"dmg"
  6122.     ,"specialAction"
  6123.     ,"UI/UIWindow.img/Equip/dual_FullBackgrnd"
  6124.     ,"UI/UIWindow.img/Equip/dual_backgrnd"
  6125.     ,"UI/UIWindow.img/Skill/DualTab/enabled"
  6126.     ,"UI/UIWindow.img/Skill/DualTab/disabled"
  6127.     ,"UI/Login.img/Title/ID"
  6128.     ,"UI/Login.img/Title/PW"
  6129.     ,"Skill/%03d.img/skill/%07d/flipBall"
  6130.     ,"Skill/%03d.img/skill/%07d/CharLevel/%d/flipBall"
  6131.     ,"UI/UIWindow.img/MiracleCube/backgrnd"
  6132.     ,"UI/UIWindow.img/MiracleCube/BtOk"
  6133.     ,"UI/UIWindow.img/MiracleCube/BtCancel"
  6134.     ,"UI/UIWindow.img/MiracleCube/BtExit"
  6135.     ,"UI/UIWindow.img/MiracleCube/Effect"
  6136.     ,"%s! Come here and protect me!"
  6137.     ,"Effect/BasicEff.img/QuestEffect/%s"
  6138.     ,"UI/UIWindow.img/ContextMenu/BtExpedition"
  6139.     ,"Effect/BasicEff.img/Flying2"
  6140.     ,"UI/UIWindow.img/RandomMesoBag/Back1"
  6141.     ,"UI/UIWindow.img/RandomMesoBag/Back2"
  6142.     ,"UI/UIWindow.img/RandomMesoBag/Back3"
  6143.     ,"UI/UIWindow.img/RandomMesoBag/Back4"
  6144.     ,"UI/UIWindow.img/RandomMesoBag/BtOk"
  6145.     ,"Do you wish to open \r\nthe Random Meso Sack?"
  6146.     ,"A small amount of mesos!"
  6147.     ,"An adequate amount of mesos!"
  6148.     ,"A large amount of mesos!"
  6149.     ,"A huge amount of mesos!"
  6150.     ,"There were no mesos in the sack."
  6151.     ,"You obtained %d mesos from the Random Meso Sack."
  6152.     ,"%s has received %d mesos from a Random Meso Sack."
  6153.     ,"Sound/Item.img/02000010/Use"
  6154.     ,"Sound/Item.img/02000011/Use"
  6155.     ,"Sound/Item.img/02022108/Use"
  6156.     ,"Sound/Item.img/02022109/Use"
  6157.     ,"Congratulations! You have reached Lv.30/50/70 during the event period and have been selected as a winner of an AP/SP reset item!\r\nClick the 'OK' button and the AP/SP reset item will be sent to your character's cash locker.\r\nIf you wish to receive it on another character, click'Cancel' and re-login with the character of your choice."
  6158.     ,"You can start a Dual Blade character at Lv.30 one time. Would you like to start this character at Lv.30?"
  6159.     ,"/stagesystem"
  6160.     ,"/getstage"
  6161.     ,"/cubecomplete"
  6162.     ,"Etc/StageSystem.img"
  6163.     ,"Etc/StageKeyword.img"
  6164.     ,"Etc/StageAffectedMap.img"
  6165.     ,"safeZoneByMob"
  6166.     ,"attackable"
  6167.     ,"incPERIOD"
  6168.     ,"enchantCategory"
  6169.     ,"transform"
  6170.     ,"reqMHP"
  6171.     ,"reqMMP"
  6172.     ,"reqPDD"
  6173.     ,"reqMDD"
  6174.     ,"reqACC"
  6175.     ,"reqEVA"
  6176.     ,"reqSpeed"
  6177.     ,"reqJump"
  6178.     ,"reqUC"
  6179.     ,"incIUC"
  6180.     ,"incUCLimit"
  6181.     ,"Etc/DamageByEquipUpgrade.img"
  6182.     ,"defend"
  6183.     ,"equip"
  6184.     ,"monster"
  6185.     ,"IUCBase"
  6186.     ,"IUCMax"
  6187.     ,"UCLimitBase"
  6188.     ,"UCLimitMax"
  6189.     ,"ItemUpgradeLimit.img"
  6190.     ,"phase"
  6191.     ,"phaseAlpha"
  6192.     ,"phaseAlphaBG"
  6193.     ,"itemMsg"
  6194.     ,"fieldID"
  6195.     ,"questID"
  6196.     ,"questState"
  6197.     ,"randTime"
  6198.     ,"stageKeyword"
  6199.     ,"priority"
  6200.     ,"/Etc/ItemMsg.img"
  6201.     ,"MobSessionValue_Dispel"
  6202.     ,"MobSessionValue_Chase"
  6203.     ,"Quest/QuestExpByLevel.img"
  6204.     ,"Quest/QuestPerformByDay.img"
  6205.     ,"#fUI/UIWindow.img/QuestIcon/8/0# XX exp\r\n"
  6206.     ,"The Ultimate Visitor has blocked you. If nobody helps, the bomb will explode soon."
  6207.     ,"You don’t get damaged from the strange force inside the Cube."
  6208.     ,"( %d )"
  6209.     ,"QuestPerformDate"
  6210.     ,"QuestPerformCount"
  6211.     ,"teleport"
  6212.     ,"absRX"
  6213.     ,"absRY"
  6214.     ,"setKey"
  6215.     ,"You are successful in upgrading the equipment."
  6216.     ,"You fail to upgrade the equipment."
  6217.     ,"Your equipment is destroyed since you fail to upgrade."
  6218.     ,"/reloadgachaponbonus"
  6219.     ,"Gachapon Bonus Data RELOAD SUCCESS."
  6220.     ,"Gachapon Bonus Data RELOAD FAILED!!!"
  6221.     ,"checkDragonBallCollectComplete"
  6222.     ,"You cannot receive the box! Please check and see if you have empty space in your Inventory."
  6223.     ,"DragonBall_A"
  6224.     ,"DragonBall_B"
  6225.     ,"UI/UIWindow.img/DragonBall_A/backgrnd"
  6226.     ,"UI/UIWindow.img/DragonBall_B/backgrnd"
  6227.     ,"UI/UIWindow.img/DragonBall_B/BtSummon"
  6228.     ,"notHitable"
  6229.     ,"%d hour(s)"
  6230.     ,"%d minute(s)"
  6231.     ,"You can summon the Dragon Lord after"
  6232.     ,"The Dragon Lord can be summoned."
  6233.     ,"The Dragon Lord cannot be summoned."
  6234.     ,"UI/UIWindow.img/PamsSong/backgrnd"
  6235.     ,"UI/UIWindow.img/PamsSong/BtOk"
  6236.     ,"UI/UIWindow.img/PamsSong/BtCancel"
  6237.     ,"duplicate button message"
  6238.     ,"UI/UIWindow.img/JoyPad/backgrnd"
  6239.     ,"UI/UIWindow.img/GameMenu/BtJoyPad"
  6240.     ,"jpBtn%d"
  6241.     ,"Button %2d"
  6242.     ,"UI/UIWindow.img/JoyPad/BtDefault"
  6243.     ,"JoyPad detection failed."
  6244.     ,"UI/UIWindow.img/Megaphone/backgrnd1"
  6245.     ,"UI/UIWindow.img/Megaphone/backgrnd2"
  6246.     ,"UI/UIWindow.img/Megaphone/0"
  6247.     ,"UI/UIWindow.img/Megaphone/3"
  6248.     ," NX"
  6249.     ," mesos"
  6250.     ,"#wbasic#"
  6251.     ,"#wprob#"
  6252.     ,"#wselect#"
  6253.     ,"%04d"
  6254.     ,"%d"
  6255.     ,"%d / %d"
  6256.     ,"%d day(s)"
  6257.     ,"%d%% chance to ignore %d%% damage when hit"
  6258.     ,"%s"
  6259.     ,"%s (%s)"
  6260.     ,"%s of Team Maple knocks down a coconut."
  6261.     ,"%s/%d"
  6262.     ,"/activatestagesystem"
  6263.     ,"/snowball"
  6264.     ,"/snowball1"
  6265.     ,"/snowball2"
  6266.     ,"/snowball3"
  6267.     ,"Advertising"
  6268.     ,"All Stats:"
  6269.     ,"Aran"
  6270.     ,"Arial"
  6271.     ,"Attack2"
  6272.     ,"Blaze Wizard"
  6273.     ,"CATEGORY :"
  6274.     ,"Cannot be traded due to gender inconsistencies."
  6275.     ,"Cash"
  6276.     ,"Category"
  6277.     ,"Change occurred in system time by speed hack-related program."
  6278.     ,"DEX :"
  6279.     ,"Dawn Warrior"
  6280.     ,"Dual Blades cannot use this item."
  6281.     ,"Due to job limitations, %s can't\r\nuse this item.\r\nDo you still wish to give it as a gift?"
  6282.     ,"EXP : %d / %d"
  6283.     ,"Etc"
  6284.     ,"Evan"
  6285.     ,"Expedition"
  6286.     ,"Failed to purchase the item."
  6287.     ,"Family"
  6288.     ,"GM"
  6289.     ,"Guild"
  6290.     ,"HP :"
  6291.     ,"Hidden Potential.\r\n(Required: Magnifying Glass)"
  6292.     ,"Hit"
  6293.     ,"INT :"
  6294.     ,"Ignore %d%% of the target's Physical/Magic ATT when attacking"
  6295.     ,"Immortal"
  6296.     ,"In addition, a bit of DEX is needed."
  6297.     ,"In addition, a bit of LUK is needed."
  6298.     ,"In addition, a bit of STR is needed."
  6299.     ,"Item"
  6300.     ,"Item/Pet/%07d.img"
  6301.     ,"LUK :"
  6302.     ,"LevelUp"
  6303.     ,"MP :"
  6304.     ,"Magician"
  6305.     ,"MaplePoint"
  6306.     ,"Meso"
  6307.     ,"Mob"
  6308.     ,"Night Walker"
  6309.     ,"None"
  6310.     ,"Npc"
  6311.     ,"Online Party Members / Total Registered Party Members"
  6312.     ,"Only %d will be sold."
  6313.     ,"PRaid_Point"
  6314.     ,"Pet"
  6315.     ,"Plant"
  6316.     ,"Please enter the content."
  6317.     ,"Please enter the price\r\nof over 110 NX."
  6318.     ,"Please enter the title."
  6319.     ,"Please try again later."
  6320.     ,"Portal"
  6321.     ,"STR :"
  6322.     ,"StageSystemServer.img"
  6323.     ,"Summon"
  6324.     ,"Text%02d"
  6325.     ,"Thank you for your cooperation."
  6326.     ,"The expedition does not exist."
  6327.     ,"The game file has been damaged\r\nso you cannot participate in an item trade. Please try again\r\nafter reinstalling the game."
  6328.     ,"The password is incorrect."
  6329.     ,"The store cannot be opened as the time limit has passed."
  6330.     ,"The time limit has expired."
  6331.     ,"This item can't be taken back once \r\nthrown away. Will you still drop it?"
  6332.     ,"This item cannot be used."
  6333.     ,"This item cannot be\r\npurchased by anyone under 7."
  6334.     ,"This item cannot be\r\nreceived by anyone under 7."
  6335.     ,"Thunder Breaker"
  6336.     ,"Title"
  6337.     ,"UI/Basic.img/BtClose"
  6338.     ,"UI/CashShop.img/Base/backgrnd2"
  6339.     ,"UI/CashShop.img/Base/backgrnd3"
  6340.     ,"UI/Login.img/Common/shadow"
  6341.     ,"UI/OneADay.img/CSOneADay/BtGift"
  6342.     ,"UI/UIWindow.img/Equip/pet"
  6343.     ,"UI/UIWindow.img/Item/BtFull"
  6344.     ,"UI/UIWindow.img/Item/BtSmall"
  6345.     ,"UI/UIWindow.img/KeyConfig/BtCancel"
  6346.     ,"UI/UIWindow.img/KeyConfig/BtDefault"
  6347.     ,"UI/UIWindow.img/KeyConfig/BtOK"
  6348.     ,"UI/UIWindow.img/Quest/%s"
  6349.     ,"UI/UIWindow.img/Quest/backgrnd4"
  6350.     ,"UI/UIWindow.img/UserList/Guild/backgrnd"
  6351.     ,"UI/UIWindow.img/UtilDlgEx_Avatar/backgrnd"
  6352.     ,"UI/UIWindow.img/UtilDlgEx_Pet/backgrnd"
  6353.     ,"UI/UIWindow.img/itemSearch/BtLeft"
  6354.     ,"UI/UIWindow.img/itemSearch/BtRight"
  6355.     ,"Unable to approach due to the force of the ground."
  6356.     ,"Unable to receive authentication file information."
  6357.     ,"Unable to start thread."
  6358.     ,"Unknown Error (%d)."
  6359.     ,"Use"
  6360.     ,"Whisper"
  6361.     ,"Wind Archer"
  6362.     ,"You do not have enough mesos."
  6363.     ,"You have been expelled from the guild."
  6364.     ,"You have given a gift to"
  6365.     ,"You have successfully purchased the item."
  6366.     ,"Your inventory is full."
  6367.     ,"[Spirit Week Event] Item Drop Rate will be doubled between 3pm and 9pm for 30 minutes starting at the top of the hour."
  6368.     ,"[Spirit Week Event] NPC Cassandra will reward you with the ""Owl of Minerva"" if you keep her Candle burning for 1 hour. (above Lv.10)"
  6369.     ,"[Spirit Week Event] You can trade in your scroll with a scroll that has a higher Success Rate of 5% from NPC Cassandra. (above Lv.10)"
  6370.     ,"[Spirit Week Event] You will be given a higher chance of acquiring desirable weapons and armor, as well as a 5% discount on selected potions at the shop."
  6371.     ,"[Spirit Week Event] You will be rewarded the ""Teleport Rock"" if you keep NPC Cassandra's Candle burning for 1 hour. (above Lv.10)"
  6372.     ,"[Spirit Week Event] You will receive 2x Party Bonus EXP."
  6373.     ,"[Spirit Week Event] You will receive an additional 30% Bonus EXP for the first 5 quests you complete today. (Quests with less than 1 Bonus EXP excluded)"
  6374.     ,"\r\nusing the coupon."
  6375.     ,"a0"
  6376.     ,"a1"
  6377.     ,"action"
  6378.     ,"activeSkillID"
  6379.     ,"am"
  6380.     ,"and \r\n"
  6381.     ,"attack"
  6382.     ,"autoSpeaking"
  6383.     ,"backgrnd"
  6384.     ,"blaze"
  6385.     ,"blueTeam"
  6386.     ,"blueTeamDamage"
  6387.     ,"boss"
  6388.     ,"conMP"
  6389.     ,"count"
  6390.     ,"cry"
  6391.     ,"dead"
  6392.     ,"delay"
  6393.     ,"demandSummary"
  6394.     ,"disable"
  6395.     ,"duration"
  6396.     ,"effect"
  6397.     ,"fakeQuestID"
  6398.     ,"finishBlow3"
  6399.     ,"float"
  6400.     ,"fly"
  6401.     ,"head"
  6402.     ,"heal"
  6403.     ,"hideName"
  6404.     ,"hit"
  6405.     ,"hot"
  6406.     ,"http://maplestory.nexon.net"
  6407.     ,"interval"
  6408.     ,"jump"
  6409.     ,"knockback"
  6410.     ,"lt"
  6411.     ,"magic"
  6412.     ,"masterLevel"
  6413.     ,"meso"
  6414.     ,"move"
  6415.     ,"msg"
  6416.     ,"none"
  6417.     ,"party"
  6418.     ,"pet"
  6419.     ,"pm"
  6420.     ,"prepare"
  6421.     ,"price"
  6422.     ,"protectTime"
  6423.     ,"rb"
  6424.     ,"recovery"
  6425.     ,"redTeam"
  6426.     ,"redTeamDamage"
  6427.     ,"regen"
  6428.     ,"repeat"
  6429.     ,"rewardSummary"
  6430.     ,"rush"
  6431.     ,"say"
  6432.     ,"skill"
  6433.     ,"sp"
  6434.     ,"stabD1"
  6435.     ,"start"
  6436.     ,"success"
  6437.     ,"summary"
  6438.     ,"summon"
  6439.     ,"swingD1"
  6440.     ,"swingD2"
  6441.     ,"undead"
  6442.     ,"userInteract"
  6443. };
  6444.  
  6445. /*
  6446.   Useful for testing purposes with Sleep function.
  6447.  
  6448. */
  6449. __declspec(naked) inline int* hookGetString(DWORD* result, unsigned int nIdx, char __formal) {
  6450.     __asm{
  6451.         push 0x0A75C23
  6452.         push 0x00729557
  6453.         ret
  6454.     }
  6455. }
  6456.  
  6457. void hookInternal() {
  6458.     Sleep(1000);
  6459.  
  6460.     DWORD addrOfGetString = 0x00729552; // StringPool::GetString
  6461.     DWORD *refToStringPool   = (DWORD*)(0x007295A4 + 3); // 1th ref to StringPool::ms_aString
  6462.     DWORD *refToStringPool_2 = (DWORD*)(0x007295CD + 3); // 2th ref to StringPool::ms_aString
  6463.     BYTE  *refToIncrementStr = (BYTE*)(0x007295D4 + 2); // Increment str pointer  - add ecx, 0x00
  6464.     // int __cdecl Decode inside StringPool
  6465.     DWORD refToDecode = 0x00729320;
  6466.    
  6467.     //Hook::hook((DWORD)addrOfGetString, (DWORD)hookGetString);
  6468.    
  6469.     DWORD dwProtect;
  6470.     VirtualProtect((DWORD*)refToStringPool, 1000, PAGE_EXECUTE_READWRITE, &dwProtect);
  6471.    
  6472.     Hook::ret(refToDecode);
  6473.  
  6474.     *(refToStringPool) = (DWORD)&STR_POOL;
  6475.     *(refToStringPool_2) = (DWORD)&STR_POOL;
  6476.     *(refToIncrementStr) = 0x00;
  6477.  
  6478. }
  6479.  
  6480. void StringPool::hook() {
  6481.     CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE) &hookInternal, 0, 0, NULL);
  6482. };
Add Comment
Please, Sign In to add comment