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

Item level,

Team Pirate

Kinky Ninjas Clan
Joined
Aug 11, 2010
Messages
105
Reaction score
4
Location
sweden
How i edit level of item.
i mean u need to be level 237 to use this item.
to u need to be level 1 to use this item.

thanks and rep+ if u help.
 
Movements.xml
example
Code:
	<movevent type="Equip" itemid="2500" slot="armor" [COLOR="red"][B]level="60"[/B][/COLOR] event="function" value="onEquipItem">
		<vocation id="3"/>
		<vocation id="7" showInDescription="0"/>
	</movevent>
	<movevent type="DeEquip" itemid="2500" slot="armor" event="function" value="onDeEquipItem"/>
Hope you understood.
 
Back
Top Bottom