hebele Posted March 21, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 03/21/15 Last Seen: March 30, 2015 Share Posted March 21, 2015 Rathena Master ver 21 03 2015mmo.h #ifndef PACKETVER #define PACKETVER 20130807 //#define PACKETVER 20120410 #endif Packet_db packet_db_ver: 45 //packet_db_ver: default packet_keys_use: default //2013-08-07Ragexe packet_ver: 45 packet_keys: 0x7E241DE0,0x5E805580,0x3D807D80 // [Shakto] 0x0369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x0437,5,walktoxy,2 0x035F,6,ticksend,2 0x0202,5,changedir,2:4 0x07E4,6,takeitem,2 0x0362,6,dropitem,2:4 0x07EC,8,movetokafra,2:4 0x0364,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 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0835,2,searchstoreinfonextpage,0 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0360,6,reqclickbuyingstore,2 0x0817,2,reqclosebuyingstore,0 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0365,18,bookingregreq,2:4:6 //0x363,8 // CZ_JOIN_BATTLE_FIELD 0x0281,-1,itemlistwindowselected,2:4:8:12 0x022D,19,wanttoconnection,2:6:10:14:18 0x0802,26,partyinvite2,2 //0x436,4 // CZ_GANGSI_RANK 0x023B,26,friendslistadd,2 0x0361,5,hommenu,2:4 0x0887,36,storagepassword,2:4:20 0x09C1,10,ZC_C_MARKERINFO,2:6:8 2013-08-07aRagexe_patchedHow can I fix this error Pls Help me Quote Link to comment Share on other sites More sharing options...
0 Radian Posted March 21, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted March 21, 2015 The solution and answer to your question can be seen here https://rathena.org/board/topic/101092-packet-obfuscation-support/?p=281321 Quote Link to comment Share on other sites More sharing options...
0 hebele Posted March 21, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 03/21/15 Last Seen: March 30, 2015 Author Share Posted March 21, 2015 I close #define PACKET_OBFUSCATION. its works now thx Quote Link to comment Share on other sites More sharing options...
0 lzgames Posted November 5, 2015 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 17 Reputation: 0 Joined: 11/04/15 Last Seen: December 8, 2016 Share Posted November 5, 2015 (edited) Rathena Master ver 21 03 2015 resim.jpg mmo.h #ifndef PACKETVER #define PACKETVER 20130807 //#define PACKETVER 20120410 #endif Packet_db packet_db_ver: 45 //packet_db_ver: default packet_keys_use: default //2013-08-07Ragexe packet_ver: 45 packet_keys: 0x7E241DE0,0x5E805580,0x3D807D80 // [Shakto] 0x0369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x0437,5,walktoxy,2 0x035F,6,ticksend,2 0x0202,5,changedir,2:4 0x07E4,6,takeitem,2 0x0362,6,dropitem,2:4 0x07EC,8,movetokafra,2:4 0x0364,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 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0835,2,searchstoreinfonextpage,0 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0360,6,reqclickbuyingstore,2 0x0817,2,reqclosebuyingstore,0 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0365,18,bookingregreq,2:4:6 //0x363,8 // CZ_JOIN_BATTLE_FIELD 0x0281,-1,itemlistwindowselected,2:4:8:12 0x022D,19,wanttoconnection,2:6:10:14:18 0x0802,26,partyinvite2,2 //0x436,4 // CZ_GANGSI_RANK 0x023B,26,friendslistadd,2 0x0361,5,hommenu,2:4 0x0887,36,storagepassword,2:4:20 0x09C1,10,ZC_C_MARKERINFO,2:6:8 2013-08-07aRagexe_patched 1.jpg How can I fix this error Pls Help me i got same Problem here but fix by https://rathena.org/...pport/?p=281321 (When diff'ing your client, make sure to not apply the "Disable encrypted packet" diff.) Edited October 12, 2016 by lzgames Quote Link to comment Share on other sites More sharing options...
0 lzgames Posted November 6, 2015 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 17 Reputation: 0 Joined: 11/04/15 Last Seen: December 8, 2016 Share Posted November 6, 2015 The solution and answer to your question can be seen here https://rathena.org/board/topic/101092-packet-obfuscation-support/?p=281321 Thanks Dude. i got same Problem here but fix by (When diff'ing your client, make sure to not apply the "Disable encrypted packet" diff.) Quote Link to comment Share on other sites More sharing options...
0 Shadow Rebom Posted May 2, 2016 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 50 Reputation: 1 Joined: 02/13/13 Last Seen: September 14, 2021 Share Posted May 2, 2016 nice Quote Link to comment Share on other sites More sharing options...
0 Relzz Posted May 16, 2016 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Share Posted May 16, 2016 Move this topic. Quote Link to comment Share on other sites More sharing options...
Question
hebele
Rathena Master ver 21 03 2015

mmo.h
Packet_db
2013-08-07aRagexe_patched


How can I fix this error Pls Help me
Link to comment
Share on other sites
6 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.