• 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. leik meris

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    to transfer add: function Player.transferMoneyTo(self, target, amount) local balance = self:getBankBalance() if amount > balance then return false end local targetPlayer = Player(target) if targetPlayer then...
  2. leik meris

    Compile Error

    you are missing libraries to install, you use window, I use linux, I couldn't say which one it is
  3. leik meris

    TFS 1.X+ funcion add outfit and addon in shop.lua otclient

    thank you, we would really appreciate it
  4. leik meris

    TFS 1.X+ ModalWindow not executing functions

    show playerAnswerModalWindow in game.cpp
  5. leik meris

    nostalrius npc bank

    the error is in this line: GetString,Topic=206,Guid=PlayerExists -> "You cannot transfer gold to yourself."
  6. leik meris

    Gesior2012 and MyAAC bug - release 2022-04-26 at 21:00 CET

    Thanks, I'll be attentive, you're great!
  7. leik meris

    TFS 1.X+ Making a OTClient Modal Window Module

    someone knows?
  8. leik meris

    nostalrius npc bank

    hello everyone, I managed to make the banking system work for nostalrius 7.7 but I have a problem to transfer to other players, I get an error in these lines, someone who can help, if I can complete the system I will share it for everyone :) FullDigit,%1,0<%1,Topic=205 -> Amount=%1, "So you...
  9. leik meris

    TFS 1.X+ Nostalrius bug attack

    up
  10. leik meris

    Action Offline Training for 8.60

    it is better that you install the system in the src
  11. leik meris

    MyAAC Global Layout

    -- Table structure `boosted_creature` CREATE TABLE IF NOT EXISTS `boosted_creature` ( `boostname` TEXT, `date` varchar(250) NOT NULL DEFAULT '', `raceid` varchar(250) NOT NULL DEFAULT '', `looktype` int(11) NOT NULL DEFAULT "136", `lookfeet` int(11) NOT NULL DEFAULT "0"...
  12. leik meris

    C++ doesn't save items at home after server restart.

    /closeserver shutdown
  13. leik meris

    TFS 1.X+ funcion add outfit and addon in shop.lua otclient

    I also have the same problem, that function is missing in shop.lua function defaultOutfitBuyAction(player, offer) return "default outfit buy action is not implemented" end
  14. leik meris

    TFS 1.X+ Nostalrius 7.7 - (Floor Change, Monster Attack Delay)

    Hello, I use the same server, could you explain to me what this change consists of, thank you very much
  15. leik meris

    OTClient tibia 9.0 to 7.6 + otbm

    yes, but you need use client old
Back
Top