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

    Qwen on local workflow

    Guys i've been experimenting with Ubuntu 22.0.4 in an older pc I built with an rtx 2060 6gb and i3 processor. Installed ollama and already make Qwen2.5-code:7b run on it with Open WebUI to serve it on localhost:8080. The thing is I tried to pair it up to Visual Studio Code using Continue (so I...
  2. ralke

    TFS 1.X+ Issue on latest OTClient (mehah)

    Hi there! I've been away for quite long time. Recently compiled the current otclient mehah but it doesn't seem to work with my server anymore. So I troubleshoot it to the latest working version, by downloading the avaible releases and noticed that the 4.0 + hotfix(1) doesn't work and 4.0 Beta 4...
  3. ralke

    ShowReel 2025

    Hi there! I want to share my recent ShowReel, it has a lot of stuff that i've been working during this years. In the video you'll see digital animation, audiovisual production, photography, among others. Works been done using mostly: Autodesk Maya, Davinci Resolve, Toon Boom Harmony among...
  4. ralke

    TFS 1.X+ OS error 28 no space left on device

    Hi guys! I wonder if you can help me. I use TFS 1.5 downgrades 8.6 with UniServer and noticed I don't have space left on device. Any chance to clear cache or something so I can give it more space? Any hints or help on this matter will be really appreciated. So much thanks in advance, ralke.
  5. ralke

    TFS 1.X+ Correct cooldown for 8.6 spells

    Guys! I have a little question here. I use TFS 1.X downgraded to 8.6. So I see many forks that are using latest cooldowns applied to their spells, which is incorrect, because this cooldowns have been enabled from 8.7 to higher versions. For example, exori gran displays as 6000 cd (6 seconds)...
  6. ralke

    TFS 1.X+ Downgrading creatures

    Is there any tool, AI, idk which converts canary creatures into old xml 1.0 syntaxis? I need to downgrade asuras, this one is an example from canary https://github.com/opentibiabr/canary/blob/main/data-otservbr-global/monster/demons/dawnfire_asura.lua local mType =...
  7. ralke

    Webdesigner [Hiring] PayPal Payment Integration for Website (ZnoteAAC)

    I'm looking for an experienced developer to fully integrate automatic PayPal payments into ZnoteAAC. I've tried multiple times to make it work, but for some reason it's still not functional. So I need someone who can take a deep look at it and make it work 100%. Please only apply if you're...
  8. ralke

    Lua Changes on excersise dummy

    Hi again, I use TFS 1.5 downgrade 8.6 and I wonder if someone can modify this script to achieve what I would like to do: local skills = { [1234] = {skillid=SKILL_MAGLEVEL,voc=2,range=CONST_ANI_SMALLICE}, -- DRUID [5678] = {skillid=SKILL_MAGLEVEL,voc=1,range=CONST_ANI_FIRE} -- SORCERER }...
  9. ralke

    TFS 1.X+ Automatic bestiary which gives different reward types (nekiro downgrade)

    Hi there, I use TFS 1.5 nekiro downgrade 8.6 and was looking at this post https://otland.net/threads/monster-killed-counter-every-10-kills.281769/#post-2700796 I like the way it divides different stages of completition at the table @Sarah Wesker shows. My question is, what is storage =...
  10. ralke

    Lua Change all the damage output to elemental damage if a weapon is equiped

    Hi everyone, I'm using TFS 1.5 (Nekiro downgrade) and need some help implementing a specific mechanic: If a player equips a weapon from a certain group (IDs: 7862, 7863, 7864), all their damage output (spells, hits, etc., excluding healing) should be converted to FIRE damage. Similarly, if a...
  11. ralke

    Lua Change on enchanting script

    Hi again! I use TFS 1.5 downgrades 8.6 (based on nekiro) and I need help modifying my enchanting script. Request (modify the following script) there should be some local variable that identifies the item onUse, taking it from table such as happens here: [8905] = { -- rainbow shield...
  12. ralke

    Lua Change on critical script

    Hi guys! I have an alternative critical system, and I wonder if someone can help me adding a little enhancement into it. function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) if (not attacker or not creature) then return...
  13. ralke

    Don't delete items on doors that close automatically

    Guys!! Merry x-mas. I have a quick question here, a player of my server found a little bug on doors, which delete backpacks as soon they get automatically closed. I attached a video of it. I wonder, this can be easily fixed? If not, there could be a script which doesn't allow to throw items to a...
  14. ralke

    TFS 1.X+ Set free account outfit when premium ends

    Hi! I was wondering, which method I can use to automatically set a free account outfit to those players who finished their premium account days? I was thinking on check if player has outfit (for example, looktype 123, 124, 125, 126) and "is not premium", then, set player "free account outfit"...
  15. ralke

    TFS 1.X+ Chameleon rune

    Hi guys I have this error on console with chameleon rune. What could be a possible fix? TFS 1.X downgrade from nekiro. https://github.com/otland/forgottenserver/blob/master/data/scripts/runes/support/chameleon_rune.lua Here's a solution but I don't know if apply that, since the comment says...
  16. ralke

    [Chile] [8.6] Codicia | Starting at 27 August 2024 | 1st Spanish translated server

    Codicia is a server created as the successor to my previous project, GreedOT. Initially based on a downgraded version of forgottenserver (8.60), it evolved into its own fork and ultimately transitioned to a fully independent engine, translated to Spanish and customized. → Website: Codicia -...
  17. ralke

    AAC Paypal ipn with ZnoteAAC

    Hi again, i'm still struggling with paypal automatic payments, but made some advances. So, first, I already settled up everything on config, enabled cURL and my mail server (it is registered to another e-mail, different than paypal account). Changed $_SERVER["REMOTE_ADDR"] for...
  18. ralke

    Lua what is sendSupplyUsed?

    Hi again! I have a question with this function, sendSupplyUsed. What is this supposed to do and when it was implemented? (since it is not part of the nekiro downgrade). I use 8.6 downgrade by the way (as always). I updated my enchantment.lua script to the most recent one, but i'm struggling with...
  19. ralke

    TFS 1.X+ Edron rock lever

    Hi! I need a little support with this lever, I wonder how can I avoid players from pulling the lever if a player is standing on the rock position? This way the player doesn't stand on the stone if someone else pulls the lever (if it also sends a return message will be nice!). Like is shown here...
  20. ralke

    [VIDEOTUTORIAL] Changing enviroment system variables to use older versions of vcpkg

    Hi guys, here's a very quick tutorial of how to install older versions of vcpkg. At this tutorial I provide a link to an old vcpkg used to compile nekiro downgrade server, and all their forks (which haven't updated includes), basically it shows how to set-up a vcpkg that is not git cloned. It is...
Back
Top