L2JMobius

High Five Asamah htmls missing

kinghanker · 2 · 1817

Offline kinghanker

  • Knight
  • ***
    • Posts: 64
I was reported that Npc Asamah in Primeval Isle was not selling their respective items
So I decided to check and I really didn't have the xmls. Below the missing XMLs.

...\game\data\multisell\577.xml
Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32115</npc> <!-- Asamah -->
</npcs>
<item>
<!-- Adena -->
<ingredient count="375000" id="57" />
<!-- Elrokian Trap -->
<production count="1" id="8763" />
</item>
</list>

...\game\data\multisell\578.xml
Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32115</npc> <!-- Asamah -->
</npcs>
<item>
<!-- Adena -->
<ingredient count="750" id="57" />
<!-- Trap Stone -->
<production count="1" id="8764" />
</item>
</list>