• 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!

Search results

  1. ralke

    C++ Characters start autowalk when targeting

    Hi there! I'm working with TFS 1.5 downgrades and NRH-AA pathfinding and I still miss a little thing. When I attack a creature the character automatically walks into the target, even if it doesn't have the chase mode on. For this I saw that there's an else if (followCreature) at void...
  2. ralke

    TFS 1.X+ Possible infinite loop at actions/lib/actions.lua

    Hi! I used this script to check if I could probably have an infinite loop. It throws me that I have one at actions/lib/actions.lua. Anyone can help me finding where it is? Or what can be making this warning. Here goes my actions.lua! local wildGrowth = {1499, 11099} -- wild growth destroyable...
  3. ralke

    TFS 1.X+ Help with recent memory commit logs

    Hi there! I'm seeking with @Itutorial if someone can provide logs of recent fixes for memory leaks on theforgottenserver. I forked my own server from nekiro's achieved repository (TFS 1.5 downgrades) and started from that point. So I missed the most of recent TFS optimizations. We have noticed...
  4. ralke

    Bad argument at droploot.lua

    Sup guys! Maybe this is really simple and i'm just missing it. Why is this caused? I'm dying with a level 8 with automatic blessings (due the low level) and this is triggered. Using TFS 1.5 downgrades 8.6. Here's my droploot.lua script: function onDeath(player, corpse, killer...
  5. ralke

    OTClient OTClient Mehah, some top-bar panels doesn't show on login and they're not able to be hidden/shown

    Hi! Not quite sure if I described it well on the title, but basically, sometimes my character logs-in and got one of they windows bugged (can't hide or show it, it just toggle the button but doesn't show). The logs I was able to get on the log file was: == aplicación iniciada el Apr 10 2024...
  6. ralke

    TFS 1.X+ Wrath of the emperor, duplicated spawn when boss dies.

    Hi again! I'm using TFS 1.x and i'm facing an issue with Wrath of the Emperor, where sometimes, if the boss got killed it spawns the next "form" of the boss duplicated. The last boss from Wrath of emperor is known because it changes his form as soon you kill one of their phases. This is how I...
  7. ralke

    Inquisition bosses (sometimes work, sometimes don't)

    hi there! for anyone who's hosting a real map server, o something similar. Anyone had faced some issues at inquisition quest? I have been using the one at orts datapack, that I think should be the most recent one? orts2/data/scripts/quests/missions/the_inquisition.lua at main · EPuncker/orts2...
  8. ralke

    Lua Change transform function to addItem

    Hi there! I have the following script, running TFS 1.x, for rust removers. I need to use the following function from a external script right after target:setRarity(COMMON) target:rollAttribute(player, itemType, weaponType, true) But it doesn't work because this function is supposed to work...
  9. ralke

    TFS 1.X+ Skill stages for each vocation

    Hi there! I've been using this wonderfull script make by @Xikini that allows to set experience stages to skills. But I encounter the issue that knights, for example, would benefit from the raised magic level stage (knights advance really slower in comparision to sorcerers or mages)...
  10. ralke

    TFS 1.X+ Attempt to call field 'find'

    Guys for some reason this error started to appear. Didn't have it before, I suppose I moved something. Where should I start checking to fix it? Here's the script and the error log. local maxChance = 100 local config = { [SKULL_GREEN] = { [1] = { -- 1 Mago {id = 7620, chance = 5...
  11. ralke

    Lua Wrath of emperor mission 11 payback time

    Hi! I have this exact issue. TFS 1.5 nekiro downgrade. https://otland.net/threads/boss-wrath-emperor.237332/ Couldn't find more information about it. I use the following script for the lever: local config = { firstboss = "snake god essence", bossPosition = Position(33365, 31407, 10)...
  12. ralke

    TFS 1.X+ Set loot rate *1 to specific creatures

    Hi guys! Like the title said, how can I set lootrate *1 to specific creatures? I was thinking on dividing creature loot chances for the amount of loot rate manually, but there's a way to do it via .lua? Thanks in advance. I use TFS 1.5 downgrades 8.6. PS: Can be source/side too. The thing is...
  13. ralke

    !leavehouse sending items to depot chest (grey box)

    Hi there! I use TFS 1.5 downgrades 8.6. When you use !leavehouse the items are sent to the Locker box that corresponds to the house town. What I actually need is that the items go to the depot chest (that grey box inside lockers) instead of lockers. To try this I checked bool...
  14. ralke

    Solved OTClient mehah, can't make conditions work properly.

    Hi! I wonder if someone can help me at this. I have a weird error on conditions, OTClient. I use a custom inventory panel that holds player conditions, buttons, etc. And the toggle function of the condition is not working properly. When I log in PZ for example, it doesn't show the icon of...
  15. ralke

    OTClient Can't traduce selling window to spanish (mehah otc)

    Hi there! I'm having a little trouble with selling window, I had traduced every module from OTC Redemption (mehah) except for this one. As soon I change the 'Sell' to 'Vender' or the other options it gets bugged every time that appears without a single error in terminal. To trigger the error...
  16. ralke

    AAC ZnoteAAC show killing assists at characterprofile deathlist

    I use TFS 1.5 downgrades 8.6. Hi guys! Someone knows how to add death assists to znote aac characterprofile? It only shows 1 killer, no assists. I already set up the playerdeath.lua creaturescript from znote main repository (tested the revscript and the creaturescript), both works well in-game...
  17. ralke

    TFS 1.X+ PVP Arena Modification (don't attack between the same town id)

    function creatureeventPvPArena.onPrepareDeath(creature, killer) if not creature:isPlayer() then return true end if not creature:isPvPArenaPlayer() then return true end local town = config[creature:getTown():getId()] if not town then return true end I use TFS 1.5 downgrade nekiro...
  18. ralke

    TFS 1.X+ Show editorsuffix=""

    I'm translating everything to spanish and in this case, I have a problem with items.xml. For example I have: article="a" name="gold coin" but if you translate to spanish should be article="a" name="moneda" suffix="de oro" (this because moneda has the extra "s" which was coin/coins before)...
  19. ralke

    RevScripts Talkaction to repeat a message every 60 seconds (only if the player is on specific tile)

    Hi again! I wonder if someone can craft me a talkaction, for revscriptsys (TFS 1.5). What I need is the following: a) If the player is standing on a tile that has AID 55000, allow him to use !train command. b) Send a text message as soon the player step in tile AID 55000 letting him know that...
  20. ralke

    Morro Las Papas and Cerro Alto Las Vizcachas, 24 de Agosto 2023 Santiago de Chile.

    Hi again! I wanted to share a little short film I did with Lumix GH4 / Rokinon 16mm. Lens. The edition of this video was made on DaVinci Resolve, where everything that I have learned on this last months was applied on the short, such as color correction, camera stabilizer, learning how to not...
Back
Top