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

rune for custom voc doesnt work

Gsp

RP
Joined
Jan 3, 2008
Messages
250
Solutions
1
Reaction score
4
hi guys. i made a rune for a custom voc in my serv
im trying to make it so only that voc can use the rune

in spells.xml

Code:
<rune name="Lil Sudden Death" id="2263" allowfaruse="1" charges="15" lvl="25" maglv="10" exhaustion="2000" needtarget="1" blocktype="solid" script="attack/lil sudden death.lua"/>
		<vocation name="Master Knight" showInDescription="0"/>
</rune>

when i add voc server doesnt start it gives an error dunno whats wrong :confused:
 
wtf error
Code:
<rune name="Lil Sudden Death" id="2263" allowfaruse="1" charges="15" lvl="25" maglv="10" exhaustion="2000" needtarget="1" blocktype="solid" script="attack/lil sudden death.lua"[COLOR="Red"]/[/COLOR]>
		<vocation name="Master Knight" showInDescription="0"/>
</rune>

remove the red :mad:
 
wtf error
Code:
<rune name="Lil Sudden Death" id="2263" allowfaruse="1" charges="15" lvl="25" maglv="10" exhaustion="2000" needtarget="1" blocktype="solid" script="attack/lil sudden death.lua"[COLOR="Red"]/[/COLOR]>
		<vocation name="Master Knight" showInDescription="0"/>
</rune>

remove the red :mad:

that was the problem
sorry master thanks alot xD
 

Similar threads

Back
Top Bottom