Merge pull request #73 from plsfixrito/MonsterNpcSkills
Add skills to Monster and Npc class
Add skills to Monster and Npc class
chore(game): bump version
Merge pull request #68 from plsfixrito/NpcOwnerId
Add OwnerId and IsPartner properties to NPC (partners/nosmates)
Merge pull request #69 from plsfixrito/MapChangedEvent
Dispatch MapChangedEvent
Rename IsPartner to PartnerMask
Merge pull request #66 from plsfixrito/main
feat(game): pass OwnerId from DropPacket to GroundItem
Add Partner properties to Npc entity
Pass OwnerId from DropPacket to GroundItem
feat(core): split raw client and managed client as well as packet handlers
Resolves #65
chore: move repository url and license to Directory.Build.props
docs: add missing documentation
feat(game): add check for combo skill
feat(game): keep only skills of type Player in player's skills
feat(game): make sure skill cooldown reset is interpreted correctly when sent before "su"
fix(game): do not update position from su packet if it is null