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

    Need Help launching a Server.

    Check the guide about the server configuration. http://otland.net/threads/your-first-open-tibia-server.140934/
  2. Restles

    Gesior Error

    INSERT IGNORE INTO `player_skills` SELECT `id` , 0, 10, 0 FROM `players` UNION SELECT `id` , 1, 10, 0 FROM `players` UNION SELECT `id` , 2, 10, 0 FROM `players` UNION SELECT `id` , 3, 10, 0 FROM `players` UNION SELECT `id` , 4, 10, 0 FROM `players` UNION SELECT `id` , 5, 10, 0 FROM `players`...
  3. Restles

    [C++] game.cpp

    After the change over, please use this code and rebuild.
  4. Restles

    [C++] game.cpp

    sprintf(buffer, "%d", -healthChange); check
  5. Restles

    Solved Stamina - Remove[!]

    I have engine 0.3.6, in the config I have such a ruler responsible for stamina rateStaminaLoss = 1 rateStaminaGain = 3 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 41 * 60 staminaRatingLimitBottom = 14 * 60 rateStaminaAboveNormal = 1.5 rateStaminaUnderNormal...
  6. Restles

    Solved Stamina - Remove[!]

    I've tried. Then the experience is not gained.
  7. Restles

    Solved Stamina - Remove[!]

    Hi, I have a question how to remove the stamina completely from the engine. I looked in several files and watched the code I do not know if there is any transfer of a piece of code to the database. Stamina spoils me very exp stage and I would like her to delete the source code.
Back
Top