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

Search results

  1. darcioantonio

    Create random item on the map

    I've created this script to generate random items on the map, but it's currently placing them inside walls, on top of rivers, etc. Is there a possibility to limit the placement to areas where the player can walk?" OTX 0.4 (OTX Server Version: (2.15)) local config = { topoEsquerdo = {x =...
  2. darcioantonio

    Add earth, fire, ice in set.

    TFS 0.4 TheOTX 2.5 Is there a way to add elemental protection to an existing item? I'm creating a rarity system where items should come randomly with a kind of defense. For example, a common item could come with one random option with 3% defense against fire, ice, earth, etc. I know I can...
  3. darcioantonio

    Stop Event Help

    I have tis script tfs 0.4otx function onUse(cid, item, frompos, item2, topos) timeBoss(cid) end function timeBoss(cid) addEvent(function() teleportPlayersToSaida(getPlayersInArea(config.nortEsquerdaSalaBoss, config.sulDireitaSalaBoss)) end, 10 * 1000) end How can I...
  4. darcioantonio

    A simple question!

    What is the purpose of the file located in the server root called: Core He's been there for some time and I left him alone there, but now the doubt has arisen Edit: TFS 0.4 8.60 OTX
  5. darcioantonio

    How can I make a creature walk in a specific location as well as summon as a regular creature?

    Is it possible to make a creature spawn at one point and walk the path to another point? I want to create a Tibia Royale of Cards! The monster needs to walk to the given location, but if it finds enemy monsters in front of it, it attacks until it kills and knocks down the enemy towers, etc.!
  6. darcioantonio

    TFS 1.X+ Exiva "NPC

    Hello everyone, good evening. I used to have a TFS 0.4 server and had a talkaction "!exiva" for NPCs. However, I'm currently migrating the server to version 10.98 TFS 1.4, and I would like to know if it's possible to adapt the "exiva" spell to use for NPCs. I used this talkaction in version 0.4...
  7. darcioantonio

    Mult World TFS 1.x how to make?

    I searched the forum and didn't find any tutorial teaching how to do it, does anyone know how it is possible to create this? I remember that in vevrsion 8.60 tfs 0.4 it was very simple now in version tfs 1.3 tibia 10.98 it is very complicated! THANKFUL :)
  8. darcioantonio

    TFS 1.X+ Create 1 character and receive a house as a gift

    Is there any way and if so how? When you create a character he gets 1 house randomly!, I'm developing a planting game and I would like the character as soon as he creates it gets a house on the account!
  9. darcioantonio

    Returns the IDS of the items in the backpack

    Hello, an excellent afternoon everyone, my question would be the following, is there any script to check the slots in my backpack and return the ids of the same found? I'm wanting to build a tactical game of tibia cards but I need a script that tells what cards are in the player's backpack and...
  10. darcioantonio

    Windows Help Compile theotxserver

    I'm trying to compile a theotx and everything goes ok but at the end of this error I'm using visual studio 2019 and these libs I've already tried with the 2 and it won't go at all
  11. darcioantonio

    Spell Help

    This is my spell, it's a wave that have 3 steps. Once I move my character in the middle of the spells it moves to a different way of the intended! <instant group="attack" spellid="59" name="Tremor" words="skill 1" lvl="70" mana="10" prem="0" needweapon="1" direction="0" cooldown="1000"...
  12. darcioantonio

    Request function TFS 1.2

    I would like to know which function is responsible for checking when the player receives damage from a creature, I will create some shields that when the player receives damage from the monster has 10% chance to activate and the player receives 10 to 20 mana!
  13. darcioantonio

    Saving all items from players in the map

    I have a 10.98 server, is there any way to edit the sorce, so when the SS saves all the items in the game's call and when they come back they continue where they were as they focus on a house? I wanted to develop a kind of Tibia Farm / Minicraft.
  14. darcioantonio

    A simple help

    I used this script on my version 8.60 server, I need to move it to TFS 1.3 or adapt it, I'm having difficulties can someone help me? It represents a script if it checks if there is a player or more in a certain area X, Y if there is another one please get me! if #getPlayersInArea({x = 577, y =...
  15. darcioantonio

    Help - NoShareExpSummonMonster

    BR Como adicionar o função NoShareExpSummonMonster em meu servidor 10.98 tfs 1.3? ENG How do I add the NoShareExpSummonMonster function to my 10.98 tfs 1.3 server?
  16. 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 =...
  17. 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.
  18. 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
  19. darcioantonio

    OT CLIENTE 11.49

    is there any otclient for this version of tibia? 11.49?
  20. 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...
Back
Top