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

error

  1. M

    Error Storage Skill Level HELP

    Can someone help me with this -- Configurations -- --------------------------- local STORAGE_SKILL_LEVEL = 10002 local STORAGE_SKILL_TRY = 10003 local config = { levels = { {level = {0,9}, quant = {1,2}, percent = 5}, {level = {10,19}, quant = {2,4}, percent =...
  2. S

    vcpkg libmariadb

    Hi, Im trying to compile TFS 1.2 , I got everything working except that I cant install libmariadb through vcpkg. I get this error , please help. Building package libmariadb[core]:x64-windows... -- Using cached...
  3. P

    LIBBOOST::ASIO Error Compile all engines

    Hi, i get this error when i try to compile tfs 0.4: root@venasia:~/greed# ./configure --enable-mysql --enable-root-permission --enable-server-diag checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir...
  4. P

    tfs compile error all engines :/

    Hello, I have a problem that the engine from this link: otland/forgottenserver (https://github.com/otland/forgottenserver.git) I can compile normally and everything works. But as I try to compile any other engine such as: tfs crying damson 8.6 or tfs 7.72 or any other regular or naruto or dragon...
  5. 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...
  6. P

    Compiling DEV C++ Compile TFS 0.4 Error

    Hello, please help me. If i try to build my tfs source i see this error: Compiler: Default compiler Building Makefile: "C:\Users\Pniaku\Desktop\Tfs 0.4 3777 broken hp and mp limit\dev-cpp\Makefile.win" Executing make... make.exe -f "C:\Users\Pniaku\Desktop\Tfs 0.4 3777 broken hp and mp...
  7. cricks

    Why aren't some of my screenshots showing up in the forum?

    I am uploading directly to OTLAND and inserting it as a spoiler. Saved as PNG, as you guys can see... Not only me, an user related the same error in my post.
  8. Togu

    fatal error C1083: Cannot open include file: 'bitset': No such file or directory

    git clone latest tfs install all vcpkg libs open visual studio 2017 community set release x64 build 1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------ 1>otpch.cpp 1>actions.cpp 1>ban.cpp 1>baseevents.cpp 1>bed.cpp 1>chat.cpp 1>combat.cpp 1>condition.cpp...
  9. C

    TFS 1.X+ Client crashes whenever I buy a house and logout

    Hey guys, I have a weird bug that whenever I buy a house and the server restarts, next time I log in my game crashes. After this, I must try to log in 2x because the first I always get a debug error. Any idea what should I be looking for to fix it There is no errors in console, the game just...
  10. C

    I pay $ whoever solves my problem! Illegal value ERROR!

    I am tired of following guides that never works. I mean, they work if you want to play alone, playing in localhost... This works like a charm, but whenever I try to make my otserver online (the real objective here) things go wrong. Going directly to my problem: I tried to change my client IP...
  11. diegozenho

    reward system erro 1.3 ~ 0.4

    Hello, I don't speak English, so I will use Google translator, sorry if I have grammar errors. I'm using the source of @Nekiro TFS 1.3 for 8.6 https://github.com/nekiro/forgottenserver-1.3-8.6 and I'm trying to put the @cbrm system to 1.2+, but it is giving an error at compile time, I don't...
  12. O

    Problem client tíbia 11.70

    I'm using a 11.70 client with an otx login, it loads the list of characters, but when you log in the char, it is just reconnecting ..
  13. S

    AAC MyAAc Loleslav

    Hey guys, I would like to ask your help in an error that is happening on the site where I downloaded, MyAAc Loleslav. Below I will leave a picture of the error, who can help me will be leaving the rep +. Thank you.
  14. kuhi

    Lua Attempt to index global 'MONSTER_ID'

    I'm trying to code a task npc, I'm trying to debug with selfSay but I don't understand why it's getting the variable like global not local... maybe I'm wrong and that's not the problem but I'm getting mad trying to solve this xD I'm using OTHire 0.0.3 btw local keywordHandler =...
  15. kuhi

    Solved OTClient error 0xc000007b

    Getting an error when running the OTClient I've compiled: Translation: The app couldn't initialize correctly (0xc000007b). Press Accept to close it. I'm getting 0 errors when compiling, only some warnings about pdb files: libeay32.lib(ts_err.obj) : warning LNK4099: PDB 'lib.pdb' was not found...
  16. Brunds

    AAC [Modern ACC] Captcha Error

    Hello I'm having problems with the captcha of the modern acc even the captcha being correct appears the error in the modern speaking that this incorrect already tried to go back to the original version of the codes and the error persists someone already had this problem ?? ps: is duplicating...
  17. R

    TFS 1.3 missing DLL

    Hello I just compiled TFS 1.3 but something is wrong beacuse I get an error Where can i find zstdd.dll? I searched everything but event google doesn't know about zstdd.dll :(
  18. S

    Compiling Tibia ExtendedClientLibrary

    Hi guys, im trying to compile this project Tibia Extended Client Library from @Madzix with Visual Studio. The only to-do wiki available is this: Create a dynamic link library project, name it and save. - OK Make sure your target filename is ddraw.dll - OK Link opengl32 to your project. -...
  19. C

    TFS 1.X+ Can't login with a vocation, only no vocation.

    Hello everyone. I am trying to login in my own server but I have no sucess. Whenever I try to login a char with any vocation, It says server is offline, but when I try to login with a char that have no vocation I can login with sucess. Any Idea what is going on here?
  20. Return Of Tibia

    Lua Container not found

    Greetings, community! A few moments ago I was writing a script for which I needed to get the uid of a container. function addGps(cid) local gps = doPlayerAddItem(cid, 12897) for i = 12901, 12898, -1 do doItemSetActionId(doAddContainerItem(gps, i), gps) end return true...
Back
Top