Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(Clarified wording)
(→‎Notes: Clarified disabled instead of removed.)
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.
 
*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.
*This Macro Function has been removed in 3.2.2. ref [http://forums.worldofwarcraft.com/thread.html?topicId=19820511464&sid=1 forum post].
+
*This Macro Function has been disabled in 3.2.2. ref [http://forums.worldofwarcraft.com/thread.html?topicId=19820511464&sid=1 forum post]. The handler is commented out, but the slash command is still listed in the environment.

Revision as of 17:06, 21 October 2010


Saves the Guild Roster as a text file.

/saveguildroster


Aliases

none


Arguments

none


Notes

  • Saves to World of Warcraft\Logs\GuildRoster.txt in a tab separated format. Headings are Name, Level, Class, Zone, Rank, Public Note, Officer Note, Time since last online (0=online at time of export). Headings are not saved into file.
  • 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.
  • This Macro Function has been disabled in 3.2.2. ref forum post. The handler is commented out, but the slash command is still listed in the environment.