• 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

    C++ Event that puts everyone on the same level

    It's just a matter of creating a new conditions to change the level and others, you can call it STAT_LEVEL, just duplicates the getLevel() function, with a new one for the base level, and then apply the modifier. You'll end up with something like VarStats[STAT_LEVEL] It's not a mystery, it's...
  2. NvSo

    CipSoft RealEngine 7.4 [Development Thread] – BETA Phase Incoming

    anyone can achieve a good server without "special engines" TFS, TVP, RealOts or any other is fine, everyone is fine, instead of forming a community, everyone in Otland is constantly killing each other. 1747615285 jus use massgrave and lets goo
  3. NvSo

    Linux DDOS Attacks

    Very well explained and straight to the point, this is the proper way to deal with attacks from those scammers.
  4. NvSo

    OTCV8_Decryptor + Luajit ByteCode Decompiler 2025-04-19

    How are you all? After a long time, I decided to publish this beautiful tool that I dedicated time and patience to compile and study. As you all know or imagine, I used it long before otcv8 decided to be open source. How to use it?: To decrypt OTCV8 (default encryption), just place the files...
  5. NvSo

    OpenTibia OT map generator

    After see and trying many map generators, I can tell you that this one is by far very well adapted to the needs, it seems perfect and very customizable to me. Good work!!
  6. NvSo

    Exporting Items from Tibia.spr Based on items.otb (Including GIF Animations)

    https://item-images.ots.me/generator/
  7. NvSo

    Client/Server ID Map Converter V2 2.0.0

    This is another attempt at a ClientID to ServerID and vice versa Map Converter, this time with an executable that makes the job easy with 2 simple clicks for newbies, also support for all IDs up to 13.41 ("V2) was added if anyone wants to continue it can support with more IDs, in theory you will...
  8. NvSo

    TFS 1.X+ problem with extended screen (some monsters do not attack)

    show me the original code for BOTH cases
  9. NvSo

    TFS 1.X+ Forgottenserver - Exercise Dummy

    not yet, but easily you can adapt https://github.com/opentibiabr/otservbr-global/blob/main/data/scripts/actions/other/exercise_training.lua includes: https://github.com/opentibiabr/otservbr-global/blob/main/data/lib/tables/exercise_training.lua
  10. NvSo

    Healing bot

    Search for Macro Helper, it works on that OTS versións. you can download in attached files this one It's free.
  11. NvSo

    TFS 1.X+ problem with extended screen (some monsters do not attack)

    search for: bool Monster::canSee(const Position& pos) const { return Creature::canSee(getPosition(), pos, 9, 9); } and then replace for: bool Monster::canSee(const Position& pos) const { return Creature::canSee(getPosition(), pos, Map::maxViewportX + 1, Map::maxViewportY + 2)...
  12. NvSo

    Help - Executable TFS

    Change localhost to 127.0.0.1
  13. NvSo

    TFS 1.X+ Tile Validation Error: Difference Between "X" and "Ticks" on the Map

    search in otcv8 features: g_game.enableFeature(GameMapDrawGroundFirst) and disable or remove them :)
  14. NvSo

    is it possible to make otclient on web browser?

    These are the true contributions, I thank you very much for your great contribution and to the entire OTArchive / OTServList Brazil community. These contributions are what encourage many to really fall in love with what OpenTibia is, many simply out of passion as in the old days...
  15. NvSo

    I want to know how to implement these functions that I am missing.

    Some global Functions like "BridgeRelocate" jus can be found inside 050-function.lua in data/lib/ folder same for others like doAddQuestPoint can be foun in 110-quest-points.lua its not just copy map and actions/movements, need adjust and add all the necessary functions to the base library...
  16. NvSo

    Exp stages both in config.lua and stages.xml - Why?

    If you are using a recent version of The Forgotten Server. This feature was moved to LUA in the commit #1642: https://github.com/otland/forgottenserver/commit/53b488a84c48b1a6b2331fe7ac06c54c8133b6b7 Maybe he just forgot to remove the XML 🤔
  17. NvSo

    in which version were item names added to spr dat files?

    Contact @SHARINGAN it can help you with the market in 8.60 Vanilla Client. If you are using OTClient, it requires a few modifications to function correctly in that version. To answer your question, the names of the items and the market were added in the version of Tibia 9.40. Also, you can...
  18. NvSo

    Looking For Module Help

    Send me the name of another server/client where I see how it works and can help you with this.
  19. NvSo

    Linux Host

    Of course there is a way, preferably it is to acquire both machines under the same provider, which are as close as possible to each other and you must configure the connection to the database allowing connections to it (machine 1) from the outside, you must configure a mysql user and a password...
  20. NvSo

    Tibia not Tibia - Development Thread

    Everything looks very nice Oen, congratulations on the project, I really liked the part where they stop to fight in turns, it gives a lot of drama to the battle! I hope the project works as well as it can give!
Back
Top