WoW:MACRO saveguildroster: Difference between revisions

→‎Notes: Further analysis
(→‎Notes: Further analysis)
Line 18: Line 18:


:It appears that Time Since Last Online is saved as an unsigned integer which can make some of the number large negative values. Not sure if it is seconds since some other time or not.
:It appears that Time Since Last Online is saved as an unsigned integer which can make some of the number large negative values. Not sure if it is seconds since some other time or not.
:The number appears to be a Date/Time group of some sort.  When converted to Hex in my test, all the numbers appeared in what appears at least a 40-bit word, with all of the data occupying the highest-order 12-bit word, with all the lower-order bits being 0.  The numbers do not appear to convert directly to a date/time group in a spreadsheet program, nor as a differential with the current time.
Anonymous user