• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Warhammer Census

  Download the Curse Client

Project Updated:
Files Updated: Wed, Mar 4 2009
Supports Game Version: 1.1.1
Category: Miscellaneous
Tags:

[Edit Tags]

Project Manager: Rollie
Additional Authors: No additional authors
Current Version: Warhammer-Census.0.5.zip
License: All Rights Reserved
Avg Daily DL (last 30 days): 17
Downloads Total: 4,167
Favorites: 37
Comments: 29
  • Contests
  • About Warhammer Census
  •  

Warhammer Census will report on server demographics and populations for your server and faction.

  • Downloads (4)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Warhammer Census Warhammer-Census.0.5.zip Release 1.1.1 1,808 3/4/2009
  Warhammer Census Warhammer-Census.0.4.zip Release Beta 3.0 1,026 12/3/2008
  Warhammer Census Warhammer-Census.0.3.zip Release Beta 3.0 226 11/26/2008
  Warhammer Census Warhammer-Census.0.2.zip Release Beta 3.0 1,107 10/28/2008
  • 1 page(s)
Advertisement
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Sniff said 

    Paste this code after line 1177 of Census.lua and u can get players count by tiers:

    local iTier = 0;
    for i=1, g_MaxLevel, 1 do
    iTier = iTier + g_LevelCount[i]

    if (i == 11 ) then
    Census.Msg("TIER 1: ".. iTier);
    d (iTier);
    iTier=0;
    end
    if (i == 21 ) then
    Census.Msg("TIER 2: ".. iTier);
    iTier=0;
    end
    if (i == 31 ) then
    Census.Msg("TIER 3: ".. iTier);
    iTier=0;
    end
    if (i == 40 ) then
    Census.Msg("TIER 4: ".. iTier);
    Census.Msg("LVL 40: ".. g_LevelCount[i]);
    iTier=0;
    end
    end



    This will output something like this to chat window:
    [Census]: TIER 1: 103
    [Census]: TIER 2: 95
    [Census]: TIER 3: 118
    [Census]: TIER 4: 78
    [Census]: LVL 40: 45

    Reply Report Permalink
  • ArThoX said 

    French user quick (and dirty!) fix :
    Census.lua

    >> Change : (line 551)
    function Census.GetCareerID( career )
    local ret = Census.CareerLookup[ career ];

    >> by
    function Census.GetCareerID( career )
    if (string.sub(career, 0, 4) == "Koup") then return 25 end
    local ret = Census.CareerLookup[ career ];

    Reply Report Permalink
  • Rumores said 

    Great :)
    Merci for the trick ArThox !

    Reply Report Permalink
  • Gawaa said 

    this is great thanks, today however it has stopped reporting numbers.. I runs.. and shows the players it finds, in the chat.. but the says all done, 0 new chars and 0 updated.. even after i purge the data and have 0 in database, and i know there are at least 100 people online or more. Not sure why, unless mythic has done something?

    Reply Report Permalink
  • Gawaa said 

    well im not sure what happened. it was working fine last night, i hadnt changed anything. then wasnt today. I uninstalled it and reinstalled and it works fine! So.. seems ok now sorry.

    One request - is it possible at all to show the numbers online at the moment of taking the census? that would be amazing if so. Cheers :)

    Reply Report Permalink
  • is there a way other than filter out /say, to hide the flood of output whenever this triggers?

    Reply Report Permalink
  • Rumores said 

    Found a little issue with a specific french career request that leave this one empty in census count :
    "Choppa" is called "Koup'tou" in french and it seems the single quote used in Census addon (U+2019 special char i guess) doesn't match with the /who original panel one (U+0027 classic char).

    Btw, thanks for this addon Rollie :)

    Reply Report Permalink
  • SilverWF said 

    What means localization.lua file in Census\Source\ folder?

    Reply Report Permalink
  • how do you start this cencus? whats the command/method

    Reply Report Permalink
  • /census

    Reply Report Permalink
  • ploki said 

    Where are the date stored?

    i deleted the addon, reinstaled it (with and without curse)
    pruned, purged.

    Database says 0, when it parses a census it see everyone, but always finish with 0 new 0 updates.

    So i guess the old database is still roaming around.

    Any idea?

    Yes, i tried to delete /allcharacters/interface/census/*

    Reply Report Permalink
  • Is there a way to have players sorted by Tiers? ie levels 1-11 counted and placed in T1? just a idea, im not sure if there is a way to count the opposing side and break them down by tiers but that would be neat to.

    Reply Report Permalink
  • Laren said 

    When I try to go to www.warcraftrealms.com I get the following warning:

    "Reported Attack Site!

    This web site at www.warcraftrealms.com has been reported as an attack site and has been blocked based on your security preferences.

    Attack sites try to install programs that steal private information, use your computer to attack others, or damage your system.

    Some attack sites intentionally distribute harmful software, but many are compromised without the knowledge or permission of their owners."

    Reply Report Permalink
  • Rollie said 

    The SavedVariables.lua file will be created in \user\interface\AllCharacters\Census when you exit the game.

    @mala6 - I will be adding the ability to see your last scan instead of overall data

    @simon - Yes, it is accepting data for all languages. It might take a little time before you see your data reflected on the site.

    Reply Report Permalink
  • I am not seeing a .lua file saved so when I try to upload there's nothing to upload, only thing there is a mod settings file. Is there a save command for this add on?

    Reply Report Permalink
  • mala6 said 

    is there a way to see who is online at a given time?
    as far as I understand census shows the total of charackteres scanned with /who fpr eacht time logged in. I am often in the situation to ask myself how many charackters are online right at the time I play. I know that is possible with the /who function but there are no numbers shown and the interface is very hard to handle with /who . it would be great to be able to see that in census too...

    Reply Report Permalink
  • Sunspots said 

    When the census is done I believe it posts a message about how many new characters and how many were updated, just add the numbers together and you have the list of all online players that aren't hidden.

    Reply Report Permalink
  • Oh, and forgot to say thank you! I love checking how many people are on every time I log.

    Reply Report Permalink
  • So what changed in the latest version?

    Reply Report Permalink
  • Does this work for non-US servers? I uploaded some from Karak Izor last night, but don't see it on the census site... :-(

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 267 WarBoard Miscellaneous
  2. 170 BlackBox Miscellaneous
  3. 123 Moth Miscellaneous
  4. 109 WarBoard_FPS Miscellaneous
  5. 40 Clock Miscellaneous