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

Search results

  1. CoolBuys1290

    Compiling Errors while compiling TFS in Ubuntu 20.04. Please help.

    I still get errors even after deleting -Werror from the CMakeLists.txt file. sudo nano CMakeLists.txt sudo dpkg -L libluajit-5.1-dev /usr/include/luajit-2.1/ /usr/lib/x86_64-linux-gnu/ otpch.h you have to delete the line of weapons.cpp in cmake list in src as CMakeLists.txt. sudo apt-get...
  2. CoolBuys1290

    Compiling Errors while compiling TFS in Ubuntu 20.04. Please help.

    Need help compiling in Ubuntu 20.04. After entering in sudo make I get this: Getting errors at catch (std::invalid_argument) by value [-Werror=catch-value=] and catch (std::eek:ut_of_range) by value [W-error=catch-value=] int32_t BehaviourDatabase::searchDigit(const std::string& message) {...
  3. CoolBuys1290

    How do I prevent weapons.cpp as necessary sourcefile in cmake ..

    cmake says Could NOT find LuaJIT (missing: LUA_INCLUDE_DIR) However I set it in CMakeLists.txt: set(LUA_INCLUDE_DIR "/usr/include/luajit-2.1")
  4. CoolBuys1290

    How do I prevent weapons.cpp as necessary sourcefile in cmake ..

    I can't find it in CMakeLists.txt.
  5. CoolBuys1290

    How do I prevent weapons.cpp as necessary sourcefile in cmake ..

    How do I prevent weapons.cpp as necessary sourcefile in cmake .. There is no weapons.cpp file in the src directory. Here's what I get after cmake .. Make Error at CMakeLists.txt:41 (add_executable): Cannot find source file: /root/Nostalrius/src/weapons.cpp Please help. Thanks...
  6. CoolBuys1290

    Compiling Tibia server 7.72 on Ubuntu won't compile.

    I have an Ubuntu machine. I followed the guide at theforgottenserver. I installed all the packages, git cloned the Nostalrius 7.72 server, and entered cmake, and the error I get is: -- Could NOT find LuaJIT (missing: LUA_INCLUDE_DIR) Along with this code. -- cotire 1.7.6 loaded. -- Could NOT...
  7. CoolBuys1290

    OTClient How to Toggle Chat on and Off with Enter Key in Otclient

    Sorry I described the problem wrong above. When I press the Enter key to enter chat mode, the cursor doesn't appear like it's supposed to, and doesn't let me chat. The picture shows what I can't do: Please help, Thanks.
  8. CoolBuys1290

    OTClient Chat/walking System

    Please tell me what you did Itutorial. I added: function newToggle() if consoleToggleChat:isChecked() then consoleToggleChat:setChecked(false) enableChat() else consoleToggleChat:setChecked(true) disableChat() end end to console.lua, and added...
  9. CoolBuys1290

    OTClient How to Toggle Chat on and Off with Enter Key in Otclient

    I added function newToggle() if consoleToggleChat:isChecked() then consoleToggleChat:setChecked(false) enableChat() else consoleToggleChat:setChecked(true) disableChat() end end to console.lua, and added g_keyboard.bindKeyUp('Enter', newToggle...
  10. CoolBuys1290

    OTClient How to Toggle Chat on and Off with Enter Key in Otclient

    Bump now with picture.Checking the box enables wasd movement,but pressing Enter turns off the wasd movement which is what I don't want. I want wasd mode to stay on and I want the Enter key to change chat mode on and off. Please help. Thanks.
  11. CoolBuys1290

    TFS 1.X+ Cannot connect with host computer

    I wasn't able to connect to my host using domain name either. I used the IP instead in config.lua.
  12. CoolBuys1290

    From Windows 10 to OTS development machine for dummies - part 2

    I switched to ZNote AAC.
  13. CoolBuys1290

    OTClient How to Toggle Chat on and Off with Enter Key in Otclient

    How do I change Otclient to toggle chat on and off with the Enter key? I'm using Otclient 0.6.6 with Tibia version 7.72. Thanks, CoolBuys1290
  14. CoolBuys1290

    OTClient WASD Walking in Otclient

    I can turn on the WASD walking with the checkbox, but I can't turn chat on and off with the enter key like in other tibia clients. What is the code modification in lua I need to enable chat toggle using the enter key? Thanks, CoolBuys1290
  15. CoolBuys1290

    NEED HELP WITH WASD KEY MOVEMENT

    THERE IS A CHECKBOX FOR WASD MOVEMENT IN TIBIA CLIENT, BUT PRESSING ENTER DOESN'T TOGGLE IT ON AND OFF LIKE I WANT. PLEASE HELP. THANKS.
  16. CoolBuys1290

    Need help customizing wasd movement

    Please help me make the wasd tickbox toggle chat mode. Thanks, CoolBuys1290
  17. CoolBuys1290

    OTClient wasd Walking

    Please help me toggle chat with the enter key when enabling wasd walking. I don't know where to paste this code: function hotkeyToggleChat() consoleToggleChat:setChecked(not consoleToggleChat:isChecked()) if consoleToggleChat:isChecked() then disableChat() else enableChat() end end
  18. CoolBuys1290

    AAC Error While Registering Using ZNote and TFS 1.2

    string(52) "SELECT id FROM accounts WHERE name='CoolBuys';" (query - SQL error) Type: select_single (select single row from database) Unknown column 'name' in 'where clause' Please help. Thanks.
  19. CoolBuys1290

    AAC ZNote AAC Problem with TFS 1.2

    I need help getting my AAC website to register an account. Getting this error: string(56) "SELECT id FROM accounts WHERE name='CoolBuys1290';" (query - SQL error) Type: select_single (select single row from database) Unknown column 'name' in...
  20. CoolBuys1290

    OTClient How to Toggle Chat While Using wasd Walking

    I can turn on the wasd walking with the checkbox, but I can't turn chat on and off with the enter key like in other tibia clients. I'm using otclient 0.6.6.
Back
Top