• 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

    Special Storage System (key as a string)

    do u have to create the file and add manually the storages? I don't have that file (using TFS 1.3)
  2. 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...
  3. Lava Titan

    TFS 1.X+ Map Loading Time

    Yooo ❤️ My specs are like AMD ryzen 5 3600 RTX 560 ROG 16GB MEMORY 500 GB EVO 960
  4. Lava Titan

    TFS 1.X+ Map Loading Time

    Or asking in another way, why is it loading so slow? (Bump)
  5. 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...
  6. Lava Titan

    TFS 1.X+ Automatic Looktype Changer

    Yeah I downloaded that one yesterday after Evil answered me, it worked, thank you <3
  7. Lava Titan

    TFS 1.X+ Automatic Looktype Changer

    I tried but I didn't find an object builder working for 8.6
  8. 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...
  9. 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
  10. 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...
  11. 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...
  12. Lava Titan

    OpenTibia Sublime Text 3 - Lua TFS Autocomplete

    Does this work on visual studio code? If yes can you tell me how to install it there? <3
  13. 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...
  14. Lava Titan

    Compiling Libs error when compiling TFS 0.3.6 v8.2

    Hey there, I'm trying to compile > this < rev of TFS 0.3.6 but I keep getting library errors because they are outdated, so far I've tried searching for multiple compiling tutorials for this rev to find if any of them has the libraries but couldn't find anything helpful, I've also tried to...
  15. Lava Titan

    [MyAAC][Plugin][Template] Loleslav

    I unziped the folder, moved template/loleslav to my templates folder, moved plugins to my plugins folder but something is wrong :| Screenshot Do I have to run any install script or smth?
  16. Lava Titan

    Lua onLook, how to get target cid?

    oh I see, I should have made the config inside the function and not outside xd it also works like this: local target = getTopCreature(position).uid if isPlayer(target) then local stats = { info = "", health = (getCreatureHealth(target) / 1000)...
  17. Lava Titan

    Lua onLook, how to get target cid?

    Screenshot They're all inside same table so you must use target instead of stats.target xd
Back
Top