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

    C++ Export and Import SPR and Dat

    Is there any way to export all the sprites from an SPR/DAT, change them in some way and then re-import them into the same SPR/DAT? I'm asking this because I want to transform my SPR and DAT into 64x64 using AI to upscale them, but there are too many sprites to do this manually. I wanted to know...
  2. S

    OTC with "FRAMEWORK_EDITOR" option enabled?

    I would like to know if anyone has or where I can find the version of OTC with the "FRAMEWORK_EDITOR" option enabled. I don't know if all versions have it, but "mehah - Overview (https://github.com/mehah)" does and I would like the .exe. Thanks in advance
  3. S

    C++ Fake login to benchmark

    Is there a tool that simulates server login? I need it to do a load test with many players.... If it exists for versions 8.22 and 8.60, that would be great. Does anyone know of a tool like this?
  4. S

    Compiling Java Server, help with Client

    I'm looking to revive a Server in JAVA, searching the internet I ended up finding a project that was abandoned: "GitHub - BenDol/jOTServer: Java Open Tibia server implementation made using SQL database for storage, AspectJ, JUnit, Apache MINA, StripesFramework, and Maven...
  5. S

    C++ "invalid key to 'next'" when trying to read a list inside a LUA STATE in C++

    I'm trying to add elements to the NPC Trade, so when the "luaOpenShopWindow" method is triggered I'm sending a list of IDs and Quantities, something like this: {"id":2160,"buy":5000,"sell":0,"requiredItems":[{"count":10,"id":2152}],"subType":1,"name":"crystal coin"}...
  6. S

    C++ Error SpectatorVec Undefined when compile in Debug Mode

    I am getting this error when trying to compile in Debug mode: "Erro C2079 'std::pair<const Position,SpectatorVec>::second' usa class 'SpectatorVec' indefinido theforgottenserver" Can anyone help me? I don't understand why it works in Release mode but not in Debug, unfortunately I...
  7. S

    C++ Firefield appearing only for a specific groupID

    What I need is a way for a FireField to appear only for Tutors (for example) and not for anyone else, and for this not to happen with all FireFields, but only with some with a "flag" (I don't know which flag I could use). I would really like a solution via Source, without having to use...
Back
Top