![]() |
how many players active on server
Is there a way to see how many players are currently active on a server.
The in built find stops at 100. I have tried the search and get all sorts of none related results. is there a mod or or another tool web based way of finding out. Thanks Bowza |
I know back on EQ1 they purposely made it so its not possible to see how many people are on a server. They used to at first and then just changed it to server status. Most MMO's seem to block their player numbers, possibly so they could "spin" the numbers of active subscribers/players.
|
Quote:
When a new game would come out there would be a drop in populations while people tried out the new game. Some people would see the drop and think the sky was falling. They started hiding the populations around then . They thought this would help stem the tide. Populations back then would return to normal a month or two later. Nowadays things are much more competitive and the companies like to use Population numbers in Press releases and for marketing. I don't think any of the games will be showing these numbers in the current environment. |
cl_who_query_cap
Try something like /cl_who_query_cap 200 and see if you get more results. ? I can't test since I don't have an account any longer. |
The World of Warcraft Census addon gets around this by doing repeated who queries with different paramaters. It starts doing /who all. If that returns the limit, then it goes with getting all 26-50. repeat until you're down to a number with less than the max results. Basic binary tree traversal algorithm. If any level returns max amount then you do it by class or race or some other limiting factor. If you still get max, then keep adding limiting factors until you get it as specific as you need.
Once you get a number less than max as a result you add it to the total number of the server and move to the next grouping. Rinse and repeat until you've hit everyone. I'm not too sure how well this would work in EQ2, since XML isn't exactly a scripting language, but I'm sure someone could manage it. |
| All times are GMT -5. The time now is 11:07 PM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI