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!
should work on [1.2] try this teleport:
local config = {
storage = 55666, -- storage the same in 2scripts
position = Position(32345, 31801, 7) -- teleport to pos
}
function onStepIn(creature, item, position, fromPosition)
local player = creature:getPlayer()
if not player then...
I'm not good at this, but I will try (msg like GM: /b):
local config = {
storage = 19400, --time storage
exhtime = 1 * 60, -- time 1=1min
price = 1000, -- price for use or broadcast
level = 100 -- level pra to use or broadcast
}
function onSay(player, words, param)
local timetobr =...
Hey, ye its me again.
I made something like this:
local combat = Combat()
combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
combat:setParameter(COMBAT_PARAM_BLOCKARMOR, 1)
combat:setParameter(COMBAT_PARAM_BLOCKSHIELD, 1)
combat:setFormula(COMBAT_FORMULA_SKILL, 0, 0, 1, 0)
local...
Why u ppl can't use tags or correct title like: [TFS 1.x] (Action) Lever with TIMEOUT.
Tfs ver?
I have something like this, tfs 1.x:
local wallPosition = Position(1000, 1000, 7) --wall position
local wall = 1028 --wall ID
local revertTime = 1 * 60 * 1000 --time: 1=1min
local function...
change:
local function onTradeRequest(cid)
return false
end
to:
local function onTradeRequest(cid)
if Player(cid):getStorageValue(Storage.DjinnWar.MaridFaction.Mission03) ~= 3 then
npcHandler:say('I\'m sorry, pal. But you need Gabel\'s permission to trade with me.', cid)...
I explained it wrong, just dont wont make new topic so asked here. I update TFS and now have problems with some functions like: player:sendChannelMessage in ur script Xeraphus nobody sees msg only player who used script/looted that item:
local rareItems = {2492, 2498}
local CHAT1 = 3...
Hey,
I have problem with this:
function onSay(player, words, param)
if not player:getCondition(CONDITION_INFIGHT) then
player:teleportTo(player:getTown():getTemplePosition())
return false
else
player:sendTextMessage(MESSAGE_STATUS_SMALL, "You...
It's me again, sorry = D
23:47 Player has looted a 1 golden legs!
23:48 Player has looted a 1 golden legs!
Can I dispose of this number '1'? I try made this by myself but got something like this now:
23:52 Player has looted a golden legss!
23:52 Player has looted a golden legss!
;o
Extra 's'...