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 wanted a good script for a quest follows, that when the player wanted to use this lever appear a teleport that would lead into a boss and teleport stay one minute for every player that quissesem go after that one minute every player who entered the teleport he closed and the boss was summoned...
function onUse(cid, item, fromPosition, itemEx, toPosition)
removals = {
{ item = 1304, pos = { x = 1276 , y = 1297 , z = 10 } },
}
local pos = { x = 1276 , y = 1297 , z = 10 }
if item.itemid == 1945 then
for i = 1, #removals do...
I have a lever errror in poi when use some of the stone I use it again and the error does not disappear.
my scripts
poi_stone.lua
function onUse(cid, item, fromPosition, itemEx, toPosition)
removals = {
{ item = 1304, pos = { x = 1276 , y = 1297 , z = 10 } },
}
local pos...