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

    Solved TFS 1.X Tibia Day/Night duration modify?

    Thank you so much Printer!
  2. E

    TFS 1.X switch item on use script

    Bump
  3. E

    TFS 1.X Vocation NPC

    Bump
  4. E

    TFS 1.X Vocation NPC

    Hello, Can please someone help me with a NPC which gives you a vocation? This NPC has to give a storage ID when you accept the vocation, also check for the ID and if you already have the ID he says something like "you already been this vocation". If he "reads"/gets certain storage id plus...
  5. E

    TFS 1.X simple rebirth script

    Hello, Can someone help me with a clean simple script to rebirth? NPC if possible, when talk to the npc after few confirmation questions like "you'll go back to lvl 1 and noob hp/mana/cap stats etc.etc." makes you "reborn" as LV 1 with normal stats of a level 1 and no vocation? I hope someone...
  6. E

    TFS 1.X switch item on use script

    hello, can please someone help me with a simple action, to do the next: When i use item with the ID 1, it changes into the item with ID 2, so when i use item with the ID 2 it changes back to the item with ID 1. I tried to use the coin script which converts from gold to platinum but i'd like...
  7. E

    Solved TFS 1.X Tibia Day/Night duration modify?

    Hello, As tittle says, how can i modify the time of the day/night in-game? i want to make it longer, like 1 hour real time in life for 12 hours ingame... Can please someone help me with this? Thanks in advance
  8. E

    Solved How to add a orange text ingame with this script?

    Works perfect! Thank you Codex!
  9. E

    Solved How to add a orange text ingame with this script?

    It works, but send the message twice when normal login and send it 3 times if tries to loging after the limit xD I'll see what i can do with that Thanks!
  10. E

    Solved How to add a orange text ingame with this script?

    That's what i've tried.. I will keep trying :P
  11. E

    Solved How to add a orange text ingame with this script?

    I guess it's "1.2", I'm using the last commit at the TFS GitHub :)
  12. E

    Solved How to add a orange text ingame with this script?

    Hello, I'm using this anti-mc script for my tfs (last commit) When the player tries to login with the 3rd account (limit i've set is 2) it appears for a frame of second and logout right after the login effect... I'd like to make it send a text ingame on orange words like "Anti-MC" I tried but...
  13. E

    Lua Top level effect tfs 1.x

    WOW! Works like a charm! THANK YOU SO MUCH!!
  14. E

    Lua Top level effect tfs 1.x

    It doesn't works for me, I'm using as creature script, is that right?
  15. E

    CreatureEvent [TFS 1.1] Revive System

    Hello! This is a great script, i love it! It almost works for me... (Using last commit from Github) The player dies, the modalwindow shows up... But the options doesn't work, if i select teleport, the window just dissapears and you have to wait for the countdown and die... Same if i select...
  16. E

    Lua [TFS 1.X] How to properly add an event on login.lua?

    Sorry, I'm kinda new, i have to make an edition on sources or just creaturescripts?.. I didn't get it xD <event type="preparedeath" name="custom One" script="modaldeath.lua"/> <event type="modalwindow" name="customTwo" script="modaldeath.lua"/> <event type="login" name="customThree"...
  17. E

    Lua [TFS 1.X] How to properly add an event on login.lua?

    Here, @Codex NG function onLogin(player) --if getPlayerAccess(cid) > 3 then --doPlayerSendCancel(cid, "$@$Administrador") --doPlayerSendCancel(cid, " ") --end local loginStr = "Welcome to " .. configManager.getString(configKeys.SERVER_NAME) .. "!" if...
Back
Top