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

Solved Editing Items

Status
Not open for further replies.

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
44
Location
Mexico
Hi, in my ot im making donacion items, but i have a question, how can i edit an armor that is for palys and knights, and make it only for knights?:confused:
 
Last edited:
data/movements/movements.xml
Example:
Code:
	<movevent type="Equip" itemid="2472" slot="armor" event="function" value="onEquipItem">
		<vocation id="4"/> --Remove
		<vocation id="8" showInDescription="0"/> --Remove
		<vocation id="3"/>
		<vocation id="7" showInDescription="0"/>
	</movevent>
Just remove those marked rows.
 
Status
Not open for further replies.
Back
Top