• 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

    Looking for War Server

    Old school its like GOLD, we love u GOD Gesiorr!!! 🫡
  2. NvSo

    TVP 7.4 Develop & TVP 7.7 Stable Full Distribution

    The real audacity was hitting everyone nostalgia, and then reminding me of my lost dreams 🥲.
  3. NvSo

    TVP 7.4 Develop & TVP 7.7 Stable Full Distribution

    I know what you want and what you're talking about, I also disagree with TVP, I agree that the formulas, not even AI, are equal to Tibia. The problem is you're not fixing anything; all the memory leaks are still there. So you're just sharing the exact same crap they're selling. It's pointless...
  4. NvSo

    TVP 7.4 Develop & TVP 7.7 Stable Full Distribution

    Why? All you're doing is contributing to spreading more, more crap to the community. We're back to the same thing that has damaged this community; everyone seems like piranhas wanting to steal from others instead of sharing and contribute in a healthy way. Please moderators close the post...
  5. NvSo

    TFS 1.X+ how to extract client consent from server

    Then God came to earth and said:
  6. NvSo

    OTClient 12.61 .dat/.spr request

    12.87 maybe work too OTSME DL - data/tibia-clients/dat_and_spr (https://ots.me/downloads/?dir=data/tibia-clients/dat_and_spr)
  7. NvSo

    Hardcore rpg ots inspired with metin2, hear me out, discuss, help, give ideas

    Look at Zezenia: it's on Steam as an indie MMORPG with 2D graphics and similar mechanics (quests, random loot, enchantments). This proves that a custom project with a modified client can make it to Steam. Therefore, your idea of using 100% custom sprites and a client like OTClient does have...
  8. NvSo

    TFS 1.X+ how to extract client consent from server

    You need to check on the server what is being sent to the client (protocolgame.cpp), and on the client need to be enable features, opcodes, etc.
  9. NvSo

    RME 12.x

    very old thread https://github.com/opentibiabr/remeres-map-editor/releases
  10. NvSo

    Kaldrox client shady behavior, high GPU ussage

    Just límite the FPS
  11. NvSo

    otclient new source compiling

    It is better that you use something more current such as GitHub - mehah/otclient: An alternative tibia client for otserv written in C++20 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize...
  12. 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...
  13. NvSo

    Linux DDOS Attacks

    Very well explained and straight to the point, this is the proper way to deal with attacks from those scammers.
  14. 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!!
  15. NvSo

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

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

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

    show me the original code for BOTH cases
  17. 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
  18. 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.
  19. 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)...
  20. NvSo

    Help - Executable TFS

    Change localhost to 127.0.0.1
Back
Top