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!
I want to try this otx version 7.72 but I get this error .. how can I change the protocol version, from what I saw this in 8.6 I don't know if that influences the error .. can someone help me? -
I have tried this option, but it has not worked. skipItemsVersionCheck = false
this is the otx...
Hello everyone!
I've been researching how to make the 8.6 runes look like the 7.4 and 7.6 runes, but I got it partially!
as? = editing the .dat .spr and item.otb but the error is as follows! the charging system does not work! does not appear and in the item the number of loads he has! and when...
hello, here I bring a video of the error that I have, when I stand up, run the runes well, with the exhausted well .. but when I walk it is different .. which can be, I have followed some tutorials here in ottland in changing some lines in Player .cdd but nothing worked for me
any ideas to...
Hello everyone please don't bash me for using this distro lol but if possible advice me to use a better/newer one if possible in 7.6
This are the logs of the server when I run it, currently using an Ubuntu 18 to do this.
[18:5:52.596] The OTX Server Version: (2.12) - Codename: (OpenTibia)...
my last post, I've been asking for the help of someone who could help me correct the otx3 errors that i tried to add to the cast system! but no one replied, and I'm still the same, I would like to ask for a light from someone who has a 1.2+ tfs with cast, give me a light! let me know which...
Hi. I have 2 problems with shop system.
The OTX Server Global - Version: (3.10)
- 2 weeks ago I didnt have these problems and from tihs time I didnt touch these scripts. But in these two weeks I did a lot changes so i dont know where is problem hiding.
1.) When I order more same items on...
hello everyone, i have been watching my otx recently and strangely it is consuming the cpu way too much, with 246 players online it consumed 90% of the cpu media, so i removed all the bodies that were not disappearing, i reduced the time they stay in the chao, I expected to decrease consumption...
I'm trying to mix this engine (OTX 2): mattyx14/otxserver (https://github.com/mattyx14/otxserver/tree/otxserv2)
With this data pack (legacy server): peonso/tibialegacyserver (https://github.com/peonso/tibialegacyserver)
I just built with _MULTIPLATFORM77, _MULTIPLATFORM76 and without...
Hello,
I'm spending long time seeking for a better engine for my 8.1 ots than xmls, but I'm facing lots of problems, here is one of them:
I got OTX 2.XS-1 and 3 (Crying Damson and Lord Zedd) for 8.0-8.11 (64 bit).
The server itself works, but it doesn't read my map properly or totally.
My 8.1...
"exevo gran mas vis" para "exevo gran mas ina"
não funciona o paralyze ...
(my distro is The OTX Server Version: (2.X.S - 4) Otserver 7.72)
my code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED)
setCombatFormula(combat...
In my code, clicking on the lever removes a stone, and the stone comes back in 10 seconds, but if you keep clicking on the lever an error occurs, I would need the lever works again only after 10 seconds. if the player clicks before 10 seconds the lever would not perform any function.
(my distro...
Greetings, community!
A few moments ago I was writing a script for which I needed to get the uid of a container.
function addGps(cid)
local gps = doPlayerAddItem(cid, 12897)
for i = 12901, 12898, -1 do
doItemSetActionId(doAddContainerItem(gps, i), gps)
end
return true...
En ;
I have this problem, I try to use the machine but I can not select the slots, can anyone help me? My English is very bad.
Pt;
Estou comeste problema, eu tento usar a maquina mas nao consigo selecionar os slots, alguem pode me ajudar? meu ingles é pessimo
Hello!
I am looking for data pack tfs 1.2 with a small number of errors
is there any other imbuing system after za otx?
what do you think about otx?
whether to choose tfs 1.2?
I used OTX2 (Tfs 0.3.7) and not working this script
[2/10/2018 1:52:52] [Error - NpcScript Interface]
[2/10/2018 1:52:52] data/npc/scripts/simple_task.lua:onCreatureSay
[2/10/2018 1:52:52] Description:
[2/10/2018 1:52:52] data/lib/100-shortcut.lua:260: attempt to index a boolean value...
I'm using OTX 8.60.
I would like to know how I do it so that every time the player sells an ITEM through the NPC Shop he receives any Storage. To illustrate better, we see that in the code below the ITEM Wand of Vortex can be sold from the player to the NPC.
shopModule:addSellableItem({'wand...
Hello, i've got this code to change Gold Coin into Platinum Coin automatically, but there's no console error and the gold it's not changing.
function onThink(creature, interval)
local player = creature:getPlayer()
if not player then
return false
end
if...