View previous topic :: View next topic |
Author |
Message |
Stadler
Joined: 17 Nov 2008
Posts: 4
WR Updates: 0
Stadler WR Profile
|
Posted: Mon Nov 17, 2008 11:02 am Post subject: |
|
|
Quote: | <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 |
|
Back to top |
|
 |
Hybuir
Gear Dependent Squirrel

Joined: 06 Sep 2005
Posts: 1547
Location: Austin, TX
WR Updates: 2,883,877
Hybuir WR Profile
|
Posted: Mon Nov 17, 2008 12:51 pm Post subject: |
|
|
Didn't even notice a difference. :-/ what is the diff? |
|
Back to top |
|
 |
Jerec83
Joined: 19 Nov 2008
Posts: 1
WR Updates: 0
Jerec83 WR Profile
|
Posted: Wed Nov 19, 2008 6:22 am Post subject: |
|
|
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 |
|
Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5374
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Thu Nov 20, 2008 2:56 pm Post subject: |
|
|
Yeah, that's the offending section. I'll look into making it an option. _________________ phpbb:phpinfo() |
|
Back to top |
|
 |
Stadler
Joined: 17 Nov 2008
Posts: 4
WR Updates: 0
Stadler WR Profile
|
Posted: Thu Nov 20, 2008 11:25 pm Post subject: |
|
|
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: | local height = floor(( math.log(thisCount) / logMaxCount) * CensusPlus_MAXBARHEIGHT); | and replace it with: Code: | local height = floor(( thisCount / maxCount) * CensusPlus_MAXBARHEIGHT); | Regards,
Christian Stadler |
|
Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5374
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Fri Nov 21, 2008 9:38 am Post subject: |
|
|
Yup, it's true _________________ phpbb:phpinfo() |
|
Back to top |
|
 |
otanka
Joined: 18 Dec 2005
Posts: 16
WR Updates: 291,659
otanka WR Profile
|
Posted: Mon Nov 24, 2008 4:05 am Post subject: |
|
|
the player stats don't show the deathknights yet, when will that be implemented?
Ota |
|
Back to top |
|
 |
SannaSK
Joined: 07 Sep 2005
Posts: 69
WR Updates: 418,020
SannaSK WR Profile
|
Posted: Mon Nov 24, 2008 9:57 pm Post subject: |
|
|
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. |
|
Back to top |
|
 |
otanka
Joined: 18 Dec 2005
Posts: 16
WR Updates: 291,659
otanka WR Profile
|
Posted: Tue Nov 25, 2008 4:54 am Post subject: |
|
|
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 |
|
Back to top |
|
 |
tcmjr
Joined: 23 Jul 2006
Posts: 1
WR Updates: 97,883
tcmjr WR Profile
|
Posted: Tue Nov 25, 2008 6:36 pm Post subject: |
|
|
Still getting who on Alliance too.
Got a who window to pop up for Gnome Warrior during scanning the AH with latest auctioneer. |
|
Back to top |
|
 |
|
|