Census 4.2.0 Release for Wrath of the Lich King

Latest news about WarcraftRealms.com and World of Warcraft
Stadler
Posts: 4
Joined: Mon Nov 17, 2008 10:55 am

Post by Stadler »

<ul><li>The level bars in the mod are now shown on a logarithmic scale.</li></ul>
Could you please make this optional? Actually I prefer the old non-logarithmic version.

Regards,
Christian Stadler

Hybuir
Gear Dependent Squirrel
Gear Dependent Squirrel
Posts: 1471
Joined: Tue Sep 06, 2005 6:22 am
Location: Austin, TX
Contact:

Post by Hybuir »

Didn't even notice a difference. :-/ what is the diff?

Jerec83
Posts: 1
Joined: Wed Nov 19, 2008 6:18 am

Post by Jerec83 »

Stadler wrote:Could you please make this optional? Actually I prefer the old non-logarithmic version.
same here.

or can you point me to the code where to change it myself

local logMaxCount = math.log( maxCount );
gotta have to do something with that and the following loop right?
not sure what to change it into

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Yeah, that's the offending section. I'll look into making it an option.
phpbb:phpinfo()

Stadler
Posts: 4
Joined: Mon Nov 17, 2008 10:55 am

Post by Stadler »

Jerec83 wrote:
Stadler wrote:Could you please make this optional? Actually I prefer the old non-logarithmic version.
[...]
or can you point me to the code where to change it myself
Simple:

In line 2866 find:

Code: Select all

			local height = floor&#40;&#40; math.log&#40;thisCount&#41; / logMaxCount&#41; * CensusPlus_MAXBARHEIGHT&#41;;
and replace it with:

Code: Select all

			local height = floor&#40;&#40; thisCount / maxCount&#41; * CensusPlus_MAXBARHEIGHT&#41;;
Regards,
Christian Stadler

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Yup, it's true
phpbb:phpinfo()

otanka
Posts: 16
Joined: Sun Dec 18, 2005 3:54 am

Post by otanka »

the player stats don't show the deathknights yet, when will that be implemented?

Ota

SannaSK
Posts: 69
Joined: Wed Sep 07, 2005 4:53 pm

Post by SannaSK »

otanka wrote:the player stats don't show the deathknights yet, when will that be implemented?

Ota
where do they not show DKs? The Census box I have in game shows DKs as do the individual server graphs that I can find on this site.

otanka
Posts: 16
Joined: Sun Dec 18, 2005 3:54 am

Post by otanka »

The census does, but the player statistics don't show deathknights yet.
You know, where you can see how many active hunters, warriors and such are on a realm horde or ally side for the last 6 months :)

Ota

tcmjr
Posts: 1
Joined: Sun Jul 23, 2006 8:35 pm

Post by tcmjr »

Still getting who on Alliance too.
Got a who window to pop up for Gnome Warrior during scanning the AH with latest auctioneer.

Locked