• 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!

Recent content by myalitth

  1. myalitth

    Lua Help to add Effect on Script

    To send Smoke on removed bridge
  2. myalitth

    Lua Help to add Effect on Script

    Someone knows how to add sendMagicEffect(CONST_ME_SMOKE) on bridge when player pulls the lever? local config = { bridgePositions = { {position = Position(32099, 32205, 8), groundId = 352, itemId = 4634}, {position = Position(32100, 32205, 8), groundId = 4611}...
  3. myalitth

    Compiling Errors while compiling TFS 1.5 8.60 downgraded by Nekiro (VS 22 + vcpkg)

    It's a FMT issue. Compilation Error - FMT::FORMAT() · Issue #4465 · otland/forgottenserver (https://github.com/otland/forgottenserver/issues/4465)
  4. myalitth

    TFS 1.X+ Movement Teleport Exhaustion

    Thank you! To teleport them to previous tile or say exhausted is hard?
  5. myalitth

    TFS 1.X+ Movement Teleport Exhaustion

    Someone know how to add exhaustion on a movement teleport? Like 2 seconds per action to prevent memory leak. TFS 1.3+
  6. myalitth

    TFS 1.X+ Summon Icon

    Hello! Using version 10x When i summon any monster he comes with the symbol . However, this symbol disappears when i go up or down stairs, same with holes or leaving the summon's view... Thanks!
  7. myalitth

    C++ Debug LOG

    someone know how to get a debug log from tibia 10.00 + When tibia client c+ crashes
  8. myalitth

    TFS 1.X+ Keys.lua Action Problem.

    im using a base downgraded 8.60 to 7.92 and i need to add some fuctions again. my doors working fine, but the key system no. Normal keys like silver key id 4141...
  9. myalitth

    TFS 1.X+ Keys.lua Action Problem.

    I'm trying to do a key door system :(
  10. myalitth

    TFS 1.X+ Keys.lua Action Problem.

    Lua Script Error: [Test Interface] data/actions/scripts/other/keys.lua data/actions/scripts/other/keys.lua:5: attempt to call global 'getItemInfo' (a nil value) stack traceback: [C]: in function 'getItemInfo' data/actions/scripts/other/keys.lua:5: in main chunk [Warning -...
  11. myalitth

    TFS 1.X+ Quest System

    Questsytem action id 2000 with UID. When player do the quest do not shows the name of the prize. Only a "." local ret = getItemDescriptions(reward.uid) result = "You have found " .. ret.article .. " " .. ret.name if(doPlayerAddItemEx(cid, reward.uid, false) ==...
  12. myalitth

    TFS 1.X+ How to prevent trash in teleports with action/unique ids.

    i've solved only for 1.3 tfs version :( ref: Kaspar
  13. myalitth

    TFS 1.X+ How to prevent trash in teleports with action/unique ids.

    Teleports with no destination; im using an otbr sources.
  14. myalitth

    Can't Find CMakeLists.txt in OTHire.

    u need the file "CMakeLists.txt" here, look in your source folder, or download news src from othire.
  15. myalitth

    Can't Find CMakeLists.txt in OTHire.

    So your folder at "/home/otsmanager/OTHire" need a file "CMakeLists.txt" have? If yes, set permission 777 to folder. Try chmod 777 /home/otsmanager/OTHire
Back
Top