Skip to content

EOLib v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 12:09
· 7 commits to master since this release

Added

  • Support for server pub files:
    • DropRecord class.
    • DropNpcRecord class.
    • DropFile class.
    • InnQuestionRecord class.
    • InnRecord class.
    • InnFile class.
    • SkillMasterSkillRecord class.
    • SkillMasterRecord class.
    • SkillMasterFile class.
    • ShopTradeRecord class.
    • ShopCraftIngredientRecord class.
    • ShopCraftRecord class.
    • ShopRecord class.
    • ShopFile class.
    • TalkMessageRecord class.
    • TalkRecord class.
    • TalkFile class.
  • GuildTakeClientPacket.guildTag field.

Fixed

  • Fix incorrect (de)serialization of NpcAgreeServerPacket due to the npcs array's length being treated as a short instead of char.
  • Fix incorrect (de)serialization of GuildTakeClientPacket due to missing guildTag field.
  • Fix incorrect (de)serialization of AvatarAdminServerPacket due to incorrect ordering of the casterDirection and damage fields.
  • Fix inaccurate (de)serialization of JukeboxMsgClientPacket due to the packet being treated as a chunked data structure.