Nox Oriens @ Lightninghoof (RPPvP)
Last updated: Sun Feb 24th, 2:29am (PST)
Members: 186
  • Average Level: 58
  • Level 70: 112
  • Level 60-69: 19
  • Level 50-59: 6
  • Level 40-49: 13
  • Level 30-39: 13
  • Level 1-29: 23
WoW Server Status
Addons

PvP Stats:

Losses by Guild
(unguilded) 5
Elune Battleguard 1
Civil Chaos 1
Skittlzs Guild 1
Propaganda 1
Blood Hawks 1
Silent Reign 1
Hordcore Pwnography 1


WoWRoster v1.7.3

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.08 seconds with 5 queries executed

SQL Queries
SELECT `config_name`, `config_value` FROM `roster_config` ORDER BY `id` ASC;
SELECT * FROM `roster_guild` WHERE `guild_name` = 'Nox Oriens' AND `server` = 'Lightninghoof'
SELECT `guild_id`, `guild_dateupdatedutc` FROM `roster_guild` WHERE `guild_name` = 'Nox Oriens' AND `server` ='Lightninghoof'
SELECT IF(`guild_title` LIKE '%%',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
SELECT guild, COUNT(guild) AS countg FROM `roster_pvp2` WHERE win = '0' AND enemy = '1' GROUP BY guild ORDER BY countg DESC