Ruins of Despair spawns.

Contributed by Stayway.
This commit is contained in:
MobiusDev 2015-08-17 14:09:58 +00:00
parent 6adc6e051f
commit 62b84c9ab9
10 changed files with 372 additions and 7 deletions

View File

@ -1560,6 +1560,7 @@
<!-- Ruins of Agony - Guard 1--> <!-- Ruins of Agony - Guard 1-->
<route name="Ruins_Ag_1" repeat="true" repeatStyle="back"> <route name="Ruins_Ag_1" repeat="true" repeatStyle="back">
<target id="33426" spawnX="-40201" spawnY="123705" spawnZ="-2893" /> <target id="33426" spawnX="-40201" spawnY="123705" spawnZ="-2893" />
<point X="-40201" Y="123705" Z="-2893" delay="0" run="false" />
<point X="-40228" Y="123544" Z="-2895" delay="0" run="false" /> <point X="-40228" Y="123544" Z="-2895" delay="0" run="false" />
<point X="-40859" Y="123467" Z="-2894" delay="0" run="false" /> <point X="-40859" Y="123467" Z="-2894" delay="0" run="false" />
<point X="-41010" Y="123405" Z="-2896" delay="0" run="false" /> <point X="-41010" Y="123405" Z="-2896" delay="0" run="false" />
@ -1573,6 +1574,7 @@
<!-- Ruins of Agony - Guard 2 --> <!-- Ruins of Agony - Guard 2 -->
<route name="Ruins_Ag_2" repeat="true" repeatStyle="back"> <route name="Ruins_Ag_2" repeat="true" repeatStyle="back">
<target id="33426" spawnX="-42542" spawnY="120294" spawnZ="-3480" /> <target id="33426" spawnX="-42542" spawnY="120294" spawnZ="-3480" />
<point X="-42542" Y="120294" Z="-3480" delay="0" run="false" />
<point X="-42426" Y="120370" Z="-3465" delay="0" run="false" /> <point X="-42426" Y="120370" Z="-3465" delay="0" run="false" />
<point X="-42343" Y="120603" Z="-3421" delay="0" run="false" /> <point X="-42343" Y="120603" Z="-3421" delay="0" run="false" />
<point X="-42300" Y="121020" Z="-3332" delay="0" run="false" /> <point X="-42300" Y="121020" Z="-3332" delay="0" run="false" />
@ -1583,4 +1585,27 @@
<point X="-41808" Y="123410" Z="-2915" delay="0" run="false" /> <point X="-41808" Y="123410" Z="-2915" delay="0" run="false" />
<point X="-42228" Y="123707" Z="-2886" delay="0" run="false" /> <point X="-42228" Y="123707" Z="-2886" delay="0" run="false" />
</route> </route>
<!-- Ruins of Despair - Guard 1 -->
<route name="Ruins_Des_1" repeat="true" repeatStyle="back">
<target id="33426" spawnX="-18959" spawnY="137150" spawnZ="-3762" />
<point X="-18959" Y="137150" Z="-3762" delay="0" run="false" />
<point X="-19061" Y="137123" Z="-3762" delay="0" run="false" />
<point X="-19171" Y="137123" Z="-3762" delay="0" run="false" />
<point X="-20034" Y="137511" Z="-3893" delay="0" run="false" />
<point X="-20191" Y="137621" Z="-3887" delay="0" run="false" />
<point X="-20493" Y="137755" Z="-3897" delay="0" run="false" />
</route>
<!-- Ruins of Despair - Guard 2 -->
<route name="Ruins_Des_2" repeat="true" repeatStyle="back">
<target id="33426" spawnX="-20886" spawnY="136647" spawnZ="-3897" />
<point X="-20886" Y="136647" Z="-3897" delay="0" run="false" />
<point X="-20604" Y="136563" Z="-3897" delay="0" run="false" />
<point X="-20452" Y="136428" Z="-3897" delay="0" run="false" />
<point X="-20428" Y="136274" Z="-3897" delay="0" run="false" />
<point X="-20624" Y="136025" Z="-3897" delay="0" run="false" />
<point X="-20688" Y="135505" Z="-3897" delay="0" run="false" />
<point X="-20294" Y="134709" Z="-3898" 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" />
</route>
</routes> </routes>

View File

@ -0,0 +1,4 @@
<html><body>Guard Silvan:<br>
Please tell me you are to relieve me... it's been two -- no, three days since I last slept...<br>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -0,0 +1,4 @@
<html><body>Guard Lef:<br>
I don't mean to brag, but I think that the soldiers who were sent after Sakum are the most skilled Elite Soldiers in all Gludio.<br>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -0,0 +1,4 @@
<html><body>Teleport Device:<br>
This is the Ruins of Despair in Gludio territory.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_goto 3319009">Move to the Town of Gludio</Button>
</body></html>

View File

@ -250,7 +250,7 @@
</skill_list> </skill_list>
<shots shotChance="30" spiritChance="30" /> <shots shotChance="30" spiritChance="30" />
<ex_crt_effect>false</ex_crt_effect> <ex_crt_effect>false</ex_crt_effect>
<ai aggroRange="500" clanHelpRange="300"> <ai aggroRange="500" clanHelpRange="300" isAggressive="true">
<clan_list> <clan_list>
<clan>BUGBEAR</clan> <clan>BUGBEAR</clan>
</clan_list> </clan_list>
@ -3497,7 +3497,7 @@
</skill_list> </skill_list>
<shots shotChance="30" spiritChance="30" /> <shots shotChance="30" spiritChance="30" />
<ex_crt_effect>false</ex_crt_effect> <ex_crt_effect>false</ex_crt_effect>
<ai aggroRange="500" clanHelpRange="300"> <ai aggroRange="500" clanHelpRange="300" isAggressive="true">
<clan_list> <clan_list>
<clan>ALL</clan> <clan>ALL</clan>
</clan_list> </clan_list>

View File

@ -644,7 +644,7 @@
</skill_list> </skill_list>
<shots shotChance="30" spiritChance="30" /> <shots shotChance="30" spiritChance="30" />
<ex_crt_effect>false</ex_crt_effect> <ex_crt_effect>false</ex_crt_effect>
<ai aggroRange="500" clanHelpRange="300"> <ai aggroRange="500" clanHelpRange="300" isAggressive="true">
<clan_list> <clan_list>
<clan>DEMONIC</clan> <clan>DEMONIC</clan>
</clan_list> </clan_list>

View File

@ -1978,7 +1978,7 @@
<height normal="25" /> <height normal="25" />
</collision> </collision>
</npc> </npc>
<npc id="33086" level="85" type="L2Npc" name="Teleport Device"> <npc id="33086" level="85" type="L2Teleporter" name="Teleport Device">
<!-- Source http://l2i-god.gaikotsu.ru/ (Lindvior) --> <!-- Source http://l2i-god.gaikotsu.ru/ (Lindvior) -->
<race>ETC</race> <race>ETC</race>
<stats> <!-- str="88" int="79" dex="55" wit="78" con="82" men="78" --> <stats> <!-- str="88" int="79" dex="55" wit="78" con="82" men="78" -->

View File

@ -1874,7 +1874,7 @@
<height normal="25" /> <height normal="25" />
</collision> </collision>
</npc> </npc>
<npc id="33178" level="85" type="L2Npc" name="Silvan" title="Guard"> <npc id="33178" level="85" type="L2Guard" name="Silvan" title="Guard">
<!-- Source http://l2i-god.gaikotsu.ru/ (Lindvior) --> <!-- Source http://l2i-god.gaikotsu.ru/ (Lindvior) -->
<race>HUMAN</race> <race>HUMAN</race>
<stats> <!-- str="88" int="79" dex="55" wit="78" con="82" men="78" --> <stats> <!-- str="88" int="79" dex="55" wit="78" con="82" men="78" -->

View File

@ -250,7 +250,7 @@
<height normal="25" /> <height normal="25" />
</collision> </collision>
</npc> </npc>
<npc id="33510" level="85" type="L2Npc" name="Lef" title="Guard"> <npc id="33510" level="85" type="L2Guard" name="Lef" title="Guard">
<race>HUMAN</race> <race>HUMAN</race>
<stats> <!-- str="88" int="79" dex="55" wit="78" con="82" men="78" --> <stats> <!-- str="88" int="79" dex="55" wit="78" con="82" men="78" -->

View File

@ -55306,4 +55306,332 @@ INSERT INTO `spawnlist` VALUES
('Ruins of Agony', 1, 20062, -39457, 110504, -3321, 0, 0, 51190, 60, 0, 0, 0); ('Ruins of Agony', 1, 20062, -39457, 110504, -3321, 0, 0, 51190, 60, 0, 0, 0);
-- Kanilov -- Kanilov
INSERT INTO `spawnlist` VALUES INSERT INTO `spawnlist` VALUES
('Ruin of Agony', 1, 27451, -46240, 115673, -3542, 0, 0, 47573, 60, 0, 0, 0); ('Ruins of Agony', 1, 27451, -46240, 115673, -3542, 0, 0, 47573, 60, 0, 0, 0);
-- Ruins of Despair
DELETE FROM `spawnlist` WHERE npc_templateid=20507;
DELETE FROM `spawnlist` WHERE npc_templateid=20457;
DELETE FROM `spawnlist` WHERE npc_templateid=20458;
DELETE FROM `spawnlist` WHERE npc_templateid=20401;
DELETE FROM `spawnlist` WHERE npc_templateid=20505;
DELETE FROM `spawnlist` WHERE npc_templateid=20515;
DELETE FROM `spawnlist` WHERE npc_templateid=20514;
-- Zombie Lord Crowl (RB)
DELETE FROM `spawnlist` WHERE npc_templateid=25149;
-- Flame Salamander
DELETE FROM `spawnlist` WHERE npc_templateid=30411;
-- Skeleton Warrior
INSERT INTO `spawnlist` VALUES
('Ruins of Despair', 1, 23022, -22295, 142189, -3841, 0, 0, 44802, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -22281, 141829, -3840, 0, 0, 62821, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -22159, 142496, -3840, 0, 0, 39545, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -22121, 142170, -3840, 0, 0, 64401, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -22102, 143431, -3862, 0, 0, 12496, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -21726, 140020, -3840, 0, 0, 36320, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -21635, 144056, -3821, 0, 0, 63145, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -21280, 150869, -3007, 0, 0, 28229, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -21203, 141053, -3876, 0, 0, 42419, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -21089, 145820, -3754, 0, 0, 20827, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -20981, 145582, -3754, 0, 0, 19057, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -20959, 141377, -3850, 0, 0, 41957, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -20824, 144983, -3767, 0, 0, 11444, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -20809, 140548, -3852, 0, 0, 56062, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -20809, 144274, -3821, 0, 0, 5934, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -20542, 150622, -3005, 0, 0, 38318, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -20536, 144854, -3814, 0, 0, 11795, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -20339, 144326, -3835, 0, 0, 24795, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -20185, 145285, -3789, 0, 0, 4103, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -20148, 150854, -2996, 0, 0, 20773, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -19714, 143934, -3821, 0, 0, 54506, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -19588, 139364, -3857, 0, 0, 14095, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -19385, 139927, -3854, 0, 0, 12774, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -19236, 144419, -3823, 0, 0, 43219, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -19184, 140434, -3849, 0, 0, 32336, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -18992, 145183, -3795, 0, 0, 55764, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -18483, 140405, -3889, 0, 0, 13486, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -17929, 148862, -3238, 0, 0, 18176, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -17862, 148476, -3330, 0, 0, 10552, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -17467, 149343, -3142, 0, 0, 8402, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -17415, 139896, -3876, 0, 0, 25263, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -17304, 142112, -3898, 0, 0, 62503, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -16993, 139558, -3870, 0, 0, 11234, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -16945, 142694, -3909, 0, 0, 11175, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -16473, 140887, -3876, 0, 0, 26757, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -16433, 139694, -3876, 0, 0, 2484, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -16019, 140592, -3869, 0, 0, 21207, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -15851, 140255, -3850, 0, 0, 8000, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -14564, 141089, -3802, 0, 0, 37534, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -14553, 139967, -3801, 0, 0, 64785, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -14398, 143959, -3616, 0, 0, 52076, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -14145, 141295, -3863, 0, 0, 33904, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -14039, 144409, -3603, 0, 0, 29347, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -13912, 140253, -3799, 0, 0, 9640, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -13422, 145145, -3603, 0, 0, 24237, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -13417, 144068, -3608, 0, 0, 26561, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -13123, 142562, -3690, 0, 0, 4632, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -13041, 143876, -3609, 0, 0, 30601, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -12961, 142199, -3690, 0, 0, 58393, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -12518, 143152, -3692, 0, 0, 30601, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -11820, 142141, -3690, 0, 0, 17627, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -11805, 140622, -3698, 0, 0, 46432, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -11746, 141523, -3698, 0, 0, 23471, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -11487, 142819, -3686, 0, 0, 11622, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -11357, 139914, -3690, 0, 0, 55036, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -11302, 143057, -3670, 0, 0, 9492, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -10919, 141429, -3668, 0, 0, 23471, 60, 0, 0, 0),
('Ruins of Despair', 1, 23022, -8815, 141346, -3659, 0, 0, 52366, 60, 0, 0, 0);
-- Ruin Bat
INSERT INTO `spawnlist` VALUES
('Ruins of Despair', 1, 23023, -20748, 144651, -3821, 0, 0, 18832, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -20297, 143895, -3837, 0, 0, 39051, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -19586, 144384, -3819, 0, 0, 46589, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -19408, 145094, -3822, 0, 0, 59458, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -18628, 145616, -3754, 0, 0, 34100, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -18470, 145589, -3754, 0, 0, 32608, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -17562, 145535, -3808, 0, 0, 34836, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -17286, 140131, -3876, 0, 0, 11147, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -16334, 145271, -3695, 0, 0, 23163, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -16307, 140482, -3878, 0, 0, 3590, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -15105, 144342, -3667, 0, 0, 20636, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -14880, 143821, -3675, 0, 0, 29755, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -14790, 145050, -3664, 0, 0, 12017, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -14418, 145162, -3603, 0, 0, 3050, 60, 0, 0, 0),
('Ruins of Despair', 1, 23023, -13592, 144696, -3603, 0, 0, 36196, 60, 0, 0, 0);
-- Ruin Imp
INSERT INTO `spawnlist` VALUES
('Ruins of Despair', 1, 20506, -26014, 147776, -3356, 0, 0, 23357, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -25777, 147476, -3343, 0, 0, 35949, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -25620, 148673, -3301, 0, 0, 27886, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -25609, 149985, -3119, 0, 0, 46699, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -25517, 150369, -3113, 0, 0, 31676, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -25345, 148534, -3291, 0, 0, 6960, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -25316, 147420, -3354, 0, 0, 32303, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -24321, 148357, -3308, 0, 0, 40296, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -24179, 149981, -3037, 0, 0, 6894, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -23987, 148651, -3275, 0, 0, 19646, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -23683, 150213, -3034, 0, 0, 4563, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -23239, 147532, -3420, 0, 0, 59668, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -23200, 150374, -3053, 0, 0, 3355, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -23176, 148636, -3257, 0, 0, 31970, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -22641, 148595, -3288, 0, 0, 27620, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -22605, 142131, -3840, 0, 0, 39472, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -22480, 141882, -3840, 0, 0, 54004, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -22394, 142289, -3840, 0, 0, 33434, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -22039, 140005, -3840, 0, 0, 33267, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -21968, 150008, -3046, 0, 0, 2273, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -21608, 150267, -3031, 0, 0, 6504, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -21562, 148389, -3362, 0, 0, 24935, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -21509, 148790, -3305, 0, 0, 25003, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -21344, 148638, -3354, 0, 0, 4248, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -21252, 140188, -3840, 0, 0, 39292, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -21202, 148053, -3437, 0, 0, 32171, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -21178, 144038, -3821, 0, 0, 65125, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -20927, 144782, -3808, 0, 0, 26178, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -20794, 141577, -3841, 0, 0, 28879, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -20765, 148028, -3430, 0, 0, 35799, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -20732, 146144, -3754, 0, 0, 7686, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -20584, 150366, -3022, 0, 0, 4569, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -20544, 145136, -3769, 0, 0, 15786, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -20541, 140020, -3821, 0, 0, 54051, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -20453, 143950, -3831, 0, 0, 46081, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -20280, 141376, -3841, 0, 0, 21823, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -20121, 150308, -3016, 0, 0, 64236, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -20081, 141238, -3840, 0, 0, 8095, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -19987, 140866, -3841, 0, 0, 26469, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -19791, 148187, -3384, 0, 0, 37846, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -19626, 140617, -3844, 0, 0, 28673, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -19610, 144180, -3821, 0, 0, 38699, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -19545, 150236, -3006, 0, 0, 64238, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -19485, 148349, -3371, 0, 0, 41788, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -19427, 138828, -3892, 0, 0, 11328, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -19178, 145436, -3773, 0, 0, 60713, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -18879, 144882, -3814, 0, 0, 5151, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -18634, 140021, -3891, 0, 0, 1298, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -18368, 139672, -3876, 0, 0, 55944, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -18122, 145681, -3758, 0, 0, 36015, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -18021, 145343, -3761, 0, 0, 45170, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -17823, 138636, -3847, 0, 0, 63553, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -17206, 140088, -3876, 0, 0, 40489, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -16731, 140522, -3876, 0, 0, 42734, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -16392, 139391, -3876, 0, 0, 54969, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -16161, 139611, -3858, 0, 0, 61069, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -15153, 145130, -3690, 0, 0, 9011, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -14283, 140566, -3799, 0, 0, 42587, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -14250, 139752, -3799, 0, 0, 49574, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -14123, 143824, -3625, 0, 0, 60776, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -13956, 142238, -3690, 0, 0, 26181, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -13661, 141382, -3825, 0, 0, 642, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -13519, 140748, -3789, 0, 0, 62477, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -13487, 141895, -3711, 0, 0, 19941, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -13334, 144784, -3603, 0, 0, 59660, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -13092, 142382, -3690, 0, 0, 38131, 60, 0, 0, 0),
('Ruins of Despair', 1, 20506, -12830, 142530, -3690, 0, 0, 11394, 60, 0, 0, 0);
-- Ruin Imp Elder
INSERT INTO `spawnlist` VALUES
('Ruins of Despair', 1, 20507, -26213, 147628, -3351, 0, 0, 39437, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -24917, 150306, -3088, 0, 0, 40003, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -24717, 147709, -3352, 0, 0, 43720, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -24491, 148103, -3315, 0, 0, 42999, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -24371, 150760, -3068, 0, 0, 37371, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -23628, 151111, -3055, 0, 0, 22347, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -23488, 147689, -3402, 0, 0, 46294, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -23406, 150766, -3072, 0, 0, 21430, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -23325, 148269, -3294, 0, 0, 45129, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -20958, 150336, -3022, 0, 0, 63020, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -20424, 148130, -3414, 0, 0, 53279, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -19956, 148237, -3383, 0, 0, 29699, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -18961, 150088, -3033, 0, 0, 62947, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -18757, 149692, -3057, 0, 0, 54113, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -18333, 145619, -3754, 0, 0, 25213, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -17909, 145622, -3781, 0, 0, 30205, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -17891, 145241, -3780, 0, 0, 50899, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -16955, 145657, -3769, 0, 0, 13065, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -16916, 142928, -3909, 0, 0, 14545, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -16257, 142946, -3716, 0, 0, 63109, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -15469, 144760, -3690, 0, 0, 42376, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -14123, 145383, -3603, 0, 0, 22925, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -13614, 143898, -3623, 0, 0, 40194, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -13526, 144529, -3603, 0, 0, 14938, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -12839, 145034, -3603, 0, 0, 64877, 60, 0, 0, 0),
('Ruins of Despair', 1, 20507, -12571, 143080, -3692, 0, 0, 41553, 60, 0, 0, 0);
-- Poslof
INSERT INTO `spawnlist` VALUES
('Ruins of Despair', 1, 27452, -17596, 143145, -3892, 0, 0, 47429, 60, 0, 0, 0);
-- Zombie Warrior
INSERT INTO `spawnlist` VALUES
('Ruins of Despair', 1, 20458, -26093, 147355, -3347, 0, 0, 53471, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -25609, 148326, -3315, 0, 0, 10892, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -25488, 147567, -3340, 0, 0, 25391, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -25429, 149820, -3094, 0, 0, 57797, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -24967, 150083, -3077, 0, 0, 6533, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -24255, 150154, -3056, 0, 0, 3952, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -23878, 148314, -3311, 0, 0, 25298, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -23712, 150624, -3068, 0, 0, 7441, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -23356, 147843, -3360, 0, 0, 29060, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -22115, 150340, -3046, 0, 0, 39419, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -21872, 148481, -3293, 0, 0, 23164, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -21561, 148072, -3405, 0, 0, 30975, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -21257, 150191, -3016, 0, 0, 49558, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -21070, 150704, -3017, 0, 0, 7115, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -21002, 147975, -3441, 0, 0, 36023, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -20783, 148296, -3390, 0, 0, 41558, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -20545, 148563, -3362, 0, 0, 29939, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -20286, 148491, -3368, 0, 0, 34392, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -19329, 148532, -3367, 0, 0, 20013, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -19156, 148055, -3399, 0, 0, 22650, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -18074, 148417, -3341, 0, 0, 36314, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -17737, 147782, -3544, 0, 0, 46693, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -17557, 147416, -3660, 0, 0, 53919, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -17336, 148969, -3228, 0, 0, 15910, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -17115, 147467, -3675, 0, 0, 3123, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -16931, 148763, -3309, 0, 0, 19452, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -16652, 147913, -3560, 0, 0, 7996, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -12589, 138749, -3646, 0, 0, 48817, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -12524, 138880, -3653, 0, 0, 32497, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -12419, 139198, -3656, 0, 0, 22250, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -12413, 138606, -3619, 0, 0, 58419, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -12301, 139224, -3656, 0, 0, 40153, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -12175, 139458, -3654, 0, 0, 7944, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -12105, 138993, -3653, 0, 0, 9372, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -11884, 139889, -3664, 0, 0, 19667, 60, 0, 0, 0),
('Ruins of Despair', 1, 20458, -11786, 139588, -3655, 0, 0, 3364, 60, 0, 0, 0);
-- Veelan Bugbear Warrior
INSERT INTO `spawnlist` VALUES
('Ruins of Despair', 1, 20402, -25218, 150371, -3102, 0, 0, 24765, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -24957, 147404, -3340, 0, 0, 42198, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -24741, 149911, -3061, 0, 0, 35682, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -23922, 150146, -3034, 0, 0, 42636, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -21720, 150587, -3033, 0, 0, 25387, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -21631, 150898, -3000, 0, 0, 13476, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -21584, 149888, -3037, 0, 0, 48405, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -21456, 148717, -3327, 0, 0, 12512, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -21379, 148326, -3395, 0, 0, 51180, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -20772, 148538, -3364, 0, 0, 15910, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -20741, 147948, -3437, 0, 0, 53091, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -20441, 148156, -3410, 0, 0, 6364, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -20037, 150606, -3006, 0, 0, 27688, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -19974, 148540, -3369, 0, 0, 17002, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -19359, 150247, -3010, 0, 0, 24423, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -19056, 149935, -3049, 0, 0, 25649, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -17615, 148290, -3401, 0, 0, 45052, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -17394, 148823, -3262, 0, 0, 29419, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -17109, 147133, -3692, 0, 0, 10857, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -16923, 148166, -3498, 0, 0, 19126, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -16828, 147813, -3603, 0, 0, 12296, 60, 0, 0, 0),
('Ruins of Despair', 1, 20402, -16600, 148559, -3326, 0, 0, 9208, 60, 0, 0, 0);
-- Scavenger Bat
INSERT INTO `spawnlist` VALUES
('Ruins of Despair', 1, 20411, -22008, 144143, -3821, 0, 0, 13889, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -21950, 142391, -3840, 0, 0, 36748, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -21723, 142315, -3841, 0, 0, 3644, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -21494, 142574, -3840, 0, 0, 42589, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -21083, 141818, -3840, 0, 0, 21129, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -20835, 141311, -3847, 0, 0, 38208, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -20528, 139816, -3824, 0, 0, 30828, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -20518, 140809, -3876, 0, 0, 9585, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -20431, 146485, -3753, 0, 0, 8841, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -20219, 141665, -3840, 0, 0, 20292, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -20141, 139924, -3844, 0, 0, 2838, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -19985, 141070, -3840, 0, 0, 11417, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -19965, 146663, -3734, 0, 0, 3805, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -19801, 145353, -3795, 0, 0, 1828, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -19731, 146019, -3754, 0, 0, 50099, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -18845, 145488, -3760, 0, 0, 38326, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -18301, 145658, -3754, 0, 0, 4043, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -17665, 142220, -3909, 0, 0, 46534, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -17076, 139599, -3862, 0, 0, 32370, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -17031, 142052, -3889, 0, 0, 63279, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -16998, 140391, -3876, 0, 0, 6861, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -16904, 139805, -3868, 0, 0, 29665, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -16897, 143240, -3909, 0, 0, 14111, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -16208, 140775, -3875, 0, 0, 6133, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -15730, 139779, -3816, 0, 0, 52004, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -13954, 140597, -3800, 0, 0, 17651, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -13798, 144327, -3605, 0, 0, 39430, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -13707, 145063, -3603, 0, 0, 14551, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -13455, 142328, -3690, 0, 0, 39171, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -13361, 141540, -3784, 0, 0, 5056, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -11543, 141075, -3698, 0, 0, 18540, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -11507, 141368, -3698, 0, 0, 46919, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -11435, 140750, -3697, 0, 0, 62545, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -11317, 142242, -3683, 0, 0, 29274, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -10822, 143040, -3664, 0, 0, 9637, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -10570, 141982, -3668, 0, 0, 23785, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -10436, 143466, -3635, 0, 0, 8705, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -10295, 140510, -3668, 0, 0, 33054, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -9992, 141309, -3667, 0, 0, 23185, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -9935, 143779, -3608, 0, 0, 5824, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -9584, 143180, -3579, 0, 0, 54218, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -9515, 142142, -3626, 0, 0, 27638, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -9467, 140835, -3668, 0, 0, 40028, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -9029, 141201, -3663, 0, 0, 44488, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -8913, 143834, -3509, 0, 0, 7683, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -8702, 141883, -3600, 0, 0, 44032, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -8415, 142884, -3422, 0, 0, 45057, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -7713, 144794, -3575, 0, 0, 36507, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -6875, 145108, -3594, 0, 0, 36027, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -6689, 144433, -3565, 0, 0, 57413, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -6095, 145360, -3606, 0, 0, 36024, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -5649, 144735, -3600, 0, 0, 2186, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -4927, 145799, -3632, 0, 0, 44637, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -4825, 144483, -3613, 0, 0, 62440, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -4659, 145857, -3644, 0, 0, 11595, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -4244, 145753, -3656, 0, 0, 49981, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -3824, 144720, -3665, 0, 0, 13496, 60, 0, 0, 0),
('Ruins of Despair', 1, 20411, -3418, 145063, -3665, 0, 0, 7316, 60, 0, 0, 0);
-- Guards
INSERT INTO `spawnlist` VALUES
('Ruins of Despair', 1, 33426, -20886, 136647, -3897, 0, 0, 58824, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -20823, 136908, -3897, 0, 0, 2365, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -20792, 136437, -3897, 0, 0, 0, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -20752, 136365, -3897, 0, 0, 5448, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -20719, 136856, -3897, 0, 0, 21592, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -20556, 137261, -3897, 0, 0, 65298, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -20523, 137327, -3897, 0, 0, 55710, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -20506, 137214, -3897, 0, 0, 5208, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -20459, 137218, -3897, 0, 0, 12266, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -19995, 137087, -3889, 0, 0, 4836, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -18959, 137150, -3762, 0, 0, 33289, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -18939, 136819, -3761, 0, 0, 17976, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -18871, 137022, -3760, 0, 0, 25521, 60, 0, 0, 0),
('Ruins of Despair', 1, 33426, -18853, 136973, -3763, 0, 0, 11934, 60, 0, 0, 0);