• 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. Lava Titan

    OTClient How to Show My Domain Instead of IP on OTServerList (v8.6)?

    when you setup your server on otservlist instead of your ip, use your domain? (I'm not sure about this because I havent setup a server there for few years now, but thats how it was in my time)
  2. Lava Titan

    RME loads wrong tiles

    is your map canary or normal map? I think you're using the wrong map editor for your map
  3. Lava Titan

    Lua TFS 0.3.6 - LUA - [Frags: 16 - Deaths: 29] - NO SHOW FOR OTHER PLAYER ON LOOK

    local fragCache = {} local CACHE_TIME = 10 -- segundos local function getPlayerFrags(cid) local guid = getPlayerGUID(cid) local now = os.time() -- cache if fragCache[guid] and fragCache[guid].time > now then return fragCache[guid].value end local time = now -...
  4. Lava Titan

    Looking for ideas on how to lower exp rate without lowering exp rate

    Change spawn rate; Put less creatures in spawns; Make creatures with more HP or harder to kill; This obviosly will not lower exp rate but will slow the level up process I guess
  5. Lava Titan

    i cant play in 8.6

    maybe they have custom sprites or sprites that are from other versions and it wont be compatible with normal tibia client, try downloading the clients in their websites
  6. Lava Titan

    Could someone help me fix this error?

    <?xml version="1.0" encoding="ISO-8859-1"?> <mod name="Automatic Simple Task" version="1.0" author="Vodkart" contact="tibiaking.com" enabled="yes"> <config name="auto_stask"><![CDATA[ automatic_task = { [1] = {name = "Bones", storage = 761000, monsters_list = {"Bones"}, can_repeat = false...
  7. Lava Titan

    [TFS 1.4.2][RME] Zone System

    first of all, amazing idea, amazing feature, I feel most people wont understand how this can change ots in an amazing way; not sure if it's only me but the issue I'm getting atm it's if you copy/cut a map that has zone, the map editor crashes; placing zones too fast with tooltips active also...
  8. Lava Titan

    Could someone help me fix this error?

    it's easier if you send the full script
  9. Lava Titan

    Gate Level and Door for the House to Make It Purchasable

    what distro are you using? i think some distros have "level to buy house" in config lua (?)
  10. Lava Titan

    TFS 1.X+ CONST Effects

    Hey guys, any idea where to find the constant names for the effects after 241? last oficial constant in tfs is: CONST_ME_FOAM = 241, but with tibia 15 items I got unnamed effects till number 303
  11. Lava Titan

    Lua [TFS 1.4.2] Spawn Issue

    whats your spawn rate in config.lua and how many seconds in map editor spawn?
  12. Lava Titan

    15.x assest downgraded to 8.60 dat&spr with all 8.60 sprites (outfits, items, effects)

    @ImmortalTretion , do you know where I can find the names of all the new effects? I could only find up to 241 in the last official TFS 1.6 release, but this new version has 303
  13. Lava Titan

    Windows Windows 11 - Tibia CIP Client refuses to read/find .dat file

    So I was using Marko's 15x .spr and .dat on my normal 8.60 cip client but my files were getting too messy and while I was organizing the folders I deleted the folder by mistake, after that I reinstalled normal 8.60 client again, changed .dat and .spr files, but now tibia refuses to load .dat...
  14. Lava Titan

    TFS 1.X+ Does tfs 1.6 downgrade 860 have modal window?

    I was thinking about this, can someone tell me what are my issues if I use normal tfs 1.6 that is like protocol 13+ and just downgrade to 8.6 without changing the code? static constexpr auto CLIENT_VERSION_MIN = 860; static constexpr auto CLIENT_VERSION_MAX = 860; static constexpr auto...
  15. Lava Titan

    TFS 1.X+ Does tfs 1.6 downgrade 860 have modal window?

    how can I implement it back? copying code from main tfs 1.6 protocol 9.7+ would work?
  16. Lava Titan

    TFS 1.X+ Does tfs 1.6 downgrade 860 have modal window?

    Hey guys, I'm using mehah otclient redemption, does it have modal window implemented? And can I use it on tfs 1.6 downgrade 860? https://github.com/mehah/otclient https://github.com/TibiaDev/forgottenserver-downgrades/tree/1.6-downgrade-860 I made a list of all the functions from this tfs and...
  17. Lava Titan

    OTClient Skill & Stamina Glitch in OTC Redemption (TFS 1.6 8.60)

    mybad, I always forget otclient has a terminal
  18. Lava Titan

    OTClient Skill & Stamina Glitch in OTC Redemption (TFS 1.6 8.60)

    But in normal tibia 8.6 client it works fine, i'm leveling up fine all skills, shows correct level, stamina, skills, etc
  19. Lava Titan

    OTClient Skill & Stamina Glitch in OTC Redemption (TFS 1.6 8.60)

    Hey guys, I'm trying to use OTC Redemption but first thing that happened as soon as I start making tests on my server, the skills got gliched, if you check the .gif I sent, you can watch stamina going crazy values, my level also went crazy values and after start training my skills they also went...
  20. Lava Titan

    Convert 8.60 MAP to 13.10

    you just need a compatible map editor with client 13.10 and then you import the 8.60 map to the 13.10 version
Back
Top