sebbe hbk
Mapper - Hoster
I dont get it... I have maked donation items but it doesnt add magiclevels points when it says: 11:58 You see Mage legs (Arm:8, magic level +5, protection physical +2%).
It weighs 66.00 oz.
Is it something wrong in my item.xml?
Is it to much space between <attribute key? and the beginning of the text? Like this:
Repp++
It weighs 66.00 oz.
Is it something wrong in my item.xml?
Code:
<item id="11298" name="Mage legs">
<attribute key="armor" value="8" />
<attribute key="slotType" value="legs" />
<attribute key="absorbPercentPhysical" value="2" />
<attribute key="magiclevelpoints" value="5" />
<attribute key="weight" value="6600" />
</item>
Is it to much space between <attribute key? and the beginning of the text? Like this:
Code:
<item id="11298" name="Mage legs">
<attribute key="armor" value="8" />
<attribute key="slotType" value="legs" />
<attribute key="absorbPercentPhysical" value="2" />
<attribute key="magiclevelpoints" value="5" />
<attribute key="weight" value="6600" />
</item>
Repp++