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

Ssa and might ring,time ring

Andrekkzie

New Member
Joined
Sep 12, 2010
Messages
64
Reaction score
2
I got a Problem with stone skin amulet and might ring and time ring

ssa and might ring when i use it doesnt remove the charges and it says that has 1 charge lef and time ring doesnt give any speed
 
Add again the lines on items.xml

HTML:
<item id="2206" article="a" name="time ring">
		<attribute key="weight" value="90" />
		<attribute key="slotType" value="ring" />
		<attribute key="decayTo" value="0" />
		<attribute key="transformDeEquipTo" value="2169" />
		<attribute key="duration" value="600" />
		<attribute key="showduration" value="1" />
		<attribute key="speed" value="20" />
		<attribute key="showattributes" value="1" />

HTML:
	<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="absorbPercentPhysical" value="20" />
		<attribute key="showattributes" value="1" />

HTML:
	<item id="2197" article="a" name="stone skin amulet">
		<attribute key="weight" value="760" />
		<attribute key="slotType" value="necklace" />
		<attribute key="charges" value="15" />
		<attribute key="showcharges" value="1" />
		<attribute key="absorbPercentPhysical" value="80" />
		<attribute key="absorbPercentDeath" value="80" />
 
Back
Top