• 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

    Spell Help

    it didn't work, I already tried like that <instant group="attack" spellid="59" name="Tremor" words="skill 1" lvl="70" mana="10" prem="0" needweapon="1" direction="0" cooldown="1000" groupcooldown="1000" needlearn="0" script="novas magias/tremor.lua"> <vocation name="Mago"/>...
  2. 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"...
  3. darcioantonio

    Request function TFS 1.2

    I managed using it now -- Register in creaturescripts.xml <event type="HealthChange" name="Teste" script="teste.lua" /> -- Register in Login.php player:registerEvent("Teste") -- Register in teste.lua function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage...
  4. darcioantonio

    Request function TFS 1.2

    if a monster attacks me it will have an effect on me! I just need the function and a simple explanation of how to put the script into action + if monster_ataque_me_player then sendefect(me_player) end I am creating a system of attributes on items such as shields, swords etc, as soon as the...
  5. darcioantonio

    Request function TFS 1.2

    THX 1584817820 @zxmatzx You can put an example of when the monster attacks me it has a different effect from the player and how to record it!
  6. darcioantonio

    Request function TFS 1.2

    @Nemphis have an example of how to use please?
  7. darcioantonio

    Request function TFS 1.2

    Up?
  8. 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!
  9. 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.
  10. darcioantonio

    A simple help

    Thank you very much, I will test!
  11. darcioantonio

    A simple help

    I didn't quite understand you can give an example please!
  12. 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 =...
  13. darcioantonio

    Help - NoShareExpSummonMonster

    Then you say you have to add something to Config.lua?
  14. 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?
  15. darcioantonio

    TFS 0.X [MOD] Task

    Close Topic Plis!
  16. darcioantonio

    [OTClient Mod] Health and mana circle

    Thx bro!
  17. darcioantonio

    [OTClient Mod] Health and mana circle

    DOWNLOAD???? LINK ???
  18. darcioantonio

    Convert Script

    I have in lib/core/string.lua string.split = function(str, sep) local res = {} for v in str:gmatch("([^" .. sep .. "]+)") do res[#res + 1] = v end return res end
  19. darcioantonio

    Convert Script

    Script Here: --[[ Offline player to player item trader (Auction System) by vDk Script version: 1.2a [ -- FIXED CLONE ITEMS BUG -- ] ]]-- local config = { levelRequiredToAdd = 20, maxOffersPerPlayer = 5, SendOffersOnlyInPZ = true...
Back
Top