Custom community board merchant improvements.
This commit is contained in:
parent
29d6007a73
commit
3c38dc4555
@ -4,7 +4,7 @@
|
||||
|
||||
# Enable Custom Community Board.
|
||||
# Default: False
|
||||
CustomCommunityBoard = True
|
||||
CustomCommunityBoard = False
|
||||
|
||||
# Currency used by the Community Board (itemId).
|
||||
# Default: 57 (Adena)
|
||||
|
@ -14,10 +14,7 @@
|
||||
<center>
|
||||
<table border=0 cellpadding=0 cellspacing=0 width=555 height=455 background="L2UI_CT1.Windows_DF_TooltipBG">
|
||||
<tr>
|
||||
<td height=25></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height=25 align="center"><font name="hs12" color="CDB67F">Merchant</font></td>
|
||||
<td height=10 align="center"><font name="hs12" color="CDB67F">Merchant</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -25,7 +22,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height=25></td>
|
||||
<td height=10></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
@ -33,23 +30,23 @@
|
||||
<tr>
|
||||
<td>
|
||||
<center>
|
||||
<img src="icon.accessary_verpes_ring_i00" width=32 height=32>
|
||||
<img src="icon.accessary_necklace_of_darkness_i00" width=32 height=32>
|
||||
<br1>
|
||||
<button value="Jewels D-B" action="bypass _bbsmultisell;600010,merchant/main" width=85 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button value="Jewels C-S" action="bypass _bbsmultisell;600010,merchant/main" width=85 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
</center>
|
||||
</td>
|
||||
<td>
|
||||
<center>
|
||||
<img src="icon.weapon_sword_of_miracle_i00" width=32 height=32>
|
||||
<br1>
|
||||
<button value="Weapons B" action="bypass _bbsmultisell;600014,merchant/main" width=85 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button value="Weapons A-B" action="bypass _bbsmultisell;600014,merchant/main" width=85 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
</center>
|
||||
</td>
|
||||
<td>
|
||||
<center>
|
||||
<img src="icon.armor_t74_u_i00" width=32 height=32>
|
||||
<br1>
|
||||
<button value="Armors B" action="bypass _bbsmultisell;600016,merchant/main" width=85 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button value="Armors A" action="bypass _bbsmultisell;600016,merchant/main" width=85 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
</center>
|
||||
</td>
|
||||
<td>
|
||||
|
54
L2J_Mobius_CT_2.6_HighFive/dist/game/data/multisell/custom/600010.xml
vendored
Normal file
54
L2J_Mobius_CT_2.6_HighFive/dist/game/data/multisell/custom/600010.xml
vendored
Normal file
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/multisell.xsd">
|
||||
<npcs>
|
||||
<npc>-1</npc> <!-- CB -->
|
||||
</npcs>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="250000" id="57" />
|
||||
<!-- Ring of Seal -->
|
||||
<production count="1" id="886" />
|
||||
<production count="1" id="886" />
|
||||
<!-- Earring of Seal -->
|
||||
<production count="1" id="854" />
|
||||
<production count="1" id="854" />
|
||||
<!-- Necklace of Seal -->
|
||||
<production count="1" id="119" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="500000" id="57" />
|
||||
<!-- Earring of Aid -->
|
||||
<production count="1" id="873" />
|
||||
<production count="1" id="873" />
|
||||
<!-- Ring of Aid -->
|
||||
<production count="1" id="904" />
|
||||
<production count="1" id="904" />
|
||||
<!-- Necklace of Aid -->
|
||||
<production count="1" id="935" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="2500000" id="57" />
|
||||
<!-- Phoenix Necklace -->
|
||||
<production count="1" id="11584" />
|
||||
<!-- Phoenix Ring -->
|
||||
<production count="1" id="11585" />
|
||||
<production count="1" id="11585" />
|
||||
<!-- Phoenix Earring -->
|
||||
<production count="1" id="11586" />
|
||||
<production count="1" id="11586" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Tateossian Necklace -->
|
||||
<production count="1" id="11596" />
|
||||
<!-- Tateossian Ring -->
|
||||
<production count="1" id="11597" />
|
||||
<production count="1" id="11597" />
|
||||
<!-- Tateossian Earring -->
|
||||
<production count="1" id="11598" />
|
||||
<production count="1" id="11598" />
|
||||
</item>
|
||||
</list>
|
102
L2J_Mobius_CT_2.6_HighFive/dist/game/data/multisell/custom/600012.xml
vendored
Normal file
102
L2J_Mobius_CT_2.6_HighFive/dist/game/data/multisell/custom/600012.xml
vendored
Normal file
@ -0,0 +1,102 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/multisell.xsd">
|
||||
<npcs>
|
||||
<npc>-1</npc> <!-- CB -->
|
||||
</npcs>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="500" id="57" />
|
||||
<!-- Scroll of Escape -->
|
||||
<production count="1" id="736" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="2500" id="57" />
|
||||
<!-- Scroll of Resurrection -->
|
||||
<production count="1" id="737" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Blessed Scroll of Resurrection -->
|
||||
<production count="1" id="3936" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Scroll: Enchant Weapon (A-grade) -->
|
||||
<production count="1" id="729" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Scroll: Enchant Armor (A-grade) -->
|
||||
<production count="1" id="730" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Scroll: Enchant Weapon (B-grade) -->
|
||||
<production count="1" id="947" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Scroll: Enchant Armor (B-grade) -->
|
||||
<production count="1" id="948" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Scroll: Enchant Weapon (C-grade) -->
|
||||
<production count="1" id="951" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Scroll: Enchant Armor (C-grade) -->
|
||||
<production count="1" id="952" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Scroll: Enchant Armor (D-grade) -->
|
||||
<production count="1" id="956" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Scroll: Enchant Weapon (D-grade) -->
|
||||
<production count="1" id="955" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Scroll: Enchant Armor (S-grade) -->
|
||||
<production count="1" id="960" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Scroll: Enchant Weapon (S-grade) -->
|
||||
<production count="1" id="959" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- My Teleport Scroll -->
|
||||
<production count="1" id="20025" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- My Teleport Scroll Pack -->
|
||||
<production count="1" id="20054" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- My Teleport Scroll 5-unit Pack -->
|
||||
<production count="1" id="20181" />
|
||||
</item>
|
||||
</list>
|
180
L2J_Mobius_CT_2.6_HighFive/dist/game/data/multisell/custom/600014.xml
vendored
Normal file
180
L2J_Mobius_CT_2.6_HighFive/dist/game/data/multisell/custom/600014.xml
vendored
Normal file
@ -0,0 +1,180 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/multisell.xsd">
|
||||
<npcs>
|
||||
<npc>-1</npc> <!-- CB -->
|
||||
</npcs>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Great Sword -->
|
||||
<production count="1" id="78" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Heavy War Axe -->
|
||||
<production count="1" id="91" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Spirit's Staff -->
|
||||
<production count="1" id="92" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Keshanberk -->
|
||||
<production count="1" id="142" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Sword of Valhalla -->
|
||||
<production count="1" id="148" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Kris -->
|
||||
<production count="1" id="229" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Twilight Knife -->
|
||||
<production count="1" id="243" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Arthro Nail -->
|
||||
<production count="1" id="267" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Dark Elven Longbow -->
|
||||
<production count="1" id="284" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Great Axe -->
|
||||
<production count="1" id="300" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Spell Breaker -->
|
||||
<production count="1" id="7892" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Ice Storm Hammer -->
|
||||
<production count="1" id="7900" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Military Fleuret -->
|
||||
<production count="1" id="9304" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Innominate Victory -->
|
||||
<production count="1" id="9308" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1336100" id="57" />
|
||||
<!-- Peacemaker -->
|
||||
<production count="1" id="9312" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Soul Separator -->
|
||||
<production count="1" id="236" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Sword of Miracles -->
|
||||
<production count="1" id="151" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Dark Legion's Edge -->
|
||||
<production count="1" id="2500" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Lacerator -->
|
||||
<production count="1" id="9340" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Dragon Slayer -->
|
||||
<production count="1" id="81" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Doom Crusher -->
|
||||
<production count="1" id="7902" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Undertaker -->
|
||||
<production count="1" id="9344" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Soul Bow -->
|
||||
<production count="1" id="289" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Reaper -->
|
||||
<production count="1" id="9348" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Flaming Dragon Skull -->
|
||||
<production count="1" id="7895" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Elysian -->
|
||||
<production count="1" id="164" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Branch of the Mother Tree -->
|
||||
<production count="1" id="213" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Tallum Glaive -->
|
||||
<production count="1" id="305" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20741000" id="57" />
|
||||
<!-- Dragon Grinder -->
|
||||
<production count="1" id="270" />
|
||||
</item>
|
||||
</list>
|
132
L2J_Mobius_CT_2.6_HighFive/dist/game/data/multisell/custom/600016.xml
vendored
Normal file
132
L2J_Mobius_CT_2.6_HighFive/dist/game/data/multisell/custom/600016.xml
vendored
Normal file
@ -0,0 +1,132 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/multisell.xsd">
|
||||
<npcs>
|
||||
<npc>-1</npc> <!-- CB -->
|
||||
</npcs>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="17810000" id="57" />
|
||||
<!-- Dark Crystal Breastplate -->
|
||||
<production count="1" id="365" />
|
||||
<!-- Dark Crystal Gaiters -->
|
||||
<production count="1" id="388" />
|
||||
<!-- Dark Crystal Gloves -->
|
||||
<production count="1" id="5765" />
|
||||
<!-- Dark Crystal Boots -->
|
||||
<production count="1" id="5777" />
|
||||
<!-- Dark Crystal Helmet -->
|
||||
<production count="1" id="512" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="13355000" id="57" />
|
||||
<!-- Dark Crystal Leather Armor -->
|
||||
<production count="1" id="2385" />
|
||||
<!-- Dark Crystal Leggings -->
|
||||
<production count="1" id="2389" />
|
||||
<!-- Dark Crystal Gloves -->
|
||||
<production count="1" id="5766" />
|
||||
<!-- Dark Crystal Boots -->
|
||||
<production count="1" id="5778" />
|
||||
<!-- Dark Crystal Helmet -->
|
||||
<production count="1" id="512" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="17364000" id="57" />
|
||||
<!-- Dark Crystal Robe -->
|
||||
<production count="1" id="2407" />
|
||||
<!-- Dark Crystal Helmet -->
|
||||
<production count="1" id="512" />
|
||||
<!-- Dark Crystal Gloves -->
|
||||
<production count="1" id="5767" />
|
||||
<!-- Dark Crystal Boots -->
|
||||
<production count="1" id="5779" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="23152000" id="57" />
|
||||
<!-- Tallum Plate Armor -->
|
||||
<production count="1" id="2382" />
|
||||
<!-- Tallum Helmet -->
|
||||
<production count="1" id="547" />
|
||||
<!-- Tallum Gloves -->
|
||||
<production count="1" id="5768" />
|
||||
<!-- Tallum Boots -->
|
||||
<production count="1" id="5780" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="17364000" id="57" />
|
||||
<!-- Tallum Leather Armor -->
|
||||
<production count="1" id="2393" />
|
||||
<!-- Tallum Helmet -->
|
||||
<production count="1" id="547" />
|
||||
<!-- Tallum Gloves -->
|
||||
<production count="1" id="5769" />
|
||||
<!-- Tallum Boots -->
|
||||
<production count="1" id="5781" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="13355000" id="57" />
|
||||
<!-- Tallum Tunic -->
|
||||
<production count="1" id="2400" />
|
||||
<!-- Tallum Stockings -->
|
||||
<production count="1" id="2405" />
|
||||
<!-- Tallum Helmet -->
|
||||
<production count="1" id="547" />
|
||||
<!-- Tallum Gloves -->
|
||||
<production count="1" id="5770" />
|
||||
<!-- Tallum Boots -->
|
||||
<production count="1" id="5782" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="35216000" id="57" />
|
||||
<!-- Majestic Plate Armor -->
|
||||
<production count="1" id="2383" />
|
||||
<!-- Majestic Plate Circlet -->
|
||||
<production count="1" id="2419" />
|
||||
<!-- Majestic Gauntlets -->
|
||||
<production count="1" id="5774" />
|
||||
<!-- Majestic Boots -->
|
||||
<production count="1" id="5786" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="26412000" id="57" />
|
||||
<!-- Majestic Leather Armor -->
|
||||
<production count="1" id="2383" />
|
||||
<!-- Majestic Plate Circlet -->
|
||||
<production count="1" id="2419" />
|
||||
<!-- Majestic Gauntlets -->
|
||||
<production count="1" id="5775" />
|
||||
<!-- Majestic Boots -->
|
||||
<production count="1" id="5787" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="26412000" id="57" />
|
||||
<!-- Majestic Robe Armor -->
|
||||
<production count="1" id="2409" />
|
||||
<!-- Majestic Plate Circlet -->
|
||||
<production count="1" id="2419" />
|
||||
<!-- Majestic Gauntlets -->
|
||||
<production count="1" id="5776" />
|
||||
<!-- Majestic Boots -->
|
||||
<production count="1" id="5788" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="935000" id="57" />
|
||||
<!-- Dark Crystal Shield -->
|
||||
<production count="1" id="641" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1422000" id="57" />
|
||||
<!-- Nightmares Shield -->
|
||||
<production count="1" id="2498" />
|
||||
</item>
|
||||
</list>
|
174
L2J_Mobius_CT_2.6_HighFive/dist/game/data/multisell/custom/600024.xml
vendored
Normal file
174
L2J_Mobius_CT_2.6_HighFive/dist/game/data/multisell/custom/600024.xml
vendored
Normal file
@ -0,0 +1,174 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/multisell.xsd">
|
||||
<npcs>
|
||||
<npc>-1</npc> <!-- CB -->
|
||||
</npcs>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000000" id="57" />
|
||||
<!-- Proof of Blood -->
|
||||
<production count="1" id="1419" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="20000000" id="57" />
|
||||
<!-- Proof of Alliance -->
|
||||
<production count="1" id="3874" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="40000000" id="57" />
|
||||
<!-- Proof of Aspiration -->
|
||||
<production count="1" id="3870" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1" id="57" />
|
||||
<!-- Blood-stained Cloth -->
|
||||
<production count="1" id="4295" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="1" id="57" />
|
||||
<!-- Portal Stone -->
|
||||
<production count="1" id="3865" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="8000000" id="57" />
|
||||
<!-- Room of Splendor Key -->
|
||||
<production count="1" id="8056" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="10000" id="57" />
|
||||
<!-- Corroded Mark of Fishing -->
|
||||
<production count="1" id="7609" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="50000" id="57" />
|
||||
<!-- Goblet of Alectia -->
|
||||
<production count="1" id="7256" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="50000" id="57" />
|
||||
<!-- Goblet of Tishas -->
|
||||
<production count="1" id="7257" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="50000" id="57" />
|
||||
<!-- Goblet of Mekara -->
|
||||
<production count="1" id="7258" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="50000" id="57" />
|
||||
<!-- Goblet of Morigul -->
|
||||
<production count="1" id="7259" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="100000" id="57" />
|
||||
<!-- Scroll: Remove Frintezza's Magic Force Field -->
|
||||
<production count="1" id="8073" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="100000" id="57" />
|
||||
<!-- Mark of Ketra's Alliance (Lv. 5) -->
|
||||
<production count="1" id="7215" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="100000" id="57" />
|
||||
<!-- Mark of Varka's Alliance (Lv. 5) -->
|
||||
<production count="1" id="7225" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="100000" id="57" />
|
||||
<!-- Red Totem -->
|
||||
<production count="1" id="7243" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="100000" id="57" />
|
||||
<!-- Totem of Valor -->
|
||||
<production count="1" id="7219" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="100000" id="57" />
|
||||
<!-- Vacualite Floating Stone -->
|
||||
<production count="1" id="7267" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="25" id="57" />
|
||||
<!-- Holy Pomander - Cardinal -->
|
||||
<production count="1" id="15307" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="25" id="57" />
|
||||
<!-- Holy Pomander - Eva's Saint -->
|
||||
<production count="1" id="15308" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="25" id="57" />
|
||||
<!-- Holy Pomander - Shillien Saint -->
|
||||
<production count="1" id="15309" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="500000" id="57" />
|
||||
<!-- Key of the Evil Eye -->
|
||||
<production count="1" id="9714" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="500000" id="57" />
|
||||
<!-- Gate Key: Blood -->
|
||||
<production count="1" id="9687" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="500000" id="57" />
|
||||
<!-- Gate Key: Destruction -->
|
||||
<production count="1" id="9686" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="500000" id="57" />
|
||||
<!-- Gate Key: Darkness -->
|
||||
<production count="1" id="9685" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="500000" id="57" />
|
||||
<!-- Water Dragon Scale -->
|
||||
<production count="1" id="9691" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="500000" id="57" />
|
||||
<!-- Contaminated Crystal -->
|
||||
<production count="1" id="9690" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="100000" id="57" />
|
||||
<!-- Key of Darkness -->
|
||||
<production count="1" id="8275" />
|
||||
</item>
|
||||
<item>
|
||||
<!-- Adena -->
|
||||
<ingredient count="100000" id="57" />
|
||||
<!-- Room of Splendor Key -->
|
||||
<production count="1" id="8056" />
|
||||
</item>
|
||||
</list>
|
@ -8,10 +8,7 @@
|
||||
<xs:sequence minOccurs="1" maxOccurs="1">
|
||||
<xs:element name="npc" minOccurs="1" maxOccurs="unbounded">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:positiveInteger">
|
||||
<xs:minInclusive value="1" />
|
||||
<xs:maxInclusive value="65535" />
|
||||
</xs:restriction>
|
||||
<xs:restriction base="xs:integer" />
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
|
@ -8,10 +8,7 @@
|
||||
<xs:sequence minOccurs="1" maxOccurs="1">
|
||||
<xs:element name="npc" minOccurs="1" maxOccurs="unbounded">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:positiveInteger">
|
||||
<xs:minInclusive value="1" />
|
||||
<xs:maxInclusive value="65535" />
|
||||
</xs:restriction>
|
||||
<xs:restriction base="xs:integer" />
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
|
Loading…
Reference in New Issue
Block a user