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

How to remove the exhaust from a specific rune?

Go into data/spells/spells.xml then you find the name of the rune you want to edit

For Example im using a Magic Prison rune here is what it should say:
XML:
	<rune name="Magic Prison" id="2272" charges="1" maglv="20" exhaustion="2000" blocktype="solid" allowfaruse="1" event="script" value="custom/magic prison.lua"/>

Find
XML:
exhaustion="2000"
and edit it to whatever exhaustion you want.
Done.
 
Go into data/spells/spells.xml then you find the name of the rune you want to edit

For Example im using a Magic Prison rune here is what it should say:
XML:
	<rune name="Magic Prison" id="2272" charges="1" maglv="20" exhaustion="2000" blocktype="solid" allowfaruse="1" event="script" value="custom/magic prison.lua"/>

Find
XML:
exhaustion="2000"
and edit it to whatever exhaustion you want.
Done.

Thank you
 
Back
Top