• 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

    TFS 1.X+ stopEvent or stopScript

    I'm a bit lay about the script. Can you give me an example similar to my script where to use it @Techrlz
  2. darcioantonio

    TFS 1.X+ stopEvent or stopScript

    Hello I have a script that counts from 0 to 5 seconds I would like to know if as soon as the script started it would have like to pause it by clicking on a lever or something of the sort function onUse(cid, creature, player, item, fromPosition, target, toPosition, isHotkey) darcio(cid)...
  3. darcioantonio

    TFS 1.X+ Cliente Tibia 11

    I did everything correctly, the client worked but got this error in the end. login.php is already inside the www folder
  4. darcioantonio

    TFS 1.X+ Cruel Doubt

    TFS: 1.2 CLiente: 10.90 I have this script. function onStartup(cid, creature, interval, player, creature) addEvent(function() Game.broadcastMessage("1", MESSAGE_STATUS_WARNING) end, 5*1000) addEvent(function() Game.broadcastMessage("2", MESSAGE_STATUS_WARNING) end, 10*1000)...
  5. darcioantonio

    TFS 1.X+ Create ite in area randon

    Fiz dessa forma e funcionou local from = {x=1252,y=1007} local to = {x=1261,y=1013} function onUse(cid, item, fromPosition, itemEx, toPosition) local setX = math.random(from.x,to.x) local setY = math.random(from.y,to.y) doCreateItem(1746, 1, {x = setX,y = setY,z = 4}) return true end
  6. darcioantonio

    TFS 1.X+ Create ite in area randon

    I put it like you did and nothing happened
  7. darcioantonio

    TFS 1.X+ Create ite in area randon

    Hi, good evening, is it possible to create an item in a certain random area? I have a square and I want item 1746 to be created somewhere in the square. I did this but it creates 1 item in every sqm of the whole area :( function onUse(cid, item, fromPosition, itemEx, toPosition) Box() end...
  8. darcioantonio

    TFS 1.X+ Sound when walking 'orange msg'

    may by any one after I edict,
  9. darcioantonio

    TFS 1.X+ Sound when walking 'orange msg'

    Have Efect or script plise.
  10. darcioantonio

    Action Grenade

    Ops; You have to redo this script for tfs 1.2
  11. darcioantonio

    Action Grenade

    Você tem que refazer este script para tfs 1.2
  12. darcioantonio

    TFS 1.X+ Sound when walking 'orange msg'

    can be a tile or a floor also helps a lot there on the map in several points.
  13. darcioantonio

    TFS 1.X+ Sound when walking 'orange msg'

    tfs 1.2 Version 10.90 Hi all. Is there any way or script for when the character is walking he emits some kind of sound 'those msg in orange that shows of a screaming monster', I am creating a kind of tibia royale, as it will not exist exiva in the game I need the player be noticed if you walk...
  14. darcioantonio

    TFS 1.X+ Teleport all player in are to area

    is working perfectly mind, I have 2 doubts, the first is if the character is in the same sqm of another character only 1 theme tp. the second is, would it be for the characters that take teleportation to go to a random area of a certain region?
  15. darcioantonio

    TFS 1.X+ Teleport all player in are to area

    Hi, good afternoon, I need an action that teleports all the players in a certain area. North Left: {x = 1252, y = 1007, z = 5} South Right: {x = 1261, y = 1013, z = 5} Final Position: {x = 1253, y = 1010, z = 6} I found some but I could not make it work. Thanks, remembering that I use tfs 1.2...
  16. darcioantonio

    Erro Compile Server

    UploadDeImagens.com.br - 1.png
  17. darcioantonio

    Erro Compile Server

    Error :( I'm trying to increase OTclient's UploadDeImagens.com.br - 1.png
  18. darcioantonio

    OTClient window fixed?

    @Okke Bro helpe me in 800 x 600 no more plise local musicFilename = "/sounds/startup" local musicChannel = g_sounds.getChannel(1) function setMusic(filename) musicFilename = filename if not g_game.isOnline() then musicChannel:stop() musicChannel:enqueue(musicFilename, 3) end...
  19. darcioantonio

    OTClient window fixed?

    it is possible to leave the otclient window fixed 800x600
  20. darcioantonio

    Wiki Znote Acc

    Português : Existe algum tipo de wiki para znoteAcc para que meus jogadores concigam ver os items do game? Alguma pagina igual a do config.php que mostra os rates do servidor, mas quero para os itens, Espadas, Machados etc. Inglês: Is there some kind of wiki for znoteAcc so my players can see...
Back
Top