Underground update.
This commit is contained in:
@ -9,4 +9,5 @@ CREATE TABLE IF NOT EXISTS `character_shortcuts` (
|
|||||||
`class_index` int(1) NOT NULL DEFAULT '0',
|
`class_index` int(1) NOT NULL DEFAULT '0',
|
||||||
PRIMARY KEY (`charId`,`slot`,`page`,`class_index`),
|
PRIMARY KEY (`charId`,`slot`,`page`,`class_index`),
|
||||||
KEY `shortcut_id` (`shortcut_id`)
|
KEY `shortcut_id` (`shortcut_id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
ALTER TABLE `character_shortcuts` MODIFY COLUMN `level` varchar(9);
|
@ -5,4 +5,6 @@ CREATE TABLE IF NOT EXISTS `character_skills` (
|
|||||||
`skill_level` INT(3) NOT NULL DEFAULT 1,
|
`skill_level` INT(3) NOT NULL DEFAULT 1,
|
||||||
`class_index` INT(1) NOT NULL DEFAULT 0,
|
`class_index` INT(1) NOT NULL DEFAULT 0,
|
||||||
PRIMARY KEY (`charId`,`skill_id`,`class_index`)
|
PRIMARY KEY (`charId`,`skill_id`,`class_index`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
ALTER TABLE `character_skills` MODIFY COLUMN `skill_level` INT(4);
|
||||||
|
UPDATE `character_skills` SET skill_level=((skill_level % 100) + (round(skill_level / 100) * 1000)) WHERE skill_level <= 1000 AND skill_level >= 100;
|
@ -10,4 +10,6 @@ CREATE TABLE IF NOT EXISTS `character_skills_save` (
|
|||||||
`class_index` INT(1) NOT NULL DEFAULT 0,
|
`class_index` INT(1) NOT NULL DEFAULT 0,
|
||||||
`buff_index` INT(2) NOT NULL DEFAULT 0,
|
`buff_index` INT(2) NOT NULL DEFAULT 0,
|
||||||
PRIMARY KEY (`charId`,`skill_id`,`skill_level`,`class_index`)
|
PRIMARY KEY (`charId`,`skill_id`,`skill_level`,`class_index`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
ALTER TABLE `character_skills_save` MODIFY COLUMN `skill_level` INT(4);
|
||||||
|
UPDATE `character_skills_save` SET skill_level=((skill_level % 100) + (round(skill_level / 100) * 1000)) WHERE skill_level <= 1000 AND skill_level >= 100;
|
@ -38,8 +38,3 @@ INSERT IGNORE INTO `grandboss_data` (`boss_id`,`loc_x`,`loc_y`,`loc_z`,`heading`
|
|||||||
-- (29178, 0, 0, 0, 0, 0, 0), -- Freya (Stand) (85)
|
-- (29178, 0, 0, 0, 0, 0, 0), -- Freya (Stand) (85)
|
||||||
-- (29178, 0, 0, 0, 0, 0, 0), -- Freya (Stand Hard) (85)
|
-- (29178, 0, 0, 0, 0, 0, 0), -- Freya (Stand Hard) (85)
|
||||||
-- (29179, 0, 0, 0, 0, 0, 0), -- Zaken Day (83)
|
-- (29179, 0, 0, 0, 0, 0, 0), -- Zaken Day (83)
|
||||||
|
|
||||||
--
|
|
||||||
-- Dr. Chaos
|
|
||||||
--
|
|
||||||
INSERT IGNORE INTO grandboss_data VALUES (25512, 96320, -110912, -3328, 8191, 0, 0, 0, 0);
|
|
||||||
|
@ -100,7 +100,7 @@ INSERT IGNORE INTO `raidboss_spawnlist` (`boss_id`,`loc_x`,`loc_y`,`loc_z`,`head
|
|||||||
(25220,113551,17083,-2120,0,129600,86400,924022,3202), -- Death Lord Hallate (73)
|
(25220,113551,17083,-2120,0,129600,86400,924022,3202), -- Death Lord Hallate (73)
|
||||||
(25223,43152,152352,-2848,0,129600,86400,165289,893), -- Soul Collector Acheron (35)
|
(25223,43152,152352,-2848,0,129600,86400,165289,893), -- Soul Collector Acheron (35)
|
||||||
(25226,104240,-3664,-3392,0,129600,86400,768537,2435), -- Roaring Lord Kastor (62)
|
(25226,104240,-3664,-3392,0,129600,86400,768537,2435), -- Roaring Lord Kastor (62)
|
||||||
(25229,137568,-19488,-3552,0,129600,86400,1891801,3347), -- Storm Winged Naga (75)
|
-- (25229,137568,-19488,-3552,0,129600,86400,1891801,3347), -- Storm Winged Naga (75) (Not spawned anymore in Infinite Odyssey)
|
||||||
(25230,66672,46704,-3920,0,129600,86400,482650,2104), -- Timak Seer Ragoth (57)
|
(25230,66672,46704,-3920,0,129600,86400,482650,2104), -- Timak Seer Ragoth (57)
|
||||||
(25233,185800,-26500,-2000,0,129600,86400,1256671,2917), -- Spirit Of Andras, The Betrayer (69)
|
(25233,185800,-26500,-2000,0,129600,86400,1256671,2917), -- Spirit Of Andras, The Betrayer (69)
|
||||||
-- (25234,120080,111248,-3047,0,129600,86400,1052436,2301), -- Ancient Weird Drake (60) (Not spawned anymore in H5)
|
-- (25234,120080,111248,-3047,0,129600,86400,1052436,2301), -- Ancient Weird Drake (60) (Not spawned anymore in H5)
|
||||||
@ -110,18 +110,18 @@ INSERT IGNORE INTO `raidboss_spawnlist` (`boss_id`,`loc_x`,`loc_y`,`loc_z`,`head
|
|||||||
(25244,171880,54868,-5992,0,129600,86400,1891801,3347), -- Last Lesser Giant Olkuth (75)
|
(25244,171880,54868,-5992,0,129600,86400,1891801,3347), -- Last Lesser Giant Olkuth (75)
|
||||||
(25245,188809,47780,-5968,0,129600,86400,977229,3568), -- Last Lesser Giant Glaki (78)
|
(25245,188809,47780,-5968,0,129600,86400,977229,3568), -- Last Lesser Giant Glaki (78)
|
||||||
(25248,127903,-13399,-3720,0,129600,86400,1825269,3130), -- Doom Blade Tanatos (72)
|
(25248,127903,-13399,-3720,0,129600,86400,1825269,3130), -- Doom Blade Tanatos (72)
|
||||||
(25249,147104,-20560,-3377,0,129600,86400,945900,3347), -- Palatanos Of Horrific Power (75)
|
-- (25249,147104,-20560,-3377,0,129600,86400,945900,3347), -- Palatanos Of Horrific Power (75) (Not spawned anymore in Infinite Odyssey)
|
||||||
(25252,192376,22087,-3608,0,129600,86400,888658,2987), -- Palibati Queen Themis (70)
|
(25252,192376,22087,-3608,0,129600,86400,888658,2987), -- Palibati Queen Themis (70)
|
||||||
(25255,170048,-24896,-3440,0,129600,86400,1637918,2639), -- Gargoyle Lord Tiphon (65)
|
(25255,170048,-24896,-3440,0,129600,86400,1637918,2639), -- Gargoyle Lord Tiphon (65)
|
||||||
(25256,170320,42640,-4832,0,129600,86400,526218,2301), -- Taik High Prefect Arak (60)
|
(25256,170320,42640,-4832,0,129600,86400,526218,2301), -- Taik High Prefect Arak (60)
|
||||||
(25259,42050,208107,-3752,0,129600,86400,1248928,1975), -- Zaken's Butcher Krantz (55)
|
(25259,42050,208107,-3752,0,129600,86400,1248928,1975), -- Zaken's Butcher Krantz (55)
|
||||||
(25260,93120,19440,-3607,0,129600,86400,392985,1355), -- Iron Giant Totem (45)
|
(25260,93120,19440,-3607,0,129600,86400,392985,1355), -- Iron Giant Totem (45)
|
||||||
(25263,144400,-28192,-1920,0,129600,86400,848789,2777), -- Kernon's Faithful Servant Kelone (67)
|
-- (25263,144400,-28192,-1920,0,129600,86400,848789,2777), -- Kernon's Faithful Servant Kelone (67) (Not spawned anymore in Infinite Odyssey)
|
||||||
(25266,188983,13647,-2672,0,129600,86400,945900,3347), -- Bloody Empress Decarbia (75)
|
(25266,188983,13647,-2672,0,129600,86400,945900,3347), -- Bloody Empress Decarbia (75)
|
||||||
(25269,123504,-23696,-3481,0,129600,86400,888658,3058), -- Beast Lord Behemoth (70)
|
(25269,123504,-23696,-3481,0,129600,86400,888658,3058), -- Beast Lord Behemoth (70)
|
||||||
(25272,49248,127792,-3552,0,129600,86400,233163,1415), -- Partisan Leader Talakin (28)
|
(25272,49248,127792,-3552,0,129600,86400,233163,1415), -- Partisan Leader Talakin (28)
|
||||||
-- (25273,23800,119500,-8976,0,129600,86400,507285,2104), -- Carnamakos (50) (Spawn by Quest)
|
-- (25273,23800,119500,-8976,0,129600,86400,507285,2104), -- Carnamakos (50) (Spawn by Quest)
|
||||||
(25276,154088,-14116,-3736,0,129600,86400,1891801,3347), -- Death Lord Ipos (75)
|
-- (25276,154088,-14116,-3736,0,129600,86400,1891801,3347), -- Death Lord Ipos (75) (Not spawned anymore in Infinite Odyssey)
|
||||||
(25277,54651,180269,-4976,0,129600,86400,507285,1660), -- Lilith's Witch Marilion (50)
|
(25277,54651,180269,-4976,0,129600,86400,507285,1660), -- Lilith's Witch Marilion (50)
|
||||||
(25280,85622,88766,-5120,0,129600,86400,1248928,1975), -- Pagan Watcher Cerberon (55)
|
(25280,85622,88766,-5120,0,129600,86400,1248928,1975), -- Pagan Watcher Cerberon (55)
|
||||||
(25281,151053,88124,-5424,0,129600,86400,1777317,2987), -- Anakim's Nemesis Zakaron (70)
|
(25281,151053,88124,-5424,0,129600,86400,1777317,2987), -- Anakim's Nemesis Zakaron (70)
|
||||||
@ -132,12 +132,12 @@ INSERT IGNORE INTO `raidboss_spawnlist` (`boss_id`,`loc_x`,`loc_y`,`loc_z`,`head
|
|||||||
(25293,134672,-115600,-1216,0,129600,86400,977229,3568), -- Hestia, Guardian Deity Of The Hot Springs (78)
|
(25293,134672,-115600,-1216,0,129600,86400,977229,3568), -- Hestia, Guardian Deity Of The Hot Springs (78)
|
||||||
-- (25296,158352,-121088,-2240,0,129600,86400,935092,3718), -- Icicle Emperor Bumbalump (74) (Spawn by Quest 625_TheFinestIngredientsPart2)
|
-- (25296,158352,-121088,-2240,0,129600,86400,935092,3718), -- Icicle Emperor Bumbalump (74) (Spawn by Quest 625_TheFinestIngredientsPart2)
|
||||||
(25299,148160,-73808,-4919,0,129600,86400,714778,3718), -- Ketra's Hero Hekaton (80)
|
(25299,148160,-73808,-4919,0,129600,86400,714778,3718), -- Ketra's Hero Hekaton (80)
|
||||||
(25302,145504,-81664,-6016,0,129600,86400,773553,4183), -- Ketra's Commander Tayr (80)
|
-- (25302,145504,-81664,-6016,0,129600,86400,773553,4183), -- Ketra's Commander Tayr (80) (Not spawned anymore in Infinite Odyssey)
|
||||||
(25305,145008,-84992,-6240,0,129600,86400,1639965,4553), -- Ketra's Chief Brakki (80)
|
-- (25305,145008,-84992,-6240,0,129600,86400,1639965,4553), -- Ketra's Chief Brakki (80) (Not spawned anymore in Infinite Odyssey)
|
||||||
-- (25306,142368,-82512,-6487,0,129600,86400,534922,3718), -- Soul Of Fire Nastron (80) (Spawn by Quest 616_MagicalPowerOfFirePart2)
|
-- (25306,142368,-82512,-6487,0,129600,86400,534922,3718), -- Soul Of Fire Nastron (80) (Spawn by Quest 616_MagicalPowerOfFirePart2)
|
||||||
(25309,115552,-39200,-2480,0,129600,86400,714778,3718), -- Varka's Hero Shadith (80)
|
(25309,115552,-39200,-2480,0,129600,86400,714778,3718), -- Varka's Hero Shadith (80)
|
||||||
(25312,109216,-36160,-938,0,129600,86400,773553,4183), -- Varka's Commander Mos (80)
|
-- (25312,109216,-36160,-938,0,129600,86400,773553,4183), -- Varka's Commander Mos (80) (Not spawned anymore in Infinite Odyssey)
|
||||||
(25315,105584,-43024,-1728,0,129600,86400,1639965,4553), -- Varka's Chief Horus (80)
|
-- (25315,105584,-43024,-1728,0,129600,86400,1639965,4553), -- Varka's Chief Horus (80) (Not spawned anymore in Infinite Odyssey)
|
||||||
-- (25316,105452,-36775,-1050,0,129600,86400,534922,3718), -- Soul Of Water Ashutar (80) (Spawn by Quest 610_MagicalPowerOfWaterPart2)
|
-- (25316,105452,-36775,-1050,0,129600,86400,534922,3718), -- Soul Of Water Ashutar (80) (Spawn by Quest 610_MagicalPowerOfWaterPart2)
|
||||||
(25319,184542,-106330,-6304,0,129600,86400,1100996,4304), -- Ember (80)
|
(25319,184542,-106330,-6304,0,129600,86400,1100996,4304), -- Ember (80)
|
||||||
(25322,93296,-75104,-1824,0,129600,86400,834231,2707), -- Demon's Agent Falston (66)
|
(25322,93296,-75104,-1824,0,129600,86400,834231,2707), -- Demon's Agent Falston (66)
|
||||||
@ -193,7 +193,7 @@ INSERT IGNORE INTO `raidboss_spawnlist` (`boss_id`,`loc_x`,`loc_y`,`loc_z`,`head
|
|||||||
(25444,113232,17456,-4384,0,129600,86400,588136,2639), -- Enmity Ghost Ramdal (65)
|
(25444,113232,17456,-4384,0,129600,86400,588136,2639), -- Enmity Ghost Ramdal (65)
|
||||||
(25447,113200,17552,-1424,0,129600,86400,645953,3058), -- Immortal Savior Mardil (71)
|
(25447,113200,17552,-1424,0,129600,86400,645953,3058), -- Immortal Savior Mardil (71)
|
||||||
(25450,113600,15104,9559,0,129600,86400,987470,3643), -- Cherub Galaxia (79)
|
(25450,113600,15104,9559,0,129600,86400,987470,3643), -- Cherub Galaxia (79)
|
||||||
(25453,156704,-6096,-4185,0,129600,86400,888658,2987), -- Meanas Anor (70)
|
-- (25453,156704,-6096,-4185,0,129600,86400,888658,2987), -- Meanas Anor (70) (Not spawned anymore in Infinite Odyssey)
|
||||||
(25456,133632,87072,-3623,0,129600,86400,352421,1598), -- Mirror Of Oblivion (49)
|
(25456,133632,87072,-3623,0,129600,86400,352421,1598), -- Mirror Of Oblivion (49)
|
||||||
(25460,150304,67776,-3688,0,129600,86400,385670,1722), -- Deadman Ereve (51)
|
(25460,150304,67776,-3688,0,129600,86400,385670,1722), -- Deadman Ereve (51)
|
||||||
(25463,166288,68096,-3264,0,129600,86400,467209,2039), -- Harit Guardian Garangky (56)
|
(25463,166288,68096,-3264,0,129600,86400,467209,2039), -- Harit Guardian Garangky (56)
|
||||||
|
100
trunk/dist/db_installer/sql/game/spawnlist.sql
vendored
100
trunk/dist/db_installer/sql/game/spawnlist.sql
vendored
@ -56271,3 +56271,103 @@ INSERT INTO `spawnlist` VALUES
|
|||||||
("TOI", 1, 23068, 115288, 14194, 6992, 0, 0, 21009, 60, 0, 0, 0),
|
("TOI", 1, 23068, 115288, 14194, 6992, 0, 0, 21009, 60, 0, 0, 0),
|
||||||
("TOI", 1, 23067, 114983, 14343, 6992, 0, 0, 33940, 60, 0, 0, 0),
|
("TOI", 1, 23067, 114983, 14343, 6992, 0, 0, 33940, 60, 0, 0, 0),
|
||||||
("TOI", 1, 33344, 147465, 25819, -2008, 0, 0, 13028, 60, 0, 0, 0);
|
("TOI", 1, 33344, 147465, 25819, -2008, 0, 0, 13028, 60, 0, 0, 0);
|
||||||
|
|
||||||
|
-- NPCs removed from Infinite Odyssey client.
|
||||||
|
DELETE FROM spawnlist WHERE npc_templateid in (
|
||||||
|
2501, 2502, 2503, 18664, 18665, 18666, 20007, 20015, 20016, 20020, 20022, 20025, 20031, 20034, 20041,
|
||||||
|
20042, 20046, 20048, 20052, 20056, 20057, 20064, 20074, 20077, 20085, 20092, 20095, 20097, 20098, 20099,
|
||||||
|
20100, 20101, 20102, 20103, 20104, 20105, 20106, 20107, 20108, 20109, 20110, 20112, 20113, 20114, 20115,
|
||||||
|
20117, 20118, 20121, 20131, 20132, 20163, 20164, 20165, 20191, 20193, 20255, 20256, 20257, 20258, 20259,
|
||||||
|
20310, 20321, 20326, 20328, 20338, 20342, 20343, 20348, 20349, 20350, 20352, 20361, 20362, 20367, 20376,
|
||||||
|
20377, 20378, 20379, 20380, 20381, 20382, 20385, 20386, 20387, 20388, 20392, 20398, 20399, 20400, 20401,
|
||||||
|
20404, 20418, 20420, 20421, 20424, 20432, 20433, 20442, 20445, 20450, 20454, 20455, 20456, 20457, 20461,
|
||||||
|
20462, 20481, 20505, 20514, 20515, 20517, 20518, 20522, 20524, 20529, 20532, 20536, 20544, 20545, 20589,
|
||||||
|
20590, 20591, 20592, 20593, 20594, 20595, 20596, 20597, 20598, 20599, 20651, 20652, 20653, 20654, 20655,
|
||||||
|
20656, 20657, 20658, 20738, 20739, 20758, 20759, 20760, 20771, 20772, 20776, 20783, 20788, 20989, 20990,
|
||||||
|
21034, 21058, 21059, 21060, 21132, 21133, 21134, 21135, 21136, 21137, 21138, 21139, 21140, 21141, 21142,
|
||||||
|
21143, 21144, 21145, 21146, 21147, 21148, 21149, 21150, 21151, 21152, 21153, 21154, 21155, 21156, 21157,
|
||||||
|
21158, 21159, 21160, 21161, 21162, 21163, 21164, 21165, 21166, 21167, 21168, 21169, 21170, 21171, 21172,
|
||||||
|
21173, 21174, 21175, 21176, 21177, 21187, 21188, 21189, 21190, 21191, 21192, 21193, 21194, 21195, 21196,
|
||||||
|
21197, 21198, 21208, 21209, 21210, 21211, 21213, 21214, 21215, 21217, 21218, 21219, 21221, 21222, 21223,
|
||||||
|
21224, 21225, 21226, 21227, 21228, 21229, 21230, 21231, 21236, 21237, 21238, 21239, 21240, 21241, 21242,
|
||||||
|
21243, 21244, 21245, 21246, 21247, 21248, 21249, 21250, 21251, 21252, 21253, 21254, 21255, 21256, 21638,
|
||||||
|
21641, 21797, 21801, 21802, 21803, 21804, 21805, 21806, 21807, 21808, 21809, 21810, 21811, 21812, 21813,
|
||||||
|
21814, 21815, 21816, 21817, 21818, 21819, 21820, 21821, 21822, 22240, 22241, 22242, 22243, 22244, 22245,
|
||||||
|
22246, 25229, 25249, 25250, 25251, 25263, 25264, 25265, 25276, 25290, 25302, 25305, 25312, 25315, 25453,
|
||||||
|
25454, 25455, 25771, 25773, 25774, 25847, 25848, 25849, 25850, 25851, 25852, 25853, 25854, 25923);
|
||||||
|
|
||||||
|
-- -------------- --
|
||||||
|
-- Underground --
|
||||||
|
-- -------------- --
|
||||||
|
|
||||||
|
-- Gatekeeper Plie
|
||||||
|
INSERT INTO `spawnlist` VALUES('Underground', 1, 34188, -51009, -147182, -14907, 0, 0, 45961, 60, 0, 0, 0);
|
||||||
|
-- Warehouse Tutu
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34191, -51111, -147168, -14947, 0, 0, 51707, 60, 0, 0, 0);
|
||||||
|
-- Adventure Guildsman
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34187, -50233, -146701, -14940, 0, 0, 41508, 60, 0, 0, 0);
|
||||||
|
-- Adventurers' Guide
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 32327, -50291, -146648, -14941, 0, 0, 39437, 60, 0, 0, 0);
|
||||||
|
-- Mentor Guide
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 33587, -50294, -146574, -14940, 0, 0, 41827, 60, 0, 0, 0);
|
||||||
|
-- Tavern Employee female
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34203, -50705, -149027, -14941, 0, 0, 20434, 60, 0, 0, 0);
|
||||||
|
-- Glissade
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34197, -50961, -143583, -14945, 0, 0, 43943, 60, 0, 0, 0);
|
||||||
|
-- Piroue
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34198, -51062, -143511, -14945, 0, 0, 49151, 60, 0, 0, 0);
|
||||||
|
-- Grocer Attitude
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34190, -53998, -146771, -14946, 0, 0, 7210, 60, 0, 0, 0);
|
||||||
|
-- Tavern Employee Route_1
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34202, -50781, -148963, -14944, 0, 0, 14075, 60, 0, 0, 0);
|
||||||
|
-- Blacksmith Bartman
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34208, -53542, -147365, -14945, 0, 0, 0, 60, 0, 0, 0);
|
||||||
|
-- Warehouse Fouette
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34192, -53315, -148007, -14945, 0, 0, 9346, 60, 0, 0, 0);
|
||||||
|
-- Dimensional Merchant
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 32478, -52782, -147507, -14945, 0, 0, 32116, 60, 0, 0, 0);
|
||||||
|
-- Auction Manager Mistress
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34189, -52644, -147041, -14945, 0, 0, 38594, 60, 0, 0, 0);
|
||||||
|
-- Beauty Shop
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 33825, -52828, -146931, -14945, 0, 0, 47276, 60, 0, 0, 0);
|
||||||
|
-- Mei
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34186, -49986, -147851, -14157, 0, 0, 21220, 60, 0, 0, 0);
|
||||||
|
-- Lupia
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34185, -49944, -147913, -14157, 0, 0, 29130, 60, 0, 0, 0);
|
||||||
|
-- Brodien
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34184, -49643, -147959, -14157, 0, 0, 57730, 60, 0, 0, 0);
|
||||||
|
-- Hanna
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34183, -49591, -147894, -14157, 0, 0, 8191, 60, 0, 0, 0);
|
||||||
|
-- Lollia
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34182, -49514, -147857, -14157, 0, 0, 44000, 60, 0, 0, 0);
|
||||||
|
-- Lailly
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34181, -49721, -147866, -14151, 0, 0, 61053, 60, 0, 0, 0);
|
||||||
|
-- Settlen
|
||||||
|
INSERT INTO `spawnlist` VALUES ('Underground', 1, 34180, -49833, -147853, -14151, 0, 0, 42114, 60, 0, 0, 0);
|
||||||
|
-- Mystic Summoning
|
||||||
|
INSERT INTO `spawnlist` VALUES
|
||||||
|
('Underground', 1, 34200, -50175, -148397, -14157, 0, 0, 49151, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34200, -50107, -148083, -14157, 0, 0, 27657, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34200, -50024, -148598, -14157, 0, 0, 39537, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34200, -49486, -148032, -14157, 0, 0, 22374, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34200, -49324, -148185, -14157, 0, 0, 35966, 60, 0, 0, 0);
|
||||||
|
-- No name NPCs in Tavern
|
||||||
|
INSERT INTO `spawnlist` VALUES
|
||||||
|
('Underground', 1, 34169, -50270, -148258, -14150, 0, 0, 19922, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34168, -49717, -148336, -14186, 0, 0, 32767, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34167, -49863, -147938, -14157, 0, 0, 63813, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34166, -49693, -147946, -14157, 0, 0, 17681, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34165, -49837, -148332, -14186, 0, 0, 0, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34164, -49824, -148383, -14186, 0, 0, 3355, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34163, -49782, -148267, -14186, 0, 0, 48500, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34162, -49737, -148288, -14186, 0, 0, 38057, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34161, -49738, -147938, -14157, 0, 0, 16720, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34160, -50281, -148212, -14150, 0, 0, 51085, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34159, -49828, -147939, -14157, 0, 0, 22517, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34158, -50337, -148343, -14148, 0, 0, 63813, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34157, -50313, -148334, -14149, 0, 0, 35764, 60, 0, 0, 0);
|
||||||
|
-- Tavern Employees
|
||||||
|
INSERT INTO `spawnlist` VALUES
|
||||||
|
('Underground', 1, 34205, -49227, -148682, -14157, 0, 0, 26209, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34204, -50318, -149266, -14171, 0, 0, 7579, 60, 0, 0, 0),
|
||||||
|
('Underground', 1, 34203, -50290, -148100, -14157, 0, 0, 49400, 60, 0, 0, 0);
|
||||||
|
8
trunk/dist/game/config/Character.ini
vendored
8
trunk/dist/game/config/Character.ini
vendored
@ -320,6 +320,12 @@ MaxEvasion = 250
|
|||||||
MinAbnormalStateSuccessRate = 10
|
MinAbnormalStateSuccessRate = 10
|
||||||
MaxAbnormalStateSuccessRate = 90
|
MaxAbnormalStateSuccessRate = 90
|
||||||
|
|
||||||
|
# Maximum Player Level
|
||||||
|
# WARNING: Cannot exceed the maximum experince.xml level.
|
||||||
|
# Example: Set as 85 to force the maximum player level at 85.
|
||||||
|
# Retail: 107
|
||||||
|
MaximumPlayerLevel = 107
|
||||||
|
|
||||||
# Maximum number of allowed subclasses for every player.
|
# Maximum number of allowed subclasses for every player.
|
||||||
# Do not use more than 3!
|
# Do not use more than 3!
|
||||||
# Default: 3
|
# Default: 3
|
||||||
@ -785,7 +791,7 @@ MaxPetitionsPending = 25
|
|||||||
|
|
||||||
# Free teleporting around the world.
|
# Free teleporting around the world.
|
||||||
# Default: False
|
# Default: False
|
||||||
AltFreeTeleporting = False
|
FreeTeleporting = False
|
||||||
|
|
||||||
# Allow character deletion after days set below. To disallow character deletion, set this equal to 0.
|
# Allow character deletion after days set below. To disallow character deletion, set this equal to 0.
|
||||||
# Default: 1
|
# Default: 1
|
||||||
|
4
trunk/dist/game/config/NPC.ini
vendored
4
trunk/dist/game/config/NPC.ini
vendored
@ -186,8 +186,8 @@ MinionChaosTime = 10
|
|||||||
|
|
||||||
# It removes STR,CON... bonuses.
|
# It removes STR,CON... bonuses.
|
||||||
# With this enabled npcs will use the stats given directly from the xml.
|
# With this enabled npcs will use the stats given directly from the xml.
|
||||||
# Default: False
|
# Default: True
|
||||||
IgnoreNpcStatFormulas = False
|
IgnoreNpcStatFormulas = True
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
4
trunk/dist/game/config/Server.ini
vendored
4
trunk/dist/game/config/Server.ini
vendored
@ -88,8 +88,8 @@ MaximumOnlineUsers = 2000
|
|||||||
# Numbers of protocol revisions that server allows to connect.
|
# Numbers of protocol revisions that server allows to connect.
|
||||||
# Delimiter is ;
|
# Delimiter is ;
|
||||||
# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>
|
# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>
|
||||||
# Ertheia: 603;606;607;610
|
# Infinite Odyssey Underground: 28
|
||||||
AllowedProtocolRevisions = 603;606;607;610
|
AllowedProtocolRevisions = 28
|
||||||
|
|
||||||
# Displays server type next to the server name on character selection.
|
# Displays server type next to the server name on character selection.
|
||||||
# Notes:
|
# Notes:
|
||||||
|
391
trunk/dist/game/data/DailyMissions.xml
vendored
Normal file
391
trunk/dist/game/data/DailyMissions.xml
vendored
Normal file
@ -0,0 +1,391 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/DailyMissions.xsd">
|
||||||
|
<mission id="1" clientId="26" type="LEVEL" level="4" classes="ALL">
|
||||||
|
<reward item="10650" count="5"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="2" clientId="28" type="LEVEL" level="6" classes="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23">
|
||||||
|
<reward item="32226" count="10"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="3" clientId="28" type="LEVEL" level="6" classes="182,183,184,185,186,187,188,189">
|
||||||
|
<reward item="40195" count="10"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="4" clientId="31" type="LEVEL" level="9" classes="ALL">
|
||||||
|
<reward item="22193" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="5" clientId="34" type="LEVEL" level="12" classes="ALL">
|
||||||
|
<reward item="20922" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="6" clientId="37" type="LEVEL" level="15" classes="ALL">
|
||||||
|
<reward item="9577" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="7" clientId="57" type="LEVEL" level="35" classes="ALL">
|
||||||
|
<reward item="9578" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="8" clientId="63" type="LEVEL" level="41" classes="ALL">
|
||||||
|
<reward item="27565" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="9" clientId="64" type="LEVEL" level="42" classes="ALL">
|
||||||
|
<reward item="38606" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="10" clientId="65" type="LEVEL" level="43" classes="ALL">
|
||||||
|
<reward item="38602" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="11" clientId="66" type="LEVEL" level="44" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38603" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="12" clientId="66" type="LEVEL" level="44" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38611" count="1"/>
|
||||||
|
<reward item="38612" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="13" clientId="66" type="LEVEL" level="44" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38607" count="1"/>
|
||||||
|
<reward item="38608" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="14" clientId="67" type="LEVEL" level="45" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38605" count="1"/>
|
||||||
|
<reward item="9579" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="15" clientId="67" type="LEVEL" level="45" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38614" count="1"/>
|
||||||
|
<reward item="9579" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="16" clientId="67" type="LEVEL" level="45" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38609" count="1"/>
|
||||||
|
<reward item="9579" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="17" clientId="68" type="LEVEL" level="46" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38604" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="18" clientId="68" type="LEVEL" level="46" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38613" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="19" clientId="68" type="LEVEL" level="46" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38610" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="20" clientId="69" type="LEVEL" level="47" classes="ALL">
|
||||||
|
<reward item="38674" count="1"/>
|
||||||
|
<reward item="13894" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="21" clientId="70" type="LEVEL" level="48" classes="ALL">
|
||||||
|
<reward item="38676" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="22" clientId="71" type="LEVEL" level="49" classes="ALL">
|
||||||
|
<reward item="38675" count="1"/>
|
||||||
|
<reward item="9589" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="23" clientId="72" type="LEVEL" level="50" classes="ALL">
|
||||||
|
<reward item="38674" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="24" clientId="73" type="LEVEL" level="51" classes="ALL">
|
||||||
|
<reward item="38676" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="25" clientId="75" type="LEVEL" level="53" classes="ALL">
|
||||||
|
<reward item="27566" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="26" clientId="76" type="LEVEL" level="54" classes="ALL">
|
||||||
|
<reward item="38619" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="27" clientId="77" type="LEVEL" level="55" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38615" count="1"/>
|
||||||
|
<reward item="9580" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="28" clientId="77" type="LEVEL" level="55" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38615" count="1"/>
|
||||||
|
<reward item="9580" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="29" clientId="77" type="LEVEL" level="55" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38621" count="1"/>
|
||||||
|
<reward item="9580" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="30" clientId="78" type="LEVEL" level="56" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38618" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="31" clientId="78" type="LEVEL" level="56" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38625" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="32" clientId="78" type="LEVEL" level="56" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38620" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="33" clientId="79" type="LEVEL" level="57" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38616" count="1"/>
|
||||||
|
<reward item="13895" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="34" clientId="79" type="LEVEL" level="57" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38626" count="1"/>
|
||||||
|
<reward item="13895" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="35" clientId="79" type="LEVEL" level="57" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38622" count="1"/>
|
||||||
|
<reward item="13895" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="36" clientId="80" type="LEVEL" level="58" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38617" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="37" clientId="80" type="LEVEL" level="58" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38627" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="38" clientId="80" type="LEVEL" level="58" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38623" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="39" clientId="81" type="LEVEL" level="59" classes="ALL">
|
||||||
|
<reward item="38677" count="1"/>
|
||||||
|
<reward item="9590" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="40" clientId="82" type="LEVEL" level="60" classes="ALL">
|
||||||
|
<reward item="38679" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="41" clientId="83" type="LEVEL" level="61" classes="ALL">
|
||||||
|
<reward item="38678" count="1"/>
|
||||||
|
<reward item="38677" count="1"/>
|
||||||
|
<reward item="38679" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="42" clientId="84" type="LEVEL" level="62" classes="ALL">
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="43" clientId="85" type="LEVEL" level="63" classes="ALL">
|
||||||
|
<reward item="27567" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="44" clientId="86" type="LEVEL" level="64" classes="ALL">
|
||||||
|
<reward item="38632" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="45" clientId="87" type="LEVEL" level="65" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38629" count="1"/>
|
||||||
|
<reward item="9581" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="46" clientId="87" type="LEVEL" level="65" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38634" count="1"/>
|
||||||
|
<reward item="9581" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="47" clientId="87" type="LEVEL" level="65" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38634" count="1"/>
|
||||||
|
<reward item="9581" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="48" clientId="88" type="LEVEL" level="66" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38628" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="49" clientId="88" type="LEVEL" level="66" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38638" count="1"/>
|
||||||
|
<reward item="38639" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="50" clientId="88" type="LEVEL" level="66" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38633" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="51" clientId="89" type="LEVEL" level="67" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38630" count="1"/>
|
||||||
|
<reward item="13896" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="52" clientId="89" type="LEVEL" level="67" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38640" count="1"/>
|
||||||
|
<reward item="13896" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="53" clientId="89" type="LEVEL" level="67" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38635" count="1"/>
|
||||||
|
<reward item="13896" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="54" clientId="90" type="LEVEL" level="68" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38631" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="55" clientId="90" type="LEVEL" level="68" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38641" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="56" clientId="90" type="LEVEL" level="68" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38636" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="57" clientId="91" type="LEVEL" level="69" classes="ALL">
|
||||||
|
<reward item="38680" count="1"/>
|
||||||
|
<reward item="9591" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="58" clientId="92" type="LEVEL" level="70" classes="ALL">
|
||||||
|
<reward item="38682" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="59" clientId="93" type="LEVEL" level="71" classes="ALL">
|
||||||
|
<reward item="38681" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="60" clientId="94" type="LEVEL" level="72" classes="ALL">
|
||||||
|
<reward item="38680" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="61" clientId="95" type="LEVEL" level="73" classes="ALL">
|
||||||
|
<reward item="38682" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="62" clientId="96" type="LEVEL" level="74" classes="ALL">
|
||||||
|
<reward item="24351" count="1"/>
|
||||||
|
<reward item="24352" count="1"/>
|
||||||
|
<reward item="24353" count="1"/>
|
||||||
|
<reward item="24354" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="63" clientId="97" type="LEVEL" level="75" classes="ALL">
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="64" clientId="98" type="LEVEL" level="76" classes="ALL">
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="65" clientId="99" type="LEVEL" level="77" classes="ALL">
|
||||||
|
<reward item="27568" count="1"/>
|
||||||
|
<reward item="9582" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="66" clientId="100" type="LEVEL" level="78" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38647" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="67" clientId="100" type="LEVEL" level="78" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="68" clientId="100" type="LEVEL" level="78" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38652" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="69" clientId="101" type="LEVEL" level="79" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38646" count="1"/>
|
||||||
|
<reward item="38642" count="1"/>
|
||||||
|
<reward item="38643" count="1"/>
|
||||||
|
<reward item="13897" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="70" clientId="101" type="LEVEL" level="79" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38656" count="1"/>
|
||||||
|
<reward item="38653" count="1"/>
|
||||||
|
<reward item="13897" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="71" clientId="101" type="LEVEL" level="79" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38651" count="1"/>
|
||||||
|
<reward item="38648" count="1"/>
|
||||||
|
<reward item="13897" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="72" clientId="102" type="LEVEL" level="80" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38644" count="1"/>
|
||||||
|
<reward item="38645" count="1"/>
|
||||||
|
<reward item="9592" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="73" clientId="102" type="LEVEL" level="80" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38654" count="1"/>
|
||||||
|
<reward item="38655" count="1"/>
|
||||||
|
<reward item="9592" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="74" clientId="102" type="LEVEL" level="80" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38649" count="1"/>
|
||||||
|
<reward item="38650" count="1"/>
|
||||||
|
<reward item="9592" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="75" clientId="103" type="LEVEL" level="81" classes="ALL">
|
||||||
|
<reward item="27569" count="1"/>
|
||||||
|
<reward item="38684" count="1"/>
|
||||||
|
<reward item="38683" count="1"/>
|
||||||
|
<reward item="38685" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="76" clientId="104" type="LEVEL" level="82" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38662" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="77" clientId="104" type="LEVEL" level="82" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="78" clientId="104" type="LEVEL" level="82" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38668" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="79" clientId="105" type="LEVEL" level="83" classes="0,18,31,44,53,1,4,19,32,45,54,56,2,3,5,6,20,21,33,34,46,55,57,118,117,88,89,90,91,99,100,106,107,113,139,140,144">
|
||||||
|
<reward item="38659" count="1"/>
|
||||||
|
<reward item="38657" count="1"/>
|
||||||
|
<reward item="38658" count="1"/>
|
||||||
|
<reward item="38660" count="1"/>
|
||||||
|
<reward item="38661" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="80" clientId="105" type="LEVEL" level="83" classes="49,123,124,7,22,35,47,50,125,126,8,9,23,24,36,37,48,51,52,127,128,129,130,135,92,93,101,102,108,109,114,115,116,141,142,182,184,186,188">
|
||||||
|
<reward item="38671" count="1"/>
|
||||||
|
<reward item="38669" count="1"/>
|
||||||
|
<reward item="38670" count="1"/>
|
||||||
|
<reward item="38672" count="1"/>
|
||||||
|
<reward item="38673" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="81" clientId="105" type="LEVEL" level="83" classes="10,25,38,11,15,26,29,39,42,12,13,14,16,17,27,28,30,40,41,43,94,95,96,97,98,103,104,105,110,111,112,143,145,146,183,185,187,189">
|
||||||
|
<reward item="38665" count="1"/>
|
||||||
|
<reward item="38663" count="1"/>
|
||||||
|
<reward item="38664" count="1"/>
|
||||||
|
<reward item="38666" count="1"/>
|
||||||
|
<reward item="38667" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="82" clientId="106" type="LEVEL" level="84" classes="ALL">
|
||||||
|
<reward item="38687" count="1"/>
|
||||||
|
<reward item="38686" count="1"/>
|
||||||
|
<reward item="38688" count="1"/>
|
||||||
|
<reward item="35987" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="83" clientId="187" type="DUALCLASS" level="1" classes="ALL">
|
||||||
|
<reward item="35987" count="10"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="84" clientId="224" type="WEEKEND" level="1" classes="ALL">
|
||||||
|
<reward item="27593" count="4"/>
|
||||||
|
<reward item="27603" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="85" clientId="225" type="MONTHLY" level="1" classes="ALL">
|
||||||
|
<reward item="27593" count="15"/>
|
||||||
|
<reward item="27603" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="86" clientId="226" type="DAILYQUESTS" level="1" classes="ALL">
|
||||||
|
<reward item="27593" count="1"/>
|
||||||
|
<reward item="27603" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="87" clientId="227" type="OLYMPIAD" level="1" classes="ALL">
|
||||||
|
<reward item="27593" count="4"/>
|
||||||
|
<reward item="27603" count="3"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="88" clientId="228" type="SIEGE" level="1" classes="ALL">
|
||||||
|
<reward item="27593" count="50"/>
|
||||||
|
<reward item="27603" count="15"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="89" clientId="229" type="CHAOS" level="1" classes="ALL">
|
||||||
|
<reward item="27593" count="2"/>
|
||||||
|
<reward item="27603" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="90" clientId="230" type="DAILYDUNGEONS" level="1" classes="ALL">
|
||||||
|
<reward item="27593" count="1"/>
|
||||||
|
<reward item="27603" count="1"/>
|
||||||
|
</mission>
|
||||||
|
<mission id="91" clientId="231" type="FISH" level="1" classes="ALL">
|
||||||
|
<reward item="27593" count="1"/>
|
||||||
|
<reward item="27603" count="1"/>
|
||||||
|
</mission>
|
||||||
|
</list>
|
36
trunk/dist/game/data/Routes.xml
vendored
36
trunk/dist/game/data/Routes.xml
vendored
@ -1608,4 +1608,40 @@
|
|||||||
<point X="-19748" Y="133899" Z="-3881" delay="0" run="false" />
|
<point X="-19748" Y="133899" Z="-3881" delay="0" run="false" />
|
||||||
<point X="-19331" Y="133534" Z="-3798" delay="0" run="false" />
|
<point X="-19331" Y="133534" Z="-3798" delay="0" run="false" />
|
||||||
</route>
|
</route>
|
||||||
|
<!-- Underground - Tavern Employee Male Route 1 -->
|
||||||
|
<route name="tavern_1" repeat="true" repeatStyle="back">
|
||||||
|
<target id="34202" spawnX="-50781" spawnY="-148963" spawnZ="-14944" />
|
||||||
|
<point string="" X="-50997" Y="-148648" Z="-14944" delay="0" run="false" />
|
||||||
|
<point string="" X="-51128" Y="-148187" Z="-14944" delay="0" run="false" />
|
||||||
|
<point string="" X="-51140" Y="-147688" Z="-14944" delay="0" run="false" />
|
||||||
|
<point string="" X="-51073" Y="-147302" Z="-14944" delay="3" run="false" />
|
||||||
|
</route>
|
||||||
|
<!-- Underground - Tavern Employee Female Route 2 -->
|
||||||
|
<route name="tavern_2" repeat="true" repeatStyle="cycle">
|
||||||
|
<target id="34203" spawnX="-50290" spawnY="-148100" spawnZ="-14157" />
|
||||||
|
<point string="Is there anything to clean up?" X="-49873" Y="-148291" Z="-14186" delay="3" run="false" />
|
||||||
|
<point string="Lupia introduced me here, so that's how I started working here." X="-49962" Y="-147955" Z="-14157" delay="3" run="false" />
|
||||||
|
<point string="I wonder what Hanna will be making today..." X="-50146" Y="-147816" Z="-14157" delay="3" run="false" />
|
||||||
|
<point string="Hey, you! We don't want drunk customers here." X="-50298" Y="-148021" Z="-14157" delay="2" run="false" />
|
||||||
|
</route>
|
||||||
|
<!-- Underground - Tavern Employee Female Route 3 -->
|
||||||
|
<route name="tavern_3" repeat="true" repeatStyle="cycle">
|
||||||
|
<target id="34204" spawnX="-50318" spawnY="-149266" spawnZ="-14171" />
|
||||||
|
<point string="You can place you order over here." X="-50069" Y="-148934" Z="-14159" delay="4" run="false" />
|
||||||
|
<point string="Hanna's cooking is the best." X="-49817" Y="-148762" Z="-14155" delay="3" run="false" />
|
||||||
|
<point string="Here you can forget about your responsibilities for a while." X="-49796" Y="-148464" Z="-14171" delay="4" run="false" />
|
||||||
|
<point string="Is there anything for clean up?" X="-50046" Y="-148498" Z="-14157" delay="3" run="false" />
|
||||||
|
<point string="I think we can wait for some more customers." X="-50413" Y="-148665" Z="-14161" delay="3" run="false" />
|
||||||
|
<point string="What your step." X="-50266" Y="-149095" Z="-14169" delay="2" run="false" />
|
||||||
|
</route>
|
||||||
|
<!-- Underground - Tavern Employee Female Route 4 -->
|
||||||
|
<route name="tavern_4" repeat="true" repeatStyle="cycle">
|
||||||
|
<target id="34205" spawnX="-49227" spawnY="-148682" spawnZ="-14157" />
|
||||||
|
<point string="Hanna's cooking is the best." X="-49291" Y="-148648" Z="-14157" delay="2" run="false" />
|
||||||
|
<point string="You can place you order over here." X="-49470" Y="-148411" Z="-14157" delay="3" run="false" />
|
||||||
|
<point string="Here you can forget about your responsibilities for a while." X="-49187" Y="-148229" Z="-14157" delay="4" run="false" />
|
||||||
|
<point string="Sigh.. busy as always." X="-49341" Y="-148047" Z="-14157" delay="2" run="false" />
|
||||||
|
<point string="You can place you order over here." X="-49627" Y="-148203" Z="-14167" delay="3" run="false" />
|
||||||
|
<point string="What do you think about our tavern? Isn't it great?" X="-49510" Y="-148437" Z="-14157" delay="5" run="false" />
|
||||||
|
</route>
|
||||||
</routes>
|
</routes>
|
1
trunk/dist/game/data/buylists/3008100.xml
vendored
1
trunk/dist/game/data/buylists/3008100.xml
vendored
@ -2,6 +2,7 @@
|
|||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
|
||||||
<npcs>
|
<npcs>
|
||||||
<npc>30081</npc> <!-- Helvetia -->
|
<npc>30081</npc> <!-- Helvetia -->
|
||||||
|
<npc>34190</npc> <!-- Attitude -->
|
||||||
</npcs>
|
</npcs>
|
||||||
<item id="1835" /> <!-- Soulshot (No-grade) -->
|
<item id="1835" /> <!-- Soulshot (No-grade) -->
|
||||||
<item id="2509" /> <!-- Spiritshot (No-grade) -->
|
<item id="2509" /> <!-- Spiritshot (No-grade) -->
|
||||||
|
42
trunk/dist/game/data/buylists/3008102.xml
vendored
Normal file
42
trunk/dist/game/data/buylists/3008102.xml
vendored
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>34190</npc> <!-- Attitude -->
|
||||||
|
</npcs>
|
||||||
|
<item id="4445" /> <!-- STR Dye (STR + 1 CON - 3) -->
|
||||||
|
<item id="4446" /> <!-- STR Dye (STR + 1 DEX - 3) -->
|
||||||
|
<item id="4447" /> <!-- CON Dye (Con + 1 Str - 3) -->
|
||||||
|
<item id="4448" /> <!-- CON Dye (Con + 1 DEX - 3) -->
|
||||||
|
<item id="4449" /> <!-- DEX Dye (Dex + 1 Str - 3) -->
|
||||||
|
<item id="4450" /> <!-- DEX Dye (Dex + 1 CON - 3) -->
|
||||||
|
<item id="4451" /> <!-- INT Dye (Int + 1 Men - 3) -->
|
||||||
|
<item id="4452" /> <!-- INT Dye (Int + 1 Wit - 3) -->
|
||||||
|
<item id="4453" /> <!-- MEN Dye (Men + 1 Int - 3) -->
|
||||||
|
<item id="4454" /> <!-- MEN Dye (Men + 1 Wit - 3) -->
|
||||||
|
<item id="4455" /> <!-- WIT Dye (Wit + 1 Int - 3) -->
|
||||||
|
<item id="4456" /> <!-- WIT Dye (Wit + 1 Men - 3) -->
|
||||||
|
<item id="4457" /> <!-- STR Dye (STR + 1 CON - 2) -->
|
||||||
|
<item id="4458" /> <!-- STR Dye (STR + 1 DEX - 2) -->
|
||||||
|
<item id="4459" /> <!-- CON Dye (Con + 1 Str - 2) -->
|
||||||
|
<item id="4460" /> <!-- CON Dye (Con + 1 DEX - 2) -->
|
||||||
|
<item id="4461" /> <!-- DEX Dye (Dex + 1 Str - 2) -->
|
||||||
|
<item id="4462" /> <!-- DEX Dye (Dex + 1 CON - 2) -->
|
||||||
|
<item id="4463" /> <!-- INT Dye (Int + 1 Men - 2) -->
|
||||||
|
<item id="4464" /> <!-- INT Dye (Int + 1 Wit - 2) -->
|
||||||
|
<item id="4465" /> <!-- MEN Dye (Men + 1 Int - 2) -->
|
||||||
|
<item id="4466" /> <!-- MEN Dye (Men + 1 Wit - 2) -->
|
||||||
|
<item id="4467" /> <!-- WIT Dye (Wit + 1 Int - 2) -->
|
||||||
|
<item id="4468" /> <!-- WIT Dye (Wit + 1 Men - 2) -->
|
||||||
|
<item id="4481" /> <!-- Greater STR Dye (STR + 1 CON - 3) -->
|
||||||
|
<item id="4482" /> <!-- Greater STR Dye (STR + 1 DEX - 3) -->
|
||||||
|
<item id="4483" /> <!-- Greater CON Dye(Con + 1 Str - 3) -->
|
||||||
|
<item id="4484" /> <!-- Greater CON Dye(Con + 1 DEX - 3) -->
|
||||||
|
<item id="4485" /> <!-- Greater DEX Dye (Dex + 1 Str - 3) -->
|
||||||
|
<item id="4486" /> <!-- Greater DEX Dye (Dex + 1 CON - 3) -->
|
||||||
|
<item id="4487" /> <!-- Greater INT Dye (Int + 1 Men - 3) -->
|
||||||
|
<item id="4488" /> <!-- Greater INT Dye (Int + 1 Wit - 3) -->
|
||||||
|
<item id="4489" /> <!-- Greater MEN Dye (Men + 1 Int - 3) -->
|
||||||
|
<item id="4490" /> <!-- Greater MEN Dye (Men + 1 Wit - 3) -->
|
||||||
|
<item id="4491" /> <!-- Greater WIT Dye (Wit + 1 Int - 3) -->
|
||||||
|
<item id="4492" /> <!-- Greater WIT Dye (Wit + 1 Men - 3) -->
|
||||||
|
</list>
|
258
trunk/dist/game/data/enchantSkillGroups.xml
vendored
258
trunk/dist/game/data/enchantSkillGroups.xml
vendored
@ -2,118 +2,174 @@
|
|||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/enchantSkillGroups.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/enchantSkillGroups.xsd">
|
||||||
<!-- 2nd Class Buffs Debuffs Toogle and Summons -->
|
<!-- 2nd Class Buffs Debuffs Toogle and Summons -->
|
||||||
<group id="1">
|
<group id="1">
|
||||||
<enchant level="1" adena="74250" sp="575980" chance76="82" chance77="92" chance78="97" chance79="97" chance80="97" chance81="97" chance82="97" chance83="97" chance84="97" chance85="97" chance86="99" chance87="99" chance88="99" chance89="99" chance90="99" chance91="99" chance92="99" chance93="99" chance94="99" chance95="99" chance96="99" chance97="99" chance98="99" chance99="99" />
|
<enchant level="1" adena="74250" sp="575980" chance76="82" chance77="92" chance78="97" chance79="97" chance80="97" chance81="97" chance82="97" chance83="97" chance84="97" chance85="97" chance86="99" chance87="99" chance88="99" chance89="99" chance90="99" chance91="99" chance92="99" chance93="99" chance94="99" chance95="99" chance96="99" chance97="99" chance98="99" chance99="99" chance100="99" chance101="99" chance102="99" chance103="99" chance104="99" chance105="99" chance106="99" chance107="99" />
|
||||||
<enchant level="2" adena="74250" sp="575980" chance76="80" chance77="90" chance78="95" chance79="95" chance80="95" chance81="95" chance82="95" chance83="95" chance84="95" chance85="95" chance86="97" chance87="97" chance88="97" chance89="97" chance90="97" chance91="97" chance92="97" chance93="97" chance94="97" chance95="98" chance96="98" chance97="98" chance98="98" chance99="98" />
|
<enchant level="2" adena="74250" sp="575980" chance76="80" chance77="90" chance78="95" chance79="95" chance80="95" chance81="95" chance82="95" chance83="95" chance84="95" chance85="95" chance86="97" chance87="97" chance88="97" chance89="97" chance90="97" chance91="97" chance92="97" chance93="97" chance94="97" chance95="98" chance96="98" chance97="98" chance98="98" chance99="98" chance100="99" chance101="99" chance102="99" chance103="99" chance104="99" chance105="99" chance106="99" chance107="99" />
|
||||||
<enchant level="3" adena="74250" sp="575980" chance76="78" chance77="88" chance78="93" chance79="93" chance80="93" chance81="93" chance82="93" chance83="93" chance84="93" chance85="93" chance86="95" chance87="95" chance88="95" chance89="95" chance90="95" chance91="95" chance92="95" chance93="95" chance94="95" chance95="96" chance96="96" chance97="96" chance98="96" chance99="96" />
|
<enchant level="3" adena="74250" sp="575980" chance76="78" chance77="88" chance78="93" chance79="93" chance80="93" chance81="93" chance82="93" chance83="93" chance84="93" chance85="93" chance86="95" chance87="95" chance88="95" chance89="95" chance90="95" chance91="95" chance92="95" chance93="95" chance94="95" chance95="96" chance96="96" chance97="96" chance98="96" chance99="96" chance100="97" chance101="97" chance102="97" chance103="97" chance104="97" chance105="97" chance106="97" chance107="97" />
|
||||||
<enchant level="4" adena="112050" sp="604535" chance76="52" chance77="76" chance78="86" chance79="91" chance80="91" chance81="91" chance82="91" chance83="91" chance84="91" chance85="91" chance86="93" chance87="93" chance88="93" chance89="93" chance90="93" chance91="93" chance92="93" chance93="93" chance94="93" chance95="94" chance96="94" chance97="94" chance98="94" chance99="94" />
|
<enchant level="4" adena="112050" sp="604535" chance76="52" chance77="76" chance78="86" chance79="91" chance80="91" chance81="91" chance82="91" chance83="91" chance84="91" chance85="91" chance86="93" chance87="93" chance88="93" chance89="93" chance90="93" chance91="93" chance92="93" chance93="93" chance94="93" chance95="94" chance96="94" chance97="94" chance98="94" chance99="94" chance100="95" chance101="95" chance102="95" chance103="95" chance104="95" chance105="95" chance106="95" chance107="95" />
|
||||||
<enchant level="5" adena="112050" sp="604535" chance76="50" chance77="74" chance78="84" chance79="89" chance80="89" chance81="89" chance82="89" chance83="89" chance84="89" chance85="89" chance86="91" chance87="91" chance88="91" chance89="91" chance90="91" chance91="91" chance92="91" chance93="91" chance94="91" chance95="92" chance96="92" chance97="92" chance98="92" chance99="92" />
|
<enchant level="5" adena="112050" sp="604535" chance76="50" chance77="74" chance78="84" chance79="89" chance80="89" chance81="89" chance82="89" chance83="89" chance84="89" chance85="89" chance86="91" chance87="91" chance88="91" chance89="91" chance90="91" chance91="91" chance92="91" chance93="91" chance94="91" chance95="92" chance96="92" chance97="92" chance98="92" chance99="92" chance100="93" chance101="93" chance102="93" chance103="93" chance104="93" chance105="93" chance106="93" chance107="93" />
|
||||||
<enchant level="6" adena="112050" sp="604535" chance76="48" chance77="72" chance78="82" chance79="87" chance80="87" chance81="87" chance82="87" chance83="87" chance84="87" chance85="87" chance86="89" chance87="89" chance88="89" chance89="89" chance90="89" chance91="89" chance92="89" chance93="89" chance94="89" chance95="90" chance96="90" chance97="90" chance98="90" chance99="90" />
|
<enchant level="6" adena="112050" sp="604535" chance76="48" chance77="72" chance78="82" chance79="87" chance80="87" chance81="87" chance82="87" chance83="87" chance84="87" chance85="87" chance86="89" chance87="89" chance88="89" chance89="89" chance90="89" chance91="89" chance92="89" chance93="89" chance94="89" chance95="90" chance96="90" chance97="90" chance98="90" chance99="90" chance100="91" chance101="91" chance102="91" chance103="91" chance104="91" chance105="91" chance106="91" chance107="91" />
|
||||||
<enchant level="7" adena="150300" sp="634020" chance76="36" chance77="46" chance78="70" chance79="80" chance80="85" chance81="85" chance82="85" chance83="85" chance84="85" chance85="85" chance86="87" chance87="87" chance88="87" chance89="87" chance90="87" chance91="87" chance92="87" chance93="87" chance94="87" chance95="88" chance96="88" chance97="88" chance98="88" chance99="88" />
|
<enchant level="7" adena="150300" sp="634020" chance76="36" chance77="46" chance78="70" chance79="80" chance80="85" chance81="85" chance82="85" chance83="85" chance84="85" chance85="85" chance86="87" chance87="87" chance88="87" chance89="87" chance90="87" chance91="87" chance92="87" chance93="87" chance94="87" chance95="88" chance96="88" chance97="88" chance98="88" chance99="88" chance100="89" chance101="89" chance102="89" chance103="89" chance104="89" chance105="89" chance106="89" chance107="89" />
|
||||||
<enchant level="8" adena="150300" sp="634020" chance76="34" chance77="44" chance78="68" chance79="78" chance80="83" chance81="83" chance82="83" chance83="83" chance84="83" chance85="83" chance86="85" chance87="85" chance88="85" chance89="85" chance90="85" chance91="85" chance92="85" chance93="85" chance94="85" chance95="86" chance96="86" chance97="86" chance98="86" chance99="86" />
|
<enchant level="8" adena="150300" sp="634020" chance76="34" chance77="44" chance78="68" chance79="78" chance80="83" chance81="83" chance82="83" chance83="83" chance84="83" chance85="83" chance86="85" chance87="85" chance88="85" chance89="85" chance90="85" chance91="85" chance92="85" chance93="85" chance94="85" chance95="86" chance96="86" chance97="86" chance98="86" chance99="86" chance100="87" chance101="87" chance102="87" chance103="87" chance104="87" chance105="87" chance106="87" chance107="87" />
|
||||||
<enchant level="9" adena="150300" sp="634020" chance76="32" chance77="42" chance78="66" chance79="76" chance80="81" chance81="81" chance82="81" chance83="81" chance84="81" chance85="81" chance86="83" chance87="83" chance88="83" chance89="83" chance90="83" chance91="83" chance92="83" chance93="83" chance94="83" chance95="84" chance96="84" chance97="84" chance98="84" chance99="84" />
|
<enchant level="9" adena="150300" sp="634020" chance76="32" chance77="42" chance78="66" chance79="76" chance80="81" chance81="81" chance82="81" chance83="81" chance84="81" chance85="81" chance86="83" chance87="83" chance88="83" chance89="83" chance90="83" chance91="83" chance92="83" chance93="83" chance94="83" chance95="84" chance96="84" chance97="84" chance98="84" chance99="84" chance100="85" chance101="85" chance102="85" chance103="85" chance104="85" chance105="85" chance106="85" chance107="85" />
|
||||||
<enchant level="10" adena="189000" sp="680020" chance76="20" chance77="30" chance78="40" chance79="64" chance80="74" chance81="79" chance82="79" chance83="79" chance84="79" chance85="79" chance86="81" chance87="81" chance88="81" chance89="81" chance90="81" chance91="81" chance92="81" chance93="81" chance94="81" chance95="82" chance96="82" chance97="82" chance98="82" chance99="82" />
|
<enchant level="10" adena="189000" sp="680020" chance76="20" chance77="30" chance78="40" chance79="64" chance80="74" chance81="79" chance82="79" chance83="79" chance84="79" chance85="79" chance86="81" chance87="81" chance88="81" chance89="81" chance90="81" chance91="81" chance92="81" chance93="81" chance94="81" chance95="82" chance96="82" chance97="82" chance98="82" chance99="82" chance100="83" chance101="83" chance102="83" chance103="83" chance104="83" chance105="83" chance106="83" chance107="83" />
|
||||||
<enchant level="11" adena="189000" sp="680020" chance76="18" chance77="28" chance78="38" chance79="62" chance80="72" chance81="77" chance82="77" chance83="77" chance84="77" chance85="77" chance86="79" chance87="79" chance88="79" chance89="79" chance90="79" chance91="79" chance92="79" chance93="79" chance94="79" chance95="80" chance96="80" chance97="80" chance98="80" chance99="80" />
|
<enchant level="11" adena="189000" sp="680020" chance76="18" chance77="28" chance78="38" chance79="62" chance80="72" chance81="77" chance82="77" chance83="77" chance84="77" chance85="77" chance86="79" chance87="79" chance88="79" chance89="79" chance90="79" chance91="79" chance92="79" chance93="79" chance94="79" chance95="80" chance96="80" chance97="80" chance98="80" chance99="80" chance100="81" chance101="81" chance102="81" chance103="81" chance104="81" chance105="81" chance106="81" chance107="81" />
|
||||||
<enchant level="12" adena="189000" sp="680020" chance76="16" chance77="26" chance78="36" chance79="60" chance80="70" chance81="75" chance82="75" chance83="75" chance84="75" chance85="75" chance86="77" chance87="77" chance88="77" chance89="77" chance90="77" chance91="77" chance92="77" chance93="77" chance94="77" chance95="78" chance96="78" chance97="78" chance98="78" chance99="78" />
|
<enchant level="12" adena="189000" sp="680020" chance76="16" chance77="26" chance78="36" chance79="60" chance80="70" chance81="75" chance82="75" chance83="75" chance84="75" chance85="75" chance86="77" chance87="77" chance88="77" chance89="77" chance90="77" chance91="77" chance92="77" chance93="77" chance94="77" chance95="78" chance96="78" chance97="78" chance98="78" chance99="78" chance100="79" chance101="79" chance102="79" chance103="79" chance104="79" chance105="79" chance106="79" chance107="79" />
|
||||||
<enchant level="13" adena="228150" sp="711890" chance76="4" chance77="14" chance78="24" chance79="34" chance80="58" chance81="68" chance82="73" chance83="73" chance84="73" chance85="73" chance86="75" chance87="75" chance88="75" chance89="75" chance90="75" chance91="75" chance92="75" chance93="75" chance94="75" chance95="76" chance96="76" chance97="76" chance98="76" chance99="76" />
|
<enchant level="13" adena="228150" sp="711890" chance76="4" chance77="14" chance78="24" chance79="34" chance80="58" chance81="68" chance82="73" chance83="73" chance84="73" chance85="73" chance86="75" chance87="75" chance88="75" chance89="75" chance90="75" chance91="75" chance92="75" chance93="75" chance94="75" chance95="76" chance96="76" chance97="76" chance98="76" chance99="76" chance100="77" chance101="77" chance102="77" chance103="77" chance104="77" chance105="77" chance106="77" chance107="77" />
|
||||||
<enchant level="14" adena="228150" sp="711890" chance76="2" chance77="12" chance78="22" chance79="32" chance80="56" chance81="66" chance82="71" chance83="71" chance84="71" chance85="71" chance86="73" chance87="73" chance88="73" chance89="73" chance90="73" chance91="73" chance92="73" chance93="73" chance94="73" chance95="74" chance96="74" chance97="74" chance98="74" chance99="74" />
|
<enchant level="14" adena="228150" sp="711890" chance76="2" chance77="12" chance78="22" chance79="32" chance80="56" chance81="66" chance82="71" chance83="71" chance84="71" chance85="71" chance86="73" chance87="73" chance88="73" chance89="73" chance90="73" chance91="73" chance92="73" chance93="73" chance94="73" chance95="74" chance96="74" chance97="74" chance98="74" chance99="74" chance100="75" chance101="75" chance102="75" chance103="75" chance104="75" chance105="75" chance106="75" chance107="75" />
|
||||||
<enchant level="15" adena="228150" sp="711890" chance76="1" chance77="10" chance78="20" chance79="30" chance80="54" chance81="64" chance82="69" chance83="69" chance84="69" chance85="69" chance86="71" chance87="71" chance88="71" chance89="71" chance90="71" chance91="71" chance92="71" chance93="71" chance94="71" chance95="72" chance96="72" chance97="72" chance98="72" chance99="72" />
|
<enchant level="15" adena="228150" sp="711890" chance76="1" chance77="10" chance78="20" chance79="30" chance80="54" chance81="64" chance82="69" chance83="69" chance84="69" chance85="69" chance86="71" chance87="71" chance88="71" chance89="71" chance90="71" chance91="71" chance92="71" chance93="71" chance94="71" chance95="72" chance96="72" chance97="72" chance98="72" chance99="72" chance100="73" chance101="73" chance102="73" chance103="73" chance104="73" chance105="73" chance106="73" chance107="73" />
|
||||||
<enchant level="16" adena="267750" sp="761540" chance76="1" chance77="1" chance78="8" chance79="18" chance80="28" chance81="52" chance82="62" chance83="67" chance84="67" chance85="67" chance86="69" chance87="69" chance88="69" chance89="69" chance90="69" chance91="69" chance92="69" chance93="69" chance94="69" chance95="70" chance96="70" chance97="70" chance98="70" chance99="70" />
|
<enchant level="16" adena="267750" sp="761540" chance76="1" chance77="1" chance78="8" chance79="18" chance80="28" chance81="52" chance82="62" chance83="67" chance84="67" chance85="67" chance86="69" chance87="69" chance88="69" chance89="69" chance90="69" chance91="69" chance92="69" chance93="69" chance94="69" chance95="70" chance96="70" chance97="70" chance98="70" chance99="70" chance100="71" chance101="71" chance102="71" chance103="71" chance104="71" chance105="71" chance106="71" chance107="71" />
|
||||||
<enchant level="17" adena="267750" sp="761540" chance76="1" chance77="1" chance78="6" chance79="16" chance80="26" chance81="50" chance82="60" chance83="65" chance84="65" chance85="65" chance86="67" chance87="67" chance88="67" chance89="67" chance90="67" chance91="67" chance92="67" chance93="67" chance94="67" chance95="68" chance96="68" chance97="68" chance98="68" chance99="68" />
|
<enchant level="17" adena="267750" sp="761540" chance76="1" chance77="1" chance78="6" chance79="16" chance80="26" chance81="50" chance82="60" chance83="65" chance84="65" chance85="65" chance86="67" chance87="67" chance88="67" chance89="67" chance90="67" chance91="67" chance92="67" chance93="67" chance94="67" chance95="68" chance96="68" chance97="68" chance98="68" chance99="68" chance100="69" chance101="69" chance102="69" chance103="69" chance104="69" chance105="69" chance106="69" chance107="69" />
|
||||||
<enchant level="18" adena="267750" sp="761540" chance76="1" chance77="1" chance78="4" chance79="14" chance80="24" chance81="48" chance82="58" chance83="63" chance84="63" chance85="63" chance86="65" chance87="65" chance88="65" chance89="65" chance90="65" chance91="65" chance92="65" chance93="65" chance94="65" chance95="66" chance96="66" chance97="66" chance98="66" chance99="66" />
|
<enchant level="18" adena="267750" sp="761540" chance76="1" chance77="1" chance78="4" chance79="14" chance80="24" chance81="48" chance82="58" chance83="63" chance84="63" chance85="63" chance86="65" chance87="65" chance88="65" chance89="65" chance90="65" chance91="65" chance92="65" chance93="65" chance94="65" chance95="66" chance96="66" chance97="66" chance98="66" chance99="66" chance100="67" chance101="67" chance102="67" chance103="67" chance104="67" chance105="67" chance106="67" chance107="67" />
|
||||||
<enchant level="19" adena="307800" sp="795890" chance76="1" chance77="1" chance78="1" chance79="2" chance80="12" chance81="22" chance82="46" chance83="56" chance84="61" chance85="61" chance86="63" chance87="63" chance88="63" chance89="63" chance90="63" chance91="63" chance92="63" chance93="63" chance94="63" chance95="64" chance96="64" chance97="64" chance98="64" chance99="64" />
|
<enchant level="19" adena="307800" sp="795890" chance76="1" chance77="1" chance78="1" chance79="2" chance80="12" chance81="22" chance82="46" chance83="56" chance84="61" chance85="61" chance86="63" chance87="63" chance88="63" chance89="63" chance90="63" chance91="63" chance92="63" chance93="63" chance94="63" chance95="64" chance96="64" chance97="64" chance98="64" chance99="64" chance100="65" chance101="65" chance102="65" chance103="65" chance104="65" chance105="65" chance106="65" chance107="65" />
|
||||||
<enchant level="20" adena="307800" sp="795890" chance76="1" chance77="1" chance78="1" chance79="1" chance80="10" chance81="20" chance82="44" chance83="54" chance84="59" chance85="59" chance86="61" chance87="61" chance88="61" chance89="61" chance90="61" chance91="61" chance92="61" chance93="61" chance94="61" chance95="62" chance96="62" chance97="62" chance98="62" chance99="62" />
|
<enchant level="20" adena="307800" sp="795890" chance76="1" chance77="1" chance78="1" chance79="1" chance80="10" chance81="20" chance82="44" chance83="54" chance84="59" chance85="59" chance86="61" chance87="61" chance88="61" chance89="61" chance90="61" chance91="61" chance92="61" chance93="61" chance94="61" chance95="62" chance96="62" chance97="62" chance98="62" chance99="62" chance100="63" chance101="63" chance102="63" chance103="63" chance104="63" chance105="63" chance106="63" chance107="63" />
|
||||||
<enchant level="21" adena="307800" sp="795890" chance76="1" chance77="1" chance78="1" chance79="1" chance80="8" chance81="18" chance82="42" chance83="52" chance84="57" chance85="57" chance86="59" chance87="59" chance88="59" chance89="59" chance90="59" chance91="59" chance92="59" chance93="59" chance94="59" chance95="60" chance96="60" chance97="60" chance98="60" chance99="60" />
|
<enchant level="21" adena="307800" sp="795890" chance76="1" chance77="1" chance78="1" chance79="1" chance80="8" chance81="18" chance82="42" chance83="52" chance84="57" chance85="57" chance86="59" chance87="59" chance88="59" chance89="59" chance90="59" chance91="59" chance92="59" chance93="59" chance94="59" chance95="60" chance96="60" chance97="60" chance98="60" chance99="60" chance100="61" chance101="61" chance102="61" chance103="61" chance104="61" chance105="61" chance106="61" chance107="61" />
|
||||||
<enchant level="22" adena="348300" sp="849330" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="6" chance82="16" chance83="40" chance84="50" chance85="55" chance86="57" chance87="57" chance88="57" chance89="57" chance90="57" chance91="57" chance92="57" chance93="57" chance94="57" chance95="58" chance96="58" chance97="58" chance98="58" chance99="58" />
|
<enchant level="22" adena="348300" sp="849330" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="6" chance82="16" chance83="40" chance84="50" chance85="55" chance86="57" chance87="57" chance88="57" chance89="57" chance90="57" chance91="57" chance92="57" chance93="57" chance94="57" chance95="58" chance96="58" chance97="58" chance98="58" chance99="58" chance100="59" chance101="59" chance102="59" chance103="59" chance104="59" chance105="59" chance106="59" chance107="59" />
|
||||||
<enchant level="23" adena="348300" sp="849330" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="4" chance82="14" chance83="38" chance84="48" chance85="53" chance86="55" chance87="55" chance88="55" chance89="55" chance90="55" chance91="55" chance92="55" chance93="55" chance94="55" chance95="56" chance96="56" chance97="56" chance98="56" chance99="56" />
|
<enchant level="23" adena="348300" sp="849330" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="4" chance82="14" chance83="38" chance84="48" chance85="53" chance86="55" chance87="55" chance88="55" chance89="55" chance90="55" chance91="55" chance92="55" chance93="55" chance94="55" chance95="56" chance96="56" chance97="56" chance98="56" chance99="56" chance100="57" chance101="57" chance102="57" chance103="57" chance104="57" chance105="57" chance106="57" chance107="57" />
|
||||||
<enchant level="24" adena="348300" sp="849330" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="2" chance82="12" chance83="36" chance84="46" chance85="46" chance86="51" chance87="51" chance88="51" chance89="51" chance90="51" chance91="51" chance92="51" chance93="51" chance94="51" chance95="52" chance96="52" chance97="52" chance98="52" chance99="52" />
|
<enchant level="24" adena="348300" sp="849330" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="2" chance82="12" chance83="36" chance84="46" chance85="46" chance86="51" chance87="51" chance88="51" chance89="51" chance90="51" chance91="51" chance92="51" chance93="51" chance94="51" chance95="52" chance96="52" chance97="52" chance98="52" chance99="52" chance100="53" chance101="53" chance102="53" chance103="53" chance104="53" chance105="53" chance106="53" chance107="53" />
|
||||||
<enchant level="25" adena="389250" sp="886255" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="10" chance84="34" chance85="44" chance86="49" chance87="49" chance88="49" chance89="49" chance90="49" chance91="49" chance92="49" chance93="49" chance94="49" chance95="50" chance96="50" chance97="50" chance98="50" chance99="50" />
|
<enchant level="25" adena="389250" sp="886255" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="10" chance84="34" chance85="44" chance86="49" chance87="49" chance88="49" chance89="49" chance90="49" chance91="49" chance92="49" chance93="49" chance94="49" chance95="50" chance96="50" chance97="50" chance98="50" chance99="50" chance100="51" chance101="51" chance102="51" chance103="51" chance104="51" chance105="51" chance106="51" chance107="51" />
|
||||||
<enchant level="26" adena="389250" sp="886255" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="8" chance84="32" chance85="42" chance86="47" chance87="47" chance88="47" chance89="47" chance90="47" chance91="47" chance92="47" chance93="47" chance94="47" chance95="48" chance96="48" chance97="48" chance98="48" chance99="48" />
|
<enchant level="26" adena="389250" sp="886255" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="8" chance84="32" chance85="42" chance86="47" chance87="47" chance88="47" chance89="47" chance90="47" chance91="47" chance92="47" chance93="47" chance94="47" chance95="48" chance96="48" chance97="48" chance98="48" chance99="48" chance100="49" chance101="49" chance102="49" chance103="49" chance104="49" chance105="49" chance106="49" chance107="49" />
|
||||||
<enchant level="27" adena="389250" sp="886255" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="6" chance84="30" chance85="40" chance86="45" chance87="45" chance88="45" chance89="45" chance90="45" chance91="45" chance92="45" chance93="45" chance94="45" chance95="46" chance96="46" chance97="46" chance98="46" chance99="46" />
|
<enchant level="27" adena="389250" sp="886255" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="6" chance84="30" chance85="40" chance86="45" chance87="45" chance88="45" chance89="45" chance90="45" chance91="45" chance92="45" chance93="45" chance94="45" chance95="46" chance96="46" chance97="46" chance98="46" chance99="46" chance100="47" chance101="47" chance102="47" chance103="47" chance104="47" chance105="47" chance106="47" chance107="47" />
|
||||||
<enchant level="28" adena="430650" sp="943620" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="4" chance85="28" chance86="31" chance87="31" chance88="31" chance89="31" chance90="31" chance91="31" chance92="31" chance93="31" chance94="31" chance95="32" chance96="32" chance97="32" chance98="32" chance99="32" />
|
<enchant level="28" adena="430650" sp="943620" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="4" chance85="28" chance86="31" chance87="31" chance88="31" chance89="31" chance90="31" chance91="31" chance92="31" chance93="31" chance94="31" chance95="32" chance96="32" chance97="32" chance98="32" chance99="32" chance100="33" chance101="33" chance102="33" chance103="33" chance104="33" chance105="33" chance106="33" chance107="33" />
|
||||||
<enchant level="29" adena="430650" sp="943620" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="2" chance85="26" chance86="29" chance87="29" chance88="29" chance89="29" chance90="29" chance91="29" chance92="29" chance93="29" chance94="29" chance95="30" chance96="30" chance97="30" chance98="30" chance99="30" />
|
<enchant level="29" adena="430650" sp="943620" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="2" chance85="26" chance86="29" chance87="29" chance88="29" chance89="29" chance90="29" chance91="29" chance92="29" chance93="29" chance94="29" chance95="30" chance96="30" chance97="30" chance98="30" chance99="30" chance100="31" chance101="31" chance102="31" chance103="31" chance104="31" chance105="31" chance106="31" chance107="31" />
|
||||||
<enchant level="30" adena="430650" sp="943620" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="24" chance86="27" chance87="27" chance88="27" chance89="27" chance90="27" chance91="27" chance92="27" chance93="27" chance94="27" chance95="28" chance96="28" chance97="28" chance98="28" chance99="28" />
|
<enchant level="30" adena="430650" sp="943620" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="24" chance86="27" chance87="27" chance88="27" chance89="27" chance90="27" chance91="27" chance92="27" chance93="27" chance94="27" chance95="28" chance96="28" chance97="28" chance98="28" chance99="28" chance100="29" chance101="29" chance102="29" chance103="29" chance104="29" chance105="29" chance106="29" chance107="29" />
|
||||||
</group>
|
</group>
|
||||||
<!-- 2nd Class Cubic and Attack Type Skills -->
|
<!-- 2nd Class Cubic and Attack Type Skills -->
|
||||||
<group id="2">
|
<group id="2">
|
||||||
<enchant level="1" adena="133650" sp="1036764" chance76="82" chance77="92" chance78="97" chance79="97" chance80="97" chance81="97" chance82="97" chance83="97" chance84="97" chance85="97" chance86="99" chance87="99" chance88="99" chance89="99" chance90="99" chance91="99" chance92="99" chance93="99" chance94="99" chance95="99" chance96="99" chance97="99" chance98="99" chance99="99" />
|
<enchant level="1" adena="133650" sp="1036764" chance76="82" chance77="92" chance78="97" chance79="97" chance80="97" chance81="97" chance82="97" chance83="97" chance84="97" chance85="97" chance86="99" chance87="99" chance88="99" chance89="99" chance90="99" chance91="99" chance92="99" chance93="99" chance94="99" chance95="99" chance96="99" chance97="99" chance98="99" chance99="99" chance100="99" chance101="99" chance102="99" chance103="99" chance104="99" chance105="99" chance106="99" chance107="99" />
|
||||||
<enchant level="2" adena="133650" sp="1036764" chance76="80" chance77="90" chance78="95" chance79="95" chance80="95" chance81="95" chance82="95" chance83="95" chance84="95" chance85="95" chance86="97" chance87="97" chance88="97" chance89="97" chance90="97" chance91="97" chance92="97" chance93="97" chance94="97" chance95="98" chance96="98" chance97="98" chance98="98" chance99="98" />
|
<enchant level="2" adena="133650" sp="1036764" chance76="80" chance77="90" chance78="95" chance79="95" chance80="95" chance81="95" chance82="95" chance83="95" chance84="95" chance85="95" chance86="97" chance87="97" chance88="97" chance89="97" chance90="97" chance91="97" chance92="97" chance93="97" chance94="97" chance95="98" chance96="98" chance97="98" chance98="98" chance99="98" chance100="99" chance101="99" chance102="99" chance103="99" chance104="99" chance105="99" chance106="99" chance107="99" />
|
||||||
<enchant level="3" adena="133650" sp="1036764" chance76="78" chance77="88" chance78="93" chance79="93" chance80="93" chance81="93" chance82="93" chance83="93" chance84="93" chance85="93" chance86="95" chance87="95" chance88="95" chance89="95" chance90="95" chance91="95" chance92="95" chance93="95" chance94="95" chance95="96" chance96="96" chance97="96" chance98="96" chance99="96" />
|
<enchant level="3" adena="133650" sp="1036764" chance76="78" chance77="88" chance78="93" chance79="93" chance80="93" chance81="93" chance82="93" chance83="93" chance84="93" chance85="93" chance86="95" chance87="95" chance88="95" chance89="95" chance90="95" chance91="95" chance92="95" chance93="95" chance94="95" chance95="96" chance96="96" chance97="96" chance98="96" chance99="96" chance100="97" chance101="97" chance102="97" chance103="97" chance104="97" chance105="97" chance106="97" chance107="97" />
|
||||||
<enchant level="4" adena="201690" sp="1088163" chance76="52" chance77="76" chance78="86" chance79="91" chance80="91" chance81="91" chance82="91" chance83="91" chance84="91" chance85="91" chance86="93" chance87="93" chance88="93" chance89="93" chance90="93" chance91="93" chance92="93" chance93="93" chance94="93" chance95="94" chance96="94" chance97="94" chance98="94" chance99="94" />
|
<enchant level="4" adena="201690" sp="1088163" chance76="52" chance77="76" chance78="86" chance79="91" chance80="91" chance81="91" chance82="91" chance83="91" chance84="91" chance85="91" chance86="93" chance87="93" chance88="93" chance89="93" chance90="93" chance91="93" chance92="93" chance93="93" chance94="93" chance95="94" chance96="94" chance97="94" chance98="94" chance99="94" chance100="95" chance101="95" chance102="95" chance103="95" chance104="95" chance105="95" chance106="95" chance107="95" />
|
||||||
<enchant level="5" adena="201690" sp="1088163" chance76="50" chance77="74" chance78="84" chance79="89" chance80="89" chance81="89" chance82="89" chance83="89" chance84="89" chance85="89" chance86="91" chance87="91" chance88="91" chance89="91" chance90="91" chance91="91" chance92="91" chance93="91" chance94="91" chance95="92" chance96="92" chance97="92" chance98="92" chance99="92" />
|
<enchant level="5" adena="201690" sp="1088163" chance76="50" chance77="74" chance78="84" chance79="89" chance80="89" chance81="89" chance82="89" chance83="89" chance84="89" chance85="89" chance86="91" chance87="91" chance88="91" chance89="91" chance90="91" chance91="91" chance92="91" chance93="91" chance94="91" chance95="92" chance96="92" chance97="92" chance98="92" chance99="92" chance100="93" chance101="93" chance102="93" chance103="93" chance104="93" chance105="93" chance106="93" chance107="93" />
|
||||||
<enchant level="6" adena="201690" sp="1088163" chance76="48" chance77="72" chance78="82" chance79="87" chance80="87" chance81="87" chance82="87" chance83="87" chance84="87" chance85="87" chance86="89" chance87="89" chance88="89" chance89="89" chance90="89" chance91="89" chance92="89" chance93="89" chance94="89" chance95="90" chance96="90" chance97="90" chance98="90" chance99="90" />
|
<enchant level="6" adena="201690" sp="1088163" chance76="48" chance77="72" chance78="82" chance79="87" chance80="87" chance81="87" chance82="87" chance83="87" chance84="87" chance85="87" chance86="89" chance87="89" chance88="89" chance89="89" chance90="89" chance91="89" chance92="89" chance93="89" chance94="89" chance95="90" chance96="90" chance97="90" chance98="90" chance99="90" chance100="91" chance101="91" chance102="91" chance103="91" chance104="91" chance105="91" chance106="91" chance107="91" />
|
||||||
<enchant level="7" adena="270540" sp="1141236" chance76="36" chance77="46" chance78="70" chance79="80" chance80="85" chance81="85" chance82="85" chance83="85" chance84="85" chance85="85" chance86="87" chance87="87" chance88="87" chance89="87" chance90="87" chance91="87" chance92="87" chance93="87" chance94="87" chance95="88" chance96="88" chance97="88" chance98="88" chance99="88" />
|
<enchant level="7" adena="270540" sp="1141236" chance76="36" chance77="46" chance78="70" chance79="80" chance80="85" chance81="85" chance82="85" chance83="85" chance84="85" chance85="85" chance86="87" chance87="87" chance88="87" chance89="87" chance90="87" chance91="87" chance92="87" chance93="87" chance94="87" chance95="88" chance96="88" chance97="88" chance98="88" chance99="88" chance100="89" chance101="89" chance102="89" chance103="89" chance104="89" chance105="89" chance106="89" chance107="89" />
|
||||||
<enchant level="8" adena="270540" sp="1141236" chance76="34" chance77="44" chance78="68" chance79="78" chance80="83" chance81="83" chance82="83" chance83="83" chance84="83" chance85="83" chance86="85" chance87="85" chance88="85" chance89="85" chance90="85" chance91="85" chance92="85" chance93="85" chance94="85" chance95="86" chance96="86" chance97="86" chance98="86" chance99="86" />
|
<enchant level="8" adena="270540" sp="1141236" chance76="34" chance77="44" chance78="68" chance79="78" chance80="83" chance81="83" chance82="83" chance83="83" chance84="83" chance85="83" chance86="85" chance87="85" chance88="85" chance89="85" chance90="85" chance91="85" chance92="85" chance93="85" chance94="85" chance95="86" chance96="86" chance97="86" chance98="86" chance99="86" chance100="87" chance101="87" chance102="87" chance103="87" chance104="87" chance105="87" chance106="87" chance107="87" />
|
||||||
<enchant level="9" adena="270540" sp="1141236" chance76="32" chance77="42" chance78="66" chance79="76" chance80="81" chance81="81" chance82="81" chance83="81" chance84="81" chance85="81" chance86="83" chance87="83" chance88="83" chance89="83" chance90="83" chance91="83" chance92="83" chance93="83" chance94="83" chance95="84" chance96="84" chance97="84" chance98="84" chance99="84" />
|
<enchant level="9" adena="270540" sp="1141236" chance76="32" chance77="42" chance78="66" chance79="76" chance80="81" chance81="81" chance82="81" chance83="81" chance84="81" chance85="81" chance86="83" chance87="83" chance88="83" chance89="83" chance90="83" chance91="83" chance92="83" chance93="83" chance94="83" chance95="84" chance96="84" chance97="84" chance98="84" chance99="84" chance100="85" chance101="85" chance102="85" chance103="85" chance104="85" chance105="85" chance106="85" chance107="85" />
|
||||||
<enchant level="10" adena="340200" sp="1224036" chance76="20" chance77="30" chance78="40" chance79="64" chance80="74" chance81="79" chance82="79" chance83="79" chance84="79" chance85="79" chance86="81" chance87="81" chance88="81" chance89="81" chance90="81" chance91="81" chance92="81" chance93="81" chance94="81" chance95="82" chance96="82" chance97="82" chance98="82" chance99="82" />
|
<enchant level="10" adena="340200" sp="1224036" chance76="20" chance77="30" chance78="40" chance79="64" chance80="74" chance81="79" chance82="79" chance83="79" chance84="79" chance85="79" chance86="81" chance87="81" chance88="81" chance89="81" chance90="81" chance91="81" chance92="81" chance93="81" chance94="81" chance95="82" chance96="82" chance97="82" chance98="82" chance99="82" chance100="83" chance101="83" chance102="83" chance103="83" chance104="83" chance105="83" chance106="83" chance107="83" />
|
||||||
<enchant level="11" adena="340200" sp="1224036" chance76="18" chance77="28" chance78="38" chance79="62" chance80="72" chance81="77" chance82="77" chance83="77" chance84="77" chance85="77" chance86="79" chance87="79" chance88="79" chance89="79" chance90="79" chance91="79" chance92="79" chance93="79" chance94="79" chance95="80" chance96="80" chance97="80" chance98="80" chance99="80" />
|
<enchant level="11" adena="340200" sp="1224036" chance76="18" chance77="28" chance78="38" chance79="62" chance80="72" chance81="77" chance82="77" chance83="77" chance84="77" chance85="77" chance86="79" chance87="79" chance88="79" chance89="79" chance90="79" chance91="79" chance92="79" chance93="79" chance94="79" chance95="80" chance96="80" chance97="80" chance98="80" chance99="80" chance100="81" chance101="81" chance102="81" chance103="81" chance104="81" chance105="81" chance106="81" chance107="81" />
|
||||||
<enchant level="12" adena="340200" sp="1224036" chance76="16" chance77="26" chance78="36" chance79="60" chance80="70" chance81="75" chance82="75" chance83="75" chance84="75" chance85="75" chance86="77" chance87="77" chance88="77" chance89="77" chance90="77" chance91="77" chance92="77" chance93="77" chance94="77" chance95="78" chance96="78" chance97="78" chance98="78" chance99="78" />
|
<enchant level="12" adena="340200" sp="1224036" chance76="16" chance77="26" chance78="36" chance79="60" chance80="70" chance81="75" chance82="75" chance83="75" chance84="75" chance85="75" chance86="77" chance87="77" chance88="77" chance89="77" chance90="77" chance91="77" chance92="77" chance93="77" chance94="77" chance95="78" chance96="78" chance97="78" chance98="78" chance99="78" chance100="79" chance101="79" chance102="79" chance103="79" chance104="79" chance105="79" chance106="79" chance107="79" />
|
||||||
<enchant level="13" adena="410670" sp="1281402" chance76="4" chance77="14" chance78="24" chance79="34" chance80="58" chance81="68" chance82="73" chance83="73" chance84="73" chance85="73" chance86="75" chance87="75" chance88="75" chance89="75" chance90="75" chance91="75" chance92="75" chance93="75" chance94="75" chance95="76" chance96="76" chance97="76" chance98="76" chance99="76" />
|
<enchant level="13" adena="410670" sp="1281402" chance76="4" chance77="14" chance78="24" chance79="34" chance80="58" chance81="68" chance82="73" chance83="73" chance84="73" chance85="73" chance86="75" chance87="75" chance88="75" chance89="75" chance90="75" chance91="75" chance92="75" chance93="75" chance94="75" chance95="76" chance96="76" chance97="76" chance98="76" chance99="76" chance100="77" chance101="77" chance102="77" chance103="77" chance104="77" chance105="77" chance106="77" chance107="77" />
|
||||||
<enchant level="14" adena="410670" sp="1281402" chance76="2" chance77="12" chance78="22" chance79="32" chance80="56" chance81="66" chance82="71" chance83="71" chance84="71" chance85="71" chance86="73" chance87="73" chance88="73" chance89="73" chance90="73" chance91="73" chance92="73" chance93="73" chance94="73" chance95="74" chance96="74" chance97="74" chance98="74" chance99="74" />
|
<enchant level="14" adena="410670" sp="1281402" chance76="2" chance77="12" chance78="22" chance79="32" chance80="56" chance81="66" chance82="71" chance83="71" chance84="71" chance85="71" chance86="73" chance87="73" chance88="73" chance89="73" chance90="73" chance91="73" chance92="73" chance93="73" chance94="73" chance95="74" chance96="74" chance97="74" chance98="74" chance99="74" chance100="75" chance101="75" chance102="75" chance103="75" chance104="75" chance105="75" chance106="75" chance107="75" />
|
||||||
<enchant level="15" adena="410670" sp="1281402" chance76="1" chance77="10" chance78="20" chance79="30" chance80="54" chance81="64" chance82="69" chance83="69" chance84="69" chance85="69" chance86="71" chance87="71" chance88="71" chance89="71" chance90="71" chance91="71" chance92="71" chance93="71" chance94="71" chance95="72" chance96="72" chance97="72" chance98="72" chance99="72" />
|
<enchant level="15" adena="410670" sp="1281402" chance76="1" chance77="10" chance78="20" chance79="30" chance80="54" chance81="64" chance82="69" chance83="69" chance84="69" chance85="69" chance86="71" chance87="71" chance88="71" chance89="71" chance90="71" chance91="71" chance92="71" chance93="71" chance94="71" chance95="72" chance96="72" chance97="72" chance98="72" chance99="72" chance100="73" chance101="73" chance102="73" chance103="73" chance104="73" chance105="73" chance106="73" chance107="73" />
|
||||||
<enchant level="16" adena="481950" sp="1370772" chance76="1" chance77="1" chance78="8" chance79="18" chance80="28" chance81="52" chance82="62" chance83="67" chance84="67" chance85="67" chance86="69" chance87="69" chance88="69" chance89="69" chance90="69" chance91="69" chance92="69" chance93="69" chance94="69" chance95="70" chance96="70" chance97="70" chance98="70" chance99="70" />
|
<enchant level="16" adena="481950" sp="1370772" chance76="1" chance77="1" chance78="8" chance79="18" chance80="28" chance81="52" chance82="62" chance83="67" chance84="67" chance85="67" chance86="69" chance87="69" chance88="69" chance89="69" chance90="69" chance91="69" chance92="69" chance93="69" chance94="69" chance95="70" chance96="70" chance97="70" chance98="70" chance99="70" chance100="71" chance101="71" chance102="71" chance103="71" chance104="71" chance105="71" chance106="71" chance107="71" />
|
||||||
<enchant level="17" adena="481950" sp="1370772" chance76="1" chance77="1" chance78="6" chance79="16" chance80="26" chance81="50" chance82="60" chance83="65" chance84="65" chance85="65" chance86="67" chance87="67" chance88="67" chance89="67" chance90="67" chance91="67" chance92="67" chance93="67" chance94="67" chance95="68" chance96="68" chance97="68" chance98="68" chance99="68" />
|
<enchant level="17" adena="481950" sp="1370772" chance76="1" chance77="1" chance78="6" chance79="16" chance80="26" chance81="50" chance82="60" chance83="65" chance84="65" chance85="65" chance86="67" chance87="67" chance88="67" chance89="67" chance90="67" chance91="67" chance92="67" chance93="67" chance94="67" chance95="68" chance96="68" chance97="68" chance98="68" chance99="68" chance100="69" chance101="69" chance102="69" chance103="69" chance104="69" chance105="69" chance106="69" chance107="69" />
|
||||||
<enchant level="18" adena="481950" sp="1370772" chance76="1" chance77="1" chance78="4" chance79="14" chance80="24" chance81="48" chance82="58" chance83="63" chance84="63" chance85="63" chance86="65" chance87="65" chance88="65" chance89="65" chance90="65" chance91="65" chance92="65" chance93="65" chance94="65" chance95="66" chance96="66" chance97="66" chance98="66" chance99="66" />
|
<enchant level="18" adena="481950" sp="1370772" chance76="1" chance77="1" chance78="4" chance79="14" chance80="24" chance81="48" chance82="58" chance83="63" chance84="63" chance85="63" chance86="65" chance87="65" chance88="65" chance89="65" chance90="65" chance91="65" chance92="65" chance93="65" chance94="65" chance95="66" chance96="66" chance97="66" chance98="66" chance99="66" chance100="67" chance101="67" chance102="67" chance103="67" chance104="67" chance105="67" chance106="67" chance107="67" />
|
||||||
<enchant level="19" adena="554040" sp="1432602" chance76="1" chance77="1" chance78="1" chance79="2" chance80="12" chance81="22" chance82="46" chance83="56" chance84="61" chance85="61" chance86="63" chance87="63" chance88="63" chance89="63" chance90="63" chance91="63" chance92="63" chance93="63" chance94="63" chance95="64" chance96="64" chance97="64" chance98="64" chance99="64" />
|
<enchant level="19" adena="554040" sp="1432602" chance76="1" chance77="1" chance78="1" chance79="2" chance80="12" chance81="22" chance82="46" chance83="56" chance84="61" chance85="61" chance86="63" chance87="63" chance88="63" chance89="63" chance90="63" chance91="63" chance92="63" chance93="63" chance94="63" chance95="64" chance96="64" chance97="64" chance98="64" chance99="64" chance100="65" chance101="65" chance102="65" chance103="65" chance104="65" chance105="65" chance106="65" chance107="65" />
|
||||||
<enchant level="20" adena="554040" sp="1432602" chance76="1" chance77="1" chance78="1" chance79="1" chance80="10" chance81="20" chance82="44" chance83="54" chance84="59" chance85="59" chance86="61" chance87="61" chance88="61" chance89="61" chance90="61" chance91="61" chance92="61" chance93="61" chance94="61" chance95="62" chance96="62" chance97="62" chance98="62" chance99="62" />
|
<enchant level="20" adena="554040" sp="1432602" chance76="1" chance77="1" chance78="1" chance79="1" chance80="10" chance81="20" chance82="44" chance83="54" chance84="59" chance85="59" chance86="61" chance87="61" chance88="61" chance89="61" chance90="61" chance91="61" chance92="61" chance93="61" chance94="61" chance95="62" chance96="62" chance97="62" chance98="62" chance99="62" chance100="63" chance101="63" chance102="63" chance103="63" chance104="63" chance105="63" chance106="63" chance107="63" />
|
||||||
<enchant level="21" adena="554040" sp="1432602" chance76="1" chance77="1" chance78="1" chance79="1" chance80="8" chance81="18" chance82="42" chance83="52" chance84="57" chance85="57" chance86="59" chance87="59" chance88="59" chance89="59" chance90="59" chance91="59" chance92="59" chance93="59" chance94="59" chance95="60" chance96="60" chance97="60" chance98="60" chance99="60" />
|
<enchant level="21" adena="554040" sp="1432602" chance76="1" chance77="1" chance78="1" chance79="1" chance80="8" chance81="18" chance82="42" chance83="52" chance84="57" chance85="57" chance86="59" chance87="59" chance88="59" chance89="59" chance90="59" chance91="59" chance92="59" chance93="59" chance94="59" chance95="60" chance96="60" chance97="60" chance98="60" chance99="60" chance100="61" chance101="61" chance102="61" chance103="61" chance104="61" chance105="61" chance106="61" chance107="61" />
|
||||||
<enchant level="22" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="6" chance82="16" chance83="40" chance84="50" chance85="55" chance86="57" chance87="57" chance88="57" chance89="57" chance90="57" chance91="57" chance92="57" chance93="57" chance94="57" chance95="58" chance96="58" chance97="58" chance98="58" chance99="58" />
|
<enchant level="22" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="6" chance82="16" chance83="40" chance84="50" chance85="55" chance86="57" chance87="57" chance88="57" chance89="57" chance90="57" chance91="57" chance92="57" chance93="57" chance94="57" chance95="58" chance96="58" chance97="58" chance98="58" chance99="58" chance100="59" chance101="59" chance102="59" chance103="59" chance104="59" chance105="59" chance106="59" chance107="59" />
|
||||||
<enchant level="23" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="4" chance82="14" chance83="38" chance84="48" chance85="53" chance86="55" chance87="55" chance88="55" chance89="55" chance90="55" chance91="55" chance92="55" chance93="55" chance94="55" chance95="56" chance96="56" chance97="56" chance98="56" chance99="56" />
|
<enchant level="23" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="4" chance82="14" chance83="38" chance84="48" chance85="53" chance86="55" chance87="55" chance88="55" chance89="55" chance90="55" chance91="55" chance92="55" chance93="55" chance94="55" chance95="56" chance96="56" chance97="56" chance98="56" chance99="56" chance100="57" chance101="57" chance102="57" chance103="57" chance104="57" chance105="57" chance106="57" chance107="57" />
|
||||||
<enchant level="24" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="2" chance82="12" chance83="36" chance84="46" chance85="46" chance86="51" chance87="51" chance88="51" chance89="51" chance90="51" chance91="51" chance92="51" chance93="51" chance94="51" chance95="52" chance96="52" chance97="52" chance98="52" chance99="52" />
|
<enchant level="24" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="2" chance82="12" chance83="36" chance84="46" chance85="46" chance86="51" chance87="51" chance88="51" chance89="51" chance90="51" chance91="51" chance92="51" chance93="51" chance94="51" chance95="52" chance96="52" chance97="52" chance98="52" chance99="52" chance100="53" chance101="53" chance102="53" chance103="53" chance104="53" chance105="53" chance106="53" chance107="53" />
|
||||||
<enchant level="25" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="10" chance84="34" chance85="44" chance86="49" chance87="49" chance88="49" chance89="49" chance90="49" chance91="49" chance92="49" chance93="49" chance94="49" chance95="50" chance96="50" chance97="50" chance98="50" chance99="50" />
|
<enchant level="25" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="10" chance84="34" chance85="44" chance86="49" chance87="49" chance88="49" chance89="49" chance90="49" chance91="49" chance92="49" chance93="49" chance94="49" chance95="50" chance96="50" chance97="50" chance98="50" chance99="50" chance100="51" chance101="51" chance102="51" chance103="51" chance104="51" chance105="51" chance106="51" chance107="51" />
|
||||||
<enchant level="26" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="8" chance84="32" chance85="42" chance86="47" chance87="47" chance88="47" chance89="47" chance90="47" chance91="47" chance92="47" chance93="47" chance94="47" chance95="48" chance96="48" chance97="48" chance98="48" chance99="48" />
|
<enchant level="26" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="8" chance84="32" chance85="42" chance86="47" chance87="47" chance88="47" chance89="47" chance90="47" chance91="47" chance92="47" chance93="47" chance94="47" chance95="48" chance96="48" chance97="48" chance98="48" chance99="48" chance100="49" chance101="49" chance102="49" chance103="49" chance104="49" chance105="49" chance106="49" chance107="49" />
|
||||||
<enchant level="27" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="6" chance84="30" chance85="40" chance86="45" chance87="45" chance88="45" chance89="45" chance90="45" chance91="45" chance92="45" chance93="45" chance94="45" chance95="46" chance96="46" chance97="46" chance98="46" chance99="46" />
|
<enchant level="27" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="6" chance84="30" chance85="40" chance86="45" chance87="45" chance88="45" chance89="45" chance90="45" chance91="45" chance92="45" chance93="45" chance94="45" chance95="46" chance96="46" chance97="46" chance98="46" chance99="46" chance100="47" chance101="47" chance102="47" chance103="47" chance104="47" chance105="47" chance106="47" chance107="47" />
|
||||||
<enchant level="28" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="4" chance85="28" chance86="31" chance87="31" chance88="31" chance89="31" chance90="31" chance91="31" chance92="31" chance93="31" chance94="31" chance95="32" chance96="32" chance97="32" chance98="32" chance99="32" />
|
<enchant level="28" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="4" chance85="28" chance86="31" chance87="31" chance88="31" chance89="31" chance90="31" chance91="31" chance92="31" chance93="31" chance94="31" chance95="32" chance96="32" chance97="32" chance98="32" chance99="32" chance100="33" chance101="33" chance102="33" chance103="33" chance104="33" chance105="33" chance106="33" chance107="33" />
|
||||||
<enchant level="29" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="2" chance85="26" chance86="29" chance87="29" chance88="29" chance89="29" chance90="29" chance91="29" chance92="29" chance93="29" chance94="29" chance95="30" chance96="30" chance97="30" chance98="30" chance99="30" />
|
<enchant level="29" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="2" chance85="26" chance86="29" chance87="29" chance88="29" chance89="29" chance90="29" chance91="29" chance92="29" chance93="29" chance94="29" chance95="30" chance96="30" chance97="30" chance98="30" chance99="30" chance100="31" chance101="31" chance102="31" chance103="31" chance104="31" chance105="31" chance106="31" chance107="31" />
|
||||||
<enchant level="30" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="24" chance86="27" chance87="27" chance88="27" chance89="27" chance90="27" chance91="27" chance92="27" chance93="27" chance94="27" chance95="28" chance96="28" chance97="28" chance98="28" chance99="28" />
|
<enchant level="30" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="24" chance86="27" chance87="27" chance88="27" chance89="27" chance90="27" chance91="27" chance92="27" chance93="27" chance94="27" chance95="28" chance96="28" chance97="28" chance98="28" chance99="28" chance100="29" chance101="29" chance102="29" chance103="29" chance104="29" chance105="29" chance106="29" chance107="29" />
|
||||||
</group>
|
</group>
|
||||||
<!-- 3rd Class Buffs, Debuffs, Toggles -->
|
<!-- 3rd Class Buffs, Debuffs, Toggles -->
|
||||||
<group id="5">
|
<group id="5">
|
||||||
<enchant level="1" adena="481950" sp="1370772" chance76="18" chance77="28" chance78="38" chance79="48" chance80="58" chance81="82" chance82="92" chance83="97" chance84="97" chance85="97" chance86="99" chance87="99" chance88="99" chance89="99" chance90="99" chance91="99" chance92="99" chance93="99" chance94="99" chance95="99" chance96="99" chance97="99" chance98="99" chance99="99" />
|
<enchant level="1" adena="481950" sp="1370772" chance76="18" chance77="28" chance78="38" chance79="48" chance80="58" chance81="82" chance82="92" chance83="97" chance84="97" chance85="97" chance86="99" chance87="99" chance88="99" chance89="99" chance90="99" chance91="99" chance92="99" chance93="99" chance94="99" chance95="99" chance96="99" chance97="99" chance98="99" chance99="99" chance100="99" chance101="99" chance102="99" chance103="99" chance104="99" chance105="99" chance106="99" chance107="99" />
|
||||||
<enchant level="2" adena="481950" sp="1370772" chance76="16" chance77="26" chance78="36" chance79="46" chance80="56" chance81="80" chance82="90" chance83="95" chance84="95" chance85="95" chance86="97" chance87="97" chance88="97" chance89="97" chance90="97" chance91="97" chance92="97" chance93="97" chance94="97" chance95="98" chance96="98" chance97="98" chance98="98" chance99="98" />
|
<enchant level="2" adena="481950" sp="1370772" chance76="16" chance77="26" chance78="36" chance79="46" chance80="56" chance81="80" chance82="90" chance83="95" chance84="95" chance85="95" chance86="97" chance87="97" chance88="97" chance89="97" chance90="97" chance91="97" chance92="97" chance93="97" chance94="97" chance95="98" chance96="98" chance97="98" chance98="98" chance99="98" chance100="99" chance101="99" chance102="99" chance103="99" chance104="99" chance105="99" chance106="99" chance107="99" />
|
||||||
<enchant level="3" adena="481950" sp="1370772" chance76="14" chance77="24" chance78="34" chance79="44" chance80="54" chance81="78" chance82="88" chance83="93" chance84="93" chance85="93" chance86="95" chance87="95" chance88="95" chance89="95" chance90="95" chance91="95" chance92="95" chance93="95" chance94="95" chance95="96" chance96="96" chance97="96" chance98="96" chance99="96" />
|
<enchant level="3" adena="481950" sp="1370772" chance76="14" chance77="24" chance78="34" chance79="44" chance80="54" chance81="78" chance82="88" chance83="93" chance84="93" chance85="93" chance86="95" chance87="95" chance88="95" chance89="95" chance90="95" chance91="95" chance92="95" chance93="95" chance94="95" chance95="96" chance96="96" chance97="96" chance98="96" chance99="96" chance100="97" chance101="97" chance102="97" chance103="97" chance104="97" chance105="97" chance106="97" chance107="97" />
|
||||||
<enchant level="4" adena="554040" sp="1432602" chance76="2" chance77="12" chance78="22" chance79="32" chance80="42" chance81="52" chance82="76" chance83="86" chance84="91" chance85="91" chance86="93" chance87="93" chance88="93" chance89="93" chance90="93" chance91="93" chance92="93" chance93="93" chance94="93" chance95="94" chance96="94" chance97="94" chance98="94" chance99="94" />
|
<enchant level="4" adena="554040" sp="1432602" chance76="2" chance77="12" chance78="22" chance79="32" chance80="42" chance81="52" chance82="76" chance83="86" chance84="91" chance85="91" chance86="93" chance87="93" chance88="93" chance89="93" chance90="93" chance91="93" chance92="93" chance93="93" chance94="93" chance95="94" chance96="94" chance97="94" chance98="94" chance99="94" chance100="95" chance101="95" chance102="95" chance103="95" chance104="95" chance105="95" chance106="95" chance107="95" />
|
||||||
<enchant level="5" adena="554040" sp="1432602" chance76="1" chance77="10" chance78="20" chance79="30" chance80="40" chance81="50" chance82="74" chance83="84" chance84="89" chance85="89" chance86="91" chance87="91" chance88="91" chance89="91" chance90="91" chance91="91" chance92="91" chance93="91" chance94="91" chance95="92" chance96="92" chance97="92" chance98="92" chance99="92" />
|
<enchant level="5" adena="554040" sp="1432602" chance76="1" chance77="10" chance78="20" chance79="30" chance80="40" chance81="50" chance82="74" chance83="84" chance84="89" chance85="89" chance86="91" chance87="91" chance88="91" chance89="91" chance90="91" chance91="91" chance92="91" chance93="91" chance94="91" chance95="92" chance96="92" chance97="92" chance98="92" chance99="92" chance100="93" chance101="93" chance102="93" chance103="93" chance104="93" chance105="93" chance106="93" chance107="93" />
|
||||||
<enchant level="6" adena="554040" sp="1432602" chance76="1" chance77="8" chance78="18" chance79="28" chance80="38" chance81="48" chance82="72" chance83="82" chance84="87" chance85="87" chance86="89" chance87="89" chance88="89" chance89="89" chance90="89" chance91="89" chance92="89" chance93="89" chance94="89" chance95="90" chance96="90" chance97="90" chance98="90" chance99="90" />
|
<enchant level="6" adena="554040" sp="1432602" chance76="1" chance77="8" chance78="18" chance79="28" chance80="38" chance81="48" chance82="72" chance83="82" chance84="87" chance85="87" chance86="89" chance87="89" chance88="89" chance89="89" chance90="89" chance91="89" chance92="89" chance93="89" chance94="89" chance95="90" chance96="90" chance97="90" chance98="90" chance99="90" chance100="91" chance101="91" chance102="91" chance103="91" chance104="91" chance105="91" chance106="91" chance107="91" />
|
||||||
<enchant level="7" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="6" chance79="16" chance80="26" chance81="36" chance82="46" chance83="70" chance84="80" chance85="85" chance86="87" chance87="87" chance88="87" chance89="87" chance90="87" chance91="87" chance92="87" chance93="87" chance94="87" chance95="88" chance96="88" chance97="88" chance98="88" chance99="88" />
|
<enchant level="7" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="6" chance79="16" chance80="26" chance81="36" chance82="46" chance83="70" chance84="80" chance85="85" chance86="87" chance87="87" chance88="87" chance89="87" chance90="87" chance91="87" chance92="87" chance93="87" chance94="87" chance95="88" chance96="88" chance97="88" chance98="88" chance99="88" chance100="89" chance101="89" chance102="89" chance103="89" chance104="89" chance105="89" chance106="89" chance107="89" />
|
||||||
<enchant level="8" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="4" chance79="14" chance80="24" chance81="34" chance82="44" chance83="68" chance84="78" chance85="83" chance86="85" chance87="85" chance88="85" chance89="85" chance90="85" chance91="85" chance92="85" chance93="85" chance94="85" chance95="86" chance96="86" chance97="86" chance98="86" chance99="86" />
|
<enchant level="8" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="4" chance79="14" chance80="24" chance81="34" chance82="44" chance83="68" chance84="78" chance85="83" chance86="85" chance87="85" chance88="85" chance89="85" chance90="85" chance91="85" chance92="85" chance93="85" chance94="85" chance95="86" chance96="86" chance97="86" chance98="86" chance99="86" chance100="87" chance101="87" chance102="87" chance103="87" chance104="87" chance105="87" chance106="87" chance107="87" />
|
||||||
<enchant level="9" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="2" chance79="12" chance80="22" chance81="32" chance82="42" chance83="66" chance84="76" chance85="81" chance86="83" chance87="83" chance88="83" chance89="83" chance90="83" chance91="83" chance92="83" chance93="83" chance94="83" chance95="84" chance96="84" chance97="84" chance98="84" chance99="84" />
|
<enchant level="9" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="2" chance79="12" chance80="22" chance81="32" chance82="42" chance83="66" chance84="76" chance85="81" chance86="83" chance87="83" chance88="83" chance89="83" chance90="83" chance91="83" chance92="83" chance93="83" chance94="83" chance95="84" chance96="84" chance97="84" chance98="84" chance99="84" chance100="85" chance101="85" chance102="85" chance103="85" chance104="85" chance105="85" chance106="85" chance107="85" />
|
||||||
<enchant level="10" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="10" chance81="20" chance82="30" chance83="40" chance84="64" chance85="74" chance86="77" chance87="77" chance88="77" chance89="77" chance90="77" chance91="77" chance92="77" chance93="77" chance94="77" chance95="78" chance96="78" chance97="78" chance98="78" chance99="78" />
|
<enchant level="10" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="10" chance81="20" chance82="30" chance83="40" chance84="64" chance85="74" chance86="77" chance87="77" chance88="77" chance89="77" chance90="77" chance91="77" chance92="77" chance93="77" chance94="77" chance95="78" chance96="78" chance97="78" chance98="78" chance99="78" chance100="79" chance101="79" chance102="79" chance103="79" chance104="79" chance105="79" chance106="79" chance107="79" />
|
||||||
<enchant level="11" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="8" chance81="18" chance82="28" chance83="38" chance84="62" chance85="72" chance86="75" chance87="75" chance88="75" chance89="75" chance90="75" chance91="75" chance92="75" chance93="75" chance94="75" chance95="76" chance96="76" chance97="76" chance98="76" chance99="76" />
|
<enchant level="11" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="8" chance81="18" chance82="28" chance83="38" chance84="62" chance85="72" chance86="75" chance87="75" chance88="75" chance89="75" chance90="75" chance91="75" chance92="75" chance93="75" chance94="75" chance95="76" chance96="76" chance97="76" chance98="76" chance99="76" chance100="77" chance101="77" chance102="77" chance103="77" chance104="77" chance105="77" chance106="77" chance107="77" />
|
||||||
<enchant level="12" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="6" chance81="16" chance82="26" chance83="36" chance84="60" chance85="70" chance86="73" chance87="73" chance88="73" chance89="73" chance90="73" chance91="73" chance92="73" chance93="73" chance94="73" chance95="74" chance96="74" chance97="74" chance98="74" chance99="74" />
|
<enchant level="12" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="6" chance81="16" chance82="26" chance83="36" chance84="60" chance85="70" chance86="73" chance87="73" chance88="73" chance89="73" chance90="73" chance91="73" chance92="73" chance93="73" chance94="73" chance95="74" chance96="74" chance97="74" chance98="74" chance99="74" chance100="75" chance101="75" chance102="75" chance103="75" chance104="75" chance105="75" chance106="75" chance107="75" />
|
||||||
<enchant level="13" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="4" chance82="14" chance83="24" chance84="34" chance85="58" chance86="61" chance87="61" chance88="61" chance89="61" chance90="61" chance91="61" chance92="61" chance93="61" chance94="61" chance95="62" chance96="62" chance97="62" chance98="62" chance99="62" />
|
<enchant level="13" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="4" chance82="14" chance83="24" chance84="34" chance85="58" chance86="61" chance87="61" chance88="61" chance89="61" chance90="61" chance91="61" chance92="61" chance93="61" chance94="61" chance95="62" chance96="62" chance97="62" chance98="62" chance99="62" chance100="63" chance101="63" chance102="63" chance103="63" chance104="63" chance105="63" chance106="63" chance107="63" />
|
||||||
<enchant level="14" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="2" chance82="12" chance83="22" chance84="32" chance85="56" chance86="59" chance87="59" chance88="59" chance89="59" chance90="59" chance91="59" chance92="59" chance93="59" chance94="59" chance95="60" chance96="60" chance97="60" chance98="60" chance99="60" />
|
<enchant level="14" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="2" chance82="12" chance83="22" chance84="32" chance85="56" chance86="59" chance87="59" chance88="59" chance89="59" chance90="59" chance91="59" chance92="59" chance93="59" chance94="59" chance95="60" chance96="60" chance97="60" chance98="60" chance99="60" chance100="61" chance101="61" chance102="61" chance103="61" chance104="61" chance105="61" chance106="61" chance107="61" />
|
||||||
<enchant level="15" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="10" chance83="20" chance84="30" chance85="54" chance86="57" chance87="57" chance88="57" chance89="57" chance90="57" chance91="57" chance92="57" chance93="57" chance94="57" chance95="58" chance96="58" chance97="58" chance98="58" chance99="58" />
|
<enchant level="15" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="10" chance83="20" chance84="30" chance85="54" chance86="57" chance87="57" chance88="57" chance89="57" chance90="57" chance91="57" chance92="57" chance93="57" chance94="57" chance95="58" chance96="58" chance97="58" chance98="58" chance99="58" chance100="59" chance101="59" chance102="59" chance103="59" chance104="59" chance105="59" chance106="59" chance107="59" />
|
||||||
|
<!--
|
||||||
|
<enchant level="16" adena="850500" sp="1838565" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="8" chance84="18" chance85="28" chance86="52" chance87="62" chance88="67" chance89="67" chance90="67" chance91="69" chance92="69" chance93="69" chance94="69" chance95="69" chance96="69" chance97="69" chance98="69" chance99="69" chance100="70" chance101="70" chance102="70" chance103="70" chance104="70" chance105="71" chance106="71" chance107="71" />
|
||||||
|
<enchant level="17" adena="850500" sp="1838565" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="6" chance84="16" chance85="26" chance86="50" chance87="60" chance88="65" chance89="65" chance90="65" chance91="67" chance92="67" chance93="67" chance94="67" chance95="67" chance96="67" chance97="67" chance98="67" chance99="67" chance100="68" chance101="68" chance102="68" chance103="68" chance104="68" chance105="69" chance106="69" chance107="69" />
|
||||||
|
<enchant level="18" adena="850500" sp="1838565" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="4" chance84="14" chance85="24" chance86="48" chance87="58" chance88="63" chance89="63" chance90="63" chance91="65" chance92="65" chance93="65" chance94="65" chance95="65" chance96="65" chance97="65" chance98="65" chance99="65" chance100="66" chance101="66" chance102="66" chance103="66" chance104="66" chance105="67" chance106="67" chance107="67" />
|
||||||
|
<enchant level="19" adena="926640" sp="2020406" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="2" chance85="12" chance86="22" chance87="46" chance88="56" chance89="61" chance90="61" chance91="63" chance92="63" chance93="63" chance94="63" chance95="63" chance96="63" chance97="63" chance98="63" chance99="63" chance100="64" chance101="64" chance102="64" chance103="64" chance104="64" chance105="65" chance106="65" chance107="65" />
|
||||||
|
<enchant level="20" adena="926640" sp="2020406" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="10" chance86="20" chance87="44" chance88="54" chance89="59" chance90="59" chance91="61" chance92="61" chance93="61" chance94="61" chance95="61" chance96="61" chance97="61" chance98="61" chance99="61" chance100="62" chance101="62" chance102="62" chance103="62" chance104="62" chance105="63" chance106="63" chance107="63" />
|
||||||
|
<enchant level="21" adena="926640" sp="2020406" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="8" chance86="18" chance87="42" chance88="52" chance89="57" chance90="57" chance91="59" chance92="59" chance93="59" chance94="59" chance95="59" chance96="59" chance97="59" chance98="59" chance99="59" chance100="60" chance101="60" chance102="60" chance103="60" chance104="60" chance105="61" chance106="61" chance107="61" />
|
||||||
|
<enchant level="22" adena="1003590" sp="2249039" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="6" chance87="16" chance88="40" chance89="50" chance90="55" chance91="57" chance92="57" chance93="57" chance94="57" chance95="57" chance96="57" chance97="57" chance98="57" chance99="57" chance100="58" chance101="58" chance102="58" chance103="58" chance104="58" chance105="59" chance106="59" chance107="59" />
|
||||||
|
<enchant level="23" adena="1003590" sp="2249039" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="4" chance87="14" chance88="38" chance89="48" chance90="53" chance91="55" chance92="55" chance93="55" chance94="55" chance95="55" chance96="55" chance97="55" chance98="55" chance99="55" chance100="56" chance101="56" chance102="56" chance103="56" chance104="56" chance105="57" chance106="57" chance107="57" />
|
||||||
|
<enchant level="24" adena="1003590" sp="2249039" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="2" chance87="12" chance88="36" chance89="46" chance90="46" chance91="51" chance92="51" chance93="51" chance94="51" chance95="51" chance96="51" chance97="51" chance98="51" chance99="51" chance100="52" chance101="52" chance102="52" chance103="52" chance104="52" chance105="53" chance106="53" chance107="53" />
|
||||||
|
<enchant level="25" adena="1081350" sp="2529464" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="1" chance87="1" chance88="10" chance89="34" chance90="44" chance91="49" chance92="49" chance93="49" chance94="49" chance95="49" chance96="49" chance97="49" chance98="49" chance99="49" chance100="50" chance101="50" chance102="50" chance103="50" chance104="50" chance105="51" chance106="51" chance107="51" />
|
||||||
|
<enchant level="26" adena="1081350" sp="2529464" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="1" chance87="1" chance88="8" chance89="32" chance90="42" chance91="47" chance92="47" chance93="47" chance94="47" chance95="47" chance96="47" chance97="47" chance98="47" chance99="47" chance100="48" chance101="48" chance102="48" chance103="48" chance104="48" chance105="49" chance106="49" chance107="49" />
|
||||||
|
<enchant level="27" adena="1081350" sp="2529464" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="1" chance87="1" chance88="6" chance89="30" chance90="40" chance91="45" chance92="45" chance93="45" chance94="45" chance95="45" chance96="45" chance97="45" chance98="45" chance99="45" chance100="46" chance101="46" chance102="46" chance103="46" chance104="46" chance105="47" chance106="47" chance107="47" />
|
||||||
|
<enchant level="28" adena="1159920" sp="2866681" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="1" chance87="1" chance88="1" chance89="4" chance90="28" chance91="31" chance92="31" chance93="31" chance94="31" chance95="31" chance96="31" chance97="31" chance98="31" chance99="31" chance100="32" chance101="32" chance102="32" chance103="32" chance104="32" chance105="33" chance106="33" chance107="33" />
|
||||||
|
<enchant level="29" adena="1159920" sp="2866681" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="1" chance87="1" chance88="1" chance89="2" chance90="26" chance91="29" chance92="29" chance93="29" chance94="29" chance95="29" chance96="29" chance97="29" chance98="29" chance99="29" chance100="30" chance101="30" chance102="30" chance103="30" chance104="30" chance105="31" chance106="31" chance107="31" />
|
||||||
|
<enchant level="30" adena="1159920" sp="2866681" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="1" chance87="1" chance88="1" chance89="1" chance90="24" chance91="27" chance92="27" chance93="27" chance94="27" chance95="27" chance96="27" chance97="27" chance98="27" chance99="27" chance100="28" chance101="28" chance102="28" chance103="28" chance104="28" chance105="29" chance106="29" chance107="29" />
|
||||||
|
-->
|
||||||
</group>
|
</group>
|
||||||
<!-- 3rd Class Attack Type skills -->
|
<!-- 3rd Class Attack Type skills -->
|
||||||
<group id="6">
|
<group id="6">
|
||||||
<enchant level="1" adena="481950" sp="1370772" chance76="18" chance77="28" chance78="38" chance79="48" chance80="58" chance81="82" chance82="92" chance83="97" chance84="97" chance85="97" chance86="99" chance87="99" chance88="99" chance89="99" chance90="99" chance91="99" chance92="99" chance93="99" chance94="99" chance95="99" chance96="99" chance97="99" chance98="99" chance99="99" />
|
<enchant level="1" adena="481950" sp="1370772" chance76="18" chance77="28" chance78="38" chance79="48" chance80="58" chance81="82" chance82="92" chance83="97" chance84="97" chance85="97" chance86="99" chance87="99" chance88="99" chance89="99" chance90="99" chance91="99" chance92="99" chance93="99" chance94="99" chance95="99" chance96="99" chance97="99" chance98="99" chance99="99" chance100="99" chance101="99" chance102="99" chance103="99" chance104="99" chance105="99" chance106="99" chance107="99" />
|
||||||
<enchant level="2" adena="481950" sp="1370772" chance76="16" chance77="26" chance78="36" chance79="46" chance80="56" chance81="80" chance82="90" chance83="95" chance84="95" chance85="95" chance86="97" chance87="97" chance88="97" chance89="97" chance90="97" chance91="97" chance92="97" chance93="97" chance94="97" chance95="98" chance96="98" chance97="98" chance98="98" chance99="98" />
|
<enchant level="2" adena="481950" sp="1370772" chance76="16" chance77="26" chance78="36" chance79="46" chance80="56" chance81="80" chance82="90" chance83="95" chance84="95" chance85="95" chance86="97" chance87="97" chance88="97" chance89="97" chance90="97" chance91="97" chance92="97" chance93="97" chance94="97" chance95="98" chance96="98" chance97="98" chance98="98" chance99="98" chance100="99" chance101="99" chance102="99" chance103="99" chance104="99" chance105="99" chance106="99" chance107="99" />
|
||||||
<enchant level="3" adena="481950" sp="1370772" chance76="14" chance77="24" chance78="34" chance79="44" chance80="54" chance81="78" chance82="88" chance83="93" chance84="93" chance85="93" chance86="95" chance87="95" chance88="95" chance89="95" chance90="95" chance91="95" chance92="95" chance93="95" chance94="95" chance95="96" chance96="96" chance97="96" chance98="96" chance99="96" />
|
<enchant level="3" adena="481950" sp="1370772" chance76="14" chance77="24" chance78="34" chance79="44" chance80="54" chance81="78" chance82="88" chance83="93" chance84="93" chance85="93" chance86="95" chance87="95" chance88="95" chance89="95" chance90="95" chance91="95" chance92="95" chance93="95" chance94="95" chance95="96" chance96="96" chance97="96" chance98="96" chance99="96" chance100="97" chance101="97" chance102="97" chance103="97" chance104="97" chance105="97" chance106="97" chance107="97" />
|
||||||
<enchant level="4" adena="554040" sp="1432602" chance76="2" chance77="12" chance78="22" chance79="32" chance80="42" chance81="52" chance82="76" chance83="86" chance84="91" chance85="91" chance86="93" chance87="93" chance88="93" chance89="93" chance90="93" chance91="93" chance92="93" chance93="93" chance94="93" chance95="94" chance96="94" chance97="94" chance98="94" chance99="94" />
|
<enchant level="4" adena="554040" sp="1432602" chance76="2" chance77="12" chance78="22" chance79="32" chance80="42" chance81="52" chance82="76" chance83="86" chance84="91" chance85="91" chance86="93" chance87="93" chance88="93" chance89="93" chance90="93" chance91="93" chance92="93" chance93="93" chance94="93" chance95="94" chance96="94" chance97="94" chance98="94" chance99="94" chance100="95" chance101="95" chance102="95" chance103="95" chance104="95" chance105="95" chance106="95" chance107="95" />
|
||||||
<enchant level="5" adena="554040" sp="1432602" chance76="1" chance77="10" chance78="20" chance79="30" chance80="40" chance81="50" chance82="74" chance83="84" chance84="89" chance85="89" chance86="91" chance87="91" chance88="91" chance89="91" chance90="91" chance91="91" chance92="91" chance93="91" chance94="91" chance95="92" chance96="92" chance97="92" chance98="92" chance99="92" />
|
<enchant level="5" adena="554040" sp="1432602" chance76="1" chance77="10" chance78="20" chance79="30" chance80="40" chance81="50" chance82="74" chance83="84" chance84="89" chance85="89" chance86="91" chance87="91" chance88="91" chance89="91" chance90="91" chance91="91" chance92="91" chance93="91" chance94="91" chance95="92" chance96="92" chance97="92" chance98="92" chance99="92" chance100="93" chance101="93" chance102="93" chance103="93" chance104="93" chance105="93" chance106="93" chance107="93" />
|
||||||
<enchant level="6" adena="554040" sp="1432602" chance76="1" chance77="8" chance78="18" chance79="28" chance80="38" chance81="48" chance82="72" chance83="82" chance84="87" chance85="87" chance86="89" chance87="89" chance88="89" chance89="89" chance90="89" chance91="89" chance92="89" chance93="89" chance94="89" chance95="90" chance96="90" chance97="90" chance98="90" chance99="90" />
|
<enchant level="6" adena="554040" sp="1432602" chance76="1" chance77="8" chance78="18" chance79="28" chance80="38" chance81="48" chance82="72" chance83="82" chance84="87" chance85="87" chance86="89" chance87="89" chance88="89" chance89="89" chance90="89" chance91="89" chance92="89" chance93="89" chance94="89" chance95="90" chance96="90" chance97="90" chance98="90" chance99="90" chance100="91" chance101="91" chance102="91" chance103="91" chance104="91" chance105="91" chance106="91" chance107="91" />
|
||||||
<enchant level="7" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="6" chance79="16" chance80="26" chance81="36" chance82="46" chance83="70" chance84="80" chance85="85" chance86="87" chance87="87" chance88="87" chance89="87" chance90="87" chance91="87" chance92="87" chance93="87" chance94="87" chance95="88" chance96="88" chance97="88" chance98="88" chance99="88" />
|
<enchant level="7" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="6" chance79="16" chance80="26" chance81="36" chance82="46" chance83="70" chance84="80" chance85="85" chance86="87" chance87="87" chance88="87" chance89="87" chance90="87" chance91="87" chance92="87" chance93="87" chance94="87" chance95="88" chance96="88" chance97="88" chance98="88" chance99="88" chance100="89" chance101="89" chance102="89" chance103="89" chance104="89" chance105="89" chance106="89" chance107="89" />
|
||||||
<enchant level="8" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="4" chance79="14" chance80="24" chance81="34" chance82="44" chance83="68" chance84="78" chance85="83" chance86="85" chance87="85" chance88="85" chance89="85" chance90="85" chance91="85" chance92="85" chance93="85" chance94="85" chance95="86" chance96="86" chance97="86" chance98="86" chance99="86" />
|
<enchant level="8" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="4" chance79="14" chance80="24" chance81="34" chance82="44" chance83="68" chance84="78" chance85="83" chance86="85" chance87="85" chance88="85" chance89="85" chance90="85" chance91="85" chance92="85" chance93="85" chance94="85" chance95="86" chance96="86" chance97="86" chance98="86" chance99="86" chance100="87" chance101="87" chance102="87" chance103="87" chance104="87" chance105="87" chance106="87" chance107="87" />
|
||||||
<enchant level="9" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="2" chance79="12" chance80="22" chance81="32" chance82="42" chance83="66" chance84="76" chance85="81" chance86="83" chance87="83" chance88="83" chance89="83" chance90="83" chance91="83" chance92="83" chance93="83" chance94="83" chance95="84" chance96="84" chance97="84" chance98="84" chance99="84" />
|
<enchant level="9" adena="626940" sp="1528794" chance76="1" chance77="1" chance78="2" chance79="12" chance80="22" chance81="32" chance82="42" chance83="66" chance84="76" chance85="81" chance86="83" chance87="83" chance88="83" chance89="83" chance90="83" chance91="83" chance92="83" chance93="83" chance94="83" chance95="84" chance96="84" chance97="84" chance98="84" chance99="84" chance100="85" chance101="85" chance102="85" chance103="85" chance104="85" chance105="85" chance106="85" chance107="85" />
|
||||||
<enchant level="10" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="10" chance81="20" chance82="30" chance83="40" chance84="64" chance85="74" chance86="77" chance87="77" chance88="77" chance89="77" chance90="77" chance91="77" chance92="77" chance93="77" chance94="77" chance95="78" chance96="78" chance97="78" chance98="78" chance99="78" />
|
<enchant level="10" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="10" chance81="20" chance82="30" chance83="40" chance84="64" chance85="74" chance86="77" chance87="77" chance88="77" chance89="77" chance90="77" chance91="77" chance92="77" chance93="77" chance94="77" chance95="78" chance96="78" chance97="78" chance98="78" chance99="78" chance100="79" chance101="79" chance102="79" chance103="79" chance104="79" chance105="79" chance106="79" chance107="79" />
|
||||||
<enchant level="11" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="8" chance81="18" chance82="28" chance83="38" chance84="62" chance85="72" chance86="75" chance87="75" chance88="75" chance89="75" chance90="75" chance91="75" chance92="75" chance93="75" chance94="75" chance95="76" chance96="76" chance97="76" chance98="76" chance99="76" />
|
<enchant level="11" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="8" chance81="18" chance82="28" chance83="38" chance84="62" chance85="72" chance86="75" chance87="75" chance88="75" chance89="75" chance90="75" chance91="75" chance92="75" chance93="75" chance94="75" chance95="76" chance96="76" chance97="76" chance98="76" chance99="76" chance100="77" chance101="77" chance102="77" chance103="77" chance104="77" chance105="77" chance106="77" chance107="77" />
|
||||||
<enchant level="12" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="6" chance81="16" chance82="26" chance83="36" chance84="60" chance85="70" chance86="73" chance87="73" chance88="73" chance89="73" chance90="73" chance91="73" chance92="73" chance93="73" chance94="73" chance95="74" chance96="74" chance97="74" chance98="74" chance99="74" />
|
<enchant level="12" adena="700650" sp="1595259" chance76="1" chance77="1" chance78="1" chance79="1" chance80="6" chance81="16" chance82="26" chance83="36" chance84="60" chance85="70" chance86="73" chance87="73" chance88="73" chance89="73" chance90="73" chance91="73" chance92="73" chance93="73" chance94="73" chance95="74" chance96="74" chance97="74" chance98="74" chance99="74" chance100="75" chance101="75" chance102="75" chance103="75" chance104="75" chance105="75" chance106="75" chance107="75" />
|
||||||
<enchant level="13" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="4" chance82="14" chance83="24" chance84="34" chance85="58" chance86="61" chance87="61" chance88="61" chance89="61" chance90="61" chance91="61" chance92="61" chance93="61" chance94="61" chance95="62" chance96="62" chance97="62" chance98="62" chance99="62" />
|
<enchant level="13" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="4" chance82="14" chance83="24" chance84="34" chance85="58" chance86="61" chance87="61" chance88="61" chance89="61" chance90="61" chance91="61" chance92="61" chance93="61" chance94="61" chance95="62" chance96="62" chance97="62" chance98="62" chance99="62" chance100="63" chance101="63" chance102="63" chance103="63" chance104="63" chance105="63" chance106="63" chance107="63" />
|
||||||
<enchant level="14" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="2" chance82="12" chance83="22" chance84="32" chance85="56" chance86="59" chance87="59" chance88="59" chance89="59" chance90="59" chance91="59" chance92="59" chance93="59" chance94="59" chance95="60" chance96="60" chance97="60" chance98="60" chance99="60" />
|
<enchant level="14" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="2" chance82="12" chance83="22" chance84="32" chance85="56" chance86="59" chance87="59" chance88="59" chance89="59" chance90="59" chance91="59" chance92="59" chance93="59" chance94="59" chance95="60" chance96="60" chance97="60" chance98="60" chance99="60" chance100="61" chance101="61" chance102="61" chance103="61" chance104="61" chance105="61" chance106="61" chance107="61" />
|
||||||
<enchant level="15" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="10" chance83="20" chance84="30" chance85="54" chance86="57" chance87="57" chance88="57" chance89="57" chance90="57" chance91="57" chance92="57" chance93="57" chance94="57" chance95="58" chance96="58" chance97="58" chance98="58" chance99="58" />
|
<enchant level="15" adena="775170" sp="1698516" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="10" chance83="20" chance84="30" chance85="54" chance86="57" chance87="57" chance88="57" chance89="57" chance90="57" chance91="57" chance92="57" chance93="57" chance94="57" chance95="58" chance96="58" chance97="58" chance98="58" chance99="58" chance100="59" chance101="59" chance102="59" chance103="59" chance104="59" chance105="59" chance106="59" chance107="59" />
|
||||||
|
<!--
|
||||||
|
<enchant level="16" adena="850500" sp="1838565" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="8" chance84="18" chance85="28" chance86="52" chance87="62" chance88="67" chance89="67" chance90="67" chance91="69" chance92="69" chance93="69" chance94="69" chance95="69" chance96="69" chance97="69" chance98="69" chance99="69" chance100="70" chance101="70" chance102="70" chance103="70" chance104="70" chance105="71" chance106="71" chance107="71" />
|
||||||
|
<enchant level="17" adena="850500" sp="1838565" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="6" chance84="16" chance85="26" chance86="50" chance87="60" chance88="65" chance89="65" chance90="65" chance91="67" chance92="67" chance93="67" chance94="67" chance95="67" chance96="67" chance97="67" chance98="67" chance99="67" chance100="68" chance101="68" chance102="68" chance103="68" chance104="68" chance105="69" chance106="69" chance107="69" />
|
||||||
|
<enchant level="18" adena="850500" sp="1838565" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="4" chance84="14" chance85="24" chance86="48" chance87="58" chance88="63" chance89="63" chance90="63" chance91="65" chance92="65" chance93="65" chance94="65" chance95="65" chance96="65" chance97="65" chance98="65" chance99="65" chance100="66" chance101="66" chance102="66" chance103="66" chance104="66" chance105="67" chance106="67" chance107="67" />
|
||||||
|
<enchant level="19" adena="926640" sp="2020406" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="2" chance85="12" chance86="22" chance87="46" chance88="56" chance89="61" chance90="61" chance91="63" chance92="63" chance93="63" chance94="63" chance95="63" chance96="63" chance97="63" chance98="63" chance99="63" chance100="64" chance101="64" chance102="64" chance103="64" chance104="64" chance105="65" chance106="65" chance107="65" />
|
||||||
|
<enchant level="20" adena="926640" sp="2020406" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="10" chance86="20" chance87="44" chance88="54" chance89="59" chance90="59" chance91="61" chance92="61" chance93="61" chance94="61" chance95="61" chance96="61" chance97="61" chance98="61" chance99="61" chance100="62" chance101="62" chance102="62" chance103="62" chance104="62" chance105="63" chance106="63" chance107="63" />
|
||||||
|
<enchant level="21" adena="926640" sp="2020406" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="8" chance86="18" chance87="42" chance88="52" chance89="57" chance90="57" chance91="59" chance92="59" chance93="59" chance94="59" chance95="59" chance96="59" chance97="59" chance98="59" chance99="59" chance100="60" chance101="60" chance102="60" chance103="60" chance104="60" chance105="61" chance106="61" chance107="61" />
|
||||||
|
<enchant level="22" adena="1003590" sp="2249039" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="6" chance87="16" chance88="40" chance89="50" chance90="55" chance91="57" chance92="57" chance93="57" chance94="57" chance95="57" chance96="57" chance97="57" chance98="57" chance99="57" chance100="58" chance101="58" chance102="58" chance103="58" chance104="58" chance105="59" chance106="59" chance107="59" />
|
||||||
|
<enchant level="23" adena="1003590" sp="2249039" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="4" chance87="14" chance88="38" chance89="48" chance90="53" chance91="55" chance92="55" chance93="55" chance94="55" chance95="55" chance96="55" chance97="55" chance98="55" chance99="55" chance100="56" chance101="56" chance102="56" chance103="56" chance104="56" chance105="57" chance106="57" chance107="57" />
|
||||||
|
<enchant level="24" adena="1003590" sp="2249039" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="2" chance87="12" chance88="36" chance89="46" chance90="46" chance91="51" chance92="51" chance93="51" chance94="51" chance95="51" chance96="51" chance97="51" chance98="51" chance99="51" chance100="52" chance101="52" chance102="52" chance103="52" chance104="52" chance105="53" chance106="53" chance107="53" />
|
||||||
|
<enchant level="25" adena="1081350" sp="2529464" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="1" chance87="1" chance88="10" chance89="34" chance90="44" chance91="49" chance92="49" chance93="49" chance94="49" chance95="49" chance96="49" chance97="49" chance98="49" chance99="49" chance100="50" chance101="50" chance102="50" chance103="50" chance104="50" chance105="51" chance106="51" chance107="51" />
|
||||||
|
<enchant level="26" adena="1081350" sp="2529464" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="1" chance87="1" chance88="8" chance89="32" chance90="42" chance91="47" chance92="47" chance93="47" chance94="47" chance95="47" chance96="47" chance97="47" chance98="47" chance99="47" chance100="48" chance101="48" chance102="48" chance103="48" chance104="48" chance105="49" chance106="49" chance107="49" />
|
||||||
|
<enchant level="27" adena="1081350" sp="2529464" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="1" chance87="1" chance88="6" chance89="30" chance90="40" chance91="45" chance92="45" chance93="45" chance94="45" chance95="45" chance96="45" chance97="45" chance98="45" chance99="45" chance100="46" chance101="46" chance102="46" chance103="46" chance104="46" chance105="47" chance106="47" chance107="47" />
|
||||||
|
<enchant level="28" adena="1159920" sp="2866681" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="1" chance87="1" chance88="1" chance89="4" chance90="28" chance91="31" chance92="31" chance93="31" chance94="31" chance95="31" chance96="31" chance97="31" chance98="31" chance99="31" chance100="32" chance101="32" chance102="32" chance103="32" chance104="32" chance105="33" chance106="33" chance107="33" />
|
||||||
|
<enchant level="29" adena="1159920" sp="2866681" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="1" chance87="1" chance88="1" chance89="2" chance90="26" chance91="29" chance92="29" chance93="29" chance94="29" chance95="29" chance96="29" chance97="29" chance98="29" chance99="29" chance100="30" chance101="30" chance102="30" chance103="30" chance104="30" chance105="31" chance106="31" chance107="31" />
|
||||||
|
<enchant level="30" adena="1159920" sp="2866681" chance76="1" chance77="1" chance78="1" chance79="1" chance80="1" chance81="1" chance82="1" chance83="1" chance84="1" chance85="1" chance86="1" chance87="1" chance88="1" chance89="1" chance90="24" chance91="27" chance92="27" chance93="27" chance94="27" chance95="27" chance96="27" chance97="27" chance98="27" chance99="27" chance100="28" chance101="28" chance102="28" chance103="28" chance104="28" chance105="29" chance106="29" chance107="29" />
|
||||||
|
-->
|
||||||
</group>
|
</group>
|
||||||
<!-- 4rd Class skills GOD -->
|
<!-- 4rd Class skills GOD -->
|
||||||
<group id="10">
|
<group id="10">
|
||||||
<!-- normal="30297" oblivion="30300" discipline="30299" mastery="30298" -->
|
<!-- normal="30297" oblivion="30300" discipline="30299" mastery="30298" -->
|
||||||
<enchant level="1" adena="1332450" sp="2091345" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="85" chance86="86" chance87="87" chance88="88" chance89="89" chance90="90" chance91="91" chance92="92" chance93="93" chance94="94" chance95="95" chance96="96" chance97="97" chance98="98" chance99="99" />
|
<enchant level="1" adena="1332450" sp="2091345" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="85" chance86="86" chance87="87" chance88="88" chance89="89" chance90="90" chance91="91" chance92="92" chance93="93" chance94="94" chance95="95" chance96="96" chance97="97" chance98="98" chance99="99" chance100="99" chance101="99" chance102="99" chance103="99" chance104="99" chance105="99" chance106="99" chance107="99" />
|
||||||
<enchant level="2" adena="3997349" sp="6274037" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="80" chance86="81" chance87="82" chance88="83" chance89="84" chance90="85" chance91="86" chance92="87" chance93="88" chance94="89" chance95="90" chance96="91" chance97="92" chance98="93" chance99="94" />
|
<enchant level="2" adena="3997349" sp="6274037" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="80" chance86="81" chance87="82" chance88="83" chance89="84" chance90="85" chance91="86" chance92="87" chance93="88" chance94="89" chance95="90" chance96="91" chance97="92" chance98="93" chance99="94" chance100="95" chance101="96" chance102="97" chance103="98" chance104="99" chance105="99" chance106="99" chance107="99" />
|
||||||
<enchant level="3" adena="6662250" sp="10456729" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="75" chance86="76" chance87="77" chance88="78" chance89="79" chance90="80" chance91="81" chance92="82" chance93="83" chance94="84" chance95="85" chance96="86" chance97="87" chance98="88" chance99="89" />
|
<enchant level="3" adena="6662250" sp="10456729" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="75" chance86="76" chance87="77" chance88="78" chance89="79" chance90="80" chance91="81" chance92="82" chance93="83" chance94="84" chance95="85" chance96="86" chance97="87" chance98="88" chance99="89" chance100="90" chance101="91" chance102="92" chance103="93" chance104="94" chance105="95" chance106="96" chance107="97" />
|
||||||
<enchant level="4" adena="9327150" sp="14639421" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="70" chance86="71" chance87="72" chance88="73" chance89="74" chance90="75" chance91="76" chance92="77" chance93="78" chance94="79" chance95="80" chance96="81" chance97="82" chance98="83" chance99="84" />
|
<enchant level="4" adena="9327150" sp="14639421" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="70" chance86="71" chance87="72" chance88="73" chance89="74" chance90="75" chance91="76" chance92="77" chance93="78" chance94="79" chance95="80" chance96="81" chance97="82" chance98="83" chance99="84" chance100="85" chance101="86" chance102="87" chance103="88" chance104="89" chance105="90" chance106="91" chance107="92" />
|
||||||
<enchant level="5" adena="11992050" sp="18822133" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="65" chance86="66" chance87="67" chance88="68" chance89="69" chance90="70" chance91="71" chance92="72" chance93="73" chance94="74" chance95="75" chance96="76" chance97="77" chance98="78" chance99="79" />
|
<enchant level="5" adena="11992050" sp="18822133" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="65" chance86="66" chance87="67" chance88="68" chance89="69" chance90="70" chance91="71" chance92="72" chance93="73" chance94="74" chance95="75" chance96="76" chance97="77" chance98="78" chance99="79" chance100="80" chance101="81" chance102="82" chance103="83" chance104="84" chance105="85" chance106="86" chance107="87" />
|
||||||
<enchant level="6" adena="14656950" sp="23004804" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="60" chance86="61" chance87="62" chance88="63" chance89="64" chance90="65" chance91="66" chance92="67" chance93="68" chance94="69" chance95="70" chance96="71" chance97="72" chance98="73" chance99="74" />
|
<enchant level="6" adena="14656950" sp="23004804" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="60" chance86="61" chance87="62" chance88="63" chance89="64" chance90="65" chance91="66" chance92="67" chance93="68" chance94="69" chance95="70" chance96="71" chance97="72" chance98="73" chance99="74" chance100="75" chance101="76" chance102="77" chance103="78" chance104="79" chance105="80" chance106="81" chance107="82" />
|
||||||
<enchant level="7" adena="17321850" sp="27187496" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="30" chance86="56" chance87="57" chance88="58" chance89="59" chance90="60" chance91="61" chance92="62" chance93="63" chance94="64" chance95="65" chance96="66" chance97="67" chance98="68" chance99="69" />
|
<enchant level="7" adena="17321850" sp="27187496" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="55" chance86="56" chance87="57" chance88="58" chance89="59" chance90="60" chance91="61" chance92="62" chance93="63" chance94="64" chance95="65" chance96="66" chance97="67" chance98="68" chance99="69" chance100="70" chance101="71" chance102="72" chance103="73" chance104="74" chance105="75" chance106="81" chance107="77" />
|
||||||
<enchant level="8" adena="19986750" sp="31370188" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="25" chance86="26" chance87="52" chance88="53" chance89="54" chance90="55" chance91="56" chance92="57" chance93="58" chance94="59" chance95="60" chance96="61" chance97="62" chance98="63" chance99="64" />
|
<enchant level="8" adena="19986750" sp="31370188" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="50" chance86="51" chance87="52" chance88="53" chance89="54" chance90="55" chance91="56" chance92="57" chance93="58" chance94="59" chance95="60" chance96="61" chance97="62" chance98="63" chance99="64" chance100="65" chance101="66" chance102="67" chance103="68" chance104="69" chance105="70" chance106="81" chance107="72" />
|
||||||
<enchant level="9" adena="22651650" sp="35552880" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="20" chance86="21" chance87="22" chance88="48" chance89="49" chance90="50" chance91="51" chance92="52" chance93="53" chance94="54" chance95="55" chance96="56" chance97="57" chance98="58" chance99="59" />
|
<enchant level="9" adena="22651650" sp="35552880" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="45" chance86="46" chance87="47" chance88="48" chance89="49" chance90="50" chance91="51" chance92="52" chance93="53" chance94="54" chance95="55" chance96="56" chance97="57" chance98="58" chance99="59" chance100="60" chance101="61" chance102="62" chance103="63" chance104="64" chance105="65" chance106="81" chance107="67" />
|
||||||
<enchant level="10" adena="25316550" sp="39735572" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="15" chance86="16" chance87="17" chance88="18" chance89="44" chance90="45" chance91="46" chance92="47" chance93="48" chance94="49" chance95="50" chance96="51" chance97="52" chance98="53" chance99="54" />
|
<enchant level="10" adena="25316550" sp="39735572" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="40" chance86="41" chance87="42" chance88="43" chance89="44" chance90="45" chance91="46" chance92="47" chance93="48" chance94="49" chance95="50" chance96="51" chance97="52" chance98="53" chance99="54" chance100="55" chance101="56" chance102="57" chance103="58" chance104="59" chance105="60" chance106="81" chance107="62" />
|
||||||
|
<!--
|
||||||
|
<enchant level="11" adena="27981450" sp="43918264" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="36" chance86="37" chance87="38" chance88="39" chance89="40" chance90="41" chance91="42" chance92="43" chance93="44" chance94="45" chance95="46" chance96="47" chance97="48" chance98="49" chance99="50" chance100="51" chance101="52" chance102="53" chance103="54" chance104="55" chance105="56" chance106="81" chance107="58" />
|
||||||
|
<enchant level="12" adena="30646350" sp="48100956" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="32" chance86="33" chance87="34" chance88="35" chance89="36" chance90="37" chance91="38" chance92="39" chance93="40" chance94="41" chance95="42" chance96="43" chance97="44" chance98="45" chance99="46" chance100="47" chance101="48" chance102="49" chance103="50" chance104="51" chance105="52" chance106="81" chance107="54" />
|
||||||
|
<enchant level="13" adena="33311250" sp="52283648" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="28" chance86="29" chance87="30" chance88="31" chance89="32" chance90="33" chance91="34" chance92="35" chance93="36" chance94="37" chance95="38" chance96="39" chance97="40" chance98="41" chance99="42" chance100="43" chance101="44" chance102="45" chance103="46" chance104="47" chance105="48" chance106="81" chance107="50" />
|
||||||
|
<enchant level="14" adena="35976150" sp="56466340" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="24" chance86="25" chance87="26" chance88="27" chance89="28" chance90="29" chance91="30" chance92="31" chance93="32" chance94="33" chance95="34" chance96="35" chance97="36" chance98="37" chance99="38" chance100="39" chance101="40" chance102="41" chance103="42" chance104="43" chance105="44" chance106="81" chance107="46" />
|
||||||
|
<enchant level="15" adena="38641050" sp="60649032" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="20" chance86="21" chance87="22" chance88="23" chance89="24" chance90="25" chance91="26" chance92="27" chance93="28" chance94="29" chance95="30" chance96="31" chance97="32" chance98="33" chance99="34" chance100="35" chance101="36" chance102="37" chance103="38" chance104="39" chance105="40" chance106="81" chance107="42" />
|
||||||
|
<enchant level="16" adena="41305950" sp="64831724" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="17" chance86="18" chance87="19" chance88="20" chance89="21" chance90="22" chance91="23" chance92="24" chance93="25" chance94="26" chance95="27" chance96="28" chance97="29" chance98="30" chance99="31" chance100="32" chance101="33" chance102="34" chance103="35" chance104="36" chance105="37" chance106="81" chance107="39" />
|
||||||
|
<enchant level="17" adena="43970850" sp="69014416" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="14" chance86="15" chance87="16" chance88="17" chance89="18" chance90="19" chance91="20" chance92="21" chance93="22" chance94="23" chance95="24" chance96="25" chance97="26" chance98="27" chance99="28" chance100="29" chance101="30" chance102="31" chance103="32" chance104="33" chance105="34" chance106="81" chance107="36" />
|
||||||
|
<enchant level="18" adena="46635750" sp="73197108" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="11" chance86="12" chance87="13" chance88="14" chance89="15" chance90="16" chance91="17" chance92="18" chance93="19" chance94="20" chance95="21" chance96="22" chance97="23" chance98="24" chance99="25" chance100="26" chance101="27" chance102="28" chance103="29" chance104="30" chance105="31" chance106="81" chance107="33" />
|
||||||
|
<enchant level="19" adena="49300650" sp="77379800" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="8" chance86="9" chance87="10" chance88="11" chance89="12" chance90="13" chance91="14" chance92="15" chance93="16" chance94="17" chance95="18" chance96="19" chance97="20" chance98="21" chance99="22" chance100="23" chance101="24" chance102="25" chance103="26" chance104="27" chance105="28" chance106="81" chance107="30" />
|
||||||
|
<enchant level="20" adena="51965550" sp="81562492" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="5" chance86="6" chance87="7" chance88="8" chance89="9" chance90="10" chance91="11" chance92="12" chance93="13" chance94="14" chance95="15" chance96="16" chance97="17" chance98="18" chance99="19" chance100="20" chance101="21" chance102="22" chance103="23" chance104="24" chance105="25" chance106="81" chance107="27" />
|
||||||
|
<enchant level="21" adena="54630450" sp="85745184" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="3" chance86="4" chance87="5" chance88="6" chance89="7" chance90="8" chance91="9" chance92="10" chance93="11" chance94="12" chance95="13" chance96="14" chance97="15" chance98="16" chance99="17" chance100="18" chance101="19" chance102="20" chance103="21" chance104="22" chance105="23" chance106="81" chance107="25" />
|
||||||
|
<enchant level="22" adena="57295350" sp="89927876" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="1" chance86="2" chance87="3" chance88="4" chance89="5" chance90="6" chance91="7" chance92="8" chance93="9" chance94="10" chance95="11" chance96="12" chance97="13" chance98="14" chance99="15" chance100="16" chance101="17" chance102="18" chance103="19" chance104="20" chance105="21" chance106="81" chance107="23" />
|
||||||
|
<enchant level="23" adena="59960250" sp="94110568" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="1" chance86="1" chance87="1" chance88="2" chance89="3" chance90="4" chance91="5" chance92="6" chance93="7" chance94="8" chance95="9" chance96="10" chance97="11" chance98="12" chance99="13" chance100="14" chance101="15" chance102="16" chance103="17" chance104="18" chance105="19" chance106="81" chance107="21" />
|
||||||
|
<enchant level="24" adena="62625150" sp="98293260" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="1" chance86="1" chance87="1" chance88="1" chance89="1" chance90="2" chance91="3" chance92="4" chance93="5" chance94="6" chance95="7" chance96="8" chance97="9" chance98="10" chance99="11" chance100="12" chance101="13" chance102="14" chance103="15" chance104="16" chance105="17" chance106="81" chance107="19" />
|
||||||
|
<enchant level="25" adena="65290050" sp="102475952" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="1" chance86="1" chance87="1" chance88="1" chance89="1" chance90="1" chance91="1" chance92="2" chance93="3" chance94="4" chance95="5" chance96="6" chance97="7" chance98="8" chance99="9" chance100="10" chance101="11" chance102="12" chance103="13" chance104="14" chance105="15" chance106="81" chance107="17" />
|
||||||
|
<enchant level="26" adena="67954950" sp="106658644" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="1" chance86="1" chance87="1" chance88="1" chance89="1" chance90="1" chance91="1" chance92="1" chance93="2" chance94="3" chance95="4" chance96="5" chance97="6" chance98="7" chance99="8" chance100="9" chance101="10" chance102="11" chance103="12" chance104="13" chance105="14" chance106="81" chance107="16" />
|
||||||
|
<enchant level="27" adena="70619850" sp="110841336" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="1" chance86="1" chance87="1" chance88="1" chance89="1" chance90="1" chance91="1" chance92="1" chance93="1" chance94="2" chance95="3" chance96="4" chance97="5" chance98="6" chance99="7" chance100="8" chance101="9" chance102="10" chance103="11" chance104="12" chance105="13" chance106="81" chance107="15" />
|
||||||
|
<enchant level="28" adena="73284750" sp="115024028" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="1" chance86="1" chance87="1" chance88="1" chance89="1" chance90="1" chance91="1" chance92="1" chance93="1" chance94="1" chance95="2" chance96="3" chance97="4" chance98="5" chance99="6" chance100="7" chance101="8" chance102="9" chance103="10" chance104="11" chance105="12" chance106="81" chance107="14" />
|
||||||
|
<enchant level="29" adena="75949650" sp="119206720" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="1" chance86="1" chance87="1" chance88="1" chance89="1" chance90="1" chance91="1" chance92="1" chance93="1" chance94="1" chance95="1" chance96="2" chance97="3" chance98="4" chance99="5" chance100="6" chance101="7" chance102="8" chance103="9" chance104="10" chance105="11" chance106="81" chance107="13" />
|
||||||
|
<enchant level="30" adena="78614550" sp="123389412" chance76="0" chance77="0" chance78="0" chance79="0" chance80="0" chance81="0" chance82="0" chance83="0" chance84="0" chance85="1" chance86="1" chance87="1" chance88="1" chance89="1" chance90="1" chance91="1" chance92="1" chance93="1" chance94="1" chance95="1" chance96="1" chance97="2" chance98="3" chance99="4" chance100="5" chance101="6" chance102="7" chance103="8" chance104="9" chance105="10" chance106="81" chance107="12" />
|
||||||
|
-->
|
||||||
</group>
|
</group>
|
||||||
</list>
|
</list>
|
||||||
|
@ -34,6 +34,13 @@
|
|||||||
<br>
|
<br>
|
||||||
<table width=256>
|
<table width=256>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td align=center><button action="bypass -h admin_move_to 207320 87617 -1112" value="Arcan City" width=100 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
||||||
|
<td align=center><button action="bypass -h admin_html teleports/TownAreas/underground.htm" value="Underground" width=100 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<br>
|
||||||
|
<table width=256>
|
||||||
|
<tr>
|
||||||
<td align=center><button action="bypass -h admin_html teleports/TownAreas/ti_starting.htm" value="Talking Isl." width=100 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
<td align=center><button action="bypass -h admin_html teleports/TownAreas/ti_starting.htm" value="Talking Isl." width=100 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
||||||
<td align=center><button action="bypass -h admin_html teleports/TownAreas/dwarf_starting.htm" value="Dwarven" width=100 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
<td align=center><button action="bypass -h admin_html teleports/TownAreas/dwarf_starting.htm" value="Dwarven" width=100 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -47,7 +54,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align=center><button action="bypass -h admin_html teleports/TownAreas/ertheia_starting.htm" value="Ertheia" width=100 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
<td align=center><button action="bypass -h admin_html teleports/TownAreas/ertheia_starting.htm" value="Ertheia" width=100 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
||||||
<td align=center><button action="bypass -h admin_move_to 207320 87617 -1112" value="Arcan City" width=100 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
<td align=center></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</center>
|
</center>
|
||||||
|
24
trunk/dist/game/data/html/admin/teleports/TownAreas/underground.htm
vendored
Normal file
24
trunk/dist/game/data/html/admin/teleports/TownAreas/underground.htm
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<html><title>Admin Teleports</title>
|
||||||
|
<body>
|
||||||
|
<center>
|
||||||
|
<table width=260>
|
||||||
|
<tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
||||||
|
<td width=180><center>Underground Gainak</center></td>
|
||||||
|
<td width=40><button value="Back" action="bypass -h admin_html teleports/TownAreas.htm" width=40 height=15 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
||||||
|
</tr></table>
|
||||||
|
</center>
|
||||||
|
<br>
|
||||||
|
<center>
|
||||||
|
<font color="aadd77">Underground Gainak</font><br>
|
||||||
|
<table width=256>
|
||||||
|
<tr>
|
||||||
|
<td align=center><button action="bypass -h admin_move_to 16336 -114086 -230" value="Entrance" width=120 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
||||||
|
<td align=center><button action="bypass -h admin_move_to -49989 -147971 -14115" value="Mystic Tavern" width=120 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align=center><button action="bypass -h admin_move_to -53292 -147791 -14945" value="Warehouse" width=120 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
||||||
|
<td align=center><button action="bypass -h admin_move_to -51015 -147271 -14944" value="Gatekeeper" width=120 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</center>
|
||||||
|
</body></html>
|
3
trunk/dist/game/data/html/adventurer_guildsman/34187-1.htm
vendored
Normal file
3
trunk/dist/game/data/html/adventurer_guildsman/34187-1.htm
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<html><body>Adventure Guildsman:<br>
|
||||||
|
We don't provide information about raid monsters any more. You can get the information from the <font color="LEVEL">Raid</font> tab of <font color="LEVEL">World Info</font> on the map.
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/html/adventurer_guildsman/34187.htm
vendored
Normal file
7
trunk/dist/game/data/html/adventurer_guildsman/34187.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html><body>Adventure Guildsman:<br>
|
||||||
|
Our guild specializes in collecting information from all corners of the world to disseminate it to adventurers who need it. Think of us as a nerve center for information.<br>
|
||||||
|
It was quite a busy time when Faeron first emerged. The only channel of communication we had with the Spirit Realm was to go through the Ertheia!<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_questlist">"Tell me about quests."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to know about raid monsters."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
10
trunk/dist/game/data/html/common/weapon_sa_02.htm
vendored
Normal file
10
trunk/dist/game/data/html/common/weapon_sa_02.htm
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<html><body><br>
|
||||||
|
Ah, so you wish to bestow a special ability onto your weapon! Good idea. Enchantment? No worries. Bestowing a special ability won't make the enchantment disappear.<br>
|
||||||
|
Oh, and I have some important news. The skills of all the blacksmiths have improved greatly. You don't need to go through the Blacksmith of Mammon or the Black Marketeer of Mammon <font color="LEVEL">to bestow a Soul Crystal effect onto weapons</font> anymore.<br>
|
||||||
|
It looks like they stopped bestowing special abilities. Wait, did you know this already?<br>
|
||||||
|
Choose the capabilities you wish to add to your weapons!<br>
|
||||||
|
<center>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 1005">"I want to bestow a Soul Crystal effect onto a weapon."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3420801">"I want to exchange a Soul Crystal Coupon for new Soul Crystal."</Button>
|
||||||
|
</center>
|
||||||
|
</body></html>
|
6
trunk/dist/game/data/html/default/33845-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/33845-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Andy the Patrol:<br>
|
||||||
|
The Steel Door Guild tops all Dwarven guilds in power and prestige. As such, it is our duty to aid adventures who work to restore peace unto this war-torn land. We will be happy to offer special assistance if you have Steel Door Guild Coins.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"How do I use Steel Door Guild Coins?".</button>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 3">"Here, I have some Steel Door Guild Coins..."</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33845-2.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33845-2.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Andy the Patrol:<br>
|
||||||
|
You can use Steel Door Guild Coins to purchase <font color="LEVEL">weapons, armor, and accessories of each grade</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Once you outgrow the equipment, <font color="LEVEL">You can trade them back for Steel Door Guild Coins again!</font> You can also invest in the Aden Reconstruction project if it suits your fancy, or even gamble. Don't forget that Steel Weapon Packs and Steel Armor Packs have a chance of yielding Requiem, Apocalypse, or Specter equipment!<br>
|
||||||
|
<button align="left" icon="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33845-3.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33845-3.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Andy the Patrol:<br>
|
||||||
|
You can use Steel Door Guild Coins to receive equipment, and trade them back for coins again. Just remember, <font color="LEVEL">you cannot bring us junk to exchange for coins!</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 3384501">"I want to buy some things."</button>
|
||||||
|
</body></html>
|
1
trunk/dist/game/data/html/default/33845.htm
vendored
1
trunk/dist/game/data/html/default/33845.htm
vendored
@ -1,4 +1,5 @@
|
|||||||
<html><body>Andy the Patrol:<br>
|
<html><body>Andy the Patrol:<br>
|
||||||
What can I do for you?<br>
|
What can I do for you?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to use some Steel Door Guild Coins."</button>
|
||||||
<button align="left" icon="quest" action="bypass -h npc_%objectId%_Quest">Quest</button>
|
<button align="left" icon="quest" action="bypass -h npc_%objectId%_Quest">Quest</button>
|
||||||
</body></html>
|
</body></html>
|
6
trunk/dist/game/data/html/default/33846-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/33846-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Paterson's Disciple Bacon:<br>
|
||||||
|
The Steel Door Guild tops all Dwarven guilds in power and prestige. As such, it is our duty to aid adventures who work to restore peace unto this war-torn land. We will be happy to offer special assistance if you have Steel Door Guild Coins.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"How do I use Steel Door Guild Coins?".</button>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 3">"Here, I have some Steel Door Guild Coins..."</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33846-2.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33846-2.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Paterson's Disciple Bacon:<br>
|
||||||
|
You can use Steel Door Guild Coins to purchase <font color="LEVEL">weapons, armor, and accessories of each grade</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Once you outgrow the equipment, <font color="LEVEL">You can trade them back for Steel Door Guild Coins again!</font> You can also invest in the Aden Reconstruction project if it suits your fancy, or even gamble. Don't forget that Steel Weapon Packs and Steel Armor Packs have a chance of yielding Requiem, Apocalypse, or Specter equipment!<br>
|
||||||
|
<button align="left" icon="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33846-3.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33846-3.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Paterson's Disciple Bacon:<br>
|
||||||
|
You can use Steel Door Guild Coins to receive equipment, and trade them back for coins again. Just remember, <font color="LEVEL">you cannot bring us junk to exchange for coins!</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 3384601">"I want to buy some things."</button>
|
||||||
|
</body></html>
|
3
trunk/dist/game/data/html/default/33846.htm
vendored
3
trunk/dist/game/data/html/default/33846.htm
vendored
@ -1,4 +1,5 @@
|
|||||||
<html><body>Paterson's Disciple Bacon:<br>
|
<html><body>Paterson's Disciple Bacon:<br>
|
||||||
This dangerous place... you treat it like your living room. You're my kind of crazy.<br>
|
This dangerous place... you treat it like your living room. You're my kind of crazy.<br>
|
||||||
<button align="left" icon="quest" action="bypass -h npc_%objectId%_Quest">Quest</button>
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to use some Steel Door Guild Coins".</button>
|
||||||
|
<button align="left" icon="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</button>
|
||||||
</body></html>
|
</body></html>
|
6
trunk/dist/game/data/html/default/33858-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/33858-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Baron's Personal Escort Eli<br>
|
||||||
|
The Steel Door Guild tops all Dwarven guilds in power and prestige. As such, it is our duty to aid adventures who work to restore peace unto this war-torn land. We will be happy to offer special assistance if you have Steel Door Guild Coins.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"How do I use Steel Door Guild Coins?".</button>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 3">"Here, I have some Steel Door Guild Coins..."</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33858-2.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33858-2.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Baron's Personal Escort Eli<br>
|
||||||
|
You can use Steel Door Guild Coins to purchase <font color="LEVEL">weapons, armor, and accessories of each grade</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Once you outgrow the equipment, <font color="LEVEL">You can trade them back for Steel Door Guild Coins again!</font> You can also invest in the Aden Reconstruction project if it suits your fancy, or even gamble. Don't forget that Steel Weapon Packs and Steel Armor Packs have a chance of yielding Requiem, Apocalypse, or Specter equipment!<br>
|
||||||
|
<button align="left" icon="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33858-3.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33858-3.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Baron's Personal Escort Eli<br>
|
||||||
|
You can use Steel Door Guild Coins to receive equipment, and trade them back for coins again. Just remember, <font color="LEVEL">you cannot bring us junk to exchange for coins!</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 3385801">"I want to buy some things."</button>
|
||||||
|
</body></html>
|
3
trunk/dist/game/data/html/default/33858.htm
vendored
3
trunk/dist/game/data/html/default/33858.htm
vendored
@ -1,4 +1,5 @@
|
|||||||
<html><body>Baron's Personal Escort Eli<br>
|
<html><body>Baron's Personal Escort Eli<br>
|
||||||
Hush! Stay quiet and still. We don't want to get caught.<br>
|
Hush! Stay quiet and still. We don't want to get caught.<br>
|
||||||
<Button ALIGN=LEFT ICON="quest" action="bypass -h Quest">Quest</button>
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to use some Steel Door Guild Coins".</button>
|
||||||
|
<button align="left" icon="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</button>
|
||||||
</body></html>
|
</body></html>
|
6
trunk/dist/game/data/html/default/33859-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/33859-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Iason Heine:<br>
|
||||||
|
The Steel Door Guild tops all Dwarven guilds in power and prestige. As such, it is our duty to aid adventures who work to restore peace unto this war-torn land. We will be happy to offer special assistance if you have Steel Door Guild Coins.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"How do I use Steel Door Guild Coins?".</button>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 3">"Here, I have some Steel Door Guild Coins..."</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33859-2.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33859-2.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Iason Heine:<br>
|
||||||
|
You can use Steel Door Guild Coins to purchase <font color="LEVEL">weapons, armor, and accessories of each grade</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Once you outgrow the equipment, <font color="LEVEL">You can trade them back for Steel Door Guild Coins again!</font> You can also invest in the Aden Reconstruction project if it suits your fancy, or even gamble. Don't forget that Steel Weapon Packs and Steel Armor Packs have a chance of yielding Requiem, Apocalypse, or Specter equipment!<br>
|
||||||
|
<button align="left" icon="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33859-3.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33859-3.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Iason Heine:<br>
|
||||||
|
You can use Steel Door Guild Coins to receive equipment, and trade them back for coins again. Just remember, <font color="LEVEL">you cannot bring us junk to exchange for coins!</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 3385901">"I want to buy some things."</button>
|
||||||
|
</body></html>
|
3
trunk/dist/game/data/html/default/33859.htm
vendored
3
trunk/dist/game/data/html/default/33859.htm
vendored
@ -1,4 +1,5 @@
|
|||||||
<html><body>Iason Heine:<br>
|
<html><body>Iason Heine:<br>
|
||||||
How did this all go so wrong? We were trying to help, and just ended up making the alligators more violent...<br>
|
How did this all go so wrong? We were trying to help, and just ended up making the alligators more violent...<br>
|
||||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h Quest">Quest</button>
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to use some Steel Door Guild Coins".</button>
|
||||||
|
<button align="left" icon="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</button>
|
||||||
</body></html>
|
</body></html>
|
6
trunk/dist/game/data/html/default/33860-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/33860-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Enron:<br>
|
||||||
|
The Steel Door Guild tops all Dwarven guilds in power and prestige. As such, it is our duty to aid adventures who work to restore peace unto this war-torn land. We will be happy to offer special assistance if you have Steel Door Guild Coins.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"How do I use Steel Door Guild Coins?".</button>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 3">"Here, I have some Steel Door Guild Coins..."</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33860-2.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33860-2.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Enron:<br>
|
||||||
|
You can use Steel Door Guild Coins to purchase <font color="LEVEL">weapons, armor, and accessories of each grade</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Once you outgrow the equipment, <font color="LEVEL">You can trade them back for Steel Door Guild Coins again!</font> You can also invest in the Aden Reconstruction project if it suits your fancy, or even gamble. Don't forget that Steel Weapon Packs and Steel Armor Packs have a chance of yielding Requiem, Apocalypse, or Specter equipment!<br>
|
||||||
|
<button align="left" icon="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33860-3.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33860-3.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Enron:<br>
|
||||||
|
You can use Steel Door Guild Coins to receive equipment, and trade them back for coins again. Just remember, <font color="LEVEL">you cannot bring us junk to exchange for coins!</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 3386001">"I want to buy some things."</button>
|
||||||
|
</body></html>
|
4
trunk/dist/game/data/html/default/33860.htm
vendored
4
trunk/dist/game/data/html/default/33860.htm
vendored
@ -1,4 +1,4 @@
|
|||||||
<html><body>Enron:<br>
|
<html><body>Enron:<br>
|
||||||
Shilen made them more violent, but alligators are alligators. Their nature doesn't change, right?<br>
|
Shilen made them more violent, but alligators are alligators. Their nature doesn't change, right?<br>
|
||||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h Quest">Quest</button>
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to use some Steel Door Guild Coins".</button>
|
||||||
</body></html>
|
<button align="left" icon="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</button>
|
6
trunk/dist/game/data/html/default/33862-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/33862-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Guard Kelios:<br>
|
||||||
|
The Steel Door Guild tops all Dwarven guilds in power and prestige. As such, it is our duty to aid adventures who work to restore peace unto this war-torn land. We will be happy to offer special assistance if you have Steel Door Guild Coins.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"How do I use Steel Door Guild Coins?".</button>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 3">"Here, I have some Steel Door Guild Coins..."</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33862-2.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33862-2.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Guard Kelios:<br>
|
||||||
|
You can use Steel Door Guild Coins to purchase <font color="LEVEL">weapons, armor, and accessories of each grade</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Once you outgrow the equipment, <font color="LEVEL">You can trade them back for Steel Door Guild Coins again!</font> You can also invest in the Aden Reconstruction project if it suits your fancy, or even gamble. Don't forget that Steel Weapon Packs and Steel Armor Packs have a chance of yielding Requiem, Apocalypse, or Specter equipment!<br>
|
||||||
|
<button align="left" icon="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33862-3.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33862-3.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Guard Kelios:<br>
|
||||||
|
You can use Steel Door Guild Coins to receive equipment, and trade them back for coins again. Just remember, <font color="LEVEL">you cannot bring us junk to exchange for coins!</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 3386201">"I want to buy some things."</button>
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/html/default/33862.htm
vendored
7
trunk/dist/game/data/html/default/33862.htm
vendored
@ -1,5 +1,4 @@
|
|||||||
<html><body>Guard Kelios:<br>
|
<html><body>Guard Kelios:<br>
|
||||||
Everything is fine around here, thanks for asking. I mean, It's normal to have Outlaws swarming everywhere, yes?
|
Everything is fine around here, thanks for asking. I mean, It's normal to have Outlaws swarming everywhere, yes?<br>
|
||||||
<br>
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to use some Steel Door Guild Coins".</button>
|
||||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h Quest">Quest</button>
|
<button align="left" icon="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</button>
|
||||||
</body></html>
|
|
6
trunk/dist/game/data/html/default/33863-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/33863-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Refugee Leo:<br>
|
||||||
|
The Steel Door Guild tops all Dwarven guilds in power and prestige. As such, it is our duty to aid adventures who work to restore peace unto this war-torn land. We will be happy to offer special assistance if you have Steel Door Guild Coins.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"How do I use Steel Door Guild Coins?".</button>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 3">"Here, I have some Steel Door Guild Coins..."</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33863-2.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33863-2.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Refugee Leo:<br>
|
||||||
|
You can use Steel Door Guild Coins to purchase <font color="LEVEL">weapons, armor, and accessories of each grade</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Once you outgrow the equipment, <font color="LEVEL">You can trade them back for Steel Door Guild Coins again!</font> You can also invest in the Aden Reconstruction project if it suits your fancy, or even gamble. Don't forget that Steel Weapon Packs and Steel Armor Packs have a chance of yielding Requiem, Apocalypse, or Specter equipment!<br>
|
||||||
|
<button align="left" icon="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33863-3.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33863-3.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Refugee Leo:<br>
|
||||||
|
You can use Steel Door Guild Coins to receive equipment, and trade them back for coins again. Just remember, <font color="LEVEL">you cannot bring us junk to exchange for coins!</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 3386301">"I want to buy some things."</button>
|
||||||
|
</body></html>
|
4
trunk/dist/game/data/html/default/33863.htm
vendored
4
trunk/dist/game/data/html/default/33863.htm
vendored
@ -1,5 +1,5 @@
|
|||||||
<html><body>Refugee Leo:<br>
|
<html><body>Refugee Leo:<br>
|
||||||
I feel the pain of my people. It burns inside me, but there must be a better way.<br>
|
I feel the pain of my people. It burns inside me, but there must be a better way.<br>
|
||||||
I tire of war.<br>
|
I tire of war.<br>
|
||||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h Quest">Quest</button>
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to use some Steel Door Guild Coins".</button>
|
||||||
</body></html>
|
<button align="left" icon="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</button>
|
6
trunk/dist/game/data/html/default/33865-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/33865-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Giant's Minion Eblune:<br>
|
||||||
|
The Steel Door Guild tops all Dwarven guilds in power and prestige. As such, it is our duty to aid adventures who work to restore peace unto this war-torn land. We will be happy to offer special assistance if you have Steel Door Guild Coins.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"How do I use Steel Door Guild Coins?".</button>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 3">"Here, I have some Steel Door Guild Coins..."</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33865-2.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33865-2.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Giant's Minion Eblune:<br>
|
||||||
|
You can use Steel Door Guild Coins to purchase <font color="LEVEL">weapons, armor, and accessories of each grade</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Once you outgrow the equipment, <font color="LEVEL">You can trade them back for Steel Door Guild Coins again!</font> You can also invest in the Aden Reconstruction project if it suits your fancy, or even gamble. Don't forget that Steel Weapon Packs and Steel Armor Packs have a chance of yielding Requiem, Apocalypse, or Specter equipment!<br>
|
||||||
|
<button align="left" icon="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33865-3.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33865-3.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Giant's Minion Eblune:<br>
|
||||||
|
You can use Steel Door Guild Coins to receive equipment, and trade them back for coins again. Just remember, <font color="LEVEL">you cannot bring us junk to exchange for coins!</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 3386501">"I want to buy some things."</button>
|
||||||
|
</body></html>
|
3
trunk/dist/game/data/html/default/33865.htm
vendored
3
trunk/dist/game/data/html/default/33865.htm
vendored
@ -1,5 +1,6 @@
|
|||||||
<html><body>Giant's Minion Eblune:<br>
|
<html><body>Giant's Minion Eblune:<br>
|
||||||
The Plains of the Continent are so big. It's a little overwhelming for an islander like me.<br>
|
The Plains of the Continent are so big. It's a little overwhelming for an islander like me.<br>
|
||||||
I want to explore, but that's a luxury we haven't the time for.<br>
|
I want to explore, but that's a luxury we haven't the time for.<br>
|
||||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to use some Steel Door Guild Coins".</button>
|
||||||
|
<button align="left" icon="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</button>
|
||||||
</body></html>
|
</body></html>
|
6
trunk/dist/game/data/html/default/33866-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/33866-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Novain the Geographer:<br>
|
||||||
|
The Steel Door Guild tops all Dwarven guilds in power and prestige. As such, it is our duty to aid adventures who work to restore peace unto this war-torn land. We will be happy to offer special assistance if you have Steel Door Guild Coins.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"How do I use Steel Door Guild Coins?".</button>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 3">"Here, I have some Steel Door Guild Coins..."</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33866-2.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33866-2.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Novain the Geographer:<br>
|
||||||
|
You can use Steel Door Guild Coins to purchase <font color="LEVEL">weapons, armor, and accessories of each grade</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Once you outgrow the equipment, <font color="LEVEL">You can trade them back for Steel Door Guild Coins again!</font> You can also invest in the Aden Reconstruction project if it suits your fancy, or even gamble. Don't forget that Steel Weapon Packs and Steel Armor Packs have a chance of yielding Requiem, Apocalypse, or Specter equipment!<br>
|
||||||
|
<button align="left" icon="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33866-3.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33866-3.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Novain the Geographer:<br>
|
||||||
|
You can use Steel Door Guild Coins to receive equipment, and trade them back for coins again. Just remember, <font color="LEVEL">you cannot bring us junk to exchange for coins!</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 3386601">"I want to buy some things."</button>
|
||||||
|
</body></html>
|
3
trunk/dist/game/data/html/default/33866.htm
vendored
3
trunk/dist/game/data/html/default/33866.htm
vendored
@ -1,5 +1,6 @@
|
|||||||
<html><body>Novain the Geographer:<br>
|
<html><body>Novain the Geographer:<br>
|
||||||
This place is much more dangerous than I though.<br>
|
This place is much more dangerous than I though.<br>
|
||||||
Crime scenes are never in good environments, but I've never seen one as bad as this. I hope those investigators can get here safely .<br>
|
Crime scenes are never in good environments, but I've never seen one as bad as this. I hope those investigators can get here safely .<br>
|
||||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to use some Steel Door Guild Coins".</button>
|
||||||
|
<button align="left" icon="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</button>
|
||||||
</body></html>
|
</body></html>
|
6
trunk/dist/game/data/html/default/33867-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/33867-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Shuvann:<br>
|
||||||
|
It's sad to see history repeat it self in the Fields of Massacre.<br>
|
||||||
|
We can only pray it's not too late to avoid the worst.<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to use some Steel Door Guild Coins".</button>
|
||||||
|
<button align="left" icon="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33867-2.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33867-2.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Shuvann:<br>
|
||||||
|
You can use Steel Door Guild Coins to purchase <font color="LEVEL">weapons, armor, and accessories of each grade</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Once you outgrow the equipment, <font color="LEVEL">You can trade them back for Steel Door Guild Coins again!</font> You can also invest in the Aden Reconstruction project if it suits your fancy, or even gamble. Don't forget that Steel Weapon Packs and Steel Armor Packs have a chance of yielding Requiem, Apocalypse, or Specter equipment!<br>
|
||||||
|
<button align="left" icon="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</button>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/33867-3.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33867-3.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Shuvann:<br>
|
||||||
|
You can use Steel Door Guild Coins to receive equipment, and trade them back for coins again. Just remember, <font color="LEVEL">you cannot bring us junk to exchange for coins!</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help on your journey.<br>
|
||||||
|
Well?<br>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 3386601">"I want to buy some things."</button>
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/html/default/33867.htm
vendored
7
trunk/dist/game/data/html/default/33867.htm
vendored
@ -1,5 +1,6 @@
|
|||||||
<html><body>Shuvann:<br>
|
<html><body>Shuvann:<br>
|
||||||
It's sad to see history repeat it self in the Fields of Massacre.<br>
|
The Steel Door Guild tops all Dwarven guilds in power and prestige. As such, it is our duty to aid adventures who work to restore peace unto this war-torn land. We will be happy to offer special assistance if you have Steel Door Guild Coins.<br>
|
||||||
We can only pray it's not too late to avoid the worst.<br>
|
Well?<br>
|
||||||
<button align="left" icon="quest" action="bypass -h npc_%objectId%_Quest">Quest.</button>
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"How do I use Steel Door Guild Coins?".</button>
|
||||||
|
<button align="left" icon="NORMAL" action="bypass -h npc_%objectId%_Chat 3">"Here, I have some Steel Door Guild Coins..."</button>
|
||||||
</body></html>
|
</body></html>
|
5
trunk/dist/game/data/html/default/34181-1.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/34181-1.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Madame Lailly:<br>
|
||||||
|
Hmm? You weren't listening to a story? Or have you listened to all of them?<br>
|
||||||
|
I understand that you want to listen to more great stories, but patience is a virtue!<br>
|
||||||
|
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/html/default/34181.htm
vendored
Normal file
7
trunk/dist/game/data/html/default/34181.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html><body>Madame Lailly:<br>
|
||||||
|
Welcome. Thank you for coming all the way here.<br>
|
||||||
|
I'm Lailly, and my husband is the owner of this tavern. You met Settlen, right?<br>
|
||||||
|
His health had been deteriorating, but I think he's been getting better since we settled down here. Please come by often!<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"Okay."</button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
6
trunk/dist/game/data/html/default/34182-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/34182-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Only Daughter Lollia:<br>
|
||||||
|
You want know about the tavern?<br>
|
||||||
|
The Mystic Tavern is our family's dream come true. We started it in order to have a place where travelers from all around the world can come to listen to the great stories that everyone has. I was worried, since Underground Gainak is not widely known, but my dad's friends spread the word for us.<br>
|
||||||
|
Currently, we only have stories about <font color="LEVEL">Kelbim, Tauti, and Freya</font>, but we will try expand later on.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
|
||||||
|
</body></html>
|
6
trunk/dist/game/data/html/default/34182.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/34182.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Only Daughter Lollia:<br>
|
||||||
|
Oh, a customer! Nice to meet you.<br>
|
||||||
|
Is this ypur first time here? The stories you will hear from our employees here are real stories that we heard from around the continent. Isn't that exciting?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"Tell me about the Mystic Tavern."</button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/html/default/34183-1.htm
vendored
Normal file
7
trunk/dist/game/data/html/default/34183-1.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html><body>Kitchen Employee Hanna:<br>
|
||||||
|
My cooking skills? Nothing to worry about there.<br>
|
||||||
|
I was known as the best chef in the village when I was 15. Everyone lined up to just have a taste of my food.<br>
|
||||||
|
Lailly is my childhood friend, but she left to travel around the world. I was so sad back then.<br>
|
||||||
|
Anyway, she missed my food all those years. So taht should tell you about how great my food really is. She came to find me once they decided to open this Mystic Tavern. That's how I ended up here.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/html/default/34183.htm
vendored
Normal file
7
trunk/dist/game/data/html/default/34183.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html><body>Kitchen Employee Hanna:<br>
|
||||||
|
Oh, a customer! Nice to meet you.<br>
|
||||||
|
I'm Hanna. I'm in charge of the kitchen ate the Mystic Tavern. I only use the best ingredients, so don't worry about the taste.<br>
|
||||||
|
I was known for my cooking skills all my life.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"Your cooking skills?"</button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/html/default/34184-1.htm
vendored
Normal file
7
trunk/dist/game/data/html/default/34184-1.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html><body>Employee Brodien:<br>
|
||||||
|
The reason why I ended up here?<br>
|
||||||
|
I believe it's Eva's blessing. I truly believe so. I've been wandering here and there, and I met Settlen in the hot springs.<br>
|
||||||
|
We talked about life, and where it's leading us, and here I am now.<br>
|
||||||
|
I'm very happy to meet new adventurers every day. I don't miss my wandering life at all.
|
||||||
|
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
|
||||||
|
</body></html>
|
6
trunk/dist/game/data/html/default/34184.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/34184.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Employee Brodien:<br>
|
||||||
|
Nice to meet you. I'm Brodien. We are always doing our best to provide great service to our customers at the Mystic Tavern.<br>
|
||||||
|
You can listen to all kinds of interesting stories here.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"How did you end up here?"</button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
6
trunk/dist/game/data/html/default/34185-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/34185-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Employee Lupia:<br>
|
||||||
|
I'm actually from the Wind Spirit Realm. The dimensional rift brought a lot of us to the Material Realm.<br>
|
||||||
|
When I woke up, all my friends were gone, and I saw things I'd never seen before. I was so surprised. I fell near Windy Hill. I was wandering around, without knowing what to do, and that's when I ran into Lollia.<br>
|
||||||
|
Lollia said I we can all be a family here, and thanks to her, I met Mei, Brodien, and Hanna. Another of my friends also came over to the Material Realm, so we are working together now.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
|
||||||
|
</body></html>
|
6
trunk/dist/game/data/html/default/34185.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/34185.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Employee Lupia:<br>
|
||||||
|
Welcome! Thank you for visiting the Mystic Tavern.<br>
|
||||||
|
You can listen to all kinds of interesting stories here, so you can look forward to them.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"How did you end up here?"</button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
6
trunk/dist/game/data/html/default/34186-1.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/34186-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Employee Mei:<br>
|
||||||
|
Hanna introduced me to this place, and that's how I came to work here. Hanna, Lailly and I are all from the same village.<br>
|
||||||
|
Lailly used to tell me stories about her travels around the world, so I always wanted to go travel too. When Hanna asked me whether I wanted to come work here, I was really happy.<br>
|
||||||
|
I do get lonely since I'm away from home, but everyone here is very nice, and we meet new customers every day, do I don't have much time to get lonely.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
|
||||||
|
</body></html>
|
6
trunk/dist/game/data/html/default/34186.htm
vendored
Normal file
6
trunk/dist/game/data/html/default/34186.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Employee Mei:<br>
|
||||||
|
Welcome! Thank you for visiting the Mystic Tavern! We are all very happy to meet new customers, and are doing our best to provide the best experience.<br>
|
||||||
|
You can listen to all kinds of interesting stories from us.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"Tell me about the employees."</button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
10
trunk/dist/game/data/html/default/34189.htm
vendored
Normal file
10
trunk/dist/game/data/html/default/34189.htm
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<html><body>Auction House Manager Mistress:<br>
|
||||||
|
Welcome, adventurer.<br1>
|
||||||
|
Are you familiar with our services?<br>
|
||||||
|
We are sales intermediaries. We enable you to view and purchase goods from all over the continent at rock bottom prices!<br1>
|
||||||
|
And, if you have items you want to sell, we can handle those transactions for you.<br>
|
||||||
|
Leave the worry and the paperwork to us! All you need to is pay us a small transaction fee, and we'll take care of the rest.<br1>
|
||||||
|
<font color="LEVEL">When an item sells, we'll transfer the proceeds to you, minus a slight transaction fee, of course.</font><br>
|
||||||
|
What do you think? You interested?<br>
|
||||||
|
<button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_show_commission">"I want to use the Auction House."</button>
|
||||||
|
</body></html>
|
3
trunk/dist/game/data/html/default/34197-1.htm
vendored
Normal file
3
trunk/dist/game/data/html/default/34197-1.htm
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<html><body>Administrative Manager Glissade:<br>
|
||||||
|
The discovery of this place is very important for Aden. The issue between the Noble Orcs and the Orc Supervia is chaotic, but don't worry too much. Aden is doing its best to stabilize this place along with the Noble Orcs.<br>
|
||||||
|
</body></html>
|
4
trunk/dist/game/data/html/default/34197.htm
vendored
Normal file
4
trunk/dist/game/data/html/default/34197.htm
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<html><body>Administrative Manager Glissade:<br>
|
||||||
|
I'm an administrative manager from Aden. People didn't want to live here for a long time, so I'm here to help. I'll do my best to facilitate things for travelers.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"From Aden?"</Button>
|
||||||
|
</body></html>
|
4
trunk/dist/game/data/html/default/34198.htm
vendored
Normal file
4
trunk/dist/game/data/html/default/34198.htm
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<html><body>Administrative Aide Piroue:<br>
|
||||||
|
I'm Glissade's aide.<br>
|
||||||
|
I'm new to this job, but I'm hoping to learn lots from Glissade so that I can be dispatched to other villages... Maybe Faeron, where the Ertheia are? Ah! That's just a goal of mine.<br>
|
||||||
|
</body></html>
|
4
trunk/dist/game/data/html/default/34200-1.htm
vendored
Normal file
4
trunk/dist/game/data/html/default/34200-1.htm
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<html><body>Mystic Summoning Crystal:<br>
|
||||||
|
<!-- Need be fixed this html belong an Instance -->
|
||||||
|
(It blinked and turned dark again. It looks like you need to be a party leader for it to react.)<br>
|
||||||
|
</body></html>
|
5
trunk/dist/game/data/html/default/34200.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/34200.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<html><body>Mystic Summoning Crystal:<br>
|
||||||
|
<!-- Need be fixed this html belong an Instance -->
|
||||||
|
A blue crystal. You can summon an employee by pressing on the crystal.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"So if I press this..."</button>
|
||||||
|
</body></html>
|
8
trunk/dist/game/data/html/merchant/34180.htm
vendored
Normal file
8
trunk/dist/game/data/html/merchant/34180.htm
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<html><body>Mystic Tavern Owner Settlen:<br>
|
||||||
|
Welcome! Welcome to the Mystic Tavern.<br>
|
||||||
|
This place is out of the way, so I was wondering if we would ever get customers. Thank you for coming!<br>
|
||||||
|
Here, you can listen to all kinds of interesting stories from Aden.<br>
|
||||||
|
Come by often to eat great food and drinks, and listen to great stories! Hahaha.<br>
|
||||||
|
<button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3418001">"I want to exchange Mystic Armor Pieces and Soul Crystal Fragments."</button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
3
trunk/dist/game/data/html/merchant/34190-pk.htm
vendored
Normal file
3
trunk/dist/game/data/html/merchant/34190-pk.htm
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<html><body>Grocer Attitude:<br>
|
||||||
|
My goodness. I can't believe people like you still walk the streets. What, do the guards of Underground just spend our taxes and sleep or what? I tell you, it's a disgrace.
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/html/merchant/34190.htm
vendored
Normal file
7
trunk/dist/game/data/html/merchant/34190.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html><body>Grocer Attitude:<br>
|
||||||
|
Welcome! Our shop carries a wide range of inexpensive but high-quality items. Come in, come in! Take some time and have a look around. If you need anything, just give me a shout.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3008100">"I need to exchange some consumables and minerals."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3008102">"I want to trade some dye."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">"Can you tell me about the local lord and tax rate?"</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
9
trunk/dist/game/data/html/teleporter/34188.htm
vendored
Normal file
9
trunk/dist/game/data/html/teleporter/34188.htm
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<html><body>Gatekeeper Plie:<br>
|
||||||
|
This place, Underground Gainak, isn't very known. No one lived here in the past. Ever since Mr. Settlen opened the Mystic Tavern, we started having more visitors.<br>
|
||||||
|
(If your <font color="LEVEL">main class</font> is <font color="LEVEL">Lv. 76 or below</font>, you can teleport for free.)<br>
|
||||||
|
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleports">"I'll teleport"</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 002">"I want to trade some Dimensional Diamonds."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_showNoblesSelect">[Noblesse Only] "Teleport me, please."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest CharacterBirthday">"I need to call Alegria."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
9
trunk/dist/game/data/html/trainer/34208-4.htm
vendored
Normal file
9
trunk/dist/game/data/html/trainer/34208-4.htm
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<html><body>Blacksmith Bartman:<br>
|
||||||
|
Do you wish to seal armor or remove its seal? I can undertake both tasks in the blink of an eye.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 1002">Remove seals from B-grade gloves or boots</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 1003">Put seals back on B-grade gloves and boots</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 311262506">Remove seals from A-grade armor</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 311262507">Remove seals from A-grade accessories</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 311262508">Put seals back on A-grade armor</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
|
||||||
|
</body></html>
|
6
trunk/dist/game/data/html/trainer/34208-5.htm
vendored
Normal file
6
trunk/dist/game/data/html/trainer/34208-5.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Blacksmith Bartman:<br>
|
||||||
|
The Black Anvil guild has always produced fine craftsmen. I, of course, am one of them. I will augment your item with great care.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/augmentation_01.htm">Augment an item</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/augmentation_02.htm">Remove augmentation</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
|
||||||
|
</body></html>
|
13
trunk/dist/game/data/html/trainer/34208.htm
vendored
Normal file
13
trunk/dist/game/data/html/trainer/34208.htm
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<html><body>Blacksmith Bartman:<br>
|
||||||
|
Hello, there I'm Bartman.<br>
|
||||||
|
I've lived secluded from the world, and when I heard about Underground Gainak, I decided to come live here. I'll do my best!<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">"Show me the R-grade set options."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/duals_01.htm">"I want to craft a dual weapon."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/weapon_sa_02.htm">"I want to bestow a special ability on a weapon."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">" I want to craft an item."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 4">"I want to seal armor and accessories."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I want to change a Bound Item to an Unidentified Item."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 5">"I want to augment an item."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">"Can you tell me about the local lord and tax rate."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/html/warehouse/34191-1.htm
vendored
Normal file
7
trunk/dist/game/data/html/warehouse/34191-1.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html><body>Warehouse Keeper Tutu:<br>
|
||||||
|
<center>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositP">Deposit an item. (Private Warehouse)</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawP">Withdraw an item. (Private Warehouse)</Button><br>
|
||||||
|
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Return</Button>
|
||||||
|
</center>
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/html/warehouse/34191-2.htm
vendored
Normal file
7
trunk/dist/game/data/html/warehouse/34191-2.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html><body>Warehouse Keeper Tuto:<br>
|
||||||
|
<center>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositC" msg="1039">Deposit an item. (Clan Warehouse)</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawC">Withdraw an item. (Clan Warehouse)</Button><br>
|
||||||
|
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Return</Button>
|
||||||
|
</center>
|
||||||
|
</body></html>
|
10
trunk/dist/game/data/html/warehouse/34191.htm
vendored
Normal file
10
trunk/dist/game/data/html/warehouse/34191.htm
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<html><body>Warehouse Keeper Tutu:<br>
|
||||||
|
Welcome. I'm Tutu, and I can guarantee that I will never lose your items.<br>
|
||||||
|
I'm glad to see you here. If you have anything you want to deposit, leave it with me.<br>
|
||||||
|
<center>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Private Warehouse</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 2">Clan Warehouse</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/g_cube_warehouse001.htm"><font color="LEVEL">Wondrous Cubic</font></Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</center>
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/html/warehouse/34192-1.htm
vendored
Normal file
7
trunk/dist/game/data/html/warehouse/34192-1.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html><body>Warehouse Keeper Fouette:<br>
|
||||||
|
<center>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositP">Deposit an item. (Private Warehouse)</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawP">Withdraw an item. (Private Warehouse)</Button><br>
|
||||||
|
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Return</Button>
|
||||||
|
</center>
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/html/warehouse/34192-2.htm
vendored
Normal file
7
trunk/dist/game/data/html/warehouse/34192-2.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html><body>Warehouse Keeper Fouette:<br>
|
||||||
|
<center>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositC" msg="1039">Deposit an item. (Clan Warehouse)</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawC">Withdraw an item. (Clan Warehouse)</Button><br>
|
||||||
|
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Return</Button>
|
||||||
|
</center>
|
||||||
|
</body></html>
|
11
trunk/dist/game/data/html/warehouse/34192.htm
vendored
Normal file
11
trunk/dist/game/data/html/warehouse/34192.htm
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<html><body>Warehouse Keeper Fouette:<br>
|
||||||
|
Nice to meet you. I was worried when they told me to come here, underground, but it's very pleasant.<br>
|
||||||
|
It's not very known, but I'm sure it will become popular amongst travelers soon. Hahaha.<br>
|
||||||
|
If you're not busy, you should stop by the tavern. Tell Settlen that I sent you there!<br>
|
||||||
|
<center>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Private Warehouse</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 2">Clan Warehouse</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/g_cube_warehouse001.htm"><font color="LEVEL">Wondrous Cubic</font></Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</center>
|
||||||
|
</body></html>
|
7
trunk/dist/game/data/instancenames.xml
vendored
7
trunk/dist/game/data/instancenames.xml
vendored
@ -257,5 +257,10 @@
|
|||||||
<instance id="255" name="Chamber of Prophecies" />
|
<instance id="255" name="Chamber of Prophecies" />
|
||||||
<instance id="256" name="Infernal Kamaloka" />
|
<instance id="256" name="Infernal Kamaloka" />
|
||||||
<instance id="257" name="Lunatic Kamaloka" />
|
<instance id="257" name="Lunatic Kamaloka" />
|
||||||
<instance id="258" name="Nightmare 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" />
|
||||||
|
<instance id="262" name="Mystic Tavern" />
|
||||||
|
<instance id="263" name="Mystic Tavern" />
|
||||||
</list>
|
</list>
|
168
trunk/dist/game/data/multisell/3348501.xml
vendored
Normal file
168
trunk/dist/game/data/multisell/3348501.xml
vendored
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>33485</npc> <!-- Andy -->
|
||||||
|
</npcs>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Alligator Island -->
|
||||||
|
<production count="1" id="37025" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Outlaw Forest -->
|
||||||
|
<production count="1" id="37026" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sea of Spores -->
|
||||||
|
<production count="1" id="37027" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forsaken Plains -->
|
||||||
|
<production count="1" id="37028" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Fields Of Massacre -->
|
||||||
|
<production count="1" id="37029" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Swamp Of Screams -->
|
||||||
|
<production count="1" id="37030" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forest Of Dead -->
|
||||||
|
<production count="1" id="37031" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Wall of Argos -->
|
||||||
|
<production count="1" id="37032" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Varka Sillenos Barracks -->
|
||||||
|
<production count="1" id="37034" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Ketra Orc Outpost -->
|
||||||
|
<production count="1" id="37035" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Den Of Evil -->
|
||||||
|
<production count="1" id="37036" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sel Mahum Training Grounds -->
|
||||||
|
<production count="1" id="37037" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Plains of the Lizardmen -->
|
||||||
|
<production count="1" id="37038" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Silence -->
|
||||||
|
<production count="1" id="37039" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Whispers -->
|
||||||
|
<production count="1" id="37040" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot D-Grade -->
|
||||||
|
<production count="252" id="1463" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot C-Grade -->
|
||||||
|
<production count="160" id="21847" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot B-Grade -->
|
||||||
|
<production count="71" id="21848" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot A-Grade -->
|
||||||
|
<production count="44" id="21849" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot S-Grade -->
|
||||||
|
<production count="35" id="21850" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot D-Grade -->
|
||||||
|
<production count="162" id="21852" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot C-Grade -->
|
||||||
|
<production count="108" id="21853" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot B-Grade -->
|
||||||
|
<production count="19" id="21854" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot A-Grade -->
|
||||||
|
<production count="16" id="21855" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot S-Grade -->
|
||||||
|
<production count="13" id="21856" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Firecracker -->
|
||||||
|
<production count="10" id="13268" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Large Firecracker -->
|
||||||
|
<production count="5" id="13269" />
|
||||||
|
</item>
|
||||||
|
</list>
|
168
trunk/dist/game/data/multisell/3348601.xml
vendored
Normal file
168
trunk/dist/game/data/multisell/3348601.xml
vendored
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>33486</npc> <!-- Bacon -->
|
||||||
|
</npcs>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Alligator Island -->
|
||||||
|
<production count="1" id="37025" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Outlaw Forest -->
|
||||||
|
<production count="1" id="37026" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sea of Spores -->
|
||||||
|
<production count="1" id="37027" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forsaken Plains -->
|
||||||
|
<production count="1" id="37028" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Fields Of Massacre -->
|
||||||
|
<production count="1" id="37029" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Swamp Of Screams -->
|
||||||
|
<production count="1" id="37030" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forest Of Dead -->
|
||||||
|
<production count="1" id="37031" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Wall of Argos -->
|
||||||
|
<production count="1" id="37032" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Varka Sillenos Barracks -->
|
||||||
|
<production count="1" id="37034" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Ketra Orc Outpost -->
|
||||||
|
<production count="1" id="37035" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Den Of Evil -->
|
||||||
|
<production count="1" id="37036" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sel Mahum Training Grounds -->
|
||||||
|
<production count="1" id="37037" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Plains of the Lizardmen -->
|
||||||
|
<production count="1" id="37038" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Silence -->
|
||||||
|
<production count="1" id="37039" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Whispers -->
|
||||||
|
<production count="1" id="37040" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot D-Grade -->
|
||||||
|
<production count="252" id="1463" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot C-Grade -->
|
||||||
|
<production count="160" id="21847" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot B-Grade -->
|
||||||
|
<production count="71" id="21848" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot A-Grade -->
|
||||||
|
<production count="44" id="21849" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot S-Grade -->
|
||||||
|
<production count="35" id="21850" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot D-Grade -->
|
||||||
|
<production count="162" id="21852" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot C-Grade -->
|
||||||
|
<production count="108" id="21853" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot B-Grade -->
|
||||||
|
<production count="19" id="21854" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot A-Grade -->
|
||||||
|
<production count="16" id="21855" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot S-Grade -->
|
||||||
|
<production count="13" id="21856" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Firecracker -->
|
||||||
|
<production count="10" id="13268" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Large Firecracker -->
|
||||||
|
<production count="5" id="13269" />
|
||||||
|
</item>
|
||||||
|
</list>
|
168
trunk/dist/game/data/multisell/3385801.xml
vendored
Normal file
168
trunk/dist/game/data/multisell/3385801.xml
vendored
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>33858</npc> <!-- Eli -->
|
||||||
|
</npcs>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Alligator Island -->
|
||||||
|
<production count="1" id="37025" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Outlaw Forest -->
|
||||||
|
<production count="1" id="37026" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sea of Spores -->
|
||||||
|
<production count="1" id="37027" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forsaken Plains -->
|
||||||
|
<production count="1" id="37028" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Fields Of Massacre -->
|
||||||
|
<production count="1" id="37029" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Swamp Of Screams -->
|
||||||
|
<production count="1" id="37030" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forest Of Dead -->
|
||||||
|
<production count="1" id="37031" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Wall of Argos -->
|
||||||
|
<production count="1" id="37032" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Varka Sillenos Barracks -->
|
||||||
|
<production count="1" id="37034" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Ketra Orc Outpost -->
|
||||||
|
<production count="1" id="37035" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Den Of Evil -->
|
||||||
|
<production count="1" id="37036" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sel Mahum Training Grounds -->
|
||||||
|
<production count="1" id="37037" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Plains of the Lizardmen -->
|
||||||
|
<production count="1" id="37038" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Silence -->
|
||||||
|
<production count="1" id="37039" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Whispers -->
|
||||||
|
<production count="1" id="37040" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot D-Grade -->
|
||||||
|
<production count="252" id="1463" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot C-Grade -->
|
||||||
|
<production count="160" id="21847" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot B-Grade -->
|
||||||
|
<production count="71" id="21848" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot A-Grade -->
|
||||||
|
<production count="44" id="21849" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot S-Grade -->
|
||||||
|
<production count="35" id="21850" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot D-Grade -->
|
||||||
|
<production count="162" id="21852" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot C-Grade -->
|
||||||
|
<production count="108" id="21853" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot B-Grade -->
|
||||||
|
<production count="19" id="21854" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot A-Grade -->
|
||||||
|
<production count="16" id="21855" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot S-Grade -->
|
||||||
|
<production count="13" id="21856" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Firecracker -->
|
||||||
|
<production count="10" id="13268" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Large Firecracker -->
|
||||||
|
<production count="5" id="13269" />
|
||||||
|
</item>
|
||||||
|
</list>
|
168
trunk/dist/game/data/multisell/3385901.xml
vendored
Normal file
168
trunk/dist/game/data/multisell/3385901.xml
vendored
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>33859</npc> <!-- Iason -->
|
||||||
|
</npcs>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Alligator Island -->
|
||||||
|
<production count="1" id="37025" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Outlaw Forest -->
|
||||||
|
<production count="1" id="37026" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sea of Spores -->
|
||||||
|
<production count="1" id="37027" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forsaken Plains -->
|
||||||
|
<production count="1" id="37028" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Fields Of Massacre -->
|
||||||
|
<production count="1" id="37029" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Swamp Of Screams -->
|
||||||
|
<production count="1" id="37030" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forest Of Dead -->
|
||||||
|
<production count="1" id="37031" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Wall of Argos -->
|
||||||
|
<production count="1" id="37032" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Varka Sillenos Barracks -->
|
||||||
|
<production count="1" id="37034" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Ketra Orc Outpost -->
|
||||||
|
<production count="1" id="37035" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Den Of Evil -->
|
||||||
|
<production count="1" id="37036" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sel Mahum Training Grounds -->
|
||||||
|
<production count="1" id="37037" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Plains of the Lizardmen -->
|
||||||
|
<production count="1" id="37038" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Silence -->
|
||||||
|
<production count="1" id="37039" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Whispers -->
|
||||||
|
<production count="1" id="37040" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot D-Grade -->
|
||||||
|
<production count="252" id="1463" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot C-Grade -->
|
||||||
|
<production count="160" id="21847" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot B-Grade -->
|
||||||
|
<production count="71" id="21848" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot A-Grade -->
|
||||||
|
<production count="44" id="21849" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot S-Grade -->
|
||||||
|
<production count="35" id="21850" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot D-Grade -->
|
||||||
|
<production count="162" id="21852" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot C-Grade -->
|
||||||
|
<production count="108" id="21853" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot B-Grade -->
|
||||||
|
<production count="19" id="21854" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot A-Grade -->
|
||||||
|
<production count="16" id="21855" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot S-Grade -->
|
||||||
|
<production count="13" id="21856" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Firecracker -->
|
||||||
|
<production count="10" id="13268" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Large Firecracker -->
|
||||||
|
<production count="5" id="13269" />
|
||||||
|
</item>
|
||||||
|
</list>
|
168
trunk/dist/game/data/multisell/3386001.xml
vendored
Normal file
168
trunk/dist/game/data/multisell/3386001.xml
vendored
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>33860</npc> <!-- Enron -->
|
||||||
|
</npcs>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Alligator Island -->
|
||||||
|
<production count="1" id="37025" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Outlaw Forest -->
|
||||||
|
<production count="1" id="37026" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sea of Spores -->
|
||||||
|
<production count="1" id="37027" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forsaken Plains -->
|
||||||
|
<production count="1" id="37028" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Fields Of Massacre -->
|
||||||
|
<production count="1" id="37029" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Swamp Of Screams -->
|
||||||
|
<production count="1" id="37030" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forest Of Dead -->
|
||||||
|
<production count="1" id="37031" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Wall of Argos -->
|
||||||
|
<production count="1" id="37032" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Varka Sillenos Barracks -->
|
||||||
|
<production count="1" id="37034" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Ketra Orc Outpost -->
|
||||||
|
<production count="1" id="37035" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Den Of Evil -->
|
||||||
|
<production count="1" id="37036" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sel Mahum Training Grounds -->
|
||||||
|
<production count="1" id="37037" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Plains of the Lizardmen -->
|
||||||
|
<production count="1" id="37038" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Silence -->
|
||||||
|
<production count="1" id="37039" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Whispers -->
|
||||||
|
<production count="1" id="37040" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot D-Grade -->
|
||||||
|
<production count="252" id="1463" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot C-Grade -->
|
||||||
|
<production count="160" id="21847" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot B-Grade -->
|
||||||
|
<production count="71" id="21848" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot A-Grade -->
|
||||||
|
<production count="44" id="21849" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot S-Grade -->
|
||||||
|
<production count="35" id="21850" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot D-Grade -->
|
||||||
|
<production count="162" id="21852" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot C-Grade -->
|
||||||
|
<production count="108" id="21853" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot B-Grade -->
|
||||||
|
<production count="19" id="21854" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot A-Grade -->
|
||||||
|
<production count="16" id="21855" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot S-Grade -->
|
||||||
|
<production count="13" id="21856" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Firecracker -->
|
||||||
|
<production count="10" id="13268" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Large Firecracker -->
|
||||||
|
<production count="5" id="13269" />
|
||||||
|
</item>
|
||||||
|
</list>
|
168
trunk/dist/game/data/multisell/3386201.xml
vendored
Normal file
168
trunk/dist/game/data/multisell/3386201.xml
vendored
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>33862</npc> <!-- Kelios -->
|
||||||
|
</npcs>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Alligator Island -->
|
||||||
|
<production count="1" id="37025" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Outlaw Forest -->
|
||||||
|
<production count="1" id="37026" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sea of Spores -->
|
||||||
|
<production count="1" id="37027" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forsaken Plains -->
|
||||||
|
<production count="1" id="37028" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Fields Of Massacre -->
|
||||||
|
<production count="1" id="37029" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Swamp Of Screams -->
|
||||||
|
<production count="1" id="37030" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forest Of Dead -->
|
||||||
|
<production count="1" id="37031" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Wall of Argos -->
|
||||||
|
<production count="1" id="37032" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Varka Sillenos Barracks -->
|
||||||
|
<production count="1" id="37034" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Ketra Orc Outpost -->
|
||||||
|
<production count="1" id="37035" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Den Of Evil -->
|
||||||
|
<production count="1" id="37036" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sel Mahum Training Grounds -->
|
||||||
|
<production count="1" id="37037" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Plains of the Lizardmen -->
|
||||||
|
<production count="1" id="37038" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Silence -->
|
||||||
|
<production count="1" id="37039" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Whispers -->
|
||||||
|
<production count="1" id="37040" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot D-Grade -->
|
||||||
|
<production count="252" id="1463" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot C-Grade -->
|
||||||
|
<production count="160" id="21847" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot B-Grade -->
|
||||||
|
<production count="71" id="21848" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot A-Grade -->
|
||||||
|
<production count="44" id="21849" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot S-Grade -->
|
||||||
|
<production count="35" id="21850" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot D-Grade -->
|
||||||
|
<production count="162" id="21852" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot C-Grade -->
|
||||||
|
<production count="108" id="21853" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot B-Grade -->
|
||||||
|
<production count="19" id="21854" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot A-Grade -->
|
||||||
|
<production count="16" id="21855" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot S-Grade -->
|
||||||
|
<production count="13" id="21856" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Firecracker -->
|
||||||
|
<production count="10" id="13268" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Large Firecracker -->
|
||||||
|
<production count="5" id="13269" />
|
||||||
|
</item>
|
||||||
|
</list>
|
168
trunk/dist/game/data/multisell/3386301.xml
vendored
Normal file
168
trunk/dist/game/data/multisell/3386301.xml
vendored
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>33863</npc> <!-- Leo -->
|
||||||
|
</npcs>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Alligator Island -->
|
||||||
|
<production count="1" id="37025" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Outlaw Forest -->
|
||||||
|
<production count="1" id="37026" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sea of Spores -->
|
||||||
|
<production count="1" id="37027" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forsaken Plains -->
|
||||||
|
<production count="1" id="37028" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Fields Of Massacre -->
|
||||||
|
<production count="1" id="37029" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Swamp Of Screams -->
|
||||||
|
<production count="1" id="37030" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forest Of Dead -->
|
||||||
|
<production count="1" id="37031" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Wall of Argos -->
|
||||||
|
<production count="1" id="37032" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Varka Sillenos Barracks -->
|
||||||
|
<production count="1" id="37034" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Ketra Orc Outpost -->
|
||||||
|
<production count="1" id="37035" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Den Of Evil -->
|
||||||
|
<production count="1" id="37036" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sel Mahum Training Grounds -->
|
||||||
|
<production count="1" id="37037" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Plains of the Lizardmen -->
|
||||||
|
<production count="1" id="37038" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Silence -->
|
||||||
|
<production count="1" id="37039" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Whispers -->
|
||||||
|
<production count="1" id="37040" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot D-Grade -->
|
||||||
|
<production count="252" id="1463" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot C-Grade -->
|
||||||
|
<production count="160" id="21847" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot B-Grade -->
|
||||||
|
<production count="71" id="21848" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot A-Grade -->
|
||||||
|
<production count="44" id="21849" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot S-Grade -->
|
||||||
|
<production count="35" id="21850" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot D-Grade -->
|
||||||
|
<production count="162" id="21852" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot C-Grade -->
|
||||||
|
<production count="108" id="21853" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot B-Grade -->
|
||||||
|
<production count="19" id="21854" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot A-Grade -->
|
||||||
|
<production count="16" id="21855" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot S-Grade -->
|
||||||
|
<production count="13" id="21856" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Firecracker -->
|
||||||
|
<production count="10" id="13268" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Large Firecracker -->
|
||||||
|
<production count="5" id="13269" />
|
||||||
|
</item>
|
||||||
|
</list>
|
168
trunk/dist/game/data/multisell/3386501.xml
vendored
Normal file
168
trunk/dist/game/data/multisell/3386501.xml
vendored
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>33865</npc> <!-- Eblune -->
|
||||||
|
</npcs>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Alligator Island -->
|
||||||
|
<production count="1" id="37025" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Outlaw Forest -->
|
||||||
|
<production count="1" id="37026" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sea of Spores -->
|
||||||
|
<production count="1" id="37027" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forsaken Plains -->
|
||||||
|
<production count="1" id="37028" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Fields Of Massacre -->
|
||||||
|
<production count="1" id="37029" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Swamp Of Screams -->
|
||||||
|
<production count="1" id="37030" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forest Of Dead -->
|
||||||
|
<production count="1" id="37031" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Wall of Argos -->
|
||||||
|
<production count="1" id="37032" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Varka Sillenos Barracks -->
|
||||||
|
<production count="1" id="37034" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Ketra Orc Outpost -->
|
||||||
|
<production count="1" id="37035" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Den Of Evil -->
|
||||||
|
<production count="1" id="37036" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sel Mahum Training Grounds -->
|
||||||
|
<production count="1" id="37037" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Plains of the Lizardmen -->
|
||||||
|
<production count="1" id="37038" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Silence -->
|
||||||
|
<production count="1" id="37039" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Whispers -->
|
||||||
|
<production count="1" id="37040" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot D-Grade -->
|
||||||
|
<production count="252" id="1463" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot C-Grade -->
|
||||||
|
<production count="160" id="21847" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot B-Grade -->
|
||||||
|
<production count="71" id="21848" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot A-Grade -->
|
||||||
|
<production count="44" id="21849" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot S-Grade -->
|
||||||
|
<production count="35" id="21850" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot D-Grade -->
|
||||||
|
<production count="162" id="21852" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot C-Grade -->
|
||||||
|
<production count="108" id="21853" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot B-Grade -->
|
||||||
|
<production count="19" id="21854" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot A-Grade -->
|
||||||
|
<production count="16" id="21855" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot S-Grade -->
|
||||||
|
<production count="13" id="21856" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Firecracker -->
|
||||||
|
<production count="10" id="13268" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Large Firecracker -->
|
||||||
|
<production count="5" id="13269" />
|
||||||
|
</item>
|
||||||
|
</list>
|
168
trunk/dist/game/data/multisell/3386601.xml
vendored
Normal file
168
trunk/dist/game/data/multisell/3386601.xml
vendored
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>33866</npc> <!-- Novain -->
|
||||||
|
</npcs>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Alligator Island -->
|
||||||
|
<production count="1" id="37025" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Outlaw Forest -->
|
||||||
|
<production count="1" id="37026" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sea of Spores -->
|
||||||
|
<production count="1" id="37027" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forsaken Plains -->
|
||||||
|
<production count="1" id="37028" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Fields Of Massacre -->
|
||||||
|
<production count="1" id="37029" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Swamp Of Screams -->
|
||||||
|
<production count="1" id="37030" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Forest Of Dead -->
|
||||||
|
<production count="1" id="37031" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Wall of Argos -->
|
||||||
|
<production count="1" id="37032" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Varka Sillenos Barracks -->
|
||||||
|
<production count="1" id="37034" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Ketra Orc Outpost -->
|
||||||
|
<production count="1" id="37035" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Den Of Evil -->
|
||||||
|
<production count="1" id="37036" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Sel Mahum Training Grounds -->
|
||||||
|
<production count="1" id="37037" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Plains of the Lizardmen -->
|
||||||
|
<production count="1" id="37038" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Silence -->
|
||||||
|
<production count="1" id="37039" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="50" id="37045" />
|
||||||
|
<!-- Scroll Escape: Field Of Whispers -->
|
||||||
|
<production count="1" id="37040" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot D-Grade -->
|
||||||
|
<production count="252" id="1463" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot C-Grade -->
|
||||||
|
<production count="160" id="21847" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot B-Grade -->
|
||||||
|
<production count="71" id="21848" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot A-Grade -->
|
||||||
|
<production count="44" id="21849" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Soulshot S-Grade -->
|
||||||
|
<production count="35" id="21850" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot D-Grade -->
|
||||||
|
<production count="162" id="21852" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot C-Grade -->
|
||||||
|
<production count="108" id="21853" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot B-Grade -->
|
||||||
|
<production count="19" id="21854" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot A-Grade -->
|
||||||
|
<production count="16" id="21855" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Mysterious Blessed Spiritshot S-Grade -->
|
||||||
|
<production count="13" id="21856" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Firecracker -->
|
||||||
|
<production count="10" id="13268" />
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<!-- Steel Door Guild Coins -->
|
||||||
|
<ingredient count="1" id="37045" />
|
||||||
|
<!-- Grain Kain's Large Firecracker -->
|
||||||
|
<production count="5" id="13269" />
|
||||||
|
</item>
|
||||||
|
</list>
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user