Dark side of the Horde @ Dalaran (PvE)
Dernière mise à jour: 25/07/2008 01:00:15 (PST)
Membres: 63 (+33 Alts)
  • Average Level: 50
  • Niveau 70: 38
  • Niveau 60-69: 10
  • Niveau 50-59: 1
  • Niveau 40-49: 15
  • Niveau 30-39: 13
  • Niveau 1-29: 19
WoW Server Status
Addons:

Gear Browser Options
 
 



Gear Browser 1.0
Brought to you by Rihlsul of Iron Clad Gathering


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.49 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` = 'Dark side of the Horde' AND `server` = 'Dalaran'
select distinct( skill_name) proff from roster_recipes where skill_name != 'Premiers soins' and skill_name != '' and skill_name != 'Minage' order by skill_name
SELECT `guild_id`, `guild_dateupdatedutc` FROM `roster_guild` WHERE `guild_name` = 'Dark side of the Horde' AND `server` ='Dalaran'
SELECT IF(`note` LIKE '%reroll%',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