-Dropped Javolution.
-Removal of Q00344_1000YearsTheEndOfLamentation. -Fixed starting conditions for Q00144_PailakaInjuredDragon. -Fixed starting conditions for last Seven Sign quests. -Added missing MonasteryOfSilence.xml instance spawns and doors. -Removed many catacomb spawns.
This commit is contained in:
24
trunk/dist/tools/sql/game/spawnlist.sql
vendored
24
trunk/dist/tools/sql/game/spawnlist.sql
vendored
@@ -42273,6 +42273,30 @@ DELETE FROM `spawnlist` WHERE (npc_templateid='20151' AND locx='-106766' AND loc
|
||||
-- Remove old Altar Npcs
|
||||
DELETE FROM spawnlist WHERE npc_templateid in(4324, 4325, 4327, 4328);
|
||||
|
||||
-- Remove Catacomb Ziggurats
|
||||
DELETE FROM spawnlist WHERE npc_templateid in(
|
||||
31095, 31096, 31097, 31098, 31099, 31100, 31101,
|
||||
31102, 31103, 31104, 31105, 31106, 31107, 31108,
|
||||
31109, 31110, 31114, 31115, 31116, 31117, 31118,
|
||||
31119, 31120, 31121, 31122, 31123, 31124, 31125);
|
||||
|
||||
-- Remove Catacomb Monsters
|
||||
DELETE FROM spawnlist WHERE npc_templateid in(
|
||||
21144, 21156, 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, 21161, 21204, 21183, 21162, 21205, 21184,
|
||||
21181, 21158, 21202, 21200, 21179, 21201, 21180,
|
||||
21198, 21166, 21154, 21155, 21174, 21195, 21148,
|
||||
21187, 21188, 21167, 21185, 21206, 21163, 21165,
|
||||
21207, 21186, 21164, 21157, 21182, 21203, 21159,
|
||||
21176, 21197, 21177, 21153, 21178, 21199, 21152,
|
||||
21194, 21173, 21151, 21150, 21169, 21190, 21192,
|
||||
21143, 21171, 21145, 21172, 21146, 21193, 21170, 21191);
|
||||
|
||||
-- TI NPC Walkers
|
||||
INSERT INTO `spawnlist` VALUES ('OldManAndBoy', '1', '33578', '-113894', '257318', '-1131', '0', '0', '58997', '0', '0', '0', '0');
|
||||
INSERT INTO `spawnlist` VALUES ('Hera', '1', '33208', '-114263', '257326', '-1131', '0', '0', '58070', '0', '0', '0', '0');
|
||||
|
Reference in New Issue
Block a user