yep i purge the data base each time..
Uzephi wrote:[...] let's say 60-60 start searching by class and if it gets 49 still then it would search by race as well also. I will take a screen a bit later. On mobile right now.[...]
Yep like
60 by class ( and if 49+) by race (and if 49+) by first nick name letter (a, b ,c , d, e ,f)
exemple : 60 rogue :
49+rogue
49+UD
20 a-d
20 e-g
15 h-u
10 v-z
------
30 Orc
----
20 troll
= 115 Horde Rogue 60
just do that lua change :
Noxm wrote: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.
nice, will test it, thanks!