A few more Dragon Valley spawn updates.
Contributed by Stayway.
This commit is contained in:
11
trunk/dist/tools/sql/game/spawnlist.sql
vendored
11
trunk/dist/tools/sql/game/spawnlist.sql
vendored
@@ -53977,6 +53977,13 @@ INSERT INTO `spawnlist` VALUES
|
|||||||
INSERT INTO `spawnlist` VALUES
|
INSERT INTO `spawnlist` VALUES
|
||||||
('', 1, 30004, -109718, 237573, -2965, 0, 0, 62980, 60, 0, 0, 0);
|
('', 1, 30004, -109718, 237573, -2965, 0, 0, 62980, 60, 0, 0, 0);
|
||||||
|
|
||||||
|
-- Dragon Valley
|
||||||
|
DELETE FROM spawnlist WHERE (npc_templateid = 32865);
|
||||||
|
DELETE FROM spawnlist WHERE (npc_templateid = 31045);
|
||||||
|
DELETE FROM spawnlist WHERE (npc_templateid = 32890);
|
||||||
|
DELETE FROM spawnlist WHERE (npc_templateid = 32866);
|
||||||
|
DELETE FROM spawnlist WHERE (npc_templateid = 32891);
|
||||||
|
DELETE FROM spawnlist WHERE (npc_templateid = 30755);
|
||||||
-- Mesmer Dragon
|
-- Mesmer Dragon
|
||||||
INSERT INTO `spawnlist` VALUES
|
INSERT INTO `spawnlist` VALUES
|
||||||
('Dragon Valley', 1, 23423, 74358, 117850, -3743, 0, 0, 22908, 60, 0, 0, 1),
|
('Dragon Valley', 1, 23423, 74358, 117850, -3743, 0, 0, 22908, 60, 0, 0, 1),
|
||||||
@@ -54495,3 +54502,7 @@ INSERT INTO `spawnlist` VALUES
|
|||||||
('Dragon Valley', 1, 23426, 125267, 110925, -3121, 0, 0, 12757, 60, 0, 0, 1),
|
('Dragon Valley', 1, 23426, 125267, 110925, -3121, 0, 0, 12757, 60, 0, 0, 1),
|
||||||
('Dragon Valley', 1, 23426, 125614, 112086, -3229, 0, 0, 34481, 60, 0, 0, 1),
|
('Dragon Valley', 1, 23426, 125614, 112086, -3229, 0, 0, 34481, 60, 0, 0, 1),
|
||||||
('Dragon Valley', 1, 23426, 125656, 111286, -3114, 0, 0, 40988, 60, 0, 0, 1);
|
('Dragon Valley', 1, 23426, 125656, 111286, -3114, 0, 0, 40988, 60, 0, 0, 1);
|
||||||
|
-- Separeted Soul
|
||||||
|
UPDATE `spawnlist` SET `locx`=129887, `locy`=115296 ,`locz`=-3794 WHERE `npc_templateid`=32867;
|
||||||
|
INSERT INTO `spawnlist` VALUES
|
||||||
|
('Dragon Valley', 1, 33971, 129951, 113707, -3745, 0, 0, 15899, 60, 0, 0, 0);
|
||||||
|
Reference in New Issue
Block a user