• 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

    I have this stack problem at an 8.0

    You can remove the check for isRune() in containers.cpp check this line: https://github.com/celohere/forgottenserver/blob/d22fe0e6ba9be7a408595d55ae79c621e809d21c/src/container.cpp#L332 and this line...
  2. NvSo

    help I want to implement the "Bring Me To" tfs 1.2

    The part that says bring me to haha. The beginning and the end are commented. And you must modify the Locations, I mentioned it as -- START BRING ME And in the end -- END BRING ME
  3. NvSo

    help I want to implement the "Bring Me To" tfs 1.2

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  4. NvSo

    Programmer Tfs 1.3 work with multi-cores

    I know it is not a discussion post, and we know that the work of Multi Threading is quite complicated and impractical in many cases. - What about using OpenMP?: https://learn.microsoft.com/en-us/cpp/parallel/openmp/reference/openmp-directives?view=msvc-170 Or...
  5. NvSo

    Error compiling TFS 1.5 downgrade Ubuntu 22.04 LTS

    replace the files attached, and use this command: sudo apt install git cmake build-essential libluajit-5.1-dev libmysqlclient-dev libboost-system-dev libboost-iostreams-dev libpugixml-dev libcrypto++-dev libfmt-dev later u can compile without problems
  6. NvSo

    Nekiro TFS 1.5 downgrade

    I remind you that the Nekiro downgrades (very good by the way), are not a base ready to run (I would think none), although those who supported tried/tried to achieve that (if not the only one), to generate those distros, so it always takes some work to make it 100% functional as anyone who wants...
  7. NvSo

    medal systems of this forum

    I think that's the LGBT+QTRS how many sh....ty letters... Tendence that have.. But surely it would be better than the new admins and moderators who were recently appointed LMAO 🤣
  8. NvSo

    [$10] Tester

    It is public knowledge that they spoff their players, out of 2000 online at least 300-400 actually play just for a few moments. Even so, he is still a good base player.
  9. NvSo

    [Brazil][7.4] Retronia Online

    I could bet you never expected these kinds of features on a "retro" server. It's the most fabulous thing I've seen in years on this forum.
  10. NvSo

    Is there any event at all for canary or otx available so I know where to start?

    Search for OTServBR discord, and talk about Canary on his official discord.
  11. NvSo

    Brand new map error

    use this solution: https://otland.net/threads/sqlite-error-no-such-table-z_ots_comunication.211503/post-2027550
  12. NvSo

    Boosted_Monster.lua

    You can test and use: boostedMonsters = {} boostedMonstersExperienceMultiplier = 2 -- 1 = default, 2 = 200% (aka, double experience) boostedMonstersLootChanceMultiplier = 2 -- 1 = default, 2 = 200% (aka, double chance of loot.) (1.36% -> 2.72%)(88% -> 100%) local boostedMonstersAmount = 2 --...
  13. NvSo

    OTClient TFS 1.5 8.60 Downgrade - Can't log into my server

    at least the character list its showed in client?, or nothing?, try connect with OTC or OTCv8
  14. NvSo

    OTClient TFS 1.5 8.60 Downgrade - Can't log into my server

    use the computer ip instead of local ip i mean check your computer network adapter and check who is the ip of your computer something like 192.168.10.1 etc then use this ip in server and client to check the ip of your computer u can use netstat command in cmd ignore the : port...
  15. NvSo

    Compiling 7.72 Downgrade Nekiro - Compiling problem (windows)

    Good! you can mark it as a solution ;)
  16. NvSo

    Compiling 7.72 Downgrade Nekiro - Compiling problem (windows)

    You can check and use my changes for compile using vcpkg manifiest https://github.com/Corlyone/TFS-1.5-Downgrades/commit/10f9ed6fcceb69893d99c7eec90af8491dd513e4 sometimes on first time compile maybe see erros with vcpkg manifiest, but u need close and open VS again and then compile without...
  17. NvSo

    AAC problem when i installed this script/popup

    MyAAc? where is the popup?, maybe u need increase ur php max upload file size, depending on your configuration look to change php.ini files from: upload_max_filesize = 2M post_max_size = 8M for some like: upload_max_filesize = 50M post_max_size = 50M then u can upload files.
  18. NvSo

    OTClient How its works?

    The most important thing is, what Base are you using? After converting the .dat and .spr to 8.60, you need to make the items compatible as well. Just like the map. But you don't necessarily need to convert the map you can continue using the 7.7 map and the itgems as it comes. You only have to...
  19. NvSo

    OTClient How its works?

    It depends on the base you are using and the 7.4 map of course, it is best to use the downgrade map from the following post: https://otland.net/threads/7-72-realotx-with-castsystem-opensource.243698/ so you can use the map, items.otb (need made some changes in sources to work properly), and...
  20. NvSo

    [7.72] RealOTX with CastSystem - OpenSource

    You need to check the sources to see if you are using the correct items.otb, place some otb items according to the attributes that are added in the otb load, if they are stock 772 simply add them to the main items folder.
Back
Top