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

    command shutdown tfs 1.0

    bump
  2. D

    command shutdown tfs 1.0

    bump
  3. D

    Lua CandyBot Use Health Potion Faster

    bump
  4. D

    command shutdown tfs 1.0

    bnbump
  5. D

    Lua CandyBot Use Health Potion Faster

    bump
  6. D

    Lua CandyBot Use Health Potion Faster

    bump
  7. D

    command shutdown tfs 1.0

    don't work
  8. D

    Lua CandyBot Use Health Potion Faster

    Bump
  9. D

    command shutdown tfs 1.0

    I try and got error look up
  10. D

    Lua CandyBot Use Health Potion Faster

    so i need find it on source otclient? edit i find on source only this Game::Game() { m_protocolVersion = 0; m_clientCustomOs = -1; m_clientVersion = 0; m_online = false; m_denyBotCall = false; m_dead = false; m_serverBeat = 50; m_seq = 0; m_ping = -1...
  11. D

    Lua CandyBot Use Health Potion Faster

    maybe here? --[[ @Authors: Ben Dol (BeniS) @Details: MoveProcedure class for auto moving things. ]] if not Procedure then dofile("procedure.lua") end MoveProcedure = extends(Procedure, "MoveProcedure") MoveProcedure.create = function(thing, position, verify, timeoutTicks) local proc =...
  12. D

    Lua CandyBot Use Health Potion Faster

    ok this too dont work ;] function Helper.getItemUseDelay() return Helper.safeDelay(1, 1) end
  13. D

    Lua CandyBot Use Health Potion Faster

    function Helper.getItemUseDelay() Helper.safeDelay(1, 1) return Helper.safeDelay(1, 1) end
  14. D

    Lua CandyBot Use Health Potion Faster

    i change and now remove still dont work ;] --[[ @Authors: Ben Dol (BeniS) @Details: Helper methods for global use. ]] Helper = {} function Helper.safeDelay(min, min) if g_game.isOfficialTibia() then return math.random(min, max) end return min end function...
  15. D

    Lua CandyBot Use Health Potion Faster

    yes i'm little working on it but don't work i'm try add delay (3, 5) but don't work can you little help? now healing 1second i want 1ms
Back
Top