sizenine
Members-
Content Count
11 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by sizenine
-
2013-12-23c kRO Client, Merry Christmas <3
sizenine replied to Yommy's topic in Client-Side Releases
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! -
2013-12-23c kRO Client, Merry Christmas <3
sizenine replied to Yommy's topic in Client-Side Releases
anyone know how to fix self whisper messages not showing? -
2013-12-23c kRO Client, Merry Christmas <3
sizenine replied to Yommy's topic in Client-Side Releases
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. -
2013-12-23c kRO Client, Merry Christmas <3
sizenine replied to Yommy's topic in Client-Side Releases
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. -
2013-12-23c kRO Client, Merry Christmas <3
sizenine replied to Yommy's topic in Client-Side Releases
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. -
2013-12-23c kRO Client, Merry Christmas <3
sizenine replied to Yommy's topic in Client-Side Releases
Uncheck shared hair pallete I never checked that. -
2013-12-23c kRO Client, Merry Christmas <3
sizenine replied to Yommy's topic in Client-Side Releases
It seems that the 64k hstyle will make official hair colors (1-6? or 1-9?) stop working. -
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?
-
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.
-
2013-12-23c kRO Client, Merry Christmas <3
sizenine replied to Yommy's topic in Client-Side Releases
Confirmed. -
Do you have the .act files by any chance? That rar file only consists of the sprites..