Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #007463

  • 0 - None Assigned

  • Needs More Info

Issue Confirmations

  • Yes (0)No (0)
Photo

GM can't Whsiper wheb player do /exall

Posted by hemagx on 03 July 2013 - 08:00 PM

Hi,

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

Thanks.

Ind 
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
Posted Image

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. :)

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.
Posted Image

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

Edited by kyeme, 27 July 2013 - 04:16 PM.


Ind 
changed status to: Needs More Info

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?

I dont know, I've flagged as needs more info, hopefully someone can help us :D

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

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?