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

Recent content by Thogora

  1. T

    TFS 1.X+ TFS 1.3, Cannot open config.lua

    @M0ustafa: From the folder vcpkg\forgottenserver I moved the config.lua.dist and moved it to my TFS folder and ran the server and it created the condig.lua, edited it and ran the tfs again. Why I use cmd is because cmd does now shutdown on errors, running the tfs it self "blinks" so fast I can...
  2. T

    TFS 1.X+ TFS 1.3, Cannot open config.lua

    Hello OtLand. So, I finally managed to successfully compile TFS using this guide and when i at first tried to run the "theforgottenserver-x64.exe" it required "vcruntime140_1.dll" to run so I add it and run TFS again. Immediately at start up it stops working "theforgottenserver-x64.exe has...
  3. T

    Almost finished compiling annnd unsolvable errror

    @Iryont It works and thanks for explaining the error for me! About all my warnings, I got 331 C4100, 3x C4189 and 3x C4297. Have not looked in to them yet, might be a simple solution's. Hopefully I will be able to look in them them in the upcoming few days. Kind regards Thogora
  4. T

    Almost finished compiling annnd unsolvable errror

    Hello OtLand. I think I am close to finishing compiling TFS1.3 and now I got an error that I cannot solve so I need some help so I can keep on working and get my server up and running. Using MSVC 2019. The error I am stuck at is "C2664" and it says "'int mysql_options(MYSQL...
  5. T

    Problem adding search pats in MSVC

    Hello OtLand. I have tried to compile the TFS 1.3 (Master?) in MSVC 2019 so I can run a 10.98 server with the original map or as accurate as possible that I found here, sadly I cannot find the link at this time. Anyhow, there are some guides out there on how to compile like (see link below) but...
  6. T

    Add database Step4, not working

    Ralumbi, it works. Thanks so very much! :D
  7. T

    Add database Step4, not working

    Thank you Ralumbi, you are very kind :) I found the file Znote_scheme.sql at the location you said and got this code from lin 165. CREATE TABLE IF NOT EXISTS `znote_forum_threads` ( `id` int(11) NOT NULL AUTO_INCREMENT, `forum_id` int(11) NOT NULL, `player_id` int(11) NOT NULL...
  8. T

    Add database Step4, not working

    Thank you for your reply Ralumbi. I have tried that guide and it does not work for me. Following this guide I get several errors on the way that are not mentioned within the guide, however I did try it once more because you mentioned it so I could write down the problems I have and hopefully...
  9. T

    Add database Step4, not working

    Hello guys. My knowledge of programing/myphp/sql and such are really limited and I have not done anything like this before so I apologize in advance for any misunderstanding on the way that will occur. I have been working on creating my own Tibia server for some time now and found several...
Back
Top