PajGuildHelper

PajGuildHelper

2.6k Downloads

PajGuildHelper

This addon is designed to provide various helpful features for guild leaders/officers

Commands

/pgh dump

This command creates a text area with a list of all your members and a bunch of information about them separated by tabs.
Just type the command, select all, copy, paste into Excel or Google Sheets and do whatever magic you want on it.
Current fields included:

  • Name
  • Rank index (useful for sorting)
  • Rank name
  • Level
  • Class
  • Note
  • Officers note
  • Last online date
  • Zone (position of the player, or last known position of the player if they're logged off. If no position is found, we print N/A in this column)

If you don't want one of those fields included in your dump, you can open up the main.lua file and just remove one of the lines in the PGHDump function. Just search for "Remove any line"

Libraries

This addon uses LibTextDump-1.0 and LibStub