Issue information

Issue ID
#7463
Status
Needs more Info
Severity
None
Started
hemagx
Jul 3, 2013 20:00
Last Post
hemagx
Sep 12, 2013 12:37
Confirmation
N/A

hemagx - Jul 3, 2013 20:00

Hi,

in Aegis GM Can whisper Player even if the player did /exall but in Herc no.

Thanks.

Ind - Jul 4, 2013 2:03

[url="https://github.com/HerculesWS/Hercules/commit/3d0fba021dd07b8d3a9da55e977fd80fdfb2b0ab"]https://github.com/HerculesWS/Hercules/commit/3d0fba021dd07b8d3a9da55e977fd80fdfb2b0ab[/url]
Thank you

kyeme - Jul 12, 2013 4:49

Still not fixed
I cant PM normal players who use s /exall

And i got this bug: when GM lvl 99 pm'ed me
[img]http://i.imgur.com/7C7nx74.jpg[/img]

This post has been edited by kyeme on Jul 15, 2013 4:38

mkbu95 - Jul 12, 2013 15:31

It is not a bug, it is the official behaviour (or at least how it is supposed to work).

Mysterious - Jul 12, 2013 20:45

I remember this being added in.. that announce isn't public though, I believe it's to the individual.

Beret - Jul 15, 2013 4:11

Still is not fixed I can't send a message to the player with /exall.

Haru - Jul 15, 2013 13:10

Fixed the /exall part in in [url="https://github.com/HerculesWS/Hercules/commit/e92b006b5175b9f8f059b49d3cb720423b5045e8"]https://github.com/HerculesWS/Hercules/commit/e92b006b5175b9f8f059b49d3cb720423b5045e8[/url] (previous commit targeted /ex only)

kyeme - Jul 27, 2013 2:49

Thanks Master Haru!

I'm waiting for this to be completely fix. :)

Haru - Jul 27, 2013 7:08

What's still missing, kyeme?

kyeme - Jul 27, 2013 7:27

Master Haru the bug is the Message that the GM PM'd the Player is on the top of the screen.
[img]http://i.imgur.com/7C7nx74.jpg[/img]

This post has been edited by kyeme on Jul 27, 2013 7:27

Ind - Jul 27, 2013 12:44

that should be working as intended[code=auto:0] struct map_session_data *ssd = iMap->nick2sd(nick); WFIFOHEAD(fd, mes_len + NAME_LENGTH + 8); WFIFOW(fd,0) = 0x97; WFIFOW(fd,2) = mes_len + NAME_LENGTH + 8; safestrncpy((char*)WFIFOP(fd,4), nick, NAME_LENGTH); WFIFOL(fd,28) = (ssd && pc->get_group_level(ssd) == 99) ? 1 : 0; // isAdmin; if nonzero, also displays text above char safestrncpy((char*)WFIFOP(fd,32), mes, mes_len); WFIFOSET(fd,WFIFOW(fd,2)); [/code]its that == 99 thing

kyeme - Jul 27, 2013 13:44

[quote name="Ind" timestamp="1374929092"]
that should be working as intended[code=auto:0] struct map_session_data *ssd = iMap->nick2sd(nick); WFIFOHEAD(fd, mes_len + NAME_LENGTH + 8); WFIFOW(fd,0) = 0x97; WFIFOW(fd,2) = mes_len + NAME_LENGTH + 8; safestrncpy((char*)WFIFOP(fd,4), nick, NAME_LENGTH); WFIFOL(fd,28) = (ssd && pc->get_group_level(ssd) == 99) ? 1 : 0; // isAdmin; if nonzero, also displays text above char safestrncpy((char*)WFIFOP(fd,32), mes, mes_len); WFIFOSET(fd,WFIFOW(fd,2)); [/code]its that == 99 thing[/quote]

Ohh Isee, thanks! :)

kyeme - Jul 27, 2013 15:26

Hmmm, [s]Even if the player typed /exall[/s], the player that is being PM'd by the GM still have the Shout Msg ? Because in the Official Server this is not happening. (Not sure in lvl 99 GM on official )

Is this only for GM lvl 99?


@edit: [s]Even if the player typed /exall[/s]

This post has been edited by kyeme on Jul 27, 2013 16:16

Ind - Jul 27, 2013 15:59

[quote name="kyeme" timestamp="1374938812"]
Hmmm, Even if the player typed /exall, the player that is being PM'd by the GM still have the Shout Msg ? Because in the Official Server this is not happening. (Not sure in lvl 99 GM on official )

Is this only for GM lvl 99?[/quote]I dont know, I've flagged as needs more info, hopefully someone can help us :D

hemagx - Sep 11, 2013 14:42

Little Bug if other GM did /exall you can't PM him.

bgamez23 - Sep 12, 2013 11:06

[quote name="hemagx" timestamp="1378910548"]
Little Bug if other GM did /exall you can't PM him.[/quote]
what do you mean by that? other GM use /exall? then you can't PM the GM right?

hemagx - Sep 12, 2013 12:37

yea.