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

    C++ Trade with NPC, nekiro downgrade 1.5 8.0

    you need to share it, i don't have your scripts :D
  2. S

    RevScripts TFS 1.5 Downgrade Nekiro - Fast Spawn PlayerOnline

    Try modyfying function void Spawn::checkSpawn() inside your c++ code void Spawn::checkSpawn() { checkSpawnEvent = 0; cleanup(); uint32_t spawnCount = 0; uint32_t playerCount = g_game.getPlayersOnline(); // Get number of online players // Dynamic scaling factors...
  3. S

    C++ Trade with NPC, nekiro downgrade 1.5 8.0

    i've gave you answer how to fix it
  4. S

    C++ Trade with NPC, nekiro downgrade 1.5 8.0

    this if if if statements is kidna wierd because with 100k cap it will go throught each of them It will divide in first, go to second and then to third to add k. if freeCapacity > 99999 then freeCapacity = math.min(9999, math.floor(freeCapacity / 1000)) .. "k" elseif freeCapacity > 999...
  5. S

    Number of items on the actions bar

    You have it already for other places?
  6. S

    Loading metadata file ... (0%) (Extended) / RME 3x

    just diffrent version, 8.61 probably
  7. S

    Loading metadata file ... (0%) (Extended) / RME 3x

    you are trying to load 8.6?
  8. S

    Automatic Tibia Map Generation Using Wave Function Collapse

    If you add more details it will learn from it as well? For example, I put a city from another project, will it generate a similar town?
  9. S

    Lua [Canary] [TFS 1.3] EXP Boost

    Do you shop using the same boostValue as is doing your script?
  10. S

    OTClient OTClient login problem

    Are you supposed to log in to 127.00.1 on port 7171?
  11. S

    C++ Trade with NPC, nekiro downgrade 1.5 8.0

    do your npc have those attribute? <parameter key="module_shop" value="1" /> <parameter key="shop_buyable" value="parcel,2595,15;letter,2597,10" /> I tried it with npc Deruno (default one from tfs by nekiro, 8.6) Im using ot client by menah tho
  12. S

    C++ Trade with NPC, nekiro downgrade 1.5 8.0

    i dont feel like it's c++ code, it seems more like lua/otc code
  13. S

    SPECIAL SKILLS (MANA LEECH & ETC)

    Look at his ss. He has a 100% hit chance, 0% crit hit damage, and a 5% life chance. He should have a 100% hit chance, 5% hit dmg and 100% life chance. So the problem is in client since it's not parsing those values correctly
  14. S

    SPECIAL SKILLS (MANA LEECH & ETC)

    why there is msg.add(0)? i dont think it should be like this
  15. S

    Programmer Block Unofficial OTClient Connections

    https://otland.net/threads/extended-opcodes-server-side.180536/ this might be useful, sent opcode from your client and deny login if it don't match Also, nice functionality of your server, tried it couple months ago
  16. S

    OpenTibia OT map generator

    IM FAMOUS! Count this as bump to this amazing thread
  17. S

    error while compiling

    Try changing project from c++17 to c++20
  18. S

    Guides seem outdated/mismatched?

    https://chatgpt.com/share/67b76f05-19c4-800c-97cd-7f609ecfb2fe
  19. S

    Guides seem outdated/mismatched?

    Meh, and do it every time you want to install smth? Just use variables
Back
Top