feat(packets): add buff, chat, raid, teleport, mates control packets
feat(packets): make lists and conditional parameters non-optional non-nullable
fix(packets): correctly parse family
chore: put raid header under raidf header to make raid header the default one
fix(packets): make upgrade rare sub packet nullable
fix(packets): make cmode fields correctly optional
fix(packets): split rdlst, rdlstf due to different fields
fix(packets): make rdlst players have a list index
Merge pull request #53 from Rutherther/feat/raids Add raid processing
feat(packets): make hero level a byte
fix (packets): add hp correctly to rboss packet
feat(packets): make vnum int
fix(packets): implement IPacket in RaidBfPacket
feat(packets): add raid types
feat(packets): add raid packets
feat(packets): add dialog packets
fix(packets): make pinit sub packet unknowns nullable
fix(packets): add unknown fields to sc_n packet
fix(packets): add missing fields to pinit mate subpacket
feat(packets): make clist sub packet pet vnum and skin not nullable