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

    Lua TFS 1.2 Looking for advanced shovel script

    Hello, looking for a advanced shovel script maybe anyone has a similar one, basically how it should work There would be multiple types of shovels from wooden, to metal and lets say golden shovel. Each shovel differs in the number of uses and digs time which is lets say. Wooden Shovel 5s digging...
  2. SixNine

    TFS 1.X+ How to prevent map clean from removing specifici items

    I heard it can only be achieved trough src. Can someone guide me a good way how can i make sure it wont delete specific items or maybe like creating a items.xml attribute like <attribute key="mapclean" value="1" /> which means it wont delete the item on clean or maybe hardcode it with if...
  3. SixNine

    TFS 1.X+ Any better way of creating random spawns?

    I do have zone system already and using it in some situations but not sure how to prevent it from spamming on dumb objects :D
  4. SixNine

    TFS 1.X+ Any better way of creating random spawns?

    Hello, I'm trying to create a function that spawns X objects on the map with intervals and chances. Currently, the only method I know involves hardcoding x, y, and z coordinates and randomly creating objects at those positions. However, I find this approach incredibly repetitive. I'm wondering...
  5. SixNine

    TFS 1.X+ Trying to add storage and mission to Trader

    O wow top tier stuff my dude
  6. SixNine

    TFS 1.X+ Trying to add storage and mission to Trader

    Indeed its better now but noticed a flaw, task part doesnt work where he should ask him to bring the items in the table. Another issue you can just type hi/trade and it opens trade menu without completing his requirements
  7. SixNine

    TFS 1.X+ Trying to add storage and mission to Trader

    Something aint right with my overall code probably after adding this, it doesnt even respond to "hi"
  8. SixNine

    TFS 1.X+ Trying to add storage and mission to Trader

    Hey trying to create NPC that basically he wont be able to type Trade to him until he brings the required stuff, once he brings it he can see what he sells. Tried this code but didnt worked at all local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  9. SixNine

    TFS 1.2 sendMoveCreature NETWORKMESSAGE crash requires 187696 bytes

    Probably the person that i paid long time ago made it, dont want to mention his name here to ruin his reputation but once i talked with multiple people told me not to work with that guy because he provides terrible code that requires fixing after some time. But thanks for confirming it was again...
  10. SixNine

    TFS 1.2 sendMoveCreature NETWORKMESSAGE crash requires 187696 bytes

    Well i dont know how it crashed so cant reproduce this crash so changing value wont give me the answer if it helped or not
  11. SixNine

    TFS 1.2 sendMoveCreature NETWORKMESSAGE crash requires 187696 bytes

    Runing 8GB. Cant answer why exactly this value because probably changed it long time ago
  12. SixNine

    TFS 1.2 sendMoveCreature NETWORKMESSAGE crash requires 187696 bytes

    This is the crash log - ---------------------------------------------------Signal caught: SIGSEGVT - Pastebin.com (https://pastebin.com/SF1FzZ4f) const.h value set to #define NETWORKMESSAGE_MAXSIZE 187680 2004 line - NetworkMessage msg = NetworkMessage(getConnection()->getHeader); void...
  13. SixNine

    Lua TFS 1.2 Need lua Kill everyone in ZoneID X

    Hey anyone have a optimized code to kill everyone whos inside getTile:getZoneId() Zone System (https://gist.github.com/lyuz1n/2fb07cd6828309941a1f03b385b96a34) this function would be executed if monster with name X doesnt exist if it doesnt exist kill everyone after 5 minutes, but if monster...
  14. SixNine

    Lua TFS 1.2 Spam item on random places in map

    Hey is it possible to make system like this, basically you put those items trough rme so those objectes will be placed in otbm, but trough code make it appear only like 50% of them in those places where they were placed reason for it is that its super cancerous to put in hand by hand inside...
  15. SixNine

    Installig NPC optimization comit gives error on debian but works on windows

    Problem was with debian compiler had to update it
  16. SixNine

    Installig NPC optimization comit gives error on debian but works on windows

    Hey facing a weird issue so i installed this comit Fix Memory Leak from Npc events (#4483) · otland/forgottenserver@2a1bad7 (https://github.com/otland/forgottenserver/commit/2a1bad7c7d5c0a12608b4939eb7eeb5ab807d123#diff-de24903be80cdb3ab492de3e5efe2d77fc8958661c6a23a7d67a0848a6413074L44) related...
  17. SixNine

    [Poland][Custom] SODB Online | Dragon Ball | Windows | Android | 14.07.2023 | 18:30 PL | 13:30 BR

    Thief of sprites and ideas :D Typical shit server
  18. SixNine

    Spell Crash TFS 1.2

    Yea but which spell tho
Back
Top