Language:
 
Order of Twilight Roster
Feathermoons most friendly guild
  • 70: 69 (+33 Alts)
  • 60 - 69: 27 (+21 Alts)
  • 50 - 59: 14 (+10 Alts)
  • 40 - 49: 16 (+17 Alts)
  • 30 - 39: 13 (+29 Alts)
  • 20 - 29: 29 (+57 Alts)
  • 10 - 19: 33 (+41 Alts)
  • 0 - 9: 20 (+15 Alts)

Total: 221 (+223 Alts) At least L1
WoW Server Status
Log in:

Roster Error
The module [164-225] does not exist


WoWRoster v1.9.9.1758

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 XHTML 1.0 Transitional

0.15 | 6

SQL Queries
Line Time Query
lib/roster.php
  146 0.0031 SELECT `config_name`, `config_value` FROM `roster2_config` ORDER BY `id` ASC;
  492 0.0014 SELECT * FROM `roster2_addon` ORDER BY `basename`;
lib/menu.php
  414 0.003 SELECT count(`member_id`) AS `amount`, IF(`note` LIKE '%alt%',1,0) AS 'isalt', FLOOR(`level`/10) AS label FROM `roster2_members` WHERE `level` >= 1 GROUP BY isalt, label;
  532 0.0008 SELECT `name`, `server`, `region` FROM `roster2_upload` WHERE `default` = '1' LIMIT 1;
  608 0.002 SELECT `mb`.*, `a`.`basename` FROM `roster2_menu_button` AS mb LEFT JOIN `roster2_addon` AS a ON `mb`.`addon_id` = `a`.`addon_id` WHERE `a`.`addon_id` IS NULL OR `a`.`active` = 1;
  625 0.0047 SELECT * FROM `roster2_menu` WHERE `section` IN ('util','realm','guild') ORDER BY `config_id`;