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!
-Repost-
Regards, my issue remains the server save on my OT server as it says in the title, the saved can take up to 50 seconds, which for me is too much time, since it disconnects the players...
OT server features:
TFS 0.4_SVN 8.6
compiled version 3.4.5 (from otland)
save.lua
local config = {...
@OT World error runtime on console in:
-- remove the teleporter if its exist
if getTileItemById(Tp_Place, 1387).uid > 0 then
doRemoveItem(getTileItemById(Tp_Place, 1387).uid, 1)
@heba the teleport removed when the player enter into the teleport
Greetings, my issue is on the Classic MOD of CTF Event ( Capture The Flag)
in this part where when the event ends, the teleport is still open, and in my case i want the teleport to be removed...
(MOD, ) CTF.xml:
Capture The Flag Event.xml
Essential part:
Tp_Place = {x=824,y=1018,z=7} -- Place...
Go To Server Web
WEB: tikton.sytes.net:8080
IP: tikton.sytes.net
Tikton Server Real Map 8.6 Edited
Exp Rate: x150
Skills: x35
Magic: x25
Loot: x3
Real Map 0 Bugs and Full 100% Citys & Quests!
All Citys: Thais, Gengia, Oken, Ethno, Zao, Razachai, Calrin, Yalahar, Edron etc...
Well, I thought the script was the same as the common ones, so here's my friend:
local config = {
broadcast = {30},
shallow = "no",
delay = 120,
events = 30
}
config.shallow = getBooleanFromString(config.shallow)
local function executeSave(seconds)...
Greetings Otlanders, my issue is the next, i got a TFS 0.4 8.6, and my server when it saves, it freezes more than 30 seconds, i mean, server saving takes time at least 35-40 seconds, and disconnect from the server for a while.
Is a problem with the save script, or maybe a bad configuration in...
Hello everyone, I hope and do not be a nuisance, to be asking for a different Characterprofile since the one I have in position is not to my liking, i would like to ask you in the most attentive way if someone is tempted to dedicate a little of time (if it is professional in this, it will cost...
Regards, My problem is in the console, having the server open for a few seconds i get this error and close the console:
How do i solve that? i wait your answers, thank you.
Good, straight to the point, my problem is on my console,
Version OTX, TFS 0.4 Windows x64 bits
OS Windows 10
My problem is to have my console open, this stable is functional, but in a couple of hours, the console closes directly without throwing any error, everything is fine, in a lapse of...
@DukeeH
And the correct finally code will be this?
function giveReward(cid)
local t = math.random(1,100)
if t <= 100 then
local rare = rewards_random[100].items[math.random(1,#rewards_random[10].items)]
doPlayerAddItem(cid,rare,100)...
Cannot put full mod but, this is the part on has i think will be need edited:
<?xml version="1.0" encoding="utf-8"?>
<mod name="CTF" version="1.0" author="Doggynub" contact="otland.net" enabled="yes">
<config name="toto"><![CDATA[
--[[ Storage Settings]]--
Owner = 1900 -- put empty storage...