Login Status


ShareSource Site » Projects » sniffitzt » sniffitztBug Tracker

Project: sniffitzt - a wow logging proxy [Bug Tracker]

(*) Summary   [^] Files   [^] Screenshots   [_] Wiki   [!] Bug Tracker  
[*] Lists   (») Mercurial Repository  
Actions » View tickets | Report a bug

Bug #309 [CLOSED]

Reason: Fixed

Vital Bug Details
Summery: Bug #260 No movement updates on map. (npc/players)
  Severity: Medium
Status: Priority: Low
Assigned to: Nobody Percent Complete: 0%
Bug Reporter
Reported by: Anonymous ( on Sunday, 15 February 2009, 10:44AM (15/02/2009) )
Bug Details
But still no updates :)

I mean when you see players on radar, they disappear when move somewhere. :)
View History »

Comments

Comment by: iwantnight | Posted: Monday, 16 February 2009, 11:01AM (16/02/2009)
Hello!

Look like we need short not byte here:
processor/opcodehandler/OpcodeHandler_S2C_MSG_MOVE_HEARTBEAT.java

37 long movementFlags = buffer.readUInt32(); // movement flags?
38--- buffer.readByte(); //unk = 0
39 buffer.readUInt32(); //unk, not epoch time?

37 long movementFlags = buffer.readUInt32(); // movement flags?
38+++ buffer.readShort(); //unk = 0
39 buffer.readUInt32(); //unk, not epoch time?


live parsing works fine with this. :)
Comment by: arrai | Posted: Saturday, 21 February 2009, 03:23PM (21/02/2009)
Fixed, thanks for that patch :)
http://hg.sharesource.org/sniffitzt/rev/84b5be535f79


Want to comment?

Please login to ShareSource.