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

    Suggestion Clarify and follow rules

    I love your PR, and from my personal perspective you seem to be on the path to become an officially recognized TFS Developer. (I even vouched for you last time, before you spat in our face). Trust, respect and cooperation is essential to be an official member of our team. I also like the OTBR...
  2. Znote

    Suggestion Clarify and follow rules

    The Forgotten Server Development board was created for the purpose of assisting TFS Developers with the otland/forgottenserver github repository. Threads and posts in this board should be related specifically to this subject, giving ideas and helping them. The thread TFS master protocol 12.x...
  3. Znote

    TFS master protocol 12.x support [Development Thread]

    Thread cleaned, this is a development thread. Please stay on topic to keep this thread informative and useful. This is not a place to flame or criticize other users or repositories. Great to see the development of this PR. :)
  4. Znote

    Does not change my map(help)

    At the bottom of the file, replace: registerCreatureEvent(cid, "Killtask") return true local currentTown = Game.getStorageValue(100) or 1 if currentTown then player:teleportTo(Town(currentTown):getTemplePosition()) end end with this: (Move return true to the bottom of the...
  5. Znote

    Does not change my map(help)

    You have a Lua syntax error in data/creaturescript/scripts/login.lua, the function in line 6 is not closed with the end command. You also have a syntax error in data/globalevents/scripts/msg.lua, you likely have broken the Lua syntax in a configuration table. The symbol } is missing (or perhaps...
  6. Znote

    I am going crazy.. (Revscript) doSendAnimatedText

    Post the doSendAnimatedText() function. (Perhaps its in data/lib/compat/compat.lua)? Which distro are you using, which downport?
  7. Znote

    Znote problem with permissions

    Could it be the files are not owned by the web user? chown -R www-data:www-data /var/www/html/
  8. Znote

    [France] [8.6] AcidsOT

    Changelog: 21 October 2021 Energy wands now cast a small chain lightning on attack. Fire wands now cast a directional explosion splash attack. Death wands and rods now attack double as fast.
  9. Znote

    [GitHub] OpenTibia 10.98, Raspberry Pi, Docker

    Cool, I'm rocking a few Raspberry PI's myself at home. It works great as a dev server, or for new servers that havent built a playerbase yet. Highest I have seen in terms of players online on a raspberry pi is about 30 players online on an TFS 1.2 10.98 server a couple years ago, no lag, and...
  10. Znote

    [France] [8.6] AcidsOT

    Changelog: 15 October 2021 Fixed Massive Water Elementals being to powerful. Empowered summons will now teleport to master if they are more than 9 SQM away from him or on another floor. New players have 24 hours free access to training rooms. To discourage people quitting before giving the...
  11. Znote

    AAC ZNote AAC SQL Problem

    You are missing the email column from the accounts table. Which is odd, which OT server are you using?
  12. Znote

    [TFS 1.4] Spell: Empower Summons (Monster AI)

    Updated script in main post: Fixed bug where monster abilities exori mort, exori res and exura sio would cast through walls. Fixed bug where exori res would work as an infinite challenge, now it wears off and the challenged creature can change and follow other targets after a while. (Just like...
  13. Znote

    does not update hp and mana after changing the level in phpmyadmin

    When changing level in phpmyadmin (SQL), remember to also: Make sure player is offline, so the values dont get overwritten back when he logs out. Change experience to represent that level Change mana and manamax to represent that level for that vocation Change health and healthmax to represent...
  14. Znote

    Converted to TFS 1.4 got Lua Script crash on startup.

    Your screenshot has no errors in it. It just lists on startup which data/scripts/ files are loaded and not loaded. The reason #example.lua is disabled, is because the file name starts with the # symbol, which is just used as a sample to show how to disable a revscript file without deleting it...
  15. Znote

    OvH is down :D

    After 2 months hosting AcidsOT, byebye 100% uptime.
  16. Znote

    [TFS 1.4] Spell: Empower Summons (Monster AI)

    Created a spell that makes your summons more interesting to play with. From the AcidsOT advertisement thread: Create file in data/scripts/ folder, like empowermonster.lua and put this in: -- Player spell (utevo gran res) that empowers summons upgradedSummons = {} local empower =...
  17. Znote

    [France] [8.6] AcidsOT

    Changelog: 12 October 2021 When you cast summon creature (utevo res) without a creature name, any existing summons will be teleported to you. Making it easier to bring your summons with you when going up and down stairs/rope holes etc. Summoned creatures will now inherit the players speed...
  18. Znote

    [France] [8.6] AcidsOT

    Changelog: 21 September 2021 Increased infernal bolt damage from 72 to 75. Conjuring infernal bolts now only costs 5 soul. Ammunition now shows attack in description. Changelog: 29 September 2021 Nerfed the earth primal slightly. Fixed a bug where one magic wall didn't disappear when earth...
  19. Znote

    The Forgotten Server 1.4

    Wohoo! Finally tagged! :) Great work everybody who has contributed!
  20. Znote

    [France] [8.6] AcidsOT

    Changelog: 14 September 2021 Added Supreme Health Rune (Same values as supreme health potion from cip). Soft Boots and Firewalker Boots can now roll attributes. Account bonus: Every account registered on the server has been given +6 days of premium time and +15 shop points! If you have an old...
Back
Top