L2JMobius

The Kamael Pona's multisell fix

AnsS · 2 · 3793

Offline AnsS

  • Heir
  • **
    • Posts: 37
Fix missing items from Pona's multisells.
Information from https://l2wiki.com/classic/Pona

Code: [Select]
---
 dist/game/data/multisell/3093603.xml |  8 ++++-
 dist/game/data/multisell/3093604.xml |  6 +++-
 dist/game/data/multisell/3093607.xml | 61 ++++++++++++++++++++++++++++++++++++
 3 files changed, 73 insertions(+), 2 deletions(-)
 create mode 100644 dist/game/data/multisell/3093607.xml

diff --git a/dist/game/data/multisell/3093603.xml b/dist/game/data/multisell/3093603.xml
index 0de6400..a08c1c7 100644
--- a/dist/game/data/multisell/3093603.xml
+++ b/dist/game/data/multisell/3093603.xml
@@ -11,4 +11,10 @@
  <ingredient count="50000" id="57" /> <!-- Adena -->
  <production count="1" id="5592" /> <!-- Greater CP Potion -->
  </item>
-</list>
\ No newline at end of file
+ <item>
+ <ingredient count="1000000" id="57" /> <!-- Adena -->
+ <ingredient count="6055" id="1458" /> <!-- Crystal (D-grade) -->
+ <ingredient count="1550" id="1459" /> <!-- Crystal (C-grade) -->
+ <production count="1" id="90898" /> <!-- Agathion's Soul -->
+ </item>
+</list>
diff --git a/dist/game/data/multisell/3093604.xml b/dist/game/data/multisell/3093604.xml
index fb9d98a..81547ac 100644
--- a/dist/game/data/multisell/3093604.xml
+++ b/dist/game/data/multisell/3093604.xml
@@ -11,4 +11,8 @@
  <ingredient count="5400000" id="57" /> <!-- Adena -->
  <production count="1" id="9590" /> <!-- Bronze Bracelet -->
  </item>
-</list>
\ No newline at end of file
+ <item>
+ <ingredient count="1000000" id="57" /> <!-- Adena -->
+ <production count="1" id="70929" /> <!-- Agathion Bracelet - Lv. 1 -->
+ </item>
+</list>
diff --git a/dist/game/data/multisell/3093607.xml b/dist/game/data/multisell/3093607.xml
new file mode 100644
index 0000000..d9ed12b
--- /dev/null
+++ b/dist/game/data/multisell/3093607.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<list applyTaxes="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
+ <npcs>
+ <npc>30936</npc> <!-- Pona -->
+ </npcs>
+ <item>
+ <ingredient count="1" id="70441" /> <!-- Garnet Lv. 1 -->
+ <ingredient count="1" id="70441" /> <!-- Garnet Lv. 1 -->
+ <production count="1" id="71438" /> <!-- Jewel Coin -->
+ </item>
+ <item>
+ <ingredient count="1" id="70446" /> <!-- Jade Lv. 1 -->
+ <ingredient count="1" id="70446" /> <!-- Jade Lv. 1 -->
+ <production count="1" id="71438" /> <!-- Jewel Coin -->
+ </item>
+ <item>
+ <ingredient count="1" id="70451" /> <!-- Ruby Lv. 1 -->
+ <ingredient count="1" id="70451" /> <!-- Ruby Lv. 1 -->
+ <production count="1" id="71438" /> <!-- Jewel Coin -->
+ </item>
+ <item>
+ <ingredient count="1" id="70456" /> <!-- Sapphire Lv. 1 -->
+ <ingredient count="1" id="70456" /> <!-- Sapphire Lv. 1 -->
+ <production count="1" id="71438" /> <!-- Jewel Coin -->
+ </item>
+ <item>
+ <ingredient count="1" id="70461" /> <!-- Diamond Lv. 1 -->
+ <ingredient count="1" id="70461" /> <!-- Diamond Lv. 1 -->
+ <production count="1" id="71438" /> <!-- Jewel Coin -->
+ </item>
+ <item>
+ <ingredient count="1" id="70466" /> <!-- Pearl Lv. 1 -->
+ <ingredient count="1" id="70466" /> <!-- Pearl Lv. 1 -->
+ <production count="1" id="71438" /> <!-- Jewel Coin -->
+ </item>
+ <item>
+ <ingredient count="1" id="70471" /> <!-- Vital Stone Lv. 1 -->
+ <ingredient count="1" id="70471" /> <!-- Vital Stone Lv. 1 -->
+ <production count="1" id="71438" /> <!-- Jewel Coin -->
+ </item>
+ <item>
+ <ingredient count="2" id="70487" /> <!-- Topaz Chest -->
+ <production count="1" id="71438" /> <!-- Jewel Coin -->
+ </item>
+ <item>
+ <ingredient count="2" id="90936" /> <!-- Aquamarine Chest -->
+ <production count="1" id="71438" /> <!-- Jewel Coin -->
+ </item>
+ <item>
+ <ingredient count="2" id="70821" /> <!-- Red Cat's Eye Chest -->
+ <production count="1" id="71438" /> <!-- Jewel Coin -->
+ </item>
+ <item>
+ <ingredient count="2" id="70825" /> <!-- Blue Cat's Eye Chest -->
+ <production count="1" id="71438" /> <!-- Jewel Coin -->
+ </item>
+ <item>
+ <ingredient count="2" id="71435" /> <!-- Emerald Chest -->
+ <production count="1" id="71438" /> <!-- Jewel Coin -->
+ </item>
+</list>
--