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

armor & vocations

Jafab

Learning Graphic Design
Joined
Jun 30, 2010
Messages
339
Reaction score
5
Location
Miami, FL
guys im editing items for my donation shop, but i wanna change the vocation you need to use the golden armor. how can i do that

TO THE CORRECT ANSWER ILL REP++!
 
First, Movements.xml and search for 2466.

Then you will see this:
Code:
<movevent type="Equip" itemid="2466" slot="armor" event="function" value="onEquipItem">
		<[COLOR="red"]vocation id="4"[/COLOR]/>
		<[COLOR="red"]vocation id="8"[/COLOR] showInDescription="0"/>
		<[COLOR="red"]vocation id="3"[/COLOR]/>
		<[COLOR="red"]vocation id="7"[/COLOR] showInDescription="0"/>

Then you change the vocation ID's, to what you want. :)
 
Back
Top