DB Updates
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dh_glide','spell_dh_glide_timer');
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(131347,'spell_dh_glide'),
|
||||
(197154,'spell_dh_glide_timer');
|
||||
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `quest_offer_reward` SET `RewardText`="To'gun was here earlier giving me his report. He should have stayed with you to help!$B$BI sent him back out there to assist Grik'tha. I think they make a cute couple.$B$BSo, these are the soul devices that the Shadow Council were using to enhance their summoning power? They look dangerous to me - maybe the Scryers will know what to do with them?$B$BPlease, take one of these as a reward for crippling the Shadow Council's operation in the labyrinth." WHERE `ID`=10091;
|
||||
@@ -0,0 +1,11 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (48306);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES
|
||||
(48306, 11285, 0, '0', 0, 0, 0, 1194.061, -2310.092, 57.172, 2.902832, 600, 0, 0);
|
||||
|
||||
UPDATE `creature_template` SET `npcflag`=`npcflag`|1, `gossip_menu_id`=3361 WHERE `entry`=11285;
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=11285;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `bytes2`, `auras`) VALUES (11285, 1, "17622");
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID` IN (3361);
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (3361,4117);
|
||||
@@ -0,0 +1,13 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=11936;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=11936 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(11936, 0, 0, 0, 1, 0, 100, 0, 6000, 15000, 60000, 65000, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Artist Renfray - OOC - Say text'),
|
||||
(11936, 0, 1, 0, 20, 0, 100, 0, 5846, 0, 0, 0, 85, 18347, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Artist Renfray - On quest rewarded - Cast Haunted');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=11936;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(11936,0,0,"Are they all...dead?",12,0,100,0,0,0,7274,0,"Artist Renfray"),
|
||||
(11936,0,1,"Is someone there? Tirion my old friend, is that you? have you come to save us?",12,0,100,0,0,0,7273,0,"Artist Renfray"),
|
||||
(11936,0,2,"So dark...",12,0,100,0,0,0,7272,0,"Artist Renfray"),
|
||||
(11936,0,3,"The Sarkhoff's... sometimes the Sarkhoff's visit. They are good people.",12,0,100,0,0,0,7275,0,"Artist Renfray");
|
||||
@@ -0,0 +1,148 @@
|
||||
--
|
||||
UPDATE `gossip_menu_option` SET `OptionText`="May I have it, please.", `OptionBroadcastTextID`=8548 WHERE `MenuID` IN (85, 141, 381, 410, 411, 436,3984,4502,4512,4513,4540,4541,4542,4561,4562,4575,4576,4577,4658,4659,4676,4690,5061,6650) AND `OptionIndex`=4;
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID` IN (85,141,381,410,411,436,3984,4502,4512,4513,4540,4541,4542,4561,4562,4575,4576,4577,4658,4659,4676,4690,5061,6650) AND `TextID`=5996;
|
||||
INSERT INTO `gossip_menu` (`MenuID`,TextID) VALUES (85,5996),(141,5996),(381,5996),(410,5996),(411,5996),(436,5996),(3984,5996),(4502,5996),(4512,5996),(4513,5996),(4540,5996),(4541,5996),(4542,5996),(4561,5996),(4562,5996),(4575,5996),(4576,5996),(4577,5996),(4658,5996),(4659,5996),(4676,5996),(4690,5996),(5061,5996),(6650,5996);
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (85, 141, 381, 410, 411, 436,3984,4502,4512,4513,4540,4541,4542,4561,4562,4575,4576,4577,4658,4659,4676,4690,5061,6650) AND `SourceEntry`=5996;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(14, 85, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 85, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 85, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 85, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 85, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 85, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 141, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 141, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 141, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 141, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 141, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 141, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 381, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 381, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 381, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 381, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 381, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 381, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 410, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 410, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 410, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 410, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 410, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 410, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 411, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 411, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 411, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 411, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 411, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 411, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 436, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 436, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 436, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 436, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 436, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 436, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4502, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4502, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4502, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4502, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4502, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4502, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4512, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4512, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4512, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4512, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4512, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4512, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4513, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4513, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4513, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4513, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4513, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4513, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4540, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4540, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4540, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4540, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4540, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4540, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4541, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4541, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4541, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4541, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4541, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4541, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4542, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4542, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4542, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4542, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4542, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4542, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4561, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4561, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4561, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4561, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4561, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4561, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4562, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4562, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4562, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4562, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4562, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4562, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4575, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4575, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4575, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4575, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4575, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4575, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4576, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4576, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4576, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4576, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4576, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4576, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4577, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4577, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4577, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4577, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4577, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4577, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4658, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4658, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4658, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4658, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4658, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4658, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4659, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4659, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4659, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4659, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4659, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4659, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4676, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4676, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4676, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4676, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4676, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4676, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 4690, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 4690, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 4690, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 4690, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 4690, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 4690, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 5061, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 5061, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 5061, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 5061, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 5061, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 5061, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"),
|
||||
(14, 6650, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"),
|
||||
(14, 6650, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"),
|
||||
(14, 6650, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"),
|
||||
(14, 6650, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"),
|
||||
(14, 6650, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"),
|
||||
(14, 6650, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue");
|
||||
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag` = `npcflag`&~1 WHERE `entry` = 4794;
|
||||
@@ -0,0 +1,16 @@
|
||||
--
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry` IN (11009,11105) AND `Item`=13755;
|
||||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(11009, 13755, 0, 15, 0, 1, 1, 1, 1, ""),
|
||||
(11105, 13755, 0, 20, 0, 1, 1, 1, 1, "");
|
||||
|
||||
DELETE FROM `game_event` WHERE `eventEntry`=78;
|
||||
INSERT INTO `game_event` (`eventEntry`,`start_time`,`end_time`,`occurence`,`length`,`holiday`,`description`,`world_event`, announce) VALUES
|
||||
(78, '2019-03-20 06:00:00', '2019-09-22 05:00:00',525600,262800,0, 'Summer seasonal fish',0,2);
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup` IN (11009,11105) AND `SourceEntry` IN (13755,13756);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(10, 11009, 13756, 0, 0, 12, 0, 78, 0, 0, 0, 0, 0, "", "Raw Summer Bass during Summer seasonal fish only"),
|
||||
(10, 11105, 13756, 0, 0, 12, 0, 78, 0, 0, 0, 0, 0, "", "Raw Summer Bass during Summer seasonal fish only"),
|
||||
(10, 11009, 13755, 0, 0, 12, 0, 78, 0, 0, 1, 0, 0, "", "Winter Squid only when Summer seasonal fish is off"),
|
||||
(10, 11105, 13755, 0, 0, 12, 0, 78, 0, 0, 1, 0, 0, "", "Winter Squid only when Summer seasonal fish is off");
|
||||
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `id`=22281 AND `guid`= 78316;
|
||||
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId`=78316;
|
||||
@@ -0,0 +1,12 @@
|
||||
--
|
||||
DELETE FROM `game_event` WHERE `eventEntry` IN (79,80);
|
||||
INSERT INTO `game_event` (`eventEntry`,`start_time`,`end_time`,`occurence`,`length`,`holiday`,`description`,`world_event`, announce) VALUES
|
||||
(79, '2018-10-28 12:00:00', '2020-12-31 18:00:00',1440,360,0, 'Diurnal fishing event',0,2),
|
||||
(80, '2018-10-28 00:00:00', '2020-12-31 06:00:00',1440,360,0, 'Nocturnal fishing event',0,2);
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup` IN (11010,11008) AND `SourceEntry` IN (13760,13759);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(10, 11010, 13760, 0, 0, 12, 0, 80, 0, 0, 1, 0, 0, "", "Raw Sunscale Salmon only when Nocturnal fishing event is off"),
|
||||
(10, 11010, 13759, 0, 0, 12, 0, 79, 0, 0, 1, 0, 0, "", "Raw Nightfin Snapper only when Diurnal fishing event is off"),
|
||||
(10, 11008, 13760, 0, 0, 12, 0, 80, 0, 0, 1, 0, 0, "", "Raw Sunscale Salmon only when Nocturnal fishing event is off"),
|
||||
(10, 11008, 13759, 0, 0, 12, 0, 79, 0, 0, 1, 0, 0, "", "Raw Nightfin Snapper only when Diurnal fishing event is off");
|
||||
@@ -0,0 +1,12 @@
|
||||
--
|
||||
UPDATE `gameobject_template` SET `ScriptName`="go_fel_crystalforge" WHERE `entry` IN (185920);
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (6691,6692);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
|
||||
(6691, 185924, 530, '0', 0, 1476.589, 7244.074, 374.3083, 4.4855000, 0, 0, -0.7826071, 0.6225160, 300, 255, 1),
|
||||
(6692, 185923, 530, '0', 0, 2943.139, 7064.306, 370.4980, 3.5342910, 0, 0, -0.9807854, 0.1950899, 300, 255, 1);
|
||||
|
||||
UPDATE `gameobject` SET `id`=185920, `position_x`=1476.498, `position_y`=7247.337, `position_z`=374.3120, `orientation`=4.1538850, `rotation0`=0, `rotation1`=0,`rotation2`=-0.8746195, `rotation3`=0.4848101 WHERE `guid`=150113;
|
||||
UPDATE `gameobject` SET `position_x`=2944.871, `position_y`=7067.285, `position_z`=370.3803, `orientation`=3.5081170, `rotation0`=0, `rotation1`=0,`rotation2`=-0.9832544, `rotation3`=0.1822380 WHERE `guid`=150112;
|
||||
|
||||
UPDATE `creature` SET `position_x`=1476.431, `position_y`=7247.260, `position_z`=376.4296, `orientation`=4.15388300 WHERE `guid`=80435;
|
||||
UPDATE `creature` SET `position_x`=2944.764, `position_y`=7067.285, `position_z`=372.1829, `orientation`=3.45575200 WHERE `guid`=80436;
|
||||
@@ -0,0 +1,124 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (48307,78199,78200,78201,78202,78203,78204,78205);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(48307, 22982, 530, '0', 0, 0, 1, 2522.85, 7322.39, 373.437, 6.27002, 300, 0, 0, 6986, 0, 0),
|
||||
(78199, 22982, 530, '0', 0, 0, 1, 2514.37, 7354.88, 380.734, 2.950928, 300, 0, 0, 6986, 0, 0),
|
||||
(78200, 22982, 530, '0', 0, 0, 1, 2530.93, 7333.36, 373.445, 4.722, 300, 0, 0, 6986, 0, 0),
|
||||
(78201, 23257, 530, '0', 0, 0, 1, 2496.04711, 7353.0825, 380.2784, 5.570216, 300, 0, 0, 0, 0, 0),
|
||||
(78202, 23257, 530, '0', 0, 0, 1, 2512.2768, 7360.9584, 380.725, 4.072401, 300, 0, 0, 0, 0, 0),
|
||||
(78203, 23257, 530, '0', 0, 0, 1, 2544.3986, 7335.6625, 373.4241, 4.288366, 300, 0, 0, 0, 0, 0),
|
||||
(78204, 23257, 530, '0', 0, 0, 1, 2538.2683, 7312.6347, 373.4573, 2.076854, 300, 0, 0, 0, 0, 0),
|
||||
(78205, 23257, 530, '0', 0, 0, 1, 2509.468, 7337.314, 376.872, 5.519256, 300, 0, 0, 0, 0, 0);
|
||||
|
||||
UPDATE `creature` SET `position_x`=2507.118, `position_y`=7363.662, `position_z`=380.368, `orientation`=5.350242 WHERE `guid`=48166;
|
||||
UPDATE `creature` SET `position_x`=2547.075, `position_y`=7330.514, `position_z`=373.422, `orientation`=3.956510 WHERE `guid`=44255;
|
||||
UPDATE `creature` SET `position_x`=2494.301, `position_y`=7350.166, `position_z`=380.239, `orientation`=5.814281 WHERE `guid`=44256;
|
||||
UPDATE `creature` SET `position_x`=2492.5161, `position_y`=7316.512, `position_z`=369.3635, `orientation`=3.225905 WHERE `guid`=79497;
|
||||
|
||||
DELETE FROM `gameobject_addon` WHERE `guid` IN (27738,27739,27740,27741,27746,27747,27748,27749,27758,27759,27760,27761,27774,27775,27776,27777);
|
||||
DELETE FROM `gameobject` WHERE `id` IN (185872,185948,185873,185949,185874,185950,185951,185875);
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (6693,6695,6697,6698,6702,6703,6706,6707,6709,6711,6713,6714,6715,6723,6724,6727,6729,6732,6733,6738,6739,6746,6747,6750,6752,6754,6756,6757,6763,6764,6765,6766,6774,6775,6780,6787,6789,6791,6795,6798,6799,6801,6804,6806,6807,6812,6814,6815,6817,6820,6822,6826,6834,6838,6839,6840,6850,6861,6863,6869,6874,6876,6878,6879,6884,6886,6894,6895,6897,6899,6901,6905,6907,6912,6914,6918,6919,6922,6924,6926,6931,6934,6939,6949,6953,6958,6961,6966,6967,6968,6972,6977,6980,6982,6984,6986,6996,6998,7000,7007,7008,7022,7025);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
|
||||
(6693,185965,530,'0',0,2511.03,7346.34,380.742,-2.69653,0,0,-0.975342,0.220699,300,100,1),
|
||||
(6695,185609,530,'0',0,4079.428,5601.353, 267.2757, 3.159062, 0, 0,-0.9999619,0.008734641,180,100,1),
|
||||
(6697,185656,530,'0',0,3922.746,5120.594,270.0932,3.115388,0,0,0.9999142,0.01310196,180,100,1),
|
||||
(6698,185657,530,'0',0,3917.041,5120.815,270.0932,3.115388,0,0,0.9999142,0.01310196,180,100,1),
|
||||
(6702,185659,530,'0',0,3919.882,5117.944,270.0932,3.115388,0,0,0.9999142,0.01310196,180,100,1),
|
||||
(6703,185660,530,'0',0,3905.977,5091.081,270.0932,3.141593,0,0,-1,0,180,100,1),
|
||||
(6706,185661,530,'0',0,3905.984,5112.641,270.0932,3.141593,0,0,-1,0,180,100,1),
|
||||
(6707,185662,530,'0',0,3895.228,5101.894,270.0932,3.141593,0,0,-1,0,180,100,1),
|
||||
(6709,185663,530,'0',0,3916.698,5101.879,270.0932,3.132858,0,0,0.9999905,0.00436732,180,100,1),
|
||||
(6711,185664,530,'0',0,3922.599,5083.263,270.0493,3.167798,0,0,-0.9999142,0.01310196,180,100,1),
|
||||
(6713,185665,530,'0',0,3919.906,5080.514,270.0932,3.167798,0,0,-0.9999142,0.01310196,180,100,1),
|
||||
(6714,185666,530,'0',0,3916.903,5083.174,270.0932,3.167798,0,0,-0.9999142,0.01310196,180,100,1),
|
||||
(6715,185667,530,'0',0,3919.724,5086.026,270.0932,3.167798,0,0,-0.9999142,0.01310196,180,100,1),
|
||||
(6723,185669,530,'0',0,3892.333,5118.136,270.0932,3.159062,0,0,-0.9999619,0.008734641,180,100,1),
|
||||
(6724,185672,530,'0',0,3895.595,5083.278,270.0947,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6727,185673,530,'0',0,3892.809,5080.631,270.0932,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6729,185674,530,'0',0,3889.918,5083.437,270.0932,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6732,185675,530,'0',0,3892.858,5086.093,270.0932,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6733,185692,530,'0',0,3919.978,5120.773,270.1487,3.115388,0,0,0.9999142,0.01310196,180,100,1),
|
||||
(6738,185693,530,'0',0,3919.954,5120.77,270.1487,3.115388,0,0,0.9999142,0.01310196,180,100,1),
|
||||
(6739,185694,530,'0',0,3919.949,5120.733,270.1487,3.115388,0,0,0.9999142,0.01310196,180,100,1),
|
||||
(6746,185695,530,'0',0,3919.971,5120.729,270.1487,3.115388,0,0,0.9999142,0.01310196,180,100,1),
|
||||
(6747,185696,530,'0',0,3919.824,5083.256,270.1487,3.167798,0,0,-0.9999142,0.01310196,180,100,1),
|
||||
(6750,185697,530,'0',0,3919.827,5083.292,270.1487,3.167798,0,0,-0.9999142,0.01310196,180,100,1),
|
||||
(6752,185698,530,'0',0,3919.85,5083.297,270.1487,3.167798,0,0,-0.9999142,0.01310196,180,100,1),
|
||||
(6754,185699,530,'0',0,3919.847,5083.252,270.1487,3.167798,0,0,-0.9999142,0.01310196,180,100,1),
|
||||
(6756,185704,530,'0',0,3892.833,5083.41,270.1491,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6757,185705,530,'0',0,3892.838,5083.446,270.1491,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6763,185706,530,'0',0,3892.861,5083.45,270.1491,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6764,185707,530,'0',0,3892.855,5083.406,270.1492,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6765,185708,530,'0',0,2708.332,7269.913,368.6403,3.150327,0,0,-0.9999905,0.00436732,180,100,1),
|
||||
(6766,185709,530,'0',0,2708.338,7269.897,368.6403,3.150327,0,0,-0.9999905,0.00436732,180,100,1),
|
||||
(6774,185710,530,'0',0,2708.333,7269.906,368.6403,3.150327,0,0,-0.9999905,0.00436732,180,100,1),
|
||||
(6775,185711,530,'0',0,2708.339,7269.901,368.6403,3.150327,0,0,-0.9999905,0.00436732,180,100,1),
|
||||
(6780,185712,530,'0',0,2743.271,7269.906,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6787,185713,530,'0',0,2743.271,7269.903,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6789,185714,530,'0',0,2743.267,7269.911,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6791,185715,530,'0',0,2743.265,7269.918,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6795,185716,530,'0',0,2708.459,7299.037,368.6403,3.141593,0,0,-1,0,180,100,1),
|
||||
(6798,185717,530,'0',0,2708.464,7299.03,368.6403,3.141593,0,0,-1,0,180,100,1),
|
||||
(6799,185718,530,'0',0,2708.464,7299.032,368.6403,3.141593,0,0,-1,0,180,100,1),
|
||||
(6801,185719,530,'0',0,2708.457,7299.044,368.6403,3.141593,0,0,-1,0,180,100,1),
|
||||
(6804,185720,530,'0',0,2744.124,7298.321,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6806,185721,530,'0',0,2744.128,7298.313,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6807,185722,530,'0',0,2744.128,7298.317,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6812,185723,530,'0',0,2744.122,7298.329,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6814,185756,530,'0',0,1911.712,7344.854,364.526,3.141593,0,0,-1,0,180,100,1),
|
||||
(6815,185757,530,'0',0,1911.714,7344.846,364.526,3.141593,0,0,-1,0,180,100,1),
|
||||
(6817,185758,530,'0',0,1911.719,7344.838,364.526,3.141593,0,0,-1,0,180,100,1),
|
||||
(6820,185759,530,'0',0,1911.719,7344.841,364.526,3.141593,0,0,-1,0,180,100,1),
|
||||
(6822,185760,530,'0',0,1911.618,7374.952,364.526,3.141593,0,0,-1,0,180,100,1),
|
||||
(6826,185761,530,'0',0,1911.618,7374.949,364.526,3.141593,0,0,-1,0,180,100,1),
|
||||
(6834,185762,530,'0',0,1911.615,7374.957,364.526,3.141593,0,0,-1,0,180,100,1),
|
||||
(6838,185763,530,'0',0,1911.613,7374.963,364.526,3.141593,0,0,-1,0,180,100,1),
|
||||
(6839,185768,530,'0',0,2743.309,7272.672,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6840,185769,530,'0',0,2746.143,7269.749,368.5846,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6850,185770,530,'0',0,2743.182,7267.116,368.5846,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6861,185771,530,'0',0,2740.33,7269.976,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6863,185772,530,'0',0,2744.037,7295.491,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6869,185773,530,'0',0,2741.243,7298.374,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6874,185774,530,'0',0,2744.155,7301.037,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6876,185775,530,'0',0,2746.963,7298.202,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6878,185776,530,'0',0,2726.33,7272.519,368.5847,3.150327,0,0,-0.9999905,0.00436732,180,100,1),
|
||||
(6879,185777,530,'0',0,2726.333,7294.026,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6884,185778,530,'0',0,2715.562,7283.284,368.5847,3.141593,0,0,-1,0,180,100,1),
|
||||
(6886,185779,530,'0',0,2737.08,7283.279,368.5847,3.150327,0,0,-0.9999905,0.00436732,180,100,1),
|
||||
(6894,185780,530,'0',0,2708.329,7267.175,368.5847,3.150327,0,0,-0.9999905,0.00436732,180,100,1),
|
||||
(6895,185781,530,'0',0,2708.3,7272.667,368.5847,3.150327,0,0,-0.9999905,0.00436732,180,100,1),
|
||||
(6897,185782,530,'0',0,2705.443,7269.857,368.5847,3.150327,0,0,-0.9999905,0.00436732,180,100,1),
|
||||
(6899,185783,530,'0',0,2711.197,7269.831,368.5847,3.150327,0,0,-0.9999905,0.00436732,180,100,1),
|
||||
(6901,185784,530,'0',0,2708.452,7296.221,368.5847,3.141593,0,0,-1,0,180,100,1),
|
||||
(6905,185785,530,'0',0,2705.423,7299.012,368.5847,3.141593,0,0,-1,0,180,100,1),
|
||||
(6907,185786,530,'0',0,2708.461,7301.881,368.5847,3.141593,0,0,-1,0,180,100,1),
|
||||
(6912,185787,530,'0',0,2711.246,7298.944,368.5847,3.141593,0,0,-1,0,180,100,1),
|
||||
(6914,185840,530,'0',0,1911.584,7372.166,364.4705,3.141593,0,0,-1,0,180,100,1),
|
||||
(6918,185841,530,'0',0,1914.501,7374.847,364.4705,3.141593,0,0,-1,0,180,100,1),
|
||||
(6919,185842,530,'0',0,1911.589,7377.68,364.4705,3.141593,0,0,-1,0,180,100,1),
|
||||
(6922,185843,530,'0',0,1908.737,7374.955,364.4705,3.141593,0,0,-1,0,180,100,1),
|
||||
(6924,185845,530,'0',0,1917.965,7359.596,364.4705,3.124123,0,0,0.9999619,0.008734641,180,100,1),
|
||||
(6926,185848,530,'0',0,1911.687,7342.105,364.4705,3.141593,0,0,-1,0,180,100,1),
|
||||
(6931,185849,530,'0',0,1914.487,7344.733,364.4705,3.141593,0,0,-1,0,180,100,1),
|
||||
(6934,185850,530,'0',0,1911.694,7347.616,364.4705,3.141593,0,0,-1,0,180,100,1),
|
||||
(6939,185851,530,'0',0,1908.854,7344.85,364.4705,3.141593,0,0,-1,0,180,100,1),
|
||||
(6949,185890,530,'0',0,3892.868,5083.418,272.6703,0,0,0,0,1,180,100,1),
|
||||
(6953,185890,530,'0',0,3919.894,5083.261,272.8798,0,0,0,0,1,180,100,1),
|
||||
(6958,185890,530,'0',0,3920.004,5120.736,272.8854,0,0,0,0,1,180,100,1),
|
||||
(6961,185890,530,'0',0,2744.201,7298.368,371.2186,0,0,0,0,1,180,100,1),
|
||||
(6966,185890,530,'0',0,2743.262,7269.939,371.058,0,0,0,0,1,180,100,1),
|
||||
(6967,185890,530,'0',0,2708.465,7299.038,371.08,1.291542,0,0,0.6018143,0.7986361,180,100,1),
|
||||
(6968,185890,530,'0',0,2708.292,7269.946,371.2373,0,0,0,0,1,180,100,1),
|
||||
(6972,185890,530,'0',0,1911.583,7375.013,366.5278,0,0,0,0,1,180,100,1),
|
||||
(6977,185890,530,'0',0,1911.729,7344.864,366.806,0,0,0,0,1,180,100,1),
|
||||
(6980,185894,530,'0',0,3892.922,5083.477,270.2625,0,0,0,0,1,180,100,1),
|
||||
(6982,185894,530,'0',0,3919.897,5083.31,270.2648,0,0,0,0,1,180,100,1),
|
||||
(6984,185894,530,'0',0,3920.004,5120.736,270.2465,0,0,0,0,1,180,100,1),
|
||||
(6986,185894,530,'0',0,2744.141,7298.334,368.7359,0,0,0,0,1,180,100,1),
|
||||
(6996,185894,530,'0',0,2743.326,7269.905,368.7564,0,0,0,0,1,180,100,1),
|
||||
(6998,185894,530,'0',0,2708.466,7299.038,368.7328,5.218536,0,0,-0.5075378,0.8616294,180,100,1),
|
||||
(7000,185894,530,'0',0,2708.321,7269.908,368.735,0,0,0,0,1,180,100,1),
|
||||
(7007,185894,530,'0',0,1911.633,7374.966,364.6176,0,0,0,0,1,180,100,1),
|
||||
(7008,185894,530,'0',0,1911.676,7344.884,364.6153,0,0,0,0,1,180,100,1),
|
||||
(7022,185945,530,'0',0,3906.149,5101.911,270.3746,0,0,0,0,1,180,100,1),
|
||||
(7025,185945,530,'0',0,2726.421,7283.327,368.8086,0,0,0,0,1,180,100,1);
|
||||
@@ -0,0 +1,49 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (77761,77762,77763,77764,77765,77766,77767,77768,77769,77770,77771,77772,77773,77774,77775,77776,77777,77778,77779,77780,77781,77782,77783,77784,77785,77786);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (77761,77762,77763,77764,77765,77766,77767,77768,77769,77770,77771,77772,77773,77774,77775,77776,77777,77778,77779,77780,77781,77782,77783,77784,77785,77786);
|
||||
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (77761,77762,77763,77764,77765,77766,77767,77768,77769,77770,77771,77772,77773,77774,77775,77776,77777,77778,77779,77780,77781,77782,77783,77784,77785,77786);
|
||||
DELETE FROM `creature` WHERE `guid` IN (78206, 77790,77789,77788,77787, 77791,78247,78248,78249,78250,78251,78252,78253,78254,78255,78256,78257,78258,78259,78260,78261);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (78206, 77790,77789,77788,77787, 77791,78247,78248,78249,78250,78251,78252,78253,78254,78255,78256,78257,78258,78259,78260,78261);
|
||||
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (78206, 77790,77789,77788,77787, 77791,78247,78248,78249,78250,78251,78252,78253,78254,78255,78256,78257,78258,78259,78260,78261);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(77761, 22180, 530, '0', 0, 0, 0, 3981.956, 5249.081, 264.6908, 1.1774140, 300, 15, 0, 7181, 0, 1),
|
||||
(77762, 22180, 530, '0', 0, 0, 0, 3916.724, 5249.964, 266.5047, 5.4910770, 300, 15, 0, 7181, 0, 1),
|
||||
(77763, 22180, 530, '0', 0, 0, 0, 3948.115, 5215.917, 264.4878, 6.1804580, 300, 15, 0, 7181, 0, 1),
|
||||
(77764, 22180, 530, '0', 0, 0, 0, 3981.652, 5184.359, 265.1032, 0.2977977, 300, 15, 0, 7181, 0, 1),
|
||||
(77765, 22180, 530, '0', 0, 0, 0, 3980.714, 5100.546, 267.2501, 1.4148750, 300, 15, 0, 7181, 0, 1),
|
||||
(77766, 22180, 530, '0', 0, 0, 0, 3949.159, 4948.539, 267.8004, 0.3183079, 300, 15, 0, 7181, 0, 1),
|
||||
(77767, 22180, 530, '0', 0, 0, 0, 4015.229, 4985.836, 266.7146, 4.1626240, 300, 15, 0, 7181, 0, 1),
|
||||
(77768, 22180, 530, '0', 0, 0, 0, 3979.582, 4853.900, 267.2379, 6.2098660, 300, 15, 0, 7181, 0, 1),
|
||||
(77769, 22180, 530, '0', 0, 0, 0, 4015.782, 4885.833, 266.1422, 4.1786310, 300, 15, 0, 7181, 0, 1),
|
||||
(77770, 22180, 530, '0', 0, 0, 0, 4080.435, 5043.157, 266.2294, 2.8894350, 300, 15, 0, 7181, 0, 1),
|
||||
(77771, 22180, 530, '0', 0, 0, 0, 4015.329, 5049.436, 268.3489, 0.7155850, 300, 15, 0, 7181, 0, 1),
|
||||
(77772, 22180, 530, '0', 0, 0, 0, 4090.619, 5213.258, 265.0390, 2.2775740, 300, 15, 0, 7181, 0, 1),
|
||||
(77773, 22180, 530, '0', 0, 0, 0, 4083.265, 5382.761, 264.8060, 2.6575580, 300, 15, 0, 7181, 0, 1),
|
||||
(77774, 22181, 530, '0', 0, 0, 0, 3964.200, 5277.536, 284.495, 1.34883, 300, 10, 0, 0, 0, 1),
|
||||
(77775, 22181, 530, '0', 0, 0, 0, 3914.42, 4963.17, 278.11, 4.54688, 300, 10, 0, 0, 0, 1),
|
||||
(77776, 22181, 530, '0', 0, 0, 0, 3921.46, 4859.61, 268.40, 0.94403, 300, 10, 0, 0, 0, 1),
|
||||
(77777, 22181, 530, '0', 0, 0, 0, 4070.218, 5169.972, 297.128, 1.66695, 300, 10, 0, 0, 0, 1),
|
||||
(77778, 22181, 530, '0', 0, 0, 0, 4001.26, 5181.49, 281.25, 4.39857, 300, 10, 0, 0, 0, 1),
|
||||
(77779, 22181, 530, '0', 0, 0, 0, 3957.707, 5090.804, 298.836, 1.92479, 300, 10, 0, 0, 0, 1),
|
||||
(77780, 22181, 530, '0', 0, 0, 0, 4003.33, 5072.77, 299.66, 3.08282, 300, 10, 0, 0, 0, 1),
|
||||
(77781, 22181, 530, '0', 0, 0, 0, 4004.93, 4868.43, 279.12, 0.23275, 300, 10, 0, 0, 0, 1),
|
||||
(77782, 22181, 530, '0', 0, 0, 0, 4028.27, 5017.34, 272.31, 2.56337, 300, 10, 0, 0, 0, 1),
|
||||
(77783, 22181, 530, '0', 0, 0, 0, 4074.06, 5080.125, 302.859, 3.07678, 300, 10, 0, 0, 0, 1),
|
||||
(77784, 22181, 530, '0', 0, 0, 0, 4002.284, 5425.788, 287.479, 3.353, 300, 10, 0, 0, 0, 1),
|
||||
(77785, 22181, 530, '0', 0, 0, 0, 4065.752, 5531.675, 282.261, 0.589, 300, 10, 0, 0, 0, 1),
|
||||
(77786, 22181, 530, '0', 0, 0, 0, 3998.506, 5580.593, 300.837, 2.674, 300, 10, 0, 0, 0, 1),
|
||||
(77787, 22181, 530, '0', 0, 0, 0, 3993.243, 5694.740, 293.714, 2.587, 300, 10, 0, 0, 0, 1),
|
||||
(77788, 22181, 530, '0', 0, 0, 0, 3933.252, 5745.506, 288.675, 2.972, 300, 10, 0, 0, 0, 1),
|
||||
(77789, 22175, 530, '0', 0, 0, 0, 3921.162, 5035.858, 300.770, 3.569613, 300, 0, 0, 0, 0, 0),
|
||||
(77790, 22175, 530, '0', 0, 0, 0, 4033.197, 5195.042, 278.525, 5.270002, 300, 0, 0, 0, 0, 0),
|
||||
(77791, 22175, 530, '0', 0, 0, 0, 3968.708, 5295.452, 274.819, 6.098598, 300, 0, 0, 0, 0, 0),
|
||||
(78206, 22175, 530, '0', 0, 0, 0, 3904.207, 5366.365, 278.272, 1.150588, 300, 0, 0, 0, 0, 0),
|
||||
(78247, 22175, 530, '0', 0, 0, 0, 3998.913, 5466.808, 274.713, 1.229128, 300, 0, 0, 0, 0, 0),
|
||||
(78248, 22175, 530, '0', 0, 0, 0, 4069.118, 5657.789, 271.636, 1.401916, 300, 0, 0, 0, 0, 0),
|
||||
(78249, 22175, 530, '0', 0, 0, 0, 3987.810, 5707.203, 273.632, 2.300256, 300, 0, 0, 0, 0, 0);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE entry = 22180;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
|
||||
(22180, 0, 0, 0, "40773");
|
||||
|
||||
UPDATE `creature` SET `position_x`=4031.834, `position_y`=5100.4785, `position_z`=272.756, `orientation`=5.350242 WHERE `guid`=144807;
|
||||
@@ -0,0 +1,69 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=18692;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=18692 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(18692, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 5000, 10000, 11, 9573, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Hemathion - IC - cast Flame Breath'),
|
||||
(18692, 0, 1, 0, 0, 0, 100, 0, 6000, 12000, 12000, 15000, 11, 14100, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Hemathion - IC - cast Terrifying Roar');
|
||||
|
||||
UPDATE `creature` SET `position_x`=2807.900, `position_y`=7239.049, `position_z`=365.2419,`MovementType`=2 WHERE `guid` IN (151919);
|
||||
UPDATE `creature` SET `position_x`=1837.670, `position_y`=7158.534, `position_z`=364.3977,`MovementType`=2 WHERE `guid` IN (151920);
|
||||
DELETE FROM `creature_addon` WHERE guid IN (151919,151920);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(151919, 1519190, 0, 0, 0, ""),
|
||||
(151920, 1519200, 0, 0, 0, "");
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (1519190,1519200);
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES
|
||||
(1519190, 1, 2808.937, 7233.487, 365.1280, 0, 0, 100),
|
||||
(1519190, 2, 2779.206, 7215.696, 365.2142, 0, 0, 100),
|
||||
(1519190, 3, 2743.240, 7205.846, 366.0741, 0, 0, 100),
|
||||
(1519190, 4, 2716.312, 7203.940, 366.7350, 0, 0, 100),
|
||||
(1519190, 5, 2682.064, 7222.730, 365.6341, 0, 0, 100),
|
||||
(1519190, 6, 2650.470, 7236.354, 365.0051, 0, 0, 100),
|
||||
(1519190, 7, 2616.386, 7251.049, 364.5808, 0, 0, 100),
|
||||
(1519190, 8, 2582.671, 7240.968, 364.7489, 0, 0, 100),
|
||||
(1519190, 9, 2555.349, 7214.797, 366.1460, 0, 0, 100),
|
||||
(1519190, 10, 2539.965, 7186.032, 364.5946, 0, 0, 100),
|
||||
(1519190, 11, 2522.817, 7155.446, 366.4109, 0, 0, 100),
|
||||
(1519190, 12, 2494.828, 7120.387, 364.4929, 0, 0, 100),
|
||||
(1519190, 13, 2464.073, 7095.245, 364.7017, 0, 0, 100),
|
||||
(1519190, 14, 2422.045, 7101.150, 365.7449, 0, 0, 100),
|
||||
(1519190, 15, 2378.711, 7121.377, 365.6288, 0, 0, 100),
|
||||
(1519190, 16, 2422.045, 7101.150, 365.7449, 0, 0, 100),
|
||||
(1519190, 17, 2464.073, 7095.245, 364.7017, 0, 0, 100),
|
||||
(1519190, 18, 2494.828, 7120.387, 364.4929, 0, 0, 100),
|
||||
(1519190, 19, 2522.817, 7155.446, 366.4109, 0, 0, 100),
|
||||
(1519190, 20, 2539.965, 7186.032, 364.5946, 0, 0, 100),
|
||||
(1519190, 21, 2555.349, 7214.797, 366.1460, 0, 0, 100),
|
||||
(1519190, 22, 2582.671, 7240.968, 364.7489, 0, 0, 100),
|
||||
(1519190, 23, 2616.386, 7251.049, 364.5808, 0, 0, 100),
|
||||
(1519190, 24, 2650.470, 7236.354, 365.0051, 0, 0, 100),
|
||||
(1519190, 25, 2682.064, 7222.730, 365.6341, 0, 0, 100),
|
||||
(1519190, 26, 2716.312, 7203.940, 366.7350, 0, 0, 100),
|
||||
(1519190, 27, 2743.240, 7205.846, 366.0741, 0, 0, 100),
|
||||
(1519190, 28, 2779.206, 7215.696, 365.2142, 0, 0, 100),
|
||||
(1519190, 29, 2808.937, 7233.487, 365.1280, 0, 0, 100),
|
||||
(1519190, 30, 2837.030, 7252.176, 364.4406, 0, 0, 100),
|
||||
(1519200, 1, 1809.325, 7172.158, 364.5686, 0, 0, 100),
|
||||
(1519200, 2, 1815.444, 7204.853, 364.6613, 0, 0, 100),
|
||||
(1519200, 3, 1842.546, 7242.146, 364.5812, 0, 0, 100),
|
||||
(1519200, 4, 1879.159, 7258.352, 363.8606, 0, 0, 100),
|
||||
(1519200, 5, 1915.919, 7275.401, 364.0877, 0, 0, 100),
|
||||
(1519200, 6, 1943.618, 7285.081, 364.2040, 0, 0, 100),
|
||||
(1519200, 7, 1976.632, 7309.147, 364.5445, 0, 0, 100),
|
||||
(1519200, 8, 2014.215, 7319.441, 364.4143, 0, 0, 100),
|
||||
(1519200, 9, 2045.852, 7317.113, 364.7148, 0, 0, 100),
|
||||
(1519200, 10, 2081.956, 7308.120, 363.9342, 0, 0, 100),
|
||||
(1519200, 11, 2098.479, 7283.070, 364.5551, 0, 0, 100),
|
||||
(1519200, 12, 2110.944, 7263.135, 364.3823, 0, 0, 100),
|
||||
(1519200, 13, 2088.668, 7240.715, 364.6110, 0, 0, 100),
|
||||
(1519200, 14, 2083.661, 7218.630, 364.0789, 0, 0, 100),
|
||||
(1519200, 15, 2051.243, 7208.448, 363.9794, 0, 0, 100),
|
||||
(1519200, 16, 2021.537, 7208.532, 364.3810, 0, 0, 100),
|
||||
(1519200, 17, 1995.106, 7195.223, 364.1332, 0, 0, 100),
|
||||
(1519200, 18, 1970.707, 7173.648, 364.2836, 0, 0, 100),
|
||||
(1519200, 19, 1943.431, 7162.605, 364.5651, 0, 0, 100),
|
||||
(1519200, 20, 1918.514, 7157.143, 364.2846, 0, 0, 100),
|
||||
(1519200, 21, 1883.808, 7154.668, 364.4753, 0, 0, 100),
|
||||
(1519200, 22, 1850.349, 7146.592, 364.0842, 0, 0, 100),
|
||||
(1519200, 23, 1835.888, 7151.592, 364.6274, 0, 0, 100);
|
||||
@@ -0,0 +1,48 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (77867,77868,77869,77870,77871,77872,78250,78251,78252,78253,78254,78255,78256,78257,78258,78259,78260);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (77867,77868,77869,77870,77871,77872,78250,78251,78252,78253,78254,78255,78256,78257,78258,78259,78260);
|
||||
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (77867,77868,77869,77870,77871,77872,78250,78251,78252,78253,78254,78255,78256,78257,78258,78259,78260);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(77867, 22204, 530, '0', 0, 0, 0, 1323.410, 7214.823, 375.9625, 3.4196240, 300, 0, 0, 7181, 0, 2),
|
||||
(77868, 22204, 530, '0', 0, 0, 0, 1482.765, 7281.249, 369.7231, 5.9280690, 300, 0, 0, 7181, 0, 2),
|
||||
(77869, 22204, 530, '0', 0, 0, 0, 1708.409, 7377.730, 370.8972, 5.8992130, 300, 0, 0, 7181, 0, 0),
|
||||
(77870, 22204, 530, '0', 0, 0, 0, 1686.952, 7344.332, 370.1348, 5.5676000, 300, 0, 0, 7181, 0, 0),
|
||||
(77871, 22204, 530, '0', 0, 0, 0, 1627.412, 7241.339, 369.1410, 0.6632251, 300, 0, 0, 7181, 0, 0),
|
||||
(77872, 22204, 530, '0', 0, 0, 0, 1523.365, 7300.664, 367.4539, 0.7679449, 300, 0, 0, 7181, 0, 0),
|
||||
(78250, 22204, 530, '0', 0, 0, 0, 1445.035, 7292.289, 374.6195, 2.3038350, 300, 0, 0, 7181, 0, 0),
|
||||
(78251, 22204, 530, '0', 0, 0, 0, 1417.439, 7363.144, 370.8791, 2.3911010, 300, 0, 0, 7181, 0, 0),
|
||||
(78252, 22204, 530, '0', 0, 0, 0, 1345.571, 7305.839, 369.2062, 3.1939530, 300, 0, 0, 7181, 0, 0),
|
||||
(78253, 22204, 530, '0', 0, 0, 0, 1330.575, 7364.441, 367.8244, 3.1415930, 300, 0, 0, 7181, 0, 0),
|
||||
(78254, 22204, 530, '0', 0, 0, 0, 1345.022, 7210.953, 375.6053, 1.0122910, 300, 0, 0, 7181, 0, 0),
|
||||
(78255, 22204, 530, '0', 0, 0, 0, 1318.107, 7177.963, 375.4083, 3.5430180, 300, 0, 0, 7181, 0, 0),
|
||||
(78256, 22204, 530, '0', 0, 0, 0, 1355.457, 7167.923, 371.4182, 5.8817600, 300, 0, 0, 7181, 0, 0),
|
||||
(78257, 22204, 530, '0', 0, 0, 0, 1275.307, 7158.457, 374.2249, 0.9424778, 300, 0, 0, 7181, 0, 0),
|
||||
(78258, 22204, 530, '0', 0, 0, 0, 1450.731, 7220.193, 371.3026, 2.9670600, 300, 0, 0, 7181, 0, 0),
|
||||
(78259, 22204, 530, '0', 0, 0, 0, 1518.461, 7217.136, 370.4280, 5.5676000, 300, 0, 0, 7181, 0, 0),
|
||||
(78260, 22204, 530, '0', 0, 0, 0, 1649.613, 7198.792, 369.7657, 0.1396263, 300, 0, 0, 7181, 0, 0);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE guid IN (77867,77868);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(77867, 778670, 0, 0, 0, ""),
|
||||
(77868, 778680, 0, 0, 0, "");
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (778670,778680);
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES
|
||||
(778670, 1, 1293.462, 7206.271, 371.2353, 0, 0, 100),
|
||||
(778670, 2, 1291.552, 7185.870, 371.7606, 0, 0, 100),
|
||||
(778670, 3, 1298.961, 7160.909, 371.4702, 0, 0, 100),
|
||||
(778670, 4, 1324.143, 7153.461, 370.9697, 0, 0, 100),
|
||||
(778670, 5, 1341.092, 7171.108, 373.4405, 0, 0, 100),
|
||||
(778670, 6, 1324.143, 7153.461, 370.9697, 0, 0, 100),
|
||||
(778670, 7, 1298.961, 7160.909, 371.4702, 0, 0, 100),
|
||||
(778670, 8, 1291.552, 7185.870, 371.7606, 0, 0, 100),
|
||||
(778670, 9, 1293.462, 7206.271, 371.2353, 0, 0, 100),
|
||||
(778670, 10, 1320.157, 7220.999, 374.6070, 0, 0, 100),
|
||||
(778680, 1, 1505.330, 7272.882, 369.0820, 0, 0, 100),
|
||||
(778680, 2, 1506.815, 7255.070, 370.5767, 0, 0, 100),
|
||||
(778680, 3, 1494.323, 7229.001, 369.8154, 0, 0, 100),
|
||||
(778680, 4, 1467.942, 7225.300, 370.6503, 0, 0, 100),
|
||||
(778680, 5, 1453.913, 7238.100, 369.8799, 0, 0, 100),
|
||||
(778680, 6, 1448.150, 7257.373, 369.0083, 0, 0, 100),
|
||||
(778680, 7, 1455.776, 7274.988, 373.0260, 0, 0, 100),
|
||||
(778680, 8, 1481.676, 7281.820, 369.8588, 0, 0, 100);
|
||||
@@ -0,0 +1,16 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (78261,78316,95044,95045,95046,95047,95048,95050,95054,95055,95075,95095,95096);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(78261, 23076, 530, '0', 0, 0, 0, 1715.417, 7374.241, 370.0128, 5.81194600, 300, 0, 0, 22140, 0, 0),
|
||||
(78316, 23076, 530, '0', 0, 0, 0, 1694.253, 7338.044, 369.5446, 5.65486700, 300, 0, 0, 22140, 0, 0),
|
||||
(95044, 23076, 530, '0', 0, 0, 0, 1636.504, 7245.440, 369.8836, 0.50614550, 300, 0, 0, 22140, 0, 0),
|
||||
(95045, 23076, 530, '0', 0, 0, 0, 1656.308, 7199.548, 368.9315, 6.26573200, 300, 0, 0, 22140, 0, 0),
|
||||
(95046, 23076, 530, '0', 0, 0, 0, 1528.355, 7304.675, 367.1246, 0.80285140, 300, 0, 0, 22140, 0, 0),
|
||||
(95047, 23076, 530, '0', 0, 0, 0, 1523.460, 7212.831, 370.0293, 5.65486700, 300, 0, 0, 22140, 0, 0),
|
||||
(95048, 23076, 530, '0', 0, 0, 0, 1442.228, 7297.830, 374.5757, 2.19911500, 300, 0, 0, 22140, 0, 0),
|
||||
(95050, 23076, 530, '0', 0, 0, 0, 1443.995, 7222.110, 369.9049, 2.94960600, 300, 0, 0, 22140, 0, 0),
|
||||
(95054, 23076, 530, '0', 0, 0, 0, 1412.815, 7367.326, 370.1187, 2.42600800, 300, 0, 0, 22140, 0, 0),
|
||||
(95055, 23076, 530, '0', 0, 0, 0, 1339.129, 7305.414, 369.4936, 3.17649900, 300, 0, 0, 22140, 0, 0),
|
||||
(95075, 23076, 530, '0', 0, 0, 0, 1348.385, 7216.743, 375.0200, 1.04719800, 300, 0, 0, 22140, 0, 0),
|
||||
(95095, 23076, 530, '0', 0, 0, 0, 1362.472, 7166.314, 371.3114, 5.96902600, 300, 0, 0, 22140, 0, 0),
|
||||
(95096, 23076, 530, '0', 0, 0, 0, 1311.723, 7175.860, 371.9400, 3.57792500, 300, 0, 0, 22140, 0, 0);
|
||||
@@ -0,0 +1,165 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `DmgSchool`=2,`AIName`='SmartAI' WHERE `entry`=22298;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=22298 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(22298, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 4000, 6000, 11, 9053, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Vile Fire-Soul - IC - cast Fireball');
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN (78376,78377,78378,78379,78380,95097,95098,95099);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(78376, 22298, 530, '0', 0, 0, 0, 1665.164, 7379.932, 371.3260, 1.9711670, 300, 0, 0, 5744, 3155, 2),
|
||||
(78377, 22298, 530, '0', 0, 0, 0, 1300.547, 7265.371, 365.3977, 0.2636836, 300, 0, 0, 5744, 3155, 2),
|
||||
(78378, 22298, 530, '0', 0, 0, 0, 1553.611, 7337.983, 364.5789, 4.7328720, 300, 0, 0, 5744, 3155, 2),
|
||||
(78379, 22298, 530, '0', 0, 0, 0, 1394.671, 7342.206, 364.3341, 2.0554120, 300, 0, 0, 5744, 3155, 2),
|
||||
(78380, 22298, 530, '0', 0, 0, 0, 1340.532, 7145.310, 370.9655, 3.2989070, 300, 0, 0, 5744, 3155, 2),
|
||||
(95097, 22298, 530, '0', 0, 0, 0, 1638.535, 7274.386, 363.9085, 3.5216810, 300, 0, 0, 5744, 3155, 2),
|
||||
(95098, 22298, 530, '0', 0, 0, 0, 1443.807, 7154.815, 365.1341, 2.7720390, 300, 0, 0, 5744, 3155, 2),
|
||||
(95099, 22298, 530, '0', 0, 0, 0, 1614.450, 7190.510, 369.1107, 4.4261390, 300, 0, 0, 5744, 3155, 2);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (78376,78377,78378,78379,78380,95097,95098,95099);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(78376, 783760, 0, 0, 0, ""),
|
||||
(78377, 783770, 0, 0, 0, ""),
|
||||
(78378, 783780, 0, 0, 0, ""),
|
||||
(78379, 783790, 0, 0, 0, ""),
|
||||
(78380, 783800, 0, 0, 0, ""),
|
||||
(95097, 950970, 0, 0, 0, ""),
|
||||
(95098, 950980, 0, 0, 0, ""),
|
||||
(95099, 950990, 0, 0, 0, "");
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (783760,783770,783780,783790,783800,950970,950980,950990);
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES
|
||||
(783760, 1, 1656.773, 7399.774, 364.5957, 0, 0, 100),
|
||||
(783760, 2, 1618.392, 7388.847, 364.0782, 0, 0, 100),
|
||||
(783760, 3, 1596.787, 7372.172, 364.3177, 0, 0, 100),
|
||||
(783760, 4, 1583.301, 7349.601, 364.2329, 0, 0, 100),
|
||||
(783760, 5, 1576.120, 7321.715, 364.0074, 0, 0, 100),
|
||||
(783760, 6, 1578.735, 7300.728, 364.2141, 0, 0, 100),
|
||||
(783760, 7, 1601.686, 7289.063, 364.2542, 0, 0, 100),
|
||||
(783760, 8, 1620.862, 7306.874, 363.7522, 0, 0, 100),
|
||||
(783760, 9, 1649.990, 7330.174, 364.4892, 0, 0, 100),
|
||||
(783760, 10, 1667.378, 7344.556, 364.6805, 0, 0, 100),
|
||||
(783760, 11, 1689.027, 7363.251, 369.1746, 0, 0, 100),
|
||||
(783760, 12, 1693.287, 7378.132, 370.1225, 0, 0, 100),
|
||||
(783760, 13, 1679.789, 7397.393, 370.2475, 0, 0, 100),
|
||||
(783770, 1, 1344.036, 7277.105, 364.3158, 0, 0, 100),
|
||||
(783770, 2, 1388.763, 7285.612, 364.1070, 0, 0, 100),
|
||||
(783770, 3, 1420.870, 7274.422, 368.4656, 0, 0, 100),
|
||||
(783770, 4, 1462.819, 7282.841, 372.8281, 0, 0, 100),
|
||||
(783770, 5, 1498.383, 7284.034, 369.5018, 0, 0, 100),
|
||||
(783770, 6, 1520.351, 7276.621, 366.9545, 0, 0, 100),
|
||||
(783770, 7, 1545.125, 7284.149, 363.8119, 0, 0, 100),
|
||||
(783770, 8, 1583.165, 7294.112, 364.1786, 0, 0, 100),
|
||||
(783770, 9, 1615.823, 7304.567, 364.1540, 0, 0, 100),
|
||||
(783770, 10, 1660.279, 7321.174, 364.2937, 0, 0, 100),
|
||||
(783770, 11, 1615.823, 7304.567, 364.1540, 0, 0, 100),
|
||||
(783770, 12, 1583.165, 7294.112, 364.1786, 0, 0, 100),
|
||||
(783770, 13, 1545.125, 7284.149, 363.8119, 0, 0, 100),
|
||||
(783770, 14, 1520.351, 7276.621, 366.9545, 0, 0, 100),
|
||||
(783770, 15, 1498.383, 7284.034, 369.5018, 0, 0, 100),
|
||||
(783770, 16, 1462.819, 7282.841, 372.8281, 0, 0, 100),
|
||||
(783770, 17, 1421.132, 7274.339, 368.1682, 0, 0, 100),
|
||||
(783770, 18, 1388.763, 7285.612, 364.1070, 0, 0, 100),
|
||||
(783770, 19, 1344.036, 7277.105, 364.3158, 0, 0, 100),
|
||||
(783770, 20, 1303.846, 7266.940, 365.1007, 0, 0, 100),
|
||||
(783780, 1, 1554.584, 7290.185, 364.1391, 0, 0, 100),
|
||||
(783780, 2, 1525.778, 7277.848, 367.1777, 0, 0, 100),
|
||||
(783780, 3, 1498.065, 7278.037, 369.8182, 0, 0, 100),
|
||||
(783780, 4, 1483.567, 7292.287, 369.9046, 0, 0, 100),
|
||||
(783780, 5, 1466.943, 7322.390, 364.8974, 0, 0, 100),
|
||||
(783780, 6, 1440.097, 7330.051, 363.3341, 0, 0, 100),
|
||||
(783780, 7, 1419.282, 7321.108, 364.1296, 0, 0, 100),
|
||||
(783780, 8, 1411.500, 7296.578, 364.1481, 0, 0, 100),
|
||||
(783780, 9, 1410.777, 7272.359, 364.5040, 0, 0, 100),
|
||||
(783780, 10, 1434.672, 7273.251, 373.3117, 0, 0, 100),
|
||||
(783780, 11, 1471.087, 7283.519, 369.7131, 0, 0, 100),
|
||||
(783780, 12, 1480.808, 7302.141, 367.6188, 0, 0, 100),
|
||||
(783780, 13, 1515.857, 7328.195, 364.9102, 0, 0, 100),
|
||||
(783780, 14, 1549.773, 7320.827, 364.2833, 0, 0, 100),
|
||||
(783790, 1, 1377.954, 7373.933, 364.5356, 0, 0, 100),
|
||||
(783790, 2, 1359.949, 7381.602, 364.4118, 0, 0, 100),
|
||||
(783790, 3, 1341.117, 7362.622, 367.4298, 0, 0, 100),
|
||||
(783790, 4, 1323.984, 7337.061, 364.1812, 0, 0, 100),
|
||||
(783790, 5, 1321.021, 7306.510, 364.1526, 0, 0, 100),
|
||||
(783790, 6, 1327.383, 7281.461, 364.0710, 0, 0, 100),
|
||||
(783790, 7, 1343.056, 7258.956, 364.0087, 0, 0, 100),
|
||||
(783790, 8, 1376.387, 7225.261, 363.3726, 0, 0, 100),
|
||||
(783790, 9, 1380.471, 7192.426, 365.0630, 0, 0, 100),
|
||||
(783790, 10, 1374.793, 7147.526, 364.8091, 0, 0, 100),
|
||||
(783790, 11, 1380.471, 7192.426, 365.0630, 0, 0, 100),
|
||||
(783790, 12, 1376.387, 7225.261, 363.3726, 0, 0, 100),
|
||||
(783790, 13, 1343.056, 7258.956, 364.0087, 0, 0, 100),
|
||||
(783790, 14, 1327.383, 7281.461, 364.0710, 0, 0, 100),
|
||||
(783790, 15, 1321.021, 7306.510, 364.1526, 0, 0, 100),
|
||||
(783790, 16, 1323.984, 7337.061, 364.1812, 0, 0, 100),
|
||||
(783790, 17, 1341.117, 7362.622, 367.4298, 0, 0, 100),
|
||||
(783790, 18, 1359.949, 7381.602, 364.4118, 0, 0, 100),
|
||||
(783790, 19, 1377.954, 7373.933, 364.5356, 0, 0, 100),
|
||||
(783790, 20, 1392.906, 7344.292, 364.2321, 0, 0, 100),
|
||||
(783800, 1, 1327.511, 7143.245, 371.3334, 0, 0, 100),
|
||||
(783800, 2, 1304.279, 7149.792, 370.8072, 0, 0, 100),
|
||||
(783800, 3, 1293.159, 7174.249, 371.4051, 0, 0, 100),
|
||||
(783800, 4, 1283.558, 7206.416, 371.2104, 0, 0, 100),
|
||||
(783800, 5, 1304.064, 7246.037, 366.1053, 0, 0, 100),
|
||||
(783800, 6, 1324.706, 7259.761, 364.0050, 0, 0, 100),
|
||||
(783800, 7, 1353.680, 7279.329, 363.8527, 0, 0, 100),
|
||||
(783800, 8, 1379.141, 7296.346, 364.3794, 0, 0, 100),
|
||||
(783800, 9, 1353.680, 7279.329, 363.8527, 0, 0, 100),
|
||||
(783800, 10, 1324.706, 7259.761, 364.0050, 0, 0, 100),
|
||||
(783800, 11, 1304.064, 7246.037, 366.1053, 0, 0, 100),
|
||||
(783800, 12, 1283.558, 7206.416, 371.2104, 0, 0, 100),
|
||||
(783800, 13, 1293.159, 7174.249, 371.4051, 0, 0, 100),
|
||||
(783800, 14, 1304.279, 7149.792, 370.8072, 0, 0, 100),
|
||||
(783800, 15, 1327.511, 7143.245, 371.3334, 0, 0, 100),
|
||||
(783800, 16, 1352.581, 7149.935, 371.0145, 0, 0, 100),
|
||||
(950970, 1, 1611.359, 7263.525, 364.6029, 0, 0, 100),
|
||||
(950970, 2, 1580.662, 7250.049, 364.7177, 0, 0, 100),
|
||||
(950970, 3, 1546.296, 7240.428, 364.2438, 0, 0, 100),
|
||||
(950970, 4, 1510.422, 7231.355, 370.7528, 0, 0, 100),
|
||||
(950970, 5, 1484.828, 7221.558, 370.2086, 0, 0, 100),
|
||||
(950970, 6, 1452.361, 7198.633, 368.9296, 0, 0, 100),
|
||||
(950970, 7, 1413.485, 7188.418, 364.1214, 0, 0, 100),
|
||||
(950970, 8, 1381.860, 7152.774, 363.8575, 0, 0, 100),
|
||||
(950970, 9, 1340.350, 7150.415, 370.8895, 0, 0, 100),
|
||||
(950970, 10, 1312.100, 7151.096, 371.1092, 0, 0, 100),
|
||||
(950970, 11, 1270.860, 7138.866, 371.6308, 0, 0, 100),
|
||||
(950970, 12, 1312.100, 7151.096, 371.1092, 0, 0, 100),
|
||||
(950970, 13, 1340.350, 7150.415, 370.8895, 0, 0, 100),
|
||||
(950970, 14, 1381.860, 7152.774, 363.8575, 0, 0, 100),
|
||||
(950970, 15, 1413.485, 7188.418, 364.1214, 0, 0, 100),
|
||||
(950970, 16, 1452.157, 7198.574, 368.9937, 0, 0, 100),
|
||||
(950970, 17, 1484.828, 7221.558, 370.2086, 0, 0, 100),
|
||||
(950970, 18, 1510.422, 7231.355, 370.7528, 0, 0, 100),
|
||||
(950970, 19, 1546.296, 7240.428, 364.2438, 0, 0, 100),
|
||||
(950970, 20, 1580.662, 7250.049, 364.7177, 0, 0, 100),
|
||||
(950970, 21, 1611.359, 7263.525, 364.6029, 0, 0, 100),
|
||||
(950970, 22, 1643.517, 7270.127, 364.1072, 0, 0, 100),
|
||||
(950980, 1, 1419.505, 7164.240, 364.4756, 0, 0, 100),
|
||||
(950980, 2, 1402.671, 7184.678, 364.2086, 0, 0, 100),
|
||||
(950980, 3, 1400.633, 7203.377, 363.9698, 0, 0, 100),
|
||||
(950980, 4, 1409.790, 7229.050, 363.9241, 0, 0, 100),
|
||||
(950980, 5, 1426.006, 7237.803, 363.8538, 0, 0, 100),
|
||||
(950980, 6, 1445.413, 7236.438, 370.0939, 0, 0, 100),
|
||||
(950980, 7, 1475.855, 7214.994, 368.9968, 0, 0, 100),
|
||||
(950980, 8, 1500.265, 7192.905, 365.7592, 0, 0, 100),
|
||||
(950980, 9, 1513.472, 7180.257, 364.7081, 0, 0, 100),
|
||||
(950980, 10, 1555.877, 7178.830, 365.0292, 0, 0, 100),
|
||||
(950980, 11, 1552.187, 7214.417, 363.7809, 0, 0, 100),
|
||||
(950980, 12, 1531.199, 7230.337, 364.7152, 0, 0, 100),
|
||||
(950980, 13, 1508.693, 7232.303, 370.4947, 0, 0, 100),
|
||||
(950980, 14, 1482.025, 7210.260, 369.3679, 0, 0, 100),
|
||||
(950980, 15, 1468.256, 7190.412, 363.8764, 0, 0, 100),
|
||||
(950980, 16, 1463.677, 7167.428, 365.2648, 0, 0, 100),
|
||||
(950980, 17, 1450.946, 7154.204, 364.9455, 0, 0, 100),
|
||||
(950990, 1, 1611.515, 7180.544, 369.7453, 0, 0, 100),
|
||||
(950990, 2, 1595.189, 7181.851, 364.2325, 0, 0, 100),
|
||||
(950990, 3, 1576.305, 7182.418, 363.0301, 0, 0, 100),
|
||||
(950990, 4, 1551.096, 7188.584, 364.3322, 0, 0, 100),
|
||||
(950990, 5, 1543.399, 7204.917, 364.7606, 0, 0, 100),
|
||||
(950990, 6, 1546.314, 7228.875, 365.0632, 0, 0, 100),
|
||||
(950990, 7, 1552.296, 7252.303, 364.4031, 0, 0, 100),
|
||||
(950990, 8, 1576.719, 7259.852, 364.3064, 0, 0, 100),
|
||||
(950990, 9, 1600.801, 7268.596, 364.1293, 0, 0, 100),
|
||||
(950990, 10, 1610.080, 7244.772, 364.5979, 0, 0, 100),
|
||||
(950990, 11, 1622.727, 7225.670, 368.7903, 0, 0, 100),
|
||||
(950990, 12, 1638.417, 7212.743, 368.9995, 0, 0, 100),
|
||||
(950990, 13, 1630.473, 7189.032, 369.5075, 0, 0, 100);
|
||||
@@ -0,0 +1,70 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (78317,78318,78319,78320,78321,78322,78323);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (78317,78318,78319,78320,78321,78322,78323);
|
||||
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (78317,78318,78319,78320,78321,78322,78323);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(78317, 22282, 530, '0', 0, 0, 0, 2806.079, 7076.457, 365.5324, 5.671391, 300, 0, 0, 349, 0, 2),
|
||||
(78318, 22282, 530, '0', 0, 0, 0, 2990.224, 6785.195, 364.8759, 6.074828, 300, 0, 0, 349, 0, 2),
|
||||
(78319, 22282, 530, '0', 0, 0, 0, 2910.094, 7068.237, 364.9525, 1.489692, 300, 0, 0, 349, 0, 2);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (78317,78318,78319);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(78317, 783170, 0, 0, 0, "8278 8279"),
|
||||
(78318, 783180, 0, 0, 0, "8278 8279"),
|
||||
(78319, 783190, 0, 0, 0, "8278 8279");
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (783170,783180,783190);
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES
|
||||
(783170, 1, 2852.453, 7043.906, 364.9724, 0, 0, 100),
|
||||
(783170, 2, 2851.765, 7012.301, 364.6559, 0, 0, 100),
|
||||
(783170, 3, 2829.326, 6977.799, 364.4576, 0, 0, 100),
|
||||
(783170, 4, 2801.134, 6979.436, 365.2224, 0, 0, 100),
|
||||
(783170, 5, 2778.260, 6996.175, 363.9151, 0, 0, 100),
|
||||
(783170, 6, 2762.791, 7004.948, 365.7821, 0, 0, 100),
|
||||
(783170, 7, 2747.056, 7022.587, 364.3496, 0, 0, 100),
|
||||
(783170, 8, 2758.387, 7045.114, 365.2759, 0, 0, 100),
|
||||
(783170, 9, 2785.369, 7059.199, 365.5059, 0, 0, 100),
|
||||
(783170, 10, 2806.417, 7073.966, 365.1748, 0, 0, 100),
|
||||
(783170, 11, 2826.553, 7073.792, 364.4439, 0, 0, 100),
|
||||
(783170, 12, 2839.854, 7063.182, 364.3952, 0, 0, 100),
|
||||
(783180, 1, 3004.284, 6782.222, 364.5349, 0, 0, 100),
|
||||
(783180, 2, 3027.782, 6782.367, 364.5132, 0, 0, 100),
|
||||
(783180, 3, 3046.018, 6798.135, 364.0664, 0, 0, 100),
|
||||
(783180, 4, 3053.277, 6812.616, 363.8491, 0, 0, 100),
|
||||
(783180, 5, 3047.935, 6837.430, 364.5686, 0, 0, 100),
|
||||
(783180, 6, 3038.779, 6852.491, 364.0435, 0, 0, 100),
|
||||
(783180, 7, 3037.607, 6879.542, 365.1363, 0, 0, 100),
|
||||
(783180, 8, 3027.673, 6905.063, 363.9569, 0, 0, 100),
|
||||
(783180, 9, 3004.303, 6913.749, 364.1187, 0, 0, 100),
|
||||
(783180, 10, 2980.841, 6915.414, 364.1449, 0, 0, 100),
|
||||
(783180, 11, 2954.499, 6915.431, 364.1512, 0, 0, 100),
|
||||
(783180, 12, 2934.219, 6898.214, 363.9237, 0, 0, 100),
|
||||
(783180, 13, 2927.351, 6874.112, 364.6876, 0, 0, 100),
|
||||
(783180, 14, 2936.430, 6849.208, 364.0913, 0, 0, 100),
|
||||
(783180, 15, 2927.728, 6827.473, 364.3772, 0, 0, 100),
|
||||
(783180, 16, 2928.914, 6804.495, 364.5570, 0, 0, 100),
|
||||
(783180, 17, 2942.147, 6790.945, 367.7448, 0, 0, 100),
|
||||
(783180, 18, 2970.093, 6787.654, 366.9110, 0, 0, 100),
|
||||
(783180, 19, 2993.219, 6783.612, 364.5096, 0, 0, 100),
|
||||
(783190, 1, 2912.509, 7098.010, 366.5352, 0, 0, 100),
|
||||
(783190, 2, 2917.027, 7111.693, 365.4970, 0, 0, 100),
|
||||
(783190, 3, 2931.005, 7119.402, 365.3638, 0, 0, 100),
|
||||
(783190, 4, 2955.236, 7115.543, 365.7521, 0, 0, 100),
|
||||
(783190, 5, 2965.510, 7102.121, 365.2693, 0, 0, 100),
|
||||
(783190, 6, 2970.492, 7091.273, 365.5998, 0, 0, 100),
|
||||
(783190, 7, 3009.455, 7077.002, 363.8786, 0, 0, 100),
|
||||
(783190, 8, 3017.801, 7054.702, 364.5884, 0, 0, 100),
|
||||
(783190, 9, 3010.720, 7028.245, 364.7604, 0, 0, 100),
|
||||
(783190, 10, 2995.655, 7015.955, 364.8122, 0, 0, 100),
|
||||
(783190, 11, 2969.312, 7020.586, 365.2711, 0, 0, 100),
|
||||
(783190, 12, 2956.298, 7005.951, 364.1656, 0, 0, 100),
|
||||
(783190, 13, 2939.820, 6990.127, 364.7526, 0, 0, 100),
|
||||
(783190, 14, 2912.716, 6998.517, 366.2108, 0, 0, 100),
|
||||
(783190, 15, 2900.004, 7025.863, 365.1796, 0, 0, 100),
|
||||
(783190, 16, 2904.133, 7044.475, 365.6597, 0, 0, 100),
|
||||
(783190, 17, 2909.150, 7063.064, 365.5295, 0, 0, 100),
|
||||
(783190, 18, 2917.076, 7082.824, 364.2726, 0, 0, 100);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE entry = 22282;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES
|
||||
(22282, "8278 8279");
|
||||
@@ -0,0 +1,16 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (78359,78360,78361,78362,78363,78364,78365,78366,78320,78321,78322);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (78359,78360,78361,78362,78363,78364,78365,78366);
|
||||
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (78359,78360,78361,78362,78363,78364,78365,78366);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(78359, 22291, 530, '0', 0, 0, 0, 2774.522, 7020.976, 370.8136, 2.12930200, 300, 0, 0, 7380, 0, 0),
|
||||
(78360, 22291, 530, '0', 0, 0, 0, 2818.670, 7049.295, 370.3463, 1.95476900, 300, 0, 0, 7380, 0, 0),
|
||||
(78361, 22291, 530, '0', 0, 0, 0, 2824.512, 7017.276, 370.0880, 5.74213300, 300, 0, 0, 7380, 0, 0),
|
||||
(78362, 22291, 530, '0', 0, 0, 0, 2931.092, 7026.913, 367.9164, 3.64773800, 300, 0, 0, 7380, 0, 0),
|
||||
(78363, 22291, 530, '0', 0, 0, 0, 2981.310, 6879.979, 370.3918, 1.53589000, 300, 0, 0, 7380, 0, 0),
|
||||
(78364, 22291, 530, '0', 0, 0, 0, 2944.612, 6819.599, 366.6967, 3.80481800, 300, 0, 0, 7380, 0, 0),
|
||||
(78365, 22291, 530, '0', 0, 0, 0, 2953.470, 6870.954, 370.7219, 3.10668600, 300, 0, 0, 7380, 0, 0),
|
||||
(78366, 22291, 530, '0', 0, 0, 0, 3016.538, 6863.845, 370.0450, 0.05235988, 300, 0, 0, 7380, 0, 0),
|
||||
(78320, 22291, 530, '0', 0, 0, 0, 3023.406, 6810.775, 374.3828, 5.96902600, 300, 0, 0, 7380, 0, 0),
|
||||
(78321, 22291, 530, '0', 0, 0, 0, 2992.254, 7045.759, 369.6008, 5.34070700, 300, 0, 0, 7380, 0, 0),
|
||||
(78322, 22291, 530, '0', 0, 0, 0, 2938.332, 7097.362, 370.2270, 2.49582100, 300, 0, 0, 7380, 0, 0);
|
||||
@@ -0,0 +1,205 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (72680,72681,72682,72683,72684,72685,72686,72687,72688,72689,72690,72691,72692);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseid`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(72680, 20557, 530, '0', 0, 0, 0, 2838.165, 7074.903, 365.8945, 0.1715328, 300, 0, 0, 7181, 0, 2),
|
||||
(72681, 20557, 530, '0', 0, 0, 0, 2842.261, 6902.901, 363.2647, 0.7992094, 300, 0, 0, 7181, 0, 2),
|
||||
(72682, 20557, 530, '0', 0, 0, 0, 2920.676, 7068.314, 365.3216, 4.2203280, 300, 0, 0, 7181, 0, 2),
|
||||
(72683, 20557, 530, '0', 0, 0, 0, 2772.758, 6985.622, 364.4864, 5.9456690, 300, 0, 0, 7181, 0, 2),
|
||||
(72684, 20557, 530, '0', 0, 0, 0, 3044.654, 7037.556, 364.1739, 3.4676890, 300, 0, 0, 7181, 0, 2),
|
||||
(72685, 20557, 530, '0', 0, 0, 0, 2925.073, 6933.827, 366.7077, 0.1519892, 300, 0, 0, 7181, 0, 2),
|
||||
(72686, 20557, 530, '0', 0, 0, 0, 2979.515, 6775.853, 364.9106, 3.4206140, 300, 0, 0, 7181, 0, 2),
|
||||
(72687, 20557, 530, '0', 0, 0, 0, 3055.043, 6975.298, 365.2459, 3.8626440, 300, 0, 0, 7181, 0, 2),
|
||||
(72688, 20557, 530, '0', 0, 0, 0, 3012.340, 6776.294, 365.3947, 0.2156671, 300, 0, 0, 7181, 0, 2),
|
||||
(72689, 20557, 530, '0', 0, 0, 0, 2872.627, 6877.586, 364.2757, 0.6837065, 300, 0, 0, 7181, 0, 2),
|
||||
(72690, 20557, 530, '0', 0, 0, 0, 2986.388, 7111.833, 364.8571, 3.8502830, 300, 0, 0, 7181, 0, 2),
|
||||
(72691, 20557, 530, '0', 0, 0, 0, 2890.417, 7154.899, 365.0332, 4.3647220, 300, 0, 0, 7181, 0, 2),
|
||||
(72692, 20557, 530, '0', 0, 0, 0, 2944.051, 7158.121, 365.5524, 2.6713950, 300, 0, 0, 7181, 0, 2);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (72680,72681,72682,72683,72684,72685,72686,72687,72688,72689,72690,72691,72692);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(72680, 726800, 0, 0, 0, ""),
|
||||
(72681, 726810, 0, 0, 0, ""),
|
||||
(72682, 726820, 0, 0, 0, ""),
|
||||
(72683, 726830, 0, 0, 0, ""),
|
||||
(72684, 726840, 0, 0, 0, ""),
|
||||
(72685, 726850, 0, 0, 0, ""),
|
||||
(72686, 726860, 0, 0, 0, ""),
|
||||
(72687, 726870, 0, 0, 0, ""),
|
||||
(72688, 726880, 0, 0, 0, ""),
|
||||
(72689, 726890, 0, 0, 0, ""),
|
||||
(72690, 726900, 0, 0, 0, ""),
|
||||
(72691, 726910, 0, 0, 0, ""),
|
||||
(72692, 726920, 0, 0, 0, "");
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (726800,726810,726820,726830,726840,726850,726860,726870,726880,726890,726900,726910,726920);
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES
|
||||
(726800, 1, 2855.671, 7077.936, 365.5835, 0, 0, 100),
|
||||
(726800, 2, 2874.210, 7093.193, 364.5575, 0, 0, 100),
|
||||
(726800, 3, 2891.624, 7108.722, 365.8233, 0, 0, 100),
|
||||
(726800, 4, 2917.283, 7118.713, 365.5226, 0, 0, 100),
|
||||
(726800, 5, 2942.211, 7126.026, 365.5009, 0, 0, 100),
|
||||
(726800, 6, 2961.035, 7143.308, 364.4117, 0, 0, 100),
|
||||
(726800, 7, 2985.638, 7150.231, 364.8322, 0, 0, 100),
|
||||
(726800, 8, 2961.035, 7143.308, 364.4117, 0, 0, 100),
|
||||
(726800, 9, 2942.211, 7126.026, 365.5009, 0, 0, 100),
|
||||
(726800, 10, 2917.283, 7118.713, 365.5226, 0, 0, 100),
|
||||
(726800, 11, 2891.624, 7108.722, 365.8233, 0, 0, 100),
|
||||
(726800, 12, 2874.466, 7093.397, 364.5389, 0, 0, 100),
|
||||
(726800, 13, 2855.671, 7077.936, 365.5835, 0, 0, 100),
|
||||
(726800, 14, 2838.286, 7062.887, 363.9167, 0, 0, 100),
|
||||
(726810, 1, 2861.496, 6922.694, 364.3198, 0, 0, 100),
|
||||
(726810, 2, 2885.192, 6946.924, 366.5784, 0, 0, 100),
|
||||
(726810, 3, 2914.277, 6977.952, 364.4723, 0, 0, 100),
|
||||
(726810, 4, 2941.384, 6994.946, 364.8961, 0, 0, 100),
|
||||
(726810, 5, 2971.893, 7021.884, 365.1461, 0, 0, 100),
|
||||
(726810, 6, 2941.384, 6994.946, 364.8961, 0, 0, 100),
|
||||
(726810, 7, 2914.277, 6977.952, 364.4723, 0, 0, 100),
|
||||
(726810, 8, 2885.192, 6946.924, 366.5784, 0, 0, 100),
|
||||
(726810, 9, 2861.496, 6922.694, 364.3198, 0, 0, 100),
|
||||
(726810, 10, 2841.480, 6895.969, 361.6937, 0, 0, 100),
|
||||
(726820, 1, 2912.490, 7053.045, 365.5347, 0, 0, 100),
|
||||
(726820, 2, 2904.558, 7024.238, 365.2241, 0, 0, 100),
|
||||
(726820, 3, 2884.616, 7001.505, 365.4165, 0, 0, 100),
|
||||
(726820, 4, 2872.280, 6984.476, 365.3120, 0, 0, 100),
|
||||
(726820, 5, 2849.484, 6963.466, 364.6788, 0, 0, 100),
|
||||
(726820, 6, 2831.692, 6931.862, 364.2488, 0, 0, 100),
|
||||
(726820, 7, 2849.260, 6963.265, 364.8068, 0, 0, 100),
|
||||
(726820, 8, 2872.280, 6984.476, 365.3120, 0, 0, 100),
|
||||
(726820, 9, 2884.605, 7001.477, 365.4031, 0, 0, 100),
|
||||
(726820, 10, 2904.558, 7024.238, 365.2241, 0, 0, 100),
|
||||
(726820, 11, 2912.490, 7053.045, 365.5347, 0, 0, 100),
|
||||
(726820, 12, 2925.117, 7076.473, 365.5374, 0, 0, 100),
|
||||
(726830, 1, 2808.239, 6973.178, 364.6633, 0, 0, 100),
|
||||
(726830, 2, 2843.901, 6982.093, 364.5683, 0, 0, 100),
|
||||
(726830, 3, 2862.078, 7015.368, 364.0882, 0, 0, 100),
|
||||
(726830, 4, 2877.513, 7039.922, 364.7142, 0, 0, 100),
|
||||
(726830, 5, 2905.716, 7062.371, 365.6126, 0, 0, 100),
|
||||
(726830, 6, 2924.071, 7085.791, 364.3985, 0, 0, 100),
|
||||
(726830, 7, 2905.716, 7062.371, 365.6126, 0, 0, 100),
|
||||
(726830, 8, 2877.541, 7039.970, 364.7294, 0, 0, 100),
|
||||
(726830, 9, 2862.078, 7015.368, 364.0882, 0, 0, 100),
|
||||
(726830, 10, 2843.901, 6982.093, 364.5683, 0, 0, 100),
|
||||
(726830, 11, 2808.239, 6973.178, 364.6633, 0, 0, 100),
|
||||
(726830, 12, 2778.558, 6978.680, 364.9259, 0, 0, 100),
|
||||
(726840, 1, 3022.978, 7030.222, 365.0060, 0, 0, 100),
|
||||
(726840, 2, 2999.585, 7013.088, 365.1461, 0, 0, 100),
|
||||
(726840, 3, 2967.995, 6986.986, 365.4838, 0, 0, 100),
|
||||
(726840, 4, 2946.548, 6970.201, 365.2419, 0, 0, 100),
|
||||
(726840, 5, 2925.980, 6951.931, 364.2752, 0, 0, 100),
|
||||
(726840, 6, 2903.839, 6926.905, 365.4123, 0, 0, 100),
|
||||
(726840, 7, 2886.072, 6907.559, 364.3848, 0, 0, 100),
|
||||
(726840, 8, 2858.626, 6876.403, 364.7575, 0, 0, 100),
|
||||
(726840, 9, 2886.072, 6907.559, 364.3848, 0, 0, 100),
|
||||
(726840, 10, 2903.839, 6926.905, 365.4123, 0, 0, 100),
|
||||
(726840, 11, 2925.980, 6951.931, 364.2752, 0, 0, 100),
|
||||
(726840, 12, 2946.548, 6970.201, 365.2419, 0, 0, 100),
|
||||
(726840, 13, 2967.995, 6986.986, 365.4838, 0, 0, 100),
|
||||
(726840, 14, 2999.425, 7012.979, 365.1397, 0, 0, 100),
|
||||
(726840, 15, 3022.978, 7030.222, 365.0060, 0, 0, 100),
|
||||
(726840, 16, 3054.184, 7042.173, 364.5567, 0, 0, 100),
|
||||
(726850, 1, 2947.726, 6937.300, 364.9930, 0, 0, 100),
|
||||
(726850, 2, 2985.193, 6934.610, 366.0233, 0, 0, 100),
|
||||
(726850, 3, 3015.171, 6924.756, 365.9351, 0, 0, 100),
|
||||
(726850, 4, 3034.863, 6903.272, 365.5850, 0, 0, 100),
|
||||
(726850, 5, 3051.356, 6868.200, 364.1719, 0, 0, 100),
|
||||
(726850, 6, 3056.705, 6837.825, 365.6625, 0, 0, 100),
|
||||
(726850, 7, 3055.995, 6811.346, 363.9293, 0, 0, 100),
|
||||
(726850, 8, 3051.553, 6788.479, 364.4403, 0, 0, 100),
|
||||
(726850, 9, 3025.939, 6773.630, 364.6453, 0, 0, 100),
|
||||
(726850, 10, 2997.430, 6779.065, 364.7881, 0, 0, 100),
|
||||
(726850, 11, 2964.531, 6769.958, 364.9076, 0, 0, 100),
|
||||
(726850, 12, 2930.315, 6776.338, 364.9512, 0, 0, 100),
|
||||
(726850, 13, 2918.285, 6806.885, 364.6190, 0, 0, 100),
|
||||
(726850, 14, 2912.431, 6842.140, 365.7422, 0, 0, 100),
|
||||
(726850, 15, 2907.044, 6877.755, 364.9791, 0, 0, 100),
|
||||
(726850, 16, 2916.668, 6926.684, 365.7089, 0, 0, 100),
|
||||
(726850, 17, 2930.061, 6932.938, 366.6436, 0, 0, 100),
|
||||
(726860, 1, 2951.619, 6767.854, 364.6956, 0, 0, 100),
|
||||
(726860, 2, 2922.737, 6785.164, 364.3832, 0, 0, 100),
|
||||
(726860, 3, 2914.164, 6816.449, 365.0359, 0, 0, 100),
|
||||
(726860, 4, 2920.628, 6849.005, 364.0598, 0, 0, 100),
|
||||
(726860, 5, 2923.062, 6874.683, 364.3661, 0, 0, 100),
|
||||
(726860, 6, 2920.628, 6849.005, 364.0598, 0, 0, 100),
|
||||
(726860, 7, 2914.164, 6816.449, 365.0359, 0, 0, 100),
|
||||
(726860, 8, 2922.737, 6785.164, 364.3832, 0, 0, 100),
|
||||
(726860, 9, 2951.619, 6767.854, 364.6956, 0, 0, 100),
|
||||
(726860, 10, 2978.603, 6774.031, 364.6295, 0, 0, 100),
|
||||
(726870, 1, 3039.297, 6961.447, 364.1785, 0, 0, 100),
|
||||
(726870, 2, 3012.485, 6945.107, 364.1169, 0, 0, 100),
|
||||
(726870, 3, 2995.014, 6930.641, 366.1848, 0, 0, 100),
|
||||
(726870, 4, 2968.909, 6917.897, 364.4906, 0, 0, 100),
|
||||
(726870, 5, 2940.915, 6905.415, 364.8960, 0, 0, 100),
|
||||
(726870, 6, 2917.003, 6881.560, 363.7619, 0, 0, 100),
|
||||
(726870, 7, 2904.496, 6860.631, 364.7486, 0, 0, 100),
|
||||
(726870, 8, 2917.003, 6881.560, 363.7619, 0, 0, 100),
|
||||
(726870, 9, 2940.915, 6905.415, 364.8960, 0, 0, 100),
|
||||
(726870, 10, 2968.909, 6917.897, 364.4906, 0, 0, 100),
|
||||
(726870, 11, 2995.014, 6930.641, 366.1848, 0, 0, 100),
|
||||
(726870, 12, 3012.485, 6945.107, 364.1169, 0, 0, 100),
|
||||
(726870, 13, 3039.297, 6961.447, 364.1785, 0, 0, 100),
|
||||
(726870, 14, 3064.207, 6977.887, 364.1757, 0, 0, 100),
|
||||
(726880, 1, 3044.975, 6783.440, 364.5978, 0, 0, 100),
|
||||
(726880, 2, 3062.011, 6816.901, 365.1671, 0, 0, 100),
|
||||
(726880, 3, 3063.646, 6845.110, 365.4035, 0, 0, 100),
|
||||
(726880, 4, 3059.866, 6880.194, 364.2898, 0, 0, 100),
|
||||
(726880, 5, 3063.646, 6845.110, 365.4035, 0, 0, 100),
|
||||
(726880, 6, 3062.011, 6816.901, 365.1671, 0, 0, 100),
|
||||
(726880, 7, 3044.975, 6783.440, 364.5978, 0, 0, 100),
|
||||
(726880, 8, 3009.408, 6773.854, 365.3167, 0, 0, 100),
|
||||
(726890, 1, 2898.859, 6898.955, 365.2638, 0, 0, 100),
|
||||
(726890, 2, 2931.555, 6930.920, 366.7287, 0, 0, 100),
|
||||
(726890, 3, 2964.605, 6955.362, 364.8635, 0, 0, 100),
|
||||
(726890, 4, 2995.130, 6974.602, 365.3798, 0, 0, 100),
|
||||
(726890, 5, 3030.536, 6990.398, 365.0394, 0, 0, 100),
|
||||
(726890, 6, 3062.585, 7010.932, 365.6774, 0, 0, 100),
|
||||
(726890, 7, 3030.536, 6990.398, 365.0394, 0, 0, 100),
|
||||
(726890, 8, 2995.130, 6974.602, 365.3798, 0, 0, 100),
|
||||
(726890, 9, 2964.605, 6955.362, 364.8635, 0, 0, 100),
|
||||
(726890, 10, 2931.555, 6930.920, 366.7287, 0, 0, 100),
|
||||
(726890, 11, 2898.859, 6898.955, 365.2638, 0, 0, 100),
|
||||
(726890, 12, 2862.580, 6872.323, 364.4011, 0, 0, 100),
|
||||
(726900, 1, 2978.880, 7105.396, 364.6908, 0, 0, 100),
|
||||
(726900, 2, 2992.279, 7090.904, 364.7131, 0, 0, 100),
|
||||
(726900, 3, 3016.816, 7084.032, 366.2536, 0, 0, 100),
|
||||
(726900, 4, 3020.800, 7063.650, 365.4578, 0, 0, 100),
|
||||
(726900, 5, 3020.802, 7046.065, 365.1304, 0, 0, 100),
|
||||
(726900, 6, 3043.988, 7025.776, 366.3173, 0, 0, 100),
|
||||
(726900, 7, 3061.027, 6997.979, 364.6350, 0, 0, 100),
|
||||
(726900, 8, 3043.988, 7025.776, 366.3173, 0, 0, 100),
|
||||
(726900, 9, 3020.802, 7046.065, 365.1304, 0, 0, 100),
|
||||
(726900, 10, 3020.800, 7063.650, 365.4578, 0, 0, 100),
|
||||
(726900, 11, 3016.816, 7084.032, 366.2536, 0, 0, 100),
|
||||
(726900, 12, 2992.279, 7090.904, 364.7131, 0, 0, 100),
|
||||
(726900, 13, 2978.880, 7105.396, 364.6908, 0, 0, 100),
|
||||
(726900, 14, 2955.366, 7108.196, 365.3616, 0, 0, 100),
|
||||
(726910, 1, 2880.686, 7128.017, 365.7320, 0, 0, 100),
|
||||
(726910, 2, 2874.922, 7090.022, 364.8263, 0, 0, 100),
|
||||
(726910, 3, 2873.347, 7047.713, 364.5892, 0, 0, 100),
|
||||
(726910, 4, 2875.338, 7014.307, 364.8738, 0, 0, 100),
|
||||
(726910, 5, 2881.305, 6991.716, 365.9776, 0, 0, 100),
|
||||
(726910, 6, 2905.550, 6968.209, 365.4919, 0, 0, 100),
|
||||
(726910, 7, 2942.239, 6956.793, 364.9129, 0, 0, 100),
|
||||
(726910, 8, 2976.514, 6972.401, 364.4939, 0, 0, 100),
|
||||
(726910, 9, 3005.753, 6985.610, 364.3358, 0, 0, 100),
|
||||
(726910, 10, 3018.676, 7017.822, 364.7350, 0, 0, 100),
|
||||
(726910, 11, 3019.727, 7052.344, 364.0334, 0, 0, 100),
|
||||
(726910, 12, 3008.217, 7083.816, 364.1286, 0, 0, 100),
|
||||
(726910, 13, 2985.435, 7114.537, 365.0980, 0, 0, 100),
|
||||
(726910, 14, 2960.736, 7129.825, 365.3180, 0, 0, 100),
|
||||
(726910, 15, 2945.326, 7145.546, 365.4655, 0, 0, 100),
|
||||
(726910, 16, 2921.095, 7161.554, 365.1239, 0, 0, 100),
|
||||
(726910, 17, 2894.340, 7156.020, 365.1386, 0, 0, 100),
|
||||
(726920, 1, 2931.752, 7164.380, 365.3788, 0, 0, 100),
|
||||
(726920, 2, 2896.417, 7145.616, 366.1021, 0, 0, 100),
|
||||
(726920, 3, 2873.247, 7126.979, 365.7324, 0, 0, 100),
|
||||
(726920, 4, 2844.990, 7116.991, 366.0155, 0, 0, 100),
|
||||
(726920, 5, 2807.834, 7085.617, 365.9453, 0, 0, 100),
|
||||
(726920, 6, 2781.440, 7062.177, 366.1049, 0, 0, 100),
|
||||
(726920, 7, 2753.918, 7045.331, 365.4569, 0, 0, 100),
|
||||
(726920, 8, 2781.440, 7062.177, 366.1049, 0, 0, 100),
|
||||
(726920, 9, 2807.834, 7085.617, 365.9453, 0, 0, 100),
|
||||
(726920, 10, 2844.990, 7116.991, 366.0155, 0, 0, 100),
|
||||
(726920, 11, 2873.247, 7126.979, 365.7324, 0, 0, 100),
|
||||
(726920, 12, 2896.417, 7145.616, 366.1021, 0, 0, 100),
|
||||
(726920, 13, 2931.752, 7164.380, 365.3788, 0, 0, 100),
|
||||
(726920, 14, 2959.552, 7175.740, 364.7140, 0, 0, 100);
|
||||
@@ -0,0 +1,17 @@
|
||||
-- Fel Cannonball Stack
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (7028,7029,7035,7038,7042,7059,7062,7064,7066,7067,7068,7069,7073,7075);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
|
||||
(7028, 185861, 530, '0', 0, 1724.264, 7378.032, 369.8983, 4.1538850, 0, 0, -0.8746195, 0.48481010, 300, 100, 1),
|
||||
(7029, 185861, 530, '0', 0, 1699.965, 7339.737, 370.0056, 2.8274300, 0, 0, 0.98768810, 0.15643620, 300, 100, 1),
|
||||
(7035, 185861, 530, '0', 0, 1635.7282, 7236.3793, 368.836, 3.385048, 0, 0, 0.92387870, 0.38268550, 300, 100, 1),
|
||||
(7038, 185861, 530, '0', 0, 1650.052, 7206.133, 369.0356, 1.2217290, 0, 0, 0.57357600, 0.81915240, 300, 100, 1),
|
||||
(7042, 185861, 530, '0', 0, 1444.903, 7303.924, 373.7010, 2.9146900, 0, 0, 0.99357130, 0.11320840, 300, 100, 1),
|
||||
(7059, 185861, 530, '0', 0, 1412.624, 7361.099, 370.1049, 0.2617982, 0, 0, 0.13052560, 0.99144490, 300, 100, 1),
|
||||
(7062, 185861, 530, '0', 0, 1437.102, 7289.250, 373.7963, 0.4886912, 0, 0, 0.24192140, 0.97029580, 300, 100, 1),
|
||||
(7064, 185861, 530, '0', 0, 1339.803, 7300.026, 368.5673, 0.3665176, 0, 0, 0.18223480, 0.98325500, 300, 100, 1),
|
||||
(7066, 185861, 530, '0', 0, 1341.605, 7217.468, 375.0737, 1.3439010, 0, 0, 0.62251380, 0.78260880, 300, 100, 1),
|
||||
(7067, 185861, 530, '0', 0, 1521.983, 7309.528, 367.4526, 0.6453460, 0, 0, -0.4924231, 0.87035600, 300, 100, 1),
|
||||
(7068, 185861, 530, '0', 0, 1303.507, 7190.829, 371.5774, 3.2986870, 0, 0, -0.9969168, 0.07846643, 300, 100, 1),
|
||||
(7069, 185861, 530, '0', 0, 1361.807, 7161.544, 371.1580, 0.1047193, 0, 0, 0.05233574, 0.99862960, 300, 100, 1),
|
||||
(7073, 185861, 530, '0', 0, 1448.179, 7207.929, 369.0707, 5.5676010, 0, 0, -0.3502073, 0.93667220, 300, 100, 1),
|
||||
(7075, 185861, 530, '0', 0, 1508.000, 7209.453, 370.4677, 0.2094394, 0, 0, 0.10452840, 0.99452190, 300, 100, 1);
|
||||
@@ -0,0 +1,7 @@
|
||||
-- Wrath Reaver
|
||||
DELETE FROM `creature` WHERE `guid` IN (77853,77851);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(77851, 22196, 530, '0', 0, 0, 0, 2818.272, 6925.054, 364.0483, 0.8203048, 300, 0, 0, 59040, 0, 0);
|
||||
DELETE FROM `creature_template_addon` WHERE entry = 22196;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES
|
||||
(22196, "16245");
|
||||
@@ -0,0 +1,42 @@
|
||||
-- Wrath Speaker
|
||||
DELETE FROM `creature` WHERE `guid` IN (77846, 77847, 77848, 77849);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(77846, 22195, 530, '0', 0, 0, 0, 2809.144, 7028.737, 370.1192, 5.2640550, 300, 10, 0, 5744, 3155, 1),
|
||||
(77847, 22195, 530, '0', 0, 0, 0, 2951.050, 7042.642, 368.8290, 0.6083948, 300, 0, 0, 5744, 3155, 2),
|
||||
(77848, 22195, 530, '0', 0, 0, 0, 2967.950, 6890.847, 370.4887, 4.6027830, 300, 0, 0, 5744, 3155, 2),
|
||||
(77849, 22195, 530, '0', 0, 0, 0, 3005.345, 6799.072, 373.6648, 1.4287640, 300, 0, 0, 5744, 3155, 2);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (77846, 77847, 77848, 77849);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(77846, 0, 0, 0, 0, ""),
|
||||
(77847, 778470, 0, 0, 0, ""),
|
||||
(77848, 778480, 0, 0, 0, ""),
|
||||
(77849, 778490, 0, 0, 0, "");
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (778470,778480,778490);
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES
|
||||
(778470, 1, 2975.211, 7059.475, 367.0825, 0, 0, 100),
|
||||
(778470, 2, 2988.456, 7052.621, 369.1406, 0, 0, 100),
|
||||
(778470, 3, 2970.003, 7061.874, 369.9319, 0, 0, 100),
|
||||
(778470, 4, 2959.972, 7082.811, 368.6384, 0, 0, 100),
|
||||
(778470, 5, 2959.031, 7090.068, 364.4005, 0, 0, 100),
|
||||
(778470, 6, 2937.706, 7083.439, 363.8671, 0, 0, 100),
|
||||
(778470, 7, 2943.229, 7070.313, 370.5299, 0, 0, 100),
|
||||
(778470, 8, 2945.689, 7043.885, 368.4086, 0, 0, 100),
|
||||
(778470, 9, 2939.260, 7034.117, 367.3447, 0, 0, 100),
|
||||
(778480, 1, 2965.214, 6865.952, 370.0455, 0, 0, 100),
|
||||
(778480, 2, 2961.003, 6840.708, 370.1313, 0, 0, 100),
|
||||
(778480, 3, 2964.531, 6820.890, 369.2407, 0, 0, 100),
|
||||
(778480, 4, 2962.245, 6799.692, 366.7432, 0, 0, 100),
|
||||
(778480, 5, 2964.531, 6820.890, 369.2407, 0, 0, 100),
|
||||
(778480, 6, 2961.003, 6840.708, 370.1313, 0, 0, 100),
|
||||
(778480, 7, 2965.214, 6865.952, 370.0455, 0, 0, 100),
|
||||
(778480, 8, 2968.895, 6893.699, 370.4094, 0, 0, 100),
|
||||
(778490, 1, 3010.420, 6834.429, 369.9110, 0, 0, 100),
|
||||
(778490, 2, 3009.010, 6869.215, 370.3058, 0, 0, 100),
|
||||
(778490, 3, 3019.349, 6882.292, 370.7339, 0, 0, 100),
|
||||
(778490, 4, 3012.913, 6898.837, 369.5817, 0, 0, 100),
|
||||
(778490, 5, 3019.349, 6882.292, 370.7339, 0, 0, 100),
|
||||
(778490, 6, 3009.010, 6869.215, 370.3058, 0, 0, 100),
|
||||
(778490, 7, 3010.420, 6834.429, 369.9110, 0, 0, 100),
|
||||
(778490, 8, 3006.181, 6800.649, 373.9317, 0, 0, 100);
|
||||
@@ -0,0 +1,13 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (77853,78323,95101,95102,95103,95107);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(77853, 22255, 530, '0', 0, 0, 0, 4044.39, 4848.37, 267.912, 1.97832, 600, 5, 0, 0, 0, 1),
|
||||
(78323, 22255, 530, '0', 0, 0, 0, 3962.94, 5013.71, 269.379, 1.85658, 600, 5, 0, 0, 0, 1),
|
||||
(95101, 22255, 530, '0', 0, 0, 0, 3902.38, 5335.72, 267.349, 5.92102, 600, 5, 0, 0, 0, 1),
|
||||
(95102, 22255, 530, '0', 0, 0, 0, 3893.24, 5408.77, 267.984, 6.16056, 600, 5, 0, 0, 0, 1),
|
||||
(95103, 22255, 530, '0', 0, 0, 0, 4125.15, 5514.87, 269.577, 0.59601, 600, 5, 0, 0, 0, 1),
|
||||
(95107, 22255, 530, '0', 0, 0, 0, 3861.98, 5778.68, 266.847, 4.50730, 600, 5, 0, 0, 0, 1);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE entry = 22255;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES
|
||||
(22255, "32942");
|
||||
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `creature` SET `position_x`=1558.8469, `position_y`=7195.6274, `position_z`=363.863 WHERE `guid`=71197;
|
||||
UPDATE `creature` SET `position_x`=1406.1982, `position_y`=7179.0869, `position_z`=363.817 WHERE `guid`=71205;
|
||||
@@ -0,0 +1,35 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (95109,95110,95111,95149,95150,95151,95152,95153,95154,95155,95156,95157,95158,95159,95167,95168,95169,95170,95171,95195,95196,95197,95202,95203,95204,95205,95207,95208,95211,95212,95237,95239);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(95109, 22241, 530, '0', 0, 0, 1, 4023.13, 5849.69, 266.066, 3.75246, 300, 0, 0, 6986, 0, 0),
|
||||
(95110, 22241, 530, '0', 0, 0, 1, 4000.29, 5894.65, 266.54, 3.87463, 300, 0, 0, 7181, 0, 0),
|
||||
(95111, 22243, 530, '0', 0, 0, 1, 3912.05, 6093.59, 270.567, 5.58119, 300, 0, 0, 5903, 3309, 0),
|
||||
(95149, 22243, 530, '0', 0, 0, 1, 3695.35, 6004.69, 265.265, 5.92225, 300, 0, 0, 5744, 3231, 0),
|
||||
(95150, 22241, 530, '0', 0, 0, 1, 3957.18, 6082.14, 269.598, 4.86947, 300, 0, 0, 7181, 0, 0),
|
||||
(95151, 22243, 530, '0', 0, 0, 1, 4006.68, 5924.28, 267.573, 4.53786, 300, 0, 0, 5744, 3231, 0),
|
||||
(95152, 22243, 530, '0', 0, 0, 1, 4040.06, 5875.89, 267.873, 3.47321, 300, 0, 0, 5903, 3309, 0),
|
||||
(95153, 22243, 530, '0', 0, 0, 1, 3981.69, 6067.01, 266.442, 3.644259, 300, 0, 0, 5903, 3309, 0),
|
||||
(95154, 22243, 530, '0', 0, 0, 1, 3926.36, 6023.15, 269.678, 1.71042, 300, 0, 0, 5744, 3231, 0),
|
||||
(95155, 22242, 530, '0', 0, 0, 1, 3953.83, 6023.34, 266.039, 1.39232, 300, 0, 0, 5589, 3155, 0),
|
||||
(95156, 22242, 530, '0', 0, 0, 1, 3970.4, 5910.05, 267.363, 4.93839, 300, 0, 0, 5744, 3231, 0),
|
||||
(95157, 22242, 530, '0', 0, 0, 1, 3951.97, 5963.87, 266.679, 4.85202, 300, 0, 0, 5589, 3155, 0),
|
||||
(95158, 22242, 530, '0', 0, 0, 1, 4014.49, 5876.32, 267.872, 3.80482, 300, 0, 0, 5744, 3231, 0),
|
||||
(95159, 22242, 530, '0', 0, 0, 1, 3920.99, 5973.4, 267.398, 4.85202, 300, 0, 0, 5589, 3155, 0),
|
||||
(95167, 22243, 530, '0', 0, 0, 1, 4053.6235, 5601.3105, 267.276, 2.254693, 300, 3, 0, 5903, 3309, 1),
|
||||
(95168, 22243, 530, '0', 0, 0, 1, 4059.1462, 5594.0625, 267.276, 5.513842, 300, 3, 0, 5903, 3309, 1),
|
||||
(95169, 22243, 530, '0', 0, 0, 1, 4069.7180, 5584.5781, 267.276, 2.140568, 300, 3, 0, 5903, 3309, 1),
|
||||
(95170, 22243, 530, '0', 0, 0, 1, 4075.5078, 5600.2343, 267.275, 0.718997, 300, 3, 0, 5903, 3309, 1),
|
||||
(95171, 22243, 530, '0', 0, 0, 1, 4053.3730, 5578.3569, 267.275, 3.892006, 300, 3, 0, 5903, 3309, 1),
|
||||
(95195, 22243, 530, '0', 0, 0, 1, 4075.6162, 5578.0249, 267.276, 5.443168, 300, 3, 0, 5903, 3309, 1),
|
||||
(95196, 22243, 530, '0', 0, 0, 1, 3917.178, 5117.499, 270.091, 0.593332, 300, 3, 0, 5903, 3309, 1),
|
||||
(95197, 22243, 530, '0', 0, 0, 1, 3910.865, 5107.542, 270.091, 4.005892, 300, 3, 0, 5903, 3309, 1),
|
||||
(95202, 22243, 530, '0', 0, 0, 1, 3901.098, 5096.722, 270.093, 0.766121, 300, 3, 0, 5903, 3309, 1),
|
||||
(95203, 22243, 530, '0', 0, 0, 1, 3895.511, 5087.138, 270.093, 4.029447, 300, 3, 0, 5903, 3309, 1),
|
||||
(95204, 22243, 530, '0', 0, 0, 1, 3916.576, 5086.174, 270.093, 5.557051, 300, 3, 0, 5903, 3309, 1),
|
||||
(95205, 22243, 530, '0', 0, 0, 1, 3894.636, 5117.943, 270.093, 2.156276, 300, 3, 0, 5903, 3309, 1),
|
||||
(95207, 22243, 530, '0', 0, 0, 1, 4005.711, 5324.081, 269.730, 4.005891, 300, 3, 0, 5903, 3309, 1),
|
||||
(95208, 22243, 530, '0', 0, 0, 1, 4009.549, 5332.207, 269.730, 0.589409, 300, 3, 0, 5903, 3309, 1),
|
||||
(95211, 22243, 530, '0', 0, 0, 1, 4019.608, 5342.735, 269.731, 3.903789, 300, 3, 0, 5903, 3309, 1),
|
||||
(95212, 22243, 530, '0', 0, 0, 1, 4024.584, 5351.215, 269.731, 0.899641, 300, 3, 0, 5903, 3309, 1),
|
||||
(95237, 22243, 530, '0', 0, 0, 1, 4005.748, 5351.169, 269.732, 2.105227, 300, 3, 0, 5903, 3309, 1),
|
||||
(95239, 22243, 530, '0', 0, 0, 1, 4023.986, 5322.842, 269.730, 5.502076, 300, 3, 0, 5903, 3309, 1);
|
||||
@@ -0,0 +1,30 @@
|
||||
--
|
||||
-- North Fleet Sailor (23866)
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=23866 AND `source_type`=0 AND `id` IN (1,2);
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(23866,0,1,0,0,0,100,0,5000,7000,8000,10000,0,11,15496,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"North Fleet Sailor - In Combat - Cast 'Cleave'"),
|
||||
(23866,0,2,0,0,0,100,0,6000,10000,11000,15000,0,11,49863,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"North Fleet Sailor - In Combat - Cast 'Shield Slam'");
|
||||
|
||||
-- Vengeance Bringer (23865)
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=23865;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=23865 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(23865,0,0,0,0,0,100,0,1000,1000,60000,60000,0,11,32064,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Vengeance Bringer - In Combat - Cast 'Battle Shout'"),
|
||||
(23865,0,1,0,0,0,100,0,3000,6000,7000,10000,0,11,32736,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Vengeance Bringer - In Combat - Cast 'Mortal Strike'");
|
||||
|
||||
-- North Fleet Medic (23794)
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=23794;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=23794 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(23794,0,0,0,0,0,100,0,0,0,3000,5000,0,11,9734,64,0,0,0,0,2,0,0,0,0,0,0,0,0,"North Fleet Medic - In Combat - Cast 'Holy Smite'"),
|
||||
(23794,0,1,0,2,0,100,0,0,75,8000,9000,0,11,11640,33,0,0,0,0,1,0,0,0,0,0,0,0,0,"North Fleet Medic - Between 0-75% Health - Cast 'Renew'"),
|
||||
(23794,0,2,0,74,0,100,0,0,75,8000,9000,0,11,11640,33,0,0,0,0,11,0,15,0,0,0,0,0,0,"North Fleet Medic - On Friendly Between 0-75% Health - Cast 'Renew'");
|
||||
|
||||
-- Winterskorn Scout (24116)
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=-200011 AND `source_type`=0 AND `id` IN (4,5);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=-200012 AND `source_type`=0 AND `id` IN (1,2);
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(-200011,0,4,0,0,0,100,0,3000,5000,5000,7000,0,11,15496,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Winterskorn Scout - In Combat - Cast 'Cleave'"),
|
||||
(-200011,0,5,0,0,0,100,0,5000,10000,10000,15000,0,11,18812,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Winterskorn Scout - In Combat - Cast 'Knockdown'"),
|
||||
(-200012,0,1,0,0,0,100,0,3000,5000,5000,7000,0,11,15496,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Winterskorn Scout - In Combat - Cast 'Cleave'"),
|
||||
(-200012,0,2,0,0,0,100,0,5000,10000,10000,15000,0,11,18812,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Winterskorn Scout - In Combat - Cast 'Knockdown'");
|
||||
@@ -0,0 +1,56 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `id` IN (23929);
|
||||
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (143153,143154,143155,143156,143157,143158,143159,143160,143161,143162,143163,143164,143165,143166,143167,143168,143169,143170,143171,143172,143173,143174,143175,143176,143177,143178,143179,143180,143181,143182,143183,143184,143185,143186,143187,143188,143189,143190,143191,143192,143193,143194,143195,143196,143197,143198,143199,143200,143201,143202,143203,143204,143205,143206,143207,143208,143209,143210,143211,143212,143213,143214,143215,143216,143217,143218,143219);
|
||||
DELETE FROM `creature` WHERE `guid` IN(95241,95242,95250,95251,95252,95253,95254,95258,95259,95261,95262,95299,95301,95302,95304,95305,95306,95308,95326,95327,95328,95331,95334,95337,95338,95343,95344,95393,95403,95405,95408,95413,95414,95416,95423,95425,95587,95980,95987,96294,96297,96301,96545,96546,96548,96549,96550,96551,96552,96553,96554);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(95241, 23929, 571, '0', 0, 0, 0, 471.612, -6212.71, -5.36919, 1.20382, 300, 5, 0, 6986, 0, 1),
|
||||
(95242, 23929, 571, '0', 0, 0, 0, 493.803, -6285.88, -58.7468, 6.20056, 300, 5, 0, 6986, 0, 1),
|
||||
(95250, 23929, 571, '0', 0, 0, 0, 512.581, -6255.37, -14.0343, 0.246398, 300, 5, 0, 6986, 0, 1),
|
||||
(95251, 23929, 571, '0', 0, 0, 0, 818.54, -6098.34, -5.68217, 5.19636, 300, 5, 0, 6986, 0, 1),
|
||||
(95252, 23929, 571, '0', 0, 0, 0, 844.456, -6112.04, -7.57999, 3.81972, 300, 5, 0, 6986, 0, 1),
|
||||
(95253, 23929, 571, '0', 0, 0, 0, 880.742, -6087.29, -5.54351, 1.75751, 300, 5, 0, 6986, 0, 1),
|
||||
(95254, 23929, 571, '0', 0, 0, 0, 907.085, -6122.27, -7.45787, 0.316577, 300, 5, 0, 6986, 0, 1),
|
||||
(95258, 23929, 571, '0', 0, 0, 0, 925.089, -6181.16, -7.20293, 3.05748, 300, 5, 0, 6986, 0, 1),
|
||||
(95259, 23929, 571, '0', 0, 0, 0, 956.558, -6219.95, -7.65883, 2.06669, 300, 5, 0, 6986, 0, 1),
|
||||
(95261, 23929, 571, '0', 0, 0, 0, 1126.54, -6512.13, -93.8311, 2.80764, 300, 7, 0, 7984, 0, 1),
|
||||
(95262, 23929, 571, '0', 0, 0, 0, 1178.81, -6518.79, -90.5612, 6.11417, 300, 7, 0, 6986, 0, 1),
|
||||
(95299, 23929, 571, '0', 0, 0, 0, 1379.53, -6552.85, -46.019, 0.718504, 300, 7, 0, 7984, 0, 1),
|
||||
(95301, 23929, 571, '0', 0, 0, 0, 1721.45, -6352.31, -22.9513, 3.33158, 300, 7, 0, 7984, 0, 1),
|
||||
(95302, 23929, 571, '0', 0, 0, 0, 1754.18, -6313.08, -10.1104, 3.33158, 300, 7, 0, 6986, 0, 1),
|
||||
(95304, 23929, 571, '0', 0, 0, 0, 1779.65, -6286.15, -8.21856, 3.33158, 300, 7, 0, 6986, 0, 1),
|
||||
(95305, 23929, 571, '0', 0, 0, 0, 1783, -6352.06, -14.9158, 3.33158, 300, 7, 0, 6986, 0, 1),
|
||||
(95306, 23929, 571, '0', 0, 0, 0, 1814.02, -6245.94, 1.08775, 1.9964, 300, 7, 0, 6986, 0, 1),
|
||||
(95308, 23929, 571, '0', 0, 0, 0, 1817.66, -6314.72, -13.1836, 3.33158, 300, 7, 0, 6986, 0, 1),
|
||||
(95326, 23929, 571, '0', 0, 0, 0, 1844.47, -6346.61, -13.3827, 3.33158, 300, 7, 0, 7984, 0, 1),
|
||||
(95327, 23929, 571, '0', 0, 0, 0, 1856.45, -6285.45, -2.71581, 3.33158, 300, 7, 0, 6986, 0, 1),
|
||||
(95328, 23929, 571, '0', 0, 0, 0, 1894.82, -6322.45, -24.1063, 5.18349, 300, 7, 0, 6986, 0, 1),
|
||||
(95331, 23929, 571, '0', 0, 0, 0, 1921.03, -6287.19, -31.274, 5.06961, 300, 7, 0, 6986, 0, 1),
|
||||
(95334, 23929, 571, '0', 0, 0, 0, 2010.34, -6251.85, -20.7359, 4.34928, 300, 5, 0, 6986, 0, 1),
|
||||
(95337, 23929, 571, '0', 0, 0, 0, 2031.83, -6193.31, -2.88364, 4.83639, 300, 5, 0, 6986, 0, 1),
|
||||
(95338, 23929, 571, '0', 0, 0, 0, 2065.86, -6160.64, 0.922473, 1.86786, 300, 5, 0, 6986, 0, 1),
|
||||
(95343, 23929, 571, '0', 0, 0, 0, 2078.55, -6124.3, 4.09472, 4.80558, 300, 5, 0, 6986, 0, 1),
|
||||
(95344, 23929, 571, '0', 0, 0, 0, 2085.98, -6212.13, -4.94937, 4.47387, 300, 5, 0, 6986, 0, 1),
|
||||
(95393, 23929, 571, '0', 0, 0, 0, 2086.73, -6257.11, -10.9662, 4.22691, 300, 7, 0, 7984, 0, 1),
|
||||
(95403, 23929, 571, '0', 0, 0, 0, 2126.86, -6217.54, -2.98863, 1.14422, 300, 7, 0, 7984, 0, 1),
|
||||
(95405, 23929, 571, '0', 0, 0, 0, 2128.64, -6154.08, 1.14941, 0.299923, 300, 7, 0, 7984, 0, 1),
|
||||
(95408, 23929, 571, '0', 0, 0, 0, 2133.05, -6110.7, 6.14001, 0.484482, 300, 7, 0, 6986, 0, 1),
|
||||
(95413, 23929, 571, '0', 0, 0, 0, 2161.19, -6121.27, 2.38701, 6.07652, 300, 7, 0, 7984, 0, 1),
|
||||
(95414, 23929, 571, '0', 0, 0, 0, 2162.64, -6079.09, 6.37882, 2.66004, 300, 7, 0, 6986, 0, 1),
|
||||
(95416, 23929, 571, '0', 0, 0, 0, 2162.79, -6223.53, -11.608, 5.65555, 300, 7, 0, 6986, 0, 1),
|
||||
(95423, 23929, 571, '0', 0, 0, 0, 2168.99, -6181.02, -3.43245, 6.15506, 300, 7, 0, 7984, 0, 1),
|
||||
(95425, 23929, 571, '0', 0, 0, 0, 2197.57, -6148.35, -3.24446, 0.181321, 300, 7, 0, 7984, 0, 1),
|
||||
(95587, 23929, 571, '0', 0, 0, 0, 2225.07, -6122.42, -1.26454, 0.778221, 300, 7, 0, 6986, 0, 1),
|
||||
(95980, 23929, 571, '0', 0, 0, 0, 2228.46, -6095.01, 0.641292, 1.92883, 300, 7, 0, 6986, 0, 1),
|
||||
(95987, 23929, 571, '0', 0, 0, 0, 2232.88, -6172.52, -2.40829, 3.01661, 300, 7, 0, 6986, 0, 1),
|
||||
(96294, 23929, 571, '0', 0, 0, 0, 2254.05, -6087.51, -1.46214, 1.92883, 300, 7, 0, 6986, 0, 1),
|
||||
(96297, 23929, 571, '0', 0, 0, 0, 2257.04, -6131.05, -1.10401, 1.5165, 300, 7, 0, 7984, 0, 1),
|
||||
(96301, 23929, 571, '0', 0, 0, 0, 2263.73, -6176.27, -2.97312, 1.22982, 300, 7, 0, 7984, 0, 1),
|
||||
(96545, 23929, 571, '0', 0, 0, 0, 2282.29, -6143.66, 1.77784, 6.22102, 300, 7, 0, 7984, 0, 1),
|
||||
(96546, 23929, 571, '0', 0, 0, 0, 2295.44, -6045.4, 1.5722, 4.76331, 300, 7, 0, 7984, 0, 1),
|
||||
(96548, 23929, 571, '0', 0, 0, 0, 2305.99, -6079.17, -3.97087, 1.05309, 300, 7, 0, 7984, 0, 1),
|
||||
(96549, 23929, 571, '0', 0, 0, 0, 2347.47, -6111.62, -4.16258, 0.961983, 300, 7, 0, 6986, 0, 1),
|
||||
(96550, 23929, 571, '0', 0, 0, 0, 2348.24, -6051.99, 1.59496, 0.961983, 300, 7, 0, 7984, 0, 1),
|
||||
(96551, 23929, 571, '0', 0, 0, 0, 2366.62, -6011.38, 1.22211, 5.06961, 300, 7, 0, 7984, 0, 1),
|
||||
(96552, 23929, 571, '0', 0, 0, 0, 2387.5, -6095.04, -5.35687, 5.06961, 300, 7, 0, 6986, 0, 1),
|
||||
(96553, 23929, 571, '0', 0, 0, 0, 2400.81, -6035.12, 1.05743, 2.87443, 300, 7, 0, 7984, 0, 1),
|
||||
(96554, 23929, 571, '0', 0, 0, 0, 2414.95, -6053.88, -3.54154, 5.06961, 300, 7, 0, 6986, 0, 1);
|
||||
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `gameobject_loot_template` SET `chance`=25, `GroupId`=1 WHERE `entry`=9677 AND `Item` IN (10715,10717,10718,10722);
|
||||
@@ -0,0 +1,14 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=5981 WHERE `entry`=10162;
|
||||
DELETE FROM `gossip_menu_option` WHERE `MenuID`=21331;
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID` IN (21331,21330) AND `TextId` IN (7134,7198);
|
||||
-- DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (6045,5981,6046);
|
||||
-- INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`) VALUES
|
||||
-- (6045, 0, 0, 'Please do.', 9906, 1, 1, 0),
|
||||
-- (5981, 0, 0, "I've made no mistakes.", 9902, 1, 1, 6046),
|
||||
-- (6046, 0, 0, "You have lost your mind, Nefarius. You speak in riddles.", 9904, 1, 1, 6045);
|
||||
|
||||
-- DELETE FROM `gossip_menu` WHERE `MenuId` IN (5981,6046) AND `TextId` IN (7134,7198);
|
||||
-- INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES
|
||||
-- (5981, 7134, 0),
|
||||
-- (6046, 7198, 0);
|
||||
@@ -0,0 +1,7 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=6572 WHERE `entry`=15296;
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=6571 WHERE `entry`=15297;
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`IN (15296,15297, 6571,6572);
|
||||
INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES
|
||||
(6571, 7786, 0),(6572, 7787, 0);
|
||||
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`IN (9904) AND `TextId`=13786;
|
||||
INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES
|
||||
(9904, 13786, 0);
|
||||
@@ -0,0 +1,58 @@
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (33974) AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(33974,0,0,2,62,0,100,0,10402,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Valis Windchaser - Say text when option clicked'),
|
||||
(33974,0,1,2,62,0,100,0,10401,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Valis Windchaser - ay text when option clicked'),
|
||||
(33974,0,2,3,61,0,100,0,0,0,0,0,11,64115,0,0,0,0,0,7,0,0,0,0,0,0,0,'Valis Windchaser - Give Credit'),
|
||||
(33974,0,3,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Valis Windchaser - Close Gossip');
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN (33974);
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=10402 AND `SourceEntry` IN (14438,14453);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`, `NegativeCondition`) VALUES
|
||||
(14,10402,14438,0,0,1,63034,0,0,0,'','Valis Windchaser show different menu if player mounted',0),
|
||||
(14,10402,14438,0,0,9,13838,0,0,0,'','Valis Windchaser show different menu if player has the quest',0),
|
||||
(14,10402,14438,0,1,1,63034,0,0,0,'','Valis Windchaser show different menu if player mounted',0),
|
||||
(14,10402,14438,0,1,9,13835,0,0,0,'','Valis Windchaser show different menu if player has the quest',0),
|
||||
(14,10402,14453,0,0,1,63034,0,0,0,'','Valis Windchaser show different menu if player mounted',1),
|
||||
(14,10402,14453,0,0,9,13838,0,0,0,'','Valis Windchaser show different menu if player has the quest',1),
|
||||
(14,10402,14453,0,1,1,63034,0,0,0,'','Valis Windchaser show different menu if player mounted',1),
|
||||
(14,10402,14453,0,1,9,13835,0,0,0,'','Valis Windchaser show different menu if player has the quest',1);
|
||||
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (33972) AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(33972,0,0,2,62,0,100,0,10400,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Rugan Steelbelly - Send text when option clicked'),
|
||||
(33972,0,1,2,62,0,100,0,10399,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Rugan Steelbelly - Send text when option clicked'),
|
||||
(33972,0,2,3,61,0,100,0,0,0,0,0,11,64114,0,0,0,0,0,7,0,0,0,0,0,0,0,'Rugan Steelbelly - Give Credit'),
|
||||
(33972,0,3,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Rugan Steelbelly - Close Gossip');
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN (33972);
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=10400 AND `SourceEntry` IN (14436,14455);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`, `NegativeCondition`) VALUES
|
||||
(14,10400,14436,0,0,1,63034,0,0,0,'','Rugan Steelbelly show different menu if player mounted',0),
|
||||
(14,10400,14436,0,0,9,13839,0,0,0,'','Rugan Steelbelly show different menu if player has the quest',0),
|
||||
(14,10400,14436,0,1,1,63034,0,0,0,'','Rugan Steelbelly show different menu if player mounted',0),
|
||||
(14,10400,14436,0,1,9,13837,0,0,0,'','Rugan Steelbelly show different menu if player has the quest',0),
|
||||
(14,10400,14455,0,0,1,63034,0,0,0,'','Rugan Steelbelly show different menu if player mounted',1),
|
||||
(14,10400,14455,0,0,9,13839,0,0,0,'','Rugan Steelbelly show different menu if player has the quest',1),
|
||||
(14,10400,14455,0,1,1,63034,0,0,0,'','Rugan Steelbelly show different menu if player mounted',1),
|
||||
(14,10400,14455,0,1,9,13837,0,0,0,'','Rugan Steelbelly show different menu if player has the quest',1);
|
||||
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (33973) AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(33973,0,0,2,62,0,100,0,10398,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Jeran Lockwood - Send text when option clicked'),
|
||||
(33973,0,1,2,62,0,100,0,10397,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Jeran Lockwood - Send text when option clicked'),
|
||||
(33973,0,2,3,61,0,100,0,0,0,0,0,11,64113,0,0,0,0,0,7,0,0,0,0,0,0,0,'Jeran Lockwood - Give Credit'),
|
||||
(33973,0,3,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Jeran Lockwood - Close Gossip');
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN (33973);
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=10398 AND `SourceEntry` IN (14431,14453);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`, `NegativeCondition`) VALUES
|
||||
(14,10398,14431,0,0,1,63034,0,0,0,'','Jeran Lockwood show different menu if player mounted',0),
|
||||
(14,10398,14431,0,0,9,13828,0,0,0,'','Jeran Lockwood show different menu if player has the quest',0),
|
||||
(14,10398,14431,0,1,1,63034,0,0,0,'','Jeran Lockwood show different menu if player mounted',0),
|
||||
(14,10398,14431,0,1,9,13829,0,0,0,'','Jeran Lockwood show different menu if player has the quest',0),
|
||||
(14,10398,14453,0,0,1,63034,0,0,0,'','Jeran Lockwood show different menu if player mounted',1),
|
||||
(14,10398,14453,0,0,9,13828,0,0,0,'','Jeran Lockwood show different menu if player has the quest',1),
|
||||
(14,10398,14453,0,1,1,63034,0,0,0,'','Jeran Lockwood show different menu if player mounted',1),
|
||||
(14,10398,14453,0,1,9,13829,0,0,0,'','Jeran Lockwood show different menu if player has the quest',1);
|
||||
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_param3`=7000,`event_param4`=7000, `target_type`=1,`target_param1`=0 WHERE `entryorguid` IN (28902) AND `source_type`=0 AND `id`=5 AND `event_type`=38;
|
||||
@@ -0,0 +1,18 @@
|
||||
--
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=1043;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(1043,1639,0),(1043,1640,0),(1043,1641,0);
|
||||
|
||||
DELETE FROM `npc_text` WHERE `ID`=1639;
|
||||
INSERT INTO `npc_text` (`ID`, `BroadcastTextID0`, `Probability0`) VALUES
|
||||
(1639,3985,1);
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14,15) AND `SourceGroup`=1043;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(14,1043,1639,0,0,25,0,2018,0,0,1,0,0,"","Show gossip text 1639 if the spell 2018 is learned"),
|
||||
(14,1043,1640,0,0,7,0,164,225,0,1,0,0,"","Show gossip text 1640 if Blacksmithing less than 225"),
|
||||
(14,1043,1640,0,0,25,0,2018,0,0,0,0,0,"","Show gossip text 1640 if the spell 2018 is learned"),
|
||||
(14,1043,1641,0,0,7,0,164,225,0,0,0,0,"","Show gossip text 1641 if Blacksmithing more than 225"),
|
||||
(14,1043,1641,0,0,25,0,2018,0,0,0,0,0,"","Show gossip text 1641 if the spell 2018 is learned");
|
||||
-- (15,1043,0,0,0,25,0,2018,0,0,0,0,0,"","Show gossip option 1043 if the spell 2018 is learned"),
|
||||
-- (15,1043,0,0,0,7,0,164,225,0,0,0,0,"","Show gossip option 1043 if Blacksmithing more than 225");
|
||||
@@ -0,0 +1,77 @@
|
||||
-- Guard Captain Zorek (23728)
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=23728 AND `source_type`=0 AND `id`=1;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=2372801 AND `source_type`=9;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(23728,0,1,0,62,0,100,0,8984,0,0,0,0,80,2372801,2,0,0,0,0,1,0,0,0,0,0,0,0,0,"Guard Captain Zorek - On Quest Accepted - Action list'"),
|
||||
(2372801,9,0,0,0,0,100,0,0,0,0,0,0,11,49845,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Guard Captain Zorek - Action list - Cast 'Valgarde Gryphon'"),
|
||||
(2372801,9,1,0,0,0,100,0,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,"Guard Captain Zorek - Action list - Close gossip"),
|
||||
(2372801,9,2,0,0,0,100,0,1000,1000,0,0,0,86,63313,0,7,0,0,0,19,27886,0,0,0,0,0,0,0,"Guard Captain Zorek - Action list - cross cast ride");
|
||||
|
||||
DELETE FROM `gossip_menu_option` WHERE `MenuId`=8984 AND `OptionIndex`=0;
|
||||
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionIndex`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `VerifiedBuild`) VALUES
|
||||
(8984, 0, 0, 'Take me to Lieutenant Icehammer, Zorek!', 31741, 1, 1, 0);
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (15) AND `SourceGroup`=8984;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(15,8984,0,0,0,28,0,11427,0,0,0,0,0,"","Show gossip option 8984 if quest 11427 taken");
|
||||
|
||||
DELETE FROM `vehicle_template_accessory` WHERE `entry`=27886;
|
||||
INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES
|
||||
(27886, 27887, 0, 1, "Valgarde Gryphon", 5, 0);
|
||||
|
||||
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` = 27886;
|
||||
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES
|
||||
(27886,48365,1,1);
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup` IN(27886);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`Comment`) VALUES
|
||||
(18,27886,48365,0,31,0,3,27887,0,0,'Require npc for spellclick');
|
||||
|
||||
DELETE FROM `spell_target_position` WHERE `ID` IN (49845);
|
||||
INSERT INTO `spell_target_position` (`ID`,`MapID`,`PositionX`,`PositionY`,`PositionZ`) VALUES
|
||||
(49845, 571, 603.6032, -5034.397, 1.1338);
|
||||
|
||||
-- Valgarde Gryphon (27886)
|
||||
SET @GRYPHON:= 27886;
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI', `speed_run`=1.14286 WHERE `entry`=@GRYPHON;
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId`=@GRYPHON;
|
||||
INSERT INTO `creature_template_movement` (`CreatureID`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
|
||||
(@GRYPHON,0,0,2,0);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=27886 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(@GRYPHON,0,0,1,27,0,100,0,0,0,0,0,0,53,1,@GRYPHON,0,0,0,0,1,0,0,0,0,0,0,0,0,"Valgarde Gryphon - On Passenger Boarded - Start Waypoint"),
|
||||
(@GRYPHON,0,1,2,61,0,100,0,0,0,0,0,0,11,49303,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Valgarde Gryphon - On Passenger Boarded - cast fly"),
|
||||
(@GRYPHON,0,2,0,61,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,19,27887,0,0,0,0,0,0,0,"Valgarde Gryphon - On Passenger Boarded - Say text"),
|
||||
(@GRYPHON,0,3,4,40,0,100,0,15,@GRYPHON,0,0,0,11,45472,0,0,0,0,0,21,5,0,0,0,0,0,0,0,"Valgarde Gryphon - On Waypoint 15 Reached - Cast 'Parachute"),
|
||||
(@GRYPHON,0,4,5,61,0,100,0,0,0,0,0,0,11,62539,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Valgarde Gryphon - On Waypoint 15 Reached - Dismount"),
|
||||
(@GRYPHON,0,5,0,61,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,19,27887,0,0,0,0,0,0,0,"Valgarde Gryphon - On Waypoint 15 Reached - say text"),
|
||||
(@GRYPHON,0,6,0,1,0,100,0,5000,5000,5000,5000,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Valgarde Gryphon - Ooc - despawn");
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN(@GRYPHON);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(22, 1, @GRYPHON, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Valgarde Gryphon - Only run SAI if invoker is player'),
|
||||
(22, 7, @GRYPHON, 0, 0, 1, 1, 63313, 0, 0, 1, 0, 0, '', 'Valgarde Gryphon - Only run SAI no aura 63313');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=27887;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(27887,0,0,"Off we go!",12,7,100,0,0,0,27225,0,"Valgarde Gryphon Rider"),
|
||||
(27887,1,0,"Here ya go, friend! Icehammer is right inside that vrykul building! Give 'em hell!",12,7,100,0,0,0,27228,0,"Valgarde Gryphon Rider");
|
||||
|
||||
DELETE FROM `waypoints` WHERE `entry`=27886;
|
||||
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES
|
||||
(@GRYPHON, 1, 611.694153, -5049.680176, 24.236082, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 2, 645.473206, -5088.019531, 30.966393, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 3, 712.810547, -5091.938965, 35.150776, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 4, 943.164795, -5001.226074, 51.646461, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 5, 1043.208984, -4975.551270, 42.536732, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 6, 1105.994263, -4981.366699, 44.616421, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 7, 1168.691772, -4956.152344, 43.580040, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 8, 1188.284546, -4949.069336, 43.889103, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 9, 1224.690918, -5034.330566, 45.493435, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 10, 1284.036011, -5064.889160, 70.936272, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 11, 1299.864014, -5123.960449, 92.312981, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 12, 1268.888550, -5172.307129, 125.225029, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 13, 1204.625854, -5202.031250, 162.438080, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 14, 1264.150391, -5293.074707, 194.687225, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 15, 1250.924927, -5318.654297, 202.334183, 'Valgarde Gryphon'),
|
||||
(@GRYPHON, 16, 1100.08349, -5329.9238, 227.26312, 'Valgarde Gryphon');
|
||||
@@ -0,0 +1,12 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=23946;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=23946 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(23946,0,0,0,0,0,100,0,1000,2000,2000,3000,0,11,15547,64,0,0,0,0,2,0,0,0,0,0,0,0,0,"North Fleet Marksman - IC - Cast Shoot"),
|
||||
(23946,0,1,0,0,0,100,0,1000,2000,7000,8000,0,11,38861,64,0,0,0,0,2,0,0,0,0,0,0,0,0,"North Fleet Marksman - IC - Cast Aimed Shot"),
|
||||
(23946,0,2,0,1,0,100,0,1000,2000,2000,3000,0,11,61512,0,0,0,0,0,11,23947,100,1,0,0,0,0,0,"North Fleet Marksman - OOC - Cast Shoot");
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN(96555,96557);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(96557, 23946, 571, '0', 0, 0, 0, 1606.37, -6241.61, 6.15574, 1.19442, 300, 0, 0, 6986, 0, 0),
|
||||
(96555, 23946, 571, '0', 0, 0, 0, 1600.3, -6236.03, 5.81873, 0.488692, 300, 0, 0, 6986, 0, 0);
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,35 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=17984;
|
||||
UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI' WHERE `entry` IN (180916,180919,180920);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=17984 AND `source_type`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (180916,180919,180920) AND `source_type`=1;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(17984,0,0,0,1,0,100,0,1000,2000,1000,2000,0,11,31628 ,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Power Source Invisible Bunny - ooc - Cast Green Beam"),
|
||||
(180916,1,0,0,70,0,100,0,2,0,0,0,0,51,0 ,0,0,0,0,0,19,17984,2,0,0,0,0,0,0,"Duskwither Spire Power Source - Goc activatd - Kill target"),
|
||||
(180919,1,0,0,70,0,100,0,2,0,0,0,0,51,0 ,0,0,0,0,0,19,17984,2,0,0,0,0,0,0,"Duskwither Spire Power Source - Goc activatd - Kill target"),
|
||||
(180920,1,0,0,70,0,100,0,2,0,0,0,0,51,0 ,0,0,0,0,0,19,17984,2,0,0,0,0,0,0,"Duskwither Spire Power Source - Goc activatd - Kill target");
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=31628;
|
||||
INSERT INTO `conditions`(`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`, `ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`,`NegativeCondition`) VALUES
|
||||
(13,1,31628,0,31,0,3,17984,63692,0, '', 'Green Beam',0),
|
||||
(13,1,31628,0,31,1,3,17984,63692,0, '', 'Green Beam',1),
|
||||
(13,1,31628,1,31,0,3,17984,63696,0, '', 'Green Beam',0),
|
||||
(13,1,31628,1,31,1,3,17984,63696,0, '', 'Green Beam',1),
|
||||
(13,1,31628,2,31,0,3,17984,96572,0, '', 'Green Beam',0),
|
||||
(13,1,31628,2,31,1,3,17984,96572,0, '', 'Green Beam',1);
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN (96572,96573,96579);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(96572, 17984, 530, '0', 0, 0, 0, 9336.03, -7884.33, 161.585, 6.03884, 30, 0, 0, 4120, 0, 0),
|
||||
(96573, 17984, 530, '0', 0, 0, 0, 9347.22, -7892.33, 161.811, 2.52099, 30, 0, 0, 4120, 0, 0),
|
||||
(96579, 17984, 530, '0', 0, 0, 0, 9326.99, -7894.44, 161.651, 0.84171, 30, 0, 0, 4120, 0, 0);
|
||||
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (7076,7077);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
|
||||
(7076, 182092, 530, '0', 0, 9326.8, -7894.62, 161.72, 5.86431, 0, 0, -0.207912, 0.978148, 300, 100, 1),
|
||||
(7077, 182092, 530, '0', 0, 9347.3, -7892.57, 161.727, 0.174532, 0, 0, 0.0871553, 0.996195, 300, 100, 1);
|
||||
|
||||
UPDATE `creature` SET `spawntimesecs`=30 WHERE `id`=17984;
|
||||
UPDATE `serverside_spell` SET `RangeIndex`=12 WHERE `Id` IN (34448, 34452);
|
||||
UPDATE `serverside_spell_effect` SET `ImplicitTarget1`=25 WHERE `SpellID` IN (34448, 34452);
|
||||
UPDATE `spell_scripts` SET `datalong2`=2 WHERE `Id` IN (34448, 34452);
|
||||
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (7078);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
|
||||
(7078, 184685, 530, '0', 0, -2668.07, 4423.7, 37.0967, 6.25323, 0, 0, -0.0149793, 0.999888, 300, 100, 1);
|
||||
@@ -0,0 +1,39 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (7078);
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=21188;
|
||||
INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
|
||||
(21188,0,0,"Excellent news, Tooki! We're saved!",12,0,100,0,0,0,18805,0,'thadok'),
|
||||
(21188,1,0,"It's time to celebrate, I think...",12,0,100,0,0,0,18807,0,'thadok'),
|
||||
(21188,2,0,"%s places a keg on the ground.",16,0,100,0,0,0,18808,0,'thadok'),
|
||||
(21188,3,0,"Listen up, you lot! Our worries are over! FREE BOOZE FOR EVERYONE!",12,0,100,0,0,0,18809,0,'thadok');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=18447 AND `source_type`=0 AND `id`=1;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(18447,0,1,0,20,0,100,0,10447,0,0,0,45,1,1,0,0,0,0,19,21188,20,0,0,0,0,0, 'Toki - On quest 10447 rewarded - Set data');
|
||||
|
||||
UPDATE `creature` SET `position_x`=-2660.596680, `position_y`=4398.262695, `position_z`=36.745258, `orientation`= 5.546348 WHERE `guid`=74300;
|
||||
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=21188;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=21188 AND `source_type`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2118800,2118801) AND `source_type`=9;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(21188,0,0,0,38,0,100,0,1,1,75000,75000,80,2118800,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - On data set - action list'),
|
||||
(2118800,9,0,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - action list - say text'),
|
||||
(2118800,9,1,0,0,0,100,0,5000,5000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - action list - say text'),
|
||||
(2118800,9,2,0,0,0,100,0,2000,2000,0,0,53,0,21188,0,0,0,1,1,0,0,0,0,0,0,0, 'thadok - action list - start wp'),
|
||||
(21188,0,1,0,40,0,100,0,4,21188,0,0,80,2118801,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - on wp reached - action list'),
|
||||
(2118801,9,0,0,0,0,100,0,0,0,0,0,50,184685,60,1,0,0,0,8,0,0,0,-2668.07, 4423.7, 37.0967, 6.25323, 'thadok - action list - summon gob'),
|
||||
(2118801,9,1,0,0,0,100,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - action list - say text'),
|
||||
(2118801,9,2,0,0,0,100,0,2000,2000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - action list - say text'),
|
||||
(2118801,9,3,0,0,0,100,0,57000,57000,0,0,59,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - action list - set run off'),
|
||||
(2118801,9,4,0,0,0,100,0,1000,1000,0,0,69,1,0,0,0,0,0,8,0,0,0,-2660.596680,4398.262695,36.745258,5.546348, 'thadok - action list - move to pos'),
|
||||
(21188,0,2,0,34,0,100,0,8,1,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.546348, 'thadok - On mov inform - Set orientation');
|
||||
|
||||
|
||||
DELETE FROM `waypoints` WHERE `entry`=21188;
|
||||
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES
|
||||
(21188,1,-2661.372, 4406.079, 36.254,""),
|
||||
(21188,2,-2663.946, 4416.340, 36.078,""),
|
||||
(21188,3,-2665.697, 4422.351, 36.910,""),
|
||||
(21188,4,-2667.849, 4422.076, 37.022,"");
|
||||
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `serverside_spell` SET `RangeIndex`=12 WHERE `Id` IN (45367, 45370);
|
||||
UPDATE `serverside_spell_effect` SET `ImplicitTarget1`=25 WHERE `SpellID` IN (45367, 45370);
|
||||
@@ -0,0 +1,8 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI', `unit_flags`=`unit_flags`|768 WHERE `entry`=10581;
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=10539;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (10539,10581) AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(10539,0,0,1,20,0,100,0,4821,0,0,0,41,0,0,0,0,0,0,19,10581,20,0,0,0,0,0, 'Hagar Lightninghoof - On quest rewarded - despawn npc'),
|
||||
(10539,0,1,0,61,0,100,0,0,0,0,0,12,10581,3,10000,0,0,0,8,0,0,0,-5440.1005, -2401.906, 89.2746, 4.631578, 'Hagar Lightninghoof - On quest rewarded - summon npc'),
|
||||
(10581,0,0,0,54,0,100,0,0,0,0,0,89,5,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Young Arikara - On Just summoned - random movements');
|
||||
@@ -0,0 +1,35 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (96886);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(96886, 17889, 530, '0', 0, 0, 0, -2143.43, -10692, 64.7658, 4.93928, 300, 0, 0, 42, 0, 0);
|
||||
|
||||
UPDATE `conditions` SET `ConditionValue2`=17889, `ConditionValue3`=63610 WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=31411;
|
||||
UPDATE `conditions` SET `ConditionValue2`=17889, `ConditionValue3`=96886 WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=31412;
|
||||
UPDATE `conditions` SET `ConditionValue2`=17889, `ConditionValue3`=63611 WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=31413;
|
||||
UPDATE `conditions` SET `ConditionValue2`=17889, `ConditionValue3`=63609 WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=31414;
|
||||
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (17889,17886);
|
||||
UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI' WHERE `entry` IN (184850,182026);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-63583,-63584,-63585,-63582) AND `source_type`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (184850,182026) AND `source_type`=1;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(-63583,0,0,0,11,0,100,0,0,0,0,0,11,31411,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Sunhawk Portal Controller - On respawn - cast Stabilize Sun Gate I'),
|
||||
(-63584,0,0,0,11,0,100,0,0,0,0,0,11,31412,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Sunhawk Portal Controller - On respawn - cast Stabilize Sun Gate II'),
|
||||
(-63585,0,0,0,11,0,100,0,0,0,0,0,11,31413,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Sunhawk Portal Controller - On respawn - cast Stabilize Sun Gate III'),
|
||||
(-63582,0,0,0,11,0,100,0,0,0,0,0,11,31414,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Sunhawk Portal Controller - On respawn - cast Stabilize Sun Gate IV'),
|
||||
(184850,1,0,0,70,0,100,0,2,0,0,0,51,0,0,0,0,0,0,19,17886,5,0,0,0,0,0,"Sunhawk Portal Controller - Gob activated - Kill target"),
|
||||
(182026,1,0,0,60,0,100,0,2000,2000,2000,2000,105,16,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sun Gate - Update - add flag"),
|
||||
(182026,1,1,0,60,0,100,0,2000,2000,2000,2000,106,16,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sun Gate - Update - remove flag");
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN(182026);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(22, 1, 182026, 1, 0, 30, 1, 184850, 60, 0, 0, 0, 0, '', 'Sun Gate - Only run SAI if gob in range'),
|
||||
(22, 2, 182026, 1, 0, 30, 1, 184850, 60, 0, 1, 0, 0, '', 'Sun Gate - Only run SAI if no gob in range');
|
||||
|
||||
UPDATE `creature` SET `spawntimesecs`=30 WHERE `id`=17886;
|
||||
UPDATE `gameobject` SET `spawntimesecs`=30 WHERE `id`=184850;
|
||||
|
||||
UPDATE `creature` SET `position_x`=-2147.350098, `position_y`=-10741.099609, `position_z`=73.903397 WHERE `guid`=63583;
|
||||
UPDATE `creature` SET `position_x`=-2128.939941, `position_y`=-10726.000000, `position_z`=66.335800 WHERE `guid`=63584;
|
||||
UPDATE `creature` SET `position_x`=-2107.070068, `position_y`=-10703.000000, `position_z`=65.189400 WHERE `guid`=63585;
|
||||
UPDATE `creature` SET `position_x`=-2098.620117, `position_y`=-10688.500000, `position_z`=65.218102 WHERE `guid`=63582;
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,16 @@
|
||||
-- Scholomance Occultist (10472)
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=10472 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(10472, 0, 0, 0, 0, 0, 100, 0, 1000, 7000, 60000, 60000, 11, 16431, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Scholomance Occultist - In Combat - Cast Bone Armor"),
|
||||
(10472, 0, 1, 0, 13, 0, 100, 0, 10000, 20000, 0, 0, 11, 15122, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Scholomance Occultist - Victim Casting - Cast Counterspell"),
|
||||
(10472, 0, 2, 0, 0, 0, 100, 0, 2000, 10000, 11000, 17000, 11, 17228, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Scholomance Occultist - In Combat - Cast Shadow Bolt Volley"),
|
||||
(10472, 0, 3, 0, 0, 0, 100, 0, 6000, 15000, 13000, 21000, 11, 17243, 64, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Scholomance Occultist - In Combat - Cast Drain Mana"),
|
||||
(10472, 0, 4, 0, 0, 0, 50, 1, 5000, 5000, 0, 0, 36, 11284, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Scholomance Occultist - In Combat - update template");
|
||||
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=11284;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=11284 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(11284, 0, 0, 0, 0, 0, 100, 0, 6000, 15000, 13000, 21000, 11, 17228, 64, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 'Dark Shade - In Combat - Cast Shadow Bolt Volley');
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=11284;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `bytes2`, `auras`, `visibilityDistanceType`) VALUES (11284,1,"34311",0);
|
||||
@@ -0,0 +1,34 @@
|
||||
--
|
||||
DELETE FROM `spell_area` WHERE `area` IN (4169,4170,4171,4172);
|
||||
INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`flags`,`quest_start_status`, `quest_end_status`) VALUES
|
||||
(58932, 4169, 12499, 0, 0, 0, 2, 3, 64, 11),
|
||||
(58932, 4169, 12500, 0, 0, 0, 2, 3, 64, 11),
|
||||
(58932, 4171, 12499, 0, 0, 0, 2, 3, 64, 11),
|
||||
(58932, 4171, 12500, 0, 0, 0, 2, 3, 64, 11),
|
||||
(58932, 4170, 12499, 0, 0, 0, 2, 3, 64, 11),
|
||||
(58932, 4170, 12500, 0, 0, 0, 2, 3, 64, 11),
|
||||
(58932, 4172, 12499, 0, 0, 0, 2, 3, 64, 11),
|
||||
(58932, 4172, 12500, 0, 0, 0, 2, 3, 64, 11),
|
||||
(60778, 4171, 12500, 0, 0, 0, 2, 3, 64, 11),
|
||||
(60778, 4171, 12499, 0, 0, 0, 2, 3, 64, 11),
|
||||
(60778, 4172, 12499, 0, 0, 0, 2, 3, 64, 11),
|
||||
(60778, 4172, 12500, 0, 0, 0, 2, 3, 64, 11),
|
||||
(46999, 4169, 12499, 0, 0, 2971683917, 2, 3, 11, 11),
|
||||
(46999, 4170, 12499, 0, 0, 2971683917, 2, 3, 11, 11),
|
||||
(46999, 4171, 12499, 0, 0, 2971683917, 2, 3, 11, 11),
|
||||
(46999, 4172, 12499, 0, 0, 2971683917, 2, 3, 11, 11),
|
||||
(46999, 4169, 12500, 0, 0, 1308636082, 2, 3, 11, 11),
|
||||
(46999, 4171, 12500, 0, 0, 1308636082, 2, 3, 11, 11),
|
||||
(46999, 4170, 12500, 0, 0, 1308636082, 2, 3, 11, 11),
|
||||
(46999, 4172, 12500, 0, 0, 1308636082, 2, 3, 11, 11),
|
||||
(50226, 4169, 12499, 0, 0, 2971683917 , 2, 3, 11, 11),
|
||||
(50226, 4170, 12499, 0, 0, 2971683917 , 2, 3, 11, 11),
|
||||
(50226, 4171, 12499, 0, 0, 2971683917 , 2, 3, 11, 11),
|
||||
(50226, 4172, 12499, 0, 0, 2971683917 , 2, 3, 11, 11),
|
||||
(50225, 4169, 12500, 0, 0, 1308636082, 2, 3, 11, 11),
|
||||
(50225, 4171, 12500, 0, 0, 1308636082, 2, 3, 11, 11),
|
||||
(50225, 4170, 12500, 0, 0, 1308636082, 2, 3, 11, 11),
|
||||
(50225, 4172, 12500, 0, 0, 1308636082, 2, 3, 11, 11);
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|64 WHERE `entry` IN (27603,27631,27691,27605,27611,27693);
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (27605);
|
||||
@@ -0,0 +1,4 @@
|
||||
-- Remove deprecated mount quests
|
||||
DELETE FROM `creature_questender` WHERE `quest` IN (7664,7665,7678,7677,7671,7672,7663,7662,7674,7661,7660,7676,7675,7673);
|
||||
DELETE FROM `creature_queststarter` WHERE `quest` IN (7664,7665,7678,7677,7671,7672,7663,7662,7674,7661,7660,7676,7675,7673);
|
||||
UPDATE `creature_template` SET `npcflag`=129 WHERE `entry` IN (7952,384,4730,3685,1261,7955,3362);
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_illidari_council_vanish');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(41476,'spell_illidari_council_vanish');
|
||||
@@ -0,0 +1,36 @@
|
||||
-- Arcane Sphere
|
||||
UPDATE `creature_template` SET `speed_run`= 0.4286, `faction`= 16, `flags_extra`= 0 WHERE `entry` IN (24708, 25543);
|
||||
UPDATE `creature_template_movement` SET `Ground`=0, `Flight`=1 WHERE `CreatureId` IN (24708,25543);
|
||||
UPDATE `creature_template` SET `ScriptName`= '', `AIName`= 'NullCreatureAI' WHERE `entry`= 24708;
|
||||
-- Flame Strike
|
||||
UPDATE `creature_template` SET `ScriptName`= '', `AIName`= 'NullCreatureAI' WHERE `entry`= 24666;
|
||||
UPDATE `creature_template` SET `flags_extra`= 2 WHERE `entry` IN (24666, 25554);
|
||||
-- Phoenix
|
||||
UPDATE `creature_template` SET `unit_flags`= 32768, `ScriptName`= 'npc_felblood_kaelthas_phoenix' WHERE `entry`= 24674;
|
||||
-- Phoenix Egg
|
||||
UPDATE `creature_template` SET `ScriptName`= '', `AIName`= 'PassiveAI' WHERE `entry`= 24675;
|
||||
|
||||
-- Template Addons
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (24708, 25543);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(24708, 0, 1, 0, 0, '44263'),
|
||||
(25543, 0, 1, 0, 0, '44263');
|
||||
|
||||
-- Texts
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`= 24664;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `comment`) VALUES
|
||||
(24664, 0, 0, 'Don\'t look so smug! I know what you\'re thinking, but Tempest Keep was merely a setback. Did you honestly believe I would trust the future to some blind, half-night elf mongrel?', 14, 0, 100, 0, 0, 12413, 25386, 'Kael\'thas Sunstrider - Intro 1'),
|
||||
(24664, 1, 0, 'Oh no, he was merely an instrument, a stepping stone to a much larger plan! It has all led to this... and this time you will not interfere!', 14, 0, 100, 0, 0, 0, 25387, 'Kael\'thas Sunstrider - Intro 2'),
|
||||
(24664, 2, 0, 'I\'ll turn your world... upside... down.', 14, 0, 100, 0, 0, 12418, 25390, 'Kael\'thas Sunstrider - Gravity Lapse Intro 2'),
|
||||
(24664, 3, 0, 'Do not get... too comfortable.', 14, 0, 100, 0, 0, 12420, 25392, 'Kael\'thas Sunstrider to Kael\'thas Sunstrider - Gravity lapse Intro 2'),
|
||||
(24664, 4, 0, 'Master, grant me strength.', 14, 0, 100, 0, 0, 12419, 25391, 'Kael\'thas Sunstrider to Kael\'thas Sunstrider - Power Feedback'),
|
||||
(24664, 5, 0, 'Vengeance burns!', 14, 0, 100, 0, 0, 12415, 25388, 'Kael\'thas Sunstrider - Summon Phoenix'),
|
||||
(24664, 6, 0, '%s begins to cast Pyroblast!', 41, 0, 100, 0, 0, 0, 20775, 'Kael\'thas Sunstrider - Announce Pyroblast'),
|
||||
(24664, 7, 0, 'Felomin Ashal! ', 14, 0, 100, 0, 0, 12417, 25389, 'Kael\'thas Sunstrider - Flame Strike'),
|
||||
(24664, 8, 0, 'My demise accomplishes nothing! The master will have you! You will drown in your own blood! The world shall burn! Aaaghh!', 14, 0, 100, 5, 0, 12421, 25393, 'Kael\'thas Sunstrider - Death');
|
||||
|
||||
UPDATE `spell_target_position` SET `PositionX`= 148.5, `PositionY`= 181, `PositionZ`= -16.7 WHERE `ID`= 44218;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_felblood_kaelthas_flame_strike');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(44191, 'spell_felblood_kaelthas_flame_strike');
|
||||
@@ -0,0 +1,85 @@
|
||||
-- Gjalerbron Sleep-Watcher (23989)
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=23989;
|
||||
INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
|
||||
(23989,0,0,"For Ymiron!",12,0,100,0,0,0,22697,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,1,"My life for Ymiron!",12,0,100,0,0,0,22702,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,2,"You tiny creatures disgust me!",12,0,100,0,0,0,22816,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,3,"Look what''s come to play.",12,0,100,0,0,0,22820,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,4,"There will be no everlasting life for you!",12,0,100,0,0,0,22822,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,5,"Your race is a disease upon the world!",12,0,100,0,0,0,22824,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,6,"I will break you!",12,0,100,0,0,0,22823,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,7,"YAAARRRGH!",12,0,100,0,0,0,22700,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,8,"I will take pleasure in gutting you!",12,0,100,0,0,13533,30498,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,9,"I will feed you to the dogs!",12,0,100,0,0,13534,30499,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,10,"Your entrails will make a fine necklace.",12,0,100,0,0,13535,30500,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,11,"Die, maggot!",12,0,100,0,0,13536,30501,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,12,"You come to die!",12,0,100,0,0,13537,30502,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,13,"I spit on you!",12,0,100,0,0,13538,30503,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,14,"Sniveling pig!",12,0,100,0,0,13539,30504,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,15,"Ugglin oo bjorr!",12,0,100,0,0,13540,30505,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,16,"Haraak foln!",12,0,100,0,0,13541,30506,0,'Gjalerbron Sleep-Watcher'),
|
||||
(23989,0,17,"I'll eat your heart!",12,0,100,0,0,13542,30508,0,'Gjalerbron Sleep-Watcher');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=23989 AND `source_type`=0 AND `id`=2;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(23989,0,2,0,0,0,100,0,8000,10000,18000,22000,0,11,15970,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Gjalerbron Sleep-Watcher - In Combat - Cast 'Sleep'");
|
||||
|
||||
-- Gjalerbron Rune-Caster (23990)
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=23990;
|
||||
INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
|
||||
(23990,0,0,"For Ymiron!",12,0,100,0,0,0,22697,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,1,"My life for Ymiron!",12,0,100,0,0,0,22702,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,2,"You tiny creatures disgust me!",12,0,100,0,0,0,22816,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,3,"Look what''s come to play.",12,0,100,0,0,0,22820,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,4,"There will be no everlasting life for you!",12,0,100,0,0,0,22822,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,5,"Your race is a disease upon the world!",12,0,100,0,0,0,22824,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,6,"I will break you!",12,0,100,0,0,0,22823,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,7,"YAAARRRGH!",12,0,100,0,0,0,22700,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,8,"I will take pleasure in gutting you!",12,0,100,0,0,13533,30498,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,9,"I will feed you to the dogs!",12,0,100,0,0,13534,30499,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,10,"Your entrails will make a fine necklace.",12,0,100,0,0,13535,30500,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,11,"Die, maggot!",12,0,100,0,0,13536,30501,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,12,"You come to die!",12,0,100,0,0,13537,30502,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,13,"I spit on you!",12,0,100,0,0,13538,30503,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,14,"Sniveling pig!",12,0,100,0,0,13539,30504,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,15,"Ugglin oo bjorr!",12,0,100,0,0,13540,30505,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,16,"Haraak foln!",12,0,100,0,0,13541,30506,0,'Gjalerbron Rune-Caster'),
|
||||
(23990,0,17,"I'll eat your heart!",12,0,100,0,0,13542,30508,0,'Gjalerbron Rune-Caster');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=23990 AND `source_type`=0 AND `id` IN (2,3,4);
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(23990,0,2,0,0,0,100,0,1000,3500,8000,15000,0,11,43453,33,0,0,0,0,1,0,0,0,0,0,0,0,0,"Gjalerbron Rune-Caster - In Combat - Cast 'Rune Ward'"),
|
||||
(23990,0,3,0,0,0,100,0,500,500,3000,3000,0,11,9672,64,0,0,0,0,2,0,0,0,0,0,0,0,0,"Gjalerbron Rune-Caster - In Combat - Cast 'Frostbolt'"),
|
||||
(23990,0,4,0,0,0,100,0,6000,8000,10000,12000,0,11,34787,1,0,0,0,0,2,0,0,0,0,0,0,0,0,"Gjalerbron Rune-Caster - In Combat - Cast 'Freezing Circle'");
|
||||
|
||||
-- Gjalerbron Warrior (23991)
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=23991 AND `source_type`=0 AND `id` IN (2,3);
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(23991,0,2,0,0,0,100,0,4000,10000,35000,45000,0,11,13730,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Gjalerbron Warrior - In Combat - Cast 'Demoralizing Shout'"),
|
||||
(23991,0,3,0,0,0,100,0,7000,10000,17000,20000,0,11,10966,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Gjalerbron Warrior - In Combat - Cast 'Uppercut'");
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=23991;
|
||||
INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
|
||||
(23991,0,0,"For Ymiron!",12,0,100,0,0,0,22697,0,'Gjalerbron Warrior'),
|
||||
(23991,0,1,"My life for Ymiron!",12,0,100,0,0,0,22702,0,'Gjalerbron Warrior'),
|
||||
(23991,0,2,"You tiny creatures disgust me!",12,0,100,0,0,0,22816,0,'Gjalerbron Warrior'),
|
||||
(23991,0,3,"Look what''s come to play.",12,0,100,0,0,0,22820,0,'Gjalerbron Warrior'),
|
||||
(23991,0,4,"There will be no everlasting life for you!",12,0,100,0,0,0,22822,0,'Gjalerbron Warrior'),
|
||||
(23991,0,5,"Your race is a disease upon the world!",12,0,100,0,0,0,22824,0,'Gjalerbron Warrior'),
|
||||
(23991,0,6,"I will break you!",12,0,100,0,0,0,22823,0,'Gjalerbron Warrior'),
|
||||
(23991,0,7,"YAAARRRGH!",12,0,100,0,0,0,22700,0,'Gjalerbron Warrior'),
|
||||
(23991,0,8,"I will take pleasure in gutting you!",12,0,100,0,0,13533,30498,0,'Gjalerbron Warrior'),
|
||||
(23991,0,9,"I will feed you to the dogs!",12,0,100,0,0,13534,30499,0,'Gjalerbron Warrior'),
|
||||
(23991,0,10,"Your entrails will make a fine necklace.",12,0,100,0,0,13535,30500,0,'Gjalerbron Warrior'),
|
||||
(23991,0,11,"Die, maggot!",12,0,100,0,0,13536,30501,0,'Gjalerbron Warrior'),
|
||||
(23991,0,12,"You come to die!",12,0,100,0,0,13537,30502,0,'Gjalerbron Warrior'),
|
||||
(23991,0,13,"I spit on you!",12,0,100,0,0,13538,30503,0,'Gjalerbron Warrior'),
|
||||
(23991,0,14,"Sniveling pig!",12,0,100,0,0,13539,30504,0,'Gjalerbron Warrior'),
|
||||
(23991,0,15,"Ugglin oo bjorr!",12,0,100,0,0,13540,30505,0,'Gjalerbron Warrior'),
|
||||
(23991,0,16,"Haraak foln!",12,0,100,0,0,13541,30506,0,'Gjalerbron Warrior'),
|
||||
(23991,0,17,"I'll eat your heart!",12,0,100,0,0,13542,30508,0,'Gjalerbron Warrior');
|
||||
|
||||
-- Fearsome Horror (24073)
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=24073 AND `source_type`=0 AND `id`=1;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(24073,0,1,0,0,0,100,0,2000,6000,7000,10000,0,11,49861,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Fearsome Horror - In Combat - Cast 'Infected Bite'");
|
||||
@@ -0,0 +1,6 @@
|
||||
-- set Rooted state for Blockade Cannon
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId`=23771;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
|
||||
(23771, 1, 1, 0, 1);
|
||||
|
||||
UPDATE `creature_template` SET `flags_extra`=64 WHERE `entry` IN (23755, 23767, 23771);
|
||||
@@ -0,0 +1,24 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `id`=20061;
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId`=20061;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
|
||||
(20061, 1, 1, 0, 1);
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (20061);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=20061 AND `source_type`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=2006100 AND `source_type`=9;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(20061,0,0,0,54,0,100,0,0,0,0,0,0,80,2006100,2,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Just summoned - Action list"),
|
||||
(2006100,9,0,0,0,0,100,0,0,0,0,0,0,11,34872,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"),
|
||||
(2006100,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0,3.15,"Frostbite Invisible Stalker - Action list - Set Orientation"),
|
||||
(2006100,9,2,0,0,0,100,0,1000,1000,0,0,0,11,34740,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"),
|
||||
(2006100,9,3,0,0,0,100,0,0,0,0,0,0,11,34746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"),
|
||||
(2006100,9,4,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0,2.3624,"Frostbite Invisible Stalker - Action list - Set Orientation"),
|
||||
(2006100,9,5,0,0,0,100,0,1000,1000,0,0,0,11,34740,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"),
|
||||
(2006100,9,6,0,0,0,100,0,0,0,0,0,0,11,34746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"),
|
||||
(2006100,9,7,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0,1.575,"Frostbite Invisible Stalker - Action list - Set Orientation"),
|
||||
(2006100,9,8,0,0,0,100,0,1000,1000,0,0,0,11,34740,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"),
|
||||
(2006100,9,9,0,0,0,100,0,0,0,0,0,0,11,34746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"),
|
||||
(2006100,9,10,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0.7875,"Frostbite Invisible Stalker - Action list - Set Orientation"),
|
||||
(2006100,9,11,0,0,0,100,0,1000,1000,0,0,0,11,34740,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"),
|
||||
(2006100,9,12,0,0,0,100,0,0,0,0,0,0,11,34746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"),
|
||||
(2006100,9,13,0,0,0,100,0,1000,1000,0,0,0,11,34779,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Just Action list - cast spell");
|
||||
@@ -0,0 +1,2 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `id`=7779;
|
||||
@@ -0,0 +1,47 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (43690,96909,96913,96920,96931,96939,96954,96955,96956,96957,96958,96959,96960,96961,96962,96963,96964,96965,96996,97143,97255,97256,97257,97258,97259,97261,97346,97352);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(43690, 23118, 530, '0', 0, 0, 0, 1724.264, 7378.032, 369.8983, 4.1538850, 300, 0, 0, 0, 0, 0),
|
||||
(96909, 23119, 530, '0', 0, 0, 0, 1724.264, 7378.032, 369.8983, 4.1538850, 300, 0, 0, 0, 0, 0),
|
||||
(96913, 23118, 530, '0', 0, 0, 0, 1699.965, 7339.737, 370.0056, 2.8274300, 300, 0, 0, 0, 0, 0),
|
||||
(96920, 23119, 530, '0', 0, 0, 0, 1699.965, 7339.737, 370.0056, 2.8274300, 300, 0, 0, 0, 0, 0),
|
||||
(96931, 23118, 530, '0', 0, 0, 0, 1635.728, 7236.379, 368.8360, 3.3850480, 300, 0, 0, 0, 0, 0),
|
||||
(96939, 23119, 530, '0', 0, 0, 0, 1635.728, 7236.379, 368.8360, 3.3850480, 300, 0, 0, 0, 0, 0),
|
||||
(96954, 23118, 530, '0', 0, 0, 0, 1650.052, 7206.133, 369.0356, 1.2217290, 300, 0, 0, 0, 0, 0),
|
||||
(96955, 23119, 530, '0', 0, 0, 0, 1650.052, 7206.133, 369.0356, 1.2217290, 300, 0, 0, 0, 0, 0),
|
||||
(96956, 23118, 530, '0', 0, 0, 0, 1444.903, 7303.924, 373.7010, 2.9146900, 300, 0, 0, 0, 0, 0),
|
||||
(96957, 23119, 530, '0', 0, 0, 0, 1444.903, 7303.924, 373.7010, 2.9146900, 300, 0, 0, 0, 0, 0),
|
||||
(96958, 23118, 530, '0', 0, 0, 0, 1412.624, 7361.099, 370.1049, 0.2617982, 300, 0, 0, 0, 0, 0),
|
||||
(96959, 23119, 530, '0', 0, 0, 0, 1412.624, 7361.099, 370.1049, 0.2617982, 300, 0, 0, 0, 0, 0),
|
||||
(96960, 23118, 530, '0', 0, 0, 0, 1437.102, 7289.250, 373.7963, 0.4886912, 300, 0, 0, 0, 0, 0),
|
||||
(96961, 23119, 530, '0', 0, 0, 0, 1437.102, 7289.250, 373.7963, 0.4886912, 300, 0, 0, 0, 0, 0),
|
||||
(96962, 23118, 530, '0', 0, 0, 0, 1339.803, 7300.026, 368.5673, 0.3665176, 300, 0, 0, 0, 0, 0),
|
||||
(96963, 23119, 530, '0', 0, 0, 0, 1339.803, 7300.026, 368.5673, 0.3665176, 300, 0, 0, 0, 0, 0),
|
||||
(96964, 23118, 530, '0', 0, 0, 0, 1341.605, 7217.468, 375.0737, 1.3439010, 300, 0, 0, 0, 0, 0),
|
||||
(96965, 23119, 530, '0', 0, 0, 0, 1341.605, 7217.468, 375.0737, 1.3439010, 300, 0, 0, 0, 0, 0),
|
||||
(96996, 23118, 530, '0', 0, 0, 0, 1521.983, 7309.528, 367.4526, 0.6453460, 300, 0, 0, 0, 0, 0),
|
||||
(97143, 23119, 530, '0', 0, 0, 0, 1521.983, 7309.528, 367.4526, 0.6453460, 300, 0, 0, 0, 0, 0),
|
||||
(97255, 23118, 530, '0', 0, 0, 0, 1303.507, 7190.829, 371.5774, 3.2986870, 300, 0, 0, 0, 0, 0),
|
||||
(97256, 23119, 530, '0', 0, 0, 0, 1303.507, 7190.829, 371.5774, 3.2986870, 300, 0, 0, 0, 0, 0),
|
||||
(97257, 23118, 530, '0', 0, 0, 0, 1361.807, 7161.544, 371.1580, 0.1047193, 300, 0, 0, 0, 0, 0),
|
||||
(97258, 23119, 530, '0', 0, 0, 0, 1361.807, 7161.544, 371.1580, 0.1047193, 300, 0, 0, 0, 0, 0),
|
||||
(97259, 23118, 530, '0', 0, 0, 0, 1448.179, 7207.929, 369.0707, 5.5676010, 300, 0, 0, 0, 0, 0),
|
||||
(97261, 23119, 530, '0', 0, 0, 0, 1448.179, 7207.929, 369.0707, 5.5676010, 300, 0, 0, 0, 0, 0),
|
||||
(97346, 23118, 530, '0', 0, 0, 0, 1508.000, 7209.453, 370.4677, 0.2094394, 300, 0, 0, 0, 0, 0),
|
||||
(97352, 23119, 530, '0', 0, 0, 0, 1508.000, 7209.453, 370.4677, 0.2094394, 300, 0, 0, 0, 0, 0);
|
||||
|
||||
UPDATE `creature` SET `spawntimesecs`=30 WHERE `id` IN (23118);
|
||||
UPDATE `gameobject` SET `spawntimesecs`=30 WHERE `id` IN (185861);
|
||||
|
||||
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (27954,27955,27956,27957);
|
||||
DELETE FROM `gameobject_addon` WHERE `guid` IN (27954,27955,27956,27957);
|
||||
|
||||
UPDATE `gameobject_template` SET `AIName`='' WHERE `entry`=185861;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=185861 AND `source_type`=1;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=23118 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(23118, 0, 0, 1, 8, 0, 100, 513, 40160, 0, 1000, 1000, 0, 33, 23118, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, "Bombing Run Target Bunny - ON Spellhit 'Throw Bomb' - Quest Credit 'Bombing Run'"),
|
||||
(23118, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 19, 23119, 3, 0, 0, 0, 0, 0, 0, "Bombing Run Target Bunny - On Spellhit 'Throw Bomb' - Set Data 0 1"),
|
||||
(23118, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 20, 185861, 3, 0, 0, 0, 0, 0, 0, "Bombing Run Target Bunny - On Spellhit 'Throw Bomb' - despawn"),
|
||||
(23118, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 41, 10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, "Bombing Run Target Bunny - On Spellhit 'Throw Bomb' - despawn");
|
||||
@@ -0,0 +1,15 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (97353,97396);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(97353, 23115, 530, '0', 0, 0, 0, 2336.01, 7298.97, 365.618, 3.55066, 300, 0, 0, 0, 0, 0),
|
||||
(97396, 23115, 530, '0', 0, 0, 0, 2309.58, 7288.68, 365.617, 0.25198, 300, 0, 0, 0, 0, 0);
|
||||
|
||||
UPDATE `creature` SET `position_x`=2341.8366, `position_y`=7240.4658, `position_z`=366.5410, `orientation`=1.481132 WHERE `guid`=78265;
|
||||
UPDATE `creature` SET `position_x`=2356.8830, `position_y`=7285.9355, `position_z`=365.9563, `orientation`=3.260055 WHERE `guid`=91786;
|
||||
UPDATE `creature` SET `position_x`=2338.6767, `position_y`=7337.7290, `position_z`=365.6684, `orientation`=4.467215 WHERE `guid`=91788;
|
||||
UPDATE `creature` SET `position_x`=2323.238, `position_y`=7306.7163, `position_z`=365.6184, `orientation`=4.363535 WHERE `guid`=91793;
|
||||
UPDATE `creature` SET `position_x`=2313.559082, `position_y`=7277.915, `position_z`=369.019073, `orientation`=1.147470 WHERE `guid`=91790;
|
||||
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId`=23253;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
|
||||
(23253, 1, 1, 1, 0);
|
||||
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_template_movement` SET `Ground`=2 WHERE `CreatureID` IN (37098,38418);
|
||||
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (39747, 39823);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
|
||||
(39747, 2, 1, 2, 0),
|
||||
(39823, 2, 1, 2, 0);
|
||||
@@ -0,0 +1,56 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `position_x`=1862.02, `position_y`=-6184.39, `position_z`=25.2394, `orientation`=2.24799 WHERE `guid`=150054;
|
||||
|
||||
DELETE FROM `script_waypoint` WHERE `entry` IN (24156);
|
||||
DELETE FROM `waypoints` WHERE `entry`=24156;
|
||||
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES
|
||||
(24156,1,1860.67,-6181.49,24.4529,'Plaguehound Tracker'),
|
||||
(24156,2,1867.4,-6174.74,24.0396,'Plaguehound Tracker'),
|
||||
(24156,3,1878.91,-6171.04,23.8547,'Plaguehound Tracker'),
|
||||
(24156,4,1883.01,-6168.53,23.7649,'Plaguehound Tracker'),
|
||||
(24156,5,1891.14,-6168.5,23.7235,'Plaguehound Tracker'),
|
||||
(24156,6,1899.65,-6170.57,23.6586,'Plaguehound Tracker'),
|
||||
(24156,7,1908.06,-6170.44,23.6803,'Plaguehound Tracker'),
|
||||
(24156,8,1911.27,-6173.19,24.0866,'Plaguehound Tracker'),
|
||||
(24156,9,1930.91,-6177,24.3168,'Plaguehound Tracker'),
|
||||
(24156,10,1954.76,-6182.63,24.1432,'Plaguehound Tracker'),
|
||||
(24156,11,1987.13,-6178.86,23.131,'Plaguehound Tracker'),
|
||||
(24156,12,2006.38,-6170.3,15.3212,'Plaguehound Tracker'),
|
||||
(24156,13,2009.97,-6164.83,15.7361,'Plaguehound Tracker'),
|
||||
(24156,14,2014.19,-6158.24,13.2915,'Plaguehound Tracker'),
|
||||
(24156,15,2013.73,-6145.65,7.8703,'Plaguehound Tracker'),
|
||||
(24156,16,2041.4,-6116.02,4.79356,'Plaguehound Tracker'),
|
||||
(24156,17,2058.39,-6112.69,5.85019,'Plaguehound Tracker'),
|
||||
(24156,18,2086.18,-6103.4,6.93077,'Plaguehound Tracker'),
|
||||
(24156,19,2098.62,-6101.4,4.95018,'Plaguehound Tracker'),
|
||||
(24156,20,2114.68,-6098.66,5.20728,'Plaguehound Tracker'),
|
||||
(24156,21,2126.52,-6101.74,6.62395,'Plaguehound Tracker'),
|
||||
(24156,22,2159.06,-6109.57,3.01272,'Plaguehound Tracker'),
|
||||
(24156,23,2201.07,-6110.33,1.05585,'Plaguehound Tracker'),
|
||||
(24156,24,2225.83,-6096.46,0.541609,'Plaguehound Tracker'),
|
||||
(24156,25,2238.62,-6077.75,2.62115,'Plaguehound Tracker'),
|
||||
(24156,26,2258.13,-6060.8,1.93668,'Plaguehound Tracker'),
|
||||
(24156,27,2267.67,-6056.66,1.2167,'Plaguehound Tracker'),
|
||||
(24156,28,2287.67,-6048.15,1.24615,'Plaguehound Tracker'),
|
||||
(24156,29,2307.23,-6024.91,2.63326,'Plaguehound Tracker'),
|
||||
(24156,30,2306.47,-6023.57,2.82203,'Plaguehound Tracker'),
|
||||
(24156,31,2299.93,-6026.67,2.35618,'Plaguehound Tracker'),
|
||||
(24156,32,2289.84,-6040.9,2.20458,'Plaguehound Tracker'),
|
||||
(24156,33,2267.99,-6056.47,1.22536,'Plaguehound Tracker');
|
||||
|
||||
-- Plaguehound Tracker (24156)
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=24156;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=24156 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(24156,0,0,0,54,0,100,0,0,0,0,0,0,53,0,24156,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Just Spawned - Start Waypoint'"),
|
||||
(24156,0,1,0,40,0,100,0,8,24156,0,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Waypoint 8 Reached - set run on"),
|
||||
(24156,0,2,0,40,0,100,0,8,24156,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Waypoint 8 Reached - Say emote"),
|
||||
(24156,0,3,0,40,0,100,0,8,24156,0,0,0,54,10000,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Waypoint 8 Reached - Paussse wp"),
|
||||
(24156,0,4,0,40,0,100,0,30,24156,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Waypoint 30 Reached - Say emote"),
|
||||
(24156,0,5,0,40,0,100,0,30,24156,0,0,0,54,7000,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Waypoint 30 Reached - Paussse wp"),
|
||||
(24156,0,6,0,40,0,100,0,33,24156,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Waypoint 33 Reached - Despawn");
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=24156;
|
||||
INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
|
||||
(24156,0,0,"The hound appears to pick up a scent from the north and prepares to sprint to its source.",16,0,100,0,0,0,22843,0,'Plaguehound Tracker'),
|
||||
(24156,1,0,"Upon reaching its destination the hound becomes startled by noise up ahead and appears ready to flee.",16,0,100,0,0,0,22844,0,'Plaguehound Tracker');
|
||||
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_despawn_self' AND `spell_id`=52267;
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_deliver_stolen_horse';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(52264, 'spell_deliver_stolen_horse');
|
||||
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature` SET `PhaseId`=177, `modelid`=0 WHERE `guid` IN (130499);
|
||||
@@ -0,0 +1,276 @@
|
||||
-- Knight of the Ebon Blade
|
||||
UPDATE `creature` SET `spawndist` = 0, `MovementType` = 0 WHERE `guid` = 125754;
|
||||
UPDATE `creature` SET `position_x` = 2455.141846, `position_y` = -5659.117676, `position_z` = 376.904541, `orientation` = 3.062749 WHERE `guid` = 125729;
|
||||
UPDATE `creature` SET `position_x` = 2455.287598, `position_y` = -5657.273438, `position_z` = 376.904541, `orientation` = 3.062749, `spawndist` = 0, `MovementType` = 0 WHERE `guid` = 125728;
|
||||
UPDATE `creature` SET `position_x` = 2430.403809, `position_y` = -5556.913574, `position_z` = 420.642792, `orientation` = 3.970762 WHERE `guid` = 125750;
|
||||
UPDATE `creature` SET `position_x` = 2432.056885, `position_y` = -5558.427734, `position_z` = 420.642792, `orientation` = 3.970762, `spawndist` = 0, `MovementType` = 0 WHERE `guid` = 125751;
|
||||
UPDATE `creature` SET `position_x` =2495.758545 , `position_y` =-5628.138672 , `position_z` =420.644318 , `orientation` =2.620066 WHERE `guid` = 130499;
|
||||
|
||||
UPDATE `creature` SET `spawndist` = 0, `MovementType` = 2 WHERE `guid` IN (125724,125729,125750,125746);
|
||||
UPDATE `creature_addon` SET `path_id`=1257240 WHERE `guid` = 125724;
|
||||
UPDATE `creature_addon` SET `path_id`=1257290 WHERE `guid` = 125729;
|
||||
UPDATE `creature_addon` SET `path_id`=1257500 WHERE `guid` = 125750;
|
||||
UPDATE `creature_addon` SET `path_id`=1257460 WHERE `guid` = 125746;
|
||||
|
||||
DELETE FROM `creature_movement_override` WHERE `SpawnId` IN (125724);
|
||||
INSERT INTO `creature_movement_override` (`SpawnId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
|
||||
(125724, 1, 1, 2, 0);
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (1257240,1257290,1257500,1257460);
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `action_chance`, `move_type`) VALUES
|
||||
-- #125724
|
||||
(1257240,1,2323.35,-5656.07,383.241,2000,0,6.24828,100,2),
|
||||
(1257240,2,2330.026,-5657.613,388.6288,0,0,0,100,2),
|
||||
(1257240,3,2329.356,-5658.356,388.6288,0,0,0,100,2),
|
||||
(1257240,4,2319.161,-5657.183,386.9349,0,0,0,100,2),
|
||||
(1257240,5,2307.284,-5650.997,386.9349,0,0,0,100,2),
|
||||
(1257240,6,2301.35,-5635.033,380.8797,0,0,0,100,2),
|
||||
(1257240,7,2322.17,-5569.309,350.8232,0,0,0,100,2),
|
||||
(1257240,8,2338.373,-5510.709,352.2416,0,0,0,100,2),
|
||||
(1257240,9,2361.37,-5470.431,352.7691,0,0,0,100,2),
|
||||
(1257240,10,2446.082,-5442.422,350.9076,0,0,0,100,2),
|
||||
(1257240,11,2515.625,-5450.358,356.7685,0,0,0,100,2),
|
||||
(1257240,12,2588.698,-5507.009,359.1858,0,0,0,100,2),
|
||||
(1257240,13,2503.031,-5580.353,332.798,0,0,0,100,2),
|
||||
(1257240,14,2374.086,-5671.582,340.6869,0,0,0,100,2),
|
||||
(1257240,15,2320.237,-5695.78,343.4362,0,0,0,100,2),
|
||||
(1257240,16,2332.025,-5686.116,350.9917,0,0,0,100,2),
|
||||
(1257240,17,2328.57,-5677.01,385.319,0,0,0,100,2),
|
||||
(1257240,18,2328.24,-5657.19,385.685,2000,0,0,100,0),
|
||||
(1257240,19,2323.35,-5656.07,383.241,120000,0,6.24828,100,0),
|
||||
-- #125729
|
||||
(1257290,1,2446.67,-5658.38,376.905,0,0,2.73269,100,0),
|
||||
(1257290,2,2435.24,-5654.47,376.959,0,0,2.77275,100,0),
|
||||
(1257290,3,2427.8,-5650.54,377.02,0,0,2.45466,100,0),
|
||||
(1257290,4,2419.48,-5644.87,376.888,0,0,2.56854,100,0),
|
||||
(1257290,5,2412.11,-5639.68,376.89,0,0,2.25596,100,0),
|
||||
(1257290,6,2405.47,-5630.69,376.928,0,0,2.0816,100,0),
|
||||
(1257290,7,2397.51,-5617.32,377.003,0,0,1.78943,100,0),
|
||||
(1257290,8,2396.18,-5609.07,377.095,0,0,1.65748,100,0),
|
||||
(1257290,9,2393.84,-5593.56,376.899,0,0,1.70461,100,0),
|
||||
(1257290,10,2394.2,-5582.01,376.905,0,0,1.42579,100,0),
|
||||
(1257290,11,2397.28,-5570.98,376.934,0,0,1.0543,100,0),
|
||||
(1257290,12,2402.94,-5561.78,377.011,0,0,0.989893,100,0),
|
||||
(1257290,13,2410.25,-5551.94,376.888,0,0,0.856375,100,0),
|
||||
(1257290,14,2417.83,-5544.23,376.895,0,0,0.78569,100,0),
|
||||
(1257290,15,2428.82,-5536.41,376.931,0,0,0.569705,100,0),
|
||||
(1257290,16,2436.36,-5532.31,376.979,0,0,0.440114,100,0),
|
||||
(1257290,17,2445.12,-5529.51,377.095,0,0,0.27518,100,0),
|
||||
(1257290,18,2457.44,-5527.67,376.895,0,0,0.149516,100,0),
|
||||
(1257290,19,2469.9,-5527.55,376.905,0,0,6.25991,100,0),
|
||||
(1257290,20,2480.83,-5528.93,376.913,0,0,6.07142,100,0),
|
||||
(1257290,21,2489.32,-5532.37,376.977,0,0,5.535,100,0),
|
||||
(1257290,22,2500.23,-5541,376.89,0,0,5.62375,100,0),
|
||||
(1257290,23,2509.11,-5550.09,376.896,0,0,5.40777,100,0),
|
||||
(1257290,24,2514.69,-5560.58,376.904,0,0,5.21142,100,0),
|
||||
(1257290,25,2522.13,-5573.43,376.995,0,0,5.18393,100,0),
|
||||
(1257290,26,2524.32,-5580.86,377.145,0,0,4.96402,100,0),
|
||||
(1257290,27,2526.39,-5593.16,376.898,0,0,4.86977,100,0),
|
||||
(1257290,28,2526.31,-5604.8,376.905,0,0,4.70092,100,0),
|
||||
(1257290,29,2522.07,-5619.32,376.957,0,0,4.39461,100,0),
|
||||
(1257290,30,2516.59,-5628.19,377.095,0,0,4.10402,100,0),
|
||||
(1257290,31,2506.34,-5642.23,376.883,0,0,4.03726,100,0),
|
||||
(1257290,32,2492.87,-5651.26,376.938,0,0,3.68383,100,0),
|
||||
(1257290,33,2479.32,-5656.78,377.004,0,0,3.33197,100,0),
|
||||
(1257290,34,2469.47,-5658.35,376.89,0,0,3.30192,100,0),
|
||||
(1257290,35,2461.75,-5659.24,376.897,0,0,3.1362,100,0),
|
||||
(1257290,36,2455.71,-5659.23,376.904,0,0,3.05845,100,0),
|
||||
-- #125750
|
||||
(1257500,1,2423.91,-5563.63,420.643,0,0,3.95166,100,0),
|
||||
(1257500,2,2413.24,-5584.33,420.643,0,0,4.64359,100,0),
|
||||
(1257500,3,2413.94,-5603.56,420.643,0,0,5.11796,100,0),
|
||||
(1257500,4,2420.91,-5620.53,420.643,0,0,5.46353,100,0),
|
||||
(1257500,5,2434.01,-5633.67,420.643,0,0,5.80597,100,0),
|
||||
(1257500,6,2451.23,-5640.72,420.643,0,0,6.25914,100,0),
|
||||
(1257500,7,2470.25,-5640.69,420.643,0,0,0.58306,100,0),
|
||||
(1257500,8,2487.68,-5633.69,420.643,0,0,0.634897,100,0),
|
||||
(1257500,9,2500.52,-5620.19,420.643,0,0,1.11713,100,0),
|
||||
(1257500,10,2507.49,-5602.83,420.643,0,0,1.44386,100,0),
|
||||
(1257500,11,2507.22,-5583.91,420.643,0,0,1.82949,100,0),
|
||||
(1257500,12,2500.18,-5566.92,420.643,0,0,2.25282,100,0),
|
||||
(1257500,13,2481.2,-5551.37,420.643,0,0,2.91098,100,0),
|
||||
(1257500,14,2450.97,-5546.57,420.643,0,0,3.29583,100,0),
|
||||
(1257500,15,2433.74,-5554.06,420.643,0,0,3.91865,100,0),
|
||||
-- #125746
|
||||
(1257460,1,2465.825, -5566.296, 366.82,0,0,2.9392,100,0),
|
||||
(1257460,2,2453.237, -5566.987, 366.82,0,0,3.3319,100,0),
|
||||
(1257460,3,2443.162, -5571.140, 366.82,0,0,3.8032,100,0),
|
||||
(1257460,4,2436.04,-5578.13,366.819,0,0,4.34945,100,0),
|
||||
(1257460,5,2431.61,-5588.31,366.819,0,0,4.47119,100,0),
|
||||
(1257460,6,2431.88,-5599.75,366.819,0,0,4.96049,100,0),
|
||||
(1257460,7,2436.14,-5610.81,366.819,0,0,5.33826,100,0),
|
||||
(1257460,8,2444.43,-5618.48,366.819,0,0,5.77222,100,0),
|
||||
(1257460,9,2455.11,-5623.02,366.819,0,0,6.17277,100,0),
|
||||
(1257460,10,2466.98,-5622.77,366.819,0,0,0.333337,100,0),
|
||||
(1257460,11,2477,-5618.23,366.819,0,0,0.813131,100,0),
|
||||
(1257460,12,2484.75,-5610.28,366.819,0,0,1.06132,100,0),
|
||||
(1257460,13,2489.43,-5600.22,366.819,0,0,1.55455,100,0),
|
||||
(1257460,14,2488.75,-5587.13,366.819,0,0,1.83477,100,0),
|
||||
(1257460,15,2484.82,-5577.11,366.819,0,0,2.32172,100,0),
|
||||
(1257460,16,2476.5,-5569.24,366.819,0,0,2.6398,100,0);
|
||||
|
||||
|
||||
|
||||
-- formations
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` IN (125729,125750);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(125729,125729,0,0,515,0,0),
|
||||
(125729,125728,4,90,515,0,0),
|
||||
(125750,125750,0,0,515,0,0),
|
||||
(125750,125751,4,90,515,0,0);
|
||||
|
||||
-- Corpulous
|
||||
UPDATE `creature` SET `position_x` = 2484.927002, `position_y` = -5626.647461, `position_z` = 420.352722, `orientation` = 0.583551, `spawndist` = 0, `MovementType` = 2 WHERE `guid` = 125759;
|
||||
DELETE FROM `creature_addon` WHERE `guid` = 125759;
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(125759,1257590,0,0,0,0,"");
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id`=1257590;
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `move_type`, `action_chance`) VALUES
|
||||
(1257590,1,2495.99,-5616.46,420.643,0,0,1.34068,0,100),
|
||||
(1257590,2,2500.64,-5594.66,420.582,0,0,1.6941,0,100),
|
||||
(1257590,3,2491.96,-5571.82,420.463,0,0,2.43631,0,100),
|
||||
(1257590,4,2468.08,-5552.55,420.605,0,0,2.96802,0,100),
|
||||
(1257590,5,2438.5,-5554.26,420.644,0,0,4.00946,0,100),
|
||||
(1257590,6,2417.75,-5577.3,420.644,0,0,4.77051,0,100),
|
||||
(1257590,7,2418.65,-5602.62,420.644,0,0,4.81494,0,100),
|
||||
(1257590,8,2431.13,-5627.26,420.644,0,0,5.76997,0,100),
|
||||
(1257590,9,2463.25,-5636.65,420.643,0,0,6.08764,0,100),
|
||||
(1257590,10,2484.3,-5627.07,420.309,0,0,0.487756,0,100);
|
||||
|
||||
-- Vigilant Gargoyle
|
||||
UPDATE `creature` SET `position_x` = 2434.21, `position_y` = -5662.73, `position_z` = 444.346, `orientation` = 0.8203048 WHERE `guid` = 125826;
|
||||
UPDATE `creature` SET `position_x` = 2391.407959, `position_y` = -5567.292969, `position_z` = 444.357086, `orientation` = 5.480334 WHERE `guid` = 125828;
|
||||
UPDATE `creature` SET `position_x` = 2483.342, `position_y` = -5565.299, `position_z` = 465.3641, `orientation` = 5.12546 WHERE `guid` = 125829;
|
||||
UPDATE `creature` SET `position_x` = 2451.695, `position_y` = -5646.18, `position_z` = 434.8652, `orientation` = 2.316070 WHERE `guid` = 125830;
|
||||
UPDATE `creature` SET `position_x` = 2430.07, `position_y` = -5548.54, `position_z` = 444.124, `orientation` = 5.235988 WHERE `guid` = 125831;
|
||||
UPDATE `creature` SET `position_x` = 2504.877930, `position_y` = -5563.373047, `position_z` = 444.124237, `orientation` = 3.769911 WHERE `guid` = 125832;
|
||||
UPDATE `creature` SET `position_x` = 2488.308, `position_y` = -5584.386, `position_z` = 481.0384, `orientation` = 3.62308 WHERE `guid` = 125833;
|
||||
UPDATE `creature` SET `spawndist` = 0, `MovementType` = 2 WHERE `guid` IN (125826,125827,125828,125829,125830,125831,125832,125833);
|
||||
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (29239);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
|
||||
(29239, 1, 1, 2, 0);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (125826,125827,125828,125829,125830,125831,125832,125833);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(125826,1258260,0,0,0,0,""),
|
||||
(125827,1258270,0,0,0,0,""),
|
||||
(125828,1258280,0,0,0,0,""),
|
||||
(125829,1258290,0,0,0,0,""),
|
||||
(125830,1258300,0,0,0,0,""),
|
||||
(125831,1258310,0,0,0,0,""),
|
||||
(125832,1258320,0,0,0,0,""),
|
||||
(125833,1258330,0,0,0,0,"");
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (1258260,1258270,1258280,1258290,1258300,1258310,1258320,1258330);
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `move_type`, `action_chance`) VALUES
|
||||
-- #125826
|
||||
(1258260,1,2434.21,-5662.73,444.346,10000,15,0.8203048,2,100),
|
||||
(1258260,2,2434.21,-5662.73,444.346,3000,21,0.8203048,2,100),
|
||||
(1258260,3,2437.7,-5653.26,447.963,0,0,0,2,100),
|
||||
(1258260,4,2440.7,-5639.31,450.32,0,0,0,2,100),
|
||||
(1258260,5,2449.12,-5599.83,455.546,0,0,0,2,100),
|
||||
(1258260,6,2463.19,-5545.83,455.546,0,0,0,2,100),
|
||||
(1258260,7,2462.16,-5519.81,445.019,90000,15,5.096361,2,100),
|
||||
(1258260,8,2462.16,-5519.81,445.019,3000,21,5.096361,2,100),
|
||||
(1258260,9,2463.19,-5545.83,455.546,0,0,0,2,100),
|
||||
(1258260,10,2449.12,-5599.83,455.546,0,0,0,2,100),
|
||||
(1258260,11,2440.7,-5639.31,450.32,0,0,0,2,100),
|
||||
(1258260,12,2437.7,-5653.26,447.963,0,0,0,2,100),
|
||||
(1258260,13,2434.21,-5662.73,444.346,55000,15,0.8203048,2,100),
|
||||
-- #125827
|
||||
(1258270,1,2490.76,-5638.42,444.123,3000,21,2.146755,2,100),
|
||||
(1258270,2,2473.23,-5633.96,451.023,0,0,6.08433,2,100),
|
||||
(1258270,3,2436.67,-5610.5,451.023,0,0,0.118447,2,100),
|
||||
(1258270,4,2396.06,-5594.14,447.163,0,0,0.118447,2,100),
|
||||
(1258270,5,2386.53,-5591.94,444.349,15000,15,6.056796,0,100),
|
||||
(1258270,6,2386.53,-5591.94,444.349,3000,21,6.056796,2,100),
|
||||
(1258270,7,2396.06,-5594.14,447.163,0,0,0.118447,2,100),
|
||||
(1258270,8,2436.67,-5610.5,451.023,0,0,0.118447,2,100),
|
||||
(1258270,9,2473.23,-5633.96,451.023,0,0,6.08433,2,100),
|
||||
(1258270,10,2490.76,-5638.42,444.123,15000,15,2.146755,2,100),
|
||||
-- #125828
|
||||
(1258280,1,2391.408,-5567.293,444.3718,25000,15,5.480334,2,100),
|
||||
(1258280,2,2391.408,-5567.293,444.3718,3000,21,5.480334,2,100),
|
||||
(1258280,3,2398.943,-5570.205,446.666,0,0,0,2,100),
|
||||
(1258280,4,2440.29,-5586.844,449.8325,0,0,0,2,100),
|
||||
(1258280,5,2505.819,-5612.692,449.8325,0,0,0,2,100),
|
||||
(1258280,6,2529.106,-5619.674,445.1933,30000,15,2.338741,2,100),
|
||||
(1258280,7,2529.106,-5619.674,445.1933,3000,21,2.338741,2,100),
|
||||
(1258280,8,2505.819,-5612.692,449.8325,0,0,0,2,100),
|
||||
(1258280,9,2440.29,-5586.844,449.8325,0,0,0,2,100),
|
||||
(1258280,10,2398.943,-5570.205,446.666,0,0,0,2,100),
|
||||
-- #125829
|
||||
(1258290,1,2483.342,-5565.299,465.3641,0,0,0,2,100),
|
||||
(1258290,2,2496.264,-5591.996,465.3641,0,0,0,2,100),
|
||||
(1258290,3,2487.786,-5622.763,465.3641,0,0,0,2,100),
|
||||
(1258290,4,2454.336,-5633.348,465.3641,0,0,0,2,100),
|
||||
(1258290,5,2425.146,-5610.249,465.3641,0,0,0,2,100),
|
||||
(1258290,6,2428.722,-5575.904,465.3641,0,0,0,2,100),
|
||||
(1258290,7,2455.775,-5556.587,465.3641,0,0,0,2,100),
|
||||
-- #125830
|
||||
(1258300,1,2451.695,-5646.18,434.8652,0,0,0,2,100),
|
||||
(1258300,2,2439.378,-5633.581,434.8652,0,0,0,2,100),
|
||||
(1258300,3,2435.796,-5612.654,434.8652,0,0,0,2,100),
|
||||
(1258300,4,2415.501,-5592.075,434.8652,0,0,0,2,100),
|
||||
(1258300,5,2420.025,-5564.285,434.8652,0,0,0,2,100),
|
||||
(1258300,6,2442.141,-5561.768,434.8652,0,0,0,2,100),
|
||||
(1258300,7,2455.828,-5546.954,434.8652,0,0,0,2,100),
|
||||
(1258300,8,2473.265,-5540.889,434.8652,0,0,0,2,100),
|
||||
(1258300,9,2485.814,-5558.36,434.8652,0,0,0,2,100),
|
||||
(1258300,10,2486.564,-5585.888,434.8652,0,0,0,2,100),
|
||||
(1258300,11,2512.008,-5598.653,434.8652,0,0,0,2,100),
|
||||
(1258300,12,2498.434,-5621.793,434.8652,0,0,0,2,100),
|
||||
(1258300,13,2473.175,-5621.091,434.8652,0,0,0,2,100),
|
||||
(1258300,14,2464.311,-5642.477,434.8652,0,0,0,2,100),
|
||||
-- #125831
|
||||
(1258310,1,2430.07,-5548.54,444.124,40000,15,5.235988,2,100),
|
||||
(1258310,2,2430.07,-5548.54,444.124,3000,21,5.235988,2,100),
|
||||
(1258310,3,2440.2,-5553.77,447.152,0,0,0,2,100),
|
||||
(1258310,4,2479.28,-5579.33,458.901,0,0,0,2,100),
|
||||
(1258310,5,2508.33,-5596.56,458.901,0,0,0,2,100),
|
||||
(1258310,6,2534.25,-5595.29,445.207,55000,15,3.490659,2,100),
|
||||
(1258310,7,2534.25,-5595.29,445.207,3000,21,3.490659,2,100),
|
||||
(1258310,8,2508.33,-5596.56,458.901,0,0,0,2,100),
|
||||
(1258310,9,2479.28,-5579.33,458.901,0,0,0,2,100),
|
||||
(1258310,10,2440.2,-5553.77,447.152,0,0,0,2,100),
|
||||
-- #125832
|
||||
(1258320,1,2504.878,-5563.373,444.8871,60000,15,3.769911,2,100),
|
||||
(1258320,2,2504.878,-5563.373,444.8871,3000,21,3.769911,2,100),
|
||||
(1258320,3,2499.79,-5572.24,447.68,0,0,0,2,100),
|
||||
(1258320,4,2471.41,-5619.1,454.346,0,0,0,2,100),
|
||||
(1258320,5,2458.67,-5667.23,444.355,35000,15,1.919862,2,100),
|
||||
(1258320,6,2458.67,-5667.23,444.355,3000,21,1.919862,2,100),
|
||||
(1258320,7,2471.41,-5619.1,454.346,0,0,0,2,100),
|
||||
(1258320,8,2499.79,-5572.24,447.68,0,0,0,2,100),
|
||||
-- #125833
|
||||
(1258330,1,2488.308,-5584.386,481.0384,0,0,0,2,100),
|
||||
(1258330,2,2454.494,-5564.502,481.0384,0,0,0,2,100),
|
||||
(1258330,3,2435.279,-5577.999,481.0384,0,0,0,2,100),
|
||||
(1258330,4,2431.282,-5602.197,481.0384,0,0,0,2,100),
|
||||
(1258330,5,2446.33,-5619.115,481.0384,0,0,0,2,100),
|
||||
(1258330,6,2468.877,-5620.938,481.0384,0,0,0,2,100),
|
||||
(1258330,7,2486.967,-5604.068,481.0384,0,0,0,2,100);
|
||||
|
||||
UPDATE `waypoint_scripts` SET `guid`=3612770 WHERE `guid`=7 AND `id`=7;
|
||||
DELETE FROM `waypoint_scripts` WHERE `id` IN (15);
|
||||
INSERT INTO `waypoint_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`, `guid`) VALUES
|
||||
(15, 1, 1, 429, 1, 0, 0, 0, 0, 0, 7);
|
||||
|
||||
-- Risen Drudge
|
||||
UPDATE `creature` SET `position_x` = 2494.941650, `position_y` = -5599.048828, `position_z` = 420.326019, `orientation` = 3.927593 WHERE `guid` = 125767;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=125767;
|
||||
|
||||
-- Veteran\'s Training Dummy -- Disciple\'s Training Dummy -- Initiate\'s Training Dummy -- Ebon Knight\'s Training Dummy -- Highlord's Nemesis Trainer
|
||||
UPDATE `creature_template` SET `unit_flags` = 0, `mechanic_immune_mask` = 8388656 WHERE `entry` IN (32541,32545,32542,32543,32546,32547);
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (32541,32545,32542,32543,32546,32547);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(32541,0,0,0,0,0,"6462"),
|
||||
(32545,0,0,0,0,0,"6462"),
|
||||
(32542,0,0,0,0,0,"6462"),
|
||||
(32543,0,0,0,0,0,"6462"),
|
||||
(32546,0,0,0,0,0,"6462"),
|
||||
(32547,0,0,0,0,0,"6462");
|
||||
|
||||
UPDATE `creature_template_addon` SET `bytes2`=0 WHERE `entry`=28490;
|
||||
@@ -0,0 +1,4 @@
|
||||
-- Warsong Battle Standard
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId`= 26678;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES
|
||||
(26678, 1, 0, 0, 1);
|
||||
@@ -0,0 +1,25 @@
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2667800) AND `source_type`=9 AND `id`=6;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (26678) AND `source_type`=0 AND `id` IN (3,4);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (26676) AND `source_type`=0 AND `id` IN (1,2);
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(2667800,9,6,0,0,0,100,0,1000,1000,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Warsong Battle Standard - On Script - Quest Credit"),
|
||||
(26678,0,3,0,54,0,100,0,0,0,0,0,84,1,0,0,0,0,0,23,0,0,0,0,0,0,0,"Warsong Battle Standard - Just Summoned - Simple talk"),
|
||||
(26678,0,4,0,6,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Warsong Battle Standard - On death - Simple talk"),
|
||||
(26676,0,1,0,54,0,60,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anub'ar Invader - Just Summoned - Simple talk"),
|
||||
(26676,0,2,0,7,0,100,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anub'ar Invader - On evade - despawn");
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` IN (26676,26678);
|
||||
INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
|
||||
(26676,0,0,"Anub'ar fear nothing, mortal...",12,0,100,0,0,0,25895,0,'Anubar Invader'),
|
||||
(26676,0,1,"A fine meal you will make...",12,0,100,0,0,0,25896,0,'Anubar Invader'),
|
||||
(26676,0,2,"Anub'arak may have uses for your carcass...",12,0,100,0,0,0,25897,0,'Anubar Invader'),
|
||||
(26676,0,3,"The feast has arrived! DIE!",12,0,100,0,0,0,25898,0,'Anubar Invader'),
|
||||
(26678,0,0,"The Anub'ar have destroyed the %s!",16,0,100,0,0,0,25899,0,'Warsong Battle Standard'),
|
||||
(26678,1,0,"Come, cowards! FACE THE HORDE!",12,0,100,0,0,0,25888,0,'Warsong Battle Standard'),
|
||||
(26678,1,1,"Do you that dare challenge the Horde? Then come...",12,0,100,0,0,0,25889,0,'Warsong Battle Standard'),
|
||||
(26678,1,2,"I will crush you all! For the Horde!",12,0,100,0,0,0,25890,0,'Warsong Battle Standard'),
|
||||
(26678,1,3,"Come! Come face your doom!",12,0,100,0,0,0,25891,0,'Warsong Battle Standard'),
|
||||
(26678,1,4,"Leave this place or I will thrash you soundly!",12,0,100,0,0,0,25892,0,'Warsong Battle Standard'),
|
||||
(26678,1,5,"Show yourselves so that I may crack your insectoid skeletons with my bare hands!",12,0,100,0,0,0,25893,0,'Warsong Battle Standard'),
|
||||
(26678,1,6,"Hearty beatings will be dispensed in the name of the Horde!",12,0,100,0,0,0,25894,0,'Warsong Battle Standard');
|
||||
@@ -0,0 +1,24 @@
|
||||
--
|
||||
UPDATE `creature_template_addon` SET `auras`="47395" WHERE `entry` IN (26654,26772,26656,26608);
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (26319,26606,26777,26676,26778);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES
|
||||
(26676,"47396"),(26319,"47396"),(26606,"47396"),(26777,"47395"),(26778,"47395");
|
||||
UPDATE `creature_addon` SET `auras` ="47396" WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (26319, 26606));
|
||||
|
||||
DELETE FROM `spell_area` WHERE `area` IN (4163) AND `spell`=47396;
|
||||
INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`flags`,`quest_start_status`, `quest_end_status`) VALUES
|
||||
(47396, 4163, 0, 12069, 0, 0, 2, 3, 0, 11);
|
||||
|
||||
DELETE FROM `gameobject_addon` WHERE `guid`=5544;
|
||||
INSERT INTO `gameobject_addon` (`guid`, `invisibilityType`, `invisibilityValue`) VALUES (5544, 5, 1000);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (26810);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES
|
||||
(26810,"47417");
|
||||
|
||||
DELETE FROM `spell_area` WHERE `area` IN (4165) AND `spell`=47418;
|
||||
INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`flags`,`quest_start_status`, `quest_end_status`) VALUES
|
||||
(47418, 4165, 12069, 0, 0, 0, 2, 3, 64, 0);
|
||||
|
||||
UPDATE `creature_addon` SET `auras` ="47418" WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (26437));
|
||||
UPDATE `creature_template_addon` SET `auras`="47786 47418" WHERE `entry`=26379;
|
||||
@@ -0,0 +1,32 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (76265,86173,86174,97406,97407,97408,97431);
|
||||
UPDATE `creature` SET `guid`=76265 WHERE `guid`=306768;
|
||||
UPDATE `creature` SET `guid`=86173 WHERE `guid`=307921;
|
||||
UPDATE `creature` SET `guid`=86174 WHERE `guid`=307920;
|
||||
UPDATE `creature` SET `guid`=97406 WHERE `guid`=307919;
|
||||
UPDATE `creature` SET `guid`=97407 WHERE `guid`=307922;
|
||||
UPDATE `creature` SET `guid`=97408 WHERE `guid`=307918;
|
||||
UPDATE `creature` SET `guid`=97431 WHERE `guid`=307923;
|
||||
UPDATE `creature` SET `guid`=4152 WHERE `guid`=306763;
|
||||
-- INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
-- (76265, 4772, 0, 1, 1, 0, 1, -5523.24, -1333.6, 398.555, 2.68781, 120, 0, 0, 0, 0, 0),
|
||||
-- (86173, 12372, 0, 1, 1, 0, 0, -5509.63, -1323.89, 397.516, 2.32328, 120, 1, 0, 0, 0, 1),
|
||||
-- (86174, 12373, 0, 1, 1, 0, 0, -5505.42, -1320.18, 397.516, 3.25541, 120, 1, 0, 0, 0, 1),
|
||||
-- (97406, 12374, 0, 1, 1, 0, 0, -5499.52, -1322.37, 397.516, 0.224179, 120, 1, 0, 0, 0, 1),
|
||||
-- (97407, 14546, 0, 1, 1, 0, 0, -5508.02, -1334.34, 397.516, 5.21587, 120, 1, 0, 0, 0, 1),
|
||||
-- (97408, 14547, 0, 1, 1, 0, 0, -5497.96, -1332.61, 397.516, 0.488367, 120, 1, 0, 0, 0, 1),
|
||||
-- (97431, 14548, 0, 1, 1, 0, 0, -5502.12, -1335.15, 397.516, 0.569738, 120, 1, 0, 0, 0, 1);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(4150, 4772, 0, '0', 0, 0, 1, -5521.92, -1347.17, 398.747, 4.03171, 300, 0, 0, 198, 0, 0),
|
||||
(4147, 12372, 0, '0', 0, 0, 0, -5524.53, -1354.1, 398.694, 1.43896, 300, 4, 0, 55, 0, 1),
|
||||
(4148, 12373, 0, '0', 0, 0, 0, -5534.72, -1349.27, 398.769, 4.74149, 300, 4, 0, 42, 0, 1),
|
||||
(4154, 12374, 0, '0', 0, 0, 0, -5525.74, -1363.56, 398.694, 1.88225, 300, 4, 0, 55, 0, 1),
|
||||
(4156, 14546, 0, '0', 0, 0, 0, -5529.51, -1376.1, 398.789, 3.57943, 300, 4, 0, 42, 0, 1),
|
||||
(4149, 14547, 0, '0', 0, 0, 0, -5536.3, -1335.36, 398.769, 1.80959, 300, 4, 0, 55, 0, 1),
|
||||
(4155, 14548, 0, '0', 0, 0, 0, -5532.46, -1358.99, 398.694, 3.04284, 300, 4, 0, 55, 0, 1);
|
||||
|
||||
DELETE FROM `game_event_creature` WHERE `eventEntry` IN (-25,25) AND `guid` IN (76265,86173,86174,97406,97407,97408,97431, 4149,4148,4147,4155,4154,4156,4150);
|
||||
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
|
||||
(25,76265),(25,86173),(25,86174),(25,97406),(25,97407),(25,97408),(25,97431),(-25,4149),(-25,4148),(-25,4147),(-25,4155),(-25,4154),(-25,4156),(-25,4150);
|
||||
-- UPDATE `creature` SET `MovementType`=1, `spawndist`=4 WHERE `guid` IN(4149,4148,4147,4155,4154,4156);
|
||||
UPDATE `creature` SET `Orientation`=3.172219 WHERE `guid` IN(4152);
|
||||
@@ -0,0 +1,12 @@
|
||||
-- Bartleby SAI
|
||||
SET @ENTRY := 6090;
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="" WHERE `entry`=@ENTRY;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(@ENTRY,0,0,0,25,0,100,0,0,0,0,0,2,84,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bartleby - On Reset - Set Faction 84"),
|
||||
(@ENTRY,0,1,2,19,0,100,0,1640,0,0,0,2,168,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bartleby - On Quest 'Beat Bartleby' Taken - Set Faction 168"),
|
||||
(@ENTRY,0,2,6,61,0,100,0,0,0,0,0,49,0,0,0,0,0,0,21,100,0,0,0,0,0,0,"Bartleby - On Quest Taken - Start Attacking"),
|
||||
(@ENTRY,0,3,0,25,0,100,0,0,0,0,0,42,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bartleby - On Reset - Set Invincibility Hp 1"),
|
||||
(@ENTRY,0,4,5,2,0,100,1,0,15,0,0,15,1640,0,0,0,0,0,12,1,0,0,0,0,0,0,"Bartleby - Between 0-15% Health - Quest Credit 'Beat Bartleby'"),
|
||||
(@ENTRY,0,5,0,61,0,100,0,0,0,0,0,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bartleby - Between 0-15% Health - Evade"),
|
||||
(@ENTRY,0,6,0,61,0,100,0,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Bartleby - On Quest Taken - Store Targetlist");
|
||||
@@ -0,0 +1,18 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (29486,24791,29479,23691,24681,23690,29487);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (29486,24791,29479,23691,24681,23690,29487) AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
|
||||
(23691,0,0,0,0,0,100,0,5000,9000,7000,12000,11,32019,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shoveltusk Stag - In Combat - Cast 'Gore'"),
|
||||
(23691,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shoveltusk Stag - In Aggro - Cast 'Shoveltusk Charge'"),
|
||||
(29479,0,0,0,0,0,100,0,5000,9000,7000,12000,11,32019,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shoveltusk Forager - In Combat - Cast 'Gore'"),
|
||||
(29479,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shoveltusk Forager - In Aggro - Cast 'Shoveltusk Charge'"),
|
||||
(24681,0,0,0,0,0,100,0,5000,9000,7000,12000,11,32019,0,0,0,0,0,2,0,0,0,0,0,0,0,"Island Shoveltusk - In Combat - Cast 'Gore'"),
|
||||
(24681,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Island Shoveltusk - In Aggro - Cast 'Shoveltusk Charge'"),
|
||||
(23690,0,0,0,0,0,100,0,3000,7000,9000,14000,11,42320,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shoveltusk - In Combat - Cast 'Head Butt'"),
|
||||
(23690,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shoveltusk - In Aggro - Cast 'Shoveltusk Charge'"),
|
||||
(24791,0,0,0,0,0,100,0,3000,7000,9000,14000,11,42320,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shoveltusk Calf - In Combat - Cast 'Head Butt'"),
|
||||
(24791,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shoveltusk Calf - In Aggro - Cast 'Shoveltusk Charge'"),
|
||||
(29486,0,0,0,0,0,100,0,3000,7000,9000,14000,11,42320,0,0,0,0,0,2,0,0,0,0,0,0,0,"Tamed Shoveltusk - In Combat - Cast 'Head Butt'"),
|
||||
(29486,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tamed Shoveltusk - In Aggro - Cast 'Shoveltusk Charge'"),
|
||||
(29487,0,0,0,0,0,100,0,3000,7000,9000,14000,11,42320,0,0,0,0,0,2,0,0,0,0,0,0,0,"Wild Shoveltusk - In Combat - Cast 'Head Butt'"),
|
||||
(29487,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wild Shoveltusk - In Aggro - Cast 'Shoveltusk Charge'");
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`="spell_stable_master_repo";
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(52265, "spell_stable_master_repo");
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_illidan_parasitic_shadowfiend_proc';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(41913,'spell_illidan_parasitic_shadowfiend_proc');
|
||||
@@ -0,0 +1,3 @@
|
||||
-- Update Dying Blood Elf to 1 HP
|
||||
UPDATE `creature` SET `curhealth`=1 WHERE `id`=16601;
|
||||
UPDATE `creature_template` SET `RegenHealth`=0 WHERE `entry`=16601;
|
||||
@@ -0,0 +1,246 @@
|
||||
-- Quest "Rescue From Jaedenar"
|
||||
UPDATE `quest_template_addon` SET `SpecialFlags`=2 WHERE `ID`=5203; -- Prevents quest from auto completing
|
||||
UPDATE `gameobject_template_addon` SET `flags`=4 WHERE `entry`=176306; -- Players should not be able to open the cage
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=3129;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(3129,3865,0),
|
||||
(3129,4113,0),
|
||||
(3129,4114,0);
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=3129;
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=11016;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(14,3129,4113,0,0,8,0,5202,0,0,0,0,0,'',"Captured Arko\'narin - Show Gossip Menu Text 3129 if Quest 4113 is rewarded"),
|
||||
(14,3129,4114,0,0,8,0,5203,0,0,0,0,0,'',"Captured Arko\'narin - Show Gossip Menu Text 4114 if Quest 5203 is rewarded"),
|
||||
(22,28,11016,0,0,29,1,11141,100,0,1,0,0,'',"Captured Arko\'narin - Execute SAI 27 only if not within 100 yards of Spirit of Trey Lightforge");
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` IN (11016, 11141);
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(11016,0,0,"I'm ready, $n. Let\'s find my equipment and get out of here. I think I know where it is.",12,0,100,1,0,0,6433,0,"Captured Arko\'narin"),
|
||||
(11016,1,0,"We've failed, $n!!",12,0,100,0,0,0,6434,0,"Captured Arko\'narin"),
|
||||
(11016,2,0,"Oh my! Look at this... all these candles. I\'m sure they\'re used for some terrible ritual or dark summoning. We best make haste!",12,0,100,5,0,0,6456,0,"Captured Arko\'narin"),
|
||||
(11016,3,0,"There! Over there!",12,0,100,25,0,0,6457,0,"Captured Arko\'narin"),
|
||||
(11016,4,0,"All I need now is a golden lasso.",12,0,100,15,0,0,6458,0,"Captured Arko\'narin"),
|
||||
(11016,5,0,"Let\'s get out of here, $n. I'm ready now!",12,0,100,0,0,0,6459,0,"Captured Arko\'narin"),
|
||||
(11016,6,0,"DIE, DEMON DOGS!",12,0,100,0,0,0,6460,0,"Captured Arko\'narin"),
|
||||
(11016,7,0,"Ah! Fresh air at last! I never thought I\'d see the day...",12,0,100,4,0,0,6461,0,"Captured Arko\'narin"),
|
||||
(11016,8,0,"What was that?! Trey? TREY!?",12,0,100,5,0,0,6463,0,"Captured Arko\'narin"),
|
||||
(11016,9,0,"NO! What have they done to you!?",12,0,100,0,0,0,6467,0,"Captured Arko\'narin"),
|
||||
(11016,10,0,"No! My friend... what\'s happened? This is all my fault...",12,0,100,18,0,0,6468,0,"Captured Arko\'narin"),
|
||||
(11016,11,0,"I can travel faster on my own from here, $n. Meet Jessir Moonbow near Ashenvale. She should be with the druids of the Emerald Circle. She\'ll tell you what to do next. Thank you so much for your help!",12,0,100,1,0,0,6469,0,"Captured Arko\'narin"),
|
||||
(11016,12,0,"You will not stop me from escaping here, $r!",12,0,100,0,0,0,6801,0,"Captured Arko\'narin"),
|
||||
(11016,12,1,"You kept me in that cell for too long, monster!",12,0,100,0,0,0,6802,0,"Captured Arko\'narin"),
|
||||
(11016,12,2,"You will pay for what you've done to Trey!",12,0,100,0,0,0,6803,0,"Captured Arko\'narin"),
|
||||
(11141,0,0,"BETRAYER!",14,0,100,0,0,0,6466,0,"Spirit of Trey Lightforge");
|
||||
|
||||
-- Captured Arko'narin
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI", `flags_extra`=0 WHERE `entry`=11016;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=11016 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(11016,0,0,1,19,0,100,0,5203,0,0,0,53,0,11016,0,0,0,2,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Quest \'Rescue From Jaedenar\' Taken - Start Waypoint"),
|
||||
(11016,0,1,2,61,0,100,0,0,0,0,0,9,0,0,0,0,0,0,14,48840,176306,0,0,0,0,0,"Captured Arko\'narin - On Quest \'Rescue From Jaedenar\' Taken - Activate Gameobject"),
|
||||
(11016,0,2,3,61,0,100,0,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Captured Arko\'narin - On Quest \'Rescue From Jaedenar\' Taken - Store Targetlist"),
|
||||
(11016,0,3,4,61,0,100,0,0,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Quest \'Rescue From Jaedenar\' Taken - Remove Flag Standstate Kneel"),
|
||||
(11016,0,4,5,61,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Quest \'Rescue From Jaedenar\' Taken - Remove Npc Flag Questgiver+Gossip"),
|
||||
(11016,0,5,0,61,0,100,0,0,0,0,0,19,514,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Quest \'Rescue From Jaedenar\' Taken - Remove Unit Flag Immune To NPC"),
|
||||
(11016,0,6,7,40,0,100,0,1,11016,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 1 Reached - Say Line 0"),
|
||||
(11016,0,7,0,61,0,100,0,0,0,0,0,54,5000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 1 Reached - Pause Waypoint"),
|
||||
(11016,0,8,9,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Death - Say Line 1"),
|
||||
(11016,0,9,0,61,0,100,0,0,0,0,0,6,5203,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Death - Fail Quest \'Rescue From Jaedenar\'"),
|
||||
(11016,0,10,11,40,0,100,0,15,11016,0,0,1,2,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 15 Reached - Say Line 2"),
|
||||
(11016,0,11,0,61,0,100,0,0,0,0,0,54,7000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 15 Reached - Pause Waypoint"),
|
||||
(11016,0,12,0,40,0,100,0,35,11016,0,0,80,1101600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 35 Reached - Run Script 1"),
|
||||
(11016,0,13,0,40,0,100,0,39,11016,0,0,80,1101601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 39 Reached - Run Script 2"),
|
||||
(11016,0,14,0,40,0,100,0,40,11016,0,0,59,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 40 Reached - Set Run Off"),
|
||||
(11016,0,15,16,40,0,100,0,102,11016,0,0,1,7,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 102 Reached - Say Line 7"),
|
||||
(11016,0,16,17,61,0,100,0,0,0,0,0,54,5000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 102 Reached - Pause Waypoint"),
|
||||
(11016,0,17,0,61,0,100,0,0,0,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 102 Reached - Set Run On"),
|
||||
(11016,0,18,19,40,0,100,0,103,11016,0,0,12,11141,3,300000,0,0,0,8,0,0,0,4851.68,-396.316,351.325,0.0431306,"Captured Arko\'narin - On Waypoint 103 Reached - Summon Creature \'Spirit of Trey Lightforge\'"),
|
||||
(11016,0,19,0,61,0,100,0,0,0,0,0,54,3000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 103 Reached - Pause Waypoint"),
|
||||
(11016,0,20,0,40,0,100,0,104,11016,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.27897,"Captured Arko\'narin - On Waypoint 104 Reached - Set Orientation"),
|
||||
(11016,0,21,0,40,0,100,0,104,11016,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 104 Reached - Pause Waypoint"),
|
||||
(11016,0,22,0,40,0,100,0,106,11016,0,0,80,1101602,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 106 - Run Script 3"),
|
||||
(11016,0,23,0,40,0,100,0,110,11016,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 110 Reached - Despawn"),
|
||||
(11016,0,24,0,7,0,100,0,0,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Evade - Remove Flag Standstate Kneel"),
|
||||
(11016,0,25,0,0,0,100,0,5000,8000,9000,13000,11,16856,0,0,0,0,0,2,0,0,0,0,0,0,0,"Captured Arko\'narin - In Combat - Cast Mortal Strike"),
|
||||
(11016,0,26,0,9,0,100,0,0,5,12000,15000,11,18819,0,0,0,0,0,2,0,0,0,0,0,0,0,"Captured Arko\'narin - Within 0-5 Range - Cast Holy Cleave"),
|
||||
(11016,0,27,0,4,0,50,0,0,0,0,0,1,12,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Aggro - Say Line 12");
|
||||
|
||||
-- Captured Arko'narin --> Actionlist 1
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=1101600 AND `source_type`=9;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(1101600,9,0,0,0,0,100,0,0,0,0,0,54,4000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Pause Waypoint"),
|
||||
(1101600,9,1,0,0,0,100,0,0,0,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Set Run On"),
|
||||
(1101600,9,2,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.44275,"Captured Arko\'narin - On Script - Set Orientation"),
|
||||
(1101600,9,3,0,0,0,100,0,1000,1000,0,0,1,3,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Say Line 3");
|
||||
|
||||
-- Captured Arko'narin --> Actionlist 2
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=1101601 AND `source_type`=9;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(1101601,9,0,0,0,0,100,0,0,0,0,0,54,18000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Pause Waypoint"),
|
||||
(1101601,9,1,0,0,0,100,0,1000,1000,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Set Flag Standstate Kneel"),
|
||||
(1101601,9,2,0,0,0,100,0,1000,1000,0,0,9,0,0,0,0,0,0,14,48860,176225,0,0,0,0,0,"Captured Arko\'narin - On Script - Activate Gameobject"),
|
||||
(1101601,9,3,0,0,0,100,0,3000,3000,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Remove Flag Standstate Kneel"),
|
||||
(1101601,9,4,0,0,0,100,0,1000,1000,0,0,11,18163,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Cast Strength of Arko\'narin"),
|
||||
(1101601,9,5,0,0,0,100,0,4000,4000,0,0,3,11018,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Morph To Arko\'narin"),
|
||||
(1101601,9,6,0,0,0,100,0,0,0,0,0,71,0,0,13316,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Equip Item"),
|
||||
(1101601,9,7,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Set Orientation"),
|
||||
(1101601,9,8,0,0,0,100,0,1000,1000,0,0,1,4,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Say Line 4"),
|
||||
(1101601,9,9,0,0,0,100,0,4000,4000,0,0,1,5,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Say Line 5"),
|
||||
(1101601,9,10,0,0,0,100,0,4000,4000,0,0,107,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Summon Group 1"),
|
||||
(1101601,9,11,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,11,9862,70,0,0,0,0,0,"Captured Arko\'narin - On Script - Set Data"),
|
||||
(1101601,9,12,0,0,0,100,0,0,0,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Say Line 6");
|
||||
|
||||
-- Captured Arko'narin --> Actionlist 3
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=1101602 AND `source_type`=9;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(1101602,9,0,0,0,0,100,0,0,0,0,0,18,514,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Add Unit Flag Immune To NPC"),
|
||||
(1101602,9,1,0,0,0,100,0,0,0,0,0,54,15000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Pause Waypoint"),
|
||||
(1101602,9,2,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.27897,"Captured Arko\'narin - On Script - Set Orientation"),
|
||||
(1101602,9,3,0,0,0,100,0,1000,1000,0,0,1,10,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Say Line 10"),
|
||||
(1101602,9,4,0,0,0,100,0,5000,5000,0,0,1,11,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Say Line 11"),
|
||||
(1101602,9,5,0,0,0,100,0,2000,2000,0,0,15,5203,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Complete Quest"),
|
||||
(1101602,9,6,0,0,0,100,0,1000,1000,0,0,5,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Play Emote Bow");
|
||||
|
||||
-- Spirit of Trey Lightforge
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI", `unit_flags`=770 WHERE `entry`=11141;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=11141 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(11141,0,0,0,54,0,100,0,0,0,0,0,80,1114100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Spirit of Trey Lightforge - Just Summoned - Run Script"),
|
||||
(11141,0,1,0,1,0,100,1,0,0,0,0,11,17695,0,0,0,0,0,1,0,0,0,0,0,0,0,"Spirit of Trey Lightforge - Out of Combat - Cast Defiling Aura (No Repeat)"),
|
||||
(11141,0,2,0,9,0,100,0,8,40,3400,4800,11,18164,64,0,0,0,0,2,0,0,0,0,0,0,0,"Spirit of Trey Lightforge - Within 8-40 Range - Cast Shadow Bolt"),
|
||||
(11141,0,3,0,2,0,100,0,0,40,14000,19000,11,15493,0,0,0,0,0,1,0,0,0,0,0,0,0,"Spirit of Trey Lightforge - Between 0-40% Health - Cast Holy Light");
|
||||
|
||||
-- Spirit of Trey Lightforge --> Actionlist 1
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=1114100 AND `source_type`=9;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(1114100,9,0,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Spirit of Trey Lightforge - On Script - Say Line 0"),
|
||||
(1114100,9,1,0,0,0,100,0,3000,3000,0,0,1,8,0,0,0,0,0,19,11016,0,0,0,0,0,0,"Spirit of Trey Lightforge - On Script - Say Line 8 (Captured Arko\'narin)"),
|
||||
(1114100,9,2,0,0,0,100,0,4000,4000,0,0,1,9,0,0,0,0,0,19,11016,0,0,0,0,0,0,"Spirit of Trey Lightforge - On Script - Say Line 9 (Captured Arko\'narin)"),
|
||||
(1114100,9,3,0,0,0,100,0,0,0,0,0,19,770,0,0,0,0,0,1,0,0,0,0,0,0,0,"Spirit of Trey Lightforge - On Script - Remove Unit Flag"),
|
||||
(1114100,9,4,0,0,0,100,0,0,0,0,0,49,0,0,0,0,0,0,19,11016,0,0,0,0,0,0,"Spirit of Trey Lightforge - On Script - Start Attack");
|
||||
|
||||
-- Jaedenar Legionnaire
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=9862 AND `source_type`=0 AND `id`=1;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(9862,0,1,0,38,0,100,0,1,1,0,0,49,0,0,0,0,0,0,19,11016,0,0,0,0,0,0,"Jaedenar Legionnaire - On Data Set - Start Attacking");
|
||||
|
||||
DELETE FROM `creature_summon_groups` WHERE `summonerId`=11016;
|
||||
INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES
|
||||
(11016,0,1,9862,5078.45,-480.791,298.158,5.27389,3,300000),
|
||||
(11016,0,1,9862,5076.87,-493.36,296.772,5.58412,3,300000),
|
||||
(11016,0,1,9862,5076.33,-487.275,297.841,5.92969,3,300000);
|
||||
|
||||
DELETE FROM `waypoints` WHERE `entry`=11016;
|
||||
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES
|
||||
(11016,1,5004.98,-440.237,319.059,''),
|
||||
(11016,2,4992.22,-449.964,317.057,''),
|
||||
(11016,3,4988.55,-457.438,316.289,''),
|
||||
(11016,4,4989.98,-464.297,316.846,''),
|
||||
(11016,5,4994.04,-467.754,318.055,''),
|
||||
(11016,6,5002.31,-466.318,319.965,''),
|
||||
(11016,7,5011.8,-462.889,321.501,''),
|
||||
(11016,8,5020.53,-460.797,321.97,''),
|
||||
(11016,9,5026.84,-463.171,321.345,''),
|
||||
(11016,10,5028.66,-476.805,318.726,''),
|
||||
(11016,11,5029.5,-487.131,318.179,''),
|
||||
(11016,12,5031.18,-497.678,316.533,''),
|
||||
(11016,13,5032.72,-504.748,314.744,''),
|
||||
(11016,14,5035,-513.138,314.372,''),
|
||||
(11016,15,5037.49,-521.733,313.221,''),
|
||||
(11016,16,5049.06,-519.546,313.221,''),
|
||||
(11016,17,5059.17,-522.93,313.221,''),
|
||||
(11016,18,5062.75,-529.933,313.221,''),
|
||||
(11016,19,5063.9,-538.827,313.221,''),
|
||||
(11016,20,5062.22,-545.635,313.221,''),
|
||||
(11016,21,5061.69,-552.333,313.101,''),
|
||||
(11016,22,5060.33,-560.349,310.873,''),
|
||||
(11016,23,5055.62,-565.541,308.737,''),
|
||||
(11016,24,5049.8,-567.604,306.537,''),
|
||||
(11016,25,5043.01,-564.946,303.682,''),
|
||||
(11016,26,5038.22,-559.823,301.463,''),
|
||||
(11016,27,5039.46,-548.675,297.824,''),
|
||||
(11016,28,5043.44,-538.807,297.801,''),
|
||||
(11016,29,5056.4,-528.954,297.801,''),
|
||||
(11016,30,5064.4,-521.904,297.801,''),
|
||||
(11016,31,5067.62,-512.999,297.196,''),
|
||||
(11016,32,5065.99,-505.329,297.214,''),
|
||||
(11016,33,5062.24,-499.086,297.448,''),
|
||||
(11016,34,5065.09,-492.069,298.054,''),
|
||||
(11016,35,5071.19,-491.173,297.666,''),
|
||||
(11016,36,5087.47,-496.478,296.677,''),
|
||||
(11016,37,5095.55,-508.639,296.677,''),
|
||||
(11016,38,5104.3,-521.014,296.677,''),
|
||||
(11016,39,5110.13,-532.123,296.677,''),
|
||||
(11016,40,5099.75,-510.823,296.677,''),
|
||||
(11016,41,5091.94,-497.516,296.677,''),
|
||||
(11016,42,5079.38,-486.811,297.638,''),
|
||||
(11016,43,5069.21,-488.77,298.082,''),
|
||||
(11016,44,5064.24,-496.051,297.275,''),
|
||||
(11016,45,5065.08,-505.239,297.361,''),
|
||||
(11016,46,5067.82,-515.245,297.125,''),
|
||||
(11016,47,5064.62,-521.17,297.801,''),
|
||||
(11016,48,5053.22,-530.739,297.801,''),
|
||||
(11016,49,5045.73,-538.311,297.801,''),
|
||||
(11016,50,5039.69,-548.112,297.801,''),
|
||||
(11016,51,5038.78,-557.588,300.787,''),
|
||||
(11016,52,5042.01,-566.749,303.838,''),
|
||||
(11016,53,5050.56,-568.149,306.782,''),
|
||||
(11016,54,5056.98,-564.674,309.342,''),
|
||||
(11016,55,5060.79,-556.801,311.936,''),
|
||||
(11016,56,5059.58,-551.626,313.221,''),
|
||||
(11016,57,5062.83,-541.994,313.221,''),
|
||||
(11016,58,5063.55,-531.288,313.221,''),
|
||||
(11016,59,5057.93,-523.088,313.221,''),
|
||||
(11016,60,5049.47,-519.36,313.221,''),
|
||||
(11016,61,5040.79,-519.809,313.221,''),
|
||||
(11016,62,5034.3,-515.361,313.948,''),
|
||||
(11016,63,5032,-505.532,314.663,''),
|
||||
(11016,64,5029.92,-495.645,316.821,''),
|
||||
(11016,65,5028.87,-487,318.179,''),
|
||||
(11016,66,5028.11,-475.531,318.839,''),
|
||||
(11016,67,5027.76,-465.442,320.643,''),
|
||||
(11016,68,5019.96,-460.892,321.969,''),
|
||||
(11016,69,5009.43,-464.793,321.248,''),
|
||||
(11016,70,4999.57,-468.062,319.426,''),
|
||||
(11016,71,4992.03,-468.128,317.894,''),
|
||||
(11016,72,4988.17,-461.293,316.369,''),
|
||||
(11016,73,4990.62,-447.459,317.104,''),
|
||||
(11016,74,4993.48,-438.643,318.272,''),
|
||||
(11016,75,4995.45,-430.178,318.462,''),
|
||||
(11016,76,4993.56,-422.876,318.864,''),
|
||||
(11016,77,4985.4,-420.864,320.205,''),
|
||||
(11016,78,4976.52,-426.168,323.112,''),
|
||||
(11016,79,4969.83,-429.755,325.029,''),
|
||||
(11016,80,4960.7,-425.44,325.834,''),
|
||||
(11016,81,4955.45,-418.765,327.433,''),
|
||||
(11016,82,4949.7,-408.796,328.004,''),
|
||||
(11016,83,4940.02,-403.222,329.956,''),
|
||||
(11016,84,4934.98,-401.475,330.898,''),
|
||||
(11016,85,4928.69,-399.302,331.744,''),
|
||||
(11016,86,4926.94,-398.436,333.079,''),
|
||||
(11016,87,4916.16,-393.822,333.729,''),
|
||||
(11016,88,4908.39,-396.217,333.217,''),
|
||||
(11016,89,4905.61,-396.535,335.05,''),
|
||||
(11016,90,4897.88,-395.245,337.346,''),
|
||||
(11016,91,4895.21,-388.203,339.295,''),
|
||||
(11016,92,4896.94,-382.429,341.04,''),
|
||||
(11016,93,4901.88,-378.799,342.771,''),
|
||||
(11016,94,4908.09,-380.635,344.597,''),
|
||||
(11016,95,4911.91,-385.818,346.491,''),
|
||||
(11016,96,4910.1,-393.444,348.798,''),
|
||||
(11016,97,4903.5,-396.947,350.812,''),
|
||||
(11016,98,4898.08,-394.226,351.821,''),
|
||||
(11016,99,4891.33,-393.436,351.801,''),
|
||||
(11016,100,4881.2,-395.211,351.59,''),
|
||||
(11016,101,4877.84,-395.536,349.713,''),
|
||||
(11016,102,4873.97,-394.919,349.844,''),
|
||||
(11016,103,4873.97,-394.919,349.844,''),
|
||||
(11016,104,4873.97,-394.919,349.844,''),
|
||||
(11016,105,4873.97,-394.919,349.844,''),
|
||||
(11016,106,4873.97,-394.919,349.844,''),
|
||||
(11016,107,4863.02,-394.521,350.65,''),
|
||||
(11016,108,4848.7,-397.612,351.215,''),
|
||||
(11016,109,4810.83,-402.127,349.427,''),
|
||||
(11016,110,4786.06,-424.654,344.842,'');
|
||||
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `command` SET `help` = REPLACE(`help`, 'trigered', 'triggered');
|
||||
@@ -0,0 +1,10 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `spawntimesecs`=300, `animprogress`=100 WHERE `id` IN (182196,182197,182198);
|
||||
DELETE FROM `event_scripts` WHERE `id` IN (14592, 14593, 14595);
|
||||
INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES
|
||||
(14592, 1, 10, 22890, 300000, 0, -108.252,-510.302,21.4761,2.9688),
|
||||
(14592, 0, 18, 0, 0, 0, 0,0,0,0),
|
||||
(14593, 1, 10, 22891, 300000, 0, 19.6039,-304.914,-66.1715,3.4178),
|
||||
(14593, 0, 18, 0, 0, 0, 0,0,0,0),
|
||||
(14595, 1, 10, 22892, 300000, 0, 320.304,-21.8057,22.4412,2.0042),
|
||||
(14595, 0, 18, 0, 0, 0, 0,0,0,0);
|
||||
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `event_scripts` SET `datalong2`=180000 WHERE `id`=18940;
|
||||
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|536870912 WHERE `entry` IN (28902);
|
||||
@@ -0,0 +1,7 @@
|
||||
UPDATE creature_template SET `flags_extra`=512 WHERE entry IN(33670,34109);
|
||||
UPDATE `creature_template` SET `AIName`='PassiveAI' WHERE `entry`=34071;
|
||||
UPDATE `creature_template` SET `unit_flags`=33555200, `ScriptName`='npc_mimiron_magnetic_core' WHERE `entry`=34068;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mimiron_magnetic_core_summon';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(64444,'spell_mimiron_magnetic_core_summon');
|
||||
Reference in New Issue
Block a user