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

    MaxPacketPersecond

    Hello everyone I would like Add to TFS 0.4 Tibia 8.60 MaxPacketPersecond When Players Do something on server (Try Crash ,Autofollow etc) Player willbe Logoaut Can somebody help me please?because I have problem
  2. J

    Exhaust follow problem

    How I can do it? What I have add bro?
  3. J

    Exhaust follow problem

    UP
  4. J

    Castle24 TFS 1.5 problem

    up
  5. J

    Castle24 TFS 1.5 problem

    Hello guys I have Castle 24 and I would like make 2 characters with the same ip canot go ,only 1 character can go how I can do it? My script is function onStepIn(player, item, position, fromPosition) if item.itemid == 426 then if player:getGuild() then if...
  6. J

    Timer Problem

    I love you guys <3 Working I have question is possible add When player is inside hunt next platyers can not go to hunt when is player inside must wait for finish first player ? 1697922135 :(
  7. J

    Timer Problem

    Player disconnected or invalid during timer event for player ID: 1 ;/
  8. J

    Timer Problem

    Timer event running for player ID: 1 Player disconnected or invalid during timer event for player ID: 1 No Teleport;/ 1697901587 I want when Player go to Pay hunt for 100 event coins after 60second teleport him to temple after 60seconds and when want back to pay hunt must second time pay 100...
  9. J

    Timer Problem

    Is in console But no teleport to temple After 60seconds 1697844841 Every time I looking fo like that script Pay hunt for time but I can not find ;/
  10. J

    Timer Problem

    30:48] In a timer event called from: [17:30:48] data/actions/scripts/specialcave/exp1.lua:onUse [17:30:48] Description: [17:30:48] (LuaInterface::luaGetThingPosition) Thing not found [17:30:48] [Error - Action Interface] [17:30:48] In a timer event called from: [17:30:48]...
  11. J

    Timer Problem

    up
  12. J

    Auto Blessing problem

    Guys what is that? Can any one explain for me ?because I not understand this script <action itemid="8983" event="script"><![CDATA[ function onUse(cid, item, fromPosition, itemEx, toPosition) local config = { talents = 4595, talents_hp = 25091...
  13. J

    Timer Problem

    local teleportPosition = {x=32351, y=31994, z=7} local magicCoinId = 6527 local amountRequired = 100 function onUse(cid, item, fromPosition, itemEx, toPosition) if not doPlayerRemoveItem(cid, magicCoinId, amountRequired) then doPlayerSendCancel(cid, "You need 100 Event Coins To Go...
  14. J

    Timer Problem

    Hello guys I use tfs 0.4 tibia 8.6 and I have this script local teleportPosition = {x=32351, y=31994, z=7} local magicCoinId = 6527 local amountRequired = 100 function onUse(cid, item, fromPosition, itemEx, toPosition) if not doPlayerRemoveItem(cid, magicCoinId, amountRequired) then...
  15. J

    Problem autoloot

    any one can help me ?please
  16. J

    Autoloot Problem tfs 0.4

    up
  17. J

    Problem autoloot

    up
  18. J

    Auto Blessing problem

    yees I change from db.executeQuery("UPDATE player_storage SET key = key - 1 WHERE value = 250;"); to db.query("UPDATE player_storage SET key = key - 1 WHERE value = 250;"); and for this moment dont have errors
  19. J

    Exhaust follow problem

    up
  20. J

    Autoloot Problem tfs 0.4

    Hello Guys I have problem with autoloot TFS 0.4 Tibia 8.6 When Player Died I see error in console Like that My Script is: local tabela = {} local function getPlayerList(cid) local tab = {} if getPlayerStorageValue(cid, 442002) ~= -1 then table.insert(tab...
Back
Top