Jump to content

sizenine

Members
  • Content Count

    11
  • Joined

  • Last visited

  1. packets.h add #if PACKETVER >= 20131223packet(0x09df,7);#endif HEAD flag ( CID or AID , surmise ) 0x09df 00 00 00 00 00 clif.c void clif_wis_end(int fd, int flag){#if PACKETVER >= 20131223 WFIFOHEAD(fd,packet_len(0x9df)); WFIFOW(fd,0) = 0x9df; WFIFOW(fd,2) = flag; WFIFOSET(fd,packet_len(0x9df));#else WFIFOHEAD(fd,packet_len(0x98)); WFIFOW(fd,0) = 0x98; WFIFOW(fd,2) = flag; WFIFOSET(fd,packet_len(0x98));#endif} Thanks so much!
  2. anyone know how to fix self whisper messages not showing?
  3. Normal..? As in it's working as intended? Or that it is a known bug? Doesn't really make sense for it to do that. its seems to be working as intended since we dont got a newer client. It could be a diff that's making it not show right? Do you know if it's like that on official kRO too? Doesn't make sense to hide our own whisper messages from chatbox.
  4. Normal..? As in it's working as intended? Or that it is a known bug? Doesn't really make sense for it to do that.
  5. Can somebody please verify whether whispering messages is working properly for this client? Or it something with the diffs I'm using? For some reason it doesn't show the messages I sent to the recipient in the chat box, but it shows only the whisper messages I receive from senders.
  6. Uncheck shared hair pallete I never checked that.
  7. It seems that the 64k hstyle will make official hair colors (1-6? or 1-9?) stop working.
  8. Nah man, these are euRO exclusive sprites so they're not in kRO's data.grf. My kRO is already fully up to date and I got the latest (20131223) client hexed and running with no errors.I don't have euRO and I got it to work o-o~ so they're in your data.grf?
  9. Nah man, these are euRO exclusive sprites so they're not in kRO's data.grf. My kRO is already fully up to date and I got the latest (20131223) client hexed and running with no errors.
  10. Do you have the .act files by any chance? That rar file only consists of the sprites..
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.