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

    Why open source modules are a bad idea.

    Module hotkeys is like a bot for version <= 792 There was no ITEM hokeys ;p
  2. L

    [Avesta] Login Attempt won't work

    Nothing, same problem. latest tfs: if(it->second.loginsAmount > g_config.getNumber(ConfigManager::LOGIN_TRIES)) it->second.loginsAmount = 0;
  3. L

    [Avesta] Login Attempt won't work

    Hello everyone. I have problem with latest avesta. Login limit won't work :/ I can try to login as many times I want. if(!(accnumber != 0 && account.accnumber == accnumber && passwordTest(password, account.password))){ g_bans.addLoginAttempt(clientip, false)...
  4. L

    Own Client Tibia 7.72

    Thanks, works :)
  5. L

    Own Client Tibia 7.72

    Hello. I'm writing here because i've some problem with making "Own Client". How to change RSA to make client work. I only changed IP but console shows: Wrong RSA or something like this. Thanks.
Back
Top