• 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!

Search results

  1. E

    Lua [TFS 1.0] NPC walking to position

    I want to create a NPC walking to given position. I started from moving 1 sqm, but it doesn't work. Here is a full code: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function...
  2. E

    Solved [TFS 1.0] Tibia 10.35 - client crashes

    Hi, I'm trying to create a server for Tibia 10.35. I've downloaded latest source code (with 10.41 support) and changed client version like here: #define CLIENT_VERSION_MIN 1035 #define CLIENT_VERSION_MAX 1035 #define CLIENT_VERSION_STR "10.35" Also I've copied items.otb and items.xml (v10.35)...
Back
Top