Trident icon indicating copy to clipboard operation
Trident copied to clipboard

Implement more packets

Open caojohnny opened this issue 7 years ago • 3 comments

As we continue development, this is just a landmark issue for implementing more of the packets in the protocol.

caojohnny avatar Jan 30 '17 02:01 caojohnny

Should packets be implemented partially in their respective classes or should packets that do not have a proper API developed be handled by a dummy which reads all the data and returns?

caojohnny avatar Jun 24 '17 22:06 caojohnny

I think we should implement a dummy and make it ErrorLog that a packet with "this" hex ID isn't registered

Vilsol avatar Jul 28 '17 13:07 Vilsol

We could even go one step further and (if the server is in DEBUG mode) message the user that they sent a packet with its ID.

It would be helpful for during the protocol development phase.

nickrobson avatar Jul 31 '17 02:07 nickrobson