Download here: http://www.wowroster.net/Downloads/details/id=98.html
Shows which main character uploaded when his characterprofile and sets a visual alarm to people who didnt upload in the last X days (while X is configurable).
also displays visual alarm for inactive people (depending on last seen online)
shows who never uploaded.
easy to install just unzip into addon directory
configuration:
//guild_rank,guild_title,officer_note,gRank,note
$addon_conf['witchHunt']['field'] = 'guild_rank';
// <=,=,>=,<,>, LIKE,...
$addon_conf['witchHunt']['criteria'] = '<=';
//search string to check for..can enhance with sql wildcard %..example %test finds all words ending with test..wildcard ahs to be combined with criteria "like"
$addon_conf['witchHunt']['searchSring'] = '4';
//admin only or FFA
$addon_conf['witchHunt']['admin'] = true;
// Activity range
// default values are: 0-2 weeks = active, 2weeks - 1month semi active, >1 month inactive
$addon_conf['witchHunt']['activeMeasure1'] = 'week';
$addon_conf['witchHunt']['activeMeasure2'] = 'month';
$addon_conf['witchHunt']['activeCount1'] = 2;
$addon_conf['witchHunt']['activeCount2'] = 1;
localization done for enUS,deDE,esES, frFR
/salute
Change log:
v1.2
- made alt clasification "freely" configurable..you decide what you look for and where and how you compare it
- added activity status
v1.1.2
- changed sql queries to be more backwards compatible
- Fixed Date ordering
v1.1.1
- added config value to check for admin only (roster pw needed) or visible for anyone
- fixed error in slacker statistic
- changed sql code (removed "`") in the hope it fixes sql error some people reported (not confirmed that it works)
v1.1
- added class icons and colors
- html output is validated 4.0.1
- added general statistics
- made design more in wowroster look
- tested in 1.7.2 and 1.7.3
v1.0
- added french translation (thanks to aniodon)