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!
Hello everyone, anyone who can help or collaborate I thank you immensely, I am having difficulty implementing the vocation acquisition by the site, my server is from NTO, instead of using item that the person receives the vocation, or NPC that sells the vocation , I'm trying to do the site, so...
OTX 3.0
I would like to set the minimum level for the player to be able to send Private Message.
I've already managed to set the minimum level for Chats: Help, World Chat and Adversiting. They are in Data> Channels. Then I opened the files and edited the codes.
However, I can not find the...
Hello again.
Now i have problem.
My npc is not Police Officer xd
local npc = getNpcCid()
doCreatureSay(npc, string.format("%s rolled a %d.", getCreatureName(npc), random_rollval), TALKTYPE_ORANGE_1, false, 0, dice_pos)
Help :(
Hello,
I have had a look myself but couldn't find much, might be looking in the wrong spot. Im essentially after a script that lets the person use the teleport once every X days/hours/mins.
Essentially the teleport will allow a player to do a "dungeon" run once a week for example. If someone...
i'm using a pvp arena scrip, and works fine , but i want to add a message when player is defeated , and to the player who won , like:
MESSAGE_STATUS_CONSOLE_BLUE,'[ARENA] You defeated (player name) .
MESSAGE_STATUS_CONSOLE_BLUE,'[ARENA] You where defeated by (player name) .
Someone can help me...
Hello i have little problem, im new in making scripts and need little help :p
I want turn"Stamina" into "EXP Boost"
I make Item that Refill Stamina by "x" minutes, but now i have bigger problem.
Thats should work like that:
0 Stamina = Normal EXP (1X)
More than 0 Stamina = Double EXP (2x)...
Hey guys!
Do anyone know how to add this script to the aac?
The online count is linked to "whoisonline" on the aac.
Not trying to copy ezodus. I will ofc customize it!
Pretty sure this is the script but not sure where to put it.
<div class="status-bar notranslate">
<div class="container">...
Hi,
I'm looking for a script which gives each vocation passive ability (they will work all the time) if possible:
- if you're in party, members have increased healing power
- X% monster damage resistance (only monster damage!), X% mana/health regeneration/s,
- arrows, bolts can hit 3 enemies at...
Hi,
I'm looking for a script which makes 1 item (eg. leather armor) add various stats for different classes (eg. mlvl for sorc, sword for knight).
Info:
TFS 1.3
Hello otlanders
Well, i have this bug and consists in that if a player uses a manafluid/lifefluid or other potions fluids and uses the fluid to drop it on the backpack, the fluid doesn't fall to the floor and i get this exe console error
[Error - Action Interface]...
Friends good night.
I have a problem that is preventing me from placing my enforced online.
I've tried everything, and I'm getting discouraged :/
I think the problem is simple: I can not configure my startskills!
As much as I put the skills I want at startskill.lua, players are born bugged.
My...
Hi, im looking for someone capable or interested in helping creating a 7.6 tf server, like the one Becks had many years ago, of course we want the server to be sql or so, or even the xml type, the only problem with the xml servers we have is that they have an automatic afk check system that we...
hey.
im looking for lever script that will decay all enchanted weapons back into normal.
cost of the change is 5k.
i tried make one myself but, the amount of errors i got could destroy the death star. ()
so i look for more experience one to help me out here.
visual example:
if there's...
!!Hello! Im sorry if this is in the wrong thread I really couldnt tought of a better place.... But I want to kindly ask for a "fix" to this Dice npc, Im using TFS 1.2 in a 10.100-10.46 Client. I tought that this could a nice addition to the server but somehow I cant get it to work properly, i...
Witam szukam ludzi chętnych stworzyć serwer RP
Szukam skryptera/ów.
Mogę zaoferować:
- Opłacanie serwera
- Zaangażowanie w projekt
- Komunikację
- Milą atmosferę
Oczekuję od skryptera:
- Zaangażowanie
- Znajomość pisania kodu w LUA
Kontakt:
Discord: Gawsh#6001 albo serwer na...
hello ppl, hope u r doing fine today.
i hope someone can create this for me, i need a npc that yells any text continiously like " hurry up , we are leaving!", also when you speak to him he gives you this text:
you: Hi
NPC: This is the worst place to be if you want to Leave i can take bla bla...
Hello guys, anyone can help-me with a question?
Hello everyone, I would like to know how to keep the trade window from all available, even if there is no money in backpack to buy certain item.
Like this
For this, without money of course.
I want to leave everything available, but when...
When the player clicks on the box, he will lose blood and have 1 hp ...
Help!!!
**************
Script:
function onUse(cid, item, frompos, item2, topos)
msg = "Die!"
posplayer = getPlayerPosition(cid)
hit = math.random(50,150)
doPlayerSendTextMessage(cid, 22, msg)
if item.uid == 65457...