Jump to content

  •  

sizenine

Member Since 06 Aug 2013
Offline Last Active Mar 02 2014 12:36 PM
-----

Posts I've Made

In Topic: 2013-12-23c kRO Client, Merry Christmas <3

22 January 2014 - 03:11 AM

anyone know how to fix self whisper messages not showing?

 

packets.h add

 

#if PACKETVER >= 20131223packet(0x09df,7);#endif 

  HEAD  flag  ( CID or AID , [color=rgb(0,0,0);font-family:arial, sans-serif;font-size:13px;]surmise  :P[/color][color=rgb(0,0,0);font-family:arial, sans-serif;font-size:13px;] [/color])

0x[color=#00ff00]09df [/color]   [color=#ffa500]00[/color]   [color=#ff0000]00 00 00 00[/color]

 

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!


In Topic: 2013-12-23c kRO Client, Merry Christmas <3

20 January 2014 - 11:26 PM

anyone know how to fix self whisper messages not showing?


In Topic: 2013-12-23c kRO Client, Merry Christmas <3

15 January 2014 - 02:21 AM

 

yep this is normal in this client

 

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.


In Topic: 2013-12-23c kRO Client, Merry Christmas <3

14 January 2014 - 10:14 AM

yep this is normal in this client

 

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.


In Topic: 2013-12-23c kRO Client, Merry Christmas <3

14 January 2014 - 08:18 AM

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.