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

    Convert Script

    Hello good night I would like to pass this script to tfs version 1.2 --[[ Offline player to player item trader (Auction System) by vDk Script version: 1.2a [ -- FIXED CLONE ITEMS BUG -- ] ]]-- local config = { levelRequiredToAdd = 20, maxOffersPerPlayer =...
  2. darcioantonio

    Erro Site gesior

    Does anyone know how to solve this error? in the machine in the offline windowns it works but in linux debian will not.
  3. darcioantonio

    Auto Restart Linux

    Hello, I have a Auto Restart for Linux. But when my terminal is closed it does not start the server, for it auto start server the terminal should always be open .. know how to solve this #!/bin/bash ulimit -c unlimited while true; do ./tfs; done
  4. darcioantonio

    Auto-Restart for Linux (Debian)

    If the panel is closed Auto Restart does not work
  5. darcioantonio

    TFS 1.X+ !onlinearea

    ? Help
  6. darcioantonio

    TFS 1.X+ Clean Area

    Consegui >:D local function LimparMapa() local configClean = { Map = { LS = {x = 1381, y = 1042, z = 6}, -- LIMIT NORT WEST LI = {x = 1390, y = 1050, z = 6}, -- LIMIT SUL EAST }, } local ItensIDS = {2195, 2148, 7590} -- IDS FOR REMOVE for x = configClean.Map.LS.x...
  7. darcioantonio

    TFS 1.X+ !onlinearea

    Please explain to me where to put the command Please explain to me where to put the command Please explain to me where to put the command Please explain to me where to put the command Please explain to me where to put the command Please explain to me where to put the command Please explain to me...
  8. darcioantonio

    OT CLIENTE 11.49

    is there any otclient for this version of tibia? 11.49?
  9. darcioantonio

    TFS 1.X+ !onlinearea

    Am I a layman, can I encase myself to use the function?
  10. darcioantonio

    TFS 1.X+ !onlinearea

    Good morning, is there a talkaction that checks players in a particular area? with if it were an online more !onlinearena. Algo assim! function onSay(player, words, param, frompos, topos) -- Local de Espera local ConfigOnline = { frompos = {x = 1370, y = 1028, z = 6}, -- Norte Esquerda...
  11. darcioantonio

    How to change the background image of tibia 11?

    How to change the background image of tibia 11?
  12. darcioantonio

    Protocol "" Unknown on Tibia 11.49 client

    Help ME plise. Protocol "" is unknown
  13. darcioantonio

    TFS 1.X+ Clean Area

    ?
  14. darcioantonio

    TFS 1.X+ Clean Area

    friend has how to remove all items from all floors because the way it is only removing from floor 4
  15. darcioantonio

    TFS 1.X+ Clean Area

    @Ramirow You can demonstrate in your script how to delete only the items that I want. I think my problem is @Ramirow
  16. darcioantonio

    TFS 1.X+ Clean Area

    we were able to develop this script that removes specific items function onUse(cid, creature, player, item, fromPosition, target, toPosition, isHotkey) CleamAreaXY() end function CleamAreaXY() local ItensIDS = {1987, 18390, 2420, 2253, 3058, 3059, 3060, 1988, 2269, 2308, 2273, 2262, 7620...
  17. darcioantonio

    TFS 1.X+ Clean Area

    TFS 1.2 Hi there, is there any script that cleans a certain map area? frompos = {x = 967, y = 1029, z = 7} topos = {x = 985, y = 1046, z = 7}
Back
Top