HI i have make a upgrader all in 1 its work fine but if i try to upgrade a enchant item he tell me i dont have the item to upgrade it dunno why here is my xml
My initial plan was to port the Homunculus system from Live 502 to ClassicAden 502. But, when the interface for Homunculus is enabled, it has some hardcoded function that tries to load the dat files which leads to a crash since those files dont exist in ClassicAden. I was hoping to do some injection hoping, forcing the client to load the files.
Question
AyPiXt
HI i have make a upgrader all in 1 its work fine but if i try to upgrade a enchant item he tell me i dont have the item to upgrade it dunno why here is my xml
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<item>
<!-- Ring of Queen Ant-->
<ingredient id="6660" count="1" />
<!-- Upgrade Coin -->
<ingredient id="40007" count="2" />
<!-- Improved Ring of Queen Ant-->
<production id="22174" count="1" />
</item>
5 answers to this question
Recommended Posts