• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

UH

replace it on spells.xml

LUA:
	<conjure name="Ultimate Healing Rune" words="adura vita" lvl="24" mana="400" soul="3" reagentId="2260" conjureId="2273" conjureCount="1" exhaustion="1000" needlearn="0" event="function" value="conjureRune">
		<vocation id="1;5"/>
	</conjure>
 
Code:
	<rune name="Ultimate Healing Rune" id="2273" allowfaruse="1" charges="1" lvl="1" maglv="4" exhaustion="800" aggressive="0" needtarget="1" blocktype="solid" script="healing/ultimate healing rune.lua"/>
<vocation id="1;5"/>

(short)
 
Back
Top