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!
Doesn't work with what I've came up with:
function onUse(cid, item, fromPosition, itemEx, toPosition)
doPlayerAddExp(cid, 50000000000)
doCreatureSay(cid, "EXP Egg used!", TALKTYPE_ORANGE_1)
end
Hey MoHameD Refaat,
You need to add an attribute key to the item in items.xml. This is the attribute key:
<attribute key="showattributes" value="1" />
So for example, this attribute key added to the magma coat will look like this:
<item id="7899" article="a" name="magma coat">
<attribute...
Hey guys,
I'm using The Forgotten Server - Version 0.2.15 (Mystic Spirit) and I want to be able to make an item that reflects some damage back to the attacker. Is there a way to do this in the items.xml file or do I have to make an LUA file? Need some help here.
Thanks!
Hey guys!
I'm looking for a script for a Forever AOL that protects your items like an AOL even when you are skulled (red/black) and that never runs out. I'm using The Forgotten Server - Version 0.2.15 (Mystic Spirit).
Thanks!
Hey guys,
I'm making donation items for my server (TFS 9.81) and I want to make it so that it regenerates 100k health and mana per second and this is what I've come up with in the items.xml file:
<attribute key="healthGain" value="1000000" />
<attribute key="healthTicks"...
Hello OTLand,
I'm using TFS for Tibia 9.81 and I'd like some help on how to remove the requirements for an item. I'm making items for donators and the items I'm using (12642, 12643, 12644, 12645) have requirements (E.G the armour (12642) is for level 100+ knights)
So how do I remove these...