Hi I have a problem with an increase in x% magic attacks. I tried to attribute value magicPointsPercent and I gave eg 10th I have the engine The Forgotten Server. Please help.
Here, look at items.xml:
Here, look at movements.xml:
Here, look at items.xml:
Code:
<item id="2656" article="a" name="blue robe">
<attribute key="description" value="Magiczna zbroja."/>
<attribute key="weight" value="2200"/>
<attribute key="armor" value="11"/>
<attribute key="magicPointsPercent" value="100"/>
Here, look at movements.xml:
Code:
<movevent event="Equip" itemid="2656" slot="head" function="onEquipItem"/>
<movevent event="DeEquip" itemid="2656" slot="armor" function="onDeEquipItem"/>