• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. C

    Do the fast push game.cpp

    I have searched and searched, and it does not appear anymore tried in conf.lua in creature.cpp game.cpp and I have not been successful yet :C
  2. C

    Do the fast push game.cpp

    use tfs 0.4 :(
  3. C

    Do the fast push game.cpp

    In which line friend? I can't find it.
  4. C

    Do the fast push game.cpp

    Is it an answer or is it a question? xd even change the value from sources and i don't succeed :c
  5. C

    Do the fast push game.cpp

    you succeeded?
  6. C

    Do the fast push game.cpp

    guys i still don't succeed someone could help me I would really appreciate it.
  7. C

    Dash + Push exhaust

    I have the same problem the player has a delay when doing the push Hopefully someone can help: /
  8. C

    Do the fast push game.cpp

    !BUMP
  9. C

    Do the fast push game.cpp

    i'm still not successful, tthe player is yhave delay, hopefully someone can help me
  10. C

    Do the fast push game.cpp

    please I still can not solve it, and I can not find any post related to it already try in game.cpp and in confi.lua and nothing
  11. C

    Do the fast push game.cpp

    HELP ME! still having a 2 second delay when moving
  12. C

    Do the fast push game.cpp

    I still can not push fast. use tfs 0.4
  13. C

    Do the fast push game.cpp

    if it worked friend, but now corner now all very fast. any solution?
  14. C

    I need Help on Edit Sources

    put the friend solution, I have the same problem in my ot ... it takes the push help
  15. C

    Do the fast push game.cpp

    As the title says, I'm looking for the line of the sources trying to make the move faster, but it does not work. I leave a video of how I want to put it.... bool Game::playerMoveCreature(uint32_t playerId, uint32_t movingCreatureId, const Position& movingCreaturePos, const Position& toPos...
  16. C

    PUSH DELAY DOES NOT WORK AT 1 SQM

    HELP ME
  17. C

    how to achieve those effects?

    BUMP
  18. C

    Gesior ACC 2019 8.60 New Features

    there is an error, it will not let me create an account use ubuntu 14.04
  19. C

    PUSH DELAY DOES NOT WORK AT 1 SQM

    if(Creature* movingCreature = thing->getCreature()) { uint32_t delay = g_config.getNumber(ConfigManager::PUSH_CREATURE_DELAY); if(Position::areInRange<1,1,0>(movingCreature->getPosition(), player->getPosition()) && delay > 0 &&...
Back
Top