Project 1999

Project 1999 (/forums/index.php)
-   Blue Guild Discussion (/forums/forumdisplay.php?f=18)
-   -   how do you track guild members (/forums/showthread.php?t=26632)

Gremel 02-01-2011 07:49 PM

how do you track guild members
 
Anyone have a method for tracking guild members? Right now i have a hotbutton which turns on log, then /who guild all, then turns off logging. i then use my log as a data file for a google spreadsheet, do some data manipulation and end up with a list of name/class/level. i then repeat on a fairly regular basis...

anyone have a better method?

Gremel

Chanus 02-01-2011 07:50 PM

The old-fashioned way.

You make a roster.

Gremel 02-01-2011 07:53 PM

yes i think that is essentially what i am doing... was wondering if anyone had a more automated method

Chanus 02-01-2011 08:05 PM

Nothing would really be reliable, as things like /role, /anon, and members being offline at any given time would result in incomplete results.

Hobby 02-01-2011 08:48 PM

Every time you invite someone new....take their information and update it to your website.

As far as automatic goes, that comes in later expansions :p

ElanoraBryght 02-01-2011 09:22 PM

Quote:

Originally Posted by Hobby (Post 215211)
Every time you invite someone new....take their information and update it to your website.

As far as automatic goes, that comes in later expansions :p

This.
If having a accurate roster is important to you, don't make anyone an officer who can't handle the 30 second challenge of alt tabbing out when they do an invite.

Gremel 02-02-2011 09:52 AM

to answer my question...
 
apparently i have the best solution for an ongoing accurate(ish) roster. thanks everyone who gave any sort of input.

jetviper21 02-02-2011 02:51 PM

write a bash script to parse the guild members from your log file!

guineapig 02-02-2011 02:56 PM

Quote:

Originally Posted by jetviper21 (Post 215634)
write a bash script


This is why most IT departments have a strict hiring freeze on ogres. :p

jetviper21 02-02-2011 03:07 PM

Quote:

Originally Posted by guineapig (Post 215637)
This is why most IT departments have a strict hiring freeze on ogres. :p

Code:

/^\[([0-9]{1,3})\s([a-zA-Z]+)\]\s?([A-Za-z0-9]+)\<My\sSuper\sGuild\>/


All times are GMT -4. The time now is 11:56 PM.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.