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

(Request)

Hi you need:

1) The paralize rune & only work for druids
or
2) only work for druids

Because if it is number (2) it is not hard, to do...

Here is and example from the speels.xml to make exori mort work only for Sorcerer, Master Sorcerer, Druid and Elder Druid.

Code:
	<instant name="Death Strike" words="exori mort" lvl="16" mana="20" prem="1" casterTargetOrDirection="1" blockwalls="1" exhaustion="1000" needlearn="1" script="attack/death strike.lua">
		<vocation name="Sorcerer"/> 
		<vocation name="Master Sorcerer"/>
		<vocation name="Druid"/>
		<vocation name="Elder Druid"/>
	</instant>

See you later!
 
Back
Top