Page 3 of 10

Re: Nostalrius PvE : Alliance/Horde Population Census

PostPosted: Thu Oct 29, 2015 10:37 pm
by Plxtreme
Noxm wrote:Hi pixtrem,

I'm atm in vacation, next update this sunday !


Thanks a lot Noxm!

Re: Nostalrius PvE : Alliance/Horde Population Census

PostPosted: Sun Nov 01, 2015 7:21 pm
by Noxm
Sunday 1 november 8:00 pm Server Time :

Total : 2522 Players Online
1029 Horde / 1493 Alliance
40,8% Horde / 59,2% Alliance

Image

Image

Re: Nostalrius PvE : Alliance/Horde Population Census

PostPosted: Sun Nov 01, 2015 8:16 pm
by Rafale
thanks for the stats

Re: Nostalrius PvE : Alliance/Horde Population Census

PostPosted: Wed Nov 04, 2015 1:39 am
by Mistral
keep up the good work. interested in next weeks update.

Re: Nostalrius PvE : Alliance/Horde Population Census

PostPosted: Thu Nov 05, 2015 7:53 am
by Sakha
Thank you very much for the stats. Good overview for new players (like me) to decide which class to roll.

Re: Nostalrius PvE : Alliance/Horde Population Census

PostPosted: Mon Nov 16, 2015 8:10 pm
by Noxm
Monday 16 november 9:00 pm Server Time :

Total : 2066 Players Online
806 Horde / 1260 Alliance
39,0% Horde / 61,0% Alliance

Image

Image

Re: Nostalrius PvE : Alliance/Horde Population Census

PostPosted: Tue Nov 17, 2015 6:11 am
by Soulxlock
Thanks again and keep them coming! Lots of lvl 60s already, I better speed my leveling up (lvl 45 at the moment) :D.

Re: Nostalrius PvE : Alliance/Horde Population Census

PostPosted: Tue Nov 17, 2015 8:30 am
by kaba
Thanks for your work Noxm! Would be interesting to start seeing the data for lvl 60s too, like your PVP posts.

Re: Nostalrius PvE : Alliance/Horde Population Census

PostPosted: Sun Nov 22, 2015 9:43 am
by DavidNiven
I'm taking census regularly but I started to hit a problem. If a level has more than 49 ppl, census only register those first shown. I did take a look inside the Censusplus.lua and there seems to be a function to take care of that problem but it doesn't seem to work, at least for me. So has anyone else had this problem? How to solve it? Any LUA programmers around? :)

Re: Nostalrius PvE : Alliance/Horde Population Census

PostPosted: Sun Nov 22, 2015 4:28 pm
by Noxm
waffle wrote:
Oats wrote:Hey guys,

I was able to come up with a way to fix the census addon given the server's buggy who command.

Here is the change I made to the CensusPlus.lua

REPLACE: if (numWhoResults > MAX_WHO_RESULTS) then
WITH: if (numWhoResults == MAX_WHO_RESULTS) then

The way the server works now, numWhoResults will return 49 even if there are 100 results. By forcing it to break down the 49 results, it should get everyone on the server with each pull.



Addons use Census plus (LUA modified) : http://www.mediafire.com/download/buq691kncpix2gb/CensusPlus.rar