Fork of the Census+ addon
based on CensusPlus-30300-4.2.2.zip from http://www.warcraftrealms.com/
rebase on CensusPlus-40000-5.0.2.zip
Cataclysm ready
Start at lvl1
To search fast for your event members, it starts at lvl 1 instead of 85.
end at lvl 85 / 255
upper limit for display extended from level 80 to 85 , for counting up to level 255.
Worgen, Goblin included
Worgen, Goblin race and class combinations added.
(now also in original addon from http://www.warcraftrealms.com/)
Count guild members online
Normal started, the Finished message displays the total online Player counts.
Started with the extra button, only the online counted Players of the guild.
TLJ v1.0
First guild that inspired this Fork : "The Last Journey".
(Addon works on any Server, but they are on EU-Taerar)
http:knol.google.com/k/em/the-last-journey-tlj/3l7tdrz84e9iu/1#view
Worgengrauen v1.1
the new event guild Worgengrauen is now counted with the extra button
Flieht Ihr Narren v4.2
toc update and new guild Flieht Ihr Narren
count Any guild
To count only all online characters of any guild use
/who g-"Any Guild"
/script CensusPlus_MYGUILD="Any Guild";
(The first line works without the addon for up to 49 characters and shows them in the Who List)
The second line(and this addon) is only neccessary, if the first line shows more than 49 chars
or if you want an overview in this nice addon (Purge the database first, after submitting to http://www.warcraftrealms.com/).
Then hit the ' Take guild "Any Guild" ' button. After /reload ui or relogging this change is lost.
To change guild permantly, edit line 48 in CensusPlus.lua and restart WoW :
CensusPlus_MYGUILD = "Any Guild";
minor bugfixes/changes
For the Option "Logarithmic Level Bars"
math.log(thisCount)
replaced by
math.log(thisCount / 3 + 1)
The Level Bars with only one Player are now higher than 1 pixel ( thisCount + 1 ) and not too high on huge servers ( thisCount / 3 ).
Toplevel scaned increased to 255, only visible in the "Show Chars" windows.
Approved by Author
See topic in the forum of warcraftrealms.com:
http://www.warcraftrealms.com/forum/viewtopic.php?t=4502
Quote from Rollie:Sure, no complaints here =)