• 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!

Search results

  1. Terotrificy

    Medivia and their updates

    Nothing to confess*, Doyle, Iryont and whoever was admin/GM back then knew it and no, i don't feel proud neither i feel shame, what i am exposing here are facts and evidences of how the server used to be back then. And yes, Cronin was never banned back then and neither the other hunderds of top...
  2. Terotrificy

    Medivia and their updates

    I confirm. I myself used to have around 20 makers (and i think kay can confirm because he killed some of my makers back then) with my friends we used to have around 50 makers or so. My makers were spreaded all over desert dungeon and the makers of my friends (Cronin, Lincoln Forty) were in all...
  3. Terotrificy

    C++ Breaking int limits

    I think you should host your server on a Linux machine tbh, grep is a great tool because it gonna let you work on any linux server that doesn't have a graphical desktop (most of them), fix issues etc, although you can always use git to work on your local and just pull the changes from your machine.
  4. Terotrificy

    C++ Breaking int limits

    I haven't use CLion and i don't know how much does it cost, but visual studio code is free btw. As for the diffs, ask to shadows for the specific files you need and use a Beyond Compare or Meld to get the diff from both files, that way you will be able to see what changes he did.
  5. Terotrificy

    Thief system ideas

    Use the invisibility of spell or stealth ring and set a movement id in specific sqms from stores where you should be forced to pass on in order to "steal" anything in the back of the store, so everytime you want to pass through that sqm it should check if you have invisible flag or not: A) If...
  6. Terotrificy

    C++ Breaking int limits

    The kind of statement that you shouldnt look down on anyoene else.
  7. Terotrificy

    C++ Breaking int limits

    Yeah i like notepad++ for many things, but for that topic in specific visual studio code is way better because it shows you all the diff files you are modifying from the git repo live: So you know exactly what you're editing in the whole folder you're opening and looking for before doing the...
  8. Terotrificy

    C++ Breaking int limits

    Well, not everyone is born knowing how to use git and visual studio code or any other ide.
  9. Terotrificy

    YurOts in 2021?

    That last picture tho, looks like you have some epic quest there with that locked banshee and that level there, but as soon i see that knight armor respawning daily there my first thought was that place isn't reachable / fake quest and lost all hopes it might be accesible (because you would...
  10. Terotrificy

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Nothing, its just a lot of lore.
  11. Terotrificy

    Elime's NPC Editor

    anytime soon?
  12. Terotrificy

    Source's custom OT game engine (TypeScriptFTW)

    I think you got a bug in your cast system here tho:
  13. Terotrificy

    Implementing Google Firebase into a server.... Is this a good idea?

    Premium accounts were introduced back in 2001, the game development started in 1995 so no, they worked as a non-profit organization during their university phase until 2001, and even in 2002 they still were only 4 employees lol. But anyway, it was in c golden era with very poor hardware, it's...
  14. Terotrificy

    Implementing Google Firebase into a server.... Is this a good idea?

    That's what i meant, i think Ezzz wrote it in some thread i don't remember but if i'm not wrong, cipsoft did like this: Load players into memory -> Unload players into a swap file after some time without logging in. -> If a player attempts to login and swap file exists, load the player info...
  15. Terotrificy

    Implementing Google Firebase into a server.... Is this a good idea?

    Thats why cipsoft back in 2006 at least used plain text files and not only 1 database, like TFS does.
  16. Terotrificy

    [7.4] Authentic Real Map - Extracted from TibiCAM files

    No problem, Othire is based on OTServ 0.6.3 and was developed by @Ezzz who dropped it later to create Nostalrius, in the meanwhile Othire was taken and developed by @Peonso after that. Nostalrius in the other hand is a fork of TFS 1.2 and was developed by @Ezzz after dropping Othire, doing the...
  17. Terotrificy

    [7.4] Authentic Real Map - Extracted from TibiCAM files

    It all depends on what you're aiming for: Do you want a cipsoft server 7.4? then RE the leaked tarball and write your own server machine based on it, although it won't help you when it comes to customization, but is way a more solid engine (and old). Do you want something like above but don't...
  18. Terotrificy

    [How-to] Doors (TFS 1.4+)

    The storage door will let you pass if it have a 1 as a value in the quest storage. Add a movement event for the tile between the exp door and the quest door and force the tile to check if the player have the annihilation storage in 1, if that's the case, then set the door storage to a number...
  19. Terotrificy

    Otclient runes target behaviour in stack (uh trap)

    Btw, you can a tually shot anyone if you are in the stack, thats the correct behaviour so the code up there is finished, but it is OTHIRE tho.
  20. Terotrificy

    Remove Soul Points from Client (Hexeditor)

    Sadly no, that's why i told you to ask to Lord because he is very good at hexadecimals. I moved into otclient instead.
Back
Top