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

Items and Vocations

Code:
<movevent type="DeEquip" itemid="[COLOR="yellowgreen"]ID[/COLOR]" slot="[COLOR="green"]head/armor/shield/legs/boots or so[/COLOR]" event="function" value="onDeEquipItem"/>
	<movevent type="Equip" itemid="[COLOR="yellowgreen"]ID[/COLOR]" slot="[COLOR="green"]head/armor/shield/legs/boots or so[/COLOR]" event="function" value="onEquipItem">
<movevent type="Equip" itemid="[COLOR="yellowgreen"]ID[/COLOR]" slot="[COLOR="green"]head/armor/shield/legs/boots or so[/COLOR]" event="function" value="onEquipItem">
		<vocation id="[COLOR="blue"]HERE YOU PUT VOCATION ID[/COLOR]"/>
		<vocation id="[COLOR="blue"]HERE YOU PUT VOCATION ID[/COLOR]"/> [COLOR="purple"]you can delete one line for only one vocation[/COLOR]

</movevent>

configure it with ITEM ID and SLOT TYPE then paste it to ...data\movements\movements.xml

also you can change parameters or wands/rods etc. in ...data\weapons\weapons.xml
 
Last edited:
Ok, thanks... Know anything about the Vocation problem? I checked Vocations.lua aswell and the druid id's match up :S
 
Back
Top