BBaking Posted June 9, 2013 Posted June 9, 2013 http://rathena.org/board/tracker/issue-7703-2013-client-character-bug/ ease look at the last image here. 여기에 마지막 이미지를 봐주십시오. Quote
EliteBlack Posted June 10, 2013 Posted June 10, 2013 Hi Shakto, There is missing in the client translation in creating a player. (see image) to change this, search in Hex Value 4E4F204D5347 and replace it with 437265617465. (see image below) 1 Quote
Shakto Posted June 10, 2013 Author Posted June 10, 2013 Change by this way is a very big mistake !!!!!!! You just have to update the file msgstringtable.txt 1 Quote
Shakto Posted June 10, 2013 Author Posted June 10, 2013 Because you will change all the no msg string by the string create. And if your msgstringtable.txt isn t up to date, you ll have "create" msg every time you haven t a match in the file. Quote
EliteBlack Posted June 10, 2013 Posted June 10, 2013 oh i see.. hmmm.. where i can get that updated msgstringtable.txt? i have already looked to the Hercules client release but unfortunately, they dont have the latest. Quote
Shakto Posted June 10, 2013 Author Posted June 10, 2013 You can use this one http://pastebin.com/JfhPUTSV Quote
EliteBlack Posted June 10, 2013 Posted June 10, 2013 Great! that was very nice of you btw, my Client crash when i use L.O.V., Magic Crasher, Meteor skills & Comet. How to arrest that problem? Its working on 2012-06-18 client before, but now in 2013-06-05, my client always crash. Quote
Shakto Posted June 10, 2013 Author Posted June 10, 2013 You can redownload the diff. I corrected this morning a bug wirh disable quake effect this morning ^^ Quote
EliteBlack Posted June 10, 2013 Posted June 10, 2013 (edited) Great! i will test it right away Edit: It's working now.. no crash for now.. Edited June 10, 2013 by EliteBlack Quote
souldestroyer1030 Posted June 10, 2013 Posted June 10, 2013 Hi. I've just been wondering for a long time but... how exactly can I download ALL files from an Apache file list? What if I want to download that whole Data folder? Do I really have to do it one by one? I tried using wget but it converts those supposedly Korean gibberish characters into escape characters. Any proper way in which I should be doing this? Thanks. Quote
souldestroyer1030 Posted June 10, 2013 Posted June 10, 2013 (edited) Change the encode type ? Lol, thanks for giving me the right words to search for on Google. I was able to change the encoding mode on wget. It's saving the gibberish now. I'll just unbollox it later. Thanks! I just hope that it's really saving the right characters. UPDATE: I downloaded the Data files from the link on your first post, but I always get [string "buf"]:1 attempt to index global 'CmdOnOffList' (a nil value) error, plus some other stuff. I already: - renamed all .lua files to .lub (including System files because the client wants that) - updated mmo.h and rebuilt (I'm trying to use 2013-03-20 since it's already in the packet_db.txt) - updated clientinfo.xml - diffed the client (I used those below) <?xml version="1.0"?> <DiffProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Name>Last Patches</Name> <Entries> <DiffProfileEntry> <PatchID>2</PatchID> <PatchName>Allow Chat Flood (? lines)</PatchName> <Inputs> <DiffProfileInput> <name>allowChatFlood</name> <value>50</value> </DiffProfileInput> </Inputs> </DiffProfileEntry> <DiffProfileEntry> <PatchID>88</PatchID> <PatchName>Allow space in guild name</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>7</PatchID> <PatchName>Change Gravity Error Handler</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>8</PatchID> <PatchName>Custom Window Title</PatchName> <Inputs> <DiffProfileInput> <name>customWindowTitle</name> <value>KamoteRO</value> </DiffProfileInput> </Inputs> </DiffProfileEntry> <DiffProfileEntry> <PatchID>13</PatchID> <PatchName>Disable Ragexe Filename Check</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>15</PatchID> <PatchName>Disable HShield</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>61</PatchID> <PatchName>Disable Packet Encryption</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>70</PatchID> <PatchName>Enable Ascii</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>49</PatchID> <PatchName>Enable Multiple GRFs</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>76</PatchID> <PatchName>Enforce Official Login Background</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>64</PatchID> <PatchName>@ Bug Fix (Recommended)</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>33</PatchID> <PatchName>KOREA ServiceType XML Fix</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>35</PatchID> <PatchName>Read Data Folder First</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>36</PatchID> <PatchName>Read msgstringtable.txt</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>37</PatchID> <PatchName>Read questid2display.txt</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>38</PatchID> <PatchName>Remove Gravity Ads</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>39</PatchID> <PatchName>Remove Gravity Logo</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>41</PatchID> <PatchName>Disable Nagle Algorithm</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>50</PatchID> <PatchName>Skip License Screen</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>44</PatchID> <PatchName>Translate Client In English</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>48</PatchID> <PatchName>Use Plain Text Descriptions</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>47</PatchID> <PatchName>Use Ragnarok Icon</PatchName> <Inputs /> </DiffProfileEntry> </Entries> </DiffProfile> Am I missing something? Edited June 10, 2013 by souldestroyer1030 Quote
Shakto Posted June 10, 2013 Author Posted June 10, 2013 Nop it s fine Just not all the lub files are up to date. Delete those who re bugging. They are useless ^^ Quote
Deherianna Posted June 10, 2013 Posted June 10, 2013 Shakto, will a DNS patch be possible in the near future? Stuck with dynamic IP right now, so connecting is a chore And the " remove screen shaking" from skills like MS or LoV works now for all exe without crashing, right? Quote
Shakto Posted June 10, 2013 Author Posted June 10, 2013 Yes for shake screen it s working now I ll work on dns tomorrow if i ve time Quote
souldestroyer1030 Posted June 10, 2013 Posted June 10, 2013 Okay, I deleted the one related to quests since it's bugging. The error regarding that was removed, but the one about OptionInfo isn't. It's complaining about the OptionInfo.lua inside savedata folder for some reason... and when I'm inside the client, I get kicked out after choosing my server (I haven't even seen the login window yet). Thanks for the fast response, by the way. Quote
Deherianna Posted June 10, 2013 Posted June 10, 2013 Yes for shake screen it s working now I ll work on dns tomorrow if i ve time Awesome, thanks for your efforts Quote
Shakto Posted June 10, 2013 Author Posted June 10, 2013 Souldestroyer it seems that is a packet problem. You missed smthg i think. For optioninfo.lua try to update your kro folder Quote
souldestroyer1030 Posted June 10, 2013 Posted June 10, 2013 Souldestroyer it seems that is a packet problem. You missed smthg i think. For optioninfo.lua try to update your kro folder Alright, I'll try again some other time. I always fail at trying to upgrade my client at a version later than 2010-07-14. Ohwell, thanks for the help anyway. I'll be coming back here if I feel the urge to try again. One more thing... I actually have a kRO folder that I downloaded via Torrent that's dated 2013-04-12, but it's not translated so I can't really use updated lua files. Quote
Shakto Posted June 10, 2013 Author Posted June 10, 2013 Just use the client 2013 diff with translate client into english and with the lub files from the link i wrote on the first post and your ro will be in english Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.