• 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

    Request for a specific sprite

    Hello! Does anyone have a effect where it sais like "Boss" or something like that, kinda like the pictures i've posted? :)
  2. E

    Get PNG from my SPR in order

    Hello! Im backing to building some stuff after a break. I remember that there is a website where i can insert my tibia.spr and get out a ZIP with all the sprites (items) in order, png format, so that i can add them into my website. Is there any other program or do you know what site im talking...
  3. E

    Movement Speed is low on new tiles

    Hi! On some custom tiles i've added into the objectbuilder at put out on the server has extremly low walkspeed?? I changed to groundspeed in Objectbuilder and Itemedior, still low. Any ideas? 1764100266 IM USING TFS 1.5 NEKIRO DOWNGRADE. 8.0
  4. E

    Replacing Sprites in Nekiro Downgrade TFS 1.5 8.0 - Compatibility with Newer Client Sprites

    Hi, I’m running a Nekiro Downgrade TFS 1.5 8.0 server and I would like to update the sprite files to newer ones (13.0 and up) I understand that TFS 1.5 is designed for version 8.0, but I’m wondering if it’s possible to replace the old sprites with newer ones while ensuring the server and...
  5. E

    Task NPC Nekiro Downgrade 8.0

    Yo! Trying to make a NPC where user can choose a task of killing for example 200 Rotworm. Cant really make it to register that a monster dies. Anyone has any tips ideas? (You have killed 0 / 200 Rotworms) in Deafult chat.
  6. E

    Create a oldschool server

    Is there some experts that can help me start a 8.0 server with website? Ofcourse i'll pay for the job. Hit me up.
  7. E

    Backpack cooldown

    Hello! Is there anyway i can still have 2sec cooldown on using pots/runes And still equip eq / Throw out stuff on the ground etc? (WHILE POTTING) Using 1.4.2 TFS 10.98
  8. E

    TFS 1.X+ Safezone

    Hi! I want to create a TP-Server but i come across a bit of a problem. Im looking for "safe-zone" Creature will you see you as u are in protection zone but there can still PVP inside this area. Imagine going into a spawn and u land 5x5 tiles where it is safe from monsters. I've seen this on...
  9. E

    Question: TP-Server ot not?

    Hi! Just a quick question, is there more attractive to have a OT with teleport system to monsters Or does people still like a huge map and explore new hunting/quests?
  10. E

    Lua Damage Attribute

    I have implemented % damage increase when consuming certain items, and it works on regular TFS 1.4.2. We then moved everything to TFS Optimized and there I saw that there is no onSpawn function for monsters. Is there any other workarounds? Or other ideas? :D
  11. E

    Lua Making spell ITEM

    Hi guys! Im trying to make a script on a local server. (TFS 1.4.2) local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) combat:setArea(createCombatArea(AREA_CIRCLE3X3)) function...
  12. E

    Lua Making NPCs

    Hello there OTland. I am trying to make NPCs using tfs 1.4.2 Firstly i make for example: 1. data/npc > Creating test_npc.xml 2. data/npc/scripts > creating test_npc.lua Making it with really easy code such " function onCreatureSay(player, type, msg) if msg:lower() == "hi" then...
  13. E

    RevScripts Get green bonus on skill

    Hi! Im using this script atm (Linked it) I get bonus skill when i use the Yellow gem, is it possible to make instead of 5 skills right away i get (+5) so people dont wait with pressing it?
  14. E

    OTClient Script to get mana/hp reg when using an item

    Hi, does anyone have a script for (Example) - Using "Vibrant egg" > Give you the Sparkion Mount + 5% permanent HP/MANA Reg Trying to learn. Im using tfs 1.4.2
Back
Top