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!
There are players that aren't invited in the house that are being able to Open backpack in the doors of those houses, but, that's not how it's supposed to be, how can i Change it and make those players who aren't invited to the house don't be able to open the backpack inside the house?
TFS 0.4
Hey Guys, when a character make food with the backpack full, the food drop in the ground and doesn't count mana. How do i Fix it? TFS 0.4
local FOODS = {
2666, -- meat
2671, -- ham
2681, -- grape
2674, -- aple
2689, -- bread
2690, -- roll
2696 -- cheese
}
function...
hello could someone help me with an exp shared that is not working? i use tfs 0.4 it only works by splitting exp but it doesn't return the bonus for vocations
I don't want her to remove the item, I want it to work as teleport, it works as teleport only for players, but they can't send bagloots for her for example
I do have Piercing Bolt in my server, but it doesn't have a script in weapons... I need to add the option of swing in piercing bolt, but as i don't have the script, i don't know how to do. Someone can help me?
TFS 0.4
tfs 0.4
What function do I use to add fire permission to throw items and also be teleported?
local pos = {x = 33207, y = 32590, z = 8}
function onStepIn(cid, item, position, fromPosition)
if getPlayerAccess(cid) then
doTeleportThing(cid, pos)
doSendMagicEffect(getThingPos(cid), 37)
end...
Hey guys, i need some help in how to put exhaust in Icicle
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true)
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ICEAREA)...
@M0ustafa
What I found out from a player is that the promotion is working correctly, the problem is that it takes about 40 minutes or 1 hour to update when it's free or when it's promotion to change status. How can I solve this delay?
hello, I have a serious problem, my free players, by getting premy and putting promotion, they work until then, the problem is when he is free, he keeps regenerating as if it were premium account, I need to know how to fix it.
tfs 0.4
Good morning, my shared experience is not working, the only things I can set are, minimum level for experience, and number of people to activate, but when I set in experience values it doesn't work, I would like 4 players to get 50% of the total experience, and 2 people earn 20%, 3 people 30%...