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?
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?