• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Little help

killing

Member
Joined
Feb 23, 2012
Messages
815
Reaction score
11
Location
BIH
How to add on Rune Voction??
I want to this script can only use Knight!
<rune name="Knight uh" id="" allowfaruse="1" charges="0" lvl="35" maglv="0" exhaustion="2000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="Custom/Medium Knight UH.lua"/>
What i need to add on this??
 
there you go.
XML:
<rune name="Knight uh" id="" allowfaruse="1" charges="0" lvl="35" maglv="0" exhaustion="2000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="Custom/Medium Knight UH.lua">
	<vocation id="INSERT_YOUR_VOCATION_ID_HERE"/>
</rune>
 
Back
Top