PDA

View Full Version : Using Zaphod's decode.cpp, question on discovery



QuerySEQ
11-05-2003, 11:36 AM
Hi all..

I inserted zaphod's decode.cpp and am able to make some really interesting discoveries..

I am seeing OP_TimeOfDay (0021) opcodes... after every /say /ooc /

QDate::setYMD: Invalid time -1:00:00.000
QTime::setHMD: Invalid date 0000-00-00

Data Length differs with the amount of text in the OOC or Say or SHout.. or Guildsay..

sizeof(timeOfDayStruct):8)1

I am learning this.. so bare with me..

Okay.. size of the Struct remains constant, Date length differs.

So, with that in mind.

1st. How do I locate the actual position data?

tamasine
11-05-2003, 12:09 PM
sounds like that opcode is not a time-packet anymore.. especially if the data size is linked to the say/gsay.
are you actually seeing the say data in another packet? a variable-length packet sent at the same time as say occurs would almost scream out that is *is* the say data.

(just an opinion - haven't logged on or anything)
t.