Fou-lu 7 Posted November 6, 2021 I would like to know if there is any plugin or system that allows measuring the latency of all players logged into the game. Or if at least it's possible to create this in source. Quote Share this post Link to post Share on other sites
0 mastabomba 1 Posted December 11, 2021 (edited) On 11/6/2021 at 12:00 PM, Fou-lu said: I would like to know if there is any plugin or system that allows measuring the latency of all players logged into the game. Or if at least it's possible to create this in source. ping -U client-IP might be able to do that https://low-orbit.net/linux-how-to-measure-network-latency SQL to find IP on DB mysql -u root -p -se "use ragnarok;select ip from loginlog;"| sort -u Edited December 17, 2021 by mastabomba Quote Share this post Link to post Share on other sites
I would like to know if there is any plugin or system that allows measuring the latency of all players logged into the game. Or if at least it's possible to create this in source.
Share this post
Link to post
Share on other sites