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

    Theorizing a Modern Engine Design

    To expand on what @Yamaken said, the reason I've seen is that by having the majority of the core of the game in Lua means there's less need to modify the low-level language. Think of it like, a beginner could download a release and customize it greatly without ever having to touch the C++, or...
  2. jo3bingham

    Theorizing a Modern Engine Design

    That sounds less like instances and more like dynamic maps, but I'm basing my definition of instances on WoW. Yeah, it's cool to see everyone's ideas and suggestions. Obviously, not everyone is going to agree on the same language, database, scripting language, etc. I believe I've already...
  3. jo3bingham

    Theorizing a Modern Engine Design

    That's good to hear. Sorry, don't want to go off-topic any further. I wouldn't say it's not viable so much as they make a lot of useless/questionable decisions. Compendium(sp?), friends, inspect...do players actually use these features? What about the recent nerfs they made to spawns? This is...
  4. jo3bingham

    Theorizing a Modern Engine Design

    That's good to know. The skewed view of my claims came from looking at a few systems in place. For example, imbuements; I noticed dead and non-optimal code from a quick look-through. I'm fully aware Tibia was/is a rip-off of Ultima, but that's not the point I'm making.
  5. jo3bingham

    Theorizing a Modern Engine Design

    Apologies for the late response; I haven't been at my computer for some time and replying on mobile would have been a pain. I'm a huge fan of C# (in my top 3 languages along with C++ and Rust), and the idea of an engine written in C# along with scripts written in C# always interested me. With...
  6. jo3bingham

    Theorizing a Modern Engine Design

    I never found loading times a good argument. Who cares if server startup takes longer? Sure, if the times were substantial I could understand, but the difference between a binary format and something like JSON won’t be that much, especially with modern processing power. You could argue that...
  7. jo3bingham

    Theorizing a Modern Engine Design

    That’s fair. But ignoring that, I would be interested in hearing any ideas you may have. For example, I left out scripting because I think Lua is great, and probably the best option for this use-case.
  8. jo3bingham

    Theorizing a Modern Engine Design

    I agree with your points, but this is a theoretical discussion about what a new engine built from the ground up in a collaborative setting would look like. I don’t want this to turn into a discussion about how TFS doesn’t have enough contributors or how TFS could be better. Not to be rude, I...
  9. jo3bingham

    Theorizing a Modern Engine Design

    I was chatting with a buddy of mine, and we got on the subject of TFS and its strengths and weaknesses as it currently stands. As we all know, TFS is the engine to use when creating an Open-Tibia server. Sure, it itself is a fork of OTServ, but it lasted the test of time and I would be surprised...
  10. jo3bingham

    Compiling in Dev-C++

    Try compiling with GCC 4.4.0.
  11. jo3bingham

    Compiling in Dev-C++

    https://stackoverflow.com/a/22774664 You need to figure out the proper version of GCC to compile with. It seems 4.9 is too new. It seems you're trying to compile some sort of Pokémon server? Is there no documentation for building it?
  12. jo3bingham

    Compiling Compiling tfs 1.2 with a RLmap?

    Can you link the map/datapack you're using? If it was made for TFS 1.2 then simply replacing the map/datapack that comes with TFS is all you need to do; as well as making sure the players you create have a login position that is actually on the map.
  13. jo3bingham

    [8.6] BynaCam Reloaded v2

    Wow, I haven’t seen that name in a while. Glad to see you around, nice work on BynaCam.
  14. jo3bingham

    C++ basic, simple tibia bot - where should i start?

    I own it now and have it running. It's actually been up for over 2 years now: TPForums is back! (https://otland.net/threads/tpforums-is-back.256346/)
  15. jo3bingham

    C++ basic, simple tibia bot - where should i start?

    TPForums has a LOT of excellent knowledge related to older clients, and OP mentioned 8.6. Telling OP not to bother with TPForums is a ridiculous statement.
  16. jo3bingham

    Searching working bot on actual REAL TIBIA

    Doubtful. All of the private bots that I'm aware of are only used by the developer themselves, or a small group of trusted users. One developer told me that they prefer the money the bot generates for them from in-game loot than to have to play cat-and-mouse with BattlEye and risk having their...
  17. jo3bingham

    C++ basic, simple tibia bot - where should i start?

    Check out the original tibia-programming forum: Forums (https://tpforums.org/forum/) It's quite dead (really, really dead), so don't expect anyone to answer if you post there, but it's full of excellent information. Some helpful links: TibiaAPI (C# library): ianobermiller/tibiaapi...
  18. jo3bingham

    Tibia 11 - 13 Problem with cheat engine on Windows

    OP is asking about a memory scanner, not a packet sniffer. Two totally different things. If this is not the issue @Lupek, what version of Cheat Engine are you using? For some reason, version 6.2 keeps popping up in my head. Give it a shot, it's still available to download on the official site.
  19. jo3bingham

    Searching working bot on actual REAL TIBIA

    Yeah, that's not true. There are quite a few bots available for the current RL client. Public ones are just pixel-reading bots, while private ones are more sophisticated. Botting is frowned upon here, so don't get your hopes up. However, I was able to find a few with a quick google search so...
  20. jo3bingham

    Weird problem executing theforgottenserver

    What you'll need to do is start a debugging session from Visual Studio. In Visual Studio go to Build->Configuration Manager... and change the Active solution configuration to Debug then Build the solution. Next you'll want to copy your data pack, config.lua, and all other necessary files to the...
Back
Top