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

    TFS 1.X+ Issues with new sprite doors/windows - not house

    What is the issue? What should it say? :)
  2. SorketROrk

    TFS 1.X+ TFS 1.3 Timer for quest lever

    I don't mind, cant wait to get home and try it!! 🙂🙂
  3. SorketROrk

    TFS 1.X+ TFS 1.3 Timer for quest lever

    It does work for me, I did have trouble tho when setting it up. I think it has to do with the quest radius & room centerpos, frompos & topos.
  4. SorketROrk

    TFS 1.X+ TFS 1.3 Timer for quest lever

    I should get some type of error if there are typos right? Im not getting any errors. I understand the code you are using and how it works, the problem is trying to make everything work together with it. Right now the lever cant be used while the new lines are in action, does someone know why...
  5. SorketROrk

    TFS 1.X+ TFS 1.3 Timer for quest lever

    Hmmm.. not working and no errors :o
  6. SorketROrk

    TFS 1.X+ TFS 1.3 Timer for quest lever

    Thank you for taking your time to explain, I haven't had the opportunity to play around with timers so I had no clue on how to apply it. I'll be testing the script when I get home! 😃👍
  7. SorketROrk

    TFS 1.X+ TFS 1.3 Timer for quest lever

    I'd like to believe that someone can help me, please 🙂😃
  8. SorketROrk

    TFS 1.X+ TFS 1.3 Timer for quest lever

    Hey! I would like to ask for some help with this script from @Sarah Wesker: local configQuest = { actionId = 901, players = { -- Positions where players are standing to enter Tile(3051, 1828, 8), Tile(3051, 1829, 8), Tile(3051, 1830, 8), Tile(3051, 1831...
  9. SorketROrk

    Show off instagram @design_by_gera

    I like it :) Keep going!
  10. SorketROrk

    Teleport or Walk?

    Hmm.. pay with coins or with other items? :) I was thinking, depending on the server ofc.. it is relatively easy to get money, what about another type of item that can be looted only on specific places where you must complete some type of quest? I would like to implement few teleports here and...
  11. SorketROrk

    TFS 1.X+ TFS 1.3 Corpse causing freeze

    Not sure on how to implement that.. Also tried new compiled version of tfs 1.3 that only uses my old database, it still triggers the freeze. Can anyone else using TFS 1.3 confirm if its an issue or if its something else maybe.. I find it strange that i can use /i 2160 for example, and summon...
  12. SorketROrk

    TFS 1.X+ TFS 1.3 Corpse causing freeze

    How would I achieve this exactly? local invalidIds = { 1, 2, 3, 4, 5, 6, 7, 10, 11, 13, 14, 15, 19, 21, 26, 27, 28, 35, 43 } function onSay(player, words, param) if not player:getGroup():getAccess() then return true end if player:getAccountType() < ACCOUNT_TYPE_GOD...
  13. SorketROrk

    TFS 1.X+ TFS 1.3 Corpse causing freeze

    I believe it might be something with my datapack but im having a hard time to locate the problem that would cause this
  14. SorketROrk

    TFS 1.X+ TFS 1.3 Corpse causing freeze

    Hmm.. not sure what could be wrong.. using TFS 1.3 that is 2 month old compiled
  15. SorketROrk

    TFS 1.X+ TFS 1.3 Corpse causing freeze

    Hey, Is it just me or do you all get freeze/kick when trying to summon a corpse with GM? Im trying with /i dead rotworm, and the id also /i 2824 and it causes a freeze that eventually kicks me, when logging back in the corpse is there.. but what caused this freeze? Yours, SRO
  16. SorketROrk

    TFS 1.X+ Promotion lost upon death (You're already promoted)

    https://github.com/otland/forgottenserver/blob/master/data/creaturescripts/scripts/login.lua
  17. SorketROrk

    TFS 1.X+ Promotion lost upon death (You're already promoted)

    If you are unsure of what file may be causing you trouble, and you have suspicious files, I would suggest to replace those file with ones that are working 100% and have not been modified, that way you will know which file is causing you problems! Just rename the files to something else and...
  18. SorketROrk

    TFS 1.X+ Promotion lost upon death (You're already promoted)

    Might be a different problem than what I had, but it is frustrating to deal with those kinds of problems. I think you could at least check if it has something to do when login by manually changing the vocation in the database to something else, at login it should change to something different...
  19. SorketROrk

    TFS 1.X+ Promotion lost upon death (You're already promoted)

    I had a similar issue once, do you have scripts interrupting any type of vocation change on login maybe?
  20. SorketROrk

    TFS 1.X+ TFS 1.3 Server freeze/shutdown

    I think managed to put the script into action: possible infinite loop in file @data/npc/lib/npc.lua near line 2 npc.lua -- Including the Advanced NPC System dofile('data/npc/lib/npcsystem/npcsystem.lua') function msgcontains(message, keyword) local message, keyword = message:lower()...
Back
Top