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

Lua Puting Vocation on Weopens

Snakie

New Member
Joined
Apr 15, 2010
Messages
263
Reaction score
4
Hey Guys.
How do i put vocation on weopens, i've created a donate axe what do i do so only knights can use it?
Rep++ to the one who helps me!
 
Last edited:
Code:
		<vocation id="1"/>
		<vocation id="5" showInDescription="0"/>
Sorcerer and MS

Code:
		<vocation id="2"/>
		<vocation id="6" showInDescription="0"/>
Druid and ED

Code:
		<vocation id="3"/>
		<vocation id="7" showInDescription="0"/>
Paladin and RP

Code:
		<vocation id="4"/>
		<vocation id="8" showInDescription="0"/>
Knight and EK
 
Back
Top