18 lines
532 B
XML
18 lines
532 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
|
<npcs>
|
|
<npc>31555</npc> <!-- Abercrombie -->
|
|
</npcs>
|
|
<item>
|
|
<!-- Golden Ram Coin -->
|
|
<ingredient count="1" id="7251" />
|
|
<!-- Booty - Gray Pouch -->
|
|
<production count="1" id="7725" />
|
|
</item>
|
|
<item>
|
|
<!-- Golden Ram Coin -->
|
|
<ingredient count="10" id="7251" />
|
|
<!-- Dimensional Diamond -->
|
|
<production count="1" id="7562" />
|
|
</item>
|
|
</list> |