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

Help

Swe_surver_ot

New Member
Joined
Jan 11, 2011
Messages
28
Reaction score
2
Hello I need a item who reg mana and heal . os its 50% bvether then soft boots :)

Update this plz :)

<item id="2128" article="a" name="mana helmet">
<attribute key="weight" value="1500" />
<attribute key="slotType" value="Helmet" />
 
are these the attributes you want?
LUA:
        <attribute key="healthGain" value="100"/>
		<attribute key="healthTicks" value="1000"/>
		<attribute key="manaGain" value="100"/>
		<attribute key="manaTicks" value="1000"/>
 
Back
Top