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

lib

  1. ssiwyy158

    Compiling dynamic link library problem

    Hello Otlanders ! I've been trying to compile this library for some time https://github.com/SaiyansKing/Tibia-Extended-Client-Library But it throws errors Includes and lib : https://www.glfw.org/download.html Someone would be able to help me? Sorry for my english (transtale) xD
  2. L

    Compiling Compilation problem on linux poke tibia 854 ubuntu 14.04 erro data start

    video do erro explain in a more technical way the bug is related to the .lua of the libs there is file written 999-ps.lua the same is looking PS_LIB_DIR = getDataDir() .. "lib/ps/" PS_LIB_OTHERS_DIR = PS_LIB_DIR .. "others/" PS_LIB_CONFIG_DIR = PS_LIB_DIR .. "config/" PS_LIB_SYSTEMS_DIR =...
  3. Kuantikum

    Linux LINUX UBUNTU 16.04 [Error - LuaScriptInterface::loadFile] ¿Not finding the route files ?

    Hello guys! I have some issue with this... Opens normally on windows. I compiled in linux, when I open the server in linux, I get the following error: [Error - LuaScriptInterface::loadFile] cannot open data/spells/scripts/lib/ps/events/spells/Evolve.lua: No such file or directory...
  4. P

    MVSC Error TFS 0.4 Compile

    Hi, if i try to compile a TFS 0.4 in my MVSC 2019 i get this error: 1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------ 1>actions.cpp 1>admin.cpp 1>allocator.cpp 1>baseevents.cpp 1>C:\Users\Pniaku\Desktop\GreedOt sources\otpch.h(28,10): fatal error C1083...
  5. Togu

    [OTClient] How to add new lua libraries?

    So, I want to create a button on client that download a file from internet, I need the "socket" library for that, I tried using socker = require("socket") on terminal on cliente but received: ERROR: command failed: :1: module 'socket' not found: no module 'socket' no field...
  6. Togu

    TFS 1.X+ Lua lib functions in NPC

    I have this functions in data/lib/core/skillpoints.lua And they are all working with modal window system. But I want to use the player:resetAllSkills() on a NPC. I've tried but it didn't recognize the function. I know I could copy the code of the function to the npc file, but I want to...
  7. I

    C++ Error compile

    good night, when I try to compile my source it gives the following error at the end: 1> LINK: fatal error LNK1181: can not open input file 'lua51.lib' I am trying to compile an otx with mscv 2010
Back
Top