I found this patch I wanted to share with you
With 1 simple line of code you can make more people show in your /who list
The real amount of players online will be multiplied by the value you multiply count with, after that the modified number will be sent to the client
I dont agree with the method but it is used at some small servers so why not share with everyone how its done
I hope I post in correct section
how its done:
# Open MiscHandler.cpp
# search uint32 count = m.size();
# Insert count *= valuef after (uint32 count = m.size(); )
so its looking like
So in this example, the wholist is multiplied by 1.6. If you have 100 players, it will show 160 in who list
patch is not mine
credits for code go to Gummy52/Scriptcraft