• 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

    OTClient otclient won't start

    Ya. I also tried the otclient someone compiled, and that wouldn't run either. The only thing that works is using the 2015 otclient on Windows builds.
  2. CoolBuys1290

    OTClient otclient won't start

    I compiled otclient using VS2019 and got no errors. When I open otclient, it won't start.
  3. CoolBuys1290

    Server shutting down after 5 hours. How to prevent this?

    Now the server doesn't shut down on it's own.
  4. CoolBuys1290

    Server shutting down after 5 hours. How to prevent this?

    My 7.72 server shuts down automatically after 5 hours. How can I prevent this? Thanks, CoolBuys 1596056661 Changed C:\ots\Nostalrius\data\globalevents\scripts\serversave.lua to shutdown at save to FALSE. Hope this works.
  5. CoolBuys1290

    Need help with Nekiro's TFS not running.

    Fixed problem.
  6. CoolBuys1290

    AAC ZNote AAC SQL Problem

    Error SQL query: Copy ALTER TABLE znote_accounts ADD active_email TINYINT(4) NOT NULL DEFAULT '0' AFTER active MySQL said: #1060 - Duplicate column name 'active_email'
  7. CoolBuys1290

    [PHP] Get skill percent

    It's PHP code. It runs on the server computer. The client, which is you usually, connects to it with a separate computer.
  8. CoolBuys1290

    AAC ZNote AAC SQL Problem

    When I try to register, I get this error: string(69) "SELECT id FROM accounts WHERE email='[email protected]';" (query - SQL error) Type: select_single (select single row from database) Unknown column 'email' in 'where clause'
  9. CoolBuys1290

    Would Like to Log in to Server

    I'm using Uniform Server and Nostalrius's OTHire fork. Server says it's running. I use IP Changer to launch 7.72 client. My phpmyadmin says I have account 1234567 and password is SHA1d of 1234567. Config.lua file for MySQL is: -- MySQL mysqlHost = "localhost" mysqlUser = "otserv" mysqlPass =...
  10. CoolBuys1290

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

    Getting this error: STEP 4 Add samples to DB: Fatal error: Uncaught Error: Call to a member function fetch() on bool in C:\xampp\htdocs\classes\account.php:33 Stack trace: #0 C:\xampp\htdocs\classes\account.php(21): Account->load(1, 'name') #1 C:\xampp\htdocs\install.php(334)...
  11. CoolBuys1290

    Failed to Build Nostalrius's fork of OTHire

    Please help me build the server for 7.72. I am getting this error in VS2019. Severity Code Description Project File Line Suppression State Error C2664 'void std::_Normal_allocator_traits<_Alloc>::destroy<_Ty>(_Alloc &,_Ty *)': cannot convert argument 1 from '_Alloc' to...
  12. CoolBuys1290

    Gesior 2012 Error

    I tried installing Gesior on my other computer. STEP 4 Add samples to DB: Fatal error: Uncaught Error: Call to a member function fetch() on boolean in E:\xampp\htdocs\classes\account.php:33 Stack trace: #0 E:\xampp\htdocs\classes\account.php(21): Account->load(1, 'name') #1...
  13. CoolBuys1290

    TFS 1.X+ TFS 1.3 Nekiro's Downgrade 7.72 not working

    bump 1594847669 getting errrors: [Error - Monsters::deserializeSpell] - ancient scarab - Unknown spell name: paralyze_ancientscarab [Warning - Monsters::loadMonster] Cant load spell. data/monster/ancient scarab.xml [Error - Monsters::deserializeSpell] - ancient scarab - Unknown spell name...
  14. CoolBuys1290

    TFS 1.X+ TFS 1.3 Nekiro's Downgrade 7.72 not working

    I used that exact zip file. How do I load a map? I also added data/lib/core/actionids.lua. Now everything loads but I get monster errors: And when I try to load in, it shows an extra line: The Forgotten Server - Version 1.3 Compiled with Microsoft Visual C++ version 14.2 Compiled on Jul 14 2020...
  15. CoolBuys1290

    TFS 1.X+ TFS 1.3 Nekiro's Downgrade 7.72 not working

    I added storages.lua in data\lib\core. Still getting errors: The Forgotten Server - Version 1.3 Compiled with Microsoft Visual C++ version 14.2 Compiled on Jul 14 2020 22:43:56 for platform x64 A server developed by Mark Samman Downgraded and further developed by Nekiro Visit our forum for...
  16. CoolBuys1290

    TFS 1.X+ TFS 1.3 Nekiro's Downgrade 7.72 not working

    Where do I get those files?
  17. CoolBuys1290

    TFS 1.X+ TFS 1.3 Nekiro's Downgrade 7.72 not working

    The Forgotten Server - Version 1.3 Compiled with Microsoft Visual C++ version 14.2 Compiled on Jul 14 2020 22:43:56 for platform x64 A server developed by Mark Samman Downgraded and further developed by Nekiro Visit our forum for updates, support, and resources: http://otland.net/. Server...
  18. CoolBuys1290

    Nekiro TFS Not Running

    Forgotten Server Online! Thanks buddy!
  19. CoolBuys1290

    Nekiro TFS Not Running

    I followed all the steps in this tutorial: TFS for Dummies Part 1 and TFS for Dummies Part 2. I did these steps: git clone microsoft/vcpkg (https://github.com/Microsoft/vcpkg.git) git checkout 2020.06 ./bootstrap-vcpkg.bat .\vcpkg integrate install vcpkg install boost-iostreams:x64-windows...
  20. CoolBuys1290

    Need help with Nekiro's TFS not running.

    I followed all the steps in this tutorial: TFS for Dummies Part 1 and TFS for Dummies Part 2. I did these steps: git clone microsoft/vcpkg (https://github.com/Microsoft/vcpkg.git) git checkout 2020.06 ./bootstrap-vcpkg.bat .\vcpkg integrate install vcpkg install boost-iostreams:x64-windows...
Back
Top