• 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. L

    Compiling something else than TFS

    Well I tried to compile with 2019 but still gives me the same error, even after retargeting the project several times, tried also with name changing still no sucess.
  2. L

    Compiling something else than TFS

    Ye it loads libraries whenever I start a new project, and I am sure I've installed libraries correctly. Btw when I click CTRL+F in vcpkg folder and look for "_system" I can see a lot of 142 vc libraries and only two of 140, should it be like this?
  3. L

    Compiling something else than TFS

    Im using vcpkg & mvs 2017 so far I did everything like it is in compiling tutorial here: https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29 Are the libraries correctly linked in that project? - Well didn't linked anything, just downloaded libraries by vcpkg and...
  4. L

    Compiling something else than TFS

    After numerous of hours I finally compiled TFS 1.3 pepega, but when I am trying to compile that by downloading it with powershell https://github.com/Qwizer/realmap11 and anything other than TFS it drops me a error: "cannot open file 'libbost_system-vc-141-mt-1_64.lib'" Does someone know how to...
  5. L

    compiling a tfs

    If I would be able to do it I won't ask for help, unfortunately no one on this fourm can help me solve my problem with vcpkg so that's the only way, I think it is a good deal 5euros just for compile a tfs with one minute code changes..
  6. L

    compiling a tfs

    someone please? show some mercy xD
  7. L

    compiling a tfs

    Would someone compile me a TFS 1.3 with some source changes in exchange for a fee? I was trying to do it but wasted a lot of time and tilted as fick Msg me or write on Discord : kapitan bunrzoj#0301
  8. L

    How do I add another visual effect to combat spell?

    Easy to say hard to do. That's the problem.. I don't know how to properly set it to work..
  9. L

    How do I add another visual effect to combat spell?

    Hello I got a problem with script, I just don't know how to add another visual effect with damage same as it is in forumla below arr = { {0, 0, 1, 0, 0}, {0, 1, 1, 1, 0}, {1, 1, 3, 1, 1}, {0, 1, 1, 1, 0}, {0, 0, 1, 0, 0}, } local area = createCombatArea(arr) local combat...
  10. L

    SQL Error

    Just linked every sdk folder also the boost folders and lua51 lib fixed. But the SQL error is still killing me. [Error - mysql_real_query] Query: UPDATE `players` SET `level` = 1005,`group_id` = 1,`vocation` = 2,`health` = 5270,`healthmax` = 5270,`experience` = 16854438038,`lookbody` =...
  11. L

    SQL Error

    Client does have anything to this, I have a compiled version of TFS when it were working few months ago and now I wanted to change something but I can't compile anything becuase of thousands of errors. now MVS does not compile and sends a error cannot open input file 'lua51.lib' duude it is like...
  12. L

    SQL Error

    After compiling a server and log in into the game then loging out this error appearing in console Message: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ',`lastlogin` = 1560866209,`lastip` =...
  13. L

    Problem with compiling

    And what I am suppose to do with it? Just follow the tutorial to compile? If yes pugixml still does not work here, same error like before. And yep I tried ./vcpkg update even reinstalled vcpkg but it still does not work.
  14. L

    Problem with compiling

    After typing bootstrap this appears Also it is not even compilating now because of that error.. Just find out that something is wrong with pugixml in vcpkg when i'm installing it, how do I fix this problem? Error: Building package pugixml:x64-windows failed with: BUILD_FAILED Please ensure...
  15. L

    Problem with compiling

    visual studio 2017, and I did install libraries from vcpkg also boost 1.66
  16. L

    Problem with compiling

    After a fight with #include luajit another problem appeared "Cannot open include file 'mysql/errmsg.h': No such file or directory. I tried everything.. normally it looks like this #include <mysql/errmsg.h> tried #include "<mysql/errmsg.h>" #include "mysql/errmsg.h>" #include <mysql-errmsg.h>...
  17. L

    OTClient Problem with client 11x

    bump bump bump /update it only crashes me in Thais
  18. L

    OTClient Problem with client 11x

    bump bump bump
  19. L

    OTClient Problem with client 11x

    bump bump bump
  20. L

    OTClient Problem with client 11x

    Hello, I just downloaded client from here https://otland.net/threads/tibia-11-discussion-tutorial-how-to-able-to-use-it.242719/ I did change everything like in the tutorial but when it comes to login client it sends a message "illegal value" How I can fix it? BTW when I copy the login.php which...
Back
Top