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

    Screen ./tfs.sh

    Screen starts, but after reboot does not want to restart the server tfs.sh #!/bin/bash rm screenlog.* ulimit -c unlimited screen -L -S Classic ./tfs;
  2. D

    Date Ban Gesior 2012 TFS

    where change date ban ? Banished: 1 January 1970, 1:00 am
  3. D

    Tfs 1.3 Server Crash= Don't save account

    how to close a secure server in Putty?
  4. D

    Tfs 1.3 Server Crash= Don't save account

    Server during the crash does not save the player's position, things, skill Server Don't Have Anty Rollback my server save.lua local shutdownAtServerSave = false local cleanMapAtServerSave = false local function serverSave() if shutdownAtServerSave then...
  5. D

    Black Skull Remove

    TFS 1.3 Skull.lua -- Scripted by Leon Zawodowiec -- function onUse(cid, item, frompos, item2, topos) local playerskull = getCreatureSkullType(cid) local skulls = { SKULL_NONE, SKULL_YELLOW, SKULL_GREEN...
  6. D

    Npc Rashid Parameter(s) missing for item: nil nil

    Rashid Parameter(s) missing for item: nil nil <?xml version="1.0" encoding="UTF-8"?> <npc name="Rashid" script="Rashid.lua" walkinterval="2000" floorchange="0" walkradius="3"> <health now="100" max="100" /> <look type="146" head="100" body="100" legs="119" feet="115" addons="2" />...
  7. D

    Rune Create monster "utevo res" only use item

    I would like to add something to this script that after using runes will invoke a monster with name for example ,, monk ''?,, ,,Rat" TFS 1.3 local function f(c) if isMonster(c) then doRemoveCreature(c) end end function onCastSpell(cid, var) local p = getThingPos(cid)...
  8. D

    Rme does not load houses

    next to the same name I changed the name with the rme and the same
  9. D

    Rme does not load houses

    No, when I open the map editor and check the map I have a different name
  10. D

    Rme does not load houses

    i tried to change names save with other names nothing helps rme can not see house.xml it never happened to me that something like this happened
  11. D

    Rme does not load houses

    maybe it's fun but the map I have is complete with the houses rme does not read the errors uploads the map normally only the houses can not be seen and the server also does not read the houses but on the map are
  12. D

    Rme does not load houses

    Bump
  13. D

    login.php tibia 12

    <?php /** * Created by Notepad++. * User: Malucooo - Erick Nunes * Remaked of login.php by JLCVP and parts of login.php by Monteiro. Thanks for both! * Date: 18/09/17 * Time: 03:01 */ require 'config/config.php'; // comment to show E_NOTICE [undefinied variable etc.], comment if you want make...
  14. D

    Tfs 1.3 Market Search Problem

    I wrote as he writes in the engine static constexpr auto STATUS_SERVER_VERSION = "Based on TFS 1.3"; ok, is any file soruce is out of this engine what should it be? or alternatively if you could direct me which file to look for?
  15. D

    Tfs 1.3 Market Search Problem

    Does anyone know where to look for the reason? what file may be responsible for it or what may be to blame?
  16. D

    Rme does not load houses

  17. D

    Data/Scripts/Actions/Newdoors.

    Can you send me where to paste this line? because something does not come out in advance thanks
  18. D

    Problem save house.xml Rme

    Problem with house xml record. After saving the house-xml map from 126 kb saves to the house-xml format 80kb without city names I tried the combination Ctrl + P renaming does not give anything Rme 3.3 Rme 3.2 does anyone have any ideas?
Back
Top