themon Posted March 22, 2014 Posted March 22, 2014 (edited) https://github.com/ThemonChan/2014-Ragexe-Client // 2014-02-05bRagexe - Themon packet_ver: 46 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 0x09D4,2 ,reqclosebuyingstore,0 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0365,18,bookingregreq,2:4:6 // 0x0363,8 CZ_JOIN_BATTLE_FIELD 0x0281,-1, itemlistwindowselected,2:4:8:12 0x022D,19,wanttoconnection,2:6:10:14:18 0x0802,26,partyinvite2,2 // 0x0436,4 CZ_GANGSI_RANK 0x023B,26,friendslistadd,2 0x0361,5,hommenu,2:4 0x0938,36,storagepassword,2:4:20 0x09df,7 // 2014-03-05bRagexe - Themon packet_ver: 47 0x0369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x0437,5,walktoxy,2 0x035F,6,ticksend,2 0x0815,5,changedir,2:4 0x0202,6,takeitem,2 0x0362,6,dropitem,2:4 0x07EC,8,movetokafra,2:4 0x0364,8,movefromkafra,2:4 0x0436,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 0x09D4,2,reqclosebuyingstore,0 0x0361,-1,reqopenbuyingstore,2:4:8:9:89 0x0365,18,bookingregreq,2:4:6 // 0x0363,8 CZ_JOIN_BATTLE_FIELD 0x0281,-1, itemlistwindowselected,2:4:8:12 0x0438,19,wanttoconnection,2:6:10:14:18 0x0802,26,partyinvite2,2 // 0x0878,4 CZ_GANGSI_RANK 0x07E4,26,friendslistadd,2 0x0934,5,hommenu,2:4 0x095e,36,storagepassword,2:4:20 0x09df,7 Edited March 24, 2014 by themon 5 Quote
a91323 Posted March 24, 2014 Posted March 24, 2014 (edited) How can I use 2014 client support packet in rathena ?rathena and hercules support packet are different. Edited March 24, 2014 by a91323 Quote
themon Posted March 25, 2014 Author Posted March 25, 2014 How can I use 2014 client support packet in rathena ? rathena and hercules support packet are different. I'm using this packet in both hercules and rathena. I just convert my hercules packets.h packet data to rathena format packet data in packet_db.txt Quote
jackel2013 Posted March 30, 2014 Posted March 30, 2014 How can I use 2014 client support packet in rathena ? rathena and hercules support packet are different. I'm using this packet in both hercules and rathena. I just convert my hercules packets.h packet data to rathena format packet data in packet_db.txt how can do it?can you show me please? Quote
Akbare Posted March 31, 2014 Posted March 31, 2014 // 2014-02-05bRagexe - Themon disconnect when making a purchase any solution?? Quote
Zezicla Posted March 31, 2014 Posted March 31, 2014 mby can post a packet db with these and all the others you got/excist ?? Quote
themon Posted April 1, 2014 Author Posted April 1, 2014 (edited) // 2014-02-05bRagexe - Themon disconnect when making a purchase any solution?? Try to post map server error screenshot I'm currently using 2014-03-05Ragexe on rathena and the only error I get before is when I press close on store I get disconnected. And already fixed it. But never try using 2014-02-05Ragexe client on rathena Edited April 1, 2014 by themon Quote
a91323 Posted April 1, 2014 Posted April 1, 2014 How can I use 2014 client support packet in rathena ? rathena and hercules support packet are different. I'm using this packet in both hercules and rathena. I just convert my hercules packets.h packet data to rathena format packet data in packet_db.txt hercules packets.h -> rathena clif.c ? Can share how to do ..? close shop always disconnected....... Quote
themon Posted April 1, 2014 Author Posted April 1, 2014 (edited) How can I use 2014 client support packet in rathena ? rathena and hercules support packet are different. I'm using this packet in both hercules and rathena. I just convert my hercules packets.h packet data to rathena format packet data in packet_db.txt hercules packets.h -> rathena clif.c ? Can share how to do ..? close shop always disconnected....... Herc packets.h >>> rathena packet_db.txt Just post the screenshot of the error in your map server 0x09D4,2,reqclosebuyingstore,0 Just change this 0x09D4,2 to the missing packet shown on you map server error Edited April 1, 2014 by themon Quote
a91323 Posted April 1, 2014 Posted April 1, 2014 How can I use 2014 client support packet in rathena ? rathena and hercules support packet are different. I'm using this packet in both hercules and rathena. I just convert my hercules packets.h packet data to rathena format packet data in packet_db.txt hercules packets.h -> rathena clif.c ?Can share how to do ..? close shop always disconnected....... Herc packets.h >>> rathena packet_db.txt Just post the screenshot of the error in your map server 0x09D4,2,reqclosebuyingstore,0 Just change this 0x09D4,2 to the missing packet shown on you map server error solved. clif.h MAX_PACKET_VER I forgot edit it .. Quote
pookedandy Posted April 2, 2014 Posted April 2, 2014 Help please.... when I clicked the 2014-03-05bRagexe_2 nothing happens there is a small ERROR with no labels just blank ERROR! Quote
themon Posted April 2, 2014 Author Posted April 2, 2014 Help please.... when I clicked the 2014-03-05bRagexe_2 nothing happens there is a small ERROR with no labels just blank ERROR! Use nemo patcher to diff it. Quote
DanialFX Posted April 4, 2014 Posted April 4, 2014 Help please.... when I clicked the 2014-03-05bRagexe_2 nothing happens there is a small ERROR with no labels just blank ERROR! Use nemo patcher to diff it. what should I diff? I got same error. Quote
pookedandy Posted April 4, 2014 Posted April 4, 2014 (edited) @themon care to elaborate more? used NEMO to diff what sir themon? do I need to do the step by step on this tutorial sir? Edit.. this is the problem I encounter when after pressing the runserver-sql ! ~~~~~~~ PROBLEM 1 ~~~~~~ http://s1310.photobucket.com/user/sicknessstyle/media/PROBLEM1_zpsb5b212a8.png.html?sort=3&o=1 ~~~~~~~ PROBLEM 2 ~~~~~~ http://s1310.photobucket.com/user/sicknessstyle/media/PROBLEM2_zpsaa753c54.png.html?sort=3&o=0 ~~~~~~~~~~ PROBLEM 3 ~~~~~~~~~~~~ http://s1310.photobucket.com/user/sicknessstyle/media/PROBLEM3_zps6e2b75d5.png.html please HELP... Edited April 5, 2014 by pookedandy Quote
tatus Posted April 9, 2014 Posted April 9, 2014 Can you help me, error on the job Warlock male-05bRagexe_patched1 2014-02 and 2014-03-05bRagexe_patched Quote
themon Posted April 10, 2014 Author Posted April 10, 2014 Can you help me, error on the job Warlock male-05bRagexe_patched1 2014-02 and 2014-03-05bRagexe_patched Try to update your grf files. Quote
tatus Posted April 11, 2014 Posted April 11, 2014 (edited) Can you help me, error on the job Warlock male-05bRagexe_patched1 2014-02 and 2014-03-05bRagexe_patched Try to update your grf files. its work, thanks themon you rock Edited April 11, 2014 by tatus Quote
Rododark Posted April 17, 2014 Posted April 17, 2014 2014-03-05bRagexe As if the patching mark nemo me error? Quote
themon Posted April 18, 2014 Author Posted April 18, 2014 2014-03-05bRagexe As if the patching mark nemo me error? I currently using 2014-03-05bRagexe and don't get that error on nemo. Try to update your nemo patcher or try to post this error on nemo topic Quote
joelolopez Posted May 1, 2014 Posted May 1, 2014 sir themon im using 20140305 that you've said.. but my problem is my map server keeps on rejecting me after the character selection.. what should i do im using rathena 12106 Quote
themon Posted May 1, 2014 Author Posted May 1, 2014 @joel try to post a screenshot of your map server error message. did you add the packet data in your packet_db.txt. try to read the previous post for the solution of your problem. maybe you just to change something Quote
joelolopez Posted May 1, 2014 Posted May 1, 2014 (edited) sir i put all the packets onto packet_db.txt and my console said packet db table only has support up to version 46, skipping packet version 47 @themon care to elaborate more? used NEMO to diff what sir themon? do I need to do the step by step on this tutorial sir? Edit.. this is the problem I encounter when after pressing the runserver-sql ! ~~~~~~~ PROBLEM 1 ~~~~~~ http://s1310.photobucket.com/user/sicknessstyle/media/PROBLEM1_zpsb5b212a8.png.html?sort=3&o=1 ~~~~~~~ PROBLEM 2 ~~~~~~ http://s1310.photobucket.com/user/sicknessstyle/media/PROBLEM2_zpsaa753c54.png.html?sort=3&o=0 ~~~~~~~~~~ PROBLEM 3 ~~~~~~~~~~~~ http://s1310.photobucket.com/user/sicknessstyle/media/PROBLEM3_zps6e2b75d5.png.html please HELP... sir themon check the picture of pookedandy problem 3...we have the same issue...skipping packet version 47 http://s1156.photobucket.com/user/Jo_E_Lo/media/Untitled_zpse5a9aa26.jpg.html sir i almost forgot where can i get 20140305 translated blue ghost setup, Edited May 1, 2014 by joelolopez Quote
themon Posted May 4, 2014 Author Posted May 4, 2014 (edited) clif.h MAX_PACKET_VER 47 And clientinfo Version 47 https://github.com/HerculesWS/Hercules/pull/280 Check my pull request in hercules I also include link of undiff 2014 client Edited May 4, 2014 by themon 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.