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

Summon Help v0.2.9 (Mystic Spirit)

FaNtA91

New Member
Joined
Mar 17, 2010
Messages
166
Reaction score
2
Hello i need a summon spell script i have make a new voc and want him to have summon spell for summon a monster that no one can summon only that voc
 
Go to your spells.xml and edit

Code:
<instant name="Summon Creature" words="utevo res" lvl="25" params="1" exhaustion="2000" needlearn="0" event="function" value="summonMonster">
		<vocation id="1"/>
		<vocation id="2"/>
		<vocation id="5"/>
		<vocation id="6"/>

to
Code:
<instant name="Summon Creature" words="utevo res" lvl="25" params="1" exhaustion="2000" needlearn="0" event="function" value="summonMonster">
		<vocation id="[COLOR="red"][B]Whatever the ID is on your voc[/B][/COLOR]"/>
 
Back
Top