DB: TrinityDB revision 41: move SQL updates to the old directory
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE `version` SET `db_version`='TDB 335.11.40' LIMIT 1;
|
||||
@@ -0,0 +1,6 @@
|
||||
-- Trapdoor Crawler
|
||||
UPDATE `creature` SET `modelid`=0 WHERE `id`=28221;
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=2,`combat_reach`=4.6,`gender`=1 WHERE `modelid`=18043;
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=28221;
|
||||
INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(28221,0,0,1,0, '11959');
|
||||
@@ -0,0 +1 @@
|
||||
DROP TABLE IF EXISTS `reserved_name`;
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (62124, 67485);
|
||||
INSERT INTO `spell_bonus_data` VALUES
|
||||
(67485, 0, -1, 0.5, -1, 'Paladin - Hand of Reckoning Triggered');
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_bonus_data` SET `direct_bonus` = 0.2143 WHERE `entry` = 6789;
|
||||
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = -11129;
|
||||
INSERT INTO `spell_linked_spell` VALUES (-11129, -28682, 0, 'Combustion');
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `trinity_string` SET `content_default` = '|cfff00000[GM Announcement by [%s]]: %s|r' WHERE `entry` = 6613;
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `trinity_string` SET `content_default`='|cfff00000[GM Announcement]: %s|r' WHERE `entry`=6613;
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc_event` SET `SpellFamilyMask1`=65536 WHERE `entry`=70756;
|
||||
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry`=64801;
|
||||
INSERT INTO `spell_bonus_data` VALUES (64801,0.45,0,0,0,'Druid - T8 Restoration 4P Bonus');
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc_event` SET `SpellFamilyMask0` = 0x00002000, `SpellFamilyMask2` = 0 WHERE `entry` = 64908;
|
||||
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 64568;
|
||||
UPDATE `spell_proc_event` SET `cooldown` = 10 WHERE `entry` = 64571;
|
||||
@@ -0,0 +1,3 @@
|
||||
UPDATE `spell_bonus_data` SET `direct_bonus` = -1 WHERE `entry` = 27243;
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` = 27285;
|
||||
INSERT INTO `spell_bonus_data` VALUES (27285, 0.2129, -1, -1, -1,'Warlock - Seed of Corruption Proc');
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (20335,20336,20337);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(20335,0x00,10,0x00800000,0x00000000,0x00000008,0x00000100,0x00000000,0,100,0),
|
||||
(20336,0x00,10,0x00800000,0x00000000,0x00000008,0x00000100,0x00000000,0,100,0),
|
||||
(20337,0x00,10,0x00800000,0x00000000,0x00000008,0x00000100,0x00000000,0,100,0);
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_linked_spell` SET `type` = 1 WHERE `spell_trigger` = 20066;
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc_event` SET `SpellFamilyMask1`=`SpellFamilyMask1`|0x00010000 WHERE `entry` IN (44445,44446,44448);
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `conditions` WHERE `SourceEntry` = 56453;
|
||||
INSERT INTO `conditions` VALUES
|
||||
(17,0,56453,0,11,67544,0,0,0,'','Lock and Load - Lock and Load Marker');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 56453;
|
||||
INSERT INTO `spell_linked_spell` VALUES
|
||||
(56453,67544,0,'Lock and Load Marker');
|
||||
@@ -0,0 +1,5 @@
|
||||
UPDATE `spell_proc_event` SET `procEx` = 0, `ppmRate` = 1 WHERE `entry` = 51123;
|
||||
UPDATE `spell_proc_event` SET `procEx` = 0, `ppmRate` = 2 WHERE `entry` = 51127;
|
||||
UPDATE `spell_proc_event` SET `procEx` = 0, `ppmRate` = 3 WHERE `entry` = 51128;
|
||||
UPDATE `spell_proc_event` SET `procEx` = 0, `ppmRate` = 4 WHERE `entry` = 51129;
|
||||
UPDATE `spell_proc_event` SET `procEx` = 0, `ppmRate` = 5 WHERE `entry` = 51130;
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (49004,49508,49509);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(49004,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000033,0,0,0),
|
||||
(49508,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000033,0,0,0),
|
||||
(49509,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000033,0,0,0);
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc_event` SET `procEx` = 0x0010000 WHERE `entry` = 16864;
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_pet_auras` WHERE `spell` IN (34455,34459,34460);
|
||||
INSERT INTO `spell_pet_auras` VALUES
|
||||
(34455,0,0,75593),
|
||||
(34459,0,0,75446),
|
||||
(34460,0,0,75447);
|
||||
@@ -0,0 +1 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 46916;
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 20784;
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(20784,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000002,0,0,0);
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc_event` SET `SpellFamilyMask2`=0x00001000 WHERE `entry` IN (34753,34859,34860);
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc_event` SET `SpellFamilyMask0`=`SpellFamilyMask0`|0x00000001 WHERE `entry` IN (66192,66191,65661);
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc_event` SET `procEx`=`procEx`|0x00000030 WHERE `entry` IN (31244,31245);
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (66799,66814,66815,66816,66817);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(66799,0x00,15,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0),
|
||||
(66814,0x00,15,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0),
|
||||
(66815,0x00,15,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0),
|
||||
(66816,0x00,15,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0),
|
||||
(66817,0x00,15,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0);
|
||||
@@ -0,0 +1 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 31801;
|
||||
@@ -0,0 +1,2 @@
|
||||
UPDATE `spell_group` SET `spell_id` = 14893 WHERE `id` = 1097;
|
||||
UPDATE `spell_group` SET `spell_id` = 16177 WHERE `id` = 1098;
|
||||
@@ -0,0 +1 @@
|
||||
DELETE FROM `spell_group` WHERE `id` = 1044 OR `spell_id` = -1044;
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_bonus_data` SET `direct_bonus` = 0.526 WHERE `entry` = 596;
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` = 64085;
|
||||
INSERT INTO `spell_bonus_data` VALUES
|
||||
(64085,1.2,-1,-1,-1,'Priest - Vampiric Touch (Dispelled)');
|
||||
@@ -0,0 +1,2 @@
|
||||
UPDATE `spell_bonus_data` SET `ap_bonus` = 0.06 WHERE `entry` = 48721;
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` = 49941;
|
||||
@@ -0,0 +1 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 54936;
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (53188,53189,53190,53191,53194,53195);
|
||||
UPDATE `spell_bonus_data` SET `direct_bonus` = 0.3 WHERE `entry` = 50288;
|
||||
UPDATE `spell_bonus_data` SET `direct_bonus` = 0.13 WHERE `entry` = 50294;
|
||||
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `spell_dbc` WHERE `id` = 100000;
|
||||
INSERT INTO `spell_dbc` VALUES (100000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,'Bone Shield cooldown - serverside spell');
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc_event` SET `cooldown` = 2 WHERE `entry` = 49222;
|
||||
@@ -0,0 +1,15 @@
|
||||
DELETE FROM `script_texts` WHERE `npc_entry` IN (10427,20129);
|
||||
DELETE FROM `creature_text` WHERE `entry`=18728;
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`sound`,`comment`) VALUES
|
||||
(18728,0,0, 'I remember well the sting of defeat at the conclusion of the Third War. I have waited far too long for my revenge. Now the shadow of the Legion falls over this world. It is only a matter of time until all of your failed creation... is undone.',1,11332,'kazzak SAY_INTRO'),
|
||||
(18728,1,0, 'The Legion will conquer all!',1,11333,'kazzak SAY_AGGRO1'),
|
||||
(18728,1,1, 'All mortals will perish!',1,11334,'kazzak SAY_AGGRO2'),
|
||||
(18728,2,0, 'All life must be eradicated!',1,11335,'kazzak SAY_SURPREME1'),
|
||||
(18728,2,1, 'I''ll rip the flesh from your bones!',1,11336,'kazzak SAY_SURPREME2'),
|
||||
(18728,3,0, 'Kirel Narak!',1,11337,'kazzak SAY_KILL1'),
|
||||
(18728,3,1, 'Contemptible wretch!',1,11338,'kazzak SAY_KILL2'),
|
||||
(18728,3,2, 'The universe will be remade.',1,11339,'kazzak SAY_KILL3'),
|
||||
(18728,4,0, 'The Legion... will never... fall.',1,11340,'kazzak SAY_DEATH'),
|
||||
(18728,5,0, '%s goes into a frenzy!',2,0,'kazzak EMOTE_FRENZY'),
|
||||
(18728,6,0, 'Invaders, you dangle upon the precipice of oblivion! The Burning Legion comes and with it comes your end.',1,0,'kazzak SAY_RAND1'),
|
||||
(18728,6,1, 'Impudent whelps, you only delay the inevitable. Where one has fallen, ten shall rise. Such is the will of Kazzak...',1,0,'kazzak SAY_RAND2');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=32960 AND `ScriptName`= 'spell_doomlord_kazzak_mark_of_kazzak';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(32960, 'spell_doomlord_kazzak_mark_of_kazzak');
|
||||
@@ -0,0 +1 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=32960 AND `ScriptName`= 'spell_doomlord_kazzak_mark_of_kazzak';
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_dbc` SET `Id` = 100001 WHERE `Id` = 200000;
|
||||
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (467,7294);
|
||||
INSERT INTO `spell_bonus_data` VALUES
|
||||
(467,0.033,-1,-1,-1,'Druid - Thorns'),
|
||||
(7294,0.033,-1,-1,-1,'Paladin - Retribution Aura');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=28441;
|
||||
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
|
||||
(28441, 'spell_item_ashbringer');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry`=2818;
|
||||
INSERT INTO `spell_bonus_data` VALUES
|
||||
(2818,0,0,0,0.03,'Rogue - Deadly Poison All Ranks($AP*0.12 / number of ticks)');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_deadly_poison';
|
||||
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
|
||||
(-2818,'spell_rog_deadly_poison');
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry` BETWEEN 5616 AND 5618;
|
||||
INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES
|
||||
(5616,'at_icc_start_frostwing_gauntlet'),
|
||||
(5617,'at_icc_start_frostwing_gauntlet'),
|
||||
(5618,'at_icc_start_frostwing_gauntlet');
|
||||
@@ -0,0 +1,83 @@
|
||||
-- delete excessive spawns
|
||||
DELETE FROM `creature` WHERE `guid` IN (137758,137759);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (137758,137759);
|
||||
DELETE FROM `linked_respawn` WHERE `guid` IN (137758,137759) AND `linkType`=0;
|
||||
|
||||
UPDATE `creature_addon` SET `auras`='70203 71465' WHERE `guid`=137753; -- Sister Svalna
|
||||
|
||||
DELETE FROM `creature_text` WHERE `entry` IN (37126,37129,37122,37123,37124,37125);
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
|
||||
(37126,0,0, 'You may have once fought beside me, Crok, but now you are nothing more than a traitor. Come, your second death approaches!',1,0,0,0,0,17017, 'Sister Svalna - SAY_EVENT_START'),
|
||||
(37126,1,0, 'Miserable creatures! Die!',1,0,0,0,0,17018, 'Sister Svalna - SAY_KILL_CAPTAIN'),
|
||||
(37126,2,0, 'Foolish Crok. You brought my reinforcements with you. Arise, Argent Champions, and serve the Lich King in death!',1,0,0,0,0,17019, 'Sister Svanlna - SAY_RESURRECT_CAPTAINS'),
|
||||
(37126,3,0, 'Come, Scourgebane. I''ll show the master which of us is truly worthy of the title of \"Champion\"!',1,0,0,0,0,17020, 'Sister Svalna - SAY_AGGRO'),
|
||||
(37126,4,0, 'What a pitiful choice of an ally, Crok!',1,0,0,0,0,17021, 'Sister Svalna - SAY_KILL'),
|
||||
(37126,5,0, 'What? They died so easily? No matter.',1,0,0,0,0,17022, 'Sister Svalna - SAY_CAPTAIN_DEATH'),
|
||||
(37126,6,0, 'Perhaps... you were right, Crok.',1,0,0,0,0,17023, 'Sister Svalna - SAY_DEATH'),
|
||||
(37126,7,0, '%s has impaled $N!',3,0,0,0,0,0, 'Sister Svalna - EMOTE_SVALNA_IMPALE'),
|
||||
(37126,8,0, '%s''s Aether Shield has been shattered by $N!',3,0,0,0,0,0, 'Sister Svalna - EMOTE_SVALNA_BROKEN_SHIELD'),
|
||||
(37129,0,0, 'Ready your arms, my Argent Brothers. The Vrykul will protect the Frost Queen with their lives.',1,0,0,0,0,16819, 'Crok Scourgebane - SAY_CROK_INTRO_1'),
|
||||
(37129,1,0, 'Enough idle banter! Our champions have arrived - support them as we push our way through the hall!',1,0,0,0,0,16820, 'Crok Scourgebane - SAY_CROK_INTRO_3'),
|
||||
(37129,2,0, 'Draw them back to us, and we''ll assist you.',1,0,0,0,0,16821, 'Crok Scourgebane - SAY_CROK_COMBAT_WP_0'),
|
||||
(37129,3,0, 'Quickly, push on!',1,0,0,0,0,16823, 'Crok Scourgebane - SAY_CROK_COMBAT_WP_1'),
|
||||
(37129,4,0, 'Her reinforcements will arrive shortly, we must bring her down quickly!',1,0,0,0,0,16824, 'Crok Scourgebane - SAY_CROK_FINAL_WP'),
|
||||
(37129,5,0, 'I''ll draw her attacks. Return our brothers to their graves, then help me bring her down!',1,0,0,15,0,16826, 'Crok Scourgebane - SAY_CROK_COMBAT_SVALNA'),
|
||||
(37129,6,0, 'I must rest for a moment',1,0,0,0,0,16826, 'Crok Scourgebane - SAY_CROK_WEAKENING_GAUNTLET'),
|
||||
(37129,7,0, 'Champions, I cannot hold her back any longer!',1,0,0,0,0,16827, 'Crok Scourgebane - SAY_CROK_WEAKENING_SVALNA'),
|
||||
(37129,8,0, 'Vengeance alone... was not enough!',1,0,0,0,0,16828, 'Crok Scourgebane - SAY_CROK_DEATH'),
|
||||
(37122,0,0, 'Never... could reach... the top shelf...',1,0,0,0,0,16586, 'Captain Arnath - SAY_ARNATH_DEATH'),
|
||||
(37122,1,0, 'You miserable fools never did manage to select a decent bat wing.',1,0,0,0,0,16587, 'Captain Arnath - SAY_ARNATH_RESURRECTED'),
|
||||
(37122,2,0, 'THAT was for bringing me spoiled spider ichor!',1,0,0,0,0,16588, 'Captain Arnath - SAY_ARNATH_KILL'),
|
||||
(37122,3,0, 'Don''t... let Finklestein use me... for his potions...',1,0,0,0,0,16589, 'Captain Arnath - SAY_ARNATH_SECOND_DEATH'),
|
||||
(37122,4,0, 'The loss of our comrades was unpreventable. They lived and died in the service of the Argent Crusade.',1,0,0,0,0,16590, 'Captain Arnath - SAY_ARNATH_SURVIVE_TALK'),
|
||||
(37122,5,0, 'Even dying here beats spending another day collecting reagents for that madman, Finklestein.',1,0,0,0,0,16585, 'Captain Arnath - SAY_ARNATH_INTRO_2'),
|
||||
(37123,0,0, 'No amount of healing can save me now. Fight on, brothers...',1,0,0,0,0,16810, 'Captain Brandon - SAY_BRANDON_DEATH'),
|
||||
(37123,1,0, 'What? This strength...? All of the pain is gone! You... must join me in the eternal embrace of death!',1,0,0,0,0,16811, 'Captain Brandon - SAY_BRANDON_RESURRECTED'),
|
||||
(37123,2,0, 'It doesn''t hurt anymore, does it?',1,0,0,0,0,16812, 'Captain Brandon - SAY_BRANDON_KILL'),
|
||||
(37123,3,0, 'I''m sorry...',1,0,0,0,0,16813, 'Captain Brandon - SAY_BRANDON_SECOND_DEATH'),
|
||||
(37123,4,0, 'You have done much in this war against the Scourge. May the light embrace you.',1,0,0,0,0,16815, 'Captain Brandon - SAY_BRANDON_SURVIVE_TALK'),
|
||||
(37124,0,0, 'Please... burn my remains. Let me live warm in the afterlife...',1,0,0,0,0,16844, 'Captain Grondel - SAY_GRONDEL_DEATH'),
|
||||
(37124,1,0, 'No! Why was I denied a death by flame? You must all BURN!',1,0,0,0,0,16845, 'Captain Grondel - SAY_GRONDEL_RESURRECTED'),
|
||||
(37124,2,0, 'Can you feel the burn?',1,0,0,0,0,16846, 'Captain Grondel - SAY_GRONDEL_KILL'),
|
||||
(37124,3,0, 'What... have I done? No!',1,0,0,0,0,16847, 'Captain Grondel - SAY_GRONDEL_SECOND_DEATH'),
|
||||
(37124,4,0, 'What can possibly redeem this unholy place? Thank you...',1,0,0,0,0,16849, 'Captain Grondel - SAY_GRONDEL_SURVIVE_TALK'),
|
||||
(37125,0,0, 'It was... a worthy afterlife.',1,0,0,0,0,16998, 'Captain Rupert - SAY_RUPERT_DEATH'),
|
||||
(37125,1,0, 'There is no escaping the Lich King''s will. Prepare for an explosive encounter!',1,0,0,0,0,16999, 'Captain Rupert - SAY_RUPERT_RESURRECTED'),
|
||||
(37125,2,0, 'So that''s what happens when you stand too close to a bomb!',1,0,0,0,0,17000, 'Captain Rupert - SAY_RUPERT_KILL'),
|
||||
(37125,3,0, 'What an... explosive ending!',1,0,0,0,0,17001, 'Captain Rupert - SAY_RUPERT_SECOND_DEATH'),
|
||||
(37125,4,0, 'Beware the dangers that lie ahead... and do try to remain in one piece.',1,0,0,0,0,17003, 'Captain Rupert - SAY_RUPERT_SURVIVE_TALK');
|
||||
|
||||
DELETE FROM `script_waypoint` WHERE `entry`=37129;
|
||||
INSERT INTO `script_waypoint` (`entry`,`pointid`,`location_x`,`location_y`,`location_z`,`waittime`,`point_comment`) VALUES
|
||||
(37129,0,4356.90,2648.00,350.285,0, 'Crok Scourgebane - at first trash pack'),
|
||||
(37129,1,4357.00,2582.17,351.101,0, 'Crok Scourgebane - at second trash pack'),
|
||||
(37129,2,4357.21,2555.91,354.478,0, NULL),
|
||||
(37129,3,4357.09,2547.81,354.766,0, NULL),
|
||||
(37129,4,4356.88,2512.40,358.436,0, 'Crok Scourgebane - at Sister Svalna');
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (70078,70053);
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceEntry`=50307;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
|
||||
(13,0,70078,0,18,1,37122,0,0, '', 'Sister Svalna - Caress of Death'),
|
||||
(13,0,70078,0,18,1,37123,0,0, '', 'Sister Svalna - Caress of Death'),
|
||||
(13,0,70078,0,18,1,37124,0,0, '', 'Sister Svalna - Caress of Death'),
|
||||
(13,0,70078,0,18,1,37125,0,0, '', 'Sister Svalna - Caress of Death'),
|
||||
(13,0,70053,0,18,1,37122,0,0, '', 'Sister Svalna - Revive Champion'),
|
||||
(13,0,70053,0,18,1,37123,0,0, '', 'Sister Svalna - Revive Champion'),
|
||||
(13,0,70053,0,18,1,37124,0,0, '', 'Sister Svalna - Revive Champion'),
|
||||
(13,0,70053,0,18,1,37125,0,0, '', 'Sister Svalna - Revive Champion'),
|
||||
(18,0,50307,0,24,1,37126,0,0, '', 'Infernal Spear- Sister Svalna target');
|
||||
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=38349,`minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`unit_class`=2,`mindmg`=425,`maxdmg`=602,`attackpower`=670,`baseattacktime`=1500,`minrangedmg`=351,`maxrangedmg`=511,`rangedattackpower`=86,`equipment_id`=2423 WHERE `entry`=37491; -- Captain Arnath (Undead)
|
||||
UPDATE `creature_template` SET `minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`unit_class`=2,`mindmg`=425,`maxdmg`=602,`attackpower`=670,`baseattacktime`=1500,`minrangedmg`=351,`maxrangedmg`=511,`dmg_multiplier`=13,`rangedattackpower`=86,`dynamicflags`=8,`equipment_id`=2423 WHERE `entry`=38349; -- Captain Arnath (Undead)
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=38350,`minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`unit_class`=2,`mindmg`=425,`maxdmg`=602,`attackpower`=670,`baseattacktime`=1500,`minrangedmg`=351,`maxrangedmg`=511,`rangedattackpower`=86,`equipment_id`=2424 WHERE `entry`=37493; -- Captain Brandon (Undead)
|
||||
UPDATE `creature_template` SET `minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`unit_class`=2,`mindmg`=425,`maxdmg`=602,`attackpower`=670,`baseattacktime`=1500,`minrangedmg`=351,`maxrangedmg`=511,`dmg_multiplier`=13,`rangedattackpower`=86,`dynamicflags`=8,`equipment_id`=2424 WHERE `entry`=38350; -- Captain Brandon (Undead)
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=38351,`minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`mindmg`=464,`maxdmg`=604,`attackpower`=708,`baseattacktime`=1500,`minrangedmg`=353,`maxrangedmg`=512,`rangedattackpower`=112,`equipment_id`=2425 WHERE `entry`=37494; -- Captain Grondel (Undead)
|
||||
UPDATE `creature_template` SET `minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`mindmg`=464,`maxdmg`=604,`attackpower`=708,`baseattacktime`=1500,`minrangedmg`=353,`maxrangedmg`=512,`dmg_multiplier`=13,`rangedattackpower`=112,`dynamicflags`=8,`equipment_id`=2425 WHERE `entry`=38351; -- Captain Grondel (Undead)
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=38352,`minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`mindmg`=464,`maxdmg`=604,`attackpower`=708,`baseattacktime`=1500,`minrangedmg`=353,`maxrangedmg`=512,`rangedattackpower`=112,`equipment_id`=2426 WHERE `entry`=37495; -- Captain Rupert (Undead)
|
||||
UPDATE `creature_template` SET `minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`mindmg`=464,`maxdmg`=604,`attackpower`=708,`baseattacktime`=1500,`minrangedmg`=353,`maxrangedmg`=512,`dmg_multiplier`=13,`rangedattackpower`=112,`dynamicflags`=8,`equipment_id`=2426 WHERE `entry`=38352; -- Captain Rupert (Undead)
|
||||
UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`exp`=2,`faction_A`=2209,`faction_H`=2209,`npcflag`=`npcflag`|16777216,`dynamicflags`=0,`equipment_id`=2364 WHERE `entry`=38248; -- Impaling Spear
|
||||
|
||||
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=38248;
|
||||
INSERT INTO `npc_spellclick_spells` (`npc_entry`,`spell_id`,`quest_start`,`quest_start_active`,`quest_end`,`cast_flags`,`aura_required`,`aura_forbidden`,`user_type`) VALUES
|
||||
(38248,71462,0,0,0,1,0,71443,2); -- Impaling Spear
|
||||
@@ -0,0 +1,8 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_sister_svalna' WHERE `entry`=37126;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_crok_scourgebane' WHERE `entry`=37129;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_captain_arnath' WHERE `entry`=37122;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_captain_brandon' WHERE `entry`=37123;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_captain_grondel' WHERE `entry`=37124;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_captain_rupert' WHERE `entry`=37125;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_frostwing_vrykul' WHERE `entry` IN (37132,38125,37127,37134,37133);
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_impaling_spear' WHERE `entry`=38248;
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_svalna_caress_of_death';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_svalna_revive_champion';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_svalna_remove_spear';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(70078, 'spell_svalna_caress_of_death'),
|
||||
(70053, 'spell_svalna_revive_champion'),
|
||||
(71462, 'spell_svalna_remove_spear');
|
||||
@@ -0,0 +1,12 @@
|
||||
DELETE FROM `script_texts` WHERE `npc_entry` IN (12429);
|
||||
DELETE FROM `creature_text` WHERE `entry`=18733;
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`sound`,`comment`) VALUES
|
||||
(18733,0,0, 'Do not proceed. You will be eliminated!',1,11344,'doomwalker SAY_AGGRO'),
|
||||
(18733,1,0, 'Tectonic disruption commencing.',1,11345,'doomwalker SAY_EARTHQUAKE_1'),
|
||||
(18733,1,1, 'Magnitude set. Release.',1,11346,'doomwalker SAY_EARTHQUAKE_2'),
|
||||
(18733,2,0, 'Trajectory locked.',1,11347,'doomwalker SAY_OVERRUN_1'),
|
||||
(18733,2,1, 'Engage maximum speed.',1,11348,'doomwalker SAY_OVERRUN_2'),
|
||||
(18733,3,0, 'Threat level zero.',1,11349,'doomwalker SAY_SLAY_1'),
|
||||
(18733,3,1, 'Directive accomplished.',1,11350,'doomwalker SAY_SLAY_2'),
|
||||
(18733,3,2, 'Target exterminated.',1,11351,'doomwalker SAY_SLAY_3'),
|
||||
(18733,4,0, 'System failure in five, f-o-u-r...',1,11352,'doomwalker SAY_DEATH');
|
||||
@@ -0,0 +1,7 @@
|
||||
-- Update creature_text to use proper text values
|
||||
UPDATE `creature_text` SET `type`=12 WHERE `type`=0;
|
||||
UPDATE `creature_text` SET `type`=14 WHERE `type`=1;
|
||||
UPDATE `creature_text` SET `type`=16 WHERE `type`=2;
|
||||
UPDATE `creature_text` SET `type`=41 WHERE `type`=3;
|
||||
UPDATE `creature_text` SET `type`=15 WHERE `type`=4;
|
||||
UPDATE `creature_text` SET `type`=42 WHERE `type`=5;
|
||||
@@ -0,0 +1,49 @@
|
||||
DELETE FROM `disables` WHERE `entry` IN (3368,3369,3370,3371,7623,12578,3684,5529,5512,5530,5531,5532,5533,5534,5535,9165,9166,5536,5537,5538,5539,5540,13254,5541,5542,5543,5544,5545,5546,5547,5548,7573,7574,10619,10620,11497,11498,11500,11501,12178,12179,12181,12182,13255) AND `sourceType`=4;
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (3368,3369,3370,3371,7623,12578,3684,5529,5512,5530,5531,5532,5533,5534,5535,9165,9166,5536,5537,5538,5539,5540,13254,5541,5542,5543,5544,5545,5546,5547,5548,7573,7574,10619,10620,11497,11498,11500,11501,12178,12179,12181,12182,13255);
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
|
||||
(3368,0,0,0,''), -- Alterac Valley
|
||||
(3369,0,0,0,''), -- Arathi Basin
|
||||
(3370,0,0,0,''), -- Eye of the Storm
|
||||
(3371,0,0,0,''), -- Warsong Gulch
|
||||
(7623,0,0,0,''), -- Strand of the Ancients
|
||||
(12578,0,0,0,''), -- Isle of Conquest
|
||||
(3684,7,23505,0,''), -- Berserking killing blow
|
||||
(5529,0,0,0,''), -- Total Killing Blows
|
||||
(5512,20,0,0,''), -- Eastern Kingdoms
|
||||
(5530,20,1,0,''), -- Kalimdor
|
||||
(5531,20,530,0,''), -- Burning Crusade Areas
|
||||
(5532,20,571,0,''), -- Northrend
|
||||
(5533,20,559,0,''), -- Nagrand Arena
|
||||
(5534,20,562,0,''), -- Blade's Edge Arena
|
||||
(5535,20,572,0,''), -- Ruind of Lordaeron
|
||||
(9165,20,617,0,''), -- Dalaran Sewers
|
||||
(9166,20,618,0,''), -- Ring of Valor
|
||||
(5536,20,30,0,''), -- Alterac Valley
|
||||
(5537,20,529,0,''), -- Arathi Basin
|
||||
(5538,20,489,0,''), -- Warsong Gulch
|
||||
(5539,20,566,0,''), -- Eye of the Storm
|
||||
(5540,20,607,0,''), -- Strand of the Ancients
|
||||
(13254,20,628,0,''), -- Isle of Conquest
|
||||
(5541,11,0,0,'achievement_arena_2v2_kills'), -- 2v2 Arena Killing Blows
|
||||
(5542,11,0,0,'achievement_arena_3v3_kills'), -- 3v3 Arena Killing Blows
|
||||
(5543,11,0,0,'achievement_arena_5v5_kills'), -- 5v5 Arena Killing Blows
|
||||
(5544,20,30,0,''), -- Alterac Valley Killing Blows
|
||||
(5545,20,529,0,''), -- Arathi Basin Killing Blows
|
||||
(5546,20,489,0,''), -- Warsong Gulch Killing Blows
|
||||
(5547,20,566,0,''), -- Eye of the Storm Killing Blows
|
||||
(5548,20,607,0,''), -- Strand of the Ancients Killing Blows
|
||||
(7573,1,30249,0,''), -- Deliver a killing blow to a Scion of Eternity while riding on a hover disk
|
||||
(7573,11,0,0,'achievement_denyin_the_scion'), -- Deliver a killing blow to a Scion of Eternity while riding on a hover disk
|
||||
(7574,1,30249,0,''), -- Deliver a killing blow to a Scion of Eternity while riding on a hover disk
|
||||
(7574,11,0,0,'achievement_denyin_the_scion'), -- Deliver a killing blow to a Scion of Eternity while riding on a hover disk
|
||||
(10619,1,33142,0,''), -- Leviathan Turret
|
||||
(10620,1,33142,0,''), -- Leviathan Turret
|
||||
(11497,1,35273,0,''), -- Glaive Thrower
|
||||
(11498,1,34775,0,''), -- Demolisher
|
||||
(11500,1,34793,0,''), -- Catapult
|
||||
(11501,1,35069,0,''), -- Siege Engine
|
||||
(12178,1,34802,0,''), -- Glaive Thrower
|
||||
(12179,1,34775,0,''), -- Demolisher
|
||||
(12181,1,34793,0,''), -- Catapult
|
||||
(12182,1,34776,0,''), -- Siege Engine
|
||||
(13255,20,628,0,''); -- Isle of Conquest Killing Blows
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `disables` WHERE `entry` IN (7265,7549) AND `sourceType`=4;
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (7265,7549) AND `type` IN (0,11);
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
|
||||
(7265,11,0,0,'achievement_momma_said_knock_you_out'), -- Momma Said Knock You Out (10 player)
|
||||
(7549,11,0,0,'achievement_momma_said_knock_you_out'); -- Momma Said Knock You Out (25 player)
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `achievement_criteria_data` SET `type`=5 WHERE `type`=7 AND `criteria_id`=3684;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- Add Missing Options to Exodar Paladin Trainer
|
||||
DELETE FROM `gossip_menu_option` WHERE `menu_id`=7260 AND `id` IN (1,2);
|
||||
INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `action_script_id`, `box_coded`, `box_money`, `box_text`) VALUES
|
||||
(7260,1,2, 'I wish to unlearn my talents',16,16,0,0,0,0,0, ''),
|
||||
(7260,2,2, 'Purchase a Dual Talent Specialization',18,16,0,0,0,0,10000000, 'Are you sure you wish to purchase a Dual Talent Specialization?');
|
||||
@@ -0,0 +1,5 @@
|
||||
-- Add Missing Options to Silvermoon Paladin Trainer
|
||||
DELETE FROM `gossip_menu_option` WHERE `menu_id`=6647 AND `id` IN (1,2);
|
||||
INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `action_script_id`, `box_coded`, `box_money`, `box_text`) VALUES
|
||||
(6647,1,2, 'I wish to unlearn my talents',16,16,0,0,0,0,0, ''),
|
||||
(6647,2,2, 'Purchase a Dual Talent Specialization',18,16,0,0,0,0,10000000, 'Are you sure you wish to purchase a Dual Talent Specialization?');
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`='' WHERE `entry` = 4625;
|
||||
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 4625 AND `source_type` = 0 AND `id` IN (0,1);
|
||||
INSERT INTO `smart_scripts` VALUES
|
||||
(4625,0,0,0,1,0,100,3,0,1100,0,1100,11,7083,2,0,0,0,0,1,0,0,0,0,0,0,0,'Ward Keepers - Cast the Guard Spell'),
|
||||
(4625,0,1,0,6,0,100,2,0,0,0,0,34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Ward Keepers - Send Event on Die');
|
||||
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (710,18647);
|
||||
INSERT INTO `spell_script_names` VALUES (710,"spell_warl_banish"),(18647,"spell_warl_banish");
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `creature` c LEFT JOIN `creature_template` ct ON c.id=ct.`Entry` SET c.`MovementType`=0,c.`spawndist`=0 WHERE (ct.flags_extra & 128)!=0;
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc_event` SET `procEx` = 0x00040000 WHERE `entry` IN (56636, 56637, 56638);
|
||||
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (69729,69730,69733,69734);
|
||||
INSERT INTO `spell_bonus_data` VALUES
|
||||
(69729,-1,0,-1,-1,'Item - Onyxia 10 Caster Trinket - Searing Flames'),
|
||||
(69730,-1,0,-1,-1,'Item - Onyxia 25 Caster Trinket - Searing Flames'),
|
||||
(69733,0,-1,-1,-1,'Item - Onyxia 10 Caster Trinket - Cauterizing Heal'),
|
||||
(69734,0,-1,-1,-1,'Item - Onyxia 25 Caster Trinket - Cauterizing Heal');
|
||||
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (69739,69755);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(69739,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,45),
|
||||
(69755,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,45);
|
||||
@@ -0,0 +1,4 @@
|
||||
UPDATE `spell_proc_event` SET `ppmRate`=2 WHERE `entry`=51127;
|
||||
UPDATE `spell_proc_event` SET `ppmRate`=4 WHERE `entry`=51128;
|
||||
UPDATE `spell_proc_event` SET `ppmRate`=6 WHERE `entry`=51129;
|
||||
UPDATE `spell_proc_event` SET `ppmRate`=8 WHERE `entry`=51130;
|
||||
@@ -0,0 +1,4 @@
|
||||
-- Fix Argent Crusaders Tabard
|
||||
DELETE FROM `spell_target_position` WHERE `id`=66238;
|
||||
INSERT INTO `spell_target_position` (`id`,`target_map`,`target_position_x`,`target_position_y`,`target_position_z`,`target_orientation`) VALUES
|
||||
(66238,571,8480.062,1092.5375,554.4877,0.6014);
|
||||
@@ -0,0 +1,11 @@
|
||||
DELETE FROM `creature_text` WHERE `entry` IN (18733,17711);
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`sound`,`comment`) VALUES
|
||||
(17711,0,0, 'Do not proceed. You will be eliminated!',1,11344,'doomwalker SAY_AGGRO'),
|
||||
(17711,1,0, 'Tectonic disruption commencing.',1,11345,'doomwalker SAY_EARTHQUAKE_1'),
|
||||
(17711,1,1, 'Magnitude set. Release.',1,11346,'doomwalker SAY_EARTHQUAKE_2'),
|
||||
(17711,2,0, 'Trajectory locked.',1,11347,'doomwalker SAY_OVERRUN_1'),
|
||||
(17711,2,1, 'Engage maximum speed.',1,11348,'doomwalker SAY_OVERRUN_2'),
|
||||
(17711,3,0, 'Threat level zero.',1,11349,'doomwalker SAY_SLAY_1'),
|
||||
(17711,3,1, 'Directive accomplished.',1,11350,'doomwalker SAY_SLAY_2'),
|
||||
(17711,3,2, 'Target exterminated.',1,11351,'doomwalker SAY_SLAY_3'),
|
||||
(17711,4,0, 'System failure in five, f-o-u-r...',1,11352,'doomwalker SAY_DEATH');
|
||||
@@ -0,0 +1,3 @@
|
||||
-- This creature is only supposed to be summoned.
|
||||
DELETE FROM `creature` WHERE `id`=4196;
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (14343,14342,14341,14340,14339,14338,14337);
|
||||
@@ -0,0 +1,18 @@
|
||||
-- Fix achievement criteria for Not In My House
|
||||
DELETE FROM `disables` WHERE `sourceType`=4 AND `entry`=7021;
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=7021;
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
|
||||
(7021,6,4572,0, ''), -- check if player is in Warsong Flag Room
|
||||
(7021,7,23333,0, ''); -- check if victim has a Horde Flag buff
|
||||
DELETE FROM `disables` WHERE `sourceType`=4 AND `entry`=7020;
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=7020;
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
|
||||
(7020,6,4571,0, ''), -- check if player is in Silverwing Flag Room
|
||||
(7020,7,23335,0, ''); -- check if victim has a Alliance Flag buff
|
||||
|
||||
-- Fix achievement criteria for Take a Chill Pill
|
||||
DELETE FROM `disables` WHERE `sourceType`=4 AND `entry`=3879;
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=3879;
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
|
||||
(3879,6,3820,0, ''), -- check if player is in Eye of the Storm
|
||||
(3879,7,23505,0, ''); -- check if victim has a Berserking buff
|
||||
@@ -0,0 +1,494 @@
|
||||
-- Pathing for Dark Rune Warrior Entry: 27960
|
||||
SET @NPC := 126691;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1090.053,`position_y`=657.417,`position_z`=201.9775 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1094.174,663.0545,202.243,0,0,0,100,0),
|
||||
(@PATH,2,1093.973,671.6352,202.1839,0,0,0,100,0),
|
||||
(@PATH,3,1090.33,676.6746,201.9775,0,0,0,100,0),
|
||||
(@PATH,4,1080.979,677.0645,201.9775,0,0,0,100,0),
|
||||
(@PATH,5,1077.056,671.3228,202.4617,0,0,0,100,0),
|
||||
(@PATH,6,1076.541,663.8468,202.5533,0,0,0,100,0),
|
||||
(@PATH,7,1080.974,657.8231,201.9775,0,0,0,100,0),
|
||||
(@PATH,8,1090.053,657.417,201.9775,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Warrior Entry: 27960
|
||||
SET @NPC := 126695;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1170.523,`position_y`=645.3429,`position_z`=196.235 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1161.521,639.6048,196.235,0,0,0,100,0),
|
||||
(@PATH,2,1153.933,638.7031,196.235,0,0,0,100,0),
|
||||
(@PATH,3,1145.4,639.8294,196.235,0,0,0,100,0),
|
||||
(@PATH,4,1138.166,644.63,196.235,0,0,0,100,0),
|
||||
(@PATH,5,1145.4,639.8294,196.235,0,0,0,100,0),
|
||||
(@PATH,6,1153.933,638.7031,196.235,0,0,0,100,0),
|
||||
(@PATH,7,1161.521,639.6048,196.235,0,0,0,100,0),
|
||||
(@PATH,8,1170.523,645.3429,196.235,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Warrior Entry: 27960
|
||||
SET @NPC := 126694;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1008.858,`position_y`=651.2056,`position_z`=201.9775 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1000.427,660.0714,202.4617,0,0,0,100,0),
|
||||
(@PATH,2,1008.856,651.2029,201.9775,0,0,0,100,0),
|
||||
(@PATH,3,1017.993,659.7945,202.4206,0,0,0,100,0),
|
||||
(@PATH,4,1008.858,651.2056,201.9775,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Warrior Entry: 27960
|
||||
SET @NPC := 126689;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1007.622,`position_y`=680.3897,`position_z`=201.9775 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1009.632,678.1111,201.9775,0,0,0,100,0),
|
||||
(@PATH,2,1011.626,675.8503,201.9775,0,0,0,100,0),
|
||||
(@PATH,3,1013.619,673.5897,201.9775,0,0,0,100,0),
|
||||
(@PATH,4,1014.087,673.0586,201.9775,0,0,0,100,0),
|
||||
(@PATH,5,1012.174,675.2281,201.9775,0,0,0,100,0),
|
||||
(@PATH,6,1010.179,677.4907,201.9775,0,0,0,100,0),
|
||||
(@PATH,7,1009.943,677.858,201.9775,0,0,0,100,0),
|
||||
(@PATH,8,1008.536,677.9459,201.9775,0,0,0,100,0),
|
||||
(@PATH,9,1006.057,676.2379,201.9775,0,0,0,100,0),
|
||||
(@PATH,10,1003.621,674.5599,201.9775,0,0,0,100,0),
|
||||
(@PATH,11,1003.016,674.143,201.9775,0,0,0,100,0),
|
||||
(@PATH,12,1005.35,675.7533,201.9775,0,0,0,100,0),
|
||||
(@PATH,13,1007.832,677.4641,201.9775,0,0,0,100,0),
|
||||
(@PATH,14,1007.622,680.3897,201.9775,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Warrior Entry: 27960
|
||||
SET @NPC := 126688;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1003.653,`position_y`=679.7339,`position_z`=201.9775 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1001.198,678.0424,202.4496,0,0,0,100,0),
|
||||
(@PATH,2,1000.609,677.6369,202.4617,0,0,0,100,0),
|
||||
(@PATH,3,1002.948,679.2506,201.9884,0,0,0,100,0),
|
||||
(@PATH,4,1005.432,680.9628,201.9775,0,0,0,100,0),
|
||||
(@PATH,5,1010.811,683.1892,201.9775,0,0,0,100,0),
|
||||
(@PATH,6,1012.803,680.9303,201.9775,0,0,0,100,0),
|
||||
(@PATH,7,1014.796,678.6695,201.9775,0,0,0,100,0),
|
||||
(@PATH,8,1016.789,676.4094,202.0681,0,0,0,100,0),
|
||||
(@PATH,9,1017.27,675.8646,202.2087,0,0,0,100,0),
|
||||
(@PATH,10,1015.357,678.0338,201.9775,0,0,0,100,0),
|
||||
(@PATH,11,1013.363,680.2949,201.9775,0,0,0,100,0),
|
||||
(@PATH,12,1008.611,683.1473,201.9775,0,0,0,100,0),
|
||||
(@PATH,13,1006.133,681.4426,201.9775,0,0,0,100,0),
|
||||
(@PATH,14,1003.653,679.7339,201.9775,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Warrior Entry: 27960
|
||||
SET @NPC := 126690;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1125.967,`position_y`=667.0475,`position_z`=196.235 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1126.472,676.8317,196.235,0,0,0,100,0),
|
||||
(@PATH,2,1131.925,686.5771,196.235,0,0,0,100,0),
|
||||
(@PATH,3,1126.472,676.8317,196.235,0,0,0,100,0),
|
||||
(@PATH,4,1125.968,667.053,196.235,0,0,0,100,0),
|
||||
(@PATH,5,1125.741,658.6804,196.235,0,0,0,100,0),
|
||||
(@PATH,6,1130.845,649.0156,196.235,0,0,0,100,0),
|
||||
(@PATH,7,1125.741,658.6804,196.235,0,0,0,100,0),
|
||||
(@PATH,8,1125.967,667.0475,196.235,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Warrior Entry: 27960
|
||||
SET @NPC := 126696;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1177.753,`position_y`=651.6073,`position_z`=196.235 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1180.727,659.129,196.2331,0,0,0,100,0),
|
||||
(@PATH,2,1181.298,667.9468,196.2331,0,0,0,100,0),
|
||||
(@PATH,3,1180.703,675.5833,196.235,0,0,0,100,0),
|
||||
(@PATH,4,1177.057,683.4843,196.235,0,0,0,100,0),
|
||||
(@PATH,5,1177.753,651.6073,196.235,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Warrior Entry: 27960
|
||||
SET @NPC := 126687;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1145.315,`position_y`=695.628,`position_z`=196.2341 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1153.682,695.8888,196.2342,0,0,0,100,0),
|
||||
(@PATH,2,1162.608,695.6946,196.2344,0,0,0,100,0),
|
||||
(@PATH,3,1170.438,690.9058,196.235,0,0,0,100,0),
|
||||
(@PATH,4,1162.608,695.6946,196.2344,0,0,0,100,0),
|
||||
(@PATH,5,1153.682,695.8888,196.2342,0,0,0,100,0),
|
||||
(@PATH,6,1145.315,695.628,196.2341,0,0,0,100,0),
|
||||
(@PATH,7,1135.572,689.3916,196.235,0,0,0,100,0),
|
||||
(@PATH,8,1145.315,695.628,196.2341,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Elementalist Entry: 27962
|
||||
SET @NPC := 126703;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1145.024,`position_y`=642.0187,`position_z`=196.4137 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1150.999,641.2302,196.3704,0,0,0,100,0),
|
||||
(@PATH,2,1153.455,640.7827,196.235,0,0,0,100,0),
|
||||
(@PATH,3,1156.446,641.1381,196.3269,0,0,0,100,0),
|
||||
(@PATH,4,1158.825,640.4028,196.235,0,0,0,100,0),
|
||||
(@PATH,5,1161.368,642.0229,196.6185,0,0,0,100,0),
|
||||
(@PATH,6,1163.906,643.6405,196.6111,0,0,0,100,0),
|
||||
(@PATH,7,1166.443,645.2581,196.6037,0,0,0,100,0),
|
||||
(@PATH,8,1167.594,645.9916,196.6003,0,0,0,100,0),
|
||||
(@PATH,9,1165.148,644.4322,196.6075,0,0,0,100,0),
|
||||
(@PATH,10,1162.606,642.8119,196.6148,0,0,0,100,0),
|
||||
(@PATH,11,1160.97,641.7167,196.5989,0,0,0,100,0),
|
||||
(@PATH,12,1157.9,641.3109,196.4085,0,0,0,100,0),
|
||||
(@PATH,13,1155.433,640.6448,196.235,0,0,0,100,0),
|
||||
(@PATH,14,1152.448,641.0389,196.2801,0,0,0,100,0),
|
||||
(@PATH,15,1149.457,641.4337,196.4665,0,0,0,100,0),
|
||||
(@PATH,16,1147.237,641.1562,196.3355,0,0,0,100,0),
|
||||
(@PATH,17,1144.726,642.8226,196.6567,0,0,0,100,0),
|
||||
(@PATH,18,1142.219,644.4866,196.6761,0,0,0,100,0),
|
||||
(@PATH,19,1141.106,645.2245,196.6847,0,0,0,100,0),
|
||||
(@PATH,20,1143.517,643.6247,196.666,0,0,0,100,0),
|
||||
(@PATH,21,1145.024,642.0187,196.4137,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Elementalist Entry: 27962
|
||||
SET @NPC := 126701;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1129.024,`position_y`=657.0057,`position_z`=196.235 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1127.864,658.7399,196.235,0,0,0,100,0),
|
||||
(@PATH,2,1127.946,661.7473,196.5042,0,0,0,100,0),
|
||||
(@PATH,3,1128.027,664.7563,196.5429,0,0,0,100,0),
|
||||
(@PATH,4,1128.126,667.7181,196.5897,0,0,0,100,0),
|
||||
(@PATH,5,1128.281,670.7305,196.6634,0,0,0,100,0),
|
||||
(@PATH,6,1128.436,673.7336,196.737,0,0,0,100,0),
|
||||
(@PATH,7,1128.333,675.8134,196.344,0,0,0,100,0),
|
||||
(@PATH,8,1129.804,678.4424,196.2552,0,0,0,100,0),
|
||||
(@PATH,9,1131.276,681.0732,196.235,0,0,0,100,0),
|
||||
(@PATH,10,1132.74,683.6888,196.235,0,0,0,100,0),
|
||||
(@PATH,11,1132.74,683.69,196.235,0,0,0,100,0),
|
||||
(@PATH,12,1131.326,681.163,196.235,0,0,0,100,0),
|
||||
(@PATH,13,1129.854,678.5325,196.2521,0,0,0,100,0),
|
||||
(@PATH,14,1128.596,676.8445,196.235,0,0,0,100,0),
|
||||
(@PATH,15,1128.441,673.8321,196.7393,0,0,0,100,0),
|
||||
(@PATH,16,1128.286,670.8169,196.6655,0,0,0,100,0),
|
||||
(@PATH,17,1128.112,667.863,196.5829,0,0,0,100,0),
|
||||
(@PATH,18,1128.03,664.851,196.5442,0,0,0,100,0),
|
||||
(@PATH,19,1127.946,661.7473,196.5042,0,0,0,100,0),
|
||||
(@PATH,20,1128.552,657.9015,196.2763,0,0,0,100,0),
|
||||
(@PATH,21,1129.957,655.2396,196.235,0,0,0,100,0),
|
||||
(@PATH,22,1131.364,652.576,196.235,0,0,0,100,0),
|
||||
(@PATH,23,1131.73,651.8821,196.235,0,0,0,100,0),
|
||||
(@PATH,24,1130.38,654.4395,196.235,0,0,0,100,0),
|
||||
(@PATH,25,1129.024,657.0057,196.235,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Theurgist Entry: 27963
|
||||
SET @NPC := 126711;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1015.999,`position_y`=655.0078,`position_z`=201.9775 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1017.901,656.7959,202.3935,0,0,0,100,0),
|
||||
(@PATH,2,1015.829,654.8475,201.9775,0,0,0,100,0),
|
||||
(@PATH,3,1013.636,652.786,201.9775,0,0,0,100,0),
|
||||
(@PATH,4,1008.389,648.621,202.0844,0,0,0,100,0),
|
||||
(@PATH,5,1006.314,650.805,201.9775,0,0,0,100,0),
|
||||
(@PATH,6,1004.238,652.9855,201.9775,0,0,0,100,0),
|
||||
(@PATH,7,1002.176,655.1539,202.1629,0,0,0,100,0),
|
||||
(@PATH,8,1000.352,657.0724,202.4617,0,0,0,100,0),
|
||||
(@PATH,9,1002.312,655.0092,202.1233,0,0,0,100,0),
|
||||
(@PATH,10,1004.39,652.8227,201.9775,0,0,0,100,0),
|
||||
(@PATH,11,1009.411,648.8157,201.9775,0,0,0,100,0),
|
||||
(@PATH,12,1011.61,650.8812,201.9775,0,0,0,100,0),
|
||||
(@PATH,13,1013.805,652.9445,201.9775,0,0,0,100,0),
|
||||
(@PATH,14,1015.999,655.0078,201.9775,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Theurgist Entry: 27963
|
||||
SET @NPC := 126706;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1000.065,`position_y`=674.6865,`position_z`=202.4617 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1009.652,681.2956,201.9775,0,0,0,100,0),
|
||||
(@PATH,2,1017.081,672.8705,202.1537,0,0,0,100,0),
|
||||
(@PATH,3,1009.655,681.2927,201.9776,0,0,0,100,0),
|
||||
(@PATH,4,1000.065,674.6865,202.4617,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Theurgist Entry: 27963
|
||||
SET @NPC := 126709;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1153.176,`position_y`=763.721,`position_z`=195.9379 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1152.519,749.35,195.3503,0,0,0,100,0),
|
||||
(@PATH,2,1153.176,763.721,195.9379,0,0,0,100,0),
|
||||
(@PATH,3,1153.054,777.6341,195.0444,0,0,0,100,0),
|
||||
(@PATH,4,1153.176,763.721,195.9379,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Theurgist Entry: 27963
|
||||
SET @NPC := 126715;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=986.8647,`position_y`=666.3177,`position_z`=202.871 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1009.195,666.1702,201.9775,0,0,0,100,0),
|
||||
(@PATH,2,1035.709,665.5925,202.4466,0,0,0,100,0),
|
||||
(@PATH,3,1009.197,666.1702,201.9775,0,0,0,100,0),
|
||||
(@PATH,4,986.8647,666.3177,202.871,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Theurgist Entry: 27963
|
||||
SET @NPC := 126710;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1135.301,`position_y`=743.4152,`position_z`=195.3503 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1172.016,743.1987,195.647,0,0,0,100,0),
|
||||
(@PATH,2,1135.301,743.4152,195.3503,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Controller Entry: 27966
|
||||
SET @NPC := 126732;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=959.431,`position_y`=770.3616,`position_z`=198.8232 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,969.4739,773.4847,199.2813,0,0,0,100,0),
|
||||
(@PATH,2,967.765,784.1023,197.2568,0,0,0,100,0),
|
||||
(@PATH,3,961.8073,788.9789,196.0064,0,0,0,100,0),
|
||||
(@PATH,4,953.1095,795.3681,193.9678,0,0,0,100,0),
|
||||
(@PATH,5,944.3715,791.49,194.977,0,0,0,100,0),
|
||||
(@PATH,6,943.6695,784.9597,196.3876,0,0,0,100,0),
|
||||
(@PATH,7,949.5979,774.4566,198.258,0,0,0,100,0),
|
||||
(@PATH,8,959.431,770.3616,198.8232,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Controller Entry: 27966
|
||||
SET @NPC := 126728;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=937.8448,`position_y`=816.6932,`position_z`=189.7503 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,956.9082,820.8291,187.6685,0,0,0,100,0),
|
||||
(@PATH,2,970.3458,829.6348,186.9343,0,0,0,100,0),
|
||||
(@PATH,3,978.5536,836.1985,186.3881,0,0,0,100,0),
|
||||
(@PATH,4,970.3458,829.6348,186.9343,0,0,0,100,0),
|
||||
(@PATH,5,956.9082,820.8291,187.6685,0,0,0,100,0),
|
||||
(@PATH,6,937.8448,816.6932,189.7503,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Giant Entry: 27969
|
||||
SET @NPC := 126733;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1048.362,`position_y`=627.2144,`position_z`=207.7195 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1048.035,534.076,207.7195,0,0,0,100,0),
|
||||
(@PATH,2,1048.362,627.2144,207.7195,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Giant Entry: 27969
|
||||
SET @NPC := 126734;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1182.628,`position_y`=642.6927,`position_z`=196.235 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1191.198,663.7195,196.2346,0,0,0,100,0),
|
||||
(@PATH,2,1182.631,642.6952,196.235,0,0,0,100,0),
|
||||
(@PATH,3,1169.885,632.327,196.235,0,0,0,100,0),
|
||||
(@PATH,4,1154.578,627.3207,196.235,0,0,0,100,0),
|
||||
(@PATH,5,1140.422,631.9984,196.235,0,0,0,100,0),
|
||||
(@PATH,6,1124.699,645.2076,196.235,0,0,0,100,0),
|
||||
(@PATH,7,1121.548,657.0721,196.235,0,0,0,100,0),
|
||||
(@PATH,8,1124.699,645.2076,196.235,0,0,0,100,0),
|
||||
(@PATH,9,1140.422,631.9984,196.235,0,0,0,100,0),
|
||||
(@PATH,10,1154.578,627.3207,196.235,0,0,0,100,0),
|
||||
(@PATH,11,1169.885,632.327,196.235,0,0,0,100,0),
|
||||
(@PATH,12,1182.628,642.6927,196.235,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Giant Entry: 27969
|
||||
SET @NPC := 126736;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=905.2296,`position_y`=666.2713,`position_z`=196.4107 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,946.57,666.5284,196.1596,0,0,0,100,0),
|
||||
(@PATH,2,968.8573,666.6479,196.4836,0,0,0,100,0),
|
||||
(@PATH,3,946.5755,666.5284,196.1597,0,0,0,100,0),
|
||||
(@PATH,4,905.2296,666.2713,196.4107,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dark Rune Giant Entry: 27969
|
||||
SET @NPC := 126735;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1124.234,`position_y`=666.6528,`position_z`=196.235 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,1122.256,687.0065,196.235,0,0,0,100,0),
|
||||
(@PATH,2,1133.015,698.6454,196.235,0,0,0,100,0),
|
||||
(@PATH,3,1148.657,706.8157,196.2355,0,0,0,100,0),
|
||||
(@PATH,4,1161.399,706.7985,196.2357,0,0,0,100,0),
|
||||
(@PATH,5,1177.772,696.8011,196.2348,0,0,0,100,0),
|
||||
(@PATH,6,1186.349,682.7001,196.235,0,0,0,100,0),
|
||||
(@PATH,7,1177.772,696.8011,196.2348,0,0,0,100,0),
|
||||
(@PATH,8,1161.399,706.7985,196.2357,0,0,0,100,0),
|
||||
(@PATH,9,1148.657,706.8157,196.2355,0,0,0,100,0),
|
||||
(@PATH,10,1133.015,698.6454,196.235,0,0,0,100,0),
|
||||
(@PATH,11,1122.256,687.0065,196.235,0,0,0,100,0),
|
||||
(@PATH,12,1124.234,666.6528,196.235,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Lightning Construct Entry: 27972
|
||||
SET @NPC := 126746;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=972.5233,`position_y`=420.2028,`position_z`=205.9943 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,980.9671,415.2457,205.9943,0,0,0,100,0),
|
||||
(@PATH,2,972.5233,420.2028,205.9943,0,0,0,100,0),
|
||||
(@PATH,3,961.5862,421.183,205.9943,0,0,0,100,0),
|
||||
(@PATH,4,952.4949,416.0938,205.9943,0,0,0,100,0),
|
||||
(@PATH,5,961.5389,421.1565,205.9943,0,0,0,100,0),
|
||||
(@PATH,6,972.5233,420.2028,205.9943,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Lightning Construct Entry: 27972
|
||||
SET @NPC := 126750;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=967.9682,`position_y`=381.0118,`position_z`=205.9943 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,954.208,382.8831,205.9943,0,0,0,100,0),
|
||||
(@PATH,2,944.4269,394.0551,205.9943,0,0,0,100,0),
|
||||
(@PATH,3,946.6729,409.3246,205.9943,0,0,0,100,0),
|
||||
(@PATH,4,944.4262,394.0558,205.9943,0,0,0,100,0),
|
||||
(@PATH,5,954.208,382.8831,205.9943,0,0,0,100,0),
|
||||
(@PATH,6,967.9682,381.0118,205.9943,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Lightning Construct Entry: 27972
|
||||
SET @NPC := 126749;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=983.2661,`position_y`=390.105,`position_z`=205.9943 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,986.5608,402.9213,205.9943,0,0,0,100,0),
|
||||
(@PATH,2,983.0714,412.1025,205.9943,0,0,0,100,0),
|
||||
(@PATH,3,986.5522,402.9439,205.9943,0,0,0,100,0),
|
||||
(@PATH,4,983.2661,390.105,205.9943,0,0,0,100,0),
|
||||
(@PATH,5,974.4719,382.4703,205.9943,0,0,0,100,0),
|
||||
(@PATH,6,983.2661,390.105,205.9943,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Crystalline Shardling Entry: 27973
|
||||
SET @NPC := 126787;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=938.4828,`position_y`=813.7618,`position_z`=189.9927 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,942.4637,814.6254,189.3832,0,0,0,100,0),
|
||||
(@PATH,2,945.379,815.2579,188.9368,0,0,0,100,0),
|
||||
(@PATH,3,948.2987,815.8914,188.4898,0,0,0,100,0),
|
||||
(@PATH,4,951.2225,816.5258,188.1479,0,0,0,100,0),
|
||||
(@PATH,5,954.1625,817.1636,188.069,0,0,0,100,0),
|
||||
(@PATH,6,957.1072,817.8024,187.99,0,0,0,100,0),
|
||||
(@PATH,7,960.6969,819.7251,187.7678,0,0,0,100,0),
|
||||
(@PATH,8,965.7293,823.0229,187.4797,0,0,0,100,0),
|
||||
(@PATH,9,968.2454,824.6718,187.3356,0,0,0,100,0),
|
||||
(@PATH,10,970.7648,826.3227,187.1914,0,0,0,100,0),
|
||||
(@PATH,11,973.4231,828.2544,187.06,0,0,0,100,0),
|
||||
(@PATH,12,975.7665,830.1284,186.9356,0,0,0,100,0),
|
||||
(@PATH,13,978.1152,832.0066,186.8109,0,0,0,100,0),
|
||||
(@PATH,14,980.4257,833.8543,186.6883,0,0,0,100,0),
|
||||
(@PATH,15,977.209,831.2819,186.8591,0,0,0,100,0),
|
||||
(@PATH,16,974.8596,829.4031,186.9837,0,0,0,100,0),
|
||||
(@PATH,17,972.5027,827.5184,187.1088,0,0,0,100,0),
|
||||
(@PATH,18,969.7669,825.6686,187.2486,0,0,0,100,0),
|
||||
(@PATH,19,967.2497,824.0191,187.3926,0,0,0,100,0),
|
||||
(@PATH,20,964.7295,822.3676,187.5369,0,0,0,100,0),
|
||||
(@PATH,21,962.2039,820.7126,187.6815,0,0,0,100,0),
|
||||
(@PATH,22,959.684,819.0614,187.8257,0,0,0,100,0),
|
||||
(@PATH,23,955.9277,817.5466,188.0217,0,0,0,100,0),
|
||||
(@PATH,24,952.986,816.9084,188.1006,0,0,0,100,0),
|
||||
(@PATH,25,950.0452,816.2703,188.2224,0,0,0,100,0),
|
||||
(@PATH,26,947.1313,815.6381,188.6686,0,0,0,100,0),
|
||||
(@PATH,27,941.3091,814.3749,189.56,0,0,0,100,0),
|
||||
(@PATH,28,938.4828,813.7618,189.9927,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Crystalline Shardling Entry: 27973
|
||||
SET @NPC := 126788;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=937.2088,`position_y`=819.625,`position_z`=189.5746 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,941.1921,820.4892,188.9586,0,0,0,100,0),
|
||||
(@PATH,2,944.1083,821.1219,188.5076,0,0,0,100,0),
|
||||
(@PATH,3,947.0261,821.7549,188.0563,0,0,0,100,0),
|
||||
(@PATH,4,949.9498,822.3893,187.7245,0,0,0,100,0),
|
||||
(@PATH,5,952.8904,823.0272,187.5842,0,0,0,100,0),
|
||||
(@PATH,6,955.8341,823.6659,187.4437,0,0,0,100,0),
|
||||
(@PATH,7,957.4083,824.7435,187.3226,0,0,0,100,0),
|
||||
(@PATH,8,962.4407,828.0413,186.9908,0,0,0,100,0),
|
||||
(@PATH,9,964.958,829.6909,186.8311,0,0,0,100,0),
|
||||
(@PATH,10,967.4774,831.3419,186.6792,0,0,0,100,0),
|
||||
(@PATH,11,969.6763,832.9407,186.5558,0,0,0,100,0),
|
||||
(@PATH,12,972.0192,834.8143,186.4057,0,0,0,100,0),
|
||||
(@PATH,13,974.3668,836.6917,186.2552,0,0,0,100,0),
|
||||
(@PATH,14,976.6784,838.5402,186.1071,0,0,0,100,0),
|
||||
(@PATH,15,973.4617,835.9678,186.3132,0,0,0,100,0),
|
||||
(@PATH,16,971.1112,834.0882,186.4638,0,0,0,100,0),
|
||||
(@PATH,17,968.7542,832.2033,186.6149,0,0,0,100,0),
|
||||
(@PATH,18,966.4784,830.6872,186.7346,0,0,0,100,0),
|
||||
(@PATH,19,963.961,829.0375,186.8943,0,0,0,100,0),
|
||||
(@PATH,20,961.4396,827.3853,187.0543,0,0,0,100,0),
|
||||
(@PATH,21,958.9153,825.7311,187.2144,0,0,0,100,0),
|
||||
(@PATH,22,956.396,824.0802,187.3987,0,0,0,100,0),
|
||||
(@PATH,23,954.6556,823.4102,187.5,0,0,0,100,0),
|
||||
(@PATH,24,951.9318,822.8305,187.6292,0,0,0,100,0),
|
||||
(@PATH,25,948.8242,822.1456,187.7782,0,0,0,100,0),
|
||||
(@PATH,26,945.8588,821.5016,188.2368,0,0,0,100,0),
|
||||
(@PATH,27,940.0389,820.239,189.1369,0,0,0,100,0),
|
||||
(@PATH,28,937.2088,819.625,189.5746,0,0,0,100,0);
|
||||
@@ -0,0 +1,400 @@
|
||||
-- Drak'Tharon Keep
|
||||
|
||||
-- Pathing for Drakkari Guardian Entry: 26620
|
||||
SET @NPC := 127582;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-342.092,`position_y`=-597.7366,`position_z`=72.60764 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-348.2738,-595.0352,72.60789,0,0,0,100,0),
|
||||
(@PATH,2,-351.4645,-591.2532,72.60825,0,0,0,100,0),
|
||||
(@PATH,3,-348.2738,-595.0352,72.60789,0,0,0,100,0),
|
||||
(@PATH,4,-342.092,-597.7366,72.60764,0,0,0,100,0),
|
||||
(@PATH,5,-337.3541,-596.457,72.60776,0,0,0,100,0),
|
||||
(@PATH,6,-332.8021,-593.3668,72.60805,0,0,0,100,0),
|
||||
(@PATH,7,-330.1274,-590.215,72.60835,0,0,0,100,0),
|
||||
(@PATH,8,-332.8021,-593.3668,72.60805,0,0,0,100,0),
|
||||
(@PATH,9,-337.3541,-596.457,72.60776,0,0,0,100,0),
|
||||
(@PATH,10,-342.092,-597.7366,72.60764,0,0,0,100,0);
|
||||
|
||||
-- Remove Drakkari Guardian overspawn
|
||||
DELETE FROM `creature` WHERE `guid` IN (127581);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (127581);
|
||||
|
||||
-- Pathing for Drakkari Bat Entry: 26622
|
||||
SET @NPC := 127614;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-392.2272,`position_y`=-677.325,`position_z`=26.64196 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-386.9386,-680.3297,28.5735,0,0,0,100,0),
|
||||
(@PATH,2,-381.2936,-675.7957,28.5735,0,0,0,100,0),
|
||||
(@PATH,3,-378.735,-666.9066,28.57349,0,0,0,100,0),
|
||||
(@PATH,4,-386.3628,-662.0511,28.57349,0,0,0,100,0),
|
||||
(@PATH,5,-392.4187,-664.8582,26.64148,0,0,0,100,0),
|
||||
(@PATH,6,-395.6666,-671.3341,26.64142,0,0,0,100,0),
|
||||
(@PATH,7,-392.2272,-677.325,26.64196,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Drakkari Bat Entry: 26622
|
||||
SET @NPC := 127613;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-420.6025,`position_y`=-665.9139,`position_z`=27.26924 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-409.9266,-669.2863,26.64212,0,0,0,100,0),
|
||||
(@PATH,2,-404.8366,-663.6207,26.64172,0,0,0,100,0),
|
||||
(@PATH,3,-404.446,-655.531,26.64191,0,0,0,100,0),
|
||||
(@PATH,4,-411.499,-652.1765,28.57349,0,0,0,100,0),
|
||||
(@PATH,5,-416.9508,-653.751,28.5738,0,0,0,100,0),
|
||||
(@PATH,6,-421.7345,-661.5891,28.57359,0,0,0,100,0),
|
||||
(@PATH,7,-420.6025,-665.9139,27.26924,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Drakkari Bat Entry: 26622
|
||||
SET @NPC := 127615;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-416.4136,`position_y`=-662.1977,`position_z`=26.64302 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-423.1144,-663.6149,28.57369,0,0,0,100,0),
|
||||
(@PATH,2,-428.976,-668.0037,28.5738,0,0,0,100,0),
|
||||
(@PATH,3,-428.1159,-675.8496,28.5735,0,0,0,100,0),
|
||||
(@PATH,4,-420.3534,-679.633,27.94913,0,0,0,100,0),
|
||||
(@PATH,5,-412.9664,-675.6168,26.64376,0,0,0,100,0),
|
||||
(@PATH,6,-412.3599,-668.2842,26.64241,0,0,0,100,0),
|
||||
(@PATH,7,-416.4136,-662.1977,26.64302,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Drakkari Bat Entry: 26622
|
||||
SET @NPC := 127612;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-406.5539,`position_y`=-695.0261,`position_z`=28.57405 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-399.3579,-694.1252,28.5735,0,0,0,100,0),
|
||||
(@PATH,2,-392.8559,-687.9329,28.57349,0,0,0,100,0),
|
||||
(@PATH,3,-395.3493,-679.3206,26.64168,0,0,0,100,0),
|
||||
(@PATH,4,-404.5995,-676.0878,26.63831,0,0,0,100,0),
|
||||
(@PATH,5,-411.1477,-682.6027,26.64155,0,0,0,100,0),
|
||||
(@PATH,6,-410.6699,-690.0704,28.57438,0,0,0,100,0),
|
||||
(@PATH,7,-406.5539,-695.0261,28.57405,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Scourge Reanimator Entry: 26626
|
||||
SET @NPC := 127412;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-410.9426,`position_y`=-603.3857,`position_z`=1.024866 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-404.537,-602.8129,1.024867,0,0,0,100,0),
|
||||
(@PATH,2,-398.1429,-604.8417,1.02487,0,0,0,100,0),
|
||||
(@PATH,3,-404.537,-602.8129,1.024867,0,0,0,100,0),
|
||||
(@PATH,4,-410.9426,-603.3857,1.024866,0,0,0,100,0),
|
||||
(@PATH,5,-416.6559,-600.7515,1.024868,0,0,0,100,0),
|
||||
(@PATH,6,-424.4983,-599.7261,1.024869,0,0,0,100,0),
|
||||
(@PATH,7,-416.6559,-600.7515,1.024868,0,0,0,100,0),
|
||||
(@PATH,8,-410.9426,-603.3857,1.024866,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Scourge Reanimator Entry: 26626
|
||||
SET @NPC := 127411;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-494.1194,`position_y`=-603.9778,`position_z`=2.072221 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-486.8281,-601.2296,1.144565,0,0,0,100,0),
|
||||
(@PATH,2,-481.1871,-599.9684,1.024871,0,0,0,100,0),
|
||||
(@PATH,3,-475.4717,-602.4325,1.820062,0,0,0,100,0),
|
||||
(@PATH,4,-469.6367,-604.8362,1.044375,0,0,0,100,0),
|
||||
(@PATH,5,-462.5545,-605.178,1.018675,0,0,0,100,0),
|
||||
(@PATH,6,-469.5573,-604.8443,1.042719,0,0,0,100,0),
|
||||
(@PATH,7,-475.4717,-602.4325,1.820062,0,0,0,100,0),
|
||||
(@PATH,8,-481.1871,-599.9684,1.024871,0,0,0,100,0),
|
||||
(@PATH,9,-486.8281,-601.2296,1.144565,0,0,0,100,0),
|
||||
(@PATH,10,-494.1194,-603.9778,2.072221,0,0,0,100,0);
|
||||
|
||||
-- Remove Scourge Reanimator overspawn
|
||||
DELETE FROM `creature` WHERE `guid` IN (127450);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (127450);
|
||||
|
||||
-- Pathing for Drakkari Gutripper Entry: 26641
|
||||
SET @NPC := 127456;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-483.0405,`position_y`=-649.0012,`position_z`=28.58858 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-486.0568,-648.8849,28.58832,0,0,0,100,0),
|
||||
(@PATH,2,-483.0405,-649.0012,28.58858,0,0,0,100,0),
|
||||
(@PATH,3,-480.0255,-649.1176,28.58883,0,0,0,100,0),
|
||||
(@PATH,4,-477.0105,-649.2339,28.58909,0,0,0,100,0),
|
||||
(@PATH,5,-474.0007,-649.3502,28.59028,0,0,0,100,0),
|
||||
(@PATH,6,-470.9918,-649.4663,28.59031,0,0,0,100,0),
|
||||
(@PATH,7,-467.9779,-649.5826,28.59035,0,0,0,100,0),
|
||||
(@PATH,8,-464.9656,-649.6989,28.55288,0,0,0,100,0),
|
||||
(@PATH,9,-461.9586,-649.815,28.50968,0,0,0,100,0),
|
||||
(@PATH,10,-460.1104,-649.8864,28.4215,0,0,0,100,0),
|
||||
(@PATH,11,-464.2306,-649.7274,28.54232,0,0,0,100,0),
|
||||
(@PATH,12,-467.2433,-649.611,28.59036,0,0,0,100,0),
|
||||
(@PATH,13,-470.2549,-649.4948,28.59032,0,0,0,100,0),
|
||||
(@PATH,14,-473.2637,-649.3786,28.59029,0,0,0,100,0),
|
||||
(@PATH,15,-476.2737,-649.2624,28.58915,0,0,0,100,0),
|
||||
(@PATH,16,-479.2837,-649.1462,28.5889,0,0,0,100,0),
|
||||
(@PATH,17,-483.0405,-649.0012,28.58858,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Drakkari Gutripper Entry: 26641
|
||||
SET @NPC := 127457;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-483.2729,`position_y`=-654.9966,`position_z`=28.59017 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-486.2876,-654.8802,28.58992,0,0,0,100,0),
|
||||
(@PATH,2,-483.2729,-654.9966,28.59017,0,0,0,100,0),
|
||||
(@PATH,3,-480.2569,-655.113,28.59199,0,0,0,100,0),
|
||||
(@PATH,4,-477.2439,-655.2294,28.59203,0,0,0,100,0),
|
||||
(@PATH,5,-474.2319,-655.3456,28.59206,0,0,0,100,0),
|
||||
(@PATH,6,-471.2233,-655.4618,28.5921,0,0,0,100,0),
|
||||
(@PATH,7,-468.2094,-655.5781,28.59213,0,0,0,100,0),
|
||||
(@PATH,8,-465.1971,-655.6944,28.55799,0,0,0,100,0),
|
||||
(@PATH,9,-462.19,-655.8105,28.51479,0,0,0,100,0),
|
||||
(@PATH,10,-460.3419,-655.8818,28.48824,0,0,0,100,0),
|
||||
(@PATH,11,-464.463,-655.7228,28.54745,0,0,0,100,0),
|
||||
(@PATH,12,-467.4753,-655.6064,28.59214,0,0,0,100,0),
|
||||
(@PATH,13,-470.4877,-655.4902,28.59211,0,0,0,100,0),
|
||||
(@PATH,14,-473.4938,-655.3741,28.59207,0,0,0,100,0),
|
||||
(@PATH,15,-476.5032,-655.2579,28.59204,0,0,0,100,0),
|
||||
(@PATH,16,-479.5138,-655.1417,28.592,0,0,0,100,0),
|
||||
(@PATH,17,-483.2729,-654.9966,28.59017,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Darkweb Hatchling Entry: 26674
|
||||
SET @NPC := 127472;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-283.7295,`position_y`=-731.8323,`position_z`=27.29189 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-270.1169,-730.9915,27.30806,0,0,0,100,0),
|
||||
(@PATH,2,-266.1129,-727.931,27.30861,0,0,0,100,0),
|
||||
(@PATH,3,-265.3598,-715.4077,27.29189,0,0,0,100,0),
|
||||
(@PATH,4,-274.9025,-707.4509,27.29512,0,0,0,100,0),
|
||||
(@PATH,5,-282.5379,-706.8624,27.29189,0,0,0,100,0),
|
||||
(@PATH,6,-287.1734,-717.2089,27.72341,0,0,0,100,0),
|
||||
(@PATH,7,-290.9054,-722.8333,27.29189,0,0,0,100,0),
|
||||
(@PATH,8,-283.7295,-731.8323,27.29189,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Darkweb Hatchling Entry: 26674
|
||||
SET @NPC := 127473;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-286.7308,`position_y`=-721.9674,`position_z`=27.29189 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-288.534,-727.5106,27.29189,0,0,0,100,0),
|
||||
(@PATH,2,-280.5279,-726.8649,27.29189,0,0,0,100,0),
|
||||
(@PATH,3,-270.6854,-727.6488,27.29941,0,0,0,100,0),
|
||||
(@PATH,4,-270.441,-721.2595,27.29189,0,0,0,100,0),
|
||||
(@PATH,5,-270.4362,-712.4268,27.29189,0,0,0,100,0),
|
||||
(@PATH,6,-278.0521,-710.217,27.29605,0,0,0,100,0),
|
||||
(@PATH,7,-285.8037,-712.8212,27.29603,0,0,0,100,0),
|
||||
(@PATH,8,-286.7308,-721.9674,27.29189,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Darkweb Hatchling Entry: 26674
|
||||
SET @NPC := 127474;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-249.4208,`position_y`=-717.0651,`position_z`=27.61007 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-259.6944,-717.1452,26.8645,0,0,0,100,0),
|
||||
(@PATH,2,-265.6481,-718.8099,27.29189,0,0,0,100,0),
|
||||
(@PATH,3,-264.446,-725.0237,27.30534,0,0,0,100,0),
|
||||
(@PATH,4,-256.6581,-724.9134,27.43577,0,0,0,100,0),
|
||||
(@PATH,5,-246.0695,-725.6784,27.36535,0,0,0,100,0),
|
||||
(@PATH,6,-245.0813,-719.5449,27.53182,0,0,0,100,0),
|
||||
(@PATH,7,-249.4208,-717.0651,27.61007,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Darkweb Hatchling Entry: 26674
|
||||
SET @NPC := 127475;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-242.1334,`position_y`=-720.1142,`position_z`=27.43355 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-250.4899,-714.759,27.3011,0,0,0,100,0),
|
||||
(@PATH,2,-266.1705,-713.7017,27.06336,0,0,0,100,0),
|
||||
(@PATH,3,-270.4176,-721.0847,27.29189,0,0,0,100,0),
|
||||
(@PATH,4,-266.1248,-728.0099,27.30877,0,0,0,100,0),
|
||||
(@PATH,5,-253.1003,-728.3563,27.41331,0,0,0,100,0),
|
||||
(@PATH,6,-244.1609,-728.7698,27.33719,0,0,0,100,0),
|
||||
(@PATH,7,-242.1334,-720.1142,27.43355,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Risen Drakkari Death Knight Entry: 26830
|
||||
SET @NPC := 127553;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-390.7345,`position_y`=-608.2701,`position_z`=72.60735 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-402.9046,-608.7485,72.6084,0,0,0,100,0),
|
||||
(@PATH,2,-414.1785,-608.5219,72.60596,0,0,0,100,0),
|
||||
(@PATH,3,-423.621,-608.1632,72.60622,0,0,0,100,0),
|
||||
(@PATH,4,-414.1785,-608.5219,72.60596,0,0,0,100,0),
|
||||
(@PATH,5,-402.9046,-608.7485,72.6084,0,0,0,100,0),
|
||||
(@PATH,6,-390.7345,-608.2701,72.60735,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Risen Drakkari Death Knight Entry: 26830
|
||||
SET @NPC := 127552;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-282.7542,`position_y`=-699.7166,`position_z`=101.747 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-280.2459,-720.9793,101.7811,0,0,0,100,0),
|
||||
(@PATH,2,-279.8599,-737.6229,101.7784,0,0,0,100,0),
|
||||
(@PATH,3,-280.2459,-720.9793,101.7811,0,0,0,100,0),
|
||||
(@PATH,4,-282.7542,-699.7166,101.747,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Drakkari Commander Entry: 27431
|
||||
SET @NPC := 127471;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-346.2241,`position_y`=-610.9034,`position_z`=72.60129 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-373.7004,-609.6317,72.61194,0,0,0,100,0),
|
||||
(@PATH,2,-346.2241,-610.9034,72.60129,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Cosmetic Drakkari Bat [PH] Entry: 27490
|
||||
SET @NPC := 127508;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-407.2545,`position_y`=-677.0726,`position_z`=70.22565 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-413.0328,-671.7674,70.14231,0,0,0,100,0),
|
||||
(@PATH,2,-413.0139,-668.8679,69.94788,0,0,0,100,0),
|
||||
(@PATH,3,-407.86,-662.8748,70.08675,0,0,0,100,0),
|
||||
(@PATH,4,-401.7282,-667.11,70.11458,0,0,0,100,0),
|
||||
(@PATH,5,-401.2929,-673.1425,69.97565,0,0,0,100,0),
|
||||
(@PATH,6,-407.2545,-677.0726,70.22565,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Cosmetic Drakkari Bat [PH] Entry: 27490
|
||||
SET @NPC := 127509;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-409.4158,`position_y`=-663.9135,`position_z`=62.39258 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-413.1464,-668.7359,61.44815,0,0,0,100,0),
|
||||
(@PATH,2,-412.7488,-672.1281,61.80927,0,0,0,100,0),
|
||||
(@PATH,3,-409.5626,-677.9425,62.44814,0,0,0,100,0),
|
||||
(@PATH,4,-403.616,-679.6837,62.55925,0,0,0,100,0),
|
||||
(@PATH,5,-398.3275,-677.5518,62.67037,0,0,0,100,0),
|
||||
(@PATH,6,-396.8555,-671.9451,62.05924,0,0,0,100,0),
|
||||
(@PATH,7,-398.5243,-664.6963,62.3092,0,0,0,100,0),
|
||||
(@PATH,8,-404.1799,-662.1304,62.58703,0,0,0,100,0),
|
||||
(@PATH,9,-409.4158,-663.9135,62.39258,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Cosmetic Drakkari Bat [PH] Entry: 27490
|
||||
SET @NPC := 127510;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-406.932,`position_y`=-676.9556,`position_z`=66.53109 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-411.784,-673.2886,64.19775,0,0,0,100,0),
|
||||
(@PATH,2,-411.4865,-667.8989,63.86424,0,0,0,100,0),
|
||||
(@PATH,3,-406.9132,-663.992,65.44756,0,0,0,100,0),
|
||||
(@PATH,4,-401.3338,-665.2374,64.8922,0,0,0,100,0),
|
||||
(@PATH,5,-398.546,-669.8902,65.44775,0,0,0,100,0),
|
||||
(@PATH,6,-400.9965,-675.5491,66.19775,0,0,0,100,0),
|
||||
(@PATH,7,-406.932,-676.9556,66.53109,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Cosmetic Drakkari Bat [PH] Entry: 27490
|
||||
SET @NPC := 127511;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-410.8573,`position_y`=-673.0195,`position_z`=72.72581 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-405.1031,-679.6655,71.92022,0,0,0,100,0),
|
||||
(@PATH,2,-398.3365,-677.8955,72.69765,0,0,0,100,0),
|
||||
(@PATH,3,-396.0217,-670.7278,72.72577,0,0,0,100,0),
|
||||
(@PATH,4,-401.3752,-666.0843,71.7813,0,0,0,100,0),
|
||||
(@PATH,5,-409.0014,-667.2194,71.83688,0,0,0,100,0),
|
||||
(@PATH,6,-410.8573,-673.0195,72.72581,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Cosmetic Drakkari Bat [PH] Entry: 27490
|
||||
SET @NPC := 127512;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-409.2986,`position_y`=-663.4329,`position_z`=58.00312 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-411.9643,-668.5157,58.22538,0,0,0,100,0),
|
||||
(@PATH,2,-411.5511,-675.1073,57.94757,0,0,0,100,0),
|
||||
(@PATH,3,-406.8594,-679.2547,57.08646,0,0,0,100,0),
|
||||
(@PATH,4,-401.6542,-679.5847,58.64199,0,0,0,100,0),
|
||||
(@PATH,5,-396.0136,-673.5827,59.4198,0,0,0,100,0),
|
||||
(@PATH,6,-396.2527,-666.631,57.83645,0,0,0,100,0),
|
||||
(@PATH,7,-400.8469,-661.2967,59.25313,0,0,0,100,0),
|
||||
(@PATH,8,-409.2986,-663.4329,58.00312,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Cosmetic Drakkari Bat [PH] Entry: 27490
|
||||
SET @NPC := 127513;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-412.7229,`position_y`=-650.8453,`position_z`=38.51792 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-405.5179,-645.0265,36.32347,0,0,0,100,0),
|
||||
(@PATH,2,-397.6033,-648.0791,36.9068,0,0,0,100,0),
|
||||
(@PATH,3,-394.8318,-652.9764,38.29573,0,0,0,100,0),
|
||||
(@PATH,4,-395.8389,-657.9083,37.74015,0,0,0,100,0),
|
||||
(@PATH,5,-401.2168,-663.5585,39.9346,0,0,0,100,0),
|
||||
(@PATH,6,-407.9547,-663.297,41.68458,0,0,0,100,0),
|
||||
(@PATH,7,-413.9172,-658.0521,38.18459,0,0,0,100,0),
|
||||
(@PATH,8,-412.7229,-650.8453,38.51792,0,0,0,100,0);
|
||||
|
||||
-- Remove Cosmetic Drakkari Bat [PH] overspawns
|
||||
DELETE FROM `creature` WHERE `guid` IN (127514,127515,127516);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (127514,127515,127516);
|
||||
-- Fix Inhabittype for Cosmetic Drakkari Bat [PH] "No one fixes even the simple shit!"
|
||||
UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=27490;
|
||||
|
||||
-- Pathing for Risen Drakkari Handler Entry: 26637
|
||||
SET @NPC := 127444;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-490.2928,`position_y`=-651.7234,`position_z`=28.58877 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,6469, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-460.2261,-652.8841,28.48568,0,0,0,100,0),
|
||||
(@PATH,2,-490.2928,-651.7234,28.58877,0,0,0,100,0);
|
||||
@@ -0,0 +1,131 @@
|
||||
-- Quest 12291 "The Forgotten Tale"
|
||||
-- SAI for Forgotten Knight, Forgotten Rifleman, Forgotten Peasant, Forgotten Footman, Orik, & Forgotten Soul
|
||||
UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry` IN (27224,27225,27226,27229,27220,27347,27465);
|
||||
DELETE FROM `creature_ai_scripts` WHERE `creature_id` IN (27224,27225,27226,27229,27220,27347,27465);
|
||||
DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid` IN (27224,27225,27226,27229,27220,27347,27465);
|
||||
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
|
||||
-- Forgotten Knight
|
||||
(27224,0,0,1,62,0,100,0,9544,0,0,0,11,48831,3,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Knight - On gossip option select quest credit'),
|
||||
(27224,0,1,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Knight - Close Gossip'),
|
||||
(27224,0,2,0,23,0,100,0,48143,0,0,0,11,48143,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Add Forgotten Aura if missing'),
|
||||
(27224,0,3,4,4,0,100,0,0,0,0,0,11,38556,1,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Knight - Cast Throw on Aggro'),
|
||||
(27224,0,4,0,61,0,100,0,0,0,0,0,23,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Set Phase 1 on Aggro'),
|
||||
(27224,0,5,6,0,1,100,0,5,35,2300,3900,11,38556,1,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Knight - Cast Throw (Phase 1)'),
|
||||
(27224,0,6,0,61,1,100,0,0,0,0,0,40,2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Set Ranged Weapon Model (Phase 1)'),
|
||||
(27224,0,7,8,9,1,100,0,25,80,0,0,21,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Start Combat Movement at 25 Yards (Phase 1)'),
|
||||
(27224,0,8,0,61,1,100,0,0,0,0,0,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Knight - Start Melee at 25 Yards (Phase 1)'),
|
||||
(27224,0,9,10,9,1,100,0,0,5,0,0,21,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Start Combat Movement Below 5 Yards (Phase 1)'),
|
||||
(27224,0,10,11,61,1,100,0,0,0,0,0,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Set Ranged Weapon Model Below 5 Yards (Phase 1)'),
|
||||
(27224,0,11,0,61,1,100,0,0,0,0,0,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Knight - Start Melee Below 5 Yards (Phase 1)'),
|
||||
(27224,0,12,13,9,1,100,0,5,15,0,0,21,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Prevent Combat Movement at 15 Yards (Phase 1)'),
|
||||
(27224,0,13,0,61,1,100,0,0,0,0,0,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Knight - Prevent Melee at 15 Yards (Phase 1)'),
|
||||
(27224,0,14,0,7,0,100,0,0,0,0,0,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Set Melee Weapon Model on Evade'),
|
||||
-- Forgotten Rifleman
|
||||
(27225,0,0,1,62,0,100,0,9543,0,0,0,11,48830,3,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Rifleman - On gossip option select quest credit'),
|
||||
(27225,0,1,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Rifleman - Close Gossip'),
|
||||
(27225,0,2,3,11,0,100,0,0,0,0,0,21,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Prevent Combat Movement on Spawn'),
|
||||
(27225,0,3,0,61,0,100,0,0,0,0,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Prevent Melee on Spawn'),
|
||||
(27225,0,4,0,23,0,100,0,48143,0,0,0,11,48143,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Add Forgotten Aura if missing'),
|
||||
(27225,0,5,6,4,0,100,0,0,0,0,0,11,15547,1,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Rifleman - Cast Shoot on Aggro'),
|
||||
(27225,0,6,0,61,0,100,0,0,0,0,0,23,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Set Phase 1 on Aggro'),
|
||||
(27225,0,7,8,0,1,100,0,5,30,2300,3900,11,15547,1,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Rifleman - Cast Shoot (Phase 1)'),
|
||||
(27225,0,8,0,61,1,100,0,0,0,0,0,40,2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Set Ranged Weapon Model (Phase 1)'),
|
||||
(27225,0,9,0,0,1,100,0,9000,12000,9000,14000,11,17174,1,1,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Rifleman - Cast Concussive Shot (Phase 1)'),
|
||||
(27225,0,10,11,9,1,100,0,25,80,0,0,21,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Start Combat Movement at 25 Yards (Phase 1)'),
|
||||
(27225,0,11,0,61,1,100,0,0,0,0,0,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Rifleman - Start Melee at 25 Yards (Phase 1)'),
|
||||
(27225,0,12,13,9,1,100,0,0,5,0,0,21,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Start Combat Movement Below 5 Yards (Phase 1)'),
|
||||
(27225,0,13,14,61,1,100,0,0,0,0,0,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Set Ranged Weapon Model Below 5 Yards (Phase 1)'),
|
||||
(27225,0,14,0,61,1,100,0,0,0,0,0,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Rifleman - Start Melee Below 5 Yards (Phase 1)'),
|
||||
(27225,0,15,16,9,1,100,0,5,15,0,0,21,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Prevent Combat Movement at 15 Yards (Phase 1)'),
|
||||
(27225,0,16,0,61,1,100,0,0,0,0,0,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Rifleman - Prevent Melee at 15 Yards (Phase 1)'),
|
||||
(27225,0,17,0,2,1,100,0,0,15,0,0,23,2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Set Phase 2 at 15% HP'),
|
||||
(27225,0,18,19,2,2,100,0,0,15,0,0,21,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Start Combat Movement at 15% HP (Phase 2)'),
|
||||
(27225,0,19,20,61,2,100,0,0,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Flee at 15% HP (Phase 2)'),
|
||||
(27225,0,20,21,61,2,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Say text0 at 15% HP (Phase 2)'),
|
||||
(27225,0,21,0,61,2,100,0,0,0,0,0,23,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - set phase 1 at 15% HP (Phase 2)'),
|
||||
(27225,0,22,0,7,0,100,0,0,0,0,0,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Set Melee Weapon Model on Evade'),
|
||||
-- Forgotten Peasant
|
||||
(27226,0,0,1,62,0,100,0,9541,0,0,0,11,48829,3,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Peasant - On gossip option select quest credit'),
|
||||
(27226,0,1,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Peasant - Close Gossip'),
|
||||
(27226,0,2,0,23,0,100,0,48143,0,0,0,11,48143,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Peasant - Add Forgotten Aura if missing'),
|
||||
(27226,0,3,0,0,0,100,0,0,5,7000,10000,11,51601,1,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Peasant - Cast Bonk'),
|
||||
-- Forgotten Footman
|
||||
(27229,0,0,1,62,0,100,0,9545,0,0,0,11,48832,3,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Footman - On gossip option select quest credit'),
|
||||
(27229,0,1,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Footman - Close Gossip'),
|
||||
(27229,0,2,0,23,0,100,0,48143,0,0,0,11,48143,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Footman - Add Forgotten Aura if missing'),
|
||||
(27229,0,3,0,0,0,100,0,3000,7000,9000,12000,11,32587,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Footman - Cast Shield Block'),
|
||||
-- Forgotten Captain
|
||||
(27220,0,0,0,23,0,100,0,48143,0,0,0,11,48143,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Captain - Add Forgotten Aura if missing'),
|
||||
(27220,0,1,0,0,0,100,0,6000,9000,8000,12000,11,51591,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Captain - Cast Stormhammer'),
|
||||
-- Orik
|
||||
(27347,0,0,1,62,0,100,0,9542,0,0,0,11,48828,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Orik - On gossip option select create Murkweed Elixir'),
|
||||
(27347,0,1,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Orik - Close Gossip'),
|
||||
-- Forgotten Soul
|
||||
(27465,0,0,0,11,0,100,0,0,0,0,0,11,29266,3,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Soul - On aura self');
|
||||
|
||||
-- Assign Gossip_id's to creatures
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=9544 WHERE `entry`=27224; -- Forgotten Knight
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=9543 WHERE `entry`=27225; -- Forgotten Rifleman
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=9541 WHERE `entry`=27226; -- Forgotten Peasant
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=9545 WHERE `entry`=27229; -- Forgotten Footman
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=9542 WHERE `entry`=27347; -- Orik
|
||||
-- Add gossip menu items
|
||||
DELETE FROM `gossip_menu` WHERE `entry`=9544 AND `text_id`=12859;
|
||||
INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9544,12859);
|
||||
DELETE FROM `gossip_menu` WHERE `entry`=9543 AND `text_id`=12858;
|
||||
INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9543,12858);
|
||||
DELETE FROM `gossip_menu` WHERE `entry`=9541 AND `text_id`=12856;
|
||||
INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9541,12856);
|
||||
DELETE FROM `gossip_menu` WHERE `entry`=9545 AND `text_id`=12860;
|
||||
INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9545,12860);
|
||||
DELETE FROM `gossip_menu` WHERE `entry`=9542 AND `text_id`=12857;
|
||||
INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9542,12857);
|
||||
|
||||
-- Gossip Options
|
||||
DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (9544,9543,9541,9545,9542);
|
||||
INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES
|
||||
(9544,0,0,'I must be going now, soldier. Stay vigilant!',1,1,0,0,0,0,0,''), -- Forgotten Knight
|
||||
(9543,0,0,'I''m sure Arthas will be back any day now, soldier. Keep your chin up!',1,1,0,0,0,0,0,''), -- Forgotten Rifleman
|
||||
(9541,0,0,'Sorry to have bothered you, friend. Carry on!',1,1,0,0,0,0,0,''), -- Forgotten Peasant
|
||||
(9545,0,0,'I''m sure everything will work out, footman.',1,1,0,0,0,0,0,''), -- Forgotten Footman
|
||||
(9542,0,0,'Orik, I need another Murkweed Elixir.',1,1,0,0,0,0,0,''); -- Orik
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (9544,9543,9541,9545,9542);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
|
||||
(15,9544,0,0,9,12291,0,0,0,'','Show gossip option 0 if player has Quest 12291 "The Forgotten Tale"'),
|
||||
(15,9543,0,0,9,12291,0,0,0,'','Show gossip option 0 if player has Quest 12291 "The Forgotten Tale"'),
|
||||
(15,9541,0,0,9,12291,0,0,0,'','Show gossip option 0 if player has Quest 12291 "The Forgotten Tale"'),
|
||||
(15,9545,0,0,9,12291,0,0,0,'','Show gossip option 0 if player has Quest 12291 "The Forgotten Tale"'),
|
||||
(15,9542,0,0,9,12291,0,0,0,'','Show gossip option 0 if player has Quest 12291 "The Forgotten Tale"');
|
||||
|
||||
-- NPC talk text insert from sniff
|
||||
DELETE FROM `creature_text` WHERE `entry` IN (27225);
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
|
||||
(27225,0,0, '%s attempts to run away in fear!',2,0,100,0,0,0, 'Forgotten Rifleman');
|
||||
|
||||
-- Add spell linking
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (48810,-48809,48143,-48143);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
|
||||
(48810,48809,0,'Cast Binding Life when cast Death''s Door'),
|
||||
(-48809,-48143,0,'Removing Binding Life removes Forgotten Aura'),
|
||||
(48143,48357,0,'Aura Wintergarde Invisibility Type B when aura Forgotten Aura'),
|
||||
(-48143,-48357,0,'Removing Binding Forgotten Aura removes Aura Wintergarde Invisibility Type B');
|
||||
|
||||
-- Add See Wintergarde Invisibility Type B Spell to areas in Dragonblight
|
||||
DELETE FROM `spell_area` WHERE `spell`=48358;
|
||||
INSERT INTO `spell_area` (`spell`,`area`,`racemask`,`gender`,`autocast`) VALUES
|
||||
(48358,4151,0,2,1),(48358,4152,0,2,1),(48358,4153,0,2,1),(48358,4154,0,2,1),
|
||||
(48358,4155,0,2,1),(48358,4156,0,2,1),(48358,4157,0,2,1),(48358,4158,0,2,1),
|
||||
(48358,4160,0,2,1),(48358,4161,0,2,1),(48358,4162,0,2,1),(48358,4163,0,2,1),
|
||||
(48358,4164,0,2,1),(48358,4165,0,2,1),(48358,4166,0,2,1),(48358,4167,0,2,1),
|
||||
(48358,4168,0,2,1),(48358,4169,0,2,1),(48358,4170,0,2,1),(48358,4171,0,2,1),
|
||||
(48358,4172,0,2,1),(48358,4173,0,2,1),(48358,4174,0,2,1),(48358,4175,0,2,1),
|
||||
(48358,4176,0,2,1),(48358,4177,0,2,1),(48358,4178,0,2,1),(48358,4179,0,2,1),
|
||||
(48358,4180,0,2,1),(48358,4181,0,2,1),(48358,4182,0,2,1),(48358,4183,0,2,1),
|
||||
(48358,4184,0,2,1),(48358,4185,0,2,1),(48358,4186,0,2,1),(48358,4187,0,2,1),
|
||||
(48358,4188,0,2,1),(48358,4189,0,2,1),(48358,4190,0,2,1),(48358,4191,0,2,1),
|
||||
(48358,4192,0,2,1),(48358,4193,0,2,1),(48358,4194,0,2,1),(48358,4195,0,2,1),
|
||||
(48358,4198,0,2,1),(48358,4123,0,2,1),(48358,4124,0,2,1),(48358,4125,0,2,1),
|
||||
(48358,4127,0,2,1),(48358,4130,0,2,1),(48358,4132,0,2,1),(48358,4133,0,2,1),
|
||||
(48358,4134,0,2,1),(48358,4141,0,2,1),(48358,4143,0,2,1),(48358,4146,0,2,1),
|
||||
(48358,4396,0,2,1),(48358,4414,0,2,1),(48358,4478,0,2,1);
|
||||
@@ -0,0 +1,763 @@
|
||||
-- Pathing for Huntress Kima Entry: 18416
|
||||
SET @NPC := 65808;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-2541.65,`position_y`=7323.38,`position_z`=6.99469 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-2552.386,7337.846,7.422175,0,0,0,100,0),
|
||||
(@PATH,2,-2547.391,7352.353,7.047175,0,0,0,100,0),
|
||||
(@PATH,3,-2544.842,7358.259,7.047175,0,0,0,100,0),
|
||||
(@PATH,4,-2562.099,7370.443,10.00821,0,0,0,100,0),
|
||||
(@PATH,5,-2567.579,7369.372,10.27306,0,0,0,100,0),
|
||||
(@PATH,6,-2566.174,7349.837,9.922175,0,0,0,100,0),
|
||||
(@PATH,7,-2567.789,7341.593,9.872525,0,0,0,100,0),
|
||||
(@PATH,8,-2577.995,7329.614,12.45477,0,0,0,100,0),
|
||||
(@PATH,9,-2585.894,7320.886,13.95477,0,0,0,100,0),
|
||||
(@PATH,10,-2605.105,7337.934,22.81847,0,0,0,100,0),
|
||||
(@PATH,11,-2617.94,7333.2,24.0994,0,0,0,100,0),
|
||||
(@PATH,12,-2619.5,7314.92,24.7855,0,0,0,100,0),
|
||||
(@PATH,13,-2620.33,7306.87,22.2298,0,0,0,100,0),
|
||||
(@PATH,14,-2622.22,7295.57,20.8845,0,0,0,100,0),
|
||||
(@PATH,15,-2634.28,7283.98,22.6251,0,0,0,100,0),
|
||||
(@PATH,16,-2645.37,7281.6,26.8452,0,0,0,100,0),
|
||||
(@PATH,17,-2658.313,7277.178,31.34583,0,0,0,100,0),
|
||||
(@PATH,18,-2656.347,7260.406,27.72301,0,0,0,100,0),
|
||||
(@PATH,19,-2654.6,7223.491,21.68772,0,0,0,100,0),
|
||||
(@PATH,20,-2649.212,7219.171,21.31272,0,0,0,100,0),
|
||||
(@PATH,21,-2639.123,7217.482,21.18772,0,0,0,100,0),
|
||||
(@PATH,22,-2604.8,7231.363,14.29138,0,0,0,100,0),
|
||||
(@PATH,23,-2598.992,7233.284,13.06854,0,0,0,100,0),
|
||||
(@PATH,24,-2589.095,7238.978,13.30505,0,0,0,100,0),
|
||||
(@PATH,25,-2572.705,7258.197,14.18005,0,0,0,100,0),
|
||||
(@PATH,26,-2553.04,7268.31,14.8673,0,0,0,100,0),
|
||||
(@PATH,27,-2549.93,7292.21,13.5737,0,0,0,100,0),
|
||||
(@PATH,28,-2543.94,7296.78,12.03,0,0,0,100,0),
|
||||
(@PATH,29,-2528.52,7302.51,7.70912,0,0,0,100,0),
|
||||
(@PATH,30,-2525.95,7310.64,6.42796,0,0,0,100,0),
|
||||
(@PATH,31,-2541.65,7323.38,6.99469,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Sifreldar Storm Maiden Entry: 29323
|
||||
SET @NPC := 108767;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6968.795,`position_y`=-1039.291,`position_z`=804.8483 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,6939.001,-1039.968,810.5756,0,0,0,100,0),
|
||||
(@PATH,2,6929.729,-1038.428,811.8507,0,0,0,100,0),
|
||||
(@PATH,3,6921.97,-1037.384,813.6382,0,0,0,100,0),
|
||||
(@PATH,4,6899.672,-1034.548,804.9947,0,0,0,100,0),
|
||||
(@PATH,5,6887.367,-1040.131,803.7447,0,0,0,100,0),
|
||||
(@PATH,6,6879.581,-1055.645,802.1197,0,0,0,100,0),
|
||||
(@PATH,7,6881.092,-1067.551,802.7026,0,0,0,100,0),
|
||||
(@PATH,8,6891.585,-1073.036,804.8276,0,0,0,100,0),
|
||||
(@PATH,9,6904.774,-1076.266,808.0779,0,0,0,100,0),
|
||||
(@PATH,10,6914.952,-1077.399,813.4417,0,0,0,100,0),
|
||||
(@PATH,11,6931.681,-1078.594,810.6033,0,0,0,100,0),
|
||||
(@PATH,12,6953.237,-1080.285,804.8708,0,0,0,100,0),
|
||||
(@PATH,13,6963.347,-1080.42,804.8613,0,0,0,100,0),
|
||||
(@PATH,14,6967.195,-1070.248,804.8578,0,0,0,100,0),
|
||||
(@PATH,15,6967.463,-1053.253,804.8583,0,0,0,100,0),
|
||||
(@PATH,16,6968.795,-1039.291,804.8483,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Sifreldar Storm Maiden Entry: 29323
|
||||
SET @NPC := 108780;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6849.583,`position_y`=-1122.161,`position_z`=799.7357 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,6825.424,-1137.925,795.3445,0,0,0,100,0),
|
||||
(@PATH,2,6823.116,-1152.258,802.8445,0,0,0,100,0),
|
||||
(@PATH,3,6804.956,-1162.505,810.9695,0,0,0,100,0),
|
||||
(@PATH,4,6823.116,-1152.258,802.8445,0,0,0,100,0),
|
||||
(@PATH,5,6825.424,-1137.925,795.3445,0,0,0,100,0),
|
||||
(@PATH,6,6849.583,-1122.161,799.7357,0,0,0,100,0),
|
||||
(@PATH,7,6859.529,-1108.683,802.3607,0,0,0,100,0),
|
||||
(@PATH,8,6869.339,-1099.14,802.9526,0,0,0,100,0),
|
||||
(@PATH,9,6888.484,-1113.396,802.4324,0,0,0,100,0),
|
||||
(@PATH,10,6899.414,-1132.413,801.4324,0,0,0,100,0),
|
||||
(@PATH,11,6888.484,-1113.396,802.4324,0,0,0,100,0),
|
||||
(@PATH,12,6869.339,-1099.14,802.9526,0,0,0,100,0),
|
||||
(@PATH,13,6859.529,-1108.683,802.3607,0,0,0,100,0),
|
||||
(@PATH,14,6849.583,-1122.161,799.7357,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Sifreldar Runekeeper Entry: 29331
|
||||
SET @NPC := 108779;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `id`=29331,`modelid`=0,`spawndist`=0,`MovementType`=2,`position_x`=6824.564,`position_y`=-1140.901,`position_z`=796.8445 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,6819.699,-1158.881,805.9695,0,0,0,100,0),
|
||||
(@PATH,2,6802.754,-1164.963,811.4695,0,0,0,100,0),
|
||||
(@PATH,3,6819.699,-1158.881,805.9695,0,0,0,100,0),
|
||||
(@PATH,4,6824.564,-1140.901,796.8445,0,0,0,100,0),
|
||||
(@PATH,5,6793.759,-1107.705,773.118,0,0,0,100,0),
|
||||
(@PATH,6,6824.564,-1140.901,796.8445,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Dragonblight Mage Hunter Entry: 26280
|
||||
SET @NPC := 101640;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3089.834,`position_y`=339.6018,`position_z`=71.35417 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature` WHERE `guid`=111762;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=111762;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3101.223,333.8671,68.35417,0,0,0,100,0),
|
||||
(@PATH,2,3089.834,339.6018,71.35417,0,0,0,100,0),
|
||||
(@PATH,3,3074.878,340.6855,74.60417,0,0,0,100,0),
|
||||
(@PATH,4,3059.406,343.7871,76.1516,0,0,0,100,0),
|
||||
(@PATH,5,3048.349,347.3151,75.9016,0,0,0,100,0),
|
||||
(@PATH,6,3059.406,343.7871,76.1516,0,0,0,100,0),
|
||||
(@PATH,7,3074.878,340.6855,74.60417,0,0,0,100,0),
|
||||
(@PATH,8,3089.834,339.6018,71.35417,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Magnataur Patriarch Entry: 26295
|
||||
SET @NPC := 113264;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3455.645,`position_y`=450.5741,`position_z`=55.77813 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature` WHERE `guid`=131082;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=131082;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3461.032,458.0605,55.52813,0,0,0,100,0),
|
||||
(@PATH,2,3459.928,468.002,57.48453,0,0,0,100,0),
|
||||
(@PATH,3,3461.031,458.0605,55.52813,0,0,0,100,0),
|
||||
(@PATH,4,3455.645,450.5741,55.77813,0,0,0,100,0),
|
||||
(@PATH,5,3449.821,447.5877,56.65313,0,0,0,100,0),
|
||||
(@PATH,6,3444.278,447.4793,57.77813,0,0,0,100,0),
|
||||
(@PATH,7,3449.821,447.5877,56.65313,0,0,0,100,0),
|
||||
(@PATH,8,3455.645,450.5741,55.77813,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Magnataur Patriarch Entry: 26295
|
||||
SET @NPC := 113259;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4335.951,`position_y`=-180.1597,`position_z`=80.65488 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,4314.526,-194.2564,76.19753,0,0,0,100,0),
|
||||
(@PATH,2,4310.347,-212.7189,75.1636,0,0,0,100,0),
|
||||
(@PATH,3,4319.451,-236.1514,78.55873,0,0,0,100,0),
|
||||
(@PATH,4,4310.347,-212.7189,75.1636,0,0,0,100,0),
|
||||
(@PATH,5,4314.526,-194.2564,76.19753,0,0,0,100,0),
|
||||
(@PATH,6,4335.951,-180.1597,80.65488,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Anub'ar Cultist Entry: 26319
|
||||
SET @NPC := 115435;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4063.753,`position_y`=2196.374,`position_z`=151.8217 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,4054.478,2188.652,151.9467,0,0,0,100,0),
|
||||
(@PATH,2,4039.943,2185.158,151.6967,0,0,0,100,0),
|
||||
(@PATH,3,4054.478,2188.652,151.9467,0,0,0,100,0),
|
||||
(@PATH,4,4063.753,2196.374,151.8217,0,0,0,100,0),
|
||||
(@PATH,5,4066.901,2217.657,152.0965,0,0,0,100,0),
|
||||
(@PATH,6,4060.092,2234.396,151.5342,0,0,0,100,0),
|
||||
(@PATH,7,4066.901,2217.657,152.0965,0,0,0,100,0),
|
||||
(@PATH,8,4063.753,2196.374,151.8217,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Tempus Wyrm Entry: 32180
|
||||
SET @NPC := 112957;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4165.901,`position_y`=-407.722,`position_z`=155.0924 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,4161.29,-415.327,155.0924,0,0,0,100,0),
|
||||
(@PATH,2,4157.975,-426.0655,155.0924,0,0,0,100,0),
|
||||
(@PATH,3,4149.574,-441.3904,155.0924,0,0,0,100,0),
|
||||
(@PATH,4,4138.248,-453.2982,155.0924,0,0,0,100,0),
|
||||
(@PATH,5,4125.589,-462.9384,155.0924,0,0,0,100,0),
|
||||
(@PATH,6,4108.414,-468.0847,155.0925,0,0,0,100,0),
|
||||
(@PATH,7,4093.35,-469.384,155.0924,0,0,0,100,0),
|
||||
(@PATH,8,4076.784,-468.8313,155.0924,0,0,0,100,0),
|
||||
(@PATH,9,4060.223,-464.068,155.0924,0,0,0,100,0),
|
||||
(@PATH,10,4047.407,-453.0881,155.0924,0,0,0,100,0),
|
||||
(@PATH,11,4034.705,-434.9922,155.0924,0,0,0,100,0),
|
||||
(@PATH,12,4028.23,-418.9452,155.0924,0,0,0,100,0),
|
||||
(@PATH,13,4027.506,-402.0115,155.0925,0,0,0,100,0),
|
||||
(@PATH,14,4032.801,-387.0902,155.0924,0,0,0,100,0),
|
||||
(@PATH,15,4040.891,-372.8224,155.0924,0,0,0,100,0),
|
||||
(@PATH,16,4051.813,-359.7613,155.0924,0,0,0,100,0),
|
||||
(@PATH,17,4065.439,-349.6774,155.0924,0,0,0,100,0),
|
||||
(@PATH,18,4080.03,-344.1142,155.0924,0,0,0,100,0),
|
||||
(@PATH,19,4095.92,-340.0204,155.0924,0,0,0,100,0),
|
||||
(@PATH,20,4118.203,-337.1474,155.0924,0,0,0,100,0),
|
||||
(@PATH,21,4146.275,-349.1546,155.0924,0,0,0,100,0),
|
||||
(@PATH,22,4157.594,-358.4243,155.0924,0,0,0,100,0),
|
||||
(@PATH,23,4168.311,-372.3049,155.0925,0,0,0,100,0),
|
||||
(@PATH,24,4170.974,-391.4471,155.0924,0,0,0,100,0),
|
||||
(@PATH,25,4165.901,-407.722,155.0924,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Infinite Eradicator Entry: 32185
|
||||
SET @NPC := 113438;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4190.591,`position_y`=-350.934,`position_z`=146.6842 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,4207.472,-375.1424,146.6842,0,0,0,100,0),
|
||||
(@PATH,2,4214.245,-404.9322,146.6842,0,0,0,100,0),
|
||||
(@PATH,3,4209.104,-434.3985,146.6843,0,0,0,100,0),
|
||||
(@PATH,4,4196.61,-460.4471,146.6842,0,0,0,100,0),
|
||||
(@PATH,5,4170.492,-477.5867,146.6842,0,0,0,100,0),
|
||||
(@PATH,6,4139.513,-481.6089,146.6842,0,0,0,100,0),
|
||||
(@PATH,7,4111.95,-465.5229,146.6842,0,0,0,100,0),
|
||||
(@PATH,8,4091.976,-440.942,146.6842,0,0,0,100,0),
|
||||
(@PATH,9,4095.912,-407.7865,146.6842,0,0,0,100,0),
|
||||
(@PATH,10,4098.527,-380.9193,146.6842,0,0,0,100,0),
|
||||
(@PATH,11,4091.802,-357.8462,146.6842,0,0,0,100,0),
|
||||
(@PATH,12,4075.851,-333.6917,146.6842,0,0,0,100,0),
|
||||
(@PATH,13,4055.005,-351.5806,146.6842,0,0,0,100,0),
|
||||
(@PATH,14,4051.888,-372.2745,146.6842,0,0,0,100,0),
|
||||
(@PATH,15,4056.19,-395.6217,146.6842,0,0,0,100,0),
|
||||
(@PATH,16,4061.398,-417.6198,146.6842,0,0,0,100,0),
|
||||
(@PATH,17,4062.656,-443.156,146.6842,0,0,0,100,0),
|
||||
(@PATH,18,4085.277,-457.1473,146.6842,0,0,0,100,0),
|
||||
(@PATH,19,4107.788,-455.9095,146.6842,0,0,0,100,0),
|
||||
(@PATH,20,4117.597,-435.8233,146.6842,0,0,0,100,0),
|
||||
(@PATH,21,4113.671,-413.1419,146.6842,0,0,0,100,0),
|
||||
(@PATH,22,4105.402,-392.1701,146.6842,0,0,0,100,0),
|
||||
(@PATH,23,4106.15,-363.3776,146.6842,0,0,0,100,0),
|
||||
(@PATH,24,4131.285,-341.2223,146.6842,0,0,0,100,0),
|
||||
(@PATH,25,4162.843,-332.6555,146.6842,0,0,0,100,0),
|
||||
(@PATH,26,4190.591,-350.934,146.6842,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Infinite Eradicator Entry: 32185
|
||||
SET @NPC := 113436;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4181.173,`position_y`=-369.9417,`position_z`=146.6842 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,4191.631,-389.251,146.6842,0,0,0,100,0),
|
||||
(@PATH,2,4193.926,-411.0253,146.6842,0,0,0,100,0),
|
||||
(@PATH,3,4187.936,-433.0087,146.6843,0,0,0,100,0),
|
||||
(@PATH,4,4176.908,-452.5828,146.6842,0,0,0,100,0),
|
||||
(@PATH,5,4156.808,-461.3777,146.6842,0,0,0,100,0),
|
||||
(@PATH,6,4135.129,-460.8535,146.6842,0,0,0,100,0),
|
||||
(@PATH,7,4119.67,-445.7643,146.6842,0,0,0,100,0),
|
||||
(@PATH,8,4107.466,-426.4492,146.6842,0,0,0,100,0),
|
||||
(@PATH,9,4117.114,-407.0864,146.6842,0,0,0,100,0),
|
||||
(@PATH,10,4119.729,-381.6279,146.6842,0,0,0,100,0),
|
||||
(@PATH,11,4112.734,-354.4067,146.6842,0,0,0,100,0),
|
||||
(@PATH,12,4093.601,-322.0753,146.6842,0,0,0,100,0),
|
||||
(@PATH,13,4052.978,-330.4644,146.6842,0,0,0,100,0),
|
||||
(@PATH,14,4034.263,-360.4702,146.6842,0,0,0,100,0),
|
||||
(@PATH,15,4035.172,-392.7458,146.6842,0,0,0,100,0),
|
||||
(@PATH,16,4040.271,-419.5353,146.6842,0,0,0,100,0),
|
||||
(@PATH,17,4041.469,-444.2213,146.6842,0,0,0,100,0),
|
||||
(@PATH,18,4071.126,-472.951,146.6842,0,0,0,100,0),
|
||||
(@PATH,19,4103.979,-476.7779,146.6842,0,0,0,100,0),
|
||||
(@PATH,20,4129.341,-453.4892,146.6842,0,0,0,100,0),
|
||||
(@PATH,21,4134.468,-417.3209,146.6842,0,0,0,100,0),
|
||||
(@PATH,22,4126.431,-389.3766,146.6842,0,0,0,100,0),
|
||||
(@PATH,23,4127.358,-363.8509,146.6842,0,0,0,100,0),
|
||||
(@PATH,24,4147.167,-355.2841,146.6842,0,0,0,100,0),
|
||||
(@PATH,25,4170.109,-352.5856,146.6842,0,0,0,100,0),
|
||||
(@PATH,26,4181.173,-369.9417,146.6842,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Laire Brewgold Entry: 32424
|
||||
SET @NPC := 111730;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=5661.111,`position_y`=726.7043,`position_z`=641.6643 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,5656.774,721.9439,641.6959,0,0,0,100,0),
|
||||
(@PATH,2,5653.122,721.5146,641.6296,0,0,0,100,0),
|
||||
(@PATH,3,5649.408,722.6322,641.5455,0,0,0,100,0),
|
||||
(@PATH,4,5645.466,725.3781,641.6395,0,0,0,100,0),
|
||||
(@PATH,5,5639.154,728.4048,641.61,0,0,0,100,0),
|
||||
(@PATH,6,5635.932,732.4274,641.7092,5000,0,0,100,0),
|
||||
(@PATH,7,5639.154,728.4048,641.61,0,0,0,100,0),
|
||||
(@PATH,8,5645.889,733.0624,641.682,0,0,0,100,0),
|
||||
(@PATH,9,5655.076,730.4822,641.6819,0,0,0,100,0),
|
||||
(@PATH,10,5661.111,726.7043,641.6643,0,0,0,100,0);
|
||||
|
||||
-- Fixup Injured Soldier Waypoint 01 Set as trigger
|
||||
UPDATE `creature` SET `modelid`=0 WHERE `id` IN (27792);
|
||||
UPDATE `creature_template` SET `InhabitType`=3,`flags_extra`=`flags_extra`|128 WHERE `entry` IN (27792);
|
||||
|
||||
-- Pathing for Injured Soldier Waypoint 01 Entry: 27792
|
||||
SET @NPC := 133440;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3687.688,`position_y`=-1131.765,`position_z`=98.09109 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3694.245,-1132.365,97.6494,0,0,0,100,0),
|
||||
(@PATH,2,3697.133,-1137.371,97.6494,0,0,0,100,0),
|
||||
(@PATH,3,3707.083,-1140.569,98.09109,0,0,0,100,0),
|
||||
(@PATH,4,3697.133,-1137.371,97.6494,0,0,0,100,0),
|
||||
(@PATH,5,3694.245,-1132.365,97.6494,0,0,0,100,0),
|
||||
(@PATH,6,3687.688,-1131.765,98.09109,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Injured Soldier Waypoint 01 Entry: 27792
|
||||
SET @NPC := 133441;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3639.129,`position_y`=-1245.702,`position_z`=98.09111 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3646.784,-1246.543,98.26001,0,0,0,100,0),
|
||||
(@PATH,2,3647.515,-1248.791,98.26001,0,0,0,100,0),
|
||||
(@PATH,3,3655.563,-1252.757,98.09111,0,0,0,100,0),
|
||||
(@PATH,4,3647.515,-1248.791,98.26001,0,0,0,100,0),
|
||||
(@PATH,5,3646.784,-1246.543,98.26001,0,0,0,100,0),
|
||||
(@PATH,6,3639.129,-1245.702,98.09111,0,0,0,100,0),
|
||||
(@PATH,7,3634.578,-1242.256,98.09111,0,0,0,100,0),
|
||||
(@PATH,8,3639.129,-1245.702,98.09111,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Injured Soldier Waypoint 01 Entry: 27792
|
||||
SET @NPC := 133439;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3656.245,`position_y`=-1252.887,`position_z`=98.09111 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3634.244,-1242.946,98.09111,0,0,0,100,0),
|
||||
(@PATH,2,3656.245,-1252.887,98.09111,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Injured Soldier Waypoint 01 Entry: 27792
|
||||
SET @NPC := 133438;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3706.577,`position_y`=-1140.745,`position_z`=98.09109 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3688.351,-1132.398,98.09109,0,0,0,100,0),
|
||||
(@PATH,2,3706.577,-1140.745,98.09109,0,0,0,100,0);
|
||||
|
||||
DELETE FROM `creature` WHERE `guid`=109148;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=109148;
|
||||
|
||||
-- Fixup Injured Soldier Waypoint 02 Set as trigger
|
||||
UPDATE `creature` SET `modelid`=0 WHERE `id` IN (27793);
|
||||
UPDATE `creature_template` SET `InhabitType`=3,`flags_extra`=`flags_extra`|128 WHERE `entry` IN (27793);
|
||||
|
||||
-- Pathing for Injured Soldier Waypoint 02 Entry: 27793
|
||||
SET @NPC := 133449;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3662.666,`position_y`=-1239.828,`position_z`=98.09111 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3641.625,-1230.667,98.09111,0,0,0,100,0),
|
||||
(@PATH,2,3662.666,-1239.828,98.09111,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Injured Soldier Waypoint 02 Entry: 27793
|
||||
SET @NPC := 133450;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3680.119,`position_y`=-1145.329,`position_z`=98.09109 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3688.248,-1146.153,97.6494,0,0,0,100,0),
|
||||
(@PATH,2,3691.404,-1149.929,97.6494,0,0,0,100,0),
|
||||
(@PATH,3,3694.596,-1152.75,97.6494,0,0,0,100,0),
|
||||
(@PATH,4,3700.401,-1152.819,98.09109,0,0,0,100,0),
|
||||
(@PATH,5,3701.976,-1154.921,98.09109,0,0,0,100,0),
|
||||
(@PATH,6,3700.401,-1152.819,98.09109,0,0,0,100,0),
|
||||
(@PATH,7,3694.596,-1152.75,97.6494,0,0,0,100,0),
|
||||
(@PATH,8,3691.404,-1149.929,97.6494,0,0,0,100,0),
|
||||
(@PATH,9,3688.248,-1146.153,97.6494,0,0,0,100,0),
|
||||
(@PATH,10,3680.119,-1145.329,98.09109,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Injured Soldier Waypoint 02 Entry: 27793
|
||||
SET @NPC := 109632;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `id`=27793,`spawndist`=0,`MovementType`=2,`position_x`=3681.213,`position_y`=-1145.856,`position_z`=98.09109 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3699.753,-1153.359,98.09109,0,0,0,100,0),
|
||||
(@PATH,2,3681.213,-1145.856,98.09109,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Injured Soldier Waypoint 02 Entry: 27793
|
||||
SET @NPC := 109633;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `id`=27793,`spawndist`=0,`MovementType`=2,`position_x`=3640.924,`position_y`=-1231.039,`position_z`=98.09111 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3649.915,-1232.593,98.26001,0,0,0,100,0),
|
||||
(@PATH,2,3656.266,-1238.324,98.09111,0,0,0,100,0),
|
||||
(@PATH,3,3660.733,-1237.718,98.09111,0,0,0,100,0),
|
||||
(@PATH,4,3656.266,-1238.324,98.09111,0,0,0,100,0),
|
||||
(@PATH,5,3649.915,-1232.593,98.26001,0,0,0,100,0),
|
||||
(@PATH,6,3640.924,-1231.039,98.09111,0,0,0,100,0);
|
||||
|
||||
-- Fixup Injured Soldier Waypoint 03 Set as trigger
|
||||
UPDATE `creature` SET `modelid`=0 WHERE `id` IN (27794);
|
||||
UPDATE `creature_template` SET `InhabitType`=3,`flags_extra`=`flags_extra`|128 WHERE `entry` IN (27794);
|
||||
|
||||
-- Pathing for Injured Soldier Waypoint 03 Entry: 27794
|
||||
SET @NPC := 133451;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3661.358,`position_y`=-1221.376,`position_z`=98.09111 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3665.178,-1225.378,98.09111,0,0,0,100,0),
|
||||
(@PATH,2,3661.358,-1221.376,98.09111,0,0,0,100,0),
|
||||
(@PATH,3,3654.384,-1216.99,98.09111,0,0,0,100,0),
|
||||
(@PATH,4,3647.583,-1216.188,98.09111,0,0,0,100,0),
|
||||
(@PATH,5,3654.384,-1216.99,98.09111,0,0,0,100,0),
|
||||
(@PATH,6,3661.358,-1221.376,98.09111,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Injured Soldier Waypoint 03 Entry: 27794
|
||||
SET @NPC := 133452;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3668.855,`position_y`=-1225.114,`position_z`=98.09111 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3647.801,-1216.172,98.09111,0,0,0,100,0),
|
||||
(@PATH,2,3668.855,-1225.114,98.09111,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Injured Soldier Waypoint 03 Entry: 27794
|
||||
SET @NPC := 133453;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3675.706,`position_y`=-1162.181,`position_z`=98.09109 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3693.215,-1169.852,98.09109,0,0,0,100,0),
|
||||
(@PATH,2,3675.706,-1162.181,98.09109,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Injured Soldier Waypoint 03 Entry: 27794
|
||||
SET @NPC := 133454;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3685.215,`position_y`=-1162.893,`position_z`=97.6494 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3685.235,-1167.974,98.09109,0,0,0,100,0),
|
||||
(@PATH,2,3694.442,-1170.397,98.09109,0,0,0,100,0),
|
||||
(@PATH,3,3685.235,-1167.974,98.09109,0,0,0,100,0),
|
||||
(@PATH,4,3685.316,-1162.941,97.6494,0,0,0,100,0),
|
||||
(@PATH,5,3675.632,-1164.499,98.09109,0,0,0,100,0),
|
||||
(@PATH,6,3674.321,-1160.317,98.09109,0,0,0,100,0),
|
||||
(@PATH,7,3675.632,-1164.499,98.09109,0,0,0,100,0),
|
||||
(@PATH,8,3685.215,-1162.893,97.6494,0,0,0,100,0);
|
||||
|
||||
-- Fixup Injured Soldier Summon Point Set as trigger
|
||||
UPDATE `creature` SET `modelid`=0 WHERE `id` IN (27795);
|
||||
UPDATE `creature_template` SET `InhabitType`=3,`flags_extra`=`flags_extra`|128 WHERE `entry` IN (27795);
|
||||
|
||||
-- Pathing for Injured Soldier Summon Point Entry: 27795
|
||||
SET @NPC := 109737;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3635.371,`position_y`=-1260.123,`position_z`=98.09111 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3639.637,-1256.701,98.09111,0,0,0,100,0),
|
||||
(@PATH,2,3641.038,-1263.186,98.09111,0,0,0,100,0),
|
||||
(@PATH,3,3645.456,-1260.151,98.09111,0,0,0,100,0),
|
||||
(@PATH,4,3646.584,-1265.838,98.09111,0,0,0,100,0),
|
||||
(@PATH,5,3649.356,-1262.853,98.09111,0,0,0,100,0),
|
||||
(@PATH,6,3650.487,-1267.485,98.09111,0,0,0,100,0),
|
||||
(@PATH,7,3649.356,-1262.853,98.09111,0,0,0,100,0),
|
||||
(@PATH,8,3646.584,-1265.838,98.09111,0,0,0,100,0),
|
||||
(@PATH,9,3645.456,-1260.151,98.09111,0,0,0,100,0),
|
||||
(@PATH,10,3641.148,-1263.11,98.09111,0,0,0,100,0),
|
||||
(@PATH,11,3639.637,-1256.701,98.09111,0,0,0,100,0),
|
||||
(@PATH,12,3635.371,-1260.123,98.09111,0,0,0,100,0),
|
||||
(@PATH,13,3634.036,-1255.147,98.09111,0,0,0,100,0),
|
||||
(@PATH,14,3628.426,-1256.89,98.09111,0,0,0,100,0),
|
||||
(@PATH,15,3634.036,-1255.147,98.09111,0,0,0,100,0),
|
||||
(@PATH,16,3635.371,-1260.123,98.09111,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Injured Soldier Summon Point Entry: 27795
|
||||
SET @NPC := 133459;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3639.455,`position_y`=-1259.333,`position_z`=98.09111 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3635.177,-1258.972,98.09111,0,0,0,100,0),
|
||||
(@PATH,2,3628.478,-1255.191,98.09111,0,0,0,100,0),
|
||||
(@PATH,3,3635.177,-1258.972,98.09111,0,0,0,100,0),
|
||||
(@PATH,4,3639.455,-1259.333,98.09111,0,0,0,100,0),
|
||||
(@PATH,5,3649.663,-1265.676,98.09111,0,0,0,100,0),
|
||||
(@PATH,6,3639.455,-1259.333,98.09111,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Injured Soldier Summon Point Entry: 27795
|
||||
SET @NPC := 133458;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3690.377,`position_y`=-1120.719,`position_z`=98.09109 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3714.914,-1132.499,98.09109,0,0,0,100,0),
|
||||
(@PATH,2,3690.377,-1120.719,98.09109,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Injured Soldier Summon Point Entry: 27795
|
||||
SET @NPC := 133456;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3704.953,`position_y`=-1125.08,`position_z`=98.09109 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3695.954,-1125.092,98.09109,0,0,0,100,0),
|
||||
(@PATH,2,3690.822,-1117.956,98.09109,0,0,0,100,0),
|
||||
(@PATH,3,3695.954,-1125.092,98.09109,0,0,0,100,0),
|
||||
(@PATH,4,3704.953,-1125.08,98.09109,0,0,0,100,0),
|
||||
(@PATH,5,3711.798,-1131.639,98.09109,0,0,0,100,0),
|
||||
(@PATH,6,3704.953,-1125.08,98.09109,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Tattered Abomination Entry: 27797
|
||||
SET @NPC := 133490;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3596.785,`position_y`=-1234.963,`position_z`=89.07387 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3611.023,-1205.49,89.12477,0,0,0,100,0),
|
||||
(@PATH,2,3596.785,-1234.963,89.07387,0,0,0,100,0);
|
||||
-- 0xF130006C9505F3CC .go 3611.023 -1205.49 89.12477
|
||||
|
||||
-- Pathing for Carrion Condor Entry: 26174
|
||||
SET @NPC := 101925;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3451.899,`position_y`=3774.349,`position_z`=60.27904 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3448.265,3763.589,58.0846,0,0,0,100,0),
|
||||
(@PATH,2,3436.357,3758.859,60.27904,0,0,0,100,0),
|
||||
(@PATH,3,3427.118,3761.404,60.27904,0,0,0,100,0),
|
||||
(@PATH,4,3424.513,3775.218,58.22348,0,0,0,100,0),
|
||||
(@PATH,5,3436.752,3781.46,63.00128,0,0,0,100,0),
|
||||
(@PATH,6,3451.899,3774.349,60.27904,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Carrion Condor Entry: 26174
|
||||
SET @NPC := 101886;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3470.062,`position_y`=3504.777,`position_z`=60.02877 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3489.508,3468.938,55.75098,0,0,0,100,0),
|
||||
(@PATH,2,3510.609,3460.939,68.02877,0,0,0,100,0),
|
||||
(@PATH,3,3538.059,3469.108,64.88989,0,0,0,100,0),
|
||||
(@PATH,4,3555.875,3503.135,68.02877,0,0,0,100,0),
|
||||
(@PATH,5,3568.626,3532.901,68.02877,0,0,0,100,0),
|
||||
(@PATH,6,3563.242,3557.899,68.02877,0,0,0,100,0),
|
||||
(@PATH,7,3527.993,3578.705,68.02877,0,0,0,100,0),
|
||||
(@PATH,8,3490.05,3549.902,68.02877,0,0,0,100,0),
|
||||
(@PATH,9,3470.062,3504.777,60.02877,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Carrion Condor Entry: 26174
|
||||
SET @NPC := 101817;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3499.697,`position_y`=3508.944,`position_z`=62.80863 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3496.299,3531.275,62.80864,0,0,0,100,0),
|
||||
(@PATH,2,3502.673,3553.807,62.08641,0,0,0,100,0),
|
||||
(@PATH,3,3522.777,3562.911,64.72532,0,0,0,100,0),
|
||||
(@PATH,4,3549.392,3558.91,58.39198,0,0,0,100,0),
|
||||
(@PATH,5,3561,3538.082,64.39198,0,0,0,100,0),
|
||||
(@PATH,6,3554.785,3496.833,60.16974,0,0,0,100,0),
|
||||
(@PATH,7,3518.356,3475.909,62.80864,0,0,0,100,0),
|
||||
(@PATH,8,3499.697,3508.944,62.80863,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Carrion Condor Entry: 26174
|
||||
SET @NPC := 101887;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3487.025,`position_y`=3801.495,`position_z`=64.28619 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3508.315,3787.482,64.28619,0,0,0,100,0),
|
||||
(@PATH,2,3525.658,3795.386,64.28619,0,0,0,100,0),
|
||||
(@PATH,3,3515.372,3818.548,64.28619,0,0,0,100,0),
|
||||
(@PATH,4,3510.063,3829.02,64.28619,0,0,0,100,0),
|
||||
(@PATH,5,3500.235,3840.592,64.28619,0,0,0,100,0),
|
||||
(@PATH,6,3487.377,3829.144,64.28619,0,0,0,100,0),
|
||||
(@PATH,7,3487.025,3801.495,64.28619,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Carrion Condor Entry: 26174
|
||||
SET @NPC := 101840;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3525.344,`position_y`=3832.733,`position_z`=69.65799 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3531.916,3820.634,72.24132,0,0,0,100,0),
|
||||
(@PATH,2,3526.877,3800.81,72.24132,0,0,0,100,0),
|
||||
(@PATH,3,3515.555,3788.204,72.24132,0,0,0,100,0),
|
||||
(@PATH,4,3500.742,3787.609,72.24132,0,0,0,100,0),
|
||||
(@PATH,5,3491.085,3798.095,70.21355,0,0,0,100,0),
|
||||
(@PATH,6,3493.959,3822.765,75.10243,0,0,0,100,0),
|
||||
(@PATH,7,3505.338,3836.017,72.24132,0,0,0,100,0),
|
||||
(@PATH,8,3525.344,3832.733,69.65799,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Carrion Condor Entry: 26174
|
||||
SET @NPC := 101929;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3512.759,`position_y`=3582.701,`position_z`=53.18045 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3535.782,3562.454,57.09711,0,0,0,100,0),
|
||||
(@PATH,2,3546.515,3533.243,53.18045,0,0,0,100,0),
|
||||
(@PATH,3,3551.337,3503.115,53.18045,0,0,0,100,0),
|
||||
(@PATH,4,3538.455,3471.695,53.18045,0,0,0,100,0),
|
||||
(@PATH,5,3508.635,3459.773,53.18045,0,0,0,100,0),
|
||||
(@PATH,6,3482.672,3471.235,53.18045,0,0,0,100,0),
|
||||
(@PATH,7,3466.057,3507.579,53.18045,0,0,0,100,0),
|
||||
(@PATH,8,3464.838,3544.961,53.18045,0,0,0,100,0),
|
||||
(@PATH,9,3486.096,3576.008,53.18045,0,0,0,100,0),
|
||||
(@PATH,10,3512.759,3582.701,53.18045,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Carrion Condor Entry: 26174
|
||||
SET @NPC := 101855;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3561,`position_y`=3538.082,`position_z`=64.39198 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,3554.785,3496.833,60.16974,0,0,0,100,0),
|
||||
(@PATH,2,3518.356,3475.909,62.80864,0,0,0,100,0),
|
||||
(@PATH,3,3499.697,3508.944,62.80863,0,0,0,100,0),
|
||||
(@PATH,4,3496.299,3531.275,62.80864,0,0,0,100,0),
|
||||
(@PATH,5,3502.673,3553.807,62.08641,0,0,0,100,0),
|
||||
(@PATH,6,3522.777,3562.911,64.72532,0,0,0,100,0),
|
||||
(@PATH,7,3549.392,3558.91,58.39198,0,0,0,100,0),
|
||||
(@PATH,8,3561,3538.082,64.39198,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Grove Walker Entry: 31228
|
||||
SET @NPC := 120259;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=5767.086,`position_y`=554.6254,`position_z`=159.9334 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,5788.306,541.5344,167.8084,0,0,0,100,0),
|
||||
(@PATH,2,5811.419,543.5833,174.3569,0,0,0,100,0),
|
||||
(@PATH,3,5820.507,571.3627,171.8876,0,0,0,100,0),
|
||||
(@PATH,4,5808.849,592.7281,167.2626,0,0,0,100,0),
|
||||
(@PATH,5,5794.39,615.308,162.3778,0,0,0,100,0),
|
||||
(@PATH,6,5782.429,599.8776,160.4631,0,0,0,100,0),
|
||||
(@PATH,7,5772.276,576.5581,158.2131,0,0,0,100,0),
|
||||
(@PATH,8,5767.086,554.6254,159.9334,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Ancient Watcher Entry: 31229
|
||||
SET @NPC := 120410;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=5790.005,`position_y`=419.9462,`position_z`=177.7312 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,5825.215,357.9948,189.9353,0,0,0,100,0),
|
||||
(@PATH,2,5790.005,419.9462,177.7312,0,0,0,100,0),
|
||||
(@PATH,3,5799.53,427.6059,180.2312,0,0,0,100,0),
|
||||
(@PATH,4,5802.141,444.2674,181.5455,0,0,0,100,0),
|
||||
(@PATH,5,5806.649,507.7448,178.8326,0,0,0,100,0),
|
||||
(@PATH,6,5814.846,560.8038,170.8569,0,0,0,100,0),
|
||||
(@PATH,7,5781.772,575.9896,160.5881,0,0,0,100,0),
|
||||
(@PATH,8,5786.224,593.0746,162.2131,0,0,0,100,0),
|
||||
(@PATH,9,5816.907,596.3663,169.6376,0,0,0,100,0),
|
||||
(@PATH,10,5786.224,593.0746,162.2131,0,0,0,100,0),
|
||||
(@PATH,11,5781.772,575.9896,160.5881,0,0,0,100,0),
|
||||
(@PATH,12,5814.846,560.8038,170.8569,0,0,0,100,0),
|
||||
(@PATH,13,5806.649,507.7448,178.8326,0,0,0,100,0),
|
||||
(@PATH,14,5802.141,444.2674,181.5455,0,0,0,100,0),
|
||||
(@PATH,15,5799.53,427.6059,180.2312,0,0,0,100,0),
|
||||
(@PATH,16,5790.005,419.9462,177.7312,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Northrend Daily Dungeon Image Bunny Entry: 32265
|
||||
SET @NPC := 97334;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=5704.948,`position_y`=584.5382,`position_z`=653.6223 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,5703.734,582.9427,653.631,0,0,0,100,0),
|
||||
(@PATH,2,5701.61,583.4393,653.6489,0,0,0,100,0),
|
||||
(@PATH,3,5700.888,585.4722,653.6498,0,0,0,100,0),
|
||||
(@PATH,4,5702.143,586.9913,653.6417,0,0,0,100,0),
|
||||
(@PATH,5,5704.137,586.5278,653.6327,0,0,0,100,0),
|
||||
(@PATH,6,5704.948,584.5382,653.6223,0,0,0,100,0);
|
||||
-- 0xF130007E090099EB .go 5703.734 582.9427 653.631
|
||||
-- Fixup Northrend Daily Dungeon Image Bunny Set as trigger
|
||||
UPDATE `creature` SET `modelid`=0 WHERE `id` IN (32265);
|
||||
UPDATE `creature_template` SET `InhabitType`=7,`flags_extra`=`flags_extra`|128 WHERE `entry` IN (32265);
|
||||
|
||||
-- Pathing for Vern Entry: 32435 (RARE)
|
||||
SET @NPC := 112862;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=5856.26,`position_y`=589.199,`position_z`=608.38 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,5849.843,581.8642,610.2223,0,0,0,100,0),
|
||||
(@PATH,2,5856.26,589.199,608.38,0,0,0,100,0),
|
||||
(@PATH,3,5848.6,611.398,605.308,0,0,0,100,0),
|
||||
(@PATH,4,5861.108,630.3746,601.8403,0,0,0,100,0),
|
||||
(@PATH,5,5848.6,611.398,605.308,0,0,0,100,0),
|
||||
(@PATH,6,5856.26,589.199,608.38,0,0,0,100,0);
|
||||
|
||||
-- Pathing for Underbelly Croc Entry: 32441
|
||||
SET @NPC := 113419;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=5894.618,`position_y`=654.9387,`position_z`=615.2944 WHERE `guid`=@NPC;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,5881.377,637.9071,615.1934,0,0,0,100,0),
|
||||
(@PATH,2,5894.618,654.9387,615.2944,0,0,0,100,0);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,6 @@
|
||||
-- Insert npc_text from sniff
|
||||
DELETE FROM `npc_text` WHERE `ID` IN (16726,8336,16540);
|
||||
INSERT INTO `npc_text` (`ID`,`prob0`,`text0_0`,`text0_1`,`lang0`,`em0_0`,`em0_1`,`em0_2`,`em0_3`,`em0_4`,`em0_5`,`prob1`,`text1_0`,`text1_1`,`lang1`,`em1_0`,`em1_1`,`em1_2`,`em1_3`,`em1_4`,`em1_5`,`prob2`,`text2_0`,`text2_1`,`lang2`,`em2_0`,`em2_1`,`em2_2`,`em2_3`,`em2_4`,`em2_5`,`prob3`,`text3_0`,`text3_1`,`lang3`,`em3_0`,`em3_1`,`em3_2`,`em3_3`,`em3_4`,`em3_5`,`prob4`,`text4_0`,`text4_1`,`lang4`,`em4_0`,`em4_1`,`em4_2`,`em4_3`,`em4_4`,`em4_5`,`prob5`,`text5_0`,`text5_1`,`lang5`,`em5_0`,`em5_1`,`em5_2`,`em5_3`,`em5_4`,`em5_5`,`prob6`,`text6_0`,`text6_1`,`lang6`,`em6_0`,`em6_1`,`em6_2`,`em6_3`,`em6_4`,`em6_5`,`prob7`,`text7_0`,`text7_1`,`lang7`,`em7_0`,`em7_1`,`em7_2`,`em7_3`,`em7_4`,`em7_5`,`WDBVerified`) VALUES
|
||||
(16726,1,'I care far too deeply about redeeming Eldre''thalas to deal with any other matter. War, strife, allegiances, none of it matters until this city is safe.','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,1),
|
||||
(8336,1,'What now? Can''t you see I''m rather busy?','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,1),
|
||||
(16540,1,'I train only warriors, $c. You''ll have to look elsewhere.','I train only warriors, $c. You''ll have to look elsewhere.',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,1);
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `item_template` SET `DisenchantID` = 43 WHERE `DisenchantID` = 34 AND `ItemLevel` = 35;
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM spell_script_names WHERE ScriptName = 'spell_gen_lifeblood';
|
||||
INSERT INTO spell_script_names (spell_id, ScriptName) VALUES
|
||||
(-55428, 'spell_gen_lifeblood');
|
||||
@@ -0,0 +1,37 @@
|
||||
-- Clean Up
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (32941,33333,33332,32950,33331,32946,32948,33330,32938));
|
||||
DELETE FROM `creature` WHERE `id` IN (32941,33333,33332,32950,33331,32946,32948,33330,32938);
|
||||
|
||||
-- Factions
|
||||
UPDATE `creature_template` SET `faction_A`=1665, `faction_H`=1665, `unit_flags`=32768 WHERE `entry` IN (33325,32901,33328,32901,32893,33327,32897,33326,32941,33333,33332,32950,33331,32946,32948,33330);
|
||||
UPDATE `creature_template` SET `faction_A`=14, `faction_H`=14 WHERE `entry` IN (33352,33353);
|
||||
|
||||
-- Unit Flags
|
||||
UPDATE `creature_template` SET `unit_flags`=0 WHERE `entry`=32941;
|
||||
UPDATE `creature_template` SET `unit_flags`=33686016, `flags_extra`=2 WHERE `entry`=30298;
|
||||
UPDATE `creature_template` SET `unit_flags`=33817094 WHERE `entry`=33174;
|
||||
UPDATE `creature_template` SET `unit_flags`=393220 WHERE `entry`=32938;
|
||||
UPDATE `creature_template` SET `unit_flags`=33948166 WHERE `entry`=33174;
|
||||
UPDATE `creature_template` SET `unit_flags`=393220 WHERE `entry` IN (33352,33353);
|
||||
|
||||
-- Immunities
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=612597599 WHERE `entry` IN (32938,32926,33352,33353);
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=650854239 WHERE `entry`=32845;
|
||||
|
||||
-- Miscelaneous
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=33352, `flags_extra`=0 WHERE `entry`=32926;
|
||||
UPDATE `creature_template` SET `flags_extra`=0 WHERE `entry` IN (32938,33352,33353);
|
||||
|
||||
-- GameObjects
|
||||
UPDATE `gameobject_template` SET `flags`=4 WHERE `entry`=194173;
|
||||
|
||||
-- Spell Linked Spell
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (61990,61969,65280);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`)
|
||||
VALUES
|
||||
(61990,-62457,2,'Hodir - Ice Shards Immunity'),
|
||||
(61990,-65370,2,'Hodir - Ice Shards Immunity'),
|
||||
(65280,-62469,2,'Toasty fire - Freeze imunity'),
|
||||
(65280,-62039,2,'Toasty fire - Biting cold imunity'),
|
||||
(61969,7940,2,'Hodir - Flash Freeze immunity'),
|
||||
(61990,7940,2,'Hodir - Flash Freeze immunity');
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `script_texts` WHERE `entry` IN (-1603209,-1603219);
|
||||
INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`)
|
||||
VALUES
|
||||
(32845,-1603209,'Hodir begins to cast Flash Freeze!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'Hodir - EMOTE_FREEZE'),
|
||||
(32845,-1603219,'Hodir gains Frozen Blows!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'Hodir - EMOTE_BLOW');
|
||||
@@ -0,0 +1,10 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_hodir_priest' WHERE `entry` IN (32897,33326,32948,33330);
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_hodir_shaman' WHERE `entry` IN (33328,32901,33332,32950);
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_hodir_druid' WHERE `entry` IN (33325,32900,32941,33333);
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_hodir_mage' WHERE `entry` IN (32893,33327,33331,32946);
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_toasty_fire' WHERE `entry`=33342;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_flash_freeze' WHERE `entry`=32926;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_icicle' WHERE `entry` IN (33169,33173);
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_snowpacked_icicle' WHERE `entry`=33174;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_ice_block' WHERE `entry`=32938;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_hodir' WHERE `entry`=32845;
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (62038,62039);
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`)
|
||||
VALUES
|
||||
(62038,'spell_biting_cold'),
|
||||
(62039,'spell_biting_cold_dot');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceEntry`=23417;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
|
||||
(18,0,23417,0,24,1,16975,0,0, '', 'Sanctified Crystal - Uncontrolled Voidwalker target');
|
||||
@@ -0,0 +1,21 @@
|
||||
DELETE FROM `disables` WHERE `entry` IN (12757,12954,12971,12978,12979,12980,13048,13059,13099,13124,13125,13126,13335,13355) AND `sourceType`=4;
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (12757,12954,12971,12978,12979,12980,13048,13059,13099,13124,13125,13126,13335,13355);
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
|
||||
(12978,12,0,0,''),
|
||||
(12979,12,1,0,''),
|
||||
(12971,12,2,0,''),
|
||||
(12980,12,3,0,''),
|
||||
(12978,11,0,0,'achievement_portal_jockey'),
|
||||
(12979,11,0,0,'achievement_portal_jockey'),
|
||||
(12971,11,0,0,'achievement_portal_jockey'),
|
||||
(12980,11,0,0,'achievement_portal_jockey'),
|
||||
(13355,12,1,0,''),
|
||||
(13335,12,0,0,''),
|
||||
(12757,12,0,0,''),
|
||||
(12954,12,1,0,''),
|
||||
(13048,12,2,0,''),
|
||||
(13059,12,3,0,''),
|
||||
(13099,12,0,0,''),
|
||||
(13125,12,2,0,''),
|
||||
(13124,12,1,0,''),
|
||||
(13126,12,3,0,'');
|
||||
@@ -0,0 +1,117 @@
|
||||
DELETE FROM `creature_text` WHERE `entry` IN (16980,36789,37491,37493,37494,37495);
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
|
||||
(16980,0,0,'Intruders have breached the inner sanctum. Hasten the destruction of the green dragon! Leave only bones and sinew for the reanimation!',14,0,0,0,0,17251,'The Lich King - SAY_LICH_KING_INTRO'),
|
||||
(36789,0,0,'Heroes, lend me your aid. I... I cannot hold them off much longer. You must heal my wounds!',14,0,0,0,0,17064,'Valithria Dreamwalker - SAY_VALITHRIA_ENTER_COMBAT'),
|
||||
(36789,1,0,'I have opened a portal into the Dream. Your salvation lies within, heroes...',14,0,0,0,0,17068,'Valithria Dreamwalker - SAY_VALITHRIA_DREAM_PORTAL'),
|
||||
(36789,2,0,'My strength is returning! Press on, heroes!',14,0,0,0,0,17070,'Valithria Dreamwalker - SAY_VALITHRIA_75_PERCENT'),
|
||||
(36789,3,0,'I will not last much longer!',14,0,0,0,0,17069,'Valithria Dreamwalker - SAY_VALITHRIA_25_PERCENT'),
|
||||
(36789,4,0,'Forgive me for what I do! I... cannot... stop... ONLY NIGHTMARES REMAIN!',14,0,0,0,0,17072,'Valithria Dreamwalker - SAY_VALITHRIA_DEATH'),
|
||||
(36789,5,0,'A tragic loss...',14,0,0,0,0,17066,'Valithria Dreamwalker - SAY_VALITHRIA_PLAYER_DEATH'),
|
||||
(36789,6,0,'FAILURES!',14,0,0,0,0,17067,'Valithria Dreamwalker - SAY_VALITHRIA_BERSERK'),
|
||||
(36789,7,0,'I am renewed! Ysera grants me the favor to lay these foul creatures to rest!',14,0,0,0,0,17071,'Valithria Dreamwalker - SAY_VALITHRIA_SUCCESS'),
|
||||
(37491,1,0, 'You miserable fools never did manage to select a decent bat wing.',1,0,0,0,0,16587, 'Captain Arnath - SAY_ARNATH_RESURRECTED'),
|
||||
(37491,2,0, 'THAT was for bringing me spoiled spider ichor!',1,0,0,0,0,16588, 'Captain Arnath - SAY_ARNATH_KILL'),
|
||||
(37491,3,0, 'Don''t... let Finklestein use me... for his potions...',1,0,0,0,0,16589, 'Captain Arnath - SAY_ARNATH_SECOND_DEATH'),
|
||||
(37493,1,0, 'What? This strength...? All of the pain is gone! You... must join me in the eternal embrace of death!',1,0,0,0,0,16811, 'Captain Brandon - SAY_BRANDON_RESURRECTED'),
|
||||
(37493,2,0, 'It doesn''t hurt anymore, does it?',1,0,0,0,0,16812, 'Captain Brandon - SAY_BRANDON_KILL'),
|
||||
(37493,3,0, 'I''m sorry...',1,0,0,0,0,16813, 'Captain Brandon - SAY_BRANDON_SECOND_DEATH'),
|
||||
(37494,1,0, 'No! Why was I denied a death by flame? You must all BURN!',1,0,0,0,0,16845, 'Captain Grondel - SAY_GRONDEL_RESURRECTED'),
|
||||
(37494,2,0, 'Can you feel the burn?',1,0,0,0,0,16846, 'Captain Grondel - SAY_GRONDEL_KILL'),
|
||||
(37494,3,0, 'What... have I done? No!',1,0,0,0,0,16847, 'Captain Grondel - SAY_GRONDEL_SECOND_DEATH'),
|
||||
(37495,1,0, 'There is no escaping the Lich King''s will. Prepare for an explosive encounter!',1,0,0,0,0,16999, 'Captain Rupert - SAY_RUPERT_RESURRECTED'),
|
||||
(37495,2,0, 'So that''s what happens when you stand too close to a bomb!',1,0,0,0,0,17000, 'Captain Rupert - SAY_RUPERT_KILL'),
|
||||
(37495,3,0, 'What an... explosive ending!',1,0,0,0,0,17001, 'Captain Rupert - SAY_RUPERT_SECOND_DEATH');
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (71948,70588,70602,71946,72031,72032,72033,70921,71032,71078,70933,72706,73843);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
|
||||
(13,0,71948,0,18,1,37950,0,0,'','Valithria Dreamwalker - Copy Damage on Valithria'),
|
||||
(13,0,70588,0,18,1,36789,0,0,'','Suppresser - Suppression target Valithria'),
|
||||
(13,0,70602,0,18,1,36789,0,0,'','Risen Archmage - Corruption target Valithria'),
|
||||
(13,0,71946,0,18,1,36789,0,0,'','Valithria Dreamwalker - Nightmare Cloud'),
|
||||
(13,0,72031,0,18,1,36789,0,0,'','Valithria Dreamwalker - Nightmare Cloud'),
|
||||
(13,0,72032,0,18,1,36789,0,0,'','Valithria Dreamwalker - Nightmare Cloud'),
|
||||
(13,0,72033,0,18,1,36789,0,0,'','Valithria Dreamwalker - Nightmare Cloud'),
|
||||
(13,0,70921,0,18,1,22515,0,0,'','The Lich King - Summon Gluttonous Abomination'),
|
||||
(13,0,71032,0,18,1,22515,0,0,'','The Lich King - Summon Blistering Zombie'),
|
||||
(13,0,71078,0,18,1,22515,0,0,'','The Lich King - Summon Risen Archmage'),
|
||||
(13,0,70933,0,18,1,22515,0,0,'','The Lich King - Summon Blazing Skeleton'),
|
||||
(13,0,72706,0,18,1,0,0,0,'','Valithria Dreamwalker - Achievement Check'),
|
||||
(13,0,73843,0,18,1,0,0,0,'','Valithria Dreamwalker - Reputation reward');
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (36789,38174,37934,37950,38068,37918,37907,38168,38726,38736,37945,38430,38186,38429,37985,38421);
|
||||
INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(36789,0,0x0000000,1,0,'72724 70904'),
|
||||
(38174,0,0x0000000,1,0,'72724 70904'),
|
||||
(37934,0,0x0000000,1,0,'70749'),
|
||||
(37950,0,0x3000000,1,0,''),
|
||||
(38068,0,0x0000000,1,0,'71085'),
|
||||
(37918,0,0x0000000,1,0,'70715'),
|
||||
(37907,0,0x0000000,1,0,'72962'),
|
||||
(38168,0,0x0000000,1,0,'72962'),
|
||||
(38726,0,0x0000000,1,0,'72962'),
|
||||
(38736,0,0x0000000,1,0,'72962'),
|
||||
(37945,0,0x0000000,1,0,'70763'), -- Dream Portal
|
||||
(38430,0,0x0000000,1,0,'71994'), -- Nightmare Portal
|
||||
(38186,0,0x0000000,1,0,'71304'), -- Dream Portal (Pre-effect)
|
||||
(38429,0,0x0000000,1,0,'71986'), -- Nightmare Portal (Pre-effect)
|
||||
(37985,0,0x3000000,1,0,'70876'), -- Dream Cloud
|
||||
(38421,0,0x3000000,1,0,'71939 71970'); -- Nightmre Cloud
|
||||
|
||||
UPDATE `creature_template` SET `minlevel`=83,`maxlevel`=83,`exp`=2,`unit_class`=1,`faction_A`=1665,`faction_H`=1665,`unit_flags`=`unit_flags`|33554432,`baseattacktime`=2000,`scale`=1,`InhabitType`=7 WHERE `entry`=37950; -- Valithria Dreamwalker
|
||||
UPDATE `creature_template` SET `minlevel`=60,`maxlevel`=60,`unit_class`=1,`faction_A`=14,`faction_H`=14,`unit_flags`=`unit_flags`|33554432,`baseattacktime`=2000,`flags_extra`=`flags_extra`|128 WHERE `entry`=38068; -- Mana Void
|
||||
UPDATE `creature_template` SET `minlevel`=60,`maxlevel`=60,`unit_class`=1,`faction_A`=14,`faction_H`=14,`unit_flags`=`unit_flags`|33554432,`baseattacktime`=2000,`flags_extra`=`flags_extra`|128 WHERE `entry`=37918; -- Column of Frost
|
||||
UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`exp`=2,`unit_class`=1,`faction_A`=35,`faction_H`=35,`npcflag`=`npcflag`|16777216 WHERE `entry` IN (37945,38430); -- Dream Portal and Nightmare Portal
|
||||
UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`faction_A`=35,`faction_H`=35,`unit_flags`=`unit_flags`|33554432,`npcflag`=`npcflag`|16777216,`baseattacktime`=2000 WHERE `entry`=38186; -- Dream Portal (Pre-effect)
|
||||
UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`faction_A`=35,`faction_H`=35,`unit_flags`=`unit_flags`|33554432,`npcflag`=`npcflag`|16777216,`baseattacktime`=2000 WHERE `entry`=38429; -- Nightmare Portal (Pre-effect)
|
||||
UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`exp`=2,`unit_class`=1,`faction_A`=2022,`faction_H`=2022,`unit_flags`=`unit_flags`|33554432,`baseattacktime`=2000,`InhabitType`=7,`flags_extra`=`flags_extra`|128 WHERE `entry`=37985; -- Dream Cloud
|
||||
UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`exp`=2,`unit_class`=1,`faction_A`=2022,`faction_H`=2022,`unit_flags`=`unit_flags`|33554432,`baseattacktime`=2000,`InhabitType`=7,`flags_extra`=`flags_extra`|128 WHERE `entry`=38421; -- Nightmare Cloud
|
||||
UPDATE `creature_template` SET `minlevel`=83,`maxlevel`=83,`exp`=2,`unit_class`=1,`faction_A`=35,`faction_H`=35,`npcflag`=`npcflag`|3,`baseattacktime`=2000,`scale`=1 WHERE `entry`=38589; -- Valithria Dreamwalker (questgiver)
|
||||
|
||||
SET @GUID := 137794;
|
||||
UPDATE `creature` SET `phaseMask`=`phaseMask`|4 WHERE `id`=36789;
|
||||
-- Add The Lich King and Green Dragon Combat Trigger to all encounter phases, fixes evading when all players enter portals
|
||||
UPDATE `creature` SET `phaseMask`=`phaseMask`|16 WHERE `guid` IN (137789,137752);
|
||||
DELETE FROM `creature` WHERE `id` IN (37950,37985,38421) OR `guid`=137793 OR `guid` BETWEEN @GUID+00 AND @GUID+27;
|
||||
INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`DeathState`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES
|
||||
(1636,37950,631,15,20,0,0,4202.847,2484.917,383.8368,0.00000,604800,0,0,0,0,0,0,0,0,0), -- Valithria Dreamwalker (dream phase)
|
||||
(137793,22515,631,10,1,0,0,4166.170,2411.520,364.9520,1.57080,120,0,0,0,0,0,0,0,0,0), -- World Trigger
|
||||
-- Dream Cloud
|
||||
(@GUID+00,37985,631,3,16,0,0,4155.51,2478.76,382.494,4.97053,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+01,37985,631,3,16,0,0,4158.75,2494.08,384.334,2.31129,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+02,37985,631,3,16,0,0,4172.57,2464.47,385.368,3.72021,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+03,37985,631,3,16,0,0,4173.67,2504.13,386.174,2.67313,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+04,37985,631,3,16,0,0,4181.62,2514.91,386.374,2.65209,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+05,37985,631,3,16,0,0,4186.72,2450.97,388.373,4.95968,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+06,37985,631,3,16,0,0,4200.96,2456.00,387.128,3.58291,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+07,37985,631,3,16,0,0,4202.23,2508.00,383.985,2.09137,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+08,37985,631,3,16,0,0,4220.35,2515.16,388.649,2.34469,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+09,37985,631,3,16,0,0,4222.26,2455.20,385.568,0.00000,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+10,37985,631,3,16,0,0,4231.61,2464.44,389.011,0.00000,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+11,37985,631,3,16,0,0,4236.75,2500.62,383.373,5.97527,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+12,37985,631,3,16,0,0,4243.29,2476.89,386.076,0.00000,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+13,37985,631,3,16,0,0,4244.83,2493.18,387.677,4.29139,30,10,0,0,0,0,1,0,0,0),
|
||||
-- Nightmare Cloud
|
||||
(@GUID+14,38421,631,12,20,0,0,4155.51,2478.76,382.494,4.97053,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+15,38421,631,12,20,0,0,4158.75,2494.08,384.334,2.31129,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+16,38421,631,12,20,0,0,4172.57,2464.47,385.368,3.72021,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+17,38421,631,12,20,0,0,4181.62,2514.91,386.374,2.65209,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+18,38421,631,12,20,0,0,4200.96,2456.00,387.128,3.58291,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+19,38421,631,12,20,0,0,4202.23,2508.00,383.985,2.09137,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+20,38421,631,12,20,0,0,4220.35,2515.16,388.649,2.34469,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+21,38421,631,12,20,0,0,4222.26,2455.20,385.568,0.00000,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+22,38421,631,12,20,0,0,4236.75,2500.62,383.373,5.97527,30,10,0,0,0,0,1,0,0,0),
|
||||
(@GUID+23,38421,631,12,20,0,0,4243.29,2476.89,386.076,0.00000,30,10,0,0,0,0,1,0,0,0);
|
||||
|
||||
DELETE FROM `linked_respawn` WHERE `guid`=137789 AND `linkType`=0;
|
||||
INSERT INTO `linked_respawn` (`guid`,`linkedGuid`,`linkType`) VALUES
|
||||
(137789,137752,0); -- The Lich King link to Green Dragon Combat Trigger
|
||||
|
||||
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (37945,38430,38186,38429);
|
||||
INSERT INTO `npc_spellclick_spells` (`npc_entry`,`spell_id`,`quest_start`,`quest_start_active`,`quest_end`,`cast_flags`,`aura_required`,`aura_forbidden`,`user_type`) VALUES
|
||||
(37945,70766,0,0,0,3,0,0,0), -- Dream Portal
|
||||
(38430,70766,0,0,0,3,0,0,0), -- Nightmare Portal
|
||||
(38186,70766,0,0,0,3,0,0,0), -- Dream Portal (Pre-effect)
|
||||
(38429,70766,0,0,0,3,0,0,0); -- Nightmare Portal (Pre-effect)
|
||||
|
||||
-- Gates should also exist in all phases, prevent players from leaving room
|
||||
UPDATE `gameobject` SET `phaseMask`=`phaseMask`|16 WHERE `id` IN (201375,201374,201380,201381,201382,201383);
|
||||
@@ -0,0 +1,10 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_valithria_dreamwalker' WHERE `entry`=36789;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_green_dragon_combat_trigger' WHERE `entry`=38752;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_the_lich_king_controller' WHERE `entry`=16980;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_risen_archmage' WHERE `entry`=37868;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_blazing_skeleton' WHERE `entry`=36791;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_suppresser' WHERE `entry`=37863;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_blistering_zombie' WHERE `entry`=37934;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_gluttonous_abomination' WHERE `entry`=37886;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_dream_portal' WHERE `entry` IN (37945,38430);
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_dream_cloud' WHERE `entry` IN (37985,38421);
|
||||
@@ -0,0 +1,25 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_mana_void';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_decay_periodic_timer';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_summoner';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_summon_suppresser';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_summon_dream_portal';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_summon_nightmare_portal';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_nightmare_cloud';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_putricide_slime_puddle_aura';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(71085,'spell_dreamwalker_mana_void'),
|
||||
(70915,'spell_dreamwalker_decay_periodic_timer'),
|
||||
(70912,'spell_dreamwalker_decay_periodic_timer'),
|
||||
(70916,'spell_dreamwalker_decay_periodic_timer'),
|
||||
(70913,'spell_dreamwalker_decay_periodic_timer'),
|
||||
(70921,'spell_dreamwalker_summoner'),
|
||||
(70912,'spell_dreamwalker_summon_suppresser'),
|
||||
(71032,'spell_dreamwalker_summoner'),
|
||||
(71078,'spell_dreamwalker_summoner'),
|
||||
(70933,'spell_dreamwalker_summoner'),
|
||||
(72224,'spell_dreamwalker_summon_dream_portal'),
|
||||
(72480,'spell_dreamwalker_summon_nightmare_portal'),
|
||||
(71970,'spell_dreamwalker_nightmare_cloud'),
|
||||
-- bind only on heroic modes, normal does not need this replacement
|
||||
(72868,'spell_putricide_slime_puddle_aura'),
|
||||
(72869,'spell_putricide_slime_puddle_aura');
|
||||
@@ -0,0 +1,904 @@
|
||||
SET @REST := 800; -- Leftover area (88 nodes)
|
||||
SET @AREA17 := @REST+1; -- Area 17 (305 nodes)
|
||||
SET @AREA383 := @REST+2; -- Area 383 (41 nodes)
|
||||
SET @AREA385 := @REST+3; -- Area 385 (19 nodes)
|
||||
SET @AREA386 := @REST+4; -- Area 386 (15 nodes)
|
||||
SET @AREA387 := @REST+5; -- Area 387 (54 nodes)
|
||||
SET @AREA388 := @REST+6; -- Area 388 (21 nodes)
|
||||
SET @AREA390 := @REST+7; -- Area 390 (39 nodes)
|
||||
SET @AREA391 := @REST+8; -- Area 391 (86 nodes)
|
||||
SET @AREA1156 := @REST+9; -- Area 1156 (92 nodes)
|
||||
SET @AREA1698 := @REST+10; -- Area 1698 (20 nodes)
|
||||
SET @AREA1699 := @REST+11; -- Area 1699 (21 nodes)
|
||||
SET @AREA1700 := @REST+12; -- Area 1700 (28 nodes)
|
||||
SET @AREA1701 := @REST+13; -- Area 1701 (39 nodes)
|
||||
|
||||
DELETE FROM `pool_template` WHERE `entry` BETWEEN @REST AND @REST+17 ;
|
||||
INSERT INTO `pool_template` (`entry`,`max_limit`,`description`) VALUES
|
||||
(@REST,18, 'Master Zone 17 Leftover Areas (18 out of 88 nodes)'),
|
||||
(@AREA17,60, 'Master Zone 17 Area 17 (60 out of 305 nodes'),
|
||||
(@AREA383,8, 'Master Zone 17 Area 383 (8 out of 41 nodes'),
|
||||
(@AREA385,4, 'Master Zone 17 Area 385 (4 out of 19 nodes'),
|
||||
(@AREA386,3, 'Master Zone 17 Area 386 (3 out of 15 nodes'),
|
||||
(@AREA387,10, 'Master Zone 17 Area 387 (10 out of 54 nodes'),
|
||||
(@AREA388,4, 'Master Zone 17 Area 388 (4 out of 21 nodes'),
|
||||
(@AREA390,8, 'Master Zone 17 Area 390 (8 out of 39 nodes'),
|
||||
(@AREA391,17, 'Master Zone 17 Area 391 (17 out of 86 nodes'),
|
||||
(@AREA1156,10, 'Master Zone 17 Area 1156 (18 out of 92 nodes'),
|
||||
(@AREA1698,10, 'Master Zone 17 Area 1698 (4 out of 20 nodes'),
|
||||
(@AREA1699,10, 'Master Zone 17 Area 1699 (4 out of 21 nodes'),
|
||||
(@AREA1700,10, 'Master Zone 17 Area 1700 (6 out of 28 nodes'),
|
||||
(@AREA1701,10, 'Master Zone 17 Area 1701 (8 out of 39 nodes');
|
||||
|
||||
DELETE FROM `pool_gameobject` WHERE `pool_entry` BETWEEN @REST AND @REST+17 ;
|
||||
INSERT INTO `pool_gameobject` (`guid`,`pool_entry`,`chance`,`description`) VALUES
|
||||
-- Nodes are numbered based on GUID, comment shows area and type
|
||||
-- Pooled per area for more randomness
|
||||
(462,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 1'),
|
||||
(473,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 2'),
|
||||
(507,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 7'),
|
||||
(520,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 8'),
|
||||
(532,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 9'),
|
||||
(533,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 10'),
|
||||
(542,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 11'),
|
||||
(562,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 12'),
|
||||
(585,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 13'),
|
||||
(589,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 14'),
|
||||
(593,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 15'),
|
||||
(606,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 18'),
|
||||
(632,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 21'),
|
||||
(659,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 23'),
|
||||
(671,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 24'),
|
||||
(696,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 27'),
|
||||
(775,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 34'),
|
||||
(782,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 35'),
|
||||
(795,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 37'),
|
||||
(812,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 38'),
|
||||
(824,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 39'),
|
||||
(879,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 43'),
|
||||
(927,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 54'),
|
||||
(945,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 57'),
|
||||
(946,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 58'),
|
||||
(947,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 59'),
|
||||
(1011,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 66'),
|
||||
(1034,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 69'),
|
||||
(1040,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 71'),
|
||||
(1082,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 74'),
|
||||
(1106,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 80'),
|
||||
(1131,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 83'),
|
||||
(1166,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 86'),
|
||||
(1168,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 87'),
|
||||
(1170,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 89'),
|
||||
(1193,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 90'),
|
||||
(1255,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 93'),
|
||||
(1355,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 96'),
|
||||
(1372,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 97'),
|
||||
(1376,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 100'),
|
||||
(1398,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 102'),
|
||||
(1404,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 103'),
|
||||
(1413,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 107'),
|
||||
(1429,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 110'),
|
||||
(1440,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 112'),
|
||||
(1470,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 115'),
|
||||
(1471,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 116'),
|
||||
(1485,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 120'),
|
||||
(1490,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 121'),
|
||||
(1512,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 126'),
|
||||
(1513,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 127'),
|
||||
(1514,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 128'),
|
||||
(1522,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 129'),
|
||||
(1528,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 131'),
|
||||
(1536,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 132'),
|
||||
(1544,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 135'),
|
||||
(1559,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 137'),
|
||||
(1560,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 138'),
|
||||
(1575,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 142'),
|
||||
(1606,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 146'),
|
||||
(1622,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 147'),
|
||||
(1634,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 150'),
|
||||
(1642,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 151'),
|
||||
(1644,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 152'),
|
||||
(1663,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 156'),
|
||||
(1677,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 160'),
|
||||
(1702,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 162'),
|
||||
(1704,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 163'),
|
||||
(1737,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 166'),
|
||||
(1742,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 167'),
|
||||
(1756,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 169'),
|
||||
(1764,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 173'),
|
||||
(1765,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 174'),
|
||||
(1767,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 175'),
|
||||
(1787,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 181'),
|
||||
(1796,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 184'),
|
||||
(1797,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 185'),
|
||||
(1802,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 187'),
|
||||
(1804,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 188'),
|
||||
(1807,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 189'),
|
||||
(1808,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 190'),
|
||||
(1809,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 191'),
|
||||
(1815,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 194'),
|
||||
(1816,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 195'),
|
||||
(1823,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 196'),
|
||||
(1833,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 198'),
|
||||
(1844,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 202'),
|
||||
(1845,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 203'),
|
||||
(1846,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 204'),
|
||||
(1852,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 205'),
|
||||
(1859,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 211'),
|
||||
(1861,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 212'),
|
||||
(1866,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 214'),
|
||||
(1868,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 215'),
|
||||
(1898,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 218'),
|
||||
(1899,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 219'),
|
||||
(1900,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 220'),
|
||||
(1902,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 222'),
|
||||
(1903,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 223'),
|
||||
(1905,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 224'),
|
||||
(1907,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 225'),
|
||||
(1908,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 226'),
|
||||
(1911,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 227'),
|
||||
(1913,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 228'),
|
||||
(1926,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 235'),
|
||||
(1930,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 237'),
|
||||
(1931,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 238'),
|
||||
(1932,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 239'),
|
||||
(1934,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 240'),
|
||||
(1935,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 241'),
|
||||
(1936,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 242'),
|
||||
(1942,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 243'),
|
||||
(1943,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 244'),
|
||||
(1944,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 245'),
|
||||
(1945,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 246'),
|
||||
(1946,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 247'),
|
||||
(1950,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 248'),
|
||||
(1961,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 253'),
|
||||
(1963,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 254'),
|
||||
(1965,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 255'),
|
||||
(1967,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 256'),
|
||||
(1968,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 257'),
|
||||
(1975,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 259'),
|
||||
(1977,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 260'),
|
||||
(1978,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 261'),
|
||||
(1979,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 262'),
|
||||
(1980,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 263'),
|
||||
(1986,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 266'),
|
||||
(1988,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 268'),
|
||||
(1989,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 269'),
|
||||
(1990,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 270'),
|
||||
(1991,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 271'),
|
||||
(1992,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 272'),
|
||||
(1995,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 273'),
|
||||
(1997,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 274'),
|
||||
(2003,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 277'),
|
||||
(2006,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 280'),
|
||||
(2007,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 281'),
|
||||
(2009,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 282'),
|
||||
(2019,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 286'),
|
||||
(2020,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 287'),
|
||||
(2021,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 288'),
|
||||
(2040,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 294'),
|
||||
(2041,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 295'),
|
||||
(2064,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 301'),
|
||||
(2067,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 303'),
|
||||
(2068,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 304'),
|
||||
(2069,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 305'),
|
||||
(2071,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 306'),
|
||||
(2072,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 307'),
|
||||
(2078,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 308'),
|
||||
(2079,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 309'),
|
||||
(2082,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 311'),
|
||||
(2085,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 313'),
|
||||
(2089,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 315'),
|
||||
(2106,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 323'),
|
||||
(2123,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 328'),
|
||||
(2125,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 329'),
|
||||
(2135,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 332'),
|
||||
(2136,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 333'),
|
||||
(2141,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 336'),
|
||||
(2142,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 337'),
|
||||
(2153,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 345'),
|
||||
(2156,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 347'),
|
||||
(2161,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 350'),
|
||||
(2170,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 355'),
|
||||
(2174,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 357'),
|
||||
(2183,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 365'),
|
||||
(2186,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 366'),
|
||||
(2194,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 371'),
|
||||
(2200,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 375'),
|
||||
(2201,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 376'),
|
||||
(2202,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 377'),
|
||||
(2203,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 378'),
|
||||
(2204,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 379'),
|
||||
(2207,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 382'),
|
||||
(2213,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 386'),
|
||||
(2223,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 390'),
|
||||
(2226,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 392'),
|
||||
(2227,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 393'),
|
||||
(2230,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 396'),
|
||||
(2231,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 397'),
|
||||
(2232,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 398'),
|
||||
(2233,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 399'),
|
||||
(2263,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 410'),
|
||||
(2264,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 411'),
|
||||
(2267,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 412'),
|
||||
(2268,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 413'),
|
||||
(2272,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 416'),
|
||||
(2289,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 423'),
|
||||
(2290,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 424'),
|
||||
(2291,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 425'),
|
||||
(2292,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 426'),
|
||||
(2293,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 427'),
|
||||
(2296,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 428'),
|
||||
(2297,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 429'),
|
||||
(2308,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 431'),
|
||||
(2310,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 432'),
|
||||
(2312,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 434'),
|
||||
(2313,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 435'),
|
||||
(2314,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 436'),
|
||||
(2315,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 437'),
|
||||
(2317,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 438'),
|
||||
(2318,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 439'),
|
||||
(2337,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 443'),
|
||||
(2361,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 457'),
|
||||
(2362,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 458'),
|
||||
(2363,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 459'),
|
||||
(2364,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 460'),
|
||||
(2369,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 461'),
|
||||
(2378,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 464'),
|
||||
(2383,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 466'),
|
||||
(2385,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 468'),
|
||||
(2387,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 470'),
|
||||
(2388,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 471'),
|
||||
(2392,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 475'),
|
||||
(2393,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 476'),
|
||||
(2395,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 477'),
|
||||
(2400,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 479'),
|
||||
(2405,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 481'),
|
||||
(2419,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 483'),
|
||||
(2427,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 487'),
|
||||
(2429,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 488'),
|
||||
(2430,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 489'),
|
||||
(2433,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 490'),
|
||||
(2434,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 491'),
|
||||
(2445,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 493'),
|
||||
(2446,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 494'),
|
||||
(2447,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 495'),
|
||||
(2472,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 504'),
|
||||
(2482,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 506'),
|
||||
(2483,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 507'),
|
||||
(2486,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 508'),
|
||||
(2488,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 510'),
|
||||
(2489,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 511'),
|
||||
(2503,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 517'),
|
||||
(2507,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 520'),
|
||||
(2508,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 521'),
|
||||
(2509,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 522'),
|
||||
(2513,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 524'),
|
||||
(2528,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 529'),
|
||||
(2534,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 530'),
|
||||
(2535,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 531'),
|
||||
(2536,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 532'),
|
||||
(2564,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 542'),
|
||||
(2567,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 544'),
|
||||
(2569,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 545'),
|
||||
(2591,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 548'),
|
||||
(2599,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 549'),
|
||||
(2621,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 554'),
|
||||
(2644,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 558'),
|
||||
(2646,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 559'),
|
||||
(2648,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 560'),
|
||||
(2659,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 562'),
|
||||
(2668,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 564'),
|
||||
(2716,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 570'),
|
||||
(2728,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 577'),
|
||||
(2747,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 582'),
|
||||
(2762,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 588'),
|
||||
(2772,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 593'),
|
||||
(2789,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 596'),
|
||||
(2807,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 597'),
|
||||
(2814,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 598'),
|
||||
(2836,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 605'),
|
||||
(2859,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 607'),
|
||||
(2865,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 608'),
|
||||
(2880,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 609'),
|
||||
(2881,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 610'),
|
||||
(2883,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 611'),
|
||||
(2885,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 613'),
|
||||
(2887,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 615'),
|
||||
(2906,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 620'),
|
||||
(2955,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 628'),
|
||||
(2971,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 629'),
|
||||
(3015,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 631'),
|
||||
(3032,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 633'),
|
||||
(3056,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 636'),
|
||||
(3134,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 648'),
|
||||
(3135,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 649'),
|
||||
(3361,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 671'),
|
||||
(3406,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 675'),
|
||||
(3409,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 676'),
|
||||
(3451,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 678'),
|
||||
(3452,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 679'),
|
||||
(3453,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 680'),
|
||||
(3455,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 681'),
|
||||
(3574,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 697'),
|
||||
(3575,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 698'),
|
||||
(3579,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 699'),
|
||||
(3595,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 701'),
|
||||
(3621,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 702'),
|
||||
(3827,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 716'),
|
||||
(4028,@AREA17,0, 'Wild Steelbloom,Zone 17,Area 17,node 731'),
|
||||
(4294,@AREA17,0, 'Kingsblood,Zone 17,Area 17,node 747'),
|
||||
(4324,@AREA17,0, 'Kingsblood,Zone 17,Area 17,node 750'),
|
||||
(4325,@AREA17,0, 'Kingsblood,Zone 17,Area 17,node 751'),
|
||||
(8231,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 772'),
|
||||
(8382,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 794'),
|
||||
(8383,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 795'),
|
||||
(8384,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 796'),
|
||||
(8425,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 797'),
|
||||
(8426,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 798'),
|
||||
(8452,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 801'),
|
||||
(8466,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 807'),
|
||||
(8570,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 819'),
|
||||
(488,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 5'),
|
||||
(489,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 6'),
|
||||
(689,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 26'),
|
||||
(913,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 52'),
|
||||
(918,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 53'),
|
||||
(1085,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 75'),
|
||||
(1086,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 76'),
|
||||
(1087,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 77'),
|
||||
(1089,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 78'),
|
||||
(1755,@AREA383,0, 'Earthroot,Zone 17,Area 383,node 168'),
|
||||
(1856,@AREA383,0, 'Earthroot,Zone 17,Area 383,node 209'),
|
||||
(2060,@AREA383,0, 'Earthroot,Zone 17,Area 383,node 297'),
|
||||
(2061,@AREA383,0, 'Earthroot,Zone 17,Area 383,node 298'),
|
||||
(2062,@AREA383,0, 'Earthroot,Zone 17,Area 383,node 299'),
|
||||
(2063,@AREA383,0, 'Earthroot,Zone 17,Area 383,node 300'),
|
||||
(2176,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 358'),
|
||||
(2177,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 359'),
|
||||
(2178,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 360'),
|
||||
(2179,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 361'),
|
||||
(2180,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 362'),
|
||||
(2181,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 363'),
|
||||
(2182,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 364'),
|
||||
(2377,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 463'),
|
||||
(2455,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 497'),
|
||||
(2590,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 547'),
|
||||
(2610,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 550'),
|
||||
(2615,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 552'),
|
||||
(2667,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 563'),
|
||||
(2691,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 567'),
|
||||
(2719,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 572'),
|
||||
(2743,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 581'),
|
||||
(2763,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 589'),
|
||||
(2817,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 599'),
|
||||
(2954,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 627'),
|
||||
(3006,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 630'),
|
||||
(3157,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 651'),
|
||||
(3303,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 664'),
|
||||
(3350,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 668'),
|
||||
(3351,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 669'),
|
||||
(3352,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 670'),
|
||||
(3368,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 672'),
|
||||
(2122,@AREA385,0, 'Mageroyal,Zone 17,Area 385,node 327'),
|
||||
(2717,@AREA385,0, 'Briarthorn,Zone 17,Area 385,node 571'),
|
||||
(2732,@AREA385,0, 'Briarthorn,Zone 17,Area 385,node 579'),
|
||||
(2884,@AREA385,0, 'Briarthorn,Zone 17,Area 385,node 612'),
|
||||
(2886,@AREA385,0, 'Briarthorn,Zone 17,Area 385,node 614'),
|
||||
(3260,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 655'),
|
||||
(3262,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 657'),
|
||||
(3342,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 667'),
|
||||
(3469,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 685'),
|
||||
(3538,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 694'),
|
||||
(3739,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 712'),
|
||||
(3793,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 713'),
|
||||
(4024,@AREA385,0, 'Wild Steelbloom,Zone 17,Area 385,node 729'),
|
||||
(4288,@AREA385,0, 'Kingsblood,Zone 17,Area 385,node 746'),
|
||||
(13366,@AREA385,0, 'Wild Steelbloom,Zone 17,Area 385,node 822'),
|
||||
(15755,@AREA385,0, 'Stranglekelp,Zone 17,Area 385,node 831'),
|
||||
(15756,@AREA385,0, 'Stranglekelp,Zone 17,Area 385,node 832'),
|
||||
(65366,@AREA385,0, 'Stranglekelp,Zone 17,Area 385,node 847'),
|
||||
(65367,@AREA385,0, 'Stranglekelp,Zone 17,Area 385,node 848'),
|
||||
(604,@AREA386,0, 'Silverleaf,Zone 17,Area 386,node 16'),
|
||||
(605,@AREA386,0, 'Silverleaf,Zone 17,Area 386,node 17'),
|
||||
(1813,@AREA386,0, 'Earthroot,Zone 17,Area 386,node 192'),
|
||||
(1814,@AREA386,0, 'Earthroot,Zone 17,Area 386,node 193'),
|
||||
(1901,@AREA386,0, 'Earthroot,Zone 17,Area 386,node 221'),
|
||||
(2066,@AREA386,0, 'Earthroot,Zone 17,Area 386,node 302'),
|
||||
(2108,@AREA386,0, 'Mageroyal,Zone 17,Area 386,node 325'),
|
||||
(2139,@AREA386,0, 'Mageroyal,Zone 17,Area 386,node 335'),
|
||||
(2160,@AREA386,0, 'Mageroyal,Zone 17,Area 386,node 349'),
|
||||
(2205,@AREA386,0, 'Mageroyal,Zone 17,Area 386,node 380'),
|
||||
(2206,@AREA386,0, 'Mageroyal,Zone 17,Area 386,node 381'),
|
||||
(2611,@AREA386,0, 'Briarthorn,Zone 17,Area 386,node 551'),
|
||||
(2625,@AREA386,0, 'Briarthorn,Zone 17,Area 386,node 555'),
|
||||
(2725,@AREA386,0, 'Briarthorn,Zone 17,Area 386,node 576'),
|
||||
(2822,@AREA386,0, 'Briarthorn,Zone 17,Area 386,node 600'),
|
||||
(630,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 20'),
|
||||
(650,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 22'),
|
||||
(700,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 28'),
|
||||
(785,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 36'),
|
||||
(852,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 41'),
|
||||
(904,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 45'),
|
||||
(905,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 46'),
|
||||
(906,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 47'),
|
||||
(907,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 48'),
|
||||
(908,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 49'),
|
||||
(909,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 50'),
|
||||
(910,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 51'),
|
||||
(928,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 55'),
|
||||
(983,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 61'),
|
||||
(994,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 62'),
|
||||
(998,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 63'),
|
||||
(1002,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 64'),
|
||||
(1004,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 65'),
|
||||
(1013,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 67'),
|
||||
(1039,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 70'),
|
||||
(1051,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 72'),
|
||||
(1100,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 79'),
|
||||
(1107,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 81'),
|
||||
(1146,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 85'),
|
||||
(1258,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 94'),
|
||||
(2138,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 334'),
|
||||
(2192,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 369'),
|
||||
(2199,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 374'),
|
||||
(2222,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 389'),
|
||||
(2229,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 395'),
|
||||
(2339,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 444'),
|
||||
(2340,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 445'),
|
||||
(2341,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 446'),
|
||||
(2347,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 450'),
|
||||
(2348,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 451'),
|
||||
(2349,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 452'),
|
||||
(2350,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 453'),
|
||||
(2351,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 454'),
|
||||
(2358,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 456'),
|
||||
(2386,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 469'),
|
||||
(2391,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 474'),
|
||||
(2475,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 505'),
|
||||
(2492,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 512'),
|
||||
(2504,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 518'),
|
||||
(2515,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 525'),
|
||||
(2537,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 533'),
|
||||
(2538,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 534'),
|
||||
(2539,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 535'),
|
||||
(2699,@AREA387,0, 'Briarthorn,Zone 17,Area 387,node 569'),
|
||||
(2766,@AREA387,0, 'Briarthorn,Zone 17,Area 387,node 590'),
|
||||
(2835,@AREA387,0, 'Briarthorn,Zone 17,Area 387,node 604'),
|
||||
(3328,@AREA387,0, 'Bruiseweed,Zone 17,Area 387,node 665'),
|
||||
(3812,@AREA387,0, 'Bruiseweed,Zone 17,Area 387,node 714'),
|
||||
(3813,@AREA387,0, 'Bruiseweed,Zone 17,Area 387,node 715'),
|
||||
(705,@AREA388,0, 'Silverleaf,Zone 17,Area 388,node 29'),
|
||||
(1078,@AREA388,0, 'Silverleaf,Zone 17,Area 388,node 73'),
|
||||
(1130,@AREA388,0, 'Silverleaf,Zone 17,Area 388,node 82'),
|
||||
(1218,@AREA388,0, 'Silverleaf,Zone 17,Area 388,node 91'),
|
||||
(1234,@AREA388,0, 'Silverleaf,Zone 17,Area 388,node 92'),
|
||||
(2088,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 314'),
|
||||
(2098,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 319'),
|
||||
(2165,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 352'),
|
||||
(2166,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 353'),
|
||||
(2191,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 368'),
|
||||
(2193,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 370'),
|
||||
(2274,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 417'),
|
||||
(2285,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 421'),
|
||||
(2328,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 440'),
|
||||
(2401,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 480'),
|
||||
(2406,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 482'),
|
||||
(2423,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 484'),
|
||||
(2487,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 509'),
|
||||
(2652,@AREA388,0, 'Briarthorn,Zone 17,Area 388,node 561'),
|
||||
(2751,@AREA388,0, 'Briarthorn,Zone 17,Area 388,node 583'),
|
||||
(2902,@AREA388,0, 'Briarthorn,Zone 17,Area 388,node 618'),
|
||||
(1434,@AREA390,0, 'Peacebloom,Zone 17,Area 390,node 111'),
|
||||
(1481,@AREA390,0, 'Peacebloom,Zone 17,Area 390,node 119'),
|
||||
(2084,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 312'),
|
||||
(2107,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 324'),
|
||||
(2109,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 326'),
|
||||
(2211,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 384'),
|
||||
(2212,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 385'),
|
||||
(2343,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 447'),
|
||||
(2344,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 448'),
|
||||
(2345,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 449'),
|
||||
(2355,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 455'),
|
||||
(2426,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 486'),
|
||||
(2506,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 519'),
|
||||
(2767,@AREA390,0, 'Briarthorn,Zone 17,Area 390,node 591'),
|
||||
(2898,@AREA390,0, 'Briarthorn,Zone 17,Area 390,node 617'),
|
||||
(2930,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 623'),
|
||||
(3270,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 658'),
|
||||
(3271,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 659'),
|
||||
(3272,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 660'),
|
||||
(3375,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 673'),
|
||||
(3376,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 674'),
|
||||
(3458,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 682'),
|
||||
(3494,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 687'),
|
||||
(3495,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 688'),
|
||||
(3496,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 689'),
|
||||
(3497,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 690'),
|
||||
(3498,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 691'),
|
||||
(3505,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 692'),
|
||||
(3591,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 700'),
|
||||
(3708,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 708'),
|
||||
(3736,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 711'),
|
||||
(3979,@AREA390,0, 'Wild Steelbloom,Zone 17,Area 390,node 727'),
|
||||
(4066,@AREA390,0, 'Wild Steelbloom,Zone 17,Area 390,node 733'),
|
||||
(4227,@AREA390,0, 'Wild Steelbloom,Zone 17,Area 390,node 743'),
|
||||
(4295,@AREA390,0, 'Kingsblood,Zone 17,Area 390,node 748'),
|
||||
(4330,@AREA390,0, 'Kingsblood,Zone 17,Area 390,node 754'),
|
||||
(4390,@AREA390,0, 'Kingsblood,Zone 17,Area 390,node 763'),
|
||||
(4401,@AREA390,0, 'Kingsblood,Zone 17,Area 390,node 764'),
|
||||
(87281,@AREA390,0, 'Kingsblood,Zone 17,Area 390,node 867'),
|
||||
(1506,@AREA391,0, 'Peacebloom,Zone 17,Area 391,node 123'),
|
||||
(1759,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 171'),
|
||||
(1761,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 172'),
|
||||
(1776,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 176'),
|
||||
(1781,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 178'),
|
||||
(1782,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 179'),
|
||||
(1783,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 180'),
|
||||
(1798,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 186'),
|
||||
(1830,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 197'),
|
||||
(1837,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 199'),
|
||||
(1853,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 206'),
|
||||
(1854,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 207'),
|
||||
(1855,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 208'),
|
||||
(1864,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 213'),
|
||||
(1896,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 216'),
|
||||
(1897,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 217'),
|
||||
(1925,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 234'),
|
||||
(1928,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 236'),
|
||||
(1957,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 249'),
|
||||
(1958,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 250'),
|
||||
(1959,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 251'),
|
||||
(1960,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 252'),
|
||||
(1972,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 258'),
|
||||
(1983,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 264'),
|
||||
(1984,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 265'),
|
||||
(2016,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 283'),
|
||||
(2017,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 284'),
|
||||
(2018,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 285'),
|
||||
(2022,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 289'),
|
||||
(2023,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 290'),
|
||||
(2028,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 291'),
|
||||
(2029,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 292'),
|
||||
(2030,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 293'),
|
||||
(2050,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 296'),
|
||||
(2724,@AREA391,0, 'Briarthorn,Zone 17,Area 391,node 575'),
|
||||
(8232,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 773'),
|
||||
(8233,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 774'),
|
||||
(8256,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 776'),
|
||||
(8280,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 778'),
|
||||
(8281,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 779'),
|
||||
(8282,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 780'),
|
||||
(8294,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 783'),
|
||||
(8295,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 784'),
|
||||
(8296,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 785'),
|
||||
(8317,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 786'),
|
||||
(8360,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 792'),
|
||||
(8448,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 800'),
|
||||
(8457,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 802'),
|
||||
(8458,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 803'),
|
||||
(8459,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 804'),
|
||||
(8460,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 805'),
|
||||
(8461,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 806'),
|
||||
(8504,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 809'),
|
||||
(8505,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 810'),
|
||||
(8507,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 811'),
|
||||
(8508,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 812'),
|
||||
(8527,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 813'),
|
||||
(8547,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 816'),
|
||||
(8559,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 817'),
|
||||
(12594,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 820'),
|
||||
(15754,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 830'),
|
||||
(15757,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 833'),
|
||||
(15758,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 834'),
|
||||
(15761,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 836'),
|
||||
(15780,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 837'),
|
||||
(29187,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 840'),
|
||||
(29234,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 841'),
|
||||
(29235,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 842'),
|
||||
(32508,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 844'),
|
||||
(32866,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 846'),
|
||||
(86907,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 852'),
|
||||
(86909,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 853'),
|
||||
(86910,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 854'),
|
||||
(86912,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 855'),
|
||||
(86927,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 856'),
|
||||
(86942,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 857'),
|
||||
(86943,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 858'),
|
||||
(86946,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 859'),
|
||||
(86947,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 860'),
|
||||
(86948,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 861'),
|
||||
(86949,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 862'),
|
||||
(86950,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 863'),
|
||||
(86951,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 864'),
|
||||
(87006,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 865'),
|
||||
(87063,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 866'),
|
||||
(87572,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 868'),
|
||||
(484,@AREA1156,0, 'Silverleaf,Zone 17,Area 1156,node 4'),
|
||||
(723,@AREA1156,0, 'Silverleaf,Zone 17,Area 1156,node 30'),
|
||||
(729,@AREA1156,0, 'Silverleaf,Zone 17,Area 1156,node 31'),
|
||||
(730,@AREA1156,0, 'Silverleaf,Zone 17,Area 1156,node 32'),
|
||||
(1375,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 99'),
|
||||
(1395,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 101'),
|
||||
(1464,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 114'),
|
||||
(1480,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 118'),
|
||||
(1505,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 122'),
|
||||
(1539,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 134'),
|
||||
(1592,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 144'),
|
||||
(1594,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 145'),
|
||||
(1630,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 148'),
|
||||
(1649,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 153'),
|
||||
(1662,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 155'),
|
||||
(1665,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 157'),
|
||||
(1668,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 159'),
|
||||
(1757,@AREA1156,0, 'Earthroot,Zone 17,Area 1156,node 170'),
|
||||
(1793,@AREA1156,0, 'Earthroot,Zone 17,Area 1156,node 183'),
|
||||
(2103,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 321'),
|
||||
(2104,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 322'),
|
||||
(2128,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 330'),
|
||||
(2143,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 338'),
|
||||
(2144,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 339'),
|
||||
(2146,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 341'),
|
||||
(2147,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 342'),
|
||||
(2154,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 346'),
|
||||
(2162,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 351'),
|
||||
(2171,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 356'),
|
||||
(2198,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 373'),
|
||||
(2209,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 383'),
|
||||
(2228,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 394'),
|
||||
(2246,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 402'),
|
||||
(2247,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 403'),
|
||||
(2257,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 405'),
|
||||
(2270,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 414'),
|
||||
(2271,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 415'),
|
||||
(2277,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 418'),
|
||||
(2280,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 419'),
|
||||
(2287,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 422'),
|
||||
(2304,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 430'),
|
||||
(2375,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 462'),
|
||||
(2382,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 465'),
|
||||
(2397,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 478'),
|
||||
(2424,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 485'),
|
||||
(2462,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 499'),
|
||||
(2463,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 500'),
|
||||
(2470,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 502'),
|
||||
(2494,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 513'),
|
||||
(2495,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 514'),
|
||||
(2496,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 515'),
|
||||
(2520,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 526'),
|
||||
(2522,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 527'),
|
||||
(2551,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 538'),
|
||||
(2559,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 540'),
|
||||
(2565,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 543'),
|
||||
(2620,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 553'),
|
||||
(2643,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 557'),
|
||||
(2677,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 565'),
|
||||
(2722,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 573'),
|
||||
(2760,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 587'),
|
||||
(2770,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 592'),
|
||||
(2783,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 595'),
|
||||
(2826,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 603'),
|
||||
(2857,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 606'),
|
||||
(2893,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 616'),
|
||||
(2905,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 619'),
|
||||
(2907,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 621'),
|
||||
(3099,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 639'),
|
||||
(3100,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 640'),
|
||||
(3101,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 641'),
|
||||
(3102,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 642'),
|
||||
(3103,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 643'),
|
||||
(3104,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 644'),
|
||||
(3274,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 661'),
|
||||
(3703,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 707'),
|
||||
(3898,@AREA1156,0, 'Wild Steelbloom,Zone 17,Area 1156,node 720'),
|
||||
(4085,@AREA1156,0, 'Wild Steelbloom,Zone 17,Area 1156,node 734'),
|
||||
(4103,@AREA1156,0, 'Wild Steelbloom,Zone 17,Area 1156,node 736'),
|
||||
(4298,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 749'),
|
||||
(4342,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 755'),
|
||||
(4347,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 756'),
|
||||
(4349,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 757'),
|
||||
(4373,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 760'),
|
||||
(4379,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 761'),
|
||||
(4405,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 766'),
|
||||
(13368,@AREA1156,0, 'Wild Steelbloom,Zone 17,Area 1156,node 824'),
|
||||
(13370,@AREA1156,0, 'Wild Steelbloom,Zone 17,Area 1156,node 826'),
|
||||
(13374,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 827'),
|
||||
(86316,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 849'),
|
||||
(86322,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 850'),
|
||||
(86337,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 851'),
|
||||
(2091,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 316'),
|
||||
(2092,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 317'),
|
||||
(2095,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 318'),
|
||||
(2099,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 320'),
|
||||
(2130,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 331'),
|
||||
(2196,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 372'),
|
||||
(2219,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 387'),
|
||||
(2220,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 388'),
|
||||
(2225,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 391'),
|
||||
(2258,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 406'),
|
||||
(2461,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 498'),
|
||||
(2464,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 501'),
|
||||
(2471,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 503'),
|
||||
(2549,@AREA1698,0, 'Briarthorn,Zone 17,Area 1698,node 537'),
|
||||
(3143,@AREA1698,0, 'Bruiseweed,Zone 17,Area 1698,node 650'),
|
||||
(3261,@AREA1698,0, 'Bruiseweed,Zone 17,Area 1698,node 656'),
|
||||
(4153,@AREA1698,0, 'Wild Steelbloom,Zone 17,Area 1698,node 737'),
|
||||
(4367,@AREA1698,0, 'Kingsblood,Zone 17,Area 1698,node 759'),
|
||||
(4387,@AREA1698,0, 'Kingsblood,Zone 17,Area 1698,node 762'),
|
||||
(13365,@AREA1698,0, 'Wild Steelbloom,Zone 17,Area 1698,node 821'),
|
||||
(620,@AREA1699,0, 'Silverleaf,Zone 17,Area 1699,node 19'),
|
||||
(681,@AREA1699,0, 'Silverleaf,Zone 17,Area 1699,node 25'),
|
||||
(878,@AREA1699,0, 'Silverleaf,Zone 17,Area 1699,node 42'),
|
||||
(935,@AREA1699,0, 'Silverleaf,Zone 17,Area 1699,node 56'),
|
||||
(1026,@AREA1699,0, 'Silverleaf,Zone 17,Area 1699,node 68'),
|
||||
(1169,@AREA1699,0, 'Silverleaf,Zone 17,Area 1699,node 88'),
|
||||
(1346,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 95'),
|
||||
(1410,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 104'),
|
||||
(1411,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 105'),
|
||||
(1412,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 106'),
|
||||
(1414,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 108'),
|
||||
(1509,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 124'),
|
||||
(1511,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 125'),
|
||||
(1524,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 130'),
|
||||
(1538,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 133'),
|
||||
(1667,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 158'),
|
||||
(1693,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 161'),
|
||||
(2723,@AREA1699,0, 'Briarthorn,Zone 17,Area 1699,node 574'),
|
||||
(2729,@AREA1699,0, 'Briarthorn,Zone 17,Area 1699,node 578'),
|
||||
(2737,@AREA1699,0, 'Briarthorn,Zone 17,Area 1699,node 580'),
|
||||
(2754,@AREA1699,0, 'Briarthorn,Zone 17,Area 1699,node 584'),
|
||||
(1419,@AREA1700,0, 'Peacebloom,Zone 17,Area 1700,node 109'),
|
||||
(1550,@AREA1700,0, 'Peacebloom,Zone 17,Area 1700,node 136'),
|
||||
(1633,@AREA1700,0, 'Peacebloom,Zone 17,Area 1700,node 149'),
|
||||
(1661,@AREA1700,0, 'Peacebloom,Zone 17,Area 1700,node 154'),
|
||||
(1730,@AREA1700,0, 'Peacebloom,Zone 17,Area 1700,node 165'),
|
||||
(1998,@AREA1700,0, 'Earthroot,Zone 17,Area 1700,node 275'),
|
||||
(2080,@AREA1700,0, 'Earthroot,Zone 17,Area 1700,node 310'),
|
||||
(2145,@AREA1700,0, 'Mageroyal,Zone 17,Area 1700,node 340'),
|
||||
(2188,@AREA1700,0, 'Mageroyal,Zone 17,Area 1700,node 367'),
|
||||
(2245,@AREA1700,0, 'Mageroyal,Zone 17,Area 1700,node 401'),
|
||||
(2384,@AREA1700,0, 'Mageroyal,Zone 17,Area 1700,node 467'),
|
||||
(2436,@AREA1700,0, 'Mageroyal,Zone 17,Area 1700,node 492'),
|
||||
(2450,@AREA1700,0, 'Mageroyal,Zone 17,Area 1700,node 496'),
|
||||
(2554,@AREA1700,0, 'Briarthorn,Zone 17,Area 1700,node 539'),
|
||||
(2574,@AREA1700,0, 'Briarthorn,Zone 17,Area 1700,node 546'),
|
||||
(2634,@AREA1700,0, 'Briarthorn,Zone 17,Area 1700,node 556'),
|
||||
(2678,@AREA1700,0, 'Briarthorn,Zone 17,Area 1700,node 566'),
|
||||
(2824,@AREA1700,0, 'Briarthorn,Zone 17,Area 1700,node 601'),
|
||||
(2825,@AREA1700,0, 'Briarthorn,Zone 17,Area 1700,node 602'),
|
||||
(2928,@AREA1700,0, 'Bruiseweed,Zone 17,Area 1700,node 622'),
|
||||
(2952,@AREA1700,0, 'Bruiseweed,Zone 17,Area 1700,node 626'),
|
||||
(3049,@AREA1700,0, 'Bruiseweed,Zone 17,Area 1700,node 635'),
|
||||
(3058,@AREA1700,0, 'Bruiseweed,Zone 17,Area 1700,node 637'),
|
||||
(3410,@AREA1700,0, 'Bruiseweed,Zone 17,Area 1700,node 677'),
|
||||
(3852,@AREA1700,0, 'Bruiseweed,Zone 17,Area 1700,node 717'),
|
||||
(4027,@AREA1700,0, 'Wild Steelbloom,Zone 17,Area 1700,node 730'),
|
||||
(4275,@AREA1700,0, 'Wild Steelbloom,Zone 17,Area 1700,node 745'),
|
||||
(4329,@AREA1700,0, 'Kingsblood,Zone 17,Area 1700,node 753'),
|
||||
(1573,@AREA1701,0, 'Peacebloom,Zone 17,Area 1701,node 141'),
|
||||
(1792,@AREA1701,0, 'Earthroot,Zone 17,Area 1701,node 182'),
|
||||
(2159,@AREA1701,0, 'Mageroyal,Zone 17,Area 1701,node 348'),
|
||||
(2168,@AREA1701,0, 'Mageroyal,Zone 17,Area 1701,node 354'),
|
||||
(2259,@AREA1701,0, 'Mageroyal,Zone 17,Area 1701,node 407'),
|
||||
(2562,@AREA1701,0, 'Briarthorn,Zone 17,Area 1701,node 541'),
|
||||
(2756,@AREA1701,0, 'Briarthorn,Zone 17,Area 1701,node 585'),
|
||||
(2950,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 624'),
|
||||
(2951,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 625'),
|
||||
(3028,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 632'),
|
||||
(3098,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 638'),
|
||||
(3201,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 652'),
|
||||
(3226,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 653'),
|
||||
(3558,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 696'),
|
||||
(3692,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 704'),
|
||||
(3693,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 705'),
|
||||
(3694,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 706'),
|
||||
(3862,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 719'),
|
||||
(3934,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 723'),
|
||||
(3937,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 724'),
|
||||
(3984,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 728'),
|
||||
(4065,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 732'),
|
||||
(4097,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 735'),
|
||||
(4198,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 739'),
|
||||
(4210,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 741'),
|
||||
(4223,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 742'),
|
||||
(4252,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 744'),
|
||||
(4327,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 752'),
|
||||
(4355,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 758'),
|
||||
(4404,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 765'),
|
||||
(4406,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 767'),
|
||||
(4442,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 768'),
|
||||
(4486,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 769'),
|
||||
(4493,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 770'),
|
||||
(4496,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 771'),
|
||||
(13367,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 823'),
|
||||
(13369,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 825'),
|
||||
(13375,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 828'),
|
||||
(13378,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 829'),
|
||||
(2151,@REST,0, 'Mageroyal,Zone 17,Area 1157,node 343'),
|
||||
(2281,@REST,0, 'Mageroyal,Zone 17,Area 1157,node 420'),
|
||||
(2389,@REST,0, 'Mageroyal,Zone 17,Area 1157,node 472'),
|
||||
(2512,@REST,0, 'Mageroyal,Zone 17,Area 1157,node 523'),
|
||||
(2523,@REST,0, 'Mageroyal,Zone 17,Area 1157,node 528'),
|
||||
(3921,@REST,0, 'Wild Steelbloom,Zone 17,Area 1316,node 721'),
|
||||
(3923,@REST,0, 'Wild Steelbloom,Zone 17,Area 1316,node 722'),
|
||||
(3957,@REST,0, 'Wild Steelbloom,Zone 17,Area 1316,node 725'),
|
||||
(3968,@REST,0, 'Wild Steelbloom,Zone 17,Area 1316,node 726'),
|
||||
(3478,@REST,0, 'Bruiseweed,Zone 17,Area 1697,node 686'),
|
||||
(4174,@REST,0, 'Wild Steelbloom,Zone 17,Area 1697,node 738'),
|
||||
(1842,@REST,0, 'Earthroot,Zone 17,Area 1702,node 200'),
|
||||
(1843,@REST,0, 'Earthroot,Zone 17,Area 1702,node 201'),
|
||||
(1917,@REST,0, 'Earthroot,Zone 17,Area 1702,node 229'),
|
||||
(1918,@REST,0, 'Earthroot,Zone 17,Area 1702,node 230'),
|
||||
(1919,@REST,0, 'Earthroot,Zone 17,Area 1702,node 231'),
|
||||
(1920,@REST,0, 'Earthroot,Zone 17,Area 1702,node 232'),
|
||||
(1921,@REST,0, 'Earthroot,Zone 17,Area 1702,node 233'),
|
||||
(1987,@REST,0, 'Earthroot,Zone 17,Area 1702,node 267'),
|
||||
(1999,@REST,0, 'Earthroot,Zone 17,Area 1702,node 276'),
|
||||
(2781,@REST,0, 'Briarthorn,Zone 17,Area 1702,node 594'),
|
||||
(482,@REST,0, 'Silverleaf,Zone 17,Area 1704,node 3'),
|
||||
(731,@REST,0, 'Silverleaf,Zone 17,Area 1704,node 33'),
|
||||
(847,@REST,0, 'Silverleaf,Zone 17,Area 1704,node 40'),
|
||||
(1373,@REST,0, 'Peacebloom,Zone 17,Area 1704,node 98'),
|
||||
(1459,@REST,0, 'Peacebloom,Zone 17,Area 1704,node 113'),
|
||||
(1563,@REST,0, 'Peacebloom,Zone 17,Area 1704,node 139'),
|
||||
(892,@REST,0, 'Silverleaf,Zone 17,Area 2757,node 44'),
|
||||
(950,@REST,0, 'Silverleaf,Zone 17,Area 2757,node 60'),
|
||||
(1138,@REST,0, 'Silverleaf,Zone 17,Area 2757,node 84'),
|
||||
(2152,@REST,0, 'Mageroyal,Zone 17,Area 359,node 344'),
|
||||
(2390,@REST,0, 'Mageroyal,Zone 17,Area 359,node 473'),
|
||||
(2758,@REST,0, 'Briarthorn,Zone 17,Area 359,node 586'),
|
||||
(3105,@REST,0, 'Bruiseweed,Zone 17,Area 359,node 645'),
|
||||
(3106,@REST,0, 'Bruiseweed,Zone 17,Area 359,node 646'),
|
||||
(3107,@REST,0, 'Bruiseweed,Zone 17,Area 359,node 647'),
|
||||
(3464,@REST,0, 'Bruiseweed,Zone 17,Area 359,node 683'),
|
||||
(3465,@REST,0, 'Bruiseweed,Zone 17,Area 359,node 684'),
|
||||
(3524,@REST,0, 'Bruiseweed,Zone 17,Area 359,node 693'),
|
||||
(4207,@REST,0, 'Wild Steelbloom,Zone 17,Area 359,node 740'),
|
||||
(1475,@REST,0, 'Peacebloom,Zone 17,Area 378,node 117'),
|
||||
(1584,@REST,0, 'Peacebloom,Zone 17,Area 378,node 143'),
|
||||
(3245,@REST,0, 'Bruiseweed,Zone 17,Area 378,node 654'),
|
||||
(2501,@REST,0, 'Mageroyal,Zone 17,Area 381,node 516'),
|
||||
(2542,@REST,0, 'Briarthorn,Zone 17,Area 381,node 536'),
|
||||
(3329,@REST,0, 'Bruiseweed,Zone 17,Area 381,node 666'),
|
||||
(3854,@REST,0, 'Bruiseweed,Zone 17,Area 381,node 718'),
|
||||
(1567,@REST,0, 'Peacebloom,Zone 17,Area 382,node 140'),
|
||||
(3047,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 634'),
|
||||
(3275,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 662'),
|
||||
(3276,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 663'),
|
||||
(3549,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 695'),
|
||||
(3667,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 703'),
|
||||
(3734,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 709'),
|
||||
(3735,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 710'),
|
||||
(8234,@REST,0, 'Stranglekelp,Zone 17,Area 392,node 775'),
|
||||
(8444,@REST,0, 'Stranglekelp,Zone 17,Area 392,node 799'),
|
||||
(15759,@REST,0, 'Stranglekelp,Zone 17,Area 392,node 835'),
|
||||
(32512,@REST,0, 'Stranglekelp,Zone 17,Area 392,node 845'),
|
||||
(1779,@REST,0, 'Earthroot,Zone 17,Area 401,node 177'),
|
||||
(1857,@REST,0, 'Earthroot,Zone 17,Area 401,node 210'),
|
||||
(8279,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 777'),
|
||||
(8283,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 781'),
|
||||
(8288,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 782'),
|
||||
(8345,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 789'),
|
||||
(8346,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 790'),
|
||||
(8347,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 791'),
|
||||
(32507,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 843'),
|
||||
(1714,@REST,0, 'Peacebloom,Zone 17,Area 458,node 164'),
|
||||
(2261,@REST,0, 'Mageroyal,Zone 17,Area 458,node 408'),
|
||||
(2262,@REST,0, 'Mageroyal,Zone 17,Area 458,node 409'),
|
||||
(2695,@REST,0, 'Briarthorn,Zone 17,Area 458,node 568'),
|
||||
(8318,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 787'),
|
||||
(8339,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 788'),
|
||||
(8369,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 793'),
|
||||
(8501,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 808'),
|
||||
(8534,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 814'),
|
||||
(8536,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 815'),
|
||||
(8566,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 818'),
|
||||
(15781,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 838'),
|
||||
(15782,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 839'),
|
||||
(2004,@REST,0, 'Earthroot,Zone 17,Area 815,node 278'),
|
||||
(2005,@REST,0, 'Earthroot,Zone 17,Area 815,node 279'),
|
||||
(2234,@REST,0, 'Mageroyal,Zone 17,Area 815,node 400'),
|
||||
(2253,@REST,0, 'Mageroyal,Zone 17,Area 815,node 404'),
|
||||
(2311,@REST,0, 'Mageroyal,Zone 17,Area 815,node 433'),
|
||||
(2333,@REST,0, 'Mageroyal,Zone 17,Area 815,node 441'),
|
||||
(2334,@REST,0, 'Mageroyal,Zone 17,Area 815,node 442');
|
||||
@@ -0,0 +1,264 @@
|
||||
SET @Rest := 814; -- Leftover area (49 nodes)
|
||||
SET @Area361 := @Rest+1; -- Area 361 (85 nodes)
|
||||
SET @Area1763 := @Rest+2; -- Area 1763 (19 nodes)
|
||||
SET @Area1766 := @Rest+3; -- Area 1766 (17 nodes)
|
||||
SET @Area1767 := @Rest+4; -- Area 1767 (45 nodes)
|
||||
SET @Area2481 := @Rest+5; -- Area 2481 (13 nodes)
|
||||
SET @Area2618 := @Rest+6; -- Area 2618 (14 nodes)
|
||||
|
||||
DELETE FROM `pool_template` WHERE `entry` BETWEEN @Rest AND @Rest+6 ;
|
||||
INSERT INTO `pool_template` (`entry`,`max_limit`,`description`) VALUES
|
||||
(@Rest ,10, 'Master Herbs Zone 361 Leftover Areas (10 out of 49 nodes)'),
|
||||
(@Area361,17, 'Master Herbs Zone 361 Area 361 (17 out of 85 nodes)'),
|
||||
(@Area1763,4, 'Master Herbs Zone 361 Area 1763 (4 out of 19 nodes)'),
|
||||
(@Area1766,3, 'Master Herbs Zone 361 Area 1766 (3 out of 17 nodes)'),
|
||||
(@Area1767,9, 'Master Herbs Zone 361 Area 1767 (9 out of 45 nodes)'),
|
||||
(@Area2481,9, 'Master Herbs Zone 361 Area 2481 (3 out of 13 nodes)'),
|
||||
(@Area2618,9, 'Master Herbs Zone 361 Area 2618 (3 out of 14 nodes)');
|
||||
|
||||
DELETE FROM `pool_gameobject` WHERE `pool_entry` BETWEEN @REST AND @REST+6 ;
|
||||
INSERT INTO `pool_gameobject` (`guid`,`pool_entry`,`chance`,`description`) VALUES
|
||||
-- Nodes are numbered based on GUID, comment shows area and type
|
||||
-- Pooled per area for more randomness
|
||||
(15955,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 3'),
|
||||
(15964,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 6'),
|
||||
(15965,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 7'),
|
||||
(15981,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 10'),
|
||||
(16004,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 14'),
|
||||
(16006,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 15'),
|
||||
(16020,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 20'),
|
||||
(16023,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 21'),
|
||||
(16024,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 22'),
|
||||
(16031,@Area361,0,'Sungrass,Zone 361,Area 361,node 24'),
|
||||
(16062,@Area361,0,'Sungrass,Zone 361,Area 361,node 25'),
|
||||
(16073,@Area361,0,'Sungrass,Zone 361,Area 361,node 26'),
|
||||
(16074,@Area361,0,'Sungrass,Zone 361,Area 361,node 27'),
|
||||
(16091,@Area361,0,'Sungrass,Zone 361,Area 361,node 29'),
|
||||
(16156,@Area361,0,'Sungrass,Zone 361,Area 361,node 31'),
|
||||
(16177,@Area361,0,'Sungrass,Zone 361,Area 361,node 33'),
|
||||
(16259,@Area361,0,'Sungrass,Zone 361,Area 361,node 36'),
|
||||
(16451,@Area361,0,'Gromsblood,Zone 361,Area 361,node 39'),
|
||||
(16452,@Area361,0,'Gromsblood,Zone 361,Area 361,node 40'),
|
||||
(16455,@Area361,0,'Gromsblood,Zone 361,Area 361,node 41'),
|
||||
(16459,@Area361,0,'Gromsblood,Zone 361,Area 361,node 42'),
|
||||
(16460,@Area361,0,'Gromsblood,Zone 361,Area 361,node 43'),
|
||||
(16461,@Area361,0,'Gromsblood,Zone 361,Area 361,node 44'),
|
||||
(16466,@Area361,0,'Gromsblood,Zone 361,Area 361,node 46'),
|
||||
(16467,@Area361,0,'Gromsblood,Zone 361,Area 361,node 47'),
|
||||
(16469,@Area361,0,'Gromsblood,Zone 361,Area 361,node 49'),
|
||||
(16471,@Area361,0,'Gromsblood,Zone 361,Area 361,node 51'),
|
||||
(16483,@Area361,0,'Gromsblood,Zone 361,Area 361,node 55'),
|
||||
(16484,@Area361,0,'Gromsblood,Zone 361,Area 361,node 56'),
|
||||
(16485,@Area361,0,'Gromsblood,Zone 361,Area 361,node 57'),
|
||||
(16487,@Area361,0,'Gromsblood,Zone 361,Area 361,node 59'),
|
||||
(16492,@Area361,0,'Gromsblood,Zone 361,Area 361,node 64'),
|
||||
(16493,@Area361,0,'Gromsblood,Zone 361,Area 361,node 65'),
|
||||
(16494,@Area361,0,'Gromsblood,Zone 361,Area 361,node 66'),
|
||||
(16495,@Area361,0,'Gromsblood,Zone 361,Area 361,node 67'),
|
||||
(16496,@Area361,0,'Gromsblood,Zone 361,Area 361,node 68'),
|
||||
(16505,@Area361,0,'Gromsblood,Zone 361,Area 361,node 71'),
|
||||
(16507,@Area361,0,'Gromsblood,Zone 361,Area 361,node 73'),
|
||||
(16508,@Area361,0,'Gromsblood,Zone 361,Area 361,node 74'),
|
||||
(16509,@Area361,0,'Gromsblood,Zone 361,Area 361,node 75'),
|
||||
(16512,@Area361,0,'Gromsblood,Zone 361,Area 361,node 76'),
|
||||
(16514,@Area361,0,'Gromsblood,Zone 361,Area 361,node 78'),
|
||||
(16516,@Area361,0,'Gromsblood,Zone 361,Area 361,node 79'),
|
||||
(16520,@Area361,0,'Gromsblood,Zone 361,Area 361,node 82'),
|
||||
(16525,@Area361,0,'Gromsblood,Zone 361,Area 361,node 85'),
|
||||
(16528,@Area361,0,'Gromsblood,Zone 361,Area 361,node 86'),
|
||||
(16532,@Area361,0,'Gromsblood,Zone 361,Area 361,node 89'),
|
||||
(16542,@Area361,0,'Gromsblood,Zone 361,Area 361,node 92'),
|
||||
(18966,@Area361,0,'Golden Sansam,Zone 361,Area 361,node 97'),
|
||||
(18975,@Area361,0,'Golden Sansam,Zone 361,Area 361,node 99'),
|
||||
(19002,@Area361,0,'Golden Sansam,Zone 361,Area 361,node 103'),
|
||||
(19028,@Area361,0,'Golden Sansam,Zone 361,Area 361,node 104'),
|
||||
(19036,@Area361,0,'Golden Sansam,Zone 361,Area 361,node 105'),
|
||||
(19253,@Area361,0,'Golden Sansam,Zone 361,Area 361,node 124'),
|
||||
(19276,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 125'),
|
||||
(19307,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 126'),
|
||||
(19360,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 130'),
|
||||
(19377,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 131'),
|
||||
(19379,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 132'),
|
||||
(19382,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 135'),
|
||||
(19409,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 138'),
|
||||
(19412,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 139'),
|
||||
(19447,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 144'),
|
||||
(19459,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 148'),
|
||||
(19461,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 149'),
|
||||
(19462,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 150'),
|
||||
(19463,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 151'),
|
||||
(19486,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 154'),
|
||||
(19521,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 159'),
|
||||
(19545,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 161'),
|
||||
(19561,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 165'),
|
||||
(19562,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 166'),
|
||||
(19623,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 172'),
|
||||
(19631,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 173'),
|
||||
(19655,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 177'),
|
||||
(19892,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 183'),
|
||||
(19945,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 193'),
|
||||
(20005,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 208'),
|
||||
(20037,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 220'),
|
||||
(20039,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 222'),
|
||||
(20066,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 231'),
|
||||
(20067,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 232'),
|
||||
(20068,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 233'),
|
||||
(20076,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 234'),
|
||||
(20131,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 242'),
|
||||
(16473,@Rest,0,'Gromsblood,Zone 361,Area 1761,node 52'),
|
||||
(16530,@Rest,0,'Gromsblood,Zone 361,Area 1761,node 88'),
|
||||
(19098,@Rest,0,'Golden Sansam,Zone 361,Area 1761,node 110'),
|
||||
(19997,@Rest,0,'Plaguebloom,Zone 361,Area 1761,node 206'),
|
||||
(19998,@Rest,0,'Plaguebloom,Zone 361,Area 1761,node 207'),
|
||||
(20078,@Rest,0,'Plaguebloom,Zone 361,Area 1761,node 235'),
|
||||
(16535,@Rest,0,'Gromsblood,Zone 361,Area 1762,node 90'),
|
||||
(18986,@Rest,0,'Golden Sansam,Zone 361,Area 1762,node 100'),
|
||||
(19043,@Rest,0,'Golden Sansam,Zone 361,Area 1762,node 106'),
|
||||
(19070,@Rest,0,'Golden Sansam,Zone 361,Area 1762,node 108'),
|
||||
(19575,@Rest,0,'Dreamfoil,Zone 361,Area 1762,node 169'),
|
||||
(19576,@Rest,0,'Dreamfoil,Zone 361,Area 1762,node 170'),
|
||||
(19827,@Rest,0,'Mountain Silversage,Zone 361,Area 1762,node 179'),
|
||||
(20098,@Rest,0,'Plaguebloom,Zone 361,Area 1762,node 238'),
|
||||
(15953,@Area1763,0,'Arthas Tears,Zone 361,Area 1763,node 1'),
|
||||
(15960,@Area1763,0,'Arthas Tears,Zone 361,Area 1763,node 4'),
|
||||
(15976,@Area1763,0,'Arthas Tears,Zone 361,Area 1763,node 8'),
|
||||
(15978,@Area1763,0,'Arthas Tears,Zone 361,Area 1763,node 9'),
|
||||
(16018,@Area1763,0,'Arthas Tears,Zone 361,Area 1763,node 19'),
|
||||
(16157,@Area1763,0,'Sungrass,Zone 361,Area 1763,node 32'),
|
||||
(16203,@Area1763,0,'Sungrass,Zone 361,Area 1763,node 34'),
|
||||
(16474,@Area1763,0,'Gromsblood,Zone 361,Area 1763,node 53'),
|
||||
(16480,@Area1763,0,'Gromsblood,Zone 361,Area 1763,node 54'),
|
||||
(16500,@Area1763,0,'Gromsblood,Zone 361,Area 1763,node 69'),
|
||||
(16524,@Area1763,0,'Gromsblood,Zone 361,Area 1763,node 84'),
|
||||
(16536,@Area1763,0,'Gromsblood,Zone 361,Area 1763,node 91'),
|
||||
(19001,@Area1763,0,'Golden Sansam,Zone 361,Area 1763,node 102'),
|
||||
(19111,@Area1763,0,'Golden Sansam,Zone 361,Area 1763,node 112'),
|
||||
(19154,@Area1763,0,'Golden Sansam,Zone 361,Area 1763,node 117'),
|
||||
(19380,@Area1763,0,'Dreamfoil,Zone 361,Area 1763,node 133'),
|
||||
(19580,@Area1763,0,'Dreamfoil,Zone 361,Area 1763,node 171'),
|
||||
(19660,@Area1763,0,'Dreamfoil,Zone 361,Area 1763,node 178'),
|
||||
(19985,@Area1763,0,'Plaguebloom,Zone 361,Area 1763,node 204'),
|
||||
(16513,@Rest,0,'Gromsblood,Zone 361,Area 1764,node 77'),
|
||||
(16518,@Rest,0,'Gromsblood,Zone 361,Area 1764,node 80'),
|
||||
(16519,@Rest,0,'Gromsblood,Zone 361,Area 1764,node 81'),
|
||||
(16522,@Rest,0,'Gromsblood,Zone 361,Area 1764,node 83'),
|
||||
(16529,@Rest,0,'Gromsblood,Zone 361,Area 1764,node 87'),
|
||||
(19381,@Rest,0,'Dreamfoil,Zone 361,Area 1765,node 134'),
|
||||
(19635,@Rest,0,'Dreamfoil,Zone 361,Area 1765,node 174'),
|
||||
(20040,@Rest,0,'Plaguebloom,Zone 361,Area 1765,node 223'),
|
||||
(15995,@Area1766,0,'Arthas Tears,Zone 361,Area 1766,node 11'),
|
||||
(16009,@Area1766,0,'Arthas Tears,Zone 361,Area 1766,node 16'),
|
||||
(16016,@Area1766,0,'Arthas Tears,Zone 361,Area 1766,node 18'),
|
||||
(16231,@Area1766,0,'Sungrass,Zone 361,Area 1766,node 35'),
|
||||
(18998,@Area1766,0,'Golden Sansam,Zone 361,Area 1766,node 101'),
|
||||
(19399,@Area1766,0,'Dreamfoil,Zone 361,Area 1766,node 137'),
|
||||
(19500,@Area1766,0,'Dreamfoil,Zone 361,Area 1766,node 157'),
|
||||
(19962,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 198'),
|
||||
(19964,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 199'),
|
||||
(19983,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 202'),
|
||||
(20022,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 216'),
|
||||
(20023,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 217'),
|
||||
(20024,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 218'),
|
||||
(20048,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 224'),
|
||||
(20049,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 225'),
|
||||
(20050,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 226'),
|
||||
(20095,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 237'),
|
||||
(15962,@Area1767,0,'Arthas Tears,Zone 361,Area 1767,node 5'),
|
||||
(16025,@Area1767,0,'Arthas Tears,Zone 361,Area 1767,node 23'),
|
||||
(16284,@Area1767,0,'Sungrass,Zone 361,Area 1767,node 37'),
|
||||
(16285,@Area1767,0,'Sungrass,Zone 361,Area 1767,node 38'),
|
||||
(18948,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 95'),
|
||||
(19076,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 109'),
|
||||
(19106,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 111'),
|
||||
(19130,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 114'),
|
||||
(19131,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 115'),
|
||||
(19132,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 116'),
|
||||
(19167,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 118'),
|
||||
(19177,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 119'),
|
||||
(19187,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 120'),
|
||||
(19236,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 122'),
|
||||
(19391,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 136'),
|
||||
(19413,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 140'),
|
||||
(19432,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 143'),
|
||||
(19449,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 145'),
|
||||
(19450,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 146'),
|
||||
(19451,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 147'),
|
||||
(19485,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 153'),
|
||||
(19487,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 155'),
|
||||
(19515,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 158'),
|
||||
(19539,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 160'),
|
||||
(19546,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 162'),
|
||||
(19547,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 163'),
|
||||
(19572,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 167'),
|
||||
(19574,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 168'),
|
||||
(19638,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 175'),
|
||||
(19651,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 176'),
|
||||
(19917,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 187'),
|
||||
(19959,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 196'),
|
||||
(19965,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 200'),
|
||||
(19974,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 201'),
|
||||
(19984,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 203'),
|
||||
(20006,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 209'),
|
||||
(20007,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 210'),
|
||||
(20008,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 211'),
|
||||
(20009,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 212'),
|
||||
(20052,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 227'),
|
||||
(20065,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 230'),
|
||||
(20090,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 236'),
|
||||
(20106,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 239'),
|
||||
(20107,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 240'),
|
||||
(20117,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 241'),
|
||||
(16501,@Rest,0,'Gromsblood,Zone 361,Area 1769,node 70'),
|
||||
(16543,@Rest,0,'Gromsblood,Zone 361,Area 1769,node 93'),
|
||||
(18967,@Rest,0,'Golden Sansam,Zone 361,Area 1998,node 98'),
|
||||
(19118,@Rest,0,'Golden Sansam,Zone 361,Area 1998,node 113'),
|
||||
(19414,@Rest,0,'Dreamfoil,Zone 361,Area 1998,node 141'),
|
||||
(19415,@Rest,0,'Dreamfoil,Zone 361,Area 1998,node 142'),
|
||||
(19878,@Rest,0,'Plaguebloom,Zone 361,Area 1998,node 180'),
|
||||
(19879,@Rest,0,'Plaguebloom,Zone 361,Area 1998,node 181'),
|
||||
(19919,@Rest,0,'Plaguebloom,Zone 361,Area 1998,node 188'),
|
||||
(19961,@Rest,0,'Plaguebloom,Zone 361,Area 1998,node 197'),
|
||||
(15997,@Rest,0,'Arthas Tears,Zone 361,Area 2478,node 12'),
|
||||
(16489,@Rest,0,'Gromsblood,Zone 361,Area 2478,node 61'),
|
||||
(19231,@Rest,0,'Golden Sansam,Zone 361,Area 2478,node 121'),
|
||||
(19317,@Rest,0,'Dreamfoil,Zone 361,Area 2478,node 127'),
|
||||
(19347,@Rest,0,'Dreamfoil,Zone 361,Area 2478,node 129'),
|
||||
(19930,@Rest,0,'Plaguebloom,Zone 361,Area 2478,node 192'),
|
||||
(19995,@Rest,0,'Plaguebloom,Zone 361,Area 2478,node 205'),
|
||||
(20019,@Rest,0,'Plaguebloom,Zone 361,Area 2478,node 213'),
|
||||
(20020,@Rest,0,'Plaguebloom,Zone 361,Area 2478,node 214'),
|
||||
(20021,@Rest,0,'Plaguebloom,Zone 361,Area 2478,node 215'),
|
||||
(19950,@Rest,0,'Plaguebloom,Zone 361,Area 2479,node 194'),
|
||||
(19951,@Rest,0,'Plaguebloom,Zone 361,Area 2479,node 195'),
|
||||
(16154,@Rest,0,'Sungrass,Zone 361,Area 2480,node 30'),
|
||||
(19239,@Rest,0,'Golden Sansam,Zone 361,Area 2480,node 123'),
|
||||
(19927,@Rest,0,'Plaguebloom,Zone 361,Area 2480,node 190'),
|
||||
(19928,@Rest,0,'Plaguebloom,Zone 361,Area 2480,node 191'),
|
||||
(20053,@Rest,0,'Plaguebloom,Zone 361,Area 2480,node 228'),
|
||||
(16468,@Area2481,0,'Gromsblood,Zone 361,Area 2481,node 48'),
|
||||
(16486,@Area2481,0,'Gromsblood,Zone 361,Area 2481,node 58'),
|
||||
(16488,@Area2481,0,'Gromsblood,Zone 361,Area 2481,node 60'),
|
||||
(16490,@Area2481,0,'Gromsblood,Zone 361,Area 2481,node 62'),
|
||||
(16491,@Area2481,0,'Gromsblood,Zone 361,Area 2481,node 63'),
|
||||
(18965,@Area2481,0,'Golden Sansam,Zone 361,Area 2481,node 96'),
|
||||
(19471,@Area2481,0,'Dreamfoil,Zone 361,Area 2481,node 152'),
|
||||
(19907,@Area2481,0,'Plaguebloom,Zone 361,Area 2481,node 184'),
|
||||
(19908,@Area2481,0,'Plaguebloom,Zone 361,Area 2481,node 185'),
|
||||
(19909,@Area2481,0,'Plaguebloom,Zone 361,Area 2481,node 186'),
|
||||
(19926,@Area2481,0,'Plaguebloom,Zone 361,Area 2481,node 189'),
|
||||
(20036,@Area2481,0,'Plaguebloom,Zone 361,Area 2481,node 219'),
|
||||
(20038,@Area2481,0,'Plaguebloom,Zone 361,Area 2481,node 221'),
|
||||
(15954,@Area2618,0,'Arthas Tears,Zone 361,Area 2618,node2'),
|
||||
(16000,@Area2618,0,'Arthas Tears,Zone 361,Area 2618,node 13'),
|
||||
(16010,@Area2618,0,'Arthas Tears,Zone 361,Area 2618,node 17'),
|
||||
(16088,@Area2618,0,'Sungrass,Zone 361,Area 2618,node 28'),
|
||||
(16465,@Area2618,0,'Gromsblood,Zone 361,Area 2618,node 45'),
|
||||
(16470,@Area2618,0,'Gromsblood,Zone 361,Area 2618,node 50'),
|
||||
(16506,@Area2618,0,'Gromsblood,Zone 361,Area 2618,node 72'),
|
||||
(16545,@Area2618,0,'Gromsblood,Zone 361,Area 2618,node 94'),
|
||||
(19055,@Area2618,0,'Golden Sansam,Zone 361,Area 2618,node 107'),
|
||||
(19320,@Area2618,0,'Dreamfoil,Zone 361,Area 2618,node 128'),
|
||||
(19488,@Area2618,0,'Dreamfoil,Zone 361,Area 2618,node 156'),
|
||||
(19557,@Area2618,0,'Dreamfoil,Zone 361,Area 2618,node 164'),
|
||||
(19888,@Area2618,0,'Plaguebloom,Zone 361,Area 2618,node 182'),
|
||||
(20061,@Area2618,0,'Plaguebloom,Zone 361,Area 2618,node 229');
|
||||
@@ -0,0 +1,188 @@
|
||||
SET @Rest := 821; -- Leftover area (41 nodes)
|
||||
SET @Area405 := @Rest+1; -- Area 405 (40 nodes)
|
||||
SET @Area596 := @Rest+2; -- Area 596 (18 nodes)
|
||||
SET @Area598 := @Rest+3; -- Area 598 (20 nodes)
|
||||
SET @Area602 := @Rest+4; -- Area 602 (27 nodes)
|
||||
SET @Area607 := @Rest+5; -- Area 607 (22 nodes)
|
||||
|
||||
DELETE FROM `pool_template` WHERE `entry` BETWEEN @Rest AND @Rest+6 ;
|
||||
INSERT INTO `pool_template` (`entry`,`max_limit`,`description`) VALUES
|
||||
(@Rest ,10, 'Master Herbs Zone 405 Leftover Areas (10 out of 41 nodes)'),
|
||||
(@Area405,8, 'Master Herbs Zone 405 Leftover Areas (8 out of 40 nodes)'),
|
||||
(@Area596,4, 'Master Herbs Zone 405 Leftover Areas (4 out of 18 nodes)'),
|
||||
(@Area598,5, 'Master Herbs Zone 405 Leftover Areas (5 out of 20 nodes)'),
|
||||
(@Area602,5, 'Master Herbs Zone 405 Leftover Areas (5 out of 27 nodes)'),
|
||||
(@Area607,5, 'Master Herbs Zone 405 Leftover Areas (5 out of 22 nodes)');
|
||||
|
||||
DELETE FROM `pool_gameobject` WHERE `pool_entry` BETWEEN @REST AND @REST+5 ;
|
||||
INSERT INTO `pool_gameobject` (`guid`,`pool_entry`,`chance`,`description`) VALUES
|
||||
-- node s are numbered based on GUID, comment shows area and type
|
||||
-- Pooled per area for more randomness
|
||||
(3126,@Area405,0,'Bruiseweed,Zone 405,405,node 14'),
|
||||
(3196,@Area405,0,'Bruiseweed,Zone 405,405,node 16'),
|
||||
(3197,@Area405,0,'Bruiseweed,Zone 405,405,node 17'),
|
||||
(3198,@Area405,0,'Bruiseweed,Zone 405,405,node 18'),
|
||||
(3393,@Area405,0,'Bruiseweed,Zone 405,405,node 25'),
|
||||
(3588,@Area405,0,'Bruiseweed,Zone 405,405,node 32'),
|
||||
(3707,@Area405,0,'Bruiseweed,Zone 405,405,node 36'),
|
||||
(3814,@Area405,0,'Bruiseweed,Zone 405,405,node 44'),
|
||||
(3939,@Area405,0,'Wild Steelbloom,Zone 405,405,node 47'),
|
||||
(4200,@Area405,0,'Wild Steelbloom,Zone 405,405,node 51'),
|
||||
(4206,@Area405,0,'Wild Steelbloom,Zone 405,405,node 52'),
|
||||
(4226,@Area405,0,'Wild Steelbloom,Zone 405,405,node 53'),
|
||||
(4251,@Area405,0,'Wild Steelbloom,Zone 405,405,node 54'),
|
||||
(4286,@Area405,0,'Kingsblood,Zone 405,405,node 55'),
|
||||
(4316,@Area405,0,'Kingsblood,Zone 405,405,node 56'),
|
||||
(4334,@Area405,0,'Kingsblood,Zone 405,405,node 57'),
|
||||
(4338,@Area405,0,'Kingsblood,Zone 405,405,node 58'),
|
||||
(4340,@Area405,0,'Kingsblood,Zone 405,405,node 59'),
|
||||
(4358,@Area405,0,'Kingsblood,Zone 405,405,node 60'),
|
||||
(4389,@Area405,0,'Kingsblood,Zone 405,405,node 62'),
|
||||
(4398,@Area405,0,'Kingsblood,Zone 405,405,node 63'),
|
||||
(4400,@Area405,0,'Kingsblood,Zone 405,405,node 64'),
|
||||
(7336,@Area405,0,'Liferoot,Zone 405,405,node 80'),
|
||||
(7491,@Area405,0,'Liferoot,Zone 405,405,node 86'),
|
||||
(16475,@Area405,0,'Gromsblood,Zone 405,405,node 112'),
|
||||
(18619,@Area405,0,'Wild Steelbloom,Zone 405,405,node 126'),
|
||||
(18624,@Area405,0,'Kingsblood,Zone 405,405,node 129'),
|
||||
(18680,@Area405,0,'Grave Moss,Zone 405,405,node 133'),
|
||||
(29185,@Area405,0,'Liferoot,Zone 405,405,node 135'),
|
||||
(29186,@Area405,0,'Liferoot,Zone 405,405,node 136'),
|
||||
(34170,@Area405,0,'Kingsblood,Zone 405,405,node 147'),
|
||||
(63344,@Area405,0,'Bruiseweed,Zone 405,405,node 151'),
|
||||
(63386,@Area405,0,'Kingsblood,Zone 405,405,node 152'),
|
||||
(63410,@Area405,0,'Grave Moss,Zone 405,405,node 153'),
|
||||
(65114,@Area405,0,'Kingsblood,Zone 405,405,node 155'),
|
||||
(86317,@Area405,0,'Kingsblood,Zone 405,405,node 158'),
|
||||
(86348,@Area405,0,'Grave Moss,Zone 405,405,node 160'),
|
||||
(86827,@Area405,0,'Liferoot,Zone 405,405,node 162'),
|
||||
(86835,@Area405,0,'Liferoot,Zone 405,405,node 163'),
|
||||
(87282,@Area405,0,'Grave Moss,Zone 405,405,node 167'),
|
||||
(4437,@Area596,0,'Grave Moss,Zone 405,596,node 65'),
|
||||
(4441,@Area596,0,'Grave Moss,Zone 405,596,node 66'),
|
||||
(4443,@Area596,0,'Grave Moss,Zone 405,596,node 67'),
|
||||
(4451,@Area596,0,'Grave Moss,Zone 405,596,node 68'),
|
||||
(4468,@Area596,0,'Grave Moss,Zone 405,596,node 69'),
|
||||
(4476,@Area596,0,'Grave Moss,Zone 405,596,node 70'),
|
||||
(4477,@Area596,0,'Grave Moss,Zone 405,596,node 71'),
|
||||
(4481,@Area596,0,'Grave Moss,Zone 405,596,node 72'),
|
||||
(4487,@Area596,0,'Grave Moss,Zone 405,596,node 73'),
|
||||
(4489,@Area596,0,'Grave Moss,Zone 405,596,node 74'),
|
||||
(4495,@Area596,0,'Grave Moss,Zone 405,596,node 75'),
|
||||
(4499,@Area596,0,'Grave Moss,Zone 405,596,node 76'),
|
||||
(4503,@Area596,0,'Grave Moss,Zone 405,596,node 77'),
|
||||
(4505,@Area596,0,'Grave Moss,Zone 405,596,node 78'),
|
||||
(4507,@Area596,0,'Grave Moss,Zone 405,596,node 79'),
|
||||
(86350,@Area596,0,'Grave Moss,Zone 405,596,node 161'),
|
||||
(87272,@Area596,0,'Kingsblood,Zone 405,596,node 165'),
|
||||
(87483,@Area596,0,'Grave Moss,Zone 405,596,node 168'),
|
||||
(4388,@Area598,0,'Kingsblood,Zone 405,598,node 61'),
|
||||
(8252,@Area598,0,'Stranglekelp,Zone 405,598,node 87'),
|
||||
(8257,@Area598,0,'Stranglekelp,Zone 405,598,node 88'),
|
||||
(8258,@Area598,0,'Stranglekelp,Zone 405,598,node 89'),
|
||||
(8326,@Area598,0,'Stranglekelp,Zone 405,598,node 91'),
|
||||
(8340,@Area598,0,'Stranglekelp,Zone 405,598,node 92'),
|
||||
(8352,@Area598,0,'Stranglekelp,Zone 405,598,node 93'),
|
||||
(8357,@Area598,0,'Stranglekelp,Zone 405,598,node 94'),
|
||||
(8397,@Area598,0,'Stranglekelp,Zone 405,598,node 95'),
|
||||
(8398,@Area598,0,'Stranglekelp,Zone 405,598,node 96'),
|
||||
(8503,@Area598,0,'Stranglekelp,Zone 405,598,node 99'),
|
||||
(8528,@Area598,0,'Stranglekelp,Zone 405,598,node 100'),
|
||||
(18620,@Area598,0,'Wild Steelbloom,Zone 405,598,node 127'),
|
||||
(29195,@Area598,0,'Stranglekelp,Zone 405,598,node 138'),
|
||||
(29198,@Area598,0,'Stranglekelp,Zone 405,598,node 139'),
|
||||
(29199,@Area598,0,'Stranglekelp,Zone 405,598,node 140'),
|
||||
(29201,@Area598,0,'Stranglekelp,Zone 405,598,node 142'),
|
||||
(29202,@Area598,0,'Stranglekelp,Zone 405,598,node 143'),
|
||||
(29203,@Area598,0,'Stranglekelp,Zone 405,598,node 144'),
|
||||
(87274,@Area598,0,'Kingsblood,Zone 405,598,node 166'),
|
||||
(2920,@Area602,0,'Bruiseweed,Zone 405,602,node 1'),
|
||||
(2921,@Area602,0,'Bruiseweed,Zone 405,602,node 2'),
|
||||
(2953,@Area602,0,'Bruiseweed,Zone 405,602,node 4'),
|
||||
(3083,@Area602,0,'Bruiseweed,Zone 405,602,node 10'),
|
||||
(3156,@Area602,0,'Bruiseweed,Zone 405,602,node 15'),
|
||||
(3203,@Area602,0,'Bruiseweed,Zone 405,602,node 19'),
|
||||
(3771,@Area602,0,'Bruiseweed,Zone 405,602,node 40'),
|
||||
(3772,@Area602,0,'Bruiseweed,Zone 405,602,node 41'),
|
||||
(3790,@Area602,0,'Bruiseweed,Zone 405,602,node 43'),
|
||||
(7464,@Area602,0,'Liferoot,Zone 405,602,node 84'),
|
||||
(7469,@Area602,0,'Liferoot,Zone 405,602,node 85'),
|
||||
(16458,@Area602,0,'Gromsblood,Zone 405,602,node 110'),
|
||||
(16464,@Area602,0,'Gromsblood,Zone 405,602,node 111'),
|
||||
(16498,@Area602,0,'Gromsblood,Zone 405,602,node 113'),
|
||||
(16502,@Area602,0,'Gromsblood,Zone 405,602,node 114'),
|
||||
(16510,@Area602,0,'Gromsblood,Zone 405,602,node 115'),
|
||||
(16523,@Area602,0,'Gromsblood,Zone 405,602,node 116'),
|
||||
(16533,@Area602,0,'Gromsblood,Zone 405,602,node 117'),
|
||||
(16537,@Area602,0,'Gromsblood,Zone 405,602,node 118'),
|
||||
(16538,@Area602,0,'Gromsblood,Zone 405,602,node 119'),
|
||||
(16539,@Area602,0,'Gromsblood,Zone 405,602,node 120'),
|
||||
(16540,@Area602,0,'Gromsblood,Zone 405,602,node 121'),
|
||||
(16541,@Area602,0,'Gromsblood,Zone 405,602,node 122'),
|
||||
(16544,@Area602,0,'Gromsblood,Zone 405,602,node 123'),
|
||||
(28646,@Area602,0,'Liferoot,Zone 405,602,node 134'),
|
||||
(34831,@Area602,0,'Bruiseweed,Zone 405,602,node 150'),
|
||||
(86143,@Area602,0,'Gromsblood,Zone 405,602,node 156'),
|
||||
(2936,@Area607,0,'Bruiseweed,Zone 405,607,node 3'),
|
||||
(2972,@Area607,0,'Bruiseweed,Zone 405,607,node 5'),
|
||||
(2973,@Area607,0,'Bruiseweed,Zone 405,607,node 6'),
|
||||
(3003,@Area607,0,'Bruiseweed,Zone 405,607,node 8'),
|
||||
(3221,@Area607,0,'Bruiseweed,Zone 405,607,node 20'),
|
||||
(3251,@Area607,0,'Bruiseweed,Zone 405,607,node 21'),
|
||||
(3430,@Area607,0,'Bruiseweed,Zone 405,607,node 26'),
|
||||
(3431,@Area607,0,'Bruiseweed,Zone 405,607,node 27'),
|
||||
(3432,@Area607,0,'Bruiseweed,Zone 405,607,node 28'),
|
||||
(3665,@Area607,0,'Bruiseweed,Zone 405,607,node 35'),
|
||||
(3860,@Area607,0,'Bruiseweed,Zone 405,607,node 45'),
|
||||
(3861,@Area607,0,'Bruiseweed,Zone 405,607,node 46'),
|
||||
(16427,@Area607,0,'Ghost Mushroom,Zone 405,607,node 104'),
|
||||
(16432,@Area607,0,'Ghost Mushroom,Zone 405,607,node 105'),
|
||||
(16440,@Area607,0,'Ghost Mushroom,Zone 405,607,node 106'),
|
||||
(16441,@Area607,0,'Ghost Mushroom,Zone 405,607,node 107'),
|
||||
(16444,@Area607,0,'Ghost Mushroom,Zone 405,607,node 108'),
|
||||
(16446,@Area607,0,'Ghost Mushroom,Zone 405,607,node 109'),
|
||||
(18214,@Area607,0,'Ghost Mushroom,Zone 405,607,node 124'),
|
||||
(34185,@Area607,0,'Ghost Mushroom,Zone 405,607,node 148'),
|
||||
(34187,@Area607,0,'Bruiseweed,Zone 405,607,node 149'),
|
||||
(86288,@Area607,0,'Bruiseweed,Zone 405,607,node 157'),
|
||||
(3123,@Rest,0,'Bruiseweed,Zone 405,603,node 11'),
|
||||
(3124,@Rest,0,'Bruiseweed,Zone 405,603,node 12'),
|
||||
(3125,@Rest,0,'Bruiseweed,Zone 405,603,node 13'),
|
||||
(3320,@Rest,0,'Bruiseweed,Zone 405,603,node 22'),
|
||||
(3363,@Rest,0,'Bruiseweed,Zone 405,603,node 23'),
|
||||
(3364,@Rest,0,'Bruiseweed,Zone 405,603,node 24'),
|
||||
(3566,@Rest,0,'Bruiseweed,Zone 405,603,node 30'),
|
||||
(3577,@Rest,0,'Bruiseweed,Zone 405,603,node 31'),
|
||||
(3622,@Rest,0,'Bruiseweed,Zone 405,603,node 34'),
|
||||
(3718,@Rest,0,'Bruiseweed,Zone 405,603,node 38'),
|
||||
(3720,@Rest,0,'Bruiseweed,Zone 405,603,node 39'),
|
||||
(18617,@Rest,0,'Bruiseweed,Zone 405,603,node 125'),
|
||||
(18621,@Rest,0,'Wild Steelbloom,Zone 405,603,node 128'),
|
||||
(7362,@Rest,0,'Liferoot,Zone 405,604,node 81'),
|
||||
(7437,@Rest,0,'Liferoot,Zone 405,604,node 82'),
|
||||
(7458,@Rest,0,'Liferoot,Zone 405,604,node 83'),
|
||||
(29188,@Rest,0,'Liferoot,Zone 405,604,node 137'),
|
||||
(3990,@Rest,0,'Wild Steelbloom,Zone 405,609,node 48'),
|
||||
(4063,@Rest,0,'Wild Steelbloom,Zone 405,609,node 49'),
|
||||
(18676,@Rest,0,'Grave Moss,Zone 405,609,node 131'),
|
||||
(65072,@Rest,0,'Wild Steelbloom,Zone 405,609,node 154'),
|
||||
(29200,@Rest,0,'Stranglekelp,Zone 405,2324,node 141'),
|
||||
(4086,@Rest,0,'Wild Steelbloom,Zone 405,2404,node 50'),
|
||||
(8542,@Rest,0,'Stranglekelp,Zone 405,2405,node 101'),
|
||||
(8543,@Rest,0,'Stranglekelp,Zone 405,2405,node 102'),
|
||||
(8557,@Rest,0,'Stranglekelp,Zone 405,2405,node 103'),
|
||||
(8272,@Rest,0,'Stranglekelp,Zone 405,2408,node 90'),
|
||||
(8404,@Rest,0,'Stranglekelp,Zone 405,2408,node 97'),
|
||||
(8447,@Rest,0,'Stranglekelp,Zone 405,2408,node 98'),
|
||||
(3773,@Rest,0,'Bruiseweed,Zone 405,2617,node 42'),
|
||||
(18625,@Rest,0,'Kingsblood,Zone 405,2617,node 130'),
|
||||
(18677,@Rest,0,'Grave Moss,Zone 405,2657,node 132'),
|
||||
(2979,@Rest,0,'Bruiseweed,Zone 405,599,node 7'),
|
||||
(3078,@Rest,0,'Bruiseweed,Zone 405,599,node 9'),
|
||||
(3501,@Rest,0,'Bruiseweed,Zone 405,599,node 29'),
|
||||
(3599,@Rest,0,'Bruiseweed,Zone 405,599,node 33'),
|
||||
(3717,@Rest,0,'Bruiseweed,Zone 405,599,node 37'),
|
||||
(34165,@Rest,0,'Bruiseweed,Zone 405,599,node 145'),
|
||||
(34168,@Rest,0,'Wild Steelbloom,Zone 405,599,node 146'),
|
||||
(86326,@Rest,0,'Kingsblood,Zone 405,599,node 159'),
|
||||
(87250,@Rest,0,'Bruiseweed,Zone 405,599,node 164');
|
||||
@@ -0,0 +1,2 @@
|
||||
-- Fix InhabitType for Mana Snapper (Netherstorm)
|
||||
UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=18883;
|
||||
@@ -0,0 +1,9 @@
|
||||
DELETE FROM `conditions` WHERE `SourceEntry` IN (62385,62386,62387,62521,62525,62524);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`)
|
||||
VALUES
|
||||
(13,0,62385,0,18,1,32906,0,0,'','Brightleaf\'s Essence'),
|
||||
(13,0,62386,0,18,1,32906,0,0,'','Stonebarks\'s Essence'),
|
||||
(13,0,62387,0,18,1,32906,0,0,'','Ironbranch\'s Essence'),
|
||||
(13,0,62521,0,18,1,32906,0,0,'','Attuned to Nature 25 Dose Reduction'),
|
||||
(13,0,62524,0,18,1,32906,0,0,'','Attuned to Nature 2 Dose Reduction'),
|
||||
(13,0,62525,0,18,1,32906,0,0,'','Attuned to Nature 10 Dose Reduction');
|
||||
@@ -0,0 +1,24 @@
|
||||
-- Trigger flag
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=34129;
|
||||
|
||||
-- Delete NPC which is not supposed to be here
|
||||
DELETE FROM `creature` WHERE `guid`=136607;
|
||||
|
||||
-- Immunity
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=650854239 WHERE `entry`=32906;
|
||||
|
||||
-- Spell Difficulties
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `id` BETWEEN 3240 AND 3250;
|
||||
INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`,`spellid2`,`spellid3`)
|
||||
VALUES
|
||||
(3240,63169,63549,0,0), -- Ulduar: Corrupted Servitor - Petrify Joints
|
||||
(3241,63082,63559,0,0), -- Ulduar: Misguided Nymph - Bind Life
|
||||
(3242,63111,63562,0,0), -- Ulduar: Misguided Nymph - Frost Spear
|
||||
(3243,63136,63564,0,0), -- Ulduar: Misguided Nymph - Winter's Embrace
|
||||
(3244,63047,63550,0,0), -- Ulduar: Guardian Lasher - Guardian's Lash
|
||||
(3245,63242,63556,0,0), -- Ulduar: Mangrove Ent - Nourish
|
||||
(3246,63241,63554,0,0), -- Ulduar: Mangrove Ent - Tranquility
|
||||
(3247,63240,63553,0,0), -- Ulduar: Ironroot Lasher - Ironroot Thorns
|
||||
(3248,63247,63568,0,0), -- Ulduar: Nature's Blade - Living Tsunami
|
||||
(3249,63226,63551,0,0), -- Ulduar: Guardian of Life - Poison Breath
|
||||
(3250,64587,64650,0,0); -- Ulduar: Nature Bomb - Nature Bomb
|
||||
@@ -0,0 +1,15 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_freya' WHERE `entry`=32906;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_elder_brightleaf' WHERE `entry`=32915;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_elder_ironbranch' WHERE `entry`=32913;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_elder_stonebark' WHERE `entry`=32914;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_ancient_conservator' WHERE `entry`=33203;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_snaplasher' WHERE `entry`=32916;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_storm_lasher' WHERE `entry`=32919;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_ancient_water_spirit' WHERE `entry`=33202;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_detonating_lasher' WHERE `entry`=32918;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_sun_beam' WHERE `entry`=33170;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_nature_bomb' WHERE `entry`=34129;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_eonars_gift' WHERE `entry`=33228;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_healthy_spore' WHERE `entry`=33215;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_unstable_sun_beam' WHERE `entry`=33050;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_iron_roots' WHERE `entry` IN (33088,33168);
|
||||
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (62519,65158,65160);
|
||||
INSERT INTO `spell_script_names`
|
||||
VALUES
|
||||
(62519, 'spell_freya_attuned_to_nature'),
|
||||
(65158, 'spell_freya_iron_roots'),
|
||||
(65160, 'spell_freya_iron_roots');
|
||||
@@ -0,0 +1,6 @@
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`&~0x02000100 WHERE `entry` IN (37007,38031);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (37007,38031);
|
||||
INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(37007,0,0x0000000,0,0,'70733'),
|
||||
(38031,0,0x0000000,0,0,'70733');
|
||||
@@ -0,0 +1,8 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_icc_stoneform';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_icc_sprit_alarm';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(70733, 'spell_icc_stoneform'),
|
||||
(70546, 'spell_icc_sprit_alarm'),
|
||||
(70536, 'spell_icc_sprit_alarm'),
|
||||
(70545, 'spell_icc_sprit_alarm'),
|
||||
(70547, 'spell_icc_sprit_alarm');
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `creature_text` WHERE `entry`=37007;
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
|
||||
(37007,0,0, 'The master''s sanctum has been disturbed!',1,0,0,0,0,16865, 'Deathbound Ward - SAY_TRAP_ACTIVATE'),
|
||||
(37007,0,1, 'I... awaken!',1,0,0,0,0,16866, 'Deathbound Ward - SAY_TRAP_ACTIVATE'),
|
||||
(37007,0,2, 'Who... goes there...?',1,0,0,0,0,16867, 'Deathbound Ward - SAY_TRAP_ACTIVATE');
|
||||
@@ -0,0 +1,13 @@
|
||||
SET @Zul = 23863; -- Zul'jin (ZA)
|
||||
UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=2.14286 WHERE `entry`=@Zul;
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=1.566,`combat_reach`=3.6,`gender`=0 WHERE `modelid`=21899;
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=@Zul;
|
||||
INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(@Zul,0,0,1,0, NULL);
|
||||
|
||||
/* should this be set by core script or DB?
|
||||
SET @EquiEntry = XXX; -- (creature_equip_template.entry - need 1)
|
||||
UPDATE `creature_template` SET `equipment_id`=@EquiEntry WHERE `entry`=@Zul;
|
||||
DELETE FROM `creature_equip_template` WHERE `entry`=@EquiEntry;
|
||||
INSERT INTO `creature_equip_template` (`entry`,`equipentry1`,`equipentry2`,`equipentry3`) VALUES
|
||||
(@EquiEntry,33975,0,0);*/
|
||||
@@ -0,0 +1,91 @@
|
||||
/* Ruby Sanctum template updates */
|
||||
SET @EquiEntry = 2466; -- (creature_equip_template.entry - need 7)
|
||||
|
||||
-- Template
|
||||
UPDATE `creature_template` SET `exp`=2,`equipment_id`=@EquiEntry+0 WHERE `entry`=39746; -- General Zarithrian
|
||||
UPDATE `creature_template` SET `exp`=2 WHERE `entry`=39747; -- Saviana Ragefire
|
||||
UPDATE `creature_template` SET `exp`=2,`equipment_id`=@EquiEntry+1 WHERE `entry`=39751; -- Baltharus the Warborn
|
||||
UPDATE `creature_template` SET `exp`=2,`minlevel`=80,`maxlevel`=80,`unit_flags`=`unit_flags`|0x2000000,`speed_run`=0.99206 WHERE `entry`=39794; -- Zarithrian Spawn Stalker
|
||||
UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x8000,`equipment_id`=@EquiEntry+2 WHERE `entry`=39814; -- Onyx Flamecaller (flying)
|
||||
UPDATE `creature_template` SET `baseattacktime`=1500,`unit_flags`=`unit_flags`|0x8040 WHERE `entry`=39863; -- Halion
|
||||
UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x40,`equipment_id`=@EquiEntry+1 WHERE `entry`=39899; -- Baltharus the Warborn (clone)
|
||||
UPDATE `creature_template` SET `exp`=2,`unit_flags`=`unit_flags`|0x2000000,`unit_class`=1 WHERE `entry`=40001; -- Combustion
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000000,`unit_class`=2 WHERE `entry`=40029; -- Meteor Strike
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000000,`unit_class`=2 WHERE `entry`=40041; -- Meteor Strike
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000000,`unit_class`=2 WHERE `entry`=40042; -- Meteor Strike
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000000,`unit_class`=2 WHERE `entry`=40043; -- Meteor Strike
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000000,`unit_class`=2 WHERE `entry`=40044; -- Meteor Strike
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000000,`unit_class`=2 WHERE `entry`=40055; -- Meteor Strike
|
||||
UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x2000100,`speed_run`=0.42857 WHERE `entry`=40081; -- Orb Carrier (vehicle)
|
||||
UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x2000000,`speed_run`=0.85714 WHERE `entry`=40083; -- Shadow Orb
|
||||
UPDATE `creature_template` SET `baseattacktime`=2000,`unit_flags`=`unit_flags`|0x2000100,`speed_run`=0.78571 WHERE `entry`=40091; -- Orb Rotation Focus
|
||||
UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x2000000,`speed_run`=0.85714 WHERE `entry`=40100; -- Shadow Orb
|
||||
UPDATE `creature_template` SET `exp`=2,`baseattacktime`=1500,`unit_flags`=`unit_flags`|0x88840,`dynamicflags`=`dynamicflags`|0xC WHERE `entry`=40142; -- Halion (P2)
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000100 WHERE `entry`=40146; -- Halion Controller
|
||||
UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x8040,`equipment_id`=@EquiEntry+3,`unit_class`=8 WHERE `entry`=40417; -- Charscale Invoker
|
||||
UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x8040,`equipment_id`=@EquiEntry+4 WHERE `entry`=40419; -- Charscale Assaulter
|
||||
UPDATE `creature_template` SET `exp`=2,`baseattacktime`=1250,`unit_flags`=`unit_flags`|0x8040,`equipment_id`=@EquiEntry+5 WHERE `entry`=40421; -- Charscale Elite
|
||||
UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x8040,`equipment_id`=@EquiEntry+6 WHERE `entry`=40423; -- Charscale Commander
|
||||
UPDATE `creature_template` SET `exp`=2,`unit_flags`=`unit_flags`|0x8000,`unit_class`=8 WHERE `entry`=40429; -- Sanctum Guardian Xerestrasza
|
||||
UPDATE `creature_template` SET `exp`=2,`unit_flags`=`unit_flags`|0x22040300 WHERE `entry`=40626; -- Ruby Drakonid
|
||||
UPDATE `creature_template` SET `exp`=2,`unit_flags`=`unit_flags`|0x22040300 WHERE `entry`=40627; -- Ruby Drake
|
||||
UPDATE `creature_template` SET `exp`=2,`unit_flags`=`unit_flags`|0x22040300 WHERE `entry`=40628; -- Ruby Scalebane
|
||||
UPDATE `creature_template` SET `exp`=2,`unit_flags`=`unit_flags`|0x22040300 WHERE `entry`=40870; -- Ruby Dragon
|
||||
|
||||
-- Equips
|
||||
DELETE FROM `creature_equip_template` WHERE `entry` BETWEEN @EquiEntry AND @EquiEntry+6;
|
||||
INSERT INTO `creature_equip_template` (`entry`,`itemEntry1`,`itemEntry2`,`itemEntry3`) VALUES
|
||||
(@EquiEntry+0,43111,0,0),
|
||||
(@EquiEntry+1,28365,0,0),
|
||||
(@EquiEntry+2,19355,0,0),
|
||||
(@EquiEntry+3,43114,0,0),
|
||||
(@EquiEntry+4,5597,0,0),
|
||||
(@EquiEntry+5,49737,49737,0),
|
||||
(@EquiEntry+6,40608,0,0);
|
||||
|
||||
-- Model
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=1.75,`combat_reach`=1,`gender`=0 WHERE `modelid`=32179; -- General Zarithrian
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=2.625,`combat_reach`=5.25,`gender`=1 WHERE `modelid`=31577; -- Saviana Ragefire
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=3,`combat_reach`=9,`gender`=0 WHERE `modelid`=31761; -- Baltharus the Warborn
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=1.8,`combat_reach`=1,`gender`=2 WHERE `modelid`=31952; -- Halion
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=2,`combat_reach`=4,`gender`=2 WHERE `modelid`=16946; -- Combustion
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=1.5,`combat_reach`=5,`gender`=0 WHERE `modelid`=14308; -- Charscale Assaulter
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=0.67025,`combat_reach`=2.625,`gender`=1 WHERE `modelid`=31962; -- Sanctum Guardian Xerestrasza
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=1.875,`combat_reach`=6.25,`gender`=0 WHERE `modelid`=32105; -- Ruby Drakonid
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=3.75,`combat_reach`=4.375,`gender`=0 WHERE `modelid`=32104; -- Ruby Scalebane
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=1,`combat_reach`=1,`gender`=1 WHERE `modelid`=2718; -- Ruby Dragon
|
||||
|
||||
-- Addon
|
||||
UPDATE `creature_template_addon` SET `bytes1`=0,`bytes2`=0x1,`mount`=0,`emote`=0,`auras`='29266' WHERE `entry`=40626; -- Ruby Drakonid (Permanent Feing Death)
|
||||
UPDATE `creature_template_addon` SET `bytes1`=0,`bytes2`=0x1,`mount`=0,`emote`=0,`auras`='29266' WHERE `entry`=40627; -- Ruby Drake (Permanent Feing Death)
|
||||
UPDATE `creature_template_addon` SET `bytes1`=0,`bytes2`=0x1,`mount`=0,`emote`=0,`auras`='29266' WHERE `entry`=40628; -- Ruby Scalebane (Permanent Feing Death)
|
||||
UPDATE `creature_template_addon` SET `bytes1`=0,`bytes2`=0x1,`mount`=0,`emote`=0,`auras`='29266' WHERE `entry`=40870; -- Ruby Dragon (Permanent Feing Death)
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (39746,39747,39751,39794,39814,39863,40001,40029,40041,40042,40043,40044,40055,40081,40083,40091,40100,40142,40146,40417,40419,40421,40423,40429);
|
||||
INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(39746,0,0,0x1,0, NULL), -- General Zarithrian
|
||||
(39747,0,0,0x1,0, NULL), -- Saviana Ragefire
|
||||
(39751,0,0,0x1,0, NULL), -- Baltharus the Warborn
|
||||
(39794,0,0,0x1,0, NULL), -- Zarithrian Spawn Stalker
|
||||
(39814,0,0,0x1,0, NULL), -- Onyx Flamecaller
|
||||
(39863,0,0,0x1,0, NULL), -- Halion
|
||||
(40001,0,0,0x1,0, NULL), -- Combustion
|
||||
(40029,0,0,0x1,0, NULL), -- Meteor Strike
|
||||
(40041,0,0,0x1,0, NULL), -- Meteor Strike
|
||||
(40042,0,0,0x1,0, NULL), -- Meteor Strike
|
||||
(40043,0,0,0x1,0, NULL), -- Meteor Strike
|
||||
(40044,0,0,0x1,0, NULL), -- Meteor Strike
|
||||
(40055,0,0,0x1,0, NULL), -- Meteor Strike
|
||||
(40081,0,0x3000000,0x1,0, NULL), -- Orb Carrier
|
||||
(40083,0,0x2000000,0x1,0, NULL), -- Shadow Orb
|
||||
(40091,0,0,0x1,0, NULL), -- Orb Rotation Focus
|
||||
(40100,0,0x2000000,0x1,0, NULL), -- Shadow Orb
|
||||
(40142,0,0,0x1,0, NULL), -- Halion
|
||||
(40146,0,0,0x1,0, NULL), -- Halion Controller
|
||||
(40417,0,0,0x1,0, NULL), -- Charscale Invoker
|
||||
(40419,0,0,0x1,0, NULL), -- Charscale Assaulter
|
||||
(40421,0,0,0x1,0, NULL), -- Charscale Elite
|
||||
(40423,0,0,0x1,0, NULL), -- Charscale Commander
|
||||
(40429,0,0,0x1,0, NULL); -- Sanctum Guardian Xerestrasza
|
||||
|
||||
-- GOs
|
||||
UPDATE `gameobject_template` SET `flags`=`flags`|0x30 WHERE `entry`=203007; -- Ruby Sanctum Halion Flame Ring
|
||||
@@ -0,0 +1,10 @@
|
||||
SET @Valkyr = 38391; -- Val'kyr Guardian
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x8000,`AIName`='SmartAI' WHERE `entry`=@Valkyr; -- unk_15
|
||||
UPDATE `creature_model_info` SET `bounding_radius`=0.124,`combat_reach`=1.6,`gender`=1 WHERE `modelid`=31181;
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=@Valkyr;
|
||||
INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(@Valkyr,0,50331648,1,0, NULL);
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=@Valkyr;
|
||||
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
|
||||
(@Valkyr,0,0,0,25,0,100,0,0,0,0,0,58,1,71841,1500,2500,45,0,1,0,0,0,0,0,0,0, 'Val''kyr Guardian - On reset install AI template caster - Cast Smite every 1.5/2.5 seconds');
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user