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

Problem with items

Ific

New Member
Joined
Apr 14, 2009
Messages
209
Reaction score
0
Location
My Paradise
Hello, i'm trying to make a boots who absorb all damages, but, doesn't work,I'm using TFS 0.33.

anyone can help me?^_^
 
In movements.xml, add this;
Code:
	<movevent type="Equip" itemid="[B]ID OF BOOTS[/B]" slot="feet" function="onEquipItem"/>
	<movevent type="DeEquip" itemid="[B]ID OF BOOTS[/B]" slot="feet" function="onDeEquipItem"/>
 
[20/04/2009 01:04:23] [Warning - BaseEvents::loadFromXml] Can not open movements.xml
[20/04/2009 01:04:23] > ERROR: Unable to load MoveEvents!

:S
 
Back
Top