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

  1. S

    Lua Caught Lua call to bot protected

    Hi I am having a issue where my lua scripts are being blocked due to bot prottection. However I have already changed the "CMakeLists" file to turn off bot protection, and recompiled in Visual Studio. This is occurring when I try to move the quest log widjet with the following code function...
  2. S

    Toggling shaders

    Hi I am curious what the best way is to toggle shaders on a player character. For example I have a shader effect and I want it to be turned on during x event, and then off when x event ends. whether it is done in the client or the server, I am just curious if their is a standard go to way for...
  3. S

    Questions about lua functions

    Hi no more setup questions I swear lol I am looking over the lua code for TFS in the "data" folder and I have a question about the functions used in them. Specifically I want to be able to find where the definiions of these functions are delcared/stated. For example in the "Poison_wall_run.lua"...
  4. S

    Malformed Token

    Hi I sorry for the repeast post, but I feel I am very close to getting my server running. I am using TFS 1.4.2 and the latest OTC client, set onto 1098. I am able to launch my server and start to log into it. The client accepts my account info, and asks me to choose a character. After that I am...
  5. S

    OTC Client install question

    Hi I am going through the install for OTC client and I am confused by this step Where can I find the spr/dat files exactly? I am using the latest OTC client to run on TFS 1.4.2. Any help would be appreciated
  6. S

    TFS exe not launching

    The reason I did not do this before was because when I ran the server through visual studio I was given a error that the config.lua file was missing. Is their a specific way to generate the exe from source?
  7. S

    TFS exe not launching

    Hi To clarify more I am not using a exe file generated by the source code. I have the source code compiled, but using the exe from TFS GitHub zip file. Is this a problem? Should I generate my own exe and replace the one I have now in the directory?
  8. S

    TFS exe not launching

    Hi everyone I am trying to setup my TFS and have gone through all the steps. I was able to setup a SQL with UniServer Zero, and am able to compile the TFS source in visual studio. I also created the web interface(using myaac) that has my account created as well. However the web interface shows...
  9. S

    OTC Client Visual Studio 2022 compile error

    Hi I have been unable to compile the OTC client in Visual studio. I encounter a error in the "crpyt.cpp" file relating to openssl I have then attempted to install openssl through the vcpkg installer, but I encounter another error their as well Any help would be appreciated
Back
Top