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

Search results

  1. X

    OTClient problem Visual Studio Community

    Hi I downloaded Visual Studio Community 2017 I trying compile OTClient. I use this tutorial. I use Boost 1_62_0 and otclient-sdk-master Look on end i have error LNK1104 Can't open file „libboost_thread-vc140-mt-gd-1_62.lib” otclient E:\wszystko...
  2. X

    Small problem with RME

    Hi guys I have problem with rme 3.2 and 3.3 I create new map. I place some monsters, and save map. Close rme When i try load this map to rme i have error Failed to load houses. Failed to load spawns.
  3. X

    Tibia client ip change - Tutorial

    Hi It's short tutorial how to change ip in tibia.exe I changed to 127.0.0.1
  4. X

    Downgrade to 10.77

    Hi in definitions.h i set CLIENT_VERSION_MIN = 1077 static constexpr auto CLIENT_VERSION_MIN = 1077; static constexpr auto CLIENT_VERSION_MAX = 1098; static constexpr auto CLIENT_VERSION_STR = "10.98"; i compile this and when i try to login to server i have crash tibia how to fix this?
  5. X

    Trade error

    Hi i use this server https://otland.net/threads/10-77-tfs-1-2-orts-a-real-map-project.204514/ and i compiled TFS 1.2 [10.98] when I click in otclient sell all i get this error (function is working correct ) I have no problem on the original client Lua Script Error: [Npc interface] (Unknown...
  6. X

    Looking for source code (vc14) for TFS 1.2 , 10.77

    Hi i need source code for Microsoft Visual Studio for TFS 1.2 , 10.77 Can you upload this for me?
  7. X

    RME for 10.98

    Hi i try use RME on 10.98 i added this code to clients.xml <otb client="10.98" version="3" id="59"/> <client name="10.98" otb="10.98" default="true" visible="true" data_directory="1098"> <otbm version="3"/> <extensions from="8.20 - 8.31" to="10.98"/> <data...
  8. X

    Single server and protocol mod

    hi i use this mod https://otland.net/threads/mod-single-server-and-protocol.191441/ I change the IP, PORT and PROTOCOL in "server.otmod" file: EnterGame.setUniqueServer("127.0.0.1", 7171, 1098) and i have tibia dat and spr in data things/1098 OTclient want 10.99 tibia dat and spr I dont...
  9. X

    physfs.dll

    Hi i trying to launch otclient. Otclient want physfs.dll i can't find this dll file. Im search in google and in otclient-sdk-master files Can anybody help
  10. X

    Lua TFS 1.2 8.6 real map npc

    Hi I need some help. I use this server https://otland.net/threads/8-60-the-forgotten-server-1-2.236489/ and i have rl map 8.6 and i dont have npcs file and i get error type [Error - Npc::loadFromXml] Failed to load data/npc/Yaman.xml: File was not found i try copy npc folder from [10.77][TFS...
  11. X

    code block problem

    Hi im looking a turtoial how to compile tfs in code block i need help when i try to compile i get error "D:\Global 8.60 CAST\sources (cast)\otpch.h|28|fatal error: libxml/xmlmemory.h: No such file or directory|
  12. X

    Boost and include folder

    hi i trying to compile otclient with this turtoial https://otland.net/threads/compiling-otclients-latest-source-with-microsoft-visual-studio-2013.204849/ i downloades boost 1.55.0 but i dont have "include" folder. does not exist What should I do?
  13. X

    Objectbuilder , tibia crash

    Hello , look this video I try ObjectBuilder 3.3, 3.4, 0.4_alpha I tested on TFS 1.2 10.77 and TFS 1.2 8.6 HOW to fix this crash Look this, i change spirites
  14. X

    Objectbuilder

    hello Wher i can download Objectbuilder 3.5?
  15. X

    What i need to add new items in 10.77

    Hello I looking for tools and advice how to add new item in 10.77 I have OTitemeditor 3.5.6 , i need something to add new sprites. someone can help ?
  16. X

    Windows MySQL problem

    Hi i trying to start TFS on my windows 10, and i have problem with connection to mysql i configurate my config.lua i use xamp server, that same problem on WampServer C:\Users\TZT\Desktop\Server\tfs>theforgottenserver.exe The Forgotten Server - Version 1.1 Compiled with Microsoft Visual C++...
  17. X

    Znote problem 'schema.znote_news'

    Hi guys I need some advice how to fix this problem. Table 'schema.znote_news' doesn't exist I use this tutorial https://otland.net/threads/video-tutorial-setup-tfs-znoteaac-on-ubuntu-16-04-lts-linux-server.243186/ and i have problem with Znote, look at this screens p.s. i check my mysql...
  18. X

    Linux OTItemEditor compilation on Ubuntu

    I try to compile this --> https://github.com/o...bia/item-editor I use Ubuntu 14.04.02 and i have problem like this
  19. X

    Windows .spr and .dat editor for 10.77

    Hi I looking programs for edit .spr and .dat for 10.77 I have Win 7 64bit and server is on virtualbox Ubuntu 32bit TFS 1.1 I tired: Noxitu Items Editor 0.9.6 (I/O Error 131) Noxitu Sprite Editor 1.3.0 (I/O Error 131) Storms Editor spr.(10.77) when i try to load .dat(10.77) i get error (Corrupt...
  20. X

    Linux Ubuntu - compiling Remere's Map Editor

    Hello I try to compiling Map editor from https://github.com/hjnilsson/rme i use git clone https://github.com/hjnilsson/rme cd /rme mkdir build & cd build root@klu-VirtualBox:/home/klu/rme/build# cmake .. -- The C compiler identification is GNU 4.8.4 -- The CXX compiler identification is GNU...
Back
Top