Addition of some missing spawns.

Contributed by Stayway.
This commit is contained in:
MobiusDev 2015-10-28 21:56:42 +00:00
parent 5e44cf45a0
commit 7e28c0dc0f
2 changed files with 31 additions and 0 deletions

View File

@ -55799,10 +55799,38 @@ INSERT INTO `spawnlist` VALUES
('Fields of Massacre', 1, 19470, 180441, -16480, -2238, 0, 0, 46498, 60, 0, 0, 0),
('Fields of Massacre', 1, 19470, 180493, -16280, -2238, 0, 0, 14734, 60, 0, 0, 0),
('Fields of Massacre', 1, 19470, 180601, -16687, -2238, 0, 0, 16516, 60, 0, 0, 0);
-- Life Energy Repository
INSERT INTO `spawnlist` VALUES
('', 1, 33962, 178079, -14583, -2467, 0, 0, 26634, 30, 0, 0, 0);
-- Separated Soul
DELETE FROM `spawnlist` WHERE `npc_templateid` = 32870 AND `locx` = 73306 AND `locy` = 118423 AND `locz` = -3704;
-- Gilmore
DELETE FROM `spawnlist` WHERE `npc_templateid` = 30754 AND `locx` = 73211 AND `locy` = 118492 AND `locz` = -3696;
-- Rombel
DELETE FROM spawnlist WHERE (npc_templateid = 30487);
-- Janseen
DELETE FROM spawnlist WHERE (npc_templateid = 30484);
-- Janssen
INSERT INTO `spawnlist` VALUES
('Cruma Tower', 1, 30484, 17662, 114752, -11691, 0, 0, 15086, 60, 0, 0, 0);
-- Rombel
INSERT INTO `spawnlist` VALUES
('Cruma Tower', 1, 30487, 17787, 114753, -11691, 0, 0, 13828, 60, 0, 0, 0);
-- Teleport Device
INSERT INTO `spawnlist` VALUES
('Wastelands', 1, 33073, -24984, 188641, -3982, 0, 0, 19739, 60, 0, 0, 0);
-- Silvan
INSERT INTO `spawnlist` VALUES
('Ruins of Despair', 1, 33178, -19273, 136919, -3761, 0, 0, 26298, 60, 0, 0, 0);
-- Teleport Device
INSERT INTO `spawnlist` VALUES
('Ruins of Despair', 1, 33086, -19114, 136815, -3763, 0, 0, 54431, 60, 0, 0, 0);
-- Theodric
INSERT INTO `spawnlist` VALUES
('Entrance Antharas lair', 1, 30755, 129958, 115257, -3793, 0, 0, 44928, 60, 0, 0, 0);
-- Kyuori
INSERT INTO `spawnlist` VALUES
('TOI', 1, 33358, 114351, 13297, -5100, 0, 0, 15835, 60, 0, 0, 0);

View File

@ -1092,6 +1092,9 @@ INSERT INTO `teleport` VALUES
INSERT INTO `teleport` VALUES
('Windmill Hill -> Gludio', '3319009', '-14557', '123809', '-3104', '0', '0', '57');
-- 3rd Floor Cruma Tower
UPDATE `teleport` SET `Description`='Cruma Tower 2nd floor -> Cruma Tower 3rd floor',`loc_x`=17720,`loc_y`=114863,`loc_z`=-11710 WHERE id=24;
-- Gracia
INSERT INTO `teleport` VALUES ('HellfireTeleport1', 990001, -147856, 250651, -14024, 0, 0, 57);
INSERT INTO `teleport` VALUES ('HellfireTeleport2', 990002, -147728, 152787, -14048, 0, 0, 57);