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

    OTClient Simple anti-cheat - prevent from being NOP'd out?

    Just curious if any seasoned reverse engineers has any tips on how to prevent an anti-cheat function being NOP'd out. I've thought of creating a second function that's called "everywhere" that checks at the same interval as the anti-cheat whether the anti-cheat has been executed within the last...
  2. Source

    OTClient Mehah OTC light performance?

    I'd be infinitely grateful if someone that uses Mehah's OTC could check if there's any fps drops with a lot of lighting underground and report the results back here with a screenshot or GIF. Two conditions for the test is: It must be underground, because Mehah's OTC does not render lights when...
  3. Source

    Crowdsourcing and bounties

    Hey, Are crowdsourcing, bounties and donations (gofundme, patreon, various bounty sites) allowed to be advertised on this forum? Appreciate it, Source.
  4. Source

    OTClient Luajit bytecode - incompatible bytecode

    I got this error recently that I don't think was there in ca. June of 2022: [23/12/2022 14:49:06.779]: LUA ERROR: /corelib/math.lua: cannot load incompatible bytecode. I'm guessing the Luajit version I'm using is too recent, even though it still says at least for Lua version 5.1? Is it...
  5. Source

    OTClient OTClient adding an arbitrary library in CMake

    I tried adding a library I have stored in the directory libs using a temporary hack since I don't know CMake: set(CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -L ../libs -lmylib") If the name or directory is wrong it complains so it seems to be working... except I still get this error at the...
  6. Source

    Scripter Multicolored text in vanilla OTClient

    Interested in multicolored text in vanilla (edubart) OTClient. Current price offer: $50. Can be negotiated. Payment through crypto (I'll have to get myself a passport to start buying crypto again, so it will take some weeks before I can buy the crypto, I can notify you when I've been able to buy...
  7. Source

    2D Tibia can be rendered in 3D?!

    I had this dream last week where I saw Tibia players rendered in 3D, it kind of looked like Minecraft except it was really dark, I stood on a mountain and looked out on the world of players running around, there basically wasn't a world, just a grey background with a dark cloudy weather, players...
  8. Source

    Programmer Cross-compile OTClient from Linux to Windows PE/EXE using cmake

    Hey. I'm looking for a C++ developer interested in making vanilla OTClient cross-compilable from Linux to Windows PE/EXE using cmake or some other tool I suppose, but it must be using open source software/tools. Estimated budget: $200(+). Add me to discord or write here with an offer (I check...
  9. Source

    Open Tibia machine learning projects

    Hey everyone. I have 3 ML ideas of mine I'd like to share with you that I'm either working on or would like to work on in the future: Multi-protocol system that can be implemented on any OTS without having to recompile the server to "switch" between versions. Sprite generation: replacing all...
  10. Source

    Source's custom OT game engine (TypeScriptFTW)

    I've been working a little over a year or so on my own game engine from scratch written mainly in C/C++ possibly with some non-Lua scripting in there. Thought I'd share a few random videos here for fun from 2021 before the year ends. It runs natively on Windows, Linux, and probably MacOS as well...
  11. Source

    Team For fun (learning) oldschool server <= 8.6

    Looking for a team to make a fun server for learning & good times. All positions except for leader/lead developer are open (developers are still welcome), you decide what you want to do and can switch roles whenever you want to. Tibia protocol version <= 8.6. We'll be using fresh OTClient or...
  12. Source

    Programmer Compiling OTClient using 64 bit toolchain (MSVS) or cross-compiling from Linux

    I need to compile OTClient for Windows with static libs using the 64 bit toolchain for MSVS or cross-compiling from Linux. The 32 bit toolchain hits a limit at 4GB of memory and reports "compiler is out of heap space". When switching to 64 bits I get "Internal error during IMAGE::BuildImage"...
  13. Source

    Simple debug system (whitelist/blacklist) for otclient

    Github: Source61/otclient-debug (https://github.com/Source61/otclient-debug) Simple debugging whitelist/blacklist system for otclient, so instead of spamming print(...) and std::cout everywhere, you can use g_logger.debug("some text", "somesection") and it will only be logged/printed out if...
  14. Source

    What is allowed and what isn't allowed on otland?

    Just curious, is Patreon allowed for everyone? What about bounties for OT software other than TFS? Are "reverse bounties" allowed, such as asking for x amount to release an open source fix to some OT software? I'm also really curious about your rules on websites in signatures since my signature...
  15. Source

    Programmer Compiling 1 year old otclient (Release/Debug x32/x64 & Static libs)

    Hey there. First, here's my old job thread: Programmer - Looking for an OTClient Lua developer. Small jobs for €10-40 each. Open to prepayments to reputable developers only...
  16. Source

    Open Tibia Software Documentation (OTClient etc)

    Hey. I found a piece of software a couple of days ago that seemed helpful in generating basic documentation + call, called & include graphs (flowcharts) of any C++ software. Thought I'd share the docs with all ya'll in case it might help someone out. Index of /doc (https://www.wizniz.net/doc/)...
  17. Source

    Programmer Looking for an OTClient C++ developer

    Looking for an OTClient/C++ developer for occasional paid help/questions such as Global scope: callLuaField is undefined? (https://otland.net/threads/global-scope-callluafield-is-undefined.271022). No prepayments except 25% to reputable users only.
  18. Source

    Global scope: callLuaField is undefined?

    Hello. I'm trying to add some custom code to a new file custom.cpp with global scope and have it make calls to callLuaField. I was able to make a new scope called g_custom and #include it in main.cpp, but even if after doing #include <framework/luaengine/luaobject.h> I still get this error...
Back
Top