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

Infinitive rings

Hellrage

Worr
Joined
Oct 30, 2007
Messages
2,477
Reaction score
5
Location
Sweden
I have a pvp-e war server and I want to change so rings (time ring, energy ring, ring of healing) are infinitive. Is this possible? Where can I change that?

Sources?
Items.xml?
Items.otb?

I looked in items.xml and items.otb and I couldnt find anything. The closest was in items.xml where you could set how long time rings lasted. But I dont want rings to last for long time, I want them to be infinitive.

The only option (I can think of) left is edit sources. If its possible, how can I edit sources to make rings last forever.
 
for me it's in items.xml
<item id="2216" article="a" name="ring of healing">
<attribute key="weight" value="100"/>
<attribute key="decayTo" value="0"/>
<attribute key="transformDeEquipTo" value="2214"/>
<attribute key="duration" value="450"/>
<attribute key="healthGain" value="1"/>
<attribute key="healthTicks" value="1000"/>
<attribute key="manaGain" value="4"/>
<attribute key="manaTicks" value="1000"/>
<attribute key="showduration" value="1"/>
Delete the green lines, it should work ;)
 
Last edited:
Back
Top