Jump to content
  • 0

MultiSell Problem Help!!


powerboy2

Question

Guys pls help i was having 1 multisell the 9111 and here was the majestics jewels if i remember good i delete them and i done this:<?xml version='1.0' encoding='utf-8'?>

 

<!-- S Grade Jewels -->

 

</list>

 

 

Boss Baium Ring

  <item id="1">

    <ingredient id="57" count="310"/>

    <production id="6658" count="1"/>

  </item>

 

Boss Ant Queen Ring

  <item id="2">

    <ingredient id="57" count="310"/>

    <production id="6656" count="1"/>

  </item>

Boss Antharas Ring

  <item id="3">

    <ingredient id="57" count="310"/>

    <production id="6660" count="1"/>

  </item>

 

Boss Zaken Ring

<item id="4">

    <ingredient id="57" count="310"/>

    <production id="6659" count="1"/>

  </item>

 

Boss Valakas Ring

<item id="5">

    <ingredient id="57" count="310"/>

    <production id="6657" count="1"/>

  </item>

 

</list>

 

But now Pheonix and 1 more set jewels took their place and i dont have majestic and boss jewels both so my s gradde jewels got destroyed can you please help me and tell me what to do(soz for my bad english)

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
<?xml version='1.0' encoding='utf-8'?>
<!-- S Grade Jewels -->
<list>
<!-- Boss Baium Ring -->
<item id="1">
	<ingredient id="57" count="310"/>
	<production id="6658" count="1"/>
</item>
<!-- Boss Ant Queen Ring -->
<item id="2">
	<ingredient id="57" count="310"/>
	<production id="6656" count="1"/>
</item>
<!-- Boss Antharas Ring -->
<item id="3">
	<ingredient id="57" count="310"/>
	<production id="6660" count="1"/>
</item>
<!-- Boss Zaken Ring -->
<item id="4">
	<ingredient id="57" count="310"/>
	<production id="6659" count="1"/>
</item>
<!-- Boss Valakas Ring -->
<item id="5">
	<ingredient id="57" count="310"/>
	<production id="6657" count="1"/>
</item>
</list>

Link to comment
Share on other sites

  • 0

<?xml version='1.0' encoding='utf-8'?>
<list>
<!-- S Grade Jewels -->
<!-- Boss Baium Ring -->
<item id="1">
	<ingredient id="57" count="310"/>
	<production id="6658" count="1"/>
</item>
<!-- Boss Ant Queen Ring -->
<item id="2">
	<ingredient id="57" count="310"/>
	<production id="6656" count="1"/>
</item>
<!-- Boss Antharas Ring -->
<item id="3">
	<ingredient id="57" count="310"/>
	<production id="6660" count="1"/>
</item>
<!-- Boss Zaken Ring -->
<item id="4">
	<ingredient id="57" count="310"/>
	<production id="6659" count="1"/>
</item>
<!-- Boss Valakas Ring -->
<item id="5">
	<ingredient id="57" count="310"/>
	<production id="6657" count="1"/>
</item>
</list>

 

That should hopefully work :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...