Initial changes.

This commit is contained in:
MobiusDevelopment
2019-10-15 21:51:01 +00:00
parent 481a1a019c
commit c7712bbde0
3821 changed files with 2008450 additions and 137785 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>L2J_Mobius_Classic_2.1_Zaken</name>
<name>L2J_Mobius_Classic_Interlude</name>
<comment></comment>
<projects>
</projects>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<project name="L2J_Mobius_Classic_2.1_Zaken" default="cleanup" basedir=".">
<project name="L2J_Mobius_Classic_Interlude" default="cleanup" basedir=".">
<description>
This file is part of the L2J Mobius project.
@@ -131,15 +131,15 @@
</target>
<target name="adding-core" depends="jar" description="Adding the compiled jars to the Zip file.">
<zip destfile="${build}/L2J_Mobius_Classic_2.1_Zaken.zip" basedir="${build.dist}" level="9" />
<zip destfile="${build}/L2J_Mobius_Classic_Interlude.zip" basedir="${build.dist}" level="9" />
</target>
<target name="adding-datapack" depends="adding-core" description="Updating the Zip file with datapack content.">
<zip destfile="${build}/L2J_Mobius_Classic_2.1_Zaken.zip" basedir="${datapack}" update="true" level="9" />
<zip destfile="${build}/L2J_Mobius_Classic_Interlude.zip" basedir="${datapack}" update="true" level="9" />
</target>
<target name="adding-readme" depends="adding-datapack" description="Adding readme.txt to the Zip file.">
<zip destfile="${build}/L2J_Mobius_Classic_2.1_Zaken.zip" basedir="." includes="readme.txt" update="true" level="9" />
<zip destfile="${build}/L2J_Mobius_Classic_Interlude.zip" basedir="." includes="readme.txt" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-readme" description="Cleaning the build folder.">

View File

@@ -18,8 +18,8 @@ INSERT IGNORE INTO `castle` VALUES
(2,'Dion','NEUTRAL',0,0,'true',0,'false',0),
(3,'Giran','NEUTRAL',0,0,'true',0,'false',0),
(4,'Oren','NEUTRAL',0,0,'true',0,'false',0),
(5,'Aden','NEUTRAL',0,0,'true',0,'false',0);
-- (6,'Innadril','NEUTRAL',0,0,'true',0,'false',0),
-- (7,'Goddard','NEUTRAL',0,0,'true',0,'false',0),
-- (8,'Rune','NEUTRAL',0,0,'true',0,'false',0),
-- (9,'Schuttgart','NEUTRAL',0,0,'true',0,'false',0);
(5,'Aden','NEUTRAL',0,0,'true',0,'false',0),
(6,'Innadril','NEUTRAL',0,0,'true',0,'false',0),
(7,'Goddard','NEUTRAL',0,0,'true',0,'false',0),
(8,'Rune','NEUTRAL',0,0,'true',0,'false',0),
(9,'Schuttgart','NEUTRAL',0,0,'true',0,'false',0);

View File

@@ -18,7 +18,10 @@ INSERT IGNORE INTO `grandboss_data` (`boss_id`,`loc_x`,`loc_y`,`loc_z`,`heading`
(29014, 55024, 17368, -5412, 10126, 622493.58388, 3793.536), -- Orfen
(29020, 116033, 17447, 10107, -25348, 4068372, 39960), -- Baium
(29022, 52207, 217230, -3341, 0, 28531442, 12240), -- Zaken
-- (29028, -105200, -253104, -15264, 0, 62041918, 2248572), -- Valakas
(29028, -105200, -253104, -15264, 0, 62041918, 2248572), -- Valakas (85)
(29068, 185708, 114298, -8221,32768, 62802301, 1998000); -- Antharas
-- (25286, 185080, -12613, -5499, 16550, 556345880, 86847), -- Anakim
-- (25283, 185062, -9605, -5499, 15640, 486021997, 79600), -- Lilith
-- Dr. Chaos
INSERT IGNORE INTO grandboss_data VALUES (25512, 96320, -110912, -3328, 8191, 0, 0, 0, 0);

View File

@@ -6,4 +6,4 @@ CREATE TABLE IF NOT EXISTS `gameservers` (
PRIMARY KEY (`server_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `gameservers` VALUES ('2', '-2ad66b3f483c22be097019f55c8abdf0', '');
INSERT INTO `gameservers` VALUES ('1', '-2ad66b3f483c22be097019f55c8abdf0', '');

View File

@@ -7,7 +7,7 @@
# Enable the Attendance Reward system.
# Default: False
EnableAttendanceRewards = False
EnableAttendanceRewards = True
# Enable the Attendance Reward system only for Premium accounts.
# Default: False

View File

@@ -272,7 +272,7 @@ MaxSp = 50000000000
# WARNING: Cannot exceed the maximum experince.xml level.
# Example: Set as 85 to force the maximum player level at 85.
# Default: 105
MaximumPlayerLevel = 85
MaximumPlayerLevel = 80
# Maximum number of allowed subclasses for every player.
# Do not use more than 3!
@@ -683,7 +683,7 @@ MaxFreeTeleportLevel = 40
# Max player level for free newbie buffs.
# Default: 0 (Disabled)
# Enabled: 40
MaxNewbieBuffLevel = 0
MaxNewbieBuffLevel = 40
# Allow character deletion after days set below. To disallow character deletion, set this equal to 0.
# Default: 3
@@ -745,6 +745,10 @@ ForbiddenNames = annou,ammou,amnou,anmou,anou,amou
# The exclude list is cleared each time the character goes into silence mode.
SilenceModeExclude = False
# Maximum equipable item grade. GMs are excluded.
# Default: S
MaxEquipableItemGrade = S
# ---------------------------------------------------------------------------
# Ability Settings:

View File

@@ -11,6 +11,19 @@ IntervalOfAntharasSpawn = 264
# Random interval. Range 1-192
RandomOfAntharasSpawn = 72
# ---------------------------------------------------------------------------
# Valakas
# ---------------------------------------------------------------------------
# Delay of appearance time of Valakas. Value is minute. Range 3-60
ValakasWaitTime = 30
# Interval time of Valakas. Value is hour. Range 1-480
IntervalOfValakasSpawn = 264
# Random interval. Range 1-192
RandomOfValakasSpawn = 72
# ---------------------------------------------------------------------------
# Baium
# ---------------------------------------------------------------------------

View File

@@ -9,18 +9,18 @@
# Also please understand what you are changing before you do so on a live server.
# ---------------------------------------------------------------------------
# Olympiad Start Time in Military hours Default 8pm (20)
# Default: 20
AltOlyStartTime = 20
# Olympiad Start Time in Military hours Default 6pm (18)
# Default: 18
AltOlyStartTime = 18
# Olympiad Start Time for Min's, Default 00 so at the start of the hour.
# Default: 00
AltOlyMin = 00
# Olympiad Competition Period, Default 4 hours.
# Olympiad Competition Period, Default 6 hours.
# (If set different, should be increment by 10mins)
# Default: 14400000
AltOlyCPeriod = 14400000
# Default: 21600000
AltOlyCPeriod = 21600000
# Olympiad Battle Period, Default 5 minutes.
# Default: 300000
@@ -137,7 +137,7 @@ AltOlyMaxWeeklyMatches = 30
# Enable competitions only on specific days. Usage: 1,2,3,4,5,6,7 (SUNDAY,MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY)
# Default: 6,7 (FRIDAY,SATURDAY)
AltOlyCompetitionDays = 6,7
AltOlyCompetitionDays = 1,2,3,4,5,6,7
# Change the type of delay between two Olympiads.
# Available values: MONTH, WEEK, DAY

View File

@@ -41,8 +41,8 @@ GameserverPort = 7777
Driver = org.mariadb.jdbc.Driver
# Database URL
# Default: jdbc:mariadb://localhost/l2jmobiusclassic?useUnicode=true&characterEncoding=utf-8&useSSL=false
URL = jdbc:mariadb://localhost/l2jmobiusclassic?useUnicode=true&characterEncoding=utf-8&useSSL=false
# Default: jdbc:mariadb://localhost/l2jmobiusclassicinterlude?useUnicode=true&characterEncoding=utf-8&useSSL=false
URL = jdbc:mariadb://localhost/l2jmobiusclassicinterlude?useUnicode=true&characterEncoding=utf-8&useSSL=false
# Database user info (default is "root" but it's not recommended)
Login = root
@@ -83,7 +83,7 @@ RequestServerID = 1
# True = The Login Server will give an other ID to the server if the requested ID is already reserved.
# Default: True
AcceptAlternateID = True
AcceptAlternateID = False
# Datapack root directory.
# Defaults to current directory from which the server is started unless the below line is uncommented.

View File

@@ -1,4 +1,4 @@
#The HexId to Auth into LoginServer
#Fri Jan 02 01:25:33 EET 2015
HexID=-2ad66b3f483c22be097019f55c8abdf0
ServerID=2
ServerID=1

File diff suppressed because it is too large Load Diff

View File

@@ -1,34 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/AttendanceRewards.xsd">
<item id="29564" count="50" /> <!-- Attendance Coin -->
<item id="29553" count="3" /> <!-- 2nd Class Buff Scroll -->
<item id="29554" count="10" /> <!-- Quick Healing Potion -->
<item id="29565" count="3" /> <!-- XP/SP Scroll -->
<item id="29584" count="2" /> <!-- Angel Cat's Blessing Chest -->
<item id="29566" count="1" /> <!-- Attendance XP Rune -->
<item id="29585" count="1" /> <!-- Refined Romantic Chapeau -->
<item id="20740" count="3" /> <!-- Cocktail Pack -->
<item id="1540" count="10" /> <!-- Quick Healing Potion -->
<item id="22979" count="3" /> <!-- SP Rune 50% (1-hour) -->
<item id="22906" count="3" /> <!-- XP Rune III 50% (1-hour) -->
<item id="20353" count="10" /> <!-- Greater CP Potion -->
<item id="21343" count="1" /> <!-- Agathion - Cow (7-Day) -->
<item id="29564" count="100" /> <!-- Attendance Coin -->
<item id="29553" count="3" /> <!-- 2nd Class Buff Scroll -->
<item id="29554" count="10" /> <!-- Quick Healing Potion -->
<item id="29519" count="3" /> <!-- XP/SP Scroll - Medium -->
<item id="29584" count="2" /> <!-- Angel Cat's Blessing Chest -->
<item id="29566" count="1" /> <!-- Attendance XP Rune -->
<item id="49512" count="1" /> <!-- Amulet: Prosperity -->
<item id="20740" count="3" /> <!-- Cocktail Pack -->
<item id="1540" count="10" /> <!-- Quick Healing Potion -->
<item id="22979" count="3" /> <!-- SP Rune 50% (1-hour) -->
<item id="22906" count="3" /> <!-- XP Rune III 50% (1-hour) -->
<item id="20353" count="10" /> <!-- Greater CP Potion -->
<item id="21331" count="1" /> <!-- Agathion - Griffin (7-Day) -->
<item id="29564" count="150" /> <!-- Attendance Coin -->
<item id="29553" count="6" /> <!-- 2nd Class Buff Scroll -->
<item id="29554" count="10" /> <!-- Quick Healing Potion -->
<item id="29519" count="3" /> <!-- XP/SP Scroll - Medium -->
<item id="29584" count="4" /> <!-- Angel Cat's Blessing Chest -->
<item id="29566" count="1" /> <!-- Attendance XP Rune -->
<item id="29578" count="1" /> <!-- Rare Accessory Pack -->
<item id="20740" count="6" /> <!-- Cocktail Pack -->
<item id="1540" count="20" /> <!-- Quick Healing Potion -->
<item id="22979" count="5" /> <!-- SP Rune 50% (1-hour) -->
<item id="22906" count="5" /> <!-- XP Rune III 50% (1-hour) -->
<item id="20353" count="20" /> <!-- Greater CP Potion -->
<item id="21166" count="1" /> <!-- Agathion - Zaken's Spirit Swords (7-Day) -->
<item id="29564" count="300" /> <!-- Attendance Coin -->
<item id="29553" count="6" /> <!-- 2nd Class Buff Scroll -->
<item id="29554" count="10" /> <!-- Quick Healing Potion -->
<item id="29650" count="5" /> <!-- XP/SP Scroll - High -->
<item id="29584" count="4" /> <!-- Angel Cat's Blessing Chest -->
<item id="29566" count="1" /> <!-- Attendance XP Rune -->
<item id="29587" count="1" /> <!-- Agathion - Singer & Dancer -->
<item id="20740" count="6" /> <!-- Cocktail Pack -->
<item id="1540" count="20" /> <!-- Quick Healing Potion -->
<item id="23284" count="5" /> <!-- SP Rune 100% (1-hour) -->
<item id="23277" count="5" /> <!-- XP Rune III 100% (1-hour) -->
<item id="23176" count="1" /> <!-- Stylish Straw Hat (30-Day) -->
<item id="22955" count="1" /> <!-- Mount - Tame Princess Ant (30-Day) -->
</list>

File diff suppressed because it is too large Load Diff

View File

@@ -13497,7 +13497,7 @@
<location x="157981" y="-25122" z="-1195" height="256" />
<stats basePDef="644" baseMDef="518" baseHpMax="126600" />
<status showHp="false" />
<openStatus default="close" closeTime="180" />
<openStatus default="open" />
</door>
<door id="24180001" name="aden_castle_outter_001">
<nodes nodeZ="-495">

View File

@@ -1,26 +1,928 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/EnchantItemData.xsd">
<!-- Scrolls: Enchant Hair's -->
<enchant id="33818" maxEnchant="10" />
<enchant id="34940" maxEnchant="10" />
<enchant id="36978" maxEnchant="10" />
<!-- Knight's, Warrior's, Wizard's Circlets -->
<enchant id="48211" maxEnchant="5">
<item id="48202" />
<item id="48203" />
<item id="48204" />
<item id="48205" />
<item id="48206" />
<item id="48207" />
<item id="48208" />
<item id="48209" />
<item id="48210" />
</enchant>
<!-- Heavenly Enchant Scroll: Weapon -->
<enchant id="22427" targetGrade="R" maxEnchant="12" bonusRate="100" />
<!-- Heavenly Enchant Scroll: Armor -->
<enchant id="22430" targetGrade="R" maxEnchant="12" bonusRate="100" />
<!-- Scroll: Enchant Shadow Weapon -->
<enchant id="46337" targetGrade="R" maxEnchant="10">
<item id="46317" /> <!-- Shadow Shaper -->
<item id="46318" /> <!-- Shadow Cutter -->
<item id="46319" /> <!-- Shadow Slasher -->
<item id="46320" /> <!-- Shadow Fighter -->
<item id="46321" /> <!-- Shadow Stormer -->
<item id="46322" /> <!-- Shadow Thrower -->
<item id="46323" /> <!-- Shadow Shooter -->
<item id="46324" /> <!-- Shadow Buster -->
<item id="46325" /> <!-- Shadow Retributer -->
<item id="46326" /> <!-- Shadow Dualsword -->
<item id="46327" /> <!-- Shadow Shaper -->
<item id="46328" /> <!-- Shadow Cutter -->
<item id="46329" /> <!-- Shadow Slasher -->
<item id="46330" /> <!-- Shadow Fighter -->
<item id="46331" /> <!-- Shadow Stormer -->
<item id="46332" /> <!-- Shadow Thrower -->
<item id="46333" /> <!-- Shadow Shooter -->
<item id="46334" /> <!-- Shadow Buster -->
<item id="46335" /> <!-- Shadow Retributer -->
<item id="46336" /> <!-- Shadow Dualsword -->
</enchant>
<!-- Scroll: Enchant Cloak -->
<enchant id="28593" maxEnchant="10">
<item id="28585" />
<item id="28586" />
<item id="28587" />
<item id="28588" />
<item id="28589" />
<item id="28590" />
<item id="28591" />
<item id="28592" />
</enchant>
<!-- Scroll: Enchant Cloak - Legendary -->
<enchant id="28594" minEnchant="10" maxEnchant="20">
<item id="28589" />
<item id="28590" />
<item id="28591" />
<item id="28592" />
</enchant>
<!-- Scroll: Ancient Cloak - Legendary -->
<enchant id="28595" minEnchant="7" maxEnchant="20" bonusRate="10">
<item id="28589" />
<item id="28590" />
<item id="28591" />
<item id="28592" />
</enchant>
<!-- Scrolls: Enchant Weapon -->
<enchant id="729" targetGrade="A" maxEnchant="16" />
<enchant id="947" targetGrade="B" maxEnchant="16" />
<enchant id="951" targetGrade="C" maxEnchant="16" />
<enchant id="955" targetGrade="D" maxEnchant="16" />
<enchant id="729" targetGrade="A" />
<enchant id="947" targetGrade="B" />
<enchant id="951" targetGrade="C" />
<enchant id="955" targetGrade="D" />
<enchant id="959" targetGrade="S" />
<enchant id="17526" targetGrade="R" />
<!-- Scrolls: Enchant Armor -->
<enchant id="730" targetGrade="A" maxEnchant="16" />
<enchant id="948" targetGrade="B" maxEnchant="16" />
<enchant id="952" targetGrade="C" maxEnchant="16" />
<enchant id="956" targetGrade="D" maxEnchant="16" scrollGroupId="0" /> <!-- Default scroll groups binding. -->
<enchant id="730" targetGrade="A" />
<enchant id="948" targetGrade="B" />
<enchant id="952" targetGrade="C" />
<enchant id="956" targetGrade="D" scrollGroupId="0" /> <!-- Default scroll groups binding. -->
<enchant id="960" targetGrade="S" />
<enchant id="17527" targetGrade="R" />
<!-- Blessed Scrolls: Enchant Weapon -->
<enchant id="6569" targetGrade="A" maxEnchant="16" />
<enchant id="6571" targetGrade="B" maxEnchant="16" />
<enchant id="6573" targetGrade="C" maxEnchant="16" />
<enchant id="6575" targetGrade="D" maxEnchant="16" />
<enchant id="6569" targetGrade="A" />
<enchant id="6571" targetGrade="B" />
<enchant id="6573" targetGrade="C" />
<enchant id="6575" targetGrade="D" />
<enchant id="6577" targetGrade="S" />
<enchant id="19447" targetGrade="R" />
<!-- Blessed Scrolls: Enchant Armor -->
<enchant id="6570" targetGrade="A" maxEnchant="16" />
<enchant id="6572" targetGrade="B" maxEnchant="16" />
<enchant id="6574" targetGrade="C" maxEnchant="16" />
<enchant id="6576" targetGrade="D" maxEnchant="16" />
<enchant id="6570" targetGrade="A" />
<enchant id="6572" targetGrade="B" />
<enchant id="6574" targetGrade="C" />
<enchant id="6576" targetGrade="D" />
<enchant id="6578" targetGrade="S" />
<enchant id="19448" targetGrade="R" />
<!-- Not used anymore. -->
<!-- Crystal Scrolls: Enchant Weapon -->
<!-- <enchant id="731" targetGrade="A" bonusRate="100" /> -->
<!-- <enchant id="949" targetGrade="B" bonusRate="100" /> -->
<!-- <enchant id="953" targetGrade="C" bonusRate="100" /> -->
<!-- <enchant id="957" targetGrade="D" bonusRate="100" /> -->
<!-- <enchant id="961" targetGrade="S" bonusRate="100" /> -->
<!-- Crystal Scrolls: Enchant Armor -->
<!-- <enchant id="732" targetGrade="A" bonusRate="100" /> -->
<!-- <enchant id="950" targetGrade="B" bonusRate="100" /> -->
<!-- <enchant id="954" targetGrade="C" bonusRate="100" /> -->
<!-- <enchant id="958" targetGrade="D" bonusRate="100" /> -->
<!-- <enchant id="962" targetGrade="S" bonusRate="100" /> -->
<!-- Weapon Enchant Scrolls -->
<enchant id="22006" targetGrade="D" bonusRate="10" />
<enchant id="22007" targetGrade="C" bonusRate="10" />
<enchant id="22008" targetGrade="B" bonusRate="10" />
<enchant id="22009" targetGrade="A" bonusRate="10" />
<enchant id="20517" targetGrade="S" bonusRate="10" />
<!-- Armor Enchant Scrolls -->
<enchant id="22010" targetGrade="D" bonusRate="10" />
<enchant id="22011" targetGrade="C" bonusRate="10" />
<enchant id="22012" targetGrade="B" bonusRate="10" />
<enchant id="22013" targetGrade="A" bonusRate="10" />
<enchant id="20518" targetGrade="S" bonusRate="10" />
<!-- Ancient Weapon Enchant Crystal -->
<enchant id="22014" targetGrade="B" maxEnchant="16" bonusRate="10" />
<enchant id="22015" targetGrade="A" maxEnchant="16" bonusRate="10" />
<enchant id="20519" targetGrade="S" maxEnchant="16" bonusRate="10" />
<enchant id="22427" targetGrade="R" maxEnchant="12" bonusRate="100" />
<!-- Ancient Armor Enchant Crystal -->
<enchant id="22016" targetGrade="B" maxEnchant="16" bonusRate="10" />
<enchant id="22017" targetGrade="A" maxEnchant="16" bonusRate="10" />
<enchant id="20520" targetGrade="S" maxEnchant="16" bonusRate="10" />
<enchant id="22430" targetGrade="R" maxEnchant="7" bonusRate="100" />
<!-- Divine Weapon Enchant Crystal -->
<enchant id="22018" targetGrade="B" bonusRate="100" />
<enchant id="22019" targetGrade="A" bonusRate="100" />
<enchant id="20521" targetGrade="S" bonusRate="100" />
<!-- Divine Armor Enchant Crystal -->
<enchant id="22020" targetGrade="B" bonusRate="100" />
<enchant id="22021" targetGrade="A" bonusRate="100" />
<enchant id="20522" targetGrade="S" bonusRate="100" />
<!-- Scroll: Enchant Weapon of Destruction -->
<enchant id="22221" targetGrade="S" maxEnchant="15" />
<enchant id="22223" targetGrade="A" maxEnchant="15" />
<enchant id="22225" targetGrade="B" maxEnchant="15" />
<enchant id="22227" targetGrade="C" maxEnchant="15" />
<enchant id="22229" targetGrade="D" maxEnchant="15" />
<enchant id="33478" targetGrade="R" maxEnchant="15" />
<enchant id="33838" targetGrade="D" maxEnchant="15" />
<enchant id="33839" targetGrade="C" maxEnchant="15" />
<enchant id="33840" targetGrade="B" maxEnchant="15" />
<enchant id="33841" targetGrade="A" maxEnchant="15" />
<enchant id="33842" targetGrade="S" maxEnchant="15" />
<enchant id="33843" targetGrade="R" maxEnchant="15" />
<!-- Scroll: Enchant Armor of Destruction -->
<enchant id="22222" targetGrade="S" maxEnchant="6" />
<enchant id="22224" targetGrade="A" maxEnchant="6" />
<enchant id="22226" targetGrade="B" maxEnchant="6" />
<enchant id="22228" targetGrade="C" maxEnchant="6" />
<enchant id="22230" targetGrade="D" maxEnchant="6" />
<enchant id="33479" targetGrade="R" maxEnchant="6" />
<enchant id="33844" targetGrade="D" maxEnchant="6" />
<enchant id="33845" targetGrade="C" maxEnchant="6" />
<enchant id="33846" targetGrade="B" maxEnchant="6" />
<enchant id="33847" targetGrade="A" maxEnchant="6" />
<enchant id="33848" targetGrade="S" maxEnchant="6" />
<enchant id="33849" targetGrade="R" maxEnchant="6" />
<!-- Master Yogi's Scroll: Enchant Weapon -->
<enchant id="13540" maxEnchant="15">
<item id="13539" /> <!-- Staff of Master Yogi -->
</enchant>
<!-- Master Yogi's Scroll: Enchant Weapon -->
<enchant id="38926" maxEnchant="15">
<item id="13539" /> <!-- Staff of Master Yogi -->
</enchant>
<!-- Master Yogi's Special Scroll: Enchant Weapon -->
<enchant id="37803" maxEnchant="15">
<item id="13539" /> <!-- Staff of Master Yogi -->
</enchant>
<!-- Scroll: Enchant Power Shirt -->
<enchant id="21581" maxEnchant="10">
<item id="21580" /> <!-- Power Shirt -->
<item id="21706" /> <!-- Power Shirt -->
</enchant>
<!-- Blessed Scroll: Enchant Power Shirt -->
<enchant id="21582" maxEnchant="10">
<item id="21580" /> <!-- Power Shirt -->
<item id="21706" /> <!-- Power Shirt -->
</enchant>
<!-- Blessed Scroll: Enchant Power Shirt -->
<enchant id="21707" maxEnchant="10">
<item id="21580" /> <!-- Power Shirt -->
<item id="21706" /> <!-- Power Shirt -->
</enchant>
<!-- Scroll: Enchant Elemental Shirt -->
<enchant id="25792" maxEnchant="10">
<item id="37718" /> <!-- Shiny Elemental Shirt -->
<item id="46194" /> <!-- Reflect Magic T-shirt -->
<item id="46193" /> <!-- Reflect Attack T-shirt -->
<item id="34623" /> <!-- Pa'agrio's Shirt -->
<item id="34624" /> <!-- Sayha's Shirt -->
<item id="34625" /> <!-- Eva's Shirt -->
<item id="34626" /> <!-- Maphr's Shirt -->
<item id="23307" /> <!-- Maphr's Shirt -->
</enchant>
<!-- Blessed Scroll: Enchant Elemental Shirt" type="EtcItem -->
<enchant id="25793" maxEnchant="10">
<item id="37718" /> <!-- Shiny Elemental Shirt -->
<item id="46194" /> <!-- Reflect Magic T-shirt -->
<item id="46193" /> <!-- Reflect Attack T-shirt -->
<item id="34623" /> <!-- Pa'agrio's Shirt -->
<item id="34624" /> <!-- Sayha's Shirt -->
<item id="34625" /> <!-- Eva's Shirt -->
<item id="34626" /> <!-- Maphr's Shirt -->
<item id="23307" /> <!-- Maphr's Shirt -->
</enchant>
<!-- Blessed Olf's T-shirt Enchant Scroll - Event -->
<enchant id="21707" maxEnchant="10">
<item id="21580" /> <!-- Olf's T-shirt -->
<item id="21706" /> <!-- Olf's T-shirt (Event) -->
</enchant>
<!-- Event - Herdsman's Love Scroll Event -->
<enchant id="15381" maxEnchant="16">
<item id="15383" /> <!-- Weaver's Multi-colored Clothes (7-day limited period) -->
<item id="15384" /> <!-- Weaver's Multi-colored Clothes (30-day limited period) -->
<item id="15385" /> <!-- Weaver's Multi-colored Clothes (60-day limited period) -->
<item id="15386" /> <!-- Weaver's Multi-colored Clothes (90-day limited period) -->
<item id="15387" /> <!-- Weaver's Multi-colored Clothes (Permanent Use) -->
<item id="15388" /> <!-- Weaver's Multi-colored Clothes (Event) (7-day limited period) -->
<item id="15389" /> <!-- Weaver's Multi-colored Clothes (Event) (30-day limited period) -->
<item id="15390" /> <!-- Weaver's Multi-colored Clothes (Event) (60-day limited period) -->
<item id="15391" /> <!-- Weaver's Multi-colored Clothes (Event) (90-day limited period) -->
<item id="15392" /> <!-- Weaver's Multi-colored Clothes (Event) (Permanent Use) -->
</enchant>
<!-- Event - Vitality Belt Enchant Scroll -->
<enchant id="15382" maxEnchant="50">
<item id="15393" /> <!-- Vitality Belt (7-day limited period) -->
<item id="15394" /> <!-- Vitality Belt (30-day limited period) -->
<item id="15395" /> <!-- Vitality Belt (60-day limited period) -->
<item id="15396" /> <!-- Vitality Belt (90-day limited period) -->
<item id="15397" /> <!-- Vitality Belt (Permanent Use) -->
<item id="15398" /> <!-- Vitality Belt (Event) (7-day limited period) -->
<item id="15399" /> <!-- Vitality Belt (Event) (30-day limited period) -->
<item id="15400" /> <!-- Vitality Belt (Event) (60-day limited period) -->
<item id="15401" /> <!-- Vitality Belt (Event) (90-day limited period) -->
<item id="15402" /> <!-- Vitality Belt (Event) (Permanent Use) -->
</enchant>
<!-- Weapon enhancing scroll exclusive for PC cafe -->
<enchant id="15346" targetGrade="S">
<item id="15313" /> <!-- Player Commendation - Forgotten Blade (Player Recommendation Weapon) -->
<item id="15314" /> <!-- Player Commendation - Basalt Battlehammer (Player Recommendation Weapon) -->
<item id="15315" /> <!-- Player Commendation - Imperial Staff (Player Recommendation Weapon) -->
<item id="15316" /> <!-- Player Commendation - Angel Slayer (Player Recommendation Weapon) -->
<item id="15317" /> <!-- Player Commendation - Dragon Hunter Axe (Player Recommendation Weapon) -->
<item id="15318" /> <!-- Player Commendation - Saint Spear (Player Recommendation Weapon) -->
<item id="15319" /> <!-- Player Commendation - Demon Splinter (Player Recommendation Weapon) -->
<item id="15320" /> <!-- Player Commendation - Heaven's Divider (Player Recommendation Weapon) -->
<item id="15321" /> <!-- Player Commendation - Arcana Macw (Player Recommendation Weapon) -->
<item id="15322" /> <!-- Player Commendation - Draconic Bow (Player Recommendation Weapon) -->
<item id="15323" /> <!-- Player Commendation - Laevateinn (Player Recommendation Weapon) -->
<item id="15324" /> <!-- Player Commendation - Gram (Player Recommendation Weapon) -->
<item id="15325" /> <!-- Player Commendation - Sarunga (Player Recommendation Weapon) -->
<item id="15326" /> <!-- Player Commendation - Tallum Blade *Dark Legion's Edge (Player Recommendation Weapon) -->
</enchant>
<enchant id="15347" targetGrade="A">
<item id="13210" /> <!-- Player Commendation - Sirra's Blade (Player Commendation Weapon) -->
<item id="13211" /> <!-- Player Commendation - Sword of Ipos (Player Commendation Weapon) -->
<item id="13212" /> <!-- Player Commendation - Barakiel's Axe (Player Commendation Weapon) -->
<item id="13213" /> <!-- Player Commendation - Behemoth Tuning Fork (Player Commendation Weapon) -->
<item id="13214" /> <!-- Player Commendation - Naga Storm (Player Commendation Weapon) -->
<item id="13215" /> <!-- Player Commendation - Tiphon's Spear (Player Commendation Weapon) -->
<item id="13216" /> <!-- Player Commendation - Shyeed's Bow (Player Commendation Weapon) -->
<item id="13217" /> <!-- Player Commendation - Sobekk's Hurricane (Player Commendation Weapon) -->
<item id="13218" /> <!-- Player Commendation - Themis' Tongue (Player Commendation Weapon) -->
<item id="13219" /> <!-- Player Commendation - Cabrio's Hand (Player Commendation Weapon) -->
<item id="13220" /> <!-- Player Commendation - Daimon Crystal (Player Commendation Weapon) -->
<item id="13221" /> <!-- Player Commendation - Tallum Blade*Damascus (Player Commendation Weapon) -->
<item id="13222" /> <!-- Player Commendation - Eclair Bijou (Player Commendation Weapon) -->
<item id="13223" /> <!-- Player Commendation - Durendal (Player Commendation Weapon) -->
<item id="13224" /> <!-- Player Commendation - Screaming Vengeance (Player Commendation Weapon) -->
</enchant>
<enchant id="15348" targetGrade="B">
<item id="13194" /> <!-- Player Commendation - Damascus Sword (Player Commendation Weapon) -->
<item id="13195" /> <!-- Player Commendation - Lance (Player Commendation Weapon) -->
<item id="13196" /> <!-- Player Commendation - Deadman's Glory (Player Commendation Weapon) -->
<item id="13197" /> <!-- Player Commendation - Art of Battle Axe (Player Commendation Weapon) -->
<item id="13198" /> <!-- Player Commendation - Staff of Evil Spirits (Player Commendation Weapon) -->
<item id="13199" /> <!-- Player Commendation - Devil's Dagger (Player Commendation Weapon) -->
<item id="13200" /> <!-- Player Commendation - Bellion Cestus (Player Commendation Weapon) -->
<item id="13201" /> <!-- Player Commendation - Bow of Peril (Player Commendation Weapon) -->
<item id="13202" /> <!-- Player Commendation - Samurai*Samurai (Player Commendation Weapon) -->
<item id="13203" /> <!-- Player Commendation - Guardian's Sword (Player Commendation Weapon) -->
<item id="13204" /> <!-- Player Commendation - Wizard's Tear (Player Commendation Weapon) -->
<item id="13205" /> <!-- Player Commendation - Kaim Vanul's Bones (Player Commendation Weapon) -->
<item id="13206" /> <!-- Player Commendation - Star Buster (Player Commendation Weapon) -->
<item id="13207" /> <!-- Player Commendation - Colichemarde (Player Commendation Weapon) -->
<item id="13208" /> <!-- Player Commendation - Dismantler (Player Commendation Weapon) -->
<item id="13209" /> <!-- Player Commendation - Hell Hound (Player Commendation Weapon) -->
</enchant>
<enchant id="15349" targetGrade="C">
<item id="13178" /> <!-- Player Commendation - Samurai Long Sword (Player Commendation Weapon) -->
<item id="13179" /> <!-- Player Commendation - Ghost's Wand (Player Commendation Weapon) -->
<item id="13180" /> <!-- Player Commendation - Ghoul's Wand (Player Commendation Weapon) -->
<item id="13181" /> <!-- Player Commendation - Devil's Wand (Player Commendation Weapon) -->
<item id="13182" /> <!-- Player Commendation - Crystal Dagger (Player Commendation Weapon) -->
<item id="13183" /> <!-- Player Commendation - Great Pata (Player Commendation Weapon) -->
<item id="13184" /> <!-- Player Commendation - Eminence Bow (Player Commendation Weapon) -->
<item id="13185" /> <!-- Player Commendation - Orcish Poleaxe (Player Commendation Weapon) -->
<item id="13186" /> <!-- Player Commendation - Yaksa Mace (Player Commendation Weapon) -->
<item id="13187" /> <!-- Player Commendation - Shamshir*Shamshir (Player Commendation Weapon) -->
<item id="13188" /> <!-- Player Commendation - Admiral's Estoc (Player Commendation Weapon) -->
<item id="13189" /> <!-- Player Commendation - Saber Tooth (Player Commendation Weapon) -->
<item id="13190" /> <!-- Player Commendation - Sharpshooter (Player Commendation Weapon) -->
<item id="13191" /> <!-- Player Commendation - Ecliptic Sword (Player Commendation Weapon) -->
<item id="13192" /> <!-- Player Commendation - Ecliptic Axe (Player Commendation Weapon) -->
<item id="13193" /> <!-- Player Commendation - Dwarven Hammer (Player Commendation Weapon) -->
</enchant>
<enchant id="15350" targetGrade="D">
<item id="13163" /> <!-- Player Commendation - Bastard*Crimson Sword (Player Commendation Weapon) -->
<item id="13164" /> <!-- Player Commendation - Claymore (Player Commendation Weapon) -->
<item id="13165" /> <!-- Player Commendation - Bonebreaker (Player Commendation Weapon) -->
<item id="13166" /> <!-- Player Commendation - Atuba Hammer (Player Commendation Weapon) -->
<item id="13167" /> <!-- Player Commendation - Ghost's Wand (Player Commendation Weapon) -->
<item id="13168" /> <!-- Player Commendation - Hall of Life (Player Commendation Weapon) -->
<item id="13169" /> <!-- Player Commendation - Atuba Mace (Player Commendation Weapon) -->
<item id="13170" /> <!-- Player Commendation - Mithril Dagger (Player Commendation Weapon) -->
<item id="13171" /> <!-- Player Commendation - Scallop Jamadhr (Player Commendation Weapon) -->
<item id="13172" /> <!-- Player Commendation - Crossbow (Player Commendation Weapon) -->
<item id="13173" /> <!-- Player Commendation - Glaive (Player Commendation Weapon) -->
<item id="13174" /> <!-- Player Commendation - Elven Long Sword (Player Commendation Weapon) -->
<item id="13175" /> <!-- Player Commendation - Grand Epee (Player Commendation Weapon) -->
<item id="13176" /> <!-- Player Commendation - General Katzbalger (Player Commendation Weapon) -->
<item id="13177" /> <!-- Player Commendation - Cranequin (Player Commendation Weapon) -->
</enchant>
<!-- Blessed Scrolls: Enchant Weapon -->
<enchant id="17255" targetGrade="A" />
<enchant id="17257" targetGrade="B" />
<enchant id="17259" targetGrade="C" />
<enchant id="17261" targetGrade="D" />
<enchant id="17263" targetGrade="S" />
<!-- Blessed Scrolls: Enchant Armor -->
<enchant id="17256" targetGrade="A" />
<enchant id="17258" targetGrade="B" />
<enchant id="17260" targetGrade="C" />
<enchant id="17262" targetGrade="D" />
<enchant id="17264" targetGrade="S" />
<!-- Scrolls: Enchant Weapon -->
<enchant id="22306" targetGrade="S" />
<enchant id="22307" targetGrade="A" />
<!-- Scrolls: Enchant Armor -->
<enchant id="22308" targetGrade="S" />
<enchant id="22309" targetGrade="A" />
<!-- Blessed Scrolls: Enchant Weapon -->
<enchant id="22314" targetGrade="S" />
<enchant id="22316" targetGrade="A" />
<enchant id="22317" targetGrade="B" />
<enchant id="22341" targetGrade="C" />
<!-- Blessed Scrolls: Enchant Armor -->
<enchant id="22315" targetGrade="S" />
<enchant id="22318" targetGrade="A" />
<enchant id="22319" targetGrade="B" />
<!-- Scrolls: Enchant Weapon -->
<enchant id="22320" targetGrade="A" />
<enchant id="22321" targetGrade="B" />
<enchant id="22342" targetGrade="C" />
<enchant id="22344" targetGrade="D" />
<!-- Scrolls: Enchant Armor -->
<enchant id="22322" targetGrade="A" />
<enchant id="22323" targetGrade="B" />
<enchant id="22343" targetGrade="C" />
<enchant id="22345" targetGrade="D" />
<!-- Scrolls: Enchant Weapon -->
<enchant id="22425" targetGrade="R" bonusRate="10" />
<!-- Ancient Scrolls: Enchant Weapon -->
<enchant id="22426" targetGrade="R" maxEnchant="15" bonusRate="10" />
<enchant id="23342" targetGrade="R" bonusRate="10" />
<!-- Heavenly Scrolls: Enchant Weapon -->
<enchant id="23343" targetGrade="R" maxEnchantFighter="12" maxEnchantMagic="7" bonusRate="100" />
<!-- Scrolls: Enchant Armor -->
<enchant id="22428" targetGrade="R" bonusRate="10" />
<!-- Ancient Scrolls: Enchant Armor -->
<enchant id="22429" targetGrade="R" maxEnchant="15" bonusRate="10" />
<enchant id="23344" targetGrade="R" bonusRate="10" />
<!-- Heavenly Scrolls: Enchant Armor -->
<enchant id="23345" targetGrade="R" maxEnchant="7" bonusRate="100" />
<!-- Event - Scrolls: Enchant Weapon -->
<enchant id="22550" targetGrade="A" />
<enchant id="22552" targetGrade="B" />
<enchant id="22554" targetGrade="C" />
<enchant id="22556" targetGrade="D" />
<enchant id="22558" targetGrade="S" />
<enchant id="22560" targetGrade="R" />
<enchant id="34066" targetGrade="A" />
<enchant id="34068" targetGrade="B" />
<enchant id="34070" targetGrade="C" />
<enchant id="34072" targetGrade="D" />
<enchant id="34074" targetGrade="S" />
<enchant id="34076" targetGrade="R" />
<enchant id="34782" targetGrade="S" />
<enchant id="34783" targetGrade="R" />
<!-- Event - Scrolls: Enchant Armor -->
<enchant id="22551" targetGrade="A" />
<enchant id="22553" targetGrade="B" />
<enchant id="22555" targetGrade="C" />
<enchant id="22557" targetGrade="D" />
<enchant id="22559" targetGrade="S" />
<enchant id="22561" targetGrade="R" />
<enchant id="34067" targetGrade="A" />
<enchant id="34069" targetGrade="B" />
<enchant id="34071" targetGrade="C" />
<enchant id="34073" targetGrade="D" />
<enchant id="34075" targetGrade="S" />
<enchant id="34077" targetGrade="R" />
<enchant id="34784" targetGrade="S" />
<enchant id="34785" targetGrade="R" />
<!-- Event - Blessed Scrolls: Enchant Weapon -->
<enchant id="23596" targetGrade="R" />
<enchant id="34786" targetGrade="S" />
<enchant id="34787" targetGrade="R" />
<!-- Event - Blessed Scrolls: Enchant Armor -->
<enchant id="23597" targetGrade="R" />
<enchant id="34788" targetGrade="S" />
<enchant id="34789" targetGrade="R" />
<!-- Campaign - Scrolls: Enchant Weapon -->
<enchant id="33519" targetGrade="R" />
<!-- Campaign - Scrolls: Enchant Armor -->
<enchant id="33520" targetGrade="R" />
<!-- Premium User - Scrolls: Enchant Weapon -->
<enchant id="22627" targetGrade="R" />
<!-- Premium User - Blessed Scrolls: Enchant Weapon -->
<enchant id="22647" targetGrade="R" />
<!-- Premium User - Scrolls: Enchant Armor -->
<enchant id="22628" targetGrade="R" />
<!-- Premium User - Blessed Scrolls: Enchant Armor -->
<enchant id="22648" targetGrade="R" />
<!-- Scroll: Enchant Power Shirt -->
<enchant id="22904" maxEnchant="10">
<item id="21580" /> <!-- Power Shirt -->
<item id="21706" /> <!-- Power Shirt (Event) -->
<item id="23085" /> <!-- Power Shirt (Event) -->
<item id="34732" /> <!-- Exchanged Power Shirt (Event) -->
<item id="21580" /> <!-- Shiny Elemental power Shirt -->
</enchant>
<!-- Scroll: Enchant Elemental Power Shirt -->
<enchant id="25792" maxEnchant="10">
<item id="21580" /> <!-- Power Shirt -->
<item id="21706" /> <!-- Power Shirt (Event) -->
<item id="23085" /> <!-- Power Shirt (Event) -->
<item id="34732" /> <!-- Exchanged Power Shirt (Event) -->
<item id="21580" /> <!-- Shiny Elemental power Shirt -->
<item id="23240" /> <!-- Pa'agrio's Shirt -->
<item id="23241" /> <!-- Sayha's Shirt -->
<item id="23242" /> <!-- Eva's Shirt -->
<item id="23243" /> <!-- Maphr's Shirt -->
<item id="34623" /> <!-- Pa'agrio's Shirt -->
<item id="34624" /> <!-- Sayha's Shirt -->
<item id="34625" /> <!-- Eva's Shirt -->
<item id="34626" /> <!-- Maphr's Shirt -->
<item id="23307" /> <!-- Maphr's Shirt -->
<item id="34732" /> <!-- Exchanged Power Shirt -->
<item id="34770" /> <!-- Pa'agrio's Shirt -->
<item id="34771" /> <!-- Sayha's Shirt -->
<item id="34772" /> <!-- Eva's Shirt -->
<item id="34773" /> <!-- Maphr's Shirt -->
<item id="37718" /> <!-- Shiny Elemental power Shirt -->
<item id="46193" /> <!-- Physical Refleck Shirt -->
<item id="46194" /> <!-- Magical Refleck Shirt -->
</enchant>
<!-- Scroll: Enchant Elemental Shirt -->
<enchant id="34627" maxEnchant="10">
<item id="21580" /> <!-- Power Shirt -->
<item id="21706" /> <!-- Power Shirt (Event) -->
<item id="23085" /> <!-- Power Shirt (Event) -->
<item id="34732" /> <!-- Exchanged Power Shirt (Event) -->
<item id="21580" /> <!-- Shiny Elemental power Shirt -->
<item id="23240" /> <!-- Pa'agrio's Shirt -->
<item id="23241" /> <!-- Sayha's Shirt -->
<item id="23242" /> <!-- Eva's Shirt -->
<item id="23243" /> <!-- Maphr's Shirt -->
<item id="34623" /> <!-- Pa'agrio's Shirt -->
<item id="34624" /> <!-- Sayha's Shirt -->
<item id="34625" /> <!-- Eva's Shirt -->
<item id="34626" /> <!-- Maphr's Shirt -->
<item id="23307" /> <!-- Maphr's Shirt -->
<item id="34732" /> <!-- Exchanged Power Shirt -->
<item id="34770" /> <!-- Pa'agrio's Shirt -->
<item id="34771" /> <!-- Sayha's Shirt -->
<item id="34772" /> <!-- Eva's Shirt -->
<item id="34773" /> <!-- Maphr's Shirt -->
<item id="37718" /> <!-- Shiny Elemental power Shirt -->
<item id="46193" /> <!-- Physical Refleck Shirt -->
<item id="46194" /> <!-- Magical Refleck Shirt -->
</enchant>
<!-- Blessed Scroll: Enchant Power Shirt -->
<enchant id="22905" maxEnchant="10">
<item id="21580" /> <!-- Power Shirt -->
<item id="21706" /> <!-- Power Shirt (Event) -->
<item id="23085" /> <!-- Power Shirt (Event) -->
<item id="34732" /> <!-- Exchanged Power Shirt (Event) -->
<item id="21580" /> <!-- Shiny Elemental power Shirt -->
<item id="23240" /> <!-- Pa'agrio's Shirt -->
<item id="23241" /> <!-- Sayha's Shirt -->
<item id="23242" /> <!-- Eva's Shirt -->
<item id="23243" /> <!-- Maphr's Shirt -->
<item id="34623" /> <!-- Pa'agrio's Shirt -->
<item id="34624" /> <!-- Sayha's Shirt -->
<item id="34625" /> <!-- Eva's Shirt -->
<item id="34626" /> <!-- Maphr's Shirt -->
<item id="23307" /> <!-- Maphr's Shirt -->
<item id="34732" /> <!-- Exchanged Power Shirt -->
<item id="34770" /> <!-- Pa'agrio's Shirt -->
<item id="34771" /> <!-- Sayha's Shirt -->
<item id="34772" /> <!-- Eva's Shirt -->
<item id="34773" /> <!-- Maphr's Shirt -->
<item id="37718" /> <!-- Shiny Elemental power Shirt -->
<item id="46193" /> <!-- Physical Refleck Shirt -->
<item id="46194" /> <!-- Magical Refleck Shirt -->
</enchant>
<!-- Blessed Scroll: Enchant Elemental Shirt -->
<enchant id="25793" maxEnchant="10">
<item id="21580" /> <!-- Power Shirt -->
<item id="21706" /> <!-- Power Shirt (Event) -->
<item id="23085" /> <!-- Power Shirt (Event) -->
<item id="34732" /> <!-- Exchanged Power Shirt (Event) -->
<item id="21580" /> <!-- Shiny Elemental power Shirt -->
<item id="23240" /> <!-- Pa'agrio's Shirt -->
<item id="23241" /> <!-- Sayha's Shirt -->
<item id="23242" /> <!-- Eva's Shirt -->
<item id="23243" /> <!-- Maphr's Shirt -->
<item id="34623" /> <!-- Pa'agrio's Shirt -->
<item id="34624" /> <!-- Sayha's Shirt -->
<item id="34625" /> <!-- Eva's Shirt -->
<item id="34626" /> <!-- Maphr's Shirt -->
<item id="23307" /> <!-- Maphr's Shirt -->
<item id="34732" /> <!-- Exchanged Power Shirt -->
<item id="34770" /> <!-- Pa'agrio's Shirt -->
<item id="34771" /> <!-- Sayha's Shirt -->
<item id="34772" /> <!-- Eva's Shirt -->
<item id="34773" /> <!-- Maphr's Shirt -->
<item id="37718" /> <!-- Shiny Elemental power Shirt -->
<item id="46193" /> <!-- Physical Refleck Shirt -->
<item id="46194" /> <!-- Magical Refleck Shirt -->
</enchant>
<!-- Blessed Scroll: Enchant Elemental Power Shirt -->
<enchant id="23241" maxEnchant="10">
<item id="21580" /> <!-- Power Shirt -->
<item id="21706" /> <!-- Power Shirt (Event) -->
<item id="23085" /> <!-- Power Shirt (Event) -->
<item id="34732" /> <!-- Exchanged Power Shirt (Event) -->
<item id="21580" /> <!-- Shiny Elemental power Shirt -->
<item id="23240" /> <!-- Pa'agrio's Shirt -->
<item id="23241" /> <!-- Sayha's Shirt -->
<item id="23242" /> <!-- Eva's Shirt -->
<item id="23243" /> <!-- Maphr's Shirt -->
<item id="34623" /> <!-- Pa'agrio's Shirt -->
<item id="34624" /> <!-- Sayha's Shirt -->
<item id="34625" /> <!-- Eva's Shirt -->
<item id="34626" /> <!-- Maphr's Shirt -->
<item id="23307" /> <!-- Maphr's Shirt -->
<item id="34732" /> <!-- Exchanged Power Shirt -->
<item id="34770" /> <!-- Pa'agrio's Shirt -->
<item id="34771" /> <!-- Sayha's Shirt -->
<item id="34772" /> <!-- Eva's Shirt -->
<item id="34773" /> <!-- Maphr's Shirt -->
<item id="37718" /> <!-- Shiny Elemental power Shirt -->
<item id="46193" /> <!-- Physical Refleck Shirt -->
<item id="46194" /> <!-- Magical Refleck Shirt -->
</enchant>
<!-- Shining Scroll: Enchant Elemental Shirt -->
<enchant id="23241" maxEnchant="8">
<item id="21580" /> <!-- Power Shirt -->
<item id="21706" /> <!-- Power Shirt (Event) -->
<item id="23085" /> <!-- Power Shirt (Event) -->
<item id="34732" /> <!-- Exchanged Power Shirt (Event) -->
<item id="21580" /> <!-- Shiny Elemental power Shirt -->
<item id="23240" /> <!-- Pa'agrio's Shirt -->
<item id="23241" /> <!-- Sayha's Shirt -->
<item id="23242" /> <!-- Eva's Shirt -->
<item id="23243" /> <!-- Maphr's Shirt -->
<item id="34623" /> <!-- Pa'agrio's Shirt -->
<item id="34624" /> <!-- Sayha's Shirt -->
<item id="34625" /> <!-- Eva's Shirt -->
<item id="34626" /> <!-- Maphr's Shirt -->
<item id="23307" /> <!-- Maphr's Shirt -->
<item id="34732" /> <!-- Exchanged Power Shirt -->
<item id="34770" /> <!-- Pa'agrio's Shirt -->
<item id="34771" /> <!-- Sayha's Shirt -->
<item id="34772" /> <!-- Eva's Shirt -->
<item id="34773" /> <!-- Maphr's Shirt -->
<item id="37718" /> <!-- Shiny Elemental power Shirt -->
<item id="46193" /> <!-- Physical Refleck Shirt -->
<item id="46194" /> <!-- Magical Refleck Shirt -->
</enchant>
<!-- Scrolls: Enchant Weapon -->
<enchant id="23410" targetGrade="R" />
<enchant id="23411" targetGrade="S" />
<enchant id="23412" targetGrade="A" />
<enchant id="23413" targetGrade="B" />
<enchant id="23414" targetGrade="C" />
<enchant id="23415" targetGrade="D" />
<enchant id="26350" targetGrade="A" />
<enchant id="26352" targetGrade="S" />
<!-- Scrolls: Enchant Armor -->
<enchant id="23416" targetGrade="R" />
<enchant id="23417" targetGrade="S" />
<enchant id="23418" targetGrade="A" />
<enchant id="23419" targetGrade="B" />
<enchant id="23420" targetGrade="C" />
<enchant id="23421" targetGrade="D" />
<enchant id="26351" targetGrade="A" />
<enchant id="26353" targetGrade="S" />
<!-- Blessed Scrolls: Enchant Weapon -->
<enchant id="23422" targetGrade="R" />
<enchant id="23423" targetGrade="S" />
<enchant id="23424" targetGrade="A" />
<enchant id="23425" targetGrade="B" />
<enchant id="23426" targetGrade="C" />
<enchant id="23427" targetGrade="D" />
<!-- Blessed Scrolls: Enchant Armor -->
<enchant id="23428" targetGrade="R" />
<enchant id="23429" targetGrade="S" />
<enchant id="23430" targetGrade="A" />
<enchant id="23431" targetGrade="B" />
<enchant id="23432" targetGrade="C" />
<enchant id="23433" targetGrade="D" />
<!-- Divine Scrolls: Enchant Weapon -->
<enchant id="23731" targetGrade="A" maxEnchant="4" bonusRate="100" />
<enchant id="23732" targetGrade="S" maxEnchant="4" bonusRate="100" />
<enchant id="23733" targetGrade="R" maxEnchant="4" bonusRate="100" />
<enchant id="23737" targetGrade="A" maxEnchant="4" bonusRate="100" />
<enchant id="23738" targetGrade="S" maxEnchant="4" bonusRate="100" />
<enchant id="23739" targetGrade="R" maxEnchant="4" bonusRate="100" />
<!-- Divine Scrolls: Enchant Armor -->
<enchant id="23734" targetGrade="A" maxEnchant="4" bonusRate="100" />
<enchant id="23735" targetGrade="S" maxEnchant="4" bonusRate="100" />
<enchant id="23736" targetGrade="R" maxEnchant="4" bonusRate="100" />
<enchant id="23740" targetGrade="A" maxEnchant="4" bonusRate="100" />
<enchant id="23741" targetGrade="S" maxEnchant="4" bonusRate="100" />
<enchant id="23742" targetGrade="R" maxEnchant="4" bonusRate="100" />
<!-- Weapon Destiny Enchant Scrolls -->
<enchant id="33455" targetGrade="D" />
<enchant id="33456" targetGrade="C" />
<enchant id="33457" targetGrade="B" />
<enchant id="33458" targetGrade="A" />
<enchant id="33459" targetGrade="S" />
<!-- Armor Destiny Enchant Scrolls -->
<enchant id="33460" targetGrade="D" />
<enchant id="33461" targetGrade="C" />
<enchant id="33462" targetGrade="B" />
<enchant id="33463" targetGrade="A" />
<enchant id="33464" targetGrade="S" />
<!-- Giant's Scroll: Enchant Weapon -->
<enchant id="33806" targetGrade="D" />
<enchant id="33807" targetGrade="C" />
<enchant id="33808" targetGrade="B" />
<enchant id="33809" targetGrade="A" />
<enchant id="33810" targetGrade="S" />
<enchant id="33811" targetGrade="R" />
<enchant id="36163" targetGrade="R" />
<enchant id="36386" targetGrade="R" />
<enchant id="36387" targetGrade="S" />
<enchant id="36388" targetGrade="A" />
<!-- Giant's Scroll: Enchant Armor -->
<enchant id="33812" targetGrade="D" />
<enchant id="33813" targetGrade="C" />
<enchant id="33814" targetGrade="B" />
<enchant id="33815" targetGrade="A" />
<enchant id="33816" targetGrade="S" />
<enchant id="33817" targetGrade="R" />
<enchant id="36164" targetGrade="R" />
<enchant id="36389" targetGrade="R" />
<enchant id="36390" targetGrade="S" />
<enchant id="36391" targetGrade="A" />
<!-- Blessed Giant's Scroll: Enchant Weapon -->
<enchant id="36283" targetGrade="R" />
<!-- Blessed Giant's Scroll: Enchant Armor -->
<enchant id="36284" targetGrade="R" />
<!-- Lucky Enchant Stone: Weapon -->
<support id="12362" targetGrade="D" minEnchant="3" maxEnchant="9" bonusRate="20" />
<support id="12363" targetGrade="C" minEnchant="3" maxEnchant="9" bonusRate="18" />
<support id="12364" targetGrade="B" minEnchant="3" maxEnchant="9" bonusRate="15" />
<support id="12365" targetGrade="A" minEnchant="3" maxEnchant="9" bonusRate="12" />
<support id="12366" targetGrade="S" minEnchant="3" maxEnchant="9" bonusRate="10" />
<support id="23347" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="10" />
<support id="46077" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="10" />
<!-- Lucky Enchant Stone: Armor -->
<support id="12367" targetGrade="D" minEnchant="3" maxEnchant="9" bonusRate="35" />
<support id="12368" targetGrade="C" minEnchant="3" maxEnchant="9" bonusRate="27" />
<support id="12369" targetGrade="B" minEnchant="3" maxEnchant="9" bonusRate="23" />
<support id="12370" targetGrade="A" minEnchant="3" maxEnchant="9" bonusRate="18" />
<support id="12371" targetGrade="S" minEnchant="3" maxEnchant="9" bonusRate="15" />
<support id="23348" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="15" />
<support id="46078" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="15" />
<!-- Lucky Enchant Stone: Weapon Event -->
<support id="14078" targetGrade="D" minEnchant="3" maxEnchant="9" bonusRate="20" />
<support id="14079" targetGrade="C" minEnchant="3" maxEnchant="9" bonusRate="18" />
<support id="14080" targetGrade="B" minEnchant="3" maxEnchant="9" bonusRate="15" />
<support id="14081" targetGrade="A" minEnchant="3" maxEnchant="9" bonusRate="12" />
<support id="14082" targetGrade="S" minEnchant="3" maxEnchant="9" bonusRate="10" />
<support id="23599" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="10" />
<support id="33850" targetGrade="D" minEnchant="3" maxEnchant="9" bonusRate="20" />
<support id="33851" targetGrade="C" minEnchant="3" maxEnchant="9" bonusRate="18" />
<support id="33852" targetGrade="B" minEnchant="3" maxEnchant="9" bonusRate="15" />
<support id="33853" targetGrade="A" minEnchant="3" maxEnchant="9" bonusRate="12" />
<support id="33854" targetGrade="S" minEnchant="3" maxEnchant="9" bonusRate="10" />
<support id="33855" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="10" />
<!-- Lucky Enchant Stone: Armor Event -->
<support id="14083" targetGrade="D" minEnchant="3" maxEnchant="9" bonusRate="35" />
<support id="14084" targetGrade="C" minEnchant="3" maxEnchant="9" bonusRate="27" />
<support id="14085" targetGrade="B" minEnchant="3" maxEnchant="9" bonusRate="23" />
<support id="14086" targetGrade="A" minEnchant="3" maxEnchant="9" bonusRate="18" />
<support id="14087" targetGrade="S" minEnchant="3" maxEnchant="9" bonusRate="15" />
<support id="23600" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="15" />
<support id="33856" targetGrade="D" minEnchant="3" maxEnchant="9" bonusRate="35" />
<support id="33857" targetGrade="C" minEnchant="3" maxEnchant="9" bonusRate="27" />
<support id="33858" targetGrade="B" minEnchant="3" maxEnchant="9" bonusRate="23" />
<support id="33859" targetGrade="A" minEnchant="3" maxEnchant="9" bonusRate="18" />
<support id="33860" targetGrade="S" minEnchant="3" maxEnchant="9" bonusRate="15" />
<support id="33861" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="15" />
<!-- Lucky Enchant Stone: Weapon -->
<support id="14702" targetGrade="D" minEnchant="3" maxEnchant="9" bonusRate="20" />
<support id="14703" targetGrade="C" minEnchant="3" maxEnchant="9" bonusRate="18" />
<support id="14704" targetGrade="B" minEnchant="3" maxEnchant="9" bonusRate="15" />
<support id="14705" targetGrade="A" minEnchant="3" maxEnchant="9" bonusRate="12" />
<support id="14706" targetGrade="S" minEnchant="3" maxEnchant="9" bonusRate="10" />
<support id="30381" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="10" />
<!-- Lucky Enchant Stone: Armor -->
<support id="14707" targetGrade="D" minEnchant="3" maxEnchant="9" bonusRate="35" />
<support id="14708" targetGrade="C" minEnchant="3" maxEnchant="9" bonusRate="27" />
<support id="14709" targetGrade="B" minEnchant="3" maxEnchant="9" bonusRate="23" />
<support id="14710" targetGrade="A" minEnchant="3" maxEnchant="9" bonusRate="18" />
<support id="14711" targetGrade="S" minEnchant="3" maxEnchant="9" bonusRate="15" />
<support id="30382" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="15" />
<!-- Agathion Auxiliary Stone: Enchant Weapon -->
<support id="14702" targetGrade="D" minEnchant="3" maxEnchant="9" bonusRate="20" />
<support id="14703" targetGrade="C" minEnchant="3" maxEnchant="9" bonusRate="18" />
<support id="14704" targetGrade="B" minEnchant="3" maxEnchant="9" bonusRate="15" />
<support id="14705" targetGrade="A" minEnchant="3" maxEnchant="9" bonusRate="12" />
<support id="14706" targetGrade="S" minEnchant="3" maxEnchant="9" bonusRate="10" />
<!-- Agathion Auxiliary Stone: Enchant Armor -->
<support id="14707" targetGrade="D" minEnchant="3" maxEnchant="9" bonusRate="35" />
<support id="14708" targetGrade="C" minEnchant="3" maxEnchant="9" bonusRate="27" />
<support id="14709" targetGrade="B" minEnchant="3" maxEnchant="9" bonusRate="23" />
<support id="14710" targetGrade="A" minEnchant="3" maxEnchant="9" bonusRate="18" />
<support id="14711" targetGrade="S" minEnchant="3" maxEnchant="9" bonusRate="15" />
<!-- High-grade Lucky Enchant Stone Weapon -->
<support id="23646" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="20" />
<support id="36008" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="20" />
<support id="36019" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="20" />
<!-- High-grade Lucky Enchant Stone Armor -->
<support id="23647" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="30" />
<support id="36009" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="30" />
<support id="36020" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="30" />
<!-- Blessed Lucky Enchant Stone Weapon -->
<support id="23787" targetGrade="D" minEnchant="3" maxEnchant="9" />
<support id="23788" targetGrade="C" minEnchant="3" maxEnchant="9" />
<support id="23789" targetGrade="B" minEnchant="3" maxEnchant="9" />
<support id="23790" targetGrade="A" minEnchant="3" maxEnchant="9" />
<support id="23791" targetGrade="S" minEnchant="3" maxEnchant="9" />
<support id="23792" targetGrade="R" minEnchant="3" maxEnchant="9" />
<support id="37566" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="10" />
<!-- Blessed Lucky Enchant Stone Armor -->
<support id="23793" targetGrade="D" minEnchant="3" maxEnchant="9" />
<support id="23794" targetGrade="C" minEnchant="3" maxEnchant="9" />
<support id="23795" targetGrade="B" minEnchant="3" maxEnchant="9" />
<support id="23796" targetGrade="A" minEnchant="3" maxEnchant="9" />
<support id="23797" targetGrade="S" minEnchant="3" maxEnchant="9" />
<support id="23798" targetGrade="R" minEnchant="3" maxEnchant="9" />
<support id="37567" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="10" />
<support id="38758" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="30" />
<support id="38760" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="30" />
<!-- Blessed High-grade Lucky Enchant Stone Weapon -->
<support id="38757" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="20" />
<support id="38759" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="20" />
<!-- Blessed High-grade Lucky Enchant Stone Armor -->
<support id="38758" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="30" />
<support id="38760" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="30" />
<!-- Lesser Giant's Lucky Stone: Enchant Weapon -->
<support id="23785" targetGrade="R" minEnchant="3" maxEnchant="9" />
<!-- Lesser Giant's Lucky Stone: Enchant Armor -->
<support id="23786" targetGrade="R" minEnchant="3" maxEnchant="9" />
<!-- Giant's Lucky Enchant Stone Weapon -->
<support id="23781" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="10" />
<support id="39463" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="10" />
<!-- Giant's Lucky Enchant Stone Armor -->
<support id="23782" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="15" />
<support id="39462" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="15" />
<!-- Blessed Giant's Lucky Enchant Stone Weapon -->
<support id="23783" targetGrade="R" minEnchant="3" maxEnchant="9" />
<!-- Blessed Giant's Lucky Enchant Stone Armor -->
<support id="23784" targetGrade="R" minEnchant="3" maxEnchant="9" />
<!-- Windy Lucky Enchant Stone Weapon -->
<support id="39465" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="20" />
<support id="28497" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="20" />
<!-- Windy Lucky Enchant Stone Armor -->
<support id="39464" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="30" />
<!-- Freya's Lucky Enchant Stone Weapon -->
<support id="40232" targetGrade="R" minEnchant="3" maxEnchant="15" bonusRate="20" />
<!-- Freya's Lucky Enchant Stone Armor -->
<support id="40233" targetGrade="R" minEnchant="3" maxEnchant="15" bonusRate="30" />
<!-- High-grade Lucky Enchant Stone Weapon -->
<support id="45439" targetGrade="R" minEnchant="3" maxEnchant="9" bonusRate="20" />
<!-- Improved Lucky Enchant Stone Weapon -->
<support id="23769" targetGrade="D" minEnchant="10" maxEnchant="15" bonusRate="20" />
<support id="23770" targetGrade="C" minEnchant="10" maxEnchant="15" bonusRate="18" />
<support id="23771" targetGrade="B" minEnchant="10" maxEnchant="15" bonusRate="15" />
<support id="23772" targetGrade="A" minEnchant="10" maxEnchant="15" bonusRate="12" />
<support id="23773" targetGrade="S" minEnchant="10" maxEnchant="15" bonusRate="10" />
<support id="23774" targetGrade="R" minEnchant="10" maxEnchant="15" bonusRate="7" />
<!-- Improved Lucky Enchant Stone Armor -->
<support id="23775" targetGrade="D" minEnchant="10" maxEnchant="15" bonusRate="35" />
<support id="23776" targetGrade="C" minEnchant="10" maxEnchant="15" bonusRate="27" />
<support id="23777" targetGrade="B" minEnchant="10" maxEnchant="15" bonusRate="23" />
<support id="23778" targetGrade="A" minEnchant="10" maxEnchant="15" bonusRate="18" />
<support id="23779" targetGrade="S" minEnchant="10" maxEnchant="15" bonusRate="15" />
<support id="23780" targetGrade="R" minEnchant="10" maxEnchant="15" bonusRate="10" />
</list>

View File

@@ -54,6 +54,7 @@
<item slot="hair" /> <!-- Hair Accessories -->
<item slot="hair2" /> <!-- Hair Accessories -->
<item slot="hairall" /> <!-- Hair Accessories -->
<item slot="back" /> <!-- Cloaks -->
</enchantRate>
<!-- Bind only full armor group to to full armor slot items. -->
<enchantRate group="FULL_ARMOR_GROUP">

View File

@@ -1,5 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/EnchantItemOptions.xsd">
<item id="23085"> <!-- Power Shirt (Event) -->
<options level="0" option1="24965" />
<options level="1" option1="24966" />
<options level="2" option1="24967" />
<options level="3" option1="24968" />
<options level="4" option1="24969" option2="24975" />
<options level="5" option1="24970" option2="24976" />
<options level="6" option1="24971" option2="24977" />
<options level="7" option1="24972" option2="24978" option3="24982" />
<options level="8" option1="24973" option2="24979" option3="24982" />
<options level="9" option1="24974" option2="24980" option3="24983" />
<options level="10" option1="24984" option2="24985" option3="24983" />
</item>
<item id="34770"> <!-- Pa'agrio's Shirt (Event) -->
<options level="0" option1="30227" />
<options level="1" option1="30228" />
<options level="2" option1="30229" />
<options level="3" option1="30230" option2="30247" />
<options level="4" option1="30231" option2="30248" />
<options level="5" option1="30232" option2="30249" />
<options level="6" option1="30233" />
<options level="7" option1="30234" option2="30238" />
<options level="8" option1="30235" option2="30238" />
<options level="9" option1="30236" option2="30239" />
<options level="10" option1="30237" option2="30239" />
</item>
<item id="34771"> <!-- Sayha's Shirt (Event) -->
<options level="0" option1="30227" />
<options level="1" option1="30228" />
<options level="2" option1="30229" />
<options level="3" option1="30230" option2="30253" />
<options level="4" option1="30231" option2="30254" />
<options level="5" option1="30232" option2="30255" />
<options level="6" option1="30233" />
<options level="7" option1="30234" option2="30240" option3="30241" />
<options level="8" option1="30235" option2="30240" option3="30241" />
<options level="9" option1="30236" option2="30240" option3="30242" />
<options level="10" option1="30237" option2="30240" option3="30242" />
</item>
<item id="34772"> <!-- Eva's Shirt (Event) -->
<options level="0" option1="30227" />
<options level="1" option1="30228" />
<options level="2" option1="30229" />
<options level="3" option1="30230" option2="30250" />
<options level="4" option1="30231" option2="30251" />
<options level="5" option1="30232" option2="30252" />
<options level="6" option1="30233" />
<options level="7" option1="30234" option2="30243" />
<options level="8" option1="30235" option2="30243" />
<options level="9" option1="30236" option2="30244" />
<options level="10" option1="30237" option2="30244" />
</item>
<item id="34773"> <!-- Maphr's Shirt (Event) -->
<options level="0" option1="30227" />
<options level="1" option1="30228" />
<options level="2" option1="30229" />
<options level="3" option1="30230" option2="30256" />
<options level="4" option1="30231" option2="30257" />
<options level="5" option1="30232" option2="30258" />
<options level="6" option1="30233" />
<options level="7" option1="30234" option2="30245" />
<options level="8" option1="30235" option2="30245" />
<options level="9" option1="30236" option2="30246" />
<options level="10" option1="30237" option2="30246" />
</item>
<item id="34732"> <!-- Exchanged Power Shirt -->
<options level="0" option1="24965" />
<options level="1" option1="24966" />
<options level="2" option1="24967" />
<options level="3" option1="24968" />
<options level="4" option1="24969" option2="24975" />
<options level="5" option1="24970" option2="24976" />
<options level="6" option1="24971" option2="24977" />
<options level="7" option1="24972" option2="24978" option3="24982" />
<options level="8" option1="24973" option2="24979" option3="24982" />
<options level="9" option1="24974" option2="24980" option3="24983" />
<options level="10" option1="24984" option2="24985" option3="24983" />
</item>
<item id="15383"> <!-- Weaver's Multi-colored Clothes - 7-day limited period -->
<options level="0" option1="24949" />
<options level="1" option1="24805" />
@@ -1191,6 +1273,191 @@
<options level="9" option1="30236" option2="30246" />
<options level="10" option1="30237" option2="30246" />
</item>
<!-- Ancient Cloaks -->
<item id="28585"> <!-- Elmoreden Cloak -->
<options level="0" option1="40229" />
<options level="1" option1="40230" />
<options level="2" option1="40231" />
<options level="3" option1="40232" />
<options level="4" option1="40233" />
<options level="5" option1="40234" />
<options level="6" option1="40235" />
<options level="7" option1="40236" />
<options level="8" option1="40237" />
<options level="9" option1="40238" />
<options level="10" option1="40239" />
<options level="11" option1="40240" />
<options level="12" option1="40241" />
<options level="13" option1="40242" />
<options level="14" option1="40243" />
<options level="15" option1="40244" />
<options level="16" option1="40245" />
<options level="17" option1="40246" />
<options level="18" option1="40247" />
<options level="19" option1="40248" />
<options level="20" option1="40249" />
</item>
<item id="28586"> <!-- Aden Cloak -->
<options level="0" option1="40252" />
<options level="1" option1="40253" />
<options level="2" option1="40254" />
<options level="3" option1="40255" />
<options level="4" option1="40256" />
<options level="5" option1="40257" />
<options level="6" option1="40258" />
<options level="7" option1="40259" />
<options level="8" option1="40260" />
<options level="9" option1="40261" />
<options level="10" option1="40262" />
<options level="11" option1="40263" />
<options level="12" option1="40264" />
<options level="13" option1="40265" />
<options level="14" option1="40266" />
<options level="15" option1="40267" />
<options level="16" option1="40268" />
<options level="17" option1="40269" />
<options level="18" option1="40270" />
<options level="19" option1="40271" />
<options level="20" option1="40272" />
</item>
<item id="28587"> <!-- Elmore Cloak -->
<options level="0" option1="40275" />
<options level="1" option1="40276" />
<options level="2" option1="40277" />
<options level="3" option1="40278" />
<options level="4" option1="40279" />
<options level="5" option1="40280" />
<options level="6" option1="40281" />
<options level="7" option1="40282" />
<options level="8" option1="40283" />
<options level="9" option1="40284" />
<options level="10" option1="40285" />
<options level="11" option1="40286" />
<options level="12" option1="40287" />
<options level="13" option1="40288" />
<options level="14" option1="40289" />
<options level="15" option1="40290" />
<options level="16" option1="40291" />
<options level="17" option1="40292" />
<options level="18" option1="40293" />
<options level="19" option1="40294" />
<options level="20" option1="40295" />
</item>
<item id="28588"> <!-- Ferios Cloak -->
<options level="0" option1="40298" />
<options level="1" option1="40299" />
<options level="2" option1="40300" />
<options level="3" option1="40301" />
<options level="4" option1="40302" />
<options level="5" option1="40303" />
<options level="6" option1="40304" />
<options level="7" option1="40305" />
<options level="8" option1="40306" />
<options level="9" option1="40307" />
<options level="10" option1="40308" />
<options level="11" option1="40309" />
<options level="12" option1="40310" />
<options level="13" option1="40311" />
<options level="14" option1="40312" />
<options level="15" option1="40313" />
<options level="16" option1="40314" />
<options level="17" option1="40315" />
<options level="18" option1="40316" />
<options level="19" option1="40317" />
<options level="20" option1="40318" />
</item>
<item id="28589"> <!-- Elmoreden Cloak - Legendary -->
<options level="0" option1="40229" />
<options level="1" option1="40230" />
<options level="2" option1="40231" />
<options level="3" option1="40232" />
<options level="4" option1="40233" />
<options level="5" option1="40234" />
<options level="6" option1="40235" />
<options level="7" option1="40236" />
<options level="8" option1="40237" />
<options level="9" option1="40238" />
<options level="10" option1="40239" />
<options level="11" option1="40240" />
<options level="12" option1="40241" />
<options level="13" option1="40242" />
<options level="14" option1="40243" />
<options level="15" option1="40244" />
<options level="16" option1="40245" />
<options level="17" option1="40246" />
<options level="18" option1="40247" />
<options level="19" option1="40248" />
<options level="20" option1="40249" />
</item>
<item id="28590"> <!-- Aden Cloak - Legendary -->
<options level="0" option1="40252" />
<options level="1" option1="40253" />
<options level="2" option1="40254" />
<options level="3" option1="40255" />
<options level="4" option1="40256" />
<options level="5" option1="40257" />
<options level="6" option1="40258" />
<options level="7" option1="40259" />
<options level="8" option1="40260" />
<options level="9" option1="40261" />
<options level="10" option1="40262" />
<options level="11" option1="40263" />
<options level="12" option1="40264" />
<options level="13" option1="40265" />
<options level="14" option1="40266" />
<options level="15" option1="40267" />
<options level="16" option1="40268" />
<options level="17" option1="40269" />
<options level="18" option1="40270" />
<options level="19" option1="40271" />
<options level="20" option1="40272" />
</item>
<item id="28591"> <!-- Elmore Cloak - Legendary -->
<options level="0" option1="40275" />
<options level="1" option1="40276" />
<options level="2" option1="40277" />
<options level="3" option1="40278" />
<options level="4" option1="40279" />
<options level="5" option1="40280" />
<options level="6" option1="40281" />
<options level="7" option1="40282" />
<options level="8" option1="40283" />
<options level="9" option1="40284" />
<options level="10" option1="40285" />
<options level="11" option1="40286" />
<options level="12" option1="40287" />
<options level="13" option1="40288" />
<options level="14" option1="40289" />
<options level="15" option1="40290" />
<options level="16" option1="40291" />
<options level="17" option1="40292" />
<options level="18" option1="40293" />
<options level="19" option1="40294" />
<options level="20" option1="40295" />
</item>
<item id="28592"> <!-- Ferios Cloak - Legendary -->
<options level="0" option1="40298" />
<options level="1" option1="40299" />
<options level="2" option1="40300" />
<options level="3" option1="40301" />
<options level="4" option1="40302" />
<options level="5" option1="40303" />
<options level="6" option1="40304" />
<options level="7" option1="40305" />
<options level="8" option1="40306" />
<options level="9" option1="40307" />
<options level="10" option1="40308" />
<options level="11" option1="40309" />
<options level="12" option1="40310" />
<options level="13" option1="40311" />
<options level="14" option1="40312" />
<options level="15" option1="40313" />
<options level="16" option1="40314" />
<options level="17" option1="40315" />
<options level="18" option1="40316" />
<options level="19" option1="40317" />
<options level="20" option1="40318" />
</item>
<item id="46193"> <!-- Physycal Reflect Shirt -->
<options level="0" option1="32839" />
<options level="1" option1="32840" />
@@ -1468,264 +1735,77 @@
<options level="9" option1="32859" />
<options level="10" option1="32860" />
</item>
<item id="29704"> <!-- Fire Dragon Pedant Lv. 1 -->
<options level="0" option1="60000" />
<options level="1" option1="60001" />
<options level="2" option1="60002" />
<options level="3" option1="60003" />
<options level="4" option1="60004" />
<options level="5" option1="60005" />
<options level="6" option1="60006" />
<options level="7" option1="60007" />
<options level="8" option1="60008" />
<options level="9" option1="60009" />
<options level="10" option1="60010" />
<!-- Circlets -->
<item id="48202"> <!-- Warrior Circlet -->
<options level="0" option1="33280" />
<options level="1" option1="33280" option2="33235" />
<options level="2" option1="33280" option2="33236" />
<options level="3" option1="33280" option2="33237" />
<options level="4" option1="33280" option2="33238" />
<options level="5" option1="33280" option2="33239" />
</item>
<item id="29705"> <!-- Fire Dragon Pedant Lv. 2 -->
<options level="0" option1="60011" />
<options level="1" option1="60012" />
<options level="2" option1="60013" />
<options level="3" option1="60014" />
<options level="4" option1="60015" />
<options level="5" option1="60016" />
<options level="6" option1="60017" />
<options level="7" option1="60018" />
<options level="8" option1="60019" />
<options level="9" option1="60020" />
<options level="10" option1="60021" />
<item id="48203"> <!-- Noble Warrior Circlet -->
<options level="0" option1="33281" />
<options level="1" option1="33281" option2="33240" />
<options level="2" option1="33281" option2="33241" />
<options level="3" option1="33281" option2="33242" />
<options level="4" option1="33281" option2="33243" />
<options level="5" option1="33281" option2="33244" />
</item>
<item id="29706"> <!-- Fire Dragon Pedant Lv. 3 -->
<options level="0" option1="60022" />
<options level="1" option1="60023" />
<options level="2" option1="60024" />
<options level="3" option1="60025" />
<options level="4" option1="60026" />
<options level="5" option1="60027" />
<options level="6" option1="60028" />
<options level="7" option1="60029" />
<options level="8" option1="60030" />
<options level="9" option1="60031" />
<options level="10" option1="60032" />
<item id="48204"> <!-- Radiant Warrior Circlet -->
<options level="0" option1="33282" />
<options level="1" option1="33282" option2="33245" />
<options level="2" option1="33282" option2="33246" />
<options level="3" option1="33282" option2="33247" />
<options level="4" option1="33282" option2="33248" />
<options level="5" option1="33282" option2="33249" />
</item>
<item id="29707"> <!-- Fire Dragon Pedant Lv. 4 -->
<options level="0" option1="60033" />
<options level="1" option1="60034" />
<options level="2" option1="60035" />
<options level="3" option1="60036" />
<options level="4" option1="60037" />
<options level="5" option1="60038" />
<options level="6" option1="60039" />
<options level="7" option1="60040" />
<options level="8" option1="60041" />
<options level="9" option1="60042" />
<options level="10" option1="60043" />
<item id="48205"> <!-- Wizard Circlet -->
<options level="0" option1="33283" />
<options level="1" option1="33283" option2="33250" />
<options level="2" option1="33283" option2="33251" />
<options level="3" option1="33283" option2="33252" />
<options level="4" option1="33283" option2="33253" />
<options level="5" option1="33283" option2="33254" />
</item>
<item id="29708"> <!-- Fire Dragon Pedant Lv. 5 -->
<options level="0" option1="60044" />
<options level="1" option1="60045" />
<options level="2" option1="60046" />
<options level="3" option1="60047" />
<options level="4" option1="60048" />
<options level="5" option1="60049" />
<options level="6" option1="60050" />
<options level="7" option1="60051" />
<options level="8" option1="60052" />
<options level="9" option1="60053" />
<options level="10" option1="60054" />
<item id="48206"> <!-- Noble Wizard Circlet -->
<options level="0" option1="33284" />
<options level="1" option1="33284" option2="33255" />
<options level="2" option1="33284" option2="33256" />
<options level="3" option1="33284" option2="33257" />
<options level="4" option1="33284" option2="33258" />
<options level="5" option1="33284" option2="33259" />
</item>
<item id="29709"> <!-- Water Dragon Pedant Lv. 1 -->
<options level="0" option1="60055" />
<options level="1" option1="60056" />
<options level="2" option1="60057" />
<options level="3" option1="60058" />
<options level="4" option1="60059" />
<options level="5" option1="60060" />
<options level="6" option1="60061" />
<options level="7" option1="60062" />
<options level="8" option1="60063" />
<options level="9" option1="60064" />
<options level="10" option1="60065" />
<item id="48207"> <!-- Radiant Wizard Circlet -->
<options level="0" option1="33285" />
<options level="1" option1="33285" option2="33260" />
<options level="2" option1="33285" option2="33261" />
<options level="3" option1="33285" option2="33262" />
<options level="4" option1="33285" option2="33263" />
<options level="5" option1="33285" option2="33264" />
</item>
<item id="29710"> <!-- Water Dragon Pedant Lv. 2 -->
<options level="0" option1="60066" />
<options level="1" option1="60067" />
<options level="2" option1="60068" />
<options level="3" option1="60069" />
<options level="4" option1="60070" />
<options level="5" option1="60071" />
<options level="6" option1="60072" />
<options level="7" option1="60073" />
<options level="8" option1="60074" />
<options level="9" option1="60075" />
<options level="10" option1="60076" />
<item id="48208"> <!-- Knight Circlet -->
<options level="0" option1="33286" />
<options level="1" option1="33286" option2="33265" />
<options level="2" option1="33286" option2="33266" />
<options level="3" option1="33286" option2="33267" />
<options level="4" option1="33286" option2="33268" />
<options level="5" option1="33286" option2="33269" />
</item>
<item id="29711"> <!-- Water Dragon Pedant Lv. 3 -->
<options level="0" option1="60077" />
<options level="1" option1="60078" />
<options level="2" option1="60079" />
<options level="3" option1="60080" />
<options level="4" option1="60081" />
<options level="5" option1="60082" />
<options level="6" option1="60083" />
<options level="7" option1="60084" />
<options level="8" option1="60085" />
<options level="9" option1="60086" />
<options level="10" option1="60087" />
</item>
<item id="29712"> <!-- Water Dragon Pedant Lv. 4 -->
<options level="0" option1="60088" />
<options level="1" option1="60089" />
<options level="2" option1="60090" />
<options level="3" option1="60091" />
<options level="4" option1="60092" />
<options level="5" option1="60093" />
<options level="6" option1="60094" />
<options level="7" option1="60095" />
<options level="8" option1="60096" />
<options level="9" option1="60097" />
<options level="10" option1="60098" />
</item>
<item id="29713"> <!-- Water Dragon Pedant Lv. 5 -->
<options level="0" option1="60099" />
<options level="1" option1="60100" />
<options level="2" option1="60101" />
<options level="3" option1="60102" />
<options level="4" option1="60103" />
<options level="5" option1="60104" />
<options level="6" option1="60105" />
<options level="7" option1="60106" />
<options level="8" option1="60107" />
<options level="9" option1="60108" />
<options level="10" option1="60109" />
</item>
<item id="29714"> <!-- Wind Dragon Pedant Lv. 1 -->
<options level="0" option1="60110" />
<options level="1" option1="60111" />
<options level="2" option1="60112" />
<options level="3" option1="60113" />
<options level="4" option1="60114" />
<options level="5" option1="60115" />
<options level="6" option1="60116" />
<options level="7" option1="60117" />
<options level="8" option1="60118" />
<options level="9" option1="60119" />
<options level="10" option1="60120" />
</item>
<item id="29715"> <!-- Wind Dragon Pedant Lv. 2 -->
<options level="0" option1="60121" />
<options level="1" option1="60122" />
<options level="2" option1="60123" />
<options level="3" option1="60124" />
<options level="4" option1="60125" />
<options level="5" option1="60126" />
<options level="6" option1="60127" />
<options level="7" option1="60128" />
<options level="8" option1="60129" />
<options level="9" option1="60130" />
<options level="10" option1="60131" />
</item>
<item id="29716"> <!-- Wind Dragon Pedant Lv. 3 -->
<options level="0" option1="60132" />
<options level="1" option1="60133" />
<options level="2" option1="60134" />
<options level="3" option1="60135" />
<options level="4" option1="60136" />
<options level="5" option1="60137" />
<options level="6" option1="60138" />
<options level="7" option1="60139" />
<options level="8" option1="60140" />
<options level="9" option1="60141" />
<options level="10" option1="60142" />
</item>
<item id="29717"> <!-- Wind Dragon Pedant Lv. 4 -->
<options level="0" option1="60143" />
<options level="1" option1="60144" />
<options level="2" option1="60145" />
<options level="3" option1="60146" />
<options level="4" option1="60147" />
<options level="5" option1="60148" />
<options level="6" option1="60149" />
<options level="7" option1="60150" />
<options level="8" option1="60151" />
<options level="9" option1="60152" />
<options level="10" option1="60153" />
</item>
<item id="29718"> <!-- Wind Dragon Pedant Lv. 5 -->
<options level="0" option1="60154" />
<options level="1" option1="60155" />
<options level="2" option1="60156" />
<options level="3" option1="60157" />
<options level="4" option1="60158" />
<options level="5" option1="60159" />
<options level="6" option1="60160" />
<options level="7" option1="60161" />
<options level="8" option1="60162" />
<options level="9" option1="60163" />
<options level="10" option1="60164" />
</item>
<item id="29719"> <!-- Land Dragon Pedant Lv. 1 -->
<options level="0" option1="60165" />
<options level="1" option1="60166" />
<options level="2" option1="60167" />
<options level="3" option1="60168" />
<options level="4" option1="60169" />
<options level="5" option1="60170" />
<options level="6" option1="60171" />
<options level="7" option1="60172" />
<options level="8" option1="60173" />
<options level="9" option1="60174" />
<options level="10" option1="60175" />
</item>
<item id="29720"> <!-- Land Dragon Pedant Lv. 2 -->
<options level="0" option1="60176" />
<options level="1" option1="60177" />
<options level="2" option1="60178" />
<options level="3" option1="60179" />
<options level="4" option1="60180" />
<options level="5" option1="60181" />
<options level="6" option1="60182" />
<options level="7" option1="60183" />
<options level="8" option1="60184" />
<options level="9" option1="60185" />
<options level="10" option1="60186" />
</item>
<item id="29721"> <!-- Land Dragon Pedant Lv. 3 -->
<options level="0" option1="60187" />
<options level="1" option1="60188" />
<options level="2" option1="60189" />
<options level="3" option1="60190" />
<options level="4" option1="60191" />
<options level="5" option1="60192" />
<options level="6" option1="60193" />
<options level="7" option1="60194" />
<options level="8" option1="60195" />
<options level="9" option1="60196" />
<options level="10" option1="60197" />
</item>
<item id="29722"> <!-- Land Dragon Pedant Lv. 4 -->
<options level="0" option1="60198" />
<options level="1" option1="60199" />
<options level="2" option1="60200" />
<options level="3" option1="60201" />
<options level="4" option1="60202" />
<options level="5" option1="60203" />
<options level="6" option1="60204" />
<options level="7" option1="60205" />
<options level="8" option1="60206" />
<options level="9" option1="60207" />
<options level="10" option1="60208" />
</item>
<item id="29723"> <!-- Land Dragon Pedant Lv. 5 -->
<options level="0" option1="60209" />
<options level="1" option1="60210" />
<options level="2" option1="60211" />
<options level="3" option1="60212" />
<options level="4" option1="60213" />
<options level="5" option1="60214" />
<options level="6" option1="60215" />
<options level="7" option1="60216" />
<options level="8" option1="60217" />
<options level="9" option1="60218" />
<options level="10" option1="60219" />
<item id="48209"> <!-- Noble Knight Circlet -->
<options level="0" option1="33287" />
<options level="1" option1="33287" option2="33270" />
<options level="2" option1="33287" option2="33271" />
<options level="3" option1="33287" option2="33272" />
<options level="4" option1="33287" option2="33273" />
<options level="5" option1="33287" option2="33274" />
</item>
<item id="48210"> <!-- Radiant Knight Circlet -->
<options level="0" option1="33288" />
<options level="1" option1="33288" option2="33275" />
<options level="2" option1="33288" option2="33276" />
<options level="3" option1="33288" option2="33277" />
<options level="4" option1="33288" option2="33278" />
<options level="5" option1="33288" option2="33279" />
</item>
</list>

View File

@@ -4,21 +4,38 @@
<xpRate min="0.033" max="0.033" /> <!-- XP modifiction rate -->
<spRate min="0.033" max="0.033" /> <!-- SP modifiction rate -->
<baits>
<!-- Common Bait -->
<bait itemId="45495" level="1" minPlayerLevel="20" chance="64" timeMin="45000" timeMax="45000" waitMin="15000" waitMax="15000"> <!-- Normal Bait -->
<catch itemId="45473" chance="65" multiplier="1" /> <!-- Blue Mackerel -->
<catch itemId="45481" chance="34" multiplier="1" /> <!-- Fresh Blue Mackerel -->
<catch itemId="45488" chance="1" multiplier="1" /> <!-- Golden Treasure Chest -->
<bait itemId="47547" minPlayerLevel="85" chance="40" timeMin="105000" waitMin="15000"> <!-- Bait -->
<catch itemId="47550" chance="70" multiplier="1" /> <!-- Ugly Fish -->
<catch itemId="47551" chance="25" multiplier="1" /> <!-- Nimble Fish -->
<catch itemId="47552" chance="3" multiplier="1" /> <!-- Powerful Fish -->
<catch itemId="47553" chance="2" multiplier="1" /> <!-- Blueish Box -->
</bait>
<!-- Event Bait -->
<bait itemId="49508" level="1" minPlayerLevel="20" chance="64" timeMin="45000" timeMax="45000" waitMin="15000" waitMax="15000"> <!-- Normal Bait -->
<catch itemId="45473" chance="65" multiplier="1" /> <!-- Blue Mackerel -->
<catch itemId="45481" chance="34" multiplier="1" /> <!-- Fresh Blue Mackerel -->
<catch itemId="45488" chance="1" multiplier="1" /> <!-- Golden Treasure Chest -->
<bait itemId="47548" minPlayerLevel="99" chance="40" timeMin="105000" waitMin="15000"> <!-- Bait(R99) -->
<catch itemId="47550" chance="70" multiplier="1476" /> <!-- Ugly Fish -->
<catch itemId="47551" chance="25" multiplier="1804" /> <!-- Nimble Fish -->
<catch itemId="47552" chance="3" multiplier="1968" /> <!-- Powerful Fish -->
<catch itemId="47554" chance="2" multiplier="1" /> <!-- Reddish Box -->
</bait>
<bait itemId="47549" minPlayerLevel="85" chance="40" timeMin="105000" waitMin="15000"> <!-- PA Bait -->
<catch itemId="47550" chance="70" multiplier="1" /> <!-- Ugly Fish -->
<catch itemId="47551" chance="25" multiplier="1" /> <!-- Nimble Fish -->
<catch itemId="47552" chance="3" multiplier="1" /> <!-- Powerful Fish -->
<catch itemId="47554" chance="2" multiplier="1" /> <!-- Purplish Box -->
</bait>
</baits>
<rods>
<rod itemId="45492" /> <!-- Normal Fishing Rod - 1-day -->
<rod itemId="49506" /> <!-- Normal Fishing Rod - 10-day -->
<rod itemId="45492" /> <!-- Normal Fishing Rod - 30-day -->
<rod itemId="45494" /> <!-- Sturdy Fishing Rod -->
<rod itemId="46738" /> <!-- Practice Fishing Rod -->
<rod itemId="46740" /> <!-- Reward Fishing Rod - 7-day -->
<rod itemId="27632" reduceFishingTime="100" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod -->
<rod itemId="27633" reduceFishingTime="100" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod - 1-day -->
<rod itemId="27635" reduceFishingTime="100" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod - 7-day -->
<rod itemId="27637" reduceFishingTime="100" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod - 30-day -->
<rod itemId="47557" reduceFishingTime="10" /> <!-- Master Fishing Rod - Stage 1 -->
<rod itemId="47558" reduceFishingTime="15" /> <!-- Master Fishing Rod - Stage 2 -->
<rod itemId="47559" reduceFishingTime="20" /> <!-- Master Fishing Rod - Stage 3 -->
<rod itemId="47560" reduceFishingTime="25" /> <!-- Master Fishing Rod - Stage 4 -->
<rod itemId="47561" reduceFishingTime="30" /> <!-- Master Fishing Rod - Stage 5 -->
</rods>
</list>

View File

@@ -1,15 +1,270 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/InstanceNames.xsd">
<instance id="1" name="Party Duel" />
<instance id="2" name="Urban Area" />
<instance id="3" name="Tower of Infinitum Demon Prince" />
<instance id="4" name="Tower of Infinitum Ranku" />
<instance id="5" name="Tully's Workshop 1st Floor" />
<instance id="6" name="Tully's Workshop 3rd Floor" />
<instance id="7" name="Tully's Workshop 5th Floor" />
<instance id="8" name="Tully's Workshop 7th Floor" />
<instance id="9" name="Dark Cloud Mansion" />
<instance id="10" name="Crystal Caverns" />
<instance id="11" name="Nornil's Garden" />
<instance id="12" name="Nornil's Garden Quest" />
<instance id="13" name="Dungeon" />
<instance id="14" name="Dungeon" />
<instance id="15" name="Dungeon" />
<instance id="16" name="Dungeon" />
<instance id="17" name="Dungeon" />
<instance id="18" name="Dungeon" />
<instance id="19" name="Dungeon" />
<instance id="20" name="Dungeon" />
<instance id="21" name="Dungeon" />
<instance id="22" name="Monster Dungeon" />
<instance id="23" name="Monster Dungeon" />
<instance id="24" name="Monster Dungeon" />
<instance id="25" name="Monster Dungeon" />
<instance id="26" name="Monster Dungeon" />
<instance id="27" name="Monster Dungeon" />
<instance id="28" name="Monster Dungeon" />
<instance id="29" name="Monster Dungeon" />
<instance id="30" name="Monster Dungeon" />
<instance id="31" name="Monster Dungeon" />
<instance id="32" name="Monster Dungeon" />
<instance id="33" name="Monster Dungeon" />
<instance id="34" name="Monster Dungeon" />
<instance id="35" name="Monster Dungeon" />
<instance id="36" name="Monster Dungeon" />
<instance id="37" name="Monster Dungeon" />
<instance id="38" name="Monster Dungeon" />
<instance id="39" name="Monster Dungeon" />
<instance id="40" name="Monster Dungeon" />
<instance id="41" name="Monster Dungeon" />
<instance id="42" name="Monster Dungeon" />
<instance id="43" name="Pailaka (Forgotten Temple)" />
<instance id="44" name="Pailaka (Devil's Isle)" />
<instance id="45" name="Pailaka (Varka Silenos Barracks)" />
<instance id="46" name="Rim Kamaloka" />
<instance id="47" name="Rim Kamaloka" />
<instance id="48" name="Rim Kamaloka" />
<instance id="49" name="Rim Kamaloka" />
<instance id="50" name="Rim Kamaloka" />
<instance id="51" name="Rim Kamaloka" />
<instance id="52" name="Rim Kamaloka" />
<instance id="53" name="Rim Kamaloka" />
<instance id="54" name="Rim Kamaloka" />
<instance id="55" name="Rim Kamaloka" />
<instance id="56" name="Rim Kamaloka" />
<instance id="57" name="Kamaloka (Hall of the Abyss)" />
<instance id="58" name="Kamaloka (Hall of the Abyss)" />
<instance id="59" name="Near Kamaloka" />
<instance id="60" name="Kamaloka (Hall of the Abyss)" />
<instance id="61" name="Kamaloka (Hall of the Abyss)" />
<instance id="62" name="Near Kamaloka" />
<instance id="63" name="Kamaloka (Hall of the Abyss)" />
<instance id="64" name="Kamaloka (Hall of the Abyss)" />
<instance id="65" name="Near Kamaloka" />
<instance id="66" name="Kamaloka (Hall of the Abyss)" />
<instance id="67" name="Kamaloka (Hall of the Abyss)" />
<instance id="68" name="Near Kamaloka" />
<instance id="69" name="Kamaloka (Hall of the Abyss)" />
<instance id="70" name="Kamaloka (Hall of the Abyss)" />
<instance id="71" name="Near Kamaloka" />
<instance id="72" name="Kamaloka (Hall of the Abyss)" />
<instance id="73" name="Kamaloka (Labyrinth of the Abyss)" />
<instance id="74" name="Kamaloka (Labyrinth of the Abyss)" />
<instance id="75" name="Kamaloka (Labyrinth of the Abyss)" />
<instance id="76" name="Kamaloka (Labyrinth of the Abyss)" />
<instance id="77" name="Kamaloka (Labyrinth of the Abyss)" />
<instance id="78" name="Kamaloka (Labyrinth of the Abyss)" />
<instance id="79" name="Kamaloka (Labyrinth of the Abyss)" />
<instance id="80" name="Pailaka (Rune Castle)" />
<instance id="81" name="Pailaka (Rune Castle)" />
<instance id="82" name="Pailaka (Rune Castle)" />
<instance id="83" name="Pailaka (Rune Castle)" />
<instance id="84" name="Pailaka (Rune Castle)" />
<instance id="85" name="Pailaka (Rune Castle)" />
<instance id="86" name="Pailaka (Rune Castle)" />
<instance id="87" name="Pailaka (Rune Castle)" />
<instance id="88" name="Pailaka (Rune Castle)" />
<instance id="89" name="Pailaka (Rune Castle)" />
<instance id="90" name="Pailaka (Rune Castle)" />
<instance id="91" name="Pailaka (Rune Castle)" />
<instance id="92" name="Pailaka (Rune Castle)" />
<instance id="93" name="Pailaka (Rune Castle)" />
<instance id="94" name="Pailaka (Rune Castle)" />
<instance id="95" name="Pailaka (Rune Castle)" />
<instance id="96" name="Pailaka (Rune Castle)" />
<instance id="97" name="Pailaka (Rune Castle)" />
<instance id="98" name="Pailaka (Rune Castle)" />
<instance id="99" name="Pailaka (Rune Castle)" />
<instance id="100" name="Pailaka (Rune Castle)" />
<instance id="101" name="Pailaka (Rune Castle)" />
<instance id="102" name="Pailaka (Rune Castle)" />
<instance id="103" name="Pailaka (Rune Castle)" />
<instance id="104" name="Pailaka (Rune Castle)" />
<instance id="105" name="Pailaka (Rune Castle)" />
<instance id="106" name="Pailaka (Rune Castle)" />
<instance id="107" name="Pailaka (Rune Castle)" />
<instance id="108" name="Pailaka (Rune Castle)" />
<instance id="109" name="Pailaka (Rune Castle)" />
<instance id="110" name="Seed of Destruction" />
<instance id="111" name="Sanctum of the Lords of Dawn" />
<instance id="112" name="Disciple's Necropolis (Past)" />
<instance id="113" name="Hideout of the Dawn" />
<instance id="114" name="Cavern of the Pirate Captain (Nightmare)" />
<instance id="115" name="Seed of Infinity (Hall of Suffering)" />
<instance id="116" name="Seed of Infinity (Hall of Suffering)" />
<instance id="117" name="Secret Area in the Keucereus Fortress" />
<instance id="118" name="Secret Area in the Keucereus Fortress" />
<instance id="119" name="Seed of Infinity (Hall of Erosion)" />
<instance id="120" name="Seed of Infinity (Hall of Erosion)" />
<instance id="121" name="Seed of Infinity (Heart of Infinity)" />
<instance id="122" name="Seed of Infinity (Heart of Infinity)" />
<instance id="123" name="Seed of Destruction (Dragonkin Servant)" />
<instance id="124" name="Seed of Destruction (Dragonkin Sentinel)" />
<instance id="125" name="Seed of Destruction (Dragonkin Warrior)" />
<instance id="126" name="Seed of Destruction (Dragonkin Crusher)" />
<instance id="127" name="Delusion Chamber (Eastern Seal)" />
<instance id="128" name="Delusion Chamber (Western Seal)" />
<instance id="129" name="Delusion Chamber (Southern Seal)" />
<instance id="130" name="Delusion Chamber (Northern Seal)" />
<instance id="131" name="Delusion Chamber (Great Seal)" />
<instance id="132" name="Delusion Chamber (Tower of Seal)" />
<instance id="133" name="Cavern of the Pirate Captain (Daydream)" />
<instance id="134" name="Kamaloka (Labyrinth of the Abyss)" />
<instance id="135" name="Cavern of the Pirate Captain (Distant Daydream)" />
<instance id="136" name="Last Imperial Tomb" />
<instance id="137" name="Ice Queen's Castle" />
<instance id="138" name="Mithril Mine" />
<instance id="139" name="Ice Queen's Castle" />
<instance id="140" name="Jinia Guild Hideout" />
<instance id="141" name="Jinia Guild Hideout" />
<instance id="142" name="Tower of Infinitum (5th Floor)" />
<instance id="143" name="Tower of Infinitum (10th Floor)" />
<instance id="144" name="Ice Queen's Castle (Epic)" />
<instance id="145" name="Jinia Guild Hideout" />
<instance id="146" name="Jinia Guild Hideout" />
<instance id="147" name="Olympiad" />
<instance id="148" name="Olympiad" />
<instance id="149" name="Olympiad" />
<instance id="150" name="Olympiad" />
<instance id="151" name="Monastery of Silence" />
<instance id="152" name="Monastery of Silence" />
<instance id="153" name="Monastery of Silence" />
<instance id="154" name="Monastery of Silence" />
<instance id="155" name="Monastery of Silence" />
<instance id="156" name="Library of Sages" />
<instance id="157" name="Underground Library of Sages" />
<instance id="158" name="Elcadia's Cabin" />
<instance id="159" name="Prison of Darkness" />
<instance id="160" name="Teredor Warzone" />
<instance id="161" name="Kimerian" />
<instance id="162" name="Kimerian (Epic)" />
<instance id="163" name="Crystal Caverns" />
<instance id="164" name="Crystal Caverns" />
<instance id="165" name="Crystal Caverns" />
<instance id="166" name="Baylor Warzone" />
<instance id="167" name="Balok Warzone" />
<instance id="168" name="Coral Garden Hall" />
<instance id="169" name="Istina's Cavern" />
<instance id="170" name="Istina's Cavern (Epic)" />
<instance id="171" name="Nursery" />
<instance id="172" name="Lachik Dwelling Warzone" />
<instance id="173" name="Lachik Dwelling Warzone" />
<instance id="174" name="Lachik Dwelling Warzone (Epic)" />
<instance id="175" name="Lachik Dwelling Warzone (Epic)" />
<instance id="176" name="Underground Military Compound" />
<instance id="177" name="Closed Underground Compound" />
<instance id="178" name="Labyrinth of Belis" />
<instance id="179" name="Fortuna" />
<instance id="180" name="Octavis Warzone" />
<instance id="181" name="Octavis Warzone (Epic)" />
<instance id="182" name="Museum Dungeon" />
<instance id="183" name="Balthus Knights - Antharas Expedition" />
<instance id="184" name="Valakas Warzone" />
<instance id="185" name="Evil Incubator" />
<instance id="186" name="Orchid Hall" />
<instance id="187" name="Ellia Hall" />
<instance id="188" name="Laurell Hall" />
<instance id="189" name="Orchid Hall" />
<instance id="190" name="Ellia Hall" />
<instance id="191" name="Laurell Hall" />
<instance id="192" name="Monster Arena" />
<instance id="193" name="Elite Monster Arena" />
<instance id="192" name="Tainted Dimension" />
<instance id="193" name="Altar of Shilen" />
<instance id="194" name="Altar of Shilen" />
<instance id="195" name="Harnak Underground Ruins" />
<instance id="196" name="Prison of Darkness (Epic)" />
<instance id="197" name="Elcadia's Cabin" />
<instance id="198" name="Legacy of Cruma Tower" />
<instance id="199" name="Rim Kamaloka" />
<instance id="200" name="Memory of Disaster" />
<instance id="201" name="Harnak Underground Ruins" />
<instance id="202" name="Kimerian" />
<instance id="203" name="Kimerian (Epic)" />
<instance id="204" name="Evolved Agathion's Place" />
<instance id="205" name="Kartia's Labyrinth - Tainted Dimension Attacker" />
<instance id="206" name="Kartia's Labyrinth - Tainted Dimension Attacker" />
<instance id="207" name="Kartia's Labyrinth - Tainted Dimension Attacker" />
<instance id="208" name="Kartia's Labyrinth" />
<instance id="209" name="Kartia's Labyrinth" />
<instance id="210" name="Kartia's Labyrinth" />
<instance id="211" name="Advent of Delusion" />
<instance id="212" name="Verdof's Room (Devil's Island)" />
<instance id="213" name="Verdof's Room (Devil's Island)" />
<instance id="214" name="Verdof's Room (Devil's Island)" />
<instance id="215" name="Verdof's Room (Devil's Island)" />
<instance id="216" name="Verdof's Room (Devil's Island)" />
<instance id="217" name="Eva's Hidden Space" />
<instance id="218" name="Tauti Warzone" />
<instance id="219" name="Tauti Warzone (Epic)" />
<instance id="220" name="Arena 1" />
<instance id="221" name="Arena 2" />
<instance id="222" name="Arena 3" />
<instance id="223" name="Arena 4" />
<instance id="224" name="Battle Tournament Stadium 1" />
<instance id="225" name="Battle Tournament Stadium 2" />
<instance id="226" name="Battle Tournament Stadium 3" />
<instance id="227" name="Battle Tournament Stadium 4" />
<instance id="228" name="Ancient Kartia's Labyrinth - A Secret of Two Races" />
<instance id="229" name="Ancient Kartia's Labyrinth - A Secret of Two Races" />
<instance id="230" name="Ancient Kartia's Labyrinth - A Secret of Two Races" />
<instance id="231" name="Nornil's Garden - Spicula Raid" />
<instance id="232" name="Fortress of the Dead" />
<instance id="233" name="Fortress of the Dead" />
<instance id="234" name="Devastated Castle" />
<instance id="235" name="Devastated Castle" />
<instance id="236" name="Fortress of Resistance" />
<instance id="237" name="Fortress of Resistance" />
<instance id="238" name="Bronze Key Guild's Request Zone" />
<instance id="239" name="Black Anvil Guild's Request Zone" />
<instance id="240" name="Golden Wheel Guild's Request Zone" />
<instance id="241" name="Talking Island (Past)" />
<instance id="242" name="Bronze Key Guild's Request Zone" />
<instance id="243" name="Black Anvil Guild's Request Zone" />
<instance id="244" name="Golden Wheel Guild's Request Zone" />
<instance id="245" name="Nornil's Garden" />
<instance id="246" name="Verdof's Room (Devil's Island)" />
<instance id="247" name="Prelude to Lindvior" />
<instance id="248" name="Prelude to Lindvior" />
<instance id="249" name="Seed of Infinity" />
<instance id="250" name="Dimensional Warp" />
<instance id="251" name="Faeron Training Grounds" />
<instance id="252" name="Faeron Training Grounds" />
<instance id="253" name="Karaphon Habitat" />
<instance id="254" name="Fortress of the Dead" />
<instance id="255" name="Chamber of Prophecies" />
<instance id="256" name="Infernal Kamaloka" />
<instance id="257" name="Lunatic Kamaloka" />
<instance id="258" name="Nightmare Kamaloka" />
<instance id="259" name="Embryo Command Post" />
<instance id="260" name="Ashen Shadow Revolutionaries" />
<instance id="261" name="Mystic Tavern" /> <!-- Mystic Tavern (Tauti) -->
<instance id="262" name="Mystic Tavern" /> <!-- Mystic Tavern (Kelbim) -->
<instance id="263" name="Mystic Tavern" /> <!-- Mystic Tavern (Freya) -->
<instance id="264" name="Dimensional Rift" />
<instance id="265" name="Outer Messiah's Castle" />
<instance id="266" name="Inner Messiah's Castle" />
<instance id="267" name="Mystic Tavern" /> <!-- Mystic Tavern (Kain) -->
</list>

View File

@@ -1976,7 +1976,571 @@
<skill npcId="14918" skillId="6043" skillLvl="1" />
<skill npcId="14918" skillId="6044" skillLvl="1" />
<!-- Cute Bear -->
<skill npcId="14929" skillId="11278" skillLvl="1" />
<skill npcId="14947" skillId="11278" skillLvl="2" />
<skill npcId="14948" skillId="11278" skillLvl="3" />
<skill npcId="14949" skillId="11278" skillLvl="4" />
<skill npcId="14950" skillId="11278" skillLvl="5" />
<skill npcId="14951" skillId="11278" skillLvl="6" />
<skill npcId="14952" skillId="11278" skillLvl="7" />
<skill npcId="14953" skillId="11278" skillLvl="8" />
<skill npcId="14929" skillId="11279" skillLvl="1" />
<skill npcId="14947" skillId="11279" skillLvl="2" />
<skill npcId="14948" skillId="11279" skillLvl="3" />
<skill npcId="14949" skillId="11279" skillLvl="4" />
<skill npcId="14950" skillId="11279" skillLvl="5" />
<skill npcId="14951" skillId="11279" skillLvl="6" />
<skill npcId="14952" skillId="11279" skillLvl="7" />
<skill npcId="14953" skillId="11279" skillLvl="8" />
<!-- Saber Tooth Cougar -->
<skill npcId="14930" skillId="11280" skillLvl="1" />
<skill npcId="14954" skillId="11280" skillLvl="2" />
<skill npcId="14955" skillId="11280" skillLvl="3" />
<skill npcId="14956" skillId="11280" skillLvl="4" />
<skill npcId="14957" skillId="11280" skillLvl="5" />
<skill npcId="14958" skillId="11280" skillLvl="6" />
<skill npcId="14959" skillId="11280" skillLvl="7" />
<skill npcId="14960" skillId="11280" skillLvl="8" />
<skill npcId="14930" skillId="11281" skillLvl="1" />
<skill npcId="14954" skillId="11281" skillLvl="2" />
<skill npcId="14955" skillId="11281" skillLvl="3" />
<skill npcId="14956" skillId="11281" skillLvl="4" />
<skill npcId="14957" skillId="11281" skillLvl="5" />
<skill npcId="14958" skillId="11281" skillLvl="6" />
<skill npcId="14959" skillId="11281" skillLvl="7" />
<skill npcId="14960" skillId="11281" skillLvl="8" />
<!-- Grim Reaper -->
<skill npcId="14931" skillId="11282" skillLvl="1" />
<skill npcId="14961" skillId="11282" skillLvl="2" />
<skill npcId="14962" skillId="11282" skillLvl="3" />
<skill npcId="14963" skillId="11282" skillLvl="4" />
<skill npcId="14964" skillId="11282" skillLvl="5" />
<skill npcId="14965" skillId="11282" skillLvl="6" />
<skill npcId="14966" skillId="11282" skillLvl="7" />
<skill npcId="14967" skillId="11282" skillLvl="8" />
<skill npcId="14931" skillId="11283" skillLvl="1" />
<skill npcId="14961" skillId="11283" skillLvl="2" />
<skill npcId="14962" skillId="11283" skillLvl="3" />
<skill npcId="14963" skillId="11283" skillLvl="4" />
<skill npcId="14964" skillId="11283" skillLvl="5" />
<skill npcId="14965" skillId="11283" skillLvl="6" />
<skill npcId="14966" skillId="11283" skillLvl="7" />
<skill npcId="14967" skillId="11283" skillLvl="8" />
<!-- Wynn Kai the Cat -->
<skill npcId="15066" skillId="11323" skillLvl="1" />
<skill npcId="15067" skillId="11323" skillLvl="2" />
<skill npcId="15068" skillId="11323" skillLvl="3" />
<skill npcId="15069" skillId="11323" skillLvl="4" />
<skill npcId="15070" skillId="11323" skillLvl="5" />
<skill npcId="15071" skillId="11323" skillLvl="6" />
<skill npcId="15072" skillId="11323" skillLvl="7" />
<skill npcId="15073" skillId="11323" skillLvl="8" />
<skill npcId="15066" skillId="11324" skillLvl="1" />
<skill npcId="15067" skillId="11324" skillLvl="2" />
<skill npcId="15068" skillId="11324" skillLvl="3" />
<skill npcId="15069" skillId="11324" skillLvl="4" />
<skill npcId="15070" skillId="11324" skillLvl="5" />
<skill npcId="15071" skillId="11324" skillLvl="6" />
<skill npcId="15072" skillId="11324" skillLvl="7" />
<skill npcId="15073" skillId="11324" skillLvl="8" />
<!-- Wynn Feline King -->
<skill npcId="15074" skillId="11325" skillLvl="1" />
<skill npcId="15075" skillId="11325" skillLvl="2" />
<skill npcId="15076" skillId="11325" skillLvl="3" />
<skill npcId="15077" skillId="11325" skillLvl="4" />
<skill npcId="15078" skillId="11325" skillLvl="5" />
<skill npcId="15079" skillId="11325" skillLvl="6" />
<skill npcId="15080" skillId="11325" skillLvl="7" />
<skill npcId="15081" skillId="11325" skillLvl="8" />
<skill npcId="15074" skillId="11326" skillLvl="1" />
<skill npcId="15075" skillId="11326" skillLvl="2" />
<skill npcId="15076" skillId="11326" skillLvl="3" />
<skill npcId="15077" skillId="11326" skillLvl="4" />
<skill npcId="15078" skillId="11326" skillLvl="5" />
<skill npcId="15079" skillId="11326" skillLvl="6" />
<skill npcId="15080" skillId="11326" skillLvl="7" />
<skill npcId="15081" skillId="11326" skillLvl="8" />
<!-- Wynn Feline Queen -->
<skill npcId="15082" skillId="11327" skillLvl="1" />
<skill npcId="15083" skillId="11327" skillLvl="2" />
<skill npcId="15084" skillId="11327" skillLvl="3" />
<skill npcId="15085" skillId="11327" skillLvl="4" />
<skill npcId="15086" skillId="11327" skillLvl="5" />
<skill npcId="15087" skillId="11327" skillLvl="6" />
<skill npcId="15088" skillId="11327" skillLvl="7" />
<skill npcId="15089" skillId="11327" skillLvl="8" />
<skill npcId="15082" skillId="11328" skillLvl="1" />
<skill npcId="15083" skillId="11328" skillLvl="2" />
<skill npcId="15084" skillId="11328" skillLvl="3" />
<skill npcId="15085" skillId="11328" skillLvl="4" />
<skill npcId="15086" skillId="11328" skillLvl="5" />
<skill npcId="15087" skillId="11328" skillLvl="6" />
<skill npcId="15088" skillId="11328" skillLvl="7" />
<skill npcId="15089" skillId="11328" skillLvl="8" />
<!-- Wynn Merrow -->
<skill npcId="15114" skillId="11332" skillLvl="1" />
<skill npcId="15115" skillId="11332" skillLvl="2" />
<skill npcId="15116" skillId="11332" skillLvl="3" />
<skill npcId="15117" skillId="11332" skillLvl="4" />
<skill npcId="15118" skillId="11332" skillLvl="5" />
<skill npcId="15119" skillId="11332" skillLvl="6" />
<skill npcId="15120" skillId="11332" skillLvl="7" />
<skill npcId="15121" skillId="11332" skillLvl="8" />
<skill npcId="15114" skillId="11333" skillLvl="1" />
<skill npcId="15115" skillId="11333" skillLvl="2" />
<skill npcId="15116" skillId="11333" skillLvl="3" />
<skill npcId="15117" skillId="11333" skillLvl="4" />
<skill npcId="15118" skillId="11333" skillLvl="5" />
<skill npcId="15119" skillId="11333" skillLvl="6" />
<skill npcId="15120" skillId="11333" skillLvl="7" />
<skill npcId="15121" skillId="11333" skillLvl="8" />
<!-- Wynn Magnus -->
<skill npcId="15122" skillId="11334" skillLvl="1" />
<skill npcId="15123" skillId="11334" skillLvl="2" />
<skill npcId="15124" skillId="11334" skillLvl="3" />
<skill npcId="15125" skillId="11334" skillLvl="4" />
<skill npcId="15126" skillId="11334" skillLvl="5" />
<skill npcId="15127" skillId="11334" skillLvl="6" />
<skill npcId="15128" skillId="11334" skillLvl="7" />
<skill npcId="15129" skillId="11334" skillLvl="8" />
<skill npcId="15122" skillId="11335" skillLvl="1" />
<skill npcId="15123" skillId="11335" skillLvl="2" />
<skill npcId="15124" skillId="11335" skillLvl="3" />
<skill npcId="15125" skillId="11335" skillLvl="4" />
<skill npcId="15126" skillId="11335" skillLvl="5" />
<skill npcId="15127" skillId="11335" skillLvl="6" />
<skill npcId="15128" skillId="11335" skillLvl="7" />
<skill npcId="15129" skillId="11335" skillLvl="8" />
<!-- Wynn Seraphim -->
<skill npcId="15130" skillId="11336" skillLvl="1" />
<skill npcId="15131" skillId="11336" skillLvl="2" />
<skill npcId="15132" skillId="11336" skillLvl="3" />
<skill npcId="15133" skillId="11336" skillLvl="4" />
<skill npcId="15134" skillId="11336" skillLvl="5" />
<skill npcId="15135" skillId="11336" skillLvl="6" />
<skill npcId="15136" skillId="11336" skillLvl="7" />
<skill npcId="15137" skillId="11336" skillLvl="8" />
<skill npcId="15130" skillId="11337" skillLvl="1" />
<skill npcId="15131" skillId="11337" skillLvl="2" />
<skill npcId="15132" skillId="11337" skillLvl="3" />
<skill npcId="15133" skillId="11337" skillLvl="4" />
<skill npcId="15134" skillId="11337" skillLvl="5" />
<skill npcId="15135" skillId="11337" skillLvl="6" />
<skill npcId="15136" skillId="11337" skillLvl="7" />
<skill npcId="15137" skillId="11337" skillLvl="8" />
<!-- Wynn Nightshade -->
<skill npcId="15090" skillId="11341" skillLvl="1" />
<skill npcId="15091" skillId="11341" skillLvl="2" />
<skill npcId="15092" skillId="11341" skillLvl="3" />
<skill npcId="15093" skillId="11341" skillLvl="4" />
<skill npcId="15094" skillId="11341" skillLvl="5" />
<skill npcId="15095" skillId="11341" skillLvl="6" />
<skill npcId="15096" skillId="11341" skillLvl="7" />
<skill npcId="15097" skillId="11341" skillLvl="8" />
<skill npcId="15090" skillId="11342" skillLvl="1" />
<skill npcId="15091" skillId="11342" skillLvl="2" />
<skill npcId="15092" skillId="11342" skillLvl="3" />
<skill npcId="15093" skillId="11342" skillLvl="4" />
<skill npcId="15094" skillId="11342" skillLvl="5" />
<skill npcId="15095" skillId="11342" skillLvl="6" />
<skill npcId="15096" skillId="11342" skillLvl="7" />
<skill npcId="15097" skillId="11342" skillLvl="8" />
<!-- Wynn Spectral Lord -->
<skill npcId="15098" skillId="11343" skillLvl="1" />
<skill npcId="15099" skillId="11343" skillLvl="2" />
<skill npcId="15100" skillId="11343" skillLvl="3" />
<skill npcId="15101" skillId="11343" skillLvl="4" />
<skill npcId="15102" skillId="11343" skillLvl="5" />
<skill npcId="15103" skillId="11343" skillLvl="6" />
<skill npcId="15104" skillId="11343" skillLvl="7" />
<skill npcId="15105" skillId="11343" skillLvl="8" />
<skill npcId="15098" skillId="11344" skillLvl="1" />
<skill npcId="15099" skillId="11344" skillLvl="2" />
<skill npcId="15100" skillId="11344" skillLvl="3" />
<skill npcId="15101" skillId="11344" skillLvl="4" />
<skill npcId="15102" skillId="11344" skillLvl="5" />
<skill npcId="15103" skillId="11344" skillLvl="6" />
<skill npcId="15104" skillId="11344" skillLvl="7" />
<skill npcId="15105" skillId="11344" skillLvl="8" />
<!-- Wynn Soulless -->
<skill npcId="15106" skillId="11345" skillLvl="1" />
<skill npcId="15107" skillId="11345" skillLvl="2" />
<skill npcId="15108" skillId="11345" skillLvl="3" />
<skill npcId="15109" skillId="11345" skillLvl="4" />
<skill npcId="15110" skillId="11345" skillLvl="5" />
<skill npcId="15111" skillId="11345" skillLvl="6" />
<skill npcId="15112" skillId="11345" skillLvl="7" />
<skill npcId="15113" skillId="11345" skillLvl="8" />
<skill npcId="15106" skillId="11346" skillLvl="1" />
<skill npcId="15107" skillId="11346" skillLvl="2" />
<skill npcId="15108" skillId="11346" skillLvl="3" />
<skill npcId="15109" skillId="11346" skillLvl="4" />
<skill npcId="15110" skillId="11346" skillLvl="5" />
<skill npcId="15111" skillId="11346" skillLvl="6" />
<skill npcId="15112" skillId="11346" skillLvl="7" />
<skill npcId="15113" skillId="11346" skillLvl="8" />
<!-- Blood Panther -->
<skill npcId="15138" skillId="10087" skillLvl="1" />
<skill npcId="15139" skillId="10087" skillLvl="2" />
<skill npcId="15140" skillId="10087" skillLvl="3" />
<skill npcId="15141" skillId="10087" skillLvl="4" />
<skill npcId="15191" skillId="10087" skillLvl="5" />
<skill npcId="15192" skillId="10087" skillLvl="6" />
<skill npcId="15193" skillId="10087" skillLvl="7" />
<skill npcId="15138" skillId="10088" skillLvl="1" />
<skill npcId="15139" skillId="10088" skillLvl="2" />
<skill npcId="15140" skillId="10088" skillLvl="3" />
<skill npcId="15141" skillId="10088" skillLvl="4" />
<skill npcId="15191" skillId="10088" skillLvl="5" />
<skill npcId="15192" skillId="10088" skillLvl="6" />
<skill npcId="15193" skillId="10088" skillLvl="7" />
<skill npcId="15138" skillId="10095" skillLvl="1" />
<skill npcId="15139" skillId="10095" skillLvl="1" />
<skill npcId="15140" skillId="10095" skillLvl="1" />
<skill npcId="15141" skillId="10095" skillLvl="1" />
<skill npcId="15191" skillId="10095" skillLvl="1" />
<skill npcId="15192" skillId="10095" skillLvl="1" />
<skill npcId="15193" skillId="10095" skillLvl="1" />
<!-- Golden Lion -->
<skill npcId="14936" skillId="10051" skillLvl="1" />
<skill npcId="14937" skillId="10051" skillLvl="2" />
<skill npcId="14938" skillId="10051" skillLvl="3" />
<skill npcId="14939" skillId="10051" skillLvl="4" />
<skill npcId="14974" skillId="10051" skillLvl="5" />
<skill npcId="14975" skillId="10051" skillLvl="6" />
<skill npcId="14936" skillId="10052" skillLvl="1" />
<skill npcId="14937" skillId="10052" skillLvl="2" />
<skill npcId="14938" skillId="10052" skillLvl="3" />
<skill npcId="14939" skillId="10052" skillLvl="4" />
<skill npcId="14974" skillId="10052" skillLvl="5" />
<skill npcId="14975" skillId="10052" skillLvl="6" />
<skill npcId="14936" skillId="10053" skillLvl="1" />
<skill npcId="14937" skillId="10053" skillLvl="2" />
<skill npcId="14938" skillId="10053" skillLvl="3" />
<skill npcId="14939" skillId="10053" skillLvl="4" />
<skill npcId="14974" skillId="10053" skillLvl="5" />
<skill npcId="14975" skillId="10053" skillLvl="6" />
<skill npcId="14936" skillId="10054" skillLvl="1" />
<skill npcId="14937" skillId="10054" skillLvl="2" />
<skill npcId="14938" skillId="10054" skillLvl="3" />
<skill npcId="14939" skillId="10054" skillLvl="4" />
<skill npcId="14974" skillId="10054" skillLvl="5" />
<skill npcId="14975" skillId="10054" skillLvl="6" />
<!-- Thunder Hawk -->
<skill npcId="14932" skillId="10794" skillLvl="1" />
<skill npcId="14940" skillId="10794" skillLvl="2" />
<skill npcId="14941" skillId="10794" skillLvl="3" />
<skill npcId="14942" skillId="10794" skillLvl="4" />
<skill npcId="14986" skillId="10794" skillLvl="5" />
<skill npcId="14987" skillId="10794" skillLvl="6" />
<skill npcId="14988" skillId="10794" skillLvl="7" />
<skill npcId="14989" skillId="10794" skillLvl="8" />
<skill npcId="14932" skillId="10795" skillLvl="1" />
<skill npcId="14940" skillId="10795" skillLvl="1" />
<skill npcId="14941" skillId="10795" skillLvl="1" />
<skill npcId="14942" skillId="10795" skillLvl="1" />
<skill npcId="14986" skillId="10795" skillLvl="1" />
<skill npcId="14987" skillId="10795" skillLvl="1" />
<skill npcId="14988" skillId="10795" skillLvl="1" />
<skill npcId="14989" skillId="10795" skillLvl="1" />
<skill npcId="14932" skillId="10797" skillLvl="1" />
<skill npcId="14940" skillId="10797" skillLvl="2" />
<skill npcId="14941" skillId="10797" skillLvl="3" />
<skill npcId="14942" skillId="10797" skillLvl="4" />
<skill npcId="14986" skillId="10797" skillLvl="5" />
<skill npcId="14987" skillId="10797" skillLvl="6" />
<skill npcId="14988" skillId="10797" skillLvl="7" />
<skill npcId="14989" skillId="10797" skillLvl="8" />
<skill npcId="14932" skillId="10798" skillLvl="1" />
<skill npcId="14940" skillId="10798" skillLvl="2" />
<skill npcId="14941" skillId="10798" skillLvl="3" />
<skill npcId="14942" skillId="10798" skillLvl="4" />
<skill npcId="14986" skillId="10798" skillLvl="5" />
<skill npcId="14987" skillId="10798" skillLvl="6" />
<skill npcId="14988" skillId="10798" skillLvl="7" />
<skill npcId="14989" skillId="10798" skillLvl="8" />
<!-- Commando Cat -->
<skill npcId="15155" skillId="11375" skillLvl="1" />
<skill npcId="15156" skillId="11375" skillLvl="1" />
<skill npcId="15157" skillId="11375" skillLvl="2" />
<skill npcId="15158" skillId="11375" skillLvl="2" />
<skill npcId="15159" skillId="11375" skillLvl="3" />
<skill npcId="15160" skillId="11375" skillLvl="3" />
<skill npcId="15155" skillId="11376" skillLvl="1" />
<skill npcId="15156" skillId="11376" skillLvl="1" />
<skill npcId="15157" skillId="11376" skillLvl="2" />
<skill npcId="15158" skillId="11376" skillLvl="2" />
<skill npcId="15159" skillId="11376" skillLvl="3" />
<skill npcId="15160" skillId="11376" skillLvl="3" />
<!-- Witch Cat -->
<skill npcId="15161" skillId="11377" skillLvl="1" />
<skill npcId="15162" skillId="11377" skillLvl="1" />
<skill npcId="15163" skillId="11377" skillLvl="2" />
<skill npcId="15164" skillId="11377" skillLvl="2" />
<skill npcId="15165" skillId="11377" skillLvl="3" />
<skill npcId="15166" skillId="11377" skillLvl="3" />
<skill npcId="15161" skillId="11378" skillLvl="1" />
<skill npcId="15162" skillId="11378" skillLvl="1" />
<skill npcId="15163" skillId="11378" skillLvl="2" />
<skill npcId="15164" skillId="11378" skillLvl="2" />
<skill npcId="15165" skillId="11378" skillLvl="3" />
<skill npcId="15166" skillId="11378" skillLvl="3" />
<!-- Unicorn Lancer -->
<skill npcId="15167" skillId="11379" skillLvl="1" />
<skill npcId="15168" skillId="11379" skillLvl="1" />
<skill npcId="15169" skillId="11379" skillLvl="2" />
<skill npcId="15170" skillId="11379" skillLvl="2" />
<skill npcId="15171" skillId="11379" skillLvl="3" />
<skill npcId="15172" skillId="11379" skillLvl="3" />
<skill npcId="15167" skillId="11380" skillLvl="1" />
<skill npcId="15168" skillId="11380" skillLvl="1" />
<skill npcId="15169" skillId="11380" skillLvl="2" />
<skill npcId="15170" skillId="11380" skillLvl="2" />
<skill npcId="15171" skillId="11380" skillLvl="3" />
<skill npcId="15172" skillId="11380" skillLvl="3" />
<!-- Unicorn Cherub -->
<skill npcId="15173" skillId="11381" skillLvl="1" />
<skill npcId="15174" skillId="11381" skillLvl="1" />
<skill npcId="15175" skillId="11381" skillLvl="2" />
<skill npcId="15176" skillId="11381" skillLvl="2" />
<skill npcId="15177" skillId="11381" skillLvl="3" />
<skill npcId="15178" skillId="11381" skillLvl="3" />
<skill npcId="15173" skillId="11382" skillLvl="1" />
<skill npcId="15174" skillId="11382" skillLvl="1" />
<skill npcId="15175" skillId="11382" skillLvl="2" />
<skill npcId="15176" skillId="11382" skillLvl="2" />
<skill npcId="15177" skillId="11382" skillLvl="3" />
<skill npcId="15178" skillId="11382" skillLvl="3" />
<!-- Dark Crusader -->
<skill npcId="15179" skillId="11383" skillLvl="1" />
<skill npcId="15180" skillId="11383" skillLvl="1" />
<skill npcId="15181" skillId="11383" skillLvl="2" />
<skill npcId="15182" skillId="11383" skillLvl="2" />
<skill npcId="15183" skillId="11383" skillLvl="3" />
<skill npcId="15184" skillId="11383" skillLvl="3" />
<skill npcId="15179" skillId="11384" skillLvl="1" />
<skill npcId="15180" skillId="11384" skillLvl="1" />
<skill npcId="15181" skillId="11384" skillLvl="2" />
<skill npcId="15182" skillId="11384" skillLvl="2" />
<skill npcId="15183" skillId="11384" skillLvl="3" />
<skill npcId="15184" skillId="11384" skillLvl="3" />
<!-- Banshee Queen -->
<skill npcId="15185" skillId="11385" skillLvl="1" />
<skill npcId="15186" skillId="11385" skillLvl="1" />
<skill npcId="15187" skillId="11385" skillLvl="2" />
<skill npcId="15188" skillId="11385" skillLvl="2" />
<skill npcId="15189" skillId="11385" skillLvl="3" />
<skill npcId="15190" skillId="11385" skillLvl="3" />
<skill npcId="15185" skillId="11386" skillLvl="1" />
<skill npcId="15186" skillId="11386" skillLvl="1" />
<skill npcId="15187" skillId="11386" skillLvl="2" />
<skill npcId="15188" skillId="11386" skillLvl="2" />
<skill npcId="15189" skillId="11386" skillLvl="3" />
<skill npcId="15190" skillId="11386" skillLvl="3" />
<!-- Curse Man -->
<skill npcId="15142" skillId="4708" skillLvl="9" />
<skill npcId="15143" skillId="4708" skillLvl="10" />
<skill npcId="15144" skillId="4708" skillLvl="11" />
<skill npcId="15145" skillId="4708" skillLvl="12" />
<skill npcId="15146" skillId="4708" skillLvl="13" />
<skill npcId="15147" skillId="4708" skillLvl="14" />
<skill npcId="15194" skillId="4708" skillLvl="15" />
<skill npcId="15195" skillId="4708" skillLvl="16" />
<skill npcId="15196" skillId="4708" skillLvl="17" />
<skill npcId="15142" skillId="4709" skillLvl="9" />
<skill npcId="15143" skillId="4709" skillLvl="10" />
<skill npcId="15144" skillId="4709" skillLvl="11" />
<skill npcId="15145" skillId="4709" skillLvl="12" />
<skill npcId="15146" skillId="4709" skillLvl="13" />
<skill npcId="15147" skillId="4709" skillLvl="14" />
<skill npcId="15194" skillId="4709" skillLvl="15" />
<skill npcId="15195" skillId="4709" skillLvl="16" />
<skill npcId="15196" skillId="4709" skillLvl="17" />
<!-- Pailaka Tigress -->
<skill npcId="14916" skillId="5761" skillLvl="1" />
<skill npcId="14917" skillId="5761" skillLvl="2" />
<!-- Super Feline Queen Z Summon -->
<skill skillId="5749" skillLvl="1" npcId="1601" />
<skill skillId="5749" skillLvl="2" npcId="1601" />
<skill skillId="5749" skillLvl="3" npcId="1601" />
<skill skillId="5749" skillLvl="4" npcId="1601" />
<skill skillId="5749" skillLvl="5" npcId="1601" />
<skill skillId="5749" skillLvl="6" npcId="1601" />
<skill skillId="5749" skillLvl="7" npcId="1601" />
<skill skillId="5749" skillLvl="8" npcId="1601" />
<skill skillId="5749" skillLvl="9" npcId="1601" />
<skill skillId="5749" skillLvl="10" npcId="1601" />
<skill skillId="5749" skillLvl="11" npcId="1601" />
<skill skillId="5749" skillLvl="12" npcId="1601" />
<skill skillId="5750" skillLvl="1" npcId="1601" />
<skill skillId="5750" skillLvl="2" npcId="1601" />
<skill skillId="5750" skillLvl="3" npcId="1601" />
<skill skillId="5750" skillLvl="4" npcId="1601" />
<skill skillId="5750" skillLvl="5" npcId="1601" />
<skill skillId="5750" skillLvl="6" npcId="1601" />
<skill skillId="5750" skillLvl="7" npcId="1601" />
<skill skillId="5750" skillLvl="8" npcId="1601" />
<skill skillId="5750" skillLvl="9" npcId="1601" />
<skill skillId="5750" skillLvl="10" npcId="1601" />
<skill skillId="5750" skillLvl="11" npcId="1601" />
<skill skillId="5750" skillLvl="12" npcId="1601" />
<skill skillId="5751" skillLvl="1" npcId="1601" />
<skill skillId="5751" skillLvl="2" npcId="1601" />
<skill skillId="5751" skillLvl="3" npcId="1601" />
<skill skillId="5751" skillLvl="4" npcId="1601" />
<skill skillId="5751" skillLvl="5" npcId="1601" />
<skill skillId="5751" skillLvl="6" npcId="1601" />
<skill skillId="5751" skillLvl="7" npcId="1601" />
<skill skillId="5751" skillLvl="8" npcId="1601" />
<skill skillId="5751" skillLvl="9" npcId="1601" />
<skill skillId="5751" skillLvl="10" npcId="1601" />
<skill skillId="5751" skillLvl="11" npcId="1601" />
<skill skillId="5751" skillLvl="12" npcId="1601" />
<skill skillId="5771" skillLvl="1" npcId="1601" />
<skill skillId="6054" skillLvl="1" npcId="1601" />
<!-- Super Kat the Cat Z Summon -->
<skill skillId="6049" skillLvl="1" npcId="1602" />
<skill skillId="6049" skillLvl="2" npcId="1602" />
<skill skillId="6049" skillLvl="3" npcId="1602" />
<skill skillId="6049" skillLvl="4" npcId="1602" />
<skill skillId="6046" skillLvl="1" npcId="1602" />
<skill skillId="6046" skillLvl="2" npcId="1602" />
<skill skillId="6046" skillLvl="3" npcId="1602" />
<skill skillId="6046" skillLvl="4" npcId="1602" />
<skill skillId="6046" skillLvl="5" npcId="1602" />
<skill skillId="6046" skillLvl="6" npcId="1602" />
<skill skillId="6046" skillLvl="7" npcId="1602" />
<skill skillId="6046" skillLvl="8" npcId="1602" />
<skill skillId="6046" skillLvl="9" npcId="1602" />
<skill skillId="6046" skillLvl="10" npcId="1602" />
<skill skillId="6046" skillLvl="11" npcId="1602" />
<skill skillId="6046" skillLvl="12" npcId="1602" />
<skill skillId="6046" skillLvl="13" npcId="1602" />
<skill skillId="6046" skillLvl="14" npcId="1602" />
<skill skillId="6047" skillLvl="1" npcId="1602" />
<skill skillId="6047" skillLvl="2" npcId="1602" />
<skill skillId="6047" skillLvl="3" npcId="1602" />
<skill skillId="6047" skillLvl="4" npcId="1602" />
<skill skillId="6047" skillLvl="5" npcId="1602" />
<skill skillId="6047" skillLvl="6" npcId="1602" />
<skill skillId="6047" skillLvl="7" npcId="1602" />
<skill skillId="6047" skillLvl="8" npcId="1602" />
<skill skillId="6047" skillLvl="9" npcId="1602" />
<skill skillId="6047" skillLvl="10" npcId="1602" />
<skill skillId="6047" skillLvl="11" npcId="1602" />
<skill skillId="6047" skillLvl="12" npcId="1602" />
<skill skillId="6047" skillLvl="13" npcId="1602" />
<skill skillId="6047" skillLvl="14" npcId="1602" />
<skill skillId="6048" skillLvl="1" npcId="1602" />
<skill skillId="6048" skillLvl="2" npcId="1602" />
<skill skillId="6048" skillLvl="3" npcId="1602" />
<skill skillId="6048" skillLvl="4" npcId="1602" />
<skill skillId="6048" skillLvl="5" npcId="1602" />
<skill skillId="6048" skillLvl="6" npcId="1602" />
<skill skillId="6048" skillLvl="7" npcId="1602" />
<skill skillId="6048" skillLvl="8" npcId="1602" />
<skill skillId="6048" skillLvl="9" npcId="1602" />
<skill skillId="6048" skillLvl="10" npcId="1602" />
<skill skillId="6048" skillLvl="11" npcId="1602" />
<skill skillId="6048" skillLvl="12" npcId="1602" />
<skill skillId="6048" skillLvl="13" npcId="1602" />
<skill skillId="6048" skillLvl="14" npcId="1602" />
<skill skillId="5771" skillLvl="1" npcId="1602" />
<skill skillId="6054" skillLvl="1" npcId="1602" />
<!-- Super Mew the Cat Z Summon -->
<skill skillId="6050" skillLvl="1" npcId="1603" />
<skill skillId="6050" skillLvl="2" npcId="1603" />
<skill skillId="6050" skillLvl="3" npcId="1603" />
<skill skillId="6050" skillLvl="4" npcId="1603" />
<skill skillId="6050" skillLvl="5" npcId="1603" />
<skill skillId="6050" skillLvl="6" npcId="1603" />
<skill skillId="6050" skillLvl="7" npcId="1603" />
<skill skillId="6050" skillLvl="8" npcId="1603" />
<skill skillId="6050" skillLvl="9" npcId="1603" />
<skill skillId="6050" skillLvl="10" npcId="1603" />
<skill skillId="6050" skillLvl="11" npcId="1603" />
<skill skillId="6050" skillLvl="12" npcId="1603" />
<skill skillId="6051" skillLvl="1" npcId="1603" />
<skill skillId="6051" skillLvl="2" npcId="1603" />
<skill skillId="6051" skillLvl="3" npcId="1603" />
<skill skillId="6051" skillLvl="4" npcId="1603" />
<skill skillId="6051" skillLvl="5" npcId="1603" />
<skill skillId="6051" skillLvl="6" npcId="1603" />
<skill skillId="6051" skillLvl="7" npcId="1603" />
<skill skillId="6051" skillLvl="8" npcId="1603" />
<skill skillId="6051" skillLvl="9" npcId="1603" />
<skill skillId="6051" skillLvl="10" npcId="1603" />
<skill skillId="6051" skillLvl="11" npcId="1603" />
<skill skillId="6051" skillLvl="12" npcId="1603" />
<skill skillId="6052" skillLvl="1" npcId="1603" />
<skill skillId="6052" skillLvl="2" npcId="1603" />
<skill skillId="6052" skillLvl="3" npcId="1603" />
<skill skillId="6052" skillLvl="4" npcId="1603" />
<skill skillId="6052" skillLvl="5" npcId="1603" />
<skill skillId="6052" skillLvl="6" npcId="1603" />
<skill skillId="6052" skillLvl="7" npcId="1603" />
<skill skillId="6052" skillLvl="8" npcId="1603" />
<skill skillId="6052" skillLvl="9" npcId="1603" />
<skill skillId="6052" skillLvl="10" npcId="1603" />
<skill skillId="6052" skillLvl="11" npcId="1603" />
<skill skillId="6052" skillLvl="12" npcId="1603" />
<skill skillId="6053" skillLvl="1" npcId="1603" />
<skill skillId="6053" skillLvl="2" npcId="1603" />
<skill skillId="6053" skillLvl="3" npcId="1603" />
<skill skillId="6053" skillLvl="4" npcId="1603" />
<skill skillId="5771" skillLvl="1" npcId="1603" />
<skill skillId="6054" skillLvl="1" npcId="1603" />
</list>

View File

@@ -168,6 +168,12 @@
<production id="1466" count="300" />
<statUse name="MP" value="120" />
</item>
<item id="24" recipeId="1808" name="mk_soulshot_s" craftLevel="8" type="dwarven" successRate="100">
<ingredient id="1785" count="40" />
<ingredient id="1462" count="1" />
<production id="1467" count="350" />
<statUse name="MP" value="150" />
</item>
<item id="25" recipeId="1814" name="mk_leather" craftLevel="1" type="dwarven" successRate="100">
<ingredient id="1867" count="6" />
<production id="1882" count="1" />
@@ -2766,6 +2772,12 @@
<production id="2513" count="200" />
<statUse name="MP" value="240" />
</item>
<item id="321" recipeId="3036" name="mk_spiritshot_s" craftLevel="8" type="dwarven" successRate="100">
<ingredient id="3031" count="15" />
<ingredient id="1462" count="1" />
<production id="2514" count="200" />
<statUse name="MP" value="300" />
</item>
<item id="322" recipeId="3838" name="q_mk_titans_powerstone" craftLevel="2" type="dwarven" successRate="25">
<ingredient id="3845" count="1" />
<production id="3846" count="1" />
@@ -2795,6 +2807,12 @@
<production id="3951" count="200" />
<statUse name="MP" value="240" />
</item>
<item id="327" recipeId="3957" name="mk_blessed_spiritshot_s" craftLevel="8" type="dwarven" successRate="100">
<ingredient id="3031" count="50" />
<ingredient id="1462" count="2" />
<production id="3952" count="200" />
<statUse name="MP" value="300" />
</item>
<item id="328" recipeId="4937" name="mk_adamantite_earing_i" craftLevel="6" type="dwarven" successRate="70">
<ingredient id="4937" count="1" />
<ingredient id="4049" count="12" />
@@ -2993,87 +3011,6 @@
<production id="383" count="1" />
<statUse name="MP" value="174" />
</item>
<item id="348" recipeId="4136" name="mk_silent_boots_ii" craftLevel="6" type="dwarven" successRate="100">
<ingredient id="4136" count="1" />
<ingredient id="4059" count="12" />
<ingredient id="4046" count="1" />
<ingredient id="1894" count="24" />
<ingredient id="1885" count="3" />
<ingredient id="4043" count="3" />
<ingredient id="1459" count="33" />
<ingredient id="2132" count="2" />
<production id="572" count="1" />
<statUse name="MP" value="174" />
</item>
<item id="351" recipeId="4977" name="mk_paradia_boots_i" craftLevel="7" type="dwarven" successRate="60">
<ingredient id="4977" count="1" />
<ingredient id="4061" count="13" />
<ingredient id="1894" count="32" />
<ingredient id="1885" count="4" />
<ingredient id="4043" count="4" />
<ingredient id="1460" count="8" />
<ingredient id="2132" count="4" />
<production id="582" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="352" recipeId="4138" name="mk_paradia_boots_ii" craftLevel="7" type="dwarven" successRate="100">
<ingredient id="4138" count="1" />
<ingredient id="4061" count="13" />
<ingredient id="4046" count="1" />
<ingredient id="1894" count="48" />
<ingredient id="1885" count="6" />
<ingredient id="4043" count="6" />
<ingredient id="1460" count="15" />
<ingredient id="2132" count="4" />
<production id="582" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="353" recipeId="4978" name="mk_elemental_boots_i" craftLevel="7" type="dwarven" successRate="60">
<ingredient id="4978" count="1" />
<ingredient id="4062" count="13" />
<ingredient id="1894" count="32" />
<ingredient id="1885" count="4" />
<ingredient id="4043" count="4" />
<ingredient id="1460" count="8" />
<ingredient id="2132" count="4" />
<production id="588" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="354" recipeId="4139" name="mk_elemental_boots_ii" craftLevel="7" type="dwarven" successRate="100">
<ingredient id="4139" count="1" />
<ingredient id="4062" count="13" />
<ingredient id="4046" count="1" />
<ingredient id="1894" count="48" />
<ingredient id="1885" count="6" />
<ingredient id="4043" count="6" />
<ingredient id="1460" count="15" />
<ingredient id="2132" count="4" />
<production id="588" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="355" recipeId="4979" name="mk_boots_of_grace_i" craftLevel="7" type="dwarven" successRate="60">
<ingredient id="4979" count="1" />
<ingredient id="4063" count="13" />
<ingredient id="1894" count="32" />
<ingredient id="1885" count="4" />
<ingredient id="4043" count="4" />
<ingredient id="1460" count="8" />
<ingredient id="2132" count="4" />
<production id="590" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="356" recipeId="4140" name="mk_boots_of_grace_ii" craftLevel="7" type="dwarven" successRate="100">
<ingredient id="4140" count="1" />
<ingredient id="4063" count="13" />
<ingredient id="4046" count="1" />
<ingredient id="1894" count="48" />
<ingredient id="1885" count="6" />
<ingredient id="4043" count="6" />
<ingredient id="1460" count="15" />
<ingredient id="2132" count="4" />
<production id="590" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="357" recipeId="4944" name="mk_avadon_breastplate_i" craftLevel="6" type="dwarven" successRate="60">
<ingredient id="4944" count="1" />
<ingredient id="4064" count="12" />
@@ -3305,41 +3242,6 @@
<production id="2464" count="1" />
<statUse name="MP" value="174" />
</item>
<item id="377" recipeId="4954" name="mk_silent_chain_gloves_i" craftLevel="6" type="dwarven" successRate="60">
<ingredient id="4954" count="1" />
<ingredient id="4074" count="12" />
<ingredient id="1894" count="16" />
<ingredient id="1885" count="2" />
<ingredient id="4043" count="2" />
<ingredient id="1459" count="25" />
<ingredient id="2132" count="2" />
<production id="2465" count="1" />
<statUse name="MP" value="174" />
</item>
<item id="378" recipeId="4151" name="mk_silent_chain_gloves_ii" craftLevel="6" type="dwarven" successRate="100">
<ingredient id="4151" count="1" />
<ingredient id="4074" count="12" />
<ingredient id="4046" count="1" />
<ingredient id="1894" count="32" />
<ingredient id="1885" count="4" />
<ingredient id="4043" count="4" />
<ingredient id="1459" count="15" />
<ingredient id="2132" count="2" />
<production id="2465" count="1" />
<statUse name="MP" value="174" />
</item>
<item id="380" recipeId="4152" name="mk_guardian's_gloves_ii" craftLevel="6" type="dwarven" successRate="100">
<ingredient id="4152" count="1" />
<ingredient id="4075" count="12" />
<ingredient id="4046" count="1" />
<ingredient id="1894" count="32" />
<ingredient id="1885" count="4" />
<ingredient id="4043" count="4" />
<ingredient id="1459" count="15" />
<ingredient id="2132" count="2" />
<production id="2466" count="1" />
<statUse name="MP" value="174" />
</item>
<item id="383" recipeId="4980" name="mk_doom_shield_i" craftLevel="7" type="dwarven" successRate="60">
<ingredient id="4980" count="1" />
<ingredient id="4077" count="13" />
@@ -3387,29 +3289,6 @@
<production id="358" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="387" recipeId="4957" name="mk_boots_of_blessing_i" craftLevel="6" type="dwarven" successRate="60">
<ingredient id="4957" count="1" />
<ingredient id="4079" count="12" />
<ingredient id="1894" count="16" />
<ingredient id="1885" count="2" />
<ingredient id="4043" count="2" />
<ingredient id="1459" count="25" />
<ingredient id="2132" count="2" />
<production id="595" count="1" />
<statUse name="MP" value="174" />
</item>
<item id="388" recipeId="4156" name="mk_boots_of_blessing_ii" craftLevel="6" type="dwarven" successRate="100">
<ingredient id="4156" count="1" />
<ingredient id="4079" count="12" />
<ingredient id="4046" count="1" />
<ingredient id="1894" count="24" />
<ingredient id="1885" count="3" />
<ingredient id="4043" count="3" />
<ingredient id="1459" count="33" />
<ingredient id="2132" count="2" />
<production id="595" count="1" />
<statUse name="MP" value="174" />
</item>
<item id="389" recipeId="4982" name="mk_blue_wolve's_gaiters_i" craftLevel="7" type="dwarven" successRate="60">
<ingredient id="4982" count="1" />
<ingredient id="4080" count="13" />
@@ -3688,98 +3567,6 @@
<production id="2475" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="413" recipeId="4994" name="mk_elemental_gloves_i" craftLevel="7" type="dwarven" successRate="60">
<ingredient id="4994" count="1" />
<ingredient id="4092" count="13" />
<ingredient id="1894" count="32" />
<ingredient id="1885" count="4" />
<ingredient id="4043" count="4" />
<ingredient id="1460" count="8" />
<ingredient id="2132" count="4" />
<production id="2480" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="414" recipeId="4169" name="mk_elemental_gloves_ii" craftLevel="7" type="dwarven" successRate="100">
<ingredient id="4169" count="1" />
<ingredient id="4092" count="13" />
<ingredient id="4046" count="1" />
<ingredient id="1894" count="48" />
<ingredient id="1885" count="6" />
<ingredient id="4043" count="6" />
<ingredient id="1460" count="15" />
<ingredient id="2132" count="4" />
<production id="2480" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="415" recipeId="4995" name="mk_gloves_of_grace_i" craftLevel="7" type="dwarven" successRate="60">
<ingredient id="4995" count="1" />
<ingredient id="4093" count="13" />
<ingredient id="1894" count="32" />
<ingredient id="1885" count="4" />
<ingredient id="4043" count="4" />
<ingredient id="1460" count="8" />
<ingredient id="2132" count="4" />
<production id="2481" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="416" recipeId="4170" name="mk_gloves_of_grace_ii" craftLevel="7" type="dwarven" successRate="100">
<ingredient id="4170" count="1" />
<ingredient id="4093" count="13" />
<ingredient id="4046" count="1" />
<ingredient id="1894" count="48" />
<ingredient id="1885" count="6" />
<ingredient id="4043" count="6" />
<ingredient id="1460" count="15" />
<ingredient id="2132" count="4" />
<production id="2481" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="417" recipeId="4996" name="mk_implosion_gauntlet_i" craftLevel="7" type="dwarven" successRate="60">
<ingredient id="4996" count="1" />
<ingredient id="4094" count="13" />
<ingredient id="1894" count="32" />
<ingredient id="1885" count="4" />
<ingredient id="4043" count="4" />
<ingredient id="1460" count="8" />
<ingredient id="2132" count="4" />
<production id="2485" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="418" recipeId="4171" name="mk_implosion_gauntlet_ii" craftLevel="7" type="dwarven" successRate="100">
<ingredient id="4171" count="1" />
<ingredient id="4094" count="13" />
<ingredient id="4046" count="1" />
<ingredient id="1894" count="48" />
<ingredient id="1885" count="6" />
<ingredient id="4043" count="6" />
<ingredient id="1460" count="15" />
<ingredient id="2132" count="4" />
<production id="2485" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="419" recipeId="4997" name="mk_paradia_gloves_i" craftLevel="7" type="dwarven" successRate="60">
<ingredient id="4997" count="1" />
<ingredient id="4095" count="13" />
<ingredient id="1894" count="32" />
<ingredient id="1885" count="4" />
<ingredient id="4043" count="4" />
<ingredient id="1460" count="8" />
<ingredient id="2132" count="4" />
<production id="2486" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="420" recipeId="4172" name="mk_paradia_gloves_ii" craftLevel="7" type="dwarven" successRate="100">
<ingredient id="4172" count="1" />
<ingredient id="4095" count="13" />
<ingredient id="4046" count="1" />
<ingredient id="1894" count="48" />
<ingredient id="1885" count="6" />
<ingredient id="4043" count="6" />
<ingredient id="1460" count="15" />
<ingredient id="2132" count="4" />
<production id="2486" count="1" />
<statUse name="MP" value="183" />
</item>
<item id="421" recipeId="4998" name="mk_blue_wolve's_gloves_i" craftLevel="7" type="dwarven" successRate="60">
<ingredient id="4998" count="1" />
<ingredient id="4096" count="13" />
@@ -6003,6 +5790,351 @@
<production id="6328" count="1" />
<statUse name="MP" value="201" />
</item>
<item id="625" recipeId="6901" name="mk_shining_arrow" craftLevel="8" type="dwarven" successRate="100">
<ingredient id="1876" count="4" />
<ingredient id="1878" count="4" />
<production id="1345" count="500" />
<statUse name="MP" value="150" />
</item>
<item id="626" recipeId="6881" name="mk_forgotten_blade_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6881" count="1" />
<ingredient id="6688" count="25" />
<ingredient id="5554" count="538" />
<ingredient id="1890" count="2467" />
<ingredient id="1888" count="1580" />
<ingredient id="5550" count="800" />
<ingredient id="4042" count="650" />
<ingredient id="1462" count="400" />
<ingredient id="2134" count="400" />
<production id="6364" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="628" recipeId="6883" name="mk_basalt_battlehammer_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6883" count="1" />
<ingredient id="6689" count="25" />
<ingredient id="5554" count="538" />
<ingredient id="1890" count="1911" />
<ingredient id="1888" count="1580" />
<ingredient id="5550" count="800" />
<ingredient id="1885" count="2800" />
<ingredient id="4042" count="600" />
<ingredient id="1462" count="400" />
<ingredient id="2134" count="400" />
<production id="6365" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="630" recipeId="6885" name="mk_imperial_staff_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6885" count="1" />
<ingredient id="6690" count="25" />
<ingredient id="5554" count="538" />
<ingredient id="1893" count="1800" />
<ingredient id="5550" count="500" />
<ingredient id="1889" count="1000" />
<ingredient id="1881" count="2200" />
<ingredient id="4042" count="600" />
<ingredient id="1462" count="400" />
<ingredient id="2134" count="400" />
<production id="6366" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="632" recipeId="6887" name="mk_angel_slayer_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6887" count="1" />
<ingredient id="6691" count="25" />
<ingredient id="5554" count="538" />
<ingredient id="1890" count="2467" />
<ingredient id="1888" count="1580" />
<ingredient id="5550" count="800" />
<ingredient id="4042" count="650" />
<ingredient id="1462" count="400" />
<ingredient id="2134" count="400" />
<production id="6367" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="636" recipeId="6891" name="mk_dragon_hunter_axe_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6891" count="1" />
<ingredient id="6693" count="25" />
<ingredient id="5554" count="538" />
<ingredient id="1890" count="1911" />
<ingredient id="1888" count="1580" />
<ingredient id="5550" count="800" />
<ingredient id="1885" count="2800" />
<ingredient id="4042" count="600" />
<ingredient id="1462" count="400" />
<ingredient id="2134" count="400" />
<production id="6369" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="638" recipeId="6893" name="mk_saint_spear_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6893" count="1" />
<ingredient id="6694" count="25" />
<ingredient id="5554" count="538" />
<ingredient id="1890" count="1911" />
<ingredient id="1888" count="1580" />
<ingredient id="5550" count="800" />
<ingredient id="1885" count="2800" />
<ingredient id="4042" count="600" />
<ingredient id="1462" count="400" />
<ingredient id="2134" count="400" />
<production id="6370" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="640" recipeId="6895" name="mk_demon_splinter_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6895" count="1" />
<ingredient id="6695" count="25" />
<ingredient id="5554" count="538" />
<ingredient id="1890" count="1911" />
<ingredient id="1888" count="1580" />
<ingredient id="5550" count="800" />
<ingredient id="1885" count="2800" />
<ingredient id="4042" count="600" />
<ingredient id="1462" count="400" />
<ingredient id="2134" count="400" />
<production id="6371" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="642" recipeId="6897" name="mk_heavens_divider_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6897" count="1" />
<ingredient id="6696" count="25" />
<ingredient id="5554" count="538" />
<ingredient id="1890" count="2467" />
<ingredient id="1888" count="1580" />
<ingredient id="5550" count="800" />
<ingredient id="4042" count="650" />
<ingredient id="1462" count="400" />
<ingredient id="2134" count="400" />
<production id="6372" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="644" recipeId="6899" name="mk_arcana_mace_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6899" count="1" />
<ingredient id="6697" count="25" />
<ingredient id="5554" count="538" />
<ingredient id="1890" count="1911" />
<ingredient id="1888" count="1580" />
<ingredient id="5550" count="800" />
<ingredient id="1885" count="2800" />
<ingredient id="4042" count="600" />
<ingredient id="1462" count="400" />
<ingredient id="2134" count="400" />
<production id="6579" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="646" recipeId="6847" name="mk_sealed_sanddragon's_earing_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6847" count="1" />
<ingredient id="6698" count="35" />
<ingredient id="5552" count="81" />
<ingredient id="1895" count="1200" />
<ingredient id="1887" count="158" />
<ingredient id="4044" count="120" />
<ingredient id="1462" count="80" />
<ingredient id="2134" count="60" />
<production id="6724" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="648" recipeId="6849" name="mk_sealed_ring_of_aurakyria_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6849" count="1" />
<ingredient id="6699" count="35" />
<ingredient id="4048" count="127" />
<ingredient id="1895" count="1200" />
<ingredient id="1887" count="100" />
<ingredient id="4044" count="100" />
<ingredient id="1462" count="50" />
<ingredient id="2134" count="40" />
<production id="6725" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="650" recipeId="6851" name="mk_sealed_dragon_necklace_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6851" count="1" />
<ingredient id="6700" count="35" />
<ingredient id="5552" count="113" />
<ingredient id="1895" count="1200" />
<ingredient id="1887" count="158" />
<ingredient id="4044" count="200" />
<ingredient id="1462" count="100" />
<ingredient id="2134" count="80" />
<production id="6726" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="652" recipeId="6853" name="mk_sealed_imperial_crusader_armor_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6853" count="1" />
<ingredient id="6701" count="35" />
<ingredient id="5553" count="274" />
<ingredient id="1890" count="400" />
<ingredient id="4043" count="200" />
<ingredient id="1462" count="124" />
<ingredient id="2134" count="150" />
<production id="6674" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="654" recipeId="6855" name="mk_sealed_imperial_crusader_gaiters_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6855" count="1" />
<ingredient id="6702" count="35" />
<ingredient id="5553" count="184" />
<ingredient id="1890" count="400" />
<ingredient id="4043" count="200" />
<ingredient id="1462" count="74" />
<ingredient id="2134" count="60" />
<production id="6675" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="656" recipeId="6857" name="mk_sealed_imperial_crusader_gauntlet_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6857" count="1" />
<ingredient id="6703" count="35" />
<ingredient id="5552" count="78" />
<ingredient id="1894" count="800" />
<ingredient id="1885" count="100" />
<ingredient id="4043" count="80" />
<ingredient id="1462" count="80" />
<ingredient id="2134" count="40" />
<production id="6676" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="658" recipeId="6859" name="mk_sealed_imperial_crusader_boots_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6859" count="1" />
<ingredient id="6704" count="35" />
<ingredient id="5552" count="78" />
<ingredient id="1894" count="800" />
<ingredient id="1885" count="100" />
<ingredient id="4043" count="80" />
<ingredient id="1462" count="80" />
<ingredient id="2134" count="40" />
<production id="6677" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="660" recipeId="6861" name="mk_sealed_imperial_crusader_shield_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6861" count="1" />
<ingredient id="6705" count="35" />
<ingredient id="5551" count="98" />
<ingredient id="1890" count="400" />
<ingredient id="1894" count="50" />
<ingredient id="1888" count="120" />
<ingredient id="4043" count="1200" />
<ingredient id="1462" count="50" />
<ingredient id="2134" count="50" />
<production id="6678" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="662" recipeId="6863" name="mk_sealed_imperial_crusader_helmet_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6863" count="1" />
<ingredient id="6706" count="35" />
<ingredient id="5551" count="215" />
<ingredient id="1894" count="650" />
<ingredient id="4043" count="412" />
<ingredient id="1462" count="55" />
<ingredient id="2134" count="40" />
<production id="6679" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="664" recipeId="6865" name="mk_sealed_draconic_leather_armor_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6865" count="1" />
<ingredient id="6707" count="35" />
<ingredient id="5553" count="351" />
<ingredient id="1894" count="500" />
<ingredient id="1895" count="2000" />
<ingredient id="1889" count="320" />
<ingredient id="4043" count="1500" />
<ingredient id="1462" count="150" />
<ingredient id="2134" count="80" />
<production id="6680" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="666" recipeId="6867" name="mk_sealed_draconic_leather_gloves_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6867" count="1" />
<ingredient id="6708" count="35" />
<ingredient id="5552" count="78" />
<ingredient id="1894" count="500" />
<ingredient id="1885" count="100" />
<ingredient id="4043" count="120" />
<ingredient id="1462" count="80" />
<ingredient id="2134" count="40" />
<production id="6681" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="668" recipeId="6869" name="mk_sealed_draconic_leather_boots_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6869" count="1" />
<ingredient id="6709" count="35" />
<ingredient id="5552" count="78" />
<ingredient id="1894" count="500" />
<ingredient id="1885" count="100" />
<ingredient id="4043" count="120" />
<ingredient id="1462" count="80" />
<ingredient id="2134" count="40" />
<production id="6682" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="670" recipeId="6871" name="mk_sealed_draconic_leather_helmet_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6871" count="1" />
<ingredient id="6710" count="35" />
<ingredient id="5551" count="215" />
<ingredient id="1894" count="650" />
<ingredient id="4043" count="412" />
<ingredient id="1462" count="55" />
<ingredient id="2134" count="40" />
<production id="6683" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="672" recipeId="6873" name="mk_sealed_major_arcana_robe_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6873" count="1" />
<ingredient id="6711" count="35" />
<ingredient id="5553" count="351" />
<ingredient id="1894" count="500" />
<ingredient id="1895" count="2000" />
<ingredient id="1889" count="320" />
<ingredient id="4043" count="1500" />
<ingredient id="1462" count="150" />
<ingredient id="2134" count="80" />
<production id="6684" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="674" recipeId="6875" name="mk_sealed_major_arcana_gloves_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6875" count="1" />
<ingredient id="6712" count="35" />
<ingredient id="5552" count="78" />
<ingredient id="1894" count="500" />
<ingredient id="1885" count="100" />
<ingredient id="4043" count="120" />
<ingredient id="1462" count="80" />
<ingredient id="2134" count="40" />
<production id="6685" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="676" recipeId="6877" name="mk_sealed_major_arcana_boots_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6877" count="1" />
<ingredient id="6713" count="35" />
<ingredient id="5552" count="78" />
<ingredient id="1894" count="500" />
<ingredient id="1885" count="100" />
<ingredient id="4043" count="120" />
<ingredient id="1462" count="80" />
<ingredient id="2134" count="40" />
<production id="6686" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="678" recipeId="6879" name="mk_sealed_major_arcana_hood_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="6879" count="1" />
<ingredient id="6714" count="35" />
<ingredient id="5551" count="215" />
<ingredient id="1894" count="650" />
<ingredient id="4043" count="412" />
<ingredient id="1462" count="55" />
<ingredient id="2134" count="40" />
<production id="6687" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="774" recipeId="7580" name="mk_draconic_bow_i" craftLevel="9" type="dwarven" successRate="30">
<ingredient id="7580" count="1" />
<ingredient id="7579" count="25" />
<ingredient id="5554" count="538" />
<ingredient id="1890" count="1911" />
<ingredient id="5550" count="1741" />
<ingredient id="1885" count="4800" />
<ingredient id="1889" count="2800" />
<ingredient id="4042" count="600" />
<ingredient id="1462" count="400" />
<ingredient id="2134" count="400" />
<production id="7575" count="1" />
<statUse name="MP" value="225" />
</item>
<item id="783" recipeId="8294" name="mk_iron_sword" craftLevel="2" type="dwarven" successRate="100">
<ingredient id="8327" count="4" />
<ingredient id="1883" count="3" />
@@ -6161,6 +6293,19 @@
<production id="7884" count="1" />
<statUse name="MP" value="192" />
</item>
<item id="844" recipeId="8690" name="mk_sirr_blade_i" craftLevel="8" type="dwarven" successRate="60">
<ingredient id="8690" count="1" />
<ingredient id="8712" count="20" />
<ingredient id="4047" count="11" />
<ingredient id="5550" count="102" />
<ingredient id="1890" count="204" />
<ingredient id="1888" count="204" />
<ingredient id="4042" count="102" />
<ingredient id="1461" count="254" />
<ingredient id="2133" count="100" />
<production id="8678" count="1" />
<statUse name="MP" value="210" />
</item>
<item id="845" recipeId="8691" name="mk_sirr_blade_ii" craftLevel="8" type="dwarven" successRate="100">
<ingredient id="8691" count="1" />
<ingredient id="8712" count="20" />
@@ -6472,4 +6617,10 @@
<production id="49743" count="155" />
<statUse name="MP" value="120" />
</item>
<item id="4004" recipeId="91489" name="mk_bless_soulshot_s" craftLevel="8" type="dwarven" successRate="100">
<ingredient id="1785" count="200" />
<ingredient id="1462" count="1" />
<production id="91488" count="216" />
<statUse name="MP" value="200" />
</item>
</list>

View File

@@ -42,4 +42,247 @@
<point X="82815" Y="148840" Z="-3469" delay="3" run="true" />
<point X="83318" Y="148422" Z="-3406" delay="0" run="true" />
</route>
<!-- Leandro -->
<route name="scribe_leandro" repeat="true" repeatStyle="back">
<target id="31357" spawnX="-82428" spawnY="245203" spawnZ="-3712" />
<point X="-82428" Y="245204" Z="-3712" delay="0" run="false" />
<point X="-82198" Y="245361" Z="-3712" delay="0" run="false" />
<point X="-82091" Y="245028" Z="-3720" delay="0" run="false" />
<point X="-82381" Y="244911" Z="-3720" delay="0" run="false" />
<point X="-82935" Y="244481" Z="-3728" delay="0" run="false" />
<point npcStringId="1010205" X="-83980" Y="242776" Z="-3728" delay="10" run="false" />
<point X="-85966" Y="241371" Z="-3728" delay="0" run="false" />
<point npcStringId="1010206" X="-86079" Y="240868" Z="-3720" delay="5" run="false" />
<point X="-86076" Y="240392" Z="-3712" delay="0" run="false" />
<point X="-86519" Y="240706" Z="-3704" delay="0" run="false" />
<point npcStringId="1010207" X="-86343" Y="241130" Z="-3728" delay="60" run="false" />
</route>
<!-- Remy -->
<route name="porter_remy" repeat="true" repeatStyle="cycle">
<target id="31356" spawnX="-81920" spawnY="243892" spawnZ="-3714" />
<point X="-81926" Y="243894" Z="-3712" delay="3" run="true" />
<point X="-82134" Y="243600" Z="-3728" delay="0" run="true" />
<point X="-83182" Y="243723" Z="-3728" delay="0" run="true" />
<point npcStringId="1010202" X="-84486" Y="243236" Z="-3728" delay="5" run="true" />
<point X="-85205" Y="243187" Z="-3728" delay="0" run="true" />
<point X="-86152" Y="242898" Z="-3728" delay="0" run="true" />
<point X="-86288" Y="242962" Z="-3720" delay="0" run="true" />
<point npcStringId="1010203" X="-86352" Y="243207" Z="-3720" delay="5" run="true" />
<point X="-86501" Y="242762" Z="-3720" delay="0" run="true" />
<point X="-86500" Y="242615" Z="-3728" delay="0" run="true" />
<point X="-86123" Y="241606" Z="-3728" delay="0" run="true" />
<point X="-85207" Y="240698" Z="-3728" delay="0" run="true" />
<point npcStringId="1010204" X="-84066" Y="241285" Z="-3728" delay="5" run="true" />
<point X="-83215" Y="241170" Z="-3728" delay="0" run="true" />
<point X="-82364" Y="242944" Z="-3720" delay="0" run="true" />
<point X="-82392" Y="242982" Z="-3729" delay="0" run="true" /> <!-- extra point -->
<point npcStringId="1010201" X="-81674" Y="243391" Z="-3712" delay="60" run="true" />
<point X="-81926" Y="243894" Z="-3712" delay="0" run="true" />
</route>
<!-- Yakand -->
<route name="flame_keeper_yakand" repeat="true" repeatStyle="cycle">
<target id="31365" spawnX="-48820" spawnY="-113748" spawnZ="-233" />
<point X="-48820" Y="-113748" Z="-232" delay="0" run="false" />
<point X="-47365" Y="-113618" Z="-224" delay="0" run="false" />
<point X="-45678" Y="-113635" Z="-240" delay="0" run="false" />
<point X="-45168" Y="-114038" Z="-224" delay="0" run="false" />
<point X="-44671" Y="-114185" Z="-240" delay="0" run="false" />
<point X="-44199" Y="-113763" Z="-240" delay="0" run="false" />
<point X="-44312" Y="-113201" Z="-240" delay="0" run="false" />
<point X="-44844" Y="-112958" Z="-240" delay="0" run="false" />
<point X="-45717" Y="-113564" Z="-240" delay="0" run="false" />
<point X="-47370" Y="-113588" Z="-224" delay="0" run="false" />
<point X="-48821" Y="-113496" Z="-232" delay="10" run="false" />
<point X="-48820" Y="-113748" Z="-232" delay="0" run="false" />
</route>
<!-- Rokar -->
<route name="flame_keeper_lokar" repeat="true" repeatStyle="back">
<target id="31364" spawnX="-46512" spawnY="-117696" spawnZ="-252" />
<point X="-46516" Y="-117700" Z="-240" delay="0" run="false" />
<point X="-45550" Y="-115420" Z="-240" delay="0" run="false" />
<point X="-44052" Y="-114575" Z="-240" delay="0" run="false" />
<point X="-44024" Y="-112688" Z="-240" delay="0" run="false" />
<point X="-45748" Y="-111665" Z="-240" delay="0" run="false" />
<point X="-46512" Y="-109390" Z="-208" delay="5" run="false" />
</route>
<!-- Kreed -->
<route name="tetrarch_exec_creed" repeat="true" repeatStyle="cycle">
<target id="31361" spawnX="23436" spawnY="11152" spawnZ="-3728" />
<point X="23436" Y="11164" Z="-3720" delay="0" run="true" />
<point X="20256" Y="11104" Z="-3720" delay="0" run="true" />
<point X="17330" Y="13579" Z="-3728" delay="0" run="true" />
<point npcStringId="1010214" X="17415" Y="13044" Z="-3736" delay="10" run="true" />
<point X="20153" Y="12880" Z="-3712" delay="0" run="true" />
<point X="21621" Y="13349" Z="-3624" delay="0" run="true" />
<point X="20686" Y="10432" Z="-3712" delay="0" run="true" />
<point X="22426" Y="10260" Z="-3648" delay="0" run="true" />
<point X="23436" Y="11164" Z="-3720" delay="0" run="true" />
</route>
<!-- Alhena -->
<route name="tetrarch_agent_alhena" repeat="true" repeatStyle="cycle">
<target id="31360" spawnX="10976" spawnY="14616" spawnZ="-4246" />
<point X="10968" Y="14620" Z="-4240" delay="0" run="false" />
<point X="11308" Y="15847" Z="-4584" delay="0" run="false" />
<point X="12119" Y="16441" Z="-4584" delay="0" run="false" />
<point npcStringId="1010212" X="15104" Y="15661" Z="-4376" delay="5" run="false" />
<point X="15265" Y="16288" Z="-4376" delay="0" run="false" />
<point X="12292" Y="16934" Z="-4584" delay="0" run="false" />
<point X="11777" Y="17669" Z="-4584" delay="0" run="false" />
<point X="11229" Y="17650" Z="-4568" delay="0" run="false" />
<point X="10641" Y="17282" Z="-4584" delay="0" run="false" />
<point npcStringId="1010213" X="7683" Y="18034" Z="-4376" delay="5" run="false" />
<point X="10551" Y="16775" Z="-4584" delay="0" run="false" />
<point X="11004" Y="15942" Z="-4584" delay="0" run="false" />
<point X="10827" Y="14757" Z="-4240" delay="0" run="false" />
<point X="10968" Y="14620" Z="-4240" delay="0" run="false" />
</route>
<!-- Kasiel -->
<route name="bard_casiel" repeat="true" repeatStyle="back">
<target id="31358" spawnX="43936" spawnY="51092" spawnZ="-2994" />
<point X="43932" Y="51096" Z="-2992" delay="0" run="false" />
<point X="43304" Y="50364" Z="-2992" delay="0" run="false" />
<point X="43041" Y="49312" Z="-2992" delay="0" run="false" />
<point X="43612" Y="48322" Z="-2992" delay="0" run="false" />
<point X="44009" Y="47645" Z="-2992" delay="0" run="false" />
<point npcStringId="1010210" X="45309" Y="47341" Z="-2992" delay="5" run="false" />
<point X="46726" Y="47762" Z="-2992" delay="0" run="false" />
<point X="47509" Y="49004" Z="-2992" delay="0" run="false" />
<point X="47443" Y="50456" Z="-2992" delay="0" run="false" />
<point npcStringId="1010211" X="47013" Y="51287" Z="-2992" delay="60" run="false" />
</route>
<!-- Jaradine -->
<route name="treekeeper_jaradine" repeat="true" repeatStyle="back">
<target id="31359" spawnX="44947" spawnY="50556" spawnZ="-3056" />
<point X="44964" Y="50568" Z="-3056" delay="0" run="false" />
<point X="44435" Y="50025" Z="-3056" delay="0" run="false" />
<point X="44327" Y="49541" Z="-3056" delay="0" run="false" /> <!-- extra point -->
<point X="44455" Y="49078" Z="-3056" delay="0" run="false" />
<point X="44674" Y="49036" Z="-3056" delay="0" run="false" /> <!-- extra point -->
<point X="44637" Y="48822" Z="-3056" delay="0" run="false" /> <!-- extra point -->
<point X="44998" Y="48523" Z="-3056" delay="0" run="false" /> <!-- extra point -->
<point npcStringId="1010208" X="45402" Y="48437" Z="-3056" delay="5" run="false" />
<point npcStringId="1010209" X="46104" Y="48788" Z="-3056" delay="5" run="false" />
<point X="46045" Y="49064" Z="-3056" delay="0" run="false" /> <!-- extra point -->
<point X="46294" Y="49080" Z="-3056" delay="0" run="false" /> <!-- extra point -->
<point X="46452" Y="49743" Z="-3056" delay="0" run="false" />
<point X="45730" Y="50590" Z="-3056" delay="60" run="false" />
</route>
<!-- Adolph, Edwin -->
<route name="running_boy" repeat="true" repeatStyle="back">
<target id="32070" spawnX="84460" spawnY="-144052" spawnZ="-1530" /> <!-- Adolph -->
<target id="32072" spawnX="84460" spawnY="-144052" spawnZ="-1530" /> <!-- Edwin -->
<point X="84416" Y="-144052" Z="-1528" delay="5" run="true" />
<point X="84460" Y="-142495" Z="-1536" delay="0" run="true" />
<point X="85242" Y="-140949" Z="-1536" delay="0" run="true" />
<point X="87362" Y="-140059" Z="-1536" delay="5" run="true" />
<point X="89350" Y="-140750" Z="-1536" delay="0" run="true" />
<point X="90607" Y="-143176" Z="-1536" delay="0" run="true" />
<point X="90267" Y="-143883" Z="-1536" delay="5" run="true" />
</route>
<!-- Rogin -->
<route name="messenger_rogin" repeat="true" repeatStyle="cycle">
<target id="31363" spawnX="115756" spawnY="-183472" spawnZ="-1477" />
<point X="115744" Y="-183424" Z="-1472" delay="60" run="true" />
<point X="115878" Y="-183267" Z="-1472" delay="0" run="true" />
<point X="116116" Y="-183090" Z="-1496" delay="0" run="true" />
<point npcStringId="1010215" X="116587" Y="-184306" Z="-1568" delay="10" run="true" />
<point X="116392" Y="-184090" Z="-1560" delay="0" run="true" />
<point X="117083" Y="-182538" Z="-1520" delay="0" run="true" />
<point npcStringId="1010216" X="117802" Y="-182541" Z="-1528" delay="10" run="true" />
<point npcStringId="1010217" X="116720" Y="-182479" Z="-1512" delay="10" run="true" />
<point X="115857" Y="-183287" Z="-1472" delay="0" run="true" />
<point X="115744" Y="-183424" Z="-1472" delay="0" run="true" />
</route>
<!-- Tate -->
<route name="porter_tate" repeat="true" repeatStyle="cycle">
<target id="31362" spawnX="115820" spawnY="-181568" spawnZ="-1338" />
<point X="115824" Y="-181564" Z="-1336" delay="20" run="false" />
<point npcStringId="1010218" X="116048" Y="-181575" Z="-1352" delay="0" run="false" />
<point X="116521" Y="-181476" Z="-1384" delay="0" run="false" />
<point X="116632" Y="-180022" Z="-1160" delay="0" run="false" />
<point X="115355" Y="-178617" Z="-928" delay="0" run="false" />
<point X="115763" Y="-177585" Z="-888" delay="0" run="false" />
<point npcStringId="1010219" X="115795" Y="-177361" Z="-880" delay="0" run="false" />
<point X="115877" Y="-177338" Z="-880" delay="15" run="false" />
<point X="115783" Y="-177493" Z="-880" delay="0" run="false" />
<point X="115112" Y="-179836" Z="-880" delay="0" run="false" />
<point X="115102" Y="-180026" Z="-872" delay="0" run="false" />
<point npcStringId="1010220" X="114876" Y="-180045" Z="-872" delay="30" run="false" />
<point X="114840" Y="-179694" Z="-872" delay="0" run="false" />
<point X="116322" Y="-179602" Z="-1088" delay="0" run="false" />
<point X="116792" Y="-180386" Z="-1200" delay="0" run="false" />
<point X="116319" Y="-181573" Z="-1384" delay="0" run="false" />
<point X="115824" Y="-181564" Z="-1336" delay="0" run="false" />
</route>
<!-- Gordon -->
<route name="gordon" repeat="true" repeatStyle="cycle">
<target id="29095" spawnX="147408" spawnY="-43552" spawnZ="-2328" />
<point X="147408" Y="-43552" Z="-2296" delay="0" run="false" />
<point X="147927" Y="-43264" Z="-2296" delay="0" run="false" />
<point X="148668" Y="-43435" Z="-2312" delay="0" run="false" />
<point X="149308" Y="-43910" Z="-2464" delay="0" run="false" />
<point X="150447" Y="-44190" Z="-2608" delay="0" run="false" />
<point X="151346" Y="-44070" Z="-2736" delay="4" run="false" />
<point X="152074" Y="-43362" Z="-2816" delay="0" run="false" />
<point X="152721" Y="-42632" Z="-2824" delay="0" run="false" />
<point X="153326" Y="-41826" Z="-2936" delay="0" run="false" />
<point X="153733" Y="-41173" Z="-3000" delay="0" run="false" />
<point X="154295" Y="-40347" Z="-3112" delay="4" run="false" />
<point X="154700" Y="-39687" Z="-3200" delay="0" run="false" />
<point X="155474" Y="-39961" Z="-3272" delay="0" run="false" />
<point X="155882" Y="-40436" Z="-3296" delay="0" run="false" />
<point X="156629" Y="-41452" Z="-3472" delay="0" run="false" />
<point X="156846" Y="-42484" Z="-3600" delay="4" run="false" />
<point X="156786" Y="-44059" Z="-3760" delay="0" run="false" />
<point X="157820" Y="-45121" Z="-3544" delay="0" run="false" />
<point X="158808" Y="-45454" Z="-3464" delay="0" run="false" />
<point X="159675" Y="-46178" Z="-3544" delay="0" run="false" />
<point X="160320" Y="-46947" Z="-3648" delay="4" run="false" />
<point X="159841" Y="-47765" Z="-3656" delay="0" run="false" />
<point X="158963" Y="-48596" Z="-3648" delay="0" run="false" />
<point X="159399" Y="-49889" Z="-3632" delay="0" run="false" />
<point X="159433" Y="-51854" Z="-3392" delay="0" run="false" />
<point X="159280" Y="-53297" Z="-3240" delay="4" run="false" />
<point X="159946" Y="-54651" Z="-3080" delay="0" run="false" />
<point X="160696" Y="-55985" Z="-2856" delay="0" run="false" />
<point X="160991" Y="-57416" Z="-2704" delay="0" run="false" />
<point X="160936" Y="-58715" Z="-2616" delay="0" run="false" />
<point X="160371" Y="-59892" Z="-2640" delay="4" run="false" />
<point X="158884" Y="-60114" Z="-2672" delay="0" run="false" />
<point X="157476" Y="-59727" Z="-2648" delay="0" run="false" />
<point X="155709" Y="-59670" Z="-2616" delay="0" run="false" />
<point X="155076" Y="-59988" Z="-2640" delay="0" run="false" />
<point X="154278" Y="-60389" Z="-2688" delay="4" run="false" />
<point X="153611" Y="-61611" Z="-2816" delay="0" run="false" />
<point X="153553" Y="-62292" Z="-2832" delay="0" run="false" />
<point X="153104" Y="-63694" Z="-2968" delay="0" run="false" />
<point X="151460" Y="-64204" Z="-3144" delay="0" run="false" />
<point X="149179" Y="-64630" Z="-3280" delay="4" run="false" />
<point X="147461" Y="-64792" Z="-3432" delay="0" run="false" />
<point X="145659" Y="-64514" Z="-3360" delay="0" run="false" />
<point X="144096" Y="-64402" Z="-3392" delay="0" run="false" />
<point X="141323" Y="-62083" Z="-3144" delay="0" run="false" />
<point X="140157" Y="-61442" Z="-3064" delay="4" run="false" />
<point X="138438" Y="-61664" Z="-3040" delay="0" run="false" />
<point X="138168" Y="-61294" Z="-3000" delay="0" run="false" />
<point X="138402" Y="-60920" Z="-3056" delay="0" run="false" />
<point X="138656" Y="-59869" Z="-3280" delay="0" run="false" />
<point X="138910" Y="-58621" Z="-3440" delay="4" run="false" />
<point X="138096" Y="-57667" Z="-3504" delay="0" run="false" />
<point X="138096" Y="-56967" Z="-3504" delay="0" run="false" />
<point X="138878" Y="-56655" Z="-3456" delay="0" run="false" />
<point X="139660" Y="-56120" Z="-3288" delay="0" run="false" />
<point X="139101" Y="-54466" Z="-3216" delay="4" run="false" />
<point X="139848" Y="-52589" Z="-2832" delay="0" run="false" />
<point X="139222" Y="-51369" Z="-2688" delay="0" run="false" />
<point X="139705" Y="-50039" Z="-2496" delay="0" run="false" />
<point X="139959" Y="-48987" Z="-2256" delay="0" run="false" />
<point X="140283" Y="-47506" Z="-2208" delay="4" run="false" />
<point X="140162" Y="-46243" Z="-2336" delay="0" run="false" />
<point X="142508" Y="-45584" Z="-2416" delay="0" run="false" />
<point X="143183" Y="-44563" Z="-2392" delay="0" run="false" />
<point X="144382" Y="-43528" Z="-2344" delay="0" run="false" />
<point X="145382" Y="-43318" Z="-2296" delay="4" run="false" />
<point X="147265" Y="-43588" Z="-2296" delay="0" run="false" />
</route>
</routes>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31319</npc>
</npcs>
<item id="3031" price="400"/>
<item id="1785" price="250"/>
<item id="5192" price="100"/>
<item id="5193" price="150"/>
<item id="5194" price="250"/>
<item id="5195" price="400"/>
<item id="2130" price="1000"/>
<item id="2131" price="3000"/>
<item id="2132" price="10000"/>
</list>

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31380</npc> <!-- Diyabu -->
</npcs>
<item id="1835" /> <!-- Soulshot: No Grade -->
<item id="2509" /> <!-- Spiritshot: No Grade -->
<item id="3947" /> <!-- Blessed Spiritshot: No Grade -->
<item id="1463" /> <!-- Soulshot (D-Grade) -->
<item id="1464" /> <!-- Soulshot (C-Grade) -->
<item id="3948" /> <!-- Blessed Spiritshot (D-Grade) -->
<item id="3949" /> <!-- Blessed Spiritshot (C-Grade) -->
<item id="5146" /> <!-- Compressed Package of Blessed Spiritshots: No Grade -->
<item id="5140" /> <!-- Compressed Package of Spiritshots: No Grade -->
<item id="5134" /> <!-- Compressed Package of Soulshots: No Grade -->
<item id="5262" /> <!-- Greater Compressed Package of Blessed Spiritshots (No-Grade) -->
<item id="5256" /> <!-- Greater Compressed Package of Spiritshots (No-Grade) -->
<item id="5250" /> <!-- Greater Compressed Package of Soulshots (No-Grade) -->
<item id="17" /> <!-- Wooden Arrow -->
<item id="1341" /> <!-- Bone Arrow -->
<item id="1342" /> <!-- Steel Arrow -->
<item id="1060" /> <!-- Lesser Healing Potion -->
<item id="1061" /> <!-- Greater Healing Potion -->
<item id="1831" /> <!-- Antidote -->
<item id="1832" /> <!-- Greater Antidote -->
<item id="1833" /> <!-- Bandage -->
<item id="1834" /> <!-- Emergency Dressing -->
<item id="734" /> <!-- Haste Potion -->
<item id="735" /> <!-- Alacrity Potion -->
<item id="6035" /> <!-- Magic Haste Potion -->
<item id="6037" /> <!-- Waking Scroll -->
<item id="736" /> <!-- Scroll of Escape -->
<item id="737" /> <!-- Scroll of Resurrection -->
<item id="1829" /> <!-- Scroll of Escape: Clan Hall -->
<item id="1830" /> <!-- Scroll of Escape: Castle -->
<item id="5589" /> <!-- Energy Stone -->
<item id="1661" /> <!-- Thief Key -->
<item id="4625" /> <!-- Dice (Heart) -->
<item id="4626" /> <!-- Dice (Spade) -->
<item id="4627" /> <!-- Dice (Clover) -->
<item id="4628" /> <!-- Dice (Diamond) -->
<item id="8622" /> <!-- Elixir of Life (No Grade) -->
<item id="8623" /> <!-- Elixir of Life (D-Grade) -->
<item id="8634" /> <!-- Elixir of CP (No Grade) -->
<item id="8635" /> <!-- Elixir of CP (D-Grade) -->
<item id="8636" /> <!-- Elixir of CP (C-Grade) -->
<item id="8637" /> <!-- Elixir of CP (B-Grade) -->
<item id="8594" /> <!-- Scroll: Recovery (No Grade) -->
<item id="8595" /> <!-- Scroll: Recovery (Grade D) -->
<item id="8596" /> <!-- Scroll: Recovery (Grade C) -->
<item id="8597" /> <!-- Scroll: Recovery (Grade B) -->
<item id="8598" /> <!-- Scroll: Recovery (Grade A) -->
</list>

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31373</npc> <!-- Atan -->
</npcs>
<item id="1835" /> <!-- Soulshot: No Grade -->
<item id="2509" /> <!-- Spiritshot: No Grade -->
<item id="3947" /> <!-- Blessed Spiritshot: No Grade -->
<item id="1463" /> <!-- Soulshot (D-Grade) -->
<item id="1464" /> <!-- Soulshot (C-Grade) -->
<item id="3948" /> <!-- Blessed Spiritshot (D-Grade) -->
<item id="3949" /> <!-- Blessed Spiritshot (C-Grade) -->
<item id="5146" /> <!-- Compressed Package of Blessed Spiritshots: No Grade -->
<item id="5140" /> <!-- Compressed Package of Spiritshots: No Grade -->
<item id="5134" /> <!-- Compressed Package of Soulshots: No Grade -->
<item id="5262" /> <!-- Greater Compressed Package of Blessed Spiritshots (No-Grade) -->
<item id="5256" /> <!-- Greater Compressed Package of Spiritshots (No-Grade) -->
<item id="5250" /> <!-- Greater Compressed Package of Soulshots (No-Grade) -->
<item id="17" /> <!-- Wooden Arrow -->
<item id="1341" /> <!-- Bone Arrow -->
<item id="1342" /> <!-- Steel Arrow -->
<item id="1060" /> <!-- Lesser Healing Potion -->
<item id="1061" /> <!-- Greater Healing Potion -->
<item id="1831" /> <!-- Antidote -->
<item id="1832" /> <!-- Greater Antidote -->
<item id="1833" /> <!-- Bandage -->
<item id="1834" /> <!-- Emergency Dressing -->
<item id="734" /> <!-- Haste Potion -->
<item id="735" /> <!-- Alacrity Potion -->
<item id="6035" /> <!-- Magic Haste Potion -->
<item id="6037" /> <!-- Waking Scroll -->
<item id="736" /> <!-- Scroll of Escape -->
<item id="737" /> <!-- Scroll of Resurrection -->
<item id="1829" /> <!-- Scroll of Escape: Clan Hall -->
<item id="1830" /> <!-- Scroll of Escape: Castle -->
<item id="5589" /> <!-- Energy Stone -->
<item id="1661" /> <!-- Thief Key -->
<item id="4625" /> <!-- Dice (Heart) -->
<item id="4626" /> <!-- Dice (Spade) -->
<item id="4627" /> <!-- Dice (Clover) -->
<item id="4628" /> <!-- Dice (Diamond) -->
<item id="8622" /> <!-- Elixir of Life (No Grade) -->
<item id="8623" /> <!-- Elixir of Life (D-Grade) -->
<item id="8634" /> <!-- Elixir of CP (No Grade) -->
<item id="8635" /> <!-- Elixir of CP (D-Grade) -->
<item id="8636" /> <!-- Elixir of CP (C-Grade) -->
<item id="8637" /> <!-- Elixir of CP (B-Grade) -->
<item id="8594" /> <!-- Scroll: Recovery (No Grade) -->
<item id="8595" /> <!-- Scroll: Recovery (Grade D) -->
<item id="8596" /> <!-- Scroll: Recovery (Grade C) -->
<item id="8597" /> <!-- Scroll: Recovery (Grade B) -->
<item id="8598" /> <!-- Scroll: Recovery (Grade A) -->
</list>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30047</npc> <!-- Firon -->
</npcs>
<item id="1074" /> <!-- Boat Ticket: Talking Island to Gludin -->
<item id="3945" /> <!-- Boat Ticket: Talking Island to Giran -->
</list>

View File

@@ -1,78 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30093</npc> <!-- Groot -->
</npcs>
<item id="49863" price="22000" /> <!-- Best Dye of STR <STR + 1 CON -3> (3rd Class tranfer)-->
<item id="49864" price="22000" /> <!-- Best Dye of STR <STR + 1 DEX -3> (3rd Class tranfer)-->
<item id="49865" price="22000" /> <!-- Best Dye of CON <CON + 1 STR -3> (3rd Class tranfer)-->
<item id="49866" price="22000" /> <!-- Best Dye of CON <CON + 1 DEX -3> (3rd Class tranfer)-->
<item id="49867" price="22000" /> <!-- Best Dye of DEX <DEX + 1 STR -3> (3rd Class tranfer)-->
<item id="49868" price="22000" /> <!-- Best Dye of DEX <DEX + 1 CON -3> (3rd Class tranfer)-->
<item id="49869" price="22000" /> <!-- Best Dye of INT <INT + 1 MEN -3> (3rd Class tranfer)-->
<item id="49870" price="22000" /> <!-- Best Dye of INT <INT + 1 WIT -3> (3rd Class tranfer)-->
<item id="49871" price="22000" /> <!-- Best Dye of MEN <MEN + 1 INT -3> (3rd Class tranfer)-->
<item id="49872" price="22000" /> <!-- Best Dye of MEN <MEN + 1 WIT -3> (3rd Class tranfer)-->
<item id="49873" price="22000" /> <!-- Best Dye of WIT <WIT + 1 INT -3> (3rd Class tranfer)-->
<item id="49874" price="22000" /> <!-- Best Dye of WIT <WIT + 1 MEN -3> (3rd Class tranfer)-->
<item id="49875" price="33000" /> <!-- Best Dye of STR <STR + 1 CON -2> (3rd Class tranfer)-->
<item id="49876" price="33000" /> <!-- Best Dye of STR <STR + 1 DEX -2> (3rd Class tranfer)-->
<item id="49877" price="33000" /> <!-- Best Dye of CON <CON + 1 STR -2> (3rd Class tranfer)-->
<item id="49878" price="33000" /> <!-- Best Dye of CON <CON + 1 DEX -2> (3rd Class tranfer)-->
<item id="49879" price="33000" /> <!-- Best Dye of DEX <DEX + 1 STR -2> (3rd Class tranfer)-->
<item id="49880" price="33000" /> <!-- Best Dye of DEX <DEX + 1 CON -2> (3rd Class tranfer)-->
<item id="49881" price="33000" /> <!-- Best Dye of INT <INT + 1 MEN -2> (3rd Class tranfer)-->
<item id="49882" price="33000" /> <!-- Best Dye of INT <INT + 1 WIT -2> (3rd Class tranfer)-->
<item id="49883" price="33000" /> <!-- Best Dye of MEN <MEN + 1 INT -2> (3rd Class tranfer)-->
<item id="49884" price="33000" /> <!-- Best Dye of MEN <MEN + 1 WIT -2> (3rd Class tranfer)-->
<item id="49885" price="33000" /> <!-- Best Dye of WIT <WIT + 1 INT -2> (3rd Class tranfer)-->
<item id="49886" price="33000" /> <!-- Best Dye of WIT <WIT + 1 MEN -2> (3rd Class tranfer)-->
<item id="49899" price="66000" /> <!-- Best Dye of STR <STR + 2 CON -3> (3rd Class tranfer)-->
<item id="49900" price="66000" /> <!-- Best Dye of STR <STR + 2 DEX -3> (3rd Class tranfer)-->
<item id="49901" price="66000" /> <!-- Best Dye of CON <CON + 2 STR -3> (3rd Class tranfer)-->
<item id="49902" price="66000" /> <!-- Best Dye of CON <CON + 2 DEX -3> (3rd Class tranfer)-->
<item id="49903" price="66000" /> <!-- Best Dye of DEX <DEX + 2 STR -3> (3rd Class tranfer)-->
<item id="49904" price="66000" /> <!-- Best Dye of DEX <DEX + 2 CON -3> (3rd Class tranfer)-->
<item id="49905" price="66000" /> <!-- Best Dye of INT <INT + 2 MEN -3> (3rd Class tranfer)-->
<item id="49906" price="66000" /> <!-- Best Dye of INT <INT + 2 WIT -3> (3rd Class tranfer)-->
<item id="49907" price="66000" /> <!-- Best Dye of MEN <MEN + 2 INT -3> (3rd Class tranfer)-->
<item id="49908" price="66000" /> <!-- Best Dye of MEN <MEN + 2 WIT -3> (3rd Class tranfer)-->
<item id="49909" price="66000" /> <!-- Best Dye of WIT <WIT + 2 INT -3> (3rd Class tranfer)-->
<item id="49910" price="66000" /> <!-- Best Dye of WIT <WIT + 2 MEN -3> (3rd Class tranfer)-->
<item id="49911" price="99000" /> <!-- Best Dye of STR <STR + 2 CON -2> (3rd Class tranfer)-->
<item id="49912" price="99000" /> <!-- Best Dye of STR <STR + 2 DEX -2> (3rd Class tranfer)-->
<item id="49913" price="99000" /> <!-- Best Dye of CON <CON + 2 STR -2> (3rd Class tranfer)-->
<item id="49914" price="99000" /> <!-- Best Dye of CON <CON + 2 DEX -2> (3rd Class tranfer)-->
<item id="49915" price="99000" /> <!-- Best Dye of DEX <DEX + 2 STR -2> (3rd Class tranfer)-->
<item id="49916" price="99000" /> <!-- Best Dye of DEX <DEX + 2 CON -2> (3rd Class tranfer)-->
<item id="49917" price="99000" /> <!-- Best Dye of INT <INT + 2 MEN -2> (3rd Class tranfer)-->
<item id="49918" price="99000" /> <!-- Best Dye of INT <INT + 2 WIT -2> (3rd Class tranfer)-->
<item id="49919" price="99000" /> <!-- Best Dye of MEN <MEN + 2 INT -2> (3rd Class tranfer)-->
<item id="49920" price="99000" /> <!-- Best Dye of MEN <MEN + 2 WIT -2> (3rd Class tranfer)-->
<item id="49921" price="99000" /> <!-- Best Dye of WIT <WIT + 2 INT -2> (3rd Class tranfer)-->
<item id="49922" price="99000" /> <!-- Best Dye of WIT <WIT + 2 MEN -2> (3rd Class tranfer)-->
<item id="49935" price="264000" /> <!-- Best Dye of STR <STR + 3 CON -3> (3rd Class tranfer)-->
<item id="49936" price="264000" /> <!-- Best Dye of STR <STR + 3 DEX -3> (3rd Class tranfer)-->
<item id="49937" price="264000" /> <!-- Best Dye of CON <CON + 3 STR -3> (3rd Class tranfer)-->
<item id="49938" price="264000" /> <!-- Best Dye of CON <CON + 3 DEX -3> (3rd Class tranfer)-->
<item id="49939" price="264000" /> <!-- Best Dye of DEX <DEX + 3 STR -3> (3rd Class tranfer)-->
<item id="49940" price="264000" /> <!-- Best Dye of DEX <DEX + 3 CON -3> (3rd Class tranfer)-->
<item id="49941" price="264000" /> <!-- Best Dye of INT <INT + 3 MEN -3> (3rd Class tranfer)-->
<item id="49942" price="264000" /> <!-- Best Dye of INT <INT + 3 WIT -3> (3rd Class tranfer)-->
<item id="49943" price="264000" /> <!-- Best Dye of MEN <MEN + 3 INT -3> (3rd Class tranfer)-->
<item id="49944" price="264000" /> <!-- Best Dye of MEN <MEN + 3 WIT -3> (3rd Class tranfer)-->
<item id="49945" price="264000" /> <!-- Best Dye of WIT <WIT + 3 INT -3> (3rd Class tranfer)-->
<item id="49946" price="264000" /> <!-- Best Dye of WIT <WIT + 3 MEN -3> (3rd Class tranfer)-->
<item id="49971" price="880000" /> <!-- Best Dye of STR <STR + 4 CON -4> (3rd Class tranfer)-->
<item id="49972" price="880000" /> <!-- Best Dye of STR <STR + 4 DEX -4> (3rd Class tranfer)-->
<item id="49973" price="880000" /> <!-- Best Dye of CON <CON + 4 STR -4> (3rd Class tranfer)-->
<item id="49974" price="880000" /> <!-- Best Dye of CON <CON + 4 DEX -4> (3rd Class tranfer)-->
<item id="49975" price="880000" /> <!-- Best Dye of DEX <DEX + 4 STR -4> (3rd Class tranfer)-->
<item id="49976" price="880000" /> <!-- Best Dye of DEX <DEX + 4 CON -4> (3rd Class tranfer)-->
<item id="49977" price="880000" /> <!-- Best Dye of INT <INT + 4 MEN -4> (3rd Class tranfer)-->
<item id="49978" price="880000" /> <!-- Best Dye of INT <INT + 4 WIT -4> (3rd Class tranfer)-->
<item id="49979" price="880000" /> <!-- Best Dye of MEN <MEN + 4 INT -4> (3rd Class tranfer)-->
<item id="49980" price="880000" /> <!-- Best Dye of MEN <MEN + 4 WIT -4> (3rd Class tranfer)-->
<item id="49981" price="880000" /> <!-- Best Dye of WIT <WIT + 4 INT -4> (3rd Class tranfer)-->
<item id="49982" price="880000" /> <!-- Best Dye of WIT <WIT + 4 MEN -4> (3rd Class tranfer)-->
</list>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30387</npc> <!-- Clancy -->
</npcs>
<item id="1075" /> <!-- Boat Ticket: Gludin to Talking Island -->
</list>

View File

@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30731</npc> <!-- Martin -->
</npcs>
<item id="2505" /> <!-- Iron Canine -->
<item id="3439" /> <!-- Shining Canine -->
<item id="3902" /> <!-- Ghost Canine -->
<item id="3903" /> <!-- Mithril Canine -->
<item id="3904" /> <!-- Sylvan Canine -->
<item id="3905" /> <!-- Orikarukon Canine -->
<item id="3906" /> <!-- Fang of Saltydog -->
<item id="2506" /> <!-- Wolf's Leather Armor -->
<item id="3891" /> <!-- Wolf's Hide Armor -->
<item id="3892" /> <!-- Wolf's Hard Leather Armor -->
<item id="3893" /> <!-- Wolf's Wooden Armor -->
<item id="3894" /> <!-- Wolf's Ring Mail -->
<item id="3895" /> <!-- Wolf's Bone Armor -->
<item id="3896" /> <!-- Wolf's Scale Mail -->
<item id="2515" /> <!-- Food For Wolves -->
<item id="14818" /> <!-- Enriched Pet Food for Wolves -->
<item id="3920" /> <!-- Viperbite -->
<item id="3921" /> <!-- Shadow Fang -->
<item id="3922" /> <!-- Alya Fang -->
<item id="3923" /> <!-- Torturer -->
<item id="5187" /> <!-- Serpentine Grinder -->
<item id="5188" /> <!-- Fang of Dahak -->
<item id="3913" /> <!-- Hatchling's Scale Mail -->
<item id="3914" /> <!-- Hatchling's Brigandine -->
<item id="3915" /> <!-- Hatchling's Bronze Coat -->
<item id="3916" /> <!-- Hatchling's Steel Coat -->
<item id="5182" /> <!-- Hatchling's Gorgon Coat -->
<item id="5183" /> <!-- Hatchling's Ophidian Plate -->
<item id="4038" /> <!-- Food For Hatchling -->
<item id="5176" /> <!-- Serpentine Spike -->
<item id="5177" /> <!-- Drake Horn -->
<item id="5178" /> <!-- Assault Alicorn -->
<item id="5170" /> <!-- Mithril Panzer Coat -->
<item id="5171" /> <!-- Brigadine Panzer Coat -->
<item id="5172" /> <!-- Draconic Panzer Coat -->
<item id="5168" /> <!-- Food for Strider -->
<item id="6645" /> <!-- Beast Soulshot -->
<item id="6646" /> <!-- Beast Spiritshot -->
<item id="6647" /> <!-- Blessed Beast Spiritshot -->
<item id="7582" /> <!-- Baby Spice -->
<item id="8541" /> <!-- Little Harness -->
<item id="9656" /> <!-- Enchanted Wolf Fang -->
<item id="9657" /> <!-- Enchanted Coyote Fang -->
<item id="9658" /> <!-- Enchanted Saltydog Fang -->
<item id="9662" /> <!-- Great Wolf Scale Armor -->
<item id="9663" /> <!-- Great Wolf Bronze Armor -->
<item id="9664" /> <!-- Great Wolf Plate Armor -->
<item id="9668" /> <!-- Great Wolf Food -->
<item id="10515" /> <!-- Beast Soulshot Compressed Pack -->
<item id="10516" /> <!-- Beast Spiritshot Compressed Pack -->
<item id="10517" /> <!-- Blessed Beast Spiritshot Compressed Pack -->
<item id="10425" /> <!-- Improved Baby Pet Food -->
<item id="12740" /> <!-- Baby Pet Scale Armor -->
<item id="12741" /> <!-- Baby Pet Bronze Armor -->
<item id="12742" /> <!-- Baby Pet Plate Armor -->
<item id="12743" /> <!-- Baby Pet Mithril Armor -->
<item id="12744" /> <!-- Baby Pet Oriharukon Armor -->
<item id="12745" /> <!-- Baby Pet Orichalcum Armor -->
<item id="12746" /> <!-- Crystal Pendant -->
<item id="12747" /> <!-- Ruby Pendant -->
<item id="12748" /> <!-- Sapphire Pendant -->
<item id="12749" /> <!-- Diamond Pendant -->
<item id="12750" /> <!-- Enria Pendant -->
<item id="12751" /> <!-- Thons Pendant -->
<item id="12752" /> <!-- Asofe Pendant -->
</list>

View File

@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30827</npc> <!-- Lundy -->
</npcs>
<item id="2505" /> <!-- Iron Canine -->
<item id="3439" /> <!-- Shining Canine -->
<item id="3902" /> <!-- Ghost Canine -->
<item id="3903" /> <!-- Mithril Canine -->
<item id="3904" /> <!-- Sylvan Canine -->
<item id="3905" /> <!-- Oriharukon Canine -->
<item id="3906" /> <!-- Fang of Saltydog -->
<item id="2506" /> <!-- Wolf's Leather Armor -->
<item id="3891" /> <!-- Wolf's Hide Armor -->
<item id="3892" /> <!-- Wolf's Durable Leather Armor -->
<item id="3893" /> <!-- Wolf's Wooden Armor -->
<item id="3894" /> <!-- Wolf's Ring Mail -->
<item id="3895" /> <!-- Wolf's Bone Armor -->
<item id="3896" /> <!-- Wolf's Scale Mail -->
<item id="2515" /> <!-- Wolf Food -->
<item id="14818" /> <!-- Enriched Pet Food -->
<item id="3920" /> <!-- Viperbite -->
<item id="3921" /> <!-- Shadow Fang -->
<item id="3922" /> <!-- Alya Fang -->
<item id="3923" /> <!-- Torturer -->
<item id="5187" /> <!-- Serpentine Grinder -->
<item id="5188" /> <!-- Fang of Dahak -->
<item id="3913" /> <!-- Hatchling's Scale Mail -->
<item id="3914" /> <!-- Hatchling's Brigandine -->
<item id="3915" /> <!-- Hatchling's Bronze Coat -->
<item id="3916" /> <!-- Hatchling's Steel Coat -->
<item id="5182" /> <!-- Hatchling's Gorgon Coat -->
<item id="5183" /> <!-- Hatchling's Ophidian Plate -->
<item id="4038" /> <!-- Hatchling Food -->
<item id="5176" /> <!-- Serpentine Spike -->
<item id="5177" /> <!-- Drake Horn -->
<item id="5178" /> <!-- Assault Alicorn -->
<item id="5170" /> <!-- Mithril Panzer Coat -->
<item id="5171" /> <!-- Brigandine Panzer Coat -->
<item id="5172" /> <!-- Draconic Panzer Coat -->
<item id="5168" /> <!-- Strider Food -->
<item id="6645" /> <!-- Beast Soulshot -->
<item id="6646" /> <!-- Beast Spiritshot -->
<item id="6647" /> <!-- Blessed Beast Spiritshot -->
<item id="7582" /> <!-- Baby Spice -->
<item id="8541" /> <!-- Little Harness -->
<item id="9656" /> <!-- Reinforced Wolf Fang -->
<item id="9657" /> <!-- Reinforced Coyote Fang -->
<item id="9658" /> <!-- Reinforced Saltydog Fang -->
<item id="9662" /> <!-- Great Wolf Scale Armor -->
<item id="9663" /> <!-- Great Wolf Bronze Armor -->
<item id="9664" /> <!-- Great Wolf Plate Armor -->
<item id="9668" /> <!-- Great Wolf Food -->
<item id="10515" /> <!-- Beast Soulshot Compressed Pack -->
<item id="10516" /> <!-- Beast Spiritshot Compressed Pack -->
<item id="10517" /> <!-- Blessed Beast Spiritshot Compressed Pack -->
<item id="10425" /> <!-- Improved Baby Pet Food -->
<item id="12740" /> <!-- Baby Pet Scale Armor -->
<item id="12741" /> <!-- Baby Pet Bronze Armor -->
<item id="12742" /> <!-- Baby Pet Plate Armor -->
<item id="12743" /> <!-- Baby Pet Mithril Armor -->
<item id="12744" /> <!-- Baby Pet Oriharukon Armor -->
<item id="12745" /> <!-- Baby Pet Orichalcum Armor -->
<item id="12746" /> <!-- Crystal Pendant -->
<item id="12747" /> <!-- Ruby Pendant -->
<item id="12748" /> <!-- Sapphire Pendant -->
<item id="12749" /> <!-- Diamond Pendant -->
<item id="12750" /> <!-- Enria Pendant -->
<item id="12751" /> <!-- Thons Pendant -->
<item id="12752" /> <!-- Asofe Pendant -->
</list>

View File

@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30828</npc> <!-- Waters -->
</npcs>
<item id="2505" /> <!-- Iron Canine -->
<item id="3439" /> <!-- Shining Canine -->
<item id="3902" /> <!-- Ghost Canine -->
<item id="3903" /> <!-- Mithril Canine -->
<item id="3904" /> <!-- Sylvan Canine -->
<item id="3905" /> <!-- Orikarukon Canine -->
<item id="3906" /> <!-- Fang of Saltydog -->
<item id="2506" /> <!-- Wolf's Leather Armor -->
<item id="3891" /> <!-- Wolf's Hide Armor -->
<item id="3892" /> <!-- Wolf's Hard Leather Armor -->
<item id="3893" /> <!-- Wolf's Wooden Armor -->
<item id="3894" /> <!-- Wolf's Ring Mail -->
<item id="3895" /> <!-- Wolf's Bone Armor -->
<item id="3896" /> <!-- Wolf's Scale Mail -->
<item id="2515" /> <!-- Food For Wolves -->
<item id="14818" /> <!-- Enriched Pet Food for Wolves -->
<item id="3920" /> <!-- Viperbite -->
<item id="3921" /> <!-- Shadow Fang -->
<item id="3922" /> <!-- Alya Fang -->
<item id="3923" /> <!-- Torturer -->
<item id="5187" /> <!-- Serpentine Grinder -->
<item id="5188" /> <!-- Fang of Dahak -->
<item id="3913" /> <!-- Hatchling's Scale Mail -->
<item id="3914" /> <!-- Hatchling's Brigandine -->
<item id="3915" /> <!-- Hatchling's Bronze Coat -->
<item id="3916" /> <!-- Hatchling's Steel Coat -->
<item id="5182" /> <!-- Hatchling's Gorgon Coat -->
<item id="5183" /> <!-- Hatchling's Ophidian Plate -->
<item id="4038" /> <!-- Food For Hatchling -->
<item id="5176" /> <!-- Serpentine Spike -->
<item id="5177" /> <!-- Drake Horn -->
<item id="5178" /> <!-- Assault Alicorn -->
<item id="5170" /> <!-- Mithril Panzer Coat -->
<item id="5171" /> <!-- Brigadine Panzer Coat -->
<item id="5172" /> <!-- Draconic Panzer Coat -->
<item id="5168" /> <!-- Food for Strider -->
<item id="6645" /> <!-- Beast Soulshot -->
<item id="6646" /> <!-- Beast Spiritshot -->
<item id="6647" /> <!-- Blessed Beast Spiritshot -->
<item id="7582" /> <!-- Baby Spice -->
<item id="8541" /> <!-- Little Harness -->
<item id="9656" /> <!-- Enchanted Wolf Fang -->
<item id="9657" /> <!-- Enchanted Coyote Fang -->
<item id="9658" /> <!-- Enchanted Saltydog Fang -->
<item id="9662" /> <!-- Great Wolf Scale Armor -->
<item id="9663" /> <!-- Great Wolf Bronze Armor -->
<item id="9664" /> <!-- Great Wolf Plate Armor -->
<item id="9668" /> <!-- Great Wolf Food -->
<item id="10515" /> <!-- Beast Soulshot Compressed Pack -->
<item id="10516" /> <!-- Beast Spiritshot Compressed Pack -->
<item id="10517" /> <!-- Blessed Beast Spiritshot Compressed Pack -->
<item id="10425" /> <!-- Improved Baby Pet Food -->
<item id="12740" /> <!-- Baby Pet Scale Armor -->
<item id="12741" /> <!-- Baby Pet Bronze Armor -->
<item id="12742" /> <!-- Baby Pet Plate Armor -->
<item id="12743" /> <!-- Baby Pet Mithril Armor -->
<item id="12744" /> <!-- Baby Pet Oriharukon Armor -->
<item id="12745" /> <!-- Baby Pet Orichalcum Armor -->
<item id="12746" /> <!-- Crystal Pendant -->
<item id="12747" /> <!-- Ruby Pendant -->
<item id="12748" /> <!-- Sapphire Pendant -->
<item id="12749" /> <!-- Diamond Pendant -->
<item id="12750" /> <!-- Enria Pendant -->
<item id="12751" /> <!-- Thons Pendant -->
<item id="12752" /> <!-- Asofe Pendant -->
</list>

View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30829</npc> <!-- Cooper -->
</npcs>
<item id="2505" /> <!-- Iron Canine -->
<item id="3439" /> <!-- Shining Canine -->
<item id="3902" /> <!-- Ghost Canine -->
<item id="3903" /> <!-- Mithril Canine -->
<item id="3904" /> <!-- Sylvan Canine -->
<item id="3905" /> <!-- Orikarukon Canine -->
<item id="3906" /> <!-- Fang of Saltydog -->
<item id="2506" /> <!-- Wolf's Leather Armor -->
<item id="3891" /> <!-- Wolf's Hide Armor -->
<item id="3892" /> <!-- Wolf's Hard Leather Armor -->
<item id="3893" /> <!-- Wolf's Wooden Armor -->
<item id="3894" /> <!-- Wolf's Ring Mail -->
<item id="3895" /> <!-- Wolf's Bone Armor -->
<item id="3896" /> <!-- Wolf's Scale Mail -->
<item id="2515" /> <!-- Food For Wolves -->
<item id="14818" /> <!-- Enriched Pet Food for Wolves -->
<item id="3920" /> <!-- Viperbite -->
<item id="3921" /> <!-- Shadow Fang -->
<item id="3922" /> <!-- Alya Fang -->
<item id="3923" /> <!-- Torturer -->
<item id="5187" /> <!-- Serpentine Grinder -->
<item id="5188" /> <!-- Fang of Dahak -->
<item id="5189" /> <!-- Crimson Blood Fang -->
<item id="5190" /> <!-- Draconic Chopper -->
<item id="5191" /> <!-- Diabolic Grinder -->
<item id="3913" /> <!-- Hatchling's Scale Mail -->
<item id="3914" /> <!-- Hatchling's Brigandine -->
<item id="3915" /> <!-- Hatchling's Bronze Coat -->
<item id="3916" /> <!-- Hatchling's Steel Coat -->
<item id="5182" /> <!-- Hatchling's Gorgon Coat -->
<item id="5183" /> <!-- Hatchling's Ophidian Plate -->
<item id="5184" /> <!-- Hatchling's Crimson Plate -->
<item id="5185" /> <!-- Hatchling's Draconic Plate -->
<item id="5186" /> <!-- Hatchling's Inferno Plate -->
<item id="4038" /> <!-- Food For Hatchling -->
<item id="5176" /> <!-- Serpentine Spike -->
<item id="5177" /> <!-- Drake Horn -->
<item id="5178" /> <!-- Assault Alicorn -->
<item id="5179" /> <!-- Draconic Slicer -->
<item id="5180" /> <!-- Ohpdian Lance -->
<item id="5181" /> <!-- Diamond Drill -->
<item id="5170" /> <!-- Mithril Panzer Coat -->
<item id="5171" /> <!-- Brigadine Panzer Coat -->
<item id="5172" /> <!-- Draconic Panzer Coat -->
<item id="5173" /> <!-- Blood Panzer Coat -->
<item id="5174" /> <!-- Ophidian Panzer Coat -->
<item id="5175" /> <!-- Inferno Panzer Coat -->
<item id="5168" /> <!-- Food for Strider -->
<item id="6645" /> <!-- Beast Soulshot -->
<item id="6646" /> <!-- Beast Spiritshot -->
<item id="6647" /> <!-- Blessed Beast Spiritshot -->
<item id="7582" /> <!-- Baby Spice -->
<item id="8541" /> <!-- Little Harness -->
<item id="9656" /> <!-- Enchanted Wolf Fang -->
<item id="9657" /> <!-- Enchanted Coyote Fang -->
<item id="9658" /> <!-- Enchanted Saltydog Fang -->
<item id="9659" /> <!-- Enchanted Cerberus Fang -->
<item id="9660" /> <!-- Orichalcum Fang -->
<item id="9661" /> <!-- Enchanted Fenrir Fang -->
<item id="9662" /> <!-- Great Wolf Scale Armor -->
<item id="9663" /> <!-- Great Wolf Bronze Armor -->
<item id="9664" /> <!-- Great Wolf Plate Armor -->
<item id="9665" /> <!-- Great Wolf Mithril Armor -->
<item id="9666" /> <!-- Great Wolf Oriharukon Armor -->
<item id="9667" /> <!-- Great Wolf Orichalcum Armor -->
<item id="9668" /> <!-- Great Wolf Food -->
<item id="10515" /> <!-- Beast Soulshot Compressed Pack -->
<item id="10516" /> <!-- Beast Spiritshot Compressed Pack -->
<item id="10517" /> <!-- Blessed Beast Spiritshot Compressed Pack -->
<item id="10425" /> <!-- Improved Baby Pet Food -->
<item id="12740" /> <!-- Baby Pet Scale Armor -->
<item id="12741" /> <!-- Baby Pet Bronze Armor -->
<item id="12742" /> <!-- Baby Pet Plate Armor -->
<item id="12743" /> <!-- Baby Pet Mithril Armor -->
<item id="12744" /> <!-- Baby Pet Oriharukon Armor -->
<item id="12745" /> <!-- Baby Pet Orichalcum Armor -->
<item id="12746" /> <!-- Crystal Pendant -->
<item id="12747" /> <!-- Ruby Pendant -->
<item id="12748" /> <!-- Sapphire Pendant -->
<item id="12749" /> <!-- Diamond Pendant -->
<item id="12750" /> <!-- Enria Pendant -->
<item id="12751" /> <!-- Thons Pendant -->
<item id="12752" /> <!-- Asofe Pendant -->
</list>

View File

@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30830</npc> <!-- Joey -->
</npcs>
<item id="2505" /> <!-- Iron Canine -->
<item id="3439" /> <!-- Shining Canine -->
<item id="3902" /> <!-- Ghost Canine -->
<item id="3903" /> <!-- Mithril Canine -->
<item id="3904" /> <!-- Sylvan Canine -->
<item id="3905" /> <!-- Oriharukon Canine -->
<item id="3906" /> <!-- Fang of Saltydog -->
<item id="2506" /> <!-- Wolf's Leather Armor -->
<item id="3891" /> <!-- Wolf's Hide Armor -->
<item id="3892" /> <!-- Wolf's Durable Leather Armor -->
<item id="3893" /> <!-- Wolf's Wooden Armor -->
<item id="3894" /> <!-- Wolf's Ring Mail -->
<item id="3895" /> <!-- Wolf's Bone Armor -->
<item id="3896" /> <!-- Wolf's Scale Mail -->
<item id="2515" /> <!-- Wolf Food -->
<item id="14818" /> <!-- Enriched Pet Food -->
<item id="3920" /> <!-- Viperbite -->
<item id="3921" /> <!-- Shadow Fang -->
<item id="3922" /> <!-- Alya Fang -->
<item id="3923" /> <!-- Torturer -->
<item id="5187" /> <!-- Serpentine Grinder -->
<item id="5188" /> <!-- Fang of Dahak -->
<item id="3913" /> <!-- Hatchling's Scale Mail -->
<item id="3914" /> <!-- Hatchling's Brigandine -->
<item id="3915" /> <!-- Hatchling's Bronze Coat -->
<item id="3916" /> <!-- Hatchling's Steel Coat -->
<item id="5182" /> <!-- Hatchling's Gorgon Coat -->
<item id="5183" /> <!-- Hatchling's Ophidian Plate -->
<item id="4038" /> <!-- Hatchling Food -->
<item id="5176" /> <!-- Serpentine Spike -->
<item id="5177" /> <!-- Drake Horn -->
<item id="5178" /> <!-- Assault Alicorn -->
<item id="5170" /> <!-- Mithril Panzer Coat -->
<item id="5171" /> <!-- Brigandine Panzer Coat -->
<item id="5172" /> <!-- Draconic Panzer Coat -->
<item id="5168" /> <!-- Strider Food -->
<item id="6645" /> <!-- Beast Soulshot -->
<item id="6646" /> <!-- Beast Spiritshot -->
<item id="6647" /> <!-- Blessed Beast Spiritshot -->
<item id="7582" /> <!-- Baby Spice -->
<item id="8541" /> <!-- Little Harness -->
<item id="9656" /> <!-- Reinforced Wolf Fang -->
<item id="9657" /> <!-- Reinforced Coyote Fang -->
<item id="9658" /> <!-- Reinforced Saltydog Fang -->
<item id="9662" /> <!-- Great Wolf Scale Armor -->
<item id="9663" /> <!-- Great Wolf Bronze Armor -->
<item id="9664" /> <!-- Great Wolf Plate Armor -->
<item id="9668" /> <!-- Great Wolf Food -->
<item id="10515" /> <!-- Beast Soulshot Compressed Pack -->
<item id="10516" /> <!-- Beast Spiritshot Compressed Pack -->
<item id="10517" /> <!-- Blessed Beast Spiritshot Compressed Pack -->
<item id="10425" /> <!-- Improved Baby Pet Food -->
<item id="12740" /> <!-- Baby Pet Scale Armor -->
<item id="12741" /> <!-- Baby Pet Bronze Armor -->
<item id="12742" /> <!-- Baby Pet Plate Armor -->
<item id="12743" /> <!-- Baby Pet Mithril Armor -->
<item id="12744" /> <!-- Baby Pet Oriharukon Armor -->
<item id="12745" /> <!-- Baby Pet Orichalcum Armor -->
<item id="12746" /> <!-- Crystal Pendant -->
<item id="12747" /> <!-- Ruby Pendant -->
<item id="12748" /> <!-- Sapphire Pendant -->
<item id="12749" /> <!-- Diamond Pendant -->
<item id="12750" /> <!-- Enria Pendant -->
<item id="12751" /> <!-- Thons Pendant -->
<item id="12752" /> <!-- Asofe Pendant -->
</list>

View File

@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30831</npc> <!-- Nelson -->
</npcs>
<item id="2505" /> <!-- Iron Canine -->
<item id="3439" /> <!-- Shining Canine -->
<item id="3902" /> <!-- Ghost Canine -->
<item id="3903" /> <!-- Mithril Canine -->
<item id="3904" /> <!-- Sylvan Canine -->
<item id="3905" /> <!-- Orikarukon Canine -->
<item id="3906" /> <!-- Fang of Saltydog -->
<item id="2506" /> <!-- Wolf's Leather Armor -->
<item id="3891" /> <!-- Wolf's Hide Armor -->
<item id="3892" /> <!-- Wolf's Hard Leather Armor -->
<item id="3893" /> <!-- Wolf's Wooden Armor -->
<item id="3894" /> <!-- Wolf's Ring Mail -->
<item id="3895" /> <!-- Wolf's Bone Armor -->
<item id="3896" /> <!-- Wolf's Scale Mail -->
<item id="2515" /> <!-- Food For Wolves -->
<item id="14818" /> <!-- Enriched Pet Food for Wolves -->
<item id="3920" /> <!-- Viperbite -->
<item id="3921" /> <!-- Shadow Fang -->
<item id="3922" /> <!-- Alya Fang -->
<item id="3923" /> <!-- Torturer -->
<item id="5187" /> <!-- Serpentine Grinder -->
<item id="5188" /> <!-- Fang of Dahak -->
<item id="3913" /> <!-- Hatchling's Scale Mail -->
<item id="3914" /> <!-- Hatchling's Brigandine -->
<item id="3915" /> <!-- Hatchling's Bronze Coat -->
<item id="3916" /> <!-- Hatchling's Steel Coat -->
<item id="5182" /> <!-- Hatchling's Gorgon Coat -->
<item id="5183" /> <!-- Hatchling's Ophidian Plate -->
<item id="4038" /> <!-- Food For Hatchling -->
<item id="5176" /> <!-- Serpentine Spike -->
<item id="5177" /> <!-- Drake Horn -->
<item id="5178" /> <!-- Assault Alicorn -->
<item id="5170" /> <!-- Mithril Panzer Coat -->
<item id="5171" /> <!-- Brigadine Panzer Coat -->
<item id="5172" /> <!-- Draconic Panzer Coat -->
<item id="5168" /> <!-- Food for Strider -->
<item id="6645" /> <!-- Beast Soulshot -->
<item id="6646" /> <!-- Beast Spiritshot -->
<item id="6647" /> <!-- Blessed Beast Spiritshot -->
<item id="7582" /> <!-- Baby Spice -->
<item id="8541" /> <!-- Little Harness -->
<item id="9656" /> <!-- Enchanted Wolf Fang -->
<item id="9657" /> <!-- Enchanted Coyote Fang -->
<item id="9658" /> <!-- Enchanted Saltydog Fang -->
<item id="9662" /> <!-- Great Wolf Scale Armor -->
<item id="9663" /> <!-- Great Wolf Bronze Armor -->
<item id="9664" /> <!-- Great Wolf Plate Armor -->
<item id="9668" /> <!-- Great Wolf Food -->
<item id="10515" /> <!-- Beast Soulshot Compressed Pack -->
<item id="10516" /> <!-- Beast Spiritshot Compressed Pack -->
<item id="10517" /> <!-- Blessed Beast Spiritshot Compressed Pack -->
<item id="10425" /> <!-- Improved Baby Pet Food -->
<item id="12740" /> <!-- Baby Pet Scale Armor -->
<item id="12741" /> <!-- Baby Pet Bronze Armor -->
<item id="12742" /> <!-- Baby Pet Plate Armor -->
<item id="12743" /> <!-- Baby Pet Mithril Armor -->
<item id="12744" /> <!-- Baby Pet Oriharukon Armor -->
<item id="12745" /> <!-- Baby Pet Orichalcum Armor -->
<item id="12746" /> <!-- Crystal Pendant -->
<item id="12747" /> <!-- Ruby Pendant -->
<item id="12748" /> <!-- Sapphire Pendant -->
<item id="12749" /> <!-- Diamond Pendant -->
<item id="12750" /> <!-- Enria Pendant -->
<item id="12751" /> <!-- Thons Pendant -->
<item id="12752" /> <!-- Asofe Pendant -->
</list>

View File

@@ -15,7 +15,7 @@
<item id="87" price="292800" /> <!-- Iron Hammer -->
<item id="16" price="292800" /> <!-- Great Spear -->
<item id="257" price="292800" /> <!-- Viper Fang -->
<item id="29226" price="292800" /> <!-- Zweihander -->
<item id="5284" price="292800" /> <!-- Zweihander -->
<item id="123" price="490800" /> <!-- Saber -->
<item id="7880" price="490800" /> <!-- Steel Sword -->
<item id="220" price="490800" /> <!-- Crafted Dagger -->

View File

@@ -1,78 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30841</npc> <!-- Carson -->
</npcs>
<item id="49863" price="24000" /> <!-- Best Dye of STR <STR + 1 CON -3> (3rd Class tranfer)-->
<item id="49864" price="24000" /> <!-- Best Dye of STR <STR + 1 DEX -3> (3rd Class tranfer)-->
<item id="49865" price="24000" /> <!-- Best Dye of CON <CON + 1 STR -3> (3rd Class tranfer)-->
<item id="49866" price="24000" /> <!-- Best Dye of CON <CON + 1 DEX -3> (3rd Class tranfer)-->
<item id="49867" price="24000" /> <!-- Best Dye of DEX <DEX + 1 STR -3> (3rd Class tranfer)-->
<item id="49868" price="24000" /> <!-- Best Dye of DEX <DEX + 1 CON -3> (3rd Class tranfer)-->
<item id="49869" price="24000" /> <!-- Best Dye of INT <INT + 1 MEN -3> (3rd Class tranfer)-->
<item id="49870" price="24000" /> <!-- Best Dye of INT <INT + 1 WIT -3> (3rd Class tranfer)-->
<item id="49871" price="24000" /> <!-- Best Dye of MEN <MEN + 1 INT -3> (3rd Class tranfer)-->
<item id="49872" price="24000" /> <!-- Best Dye of MEN <MEN + 1 WIT -3> (3rd Class tranfer)-->
<item id="49873" price="24000" /> <!-- Best Dye of WIT <WIT + 1 INT -3> (3rd Class tranfer)-->
<item id="49874" price="24000" /> <!-- Best Dye of WIT <WIT + 1 MEN -3> (3rd Class tranfer)-->
<item id="49875" price="36000" /> <!-- Best Dye of STR <STR + 1 CON -2> (3rd Class tranfer)-->
<item id="49876" price="36000" /> <!-- Best Dye of STR <STR + 1 DEX -2> (3rd Class tranfer)-->
<item id="49877" price="36000" /> <!-- Best Dye of CON <CON + 1 STR -2> (3rd Class tranfer)-->
<item id="49878" price="36000" /> <!-- Best Dye of CON <CON + 1 DEX -2> (3rd Class tranfer)-->
<item id="49879" price="36000" /> <!-- Best Dye of DEX <DEX + 1 STR -2> (3rd Class tranfer)-->
<item id="49880" price="36000" /> <!-- Best Dye of DEX <DEX + 1 CON -2> (3rd Class tranfer)-->
<item id="49881" price="36000" /> <!-- Best Dye of INT <INT + 1 MEN -2> (3rd Class tranfer)-->
<item id="49882" price="36000" /> <!-- Best Dye of INT <INT + 1 WIT -2> (3rd Class tranfer)-->
<item id="49883" price="36000" /> <!-- Best Dye of MEN <MEN + 1 INT -2> (3rd Class tranfer)-->
<item id="49884" price="36000" /> <!-- Best Dye of MEN <MEN + 1 WIT -2> (3rd Class tranfer)-->
<item id="49885" price="36000" /> <!-- Best Dye of WIT <WIT + 1 INT -2> (3rd Class tranfer)-->
<item id="49886" price="36000" /> <!-- Best Dye of WIT <WIT + 1 MEN -2> (3rd Class tranfer)-->
<item id="49899" price="72000" /> <!-- Best Dye of STR <STR + 2 CON -3> (3rd Class tranfer)-->
<item id="49900" price="72000" /> <!-- Best Dye of STR <STR + 2 DEX -3> (3rd Class tranfer)-->
<item id="49901" price="72000" /> <!-- Best Dye of CON <CON + 2 STR -3> (3rd Class tranfer)-->
<item id="49902" price="72000" /> <!-- Best Dye of CON <CON + 2 DEX -3> (3rd Class tranfer)-->
<item id="49903" price="72000" /> <!-- Best Dye of DEX <DEX + 2 STR -3> (3rd Class tranfer)-->
<item id="49904" price="72000" /> <!-- Best Dye of DEX <DEX + 2 CON -3> (3rd Class tranfer)-->
<item id="49905" price="72000" /> <!-- Best Dye of INT <INT + 2 MEN -3> (3rd Class tranfer)-->
<item id="49906" price="72000" /> <!-- Best Dye of INT <INT + 2 WIT -3> (3rd Class tranfer)-->
<item id="49907" price="72000" /> <!-- Best Dye of MEN <MEN + 2 INT -3> (3rd Class tranfer)-->
<item id="49908" price="72000" /> <!-- Best Dye of MEN <MEN + 2 WIT -3> (3rd Class tranfer)-->
<item id="49909" price="72000" /> <!-- Best Dye of WIT <WIT + 2 INT -3> (3rd Class tranfer)-->
<item id="49910" price="72000" /> <!-- Best Dye of WIT <WIT + 2 MEN -3> (3rd Class tranfer)-->
<item id="49911" price="108000" /> <!-- Best Dye of STR <STR + 2 CON -2> (3rd Class tranfer)-->
<item id="49912" price="108000" /> <!-- Best Dye of STR <STR + 2 DEX -2> (3rd Class tranfer)-->
<item id="49913" price="108000" /> <!-- Best Dye of CON <CON + 2 STR -2> (3rd Class tranfer)-->
<item id="49914" price="108000" /> <!-- Best Dye of CON <CON + 2 DEX -2> (3rd Class tranfer)-->
<item id="49915" price="108000" /> <!-- Best Dye of DEX <DEX + 2 STR -2> (3rd Class tranfer)-->
<item id="49916" price="108000" /> <!-- Best Dye of DEX <DEX + 2 CON -2> (3rd Class tranfer)-->
<item id="49917" price="108000" /> <!-- Best Dye of INT <INT + 2 MEN -2> (3rd Class tranfer)-->
<item id="49918" price="108000" /> <!-- Best Dye of INT <INT + 2 WIT -2> (3rd Class tranfer)-->
<item id="49919" price="108000" /> <!-- Best Dye of MEN <MEN + 2 INT -2> (3rd Class tranfer)-->
<item id="49920" price="108000" /> <!-- Best Dye of MEN <MEN + 2 WIT -2> (3rd Class tranfer)-->
<item id="49921" price="108000" /> <!-- Best Dye of WIT <WIT + 2 INT -2> (3rd Class tranfer)-->
<item id="49922" price="108000" /> <!-- Best Dye of WIT <WIT + 2 MEN -2> (3rd Class tranfer)-->
<item id="49935" price="288000" /> <!-- Best Dye of STR <STR + 3 CON -3> (3rd Class tranfer)-->
<item id="49936" price="288000" /> <!-- Best Dye of STR <STR + 3 DEX -3> (3rd Class tranfer)-->
<item id="49937" price="288000" /> <!-- Best Dye of CON <CON + 3 STR -3> (3rd Class tranfer)-->
<item id="49938" price="288000" /> <!-- Best Dye of CON <CON + 3 DEX -3> (3rd Class tranfer)-->
<item id="49939" price="288000" /> <!-- Best Dye of DEX <DEX + 3 STR -3> (3rd Class tranfer)-->
<item id="49940" price="288000" /> <!-- Best Dye of DEX <DEX + 3 CON -3> (3rd Class tranfer)-->
<item id="49941" price="288000" /> <!-- Best Dye of INT <INT + 3 MEN -3> (3rd Class tranfer)-->
<item id="49942" price="288000" /> <!-- Best Dye of INT <INT + 3 WIT -3> (3rd Class tranfer)-->
<item id="49943" price="288000" /> <!-- Best Dye of MEN <MEN + 3 INT -3> (3rd Class tranfer)-->
<item id="49944" price="288000" /> <!-- Best Dye of MEN <MEN + 3 WIT -3> (3rd Class tranfer)-->
<item id="49945" price="288000" /> <!-- Best Dye of WIT <WIT + 3 INT -3> (3rd Class tranfer)-->
<item id="49946" price="288000" /> <!-- Best Dye of WIT <WIT + 3 MEN -3> (3rd Class tranfer)-->
<item id="49971" price="960000" /> <!-- Best Dye of STR <STR + 4 CON -4> (3rd Class tranfer)-->
<item id="49972" price="960000" /> <!-- Best Dye of STR <STR + 4 DEX -4> (3rd Class tranfer)-->
<item id="49973" price="960000" /> <!-- Best Dye of CON <CON + 4 STR -4> (3rd Class tranfer)-->
<item id="49974" price="960000" /> <!-- Best Dye of CON <CON + 4 DEX -4> (3rd Class tranfer)-->
<item id="49975" price="960000" /> <!-- Best Dye of DEX <DEX + 4 STR -4> (3rd Class tranfer)-->
<item id="49976" price="960000" /> <!-- Best Dye of DEX <DEX + 4 CON -4> (3rd Class tranfer)-->
<item id="49977" price="960000" /> <!-- Best Dye of INT <INT + 4 MEN -4> (3rd Class tranfer)-->
<item id="49978" price="960000" /> <!-- Best Dye of INT <INT + 4 WIT -4> (3rd Class tranfer)-->
<item id="49979" price="960000" /> <!-- Best Dye of MEN <MEN + 4 INT -4> (3rd Class tranfer)-->
<item id="49980" price="960000" /> <!-- Best Dye of MEN <MEN + 4 WIT -4> (3rd Class tranfer)-->
<item id="49981" price="960000" /> <!-- Best Dye of WIT <WIT + 4 INT -4> (3rd Class tranfer)-->
<item id="49982" price="960000" /> <!-- Best Dye of WIT <WIT + 4 MEN -4> (3rd Class tranfer)-->
</list>

View File

@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30869</npc> <!-- Lemper -->
</npcs>
<item id="2505" /> <!-- Iron Canine -->
<item id="3439" /> <!-- Shining Canine -->
<item id="3902" /> <!-- Ghost Canine -->
<item id="3903" /> <!-- Mithril Canine -->
<item id="3904" /> <!-- Sylvan Canine -->
<item id="3905" /> <!-- Orikarukon Canine -->
<item id="3906" /> <!-- Fang of Saltydog -->
<item id="2506" /> <!-- Wolf's Leather Armor -->
<item id="3891" /> <!-- Wolf's Hide Armor -->
<item id="3892" /> <!-- Wolf's Hard Leather Armor -->
<item id="3893" /> <!-- Wolf's Wooden Armor -->
<item id="3894" /> <!-- Wolf's Ring Mail -->
<item id="3895" /> <!-- Wolf's Bone Armor -->
<item id="3896" /> <!-- Wolf's Scale Mail -->
<item id="2515" /> <!-- Food For Wolves -->
<item id="14818" /> <!-- Enriched Pet Food for Wolves -->
<item id="3920" /> <!-- Viperbite -->
<item id="3921" /> <!-- Shadow Fang -->
<item id="3922" /> <!-- Alya Fang -->
<item id="3923" /> <!-- Torturer -->
<item id="5187" /> <!-- Serpentine Grinder -->
<item id="5188" /> <!-- Fang of Dahak -->
<item id="3913" /> <!-- Hatchling's Scale Mail -->
<item id="3914" /> <!-- Hatchling's Brigandine -->
<item id="3915" /> <!-- Hatchling's Bronze Coat -->
<item id="3916" /> <!-- Hatchling's Steel Coat -->
<item id="5182" /> <!-- Hatchling's Gorgon Coat -->
<item id="5183" /> <!-- Hatchling's Ophidian Plate -->
<item id="4038" /> <!-- Food For Hatchling -->
<item id="5176" /> <!-- Serpentine Spike -->
<item id="5177" /> <!-- Drake Horn -->
<item id="5178" /> <!-- Assault Alicorn -->
<item id="5170" /> <!-- Mithril Panzer Coat -->
<item id="5171" /> <!-- Brigadine Panzer Coat -->
<item id="5172" /> <!-- Draconic Panzer Coat -->
<item id="5168" /> <!-- Food for Strider -->
<item id="6645" /> <!-- Beast Soulshot -->
<item id="6646" /> <!-- Beast Spiritshot -->
<item id="6647" /> <!-- Blessed Beast Spiritshot -->
<item id="7582" /> <!-- Baby Spice -->
<item id="8541" /> <!-- Little Harness -->
<item id="9656" /> <!-- Enchanted Wolf Fang -->
<item id="9657" /> <!-- Enchanted Coyote Fang -->
<item id="9658" /> <!-- Enchanted Saltydog Fang -->
<item id="9662" /> <!-- Great Wolf Scale Armor -->
<item id="9663" /> <!-- Great Wolf Bronze Armor -->
<item id="9664" /> <!-- Great Wolf Plate Armor -->
<item id="9668" /> <!-- Great Wolf Food -->
<item id="10515" /> <!-- Beast Soulshot Compressed Pack -->
<item id="10516" /> <!-- Beast Spiritshot Compressed Pack -->
<item id="10517" /> <!-- Blessed Beast Spiritshot Compressed Pack -->
<item id="10425" /> <!-- Improved Baby Pet Food -->
<item id="12740" /> <!-- Baby Pet Scale Armor -->
<item id="12741" /> <!-- Baby Pet Bronze Armor -->
<item id="12742" /> <!-- Baby Pet Plate Armor -->
<item id="12743" /> <!-- Baby Pet Mithril Armor -->
<item id="12744" /> <!-- Baby Pet Oriharukon Armor -->
<item id="12745" /> <!-- Baby Pet Orichalcum Armor -->
<item id="12746" /> <!-- Crystal Pendant -->
<item id="12747" /> <!-- Ruby Pendant -->
<item id="12748" /> <!-- Sapphire Pendant -->
<item id="12749" /> <!-- Diamond Pendant -->
<item id="12750" /> <!-- Enria Pendant -->
<item id="12751" /> <!-- Thons Pendant -->
<item id="12752" /> <!-- Asofe Pendant -->
</list>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30879</npc> <!-- Felton -->
</npcs>
<item id="3946" /> <!-- Boat Ticket: Giran to Talking Island -->
</list>

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30890</npc>
</npcs>
<item id="412" price="15240" /> <!-- Cotton Pants -->
<item id="390" price="24360" /> <!-- Cotton Shirt -->
<item id="24" price="24360" /> <!-- Bone Bronze -->
<item id="31" price="15240" /> <!-- Bone Gaiters -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="25" price="38160" /> <!-- Piece Bone Breastplate -->
<item id="32" price="23880" /> <!-- Piece Bone Gaiters -->
<item id="26" price="59040" /> <!-- Bronze Breastplate -->
<item id="33" price="27600" /> <!-- Durable Leather Gaiters -->
<item id="27" price="44280" /> <!-- Durable Leather Shirt -->
<item id="34" price="36840" /> <!-- Bronze Gaiters -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="413" price="46920" /> <!-- Puma Skin Gaiters -->
<item id="347" price="100200" /> <!-- Ring Breastplate -->
<item id="391" price="75120" /> <!-- Puma Skin Shirt -->
<item id="376" price="62640" /> <!-- Iron Plate Gaiters -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="414" price="75000" /> <!-- Lion Skin Gaiters -->
<item id="392" price="119880" /> <!-- Lion Skin Shirt -->
<item id="348" price="159600" /> <!-- Scale Mail -->
<item id="377" price="99960" /> <!-- Scale Gaiters -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="349" price="219600" /> <!-- Compound Scale Mail -->
<item id="350" price="219600" /> <!-- Dwarven Scale Mail -->
<item id="58" price="219600" /> <!-- Mithril Breastplate -->
<item id="59" price="152400" /> <!-- Mithril Gaiters -->
<item id="416" price="114240" /> <!-- Reinforce Leather Gaiters -->
<item id="351" price="243600" /> <!-- Breastplate -->
<item id="378" price="152400" /> <!-- Compound Scale Gaiters -->
<item id="379" price="152400" /> <!-- Dwarven Scale Gaiters -->
<item id="415" price="114240" /> <!-- Mithril Banded Gaiters -->
<item id="393" price="182400" /> <!-- Mithril Banded Mail -->
<item id="394" price="182400" /> <!-- Reinforce Leather Shirt -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2446" price="60960" /> <!-- Reinforce Leather Gloves -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2422" price="60960" /> <!-- Reinforce Leather Boots -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="2378" price="224400" /> <!-- Brigandine Gaiters -->
<item id="352" price="358800" /> <!-- Brigandine -->
<item id="395" price="268800" /> <!-- Manticore Skin Shirt -->
<item id="417" price="168000" /> <!-- Manticore Skin Gaiters -->
<item id="2377" price="224400" /> <!-- Mithril Scale Gaiters -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="2448" price="89640" /> <!-- Manticore Skin Gloves -->
<item id="2449" price="89640" /> <!-- Brigandine Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2424" price="89640" /> <!-- Manticore Skin Boots -->
<item id="2425" price="89640" /> <!-- Brigandine Boots -->
</list>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30890</npc>
</npcs>
<item id="1104" price="15240" /> <!-- Stockings of Devotion -->
<item id="1101" price="24360" /> <!-- Tunic of Devotion -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="1105" price="27600" /> <!-- Stockings of Magic -->
<item id="1102" price="44280" /> <!-- Tunic of Magic -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="465" price="46920" /> <!-- Crused Stockings -->
<item id="432" price="75120" /> <!-- Crused Tunic -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="467" price="75000" /> <!-- Dark Stockings -->
<item id="434" price="119880" /> <!-- White Tunic -->
<item id="468" price="75000" /> <!-- Wizard Stockings -->
<item id="435" price="119880" /> <!-- Wizard Tunic -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="469" price="114240" /> <!-- Stockings of Knowledge -->
<item id="436" price="182400" /> <!-- Tunic of Knowledge -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2447" price="60960" /> <!-- Gloves of Knowledge -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2423" price="60960" /> <!-- Boots of Knowledge -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="470" price="168000" /> <!-- Mithril Stockings -->
<item id="437" price="268800" /> <!-- Mithril Tunic -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2426" price="89640" /> <!-- Elven Mithril Boots -->
</list>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30891</npc>
</npcs>
<item id="2" price="490800" /> <!-- Long Sword -->
<item id="218" price="163200" /> <!-- Throwing Knife -->
<item id="272" price="163200" /> <!-- Forest Bow -->
<item id="15" price="163200" /> <!-- Short Spear -->
<item id="256" price="163200" /> <!-- Cestus -->
<item id="68" price="292800" /> <!-- Falchion -->
<item id="219" price="292800" /> <!-- Sword Breaker -->
<item id="273" price="292800" /> <!-- Compound Bow -->
<item id="155" price="292800" /> <!-- Flanged Mace -->
<item id="87" price="292800" /> <!-- Iron Hammer -->
<item id="16" price="292800" /> <!-- Great Spear -->
<item id="257" price="292800" /> <!-- Viper Fang -->
<item id="5284" price="292800" /> <!-- Zweihander -->
<item id="123" price="490800" /> <!-- Saber -->
<item id="7880" price="490800" /> <!-- Steel Sword -->
<item id="220" price="490800" /> <!-- Crafted Dagger -->
<item id="221" price="490800" /> <!-- Assassin Knife -->
<item id="274" price="490800" /> <!-- Reinforced Bow -->
<item id="156" price="490800" /> <!-- Hand Axe -->
<item id="166" price="490800" /> <!-- Heavy Mace -->
<item id="168" price="490800" /> <!-- Work Hammer -->
<item id="291" price="490800" /> <!-- Trident -->
<item id="258" price="490800" /> <!-- Bagh-Nakh -->
<item id="5285" price="490800" /> <!-- Heavy Sword -->
<item id="69" price="772800" /> <!-- Bastard Sword -->
<item id="126" price="772800" /> <!-- Artisan's Sword -->
<item id="222" price="772800" /> <!-- Poniard Dagger -->
<item id="275" price="772800" /> <!-- Longbow -->
<item id="276" price="772800" /> <!-- Elven Bow -->
<item id="277" price="772800" /> <!-- Dark Elven Bow -->
<item id="86" price="772800" /> <!-- Tomahawk -->
<item id="292" price="772800" /> <!-- Pike -->
<item id="295" price="772800" /> <!-- Dwarven Trident -->
<item id="259" price="772800" /> <!-- Single-Edged Jamadhr -->
<item id="124" price="1160400" /> <!-- Two-handed Sword -->
<item id="127" price="1160400" /> <!-- Crimson Sword -->
<item id="130" price="1160400" /> <!-- Elven Sword -->
<item id="223" price="1160400" /> <!-- Kukuri -->
<item id="278" price="1160400" /> <!-- Gastraphetes -->
<item id="157" price="1160400" /> <!-- Spiked Club -->
<item id="293" price="1160400" /> <!-- War Hammer -->
<item id="296" price="1160400" /> <!-- Dwarven Pike -->
<item id="260" price="1160400" /> <!-- Triple-Edged Jamadhr -->
<item id="129" price="1680000" /> <!-- Sword of Revolution -->
<item id="224" price="1680000" /> <!-- Maingauche -->
<item id="1660" price="1680000" /> <!-- Cursed Maingauche -->
<item id="279" price="1680000" /> <!-- Reinforced Longbow -->
<item id="158" price="1680000" /> <!-- Tarbar -->
<item id="7881" price="1680000" /> <!-- Lesser Giant's Sword -->
<item id="7896" price="1680000" /> <!-- Lesser Giant's Hammer -->
<item id="172" price="1680000" /> <!-- Heavy Bone Club -->
<item id="294" price="1680000" /> <!-- War Pick -->
<item id="88" price="1680000" /> <!-- Mornign Star -->
<item id="93" price="1680000" /> <!-- Winged Spear -->
<item id="261" price="1680000" /> <!-- Bich'Hwa -->
</list>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30891</npc>
</npcs>
<item id="176" price="163200" /> <!-- Apprentice's Staff -->
<item id="310" price="163200" /> <!-- Relic of the Saints -->
<item id="177" price="292800" /> <!-- Mage Staff -->
<item id="311" price="292800" /> <!-- Crucifix of Blessing -->
<item id="100" price="292800" /> <!-- Voodoo Doll -->
<item id="178" price="490800" /> <!-- Bone Staff -->
<item id="101" price="490800" /> <!-- Scroll of Wisdom -->
<item id="7885" price="490800" /> <!-- Priest Sword -->
<item id="312" price="490800" /> <!-- Branch of Life -->
<item id="314" price="490800" /> <!-- Proof of Revenge -->
<item id="179" price="772800" /> <!-- Mace of Prayer -->
<item id="182" price="772800" /> <!-- Doom Hammer -->
<item id="183" price="772800" /> <!-- Mystic Staff -->
<item id="185" price="772800" /> <!-- Staff of Mana -->
<item id="315" price="772800" /> <!-- Divine Tome -->
<item id="83" price="859200" /> <!-- Sword of Magic -->
<item id="143" price="859200" /> <!-- Sword of Mystic -->
<item id="144" price="859200" /> <!-- Sword of Occult -->
<item id="238" price="1160400" /> <!-- Dagger of Mana -->
<item id="239" price="1160400" /> <!-- Mystic Knife -->
<item id="240" price="1160400" /> <!-- Conjurer's Knife -->
<item id="241" price="1160400" /> <!-- Shilen Knife -->
<item id="186" price="1160400" /> <!-- Staff of Magic -->
<item id="316" price="1160400" /> <!-- Sage's Blood -->
<item id="317" price="1160400" /> <!-- Tome of Blood -->
<item id="90" price="1680000" /> <!-- Goat Head Staff -->
<item id="83" price="1680000" /> <!-- Sword of Magic Fog -->
<item id="7890" price="1680000" /> <!-- Priest Mace -->
</list>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30892</npc>
</npcs>
<item id="908" price="14280" /> <!-- Necklace of Wisdom -->
<item id="845" price="10668" /> <!-- Cat's Eye Earring -->
<item id="877" price="7104" /> <!-- Ring of Wisdom -->
<item id="909" price="25560" /> <!-- Blue Diamond Necklace -->
<item id="846" price="19200" /> <!-- Coral Earring -->
<item id="878" price="12840" /> <!-- Blue Coral Ring -->
<item id="910" price="43080" /> <!-- Necklace of Devotion -->
<item id="847" price="32280" /> <!-- Red Crescent -->
<item id="890" price="21600" /> <!-- Ring of Devotion -->
<item id="911" price="68160" /> <!-- Magic Necklace -->
<item id="848" price="51120" /> <!-- Earring of Magic -->
<item id="879" price="34080" /> <!-- Ring of Magic -->
<item id="912" price="102840" /> <!-- Near Forest Necklace -->
<item id="849" price="77160" /> <!-- Tiger's Eye -->
<item id="880" price="51360" /> <!-- Black Pearl Ring -->
<item id="913" price="150000" /> <!-- Elven Necklace -->
<item id="850" price="112080" /> <!-- Elven Earring -->
<item id="881" price="74760" /> <!-- Elven Ring -->
</list>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30893</npc>
</npcs>
<item id="1835" price="8" /> <!-- Soulshot (No-grade) -->
<item id="2509" price="18" /> <!-- Spiritshot (No-grade) -->
<item id="3947" price="42" /> <!-- Blessed Spiritshot (No-grade) -->
<item id="5146" price="13860" /> <!-- Blessed Spiritshot Compressed Package (No-grade) -->
<item id="5140" price="5940" /> <!-- Spiritshot Compressed Package (No-grade) -->
<item id="5134" price="2760" /> <!-- Soulshot Compressed Package (No-grade) -->
<item id="5262" price="46200" /> <!-- Greater Blessed Spiritshot Compressed Package (No-grade) -->
<item id="5256" price="19800" /> <!-- Greater Spiritshot Compressed Package (No-grade) -->
<item id="5250" price="9240" /> <!-- Greater Soulshot Compressed Package (No-grade) -->
<item id="17" price="2" /> <!-- Wooden Arrow -->
<item id="1341" price="3" /> <!-- Bone Arrow -->
<item id="1342" price="6" /> <!-- Steel Arrow -->
<item id="1343" price="8" /> <!-- Silver Arrow -->
<item id="1060" price="108" /> <!-- Healing Potion -->
<item id="1061" price="396" /> <!-- Major Healing Potion -->
<item id="1539" price="1080" /> <!-- Major Healing Potion -->
<item id="1831" price="90" /> <!-- Antidote -->
<item id="1832" price="216" /> <!-- Greater Antidote -->
<item id="1833" price="90" /> <!-- Bandage -->
<item id="1834" price="216" /> <!-- Emergency Dressing -->
<item id="734" price="1440" /> <!-- Wind Walk Potion -->
<item id="735" price="2880" /> <!-- Haste Potion -->
<item id="6035" price="2880" /> <!-- Magic Haste Potion -->
<item id="6037" price="120" /> <!-- Cancel Sleep Scroll -->
<item id="736" price="480" /> <!-- Scroll of Escape -->
<item id="737" price="2400" /> <!-- Scroll of Resurrection -->
<item id="1829" price="600" /> <!-- Scroll of Escape : Clan Hall -->
<item id="1830" price="600" /> <!-- Scroll of Escape : Castle -->
<item id="3031" price="480" /> <!-- Spirit Ore -->
<item id="1785" price="300" /> <!-- Soulstone -->
<item id="5589" price="120" /> <!-- Momentum Stone -->
<item id="1661" price="1200" /> <!-- Thief Key -->
<item id="5192" price="120" /> <!-- Magic Rope (D-grade) -->
<item id="5193" price="180" /> <!-- Magic Rope (C-grade) -->
<item id="5194" price="300" /> <!-- Magic Rope (B-grade) -->
<item id="2130" price="1200" /> <!-- Gemstone (D-grade) -->
<item id="2131" price="3600" /> <!-- Gemstone (C-grade) -->
<item id="2132" price="12000" /> <!-- Gemstone (B-grade) -->
<item id="4679" price="600" /> <!-- Eva's Blessing -->
</list>

View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31067</npc> <!-- Rood -->
</npcs>
<item id="2505" /> <!-- Iron Canine -->
<item id="3439" /> <!-- Shining Canine -->
<item id="3902" /> <!-- Ghost Canine -->
<item id="3903" /> <!-- Mithril Canine -->
<item id="3904" /> <!-- Sylvan Canine -->
<item id="3905" /> <!-- Oriharukon Canine -->
<item id="3906" /> <!-- Fang of Saltydog -->
<item id="2506" /> <!-- Wolf's Leather Armor -->
<item id="3891" /> <!-- Wolf's Hide Armor -->
<item id="3892" /> <!-- Wolf's Durable Leather Armor -->
<item id="3893" /> <!-- Wolf's Wooden Armor -->
<item id="3894" /> <!-- Wolf's Ring Mail -->
<item id="3895" /> <!-- Wolf's Bone Armor -->
<item id="3896" /> <!-- Wolf's Scale Mail -->
<item id="2515" /> <!-- Wolf Food -->
<item id="14818" /> <!-- Enriched Pet Food -->
<item id="3920" /> <!-- Viperbite -->
<item id="3921" /> <!-- Shadow Fang -->
<item id="3922" /> <!-- Alya Fang -->
<item id="3923" /> <!-- Torturer -->
<item id="5187" /> <!-- Serpentine Grinder -->
<item id="5188" /> <!-- Fang of Dahak -->
<item id="5189" /> <!-- Crimson Blood Fang -->
<item id="5190" /> <!-- Draconic Chopper -->
<item id="5191" /> <!-- Diabolic Grinder -->
<item id="3913" /> <!-- Hatchling's Scale Mail -->
<item id="3914" /> <!-- Hatchling's Brigandine -->
<item id="3915" /> <!-- Hatchling's Bronze Coat -->
<item id="3916" /> <!-- Hatchling's Steel Coat -->
<item id="5182" /> <!-- Hatchling's Gorgon Coat -->
<item id="5183" /> <!-- Hatchling's Ophidian Plate -->
<item id="5184" /> <!-- Hatchling's Crimson Plate -->
<item id="5185" /> <!-- Hatchling's Draconic Plate -->
<item id="5186" /> <!-- Hatchling's Inferno Plate -->
<item id="4038" /> <!-- Hatchling Food -->
<item id="5176" /> <!-- Serpentine Spike -->
<item id="5177" /> <!-- Drake Horn -->
<item id="5178" /> <!-- Assault Alicorn -->
<item id="5179" /> <!-- Draconic Slicer -->
<item id="5180" /> <!-- Ohpdian Lance -->
<item id="5181" /> <!-- Diamond Drill -->
<item id="5170" /> <!-- Mithril Panzer Coat -->
<item id="5171" /> <!-- Brigandine Panzer Coat -->
<item id="5172" /> <!-- Draconic Panzer Coat -->
<item id="5173" /> <!-- Blood Panzer Coat -->
<item id="5174" /> <!-- Ophidian Panzer Coat -->
<item id="5175" /> <!-- Inferno Panzer Coat -->
<item id="5168" /> <!-- Strider Food -->
<item id="6645" /> <!-- Beast Soulshot -->
<item id="6646" /> <!-- Beast Spiritshot -->
<item id="6647" /> <!-- Blessed Beast Spiritshot -->
<item id="7582" /> <!-- Baby Spice -->
<item id="8541" /> <!-- Little Harness -->
<item id="9656" /> <!-- Reinforced Wolf Fang -->
<item id="9657" /> <!-- Reinforced Coyote Fang -->
<item id="9658" /> <!-- Reinforced Saltydog Fang -->
<item id="9659" /> <!-- Reinforced Cerberus Fang -->
<item id="9660" /> <!-- Orichalcum Fang -->
<item id="9661" /> <!-- Reinforced Fenril Fang -->
<item id="9662" /> <!-- Great Wolf Scale Armor -->
<item id="9663" /> <!-- Great Wolf Bronze Armor -->
<item id="9664" /> <!-- Great Wolf Plate Armor -->
<item id="9665" /> <!-- Great Wolf Mithril Armor -->
<item id="9666" /> <!-- Great Wolf Oriharukon Armor -->
<item id="9667" /> <!-- Great Wolf Orichalcum Armor -->
<item id="9668" /> <!-- Great Wolf Food -->
<item id="10515" /> <!-- Beast Soulshot Compressed Pack -->
<item id="10516" /> <!-- Beast Spiritshot Compressed Pack -->
<item id="10517" /> <!-- Blessed Beast Spiritshot Compressed Pack -->
<item id="10425" /> <!-- Improved Baby Pet Food -->
<item id="12740" /> <!-- Baby Pet Scale Armor -->
<item id="12741" /> <!-- Baby Pet Bronze Armor -->
<item id="12742" /> <!-- Baby Pet Plate Armor -->
<item id="12743" /> <!-- Baby Pet Mithril Armor -->
<item id="12744" /> <!-- Baby Pet Oriharukon Armor -->
<item id="12745" /> <!-- Baby Pet Orichalcum Armor -->
<item id="12746" /> <!-- Crystal Pendant -->
<item id="12747" /> <!-- Ruby Pendant -->
<item id="12748" /> <!-- Sapphire Pendant -->
<item id="12749" /> <!-- Diamond Pendant -->
<item id="12750" /> <!-- Enria Pendant -->
<item id="12751" /> <!-- Thons Pendant -->
<item id="12752" /> <!-- Asofe Pendant -->
</list>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31256</npc>
</npcs>
<item id="2" price="490800" /> <!-- Long Sword -->
<item id="218" price="163200" /> <!-- Throwing Knife -->
<item id="272" price="163200" /> <!-- Forest Bow -->
<item id="15" price="163200" /> <!-- Short Spear -->
<item id="256" price="163200" /> <!-- Cestus -->
<item id="68" price="292800" /> <!-- Falchion -->
<item id="219" price="292800" /> <!-- Sword Breaker -->
<item id="273" price="292800" /> <!-- Compound Bow -->
<item id="155" price="292800" /> <!-- Flanged Mace -->
<item id="87" price="292800" /> <!-- Iron Hammer -->
<item id="16" price="292800" /> <!-- Great Spear -->
<item id="257" price="292800" /> <!-- Viper Fang -->
<item id="5284" price="292800" /> <!-- Zweihander -->
<item id="123" price="490800" /> <!-- Saber -->
<item id="7880" price="490800" /> <!-- Steel Sword -->
<item id="220" price="490800" /> <!-- Crafted Dagger -->
<item id="221" price="490800" /> <!-- Assassin Knife -->
<item id="274" price="490800" /> <!-- Reinforced Bow -->
<item id="156" price="490800" /> <!-- Hand Axe -->
<item id="166" price="490800" /> <!-- Heavy Mace -->
<item id="168" price="490800" /> <!-- Work Hammer -->
<item id="291" price="490800" /> <!-- Trident -->
<item id="258" price="490800" /> <!-- Bagh-Nakh -->
<item id="5285" price="490800" /> <!-- Heavy Sword -->
<item id="69" price="772800" /> <!-- Bastard Sword -->
<item id="126" price="772800" /> <!-- Artisan's Sword -->
<item id="222" price="772800" /> <!-- Poniard Dagger -->
<item id="275" price="772800" /> <!-- Longbow -->
<item id="276" price="772800" /> <!-- Elven Bow -->
<item id="277" price="772800" /> <!-- Dark Elven Bow -->
<item id="86" price="772800" /> <!-- Tomahawk -->
<item id="292" price="772800" /> <!-- Pike -->
<item id="295" price="772800" /> <!-- Dwarven Trident -->
<item id="259" price="772800" /> <!-- Single-Edged Jamadhr -->
<item id="124" price="1160400" /> <!-- Two-handed Sword -->
<item id="127" price="1160400" /> <!-- Crimson Sword -->
<item id="130" price="1160400" /> <!-- Elven Sword -->
<item id="223" price="1160400" /> <!-- Kukuri -->
<item id="278" price="1160400" /> <!-- Gastraphetes -->
<item id="157" price="1160400" /> <!-- Spiked Club -->
<item id="293" price="1160400" /> <!-- War Hammer -->
<item id="296" price="1160400" /> <!-- Dwarven Pike -->
<item id="260" price="1160400" /> <!-- Triple-Edged Jamadhr -->
<item id="129" price="1680000" /> <!-- Sword of Revolution -->
<item id="224" price="1680000" /> <!-- Maingauche -->
<item id="1660" price="1680000" /> <!-- Cursed Maingauche -->
<item id="279" price="1680000" /> <!-- Reinforced Longbow -->
<item id="158" price="1680000" /> <!-- Tarbar -->
<item id="7881" price="1680000" /> <!-- Lesser Giant's Sword -->
<item id="7896" price="1680000" /> <!-- Lesser Giant's Hammer -->
<item id="172" price="1680000" /> <!-- Heavy Bone Club -->
<item id="294" price="1680000" /> <!-- War Pick -->
<item id="88" price="1680000" /> <!-- Mornign Star -->
<item id="93" price="1680000" /> <!-- Winged Spear -->
<item id="261" price="1680000" /> <!-- Bich'Hwa -->
</list>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31256</npc>
</npcs>
<item id="176" price="163200" /> <!-- Apprentice's Staff -->
<item id="310" price="163200" /> <!-- Relic of the Saints -->
<item id="177" price="292800" /> <!-- Mage Staff -->
<item id="311" price="292800" /> <!-- Crucifix of Blessing -->
<item id="100" price="292800" /> <!-- Voodoo Doll -->
<item id="178" price="490800" /> <!-- Bone Staff -->
<item id="101" price="490800" /> <!-- Scroll of Wisdom -->
<item id="7885" price="490800" /> <!-- Priest Sword -->
<item id="312" price="490800" /> <!-- Branch of Life -->
<item id="314" price="490800" /> <!-- Proof of Revenge -->
<item id="179" price="772800" /> <!-- Mace of Prayer -->
<item id="182" price="772800" /> <!-- Doom Hammer -->
<item id="183" price="772800" /> <!-- Mystic Staff -->
<item id="185" price="772800" /> <!-- Staff of Mana -->
<item id="315" price="772800" /> <!-- Divine Tome -->
<item id="83" price="859200" /> <!-- Sword of Magic -->
<item id="143" price="859200" /> <!-- Sword of Mystic -->
<item id="144" price="859200" /> <!-- Sword of Occult -->
<item id="238" price="1160400" /> <!-- Dagger of Mana -->
<item id="239" price="1160400" /> <!-- Mystic Knife -->
<item id="240" price="1160400" /> <!-- Conjurer's Knife -->
<item id="241" price="1160400" /> <!-- Shilen Knife -->
<item id="186" price="1160400" /> <!-- Staff of Magic -->
<item id="316" price="1160400" /> <!-- Sage's Blood -->
<item id="317" price="1160400" /> <!-- Tome of Blood -->
<item id="90" price="1680000" /> <!-- Goat Head Staff -->
<item id="83" price="1680000" /> <!-- Sword of Magic Fog -->
<item id="7890" price="1680000" /> <!-- Priest Mace -->
</list>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31257</npc>
</npcs>
<item id="2" price="490800" /> <!-- Long Sword -->
<item id="218" price="163200" /> <!-- Throwing Knife -->
<item id="272" price="163200" /> <!-- Forest Bow -->
<item id="15" price="163200" /> <!-- Short Spear -->
<item id="256" price="163200" /> <!-- Cestus -->
<item id="68" price="292800" /> <!-- Falchion -->
<item id="219" price="292800" /> <!-- Sword Breaker -->
<item id="273" price="292800" /> <!-- Compound Bow -->
<item id="155" price="292800" /> <!-- Flanged Mace -->
<item id="87" price="292800" /> <!-- Iron Hammer -->
<item id="16" price="292800" /> <!-- Great Spear -->
<item id="257" price="292800" /> <!-- Viper Fang -->
<item id="5284" price="292800" /> <!-- Zweihander -->
<item id="123" price="490800" /> <!-- Saber -->
<item id="7880" price="490800" /> <!-- Steel Sword -->
<item id="220" price="490800" /> <!-- Crafted Dagger -->
<item id="221" price="490800" /> <!-- Assassin Knife -->
<item id="274" price="490800" /> <!-- Reinforced Bow -->
<item id="156" price="490800" /> <!-- Hand Axe -->
<item id="166" price="490800" /> <!-- Heavy Mace -->
<item id="168" price="490800" /> <!-- Work Hammer -->
<item id="291" price="490800" /> <!-- Trident -->
<item id="258" price="490800" /> <!-- Bagh-Nakh -->
<item id="5285" price="490800" /> <!-- Heavy Sword -->
<item id="69" price="772800" /> <!-- Bastard Sword -->
<item id="126" price="772800" /> <!-- Artisan's Sword -->
<item id="222" price="772800" /> <!-- Poniard Dagger -->
<item id="275" price="772800" /> <!-- Longbow -->
<item id="276" price="772800" /> <!-- Elven Bow -->
<item id="277" price="772800" /> <!-- Dark Elven Bow -->
<item id="86" price="772800" /> <!-- Tomahawk -->
<item id="292" price="772800" /> <!-- Pike -->
<item id="295" price="772800" /> <!-- Dwarven Trident -->
<item id="259" price="772800" /> <!-- Single-Edged Jamadhr -->
<item id="124" price="1160400" /> <!-- Two-handed Sword -->
<item id="127" price="1160400" /> <!-- Crimson Sword -->
<item id="130" price="1160400" /> <!-- Elven Sword -->
<item id="223" price="1160400" /> <!-- Kukuri -->
<item id="278" price="1160400" /> <!-- Gastraphetes -->
<item id="157" price="1160400" /> <!-- Spiked Club -->
<item id="293" price="1160400" /> <!-- War Hammer -->
<item id="296" price="1160400" /> <!-- Dwarven Pike -->
<item id="260" price="1160400" /> <!-- Triple-Edged Jamadhr -->
<item id="129" price="1680000" /> <!-- Sword of Revolution -->
<item id="224" price="1680000" /> <!-- Maingauche -->
<item id="1660" price="1680000" /> <!-- Cursed Maingauche -->
<item id="279" price="1680000" /> <!-- Reinforced Longbow -->
<item id="158" price="1680000" /> <!-- Tarbar -->
<item id="7881" price="1680000" /> <!-- Lesser Giant's Sword -->
<item id="7896" price="1680000" /> <!-- Lesser Giant's Hammer -->
<item id="172" price="1680000" /> <!-- Heavy Bone Club -->
<item id="294" price="1680000" /> <!-- War Pick -->
<item id="88" price="1680000" /> <!-- Mornign Star -->
<item id="93" price="1680000" /> <!-- Winged Spear -->
<item id="261" price="1680000" /> <!-- Bich'Hwa -->
</list>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31257</npc>
</npcs>
<item id="176" price="163200" /> <!-- Apprentice's Staff -->
<item id="310" price="163200" /> <!-- Relic of the Saints -->
<item id="177" price="292800" /> <!-- Mage Staff -->
<item id="311" price="292800" /> <!-- Crucifix of Blessing -->
<item id="100" price="292800" /> <!-- Voodoo Doll -->
<item id="178" price="490800" /> <!-- Bone Staff -->
<item id="101" price="490800" /> <!-- Scroll of Wisdom -->
<item id="7885" price="490800" /> <!-- Priest Sword -->
<item id="312" price="490800" /> <!-- Branch of Life -->
<item id="314" price="490800" /> <!-- Proof of Revenge -->
<item id="179" price="772800" /> <!-- Mace of Prayer -->
<item id="182" price="772800" /> <!-- Doom Hammer -->
<item id="183" price="772800" /> <!-- Mystic Staff -->
<item id="185" price="772800" /> <!-- Staff of Mana -->
<item id="315" price="772800" /> <!-- Divine Tome -->
<item id="83" price="859200" /> <!-- Sword of Magic -->
<item id="143" price="859200" /> <!-- Sword of Mystic -->
<item id="144" price="859200" /> <!-- Sword of Occult -->
<item id="238" price="1160400" /> <!-- Dagger of Mana -->
<item id="239" price="1160400" /> <!-- Mystic Knife -->
<item id="240" price="1160400" /> <!-- Conjurer's Knife -->
<item id="241" price="1160400" /> <!-- Shilen Knife -->
<item id="186" price="1160400" /> <!-- Staff of Magic -->
<item id="316" price="1160400" /> <!-- Sage's Blood -->
<item id="317" price="1160400" /> <!-- Tome of Blood -->
<item id="90" price="1680000" /> <!-- Goat Head Staff -->
<item id="83" price="1680000" /> <!-- Sword of Magic Fog -->
<item id="7890" price="1680000" /> <!-- Priest Mace -->
</list>

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31258</npc>
</npcs>
<item id="412" price="15240" /> <!-- Cotton Pants -->
<item id="390" price="24360" /> <!-- Cotton Shirt -->
<item id="24" price="24360" /> <!-- Bone Bronze -->
<item id="31" price="15240" /> <!-- Bone Gaiters -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="25" price="38160" /> <!-- Piece Bone Breastplate -->
<item id="32" price="23880" /> <!-- Piece Bone Gaiters -->
<item id="26" price="59040" /> <!-- Bronze Breastplate -->
<item id="33" price="27600" /> <!-- Durable Leather Gaiters -->
<item id="27" price="44280" /> <!-- Durable Leather Shirt -->
<item id="34" price="36840" /> <!-- Bronze Gaiters -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="413" price="46920" /> <!-- Puma Skin Gaiters -->
<item id="347" price="100200" /> <!-- Ring Breastplate -->
<item id="391" price="75120" /> <!-- Puma Skin Shirt -->
<item id="376" price="62640" /> <!-- Iron Plate Gaiters -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="414" price="75000" /> <!-- Lion Skin Gaiters -->
<item id="392" price="119880" /> <!-- Lion Skin Shirt -->
<item id="348" price="159600" /> <!-- Scale Mail -->
<item id="377" price="99960" /> <!-- Scale Gaiters -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="349" price="219600" /> <!-- Compound Scale Mail -->
<item id="350" price="219600" /> <!-- Dwarven Scale Mail -->
<item id="58" price="219600" /> <!-- Mithril Breastplate -->
<item id="59" price="152400" /> <!-- Mithril Gaiters -->
<item id="416" price="114240" /> <!-- Reinforce Leather Gaiters -->
<item id="351" price="243600" /> <!-- Breastplate -->
<item id="378" price="152400" /> <!-- Compound Scale Gaiters -->
<item id="379" price="152400" /> <!-- Dwarven Scale Gaiters -->
<item id="415" price="114240" /> <!-- Mithril Banded Gaiters -->
<item id="393" price="182400" /> <!-- Mithril Banded Mail -->
<item id="394" price="182400" /> <!-- Reinforce Leather Shirt -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2446" price="60960" /> <!-- Reinforce Leather Gloves -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2422" price="60960" /> <!-- Reinforce Leather Boots -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="2378" price="224400" /> <!-- Brigandine Gaiters -->
<item id="352" price="358800" /> <!-- Brigandine -->
<item id="395" price="268800" /> <!-- Manticore Skin Shirt -->
<item id="417" price="168000" /> <!-- Manticore Skin Gaiters -->
<item id="2377" price="224400" /> <!-- Mithril Scale Gaiters -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="2448" price="89640" /> <!-- Manticore Skin Gloves -->
<item id="2449" price="89640" /> <!-- Brigandine Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2424" price="89640" /> <!-- Manticore Skin Boots -->
<item id="2425" price="89640" /> <!-- Brigandine Boots -->
</list>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31258</npc>
</npcs>
<item id="1104" price="15240" /> <!-- Stockings of Devotion -->
<item id="1101" price="24360" /> <!-- Tunic of Devotion -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="1105" price="27600" /> <!-- Stockings of Magic -->
<item id="1102" price="44280" /> <!-- Tunic of Magic -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="465" price="46920" /> <!-- Crused Stockings -->
<item id="432" price="75120" /> <!-- Crused Tunic -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="467" price="75000" /> <!-- Dark Stockings -->
<item id="434" price="119880" /> <!-- White Tunic -->
<item id="468" price="75000" /> <!-- Wizard Stockings -->
<item id="435" price="119880" /> <!-- Wizard Tunic -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="469" price="114240" /> <!-- Stockings of Knowledge -->
<item id="436" price="182400" /> <!-- Tunic of Knowledge -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2447" price="60960" /> <!-- Gloves of Knowledge -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2423" price="60960" /> <!-- Boots of Knowledge -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="470" price="168000" /> <!-- Mithril Stockings -->
<item id="437" price="268800" /> <!-- Mithril Tunic -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2426" price="89640" /> <!-- Elven Mithril Boots -->
</list>

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31259</npc>
</npcs>
<item id="412" price="15240" /> <!-- Cotton Pants -->
<item id="390" price="24360" /> <!-- Cotton Shirt -->
<item id="24" price="24360" /> <!-- Bone Bronze -->
<item id="31" price="15240" /> <!-- Bone Gaiters -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="25" price="38160" /> <!-- Piece Bone Breastplate -->
<item id="32" price="23880" /> <!-- Piece Bone Gaiters -->
<item id="26" price="59040" /> <!-- Bronze Breastplate -->
<item id="33" price="27600" /> <!-- Durable Leather Gaiters -->
<item id="27" price="44280" /> <!-- Durable Leather Shirt -->
<item id="34" price="36840" /> <!-- Bronze Gaiters -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="413" price="46920" /> <!-- Puma Skin Gaiters -->
<item id="347" price="100200" /> <!-- Ring Breastplate -->
<item id="391" price="75120" /> <!-- Puma Skin Shirt -->
<item id="376" price="62640" /> <!-- Iron Plate Gaiters -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="414" price="75000" /> <!-- Lion Skin Gaiters -->
<item id="392" price="119880" /> <!-- Lion Skin Shirt -->
<item id="348" price="159600" /> <!-- Scale Mail -->
<item id="377" price="99960" /> <!-- Scale Gaiters -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="349" price="219600" /> <!-- Compound Scale Mail -->
<item id="350" price="219600" /> <!-- Dwarven Scale Mail -->
<item id="58" price="219600" /> <!-- Mithril Breastplate -->
<item id="59" price="152400" /> <!-- Mithril Gaiters -->
<item id="416" price="114240" /> <!-- Reinforce Leather Gaiters -->
<item id="351" price="243600" /> <!-- Breastplate -->
<item id="378" price="152400" /> <!-- Compound Scale Gaiters -->
<item id="379" price="152400" /> <!-- Dwarven Scale Gaiters -->
<item id="415" price="114240" /> <!-- Mithril Banded Gaiters -->
<item id="393" price="182400" /> <!-- Mithril Banded Mail -->
<item id="394" price="182400" /> <!-- Reinforce Leather Shirt -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2446" price="60960" /> <!-- Reinforce Leather Gloves -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2422" price="60960" /> <!-- Reinforce Leather Boots -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="2378" price="224400" /> <!-- Brigandine Gaiters -->
<item id="352" price="358800" /> <!-- Brigandine -->
<item id="395" price="268800" /> <!-- Manticore Skin Shirt -->
<item id="417" price="168000" /> <!-- Manticore Skin Gaiters -->
<item id="2377" price="224400" /> <!-- Mithril Scale Gaiters -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="2448" price="89640" /> <!-- Manticore Skin Gloves -->
<item id="2449" price="89640" /> <!-- Brigandine Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2424" price="89640" /> <!-- Manticore Skin Boots -->
<item id="2425" price="89640" /> <!-- Brigandine Boots -->
</list>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31259</npc>
</npcs>
<item id="1104" price="15240" /> <!-- Stockings of Devotion -->
<item id="1101" price="24360" /> <!-- Tunic of Devotion -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="1105" price="27600" /> <!-- Stockings of Magic -->
<item id="1102" price="44280" /> <!-- Tunic of Magic -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="465" price="46920" /> <!-- Crused Stockings -->
<item id="432" price="75120" /> <!-- Crused Tunic -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="467" price="75000" /> <!-- Dark Stockings -->
<item id="434" price="119880" /> <!-- White Tunic -->
<item id="468" price="75000" /> <!-- Wizard Stockings -->
<item id="435" price="119880" /> <!-- Wizard Tunic -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="469" price="114240" /> <!-- Stockings of Knowledge -->
<item id="436" price="182400" /> <!-- Tunic of Knowledge -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2447" price="60960" /> <!-- Gloves of Knowledge -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2423" price="60960" /> <!-- Boots of Knowledge -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="470" price="168000" /> <!-- Mithril Stockings -->
<item id="437" price="268800" /> <!-- Mithril Tunic -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2426" price="89640" /> <!-- Elven Mithril Boots -->
</list>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31260</npc>
</npcs>
<item id="908" price="14280" /> <!-- Necklace of Wisdom -->
<item id="845" price="10668" /> <!-- Cat's Eye Earring -->
<item id="877" price="7104" /> <!-- Ring of Wisdom -->
<item id="909" price="25560" /> <!-- Blue Diamond Necklace -->
<item id="846" price="19200" /> <!-- Coral Earring -->
<item id="878" price="12840" /> <!-- Blue Coral Ring -->
<item id="910" price="43080" /> <!-- Necklace of Devotion -->
<item id="847" price="32280" /> <!-- Red Crescent -->
<item id="890" price="21600" /> <!-- Ring of Devotion -->
<item id="911" price="68160" /> <!-- Magic Necklace -->
<item id="848" price="51120" /> <!-- Earring of Magic -->
<item id="879" price="34080" /> <!-- Ring of Magic -->
<item id="912" price="102840" /> <!-- Near Forest Necklace -->
<item id="849" price="77160" /> <!-- Tiger's Eye -->
<item id="880" price="51360" /> <!-- Black Pearl Ring -->
<item id="913" price="150000" /> <!-- Elven Necklace -->
<item id="850" price="112080" /> <!-- Elven Earring -->
<item id="881" price="74760" /> <!-- Elven Ring -->
</list>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31261</npc>
</npcs>
<item id="908" price="14280" /> <!-- Necklace of Wisdom -->
<item id="845" price="10668" /> <!-- Cat's Eye Earring -->
<item id="877" price="7104" /> <!-- Ring of Wisdom -->
<item id="909" price="25560" /> <!-- Blue Diamond Necklace -->
<item id="846" price="19200" /> <!-- Coral Earring -->
<item id="878" price="12840" /> <!-- Blue Coral Ring -->
<item id="910" price="43080" /> <!-- Necklace of Devotion -->
<item id="847" price="32280" /> <!-- Red Crescent -->
<item id="890" price="21600" /> <!-- Ring of Devotion -->
<item id="911" price="68160" /> <!-- Magic Necklace -->
<item id="848" price="51120" /> <!-- Earring of Magic -->
<item id="879" price="34080" /> <!-- Ring of Magic -->
<item id="912" price="102840" /> <!-- Near Forest Necklace -->
<item id="849" price="77160" /> <!-- Tiger's Eye -->
<item id="880" price="51360" /> <!-- Black Pearl Ring -->
<item id="913" price="150000" /> <!-- Elven Necklace -->
<item id="850" price="112080" /> <!-- Elven Earring -->
<item id="881" price="74760" /> <!-- Elven Ring -->
</list>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31262</npc>
</npcs>
<item id="1835" price="8" /> <!-- Soulshot (No-grade) -->
<item id="2509" price="18" /> <!-- Spiritshot (No-grade) -->
<item id="3947" price="42" /> <!-- Blessed Spiritshot (No-grade) -->
<item id="5146" price="13860" /> <!-- Blessed Spiritshot Compressed Package (No-grade) -->
<item id="5140" price="5940" /> <!-- Spiritshot Compressed Package (No-grade) -->
<item id="5134" price="2760" /> <!-- Soulshot Compressed Package (No-grade) -->
<item id="5262" price="46200" /> <!-- Greater Blessed Spiritshot Compressed Package (No-grade) -->
<item id="5256" price="19800" /> <!-- Greater Spiritshot Compressed Package (No-grade) -->
<item id="5250" price="9240" /> <!-- Greater Soulshot Compressed Package (No-grade) -->
<item id="17" price="2" /> <!-- Wooden Arrow -->
<item id="1341" price="3" /> <!-- Bone Arrow -->
<item id="1342" price="6" /> <!-- Steel Arrow -->
<item id="1343" price="8" /> <!-- Silver Arrow -->
<item id="1060" price="108" /> <!-- Healing Potion -->
<item id="1061" price="396" /> <!-- Major Healing Potion -->
<item id="1539" price="1080" /> <!-- Major Healing Potion -->
<item id="1831" price="90" /> <!-- Antidote -->
<item id="1832" price="216" /> <!-- Greater Antidote -->
<item id="1833" price="90" /> <!-- Bandage -->
<item id="1834" price="216" /> <!-- Emergency Dressing -->
<item id="734" price="1440" /> <!-- Wind Walk Potion -->
<item id="735" price="2880" /> <!-- Haste Potion -->
<item id="6035" price="2880" /> <!-- Magic Haste Potion -->
<item id="6037" price="120" /> <!-- Cancel Sleep Scroll -->
<item id="736" price="480" /> <!-- Scroll of Escape -->
<item id="737" price="2400" /> <!-- Scroll of Resurrection -->
<item id="1829" price="600" /> <!-- Scroll of Escape : Clan Hall -->
<item id="1830" price="600" /> <!-- Scroll of Escape : Castle -->
<item id="3031" price="480" /> <!-- Spirit Ore -->
<item id="1785" price="300" /> <!-- Soulstone -->
<item id="5589" price="120" /> <!-- Momentum Stone -->
<item id="1661" price="1200" /> <!-- Thief Key -->
<item id="5192" price="120" /> <!-- Magic Rope (D-grade) -->
<item id="5193" price="180" /> <!-- Magic Rope (C-grade) -->
<item id="5194" price="300" /> <!-- Magic Rope (B-grade) -->
<item id="2130" price="1200" /> <!-- Gemstone (D-grade) -->
<item id="2131" price="3600" /> <!-- Gemstone (C-grade) -->
<item id="2132" price="12000" /> <!-- Gemstone (B-grade) -->
<item id="4679" price="600" /> <!-- Eva's Blessing -->
</list>

View File

@@ -0,0 +1,126 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31263</npc>
</npcs>
<item id="4445" price="5610" /> <!-- Dye of STR <STR + 1 CON -3> (1st Class tranfer)-->
<item id="4446" price="5610" /> <!-- Dye of STR <STR + 1 DEX -3> (1st Class tranfer)-->
<item id="4447" price="5610" /> <!-- Dye of CON <CON + 1 STR -3> (1st Class tranfer)-->
<item id="4448" price="5610" /> <!-- Dye of CON <CON + 1 DEX -3> (1st Class tranfer)-->
<item id="4449" price="5610" /> <!-- Dye of DEX <DEX + 1 STR -3> (1st Class tranfer)-->
<item id="4450" price="5610" /> <!-- Dye of DEX <DEX + 1 CON -3> (1st Class tranfer)-->
<item id="4451" price="5610" /> <!-- Dye of INT <INT + 1 MEN -3> (1st Class tranfer)-->
<item id="4452" price="5610" /> <!-- Dye of INT <INT + 1 WIT -3> (1st Class tranfer)-->
<item id="4453" price="5610" /> <!-- Dye of MEN <MEN + 1 INT -3> (1st Class tranfer)-->
<item id="4454" price="5610" /> <!-- Dye of MEN <MEN + 1 WIT -3> (1st Class tranfer)-->
<item id="4455" price="5610" /> <!-- Dye of WIT <WIT + 1 INT -3> (1st Class tranfer)-->
<item id="4456" price="5610" /> <!-- Dye of WIT <WIT + 1 MEN -3> (1st Class tranfer)-->
<item id="4457" price="13200" /> <!-- Dye of STR <STR + 1 CON -2> (1st Class tranfer)-->
<item id="4458" price="13200" /> <!-- Dye of STR <STR + 1 DEX -2> (1st Class tranfer)-->
<item id="4459" price="13200" /> <!-- Dye of CON <CON + 1 STR -2> (1st Class tranfer)-->
<item id="4460" price="13200" /> <!-- Dye of CON <CON + 1 DEX -2> (1st Class tranfer)-->
<item id="4461" price="13200" /> <!-- Dye of DEX <DEX + 1 STR -2> (1st Class tranfer)-->
<item id="4462" price="13200" /> <!-- Dye of DEX <DEX + 1 CON -2> (1st Class tranfer)-->
<item id="4463" price="13200" /> <!-- Dye of INT <INT + 1 MEN -2> (1st Class tranfer)-->
<item id="4464" price="13200" /> <!-- Dye of INT <INT + 1 WIT -2> (1st Class tranfer)-->
<item id="4465" price="13200" /> <!-- Dye of MEN <MEN + 1 INT -2> (1st Class tranfer)-->
<item id="4466" price="13200" /> <!-- Dye of MEN <MEN + 1 WIT -2> (1st Class tranfer)-->
<item id="4467" price="13200" /> <!-- Dye of WIT <WIT + 1 INT -2> (1st Class tranfer)-->
<item id="4468" price="13200" /> <!-- Dye of WIT <WIT + 1 MEN -2> (1st Class tranfer)-->
<item id="4481" price="13200" /> <!--Greater Dye of STR <STR + 1 CON -3> (2nd Class tranfer)-->
<item id="4482" price="13200" /> <!--Greater Dye of STR <STR + 1 DEX -3> (2nd Class tranfer)-->
<item id="4483" price="13200" /> <!--Greater Dye of CON <CON + 1 STR -3> (2nd Class tranfer)-->
<item id="4484" price="13200" /> <!--Greater Dye of CON <CON + 1 DEX -3> (2nd Class tranfer)-->
<item id="4485" price="13200" /> <!--Greater Dye of DEX <DEX + 1 STR -3> (2nd Class tranfer)-->
<item id="4486" price="13200" /> <!--Greater Dye of DEX <DEX + 1 CON -3> (2nd Class tranfer)-->
<item id="4487" price="13200" /> <!--Greater Dye of INT <INT + 1 MEN -3> (2nd Class tranfer)-->
<item id="4488" price="13200" /> <!--Greater Dye of INT <INT + 1 WIT -3> (2nd Class tranfer)-->
<item id="4489" price="13200" /> <!--Greater Dye of MEN <MEN + 1 INT -3> (2nd Class tranfer)-->
<item id="4490" price="13200" /> <!--Greater Dye of MEN <MEN + 1 WIT -3> (2nd Class tranfer)-->
<item id="4491" price="13200" /> <!--Greater Dye of WIT <WIT + 1 INT -3> (2nd Class tranfer)-->
<item id="4492" price="13200" /> <!--Greater Dye of WIT <WIT + 1 MEN -3> (2nd Class tranfer)-->
<item id="4493" price="23100" /> <!--Greater Dye of STR <STR+1 CON-2> (2nd Class tranfer)-->
<item id="4494" price="23100" /> <!--Greater Dye of STR <STR+1 DEX-2> (2nd Class tranfer)-->
<item id="4495" price="23100" /> <!--Greater Dye of CON <CON+1 STR-2> (2nd Class tranfer)-->
<item id="4496" price="23100" /> <!--Greater Dye of CON <CON+1 DEX-2> (2nd Class tranfer)-->
<item id="4497" price="23100" /> <!--Greater Dye of DEX <DEX+1 STR-2> (2nd Class tranfer)-->
<item id="4498" price="23100" /> <!--Greater Dye of DEX <DEX+1 CON-2> (2nd Class tranfer)-->
<item id="4499" price="23100" /> <!--Greater Dye of INT <INT+1 MEN-2> (2nd Class tranfer)-->
<item id="4500" price="23100" /> <!--Greater Dye of INT <INT+1 WIT-2> (2nd Class tranfer)-->
<item id="4501" price="23100" /> <!--Greater Dye of MEN <MEN+1 INT-2> (2nd Class tranfer)-->
<item id="4502" price="23100" /> <!--Greater Dye of MEN <MEN+1 WIT-2> (2nd Class tranfer)-->
<item id="4503" price="23100" /> <!--Greater Dye of WIT <WIT+1 INT-2> (2nd Class tranfer)-->
<item id="4504" price="23100" /> <!--Greater Dye of WIT <WIT+1 MEN-2> (2nd Class tranfer)-->
<item id="4505" price="27060" /> <!--Greater Dye of STR <STR+2 CON-4> (2nd Class tranfer)-->
<item id="4506" price="27060" /> <!--Greater Dye of STR <STR+2 DEX-4> (2nd Class tranfer)-->
<item id="4507" price="27060" /> <!--Greater Dye of CON <CON+2 STR-4> (2nd Class tranfer)-->
<item id="4508" price="27060" /> <!--Greater Dye of CON <CON+2 DEX-4> (2nd Class tranfer)-->
<item id="4509" price="27060" /> <!--Greater Dye of DEX <DEX+2 STR-4> (2nd Class tranfer)-->
<item id="4510" price="27060" /> <!--Greater Dye of DEX <DEX+2 CON-4> (2nd Class tranfer)-->
<item id="4511" price="27060" /> <!--Greater Dye of INT <INT+2 MEN-4> (2nd Class tranfer)-->
<item id="4512" price="27060" /> <!--Greater Dye of INT <INT+2 WIT-4> (2nd Class tranfer)-->
<item id="4513" price="27060" /> <!--Greater Dye of MEN <MEN+2 INT-4> (2nd Class tranfer)-->
<item id="4514" price="27060" /> <!--Greater Dye of MEN <MEN+2 WIT-4> (2nd Class tranfer)-->
<item id="4515" price="27060" /> <!--Greater Dye of WIT <WIT+2 INT-4> (2nd Class tranfer)-->
<item id="4516" price="27060" /> <!--Greater Dye of WIT <WIT+2 MEN-4> (2nd Class tranfer)-->
<item id="4517" price="29700" /> <!--Greater Dye of STR <STR+2 CON-3> (2nd Class tranfer)-->
<item id="4518" price="29700" /> <!--Greater Dye of STR <STR+2 DEX-3> (2nd Class tranfer)-->
<item id="4519" price="29700" /> <!--Greater Dye of CON <CON+2 STR-3> (2nd Class tranfer)-->
<item id="4520" price="29700" /> <!--Greater Dye of CON <CON+2 DEX-3> (2nd Class tranfer)-->
<item id="4521" price="29700" /> <!--Greater Dye of DEX <DEX+2 STR-3> (2nd Class tranfer)-->
<item id="4522" price="29700" /> <!--Greater Dye of DEX <DEX+2 CON-3> (2nd Class tranfer)-->
<item id="4523" price="29700" /> <!--Greater Dye of INT <INT+2 MEN-3> (2nd Class tranfer)-->
<item id="4524" price="29700" /> <!--Greater Dye of INT <INT+2 WIT-3> (2nd Class tranfer)-->
<item id="4525" price="29700" /> <!--Greater Dye of MEN <MEN+2 INT-3> (2nd Class tranfer)-->
<item id="4526" price="29700" /> <!--Greater Dye of MEN <MEN+2 WIT-3> (2nd Class tranfer)-->
<item id="4527" price="29700" /> <!--Greater Dye of WIT <WIT+2 INT-3> (2nd Class tranfer)-->
<item id="4528" price="29700" /> <!--Greater Dye of WIT <WIT+2 MEN-3> (2nd Class tranfer)-->
<item id="4529" price="33000" /> <!--Greater Dye of STR <STR+3 CON-5> (2nd Class tranfer)-->
<item id="4530" price="33000" /> <!--Greater Dye of STR <STR+3 DEX-5> (2nd Class tranfer)-->
<item id="4531" price="33000" /> <!--Greater Dye of CON <CON+3 STR-5> (2nd Class tranfer)-->
<item id="4532" price="33000" /> <!--Greater Dye of CON <CON+3 DEX-5> (2nd Class tranfer)-->
<item id="4533" price="33000" /> <!--Greater Dye of DEX <DEX+3 STR-5> (2nd Class tranfer)-->
<item id="4534" price="33000" /> <!--Greater Dye of DEX <DEX+3 CON-5> (2nd Class tranfer)-->
<item id="4535" price="33000" /> <!--Greater Dye of INT <INT+3 MEN-5> (2nd Class tranfer)-->
<item id="4536" price="33000" /> <!--Greater Dye of INT <INT+3 WIT-5> (2nd Class tranfer)-->
<item id="4537" price="33000" /> <!--Greater Dye of MEN <MEN+3 INT-5> (2nd Class tranfer)-->
<item id="4538" price="33000" /> <!--Greater Dye of MEN <MEN+3 WIT-5> (2nd Class tranfer)-->
<item id="4539" price="33000" /> <!--Greater Dye of WIT <WIT+3 INT-5> (2nd Class tranfer)-->
<item id="4540" price="33000" /> <!--Greater Dye of WIT <WIT+3 MEN-5> (2nd Class tranfer)-->
<item id="4541" price="33000" /> <!--Greater Dye of STR <STR+3 CON-4> (2nd Class tranfer)-->
<item id="4542" price="33000" /> <!--Greater Dye of STR <STR+3 DEX-4> (2nd Class tranfer)-->
<item id="4543" price="33000" /> <!--Greater Dye of CON <CON+3 STR-4> (2nd Class tranfer)-->
<item id="4544" price="33000" /> <!--Greater Dye of CON <CON+3 DEX-4> (2nd Class tranfer)-->
<item id="4545" price="33000" /> <!--Greater Dye of DEX <DEX+3 STR-4> (2nd Class tranfer)-->
<item id="4546" price="33000" /> <!--Greater Dye of DEX <DEX+3 CON-4> (2nd Class tranfer)-->
<item id="4547" price="33000" /> <!--Greater Dye of INT <INT+3 MEN-4> (2nd Class tranfer)-->
<item id="4548" price="33000" /> <!--Greater Dye of INT <INT+3 WIT-4> (2nd Class tranfer)-->
<item id="4549" price="33000" /> <!--Greater Dye of MEN <MEN+3 INT-4> (2nd Class tranfer)-->
<item id="4550" price="33000" /> <!--Greater Dye of MEN <MEN+3 WIT-4> (2nd Class tranfer)-->
<item id="4551" price="33000" /> <!--Greater Dye of WIT <WIT+3 INT-4> (2nd Class tranfer)-->
<item id="4552" price="33000" /> <!--Greater Dye of WIT <WIT+3 MEN-4> (2nd Class tranfer)-->
<item id="4565" price="39600" /> <!--Greater Dye of STR <STR+4 CON-6> (2nd Class tranfer)-->
<item id="4566" price="39600" /> <!--Greater Dye of STR <STR+4 DEX-6> (2nd Class tranfer)-->
<item id="4567" price="39600" /> <!--Greater Dye of CON <CON+4 STR-6> (2nd Class tranfer)-->
<item id="4568" price="39600" /> <!--Greater Dye of CON <CON+4 DEX-6> (2nd Class tranfer)-->
<item id="4569" price="39600" /> <!--Greater Dye of DEX <DEX+4 STR-6> (2nd Class tranfer)-->
<item id="4570" price="39600" /> <!--Greater Dye of DEX <DEX+4 CON-6> (2nd Class tranfer)-->
<item id="4571" price="39600" /> <!--Greater Dye of INT <INT+4 MEN-6> (2nd Class tranfer)-->
<item id="4572" price="39600" /> <!--Greater Dye of INT <INT+4 WIT-6> (2nd Class tranfer)-->
<item id="4573" price="39600" /> <!--Greater Dye of MEN <MEN+4 INT-6> (2nd Class tranfer)-->
<item id="4574" price="39600" /> <!--Greater Dye of MEN <MEN+4 WIT-6> (2nd Class tranfer)-->
<item id="4575" price="39600" /> <!--Greater Dye of WIT <WIT+4 INT-6> (2nd Class tranfer)-->
<item id="4576" price="39600" /> <!--Greater Dye of WIT <WIT+4 MEN-6> (2nd Class tranfer)-->
<item id="4577" price="39600" /> <!--Greater Dye of STR <STR+4 CON-5> (2nd Class tranfer)-->
<item id="4578" price="39600" /> <!--Greater Dye of STR <STR+4 DEX-5> (2nd Class tranfer)-->
<item id="4579" price="39600" /> <!--Greater Dye of CON <CON+4 STR-5> (2nd Class tranfer)-->
<item id="4580" price="39600" /> <!--Greater Dye of CON <CON+4 DEX-5> (2nd Class tranfer)-->
<item id="4581" price="39600" /> <!--Greater Dye of DEX <DEX+4 STR-5> (2nd Class tranfer)-->
<item id="4582" price="39600" /> <!--Greater Dye of DEX <DEX+4 CON-5> (2nd Class tranfer)-->
<item id="4583" price="39600" /> <!--Greater Dye of INT <INT+4 MEN-5> (2nd Class tranfer)-->
<item id="4584" price="39600" /> <!--Greater Dye of INT <INT+4 WIT-5> (2nd Class tranfer)-->
<item id="4585" price="39600" /> <!--Greater Dye of MEN <MEN+4 INT-5> (2nd Class tranfer)-->
<item id="4586" price="39600" /> <!--Greater Dye of MEN <MEN+4 WIT-5> (2nd Class tranfer)-->
<item id="4587" price="39600" /> <!--Greater Dye of WIT <WIT+4 INT-5> (2nd Class tranfer)-->
<item id="4588" price="39600" /> <!--Greater Dye of WIT <WIT+4 MEN-5> (2nd Class tranfer)-->
</list>

View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31265</npc> <!-- Annette -->
</npcs>
<item id="2505" /> <!-- Iron Canine -->
<item id="3439" /> <!-- Shining Canine -->
<item id="3902" /> <!-- Ghost Canine -->
<item id="3903" /> <!-- Mithril Canine -->
<item id="3904" /> <!-- Sylvan Canine -->
<item id="3905" /> <!-- Orikarukon Canine -->
<item id="3906" /> <!-- Fang of Saltydog -->
<item id="2506" /> <!-- Wolf's Leather Armor -->
<item id="3891" /> <!-- Wolf's Hide Armor -->
<item id="3892" /> <!-- Wolf's Hard Leather Armor -->
<item id="3893" /> <!-- Wolf's Wooden Armor -->
<item id="3894" /> <!-- Wolf's Ring Mail -->
<item id="3895" /> <!-- Wolf's Bone Armor -->
<item id="3896" /> <!-- Wolf's Scale Mail -->
<item id="2515" /> <!-- Food For Wolves -->
<item id="14818" /> <!-- Enriched Pet Food for Wolves -->
<item id="3920" /> <!-- Viperbite -->
<item id="3921" /> <!-- Shadow Fang -->
<item id="3922" /> <!-- Alya Fang -->
<item id="3923" /> <!-- Torturer -->
<item id="5187" /> <!-- Serpentine Grinder -->
<item id="5188" /> <!-- Fang of Dahak -->
<item id="5189" /> <!-- Crimson Blood Fang -->
<item id="5190" /> <!-- Draconic Chopper -->
<item id="5191" /> <!-- Diabolic Grinder -->
<item id="3913" /> <!-- Hatchling's Scale Mail -->
<item id="3914" /> <!-- Hatchling's Brigandine -->
<item id="3915" /> <!-- Hatchling's Bronze Coat -->
<item id="3916" /> <!-- Hatchling's Steel Coat -->
<item id="5182" /> <!-- Hatchling's Gorgon Coat -->
<item id="5183" /> <!-- Hatchling's Ophidian Plate -->
<item id="5184" /> <!-- Hatchling's Crimson Plate -->
<item id="5185" /> <!-- Hatchling's Draconic Plate -->
<item id="5186" /> <!-- Hatchling's Inferno Plate -->
<item id="4038" /> <!-- Food For Hatchling -->
<item id="5176" /> <!-- Serpentine Spike -->
<item id="5177" /> <!-- Drake Horn -->
<item id="5178" /> <!-- Assault Alicorn -->
<item id="5179" /> <!-- Draconic Slicer -->
<item id="5180" /> <!-- Ohpdian Lance -->
<item id="5181" /> <!-- Diamond Drill -->
<item id="5170" /> <!-- Mithril Panzer Coat -->
<item id="5171" /> <!-- Brigadine Panzer Coat -->
<item id="5172" /> <!-- Draconic Panzer Coat -->
<item id="5173" /> <!-- Blood Panzer Coat -->
<item id="5174" /> <!-- Ophidian Panzer Coat -->
<item id="5175" /> <!-- Inferno Panzer Coat -->
<item id="5168" /> <!-- Food for Strider -->
<item id="6645" /> <!-- Beast Soulshot -->
<item id="6646" /> <!-- Beast Spiritshot -->
<item id="6647" /> <!-- Blessed Beast Spiritshot -->
<item id="7582" /> <!-- Baby Spice -->
<item id="8541" /> <!-- Little Harness -->
<item id="9656" /> <!-- Enchanted Wolf Fang -->
<item id="9657" /> <!-- Enchanted Coyote Fang -->
<item id="9658" /> <!-- Enchanted Saltydog Fang -->
<item id="9659" /> <!-- Enchanted Cerberus Fang -->
<item id="9660" /> <!-- Orichalcum Fang -->
<item id="9661" /> <!-- Enchanted Fenrir Fang -->
<item id="9662" /> <!-- Great Wolf Scale Armor -->
<item id="9663" /> <!-- Great Wolf Bronze Armor -->
<item id="9664" /> <!-- Great Wolf Plate Armor -->
<item id="9665" /> <!-- Great Wolf Mithril Armor -->
<item id="9666" /> <!-- Great Wolf Oriharukon Armor -->
<item id="9667" /> <!-- Great Wolf Orichalcum Armor -->
<item id="9668" /> <!-- Great Wolf Food -->
<item id="10515" /> <!-- Beast Soulshot Compressed Pack -->
<item id="10516" /> <!-- Beast Spiritshot Compressed Pack -->
<item id="10517" /> <!-- Blessed Beast Spiritshot Compressed Pack -->
<item id="10425" /> <!-- Improved Baby Pet Food -->
<item id="12740" /> <!-- Baby Pet Scale Armor -->
<item id="12741" /> <!-- Baby Pet Bronze Armor -->
<item id="12742" /> <!-- Baby Pet Plate Armor -->
<item id="12743" /> <!-- Baby Pet Mithril Armor -->
<item id="12744" /> <!-- Baby Pet Oriharukon Armor -->
<item id="12745" /> <!-- Baby Pet Orichalcum Armor -->
<item id="12746" /> <!-- Crystal Pendant -->
<item id="12747" /> <!-- Ruby Pendant -->
<item id="12748" /> <!-- Sapphire Pendant -->
<item id="12749" /> <!-- Diamond Pendant -->
<item id="12750" /> <!-- Enria Pendant -->
<item id="12751" /> <!-- Thons Pendant -->
<item id="12752" /> <!-- Asofe Pendant -->
</list>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31300</npc>
</npcs>
<item id="2" price="490800" /> <!-- Long Sword -->
<item id="218" price="163200" /> <!-- Throwing Knife -->
<item id="272" price="163200" /> <!-- Forest Bow -->
<item id="15" price="163200" /> <!-- Short Spear -->
<item id="256" price="163200" /> <!-- Cestus -->
<item id="68" price="292800" /> <!-- Falchion -->
<item id="219" price="292800" /> <!-- Sword Breaker -->
<item id="273" price="292800" /> <!-- Compound Bow -->
<item id="155" price="292800" /> <!-- Flanged Mace -->
<item id="87" price="292800" /> <!-- Iron Hammer -->
<item id="16" price="292800" /> <!-- Great Spear -->
<item id="257" price="292800" /> <!-- Viper Fang -->
<item id="5284" price="292800" /> <!-- Zweihander -->
<item id="123" price="490800" /> <!-- Saber -->
<item id="7880" price="490800" /> <!-- Steel Sword -->
<item id="220" price="490800" /> <!-- Crafted Dagger -->
<item id="221" price="490800" /> <!-- Assassin Knife -->
<item id="274" price="490800" /> <!-- Reinforced Bow -->
<item id="156" price="490800" /> <!-- Hand Axe -->
<item id="166" price="490800" /> <!-- Heavy Mace -->
<item id="168" price="490800" /> <!-- Work Hammer -->
<item id="291" price="490800" /> <!-- Trident -->
<item id="258" price="490800" /> <!-- Bagh-Nakh -->
<item id="5285" price="490800" /> <!-- Heavy Sword -->
<item id="69" price="772800" /> <!-- Bastard Sword -->
<item id="126" price="772800" /> <!-- Artisan's Sword -->
<item id="222" price="772800" /> <!-- Poniard Dagger -->
<item id="275" price="772800" /> <!-- Longbow -->
<item id="276" price="772800" /> <!-- Elven Bow -->
<item id="277" price="772800" /> <!-- Dark Elven Bow -->
<item id="86" price="772800" /> <!-- Tomahawk -->
<item id="292" price="772800" /> <!-- Pike -->
<item id="295" price="772800" /> <!-- Dwarven Trident -->
<item id="259" price="772800" /> <!-- Single-Edged Jamadhr -->
<item id="124" price="1160400" /> <!-- Two-handed Sword -->
<item id="127" price="1160400" /> <!-- Crimson Sword -->
<item id="130" price="1160400" /> <!-- Elven Sword -->
<item id="223" price="1160400" /> <!-- Kukuri -->
<item id="278" price="1160400" /> <!-- Gastraphetes -->
<item id="157" price="1160400" /> <!-- Spiked Club -->
<item id="293" price="1160400" /> <!-- War Hammer -->
<item id="296" price="1160400" /> <!-- Dwarven Pike -->
<item id="260" price="1160400" /> <!-- Triple-Edged Jamadhr -->
<item id="129" price="1680000" /> <!-- Sword of Revolution -->
<item id="224" price="1680000" /> <!-- Maingauche -->
<item id="1660" price="1680000" /> <!-- Cursed Maingauche -->
<item id="279" price="1680000" /> <!-- Reinforced Longbow -->
<item id="158" price="1680000" /> <!-- Tarbar -->
<item id="7881" price="1680000" /> <!-- Lesser Giant's Sword -->
<item id="7896" price="1680000" /> <!-- Lesser Giant's Hammer -->
<item id="172" price="1680000" /> <!-- Heavy Bone Club -->
<item id="294" price="1680000" /> <!-- War Pick -->
<item id="88" price="1680000" /> <!-- Mornign Star -->
<item id="93" price="1680000" /> <!-- Winged Spear -->
<item id="261" price="1680000" /> <!-- Bich'Hwa -->
</list>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31300</npc>
</npcs>
<item id="176" price="163200" /> <!-- Apprentice's Staff -->
<item id="310" price="163200" /> <!-- Relic of the Saints -->
<item id="177" price="292800" /> <!-- Mage Staff -->
<item id="311" price="292800" /> <!-- Crucifix of Blessing -->
<item id="100" price="292800" /> <!-- Voodoo Doll -->
<item id="178" price="490800" /> <!-- Bone Staff -->
<item id="101" price="490800" /> <!-- Scroll of Wisdom -->
<item id="7885" price="490800" /> <!-- Priest Sword -->
<item id="312" price="490800" /> <!-- Branch of Life -->
<item id="314" price="490800" /> <!-- Proof of Revenge -->
<item id="179" price="772800" /> <!-- Mace of Prayer -->
<item id="182" price="772800" /> <!-- Doom Hammer -->
<item id="183" price="772800" /> <!-- Mystic Staff -->
<item id="185" price="772800" /> <!-- Staff of Mana -->
<item id="315" price="772800" /> <!-- Divine Tome -->
<item id="83" price="859200" /> <!-- Sword of Magic -->
<item id="143" price="859200" /> <!-- Sword of Mystic -->
<item id="144" price="859200" /> <!-- Sword of Occult -->
<item id="238" price="1160400" /> <!-- Dagger of Mana -->
<item id="239" price="1160400" /> <!-- Mystic Knife -->
<item id="240" price="1160400" /> <!-- Conjurer's Knife -->
<item id="241" price="1160400" /> <!-- Shilen Knife -->
<item id="186" price="1160400" /> <!-- Staff of Magic -->
<item id="316" price="1160400" /> <!-- Sage's Blood -->
<item id="317" price="1160400" /> <!-- Tome of Blood -->
<item id="90" price="1680000" /> <!-- Goat Head Staff -->
<item id="83" price="1680000" /> <!-- Sword of Magic Fog -->
<item id="7890" price="1680000" /> <!-- Priest Mace -->
</list>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31301</npc>
</npcs>
<item id="2" price="490800" /> <!-- Long Sword -->
<item id="218" price="163200" /> <!-- Throwing Knife -->
<item id="272" price="163200" /> <!-- Forest Bow -->
<item id="15" price="163200" /> <!-- Short Spear -->
<item id="256" price="163200" /> <!-- Cestus -->
<item id="68" price="292800" /> <!-- Falchion -->
<item id="219" price="292800" /> <!-- Sword Breaker -->
<item id="273" price="292800" /> <!-- Compound Bow -->
<item id="155" price="292800" /> <!-- Flanged Mace -->
<item id="87" price="292800" /> <!-- Iron Hammer -->
<item id="16" price="292800" /> <!-- Great Spear -->
<item id="257" price="292800" /> <!-- Viper Fang -->
<item id="5284" price="292800" /> <!-- Zweihander -->
<item id="123" price="490800" /> <!-- Saber -->
<item id="7880" price="490800" /> <!-- Steel Sword -->
<item id="220" price="490800" /> <!-- Crafted Dagger -->
<item id="221" price="490800" /> <!-- Assassin Knife -->
<item id="274" price="490800" /> <!-- Reinforced Bow -->
<item id="156" price="490800" /> <!-- Hand Axe -->
<item id="166" price="490800" /> <!-- Heavy Mace -->
<item id="168" price="490800" /> <!-- Work Hammer -->
<item id="291" price="490800" /> <!-- Trident -->
<item id="258" price="490800" /> <!-- Bagh-Nakh -->
<item id="5285" price="490800" /> <!-- Heavy Sword -->
<item id="69" price="772800" /> <!-- Bastard Sword -->
<item id="126" price="772800" /> <!-- Artisan's Sword -->
<item id="222" price="772800" /> <!-- Poniard Dagger -->
<item id="275" price="772800" /> <!-- Longbow -->
<item id="276" price="772800" /> <!-- Elven Bow -->
<item id="277" price="772800" /> <!-- Dark Elven Bow -->
<item id="86" price="772800" /> <!-- Tomahawk -->
<item id="292" price="772800" /> <!-- Pike -->
<item id="295" price="772800" /> <!-- Dwarven Trident -->
<item id="259" price="772800" /> <!-- Single-Edged Jamadhr -->
<item id="124" price="1160400" /> <!-- Two-handed Sword -->
<item id="127" price="1160400" /> <!-- Crimson Sword -->
<item id="130" price="1160400" /> <!-- Elven Sword -->
<item id="223" price="1160400" /> <!-- Kukuri -->
<item id="278" price="1160400" /> <!-- Gastraphetes -->
<item id="157" price="1160400" /> <!-- Spiked Club -->
<item id="293" price="1160400" /> <!-- War Hammer -->
<item id="296" price="1160400" /> <!-- Dwarven Pike -->
<item id="260" price="1160400" /> <!-- Triple-Edged Jamadhr -->
<item id="129" price="1680000" /> <!-- Sword of Revolution -->
<item id="224" price="1680000" /> <!-- Maingauche -->
<item id="1660" price="1680000" /> <!-- Cursed Maingauche -->
<item id="279" price="1680000" /> <!-- Reinforced Longbow -->
<item id="158" price="1680000" /> <!-- Tarbar -->
<item id="7881" price="1680000" /> <!-- Lesser Giant's Sword -->
<item id="7896" price="1680000" /> <!-- Lesser Giant's Hammer -->
<item id="172" price="1680000" /> <!-- Heavy Bone Club -->
<item id="294" price="1680000" /> <!-- War Pick -->
<item id="88" price="1680000" /> <!-- Mornign Star -->
<item id="93" price="1680000" /> <!-- Winged Spear -->
<item id="261" price="1680000" /> <!-- Bich'Hwa -->
</list>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31301</npc>
</npcs>
<item id="176" price="163200" /> <!-- Apprentice's Staff -->
<item id="310" price="163200" /> <!-- Relic of the Saints -->
<item id="177" price="292800" /> <!-- Mage Staff -->
<item id="311" price="292800" /> <!-- Crucifix of Blessing -->
<item id="100" price="292800" /> <!-- Voodoo Doll -->
<item id="178" price="490800" /> <!-- Bone Staff -->
<item id="101" price="490800" /> <!-- Scroll of Wisdom -->
<item id="7885" price="490800" /> <!-- Priest Sword -->
<item id="312" price="490800" /> <!-- Branch of Life -->
<item id="314" price="490800" /> <!-- Proof of Revenge -->
<item id="179" price="772800" /> <!-- Mace of Prayer -->
<item id="182" price="772800" /> <!-- Doom Hammer -->
<item id="183" price="772800" /> <!-- Mystic Staff -->
<item id="185" price="772800" /> <!-- Staff of Mana -->
<item id="315" price="772800" /> <!-- Divine Tome -->
<item id="83" price="859200" /> <!-- Sword of Magic -->
<item id="143" price="859200" /> <!-- Sword of Mystic -->
<item id="144" price="859200" /> <!-- Sword of Occult -->
<item id="238" price="1160400" /> <!-- Dagger of Mana -->
<item id="239" price="1160400" /> <!-- Mystic Knife -->
<item id="240" price="1160400" /> <!-- Conjurer's Knife -->
<item id="241" price="1160400" /> <!-- Shilen Knife -->
<item id="186" price="1160400" /> <!-- Staff of Magic -->
<item id="316" price="1160400" /> <!-- Sage's Blood -->
<item id="317" price="1160400" /> <!-- Tome of Blood -->
<item id="90" price="1680000" /> <!-- Goat Head Staff -->
<item id="83" price="1680000" /> <!-- Sword of Magic Fog -->
<item id="7890" price="1680000" /> <!-- Priest Mace -->
</list>

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31302</npc>
</npcs>
<item id="412" price="15240" /> <!-- Cotton Pants -->
<item id="390" price="24360" /> <!-- Cotton Shirt -->
<item id="24" price="24360" /> <!-- Bone Bronze -->
<item id="31" price="15240" /> <!-- Bone Gaiters -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="25" price="38160" /> <!-- Piece Bone Breastplate -->
<item id="32" price="23880" /> <!-- Piece Bone Gaiters -->
<item id="26" price="59040" /> <!-- Bronze Breastplate -->
<item id="33" price="27600" /> <!-- Durable Leather Gaiters -->
<item id="27" price="44280" /> <!-- Durable Leather Shirt -->
<item id="34" price="36840" /> <!-- Bronze Gaiters -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="413" price="46920" /> <!-- Puma Skin Gaiters -->
<item id="347" price="100200" /> <!-- Ring Breastplate -->
<item id="391" price="75120" /> <!-- Puma Skin Shirt -->
<item id="376" price="62640" /> <!-- Iron Plate Gaiters -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="414" price="75000" /> <!-- Lion Skin Gaiters -->
<item id="392" price="119880" /> <!-- Lion Skin Shirt -->
<item id="348" price="159600" /> <!-- Scale Mail -->
<item id="377" price="99960" /> <!-- Scale Gaiters -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="349" price="219600" /> <!-- Compound Scale Mail -->
<item id="350" price="219600" /> <!-- Dwarven Scale Mail -->
<item id="58" price="219600" /> <!-- Mithril Breastplate -->
<item id="59" price="152400" /> <!-- Mithril Gaiters -->
<item id="416" price="114240" /> <!-- Reinforce Leather Gaiters -->
<item id="351" price="243600" /> <!-- Breastplate -->
<item id="378" price="152400" /> <!-- Compound Scale Gaiters -->
<item id="379" price="152400" /> <!-- Dwarven Scale Gaiters -->
<item id="415" price="114240" /> <!-- Mithril Banded Gaiters -->
<item id="393" price="182400" /> <!-- Mithril Banded Mail -->
<item id="394" price="182400" /> <!-- Reinforce Leather Shirt -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2446" price="60960" /> <!-- Reinforce Leather Gloves -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2422" price="60960" /> <!-- Reinforce Leather Boots -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="2378" price="224400" /> <!-- Brigandine Gaiters -->
<item id="352" price="358800" /> <!-- Brigandine -->
<item id="395" price="268800" /> <!-- Manticore Skin Shirt -->
<item id="417" price="168000" /> <!-- Manticore Skin Gaiters -->
<item id="2377" price="224400" /> <!-- Mithril Scale Gaiters -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="2448" price="89640" /> <!-- Manticore Skin Gloves -->
<item id="2449" price="89640" /> <!-- Brigandine Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2424" price="89640" /> <!-- Manticore Skin Boots -->
<item id="2425" price="89640" /> <!-- Brigandine Boots -->
</list>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31302</npc>
</npcs>
<item id="1104" price="15240" /> <!-- Stockings of Devotion -->
<item id="1101" price="24360" /> <!-- Tunic of Devotion -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="1105" price="27600" /> <!-- Stockings of Magic -->
<item id="1102" price="44280" /> <!-- Tunic of Magic -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="465" price="46920" /> <!-- Crused Stockings -->
<item id="432" price="75120" /> <!-- Crused Tunic -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="467" price="75000" /> <!-- Dark Stockings -->
<item id="434" price="119880" /> <!-- White Tunic -->
<item id="468" price="75000" /> <!-- Wizard Stockings -->
<item id="435" price="119880" /> <!-- Wizard Tunic -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="469" price="114240" /> <!-- Stockings of Knowledge -->
<item id="436" price="182400" /> <!-- Tunic of Knowledge -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2447" price="60960" /> <!-- Gloves of Knowledge -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2423" price="60960" /> <!-- Boots of Knowledge -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="470" price="168000" /> <!-- Mithril Stockings -->
<item id="437" price="268800" /> <!-- Mithril Tunic -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2426" price="89640" /> <!-- Elven Mithril Boots -->
</list>

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31303</npc>
</npcs>
<item id="412" price="15240" /> <!-- Cotton Pants -->
<item id="390" price="24360" /> <!-- Cotton Shirt -->
<item id="24" price="24360" /> <!-- Bone Bronze -->
<item id="31" price="15240" /> <!-- Bone Gaiters -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="25" price="38160" /> <!-- Piece Bone Breastplate -->
<item id="32" price="23880" /> <!-- Piece Bone Gaiters -->
<item id="26" price="59040" /> <!-- Bronze Breastplate -->
<item id="33" price="27600" /> <!-- Durable Leather Gaiters -->
<item id="27" price="44280" /> <!-- Durable Leather Shirt -->
<item id="34" price="36840" /> <!-- Bronze Gaiters -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="413" price="46920" /> <!-- Puma Skin Gaiters -->
<item id="347" price="100200" /> <!-- Ring Breastplate -->
<item id="391" price="75120" /> <!-- Puma Skin Shirt -->
<item id="376" price="62640" /> <!-- Iron Plate Gaiters -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="414" price="75000" /> <!-- Lion Skin Gaiters -->
<item id="392" price="119880" /> <!-- Lion Skin Shirt -->
<item id="348" price="159600" /> <!-- Scale Mail -->
<item id="377" price="99960" /> <!-- Scale Gaiters -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="349" price="219600" /> <!-- Compound Scale Mail -->
<item id="350" price="219600" /> <!-- Dwarven Scale Mail -->
<item id="58" price="219600" /> <!-- Mithril Breastplate -->
<item id="59" price="152400" /> <!-- Mithril Gaiters -->
<item id="416" price="114240" /> <!-- Reinforce Leather Gaiters -->
<item id="351" price="243600" /> <!-- Breastplate -->
<item id="378" price="152400" /> <!-- Compound Scale Gaiters -->
<item id="379" price="152400" /> <!-- Dwarven Scale Gaiters -->
<item id="415" price="114240" /> <!-- Mithril Banded Gaiters -->
<item id="393" price="182400" /> <!-- Mithril Banded Mail -->
<item id="394" price="182400" /> <!-- Reinforce Leather Shirt -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2446" price="60960" /> <!-- Reinforce Leather Gloves -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2422" price="60960" /> <!-- Reinforce Leather Boots -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="2378" price="224400" /> <!-- Brigandine Gaiters -->
<item id="352" price="358800" /> <!-- Brigandine -->
<item id="395" price="268800" /> <!-- Manticore Skin Shirt -->
<item id="417" price="168000" /> <!-- Manticore Skin Gaiters -->
<item id="2377" price="224400" /> <!-- Mithril Scale Gaiters -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="2448" price="89640" /> <!-- Manticore Skin Gloves -->
<item id="2449" price="89640" /> <!-- Brigandine Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2424" price="89640" /> <!-- Manticore Skin Boots -->
<item id="2425" price="89640" /> <!-- Brigandine Boots -->
</list>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31303</npc>
</npcs>
<item id="1104" price="15240" /> <!-- Stockings of Devotion -->
<item id="1101" price="24360" /> <!-- Tunic of Devotion -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="1105" price="27600" /> <!-- Stockings of Magic -->
<item id="1102" price="44280" /> <!-- Tunic of Magic -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="465" price="46920" /> <!-- Crused Stockings -->
<item id="432" price="75120" /> <!-- Crused Tunic -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="467" price="75000" /> <!-- Dark Stockings -->
<item id="434" price="119880" /> <!-- White Tunic -->
<item id="468" price="75000" /> <!-- Wizard Stockings -->
<item id="435" price="119880" /> <!-- Wizard Tunic -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="469" price="114240" /> <!-- Stockings of Knowledge -->
<item id="436" price="182400" /> <!-- Tunic of Knowledge -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2447" price="60960" /> <!-- Gloves of Knowledge -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2423" price="60960" /> <!-- Boots of Knowledge -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="470" price="168000" /> <!-- Mithril Stockings -->
<item id="437" price="268800" /> <!-- Mithril Tunic -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2426" price="89640" /> <!-- Elven Mithril Boots -->
</list>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31304</npc>
</npcs>
<item id="908" price="14280" /> <!-- Necklace of Wisdom -->
<item id="845" price="10668" /> <!-- Cat's Eye Earring -->
<item id="877" price="7104" /> <!-- Ring of Wisdom -->
<item id="909" price="25560" /> <!-- Blue Diamond Necklace -->
<item id="846" price="19200" /> <!-- Coral Earring -->
<item id="878" price="12840" /> <!-- Blue Coral Ring -->
<item id="910" price="43080" /> <!-- Necklace of Devotion -->
<item id="847" price="32280" /> <!-- Red Crescent -->
<item id="890" price="21600" /> <!-- Ring of Devotion -->
<item id="911" price="68160" /> <!-- Magic Necklace -->
<item id="848" price="51120" /> <!-- Earring of Magic -->
<item id="879" price="34080" /> <!-- Ring of Magic -->
<item id="912" price="102840" /> <!-- Near Forest Necklace -->
<item id="849" price="77160" /> <!-- Tiger's Eye -->
<item id="880" price="51360" /> <!-- Black Pearl Ring -->
<item id="913" price="150000" /> <!-- Elven Necklace -->
<item id="850" price="112080" /> <!-- Elven Earring -->
<item id="881" price="74760" /> <!-- Elven Ring -->
</list>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31305</npc>
</npcs>
<item id="908" price="14280" /> <!-- Necklace of Wisdom -->
<item id="845" price="10668" /> <!-- Cat's Eye Earring -->
<item id="877" price="7104" /> <!-- Ring of Wisdom -->
<item id="909" price="25560" /> <!-- Blue Diamond Necklace -->
<item id="846" price="19200" /> <!-- Coral Earring -->
<item id="878" price="12840" /> <!-- Blue Coral Ring -->
<item id="910" price="43080" /> <!-- Necklace of Devotion -->
<item id="847" price="32280" /> <!-- Red Crescent -->
<item id="890" price="21600" /> <!-- Ring of Devotion -->
<item id="911" price="68160" /> <!-- Magic Necklace -->
<item id="848" price="51120" /> <!-- Earring of Magic -->
<item id="879" price="34080" /> <!-- Ring of Magic -->
<item id="912" price="102840" /> <!-- Near Forest Necklace -->
<item id="849" price="77160" /> <!-- Tiger's Eye -->
<item id="880" price="51360" /> <!-- Black Pearl Ring -->
<item id="913" price="150000" /> <!-- Elven Necklace -->
<item id="850" price="112080" /> <!-- Elven Earring -->
<item id="881" price="74760" /> <!-- Elven Ring -->
</list>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31306</npc>
</npcs>
<item id="1835" price="8" /> <!-- Soulshot (No-grade) -->
<item id="2509" price="18" /> <!-- Spiritshot (No-grade) -->
<item id="3947" price="42" /> <!-- Blessed Spiritshot (No-grade) -->
<item id="5146" price="13860" /> <!-- Blessed Spiritshot Compressed Package (No-grade) -->
<item id="5140" price="5940" /> <!-- Spiritshot Compressed Package (No-grade) -->
<item id="5134" price="2760" /> <!-- Soulshot Compressed Package (No-grade) -->
<item id="5262" price="46200" /> <!-- Greater Blessed Spiritshot Compressed Package (No-grade) -->
<item id="5256" price="19800" /> <!-- Greater Spiritshot Compressed Package (No-grade) -->
<item id="5250" price="9240" /> <!-- Greater Soulshot Compressed Package (No-grade) -->
<item id="17" price="2" /> <!-- Wooden Arrow -->
<item id="1341" price="3" /> <!-- Bone Arrow -->
<item id="1342" price="6" /> <!-- Steel Arrow -->
<item id="1343" price="8" /> <!-- Silver Arrow -->
<item id="1060" price="108" /> <!-- Healing Potion -->
<item id="1061" price="396" /> <!-- Major Healing Potion -->
<item id="1539" price="1080" /> <!-- Major Healing Potion -->
<item id="1831" price="90" /> <!-- Antidote -->
<item id="1832" price="216" /> <!-- Greater Antidote -->
<item id="1833" price="90" /> <!-- Bandage -->
<item id="1834" price="216" /> <!-- Emergency Dressing -->
<item id="734" price="1440" /> <!-- Wind Walk Potion -->
<item id="735" price="2880" /> <!-- Haste Potion -->
<item id="6035" price="2880" /> <!-- Magic Haste Potion -->
<item id="6037" price="120" /> <!-- Cancel Sleep Scroll -->
<item id="736" price="480" /> <!-- Scroll of Escape -->
<item id="737" price="2400" /> <!-- Scroll of Resurrection -->
<item id="1829" price="600" /> <!-- Scroll of Escape : Clan Hall -->
<item id="1830" price="600" /> <!-- Scroll of Escape : Castle -->
<item id="3031" price="480" /> <!-- Spirit Ore -->
<item id="1785" price="300" /> <!-- Soulstone -->
<item id="5589" price="120" /> <!-- Momentum Stone -->
<item id="1661" price="1200" /> <!-- Thief Key -->
<item id="5192" price="120" /> <!-- Magic Rope (D-grade) -->
<item id="5193" price="180" /> <!-- Magic Rope (C-grade) -->
<item id="5194" price="300" /> <!-- Magic Rope (B-grade) -->
<item id="2130" price="1200" /> <!-- Gemstone (D-grade) -->
<item id="2131" price="3600" /> <!-- Gemstone (C-grade) -->
<item id="2132" price="12000" /> <!-- Gemstone (B-grade) -->
<item id="4679" price="600" /> <!-- Eva's Blessing -->
</list>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31307</npc>
</npcs>
<item id="1835" price="8" /> <!-- Soulshot (No-grade) -->
<item id="2509" price="18" /> <!-- Spiritshot (No-grade) -->
<item id="3947" price="42" /> <!-- Blessed Spiritshot (No-grade) -->
<item id="5146" price="13860" /> <!-- Blessed Spiritshot Compressed Package (No-grade) -->
<item id="5140" price="5940" /> <!-- Spiritshot Compressed Package (No-grade) -->
<item id="5134" price="2760" /> <!-- Soulshot Compressed Package (No-grade) -->
<item id="5262" price="46200" /> <!-- Greater Blessed Spiritshot Compressed Package (No-grade) -->
<item id="5256" price="19800" /> <!-- Greater Spiritshot Compressed Package (No-grade) -->
<item id="5250" price="9240" /> <!-- Greater Soulshot Compressed Package (No-grade) -->
<item id="17" price="2" /> <!-- Wooden Arrow -->
<item id="1341" price="3" /> <!-- Bone Arrow -->
<item id="1342" price="6" /> <!-- Steel Arrow -->
<item id="1343" price="8" /> <!-- Silver Arrow -->
<item id="1060" price="108" /> <!-- Healing Potion -->
<item id="1061" price="396" /> <!-- Major Healing Potion -->
<item id="1539" price="1080" /> <!-- Major Healing Potion -->
<item id="1831" price="90" /> <!-- Antidote -->
<item id="1832" price="216" /> <!-- Greater Antidote -->
<item id="1833" price="90" /> <!-- Bandage -->
<item id="1834" price="216" /> <!-- Emergency Dressing -->
<item id="734" price="1440" /> <!-- Wind Walk Potion -->
<item id="735" price="2880" /> <!-- Haste Potion -->
<item id="6035" price="2880" /> <!-- Magic Haste Potion -->
<item id="6037" price="120" /> <!-- Cancel Sleep Scroll -->
<item id="736" price="480" /> <!-- Scroll of Escape -->
<item id="737" price="2400" /> <!-- Scroll of Resurrection -->
<item id="1829" price="600" /> <!-- Scroll of Escape : Clan Hall -->
<item id="1830" price="600" /> <!-- Scroll of Escape : Castle -->
<item id="3031" price="480" /> <!-- Spirit Ore -->
<item id="1785" price="300" /> <!-- Soulstone -->
<item id="5589" price="120" /> <!-- Momentum Stone -->
<item id="1661" price="1200" /> <!-- Thief Key -->
<item id="5192" price="120" /> <!-- Magic Rope (D-grade) -->
<item id="5193" price="180" /> <!-- Magic Rope (C-grade) -->
<item id="5194" price="300" /> <!-- Magic Rope (B-grade) -->
<item id="2130" price="1200" /> <!-- Gemstone (D-grade) -->
<item id="2131" price="3600" /> <!-- Gemstone (C-grade) -->
<item id="2132" price="12000" /> <!-- Gemstone (B-grade) -->
<item id="4679" price="600" /> <!-- Eva's Blessing -->
</list>

View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31309</npc> <!-- Woods -->
</npcs>
<item id="2505" /> <!-- Iron Canine -->
<item id="3439" /> <!-- Shining Canine -->
<item id="3902" /> <!-- Ghost Canine -->
<item id="3903" /> <!-- Mithril Canine -->
<item id="3904" /> <!-- Sylvan Canine -->
<item id="3905" /> <!-- Oriharukon Canine -->
<item id="3906" /> <!-- Fang of Saltydog -->
<item id="2506" /> <!-- Wolf's Leather Armor -->
<item id="3891" /> <!-- Wolf's Hide Armor -->
<item id="3892" /> <!-- Wolf's Durable Leather Armor -->
<item id="3893" /> <!-- Wolf's Wooden Armor -->
<item id="3894" /> <!-- Wolf's Ring Mail -->
<item id="3895" /> <!-- Wolf's Bone Armor -->
<item id="3896" /> <!-- Wolf's Scale Mail -->
<item id="2515" /> <!-- Wolf Food -->
<item id="14818" /> <!-- Enriched Pet Food -->
<item id="3920" /> <!-- Viperbite -->
<item id="3921" /> <!-- Shadow Fang -->
<item id="3922" /> <!-- Alya Fang -->
<item id="3923" /> <!-- Torturer -->
<item id="5187" /> <!-- Serpentine Grinder -->
<item id="5188" /> <!-- Fang of Dahak -->
<item id="5189" /> <!-- Crimson Blood Fang -->
<item id="5190" /> <!-- Draconic Chopper -->
<item id="5191" /> <!-- Diabolic Grinder -->
<item id="3913" /> <!-- Hatchling's Scale Mail -->
<item id="3914" /> <!-- Hatchling's Brigandine -->
<item id="3915" /> <!-- Hatchling's Bronze Coat -->
<item id="3916" /> <!-- Hatchling's Steel Coat -->
<item id="5182" /> <!-- Hatchling's Gorgon Coat -->
<item id="5183" /> <!-- Hatchling's Ophidian Plate -->
<item id="5184" /> <!-- Hatchling's Crimson Plate -->
<item id="5185" /> <!-- Hatchling's Draconic Plate -->
<item id="5186" /> <!-- Hatchling's Inferno Plate -->
<item id="4038" /> <!-- Hatchling Food -->
<item id="5176" /> <!-- Serpentine Spike -->
<item id="5177" /> <!-- Drake Horn -->
<item id="5178" /> <!-- Assault Alicorn -->
<item id="5179" /> <!-- Draconic Slicer -->
<item id="5180" /> <!-- Ohpdian Lance -->
<item id="5181" /> <!-- Diamond Drill -->
<item id="5170" /> <!-- Mithril Panzer Coat -->
<item id="5171" /> <!-- Brigandine Panzer Coat -->
<item id="5172" /> <!-- Draconic Panzer Coat -->
<item id="5173" /> <!-- Blood Panzer Coat -->
<item id="5174" /> <!-- Ophidian Panzer Coat -->
<item id="5175" /> <!-- Inferno Panzer Coat -->
<item id="5168" /> <!-- Strider Food -->
<item id="6645" /> <!-- Beast Soulshot -->
<item id="6646" /> <!-- Beast Spiritshot -->
<item id="6647" /> <!-- Blessed Beast Spiritshot -->
<item id="7582" /> <!-- Baby Spice -->
<item id="8541" /> <!-- Little Harness -->
<item id="9656" /> <!-- Reinforced Wolf Fang -->
<item id="9657" /> <!-- Reinforced Coyote Fang -->
<item id="9658" /> <!-- Reinforced Saltydog Fang -->
<item id="9659" /> <!-- Reinforced Cerberus Fang -->
<item id="9660" /> <!-- Orichalcum Fang -->
<item id="9661" /> <!-- Reinforced Fenril Fang -->
<item id="9662" /> <!-- Great Wolf Scale Armor -->
<item id="9663" /> <!-- Great Wolf Bronze Armor -->
<item id="9664" /> <!-- Great Wolf Plate Armor -->
<item id="9665" /> <!-- Great Wolf Mithril Armor -->
<item id="9666" /> <!-- Great Wolf Oriharukon Armor -->
<item id="9667" /> <!-- Great Wolf Orichalcum Armor -->
<item id="9668" /> <!-- Great Wolf Food -->
<item id="10515" /> <!-- Beast Soulshot Compressed Pack -->
<item id="10516" /> <!-- Beast Spiritshot Compressed Pack -->
<item id="10517" /> <!-- Blessed Beast Spiritshot Compressed Pack -->
<item id="10425" /> <!-- Improved Baby Pet Food -->
<item id="12740" /> <!-- Baby Pet Scale Armor -->
<item id="12741" /> <!-- Baby Pet Bronze Armor -->
<item id="12742" /> <!-- Baby Pet Plate Armor -->
<item id="12743" /> <!-- Baby Pet Mithril Armor -->
<item id="12744" /> <!-- Baby Pet Oriharukon Armor -->
<item id="12745" /> <!-- Baby Pet Orichalcum Armor -->
<item id="12746" /> <!-- Crystal Pendant -->
<item id="12747" /> <!-- Ruby Pendant -->
<item id="12748" /> <!-- Sapphire Pendant -->
<item id="12749" /> <!-- Diamond Pendant -->
<item id="12750" /> <!-- Enria Pendant -->
<item id="12751" /> <!-- Thons Pendant -->
<item id="12752" /> <!-- Asofe Pendant -->
</list>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31351</npc> <!-- Volker -->
</npcs>
<item id="8924" /> <!-- Boat Ticket: Primeval Isle to Rune. -->
<item id="8925" /> <!-- Boat Ticket: Rune to Primeval Isle. -->
</list>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31366</npc> <!-- Feed Seller -->
</npcs>
<item id="15474" /> <!-- Golden Spice -->
<item id="15475" /> <!-- Crystal Spice -->
<item id="15482" /> <!-- Golden Spice Crate -->
<item id="15483" /> <!-- Crystal Spice Compressed Pack -->
<item id="736" /> <!-- Scroll of Escape -->
<item id="8599" /> <!-- Scroll: Recovery (Grade S) -->
</list>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31945</npc>
</npcs>
<item id="2" price="490800" /> <!-- Long Sword -->
<item id="218" price="163200" /> <!-- Throwing Knife -->
<item id="272" price="163200" /> <!-- Forest Bow -->
<item id="15" price="163200" /> <!-- Short Spear -->
<item id="256" price="163200" /> <!-- Cestus -->
<item id="68" price="292800" /> <!-- Falchion -->
<item id="219" price="292800" /> <!-- Sword Breaker -->
<item id="273" price="292800" /> <!-- Compound Bow -->
<item id="155" price="292800" /> <!-- Flanged Mace -->
<item id="87" price="292800" /> <!-- Iron Hammer -->
<item id="16" price="292800" /> <!-- Great Spear -->
<item id="257" price="292800" /> <!-- Viper Fang -->
<item id="5284" price="292800" /> <!-- Zweihander -->
<item id="123" price="490800" /> <!-- Saber -->
<item id="7880" price="490800" /> <!-- Steel Sword -->
<item id="220" price="490800" /> <!-- Crafted Dagger -->
<item id="221" price="490800" /> <!-- Assassin Knife -->
<item id="274" price="490800" /> <!-- Reinforced Bow -->
<item id="156" price="490800" /> <!-- Hand Axe -->
<item id="166" price="490800" /> <!-- Heavy Mace -->
<item id="168" price="490800" /> <!-- Work Hammer -->
<item id="291" price="490800" /> <!-- Trident -->
<item id="258" price="490800" /> <!-- Bagh-Nakh -->
<item id="5285" price="490800" /> <!-- Heavy Sword -->
<item id="69" price="772800" /> <!-- Bastard Sword -->
<item id="126" price="772800" /> <!-- Artisan's Sword -->
<item id="222" price="772800" /> <!-- Poniard Dagger -->
<item id="275" price="772800" /> <!-- Longbow -->
<item id="276" price="772800" /> <!-- Elven Bow -->
<item id="277" price="772800" /> <!-- Dark Elven Bow -->
<item id="86" price="772800" /> <!-- Tomahawk -->
<item id="292" price="772800" /> <!-- Pike -->
<item id="295" price="772800" /> <!-- Dwarven Trident -->
<item id="259" price="772800" /> <!-- Single-Edged Jamadhr -->
<item id="124" price="1160400" /> <!-- Two-handed Sword -->
<item id="127" price="1160400" /> <!-- Crimson Sword -->
<item id="130" price="1160400" /> <!-- Elven Sword -->
<item id="223" price="1160400" /> <!-- Kukuri -->
<item id="278" price="1160400" /> <!-- Gastraphetes -->
<item id="157" price="1160400" /> <!-- Spiked Club -->
<item id="293" price="1160400" /> <!-- War Hammer -->
<item id="296" price="1160400" /> <!-- Dwarven Pike -->
<item id="260" price="1160400" /> <!-- Triple-Edged Jamadhr -->
<item id="129" price="1680000" /> <!-- Sword of Revolution -->
<item id="224" price="1680000" /> <!-- Maingauche -->
<item id="1660" price="1680000" /> <!-- Cursed Maingauche -->
<item id="279" price="1680000" /> <!-- Reinforced Longbow -->
<item id="158" price="1680000" /> <!-- Tarbar -->
<item id="7881" price="1680000" /> <!-- Lesser Giant's Sword -->
<item id="7896" price="1680000" /> <!-- Lesser Giant's Hammer -->
<item id="172" price="1680000" /> <!-- Heavy Bone Club -->
<item id="294" price="1680000" /> <!-- War Pick -->
<item id="88" price="1680000" /> <!-- Mornign Star -->
<item id="93" price="1680000" /> <!-- Winged Spear -->
<item id="261" price="1680000" /> <!-- Bich'Hwa -->
</list>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31945</npc>
</npcs>
<item id="176" price="163200" /> <!-- Apprentice's Staff -->
<item id="310" price="163200" /> <!-- Relic of the Saints -->
<item id="177" price="292800" /> <!-- Mage Staff -->
<item id="311" price="292800" /> <!-- Crucifix of Blessing -->
<item id="100" price="292800" /> <!-- Voodoo Doll -->
<item id="178" price="490800" /> <!-- Bone Staff -->
<item id="101" price="490800" /> <!-- Scroll of Wisdom -->
<item id="7885" price="490800" /> <!-- Priest Sword -->
<item id="312" price="490800" /> <!-- Branch of Life -->
<item id="314" price="490800" /> <!-- Proof of Revenge -->
<item id="179" price="772800" /> <!-- Mace of Prayer -->
<item id="182" price="772800" /> <!-- Doom Hammer -->
<item id="183" price="772800" /> <!-- Mystic Staff -->
<item id="185" price="772800" /> <!-- Staff of Mana -->
<item id="315" price="772800" /> <!-- Divine Tome -->
<item id="83" price="859200" /> <!-- Sword of Magic -->
<item id="143" price="859200" /> <!-- Sword of Mystic -->
<item id="144" price="859200" /> <!-- Sword of Occult -->
<item id="238" price="1160400" /> <!-- Dagger of Mana -->
<item id="239" price="1160400" /> <!-- Mystic Knife -->
<item id="240" price="1160400" /> <!-- Conjurer's Knife -->
<item id="241" price="1160400" /> <!-- Shilen Knife -->
<item id="186" price="1160400" /> <!-- Staff of Magic -->
<item id="316" price="1160400" /> <!-- Sage's Blood -->
<item id="317" price="1160400" /> <!-- Tome of Blood -->
<item id="90" price="1680000" /> <!-- Goat Head Staff -->
<item id="83" price="1680000" /> <!-- Sword of Magic Fog -->
<item id="7890" price="1680000" /> <!-- Priest Mace -->
</list>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31946</npc>
</npcs>
<item id="2" price="490800" /> <!-- Long Sword -->
<item id="218" price="163200" /> <!-- Throwing Knife -->
<item id="272" price="163200" /> <!-- Forest Bow -->
<item id="15" price="163200" /> <!-- Short Spear -->
<item id="256" price="163200" /> <!-- Cestus -->
<item id="68" price="292800" /> <!-- Falchion -->
<item id="219" price="292800" /> <!-- Sword Breaker -->
<item id="273" price="292800" /> <!-- Compound Bow -->
<item id="155" price="292800" /> <!-- Flanged Mace -->
<item id="87" price="292800" /> <!-- Iron Hammer -->
<item id="16" price="292800" /> <!-- Great Spear -->
<item id="257" price="292800" /> <!-- Viper Fang -->
<item id="5284" price="292800" /> <!-- Zweihander -->
<item id="123" price="490800" /> <!-- Saber -->
<item id="7880" price="490800" /> <!-- Steel Sword -->
<item id="220" price="490800" /> <!-- Crafted Dagger -->
<item id="221" price="490800" /> <!-- Assassin Knife -->
<item id="274" price="490800" /> <!-- Reinforced Bow -->
<item id="156" price="490800" /> <!-- Hand Axe -->
<item id="166" price="490800" /> <!-- Heavy Mace -->
<item id="168" price="490800" /> <!-- Work Hammer -->
<item id="291" price="490800" /> <!-- Trident -->
<item id="258" price="490800" /> <!-- Bagh-Nakh -->
<item id="5285" price="490800" /> <!-- Heavy Sword -->
<item id="69" price="772800" /> <!-- Bastard Sword -->
<item id="126" price="772800" /> <!-- Artisan's Sword -->
<item id="222" price="772800" /> <!-- Poniard Dagger -->
<item id="275" price="772800" /> <!-- Longbow -->
<item id="276" price="772800" /> <!-- Elven Bow -->
<item id="277" price="772800" /> <!-- Dark Elven Bow -->
<item id="86" price="772800" /> <!-- Tomahawk -->
<item id="292" price="772800" /> <!-- Pike -->
<item id="295" price="772800" /> <!-- Dwarven Trident -->
<item id="259" price="772800" /> <!-- Single-Edged Jamadhr -->
<item id="124" price="1160400" /> <!-- Two-handed Sword -->
<item id="127" price="1160400" /> <!-- Crimson Sword -->
<item id="130" price="1160400" /> <!-- Elven Sword -->
<item id="223" price="1160400" /> <!-- Kukuri -->
<item id="278" price="1160400" /> <!-- Gastraphetes -->
<item id="157" price="1160400" /> <!-- Spiked Club -->
<item id="293" price="1160400" /> <!-- War Hammer -->
<item id="296" price="1160400" /> <!-- Dwarven Pike -->
<item id="260" price="1160400" /> <!-- Triple-Edged Jamadhr -->
<item id="129" price="1680000" /> <!-- Sword of Revolution -->
<item id="224" price="1680000" /> <!-- Maingauche -->
<item id="1660" price="1680000" /> <!-- Cursed Maingauche -->
<item id="279" price="1680000" /> <!-- Reinforced Longbow -->
<item id="158" price="1680000" /> <!-- Tarbar -->
<item id="7881" price="1680000" /> <!-- Lesser Giant's Sword -->
<item id="7896" price="1680000" /> <!-- Lesser Giant's Hammer -->
<item id="172" price="1680000" /> <!-- Heavy Bone Club -->
<item id="294" price="1680000" /> <!-- War Pick -->
<item id="88" price="1680000" /> <!-- Mornign Star -->
<item id="93" price="1680000" /> <!-- Winged Spear -->
<item id="261" price="1680000" /> <!-- Bich'Hwa -->
</list>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31946</npc>
</npcs>
<item id="176" price="163200" /> <!-- Apprentice's Staff -->
<item id="310" price="163200" /> <!-- Relic of the Saints -->
<item id="177" price="292800" /> <!-- Mage Staff -->
<item id="311" price="292800" /> <!-- Crucifix of Blessing -->
<item id="100" price="292800" /> <!-- Voodoo Doll -->
<item id="178" price="490800" /> <!-- Bone Staff -->
<item id="101" price="490800" /> <!-- Scroll of Wisdom -->
<item id="7885" price="490800" /> <!-- Priest Sword -->
<item id="312" price="490800" /> <!-- Branch of Life -->
<item id="314" price="490800" /> <!-- Proof of Revenge -->
<item id="179" price="772800" /> <!-- Mace of Prayer -->
<item id="182" price="772800" /> <!-- Doom Hammer -->
<item id="183" price="772800" /> <!-- Mystic Staff -->
<item id="185" price="772800" /> <!-- Staff of Mana -->
<item id="315" price="772800" /> <!-- Divine Tome -->
<item id="83" price="859200" /> <!-- Sword of Magic -->
<item id="143" price="859200" /> <!-- Sword of Mystic -->
<item id="144" price="859200" /> <!-- Sword of Occult -->
<item id="238" price="1160400" /> <!-- Dagger of Mana -->
<item id="239" price="1160400" /> <!-- Mystic Knife -->
<item id="240" price="1160400" /> <!-- Conjurer's Knife -->
<item id="241" price="1160400" /> <!-- Shilen Knife -->
<item id="186" price="1160400" /> <!-- Staff of Magic -->
<item id="316" price="1160400" /> <!-- Sage's Blood -->
<item id="317" price="1160400" /> <!-- Tome of Blood -->
<item id="90" price="1680000" /> <!-- Goat Head Staff -->
<item id="83" price="1680000" /> <!-- Sword of Magic Fog -->
<item id="7890" price="1680000" /> <!-- Priest Mace -->
</list>

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31947</npc>
</npcs>
<item id="412" price="15240" /> <!-- Cotton Pants -->
<item id="390" price="24360" /> <!-- Cotton Shirt -->
<item id="24" price="24360" /> <!-- Bone Bronze -->
<item id="31" price="15240" /> <!-- Bone Gaiters -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="25" price="38160" /> <!-- Piece Bone Breastplate -->
<item id="32" price="23880" /> <!-- Piece Bone Gaiters -->
<item id="26" price="59040" /> <!-- Bronze Breastplate -->
<item id="33" price="27600" /> <!-- Durable Leather Gaiters -->
<item id="27" price="44280" /> <!-- Durable Leather Shirt -->
<item id="34" price="36840" /> <!-- Bronze Gaiters -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="413" price="46920" /> <!-- Puma Skin Gaiters -->
<item id="347" price="100200" /> <!-- Ring Breastplate -->
<item id="391" price="75120" /> <!-- Puma Skin Shirt -->
<item id="376" price="62640" /> <!-- Iron Plate Gaiters -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="414" price="75000" /> <!-- Lion Skin Gaiters -->
<item id="392" price="119880" /> <!-- Lion Skin Shirt -->
<item id="348" price="159600" /> <!-- Scale Mail -->
<item id="377" price="99960" /> <!-- Scale Gaiters -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="349" price="219600" /> <!-- Compound Scale Mail -->
<item id="350" price="219600" /> <!-- Dwarven Scale Mail -->
<item id="58" price="219600" /> <!-- Mithril Breastplate -->
<item id="59" price="152400" /> <!-- Mithril Gaiters -->
<item id="416" price="114240" /> <!-- Reinforce Leather Gaiters -->
<item id="351" price="243600" /> <!-- Breastplate -->
<item id="378" price="152400" /> <!-- Compound Scale Gaiters -->
<item id="379" price="152400" /> <!-- Dwarven Scale Gaiters -->
<item id="415" price="114240" /> <!-- Mithril Banded Gaiters -->
<item id="393" price="182400" /> <!-- Mithril Banded Mail -->
<item id="394" price="182400" /> <!-- Reinforce Leather Shirt -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2446" price="60960" /> <!-- Reinforce Leather Gloves -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2422" price="60960" /> <!-- Reinforce Leather Boots -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="2378" price="224400" /> <!-- Brigandine Gaiters -->
<item id="352" price="358800" /> <!-- Brigandine -->
<item id="395" price="268800" /> <!-- Manticore Skin Shirt -->
<item id="417" price="168000" /> <!-- Manticore Skin Gaiters -->
<item id="2377" price="224400" /> <!-- Mithril Scale Gaiters -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="2448" price="89640" /> <!-- Manticore Skin Gloves -->
<item id="2449" price="89640" /> <!-- Brigandine Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2424" price="89640" /> <!-- Manticore Skin Boots -->
<item id="2425" price="89640" /> <!-- Brigandine Boots -->
</list>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31947</npc>
</npcs>
<item id="1104" price="15240" /> <!-- Stockings of Devotion -->
<item id="1101" price="24360" /> <!-- Tunic of Devotion -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="1105" price="27600" /> <!-- Stockings of Magic -->
<item id="1102" price="44280" /> <!-- Tunic of Magic -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="465" price="46920" /> <!-- Crused Stockings -->
<item id="432" price="75120" /> <!-- Crused Tunic -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="467" price="75000" /> <!-- Dark Stockings -->
<item id="434" price="119880" /> <!-- White Tunic -->
<item id="468" price="75000" /> <!-- Wizard Stockings -->
<item id="435" price="119880" /> <!-- Wizard Tunic -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="469" price="114240" /> <!-- Stockings of Knowledge -->
<item id="436" price="182400" /> <!-- Tunic of Knowledge -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2447" price="60960" /> <!-- Gloves of Knowledge -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2423" price="60960" /> <!-- Boots of Knowledge -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="470" price="168000" /> <!-- Mithril Stockings -->
<item id="437" price="268800" /> <!-- Mithril Tunic -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2426" price="89640" /> <!-- Elven Mithril Boots -->
</list>

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31948</npc>
</npcs>
<item id="412" price="15240" /> <!-- Cotton Pants -->
<item id="390" price="24360" /> <!-- Cotton Shirt -->
<item id="24" price="24360" /> <!-- Bone Bronze -->
<item id="31" price="15240" /> <!-- Bone Gaiters -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="25" price="38160" /> <!-- Piece Bone Breastplate -->
<item id="32" price="23880" /> <!-- Piece Bone Gaiters -->
<item id="26" price="59040" /> <!-- Bronze Breastplate -->
<item id="33" price="27600" /> <!-- Durable Leather Gaiters -->
<item id="27" price="44280" /> <!-- Durable Leather Shirt -->
<item id="34" price="36840" /> <!-- Bronze Gaiters -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="413" price="46920" /> <!-- Puma Skin Gaiters -->
<item id="347" price="100200" /> <!-- Ring Breastplate -->
<item id="391" price="75120" /> <!-- Puma Skin Shirt -->
<item id="376" price="62640" /> <!-- Iron Plate Gaiters -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="414" price="75000" /> <!-- Lion Skin Gaiters -->
<item id="392" price="119880" /> <!-- Lion Skin Shirt -->
<item id="348" price="159600" /> <!-- Scale Mail -->
<item id="377" price="99960" /> <!-- Scale Gaiters -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="349" price="219600" /> <!-- Compound Scale Mail -->
<item id="350" price="219600" /> <!-- Dwarven Scale Mail -->
<item id="58" price="219600" /> <!-- Mithril Breastplate -->
<item id="59" price="152400" /> <!-- Mithril Gaiters -->
<item id="416" price="114240" /> <!-- Reinforce Leather Gaiters -->
<item id="351" price="243600" /> <!-- Breastplate -->
<item id="378" price="152400" /> <!-- Compound Scale Gaiters -->
<item id="379" price="152400" /> <!-- Dwarven Scale Gaiters -->
<item id="415" price="114240" /> <!-- Mithril Banded Gaiters -->
<item id="393" price="182400" /> <!-- Mithril Banded Mail -->
<item id="394" price="182400" /> <!-- Reinforce Leather Shirt -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2446" price="60960" /> <!-- Reinforce Leather Gloves -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2422" price="60960" /> <!-- Reinforce Leather Boots -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="2378" price="224400" /> <!-- Brigandine Gaiters -->
<item id="352" price="358800" /> <!-- Brigandine -->
<item id="395" price="268800" /> <!-- Manticore Skin Shirt -->
<item id="417" price="168000" /> <!-- Manticore Skin Gaiters -->
<item id="2377" price="224400" /> <!-- Mithril Scale Gaiters -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="2448" price="89640" /> <!-- Manticore Skin Gloves -->
<item id="2449" price="89640" /> <!-- Brigandine Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2424" price="89640" /> <!-- Manticore Skin Boots -->
<item id="2425" price="89640" /> <!-- Brigandine Boots -->
</list>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31948</npc>
</npcs>
<item id="1104" price="15240" /> <!-- Stockings of Devotion -->
<item id="1101" price="24360" /> <!-- Tunic of Devotion -->
<item id="102" price="8532" /> <!-- Round Shield -->
<item id="50" price="8124" /> <!-- Leather Gloves -->
<item id="38" price="8124" /> <!-- Low Boots -->
<item id="44" price="12240" /> <!-- Leather Helm -->
<item id="1105" price="27600" /> <!-- Stockings of Magic -->
<item id="1102" price="44280" /> <!-- Tunic of Magic -->
<item id="625" price="15480" /> <!-- Bone Shield -->
<item id="51" price="14760" /> <!-- Bracer -->
<item id="39" price="14760" /> <!-- Boots -->
<item id="1148" price="22080" /> <!-- Durable Leather Helmet -->
<item id="465" price="46920" /> <!-- Crused Stockings -->
<item id="432" price="75120" /> <!-- Crused Tunic -->
<item id="626" price="26280" /> <!-- Bronze Shield -->
<item id="604" price="25080" /> <!-- Quality Leather Gloves -->
<item id="40" price="25080" /> <!-- Leather Boots -->
<item id="45" price="37560" /> <!-- Bone Helmet -->
<item id="467" price="75000" /> <!-- Dark Stockings -->
<item id="434" price="119880" /> <!-- White Tunic -->
<item id="468" price="75000" /> <!-- Wizard Stockings -->
<item id="435" price="119880" /> <!-- Wizard Tunic -->
<item id="627" price="42000" /> <!-- Aspis -->
<item id="605" price="39960" /> <!-- Leather Gauntlets -->
<item id="1123" price="39960" /> <!-- Blue Buckskin Boots -->
<item id="46" price="60000" /> <!-- Bronze Helmet -->
<item id="469" price="114240" /> <!-- Stockings of Knowledge -->
<item id="436" price="182400" /> <!-- Tunic of Knowledge -->
<item id="628" price="63960" /> <!-- Hoplon -->
<item id="63" price="60960" /> <!-- Gauntlets -->
<item id="2447" price="60960" /> <!-- Gloves of Knowledge -->
<item id="553" price="60960" /> <!-- Iron Boots -->
<item id="2423" price="60960" /> <!-- Boots of Knowledge -->
<item id="47" price="91440" /> <!-- Helmet -->
<item id="470" price="168000" /> <!-- Mithril Stockings -->
<item id="437" price="268800" /> <!-- Mithril Tunic -->
<item id="629" price="94080" /> <!-- Kite Shield -->
<item id="2493" price="94080" /> <!-- Brigandine Shield -->
<item id="606" price="89640" /> <!-- Rip Gauntlets -->
<item id="1124" price="89640" /> <!-- Boots of Strength -->
<item id="2426" price="89640" /> <!-- Elven Mithril Boots -->
</list>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31949</npc>
</npcs>
<item id="908" price="14280" /> <!-- Necklace of Wisdom -->
<item id="845" price="10668" /> <!-- Cat's Eye Earring -->
<item id="877" price="7104" /> <!-- Ring of Wisdom -->
<item id="909" price="25560" /> <!-- Blue Diamond Necklace -->
<item id="846" price="19200" /> <!-- Coral Earring -->
<item id="878" price="12840" /> <!-- Blue Coral Ring -->
<item id="910" price="43080" /> <!-- Necklace of Devotion -->
<item id="847" price="32280" /> <!-- Red Crescent -->
<item id="890" price="21600" /> <!-- Ring of Devotion -->
<item id="911" price="68160" /> <!-- Magic Necklace -->
<item id="848" price="51120" /> <!-- Earring of Magic -->
<item id="879" price="34080" /> <!-- Ring of Magic -->
<item id="912" price="102840" /> <!-- Near Forest Necklace -->
<item id="849" price="77160" /> <!-- Tiger's Eye -->
<item id="880" price="51360" /> <!-- Black Pearl Ring -->
<item id="913" price="150000" /> <!-- Elven Necklace -->
<item id="850" price="112080" /> <!-- Elven Earring -->
<item id="881" price="74760" /> <!-- Elven Ring -->
</list>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31950</npc>
</npcs>
<item id="908" price="14280" /> <!-- Necklace of Wisdom -->
<item id="845" price="10668" /> <!-- Cat's Eye Earring -->
<item id="877" price="7104" /> <!-- Ring of Wisdom -->
<item id="909" price="25560" /> <!-- Blue Diamond Necklace -->
<item id="846" price="19200" /> <!-- Coral Earring -->
<item id="878" price="12840" /> <!-- Blue Coral Ring -->
<item id="910" price="43080" /> <!-- Necklace of Devotion -->
<item id="847" price="32280" /> <!-- Red Crescent -->
<item id="890" price="21600" /> <!-- Ring of Devotion -->
<item id="911" price="68160" /> <!-- Magic Necklace -->
<item id="848" price="51120" /> <!-- Earring of Magic -->
<item id="879" price="34080" /> <!-- Ring of Magic -->
<item id="912" price="102840" /> <!-- Near Forest Necklace -->
<item id="849" price="77160" /> <!-- Tiger's Eye -->
<item id="880" price="51360" /> <!-- Black Pearl Ring -->
<item id="913" price="150000" /> <!-- Elven Necklace -->
<item id="850" price="112080" /> <!-- Elven Earring -->
<item id="881" price="74760" /> <!-- Elven Ring -->
</list>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31951</npc>
</npcs>
<item id="1835" price="8" /> <!-- Soulshot (No-grade) -->
<item id="2509" price="18" /> <!-- Spiritshot (No-grade) -->
<item id="3947" price="42" /> <!-- Blessed Spiritshot (No-grade) -->
<item id="5146" price="13860" /> <!-- Blessed Spiritshot Compressed Package (No-grade) -->
<item id="5140" price="5940" /> <!-- Spiritshot Compressed Package (No-grade) -->
<item id="5134" price="2760" /> <!-- Soulshot Compressed Package (No-grade) -->
<item id="5262" price="46200" /> <!-- Greater Blessed Spiritshot Compressed Package (No-grade) -->
<item id="5256" price="19800" /> <!-- Greater Spiritshot Compressed Package (No-grade) -->
<item id="5250" price="9240" /> <!-- Greater Soulshot Compressed Package (No-grade) -->
<item id="17" price="2" /> <!-- Wooden Arrow -->
<item id="1341" price="3" /> <!-- Bone Arrow -->
<item id="1342" price="6" /> <!-- Steel Arrow -->
<item id="1343" price="8" /> <!-- Silver Arrow -->
<item id="1060" price="108" /> <!-- Healing Potion -->
<item id="1061" price="396" /> <!-- Major Healing Potion -->
<item id="1539" price="1080" /> <!-- Major Healing Potion -->
<item id="1831" price="90" /> <!-- Antidote -->
<item id="1832" price="216" /> <!-- Greater Antidote -->
<item id="1833" price="90" /> <!-- Bandage -->
<item id="1834" price="216" /> <!-- Emergency Dressing -->
<item id="734" price="1440" /> <!-- Wind Walk Potion -->
<item id="735" price="2880" /> <!-- Haste Potion -->
<item id="6035" price="2880" /> <!-- Magic Haste Potion -->
<item id="6037" price="120" /> <!-- Cancel Sleep Scroll -->
<item id="736" price="480" /> <!-- Scroll of Escape -->
<item id="737" price="2400" /> <!-- Scroll of Resurrection -->
<item id="1829" price="600" /> <!-- Scroll of Escape : Clan Hall -->
<item id="1830" price="600" /> <!-- Scroll of Escape : Castle -->
<item id="3031" price="480" /> <!-- Spirit Ore -->
<item id="1785" price="300" /> <!-- Soulstone -->
<item id="5589" price="120" /> <!-- Momentum Stone -->
<item id="1661" price="1200" /> <!-- Thief Key -->
<item id="5192" price="120" /> <!-- Magic Rope (D-grade) -->
<item id="5193" price="180" /> <!-- Magic Rope (C-grade) -->
<item id="5194" price="300" /> <!-- Magic Rope (B-grade) -->
<item id="2130" price="1200" /> <!-- Gemstone (D-grade) -->
<item id="2131" price="3600" /> <!-- Gemstone (C-grade) -->
<item id="2132" price="12000" /> <!-- Gemstone (B-grade) -->
<item id="4679" price="600" /> <!-- Eva's Blessing -->
</list>

View File

@@ -0,0 +1,126 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31952</npc>
</npcs>
<item id="4445" price="5610" /> <!-- Dye of STR <STR + 1 CON -3> (1st Class tranfer)-->
<item id="4446" price="5610" /> <!-- Dye of STR <STR + 1 DEX -3> (1st Class tranfer)-->
<item id="4447" price="5610" /> <!-- Dye of CON <CON + 1 STR -3> (1st Class tranfer)-->
<item id="4448" price="5610" /> <!-- Dye of CON <CON + 1 DEX -3> (1st Class tranfer)-->
<item id="4449" price="5610" /> <!-- Dye of DEX <DEX + 1 STR -3> (1st Class tranfer)-->
<item id="4450" price="5610" /> <!-- Dye of DEX <DEX + 1 CON -3> (1st Class tranfer)-->
<item id="4451" price="5610" /> <!-- Dye of INT <INT + 1 MEN -3> (1st Class tranfer)-->
<item id="4452" price="5610" /> <!-- Dye of INT <INT + 1 WIT -3> (1st Class tranfer)-->
<item id="4453" price="5610" /> <!-- Dye of MEN <MEN + 1 INT -3> (1st Class tranfer)-->
<item id="4454" price="5610" /> <!-- Dye of MEN <MEN + 1 WIT -3> (1st Class tranfer)-->
<item id="4455" price="5610" /> <!-- Dye of WIT <WIT + 1 INT -3> (1st Class tranfer)-->
<item id="4456" price="5610" /> <!-- Dye of WIT <WIT + 1 MEN -3> (1st Class tranfer)-->
<item id="4457" price="13200" /> <!-- Dye of STR <STR + 1 CON -2> (1st Class tranfer)-->
<item id="4458" price="13200" /> <!-- Dye of STR <STR + 1 DEX -2> (1st Class tranfer)-->
<item id="4459" price="13200" /> <!-- Dye of CON <CON + 1 STR -2> (1st Class tranfer)-->
<item id="4460" price="13200" /> <!-- Dye of CON <CON + 1 DEX -2> (1st Class tranfer)-->
<item id="4461" price="13200" /> <!-- Dye of DEX <DEX + 1 STR -2> (1st Class tranfer)-->
<item id="4462" price="13200" /> <!-- Dye of DEX <DEX + 1 CON -2> (1st Class tranfer)-->
<item id="4463" price="13200" /> <!-- Dye of INT <INT + 1 MEN -2> (1st Class tranfer)-->
<item id="4464" price="13200" /> <!-- Dye of INT <INT + 1 WIT -2> (1st Class tranfer)-->
<item id="4465" price="13200" /> <!-- Dye of MEN <MEN + 1 INT -2> (1st Class tranfer)-->
<item id="4466" price="13200" /> <!-- Dye of MEN <MEN + 1 WIT -2> (1st Class tranfer)-->
<item id="4467" price="13200" /> <!-- Dye of WIT <WIT + 1 INT -2> (1st Class tranfer)-->
<item id="4468" price="13200" /> <!-- Dye of WIT <WIT + 1 MEN -2> (1st Class tranfer)-->
<item id="4481" price="13200" /> <!--Greater Dye of STR <STR + 1 CON -3> (2nd Class tranfer)-->
<item id="4482" price="13200" /> <!--Greater Dye of STR <STR + 1 DEX -3> (2nd Class tranfer)-->
<item id="4483" price="13200" /> <!--Greater Dye of CON <CON + 1 STR -3> (2nd Class tranfer)-->
<item id="4484" price="13200" /> <!--Greater Dye of CON <CON + 1 DEX -3> (2nd Class tranfer)-->
<item id="4485" price="13200" /> <!--Greater Dye of DEX <DEX + 1 STR -3> (2nd Class tranfer)-->
<item id="4486" price="13200" /> <!--Greater Dye of DEX <DEX + 1 CON -3> (2nd Class tranfer)-->
<item id="4487" price="13200" /> <!--Greater Dye of INT <INT + 1 MEN -3> (2nd Class tranfer)-->
<item id="4488" price="13200" /> <!--Greater Dye of INT <INT + 1 WIT -3> (2nd Class tranfer)-->
<item id="4489" price="13200" /> <!--Greater Dye of MEN <MEN + 1 INT -3> (2nd Class tranfer)-->
<item id="4490" price="13200" /> <!--Greater Dye of MEN <MEN + 1 WIT -3> (2nd Class tranfer)-->
<item id="4491" price="13200" /> <!--Greater Dye of WIT <WIT + 1 INT -3> (2nd Class tranfer)-->
<item id="4492" price="13200" /> <!--Greater Dye of WIT <WIT + 1 MEN -3> (2nd Class tranfer)-->
<item id="4493" price="23100" /> <!--Greater Dye of STR <STR+1 CON-2> (2nd Class tranfer)-->
<item id="4494" price="23100" /> <!--Greater Dye of STR <STR+1 DEX-2> (2nd Class tranfer)-->
<item id="4495" price="23100" /> <!--Greater Dye of CON <CON+1 STR-2> (2nd Class tranfer)-->
<item id="4496" price="23100" /> <!--Greater Dye of CON <CON+1 DEX-2> (2nd Class tranfer)-->
<item id="4497" price="23100" /> <!--Greater Dye of DEX <DEX+1 STR-2> (2nd Class tranfer)-->
<item id="4498" price="23100" /> <!--Greater Dye of DEX <DEX+1 CON-2> (2nd Class tranfer)-->
<item id="4499" price="23100" /> <!--Greater Dye of INT <INT+1 MEN-2> (2nd Class tranfer)-->
<item id="4500" price="23100" /> <!--Greater Dye of INT <INT+1 WIT-2> (2nd Class tranfer)-->
<item id="4501" price="23100" /> <!--Greater Dye of MEN <MEN+1 INT-2> (2nd Class tranfer)-->
<item id="4502" price="23100" /> <!--Greater Dye of MEN <MEN+1 WIT-2> (2nd Class tranfer)-->
<item id="4503" price="23100" /> <!--Greater Dye of WIT <WIT+1 INT-2> (2nd Class tranfer)-->
<item id="4504" price="23100" /> <!--Greater Dye of WIT <WIT+1 MEN-2> (2nd Class tranfer)-->
<item id="4505" price="27060" /> <!--Greater Dye of STR <STR+2 CON-4> (2nd Class tranfer)-->
<item id="4506" price="27060" /> <!--Greater Dye of STR <STR+2 DEX-4> (2nd Class tranfer)-->
<item id="4507" price="27060" /> <!--Greater Dye of CON <CON+2 STR-4> (2nd Class tranfer)-->
<item id="4508" price="27060" /> <!--Greater Dye of CON <CON+2 DEX-4> (2nd Class tranfer)-->
<item id="4509" price="27060" /> <!--Greater Dye of DEX <DEX+2 STR-4> (2nd Class tranfer)-->
<item id="4510" price="27060" /> <!--Greater Dye of DEX <DEX+2 CON-4> (2nd Class tranfer)-->
<item id="4511" price="27060" /> <!--Greater Dye of INT <INT+2 MEN-4> (2nd Class tranfer)-->
<item id="4512" price="27060" /> <!--Greater Dye of INT <INT+2 WIT-4> (2nd Class tranfer)-->
<item id="4513" price="27060" /> <!--Greater Dye of MEN <MEN+2 INT-4> (2nd Class tranfer)-->
<item id="4514" price="27060" /> <!--Greater Dye of MEN <MEN+2 WIT-4> (2nd Class tranfer)-->
<item id="4515" price="27060" /> <!--Greater Dye of WIT <WIT+2 INT-4> (2nd Class tranfer)-->
<item id="4516" price="27060" /> <!--Greater Dye of WIT <WIT+2 MEN-4> (2nd Class tranfer)-->
<item id="4517" price="29700" /> <!--Greater Dye of STR <STR+2 CON-3> (2nd Class tranfer)-->
<item id="4518" price="29700" /> <!--Greater Dye of STR <STR+2 DEX-3> (2nd Class tranfer)-->
<item id="4519" price="29700" /> <!--Greater Dye of CON <CON+2 STR-3> (2nd Class tranfer)-->
<item id="4520" price="29700" /> <!--Greater Dye of CON <CON+2 DEX-3> (2nd Class tranfer)-->
<item id="4521" price="29700" /> <!--Greater Dye of DEX <DEX+2 STR-3> (2nd Class tranfer)-->
<item id="4522" price="29700" /> <!--Greater Dye of DEX <DEX+2 CON-3> (2nd Class tranfer)-->
<item id="4523" price="29700" /> <!--Greater Dye of INT <INT+2 MEN-3> (2nd Class tranfer)-->
<item id="4524" price="29700" /> <!--Greater Dye of INT <INT+2 WIT-3> (2nd Class tranfer)-->
<item id="4525" price="29700" /> <!--Greater Dye of MEN <MEN+2 INT-3> (2nd Class tranfer)-->
<item id="4526" price="29700" /> <!--Greater Dye of MEN <MEN+2 WIT-3> (2nd Class tranfer)-->
<item id="4527" price="29700" /> <!--Greater Dye of WIT <WIT+2 INT-3> (2nd Class tranfer)-->
<item id="4528" price="29700" /> <!--Greater Dye of WIT <WIT+2 MEN-3> (2nd Class tranfer)-->
<item id="4529" price="33000" /> <!--Greater Dye of STR <STR+3 CON-5> (2nd Class tranfer)-->
<item id="4530" price="33000" /> <!--Greater Dye of STR <STR+3 DEX-5> (2nd Class tranfer)-->
<item id="4531" price="33000" /> <!--Greater Dye of CON <CON+3 STR-5> (2nd Class tranfer)-->
<item id="4532" price="33000" /> <!--Greater Dye of CON <CON+3 DEX-5> (2nd Class tranfer)-->
<item id="4533" price="33000" /> <!--Greater Dye of DEX <DEX+3 STR-5> (2nd Class tranfer)-->
<item id="4534" price="33000" /> <!--Greater Dye of DEX <DEX+3 CON-5> (2nd Class tranfer)-->
<item id="4535" price="33000" /> <!--Greater Dye of INT <INT+3 MEN-5> (2nd Class tranfer)-->
<item id="4536" price="33000" /> <!--Greater Dye of INT <INT+3 WIT-5> (2nd Class tranfer)-->
<item id="4537" price="33000" /> <!--Greater Dye of MEN <MEN+3 INT-5> (2nd Class tranfer)-->
<item id="4538" price="33000" /> <!--Greater Dye of MEN <MEN+3 WIT-5> (2nd Class tranfer)-->
<item id="4539" price="33000" /> <!--Greater Dye of WIT <WIT+3 INT-5> (2nd Class tranfer)-->
<item id="4540" price="33000" /> <!--Greater Dye of WIT <WIT+3 MEN-5> (2nd Class tranfer)-->
<item id="4541" price="33000" /> <!--Greater Dye of STR <STR+3 CON-4> (2nd Class tranfer)-->
<item id="4542" price="33000" /> <!--Greater Dye of STR <STR+3 DEX-4> (2nd Class tranfer)-->
<item id="4543" price="33000" /> <!--Greater Dye of CON <CON+3 STR-4> (2nd Class tranfer)-->
<item id="4544" price="33000" /> <!--Greater Dye of CON <CON+3 DEX-4> (2nd Class tranfer)-->
<item id="4545" price="33000" /> <!--Greater Dye of DEX <DEX+3 STR-4> (2nd Class tranfer)-->
<item id="4546" price="33000" /> <!--Greater Dye of DEX <DEX+3 CON-4> (2nd Class tranfer)-->
<item id="4547" price="33000" /> <!--Greater Dye of INT <INT+3 MEN-4> (2nd Class tranfer)-->
<item id="4548" price="33000" /> <!--Greater Dye of INT <INT+3 WIT-4> (2nd Class tranfer)-->
<item id="4549" price="33000" /> <!--Greater Dye of MEN <MEN+3 INT-4> (2nd Class tranfer)-->
<item id="4550" price="33000" /> <!--Greater Dye of MEN <MEN+3 WIT-4> (2nd Class tranfer)-->
<item id="4551" price="33000" /> <!--Greater Dye of WIT <WIT+3 INT-4> (2nd Class tranfer)-->
<item id="4552" price="33000" /> <!--Greater Dye of WIT <WIT+3 MEN-4> (2nd Class tranfer)-->
<item id="4565" price="39600" /> <!--Greater Dye of STR <STR+4 CON-6> (2nd Class tranfer)-->
<item id="4566" price="39600" /> <!--Greater Dye of STR <STR+4 DEX-6> (2nd Class tranfer)-->
<item id="4567" price="39600" /> <!--Greater Dye of CON <CON+4 STR-6> (2nd Class tranfer)-->
<item id="4568" price="39600" /> <!--Greater Dye of CON <CON+4 DEX-6> (2nd Class tranfer)-->
<item id="4569" price="39600" /> <!--Greater Dye of DEX <DEX+4 STR-6> (2nd Class tranfer)-->
<item id="4570" price="39600" /> <!--Greater Dye of DEX <DEX+4 CON-6> (2nd Class tranfer)-->
<item id="4571" price="39600" /> <!--Greater Dye of INT <INT+4 MEN-6> (2nd Class tranfer)-->
<item id="4572" price="39600" /> <!--Greater Dye of INT <INT+4 WIT-6> (2nd Class tranfer)-->
<item id="4573" price="39600" /> <!--Greater Dye of MEN <MEN+4 INT-6> (2nd Class tranfer)-->
<item id="4574" price="39600" /> <!--Greater Dye of MEN <MEN+4 WIT-6> (2nd Class tranfer)-->
<item id="4575" price="39600" /> <!--Greater Dye of WIT <WIT+4 INT-6> (2nd Class tranfer)-->
<item id="4576" price="39600" /> <!--Greater Dye of WIT <WIT+4 MEN-6> (2nd Class tranfer)-->
<item id="4577" price="39600" /> <!--Greater Dye of STR <STR+4 CON-5> (2nd Class tranfer)-->
<item id="4578" price="39600" /> <!--Greater Dye of STR <STR+4 DEX-5> (2nd Class tranfer)-->
<item id="4579" price="39600" /> <!--Greater Dye of CON <CON+4 STR-5> (2nd Class tranfer)-->
<item id="4580" price="39600" /> <!--Greater Dye of CON <CON+4 DEX-5> (2nd Class tranfer)-->
<item id="4581" price="39600" /> <!--Greater Dye of DEX <DEX+4 STR-5> (2nd Class tranfer)-->
<item id="4582" price="39600" /> <!--Greater Dye of DEX <DEX+4 CON-5> (2nd Class tranfer)-->
<item id="4583" price="39600" /> <!--Greater Dye of INT <INT+4 MEN-5> (2nd Class tranfer)-->
<item id="4584" price="39600" /> <!--Greater Dye of INT <INT+4 WIT-5> (2nd Class tranfer)-->
<item id="4585" price="39600" /> <!--Greater Dye of MEN <MEN+4 INT-5> (2nd Class tranfer)-->
<item id="4586" price="39600" /> <!--Greater Dye of MEN <MEN+4 WIT-5> (2nd Class tranfer)-->
<item id="4587" price="39600" /> <!--Greater Dye of WIT <WIT+4 INT-5> (2nd Class tranfer)-->
<item id="4588" price="39600" /> <!--Greater Dye of WIT <WIT+4 MEN-5> (2nd Class tranfer)-->
</list>

View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>31954</npc> <!-- Saroyan -->
</npcs>
<item id="2505" /> <!-- Iron Canine -->
<item id="3439" /> <!-- Shining Canine -->
<item id="3902" /> <!-- Ghost Canine -->
<item id="3903" /> <!-- Mithril Canine -->
<item id="3904" /> <!-- Sylvan Canine -->
<item id="3905" /> <!-- Orikarukon Canine -->
<item id="3906" /> <!-- Fang of Saltydog -->
<item id="2506" /> <!-- Wolf's Leather Armor -->
<item id="3891" /> <!-- Wolf's Hide Armor -->
<item id="3892" /> <!-- Wolf's Hard Leather Armor -->
<item id="3893" /> <!-- Wolf's Wooden Armor -->
<item id="3894" /> <!-- Wolf's Ring Mail -->
<item id="3895" /> <!-- Wolf's Bone Armor -->
<item id="3896" /> <!-- Wolf's Scale Mail -->
<item id="2515" /> <!-- Food For Wolves -->
<item id="14818" /> <!-- Enriched Pet Food for Wolves -->
<item id="3920" /> <!-- Viperbite -->
<item id="3921" /> <!-- Shadow Fang -->
<item id="3922" /> <!-- Alya Fang -->
<item id="3923" /> <!-- Torturer -->
<item id="5187" /> <!-- Serpentine Grinder -->
<item id="5188" /> <!-- Fang of Dahak -->
<item id="5189" /> <!-- Crimson Blood Fang -->
<item id="5190" /> <!-- Draconic Chopper -->
<item id="5191" /> <!-- Diabolic Grinder -->
<item id="3913" /> <!-- Hatchling's Scale Mail -->
<item id="3914" /> <!-- Hatchling's Brigandine -->
<item id="3915" /> <!-- Hatchling's Bronze Coat -->
<item id="3916" /> <!-- Hatchling's Steel Coat -->
<item id="5182" /> <!-- Hatchling's Gorgon Coat -->
<item id="5183" /> <!-- Hatchling's Ophidian Plate -->
<item id="5184" /> <!-- Hatchling's Crimson Plate -->
<item id="5185" /> <!-- Hatchling's Draconic Plate -->
<item id="5186" /> <!-- Hatchling's Inferno Plate -->
<item id="4038" /> <!-- Food For Hatchling -->
<item id="5176" /> <!-- Serpentine Spike -->
<item id="5177" /> <!-- Drake Horn -->
<item id="5178" /> <!-- Assault Alicorn -->
<item id="5179" /> <!-- Draconic Slicer -->
<item id="5180" /> <!-- Ohpdian Lance -->
<item id="5181" /> <!-- Diamond Drill -->
<item id="5170" /> <!-- Mithril Panzer Coat -->
<item id="5171" /> <!-- Brigadine Panzer Coat -->
<item id="5172" /> <!-- Draconic Panzer Coat -->
<item id="5173" /> <!-- Blood Panzer Coat -->
<item id="5174" /> <!-- Ophidian Panzer Coat -->
<item id="5175" /> <!-- Inferno Panzer Coat -->
<item id="5168" /> <!-- Food for Strider -->
<item id="6645" /> <!-- Beast Soulshot -->
<item id="6646" /> <!-- Beast Spiritshot -->
<item id="6647" /> <!-- Blessed Beast Spiritshot -->
<item id="7582" /> <!-- Baby Spice -->
<item id="8541" /> <!-- Little Harness -->
<item id="9656" /> <!-- Enchanted Wolf Fang -->
<item id="9657" /> <!-- Enchanted Coyote Fang -->
<item id="9658" /> <!-- Enchanted Saltydog Fang -->
<item id="9659" /> <!-- Enchanted Cerberus Fang -->
<item id="9660" /> <!-- Orichalcum Fang -->
<item id="9661" /> <!-- Enchanted Fenrir Fang -->
<item id="9662" /> <!-- Great Wolf Scale Armor -->
<item id="9663" /> <!-- Great Wolf Bronze Armor -->
<item id="9664" /> <!-- Great Wolf Plate Armor -->
<item id="9665" /> <!-- Great Wolf Mithril Armor -->
<item id="9666" /> <!-- Great Wolf Oriharukon Armor -->
<item id="9667" /> <!-- Great Wolf Orichalcum Armor -->
<item id="9668" /> <!-- Great Wolf Food -->
<item id="10515" /> <!-- Beast Soulshot Compressed Pack -->
<item id="10516" /> <!-- Beast Spiritshot Compressed Pack -->
<item id="10517" /> <!-- Blessed Beast Spiritshot Compressed Pack -->
<item id="10425" /> <!-- Improved Baby Pet Food -->
<item id="12740" /> <!-- Baby Pet Scale Armor -->
<item id="12741" /> <!-- Baby Pet Bronze Armor -->
<item id="12742" /> <!-- Baby Pet Plate Armor -->
<item id="12743" /> <!-- Baby Pet Mithril Armor -->
<item id="12744" /> <!-- Baby Pet Oriharukon Armor -->
<item id="12745" /> <!-- Baby Pet Orichalcum Armor -->
<item id="12746" /> <!-- Crystal Pendant -->
<item id="12747" /> <!-- Ruby Pendant -->
<item id="12748" /> <!-- Sapphire Pendant -->
<item id="12749" /> <!-- Diamond Pendant -->
<item id="12750" /> <!-- Enria Pendant -->
<item id="12751" /> <!-- Thons Pendant -->
<item id="12752" /> <!-- Asofe Pendant -->
</list>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>30012</npc> <!-- Fisherman -->
</npcs>
<item id="45493" /> <!-- Fishing Rod Pack (30-day) -->
<item id="47547" /> <!-- Bait -->
<item id="38154" /> <!-- Fishing Shot -->
</list>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>32105</npc> <!-- Dinn -->
</npcs>
<item id="736" /> <!-- Scroll of Escape -->
<item id="737" /> <!-- Scroll of Resurrection -->
<item id="734" /> <!-- Haste Potion -->
<item id="735" /> <!-- Alacrity Potion -->
<item id="1831" /> <!-- Antidote -->
<item id="1833" /> <!-- Bandage -->
<item id="1061" /> <!-- Greater Healing Potion -->
<item id="8786" /> <!-- Primeval Potion -->
<item id="8598" /> <!-- Scroll: Recovery (Grade A) -->
<item id="8599" /> <!-- Scroll: Recovery (Grade S) -->
<item id="8615" /> <!-- Summoning Crystal -->
</list>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>32106</npc> <!-- Singsing -->
</npcs>
<item id="8924" /> <!-- Boat Ticket: Primeval Isle to Rune. -->
<item id="8925" /> <!-- Boat Ticket: Rune to Primeval Isle. -->
</list>

View File

@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>33579</npc> <!-- Graman -->
</npcs>
<item id="2505" /> <!-- Iron Canine -->
<item id="3439" /> <!-- Shining Canine -->
<item id="3902" /> <!-- Ghost Canine -->
<item id="3903" /> <!-- Mithril Canine -->
<item id="3904" /> <!-- Sylvan Canine -->
<item id="3905" /> <!-- Orikarukon Canine -->
<item id="3906" /> <!-- Fang of Saltydog -->
<item id="2506" /> <!-- Wolf's Leather Armor -->
<item id="3891" /> <!-- Wolf's Hide Armor -->
<item id="3892" /> <!-- Wolf's Hard Leather Armor -->
<item id="3893" /> <!-- Wolf's Wooden Armor -->
<item id="3894" /> <!-- Wolf's Ring Mail -->
<item id="3895" /> <!-- Wolf's Bone Armor -->
<item id="3896" /> <!-- Wolf's Scale Mail -->
<item id="2515" /> <!-- Food For Wolves -->
<item id="14818" /> <!-- Enriched Pet Food for Wolves -->
<item id="3920" /> <!-- Viperbite -->
<item id="3921" /> <!-- Shadow Fang -->
<item id="3922" /> <!-- Alya Fang -->
<item id="3923" /> <!-- Torturer -->
<item id="5187" /> <!-- Serpentine Grinder -->
<item id="5188" /> <!-- Fang of Dahak -->
<item id="3913" /> <!-- Hatchling's Scale Mail -->
<item id="3914" /> <!-- Hatchling's Brigandine -->
<item id="3915" /> <!-- Hatchling's Bronze Coat -->
<item id="3916" /> <!-- Hatchling's Steel Coat -->
<item id="5182" /> <!-- Hatchling's Gorgon Coat -->
<item id="5183" /> <!-- Hatchling's Ophidian Plate -->
<item id="4038" /> <!-- Food For Hatchling -->
<item id="5176" /> <!-- Serpentine Spike -->
<item id="5177" /> <!-- Drake Horn -->
<item id="5178" /> <!-- Assault Alicorn -->
<item id="5170" /> <!-- Mithril Panzer Coat -->
<item id="5171" /> <!-- Brigadine Panzer Coat -->
<item id="5172" /> <!-- Draconic Panzer Coat -->
<item id="5168" /> <!-- Food for Strider -->
<item id="6645" /> <!-- Beast Soulshot -->
<item id="6646" /> <!-- Beast Spiritshot -->
<item id="6647" /> <!-- Blessed Beast Spiritshot -->
<item id="7582" /> <!-- Baby Spice -->
<item id="8541" /> <!-- Little Harness -->
<item id="9656" /> <!-- Enchanted Wolf Fang -->
<item id="9657" /> <!-- Enchanted Coyote Fang -->
<item id="9658" /> <!-- Enchanted Saltydog Fang -->
<item id="9662" /> <!-- Great Wolf Scale Armor -->
<item id="9663" /> <!-- Great Wolf Bronze Armor -->
<item id="9664" /> <!-- Great Wolf Plate Armor -->
<item id="9668" /> <!-- Great Wolf Food -->
<item id="10515" /> <!-- Beast Soulshot Compressed Pack -->
<item id="10516" /> <!-- Beast Spiritshot Compressed Pack -->
<item id="10517" /> <!-- Blessed Beast Spiritshot Compressed Pack -->
<item id="10425" /> <!-- Improved Baby Pet Food -->
<item id="12740" /> <!-- Baby Pet Scale Armor -->
<item id="12741" /> <!-- Baby Pet Bronze Armor -->
<item id="12742" /> <!-- Baby Pet Plate Armor -->
<item id="12743" /> <!-- Baby Pet Mithril Armor -->
<item id="12744" /> <!-- Baby Pet Oriharukon Armor -->
<item id="12745" /> <!-- Baby Pet Orichalcum Armor -->
<item id="12746" /> <!-- Crystal Pendant -->
<item id="12747" /> <!-- Ruby Pendant -->
<item id="12748" /> <!-- Sapphire Pendant -->
<item id="12749" /> <!-- Diamond Pendant -->
<item id="12750" /> <!-- Enria Pendant -->
<item id="12751" /> <!-- Thons Pendant -->
<item id="12752" /> <!-- Asofe Pendant -->
</list>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>35318</npc> <!-- Solinus -->
</npcs>
<item id="5205" /> <!-- Mercenary Posting Ticket (Sword/Stationary) -->
<item id="5206" /> <!-- Mercenary Posting Ticket (Spear/Stationary) -->
<item id="5207" /> <!-- Mercenary Posting Ticket (Bow/Stationary) -->
<item id="5208" /> <!-- Mercenary Posting Ticket (Cleric/Stationary) -->
<item id="5209" /> <!-- Mercenary Posting Ticket (Wizard/Stationary) -->
<item id="5210" /> <!-- Mercenary Posting Ticket (Sword/Mobile) -->
<item id="5211" /> <!-- Mercenary Posting Ticket (Spear/Mobile) -->
<item id="5212" /> <!-- Mercenary Posting Ticket (Bow/Mobile) -->
<item id="5213" /> <!-- Mercenary Posting Ticket (Cleric/Mobile) -->
<item id="5214" /> <!-- Mercenary Posting Ticket (Wizard/Mobile) -->
</list>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>35318</npc> <!-- Solinus -->
</npcs>
<item id="6105" /> <!-- Greater Mercenary Posting Ticket (Sword/Stationary) -->
<item id="6106" /> <!-- Greater Mercenary Posting Ticket (Spear/Stationary) -->
<item id="6107" /> <!-- Greater Mercenary Posting Ticket (Bow/Stationary) -->
<item id="6108" /> <!-- Greater Mercenary Posting Ticket (Cleric/Stationary) -->
<item id="6109" /> <!-- Greater Mercenary Posting Ticket (Wizard/Stationary) -->
<item id="6110" /> <!-- Greater Mercenary Posting Ticket (Sword/Mobile) -->
<item id="6111" /> <!-- Greater Mercenary Posting Ticket (Spear/Mobile) -->
<item id="6112" /> <!-- Greater Mercenary Posting Ticket (Bow/Mobile) -->
<item id="6113" /> <!-- Greater Mercenary Posting Ticket (Cleric/Mobile) -->
<item id="6114" /> <!-- Greater Mercenary Posting Ticket (Wizard/Mobile) -->
</list>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>35318</npc> <!-- Solinus -->
</npcs>
<item id="5215" /> <!-- Mercenary Posting Ticket (Teleporter1) -->
<item id="5218" /> <!-- Mercenary Posting Ticket (Teleporter2) -->
<item id="5219" /> <!-- Mercenary Posting Ticket (Teleporter3) -->
</list>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>35365</npc> <!-- Rowell -->
</npcs>
<item id="6779" /> <!-- Mercenary Posting Ticket (Sword/Stationary) -->
<item id="6780" /> <!-- Mercenary Posting Ticket (Spear/Stationary) -->
<item id="6781" /> <!-- Mercenary Posting Ticket (Bow/Stationary) -->
<item id="6782" /> <!-- Mercenary Posting Ticket (Cleric/Stationary) -->
<item id="6783" /> <!-- Mercenary Posting Ticket (Wizard/Stationary) -->
<item id="6784" /> <!-- Mercenary Posting Ticket (Sword/Mobile) -->
<item id="6785" /> <!-- Mercenary Posting Ticket (Spear/Mobile) -->
<item id="6786" /> <!-- Mercenary Posting Ticket (Bow/Mobile) -->
<item id="6787" /> <!-- Mercenary Posting Ticket (Cleric/Mobile) -->
<item id="6788" /> <!-- Mercenary Posting Ticket (Wizard/Mobile) -->
</list>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>35365</npc> <!-- Rowell -->
</npcs>
<item id="6792" /> <!-- Greater Mercenary Posting Ticket (Sword/Stationary) -->
<item id="6793" /> <!-- Greater Mercenary Posting Ticket (Spear/Stationary) -->
<item id="6794" /> <!-- Greater Mercenary Posting Ticket (Bow/Stationary) -->
<item id="6795" /> <!-- Greater Mercenary Posting Ticket (Cleric/Stationary) -->
<item id="6796" /> <!-- Greater Mercenary Posting Ticket (Wizard/Stationary) -->
<item id="6797" /> <!-- Greater Mercenary Posting Ticket (Sword/Mobile) -->
<item id="6798" /> <!-- Greater Mercenary Posting Ticket (Spear/Mobile) -->
<item id="6799" /> <!-- Greater Mercenary Posting Ticket (Bow/Mobile) -->
<item id="6800" /> <!-- Greater Mercenary Posting Ticket (Cleric/Mobile) -->
<item id="6801" /> <!-- Greater Mercenary Posting Ticket (Wizard/Mobile) -->
</list>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>35365</npc> <!-- Rowell -->
</npcs>
<item id="6789" /> <!-- Mercenary Posting Ticket (Teleporter1) -->
<item id="6790" /> <!-- Mercenary Posting Ticket (Teleporter2) -->
<item id="6791" /> <!-- Mercenary Posting Ticket (Teleporter3) -->
</list>

View File

@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>35384</npc>
</npcs>
<item id="1829" price="550" count="5" restock_delay="60" /> <!-- Scroll of Escape: Clan Hall -->
</list>
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>35384</npc> <!-- Black -->
</npcs>
<item id="6902" /> <!-- Pledge Shield -->
<item id="1829" count="5" restock_delay="60" /> <!-- Scroll of Escape: Clan Hall -->
<item id="5169" count="5" restock_delay="60" /> <!-- Deluxe Strider Food -->
</list>

View File

@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>35384</npc>
</npcs>
<item id="1829" price="550" count="5" restock_delay="60" /> <!-- Scroll of Escape: Clan Hall -->
</list>
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>35384</npc> <!-- Black -->
</npcs>
<item id="6902" /> <!-- Pledge Shield -->
<item id="1829" count="5" restock_delay="60" /> <!-- Scroll of Escape: Clan Hall -->
<item id="5858" count="1" restock_delay="60" /> <!-- Blessed Scroll of Escape: Clan Hall -->
<item id="5169" count="10" restock_delay="60" /> <!-- Deluxe Strider Food -->
<item id="7130" count="1" restock_delay="60" /> <!-- Scroll of Escape: Ivory Tower -->
<item id="7127" count="1" restock_delay="60" /> <!-- Scroll of Escape: Hardin's Academy -->
<item id="8643" count="1" restock_delay="120" /> <!-- Recipe: Elixir of Life (B-grade) -->
<item id="8648" count="1" restock_delay="120" /> <!-- Recipe: Elixir of Mind (C-grade) -->
</list>

View File

@@ -1,28 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>35384</npc>
</npcs>
<item id="1829" price="500" count="5" restock_delay="60" /> <!-- Scroll of Escape: Clan Hall -->
<item id="5858" price="110000" count="1" restock_delay="60" /> <!-- Blessed Scroll of Escape: Clan Hall -->
<item id="735" price="1320" count="1" restock_delay="60" /> <!-- Haste Potion -->
<item id="6035" price="2640" count="1" restock_delay="60" /> <!-- Magic Haste Potion -->
<item id="6036" price="6600" count="1" restock_delay="60" /> <!-- Greater Magic Haste Potion -->
<item id="5235" price="22000" count="1" restock_delay="60" /> <!-- Facelifting Potion A -->
<item id="5236" price="22000" count="1" restock_delay="60" /> <!-- Facelifting Potion B -->
<item id="5237" price="22000" count="1" restock_delay="60" /> <!-- Facelifting Potion C -->
<item id="5238" price="22000" count="1" restock_delay="60" /> <!-- Dye Potion A -->
<item id="5239" price="22000" count="1" restock_delay="60" /> <!-- Dye Potion B -->
<item id="5240" price="22000" count="1" restock_delay="60" /> <!-- Dye Potion C -->
<item id="5241" price="22000" count="1" restock_delay="60" /> <!-- Dye Potion D -->
<item id="5242" price="22000" count="1" restock_delay="60" /> <!-- Hair Style Change Potion A -->
<item id="5243" price="22000" count="1" restock_delay="60" /> <!-- Hair Style Change Potion B -->
<item id="5244" price="22000" count="1" restock_delay="60" /> <!-- Hair Style Change Potion C -->
<item id="5245" price="22000" count="1" restock_delay="60" /> <!-- Hair Style Change Potion D -->
<item id="5246" price="22000" count="1" restock_delay="60" /> <!-- Hair Style Change Potion E -->
<item id="5247" price="22000" count="1" restock_delay="60" /> <!-- Hair Style Change Potion F -->
<item id="5248" price="22000" count="1" restock_delay="60" /> <!-- Hair Style Change Potion G -->
<item id="5234" price="11000" count="1" restock_delay="60" /> <!-- Mysterious Potion -->
<item id="5593" price="55000" count="10" restock_delay="60" /> <!-- SP Scroll (Low-grade) -->
<item id="5594" price="330000" count="10" restock_delay="60" /> <!-- SP Scroll (Mid-grade) -->
</list>
<?xml version="1.0" encoding="UTF-8"?>
<list baseTax="10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
<npcs>
<npc>35384</npc> <!-- Black -->
</npcs>
<item id="6902" /> <!-- Pledge Shield -->
<item id="1829" count="5" restock_delay="60" /> <!-- Scroll of Escape: Clan Hall -->
<item id="5858" count="1" restock_delay="60" /> <!-- Blessed Scroll of Escape: Clan Hall -->
<item id="5169" count="10" restock_delay="60" /> <!-- Deluxe Strider Food -->
<item id="7130" count="1" restock_delay="60" /> <!-- Scroll of Escape: Ivory Tower -->
<item id="7127" count="1" restock_delay="60" /> <!-- Scroll of Escape: Hardin's Academy -->
<item id="7583" count="1" restock_delay="120" /> <!-- Pet Coupon: Buffalo -->
<item id="6927" count="1" restock_delay="60" /> <!-- Recipe: Major Healing Potion -->
<item id="6933" count="1" restock_delay="60" /> <!-- Recipe: Wind Walk Potion -->
<item id="6934" count="1" restock_delay="60" /> <!-- Recipe: Haste Potion -->
<item id="6930" count="1" restock_delay="60" /> <!-- Recipe: Greater Antidote -->
<item id="6932" count="1" restock_delay="60" /> <!-- Recipe: Emergency Dressing -->
<item id="6937" count="1" restock_delay="60" /> <!-- Recipe: Magic Haste Potion -->
<item id="6920" count="1" restock_delay="60" /> <!-- Recipe: Corroded Greater Fish Oil -->
<item id="7699" count="1" restock_delay="60" /> <!-- Recipe: Forget-me-not Hairpin -->
<item id="6924" count="1" restock_delay="60" /> <!-- Recipe: Pirate's Eyepatch -->
<item id="6943" count="1" restock_delay="60" /> <!-- Recipe: Dye Potion - A -->
<item id="6944" count="1" restock_delay="60" /> <!-- Recipe: Dye Potion - B -->
<item id="6945" count="1" restock_delay="60" /> <!-- Recipe: Dye Potion - C -->
<item id="6946" count="1" restock_delay="60" /> <!-- Recipe: Dye Potion - D -->
<item id="6966" count="1" restock_delay="60" /> <!-- Recipe: Greater STR Dye (STR + 1 CON - 1) -->
<item id="6967" count="1" restock_delay="60" /> <!-- Recipe: Greater STR Dye (STR + 1 DEX - 1) -->
<item id="6968" count="1" restock_delay="60" /> <!-- Recipe: Greater CON Dye (Con + 1 Str - 1) -->
<item id="6969" count="1" restock_delay="60" /> <!-- Recipe: Greater CON Dye (Con + 1 DEX - 1) -->
<item id="6970" count="1" restock_delay="60" /> <!-- Recipe: Greater DEX Dye (Dex + 1 Str - 1) -->
<item id="6971" count="1" restock_delay="60" /> <!-- Recipe: Greater DEX Dye (Dex + 1 CON - 1) -->
<item id="6972" count="1" restock_delay="60" /> <!-- Recipe: Greater INT Dye (Int + 1 Men - 1) -->
<item id="6973" count="1" restock_delay="60" /> <!-- Recipe: Greater INT Dye (Int + 1 Wit - 1) -->
<item id="6974" count="1" restock_delay="60" /> <!-- Recipe: Greater MEN Dye (Men + 1 Int - 1) -->
<item id="6975" count="1" restock_delay="60" /> <!-- Recipe: Greater MEN Dye (Men + 1 Wit - 1) -->
<item id="6976" count="1" restock_delay="60" /> <!-- Recipe: Greater WIT Dye (Wit + 1 Int - 1) -->
<item id="6977" count="1" restock_delay="60" /> <!-- Recipe: Greater WIT Dye (Wit + 1 Men - 1) -->
<item id="8643" count="1" restock_delay="120" /> <!-- Recipe: Elixir of Life (B-grade) -->
<item id="8648" count="1" restock_delay="120" /> <!-- Recipe: Elixir of Mind (C-grade) -->
<item id="9898" count="1" restock_delay="480" /> <!-- SP Scroll (Top-grade) -->
<item id="952" count="1" restock_delay="120" /> <!-- Scroll: Enchant Armor (C-grade) -->
<item id="948" count="1" restock_delay="240" /> <!-- Scroll: Enchant Armor (B-grade) -->
</list>

Some files were not shown because too many files have changed in this diff Show More