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!
if math.random(1, 100) <= 20 then
...script...
end
<globalevent name="thehornedfox" interval="7200000" event="script" value="raids/thehornedfox.lua"/>
every 2 hours u have 20% chance to start this raid.
local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
local talkState = {}
function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end
function onCreatureDisappear(cid)...
Hello!
Why in my data base always when player logout skull = 4?
I can create new character, login and logout and in my data base this character have skull 4 and skulltime 0 ?!
My accont manager show red skull near all characters because all have skull 4 ;s
It's for exp x99999 (can't spam 1000x !aol in 2 sec., can't use aols for anti push [when u don't have space, aols drop on ground])
Or you can change this script, and make other.
specjalnie tak pisze, hehe
function onSay(cid, words, param, channel)
if getPlayerStorageValue(cid, 2700) <= os.time() then
local kk = os.time()+2
setPlayerStorageValue(cid, 2700, kk)
if getPlayerMoney(cid) >= 10000 then
if doPlayerAddItem(cid, 2173, 1, false) then
return...
Hello.
Where i can find script "first items"? I get on first login (torch, leatcher armor, club, apple, bag), storage 30001
No are in creaturescripts and mods. Idk where i can find this ;s
Hello,
in tfs is function "slot"??
if slot.righthand == 2280 or slot.lefthand == 2280 then
doPlayerSendText(cid, 20, 'U have magic sword in hand!')
end
?