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

    Gesior, possibility to choose rook or main

    Good afternoon!!! I would like to put a start in rook option just for those who want to start there. However, when I put the "no vocation" option in createaccount, I still have the option to choose the city, such as Thais, Carlin, Venore... Does anyone know how to make the player who chooses to...
  2. N

    Action Small Stamina TFS 1.3 revs

    I'm trying to use this script, but this problem occurs. Can someone help me?
  3. N

    Respawn with player on screen TFS 1.3

    up 1639405825 I Fixed!!! Thank u bro!
  4. N

    Error Gesior

    I fixed, thnk u!
  5. N

    Error Gesior

  6. N

    Error Gesior

    Good morning, does anyone know how to fix this error that is in the image?
  7. N

    Website Gesior stopped working

    Thank u bro!!!!!! It worked!!! =D
  8. N

    Website Gesior stopped working

    didn't work Parse error: syntax error, unexpected 'public' (T_PUBLIC) in C:\xampp\htdocs\classes\configlua.php on line 73
  9. N

    Website Gesior stopped working

    Cool, how do I do?
  10. N

    Website Gesior stopped working

    Good afternoon, I performed this procedure ( Move experience stages to Lua by ranisalt · Pull Request #1642 · otland/forgottenserver (https://github.com/otland/forgottenserver/pull/1642/files) ) to change Exp Stage to Lua on my server and now the site stopped working with the following error...
  11. N

    Experience stages

    didn't work = /
  12. N

    Experience stages

    How do I change? bool Game::loadExperienceStages() { pugi::xml_document doc; pugi::xml_parse_result result = doc.load_file("data/XML/stages.xml"); if (!result) { printXMLError("Error - Game::loadExperienceStages", "data/XML/stages.xml", result); return false; }...
  13. N

    Experience stages

    up
  14. N

    Experience stages

    up
  15. N

    Player buy with backpack

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  16. N

    Player buy with backpack

    up
  17. N

    Player buy with backpack

    -- Including the Advanced NPC System dofile('data/npc/lib/npcsystem/npcsystem.lua') dofile('data/npc/lib/npcsystem/customModules.lua') isPlayerPremiumCallback = Player.isPremium function msgcontains(message, keyword) local message, keyword = message:lower(), keyword:lower() if message...
  18. N

    Player buy with backpack

    up
  19. N

    Experience stages

    how did you solve it?
  20. N

    Player buy with backpack

    up
Back
Top