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!
Hello!
i would like someone that can fix fully working website.
what is a fully working website
that is a website thats its possible to have
news Ticker,news,Forum,highscore,downloads,serverinfo,guilds,guildwars.
more like a tibiacom
Hello!
i would like to create a battle royal game in tibia.
and when first player login there should be a timer that starts and after 2 min or when its have been 100 players online in the server(max players) you should get in to the game.
anyone have an ide how i can make it?
Hello!
im not sure why this it not working
can somone help me?
local gatepos =
{ {x = 1005, y = 1006, z = 7},
{x = 1006, y = 1006, z = 7},
{x = 1007, y = 1006, z = 7},
{x = 1008, y = 1006, z = 7}}
function storm()
local getTile =...
Sloved i used
Mount Windows Shares For Everyone on Ubuntu 17.04 / 17.10 | Website for Students (https://websiteforstudents.com/mount-windows-shares-everyone-ubuntu-17-04-17-10/)
(Smb) file share
Hello!
im going to run
MYAAC 0.7.19 on ubuntu 16.04
is it possible to have
Server path
Path to your TFS main directory, where you have config.lua located.
on windows?
i tryed to type
\\OTSERVER\Users\otserver\Desktop\x64
but its not working.
im thinking like this.
im just testing so the code is not working yet ofc.
if a event start then add item 407 where itemid 724 exist
its working in demon helmet with a leaver if you look.
dhq.lua
local gatepos = {x=33314, y=31592, z=15, stackpos=1}
function onUse(cid, item, frompos, item2...
Hello!
is it possible to Change ground while players are in the game
like after 3 min when the server have been up its will change the ground on "some Sqm" Like Change ground id '724' to 407
Hello!
when im underwater the character dossn't drown.
here is my drwon.lua
local condition = createConditionObject(CONDITION_DROWN)
setConditionParam(condition, CONDITION_PARAM_PERIODICDAMAGE, -20)
setConditionParam(condition, CONDITION_PARAM_TICKS, -1)
setConditionParam(condition...
you need compile it but its easy to compile on ubuntu. or you can download a docker continer with ubuntu thats compiled. but then you need to have knowlege about Docker continers.
killinginthenameof.lua in Creaturescriptsfunction onKill(cid, target, lastHit)
local started = getPlayerStartedTasks(cid)
if isPlayer(target) or isSummon(target) then return true end
if started and #started > 0 then
for _, id in ipairs(started) do
if...
you can see the script in
in lib
[Lua] RANK_NONE = 0 RANK_HUNTSMAN = 1 RANK_RANGER = 2 RANK_BIGGAMEHUNTER = 3 RANK_ - Pastebin.com
any ide how to solve it*?
the script is working sometimes and you can make the task and sometimes not thats the thing thats wierd.
Hello!
my Killing in the name of is makeing the hole server lagg.
the script is trying to write to the database
and when the guy reconnect its working again for a few min then its crash.
Killinginthenameof.lua (in lib)
[Lua] RANK_NONE = 0 RANK_HUNTSMAN = 1 RANK_RANGER = 2...