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

Power Ring

Chestnutz

Senior Member
Joined
May 19, 2010
Messages
344
Reaction score
20
Hi, I'm looking for the script of the ring,
that gives you 200% of you mana and hp
and +skills.. and flashes with gold?

Anybody know what i mean?
 
Just add this to the ring in items.xml
XML:
<attribute key="maxHitPointsPercent" value="200"/>
<attribute key="maxManaPointsPercent" value="200"/>
<attribute key="magiclevelpoints" value="10"/>
<attribute key="skillAxe" value="10"/>
<attribute key="skillSword" value="10"/>
<attribute key="skillClub" value="10"/>
<attribute key="skillShield" value="10"/>
flashes with gold?
 
Back
Top