Tengze<3 Posted September 12, 2025 Report Posted September 12, 2025 I created a new feature to show the list of our VTC members who are online in the game on our website of VTC. At first my method was to use the api to get the id's of all the players within the VTC and then use the player api to get their online status. This method worked at first, but after TMP used the server firewall, this method failed. A large number of requests from the same ip in a short period of time will trigger the firewall and I will not get any information. Do you guys have any good solutions for this? Feel free to discuss! FALL IN LOVE<3 IN EVERYTHING
djoh Posted September 12, 2025 Report Posted September 12, 2025 You can use Trucky's REST API to get that information in batches: https://api.truckyapp.com/docs/#api-Trucky_Map-GetV2MapOnlinelistIdsListofplayers 1
Recommended Posts