mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 15:38:19 +08:00
Merge pull request #773 from Grimfeather/add-Besseleth-spawn-locations
add Besseleth spawn locations
This commit is contained in:
@@ -159,11 +159,27 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
-- Vengeful Ancient, entry 4030
|
||||
UPDATE `creature` SET `MovementType` = 1, `Wander_distance` = 5 WHERE `guid` = 51889;
|
||||
|
||||
-- Amarassan(5916), fix waypoints, spawn location and respawn time
|
||||
DELETE FROM `creature` WHERE `id1` = 5916;
|
||||
-- fix waypoints, spawn locations and respawn times
|
||||
DELETE FROM `creature` WHERE `id1` IN (5916, 11921);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`,
|
||||
`spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
|
||||
(51888, 5916, 0, 0, 1, 0, 0, 1, 1, 1, 2413.89, 1675.03, 316.675, 5.08935, 38000, 0, 1, 2070, 732, 2, 0, 0, 0, '', 0, 0, NULL);
|
||||
(51888, 5916, 0, 0, 1, 0, 0, 1, 1, 1, 2413.89, 1675.03, 316.675, 5.08935, 38000, 0, 1, 2070, 732, 2, 0, 0, 0, '', 0, 0, NULL), -- Amarassan
|
||||
--
|
||||
(29447, 11921, 0, 0, 1, 0, 0, 1, 1, 0, 511.902, 708.578, 80.1161, 3.54302, 300, 3, 0, 1563, 0, 1, 0, 0, 0, '', 0, 0, NULL), -- Besseleth
|
||||
(695112, 11921, 0, 0, 1, 0, 0, 1, 1, 0, 511.902, 708.578, 80.1161, 3.54302, 300, 3, 0, 1563, 0, 1, 0, 0, 0, '', 0, 0, NULL), -- more likely to spawn here
|
||||
(695113, 11921, 0, 0, 1, 0, 0, 1, 1, 0, 573.739, 571.18, 79.9735, 4.17277, 300, 0, 0, 1563, 0, 0, 0, 0, 0, '', NULL, 0, NULL), -- https://www.youtube.com/watch?v=vn-4B5U1v1E
|
||||
(695114, 11921, 0, 0, 1, 0, 0, 1, 1, 0, 581.379, 681.811, 78.715, 0.571724, 300, 3, 0, 1563, 0, 1, 0, 0, 0, '', NULL, 0, NULL); -- https://www.youtube.com/watch?v=B3FH62CEvW8
|
||||
|
||||
DELETE FROM `pool_creature` WHERE `pool_entry` IN (601030);
|
||||
INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES
|
||||
(29447, 601030, 0, 'Besseleth'),
|
||||
(695112, 601030, 0, 'Besseleth'),
|
||||
(695113, 601030, 0, 'Besseleth'),
|
||||
(695114, 601030, 0, 'Besseleth');
|
||||
|
||||
DELETE FROM `pool_template` WHERE `entry` IN (601030);
|
||||
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES
|
||||
(601030, 1, 'Besseleth - Stonetalon Mountains');
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` = 51888;
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
|
||||
Reference in New Issue
Block a user