Latest news about WarcraftRealms.com and World of Warcraft
Stadler
Posts: 4 Joined: Mon Nov 17, 2008 10:55 am
Post
by Stadler » Mon Nov 17, 2008 11:02 am
<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
Posts: 1471 Joined: Tue Sep 06, 2005 6:22 am
Location: Austin, TX
Contact:
Post
by Hybuir » Mon Nov 17, 2008 12:51 pm
Didn't even notice a difference. :-/ what is the diff?
Jerec83
Posts: 1 Joined: Wed Nov 19, 2008 6:18 am
Post
by Jerec83 » Wed Nov 19, 2008 6:22 am
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
Rollie
Site Admin
Posts: 4783 Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:
Post
by Rollie » Thu Nov 20, 2008 2:56 pm
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 » Thu Nov 20, 2008 11:25 pm
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(( math.log(thisCount) / logMaxCount) * CensusPlus_MAXBARHEIGHT);
and replace it with:
Code: Select all
local height = floor(( thisCount / maxCount) * CensusPlus_MAXBARHEIGHT);
Regards,
Christian Stadler
Rollie
Site Admin
Posts: 4783 Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:
Post
by Rollie » Fri Nov 21, 2008 9:38 am
Yup, it's true
phpbb:phpinfo()
otanka
Posts: 16 Joined: Sun Dec 18, 2005 3:54 am
Post
by otanka » Mon Nov 24, 2008 4:05 am
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 » Mon Nov 24, 2008 9:57 pm
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 » Tue Nov 25, 2008 4:54 am
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 » Tue Nov 25, 2008 6:36 pm
Still getting who on Alliance too.
Got a who window to pop up for Gnome Warrior during scanning the AH with latest auctioneer.