X-com / RealmShark

MIT License
40 stars 19 forks source link

ChangeAllyShootPacket and ShootAckPacket have incorrect labels/ids #15

Open tiffit opened 1 year ago

tiffit commented 1 year ago

ChangeAllyShootPacket (id: 122) contains only one int, 1 to enable and 0 to disable ShootAckPacket (id: 121) contains an int and a short, the int is the time and the short is the number of enemy shoots that are being ACKed.

I have no idea what packet 100 corresponds to (or if its any packet at all). I also do not believe "ShootAckCounterPacket" is a packet.

X-com commented 1 year ago

Big thanks. Will fix according to this.