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

Configuration Items with Atributes!

I am creating the items 8.2
but I do not know how to put the function:
Yol's Bow
It can only be properly wielded by paladins of level 60 or higher.
Attributes: Atk: 0, Def: 0, Range: 7, Hit +7%.


someone could help?

<item id="8762" article="a" name="Yol's Bow">
<attribute key="attack" value="0"/>
<attribute key="weight" value="3500"/>
<attribute key="weaponType" value="distance"/>
<attribute key="slotType" value="two-handed"/>
<attribute key="ammoType" value="arrow"/>
<attribute key="range" value="7"/>
<attribute key=" ??? " value="7"/>
</item>
 
It depends on which distro you use because the distros based on evolutions support "incrasePhysicalPercent" I think that could work :)

else it will be impossible to do that now, until they added such an attribute into the source code...

kind regards, Evil Hero
 
It depends on which distro you use because the distros based on evolutions support "incrasePhysicalPercent" I think that could work :)

else it will be impossible to do that now, until they added such an attribute into the source code...

kind regards, Evil Hero

TFS 0.2.3 rev. 906
 
Hey, I had a ring that was making your max HP x2 bigger(that wass "maxHitPointsPercent" in TFS 0.2.7)
Now I'm using TFS 0.3.6 and attribute like "maxHitPointsPercent" doesnt work... Ofc I added line in movements.xml :/

(sorry for my english)
 
Back
Top