Shakto Posted June 4, 2013 Author Posted June 4, 2013 You don't understand, i mean can you check if the chatwndinfo file changed ? because the client save his chat information in that file 1 Quote
reigneil Posted June 4, 2013 Posted June 4, 2013 @ejz372 i solve my problem with quest_function in much better way... all yo have to do is edit quest_function.lua or quest_function.lub find and delete: makeLocalQuestList(LOCAL_BeginTuTorialQuest_list) QuestTable.BeginTutorialQuest = BeginTutorialQuest_List that should do the trick. 1 Quote
hendra814 Posted June 4, 2013 Posted June 4, 2013 @hendra814 save it to shadowtable.lua : http://pastebin.com/raw.php?i=zV8VyDAq i'm already do that, but still same error showed. is the problem maybe by diff option? this is my diff option i'm choosed <?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>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>Apel Ragnarok Online</value> </DiffProfileInput> </Inputs> </DiffProfileEntry> <DiffProfileEntry> <PatchID>13</PatchID> <PatchName>Disable Ragexe Filename Check</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>14</PatchID> <PatchName>Disable Hallucination Wavy Screen</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>68</PatchID> <PatchName>Enable 64k Hairstyle</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>49</PatchID> <PatchName>Enable Multiple GRFs</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>17</PatchID> <PatchName>Enable Official Custom Fonts</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>19</PatchID> <PatchName>Enable Title Bar Menu</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>76</PatchID> <PatchName>Enforce Official Login Background</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>20</PatchID> <PatchName>Extended Chat Box</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>21</PatchID> <PatchName>Extended Chat Room Box</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>69</PatchID> <PatchName>ExtendNpcBox</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>22</PatchID> <PatchName>Extended PM Box</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>24</PatchID> <PatchName>Fix Camera Angles</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>64</PatchID> <PatchName>@ Bug Fix (Recommended)</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>71</PatchID> <PatchName>Ignore Missing File Error</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>72</PatchID> <PatchName>Ignore Missing Palette Error</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>28</PatchID> <PatchName>Increase Headgear ViewID to 5000</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>30</PatchID> <PatchName>Increase Zoom Out 50%</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>65</PatchID> <PatchName>Load ItemInfo.lua before lub</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>73</PatchID> <PatchName>Remove Hourly Annonce</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>84</PatchID> <PatchName>Remove Serial Display</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>42</PatchID> <PatchName>Skip Resurrection Buttons</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>44</PatchID> <PatchName>Translate Client In English</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>51</PatchID> <PatchName>Arial on All Langtypes</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>45</PatchID> <PatchName>Use Custom Aura Sprites</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>46</PatchID> <PatchName>Use Normal Guild Brackets</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> Quote
XDXDMAN Posted June 5, 2013 Posted June 5, 2013 (edited) I diff "Use Chinese on all langtype" but Invalid (There normal display ID is "中文測試(Chinese test)") If I change langtype 0 to 4 get some error Edited June 5, 2013 by XDXDMAN Quote
ejz372 Posted June 5, 2013 Posted June 5, 2013 Thank you for those who helped me. I fixed it and no errors so far. Hopefully that is the end of it. Quote
Shakto Posted June 5, 2013 Author Posted June 5, 2013 @XDXDMAN, can you try to download the diff file again ? i changed the font, maybe i had the wrong one, i think it's fine now Quote
XDXDMAN Posted June 5, 2013 Posted June 5, 2013 @XDXDMAN, can you try to download the diff file again ? i changed the font, maybe i had the wrong one, i think it's fine now some error,but font is changed Whether you using Simplified Chinese to test? I OS language system is Traditional Chinese Before After Quote
Shakto Posted June 5, 2013 Author Posted June 5, 2013 I'm trying to figure out which font is use for the langtype 4, i'll search anything else wait Can you try to don't use the patch use chinese font But use the patch : Arial on all langtype And search 41 72 69 61 6C 00 00 00 Replace by 46 61 6e 67 53 6f 6e 67 Yes it was simplified, now i replaced the arial font by FangSong one I really don't know how to recognize the type of font you're using. Can you help me to choose here ? http://www.pinyinjoe.com/windows-7/win7-chinese-fonts.htm P.S If it's not working i've some other idea, don"t worry Maybe you can go on irc to talk faster Quote
XDXDMAN Posted June 5, 2013 Posted June 5, 2013 (edited) I'm trying to figure out which font is use for the langtype 4, i'll search anything else wait Can you try to don't use the patch use chinese font But use the patch : Arial on all langtype And search 41 72 69 61 6C 00 00 00 Replace by 46 61 6e 67 53 6f 6e 67 Yes it was simplified, now i replaced the arial font by FangSong one I really don't know how to recognize the type of font you're using. Can you help me to choose here ? http://www.pinyinjoe.com/windows-7/win7-chinese-fonts.htm Maybe you can using "PMingLiU" Sorry,is "Traditional Xi Ming",not PMingLiU Edited June 5, 2013 by XDXDMAN Quote
Shakto Posted June 5, 2013 Author Posted June 5, 2013 Hummm that's what i thank, let me try something Go on irc if you can Quote
Neo-Mind Posted June 5, 2013 Posted June 5, 2013 hmm I think we should try implementing the "Enable Custom Font" Patch. Quote
Psyche Posted June 5, 2013 Posted June 5, 2013 skillinfoz/skilldescript.lub is in english ? yeah, i take it from your link. https://subversion.assembla.com/svn/client-side-translation/ Quote
Shakto Posted June 5, 2013 Author Posted June 5, 2013 If you have rename the lua into lub it should work @MStream, i don't think it's a font issue here, i try to changed all the font to the chinese one. it's more like enable ascii but enable chinese char. i tried to figure it how to do that but i don't find it for now. Can you help me for that ? ^^ Edit : and this patches has already been added Quote
BBaking Posted June 6, 2013 Posted June 6, 2013 (edited) When the mouse over the character to the sword icon appears. (/ Noshift mode)Move is inconvenient.Please confirm. 캐릭터에게 마우스를 오버하면 칼 아이콘이 보입니다. ( /noshift mode)움직이기 불편합니다.확인부탁합니다. Edited June 6, 2013 by letskay Quote
BBaking Posted June 6, 2013 Posted June 6, 2013 Mouse Hover the arrow, but the sword looks. 마우스를 올리면 화살표가 아니라 칼이 보입니다. like pvp mode... pvp 모드처럼... Quote
BBaking Posted June 6, 2013 Posted June 6, 2013 Yes, I have tested the other person. 네, 다른 사람도 테스트했습니다. Quote
Shakto Posted June 6, 2013 Author Posted June 6, 2013 Diff 2013-06-05 v1 (update 06/06/13) release Thx again to k3dt for uncrypt themida client Quote
Napster Posted June 7, 2013 Posted June 7, 2013 (edited) ask some question since ra support npc id 10001-100049who can use npc upto 10000 i have test but client crashing PS. update last lua data 2013 support npc id upto 10000 id and when used skill Lord of Vermilion & Meteor Storm client crashing Edited June 7, 2013 by Napster Quote
ejz372 Posted June 7, 2013 Posted June 7, 2013 I updated my ragnarok using rsu-kro-renewal-lite and rsu-kro-rag-lite. I cant read my items, weapons, armors, etc. I tried to download the lub files again and converted them to lub files but that didn't work. Anybody know what to do with this? Quote
BBaking Posted June 8, 2013 Posted June 8, 2013 Do not delete the character.캐릭터 삭제가 안됩니다. Delete character reservation is January 1 at 9:00.캐릭터 삭제 예약이 1월 1일 9시가 됩니다. Quote
Shakto Posted June 9, 2013 Author Posted June 9, 2013 Screen ? Don't get what you want to mean ? 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.