Issue Information
-
#007463
-
0 - None Assigned
-
Needs More Info
Issue Confirmations
-
Yes (0)No (0)
Hi,
in Aegis GM Can whisper Player even if the player did /exall but in Herc no.
Thanks.
in Aegis GM Can whisper Player even if the player did /exall but in Herc no.
Thanks.
changed status to: Fixed
Still not fixed
I cant PM normal players who use s /exall
And i got this bug: when GM lvl 99 pm'ed me
I cant PM normal players who use s /exall
And i got this bug: when GM lvl 99 pm'ed me
Edited by kyeme, 15 July 2013 - 04:38 AM.
It is not a bug, it is the official behaviour (or at least how it is supposed to work).
I remember this being added in.. that announce isn't public though, I believe it's to the individual.
Still is not fixed I can't send a message to the player with /exall.
Fixed the /exall part in in https://github.com/H...cb720423b5045e8 (previous commit targeted /ex only)
Thanks Master Haru!
I'm waiting for this to be completely fix.
I'm waiting for this to be completely fix.
What's still missing, kyeme?
Master Haru the bug is the Message that the GM PM'd the Player is on the top of the screen.
Edited by kyeme, 27 July 2013 - 07:27 AM.
that should be working as intended
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));its that == 99 thing
that should be working as intended
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));its that == 99 thing
Ohh Isee, thanks!
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?
@edit:Even if the player typed /exall
Is this only for GM lvl 99?
@edit:
Edited by kyeme, 27 July 2013 - 04:16 PM.
changed status to: Needs More Info
I dont know, I've flagged as needs more info, hopefully someone can help usHmmm, 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?
Little Bug if other GM did /exall you can't PM him.
what do you mean by that? other GM use /exall? then you can't PM the GM right?Little Bug if other GM did /exall you can't PM him.
yea.