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

    [TFS 1.4] Turn on/off pvp by using item

    maybe can you try with this changes: local action = Action() function action.onUse(player, item, fromPosition, target, toPosition, isHotkey) if not player:getTile():hasFlag(TILESTATE_PROTECTIONZONE) then player:sendTextMessage(MESSAGE_INFO_DESCR, "You can change your PvP status...
  2. NvSo

    Lua NPCS itens 7.6 complet

    I recommend you take a look at the github of peonso "tibialegacyserver": GitHub - peonso/tibialegacyserver: Tibia Legacy Server is a OpenTibia 7.72 real map server. (https://github.com/peonso/tibialegacyserver) I think it is one of the NPCs for the most complete 7.72 map, maybe there are some...
  3. NvSo

    Lua [TFS 1.2] Task System - Players still get kill count even if they left area

    You can add on your inside lib/core/player.lua function Player:getLastCombatTime() local lastCombatTime = self:getStorageValue(LAST_COMBAT_TIME) if lastCombatTime == -1 then return os.time() else return lastCombatTime end end and then modify your code to: local...
  4. NvSo

    Programmer 12.x Assets spr/otb usage for 8.6 (TFS 1.5)

    Autosolve 2 half months later LMAO
  5. NvSo

    Programmer 12.x Assets spr/otb usage for 8.6 (TFS 1.5)

    i already solve your problem check the other post and msg me if need some another file
  6. NvSo

    C++ +9 players in some stack debug

    This solve on move and already using that too, and many other things to fix the problem, now when die on Stack 8.60 client still bug.
  7. NvSo

    TFS 1.X+ It is possible? 8.6 with latest content?

    Oh only add the signatures. I Gonna make another with the properly signatures of 860v1 And sure u need compile again using these appeareances 1677905007 Attached files of my old post updated due set properly signatures
  8. NvSo

    TFS 1.X+ It is possible? 8.6 with latest content?

    use this appareanceflags.cs : namespace SpiderClientConverter { enum AppearanceFlag1000 : byte { Ground = 0, Clip = 1, Bottom = 2, Top = 3, Container = 4, Stackable = 5, ForceUse = 6, Usable = 254, MltiUse = 7...
  9. NvSo

    C++ +9 players in some stack debug

    When stacked creature moves 8.60 client still getting debug assertion. So its not Solved
  10. NvSo

    Solved [TFS 1.4][10.98] Map glitch, no error messages

    As the friend said here Synchronize the items.otb with your .data and .spr thats all!
  11. NvSo

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    Convert your desired map to CLIENT ID using the attached Custom RME. Remember keep ur desired version of maps from the same of version of the base server. From 8.2 or lower maps to the versión base used and vice versa.
  12. NvSo

    OTCV8 UPDATER TIME OUT

    Same thing on init.lua and i miss u need change ur updater.php on site files from: $files_dir = "/var/www/html/files"; $files_url = "http://139.162.189.30/var/www/html/files"; $files_and_dirs = array("init.lua", "data", "modules", "layouts"); To this: $files_dir = "/var/www/html/files"...
  13. NvSo

    TFS 1.X+ It is possible? 8.6 with latest content?

    Sorry for delay use this: https://otland.net/threads/tibia-11-downgrade-tool.264941/ Compile the tool with ur specific options to create a custom .dat and .spr from Tibia 12+ or Last 13+ without the market data and these unknown flags from tibia 8.6+ like removing flags from FLAGS and compile...
  14. NvSo

    OTCV8 UPDATER TIME OUT

    on your init.lua change: Services = { website = "http://139.162.189.30", -- currently not used updater = "http://139.162.189.30/var/www/html/api/updater.php", -- this line cause problem To: Services = { website = "http://139.162.189.30", -- currently not used updater =...
  15. NvSo

    Request maps you need here!

    Attached I think this is the map u want and the base from Alex Ruly for Tibia 7.6, or also check THIS post if you use search (check attached File) Virus Total: https://www.virustotal.com/gui/file/5c1c064e48526018d084b54e380e0d1cb774750dacce127e05b1d9b5703a0426/detection 1673753095 Check...
  16. NvSo

    Multi World TFS 1.1+

    Its Simple, its official or OtServBr?
  17. NvSo

    [Show Off] Simple CAM Module

    Long time out but showing A simple cam module to reproduce .cam files generated on /records folder when Login. :)
  18. NvSo

    Programmer [paid] Adding a few features to tfs 1.2 8.0 downgrade

    If you have any understand about coding u can check these new features here: and more like Market and etc https://github.com/Corlyone/forgottenserver-otclientv8
  19. NvSo

    OTClient Looking for a distro Downgraded TFS 1.2 - 1.3 to 7.72 RL MAP with OT Client

    Use nostalrius 7.7 datapack, i have a good otcv8 client for it but w/o sources obviously.....
Back
Top