- Joined
- Jan 15, 2014
- Messages
- 1,317
- Solutions
- 35
- Reaction score
- 435
Hello friends,
My rings that have charges are only lasting for 1 charge. It seems are though the attribute key charges is not actually working. Is there another attribute key that i could use? or is there a different solution to the problem?
If I add it to the loot of a monster with subtype="20" then it will loot a ring with 20 charges but I can't sell it from my NPC with 20 charges.
My rings that have charges are only lasting for 1 charge. It seems are though the attribute key charges is not actually working. Is there another attribute key that i could use? or is there a different solution to the problem?
If I add it to the loot of a monster with subtype="20" then it will loot a ring with 20 charges but I can't sell it from my NPC with 20 charges.
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="absorbPercentPhysical" value="20" />
<attribute key="absorbPercentFire" value="20" />
<attribute key="absorbPercentDeath" value="20" />
<attribute key="absorbPercentIce" value="20" />
<attribute key="absorbPercentEnergy" value="20" />
<attribute key="absorbPercentHoly" value="20" />
<attribute key="absorbPercentEarth" value="20" />
<attribute key="showattributes" value="1" />
</item>