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

    Changing the version doubt

    I have tfs 1.4, and the access is 10.98, I would like to change to 7.72, how can I do that? I know we changed it in definitions.h, is that right? static constexpr auto CLIENT_VERSION_MIN = 1098; static constexpr auto CLIENT_VERSION_MAX = 1098; static constexpr auto CLIENT_VERSION_STR = "10.98";
  2. R

    Sprites 7.4

    I would like to know the best way to get real 7.4 sprites, because I have already tried using several sprs provided here and the image is blurry. How should I proceed, what should I use? What program can I use to convert or get them?
  3. R

    Error when opening tfs 1.4

    Hello, I'm using the tfs 1.4 version, but I've already tested it on all of them and I still have the same problem, it's a simple thing, but I haven't found anything that could be doing it wrong, let's go. When opening tfs without turning on Mysql, in this case I am using Uniform Server, it...
  4. R

    Error compiling TFS 1.4

    Good afternoon community, I would like to ask a question, after some VCPKG updates, I am unable to compile anything, it always shows the error in the image below, error in fmt.
  5. R

    TFS 1.X+ TFS 1.4 Mining Action

    Save community! I need some additions to this mining action. # Return the random stone IDS. with time. # Mining only if you have sword skill. When it changes to ID 3608, I need that after 2 minutes it returns to a randomly selected ID, (Example. {1111, 2222, 3333, 4444} so it resets and you...
  6. R

    OTClient OTClient 1.0 Print Target

    Save community! I have an error in my OTClient 1.0. I use the same one compiled for Windows, and today using the script below, it is not recognizing the requested item, and when I use OTClientV8 it can recognize it. Script: local rewards = { { item = 8298, count = 1, chance = 50 }, {...
Back
Top