Determine guild leaders and officers?

General Discussion Area
Post Reply
Alear
Posts: 2
Joined: Sat Jul 30, 2005 3:11 pm

Determine guild leaders and officers?

Post by Alear »

I've been asked to gather a list of GLs and officers on our server. Is this doable from Census plus? Here's the ad hoc query I'd write, but this assumes "status":

Select name, status, level, class from all_names
where status in('guild_lead', 'guild_officer')
order by guild_size desc;

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Unfortunately, this is not possible unless every guild on your faction/server uploaded data as the in guild rank information is only available by someone actually in the guild.
phpbb:phpinfo()

Post Reply