It looks like you're dealing

with an issue in a game server related to teleporting and buying items in Thief Town. From the details you've shared, it seems like you’ve already checked the database and media files, but the issue persists.
Here’s what you could check or try:
Check Teleport Conditions: Ensure that there aren’t any conditions in your game scripts that might be preventing the teleportation. Sometimes, there are

checks like level requirements, item requirements, or other conditions before teleportation can occur.
Check NPC Script: Since the issue is happening with the JG NPC (which seems to be the teleport NPC), make sure that the script for this NPC is correctly linked to the teleport functions in the game. There could be an error or mismatch in the NPC’s script that prevents the teleportation from being triggered properly.
Verify Database Entries: Double-check the database entries for Thief Town. Even though you mentioned you’ve checked RefTelePort, RefTeleLink, and the other database tables, sometimes the issue could be related to a small typo or misconfiguration in one of these entries. Verify the teleport links in the database with what’s defined in the media files.
Check Permissions for the Suit and Shop: Since you're also mentioning that the Thief Suit can't be purchased, make sure the permissions for buying the suit are set correctly. It could be related to a missing or incorrect entry in the database or item configuration.
Look for Script Errors or Log Issues: Check your game server logs for any errors when attempting the teleport or item purchase. Sometimes the server will log errors related to failed teleportation or item purchases, which might help you pinpoint where the problem lies.
Check for Missing or Unregistered Items: Ensure that the Thief Suit and other items are properly registered in the database, and check if the Alex thief shop is properly integrated into the system.
If everything appears to be fine but the issue persists, you might also want to consult with others on the forum to see if they’ve encountered similar issues,

or refer to troubleshooting guides specific to your game setup.
Let me know if you need more help!