painrugi Posted November 10, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 58 Reputation: 6 Joined: 06/16/13 Last Seen: September 27, 2015 Share 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 Link to comment Share on other sites More sharing options...
Zeiyan Posted November 10, 2013 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 275 Reputation: 23 Joined: 01/06/13 Last Seen: September 1, 2024 Share Posted November 10, 2013 http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/ Quote Link to comment Share on other sites More sharing options...
Lighta Posted November 10, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
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.....
Link to comment
Share on other sites
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.