Shadow Walkers @ Shadowsong (PvE)
Last updated: Fri Feb 15th, 6:06pm (GMT)
Members: 101 (+0 Alts)
  • Average Level: 39
  • Level 70: 17
  • Level 60-69: 10
  • Level 50-59: 12
  • Level 40-49: 8
  • Level 30-39: 12
  • Level 1-29: 42
WoW Server Status

Update Profile

Upload Files
Click browse and select your *.lua files to upload
CharacterProfiler.lua
PvPLog.lua


GuildProfiler User Only
Roster Update Password



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



SQL Queries
SELECT `config_name`, `config_value` FROM `roster_config` ORDER BY `id` ASC;
SELECT * FROM `roster_guild` WHERE `guild_name` = 'Shadow Walkers' AND `server` = 'Shadowsong'
SELECT `guild_id`, `guild_dateupdatedutc` FROM `roster_guild` WHERE `guild_name` = 'Shadow Walkers' AND `server` ='Shadowsong'
SELECT IF(`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