WoW:MACRO saveguildroster: Difference between revisions
Jump to navigation
Jump to search
(Creation) |
(→Notes) |
||
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, | :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. |
Revision as of 17:15, 3 February 2009
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.