Updated Pona (30936).
Contributed by Liviades.
This commit is contained in:
parent
36e048e980
commit
6ca27c096f
@ -1,10 +1,12 @@
|
||||
<html><body>Collector Pona:<br>
|
||||
I have been wandering around the world seeking jewels for 100 years. I'm quite exhausted... I think I'll have some rest here. I like this place. Hoho!<br>
|
||||
Huh? Who are you? Did you bring anything?<br>
|
||||
I'm only interested in rare items; however, you've worked hard to find me. That's why I am going to show you what I have.Hmm... I wonder what might fit your needs...</br>
|
||||
<!--<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3093601">"I want to remove seal from Zaken's Cloak"</Button>-->
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3093602">"I want to buy an Elemental Stone."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3093603">"I want to buy some Grocery items."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3093604">"I want to buy a Bracelet."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3093605">"I want to buy a Talisman."</Button>
|
||||
I'm only interested in rare items; however, you've worked hard to find me. That's why I am going to show you what I have. Hmm... I wonder what might fit your needs...<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3093606">"I want to buy Jewels"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3093607">"I want to exchange Jewels for Jewel Coins"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3093601">"I want to remove seal from Zaken's Cloak"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3093602">"I want to buy an Elemental Stone"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3093603">"I want to buy some Grocery items"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3093604">"I want to buy a Bracelet"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3093605">"I want to buy a Talisman"</Button>
|
||||
</body></html>
|
12
L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/multisell/3093601.xml
vendored
Normal file
12
L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/multisell/3093601.xml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?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="21713" /> <!-- Zealed Zaken Cloak -->
|
||||
<ingredient count="100" id="49543" /> <!--Elemental Stone -->
|
||||
<ingredient count="1000000" id="57" /> <!-- Adena -->
|
||||
<production count="1" id="21716" /> <!-- Zaken Cloak -->
|
||||
</item>
|
||||
</list>
|
@ -1,13 +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">
|
||||
<!-- 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="2" id="2130" /> <!-- Gemstone (D-Grade) -->
|
||||
<ingredient count="1000" id="57" /> <!-- Adena -->
|
||||
<production count="2" id="49543" /> <!-- Elemental Stone -->
|
||||
</item>
|
||||
|
@ -1,7 +1,5 @@
|
||||
<?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>
|
||||
|
@ -1,7 +1,5 @@
|
||||
<?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>
|
||||
|
@ -1,7 +1,5 @@
|
||||
<?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>
|
||||
|
21
L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/multisell/3093606.xml
vendored
Normal file
21
L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/multisell/3093606.xml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
<?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="2000000" id="57" /> <!-- Adena -->
|
||||
<ingredient count="1" id="71438" /> <!-- Jewel Coin -->
|
||||
<production count="1" id="71437" /> <!-- Jewel Box -->
|
||||
</item>
|
||||
<item>
|
||||
<ingredient count="1" id="71438" /> <!-- Jewel Coin -->
|
||||
<production count="1" id="90311" /> <!-- Brooch lvl 1 -->
|
||||
</item>
|
||||
<item>
|
||||
<ingredient count="30000000" id="57" /> <!-- Adena -->
|
||||
<ingredient count="50" id="71438" /> <!-- Jewel Coin -->
|
||||
<ingredient count="1" id="90311" /> <!-- Brooch lvl 1 -->
|
||||
<production count="1" id="90312" /> <!-- Brooch lvl 2 -->
|
||||
</item>
|
||||
</list>
|
Loading…
Reference in New Issue
Block a user