• 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

    TFS 1.X+ Attempt to index itemType on NPC

    Hi! I don't know what i'm doing wrong here. I already managed to add atributes to items from chests (onUse), and other NPCs too, but in this case, it doesn't let me add the roll atribute that comes from other system (oen's upgrade system). For this I tried: local function addFocus(cid)...
  2. ralke

    AAC Change time display to spanish on ZnoteAAC

    Hi I wonder how to change the time display to spanish on ZnoteAAC? I was reading this Trying to display a date in Spanish (https://stackoverflow.com/questions/25718115/trying-to-display-a-date-in-spanish) it has some clues but I couldn't figure it. Before messing it, I prefer to ask. I would...
  3. ralke

    AAC Znote deaths on characterprofile

    Hi! I wonder how can I increase the number of deaths shown in characterprofile? I use TFS 1.X downgrades by nekiro and Znote AAC. At the moment it only shows the latest 5 deaths. I would like to increase to 10. Any ideas? Regards!
  4. ralke

    OTClient Change from chase mode to Stand While Fighting mode

    Using TFS 1.5, mehah otclient and A* algorythm from @Itutorial https://otland.net/threads/tfs-a-algorithm-d.282100/page-9#post-2751080 Testing with mehah's otclient, when you attack while you're with chasing mode enabled, then you move, it start to hesitate between following or leaving the...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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)...
  14. 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...
  15. 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)...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top