Issue Information
-
#007463
-
0 - None Assigned
-
Needs More Info
Issue Confirmations
-
Yes (0)No (0)
in Aegis GM Can whisper Player even if the player did /exall but in Herc no.
Thanks.
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.
I'm waiting for this to be completely fix.


Edited by kyeme, 27 July 2013 - 07:27 AM.
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
Ind, on 27 Jul 2013 - 12:44, said:
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!

Is this only for GM lvl 99?
@edit:
Edited by kyeme, 27 July 2013 - 04:16 PM.
kyeme, on 27 Jul 2013 - 15:26, said:
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?

hemagx, on 11 Sept 2013 - 14:42, said:
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.