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

    TFS 1.2 Allow players walk trough each other on specific tile

    Looked for 471 tile in src that im trying to make passible but source doesnt contain such id Searching 174 files for "471" C:\Server\src\npc.h: 18 */ 19 20: #ifndef FS_NPC_H_B090D0CB549D4435AFA03647195D156F 21: #define FS_NPC_H_B090D0CB549D4435AFA03647195D156F 22 23...
  2. H

    TFS 1.2 Allow players walk trough each other on specific tile

    Is there a lua or c++ code for this?
  3. H

    TFS 1.2 item related crash

    Probably yea, moved this tile away from teleport
  4. H

    TFS 1.2 item related crash

    Interesting it looks like its because those cordinates are tile that requires level to pass them and next to it is entry room so it looks like when u exit that room u appear instantly on that tile which requires level and it forces to crash
  5. H

    TFS 1.2 item related crash

    Getting this crash ---------------------------------------------------Signal caught: SIGABRTT - Pastebin.com (https://pastebin.com/FfeHLGed) anyone know how to fix it?
  6. H

    TFS 1.X+ Server crashes when people get teleported into one square

    What does it do? exactly this commit
  7. H

    TFS 1.X+ Server crashes when people get teleported into one square

    So on that tile there is no uniqueid id or action id, its simple tile. It takes about ~10 people
  8. H

    TFS 1.X+ Server crashes when people get teleported into one square

    Hello, Noticed weird crash on tfs 1.2 basically if people get teleported at the same time into one same square server crashes
  9. H

    TFS 1.2 pos crash

    bump
  10. H

    TFS 1.2 pos crash

    bump
  11. H

    TFS 1.2 pos crash

    bumpo
  12. H

    TFS 1.2 pos crash

    What causing this crash? https://pastebin.com/07WjQMCg
  13. H

    Looking for spriter [flat designs]

    Well you see its super expensive to buy sprites custom made, so i rather rebuy sprites that were never sold before and artists wants to sell it
  14. H

    Looking for spriter [flat designs]

    bump
  15. H

    Looking for spriter [flat designs]

    Would buy more
  16. H

    Looking for spriter [flat designs]

    Still looking
  17. H

    Looking for spriter [flat designs]

    Hello, looking to rebuy not used flat sprites naruto/dragon ball style. Message me private. bump
  18. H

    OTClient How to add MOTD after Login on Client otv8

    Yea i would be interested aswell how to add Message of the Day aswell
  19. H

    TFS 1.2 Looking for action scrip that gives x item if used on monster

    Okay so how can i make this code a little bit better like adding text if u caught it or not, sending text what item you got local monsters = { ["test mvp"] = {itemToUse = 17415, normal = {itemId = 17415, amount = 1}}, ["rat"] = {itemToUse = 17415, normal = {itemId = 17416, amount = 1}}...
Back
Top