• 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!

Recent content by guiabc321

  1. G

    Making a Professional Server

    There is a project to use a newer version of TFS for tibia 7.72, 8.0 or 8.60, it's called Nekiro. You will need to fix some bugs, like the stack max of 10 creatures, but it's easy to solve. I have a response explaining how to fix that. About MYSQL, I recommend to use MYSQL in all your project...
  2. G

    help map boat tp room

    It's 8.60. Newer versions have a lot of more options. You can also change the bank to a loot seller or anything useful to who is hunting.
  3. G

    Lua Condition_cursed

    I'm using Nekiro's 8.60 downgrade, I not know if it will work in your version, but, I do it at this way: local startDamage = 100 local increaseMultiplier = 1.2 local ticks = 5 local tickInterval = 500 --common attack local combat_melee = Combat() combat_melee:setParameter(COMBAT_PARAM_TYPE...
  4. G

    C++ +9 players in some stack debug

    I'm using Nekiro TFS1.5 for 8.60 and I had the same issue. I fixed it, it's not bealty and not show the walking effect when exit the stack and it ins't the better performance possible for network, but not crashs the client anymore. The problem here is that the client 8.60 aways crash if get an...
  5. G

    Lua [TFS 1.0] Give Cash on Advance

    local configRewardsLvl = { [1] = {level = 2, storageId = 60360, rewardMoney = 5}, [2] = {level = 3, storageId = 60361, rewardMoney = 7}, [3] = {level = 4, storageId = 60362, rewardMoney = 10}, [4] = {level = 5, storageId = 60363, rewardMoney = 18}, } function onAdvance(cid, skill, oldLevel...
  6. G

    PHP flag choose latest news

    editing e.e first at all, sorry for my bad english(i'm not using translator, it's sucks) your question is how to add the button or how to auto translate it(google tradutor hack(invisible))? add the button: the button can be maked in javascripts(ajax) to reload the news content, or in an...
Back
Top