Issue information

Issue ID
#1308
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Apr 3, 2008 9:02
Last Post
Hercules Elf Bot
Apr 3, 2008 9:02
Confirmation
N/A

Hercules Elf Bot - Apr 3, 2008 9:02

Originally posted by [b]theultramage[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1308

While fixing the party displaying problem, I noticed that after you invite someone and the player accepts/rejects, you no longer get any message displayed.
Before, it was "Offer was accepted/rejected" or some such. Investigation showed that the server does send the packet, but the client seemed to disregard it completely.

I pointed out that since the client->server party handling packets have been changed to their '2' version, perhaps there was also a server->client change... but I could not find the solution. But after yesterday's packet recording, I found it:
CODE
02c5 <name>.24S <flag>.L
flag: 1=reject, 2=acccept

the previous version looks like this
CODE
00fd <name>.24S <flag>.B

so the only thing they did was to expand the flag's length - which will probably never be fully utilized.