Jump to content
  • 0

Request packet_db


painrugi

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   6
  • Joined:  06/16/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   23
  • Joined:  01/06/13
  • Last Seen:  


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...