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

    RevScripts Problem after adding movement memory leak fix

    I implemented [Revscriptsys] fixing memory leak in Actions & Moveevents (#4742) after I get an error on two of my movement scripts. All others seem to be fine. The only difference between these two and my other ones is they both use actionid to identify the item. local moveevents =...
  2. Itutorial

    Over flow, infinite loop

    You should have a file in lua. Maybe in data/movements/scripts/teleports.lua. or if you have revscripts it could be in data/scripts/movements/teleports.lua. If you do paste it here.
  3. Itutorial

    TFS A* Algorithm :D

    Updated on github. https://github.com/otland/forgottenserver/pull/4637
  4. Itutorial

    TFS 1.X+ TFS 1.5 setCustomAttribute crash

    I will check it out and report back. Thank you. There are a few people on here that don't like me I think. I usually get help though so I aint mad about it.
  5. Itutorial

    Gatekeeping

    @Sarah Wesker Insert insult here
  6. Itutorial

    Gatekeeping

    I matched your energy.
  7. Itutorial

    Gatekeeping

    A lot of delusion in this. Tibia is not even close to as popular as it used to be. If it was this community would be more active. You sound like you need a shoulder to cry on with all that anger in your text. It is equivalent to the deluded babbling of a 40 y/o conspiracy theorist. If you have...
  8. Itutorial

    Gatekeeping

    I don't see that at all. There is thousands of codes released here including all of the tools, ect. Anyone that really wanted to learn how to create things for themselves would be able to pretty quickly if they tried.
  9. Itutorial

    Gatekeeping

    It is all about what peoples time is worth. Most people in OT are now much older and therefor their time is worth a lot more. If I spend 2 weeks creating an amazing system that could be thousands of dollars I didn't make just to give something to people that won't ever give back. Some people...
  10. Itutorial

    [Tool] Lua scripts Node Builder

    You talk "bullshit" all the time. Now you cry.
  11. Itutorial

    [Tool] Lua scripts Node Builder

    Another failed project
  12. Itutorial

    TFS 1.X+ Help with recent memory commit logs

    His evening job is drug dealer
  13. Itutorial

    TFS 1.X+ TFS 1.5 setCustomAttribute crash

    Sugar boom boom bump. I have tried a bunch of different methods to use the custom attributes. Can't figure this one out.
  14. Itutorial

    Black Tek Server Pre-Release

    Alright that's enough spam with the meta conversations haha
  15. Itutorial

    Black Tek Server Pre-Release

    Better start the revolution of Otland
  16. Itutorial

    TFS 1.X+ Spells onTargetCreature not found

    TFS 1.4.2/1.5 local combats = {} function onGetFormulaValues1(player, level, magicLevel) local min = (level / 5) + (magicLevel * 1.2) + 7 local max = (level / 5) + (magicLevel * 2) + 12 return -min, -max end function onGetFormulaValues2(player, level, magicLevel) local min =...
  17. Itutorial

    TFS 1.X+ TFS 1.5 setCustomAttribute crash

    giggity giggity bump
  18. Itutorial

    TFS 1.X+ TFS 1.5 setCustomAttribute crash

    Whenever I try to use the setCustomAttribute lua method the server crashes. I created a talkaction that works like /attr but will just set item rarity to whatever I want. local talkaction = TalkAction("/rarity") function talkaction.onSay(player, words, param) if player:getAccountType() <...
  19. Itutorial

    issue with OTClient connect to TFS1.4

    Have you tried reading the error?
  20. Itutorial

    TFS 1.X+ Help with recent memory commit logs

    https://github.com/otland/forgottenserver/commit/a295ea7b8881f73160500757a2f860dbc64bbf4f https://github.com/otland/forgottenserver/commit/92b35aa3ebe3660aaebdf2ea17df8f35f776350c https://github.com/otland/forgottenserver/commit/336ea6315cee6b16ab93ca2cbe33609307f5922d
Back
Top