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

    AAC Gesior Newsticker not working

    I downloaded this GitHub - Riicksouzaa/ferobrinha: gesior de qualidade (https://github.com/Riicksouzaa/ferobrinha)
  2. A

    AAC Gesior Newsticker not working

    Good morning, I try to add newsticker by gesior but it is not adding. I've added these sql commands and it still doesn't work. CREATE TABLE `newsticker` ( `id` int(11) NOT NULL, `date` int(11) NOT NULL, `text` varchar(255) NOT NULL, `icon` varchar(50) NOT NULL ) ENGINE=MyISAM DEFAULT...
  3. A

    Gesior status offline

    My server is offline in gesior and otservlist, can anyone help me? I use TFS 1.5 in Ubuntu 22.04 Layout.php <?php if ( ! session_id() ) @ session_start(); $last = null...
  4. A

    Shop.lua add Mount Dont Work TFS 1.5 downgrade

    Good evening, does anyone know how to fix this script to deliver the mount when the player buys from the site? -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 18 -- time (in seconds) between connections to SQL database by shop...
  5. A

    Compiling Libs compiling TFS 1.5 downgrade Ubuntu 22.04.1 LTS

    Good morning, could someone provide me with the necessary libs to compile on Ubuntu 22.04.1 LTS? I try this: sudo apt install cmake build-essential libluajit-5.1-dev libmysqlclient-dev libboost-system-dev libboost-iostreams-dev libboost-filesystem-dev libpugixml-dev libcrypto++-dev libfmt-dev...
  6. A

    Kilmaresh Quest Boss dont work

    Thank u!!!!!!!!!!!!!!!!!
  7. A

    Kilmaresh Quest Boss dont work

    up
  8. A

    C++ dll Old Client 8.6 with mount

    Thx bro, it is perfect!!!!! I recommend
  9. A

    C++ dll Old Client 8.6 with mount

    Anyone who does this service?
  10. A

    Kilmaresh Quest Boss dont work

    up
  11. A

    Kilmaresh Quest Boss dont work

    How do I do that? Note: it's a revscript, is it necessary?
  12. A

    Kilmaresh Quest Boss dont work

    up
  13. A

    Lion Rock quest TFS 1.5

    Thank u!
  14. A

    Lion Rock quest TFS 1.5

    Can anyone help me with this error? function onUse(player, item, fromPosition, target, toPosition, isHotkey) local itemEx = target -- Flower if item.actionid == 41354 then -- Getting Flower if player:getStorageValue(lionrock.storages.getFlower) < 1 then...
  15. A

    Respawn if getWorldTime() TFS 1.5 downgrade

    Good morning, I made this script for the midnight panther respawn only during the night, in game time, but I would like the panther to be removed after a certain time, in this case at 06:00 at dawn. Can anyone help me? local config = { bossName = "Midnight Panther", bossPos =...
  16. A

    Trap Remove Monster

    I tried this but it didn't work and there was no error either, how I do?
  17. A

    Trap Remove Monster

    good morning, I modified this script that it is a trap, and I would like that when the monster passes over, it is removed. Can someone help me? I use TFS 1.5 downgrade by Nekiro. local traps = { -- [1510] = {transformTo = 1511, damage = {-50, -100}}, -- [1513] = {damage = {-50, -100}}...
  18. A

    Kilmaresh Quest Boss dont work

    up
Back
Top