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!
Hi !
I saw a few posts about it, but either TFS was different or it was based on clicking on an object on the map.
I want to create 2 scrolls:
1. World Exp Scroll (I created the item myself) with the function of giving +25% exp for 30 minutes.
The rule is simple, someone buys World Exp...
Sounds like a difficult job :d I saw a dummy on tibiascape that could be bought in the item shop and placed e.g. under the depot and then several people trained with it
It's hard to say... I've done a lot of things. When it comes to file editing, there were certainly changes in the player and shop in some guide. I also removed the client bot, removed new spells from the spell list or removed additional skills from the skill bar (such as crit, mana leach) +...
Using the blessings itself works, but when you remove the scroll, it does not disappear. Additionally, if you already have a blessing, no message informing you about it is displayed. Does anyone know how to add this to the code?
Hi !
I found this code, but it's probably for old TFS. Many others take money.
function onUse(cid, item, fromPosition, itemEx, toPosition)
if item.itemid == 5131 then ---< change
doPlayerAddBlessing(cid, 1)
doPlayerAddBlessing(cid, 2)...
Hi! I would like to create a "Training dummy" that can be summoned from an item and placed on the ground to skill without special weapons. Additionally, it can be done outside the house.
I would also like its duration to be specified (e.g. 10 hours of being summoned), which does not count if it...
I'm trying to implement it in various ways but I'm not successful :( Can you help me with what the code should look like? :D
1724080922
Ok i used ChatGPT With your Lua script. Its work. THANKS ! :D