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 have erro with my spells
Lua Script Error: [Spell Interface]
data/spells/scripts/buff/sorc1.lua:onCastSpell
data/spells/scripts/buff/sorc1.lua:46: attempt to call global 'doPlayerSetStorageValue' (a nil value)
stack traceback:
[C]: in function 'doPlayerSetStorageValue'...
Try This
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if player:getLevel < lvl then
player:teleportTo(toPosition, true)
else
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "Only the worthy may pass.")
end
return true
end
Try this
local lvl = 250
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if player:getLevel < lvl then
if item.itemid == 5114 then
player:teleportTo(toPosition, true)
end
else
player:sendTextMessage(MESSAGE_EVENT_ADVANCE...
fsMinPlayers = 2 --min players needed when time runout / minimo de players necesarios para comenzar el evento.
fsMaxPlayers = 5 --max players to join / maximo de players.
I alredy change to min 2 max 2, same error. No have player enough to start event.
Hi, i want when player do look can see all protection that player have.
exemple:
You see Matheus (Level 42098) [Resets: 1].
He is a Master Sorcerer.
[PVP Kills: 0] [PVP Deaths: 0]
[Protection: 100%]
i use TFS 1.2
I want make fast attack depends from First Skill. In TFS 0.3.7 have this code.
But i want change in TFS 1.2
uint32_t Player::getAttackSpeed() const
{
int32_t SpeedAttack;
SpeedAttack = vocation->getAttackSpeed() - (getSkill(SKILL_FIST, SKILL_LEVEL) * 10);
if (SpeedAttack < 500) {...
fsMinPlayers = 2 --min players needed when time runout / minimo de players necesarios para comenzar el evento.
fsMaxPlayers = 5 --max players to join / maximo de players.
The event can be start with 2 player min or 5 player max, so i can start event with 2 player.
1578070065
This message show...
@Delusion how i put to player see onLook all reflect %??
I put 10% in my set (helmet, armor, legs, boots), and when i do look in myself or other player i want see the all %. How i do this?
I have error, i have 2 players in event and its dont start, and no show error in console.
16:33 Luna has joined the Firestorm Event! [2/5].
16:34 Welcome to vip area. Enjoy!
16:34 firestorm Event failed to start, because of to little players joined the event!