Several Giran NPC dialogs.

Contributed by Henrar.
This commit is contained in:
MobiusDev
2017-08-03 07:49:15 +00:00
parent 336414ac0c
commit 039e4329ef
42 changed files with 500 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
<?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>30020</npc> <!-- Baggins -->
</npcs>
<item>
<ingredient count="1" id="6660" /> <!-- Queen Ant's Ring -->
<ingredient count="1" id="6660" /> <!-- Queen Ant's Ring -->
<ingredient count="1000000" id="57" /> <!-- Adena -->
<production count="1" id="49574" /> <!-- Enchanced Queen Ant's Ring -->
</item>
<item>
<ingredient count="1" id="49574" /> <!-- Enchanced Queen Ant's Ring -->
<ingredient count="1" id="49574" /> <!-- Enchanced Queen Ant's Ring -->
<ingredient count="2000000" id="57" /> <!-- Adena -->
<production count="1" id="49577" /> <!-- Refined Queen Ant's Ring -->
</item>
<item>
<ingredient count="1" id="6662" /> <!-- Ring of Core -->
<ingredient count="1" id="6662" /> <!-- Ring of Core -->
<ingredient count="1000000" id="57" /> <!-- Adena -->
<production count="1" id="49576" /> <!-- Enchanced Ring of Core -->
</item>
<item>
<ingredient count="1" id="49576" /> <!-- Enchanced Ring of Core -->
<ingredient count="1" id="49576" /> <!-- Enchanced Ring of Core -->
<ingredient count="2000000" id="57" /> <!-- Adena -->
<production count="1" id="49579" /> <!-- Refined Ring of Core -->
</item>
<item>
<ingredient count="1" id="6661" /> <!-- Orfen's Earring -->
<ingredient count="1" id="6661" /> <!-- Orfen's Earring -->
<ingredient count="1000000" id="57" /> <!-- Adena -->
<production count="1" id="49575" /> <!-- Enchanced Orfen's Earring -->
</item>
<item>
<ingredient count="1" id="49575" /> <!-- Enchanced Orfen's Earring -->
<ingredient count="1" id="49575" /> <!-- Enchanced Orfen's Earring -->
<ingredient count="2000000" id="57" /> <!-- Adena -->
<production count="1" id="49578" /> <!-- Refined Orfen's Earring -->
</item>
<item>
<ingredient count="1" id="49580" /> <!-- Baium's Ring -->
<ingredient count="1" id="49580" /> <!-- Baium's Ring -->
<ingredient count="1000000" id="57" /> <!-- Adena -->
<production count="1" id="49581" /> <!-- Reinforced Baium's Ring -->
</item>
<item>
<ingredient count="1" id="49581" /> <!-- Reinforced Baium's Ring -->
<ingredient count="1" id="49581" /> <!-- Reinforced Baium's Ring -->
<ingredient count="2000000" id="57" /> <!-- Adena -->
<production count="1" id="49582" /> <!-- Refined Baium's Ring -->
</item>
<!-- Zaken items here -->
</list>

View File

@@ -0,0 +1,11 @@
<?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>30020</npc> <!-- Baggins -->
</npcs>
<item>
<ingredient count="40" id="49543" /> <!-- Elemental Stone -->
<ingredient count="1" id="49685" /> <!-- Energy of Insolence -->
<production count="1" id="49676" /> <!-- Talisman of Insolence I -->
</item>
</list>

View File

@@ -0,0 +1,11 @@
<?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>30020</npc> <!-- Baggins -->
</npcs>
<item>
<ingredient count="1" id="49682" /> <!-- Baium's Soul -->
<ingredient count="1" id="49681" /> <!-- Talisman of Insolence VI -->
<production count="1" id="49683" /> <!-- Talisman of Baium -->
</item>
</list>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<list applyTaxes="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- TODO: ONLY for test purposes -->
<!-- FIX ME -->
<npcs>
<npc>30936</npc> <!-- Pona -->
</npcs>
<item>
<ingredient count="4" id="1458" /> <!-- Crystal (D-Grade) -->
<ingredient count="2" id="2130" /> <!--Gemstone (D-Grade) -->
<ingredient count="1000" id="57" /> <!-- Adena -->
<production count="2" id="49543" /> <!-- Elemental Stone -->
</item>
</list>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<list applyTaxes="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- TODO: ONLY for test purposes -->
<!-- FIX ME -->
<npcs>
<npc>30936</npc> <!-- Pona -->
</npcs>
<item>
<ingredient count="10000" id="57" /> <!-- Adena -->
<production count="1" id="5591" /> <!-- CP Potion -->
</item>
<item>
<ingredient count="50000" id="57" /> <!-- Adena -->
<production count="1" id="5592" /> <!-- Greater CP Potion -->
</item>
</list>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<list applyTaxes="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- TODO: ONLY for test purposes -->
<!-- FIX ME -->
<npcs>
<npc>30936</npc> <!-- Pona -->
</npcs>
<item>
<ingredient count="1080000" id="57" /> <!-- Adena -->
<production count="1" id="9589" /> <!-- Iron Bracelet -->
</item>
<item>
<ingredient count="5400000" id="57" /> <!-- Adena -->
<production count="1" id="9590" /> <!-- Bronze Bracelet -->
</item>
</list>

View File

@@ -0,0 +1,136 @@
<?xml version="1.0" encoding="UTF-8"?>
<list applyTaxes="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- TODO: ONLY for test purposes -->
<!-- FIX ME -->
<npcs>
<npc>30936</npc> <!-- Pona -->
</npcs>
<item>
<ingredient count="42500" id="57" /> <!-- Adena -->
<production count="1" id="29785" /> <!-- Blue Talisman Box - P.Crit.(1 hour) -->
</item>
<item>
<ingredient count="42500" id="57" /> <!-- Adena -->
<production count="1" id="29786" /> <!-- Blue Talisman Box - P.Atk.(1 hour) -->
</item>
<item>
<ingredient count="42500" id="57" /> <!-- Adena -->
<production count="1" id="29787" /> <!-- Blue Talisman Box - P.Def.(1 hour) -->
</item>
<item>
<ingredient count="42500" id="57" /> <!-- Adena -->
<production count="1" id="29788" /> <!-- Blue Talisman Box - P.Skills Evasion(1 hour) -->
</item>
<item>
<ingredient count="42500" id="57" /> <!-- Adena -->
<production count="1" id="29789" /> <!-- Blue Talisman Box - M.Crit.(1 hour) -->
</item>
<item>
<ingredient count="42500" id="57" /> <!-- Adena -->
<production count="1" id="29790" /> <!-- Blue Talisman Box - M.Atk.(1 hour) -->
</item>
<item>
<ingredient count="42500" id="57" /> <!-- Adena -->
<production count="1" id="29791" /> <!-- Blue Talisman Box - M.Def.(1 hour) -->
</item>
<item>
<ingredient count="42500" id="57" /> <!-- Adena -->
<production count="1" id="29792" /> <!-- Blue Talisman Box - M.Skills Evasion(1 hour) -->
</item>
<item>
<ingredient count="42500" id="57" /> <!-- Adena -->
<production count="1" id="29793" /> <!-- Blue Talisman Box - M.Skills Evasion(1 hour) -->
</item>
<item>
<ingredient count="42500" id="57" /> <!-- Adena -->
<production count="1" id="29794" /> <!-- Blue Talisman Box - Max MP(1 hour) -->
</item>
<item>
<ingredient count="125000" id="57" /> <!-- Adena -->
<production count="1" id="29795" /> <!-- Gray Talisman Box - Guard(1 hour) -->
</item>
<item>
<ingredient count="125000" id="57" /> <!-- Adena -->
<production count="1" id="29796" /> <!-- Gray Talisman Box - Denial(1 hour) -->
</item>
<item>
<ingredient count="125000" id="57" /> <!-- Adena -->
<production count="1" id="29797" /> <!-- Gray Talisman Box - Benefaction(1 hour) -->
</item>
<item>
<ingredient count="125000" id="57" /> <!-- Adena -->
<production count="1" id="29798" /> <!-- Gray Talisman Box - Blocking(1 hour) -->
</item>
<item>
<ingredient count="125000" id="57" /> <!-- Adena -->
<production count="1" id="29799" /> <!-- Gray Talisman Box - Gravity(1 hour) -->
</item>
<item>
<ingredient count="125000" id="57" /> <!-- Adena -->
<production count="1" id="29800" /> <!-- Gray Talisman Box - Bond(1 hour) -->
</item>
<item>
<ingredient count="85000" id="57" /> <!-- Adena -->
<production count="1" id="29801" /> <!-- White Talisman Box - P.Crit(1 hour) -->
</item>
<item>
<ingredient count="85000" id="57" /> <!-- Adena -->
<production count="1" id="29802" /> <!-- White Talisman Box - P.Atk(1 hour) -->
</item>
<item>
<ingredient count="85000" id="57" /> <!-- Adena -->
<production count="1" id="29803" /> <!-- White Talisman Box - P.Def(1 hour) -->
</item>
<item>
<ingredient count="85000" id="57" /> <!-- Adena -->
<production count="1" id="29804" /> <!-- White Talisman Box - P.Skills Evasion(1 hour) -->
</item>
<item>
<ingredient count="85000" id="57" /> <!-- Adena -->
<production count="1" id="29805" /> <!-- White Talisman Box - M.Crit(1 hour) -->
</item>
<item>
<ingredient count="85000" id="57" /> <!-- Adena -->
<production count="1" id="29806" /> <!-- White Talisman Box - M.Atk(1 hour) -->
</item>
<item>
<ingredient count="85000" id="57" /> <!-- Adena -->
<production count="1" id="29807" /> <!-- White Talisman Box - M.Def(1 hour) -->
</item>
<item>
<ingredient count="85000" id="57" /> <!-- Adena -->
<production count="1" id="29808" /> <!-- White Talisman Box - M.Skills Evasion(1 hour) -->
</item>
<item>
<ingredient count="85000" id="57" /> <!-- Adena -->
<production count="1" id="29809" /> <!-- White Talisman Box - Max HP(1 hour) -->
</item>
<item>
<ingredient count="85000" id="57" /> <!-- Adena -->
<production count="1" id="29810" /> <!-- White Talisman Box - Max MP(1 hour) -->
</item>
<item>
<ingredient count="287000" id="57" /> <!-- Adena -->
<production count="1" id="29811" /> <!-- Yellow Talisman Box - Guard(1 hour) -->
</item>
<item>
<ingredient count="287000" id="57" /> <!-- Adena -->
<production count="1" id="29812" /> <!-- Yellow Talisman Box - Denial(1 hour) -->
</item>
<item>
<ingredient count="287000" id="57" /> <!-- Adena -->
<production count="1" id="29813" /> <!-- Yellow Talisman Box - Benefaction(1 hour) -->
</item>
<item>
<ingredient count="287000" id="57" /> <!-- Adena -->
<production count="1" id="29814" /> <!-- Yellow Talisman Box - Blocking(1 hour) -->
</item>
<item>
<ingredient count="287000" id="57" /> <!-- Adena -->
<production count="1" id="29815" /> <!-- Yellow Talisman Box - Gravity(1 hour) -->
</item>
<item>
<ingredient count="287000" id="57" /> <!-- Adena -->
<production count="1" id="29816" /> <!-- Yellow Talisman Box - Bond(1 hour) -->
</item>
</list>