Quote:
Originally Posted by kaas1879
It looks like you're dealing [Only registered and activated users can see links. Click Here To Register...]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 [Only registered and activated users can see links. Click Here To Register...] 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, [Only registered and activated users can see links. Click Here To Register...]or refer to troubleshooting guides specific to your game setup.
Let me know if you need more help!
|
first of all thanks for your detailed reply,
1st: there's no Conditions needed to teleport there beside i can't even see the teleport menu
2nd: i've checked the npc lines from another DB and seems that everything is fine
3rd: TelePort, TeleLink, _RefRegionBindAssocServer checked and still the same thing
4th: i've deleted them from shop and them manually again but nothing happened, beside when i don't have any gold it says not enough gold.. when i get gold again nothing happen
5th: i've checked gameserver but there's no log or issue
6th: suits and npc DB lines and media matches and i think if there smth wrong with lines would lead to crash in game
after all idk what else should i do, maybe there's a small detail as u said i didn't notice but idk where
NOTICE: there's smth wierd cuz i've tried another SRO_VT_SHARD in DB and another client but still the same problem, so i maybe from the filter or server files idk but i've checked filter, what else can i check for that
SOLVED: the problem was in server.cfg, i've buy this code [ VIOLANCE_RESTRICT TEENAGE ] to prevent PK in server but it disabled thief too but when i deleted it it works fine now
Thanks