L2JMobius

Free Users => Shares/Contributions => Committed User Contributions => Topic started by: kinghanker on June 04, 2022, 01:08:29 AM

Title: Asamah htmls missing
Post by: kinghanker on June 04, 2022, 01:08:29 AM
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>
Title: Re: Asamah htmls missing
Post by: Mobius on June 04, 2022, 01:52:58 PM
Committed with https://bitbucket.org/MobiusDev/l2j_mobius/commits/1481572e610fb88cdf8abd39e756eac07be5c0d1
Thanks :D