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

    Tibia client 12 Problem Funny

    You just broke the next one just because you're kidding yourself with posts that do not affect my question at all. Goodbye.
  2. D

    Tibia client 12 Problem Funny

    Congratulations on intelligence so if you are so funny in such tones then shine and write what the problem is :) Besides, what I expect ... this forum has long fallen
  3. D

    Tibia client 12 Problem Funny

  4. D

    add points Prey Scroll

    Does anyone know how to improve this script to work? because it does not add Scroll points to the prey <a href="?subtopic=scroll">Reward Player Scroll Prey.</a>'; if($action == "reward") { $player = stripslashes(ucwords(strtolower(trim($_REQUEST['character'])))); $points =...
  5. D

    Delay Skill

    Skill delay - if the skill is 100% does not drop evenly only with a delay of 4 seconds or 8 seconds and there is a big jump 100 skill 5 seconds of delay 95 skill 6 seconds delay 85 skill 7 seconds delay 75 9 second delay skill just comes in with a long delay The engine is tfs 1.3 will help...
  6. D

    Skill Magic Problem tfs 1.3

    Strange problem because from 0-30 magic skill grows you can see it from eg 60+ can not be seen until after the reboot the character has current skills all the time 100% change after you log out ( Exhaust)
  7. D

    TFS 1.3 Depo

    Hello, I have a problem because you can not throw a backpack full of items to the depo knows someone how to fix it? the limit is already very high, nothing helps
  8. D

    Date Ban Gesior 2012 TFS

    bump
  9. D

    Login.lua quests

    Could someone check these lines for me? because I would like players to not have to carry out missions. I would like to add these lines to login.lua but I'm not sure if I did it right. I'm learning scripts. if player:getStorageValue (Storage.FerumbrasAscension.BoneFlute) <1 then player...
  10. D

    ferumbras ascendant quest

    Does anyone know how to add ferumbras ascendant to login.lua? Because I do not have this quest in the lib quest tab there is no such quest, and I would like to disable it for players so that they do not have to do the mission
  11. D

    Turning off the quest

    how to deactivate the quest? because in lib quest I do not have anything about this quest? function onUse(player, item, fromPosition, target, toPosition, isHotkey) if target:isItem() then return false end if player:getStorageValue(Storage.FerumbrasAscension.BoneFlute) >= 1...
  12. D

    Svargrond arena script

    bump
  13. D

    Ring Funny Problem

    It works even when it is not used and time flies <item id="ID" article="a" name="NAME RING"> <attribute key="weight" value="90" /> <attribute key="slotType" value="ring" /> <attribute key="transformEquipTo" value="ID" /> <attribute key="stopduration"...
  14. D

    AutoLoot System for tfs 1.3

    bump
  15. D

    Bless tfs 1.3 change 5/8

    Is it possible to rewrite the script to give 8 bless and not just 5? Even after the change, the script only gives 5. function onSay(cid) local player = Player(cid) local totalBlessPrice = getBlessingsCost(player:getLevel()) * 5 * 0.7 if(not(isPlayerPzLocked(cid))) then if...
  16. D

    AutoLoot System for tfs 1.3

    bump
  17. D

    Date Ban Gesior 2012 TFS

    bump
  18. D

    AutoLoot System for tfs 1.3

    Yes
  19. D

    AutoLoot System for tfs 1.3

    You can not set the possibility that items fall into the bag because they do not drop there
  20. D

    Change gold tfs 1.3

    Does anyone know how to fix a script to work on tfs 1.3? local config = { [ITEM_GOLD_COIN] = {changeTo = ITEM_PLATINUM_COIN}, [ITEM_PLATINUM_COIN] = {changeBack = ITEM_GOLD_COIN, changeTo = ITEM_CRYSTAL_COIN}, [ITEM_CRYSTAL_COIN] = {changeBack = ITEM_PLATINUM_COIN} } function...
Back
Top