AyPiXt Posted October 7, 2013 Posted October 7, 2013 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>
0 SweeTs Posted October 7, 2013 Posted October 7, 2013 (edited) Does your AQ is equipped? Maybe that's the case, you can't exchange the equipped thing. :P Also, dunno if dat does matter, but as I see on the svn first goes count and then the ID <production count="1" id="357" /> So, if the unequip doesn't works, try to change the places like in the example. Edited October 7, 2013 by SweeTs
0 AyPiXt Posted October 7, 2013 Author Posted October 7, 2013 isnt equiped but if i exhcnage my ring +0 its work only if its +16 or something like this its dont work
0 SweeTs Posted October 7, 2013 Posted October 7, 2013 (edited) Try with maintainEnchantment false or completelly delete it. Edited October 7, 2013 by SweeTs
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