WoW:MACRO saveguildroster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
Line 15: Line 15:


== Notes ==
== Notes ==
:Saves to World of Warcraft\Logs\GuildRoster.txt in a tab separated format.  Headings are Name, Level, Class, Zone, Rank, Blank, Blank, Time since last online (0=online at time of export).  Headings are not saved into file.
: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.
:The Blank fields were blank in my tests, their value or purpose is not known.
 
: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.

Revision as of 17:15, 3 February 2009

Slash commands


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.