Jump to content

allenshchang

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Taiwan

allenshchang's Achievements

Poring

Poring (1/15)

1

Reputation

1

Community Answers

  1. Dude, if you haven't give up on 20140305, here is how I fix the problem: add // in front of clif_authfail_fd(fd, 0); in clif.c Thanks to themon on hercule forum. but not sure if doing this will cause other problem on different client version though, but... meh.
  2. nvm, fixed. add // in front of clif_authfail_fd(fd, 0); in clif.c Thanks to themon on hercule forum.
  3. 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~? Thanks in advance.
  4. Same problem here, bump. Can anyone help?
  5. Im currently using 2014-03-05bRagexe with up-to-date kRO client files. And for lua, I used files download here: https://github.com/ROClientSide/Translation (Thanks for the great work ) After open 1:1 chat window, I can't see what I just typed, but the person Im chatting with can see with no problem. (but can't see what he typed either) here are the pictures: https://www.dropbox.com/s/3pai10wwwkisf5e/Ashampoo_Snap_2014.04.29_02h01m40s_001_.png After sending out the message: https://www.dropbox.com/s/lom4oto5wjck2fv/Ashampoo_Snap_2014.04.29_02h02m06s_002_.png Anyone dealt with this before? Help please? Thanks in advance
×
×
  • Create New...