• 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 editing items.

yanger

Banned User
Joined
Aug 28, 2009
Messages
740
Reaction score
7
Location
Stalowa Wola, Poland
I changed mine Demon Legs (added some skills) and in tibia when you take Look on helmet, it show this what helmet add. But in practice helmet doesnt give any protection. :mad:




edit:

Now i see that legs gives 10% protection all, but it doesnt gives +10 distance! :/
 
ad your Helmet Movemets.xml
Example:
<movevent type="DeEquip" itemid="7462" slot="head" event="function" value="onDeEquipItem"/>
<movevent type="Equip" itemid="8890" slot="armor" event="function" value="onEquipItem">
<vocation id="4"/> <--- Vocations use this item only
<vocation id="8"/>
<vocation id="12"/>
</movevent>
 
mm in quest or items.xml?
here items.xml
PHP:
<item id="2495" name="demon legs">
		<attribute key="weight" value="5400" />
		<attribute key="armor" value="9" />
		<attribute key="slotType" value="legs" />
	</item>
 
Back
Top