• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Problems with npcs

Kurre Kurrson

New Member
Joined
Aug 11, 2010
Messages
125
Reaction score
3
Hey guys!

Talking to an npc works fine except when you try to "trade" with them, I get no bugs in the server console only the tibia client that tries to trade with the npc gets critical error and I need to login agian.

I have no clue really on how to fix this as I dont get any sort of description in the server console on what the problems is.

Your help is greatly appreciated. Thanks in advance!
 
Post which server you are using (you can see this at the top when you start your server) and the client version.
Example: The Forgotten Server, version 0.3.6 (Crying Damson) client 8.54

If you get this with every NPC, did you change something, like the data folder or the data/npc/lib folder?
If you only get this with a few NPCs, post the script.
 
I got this problem with all npcs, I am using a server called otx but its based on tfs ( I dont really know wich one) is there any way I could see it?
 
If you dont have any errors in Server console, and only client going to critical error - probably (65%) problem here - custom item in items.otb + items.xml. But that item, does not have a sprite\dat row... or have a wrong params (items in .otb and dat files should have a identical params for each item! For example, if item - block projectile, that flag should be enabled both on client & server side) Check you items. For debug error - make a new shop file, with only one item (for example rope or torch). look at this. When it work - problem in items. If not - problem in server side - shopWindow.
 
Back
Top