Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
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...
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)...
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
<?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...
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?
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?