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

    Creating a game -Lack of wind in the sails.

    Of course, I meant MMOs. Other engines are good, but in TFS we have a ready-made one. Both TFS and otclient are wonderful. I have a experience from the uneral engine and hard to make a network game. - Especially from scratch. What's more, the graphics in TFS are nostalgia.
  2. L

    Creating a game -Lack of wind in the sails.

    Hi, I wanted to discuss the topic of creating games based on TFS (The Forgotten Server). I don't mean Open Tibia Servers (OTS) here; I'm talking about something completely new, some innovation. I know that TFS-based games can be very similar to Tibia, but I'm sure there are many of us who have...
  3. L

    Remeres wont open with server!

    @eardrums go to linux. If you develop you game then linux is better option. All tools work, objectbuilder, itemeditor etc.
  4. L

    Remeres wont open with server!

    Releases · OTAcademy/RME (https://github.com/OTAcademy/RME/releases) here u have compiled or if you want to compile this try install this lib.
  5. L

    Remeres wont open with server!

    Try this https://github.com/OTAcademy/RME
  6. L

    MyACC - Cannot find config.lua file. Ubunu 22.04

    on linux mint and in MyAcc field for config.lua type
  7. L

    Linux VPS using just 1 core

    I wonder how many players can handle one core?
  8. L

    Coins

    fix color and add some flashes
  9. L

    Team PyOT

    @Amiroslo Can u help? or Someone can help? Im trying to reanimate project PyOT. I trying to run on newest python and tornado link to stack
  10. L

    Coins

  11. L

    Better wheat

    8 frames 1689860092 red apples
  12. L

    where is this file???

    @Mateus Robeerto next time use notepad++. in notepad++ , CTRL+F and search in files/folders.
  13. L

    TFS 1.X+ TFS 1.3 summons teleport to master

    TFS 1.4 creature.cpp if (oldPos.z != newPos.z) { if (!summons.empty()) { std::forward_list<Creature*> despawnList; for (Creature* summon : summons) { g_game.addMagicEffect(this->getPosition(), 1)...
  14. L

    OTClient 1.0 (Release)

    OTClient from mehah is very good option.
  15. L

    OTClient 1.0 (Release)

    Option to load spr or protobuf how to load spr? i set flag in otclientrc.lua to GameLoadSprInsteadProtobuf = true and get error
  16. L

    Item Editor for sprites larger than 32x32?

    Im looking to add new item to otclient. I was created new .dat .spr for 10.98 - 64x64px. But item editor dosen't see this sprites any hint?
  17. L

    AI Sprite generation

    @Michy what .ckpt u use?
Back
Top