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

Recent content by Aoxomoxoa

  1. Aoxomoxoa

    The Forgotten Server - Written In Python?

    Thanks for the help guys, I will keep this thread updated if I find the time.
  2. Aoxomoxoa

    C++ in OTs

    The Forgotten Server is written in C++, which controls most of the in-game variables and algorithms. Lua is the scripting language for Tibia OTs and provides you the ability to create in-game things like new quests, events, spells, etc. The only other language that is worth mentioning is XML...
  3. Aoxomoxoa

    The Forgotten Server - Written In Python?

    Hey guys, I am currently tasked at work with learning Python 3 so I'm able to wrap a large application in a C++ app that I'm building. My question is, does the functionality of Python 3 support something like The Forgotten Server? I would love to re-write some of the source in Python as a...
  4. Aoxomoxoa

    OTLand updated

    You can install it as a desktop app. Essentially the same thing as saving a website to your home screen on your smartphone. On Fedora 32, it installs a little OTLand app I can pin to my taskbar :)
  5. Aoxomoxoa

    Low-Level Serial Driver - Cross Platform

    Hello, I am attempting to get a serial driver I have written using boost-asio to work properly on Windows. However, we're encountering an issue. It seems that, specifically on Windows, when you unplug the USB cable, the software starts deadlocking and ends up crashing with 0 logs. While running...
  6. Aoxomoxoa

    Feature [TFS 1.3] Monster Levels

    skull="yellow" in your monster XML file. Right in the structure where its name is declared.
  7. Aoxomoxoa

    [Quick Showoff] Post your latest maps!

    Some pictures of a recent project I'm doing to learn a bit more about OTClient and TFS! :) 1596743307
  8. Aoxomoxoa

    Medivia - discussion and announcement of a new world Unity

    I'm like 65% sure its not the sprites. It's Sokol gfx. Project is on GitHub.
  9. Aoxomoxoa

    CREATE TABLE DATABASE

    Date is horrible for a primary key. Just try changing it.
  10. Aoxomoxoa

    OTX 4.0 spawn::addMonster

    Are the monsters inputted properly in monsters.xml? Like, showing the folder they are in and such? That would be the problem.
  11. Aoxomoxoa

    OTU - OpenTibiaUnity - A new TibiaClient based on Unity3D engine

    This is unfortunate. I'm sorry to hear about this. My thoughts go out to his friends and family. How can we keep this project alive?
  12. Aoxomoxoa

    New OT server like shadowcores.twifysoft.net @Mark and @Hani

    You're right. But you forget that more than 90% of us that develop OT Servers are amateur devs. It takes years of practice to get to the level of the devs like Mark or Evil Punker, Hani, etc... Most of them are gone now working in their regular 9-5 job because this brings them no money. It's a...
  13. Aoxomoxoa

    Medivia - discussion and announcement of a new world Unity

    All I'm saying is that it's really cool to me to see TFS/OTClient/Tibia OTs branch off into other games. Some games out there that are based on TFS/OTClient are actually in the Android/IOS App Stores now. That's crazy. 10 years ago, I would've never expected such a thing to happen. But our...
  14. Aoxomoxoa

    New OT server like shadowcores.twifysoft.net @Mark and @Hani

    But is it REALLY worth any money? Don't expect to copy a server and be able to maintain its infrastructure and backbone as well. There is a lot more that goes into running a video game than just the actual in-game content.
  15. Aoxomoxoa

    New OT server like shadowcores.twifysoft.net @Mark and @Hani

    -> Make a global medium rates server with US/EU hosting in multiple worlds. -> Pay mild attention to bugs that exist on release and fix them in a few years. -> Add genuinely uninteresting, time gated content that takes away the life from the game. -> Wait for global medium rates server under you...
Back
Top