• 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

    Brand new map error

    use this solution: https://otland.net/threads/sqlite-error-no-such-table-z_ots_comunication.211503/post-2027550
  2. 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 --...
  3. 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
  4. 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...
  5. NvSo

    Compiling 7.72 Downgrade Nekiro - Compiling problem (windows)

    Good! you can mark it as a solution ;)
  6. 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...
  7. 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.
  8. 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...
  9. 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...
  10. 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.
  11. NvSo

    [7.72] RealOTX with CastSystem - OpenSource

    maybe need vcredist aio? https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/
  12. NvSo

    Anyone has this sprite? mw

    I see that you are using 7.92, and I see many other hypocritical comments that I imagine do not use TFS in their projects at all, and have a client made of 0 to be able to comment on it. and since I don't care in the slightest who copies whose ideas or whether they get their content from Tibia...
  13. NvSo

    Clone items in TFS 1.X

    It seems to me that they are using some old downgrade where the postRemoveNotification() method is not being sent correctly. That's what someone else (a good person) I've been talking to on Discord had noticed. For my part, I reviewed the methods and I can't find anything relevant in them since...
  14. NvSo

    Clone items in TFS 1.X

    Tested on TFS 1.3 pre 1.4 no work here.
  15. NvSo

    color+itens

    I'm not at all good with modules, much less opcodes. In fact, on my part everything is very rudimentary, I use a list of items used as a library in the client. I did not send information from the server at any time other than for the rarity of the items. But I get the information table directly...
  16. NvSo

    color+itens

    When I mentioned the function of the bot module it is so that you can have a clear example of how it works, it is best to use your own module, from scratch with the precise functions to obtain the "thing" of the item in question, in this case, can be the tooltip information which, once obtained...
  17. NvSo

    How can I place new items to this server?

    Try replacing the folders attached and enable vcpkg manifest: The first time you compile it will inform you of many errors, you need close the visual studio and reopen it and try to compile again. and this time it going to compile successfully.
  18. NvSo

    How can I place new items to this server?

    ok then check my changes: https://github.com/Corlyone/TFS-1.5-Downgrades/commit/4cac5196f52a0f360c67ffd6731765de1cd37770 i compile here
  19. NvSo

    How can I place new items to this server?

    install vcpkg install --triplet x64-windows fmt
  20. NvSo

    How can I place new items to this server?

    Show the errors, we can only view the log but not the erros properly. but i think its the fmtv10 error so you can check and apply this commits to compile without errors: https://github.com/Unreal-TFS/forgottenserver/commit/bb9635e07e679ee88bbf207b4cd2b073a29657b2...
Back
Top