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

I Wanna Uh Only For Knight's!!

Crayon

New Member
Joined
Mar 23, 2009
Messages
29
Reaction score
0
If I Wanna Uh [Ultimate Healing Rune] Only In Knight's How Can I Do That?

Example:

"This Rune Is Only For Knight's!"



Thank You...
 
Just write:
XML:
		<vocation id="4"/>
		<vocation id="8" showInDescription="0"/>

Under
XML:
<rune name="Ultimate Healing Rune" id="2273" allowfaruse="1" charges="1" lvl="24" maglv="4" exhaustion="1000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/ultimate healing rune.lua">
At spells.xml
 
Last edited:
../data/spells/spells.xml
Check how to set promotions allowed in other spells and copy it to UHs.


EDIT:
@UP

did not see your answer.. and it should be:
PHP:
<rune name="Ultimate Healing Rune" id="2273" allowfaruse="1" charges="1" lvl="24" maglv="4" exhaustion="1000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/ultimate healing rune.lua">
		<vocation id="4"/>
		<vocation id="8" showInDescription="0"/>
</rune>
in first line at end must be > not />
 
did not see your answer.. and it should be:
PHP:
<rune name="Ultimate Healing Rune" id="2273" allowfaruse="1" charges="1" lvl="24" maglv="4" exhaustion="1000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/ultimate healing rune.lua">
		<vocation id="4"/>
		<vocation id="8" showInDescription="0"/>
</rune>
in first line at end must be > not />

Works fine for me and it ends in /> :p
 
Back
Top