• 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!

Recent content by NvSo

  1. 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...
  2. 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!
  3. NvSo

    [8.60] [TFS 1.2] -[Real Map full] with mount & market system

    create the directory "stats" inside the folder data/logs/
  4. NvSo

    OTCV8 Slow animations

    Maybe you can try g_game.enableFeature(GameFasterAnimations)
  5. NvSo

    [12.86] Dat/Spr

    https://mega.nz/file/YUIDiKjB#7cSqKOm72_gH1M2VBbxJW2H3VwDkxi9KpWs9CttACns
  6. NvSo

    AYUDAAAAA ME AN BANEADO 3 IP DEL VPS EN LA LISTA DE OTSERVER. PORQUE SI EL MAX DE MC SON 4

    just update your code to this https://otland.net/threads/help-protocolstatus-cpp.286524/post-2735042
  7. NvSo

    The Inquisition Quest (Tested on Canary 13.21)

    Take it, it was done as best as possible. edit: It must be said that I feel a little disappointed that it was not made in the same coordinates as Tibia :(
  8. NvSo

    C++ classicAttackSpeed

    TFS compile without problems here, make sure you are adding the changes correctly to your Code, do not copy all, just replace this part: if (!classicSpeed) { setNextActionTask(task, false); } else { g_scheduler.addEvent(task); } for this new one: int32_t value...
  9. NvSo

    where to get libs from android_libs.7z

    https://github.com/OTCv8/otcv8-dev/raw/master/android_libs.7z
  10. NvSo

    C++ classicAttackSpeed

    Try this: void Player::doAttacking(uint32_t) { if (lastAttack == 0) { lastAttack = OTSYS_TIME() - getAttackSpeed() - 1; } if (hasCondition(CONDITION_PACIFIED)) { return; } if ((OTSYS_TIME() - lastAttack) >= getAttackSpeed()) { bool result =...
  11. NvSo

    [8.60] [TFS 1.2] -[Real Map full] with mount & market system

    The OBVIOUS solution, as you just said, is to use another distro.
  12. NvSo

    [8.60] [TFS 1.2] -[Real Map full] with mount & market system

    This is not a suitable base for everyone, it has custom configurations for a specific server, as well as code that could cause problems for many. There were days of work on it so that everything worked as requested. The original owner uploaded it to github and forgot to make it private, so they...
  13. NvSo

    Bot Otcv8

    X2, just buy rifbot, it's cheap.
  14. NvSo

    Bot Otcv8

    just send the link of the game on inbox and let see what we can do
  15. NvSo

    color+itens

    Ok, I will put it to the test tomorrow and tell you the solution.
Back
Top