forked from TrinityCore/TrinityCore
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DB/Gameobject: Blackrock Depths Midsummer Fire Festival spawns
closes TrinityCore#30525 by Foldor1
- Loading branch information
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
-- | ||
SET @OGUID := 93939; -- Need 60 | ||
SET @EVENT := 1; | ||
|
||
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+59; | ||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES | ||
(@OGUID+0, 181388, 230, 1584, 1584, 1, 1, 813.79742431640625, -173.237197875976562, -48.8575973510742187, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+1, 181393, 230, 1584, 1584, 1, 1, 813.86322021484375, -161.558303833007812, -45.3045234680175781, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 7200, 255, 1, 55262), -- Hanging, Tall/Thin, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+2, 181388, 230, 1584, 1584, 1, 1, 814.4091796875, -163.350357055664062, -48.8337898254394531, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+3, 181388, 230, 1584, 1584, 1, 1, 817.587646484375, -180.069839477539062, -48.8832054138183593, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+4, 181388, 230, 1584, 1584, 1, 1, 821.51080322265625, -165.189788818359375, -48.8584213256835937, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+5, 181388, 230, 1584, 1584, 1, 1, 821.517333984375, -174.794845581054687, -48.8382034301757812, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+6, 181388, 230, 1584, 1584, 1, 1, 825.64508056640625, -172.155960083007812, -48.8906478881835937, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+7, 181393, 230, 1584, 1584, 1, 1, 831.00372314453125, -151.674484252929687, -45.2715301513671875, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 7200, 255, 1, 55262), -- Hanging, Tall/Thin, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+8, 181388, 230, 1584, 1584, 1, 1, 830.051025390625, -154.908187866210937, -48.8724784851074218, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+9, 181388, 230, 1584, 1584, 1, 1, 830.65447998046875, -163.977706909179687, -48.8799667358398437, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+10, 181388, 230, 1584, 1584, 1, 1, 824.186279296875, -181.402633666992187, -48.8682975769042968, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+11, 181393, 230, 1584, 1584, 1, 1, 839.2431640625, -146.911148071289062, -45.1783866882324218, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 7200, 255, 1, 55262), -- Hanging, Tall/Thin, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+12, 181388, 230, 1584, 1584, 1, 1, 838.3072509765625, -151.834442138671875, -48.8711280822753906, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+13, 181388, 230, 1584, 1584, 1, 1, 845.77923583984375, -147.699447631835937, -48.8352317810058593, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+14, 181355, 230, 1584, 1584, 1, 1, 848.40118408203125, -146.280960083007812, -48.0858535766601562, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 7200, 255, 1, 55262), -- Standing, Exterior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+15, 181393, 230, 1584, 1584, 1, 1, 825.04437255859375, -196.507476806640625, -45.1789016723632812, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 7200, 255, 1, 55262), -- Hanging, Tall/Thin, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+16, 181355, 230, 1584, 1584, 1, 1, 855.560791015625, -142.067169189453125, -48.0872077941894531, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 7200, 255, 1, 55262), -- Standing, Exterior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+17, 181393, 230, 1584, 1584, 1, 1, 861.327392578125, -134.148818969726562, -45.1275825500488281, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 7200, 255, 1, 55262), -- Hanging, Tall/Thin, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+18, 181388, 230, 1584, 1584, 1, 1, 859.0894775390625, -139.844696044921875, -48.8765220642089843, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+19, 181393, 230, 1584, 1584, 1, 1, 860.12847900390625, -134.8443603515625, -45.1895942687988281, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 7200, 255, 1, 55262), -- Hanging, Tall/Thin, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+20, 181388, 230, 1584, 1584, 1, 1, 842.66400146484375, -190.0352783203125, -48.9150581359863281, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+21, 181393, 230, 1584, 1584, 1, 1, 868.75506591796875, -129.855484008789062, -45.1952095031738281, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 7200, 255, 1, 55262), -- Hanging, Tall/Thin, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+22, 181393, 230, 1584, 1584, 1, 1, 867.6173095703125, -130.514495849609375, -45.225494384765625, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 7200, 255, 1, 55262), -- Hanging, Tall/Thin, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+23, 181388, 230, 1584, 1584, 1, 1, 866.95819091796875, -144.804336547851562, -48.8856277465820312, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+24, 181388, 230, 1584, 1584, 1, 1, 868.82647705078125, -132.47650146484375, -48.8573799133300781, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+25, 181388, 230, 1584, 1584, 1, 1, 859.877197265625, -164.822097778320312, -48.8167572021484375, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+26, 181388, 230, 1584, 1584, 1, 1, 874.01025390625, -140.8642578125, -48.8708381652832031, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+27, 181388, 230, 1584, 1584, 1, 1, 858.850830078125, -172.606338500976562, -48.8477973937988281, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+28, 181393, 230, 1584, 1584, 1, 1, 838.52777099609375, -216.232437133789062, -40.4565963745117187, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 7200, 255, 1, 55262), -- Hanging, Tall/Thin, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+29, 181388, 230, 1584, 1584, 1, 1, 869.12408447265625, -163.900482177734375, -48.863983154296875, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+30, 181388, 230, 1584, 1584, 1, 1, 876.23687744140625, -144.416824340820312, -48.8697128295898437, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+31, 181355, 230, 1584, 1584, 1, 1, 879.82562255859375, -145.934921264648437, -49.7594146728515625, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 7200, 255, 1, 55262), -- Standing, Exterior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+32, 181393, 230, 1584, 1584, 1, 1, 880.23974609375, -144.10186767578125, -45.7563362121582031, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 7200, 255, 1, 55262), -- Hanging, Tall/Thin, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+33, 181393, 230, 1584, 1584, 1, 1, 850.86859130859375, -209.101882934570312, -40.4154052734375, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 7200, 255, 1, 55262), -- Hanging, Tall/Thin, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+34, 181388, 230, 1584, 1584, 1, 1, 866.53594970703125, -176.090911865234375, -48.8597908020019531, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+35, 181388, 230, 1584, 1584, 1, 1, 852.69146728515625, -206.595291137695312, -42.8749275207519531, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+36, 181392, 230, 1584, 1584, 1, 1, 838.7147216796875, -222.66021728515625, -37.0061607360839843, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 7200, 255, 1, 55262), -- Hanging, Streamer - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+37, 181388, 230, 1584, 1584, 1, 1, 857.49957275390625, -201.502288818359375, -42.8255538940429687, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+38, 181388, 230, 1584, 1584, 1, 1, 878.63201904296875, -161.084808349609375, -48.8503570556640625, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+39, 181355, 230, 1584, 1584, 1, 1, 886.7518310546875, -156.676010131835937, -49.7605171203613281, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 7200, 255, 1, 55262), -- Standing, Exterior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+40, 181355, 230, 1584, 1584, 1, 1, 874.26885986328125, -182.293807983398437, -43.7037086486816406, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 7200, 255, 1, 55262), -- Standing, Exterior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+41, 181388, 230, 1584, 1584, 1, 1, 877.284912109375, -169.196365356445312, -48.8408546447753906, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+42, 181388, 230, 1584, 1584, 1, 1, 863.470703125, -196.907791137695312, -42.7922248840332031, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+43, 181388, 230, 1584, 1584, 1, 1, 884.7393798828125, -164.978225708007812, -48.8521690368652343, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+44, 181401, 230, 1584, 1584, 1, 1, 843.09368896484375, -229.72198486328125, -36.9932708740234375, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 7200, 255, 1, 55262), -- Hanging, Streamer x3 - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+45, 181392, 230, 1584, 1584, 1, 1, 848.7298583984375, -234.750701904296875, -37.2758712768554687, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 7200, 255, 1, 55262), -- Hanging, Streamer - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+46, 181401, 230, 1584, 1584, 1, 1, 855.3809814453125, -230.789016723632812, -37.2526893615722656, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 7200, 255, 1, 55262), -- Hanging, Streamer x3 - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+47, 181392, 230, 1584, 1584, 1, 1, 862.14080810546875, -226.75653076171875, -37.2087326049804687, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 7200, 255, 1, 55262), -- Hanging, Streamer - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+48, 181393, 230, 1584, 1584, 1, 1, 888.09454345703125, -157.4302978515625, -45.9000625610351562, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 7200, 255, 1, 55262), -- Hanging, Tall/Thin, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+49, 181355, 230, 1584, 1584, 1, 1, 870.17364501953125, -219.478271484375, -43.703704833984375, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 7200, 255, 1, 55262), -- Standing, Exterior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+50, 181388, 230, 1584, 1584, 1, 1, 891.04571533203125, -170.570388793945312, -42.8331985473632812, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+51, 181401, 230, 1584, 1584, 1, 1, 892.45867919921875, -168.13189697265625, -37.2256965637207031, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 7200, 255, 1, 55262), -- Hanging, Streamer x3 - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+52, 181401, 230, 1584, 1584, 1, 1, 876.1754150390625, -218.1158447265625, -37.5497932434082031, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 7200, 255, 1, 55262), -- Hanging, Streamer x3 - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+53, 181401, 230, 1584, 1584, 1, 1, 886.67987060546875, -212.390411376953125, -37.4664421081542968, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 7200, 255, 1, 55262), -- Hanging, Streamer x3 - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+54, 181388, 230, 1584, 1584, 1, 1, 893.2525634765625, -198.249710083007812, -42.8702888488769531, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+55, 181401, 230, 1584, 1584, 1, 1, 898.56494140625, -178.46807861328125, -37.0914573669433593, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 7200, 255, 1, 55262), -- Hanging, Streamer x3 - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+56, 181388, 230, 1584, 1584, 1, 1, 896.01025390625, -202.805862426757812, -42.86553955078125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 55262), -- Standing, Interior, Medium - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+57, 181401, 230, 1584, 1584, 1, 1, 897.0703125, -206.644729614257812, -37.4958915710449218, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 7200, 255, 1, 55262), -- Hanging, Streamer x3 - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+58, 181392, 230, 1584, 1584, 1, 1, 907.94866943359375, -200.629318237304687, -37.4735183715820312, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 7200, 255, 1, 55262), -- Hanging, Streamer - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
(@OGUID+59, 181392, 230, 1584, 1584, 1, 1, 904.153076171875, -202.728240966796875, -37.4635429382324218, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 7200, 255, 1, 55262); -- Hanging, Streamer - MFF (Area: Blackrock Depths - Difficulty: 1) CreateObject1 | ||
|
||
DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+59 AND `eventEntry`=@EVENT; | ||
INSERT INTO `game_event_gameobject` SELECT @EVENT, gameobject.guid FROM `gameobject` WHERE gameobject.guid BETWEEN @OGUID+0 AND @OGUID+59; |