Hatake Kakashi Posted October 22, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Share Posted October 22, 2012 i hope anyone can help me. my mmo.h is compatible with my client date. 2012-04-10 same at mmo.h but there's a problem when i click the new char or what i mean is i make a char. then when im done and enter it. its error.... server disconnected.. here's the error. Quote Link to comment Share on other sites More sharing options...
Fluffle Puff Posted October 22, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 375 Reputation: 88 Joined: 12/30/11 Last Seen: May 3, 2016 Share Posted October 22, 2012 (edited) check if you have this in your trunk/db/packet_db.txt //2012-04-10aRagexeRE packet_ver: 30 0x01FD,15,repairitem,2 0x089C,26,friendslistadd,2 0x0885,5,hommenu,2:4 0x0961,36,storagepassword,0 0x0288,-1,cashshopbuy,4:8 0x091C,26,partyinvite2,2 0x094B,19,wanttoconnection,2:6:10:14:18 0x0369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x0945,-1,itemlistwindowselected,2:4:8 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0817,2,reqclosebuyingstore,0 0x0360,6,reqclickbuyingstore,2 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0437,5,walktoxy,2 0x0886,6,ticksend,2 0x0871,5,changedir,2:4 0x0938,6,takeitem,2 0x0891,6,dropitem,2:4 0x086C,8,movetokafra,2:4 0x08A6,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x0889,6,getcharnamerequest,2 0x0884,6,solvecharname,2 0x08E5,41,bookingregreq,2:4 //Added to prevent disconnections 0x08E6,4 0x08E7,10,bookingsearchreq,2 0x08E8,-1 0x08E9,2,bookingdelreq,2 0x08EA,4 0x08EB,39,bookingupdatereq,2 0x08EC,73 0x08ED,43 0x08EE,6 0x08EF,6,bookingignorereq,2 0x08F0,6 0x08F1,6,bookingjoinpartyreq,2 0x08F2,36 0x08F3,-1 0x08F4,6 0x08F5,-1,bookingsummonmember,2:4 0x08F6,22 0x08F7,3 0x08F8,7 0x08F9,6 0x08FA,6 0x08FB,6,bookingcanceljoinparty,2 0x0907,5,moveitem,2:4 0x0908,5 0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections 0x08CF,10 //Amulet spirits 0x0977,14 //Monster HP Bar and make sure that your clientinfo.xml has the version 30 <version>30</version> Edited October 22, 2012 by Emistry Please use [CODEBOX] or Attachments for long contents. Quote Link to comment Share on other sites More sharing options...
Thanna Posted October 22, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 271 Reputation: 7 Joined: 01/06/12 Last Seen: May 16, 2015 Share Posted October 22, 2012 did you recompile your server? and have you change your packet_db.txt? I have the same problem but I already solved it, I just followed this instruction http://supportmii.com/ro1/Clients/Judas_Setups/Guides/Judas_ClientSide_Area.pdf I hope that I helped you Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted October 23, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Author Share Posted October 23, 2012 @alex i already try that but still rejected server. and gets error again at map_serversql. same error above. thank its working now.. but i have a problem for skill des. and skill name.. my basic skill is korean lang. all skill name are korean and description of skill too... My New Problem are... 1st: Skill Name and Description are Korean. 2nd: The Window Size still in 640x480x16 i can't change and cant save it. im using Ghost Setup.exe the blue one. please help thank you.. Quote Link to comment Share on other sites More sharing options...
Winz Posted October 23, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 23, 2012 1. use the english translated data folde, found on this board. 2. Extract 'Savedata' and 'System' folder out of your GRF, put on the root of RO folder. so, you can find them near the BGM folder. then, start the blue ghost setup.exe with Administrative Privilege. Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted October 23, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted October 23, 2012 (edited) 1. you can re-download packet_db.txt from rathena svn 2 Skill Name and Description lua/lub files are in patch data/luafiles514/lua files/skillinfoz/ 3 about windows size you can try this tool ro-exit Edited October 23, 2012 by QQfoolsorellina Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted October 23, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Author Share Posted October 23, 2012 @winz im using Alexandria post. the Data Version 2.0 http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ but i can't see Savedata and System folder. @QQfoolsorellina i can't understand you number 2 solution.. where can i find that one? i have a lua files from Alexandria post. can you please guide me there? about your solutions number 3. i think it's wrong link. thank you. Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted October 23, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted October 23, 2012 When you hex your client, you have to choose the "Skip packet header obfuscation" option. Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted October 23, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Author Share Posted October 23, 2012 i already fix my problem, but the only one thing the skill name and description.. i can't fix it damn... please help.. still in korean lang. Quote Link to comment Share on other sites More sharing options...
Kyroad Posted October 23, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 114 Reputation: 1 Joined: 10/13/12 Last Seen: December 20, 2017 Share Posted October 23, 2012 Use your exact .lub files same as your client date. You can find that lubfiles here. http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/ Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted October 24, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Author Share Posted October 24, 2012 (edited) where can i put those 2 files the SRC and data folder? inside my GRF ryt? ty KYROAD. skill already fixed. but the only one thing.. check. when i ALT+G here's what i see. Edited October 24, 2012 by Hatake Kakashi Quote Link to comment Share on other sites More sharing options...
Kyroad Posted October 24, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 114 Reputation: 1 Joined: 10/13/12 Last Seen: December 20, 2017 Share Posted October 24, 2012 replace this to your msgstringtable.txt msgstringtable.txt Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted October 24, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Author Share Posted October 24, 2012 thank you sir Kyroad.. awesome help thank you again.. hahaha, why if i chane job @job oboro still kagerou job? job oboro is not released yet? im using rAthena 16823 and when i print screen and go to screenshot folder.. here's the result of image. Quote Link to comment Share on other sites More sharing options...
Euphy Posted October 24, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted October 24, 2012 why if i chane job @job oboro still kagerou job? They're gender-based. Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted October 24, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Author Share Posted October 24, 2012 ow.. if female is oboro? ok thx Quote Link to comment Share on other sites More sharing options...
Judas Posted October 24, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted October 24, 2012 yes oborou is the female version Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted October 24, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Author Share Posted October 24, 2012 ok.. thank you everyone... ow i forgot, where can i download custom item set.. like Armor, Manteau, Shoes, Shield and Headgear.. thanks.. Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted October 25, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted October 25, 2012 There's a search button on top-right of this page Quote Link to comment Share on other sites More sharing options...
Question
Hatake Kakashi
i hope anyone can help me.
my mmo.h is compatible with my client date. 2012-04-10 same at mmo.h
but there's a problem when i click the new char or what i mean is i make a char. then when im done and enter it. its error.... server disconnected..
here's the error.
Link to comment
Share on other sites
17 answers to this question
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.