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!
Try.
local config = {
amount = 20, -- HPs by second
time = 5, -- seconds
exhaust = {
storage = 1000,
time = 10, -- Exhaust time seconds~
}
}
local function doRegeneration(cid, amount, seconds)
if seconds <= 0 then
return false
end
doCreatureAddHealth(cid, amount)...
Something like this?
local config = {
amount = 20, -- HPs by second
time = 10 -- seconds
}
local function doRegeneration(cid, amount, seconds)
if seconds <= 0 then
return FALSE
end
doCreatureAddHealth(cid, amount)
doSendAnimatedText(getThingPos(cid), "+" .. amount...
I remember i've played something like this...
Humans, Orcs, Elfs, Minotaurs, Dwarfs...
All races had their king to protect. PVP-E.
Don't remember name thought.
Played this among 50-60 players, like ?? years ago...
Im tired of brs~ so im going to make my own server...
till now i have all sprites and some scripts working...
Maybe i release the server when i finish it.
s2