Issue information

Issue ID
#7983
Status
Fixed
Severity
None
Started
renniw
Jan 20, 2014 5:49
Last Post
Rytech
Jul 28, 2014 5:24
Confirmation
Yes (3)
No (1)

renniw - Jan 20, 2014 5:49

i update the lasted rev.

the whisper display do not show text messenge from myself.

but can recieve messeage from another

[img]http://hercules-th.com/HC/whisper.jpg[/img]

ossi0110 - Jan 20, 2014 7:36

this a client side bug?/maybe no bug , from the 2013-12-23 Ragexe

renniw - Jan 20, 2014 9:22

i use 23-12-2013 Um........

May be i client side bug

Mpsmith - Jan 20, 2014 10:02

I've Confirm This But My Problem Are Diffarent

I've Send Whisper Message To Other Player Normally But I Can't See My Message In Box

2013-12-23

This post has been edited by Mpsmith on Jan 20, 2014 10:18

Angelmelody - Jan 20, 2014 10:46

[s]It's working for me with 2012-12-23ragexe client[/s]
[attachment=1244:01.JPG][attachment=1245:02.JPG]


confirm this issue

This post has been edited by Angelmelody on Jan 20, 2014 17:29

Mpsmith - Jan 20, 2014 11:10

@[url="http://herc.ws/board/user/98-angelmelody/"]Angelmelody[/url] You Now Use Lastest Rev. ?

And You Can Show Patchlist at Diff Exe ?

Angelmelody - Jan 20, 2014 11:20

yes,lastest rev [url="https://github.com/HerculesWS/Hercules/commit/284a1631b40f442e058dabd9fd31301b9e50e71b"] 284a163[/url]

here is my log file
[attachment=1246:123.7z]

Mpsmith - Jan 20, 2014 12:16

I Try But Can't Work -*- I Think This Not Related To Client Diff

But I Think Problem From Packet

Frost - Jan 20, 2014 13:01

same problem as Mpsmith, @angelmelody what is your langtype?

Angelmelody - Jan 20, 2014 15:02

my langtype is 4

Tepoo - Jan 20, 2014 17:02

@Angel:
its not working for you either.
your screenshot are only showing the responses from the person who gets whispered, not the messages the char is sending to them.

Angelmelody - Jan 20, 2014 17:30

@Tepo

sorry, I got it wrong, thanks to you to correct me

yup, I can confirm this bug after testing

Kiu - Jan 21, 2014 6:01

[url="http://herc.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/?p=26339"]http://herc.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/?p=26339[/url]

packets.h add

[code=auto:0] #if PACKETVER >= 20131223 packet(0x09df,7); #endif [/code]


[color=rgb(0,255,0)]HEAD[/color] [color=rgb(255,165,0)]flag[/color] ( [color=rgb(255,0,0)]CID[/color] or [color=rgb(255,0,0)]AID[/color] , [color=rgb(0,0,0)][font=arial, sans-serif][size=3]surmise :P[/size][/font][/color][color=rgb(0,0,0)][font=arial, sans-serif][size=3] [/size][/font][/color])
0x[color=rgb(0,255,0)]09df [/color] [color=rgb(255,165,0)]00[/color] [color=rgb(255,0,0)]00 00 00 00[/color]

clif.c


[code=auto:0] 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 } [/code]

This post has been edited by Kiu on Jan 21, 2014 6:02

Angelmelody - Jan 21, 2014 6:32

[spoiler][quote name="Kiu" timestamp="1390284093"]
[url="http://herc.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/?p=26339"]http://herc.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/?p=26339[/url]

packets.h add[code=auto:0] #if PACKETVER >= 20131223packet(0x09df,7);#endif[/code][color=#00ff00]HEAD[/color] [color=#ffa500]flag[/color] ( [color=#ff0000]CID[/color] or [color=#ff0000]AID[/color] , [color=#000000][font=arial, sans-serif][size=3]surmise :P[/size][/font][/color])
0x[color=#00ff00]09df [/color] [color=#ffa500]00[/color] [color=#ff0000]00 00 00 00[/color]

clif.c[code=auto:0] void clif_wis_end(int fd, int flag){#if PACKETVER >= 20131223WFIFOHEAD(fd,packet_len(0x9df));WFIFOW(fd,0) = 0x9df;WFIFOW(fd,2) = flag;WFIFOSET(fd,packet_len(0x9df));#elseWFIFOHEAD(fd,packet_len(0x98));WFIFOW(fd,0) = 0x98;WFIFOW(fd,2) = flag;WFIFOSET(fd,packet_len(0x98));#endif}[/code][/quote]
[/spoiler]

Thanks , it works
[spoiler]
[img]http://2.imgland.net/q7lm9L.jpg[/img]
[/spoiler]

ossi0110 - Jan 21, 2014 6:35

[quote name="Kiu" timestamp="1390284093"]
[url="http://herc.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/?p=26339"]http://herc.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/?p=26339[/url]

packets.h add
[code=auto:0] #if PACKETVER >= 20131223 packet(0x09df,7); #endif [/code]

[color=rgb(0,255,0)]HEAD[/color] [color=rgb(255,165,0)]flag[/color] ( [color=rgb(255,0,0)]CID[/color] or [color=rgb(255,0,0)]AID[/color] , [color=rgb(0,0,0)][font=arial, sans-serif][size=3]surmise :P[/size][/font][/color])
0x[color=rgb(0,255,0)]09df [/color] [color=rgb(255,165,0)]00[/color] [color=rgb(255,0,0)]00 00 00 00[/color]

clif.c


[code=auto:0] 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 } [/code][/quote]


thanks alot

renniw - Jan 21, 2014 8:03

Thanks you so much

Zezicla - Jan 21, 2014 8:36

pull this plz :D

bgamez23 - Feb 10, 2014 15:36

bump for this.

malufett - Feb 10, 2014 17:27

Fixed @537e621b81b8fdd8763342703083c1abcfb3cc3a

Thanks Kiu

:meow:

bgamez23 - Feb 10, 2014 17:44

thanks it works fine now.

ayennnnnnn - Jun 18, 2014 15:00

is this okay to in 20130807? i got rev. 14293

This post has been edited by ayennnnnnn on Jun 18, 2014 15:11

pxl028 - Jul 28, 2014 0:14

will this fix the error when whispering other players?

Rytech - Jul 28, 2014 5:24

*Edited*
Ignore my message.

This post has been edited by Rytech on Jul 28, 2014 22:53