Issue parsing Lileas NPC Shop
Closed this issue · 1 comments
eotetb commented
The parser has an issue parsing the op 0x715E
. I suspect this is because of her special Jousting Point shop. The following error occurs.
Error: System.Exception: Expected Long, got Bin.
at MabiPale2.Shared.Packet.GetLong()
at MabiPale2.Plugins.PacketAnalyzer.Packets.NpcShop.AnalyzePacket(PalePacket palePacket)
at MabiPale2.Plugins.PacketAnalyzer.FrmInfo.OnSelected(PalePacket palePacket)
exectails commented
Thanks for the report. The issue was that Lileas' shop has items with upgrade effects, which Pale didn't parse. This was fixed in the latest release.