WoW:MACRO saveguildroster: Difference between revisions
Jump to navigation
Jump to search
(Clarified wording) |
m (Move page script moved page MACRO saveguildroster to MACRO saveguildroster without leaving a redirect) |
(No difference)
|
Latest revision as of 04:48, 15 August 2023
Saves the Guild Roster as a text file.
/saveguildroster
Aliases[edit]
- none
Arguments[edit]
- none
Notes[edit]
- 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.