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

    [10.98] Some city

    Great job!
  2. HeberPcL

    OtLand New Support Team Members!

    Very fair. Congratulations to all of you!
  3. HeberPcL

    Compiling Change Vocations and skills after restart server

    Update to TFS 1.x, I do not offer support for older versions.
  4. HeberPcL

    NEED: House Key Buyer and Speed of Players ( always same )!

    I recommend you to update as soon as possible to TFS 1.x, is increasingly flexible to customizations. Several codes previously made in source are being migrated to Lua.
  5. HeberPcL

    NEED: House Key Buyer and Speed of Players ( always same )!

    Shit, I can not help you with this.
  6. HeberPcL

    NEED: House Key Buyer and Speed of Players ( always same )!

    Post your command !buyhouse. pastebin.com
  7. HeberPcL

    Lua Function getOtsysTime() + getPlayerPing(cid) + doPlayerSendPing(cid)

    Would anyone be able to upgrade to TFS 1.x? o_O
  8. HeberPcL

    NEED: House Key Buyer and Speed of Players ( always same )!

    House Key Buyed function onUse(player, item, fromPosition, target, toPosition, isHotkey) if not player:isPremium() then player:sendCancelMessage("You need a premium account.") return false end local position = player:getPosition()...
  9. HeberPcL

    [ZnoteAAC] TibiaCOM layout. Proceed or waste of time?

    I very much appreciate the work of @Znote in ACC and the Layout TibiaCom is the most used by all the community of ots. I and several other users showed interest in continuing the work of @Cornex, which by the way was Excellent! If you can create the github of the template or simply host it on...
  10. HeberPcL

    Replace Kick OnLogin

    UP!
  11. HeberPcL

    Citywar

    Change line 542 to: if getGuildBalance(inviterGuild:getId()) < invite.options.buyIn then
  12. HeberPcL

    Citywar

    Change function: local function getGuildBalance(id) local guild = Guild(id) local balance local resultId = db.storeQuery('SELECT `balance` FROM `guilds` WHERE `id` = ' .. id) if resultId then balance = result.getNumber(resultId, 'balance')...
  13. HeberPcL

    Citywar

    Add function local function getGuildBalance(id) local guild = Guild(id) if guild then return guild:getBankBalance() else local balance local resultId = db.storeQuery('SELECT `balance` FROM `guilds` WHERE `id` = ' .. id) if resultId then...
  14. HeberPcL

    [Gesior 2012] First Tibia Global Layout

    Reupload https://mega.nz/#!kR4QDbTQ!OsnQzARYAplxFkimlqSg73zXt8oW3RVXSosUXaZGRmQ
  15. HeberPcL

    Replace Kick OnLogin

    protocolgame.cpp After: if (eventConnect != 0 || !g_config.getBoolean(ConfigManager::REPLACE_KICK_ON_LOGIN)) { //Already trying to connect disconnectClient("You are already logged in."); return; } i add: if ( (player->getAccount()...
  16. HeberPcL

    Replace Kick OnLogin

    Hey OtLanders... I would like to allow replaceKickOnLogin only for players with `save` == 1 in the database. ReplaceKickOnLogin = true Thanks!!
  17. HeberPcL

    The Forgotten Server 1.2

    Use github page: https://github.com/otland/forgottenserver
Back
Top