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

    Windows How to edit .otmm file? (minimap)

    hmm you're right, it could be done if you had the .otbm, I don't know about otmm unfortunately :/
  2. R

    Windows How to edit .otmm file? (minimap)

    You can export the full minimap via remere's map editor. Then, you will have like thousands of images that correspond to tiny areas of your map. Delete the ones you don't wan't and put the rest in the automap folder of your client :D It will take some time but is the only way I figured how to do...
  3. R

    Lua Tables (where to insert them)

    I don't have a global.lua file haha, I am on TFS 0.4 So to sum it up, I am going to create my table in a separate file, put it anywhere I want and use the command dofile('directory/table.lua') on the script of the transformation spell I am creating?
  4. R

    Lua Tables (where to insert them)

    So 2 different answers haha, would you guys care to elaborate please? But thank you both anyway! I will try both methods in the meanwhile. To access those tables I should just use #[line] right?
  5. R

    Lua Tables (where to insert them)

    I am working on a transformation system and to make my scripts less visually poluted I decided to use tables. However, I don't know where I should create them so that I can access them via any .lua file. Should I create a separate .lua file in the data/libs folder or should I put the new table...
  6. R

    Lua How to make something last x seconds

    Won't this apply the damage only if the player uses the command again? Or does it work like a timer?
  7. R

    Lua Unused Storages

    That's what I mean actually haha, I have no idea which storages are being used internally (the ones that came with the distro and the original data folder of the tfs 0.4)
  8. R

    Lua How to make something last x seconds

    So I am testing this simple script because I have a future project in mind that will use a similar code. Player uses a talkaction and receives 50 health. The action has 5 seconds cooldown as you can see below. This script is working fine btw, I tested it and found no issues. local ex_storage =...
  9. R

    Lua Unused Storages

    Okay, I know this may be rare to happen, but I was practicing scripts with storageids and I think I accidentaly used a storage that was already in another script. Anyways, is there a list of storageids that are already used in TFS 0.4 3777 (8.6)? Thanks!
  10. R

    Compiling Stupid Question about compiling

    If I download a working server with a source and I modify the source, the changes will take effect immediately? Or do I have to compile the source again so that the .exe reads the new functions and not the old ones?
  11. R

    Best tfs version for tibia 8.6

    Wow! I did not think this post would become so popular haha, after reading all those posts and searching a little more, I have decided to go with the tfs 0.4 3884! Thanks a lot, I will edit the post as solved!
  12. R

    C++ LEVELMAGIC Formula in combat.cpp (TFS 0.4)

    Before I move on to the main question which is described in the title, I also have another question that is a little complicated to understand, so stay with me lol 1) The formula for LEVELMAGIC in the 0.4tfs is as follows: min = (int32_t)((player->getLevel() / minl + player->getMagicLevel() *...
  13. R

    Best tfs version for tibia 8.6

    Hey folks, please read the entire post before posting an answer. I am creating a new ot server (still on the idea phase) and it will probably be based on the 8.6 client. I will create new vocations and replace the old ones, I will edit all the items and monsters a little, and I will also create...
Back
Top