painrugi Posted November 10, 2013 Posted November 10, 2013 someone can help me for packet_db 2012-07-24aRagexe client?? i want to use this client but i don't have that packet..... Quote
Zeiyan Posted November 10, 2013 Posted November 10, 2013 http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/ Quote
Lighta Posted November 10, 2013 Posted November 10, 2013 You could remplace packet_ver: 33 with all the one you gain from that link, so you don't messed up the date <=> version relation. Also you must make sure the index are correct as I'm not sure they did follow all our change. Exemple given : they said 0x0439,8,useitem,2:4 cmd=>0x0439 this should be ok 8=>packet_len, so let verify this, in src/map/clif.c, searching 'useitem' will found '{clif_parse_UseItem,"useitem"},' so that mean that redirect it in function clif_parse_UseItem, then in that function we can see : "0439 <index>.W <account id>.L (CZ_USE_ITEM2)" W+L = 8 so that ok. 2:4=>1st argument is at index 2, second is at index 4. ok so to verify this at : index0=> cmd = short = W => ok (next is minimum 0+W=2) index2=> <index> = W => ok (next is minimum 2+W=4) index4=> <accound_id> => ok (4+L=8) that argument not even read by the function 4+4=8=packet_len all should be fine. Maybe a bit hard to understand it how I say it there we might do a better doc about it but the short message was you can take that link and remplace a current version (that the best way to do it) but be carefull about some definition. Quote
Question
painrugi
someone can help me for packet_db 2012-07-24aRagexe client?? i want to use this client but i don't have that packet.....
2 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.