Wastelands NPCs.
Contributed by Stayway.
This commit is contained in:
10
trunk/dist/tools/sql/game/raidboss_spawnlist.sql
vendored
10
trunk/dist/tools/sql/game/raidboss_spawnlist.sql
vendored
@ -359,3 +359,13 @@ INSERT IGNORE INTO `raidboss_spawnlist` (`boss_id`,`loc_x`,`loc_y`,`loc_z`,`head
|
||||
(25930, 16086, -119455, -880, 7324, 8000, 0, 3271103, 5116283),
|
||||
(25931, 16318, -119300, -872, 40015, 8000, 0, 3271103, 5116283);
|
||||
|
||||
-- Wastelands
|
||||
-- Ragraman
|
||||
REPLACE INTO `raidboss_spawnlist` (`boss_id`, `amount`, `loc_x`, `loc_y`, `loc_z`, `heading`, `respawn_delay`, `respawn_random`, `respawn_time`, `currentHp`, `currentMp`) VALUES
|
||||
(25169, 1, -54464, 172151, -3633, 0, 129600, 86400, 0, '175403', '473');
|
||||
-- Rose
|
||||
INSERT INTO `raidboss_spawnlist` (`boss_id`, `amount`, `loc_x`, `loc_y`, `loc_z`, `heading`, `respawn_delay`, `respawn_random`, `respawn_time`, `currentHp`, `currentMp`) VALUES
|
||||
(25870, 1, -30013, 168759, -3862, 26591, 129600, 86400, 0, '517915', '517915');
|
||||
-- Thorn
|
||||
INSERT INTO `raidboss_spawnlist` (`boss_id`, `amount`, `loc_x`, `loc_y`, `loc_z`, `heading`, `respawn_delay`, `respawn_random`, `respawn_time`, `currentHp`, `currentMp`) VALUES
|
||||
(25871, 1, -27329, 182826, -3639, 24935, 129600, 86400, 0, '517915', '517915');
|
||||
|
43
trunk/dist/tools/sql/game/spawnlist.sql
vendored
43
trunk/dist/tools/sql/game/spawnlist.sql
vendored
@ -49732,3 +49732,46 @@ INSERT INTO `spawnlist` VALUES ('20_14', '1', '33839', '14731', '-120358', '-111
|
||||
-- Teleport Device Wasteland (Entrance)
|
||||
INSERT INTO `spawnlist` (`location`, `count`, `npc_templateid`, `locx`, `locy`, `locz`, `randomx`, `randomy`, `heading`, `respawn_delay`, `respawn_random`, `loc_id`, `periodOfDay`) VALUES
|
||||
('Wasteland', 1, 33072, -16365, 208927, -3664, 0, 0, 15805, 60, 0, 0, 0);
|
||||
|
||||
-- Wastelands
|
||||
-- Guards Passive
|
||||
INSERT INTO `spawnlist` (`location`, `count`, `npc_templateid`, `locx`, `locy`, `locz`, `randomx`, `randomy`, `heading`, `respawn_delay`, `respawn_random`, `loc_id`, `periodOfDay`) VALUES
|
||||
('Wastelands', 1, 33425, -16869, 207774, -3647, 0, 0, 1129, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33425, -16838, 208396, -3649, 0, 0, 58757, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33425, -16823, 207724, -3653, 0, 0, 25873, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33425, -16801, 207781, -3653, 0, 0, 44727, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33425, -16788, 208345, -3643, 0, 0, 5344, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33425, -16708, 208338, -3643, 0, 0, 30566, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33425, -15797, 208674, -3665, 0, 0, 64703, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33425, -15747, 208597, -3665, 0, 0, 8191, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33425, -15670, 208667, -3665, 0, 0, 35981, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33425, -15595, 208900, -3665, 0, 0, 63739, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33425, -15548, 208831, -3665, 0, 0, 18879, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33425, -15532, 208953, -3665, 0, 0, 50019, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33425, -15471, 208881, -3665, 0, 0, 18259, 60, 0, 0, 0);
|
||||
-- Guard Commander
|
||||
INSERT INTO `spawnlist` (`location`, `count`, `npc_templateid`, `locx`, `locy`, `locz`, `randomx`, `randomy`, `heading`, `respawn_delay`, `respawn_random`, `loc_id`, `periodOfDay`) VALUES
|
||||
('Wastelands', 1, 33426, -16352, 209624, -3665, 0, 0, 11730, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33426, -16250, 208083, -3665, 0, 0, 12587, 60, 0, 0, 0);
|
||||
-- Trainning
|
||||
INSERT INTO `spawnlist` (`location`, `count`, `npc_templateid`, `locx`, `locy`, `locz`, `randomx`, `randomy`, `heading`, `respawn_delay`, `respawn_random`, `loc_id`, `periodOfDay`) VALUES
|
||||
('Wastelands', 1, 33427, -16464, 209770, -3665, 0, 0, 42020, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16388, 209751, -3665, 0, 0, 46835, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16307, 209719, -3665, 0, 0, 46786, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16271, 208207, -3665, 0, 0, 45183, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16247, 208280, -3664, 0, 0, 46249, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16240, 209695, -3665, 0, 0, 44315, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16214, 208363, -3663, 0, 0, 46596, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16210, 208181, -3665, 0, 0, 45574, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16182, 208261, -3665, 0, 0, 46786, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16175, 209673, -3665, 0, 0, 43893, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16153, 208352, -3665, 0, 0, 46433, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16140, 208155, -3665, 0, 0, 45916, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16115, 208233, -3665, 0, 0, 46061, 60, 0, 0, 0),
|
||||
('Wastelands', 1, 33427, -16086, 208328, -3665, 0, 0, 46191, 60, 0, 0, 0);
|
||||
-- Guard Fred
|
||||
INSERT INTO `spawnlist` (`location`, `count`, `npc_templateid`, `locx`, `locy`, `locz`, `randomx`, `randomy`, `heading`, `respawn_delay`, `respawn_random`, `loc_id`, `periodOfDay`) VALUES
|
||||
('Wastelands', 1, 33179, -16276, 208841, -3664, 0, 0, 36991, 60, 0, 0, 0);
|
||||
-- Renfad
|
||||
INSERT INTO `spawnlist` (`location`, `count`, `npc_templateid`, `locx`, `locy`, `locz`, `randomx`, `randomy`, `heading`, `respawn_delay`, `respawn_random`, `loc_id`, `periodOfDay`) VALUES
|
||||
('Wastelands', 1, 33524, -24569, 188865, -3942, 0, 0, 39437, 0, 0, 0, 0);
|
||||
|
11
trunk/dist/tools/sql/game/teleport.sql
vendored
11
trunk/dist/tools/sql/game/teleport.sql
vendored
@ -1061,6 +1061,13 @@ INSERT INTO `teleport` VALUES ('Hunters Village -> Anghel Waterfall', 3023301, 1
|
||||
INSERT INTO `teleport` VALUES ('Hunters Village -> Anghel Waterfall', 3023302, 172458, 90314, -1984, 0, 1, 57);
|
||||
INSERT INTO `teleport` VALUES ('Hunters Village -> Anghel Waterfall', 3023303, 172458, 90314, -1984, 3150, 1, 57);
|
||||
|
||||
-- Teleport Device to Gludio
|
||||
-- Wastelands
|
||||
INSERT INTO `teleport` (`Description`, `id`, `loc_x`, `loc_y`, `loc_z`, `price`, `fornoble`, `itemId`) VALUES
|
||||
('Wasteland -> Gludio', 3319001, -14567, 123872, -3104, 0, 0, 57);
|
||||
('Wastelands Merchant Entrance', 3319001, -17151, 208992, -3664, 0, 0, 57),
|
||||
('Elder Casian', 3319002, -16832, 194491, -4208, 0, 0, 57),
|
||||
('Ant Nest Entrance', 3319003, -9570, 176327, -4144, 0, 0, 57),
|
||||
('Near Wasteland Basilisk', 3319004, -16415, 174003, -3304, 0, 0, 57),
|
||||
('Gargoyle Lord Sirocco', 3319005, -16516, 182801, -3872, 0, 0, 57),
|
||||
('Ragraman', 3319006, -53027, 172265, -3680, 0, 0, 57),
|
||||
('Iris', 3319007, -31348, 169552, -3840, 0, 0, 57),
|
||||
('Thorn', 3319008, -28460, 183596, -3760, 0, 0, 57);
|
||||
|
Reference in New Issue
Block a user