Jump to content
  • 0

Question

Posted

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

  • 0
Posted (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 by SweeTs
  • 0
Posted (edited)

Try with maintainEnchantment false or completelly delete it.

Edited by SweeTs
Guest
This topic is now closed to further replies.


×
×
  • Create New...