Hello,
When i add item attributes to a certain item they dont show..
Etc.
In-Game:
See? it only shows 2 of the 4(or 5? not sure if holy is included) but it still gives damage reduction for the other 2 elements (fire and ice)
I've tried doing it seperately, e.g: absorbPercentFire, Ice, Earth, Energy but it still only shows Energy and Earth In-Game.. I thought maybe it only shows 2 attributes by default but then i tried this:
But when i look In-Game it only shows Physical%.
I've tried adding <attribute key="showattributes" value="1" /> But that does nothing.
Does anyone know why?
Im using TFS 0.4 Rev 4225.
Thanks.
When i add item attributes to a certain item they dont show..
Etc.
Code:
<item id="2656" article="a" name="blue robe">
<attribute key="weight" value="2200" />
<attribute key="armor" value="11" />
<attribute key="slotType" value="body" />
<attribute key="absorbPercentElements" value="5" />
</item>
In-Game:
Code:
23:37 You see a blue robe (Arm:11, protection energy +5%, earth +5%).
It can only be wielded properly by sorcerers and druids of level 100 or higher.
It weighs 22.00 oz.
See? it only shows 2 of the 4(or 5? not sure if holy is included) but it still gives damage reduction for the other 2 elements (fire and ice)
I've tried doing it seperately, e.g: absorbPercentFire, Ice, Earth, Energy but it still only shows Energy and Earth In-Game.. I thought maybe it only shows 2 attributes by default but then i tried this:
Code:
<item id="10016" article="a" name="batwing hat">
<attribute key="weight" value="600" />
<attribute key="armor" value="3" />
<attribute key="slotType" value="head" />
<attribute key="absorbPercentPhysical" value="5" />
<attribute key="absorbPercentDeath" value="5" />
</item>
But when i look In-Game it only shows Physical%.
I've tried adding <attribute key="showattributes" value="1" /> But that does nothing.
Does anyone know why?
Im using TFS 0.4 Rev 4225.
Thanks.