marcosx86 / maptracker

Automatically exported from code.google.com/p/maptracker
0 stars 0 forks source link

Problem parsing 8.53 CAM #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Make cam tracking for older protocols like 8.53, 8.52 etc.

Original issue reported on code.google.com by xem...@gmail.com on 14 Jan 2010 at 10:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This functionality already exists.

Original comment by ian320 on 14 Jan 2010 at 10:07

GoogleCodeExporter commented 9 years ago
For example i wanted to track cam from 8.53 and here is the error:
Exception while loading CAM file:
System.Exception: NetworkMessage try to get more bytes from a smaller buffer
   w Tibia.Packets.NetworkMessage.GetBytes(Int32 count)
   w Tibia.Packets.Incoming.MapPacket.InternalGetThing(NetworkMessage msg, Location
pos, Tile tile, Int32 n, NetworkMessage outMsg)
   w Tibia.Packets.Incoming.MapPacket.SetTileDescription(NetworkMessage msg, Location
pos, NetworkMessage outMsg)
   w Tibia.Packets.Incoming.MapPacket.SetFloorDescription(NetworkMessage msg, Int32
x, Int32 y, Int32 z, Int32 width, Int32 height, Int32 offset, NetworkMessage 
outMsg)
   w Tibia.Packets.Incoming.MapPacket.SetMapDescription(NetworkMessage msg, Int32 x,
Int32 y, Int32 z, Int32 width, Int32 height, NetworkMessage outMsg)
   w Tibia.Packets.Incoming.MoveSouthPacket.ParseMessage(NetworkMessage msg,
PacketDestination destination, NetworkMessage outMsg)
   w Tibia.Packets.ProxyBase.ParsePacketFromServer(Client client, NetworkMessage msg,
NetworkMessage outMsg)
   w Tibia.Packets.ProxyBase.ParseServerPacket(Client client, Byte[] packet)
   w MapTracker.CamLoader.ParseAllPackets(String fileName)

Original comment by xem...@gmail.com on 15 Jan 2010 at 12:55

GoogleCodeExporter commented 9 years ago
Please post a link to the CAM file.

Original comment by ian320 on 15 Jan 2010 at 5:02

GoogleCodeExporter commented 9 years ago
http://www.speedyshare.com/files/20355106/Heri_Lightbearer_event_-_completed.cam

Original comment by xem...@gmail.com on 15 Jan 2010 at 8:24