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

[7.6] Blue Robe - increase in attacks by x%

Arounder

New Member
Joined
Aug 20, 2010
Messages
9
Reaction score
0
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:

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"/>
 
Back
Top