Guild msg of the day

Crux Draconis @ Bloodhoof (PvE)
Last updated: Wed Nov 14th, 8:59pm (EST)
Members: 66 (+0 Alts)
  • Average Level: 39
  • Level 70: 8
  • Level 60-69: 11
  • Level 50-59: 3
  • Level 40-49: 9
  • Level 30-39: 11
  • Level 1-29: 24
WoW Server Status
Addons

Guild Info
For recruit inquiries please direct the interested players to an officer or instruct them to fill out an application in the forums on our website: http://www.cruxdraconis.org


WoWRoster v1.7.2

Props to Celandro, Paleblackness, Pytte, Rubricsinger, and Konkers for the original code used for this site.
WoWRoster home - www.wowroster.net
World of Warcraft and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries. All other trademarks are the property of their respective owners.
Additional Credits


Valid HTML 4.0 Transitional

This page was created in 0.05 seconds with 4 queries executed

SQL Queries
SELECT `config_name`, `config_value` FROM `roster_config` ORDER BY `id` ASC;
SELECT * FROM `roster_guild` WHERE `guild_name` = 'Crux Draconis' AND `server` = 'Bloodhoof'
SELECT `guild_id`, `guild_dateupdatedutc` FROM `roster_guild` WHERE `guild_name` = 'Crux Draconis' AND `server` ='Bloodhoof'
SELECT IF(`officer_note` LIKE '%alt%',1,0) AS 'isalt',
FLOOR(`level`/10) AS levelgroup,
COUNT(`level`) AS amount,
SUM(`level`) AS sum
FROM `roster_members`
GROUP BY isalt, levelgroup
ORDER BY isalt ASC, levelgroup DESC