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 everyone!
I was wondering if there’s an easy way to implement the following mechanism:
When opening the trade window with an NPC, I’d like to apply a filter that hides items in my backpack that have specific customAttributes from being displayed as sellable. In other words, I have an item...
I have implemented % damage increase when consuming certain items, and it works on regular TFS 1.4.2. We then moved everything to TFS Optimized and there I saw that there is no onSpawn function for monsters.
Is there any other workarounds? Or other ideas? :D
Hey guys, I'm having trouble getting the attack speed attribute to work with crossbows and bows. I tried a workaround I found in another discussion, but strangely, it only works when the attack speed attribute is applied to the ammunition, completely ignoring the attribute applied to the...
*I'm using tfs 0.X (0.4 or 0.6)
*Client 8.60
I would like to know how I can add more attributes to doItemSetAttribute, for example:
doItemSetAttribute(item, "maxhealth", 300)
doItemSetAttribute(item, "maxmana", 700)
doItemSetAttribute(item, "speed", 300)
doItemSetAttribute(item...
Ok everyone, I have been working on something for a few weeks in my spare time, and I'm here to share with you, a "Custom Equipment" system, that loads all your custom equipment properties thru a single xml file.
Credits to : @azzkaban for original release this is based off of here
Special...
Hello!
I've tried to add attackspeed to item attributes.
I'm using this release: [8.6] [TFS1.3] Global + Source + Web + tools + Quest Reward System (https://otland.net/threads/8-6-tfs1-3-global-source-web-tools-quest-reward-system.271659/)
I recompiled successfully and added everything here TFS...
Hello guys!
It is my first time to edit the items, I am using this ITEM EDITOR 10.98 to try to modify an item, I want to add the MULTI USE option. When I identify the item and make the modification by checking MULTI USE and saved, it is like this in red and when I go to check on the server...
The Adventures Store world board is not working and does not have a look function. Can someone help?
You see the world board.
This board will notify you of currently active mini world changes all over Tibia.
Hello, I have been trying to solve a problem with unique items getting looted by every participant that join the fight.
I found out that the code is not finished to avoid multiple people getting the unique item.
I am using otservbr-global.
And this is the part of the code that is unfinished...
I'm making a script that when equipping [Wand + Shield], [Sword, Axe, Mace + Shield], [Crossbow] have an attribute bonus in [ML], [SWORD, AXE, MACE], [DISTANCE] respectively.
But I have a lot of problems, the first is that activation message creature: say ("Damage Bonus", TALKTYPE_MONSTER_SAY...
Hey
I had a spell modifying item attribute in tfs 1.2 and everything worked fine. I had to switch to older version and now when I call the same method (setAttribute) its not changing anything and even returns null. I tried debugging it for hours with no effect. Any ideas what might be wrong...