Shakto Posted June 18, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 416 Reputation: 96 Joined: 02/07/13 Last Seen: 20 hours ago Author Share Posted June 18, 2013 Exec the .bat file in the right place, there is not just rename lua into lub, there is some file and folder delete that you still have exemple : lua files\quest\Quest_function all *_function.lub should be deleted Quote Link to comment Share on other sites More sharing options...
venemberke Posted June 18, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 12 Reputation: 0 Joined: 05/31/13 Last Seen: September 20, 2020 Share Posted June 18, 2013 Exec the .bat file in the right place, there is not just rename lua into lub, there is some file and folder delete that you still have exemple : lua files\quest\Quest_function all *_function.lub should be deleted I run it in the proper directory also. There are already no *_function.lub files in the luafiles514 structure at all. Quote Link to comment Share on other sites More sharing options...
reigneil Posted June 18, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 139 Reputation: 24 Joined: 09/02/12 Last Seen: July 11, 2024 Share Posted June 18, 2013 any solution for cursor ingame where it looks /noshift when you hover to a player? Quote Link to comment Share on other sites More sharing options...
rayn Posted June 19, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 164 Reputation: 55 Joined: 11/25/11 Last Seen: May 3, 2020 Share Posted June 19, 2013 Disable Quake Skill effect causes crash on 5/29 client. Quote Link to comment Share on other sites More sharing options...
Shakto Posted June 19, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 416 Reputation: 96 Joined: 02/07/13 Last Seen: 20 hours ago Author Share Posted June 19, 2013 @venemberke Can you screen your error please ? @reigneil Server side issue, they are working on it @rayn Working for me, download again the diff file and repatch your client Quote Link to comment Share on other sites More sharing options...
venemberke Posted June 19, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 12 Reputation: 0 Joined: 05/31/13 Last Seen: September 20, 2020 Share Posted June 19, 2013 To Shakto: .... Last info: after relogin the characters have no any items what they had obtained before. Last_last info: SVN 17341 good, SVN 17368 bad. I will check my server tomorrow... today. I check my server. The database is the same, packetver seems to be good, one error during starting... SQL db error: unknown column 'bound' in 'field list'. I forgot the sql upgrade (17351)... sorry. Quote Link to comment Share on other sites More sharing options...
reigneil Posted June 19, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 139 Reputation: 24 Joined: 09/02/12 Last Seen: July 11, 2024 Share Posted June 19, 2013 @Shakto thanks for enlighten me. Quote Link to comment Share on other sites More sharing options...
Filgaja Posted June 19, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 28 Reputation: 1 Joined: 05/16/12 Last Seen: October 20, 2021 Share Posted June 19, 2013 (edited) SOLVED IT!!! God damned..... it realy is an error of function the newer function reads quickinfo function queryQuestID(tableName , questID) returnTable = QuestTable[tableName] if(returnTable[questID] == nil) then return nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil end return returnTable[questID].NPCFromName, returnTable[questID].NPCFromMap, returnTable[questID].NPCFromSpr, returnTable[questID].NPCFromX, returnTable[questID].NPCFromY, returnTable[questID].NPCToName, returnTable[questID].NPCToMap, returnTable[questID].NPCToSpr, returnTable[questID].NPCToX, returnTable[questID].NPCToY, returnTable[questID].Item, returnTable[questID].PrizeItem, returnTable[questID].Title, returnTable[questID].QuickInfo, returnTable[questID].Info, returnTable[questID].Hunt1, returnTable[questID].Hunt2, returnTable[questID].Hunt3, returnTable[questID].Time, returnTable[questID].Lv end I just deleted QuickInfo: function queryQuestID(tableName , questID) returnTable = QuestTable[tableName] if(returnTable[questID] == nil) then return nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil end return returnTable[questID].NPCFromName, returnTable[questID].NPCFromMap, returnTable[questID].NPCFromSpr, returnTable[questID].NPCFromX, returnTable[questID].NPCFromY, returnTable[questID].NPCToName, returnTable[questID].NPCToMap, returnTable[questID].NPCToSpr, returnTable[questID].NPCToX, returnTable[questID].NPCToY, returnTable[questID].Item, returnTable[questID].PrizeItem, returnTable[questID].Title, returnTable[questID].Info, returnTable[questID].Hunt1, returnTable[questID].Hunt2, returnTable[questID].Hunt3, returnTable[questID].Time, returnTable[questID].Lv end And now it is reading the stext again.... BUT WHY? Isnt Quickinfo also neccessary for the client? It seems like The Client or MAYBE the rathena software doesn know the Quickinfo (wich is empty in any newer client stuff you postet EDIT: returnTable[questID].Info, returnTable[questID].QuickInfo, returnTable[questID].Hunt1, Just chainging it works also good... i think in the quest info file info is also before quickinfo... Title = [[Rosa Plage]], Info = [[ Die Felder von Atlantis werden auch schon von plagegeistern heimgesucht. Wie wäre es wenn du ein wenig aufräumst? ]], QuickInfo = [[ Test ]], Hunt1 = [[< link = "Poring">Poring<\end> x 10 ]], Edited June 19, 2013 by Filgaja Quote Link to comment Share on other sites More sharing options...
simplexjay2 Posted June 19, 2013 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 224 Reputation: 4 Joined: 02/09/12 Last Seen: April 20, 2024 Share Posted June 19, 2013 How to add the Encrypt key Quote Link to comment Share on other sites More sharing options...
Shakto Posted June 19, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 416 Reputation: 96 Joined: 02/07/13 Last Seen: 20 hours ago Author Share Posted June 19, 2013 Not added on rathena yet Wait a bit Quote Link to comment Share on other sites More sharing options...
reigneil Posted June 21, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 139 Reputation: 24 Joined: 09/02/12 Last Seen: July 11, 2024 Share Posted June 21, 2013 (edited) I have a question and i dont know if it is client side or server side it is about the /mineffect or /minimize that is always on, how can i make it optional? Edited June 21, 2013 by reigneil Quote Link to comment Share on other sites More sharing options...
Shakto Posted June 22, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 416 Reputation: 96 Joined: 02/07/13 Last Seen: 20 hours ago Author Share Posted June 22, 2013 Serverside Clif.c -> mapproperty2 Quote Link to comment Share on other sites More sharing options...
Filgaja Posted June 22, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 28 Reputation: 1 Joined: 05/16/12 Last Seen: October 20, 2021 Share Posted June 22, 2013 @stapo, You are my rathena god I need your help maybe it is an client issue, i dont know. I wanted to include new items with id 40000+ But they wont be read. Even wenn i changed src itemdb.h to max_itemdb 0x10000 and also the uint16 to uint32 But the client still tells me 'cant get this item' Is there also a vlientside max what i uave to increase in lua or exe files? Quote Link to comment Share on other sites More sharing options...
Shakto Posted June 24, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 416 Reputation: 96 Joined: 02/07/13 Last Seen: 20 hours ago Author Share Posted June 24, 2013 New patch : Remove GM Sprites Thank to Shag to post that topic, i added the seach pattern @Filgaja Why do you want to have an item with id 40k ? I think it should work, there is 30k id item Try with id 35k range Quote Link to comment Share on other sites More sharing options...
reigneil Posted June 25, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 139 Reputation: 24 Joined: 09/02/12 Last Seen: July 11, 2024 Share Posted June 25, 2013 are the fix camera angle is working? because i dont see any changes when applying it. Quote Link to comment Share on other sites More sharing options...
Lynes Posted June 25, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 98 Reputation: 4 Joined: 10/14/12 Last Seen: October 20, 2014 Share Posted June 25, 2013 (edited) hi shakto thx for the guidline , i use 2013-3-20 exe, i can connect to the serve but i have a problem, new skill appear but when i try use skill points to learn them and clik yes the pts vanish altrought there appear ine the skill list like the other, even with the command @allskills i can'tlearn and i cant use them, i dont know if it is from client or from the server.i have release the // in skill db maybe i do some wrong diff?? pS: altrought i have a lua file error about the saves system option.lua . even if i delted it, the 1rst launch work but to the second error come back Edited June 25, 2013 by sanosan33 Quote Link to comment Share on other sites More sharing options...
mrmagic Posted June 25, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 182 Reputation: 32 Joined: 10/26/12 Last Seen: January 23, 2021 Share Posted June 25, 2013 (edited) hi shakto thx for the guidline , i use 2013-3-20 exe, i can connect to the serve but i have a problem, new skill appear but when i try use skill points to learn them and clik yes the pts vanish altrought there appear ine the skill list like the other, even with the command @allskills i can'tlearn and i cant use them, i dont know if it is from client or from the server.i have release the // in skill db maybe i do some wrong diff?? pS: altrought i have a lua file error about the saves system option.lua . even if i delted it, the 1rst launch work but to the second error come back for skill tree prob, you need to update your LUA LUB inside folder skillinfoz i believe. got no prob so far after i update it. for option lua, you can set it to "read only" so it will not changed when you close your client, dunno what setup.exe that work for this prob. Edited June 25, 2013 by mrmagic Quote Link to comment Share on other sites More sharing options...
Lynes Posted June 25, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 98 Reputation: 4 Joined: 10/14/12 Last Seen: October 20, 2014 Share Posted June 25, 2013 i took the all the lub from shakto 1st post, only the new skill like flash combo water dragon breath doesn't work Oh did you do to "read only" with a diff? Quote Link to comment Share on other sites More sharing options...
mrmagic Posted June 25, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 182 Reputation: 32 Joined: 10/26/12 Last Seen: January 23, 2021 Share Posted June 25, 2013 i took the all the lub from shakto 1st post, only the new skill like flash combo water dragon breath doesn't work Oh did you do to "read only" with a diff? o_O no right click > properties > check "read only" > click OK all my lub was inside GRF, and i use this one, dunno who own this project, but they worked, thx http://krotranslatedlua.googlecode.com/svn/trunk/data/luafiles514/ Quote Link to comment Share on other sites More sharing options...
Lynes Posted June 25, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 98 Reputation: 4 Joined: 10/14/12 Last Seen: October 20, 2014 Share Posted June 25, 2013 ok for the option it work now, but i don"t have extraskill from 3d class juste look the picture with the command @allskills Quote Link to comment Share on other sites More sharing options...
angelic Posted June 26, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 01/10/13 Last Seen: March 24, 2024 Share Posted June 26, 2013 (edited) I used your own luafiles514 folder but always have the following error 2013-06-05 or 2013-06-12 ragexe and my diff patch <?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>100</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>TEST</value> </DiffProfileInput> </Inputs> </DiffProfileEntry> <DiffProfileEntry> <PatchID>10</PatchID> <PatchName>Disable 4 Letter UserCharacter Limit</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>11</PatchID> <PatchName>Disable 4 Letter UserID Limit</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>12</PatchID> <PatchName>Disable 4 Letter UserPassword Limit</PatchName> <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>68</PatchID> <PatchName>Enable 64k Hairstyle</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>90</PatchID> <PatchName>EnableDNSSupport</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>26</PatchID> <PatchName>Fix Camera Angles (FULL)</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>32</PatchID> <PatchName>Increase Zoom Out Max</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>50</PatchID> <PatchName>Skip License Screen</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>42</PatchID> <PatchName>Skip Resurrection Buttons</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>95</PatchID> <PatchName>Use SSO Login Packet</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>46</PatchID> <PatchName>Use Normal Guild Brackets</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>47</PatchID> <PatchName>Use Ragnarok Icon</PatchName> <Inputs /> </DiffProfileEntry> </Entries> </DiffProfile> sorry I solve my problem Edited June 26, 2013 by angelic Quote Link to comment Share on other sites More sharing options...
serakh00 Posted June 26, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 53 Reputation: 4 Joined: 02/08/12 Last Seen: December 10, 2018 Share Posted June 26, 2013 i used 2013-06-05 client, set my packetver to 20130605 in mmo.h then compiled used : <version>39</version> <langtype>0</langtype> in clientinfo/xml i passed the login part but when selected char, i got message "Your game exe is not latest" on my map server i got warning : Rejected connection attempt, forbidden packet version (AID/CID: '2000001/150001', Packet Ver: '38', IP: '127.0.0.1') what should i do? Quote Link to comment Share on other sites More sharing options...
Lynes Posted June 26, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 98 Reputation: 4 Joined: 10/14/12 Last Seen: October 20, 2014 Share Posted June 26, 2013 juste in the DIff disable packet check Quote Link to comment Share on other sites More sharing options...
Steph003 Posted June 26, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 06/25/13 Last Seen: January 12, 2014 Share Posted June 26, 2013 Hello, i have 2 problems: (i speak french sorry for my bad english...) - In Game: When i press shift + click right for angle camera => crash - When i add "Disable Nagle Algorithm", i have a crash after login in game. If i remove this, i have no problem. Quote Link to comment Share on other sites More sharing options...
Lynes Posted June 27, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 98 Reputation: 4 Joined: 10/14/12 Last Seen: October 20, 2014 Share Posted June 27, 2013 @steph003 maybe try to use this diff : - Fix Camera Angles (Full, Less, Recommended) and use the recommended ^^ honestly, i didn't activate "Disable Nagle Algorithm " Ps: Altrought im french sorry for ma bad english ^^ Quote Link to comment Share on other sites More sharing options...
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.