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

Bug? Movemments.

Kayan

Active Member
Joined
Sep 19, 2007
Messages
1,561
Reaction score
38
Location
Santa Catarina
Code:
	<!-- Tell Crossbow -->
	<movevent event="Equip" itemid="8849" level="85" premium="yes" function="onEquipItem">
        <vocation name="Royal Paladin" showInDescription="0"/>
		<vocation name="Paladin" showInDescription="1"/>
	</movevent>
	<movevent event="DeEquip" itemid="8849" function="onDeEquipItem"/>

Sorceres, druids can use lol. o.O'
 
I don't think you define which vocations can use a weapon in movements. I believe you do that in the weapons.xml file.
 
Could it be because you also got that weapon id in weapons.xml?

sry misspost, had this page up for like 1 hour and forgot to refresh and look at replys before posting.
 
Back
Top