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

    TFS 1.X+ NPC Gorn Crash Server

    Good Evening, Recently I've been experiencing serious problems with drops in my ot caused by players, this afternoon I received this log From what I've seen the player do, it stays in a sqm before the port, closes the port and goes to the same sqm as the npc, I don't know what it says to the npc...
  2. Q

    TFS 1.X+ Crash Server SIGSEGV, Segmentation fault

    In config.lua warnUnsafeScripts and convertUnsafeScripts are enabled, I'll do the research more carefully thx 1641916087 I have a question, where do I see this scriptid? the logs tell me this timerEventDesc = {scriptId = 1016, function = 219, parameters
  3. Q

    TFS 1.X+ Crash Server SIGSEGV, Segmentation fault

    I reviewed all the scripts, my eyes and head hurt, I will review again! Do you have any scripting tips that call the addevent function and have getName in it? :( thx
  4. Q

    TFS 1.X+ Crash Server SIGSEGV, Segmentation fault

    I'm having problems with my server, at some point it Crash, I've tried in many ways, other posts and I didn't find the solution, they informed me about addEvent, I looked anyway among the thousands of Scripts, I didn't find it, maybe because it's already tired, Error log below! Thread 2 "tfs"...
  5. Q

    TFS 1.X+ [CRASH] Segmentation fault Item::isRemoved

    Good night, I spent all day looking for Item:transform(), item:remove(), item:decay() or any other function, the only script I found with these functions was dawnport, but I don't use dawnport or rook , I believe it's not there... I checked all the custom scripts and I didn't find anything like...
  6. Q

    TFS 1.X+ [CRASH] Segmentation fault Item::isRemoved

    I'll do the checks, even with logs I don't know where to look
  7. Q

    TFS 1.X+ [CRASH] Segmentation fault Item::isRemoved

    Can you still help me?
  8. Q

    TFS 1.X+ [CRASH] Segmentation fault Item::isRemoved

    local config ={ time = 10, -- minutos coloca 1 aqui pra tu testar positionKick = Position(33863, 31029, 11), -- position p onde vai kickar o cara } local centerRoom = Position(33777, 30998, 11) local clearEsquerdo = Position(33759, 30985, 11) local clearDireito = Position(33793, 31009...
  9. Q

    TFS 1.X+ [CRASH] Segmentation fault Item::isRemoved

    Good morning, item 32767 is a giant Cyclops Statue and I use addEvent yes!
  10. Q

    TFS 1.X+ [CRASH] Segmentation fault Item::isRemoved

    I recently opened my server and I've been getting this log in gdb for a few days now, I don't know when this happens and how to do it, I've done checks in thousands of places, tried to run Crash in all ways and was not successful! forgive my english Error Log! 2021-12-06 00:49:12 - Thread 2...
  11. Q

    [Help] Remeres 3.7.0 12.70

    Good night, I recently closed my Custom server... Since then I changed the PC for a Notebook On my PC I would normally open the map in remeres... on my notebook I can't open it perfectly If I'm posting in the wrong place, please move! (I'm sorry for my english)
  12. Q

    revscript aura system

    resolved, I put to use the aura for onUse. Thanks to everyone who helped me!
  13. Q

    revscript aura system

    Thank you, I will analyze and return anything here!
  14. Q

    revscript aura system

    in another datapack it works perfectly, after I started using revscript I got the problem! I will continue to try hard to solve
  15. Q

    revscript aura system

    I may be doing something wrong, it didn’t work, I tested the team’s ring in another ring, but it’s not the ring’s effect ... :(
  16. Q

    revscript aura system

    I did it that way, Still no solution, correct me if I'm wrong, please! local auraequip = MoveEvent() function auraequip.onEquip(player, item, slot, isCheck) if not isCheck then local slot = player:getSlotItem(CONST_SLOT_RING) if slot and slot.itemid == item.itemid...
  17. Q

    revscript aura system

    Good night people I was using a tfs 1.3 pack more, I decided to migrate to otservbr (revscript) I have an aura system, on tfs 1.3 it works perfectly, on otservbr when equipped, it has a multiplied effect, you can equip more than 1x, I tried several modes ... Maybe you could have expressed me...
  18. Q

    [TFS 1.3] Capture The Flag

    Okay, unfortunately I'm having free access to the event and the waiting room after the 10 minutes are open! Would it be possible to change that? 10 minutes to start, if you don't have enough players close Thank you!
  19. Q

    [TFS 1.3] Capture The Flag

    I don't think I found that part in the settings, I couldn't make the teleport unavailable when the event is taking place 1612540810 The event has 10 minutes to start, After 10 minutes it remains open
Back
Top