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

Transform to X monster > Get extra skills/hp/mana

I guess it's as simple as this:
PHP:
<rune name="Wolf Transform" id="ID_OF_RUNE" allowfaruse="1" charges="1" lvl="40" maglv="40" exhaustion="1000" needtarget="1" blocktype="solid" event="script" value="support/wolf.lua">
		<vocation id="2"/>
		<vocation id="6" showInDescription="0"/>
	</rune>
and change ID_OF_RUNE to the rune id oO
instead of:
PHP:
 <instant name="Wolf Transform" words="utito trans wolf" lvl="40" mana="400" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" script="wolf.lua">
                <vocation name="Druid"/>
                <vocation name="Elder Druid"/>
        </instant>
 
Back
Top