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!
Hi, I have a problem creating the "guilds" occupy Gesior acc.
when I create a guild on the website and I am connected to my server finally left the guild without a leader.
Look at the pictures.
I create a guild being connected
Uploaded with ImageShack.us
I'm in the guild...
Rare error, which is a problem?
[15/10/2012 2:19:6] Fgdfgd has logged out.
[15/10/2012 2:19:6] Captain Morgan's has logged in.
[15/10/2012 2:19:6] mysql_real_query(): UPDATE `players` SET `ip` = '200.83.188.247' WHERE name = 'Captain Morgan's'; - MYSQL ERROR: You have an error in your SQL...
creaturescript "vip.lua"
-- Vip medal by Kekox
function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerVipDays(cid) > 365 then
doPlayerSendCancel(cid, "You can only have 1 year of vip account or less.")
else
doAddVipDays(cid, 15)...