• 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 do i change the time sparking rainbow shield lasts?

data/items/items.xml

Code:
    <item id="8908" article="a" name="sparking rainbow shield">
        <attribute key="description" value="It has been temporarily imbued with energy magic and increases your speed."/>
        <attribute key="weight" value="6900"/>
        <attribute key="defense" value="36"/>
        <attribute key="weaponType" value="shield"/>
        <attribute key="duration" value="1200"/>
        <attribute key="decayTo" value="8905"/>
        <attribute key="speed" value="20"/>

change duration, it's in seconds.
 
data/items/items.xml

Code:
    <item id="8908" article="a" name="sparking rainbow shield">
        <attribute key="description" value="It has been temporarily imbued with energy magic and increases your speed."/>
        <attribute key="weight" value="6900"/>
        <attribute key="defense" value="36"/>
        <attribute key="weaponType" value="shield"/>
        <attribute key="duration" value="1200"/>
        <attribute key="decayTo" value="8905"/>
        <attribute key="speed" value="20"/>

change duration, it's in seconds.

thx mine didnt say duration i guess il ahve to add that is there a way to make it infinity?

edit: it did say it but i made a donation shield which looked like it so yeah ;p
 
Back
Top Bottom