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

Amulets problem 0.3.6 (8.6)

mattevo

New Member
Joined
Feb 2, 2010
Messages
21
Reaction score
0
Hello.
My problem is that when i got simple amulet on items:
PHP:
<item id="2197" article="a" name="stone skin amulet">
		<attribute key="weight" value="760" />
		<attribute key="slotType" value="necklace" />
		<attribute key="showcharges" value="1" />
		<attribute key="absorbPercentPhysical" value="80" />
		<attribute key="absorbPercentDeath" value="80" />
		<attribute key="showattributes" value="1" />

Amulet have 1 charge and is infinity.
When i change like this:

PHP:
	<item id="2197" article="a" name="stone skin amulet">
		<attribute key="weight" value="760" />
		<attribute key="slotType" value="necklace" />
		<attribute key="showcharges" value="1" />
		<attribute key="absorbPercentPhysical" value="80" />
		<attribute key="absorbPercentDeath" value="80" />
		<attribute key="showattributes" value="1" />
   	        <attribute key="charges" value="5"/>
Amulet got 100 charges (lol...) but its not infinity.

All amulets are bugged.Tfs 0.3.6 v3 (8.6)
 
hey try this :D

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

if work rep++ please :)
 
hey try this :D

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

if work rep++ please :)

Doesnt work, you even read posts?
 
hey gtfo srsly, i wanted help you not my problem if u dont know to solve little problems and how can u say that i dont read posts? since i gave u perfect value of the amulet... bb not reccomend to help you
 
hey gtfo srsly, i wanted help you not my problem if u dont know to solve little problems and how can u say that i dont read posts? since i gave u perfect value of the amulet... bb not reccomend to help you

You are nobody and your recomendations mean nothing LOL.Your solve if fail mr.reput who=e btw. u forget about "rep me ploxxx +++"
 
Back
Top