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

Elven Amulet & might Ring

ChiSka

Avera.Sytes.Net
Joined
Jul 15, 2009
Messages
865
Reaction score
17
Eleven Amulet & might Ring Never Finish dont know why

20:39 You see a might ring that has 1 charge left.
It weighs 1.00 oz.
ItemID: [2164].


20:39 You see an elven amulet (protection all +5%) that has 1 charge left.
It weighs 2.70 oz.
ItemID: [2198].
Position: [X: 32360] [Y: 32230] [Z: 6].

can some1 help?
 
data/item/items.xml

Code:
	<item id="2198" article="an" name="elven amulet">
		<attribute key="weight" value="270" />
		<attribute key="slotType" value="necklace" />
		<attribute key="charges" value="50" />
		<attribute key="showcharges" value="1" />
		<attribute key="absorbPercentAll" value="5" />
		<attribute key="showattributes" value="1" />
	</item>
Code:
	<item id="2164" article="a" name="might ring">
		<attribute key="weight" value="100" />
		<attribute key="slotType" value="ring" />
		<attribute key="charges" value="20" />
		<attribute key="showcharges" value="1" />
		<attribute key="absorbPercentAll" value="20" />
	</item>

Replace the old ones with these,
Nightmare
 
Back
Top