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

    C++ World Light Colors

    Not sure what you linked there but I don't think it has anything remotely to do with the day/night cycle. 1595456393 I found this in game.h, what exactly do these values mean? static constexpr int32_t LIGHT_LEVEL_DAY = 250; static constexpr int32_t LIGHT_LEVEL_NIGHT = 40...
  2. Aoxomoxoa

    PvP World Types

    Wish you could just set clientVersion = 7.1 -> 12 in config.lua. Would be cool.
  3. Aoxomoxoa

    OTClient 1.0

    Thanks Mehah for your recent commits today. Means a lot to the community my dude. Fixed bug in objects with diff size definitions #21 onHealthPercentChange now return oldHealthPercent fixed #22 fixed #20 possible fix to #18 little fix in getTopMultiUseThing Really appreciate it!
  4. 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() {...
  5. Aoxomoxoa

    OTClient 1.0

    Created another issue regarding the health/name of the creature not changing colors when losing health. You can see it here: Creature Colored Name (Health) Not Updating In Real Time #22
  6. Aoxomoxoa

    OTClient 1.0

    Absolutely. I'll do that as soon as I'm back home. Currently at a Wikimedia event in Austin :) Issue request created here: Squirrels Cause Weird Crash and Move Sideways #21
  7. Aoxomoxoa

    OTClient 1.0

    Haven't seen the issue not using OTClient so it has to be client side.
  8. Aoxomoxoa

    OTClient 1.0

    Added another GitHub issue where you're not able to use a machete on jungle grass. I'm assuming it's also regarding using a machete on any other type of cuttable object. I also noticed that squirrels cause OTClient to crash. Not sure if it's an OTClient issue but using V8 the squirrels didn't...
  9. Aoxomoxoa

    OTClient 1.0

    Yeah, seriously. The major difference is he's actually helping us. His source is 100% open. OTClient v8 doesn't even have all their source on GitHub and charges $5000 for it. A guy, not even asking for donations, gets some cash because people feel he did a good job and want to give him an...
  10. Aoxomoxoa

    OTClient 1.0

    Mehah, is there a way to package OTClient into a custom client so players can't modify the files?
  11. Aoxomoxoa

    OTClient 1.0

    My main concern was the brightness of the players spotlight. It's like a 10000 lumen LED hanging right above you. 😂
  12. Aoxomoxoa

    OTClient 1.0

    They're contributions to the project. Because he's currently the only one fixing the issues on that fork... It's literally just to be nice and donate to him. Not like he's asking for handouts. It's a very common thing among creators.
  13. Aoxomoxoa

    OTClient 1.0

    Too many bugs? Then help us fix them. That's the idea of Open Source Software.
  14. Aoxomoxoa

    OTClient 1.0

    Github Issue Links: Issue #15 - Player Nameplate Barely Visible In Full Darkness Issue #16 - Player Spotlight Entirely Too Bright ---------------------------------------------------------------------------------------------------------------------------------------------------------------...
  15. Aoxomoxoa

    OTClient 1.0

    Yeah seriously. Thanks Mehah, you're the man.
  16. Aoxomoxoa

    OTClient 1.0

    Found another bug regarding clicking to go down a hole, sewer, etc. Seems to be only when there's a big building in the way. I'll create a Github issue this time. Animated GIF - Find & Share on GIPHY (https://giphy.com/gifs/f9dlK2resGSU2kl3mf) The error i receive in the client is "First go...
  17. Aoxomoxoa

    OTClient 1.0

    Having an issue where I can't use runes on the ground? As in, with crosshairs pointing at grass. It seems that I can only use runes when crosshairing on my character or a creature. If this is not a good explanation, I'm sorry. I will edit this when not baked.
  18. 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?
  19. Aoxomoxoa

    Can someone point me in the right direction?

    Pendulum on Medivia is nice.
  20. 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...
Back
Top