I have seen people on forum with this same problem, I just found out the solution and decided to share.
When I enable some HUDs on my VPS, Tibia FPS drop drastically and the ping goes to the sky.
The issue comes from a function:
setmaskcolorxp(0)
To solve the problem just search and delete this function from your HUD. (Requires saving the script to take effect)
or change "0" to "8" or higher.