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

    NPC Name change item

    Try this: local x = { length = {['min'] = 4, ['max'] = 20}, itemid = 8189 } -- List of forbidden names local forbiddenNames = { "GM", "Tutor", "Admin", "Owner", "Developer", "Support", "Moderator" } function setPlayerName(cid, newName) local player =...
  2. Travisani

    TFS 1.X+ Npc Quentin Player Heal on Lua.

    Someone know how to do a heal and remove player condition like a real tibia on NPC's using TFS after say heal on temple npc? Using the last files: GitHub - otland/forgottenserver: A free and open-source MMORPG server emulator written in C++ (https://github.com/otland/forgottenserver) Not work...
  3. Travisani

    TFS 1.X+ How to declare an summons counter for my spells?

    i've adapted this in my src and works fine! Thank you!
  4. Travisani

    TFS 1.X+ How to declare an summons counter for my spells?

    i've tryied this yet, unfortunately no works good.
  5. Travisani

    TFS 1.X+ How to declare an summons counter for my spells?

    I tryied to do a script for make a random summon. But i got this error: [error] Lua script error: error... boss_summon.lua:14: attempt to compare nil with number stack traceback: [C]: in function '__lt' ...boss_summon.lua:14: in function boss_summon.lua:10 local combat =...
  6. Travisani

    Lua Percentage Damage on Action

    Someone know how to do a action when player clicks on id 2478 (chest) receive a damage in 20% of his/her life? EX: 3000 life and the player clicks; Receive 600 damage. SRC from GitHub - otland/forgottenserver: A free and open-source MMORPG server emulator written in C++...
Back
Top