Jump to content
  • 0

2014-03-05bRagexe Unknown Packet Number


allenshchang

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   1
  • Joined:  03/17/14
  • Last Seen:  

After using packetparser, I got the packet cause client to disconnect.

 

Here is the log.

 

 

| 219 |  R  | 01C8 | PACKET_ZC_USE_ITEM_ACK2                            |index=12
|     |     |      |                                                    |id=643
|     |     |      |                                                    |AID=2000001
|     |     |      |                                                    |count=0
|     |     |      |                                                    |result=1
| 219 |  R  | 00B0 | PACKET_ZC_PAR_CHANGE                               |varID=24
|     |     |      |                                                    |count=20920
| 219 |  R  | 01A6 | PACKET_ZC_PETEGG_LIST                              |PacketLength=6
|     |     |      |                                                    |index=13
|.....|.....|......|....................................................|...............................
| 220 |     | 102F | Packet_ID Not Found                                | Skipping 6 Bytes
|.....|.....|......|....................................................|...............................
| 221 |     | 102F | Packet_ID Not Found                                | Skipping 4 Bytes
|.....|.....|......|....................................................|...............................
| 222 |  R  | 0081 | PACKET_SC_NOTIFY_BAN                               |ErrorCode=0
| 222 |  R  | 00B6 | PACKET_ZC_CLOSE_DIALOG                             |NAID=110002673
|.....|.....|......|....................................................|...............................
 

Since I can't extract the packet length from 2014-03-05bRagexe, I use 2013-08-05aRagexe's instead, with the encryption

key acquired using rotool.

 

Disconnect happens when player use egg incubator, after choosing which pet egg to hatch.

 

When log back in, still no pet shown, still in egg form.

 

After change
    MAX_PACKET_DB  = 0xf00,         to           MAX_PACKET_DB  = 0xf000,

 

in clif.h and assign

          0x102f,4,selectegg,2

 

in packet_db.txt,

 

Login after disconnect, the pet will show.

 

 

 

Maybe someone can help with this problem? Please? Pretty please~? /sob

 

Thanks in advance.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   1
  • Joined:  03/17/14
  • Last Seen:  

nvm, fixed.

 

add // in front of clif_authfail_fd(fd, 0); in clif.c

 

Thanks to themon on hercule forum.

Edited by allenshchang
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

Try using 2013-08-07a. It's the most stable "new" client that I know of

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...