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
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..