• 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

    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
  2. 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...
  3. 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...
  4. 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...
  5. Lava Titan

    TFS 1.X+ Custom Channel List (?)

    Hey everyone, I’m trying to create a “waypoint” system that works with TFS 1.6 (downgrade protocol 8.60) The only approach that seems feasible for the normal Tibia client (without using modal windows) is to use a custom channel list that when the player clicks on a channel, they get teleported...
  6. Lava Titan

    OTClient OTC Graphics(?) Issue protocol 8.60

    Hey guys, I’m trying to use OTClient (Releases · mehah/otclient (https://github.com/mehah/otclient/releases)) for my server, but when I log in, the character doesn’t show up, the map looks glitched, and my skills, HP, mana, etc. all display as 0. Is there anything I need to configure before...
  7. Lava Titan

    Compiling Dependencies for vc14

    Hey everyone, does anyone still have the dependencies needed to compile VC14 distributions? I’m trying to build an old server project that includes a VC14 folder, but using the latest vcpkg packages results in numerous errors because much of that code is no longer supported. I need to track...
  8. Lava Titan

    TFS 1.X+ What is the most stable 8.6 1.X distribution atm?

    Hi everyone, I hope you’re all doing well. I’ve been trying to find a stable 8.6 release, but so far I haven’t had any luck. A few years ago, Ninja posted one, but that thread has since been deleted. I even had it saved on an old drive, but I no longer have access to it. Does anyone know which...
  9. Lava Titan

    Lua TFS 1.3 - NPC that uses multiple currency

    Hey guys, I'm nowhere close to understand how NPC syntax works so I'm trying to find a script for TFS 1.3 (8.6 downgrade by Nekiro) thats basicaly a NPC that sells items but not only for money, it can sell items in normal NPC trade window for different type of currencies, like event coins, task...
  10. Lava Titan

    TFS 1.X+ [tfs 1.3] How to get all tiles with aid between 2 distances?

    Hey, any idea on how can I check for all tiles with certain aid between 2 distances?
  11. Lava Titan

    [TFS 1.3] (RevScriptSys) - Kill Monster Create Portal

    Hey guys, I was searching for this script and the last one I found was created 2 years ago by J.Dre and it wasn't working for me and some other people that I saw on comments, so I fixed the script and added a small countdown feature. for those who don't know where to add RevScripts this is the...
  12. Lava Titan

    TFS 1.X+ (TFS 1.3) How does MonsterType:addLoot() work?

    I tried multiple ways to make this work but I can't seem to get how the function works MonsterType(Rat):addLoot() MonsterType(Rat):addLoot(2160) MonsterType(Rat):addLoot(2160, 1) MonsterType(Rat):addLoot(ItemType(2160, 1)) But it's always returning nil, how is the function supposed to...
  13. Lava Titan

    TFS 1.X+ RevScriptSys hasLoot

    Hey there <3 How can I check if an item inside a table is inside another table? like: for i = 1, #loot do if loot[i].itemId has rareLoot then target:getPosition():sendMagicEffect(CONST_ME_TUTORIALARROW)...
  14. Lava Titan

    TFS 1.X+ Quick Question about Text Storage

    Hello everyone! I have a quick question about text storage, so, few years ago I was working on a project I can't remember what REPO was used but I could use text as a storage key, now I'm using TFS 1.3 (8.6) by Nekiro, I updated my database to accept VARCHAR(255) instead of INT(11) on storage...
  15. Lava Titan

    TFS 1.X+ Map Loading Time

    Hey guys, how are you? <3 So I've been testing stuff in my server for a while and it starts to be boring when I have to wait all this time every restart.. Because as you can see it's not even big, it's quite small tbh but still takes this long to load... Is there any way to make the map load...
  16. Lava Titan

    TFS 1.X+ Automatic Looktype Changer

    heey <3 ok so, I'm working on making monsters for my server and obviously I don't know how every monster look-type looks like, normally I change all look-types by hand like /newtype 1 /newtype 2 /newtype 3 /newtype 4 so I thought, why not make a script that changes these automatically, my...
  17. Lava Titan

    TFS 1.X+ Pushing Delay & Pushing related stuff

    Hey, in what file can I find the code to edit pushing delay and pushing related stuff like player gets message when pushes other player, etc... I'm using - Using TFS 1.3x for client 8.6: [8.60] Latest forgottenserver 1.3. Clean downport
  18. Lava Titan

    TFS 1.X+ Auto-Attack Stops while shooting runes/moving items, etc

    - Hey there, I was testing some stuff on my server and I noticed that while I shoot runes like SD or move items my character stops attacking with bow/wand, after I stop shooting or moving items it starts attacking again, like one action overrides the other; - Any clues on what's wrong? - Using...
  19. Lava Titan

    Lua check item pos/stackpos? TFS 1.3x

    Hello, I'm trying to disable the player from using an item unless he has it on the inventory, the first method that comes to my mind is checking for item position but I can't find out how to do that in multiple ways like, checking if item is in depot, check if item is in ground, check if item is...
  20. Lava Titan

    Is it possible to sell maps on otland? Like roshamuul 8.6..

    Hey guys, recently I've noticed that real maps 8.6 will be cooler if they have new areas like roshamuul and oramond.. I've spent the last 5 days turning roshamuul from 10.98 to 8.6 and I wanna sell it because corona made me lose my job '-' but I'm not sure if I'm able to do it here at otland...
Back
Top