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

    You recieve frags on warmode.

    It can be useful information.
  2. K

    Lua TFS 1.0, GetItenAttribute Error

    This feature doesn't exist in forgottenserver (more informations here: https://github.com/otland/forgottenserver/issues/42). Of course, you can create it by yourself.
  3. K

    Znote AAC ONLINE LIST AFK/ONLINE

    Are you able to write something about bug/missing feature?
  4. K

    Crash Debian

    Firstly, you should install gdb ("GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed.", from: https://www.gnu.org/software/gdb/). Later, you can debug your server or/and send...
  5. K

    Problem with Unknown column 'loss_experience' in 'field list'

    It seems that ModernAAC doesn't work with your version of forgottenserver. In my opinion you have to download AAC created for your server. Anyway, execute this query through phpmyadmin to fix your latest error ALTER TABLE `players` ADD `loss_mana` INT NOT NULL DEFAULT 100; ALTER TABLE `players`...
  6. K

    Problem with Unknown column 'loss_experience' in 'field list'

    Run this query through phpmyadmin ALTER TABLE `players` ADD `loss_experience` INT NOT NULL DEFAULT 100;
Back
Top