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

anyone know how to fix this?

XML:
<!-- Healing Runes -->
    <rune name="Antidote Rune" id="2266" allowfaruse="1" charges="1" lvl="15" maglv="0" exhaustion="1000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/antidote rune.lua"/>
    <rune name="Intense Healing Rune" id="2265" allowfaruse="1" charges="1" lvl="15" maglv="1" exhaustion="1000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/intense healing rune.lua"/>
    <rune name="Ultimate Healing Rune" id="2273" allowfaruse="1" charges="1" lvl="24" maglv="4" exhaustion="1000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/ultimate healing rune.lua"/>
        <conjure name="Mana Rune" words="adura magica" lvl="12" mana="120" soul="4" reagentId="2260" conjureId="2298" conjureCount="1" exhaustion="1000" needlearn="0" event="function" value="conjureRune">
        <vocation id="1"/>
        <vocation id="2"/>
        <vocation id="3"/>
        <vocation id="5"/>
        <vocation id="6"/>
        <vocation id="7"/>
    </conjure>
    <conjure name="Intense Mana Rune" words="adura gran magica" lvl="27" mana="310" soul="8" reagentId="2260" conjureId="2270" conjureCount="1" exhaustion="1000" needlearn="0" event="function" value="conjureRune">
        <vocation id="1"/>
        <vocation id="2"/>
        <vocation id="5"/>
        <vocation id="6"/>
    </conjure>   
    <conjure name="Ultimate Mana Rune" words="adura magna magica" lvl="54" mana="740" soul="12" reagentId="2260" conjureId="2307" conjureCount="1" exhaustion="1000" needlearn="0" event="function" value="conjureRune">
        <vocation id="1"/>
        <vocation id="2"/>
        <vocation id="5"/>
        <vocation id="6"/>
    </conjure>
 
You seem to have some syntax error in both your items.xml file and spells.xml file. We can't help you fix them unless you upload those files so we can have a look at them.
 
Back
Top