• 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!

item attribute

  1. K

    Add more attributes in doItemSetAttribute

    *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...
  2. dewral

    item.lua attributes new

    Hello i have in tfs 1,5 772 an attributes like: { "bonushealing", ITEM_PARSE_BONUSHEALING }, { "damagemitigation", ITEM_PARSE_DAMAGEMITIGATION }, { "bonusregen", ITEM_PARSE_BONUSREGEN }, { "supporthealing", ITEM_PARSE_SUPPORTHEALING }, { "flexskill", ITEM_PARSE_FLEXSKILL }...
  3. Codinablack

    Revscripts(1.3) Custom Equipment {SYC}

    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...
  4. DaBlauwk

    TFS 1.X+ Attackspeed as item attribute

    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...
  5. Kuantikum

    Item.otb - How to edit items ?

    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...
  6. G

    World Board

    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.
  7. N

    BOSS Monster Loot: Unique drop (reward system)

    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...
  8. LightTenshimaru

    Lua Gain X% Attributes When Equiped.[Creaturescript]

    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...
  9. miens

    Solved tfs 1.0 setAttribute ITEM_ATTRIBUTE_ATK not working

    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...
Back
Top