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

    Boosted Monster Gesior

    I'm trying to insert the boosted monster into gesior. Can anyone help me? I use TFS 1.5 I'm not able to make the monster image appear, I've already configured the database, I just can't make gesior show the monster. <div id="ThemeboxesColumn">...
  2. A

    Roulette system

    Is it possible to make this script by replacing eventcallback? Can anyone help me with this? local config = { actionId = 18562, -- on lever lever = { left = 1945, right = 1946 }, playItem = { itemId = 5197, -- item required to pull lever count =...
  3. A

    How to change weapon level?

    movements.xml
  4. A

    RewardChest dont save items in database

    did not work
  5. A

    RewardChest dont save items in database

    Dont work
  6. A

    RevScripts Mechanic Bosses Quests

    would you like to do for tfs 1.5 downgrade?
  7. A

    RewardChest dont save items in database

    Someone who charges for the service?
  8. A

    RevScripts killuaCaveOwners/no back temple

    function restTempo(storage)-- By Zefz local segundos, minutos, horas = 0,0,0 local tot = storage - os.time() horas = math.floor(tot/3600) tot = tot - horas * 3600 minutos = math.floor(tot/60) tot = tot - minutos * 60 segundos = tot return string.format("Você jل usou este item e precisa esperar...
  9. A

    RevScripts killuaCaveOwners/no back temple

    function restTempo(storage)-- By Zefz local segundos, minutos, horas = 0,0,0 local tot = storage - os.time() horas = math.floor(tot/3600) tot = tot - horas * 3600 minutos = math.floor(tot/60) tot = tot - minutos * 60 segundos = tot return string.format("Você jل usou este item e precisa esperar...
  10. A

    RevScripts killuaCaveOwners/no back temple

    which error?
  11. A

    remeres-map-editor-12x

    file/new after file/import/import map, then just copy the area
  12. A

    RevScripts killuaCaveOwners/no back temple

    Test function restTempo(storage)-- By Zefz local segundos, minutos, horas = 0,0,0 local tot = storage - os.time() horas = math.floor(tot/3600) tot = tot - horas * 3600 minutos = math.floor(tot/60) tot = tot - minutos * 60 segundos = tot return string.format("Você jل usou este item e precisa...
  13. A

    command "!online" is not working

    <talkaction words="!online" script="online.lua" /> local maxPlayersPerMessage = 10 function onSay(player, words, param) local hasAccess = player:getGroup():getAccess() local players = Game.getPlayers() local onlineList = {} for _, targetPlayer in ipairs(players) do if...
  14. A

    RewardChest dont save items in database

    it's not the solution, I'm trying to develop for TFS 1.5 but I need this help, I'm not very good at c++
  15. A

    RevScripts killuaCaveOwners/no back temple

    doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid))
  16. A

    Water Transparency - Borders Problem!

    wrong sprites
  17. A

    AAC Gesior not invite player guild

    ALTER TABLE `guilds` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `name` (`name`), ADD UNIQUE KEY `ownerid` (`ownerid`); ALTER TABLE `guild_invites` ADD PRIMARY KEY (`player_id`,`guild_id`), ADD KEY `guild_id` (`guild_id`);
Back
Top