gilbertobitt Posted June 2, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 52 Reputation: 12 Joined: 12/22/11 Last Seen: August 9, 2023 Share Posted June 2, 2012 (edited) I try everything but nothing happens i can't login reject from server (3), and unknow packet sorry my bad english. That the erro: Clients That i tested. 2012-03-07fRagexeRE.exe My ClientInfo.XML <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <hideaccountlist /> <extendedslot /> <connection> <display>SERVER NAME HERE</display> <desc>Ragnarok Online</desc> <balloon>this is a tool tip</balloon> <address>127.0.0.1</address> <port>1391</port> <version>26</version> <langtype>12</langtype> <registrationweb></registrationweb> <yellow> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> </yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> </connection> </clientinfo> Now My Packet_db //2012-03-07fRagexeRE 0x086A,19,wanttoconnection,2:6:10:14:18 0x0437,5,walktoxy,2 0x0887,6,ticksend,2 0x0890,5,changedir,2:4 0x0865,6,takeitem,2 0x02C4,6,dropitem,2:4 0x093B,8,movetokafra,2:4 0x0963,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x096A,6,getcharnamerequest,2 0x0368,6,solvecharname,2 0x0369,26,friendslistadd,2 0x0863,5,hommenu,4 0x0861,36,storagepassword,0 0x0929,26,partyinvite2,2 0x0885,7,actionrequest,2:6 0x0889,10,useskilltoid,2:4:6 0x0870,-1,itemlistwindowselected,2:4:8 0x0926,18,bookingregreq,2:4:6 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0817,2,reqclosebuyingstore,0 0x0360,6,reqclickbuyingstore,2 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0884,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0439,8,useitem,2:4 And Last my Packet_ver. #define PACKETVER 20120307 Edited June 2, 2012 by gilbertobitt Quote Link to comment Share on other sites More sharing options...
Mystery Posted June 2, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted June 2, 2012 Why is serverype "Primary"? Quote Link to comment Share on other sites More sharing options...
gilbertobitt Posted June 2, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 52 Reputation: 12 Joined: 12/22/11 Last Seen: August 9, 2023 Author Share Posted June 2, 2012 i don't know but everytime that i put on this servertype korea i can't open my client :S Quote Link to comment Share on other sites More sharing options...
Baneado Posted June 2, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 54 Reputation: 11 Joined: 05/29/12 Last Seen: July 24, 2018 Share Posted June 2, 2012 Put "sakray" in servertype, is not korea, and maybe the primary thing is making something wrong.. Try this: change "packet_db_ver: default" to "packet_db_ver: 28" in the packet_db.txt another thing, you diffed your client with "Skip Packet Header Obsfucation" v2 ? 1 Quote Link to comment Share on other sites More sharing options...
gilbertobitt Posted June 2, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 52 Reputation: 12 Joined: 12/22/11 Last Seen: August 9, 2023 Author Share Posted June 2, 2012 I change the servertype and servicetype <servicetype>korea</servicetype> <servertype>sakray</servertype> and know the client don't open anymore. and i diff my client with packet obfuscator i use the client made by judas http://supportmii.com/ro1/Clients/Bypass_Clients/ Quote Link to comment Share on other sites More sharing options...
Baneado Posted June 2, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 54 Reputation: 11 Joined: 05/29/12 Last Seen: July 24, 2018 Share Posted June 2, 2012 You tried changing the packet ver to 28? and another thing, try changing the <version>26 to 0 Quote Link to comment Share on other sites More sharing options...
gilbertobitt Posted June 2, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 52 Reputation: 12 Joined: 12/22/11 Last Seen: August 9, 2023 Author Share Posted June 2, 2012 changed packet_ver: 28 and nothing and after that i try changing version 26 to 0 and nothing. Quote Link to comment Share on other sites More sharing options...
Yetsuki Posted June 2, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 34 Reputation: 7 Joined: 04/24/12 Last Seen: December 19, 2012 Share Posted June 2, 2012 (edited) /src/mmo.h: #ifndef PACKETVER #define PACKETVER 20120307 //#define PACKETVER 20100730 #endif Save and recompile. Edited June 2, 2012 by Yetsuki Quote Link to comment Share on other sites More sharing options...
gilbertobitt Posted June 2, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 52 Reputation: 12 Joined: 12/22/11 Last Seen: August 9, 2023 Author Share Posted June 2, 2012 Yetsuki, i already have changed the packetver for 20120307 and nothing! is like the emulator can't find the packet_db :/ Quote Link to comment Share on other sites More sharing options...
Baneado Posted June 2, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 54 Reputation: 11 Joined: 05/29/12 Last Seen: July 24, 2018 Share Posted June 2, 2012 Put this: //2012-03-07fRagexeRE 0x01FD,15,repairitem,2 0x0369,26,friendslistadd,2 0x0863,5,hommenu,2:4 0x0861,36,storagepassword,0 0x0288,-1,cashshopbuy,4:8 0x0929,26,partyinvite2,2 0x086A,19,wanttoconnection,2:6:10:14:18 0x0885,7,actionrequest,2:6 0x0889,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x0870,-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 0x0884,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0437,5,walktoxy,2 0x0887,6,ticksend,2 0x0890,5,changedir,2:4 0x0865,6,takeitem,2 0x02C4,6,dropitem,2:4 0x093B,8,movetokafra,2:4 0x0963,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x096A,6,getcharnamerequest,2 0x0368,6,solvecharname,2 0x08E5,41,bookingregreq,0 //Added to prevent disconnections 0x08E6,4 0x08E7,10,bookingsearchreq,0 0x08E8,-1 0x08E9,2,bookingdelreq,0 0x08EA,4 0x08EB,39,bookingupdatereq,0 0x08EC,73 0x08ED,43 0x08EE,6 0x0907,5,moveitem,2:4 0x0908,5 Quote Link to comment Share on other sites More sharing options...
gilbertobitt Posted June 2, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 52 Reputation: 12 Joined: 12/22/11 Last Seen: August 9, 2023 Author Share Posted June 2, 2012 i try changing the packet_db and nothing the same error. Quote Link to comment Share on other sites More sharing options...
Fuyuko Posted June 2, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 17 Reputation: 0 Joined: 02/10/12 Last Seen: September 3, 2012 Share Posted June 2, 2012 You have two options you can either remove some of the packets from 2011-11-02aRagexe like for example the wanttoconnection or you can do the other below and make 2012-03-07fRagexeRE packet version 29 like it should be cause otherwise the connection's and different packets would conflict with each other. //2012-03-07fRagexeRE packet_ver: 29 0x086A,19,wanttoconnection,2:6:10:14:18 0x0437,5,walktoxy,2 0x0887,6,ticksend,2 0x0890,5,changedir,2:4 0x0865,6,takeitem,2 0x02C4,6,dropitem,2:4 0x093B,8,movetokafra,2:4 0x0963,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x096A,6,getcharnamerequest,2 0x0368,6,solvecharname,2 0x0369,26,friendslistadd,2 0x0863,5,hommenu,4 0x0861,36,storagepassword,0 0x0929,26,partyinvite2,2 0x0885,7,actionrequest,2:6 0x0889,10,useskilltoid,2:4:6 0x0870,-1,itemlistwindowselected,2:4:8 0x0926,18,bookingregreq,2:4:6 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0817,2,reqclosebuyingstore,0 0x0360,6,reqclickbuyingstore,2 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0884,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0439,8,useitem,2:4 Quote Link to comment Share on other sites More sharing options...
gilbertobitt Posted June 2, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 52 Reputation: 12 Joined: 12/22/11 Last Seen: August 9, 2023 Author Share Posted June 2, 2012 ok i try your packet_db and i remove the 2011-11-02aRagexe packet's but nothing happens i don't know why this is happen! Quote Link to comment Share on other sites More sharing options...
TrueNoir Posted June 2, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 109 Reputation: 19 Joined: 11/14/11 Last Seen: February 22 Share Posted June 2, 2012 are you diffing the exe using SkipPacketHeaderObfuscation also im pretty sure all the features for that client version aren't finished so if you can't figure out what's wrong maybe you should wait till its fully supported. Quote Link to comment Share on other sites More sharing options...
gilbertobitt Posted June 2, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 52 Reputation: 12 Joined: 12/22/11 Last Seen: August 9, 2023 Author Share Posted June 2, 2012 @TrueNoir yes, i'm diffing with SkipPacketHeaderObfuscation but nothing change can be this problem becouse i'm using the windows 8? Quote Link to comment Share on other sites More sharing options...
Brynner Posted June 3, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1953 Reputation: 202 Joined: 01/08/12 Last Seen: Monday at 05:42 PM Share Posted June 3, 2012 check your diff just make it sure that you choose this option Skip Packet Header Obsfucation Quote Link to comment Share on other sites More sharing options...
gilbertobitt Posted June 3, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 52 Reputation: 12 Joined: 12/22/11 Last Seen: August 9, 2023 Author Share Posted June 3, 2012 (edited) ok i will try! Edit: @Brynner sorry buddy, but the same error. Edited June 3, 2012 by gilbertobitt Quote Link to comment Share on other sites More sharing options...
Brynner Posted July 15, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1953 Reputation: 202 Joined: 01/08/12 Last Seen: Monday at 05:42 PM Share Posted July 15, 2012 ok i will try! Edit: @Brynner sorry buddy, but the same error. just change your langtype. langtype 12 is not supported at this time. Quote Link to comment Share on other sites More sharing options...
Question
gilbertobitt
I try everything but nothing happens i can't login reject from server (3), and unknow packet sorry my bad english.
That the erro:
Clients That i tested.
My ClientInfo.XML
Now My Packet_db
And Last my Packet_ver.
Edited by gilbertobittLink 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.