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

    Compiling [TFS 1.4.2] - Compiling problem - Even with libs installed still not find them (Windows).

    https://otland.net/threads/tfs-1-4-2-instalando-e-compilando-tfs-no-subsistema-wsl-windows-para-linux.291353/
  2. srunobantana

    [TFS 1.4.2] Error compiling

    https://otland.net/threads/tfs-1-4-2-installing-and-compiling-tfs-on-wsl-windows-subsystem-for-linux.291353/
  3. srunobantana

    TFS 1.X+ [✅][TFS1.4.2] Reposition effect

    In theory, yes — but in practice, the bow would lose the randomness of the rits, so I did the following instead:" function onTargetTile(player, position) local effectPosition = Position(position.x + 1, position.y + 1, position.z) effectPosition:sendMagicEffect(198) return true end...
  4. srunobantana

    TFS 1.X+ [✅][TFS1.4.2] Reposition effect

    Could someone guide me on how to reposition the effect of these weapons? I need it to be 1 down and 1 to the right, but I'm having trouble with it. área local = createCombatArea( { {0, 0, 0}, {0, 3, 0}, {0, 0, 0} }) local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE...
  5. srunobantana

    [SHOW OFF] Roulette system, with simple rarity

    Is this item roulette system that uses item rarity any good? Does anyone have suggestions to improve it? It's still pretty simple and could be more engaging By Google Translation 1743650367 I posted in the wrong place. Could an administrator kindly move it for me?
  6. srunobantana

    [ AVATAR ] game_healthinfo

    srunobantana submitted a new resource: [ AVATAR ] game_healthinfo - avatar Read more about this resource...
  7. srunobantana

    [ AVATAR ] game_healthinfo 2025-03-25

  8. srunobantana

    [TFS 1.5] Sex System 2.0 🍑

    This was taken from 'GTAtibia.' Yes, there really was a GTA version of Tibia.
  9. srunobantana

    [TFS 1.5] Sex System 2.0 🍑

    That could be useful or not, but don't ask me where it came from, hahaha!
  10. srunobantana

    Naruto, pokemon etc. Copyright

    My opinion: Servers usually don't last more than three months. They're launched one per day, and the maximum number of players reaches 300. In my view, it wouldn't be worth going to court over it.
  11. srunobantana

    Compiling compile gone wrong

    I really tried for about 2 hours to compile it for you, but the code is quite old and contains some errors. For example, in the CMakeLists.txt, I found this line: ${CMAKE_CURRENT_LIST_DIR}/weapons.cpp It references a file that doesn’t exist, causing a compilation issue. Another important...
  12. srunobantana

    TFS 1.X+ Match character movement duration to diagonal movement cooldown.

    If you couldn't use the method above, it might be that yours is OTClientV8 Kondra. In that case, follow this tutorial as an alternative. Step 1: Modify the creature.cpp file in the OTClientV8 Kondra source code. In the creature.cpp file, search for: getStepDuration(true) Replace all...
  13. srunobantana

    AAC secure webpage

    Don't try to block the virus message; remove the virus. OTCient never detects false positives. Fix your client and only then reupload the download link.
  14. srunobantana

    [TFS1.4] Teleportation System for Trade Center with Entry and Exit Portals

    Note: ChatGPT was used to format and optimize the code, as well as to add prints and comments in both Portuguese (my language) and English (forum language). Apologies for the large code; feel free to delete what you don't need. About: The player enters the portal and will always return to the...
  15. srunobantana

    [TFS 1.4.2] Installing and Compiling TFS on WSL (Windows Subsystem for Linux)

    Tutorial: Installing and Compiling TFS on WSL (Windows Subsystem for Linux) Step 1: Install WSL on Windows Open CMD in Windows as an administrator (Search for "Command Prompt" in the Start menu, right-click it, and choose "Run as administrator"). Install WSL by running the following command...
  16. srunobantana

    C++ [TFS1.3] doSetHealthBackgroundOutfit

    Thank you very much for your response! I will be waiting for further guidance and I really appreciate your help. Your assistance has been very valuable to me. Thank you again!
  17. srunobantana

    C++ [TFS1.3] doSetHealthBackgroundOutfit

    Sorry for sending everything at once. I'm Brazilian, and it's a bit difficult to translate and understand the translation. This is my code, and I need the doSetHealthBackgroundOutfit mentioned in the post to work again. talkactions <talkaction words="/checkbar" script="checkbar.lua"/>...
  18. srunobantana

    C++ [TFS1.3] doSetHealthBackgroundOutfit

    doSetHealthBackgroundOutfit It’s not available in TFS 1.3; it was implemented in TFS 0.4. I need to fix it in TFS 1.3 to make it work again. barras locais = { ["1"] = { id = 1, storage = 23144531, }, ["2"] = { id = 2, storage = 23144532, }...
  19. srunobantana

    C++ [TFS1.3] doSetHealthBackgroundOutfit

    They are the images that overlay the health and mana bars.
  20. srunobantana

    C++ [TFS1.3] doSetHealthBackgroundOutfit

    I have the doSetHealthBackgroundOutfit function in TFS 0.4 File: luascript.cpp In TFS 0.4, the doSetHealthBackgroundOutfit function is registered as follows: luascript.CPP // Register the function in Lua lua_register(m_luaState, "doSetHealthBackgroundOutfit"...
Back
Top