• 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. 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...
  2. 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...
  3. Aoxomoxoa

    C++ World Light Colors

    Hello, I'm searching through game.cpp looking for variables targeting the day/night/sunset/sunrise colors within TFS but can only seem to find timers. Is there any explicit way to change the colors of day/night in the game? All that I have found is this: void Game::checkLight() {...
  4. Aoxomoxoa

    Can't Use Some Runes

    After compiling the latest OTClient/Mehah, I seem to be unable to use runes without using them directly on my character or a creature. What could be the issue here?
  5. Aoxomoxoa

    C++ Rune Charges Don't Show In Inventory

    How exactly can I make rune charges show in my backpack on TFS 1.3? I've disabled them to stack and replaced the source to take away charges instead of individual runes, but now I can't see the rune's charges in my backpack or when I view the rune. However, they still do have the correct amount...
  6. Aoxomoxoa

    Windows vs Linux Hosting

    What are the advantages besides the fact that Linux/GNU is a superior operating system for hosting? I've been running a development server on Windows and am wondering if it would be better to host on Linux. I've compiled the sever on both and it feels relatively the same.
  7. Aoxomoxoa

    C++ [TFS 1.3] Conditions Not Being Properly Deserialized

    Hello, I've been messing around with TFS 1.3 and ran into one issue that's been bugging me. I can't seem how to fix it and don't have enough knowledge of the system to repair it. Steps to reproduce: 1. Eat food. 2. Start regening health/mana. 3. Logout. 4. Login. You're now hungry again and...
  8. Aoxomoxoa

    Packaging OTClient

    Hello, I was wondering if there was any way to package OTClient into something like the Medivia Client has? I would like to redistribute it to other players for a test server I have running, but wouldn't want them to be able to change the options like ambient lighting and whatnot in-game, or...
  9. Aoxomoxoa

    TFS 1.X+ Medivia Lighting Effects

    Hello, I have been away from the OT community for several years and got back into playing them while starting on Medivia with my cousin. The first thing I've noticed about their server that still to this day is my favorite thing is their lighting effects. When it's night time or you're in a...
Back
Top