• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Magma Set etc. dont work

Tomonidis

Member
Joined
Jan 20, 2010
Messages
127
Reaction score
8
Location
Rybnik / Poland
Hello ,

I have tfs trunk 3777 fixed.

My problem its magma set dragon robe etc don't work , dont protect fields and fire.

I put here example of magma coat items.xml and movements.xml in my opinion everything looks ok but its don't work and i don't know why...?

<item id="7899" article="a" name="magma coat">
<attribute key="weight" value="2250" />
<attribute key="armor" value="11" />
<attribute key="absorbPercentFire" value="8" />
<attribute key="absorbPercentIce" value="-8" />
<attribute key="slotType" value="body" />
</item>

<movevent type="DeEquip" itemid="7899" slot="armor" event="function" value="onDeEquipItem"/>
<movevent type="Equip" itemid="8819" slot="armor" event="function" value="onEquipItem">
<vocation id="1"/>
<vocation id="5" showInDescription="0"/>
<vocation id="2"/>
<vocation id="6" showInDescription="0"/>
</movevent>
 
Back
Top