• 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

    !frags time doesn't change TFS 1.3

    Good morning, Does anyone know why the time doesn't change? !frags function onSay(player, words, param) local fragTime = configManager.getNumber(configKeys.FRAG_TIME) if fragTime <= 0 then player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "You do not have any unjustified...
  2. N

    Command "/mute" for Tutor don't work

    Good afternoon, Does anyone know why the tutor can't use the /mute command? function onSay(player, words, param) local storage = 456112 if words == "/mute" then local mute = param:split(",") if mute[1] == nil or mute[1] == " " then...
  3. N

    How to protect my website

    I created some files in the pages folder, the gamemaster password was not changed, I changed it after what happened
  4. N

    How to protect my website

    inwar.com.br
  5. N

    How to protect my website

    Yes 1648511839 Gesior, I don't know the version and operating system Windows 10 1648512151 How do I change the PMA? I am using xampp on Windows 10 OS
  6. N

    How to protect my website

    I don't know, maybe the database, they figured out the GOD password. I use Windows 10, maybe I need to do something to protect... Only thing the hacker said is that my site is not secure
  7. N

    How to protect my website

    Good morning, can someone help me protect my website? Because they are managing to get the gamemaster password and destroying the server! PLEASE!! I use Gesior, I don't know his version
  8. N

    Bug clone money in TFS 1.3 bank

    Someone is cloning money on my server through the bank, can someone help me?
  9. N

    Putting free account to use beds in houses

    TFS 1.3 by nekiro 8.60
  10. N

    Putting free account to use beds in houses

    Good afternoon, on my server I use the premium account system and I made the free account players able to buy their houses. However, free account owners who own houses cannot use the bed. Does anyone know where and how I can get free account players to use their beds?
  11. N

    Critical System TFS 1.3

    8.60 1648027370 Well, I got it this way: Game.sendAnimatedText("Crit!", creature:getPosition(), TEXTCOLOR_RED) Thanks for listening!
  12. N

    Critical System TFS 1.3

    this error occurred
  13. N

    Critical System TFS 1.3

    Good morning, i have this critical damage script and i would like the word "Critical!" appear as a one hit number. I don't know if I explained it right, the word "Critical!" should appear with the same animation as a normal hit. Can anyone help me with this? local config = { magic_effect =...
  14. N

    Monster.lua error

    Good morning, does anyone know why this error appeared, despite being working? function Monster:onDropLoot(corpse) if configManager.getNumber(configKeys.RATE_LOOT) == 0 then return end local player = Player(corpse:getCorpseOwner()) local mType = self:getType()...
  15. N

    Ring that increases loot rate TFS 1.3

    my server is TFS 1.3 - version 8.6, it doesn't have eventcallback folder 1646955547 1646955943 Well, I located the monster.lua file and added the ring part as the friend posted above and it worked, thank you all for your patience!!! Thank u!!!!!!!!!!!!!
  16. N

    Ring that increases loot rate TFS 1.3

    i think my TFS 1.3 doesn't have EventCallback function
  17. N

    Ring that increases loot rate TFS 1.3

    Excuse my ignorance, how do i install this script?
Back
Top