WoW:MACRO saveguildroster

Revision as of 04:48, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page MACRO saveguildroster to MACRO saveguildroster without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Slash commands


Saves the Guild Roster as a text file.

/saveguildroster


AliasesEdit

none


ArgumentsEdit

none


NotesEdit

  • 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 removed in 3.2.2. ref forum post.