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

    C++ How to insert in C++ code something to restart server

    If I understood correctly, your server is crashing right? If you server crashes, players can abuse it in different ways, the most common is duplicating items. If players figure out a way to crash your server and it will be rebooting everytime it crashes, they are gonna be able to dups items...
  2. Terotrificy

    C++ How to insert in C++ code something to restart server

    If it's a live server I wouldn't recommend it tho lol
  3. Terotrificy

    What "killed" RL Tibia for YOU?

    I didn't understand a shit of what you said, honestly.
  4. Terotrificy

    RevScripts add cooldown

    Seems like nobody cares when it comes to code the NPCS dialogs in lua tho lol.
  5. Terotrificy

    tfs 1.5 8.6 pool of blood in venom race monsters

    But do you get the pool of blood only when hitting or also when it dies? because you would also need to check this one: Item* Creature::dropCorpse()
  6. Terotrificy

    TFS [0.3.6] Target only worn items

    Is there any reason to use any tfs above 0.3.6 other than bugs fixed in later versions? All the core code contributed by Iryont and the rest of old staff in 0.3.6 is pretty much the same to this day.
  7. Terotrificy

    tfs 1.5 8.6 pool of blood in venom race monsters

    Updated: Nevermind, I don't think the fluidSource and corpseType are related to it, if you have it as venom it should be working fine.
  8. Terotrificy

    Retronia Online | Reverse Engineering 7.4 | Brazilian Project Server

    You're missing a bush in that sqm: Reference:
  9. Terotrificy

    Saving gamestate on a seperate thread

    Yeah but I think the OP concerning is to save server state in case it is shutdown, or at least that's what I understood.
  10. Terotrificy

    Saving gamestate on a seperate thread

    He probably is gonna have freezes everytime he saves to database in x time.
  11. Terotrificy

    OTW - Python/React open tibia website & AAC

    Question, why are you choosing python for the backend instead of nodeJS? You would use the same language (Typescrypt) for both backend/frontend. Keep it going buddy!
  12. Terotrificy

    What "killed" RL Tibia for YOU?

    2005: This year, several things were implemented in order to try to reduce the pain some players caused for others. For example, luring was dramatically reduced, and the roping of creatures limited. Also, blocking by using parcels and fire fields, for example, became impossible. Ships and the...
  13. Terotrificy

    Source's custom OT game engine (TypeScriptFTW)

    I never opened that door, it's more like looking at a window since all you do is bragging about screenshoots and videos, not even a single piece of code of your own to discuss about. Bye scammer :).
  14. Terotrificy

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    Is this for any item that does have Unpass or is it related to the Height?
  15. Terotrificy

    Source's custom OT game engine (TypeScriptFTW)

    After reading this I don't feel like anyone would even want to check at your thread again, not even once, with that attitude of yours. Pd: Did you pay Mrianura what you owe?
  16. Terotrificy

    TFS 1.X+ getTopTopItem ignores corpses

    As Gesior said before: TopTop - top item of top items, it's top from alwaysOnTop attribute from Tibia Client TopDown - top item of down items, items that are not alwaysOnTop, so they go down (below top items) and disappear when you add more items to tile
  17. Terotrificy

    OTClient 1.0 (Release)

    No, it makes him actually contribute to the community using open source releases by kondrah. You seems so stupid attacking someone who is doing nothing but contributing to the community for free.
  18. Terotrificy

    TheBetterRealProject [1.0]

    The thing is, if you wanna do a 7.4~ rl map server 1.5+ tfs have a lot of spagetti code that you won't use in this case. It's easier to pick up Nostalrius (or Othire but it's a lot more of work) and fix whatever is needed before matching it against the tarball instead of using latest tfs. Or...
  19. Terotrificy

    TheBetterRealProject [1.0]

    Any distro can dupe items as long you can make it crash. Gesior was nice enough to list most of the issues that can make it crash in 0.4, it's as simple as fix them and that's all. How u gonna handle house/guildhouse system them? Just like cipsoft did, doing the transfers between server...
Back
Top