From 3fc6a28ec23c8e94a593712131947f6684893d14 Mon Sep 17 00:00:00 2001 From: Grz3s Date: Mon, 15 Sep 2014 23:52:35 +0100 Subject: [PATCH] Update Pack 407 has been released! Update Pack 407, for CMaNGOS 12670 for 3.3.5a, SQL for ScripDev2 3041. Lots of NPCs, Quests, gossips, items, events and Instances were fixed. Please, read the CHANGELOG.txt file for list of changes. Thanks to all the contributors for their reports, fixes and tests. --- CHANGELOG.txt | 72 + Current_Release/InstallFullUDB.sh | 7 + ...07_corepatch_characters_12445_to_12670.sql | 21 + .../407_corepatch_mangos_12445_to_12670.sql | 382 + .../Updates/407_updatepack_mangos.sql | 16056 ++++++++++++++++ Updates/000_DB_Version.sql | 2 +- Windows_Install_Script.bat | 14 +- 7 files changed, 16547 insertions(+), 7 deletions(-) create mode 100644 Current_Release/Updates/407_corepatch_characters_12445_to_12670.sql create mode 100644 Current_Release/Updates/407_corepatch_mangos_12445_to_12670.sql create mode 100644 Current_Release/Updates/407_updatepack_mangos.sql diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c11ffe5..74085ca 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,75 @@ +====================================================================== +Update pack 407, for CMaNGOS 12735 for 3.3.5a, SQL for ScriptDev2 3041 +====================================================================== +Main changes: +* Shadowmoon Valley - almost finished (spawns/movements/etc) @ Grz3s +* Druids flight form chain -- quest chain completed (all scripts/movements/events etc) @Grz3s +* Lots of spawns/gossips/waypoints/scripts/events added. +* Fixes from forum. +* Achievements +* New "Buddy" system - implemented @ Grz3s +* Creature_movement(template) prepared for unnused colums drop - completed @ Grz3s +* First part of "New STATS system" - implemented @ Grz3s +* Missing vehicle data @ Xfurry (based on YTDB) +* Instances: 100% redone and completed by @ X-Savior +-- Tempest Keep: The Arcatraz +-- Tempest Keep: The Botanica +-- Tempest Keep: The Mechanar +-- Hellfire Citadel: Hellfire Ramparts +* Raid and dungeon updates by @ Xfurry +-- Ulduar +-- Sunwell Plateau +-- Ruby Sanctum +-- Zul'Farrak +-- Karazhan (Chess event) +-- Culling of Stratholme (Intro event) +* Quests List: +-- Demonic Crystal Prisons(q.10528) -H -A +-- The Attack!(q.434) -A +-- Challenge to the Black Flight(q.11165) +-- Vyletongue Corruption (q.7029) -H (q.7041) -A +-- Counting Out Time (q.4973) +-- Laying Waste to the Unwanted(q.10078) -A +-- Burn It Up... For the Horde!(q.10087) -H +-- Mission: Gateways Murketh and Shaadraz(q.10129) -H +-- Mission: The Murketh and Shaadraz Gateways(q.10146) -A +-- Zuluhed the Whacked(q.10866) -H -A +-- Ally of the Netherwing(q.10870) -A -H +-- The Soul Cannon of Reth'hedron (q.11089) -H -A +-- The Great Murkblood Revolt (q.11081) -H -A +-- Peace at Last (q.11152) +-- Raptor Horns(q.865) +-- All Clear!(q.10436) +-- Netherwing rep. quest chain - 90% completed (all racess . quests needs core support) +-- druids flight form chain -- quest chain completed: + -- quest 10961 'The Ward of Wakening' - Druid + -- quest 10964 'Waking the Sleeper' - Druid + -- quest 10987 'To Catch A Sparrowhawk' - Druid + -- quest 10988 'The Raven Stones' - Druid + -- quest 10988 'The Eagle's Essence' - Druid + -- quest 10991 'The Falcon's Essence' - Druid + -- quest 10992 'The Hawk's Essence' - Druid + -- quest 10994 'Chasing the Moonstone' - Druid +-- Minshina's Skull(q.808) +-- Report to Orgnil(q.823) +-- Dark Storms(q.806) - update (now completed) +-- An Apexis Relic(q.11058, q.11080) +-- Summon Ahune (q.11691) +-- Call the Headless Horseman (q.11405) +-- Gerenzo's Orders (q.1090) +-- One Shot. One Kill. (q.5713) +-- Death From Below (q.667) +-- All Is Well That Ends Well (q.13631, q.13819) +-- Slim Pickings (q.12075) +-- A Carver and a Croaker (q.11476) +-- Vyletongue Corruption (q.7041) +-- The Thane of Voldrune (q.12255, q.12259) +-- Take Down Tethyr! (q.11198) +-- Rise, Obsidion! (q.3566) +-- The Exorcism of Colonel Jules (q.10935) +-- The Cipher of Damnation - Ar'tor's Charge (q.10540) -H -A + + ====================================================================== Update pack 406, for CMaNGOS 12444 for 3.3.5a, SQL for ScriptDev2 2857 ====================================================================== diff --git a/Current_Release/InstallFullUDB.sh b/Current_Release/InstallFullUDB.sh index 7d360b6..0bfe6e3 100644 --- a/Current_Release/InstallFullUDB.sh +++ b/Current_Release/InstallFullUDB.sh @@ -136,6 +136,13 @@ $MYSQL_COMMAND < ${ADDITIONAL_PATH}Updates/0.12.2_additions/406_corepatch_mangos $MYSQL_COMMAND < ${ADDITIONAL_PATH}Updates/0.12.2_additions/406_updatepack_mangos.sql [[ $? != 0 ]] && exit 1 +## 407 +echo "Process Updatepack 407" +$MYSQL_COMMAND < ${ADDITIONAL_PATH}Updates/0.12.2_additions/407_corepatch_mangos_12445_to_12670.sql +[[ $? != 0 ]] && exit 1 +$MYSQL_COMMAND < ${ADDITIONAL_PATH}Updates/0.12.2_additions/407_updatepack_mangos.sql +[[ $? != 0 ]] && exit 1 + LAST_CORE_REV="12444" LAST_SD2_REV="2857" # process future release folders diff --git a/Current_Release/Updates/407_corepatch_characters_12445_to_12670.sql b/Current_Release/Updates/407_corepatch_characters_12445_to_12670.sql new file mode 100644 index 0000000..da1a70a --- /dev/null +++ b/Current_Release/Updates/407_corepatch_characters_12445_to_12670.sql @@ -0,0 +1,21 @@ +-- 12487 +ALTER TABLE character_db_version CHANGE COLUMN required_12339_02_characters_calendar_invites required_12487_01_characters_characters bit; + +UPDATE characters SET drunk = (drunk / 256) & 0xFF; + +ALTER TABLE characters CHANGE drunk drunk tinyint(3) unsigned NOT NULL DEFAULT '0'; + +-- 12562 +ALTER TABLE character_db_version CHANGE COLUMN required_12487_01_characters_characters required_12562_01_characters_various_tables bit; + +ALTER TABLE character_queststatus_daily DROP INDEX idx_guid; +ALTER TABLE character_queststatus_monthly DROP INDEX idx_guid; +ALTER TABLE character_queststatus_weekly DROP INDEX idx_guid; +ALTER TABLE character_social DROP INDEX friend; +ALTER TABLE character_social DROP INDEX guid; +ALTER TABLE character_talent DROP INDEX guid_key; +ALTER TABLE guild_bank_eventlog DROP INDEX guildid_key; +ALTER TABLE guild_bank_item DROP INDEX guildid_key; +ALTER TABLE guild_bank_right DROP INDEX guildid_key; +ALTER TABLE guild_bank_tab DROP INDEX guildid_key; +ALTER TABLE guild_member DROP INDEX guildid_key; diff --git a/Current_Release/Updates/407_corepatch_mangos_12445_to_12670.sql b/Current_Release/Updates/407_corepatch_mangos_12445_to_12670.sql new file mode 100644 index 0000000..9a87e77 --- /dev/null +++ b/Current_Release/Updates/407_corepatch_mangos_12445_to_12670.sql @@ -0,0 +1,382 @@ +-- 12465 +ALTER TABLE db_version CHANGE COLUMN required_12441_01_mangos_npc_spellclick_spells required_12465_01_mangos_spell_template bit; + +DELETE FROM spell_template WHERE id=50574; +INSERT INTO spell_template (id, attr, attr_ex, attr_ex2, proc_flags, proc_chance, duration_index, effect0, effect0_implicit_target_a, effect0_implicit_target_b, effect0_radius_idx, effect0_apply_aura_name, effect0_misc_value, effect0_misc_value_b, effect0_trigger_spell, comments) VALUES +(50574, 0x00000100, 0x00000000, 0x00000000, 0x00000000, 101, 0, 90, 25, 0, 11, 0, 28042, 0, 0, 'Captain Brandon Kill Credit'); + +-- 12505 +ALTER TABLE db_version CHANGE COLUMN required_12465_01_mangos_spell_template required_12505_01_mangos_spell_template bit; + +ALTER TABLE spell_template ADD COLUMN attr_ex3 int(11) unsigned NOT NULL DEFAULT '0' AFTER attr_ex2; + +DELETE FROM spell_template WHERE id=23770; +INSERT INTO spell_template VALUES +(23770, 0x24800100, 0x10000088, 0x00000001, 0x00100000, 0x00000000, 101, 367, 6, 25, 0, 0, 4, 0, 0, 0, 'Sayge''s timer - Darkmoon Faire'); + +-- 12507 +ALTER TABLE db_version CHANGE COLUMN required_12505_01_mangos_spell_template required_12507_01_mangos_spell_proc_event bit; + +DELETE FROM spell_proc_event WHERE entry IN (67712, 67758); +INSERT INTO spell_proc_event VALUES +(67712, 0x7F, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 2), +(67758, 0x7F, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 2); + +-- 12522 +ALTER TABLE db_version CHANGE COLUMN required_12507_01_mangos_spell_proc_event required_12522_01_mangos_db_script_string bit; + +ALTER TABLE db_script_string ADD COLUMN sound mediumint(8) unsigned NOT NULL DEFAULT '0' AFTER content_loc8; +ALTER TABLE db_script_string ADD COLUMN type tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER sound; +ALTER TABLE db_script_string ADD COLUMN language tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER type; +ALTER TABLE db_script_string ADD COLUMN emote smallint(5) unsigned NOT NULL DEFAULT '0' AFTER language; +ALTER TABLE db_script_string ADD COLUMN comment text AFTER emote; + +-- Update Dbscript_string with the type and language from Dbscripts_on_* +CREATE TEMPORARY TABLE IF NOT EXISTS db_script_temp AS +-- dbscripts_on_creature_death +SELECT A.entry + ,A.content_default + ,A.content_loc1 + ,A.content_loc2 + ,A.content_loc3 + ,A.content_loc4 + ,A.content_loc5 + ,A.content_loc6 + ,A.content_loc7 + ,A.content_loc8 + ,0 AS sound + ,B.datalong AS type + ,B.datalong2 AS language + ,0 AS emote + ,NULL AS comment +FROM db_script_string A +INNER JOIN dbscripts_on_creature_death B ON (A.entry = B.dataint OR A.entry = B.dataint2 OR A.entry = B.dataint3 OR A.entry = B.dataint4) +-- dbscripts_on_creature_movement +UNION ALL +SELECT A.entry + ,A.content_default + ,A.content_loc1 + ,A.content_loc2 + ,A.content_loc3 + ,A.content_loc4 + ,A.content_loc5 + ,A.content_loc6 + ,A.content_loc7 + ,A.content_loc8 + ,0 AS sound + ,B.datalong AS type + ,B.datalong2 AS language + ,0 AS emote + ,NULL AS comment +FROM db_script_string A +INNER JOIN dbscripts_on_creature_movement B ON (A.entry = B.dataint OR A.entry = B.dataint2 OR A.entry = B.dataint3 OR A.entry = B.dataint4) +-- dbscripts_on_event +UNION ALL +SELECT A.entry + ,A.content_default + ,A.content_loc1 + ,A.content_loc2 + ,A.content_loc3 + ,A.content_loc4 + ,A.content_loc5 + ,A.content_loc6 + ,A.content_loc7 + ,A.content_loc8 + ,0 AS sound + ,B.datalong AS type + ,B.datalong2 AS language + ,0 AS emote + ,NULL AS comment +FROM db_script_string A +INNER JOIN dbscripts_on_event B ON (A.entry = B.dataint OR A.entry = B.dataint2 OR A.entry = B.dataint3 OR A.entry = B.dataint4) +-- dbscripts_on_gossip +UNION ALL +SELECT A.entry + ,A.content_default + ,A.content_loc1 + ,A.content_loc2 + ,A.content_loc3 + ,A.content_loc4 + ,A.content_loc5 + ,A.content_loc6 + ,A.content_loc7 + ,A.content_loc8 + ,0 AS sound + ,B.datalong AS type + ,B.datalong2 AS language + ,0 AS emote + ,NULL AS comment +FROM db_script_string A +INNER JOIN dbscripts_on_gossip B ON (A.entry = B.dataint OR A.entry = B.dataint2 OR A.entry = B.dataint3 OR A.entry = B.dataint4) +-- dbscripts_on_go_template_use +UNION ALL +SELECT A.entry + ,A.content_default + ,A.content_loc1 + ,A.content_loc2 + ,A.content_loc3 + ,A.content_loc4 + ,A.content_loc5 + ,A.content_loc6 + ,A.content_loc7 + ,A.content_loc8 + ,0 AS sound + ,B.datalong AS type + ,B.datalong2 AS language + ,0 AS emote + ,NULL AS comment +FROM db_script_string A +INNER JOIN dbscripts_on_go_template_use B ON (A.entry = B.dataint OR A.entry = B.dataint2 OR A.entry = B.dataint3 OR A.entry = B.dataint4) +-- dbscripts_on_go_use +UNION ALL +SELECT A.entry + ,A.content_default + ,A.content_loc1 + ,A.content_loc2 + ,A.content_loc3 + ,A.content_loc4 + ,A.content_loc5 + ,A.content_loc6 + ,A.content_loc7 + ,A.content_loc8 + ,0 AS sound + ,B.datalong AS type + ,B.datalong2 AS language + ,0 AS emote + ,NULL AS comment +FROM db_script_string A +INNER JOIN dbscripts_on_go_use B ON (A.entry = B.dataint OR A.entry = B.dataint2 OR A.entry = B.dataint3 OR A.entry = B.dataint4) +-- dbscripts_on_quest_end +UNION ALL +SELECT A.entry + ,A.content_default + ,A.content_loc1 + ,A.content_loc2 + ,A.content_loc3 + ,A.content_loc4 + ,A.content_loc5 + ,A.content_loc6 + ,A.content_loc7 + ,A.content_loc8 + ,0 AS sound + ,B.datalong AS type + ,B.datalong2 AS language + ,0 AS emote + ,NULL AS comment +FROM db_script_string A +INNER JOIN dbscripts_on_quest_end B ON (A.entry = B.dataint OR A.entry = B.dataint2 OR A.entry = B.dataint3 OR A.entry = B.dataint4) +-- dbscripts_on_quest_start +UNION ALL +SELECT A.entry + ,A.content_default + ,A.content_loc1 + ,A.content_loc2 + ,A.content_loc3 + ,A.content_loc4 + ,A.content_loc5 + ,A.content_loc6 + ,A.content_loc7 + ,A.content_loc8 + ,0 AS sound + ,B.datalong AS type + ,B.datalong2 AS language + ,0 AS emote + ,NULL AS comment +FROM db_script_string A +INNER JOIN dbscripts_on_quest_start B ON (A.entry = B.dataint OR A.entry = B.dataint2 OR A.entry = B.dataint3 OR A.entry = B.dataint4) +-- dbscripts_on_spell +UNION ALL +SELECT A.entry + ,A.content_default + ,A.content_loc1 + ,A.content_loc2 + ,A.content_loc3 + ,A.content_loc4 + ,A.content_loc5 + ,A.content_loc6 + ,A.content_loc7 + ,A.content_loc8 + ,0 AS sound + ,B.datalong AS type + ,B.datalong2 AS language + ,0 AS emote + ,NULL AS comment +FROM db_script_string A +INNER JOIN dbscripts_on_spell B ON (A.entry = B.dataint OR A.entry = B.dataint2 OR A.entry = B.dataint3 OR A.entry = B.dataint4); + +-- Clean dbscript_string and insert the new updated values +DELETE FROM db_script_string WHERE entry IN (SELECT DISTINCT entry FROM db_script_temp); +INSERT INTO db_script_string SELECT * FROM db_script_temp GROUP BY entry; +DROP TABLE IF EXISTS db_script_temp; + +-- 12534 +ALTER TABLE db_version CHANGE COLUMN required_12522_01_mangos_db_script_string required_12534_01_mangos_playercreateinfo_spell bit; + +DELETE FROM playercreateinfo_spell WHERE race=10 AND Spell=61437; +INSERT INTO playercreateinfo_spell (race, class, Spell, Note) VALUES +(10,2,61437,'Opening'), +(10,3,61437,'Opening'), +(10,4,61437,'Opening'), +(10,5,61437,'Opening'), +(10,6,61437,'Opening'), +(10,8,61437,'Opening'), +(10,9,61437,'Opening'); + +-- 12540 +ALTER TABLE db_version CHANGE COLUMN required_12534_01_mangos_playercreateinfo_spell required_12540_01_mangos_command bit; + +UPDATE `command` SET help = 'Syntax: .account create $account $password [$expansion]\r\n\r\nCreate account and set password to it. Optionally, you may also set another expansion for this account than the defined default value.' WHERE name = 'account create'; + +-- 12562 +ALTER TABLE db_version CHANGE COLUMN required_12540_01_mangos_command required_12562_01_mangos_playercreateinfo_action bit; + +ALTER TABLE playercreateinfo_action DROP INDEX playercreateinfo_race_class_index; + +-- 12606 +ALTER TABLE db_version CHANGE COLUMN required_12562_01_mangos_playercreateinfo_action required_12606_01_mangos_creature_template bit; + +-- Rename and add new field to prepare upcoming patch + +RENAME TABLE creature_template TO creature_template_old; +CREATE TABLE `creature_template` ( + `Entry` mediumint(8) unsigned NOT NULL DEFAULT '0', + `Name` char(100) NOT NULL DEFAULT '', + `SubName` char(100) DEFAULT NULL, + `IconName` char(100) DEFAULT NULL, + `MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '1', + `MaxLevel` tinyint(3) unsigned NOT NULL DEFAULT '1', + `DifficultyEntry1` mediumint(8) unsigned NOT NULL DEFAULT '0', + `DifficultyEntry2` mediumint(8) unsigned NOT NULL DEFAULT '0', + `DifficultyEntry3` mediumint(8) unsigned NOT NULL DEFAULT '0', + `ModelId1` mediumint(8) unsigned NOT NULL DEFAULT '0', + `ModelId2` mediumint(8) unsigned NOT NULL DEFAULT '0', + `ModelId3` mediumint(8) unsigned NOT NULL DEFAULT '0', + `ModelId4` mediumint(8) unsigned NOT NULL DEFAULT '0', + `FactionAlliance` smallint(5) unsigned NOT NULL DEFAULT '0', + `FactionHorde` smallint(5) unsigned NOT NULL DEFAULT '0', + `Scale` float NOT NULL DEFAULT '1', + `Family` tinyint(4) NOT NULL DEFAULT '0', + `CreatureType` tinyint(3) unsigned NOT NULL DEFAULT '0', + `InhabitType` tinyint(3) unsigned NOT NULL DEFAULT '3', + `RegenerateHealth` tinyint(3) unsigned NOT NULL DEFAULT '1', + `RacialLeader` tinyint(3) unsigned NOT NULL DEFAULT '0', + `NpcFlags` int(10) unsigned NOT NULL DEFAULT '0', + `UnitFlags` int(10) unsigned NOT NULL DEFAULT '0', + `DynamicFlags` int(10) unsigned NOT NULL DEFAULT '0', + `ExtraFlags` int(10) unsigned NOT NULL DEFAULT '0', + `CreatureTypeFlags` int(10) unsigned NOT NULL DEFAULT '0', + `SpeedWalk` float NOT NULL DEFAULT '1', + `SpeedRun` float NOT NULL DEFAULT '1.14286', + `UnitClass` tinyint(3) unsigned NOT NULL DEFAULT '0', + `Rank` tinyint(3) unsigned NOT NULL DEFAULT '0', + `Expansion` tinyint(3) NOT NULL DEFAULT '-1', -- NEW FIELD ADDED + `HealthMultiplier` float NOT NULL DEFAULT '1', + `ManaMultiplier` float NOT NULL DEFAULT '1', + `DamageMultiplier` float NOT NULL DEFAULT '1', + `DamageVariance` float NOT NULL DEFAULT '1', -- NEW FIELD ADDED + `ArmorMultiplier` float NOT NULL DEFAULT '1', -- NEW FIELD ADDED + `ExperienceMultiplier` float NOT NULL DEFAULT '1', -- NEW FIELD ADDED + `MinLevelHealth` int(10) unsigned NOT NULL DEFAULT '0', + `MaxLevelHealth` int(10) unsigned NOT NULL DEFAULT '0', + `MinLevelMana` int(10) unsigned NOT NULL DEFAULT '0', + `MaxLevelMana` int(10) unsigned NOT NULL DEFAULT '0', + `MinMeleeDmg` float NOT NULL DEFAULT '0', + `MaxMeleeDmg` float NOT NULL DEFAULT '0', + `MinRangedDmg` float NOT NULL DEFAULT '0', + `MaxRangedDmg` float NOT NULL DEFAULT '0', + `Armor` int(10) unsigned NOT NULL DEFAULT '0', + `MeleeAttackPower` int(10) unsigned NOT NULL DEFAULT '0', + `RangedAttackPower` smallint(5) unsigned NOT NULL DEFAULT '0', + `MeleeBaseAttackTime` int(10) unsigned NOT NULL DEFAULT '0', + `RangedBaseAttackTime` int(10) unsigned NOT NULL DEFAULT '0', + `DamageSchool` tinyint(4) NOT NULL DEFAULT '0', + `MinLootGold` mediumint(8) unsigned NOT NULL DEFAULT '0', + `MaxLootGold` mediumint(8) unsigned NOT NULL DEFAULT '0', + `LootId` mediumint(8) unsigned NOT NULL DEFAULT '0', + `PickpocketLootId` mediumint(8) unsigned NOT NULL DEFAULT '0', + `SkinningLootId` mediumint(8) unsigned NOT NULL DEFAULT '0', + `KillCredit1` int(11) unsigned NOT NULL DEFAULT '0', + `KillCredit2` int(11) unsigned NOT NULL DEFAULT '0', + `QuestItem1` int(11) unsigned NOT NULL DEFAULT '0', + `QuestItem2` int(11) unsigned NOT NULL DEFAULT '0', + `QuestItem3` int(11) unsigned NOT NULL DEFAULT '0', + `QuestItem4` int(11) unsigned NOT NULL DEFAULT '0', + `QuestItem5` int(11) unsigned NOT NULL DEFAULT '0', + `QuestItem6` int(11) unsigned NOT NULL DEFAULT '0', + `MechanicImmuneMask` int(10) unsigned NOT NULL DEFAULT '0', + `ResistanceHoly` smallint(5) NOT NULL DEFAULT '0', + `ResistanceFire` smallint(5) NOT NULL DEFAULT '0', + `ResistanceNature` smallint(5) NOT NULL DEFAULT '0', + `ResistanceFrost` smallint(5) NOT NULL DEFAULT '0', + `ResistanceShadow` smallint(5) NOT NULL DEFAULT '0', + `ResistanceArcane` smallint(5) NOT NULL DEFAULT '0', + `PetSpellDataId` mediumint(8) unsigned NOT NULL DEFAULT '0', + `MovementType` tinyint(3) unsigned NOT NULL DEFAULT '0', + `MovementTemplateId` int(11) unsigned NOT NULL DEFAULT '0', + `TrainerType` tinyint(4) NOT NULL DEFAULT '0', + `TrainerSpell` mediumint(8) unsigned NOT NULL DEFAULT '0', + `TrainerClass` tinyint(3) unsigned NOT NULL DEFAULT '0', + `TrainerRace` tinyint(3) unsigned NOT NULL DEFAULT '0', + `TrainerTemplateId` mediumint(8) unsigned NOT NULL DEFAULT '0', + `VendorTemplateId` mediumint(8) unsigned NOT NULL DEFAULT '0', + `EquipmentTemplateId` mediumint(8) unsigned NOT NULL DEFAULT '0', + `VehicleTemplateId` mediumint(8) unsigned NOT NULL DEFAULT '0', + `GossipMenuId` mediumint(8) unsigned NOT NULL DEFAULT '0', + `AIName` char(64) NOT NULL DEFAULT '', + `ScriptName` char(64) NOT NULL DEFAULT '', + PRIMARY KEY (`entry`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Creature System'; + +INSERT INTO `creature_template` (`Entry`, `Name`, `SubName`, `IconName`, `MinLevel`, `MaxLevel`, `DifficultyEntry1`, `DifficultyEntry2`, `DifficultyEntry3`, `ModelId1`, `ModelId2`, `ModelId3`, `ModelId4`, + `FactionAlliance`, `FactionHorde`, `Scale`, `Family`, `CreatureType`, `InhabitType`, `RegenerateHealth`, `RacialLeader`, `NpcFlags`, `UnitFlags`, `DynamicFlags`, `ExtraFlags`, `CreatureTypeFlags`, + `SpeedWalk`, `SpeedRun`, `UnitClass`, `Rank`, `HealthMultiplier`, `ManaMultiplier`, `DamageMultiplier`, `MinLevelHealth`, `MaxLevelHealth`, `MinLevelMana`, `MaxLevelMana`, `MinMeleeDmg`, `MaxMeleeDmg`, + `MinRangedDmg`, `MaxRangedDmg`, `Armor`, `MeleeAttackPower`, `RangedAttackPower`, `MeleeBaseAttackTime`, `RangedBaseAttackTime`, `DamageSchool`, `MinLootGold`, `MaxLootGold`, + `LootId`, `PickpocketLootId`, `SkinningLootId`, `KillCredit1`, `KillCredit2`, `QuestItem1`, `QuestItem2`, `QuestItem3`, `QuestItem4`, `QuestItem5`, `QuestItem6`, `MechanicImmuneMask`, + `ResistanceHoly`, `ResistanceFire`, `ResistanceNature`, `ResistanceFrost`, `ResistanceShadow`, `ResistanceArcane`, `PetSpellDataId`, `MovementType`, `MovementTemplateId`, `TrainerType`, `TrainerSpell`, + `TrainerClass`, `TrainerRace`, `TrainerTemplateId`, `VendorTemplateId`, `EquipmentTemplateId`, `VehicleTemplateId`, `GossipMenuId`, `AIName`, `ScriptName`) +SELECT `entry`, `name`, `subname`, `iconname`, `minlevel`, `maxlevel`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `modelid_1`, `modelid_2`, `modelid_3`, `modelid_4`, + `faction_A`, `faction_H`, `scale`, `family`, `type`, `InhabitType`, `RegenHealth`, `RacialLeader`, `npcflag`, `unit_flags`, `dynamicflags`, `flags_extra`, `type_flags`, + `speed_walk`, `speed_run`, `unit_class`, `rank`, `unk16`, `unk17`, `dmg_multiplier`, `minhealth`, `maxhealth`, `minmana`, `maxmana`, `minDmg`, `maxdmg`, + `minrangedmg`, `maxrangedmg`, `armor`, `attackpower`, `rangedattackpower`, `baseattacktime`, `rangeattacktime`, `dmgschool`, `mingold`, `maxgold`, + `lootid`, `pickpocketloot`, `skinloot`, `KillCredit1`, `KillCredit2`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, + `mechanic_immune_mask`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `PetSpellDataId`, `MovementType`, `movementId`, `trainer_type`, `trainer_spell`, + `trainer_class`, `trainer_race`, `trainer_id`, `vendor_id`, `equipment_id`, `vehicle_id`, `gossip_menu_id`, `AIName`, `ScriptName` +FROM `creature_template_old` ORDER BY `entry`; + +DROP TABLE `creature_template_old`; + +-- 12615 +ALTER TABLE db_version CHANGE COLUMN required_12606_01_mangos_creature_template required_12615_01_mangos_creature_template_classlevelstats bit; + +DROP TABLE IF EXISTS `creature_template_classlevelstats`; + +CREATE TABLE `creature_template_classlevelstats` ( + `Level` tinyint(4) NOT NULL, + `Class` tinyint(4) NOT NULL, + `BaseHealthExp0` mediumint(8) unsigned NOT NULL DEFAULT '0', + `BaseHealthExp1` mediumint(8) unsigned NOT NULL DEFAULT '0', + `BaseHealthExp2` mediumint(8) unsigned NOT NULL DEFAULT '0', + `BaseMana` mediumint(8) unsigned NOT NULL DEFAULT '0', + `BaseDamageExp0` float NOT NULL DEFAULT '0', + `BaseDamageExp1` float NOT NULL DEFAULT '0', + `BaseDamageExp2` float NOT NULL DEFAULT '0', + `BaseMeleeAttackPower` float NOT NULL DEFAULT '0', + `BaseRangedAttackPower` float NOT NULL DEFAULT '0', + `BaseArmor` mediumint(8) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`Level`,`Class`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- 12654 +ALTER TABLE db_version CHANGE COLUMN required_12615_01_mangos_creature_template_classlevelstats required_12654_01_mangos_creature_template_power bit; + +ALTER TABLE creature_template CHANGE ManaMultiplier PowerMultiplier float NOT NULL DEFAULT '1'; +ALTER TABLE creature_template CHANGE RegenerateHealth RegenerateStats tinyint(3) unsigned NOT NULL DEFAULT '3'; +UPDATE creature_template SET RegenerateStats = RegenerateStats|2; + +-- 12670 +ALTER TABLE db_version CHANGE COLUMN required_12654_01_mangos_creature_template_power required_12670_01_mangos_spell_template bit; + +DELETE FROM spell_template WHERE id=21883; +INSERT INTO spell_template VALUES +(21883, 0x00000180, 0x10000000, 0x00000000, 0x00000000, 0x00000000, 101, 225, 76, 22, 0, 0, 0, 178904, 0, 0, 'Summon Healed Celebrian Vine'); + diff --git a/Current_Release/Updates/407_updatepack_mangos.sql b/Current_Release/Updates/407_updatepack_mangos.sql new file mode 100644 index 0000000..4efe4ab --- /dev/null +++ b/Current_Release/Updates/407_updatepack_mangos.sql @@ -0,0 +1,16056 @@ +-- Updatepack_407 + +-- -------------------------------------------------- +-- NEW GAMEOBJECTS SPAWNS +-- -------------------------------------------------- + +-- Grz3s +-- Raven Stone Fragment should be spawned 'only' by Cenarion Sparrowhawk in q.10988. +DELETE FROM gameobject WHERE guid IN (39908,39909,39910,39911,39912,39913,39914,39915,39916,39917,39918,39919,39920); +-- Hellfire Fire - wrong object used (sniffed one added in 407) +DELETE FROM gameobject WHERE guid IN (24681,24682); + + +-- -------------------- +-- Gameobjects single spawn +-- -------------------- + +-- Missing template +-- missing object added: The Book of the Raven +DELETE FROM gameobject_template WHERE entry = 185523; +INSERT INTO gameobject_template (entry, type, displayId, name, IconName, castBarCaption, unk1, faction, flags, size, questItem1, questItem2, questItem3, questItem4, questItem5, questItem6, data0, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, mingold, maxgold, ScriptName) VALUES +(185523,5,7356,'The Book of the Raven','','','',0,0,0.5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''); + +-- cleanup +DELETE FROM gameobject WHERE guid BETWEEN 121700 AND 121846; +DELETE FROM gameobject WHERE guid BETWEEN 121915 AND 121925; +DELETE FROM gameobject WHERE guid = 105315; + +-- missing object added: The Book of the Raven +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121700, 185523, 530, 1,1,3024.36, 5509, 145.957, 2.29514, 0, 0, 0.911768, 0.410706, -600, 255, 1); +-- Coilskar chest +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121701, 184716, 530, 1,1,-2962.65, 1303.57, 8.06647, 0.6283169, 0, 0, 0.3090162, 0.9510568, 120, 255, 1), +(121702, 184716, 530, 1,1,-2900.39, 1302.51, 6.85874, 2.129301, 0, 0, 0.8746195, 0.4848101, 120, 255, 1), +(121703, 184716, 530, 1,1,-2914.77, 1390.09, 7.06381, 6.126106, 0, 0, -0.07845879, 0.9969174, 120, 255, 1), +(121704, 184716, 530, 1,1,-2835.52, 1293.71, 6.35783, 3.106652, 0, 0, 0.9998474, 0.01746928, 120, 255, 1), +(121705, 184716, 530, 1,1,-2784.34, 1311.39, 33.6127, 0.2792516, 0, 0, 0.1391726, 0.9902682, 120, 255, 1), +(121706, 184716, 530, 1,1,-2771, 1197.01, 6.66843, 3.455756, 0, 0, -0.9876881, 0.1564362, 120, 255, 1), +(121707, 184716, 530, 1,1,-2749.1, 1229.3, 33.4285, 1.396262, 0, 0, 0.642787, 0.766045, 120, 255, 1), +(121708, 184716, 530, 1,1,-2792.3, 1222.5, 6.8073, 3.700105, 0, 0, -0.9612608, 0.2756405, 120, 255, 1), +(121709, 184716, 530, 1,1,-2726.82, 1275.03, 33.318, 3.804818, 0, 0, -0.9455185, 0.3255684, 120, 255, 1), +(121710, 184716, 530, 1,1,-2711.77, 1300.37, 34.1015, 1.431168, 0, 0, 0.6560583, 0.7547102, 120, 255, 1), +(121711, 184716, 530, 1,1,-2677.44, 1271.89, 28.6845, 0.9599299, 0, 0, 0.4617481, 0.8870111, 120, 255, 1), +(121712, 184716, 530, 1,1,-2800.67, 1159.09, 6.86852, 0.9948372, 0, 0, 0.4771585, 0.8788173, 120, 255, 1), +(121713, 184716, 530, 1,1,-2679, 1384.25, 38.4438, 4.90824, 0, 0, 0.634586, -0.772852, 120, 255, 1), +(121714, 184716, 530, 1,1,-2686.16, 1394.24, 38.5802, 4.153885, 0, 0, -0.8746195, 0.4848101, 120, 255, 1), +(121715, 184716, 530, 1,1,-2707.96, 1389.91, 38.5802, 5.550147, 0, 0, -0.3583679, 0.9335805, 120, 255, 1), +(121716, 184716, 530, 1,1,-2630.94, 1267.08, 23.9588, 3.996807, 0, 0, -0.9099607, 0.4146944, 120, 255, 1), +(121717, 184716, 530, 1,1,-2576.08, 1405.02, 40.7724, 4.06662, 0, 0, -0.8949337, 0.4461992, 120, 255, 1), +(121718, 184716, 530, 1,1,-2817.58, 1253.35, 6.74906, 4.35564, 0, 0, 0.821351, -0.570424, 120, 255, 1), +(121719, 184716, 530, 1,1,-2638.01, 1221.84, 9.4381, 2.20363, 0, 0, 0.892029, 0.451978, 120, 255, 1), +(121720, 184716, 530, 1,1,-2623.03, 1238.01, 17.3887, 4.36662, 0, 0, 0.818206, -0.574925, 120, 255, 1), +(121721, 184716, 530, 1,1,-2715.44, 1336.68, 34.3086, 5.1049, 0, 0, 0.55565, -0.831416, 120, 255, 1), +(121722, 184716, 530, 1,1,-2665.92, 1331.43, 34.4453, 1.82562, 0, 0, 0.791227, 0.611523, 120, 255, 1); +-- Bonfire - missing in Oronok's Farm (Shadowmoon Valley) +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121723, 184683, 530, 1,1,-2804.579, 1259.304, 74.66774, 3.13983, 0.004361629, -0.02181435, 0.999752, 0.0009765625, 25, 255, 1); +-- Raven Stone Fragment - (Terrokar Forest) - all misiing added +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121724, 185541, 530, 1,1,-3522.93, 3591.24, 279.984, 3.13623, 0, 0, 0.999996, 0.00268371, -320, 255, 1), +(121725, 185541, 530, 1,1,-3614.71, 3668.21, 277.876, 3.06554, 0, 0, 0.999277, 0.0380174, -320, 255, 1), +(121726, 185541, 530, 1,1,-3687.49, 3676.91, 275.849, 3.17157, 0, 0, 0.999888, -0.014987, -320, 255, 1), +(121727, 185541, 530, 1,1,-3591.01, 3724.4, 286.046, 2.90092, 0, 0, 0.992768, 0.120047, -320, 255, 1), +(121728, 185541, 530, 1,1,-3660.47, 3804.44, 256.671, 0.921711, 0, 0, 0.444715, 0.895672, -320, 255, 1), +(121729, 185541, 530, 1,1,-3709.67, 3744.53, 277.062, 2.56712, 0, 0, 0.959031, 0.283302, -320, 255, 1), +(121730, 185541, 530, 1,1,-3758.52, 3732.27, 276.852, 6.07391, 0, 0, 0.104445, -0.994531, -320, 255, 1), +(121731, 185541, 530, 1,1,-3945.16, 3664.53, 287.184, 3.24256, 0, 0, 0.998726, -0.0504627, -320, 255, 1), +(121732, 185541, 530, 1,1,-3869.19, 3813.33, 293.27, 2.40611, 0, 0, 0.933142, 0.359508, -320, 255, 1), +(121733, 185541, 530, 1,1,-3928.52, 3803.6, 296.713, 0.84317, 0, 0, 0.409207, 0.912442, -320, 255, 1), +(121734, 185541, 530, 1,1,-4015.58, 3704.01, 296.699, 2.70849, 0, 0, 0.976644, 0.214862, -320, 255, 1), +(121735, 185541, 530, 1,1,-4048.37, 3670.2, 306.466, 5.85008, 0, 0, 0.214865, -0.976644, -320, 255, 1), +(121736, 185541, 530, 1,1,-4035.57, 3604.6, 289.111, 4.36568, 0, 0, 0.818477, -0.57454, -320, 255, 1), +(121737, 185541, 530, 1,1,-4114.9, 3445.98, 291.461, 4.78586, 0, 0, 0.680659, -0.732601, -320, 255, 1), +(121738, 185541, 530, 1,1,-4164.12, 3408.89, 293.794, 5.79116, 0, 0, 0.243536, -0.969892, -320, 255, 1), +(121739, 185541, 530, 1,1,-4145.64, 3367.12, 286.617, 2.18226, 0, 0, 0.88715, 0.461482, -320, 255, 1), +(121740, 185541, 530, 1,1,-4057.38, 3349.27, 285.711, 3.79233, 0, 0, 0.947534, -0.319656, -320, 255, 1), +(121741, 185541, 530, 1,1,-4085.77, 3318.1, 288.168, 4.21251, 0, 0, 0.860035, -0.510236, -320, 255, 1), +(121742, 185541, 530, 1,1,-4134.75, 3296.82, 291.336, 3.47031, 0, 0, 0.986524, -0.163619, -320, 255, 1), +(121743, 185541, 530, 1,1,-4196.13, 3308.13, 284.064, 0.587893, 0, 0, 0.289732, 0.957108, -320, 255, 1), +(121744, 185541, 530, 1,1,-4189.54, 3257.55, 292.043, 2.70455, 0, 0, 0.976219, 0.216787, -320, 255, 1), +(121745, 185541, 530, 1,1,-4087.81, 3247.68, 298.522, 4.46776, 0, 0, 0.788098, -0.61555, -320, 255, 1), +(121746, 185541, 530, 1,1,-4180.37, 3124.99, 321.346, 3.64701, 0, 0, 0.968238, -0.250029, -320, 255, 1), +(121747, 185541, 530, 1,1,-4180.98, 2998.87, 314.479, 6.08959, 0, 0, 0.0966446, -0.995319, -320, 255, 1), +(121748, 185541, 530, 1,1,-4066.43, 3066.54, 318.051, 0.458292, 0, 0, 0.227146, 0.973861, -320, 255, 1), +(121749, 185541, 530, 1,1,-3976.59, 3165.93, 315.712, 0.415095, 0, 0, 0.206061, 0.978539, -320, 255, 1), +(121750, 185541, 530, 1,1,-3913.84, 3258.51, 299.482, 5.97571, 0, 0, 0.153131, -0.988206, -320, 255, 1), +(121751, 185541, 530, 1,1,-3825.82, 3296.92, 276.039, 0.332628, 0, 0, 0.165548, 0.986202, -320, 255, 1), +(121752, 185541, 530, 1,1,-3896.6, 3304.55, 285.785, 3.59988, 0, 0, 0.973861, -0.227146, -320, 255, 1), +(121753, 185541, 530, 1,1,-3888.72, 3199.02, 313.575, 5.30419, 0, 0, 0.470182, -0.88257, -320, 255, 1), +(121754, 185541, 530, 1,1,-3862.88, 3234.32, 308.008, 0.199102, 0, 0, 0.0993868, 0.995049, -320, 255, 1), +(121755, 185541, 530, 1,1,-3777.72, 3341.68, 276.476, 0.937377, 0, 0, 0.451716, 0.892162, -320, 255, 1), +(121756, 185541, 530, 1,1,-3897.6, 3146.29, 326.375, 4.31067, 0, 0, 0.833968, -0.551813, -320, 255, 1), +(121757, 185541, 530, 1,1,-3868.82, 3107.8, 333.388, 4.93506, 0, 0, 0.624167, -0.781291, -320, 255, 1), +(121758, 185541, 530, 1,1,-3919.64, 3054.12, 358.956, 1.711, 0, 0, 0.754898, 0.655842, -320, 255, 1), +(121759, 185541, 530, 1,1,-3994.67, 3021.64, 358.166, 1.28295, 0, 0, 0.598378, 0.801214, -320, 255, 1), +(121760, 185541, 530, 1,1,-4002.35, 3003.2, 361.913, 4.85259, 0, 0, 0.655844, -0.754897, -320, 255, 1), +(121761, 185541, 530, 1,1,-3716.99, 3343.28, 287.33, 0.0734353, 0, 0, 0.0367094, 0.999326, -320, 255, 1), +(121762, 185541, 530, 1,1,-3652.02, 3308.09, 285.399, 0.689972, 0, 0, 0.338184, 0.94108, -320, 255, 1), +(121763, 185541, 530, 1,1,-3689.99, 3391.04, 282.229, 1.88378, 0, 0, 0.808671, 0.588262, -320, 255, 1), +(121764, 185541, 530, 1,1,-3623.51, 3372.87, 294.724, 5.37488, 0, 0, 0.438702, -0.898633, -320, 255, 1), +(121765, 185541, 530, 1,1,-3467.18, 3487.59, 286.371, 4.38136, 0, 0, 0.813945, -0.580942, -320, 255, 1), +(121766, 185541, 530, 1,1,-3642.29, 3189.84, 314.527, 4.04758, 0, 0, 0.899141, -0.437659, -320, 255, 1), +(121767, 185541, 530, 1,1,-4116.15, 3212.55, 299.799, 5.08038, 0, 0, 0.565801, -0.824542, -320, 255, 1), +(121768, 185541, 530, 1,1,-4108.74, 3544.24, 296.961, 1.6953, 0, 0, 0.749729, 0.661745, -320, 255, 1); +-- Burning Horde Siege Engine - req. for (q.10087) -- sniff +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121769, 182817, 530, 1,1,-353.264, 2714.73, 44.4037, 0.53776, 0, 0, 0.06975555, 0.9975641, -300, 255, 1), +(121770, 182817, 530, 1,1,-300.684, 2407.6, 60.7085, 0.113659, 0, 0, -0.7604055, 0.6494485, -300, 255, 1); +-- Vector Coil Fire - req. for (q.10129) - sniff +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121771, 182090, 530, 1,1,-294.437, 1525.48, 36.6622, 4.09861, 0, 0, 0.9681473, 0.2503814, -180, 255, 1), +(121772, 182090, 530, 1,1,-297.022, 1520.55, 67.9861, 3.90619, 0, 0, 0.92781, -0.373052, -180, 255, 1), +(121773, 182090, 530, 1,1,-308.298, 1530.72, 54.7025, 2.2372, 0, 0, 0.899489, 0.436943, -180, 255, 1), +(121774, 182090, 530, 1,1,-320.928, 1530.98, 40.3923, 5.85003, 0, 0, 0.214889, -0.976638, -180, 255, 1); +-- Fetish of Sar'this - req. for (q.11089) +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121775, 185856, 530, 1,1,-2466.6, 4699.98, 156.65, 0.7544816, 0, 0, 0.3683567, 0.9296846, -300, 255, 1); +-- Ethereal Repair Kit - req. for (q.10436) +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121776, 184614, 530, 1,1,4924.32, 2991.21, 93.8808, 3.88003, 0, 0, 0.932609, -0.360887, -15, 255, 1), +(121777, 184614, 530, 1,1,4924.47, 2990.35, 93.8867, 2.25067, 0, 0, 0.902413, 0.430872, -15, 255, 1), +(121778, 184614, 530, 1,1,4923.45, 2991.21, 93.9248, 5.49404, 0, 0, 0.384413, -0.923161, -15, 255, 1), +(121779, 184614, 530, 1,1,4923.56, 2990.45, 93.9413, 0.813699, 0, 0, 0.395718, 0.918372, -15, 255, 1); +-- Forge -- missing in Orgrimmar - 3.3.5 sniff +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121915, 1685, 1, 1,1,1523.78, -4368.24, 18.2141, 2.55201, 0, 0, 0, 1, 25, 255, 1); +-- Blacksmith's Anvil -- missing in Orgrimmar - 3.3.5 sniff +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121916, 1684, 1, 1,1,1524.93, -4371.18, 17.9437, 2.60698, 0, 0, 0.7253742, 0.6883547, 25, 255, 1); +-- Roland's Mana Gem +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(105315, 148842, 1, 1,1,1697.41, -5866.47, -130.590, 0.353373, 0, 0, 0.175769, 0.984432, 25, 255, 1); +-- Fissure plant - all missing ones added +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121921, 3743, 1, 1,1,-1278.97, -3008.1, 72.0716, 0.86185, 0, 0, 0.417711, 0.90858, -30, 100, 1), +(121922, 3743, 1, 1,1,-1275.4, -3006.46, 72.5618, 1.29382, 0, 0, 0.602723, 0.79795, -30, 100, 1), +(121923, 3743, 1, 1,1,-1279.63, -3014.32, 71.7535, 0.539832, 0, 0, 0.26665, 0.963793, -30, 100, 1), +(121924, 3743, 1, 1,1,-1277.91, -3016.5, 72.699, 0.889334, 0, 0, 0.430157, 0.902754, -30, 100, 1), +(121925, 3743, 1, 1,1,-1274.86, -3016.2, 72.6146, 1.63939, 0, 0, 0.730938, 0.682444, -30, 100, 1); + +-- Xfurry +-- quest 1221 - Blueleaf tubber (YTDB) +DELETE FROM gameobject WHERE id = 20920; +INSERT INTO gameobject (guid, id,map,spawnMask,phaseMask,position_x,position_y,position_z,orientation,rotation0,rotation1,rotation2,rotation3,spawntimesecs,animprogress,state) VALUES +(121780,20920, 47, 1, 1, 2082.74, 1671.82, 61.2396, 3.66079, 0, 0, 0.966493, -0.256693, -43200, 100, 1), +(121781,20920, 47, 1, 1, 2159.43, 1687.49, 57.5433, 3.66079, 0, 0, 0.966493, -0.256693, -43200, 100, 1), +(121782,20920, 47, 1, 1, 2080.89, 1703.36, 56.6447, 0.553757, 0, 0, 0.273354, 0.961913, -43200, 100, 1), +(121783,20920, 47, 1, 1, 2055.28, 1767.7, 58.4559, 2.98378, 0, 0, 0.996889, 0.0788245, -43200, 100, 1), +(121784,20920, 47, 1, 1, 2196.64, 1827.96, 61.4706, 2.11277, 0, 0, 0.870583, 0.492022, -43200, 100, 1), +(121785,20920, 47, 1, 1, 2030.32, 1867.61, 56.2866, 5.6777, 0, 0, 0.298139, -0.954522, -43200, 100, 1), +(121786,20920, 47, 1, 1, 2091.33, 1861.73, 51.0341, 1.25355, 0, 0, 0.586536, 0.809923, -43200, 100, 1), +(121787,20920, 47, 1, 1, 2200.15, 1897.64, 71.3191, 2.6492, 0, 0, 0.969846, 0.243717, -43200, 100, 1), +(121788,20920, 47, 1, 1, 2075.75, 1742.04, 76.7184, 1.33994, 0, 0, 0.620962, 0.78384, -43200, 100, 1), +(121789,20920, 47, 1, 1, 2126, 1661.15, 82.4824, 0.0220437, 0, 0, 0.0110216, 0.999939, -43200, 100, 1), +(121790,20920, 47, 1, 1, 2207.92, 1596.91, 80.7375, 3.60582, 0, 0, 0.973182, -0.230035, -43200, 100, 1), +(121791,20920, 47, 1, 1, 2156.98, 1542.26, 72.849, 2.43086, 0, 0, 0.937519, 0.347934, -43200, 100, 1), +(121792,20920, 47, 1, 1, 2179.95, 1514.06, 69.0709, 0.778385, 0, 0, 0.379441, 0.925216, -43200, 100, 1), +(121793,20920, 47, 1, 1, 2000.85, 1533.93, 80.3971, 4.919, 0, 0, 0.630419, -0.776255, -43200, 100, 1), +(121794,20920, 47, 1, 1, 1991.49, 1608.53, 81.1601, 1.1004, 0, 0, 0.522858, 0.85242, -43200, 100, 1); +INSERT INTO gameobject (guid, id,map,spawnMask,phaseMask,position_x,position_y,position_z,orientation,rotation0,rotation1,rotation2,rotation3,spawntimesecs,animprogress,state) VALUES +(121795,300011, 47, 1, 1, 2072.84, 1582.57, 82.14, 0, 0, 0, 0, 1, -43200, 0, 1); +-- Ulduar +-- Missing Razorscale harpoon guns +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121796, 194542, 603, 3, 1, 571.9012, -136.5541, 391.5171, -1.361356, 0, 0, 1, 0, -180, 255, 1), +(121797, 194541, 603, 3, 1, 589.4504, -134.8878, 391.5171, -1.466076, 0, 0, 1, 0, -180, 255, 1), +(121798, 194543, 603, 2, 1, 559.4506, -140.129, 391.517, -1.221729, 0, 0, 1, 0, -180, 255, 1), +(121799, 194519, 603, 2, 1, 606.747, -136.945, 391.353, -1.745327, 0, 0, 1, 0, -180, 255, 1); +-- missing chests (ytdb) +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121800, 194821, 603, 1, 1, 1632.53, -295.983, 417.322, 1.56774, 0, 0, 0.706025, 0.708187, -604800, 100, 1), +(121801, 194822, 603, 2, 1, 1632.53, -295.983, 417.322, 1.56774, 0, 0, 0.706025, 0.708187, -604800, 100, 1); +-- missing celestial access GO +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121802, 194628, 603, 1, 1, 1646.182, -174.6881, 427.2536, 1.553341, 0, 0, 0.693406, 0.720547, 300, 100, 1), +(121803, 194752, 603, 2, 1, 1646.182, -174.6881, 427.2536, 1.553341, 0, 0, 0.693406, 0.720547, 300, 100, 1); +-- missing loot (ytdb) +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121804, 194789, 603, 1, 1, 2737.86, 2568.98, 364.314, 0.0139475, 0, 0, 0.00697369, 0.999976, -604800, 100, 1), +(121805, 194956, 603, 2, 1, 2737.86, 2568.98, 364.314, 0.0139475, 0, 0, 0.00697369, 0.999976, -604800, 100, 1), +(121806, 194957, 603, 1, 1, 2737.86, 2568.98, 364.314, 0.0139475, 0, 0, 0.00697369, 0.999976, -604800, 100, 1), +(121807, 194958, 603, 2, 1, 2737.86, 2568.98, 364.314, 0.0139475, 0, 0, 0.00697369, 0.999976, -604800, 100, 1); +-- stratholme past crates +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121808, 190095, 595, 3, 1, 1674.414, 872.2995, 120.4001, 5.166176, 0, 0, 1, 0, -3600, 255, 1), +(121809, 190095, 595, 3, 1, 1628.989, 812.1284, 120.6871, 0.4363316, 0, 0, 1, 0, -3600, 255, 1), +(121810, 190095, 595, 3, 1, 1629.663, 731.3397, 112.8453, 3.857183, 0, 0, 1, 0, -3600, 255, 1), +(121811, 190095, 595, 3, 1, 1570.909, 669.9181, 102.3073, 3.071766, 0, 0, 1, 0, -3600, 255, 1), +(121812, 190095, 595, 3, 1, 1579.423, 621.4219, 99.73167, 6.126106, 0, 0, 1, 0, -3600, 255, 1); +-- storm peaks missing spell focus (ytdb) +-- they need to be linked with creature 30169 spawns - some might be missing +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121813, 192124, 571, 1, 4, 7206.62, -3482, 833.563, -3.00195, 0, 0, -0.997563, 0.0697646, 300, 100, 1), +(121814, 192124, 571, 1, 4, 7232.06, -3474.28, 850.768, -2.35619, 0, 0, -0.923879, 0.382686, 300, 100, 1), +(121815, 192124, 571, 1, 4, 7207.47, -3438.53, 838.874, 2.89724, 0, 0, 0.992546, 0.121873, 300, 100, 1), +(121816, 192124, 571, 1, 4, 7222.42, -3441.84, 837.193, 2.14675, 0, 0, 0.878816, 0.477161, 300, 100, 1), +(121817, 192124, 571, 1, 4, 7227.85, -3415.96, 840.174, 1.55334, 0, 0, 0.700908, 0.713252, 300, 100, 1), +(121818, 192124, 571, 1, 4, 7217.79, -3378.62, 846.734, -0.872664, 0, 0, -0.422618, 0.906308, 300, 100, 1), +(121819, 192124, 571, 1, 4, 7206.48, -3460.64, 835.851, -2.37364, 0, 0, -0.927182, 0.37461, 300, 100, 1), +(121820, 192124, 571, 1, 4, 7192, -3386.61, 846.416, 2.11185, 0, 0, 0.870356, 0.492423, 300, 100, 1); +-- Dalaran sewers and Ring of Valor spawns +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +-- dalaran doors +(121821, 192642, 617, 1, 1, 1350.95, 817.2, 20.8096, 3.15, 0, 0, 0.99627, 0.0862864, 900, 100, 1), +(121822, 192643, 617, 1, 1, 1232.65, 764.913, 20.0729, 6.3, 0, 0, 0.0310211, -0.999519, 900, 100, 1), +-- waterfall (GO & collision) +(121823, 194395, 617, 1, 1, 1291.56, 790.837, 7.1, 3.14238, 0, 0, 0.694215, -0.719768, 900, 100, 0), +(121824, 191877, 617, 1, 1, 1291.56, 790.837, 7.1, 3.14238, 0, 0, 0.694215, -0.719768, 900, 100, 0), +-- dalaran buffs +(121825, 184663, 617, 1, 1, 1291.7, 813.424, 7.11472, 4.64562, 0, 0, 0.730314, -0.683111, 900, 100, 1), +(121826, 184664, 617, 1, 1, 1291.7, 768.911, 7.11472, 1.55194, 0, 0, 0.700409, 0.713742, 900, 100, 1), +-- RV elevators +(121827, 194582, 618, 1, 1, 763.536, -294.535, 0.505, 3.14159, 0, 0, 0, 0, 900, 100, 1), +(121828, 194586, 618, 1, 1, 763.506, -273.873, 0.505, 0, 0, 0, 0, 0, 900, 100, 1), +-- RV buffs +(121829, 184663, 618, 1, 1, 735.551, -284.794, 28.276, 0.0349, 0, 0, 0, 0, 900, 100, 1), +(121830, 184664, 618, 1, 1, 791.224, -284.794, 28.276, 2.60053, 0, 0, 0, 0, 900, 100, 1), +-- Fire and fire doors +(121831, 192704, 618, 1, 1, 743.543, -283.799, 28.286, 3.14159, 0, 0, 0, 0, 900, 100, 1), +(121832, 192705, 618, 1, 1, 782.971, -283.799, 28.286, 3.14159, 0, 0, 0, 0, 900, 100, 1), +(121833, 192387, 618, 1, 1, 743.711, -284.099, 27.542, 3.14159, 0, 0, 0, 0, 900, 100, 1), +(121834, 192388, 618, 1, 1, 783.221, -284.133, 27.535, 0, 0, 0, 0, 0, 900, 100, 1), +-- gear +(121835, 192393, 618, 1, 1, 763.664, -261.872, 26.686, 0, 0, 0, 0, 0, 900, 100, 1), +(121836, 192394, 618, 1, 1, 763.578, -306.146, 26.665, 3.14159, 0, 0, 0, 0, 900, 100, 1), +-- pulley +(121837, 192389, 618, 1, 1, 700.722, -283.990, 39.517, 3.14159, 0, 0, 0, 0, 900, 100, 1), +(121838, 192390, 618, 1, 1, 826.303, -283.996, 39.517, 0, 0, 0, 0, 0, 900, 100, 1), +-- pillar +(121839, 194583, 618, 1, 1, 763.632, -306.162, 25.909, 3.14159, 0, 0, 0, 0, 900, 100, 1), +(121840, 194584, 618, 1, 1, 723.644, -284.493, 24.648, 3.14159, 0, 0, 0, 0, 900, 100, 1), +(121841, 194585, 618, 1, 1, 763.611, -261.856, 25.909, 0, 0, 0, 0, 0, 900, 100, 1), +(121842, 194587, 618, 1, 1, 802.211, -284.493, 24.648, 0, 0, 0, 0, 0, 900, 100, 1), +-- collisions +(121843, 194580, 618, 1, 1, 763.632, -306.162, 30.639, 3.14159, 0, 0, 0, 0, 900, 100, 1), +(121844, 194579, 618, 1, 1, 723.644, -284.493, 32.382, 0, 0, 0, 0, 0, 900, 100, 1), +(121845, 194581, 618, 1, 1, 763.611, -261.856, 30.639, 0, 0, 0, 0, 0, 900, 100, 1), +(121846, 194578, 618, 1, 1, 802.211, -284.493, 32.382, 3.14159, 0, 0, 0, 0, 900, 100, 1); +-- brain chamber portals +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121917, 194625, 603, 3, 1, 1999.761, -57.29888, 243.5464, 0, 0, 0, 1, 0, -180, 255, 1), +(121918, 194625, 603, 3, 1, 1943.855, -25.59109, 243.7952, 0, 0, 0, 1, 0, -180, 255, 1), +(121919, 194625, 603, 3, 1, 2000.26, 5.519748, 243.1853, 0, 0, 0, 1, 0, -180, 255, 1), +(121920, 194462, 603, 3, 1, 2104.03, -25.2128, 242.647, 0, 0, 0, 0, 1, 604800, 0, 0); + + +-- ----------------- +-- Gameobject w/ script or pool +-- ----------------- +-- cleanup +DELETE FROM gameobject WHERE guid BETWEEN 121847 AND 121904; +DELETE FROM pool_gameobject WHERE guid IN (50422,50423,50424); +DELETE FROM pool_gameobject WHERE guid BETWEEN 121847 AND 121904; + +-- Grz3s +-- Netherwing Eggs + pools +-- Netherwing Eggs - Dragonmaw Fortrees +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121847, 185915, 530, 1,1,-4138.304, 482.0097, 60.31463, 3.089183, 0, 0, 0.9996567, 0.02620165, 4200, 255, 1), +(121848, 185915, 530, 1,1,-4221.473, 370.1472, 136.2317, 2.111848, 0, 0, 0.8703556, 0.4924237, 4200, 255, 1), +(121849, 185915, 530, 1,1,-4141.233, 468.9189, 32.59948, 0.8726639, 0, 0, 0.4226179, 0.9063079, 4200, 255, 1), +(121850, 185915, 530, 1,1,-4174.88, 299.702, 125.637, 2.8646, 0, 0, 0.990424, 0.138056, 4200, 255, 1), +(121851, 185915, 530, 1,1,-4094.411, 395.8236, 30.42728, 0.3316107, 0, 0, 0.1650467, 0.9862857, 4200, 255, 1), +(121852, 185915, 530, 1,1,-4286.163, 408.8362, 129.7793, 1.361356, 0, 0, 0.6293201, 0.7771462, 4200, 255, 1), +(121853, 185915, 530, 1,1,-4195.44, 528.106, 28.0747, 3.77486, 0, 0, 0.95029, -0.311367, 4200, 255, 1), +(121854, 185915, 530, 1,1,-4158.35, 373.572, 142.105, 4.45963, 0, 0, 0.790595, -0.612339, 4200, 255, 1), +(121855, 185915, 530, 1,1,-4240.26, 440.643, 49.1631, 2.44898, 0, 0, 0.940633, 0.339426, 4200, 255, 1), +(121856, 185915, 530, 1,1,-4188.79, 455.691, 30.549, 5.53863, 0, 0, 0.363738, -0.931501, 4200, 255, 1), +(121857, 185915, 530, 1,1,-4244.2, 324.641, 134.416, 2.40488, 0, 0, 0.932921, 0.360082, 4200, 255, 1); +-- Netherwing Eggs - Ledge +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121858, 185915, 530, 1,1,-4930.131, 41.44596, 61.44243, 1.884953, 0, 0, 0.8090162, 0.5877863, 4200, 255, 1), +(121859, 185915, 530, 1,1,-5103.112, 707.9791, 85.04285, 0.2792516, 0, 0, 0.1391726, 0.9902682, 4200, 255, 1), +(121860, 185915, 530, 1,1,-4866.486, -112.1988, 62.65261, 4.433136, 0, 0, -0.7986355, 0.601815, 4200, 255, 1), +(121861, 185915, 530, 1,1,-5303.764, 544.0323, 4.04017, 2.426008, 0, 0, 0.9366722, 0.3502074, 4200, 255, 1), +(121862, 185915, 530, 1,1,-4922.48, -70.15397, 123.4808, 5.235988, 0, 0, -0.5, 0.8660254, 4200, 255, 1), +(121863, 185915, 530, 1,1,-5103.525, 64.55653, 81.25462, 4.276057, 0, 0, -0.8433914, 0.5372996, 4200, 255, 1), +(121864, 185915, 530, 1,1,-5216.26, 322.304, 123.711, 4.88367, 0, 0, 0.644031, -0.764999, 4200, 255, 1), +(121865, 185915, 530, 1,1,-5005.9, -115.661, -9.90561, 2.34198, 0, 0, 0.921136, 0.389242, 4200, 255, 1), +(121866, 185915, 530, 1,1,-5114.87, -99.3793, 71.328, 1.61156, 0, 0, 0.72137, 0.69255, 4200, 255, 1), +(121867, 185915, 530, 1,1,-5339.26, -51.5384, 89.0366, 0.409894, 0, 0, 0.203515, 0.979072, 4200, 255, 1), +(121868, 185915, 530, 1,1,-5457.18, -27.8145, 108.786, 1.372, 0, 0, 0.633446, 0.773787, 4200, 255, 1), +(121869, 185915, 530, 1,1,-5308.66, 394.053, 46.499, 5.15053, 0, 0, 0.536535, -0.843878, 4200, 255, 1), +(121870, 185915, 530, 1,1,-5215.8, 803.416, 175.021, 4.63811, 0, 0, 0.732875, -0.680363, 4200, 255, 1), +(121871, 185915, 530, 1,1,-5054.15, 788.018, 56.7731, 0.860593, 0, 0, 0.41714, 0.908842, 4200, 255, 1), +(121872, 185915, 530, 1,1,-5021.49, 588.721, 164.437, 0.331201, 0, 0, 0.164845, 0.98632, 4200, 255, 1), +(121873, 185915, 530, 1,1,-4936.54, 744.955, 123.693, 0.535405, 0, 0, 0.264517, 0.964381, 4200, 255, 1), +(121874, 185915, 530, 1,1,-5018.59, 759.192, 132.643, 2.72274, 0, 0, 0.97815, 0.2079, 4200, 255, 1), +(121875, 185915, 530, 1,1,-5058.2, 731.691, 146.694, 3.47671, 0, 0, 0.985995, -0.166777, 4200, 255, 1), +(121876, 185915, 530, 1,1,-5036.01, 612.522, 185.498, 2.30647, 0, 0, 0.91408, 0.405535, 4200, 255, 1), +(121877, 185915, 530, 1,1,-5004.34, 14.0032, 76.3543, 4.10347, 0, 0, 0.886562, -0.46261, 4200, 255, 1), +(121878, 185915, 530, 1,1,-4935.62, 316.147, 138.856, 4.50214, 0, 0, 0.777401, -0.629006, 4200, 255, 1), +(121879, 185915, 530, 1,1,-4944.96, 472.32, 146.94, 5.73178, 0, 0, 0.275107, -0.961414, 4200, 255, 1), +(121880, 185915, 530, 1,1,-4964.88, 171.673, 123.666, 4.40597, 0, 0, 0.806738, -0.59091, 4200, 255, 1), +(121881, 185915, 530, 1,1,-4949.78, 290.124, 115.715, 0.669819, 0, 0, 0.328684, 0.94444, 4200, 255, 1), +(121882, 185915, 530, 1,1,-5018.33, 233.498, 109.22, 4.18213, 0, 0, 0.867687, -0.497111, 4200, 255, 1), +(121883, 185915, 530, 1,1,-5137.33, 165.547, 157.05, 1.64921, 0, 0, 0.73428, 0.678847, 4200, 255, 1), +(121884, 185915, 530, 1,1,-5144.73, 189.016, 150.898, 0.054852, 0, 0, 0.0274226, 0.999624, 4200, 255, 1), +(121885, 185915, 530, 1,1,-5319.04, 184.91, 128.323, 5.1716, 0, 0, 0.527619, -0.849481, 4200, 255, 1), +(121886, 185915, 530, 1,1,-5023.28, 346.236, 170.649, 5.87857, 0, 0, 0.200929, -0.979606, 4200, 255, 1), +(121887, 185915, 530, 1,1,-5046.01, 330.714, 172.475, 3.43587, 0, 0, 0.989195, -0.146609, 4200, 255, 1), +(121888, 185915, 530, 1,1,-5042.42, 402.531, 175.591, 4.37848, 0, 0, 0.814783, -0.579767, 4200, 255, 1), +(121889, 185915, 530, 1,1,-5135.77, 104.896, 142.188, 3.23179, 0, 0, 0.998983, -0.0450826, 4200, 255, 1), +(121890, 185915, 530, 1,1,-5065.14, 116.682, 170.545, 4.05313, 0, 0, 0.898055, -0.439884, 4200, 255, 1), +(121891, 185915, 530, 1,1,-5098.13, 383.002, 231.763, 5.10103, 0, 0, 0.557255, -0.830342, 4200, 255, 1); +-- Netherwing Eggs - Mine +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121892, 185915, 530, 1,1,-4961.216, 326.4431, -3.231219, 3.438303, 0, 0, -0.9890156, 0.1478114, 4200, 255, 1), +(121893, 185915, 530, 1,1,-5121.468, 411.8553, -11.86014, 4.171338, 0, 0, -0.8703556, 0.4924237, 4200, 255, 1), +(121894, 185915, 530, 1,1,-5115.414, 250.2483, -33.75898, 0.9948372, 0, 0, 0.4771585, 0.8788173, 4200, 255, 1), +(121895, 185915, 530, 1,1,-5148.447, 136.6221, -13.83029, 4.904376, 0, 0, -0.6360779, 0.7716249, 4200, 255, 1), +(121896, 185915, 530, 1,1,-5128.437, 694.6092, 40.31931, 3.508117, 0, 0, -0.9832544, 0.182238, 4200, 255, 1), +(121897, 185915, 530, 1,1,-4955.088, 545.7884, 7.666994, 1.169369, 0, 0, 0.5519361, 0.833886, 4200, 255, 1), +(121898, 185915, 530, 1,1,-5029.065, 700.0201, 19.10221, 4.904376, 0, 0, -0.6360779, 0.7716249, 4200, 255, 1), +(121899, 185915, 530, 1,1,-4987.638, 451.117, 6.23003, 5.288348, 0, 0, -0.4771585, 0.8788173, 4200, 255, 1), +(121900, 185915, 530, 1,1,-5052.346, 121.6761, -16.98536, 5.811947, 0, 0, -0.2334452, 0.97237, 4200, 255, 1), +(121901, 185915, 530, 1,1,-5151.286, 492.1222, -12.80628, 1.239183, 0, 0, 0.5807028, 0.8141156, 4200, 255, 1), +(121902, 185915, 530, 1,1,-4962.258, 580.0819, 12.61271, 4.66003, 0, 0, -0.7253742, 0.6883547, 4200, 255, 1), +(121903, 185915, 530, 1,1,-5017.808, 237.6199, -6.427595, 3.892087, 0, 0, -0.9304171, 0.3665025, 4200, 255, 1), +(121904, 185915, 530, 1,1,-5053.19, 312.713, 5.91998, 3.98376, 0, 0, 0.912647, -0.408749, 4200, 255, 1); +-- Pools for these eggs +-- Netherwing Eggs - Dragonmaw Fortrees - 1st pool +DELETE FROM pool_template WHERE entry = 25427; +INSERT INTO pool_template (entry, max_limit, description) VALUES +(25427,4,'Netherwing eggs - Dragonmaw fortrees'); +INSERT INTO pool_gameobject (guid, pool_entry, chance, description) VALUES +(121847,25427,9,'1852515 - Netherwing Egg #1'), +(121848,25427,9,'1852515 - Netherwing Egg #2'), +(121849,25427,9,'1852515 - Netherwing Egg #3'), +(121850,25427,9,'1852515 - Netherwing Egg #4'), +(121851,25427,9,'1852515 - Netherwing Egg #5'), +(121852,25427,9,'1852515 - Netherwing Egg #6'), +(121853,25427,9,'1852515 - Netherwing Egg #7'), +(121854,25427,9,'1852515 - Netherwing Egg #8'), +(121855,25427,9,'1852515 - Netherwing Egg #9'), +(121856,25427,9,'1852515 - Netherwing Egg #10'), +(121857,25427,9,'1852515 - Netherwing Egg #11'); +-- Netherwing Eggs - Ledge - 2nd pool +DELETE FROM pool_template WHERE entry = 25428; +INSERT INTO pool_template (entry, max_limit, description) VALUES +(25428,7,'Netherwing eggs - Ledge'); +INSERT INTO pool_gameobject (guid, pool_entry, chance, description) VALUES +(50424,25428,2.77,'1852515 - Netherwing Egg #1'), -- 50424,50423,50422 - are already in DB cannot be changed!!!! +(50423,25428,2.77,'1852515 - Netherwing Egg #2'), -- 50424,50423,50422 - are already in DB cannot be changed!!!! +(50422,25428,2.77,'1852515 - Netherwing Egg #3'), -- 50424,50423,50422 - are already in DB cannot be changed!!!! +(121883,25428,2.77,'1852515 - Netherwing Egg #4'), +(121891,25428,2.77,'1852515 - Netherwing Egg #5'), +(121884,25428,2.77,'1852515 - Netherwing Egg #6'), +(121890,25428,2.77,'1852515 - Netherwing Egg #7'), +(121889,25428,2.77,'1852515 - Netherwing Egg #8'), +(121885,25428,2.77,'1852515 - Netherwing Egg #9'), +(121888,25428,2.77,'1852515 - Netherwing Egg #10'), +(121886,25428,2.77,'1852515 - Netherwing Egg #11'), +(121887,25428,2.77,'1852515 - Netherwing Egg #12'), +(121879,25428,2.77,'1852515 - Netherwing Egg #13'), +(121880,25428,2.77,'1852515 - Netherwing Egg #14'), +(121881,25428,2.77,'1852515 - Netherwing Egg #15'), +(121858,25428,2.77,'1852515 - Netherwing Egg #16'), +(121882,25428,2.77,'1852515 - Netherwing Egg #17'), +(121859,25428,2.77,'1852515 - Netherwing Egg #18'), +(121860,25428,2.77,'1852515 - Netherwing Egg #19'), +(121861,25428,2.77,'1852515 - Netherwing Egg #20'), +(121862,25428,2.77,'1852515 - Netherwing Egg #21'), +(121863,25428,2.77,'1852515 - Netherwing Egg #22'), +(121864,25428,2.77,'1852515 - Netherwing Egg #23'), +(121865,25428,2.77,'1852515 - Netherwing Egg #24'), +(121866,25428,2.77,'1852515 - Netherwing Egg #25'), +(121867,25428,2.77,'1852515 - Netherwing Egg #26'), +(121868,25428,2.77,'1852515 - Netherwing Egg #27'), +(121869,25428,2.77,'1852515 - Netherwing Egg #28'), +(121870,25428,2.77,'1852515 - Netherwing Egg #29'), +(121872,25428,2.77,'1852515 - Netherwing Egg #30'), +(121873,25428,2.77,'1852515 - Netherwing Egg #31'), +(121874,25428,2.77,'1852515 - Netherwing Egg #32'), +(121875,25428,2.77,'1852515 - Netherwing Egg #33'), +(121876,25428,2.77,'1852515 - Netherwing Egg #34'), +(121877,25428,2.77,'1852515 - Netherwing Egg #35'), +(121878,25428,2.77,'1852515 - Netherwing Egg #36'); +-- Netherwing Eggs - Mine - 3rd pool +DELETE FROM pool_template WHERE entry = 25429; +INSERT INTO pool_template (entry, max_limit, description) VALUES +(25429,5,'Netherwing eggs - Dragonmaw fortrees'); +INSERT INTO pool_gameobject (guid, pool_entry, chance, description) VALUES +(121892,25429,7.69,'1852515 - Netherwing Egg #1'), +(121893,25429,7.69,'1852515 - Netherwing Egg #2'), +(121894,25429,7.69,'1852515 - Netherwing Egg #3'), +(121895,25429,7.69,'1852515 - Netherwing Egg #4'), +(121896,25429,7.69,'1852515 - Netherwing Egg #5'), +(121897,25429,7.69,'1852515 - Netherwing Egg #6'), +(121898,25429,7.69,'1852515 - Netherwing Egg #7'), +(121899,25429,7.69,'1852515 - Netherwing Egg #8'), +(121900,25429,7.69,'1852515 - Netherwing Egg #9'), +(121901,25429,7.69,'1852515 - Netherwing Egg #10'), +(121902,25429,7.69,'1852515 - Netherwing Egg #11'), +(121903,25429,7.69,'1852515 - Netherwing Egg #12'), +(121904,25429,7.69,'1852515 - Netherwing Egg #13'); + +-- -------------------------------------------------- +-- NEW CREATURE SPAWNS +-- -------------------------------------------------- + +-- Grz3s +-- Vilewing Chimaera - duplicates +DELETE FROM creature WHERE guid IN (84613,84609,84610,84488,84629,84632); +-- Coilskar Assassin - spawned only during Escort quest =10451 +DELETE FROM creature WHERE guid IN (86811,86809,86810,86812,86814,86815,86816,86813,86817,86818,86824,86825,86823,86822,86821,86819,86820); +-- Captured water Spirit - duplicates +DELETE FROM creature WHERE guid IN (86802,86803,86804,86805); +-- Kor'Kron Wyvern Rider - duplicates +DELETE FROM creature WHERE guid IN (74221,74219); +-- Wrathstalker - should be spawned only during event +DELETE FROM creature WHERE guid IN (90923,90924,90925,90926,90927); +-- Priestess Tyriona -- spawned(morphed) by quest 434 +DELETE FROM creature WHERE guid = 43690; +-- Marzon the Silent Blade -- spawned for quest 434 +DELETE FROM creature WHERE guid = 10504; +-- Stair of Destiny - duplicates +DELETE FROM creature WHERE guid IN (68023,68020,86067,86066,86068,86069); +DELETE FROM creature_addon WHERE guid IN (68023,68020); +-- Cenarion Sparrowhawk should be spawned 'only' in q.10988. +DELETE FROM creature WHERE guid = 78965; +-- Dragonmaw Elite - theyre part of event not static spawns (86097 - has waypoints .. pls remove them) +DELETE FROM creature WHERE guid IN (86085,86086,86087,86088,86089,86093,86094,86095,86096,86097,86098); +-- Nethermine Burster - duplicate +DELETE FROM creature WHERE guid = 52032; +-- (crazed)/Murkblood Miner - shouldnt be there - correct ones added for 407 +DELETE FROM creature WHERE guid IN (52015,52016,52017,52018,52020,52021,52030,52031); +-- infernals should be summoned by event 12353 +DELETE FROM creature WHERE guid IN (68002,68003,68004,68006,68007,68008); +-- goblin commoner -- duplicates +DELETE FROM creature WHERE guid IN (91117,91118,91750,91751); +-- Blackwind Sabercat - Terrokar Forest -- DUPLICATES +DELETE FROM creature WHERE guid IN (75894,75896,75898); +-- Death Knight initiate +DELETE FROM creature WHERE guid = 129451; +-- Double Spawns - Lady Palanseer -- from Axel +DELETE FROM creature WHERE guid = 125692; +DELETE FROM creature_addon WHERE guid = 125692; + +-- Xfurry +-- Delete Sapphiron (summoned by script) +DELETE FROM creature WHERE guid = 133932; +-- AQ40: delete the extra summoned bugs +DELETE FROM creature WHERE guid BETWEEN 87530 AND 87543; +-- Ulduar: delete summoned accessories +DELETE FROM creature WHERE id IN (33067,33167,33218); +delete from creature where id in (32933,32934); +-- Ulduar: delete summoned npcs +DELETE FROM creature WHERE id IN (32938,32885,32908,32941,32950,32946,32948); +DELETE FROM creature WHERE id IN (34145,34144); +-- Vehicle accessories (moved to vehicle_accessory) +DELETE FROM creature WHERE id IN (30175,29498,30169); +DELETE FROM creature WHERE guid IN (123103, 123108, 138914, 124444); +-- Summoned mobs +DELETE FROM creature WHERE id IN (30141,30143,30145,31884); +-- summoned +DELETE FROM creature WHERE guid IN (120880, 120881, 120903, 120883, 120905, 120882, 120884, 120907, 120904, 120906); +DELETE FROM creature WHERE guid IN ( +10504, 43690, 52015, 52020, 52030, 68002, 68006, 68020, 68023, 74219, 74221, +75894, 75896, 75898, 78965, 84488, 84609, 84613, 84629, 84632, 86066, 86085, +86093, 86802, 86809, 86995, 87006, 87013, 87015, 87512, 87530, 90871, 90923, +91117, 91750, 101331, 108877, 117311, 120880, 120903, 123103, 123108, 124444, +133355, 133486, 133493, 133525, 133585, 133640, 133649, 133801, 133917, 133932, +133966, 134657, 134660, 134664, 134669, 136254, 136471, 136555, 36558, 136576, +136768, 136924, 137599, 138914, 151032, 151495); +DELETE FROM creature_addon WHERE guid IN ( +10504, 43690, 52015, 52020, 52030, 68002, 68006, 68020, 68023, 74219, 74221, +75894, 75896, 75898, 78965, 84488, 84609, 84613, 84629, 84632, 86066, 86085, +86093, 86802, 86809, 86995, 87006, 87013, 87015, 87512, 87530, 90871, 90923, +91117, 91750, 101331, 108877, 117311, 120880, 120903, 123103, 123108, 124444, +133355, 133486, 133493, 133525, 133585, 133640, 133649, 133801, 133917, 133932, +133966, 134657, 134660, 134664, 134669, 136254, 136471, 136555, 36558, 136576, +136768, 136924, 137599, 138914, 151032, 151495); +DELETE FROM creature_movement WHERE id IN ( +10504, 43690, 52015, 52020, 52030, 68002, 68006, 68020, 68023, 74219, 74221, +75894, 75896, 75898, 78965, 84488, 84609, 84613, 84629, 84632, 86066, 86085, +86093, 86802, 86809, 86995, 87006, 87013, 87015, 87512, 87530, 90871, 90923, +91117, 91750, 101331, 108877, 117311, 120880, 120903, 123103, 123108, 124444, +133355, 133486, 133493, 133525, 133585, 133640, 133649, 133801, 133917, 133932, +133966, 134657, 134660, 134664, 134669, 136254, 136471, 136555, 36558, 136576, +136768, 136924, 137599, 138914, 151032, 151495); + + +-- ------------------ +-- NPC single spawn +-- ------------------ + +-- Grz3s +-- Reusing all removed and empty guids; +DELETE FROM creature WHERE guid IN +(871, 10504, 29498, 30141, 30143, 30145, 30169, 30175, 31884, 32885, 32908, 32933, 32934, 32938, 32941, 32946, 32948, +32950, 33067, 33167, 33218, 34144, 34145, 36558, 43690, 52015, 52016, 52017, 52018, 52020, 52021, 52030, 52031, 52032, +68002, 68003, 68004, 68006, 68007, 68008, 68020, 68023, 74219, 74221, 75894, 75896, 75898, 84488, 84609, 84610, 84613, +84629, 84632, 86066, 86067, 86068, 86069, 86086, 86087, 86088, 86089, 86093, 86094, 86095, 86096, 86097, 86098, 86099, +86802, 86803, 86804, 86805, 86809, 86810, 86811, 86812, 86813, 86814, 86815, 86816, 86817, 86818, 86819, 86820, 86821, +86822, 86823, 86824, 86825, 86995, 86996, 86997, 86998, 86999, 87000, 87001, 87002, 87003, 87004, 87013, 87015, 87512, +87513, 87514, 87515, 87516, 87517, 87518, 87519, 87520, 87521, 87522, 87523, 87524, 87525, 87526, 87530, 87531, 87532, +87533, 87534, 87535, 87536, 87537, 87538, 87539, 87540, 87541, 87542, 87543, 90871, 90923, 90924, 90925, 90926, 90927, +91117, 91118, 91750, 91751, 101331, 108877, 117311, 120880, 120881, 120882, 120883, 120884, 120903, 120904, 120905, +120907, 123103, 123108, 124444, 129451, 133355, 133486, 133493, 133525, 133585, 133640, 133649, 133801, 133917, 133932, +133966, 134657, 134660, 134664, 134669, 136254, 136471, 136555, 136576, 136768, 136924, 137599); +DELETE FROM creature_addon WHERE guid IN +(871, 10504, 29498, 30141, 30143, 30145, 30169, 30175, 31884, 32885, 32908, 32933, 32934, 32938, 32941, 32946, 32948, +32950, 33067, 33167, 33218, 34144, 34145, 36558, 43690, 52015, 52016, 52017, 52018, 52020, 52021, 52030, 52031, 52032, +68002, 68003, 68004, 68006, 68007, 68008, 68020, 68023, 74219, 74221, 75894, 75896, 75898, 84488, 84609, 84610, 84613, +84629, 84632, 86066, 86067, 86068, 86069, 86086, 86087, 86088, 86089, 86093, 86094, 86095, 86096, 86097, 86098, 86099, +86802, 86803, 86804, 86805, 86809, 86810, 86811, 86812, 86813, 86814, 86815, 86816, 86817, 86818, 86819, 86820, 86821, +86822, 86823, 86824, 86825, 86995, 86996, 86997, 86998, 86999, 87000, 87001, 87002, 87003, 87004, 87013, 87015, 87512, +87513, 87514, 87515, 87516, 87517, 87518, 87519, 87520, 87521, 87522, 87523, 87524, 87525, 87526, 87530, 87531, 87532, +87533, 87534, 87535, 87536, 87537, 87538, 87539, 87540, 87541, 87542, 87543, 90871, 90923, 90924, 90925, 90926, 90927, +91117, 91118, 91750, 91751, 101331, 108877, 117311, 120880, 120881, 120882, 120883, 120884, 120903, 120904, 120905, +120907, 123103, 123108, 124444, 129451, 133355, 133486, 133493, 133525, 133585, 133640, 133649, 133801, 133917, 133932, +133966, 134657, 134660, 134664, 134669, 136254, 136471, 136555, 136576, 136768, 136924, 137599); +DELETE FROM creature_movement WHERE id IN +(871, 10504, 29498, 30141, 30143, 30145, 30169, 30175, 31884, 32885, 32908, 32933, 32934, 32938, 32941, 32946, 32948, +32950, 33067, 33167, 33218, 34144, 34145, 36558, 43690, 52015, 52016, 52017, 52018, 52020, 52021, 52030, 52031, 52032, +68002, 68003, 68004, 68006, 68007, 68008, 68020, 68023, 74219, 74221, 75894, 75896, 75898, 84488, 84609, 84610, 84613, +84629, 84632, 86066, 86067, 86068, 86069, 86086, 86087, 86088, 86089, 86093, 86094, 86095, 86096, 86097, 86098, 86099, +86802, 86803, 86804, 86805, 86809, 86810, 86811, 86812, 86813, 86814, 86815, 86816, 86817, 86818, 86819, 86820, 86821, +86822, 86823, 86824, 86825, 86995, 86996, 86997, 86998, 86999, 87000, 87001, 87002, 87003, 87004, 87013, 87015, 87512, +87513, 87514, 87515, 87516, 87517, 87518, 87519, 87520, 87521, 87522, 87523, 87524, 87525, 87526, 87530, 87531, 87532, +87533, 87534, 87535, 87536, 87537, 87538, 87539, 87540, 87541, 87542, 87543, 90871, 90923, 90924, 90925, 90926, 90927, +91117, 91118, 91750, 91751, 101331, 108877, 117311, 120880, 120881, 120882, 120883, 120884, 120903, 120904, 120905, +120907, 123103, 123108, 124444, 129451, 133355, 133486, 133493, 133525, 133585, 133640, 133649, 133801, 133917, 133932, +133966, 134657, 134660, 134664, 134669, 136254, 136471, 136555, 136576, 136768, 136924, 137599); +DELETE FROM creature WHERE guid BETWEEN 140418 AND 140622; +DELETE FROM creature_addon WHERE guid BETWEEN 140418 AND 140622; +DELETE FROM creature_movement WHERE id BETWEEN 140418 AND 140622; +-- also +DELETE FROM creature WHERE guid BETWEEN 140775 AND 140779; +DELETE FROM creature_addon WHERE guid BETWEEN 140775 AND 140779; +DELETE FROM creature_movement WHERE id BETWEEN 140775 AND 140779; + -- Domesticated Felboar - Shattered Pains (Shadowmoon Valley) +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) VALUES +(871,21195,530,1,1,0,0,-2588.75,1091.04,59.9092,1.17927,180,5,0,5900,0,0,1), +(10504,21195,530,1,1,0,0,-2543.62,1118.17,71.2176,1.08895,180,5,0,6000,0,0,1), +(29498,21195,530,1,1,0,0,-2523.45,1153.34,68.9991,4.22975,180,5,0,5900,0,0,1), +(30141,21195,530,1,1,0,0,-2552.1,1175.69,78.8479,3.00296,180,5,0,5900,0,0,1), +(30143,21195,530,1,1,0,0,-2462.39,1273.3,35.5286,2.99118,180,5,0,5900,0,0,1), +(30145,21195,530,1,1,0,0,-2481.78,1175.69,37.8072,1.88377,180,5,0,6000,0,0,1), +(30169,21195,530,1,1,0,0,-2546.81,1231.11,72.8316,1.52637,180,5,0,6000,0,0,1), +(30175,21195,530,1,1,0,0,-2511.39,1227.9,61.0218,3.70192,180,5,0,6000,0,0,1), +(31884,21195,530,1,1,0,0,-2581.92,1220.64,77.0188,1.73843,180,5,0,6000,0,0,1), +(32885,21195,530,1,1,0,0,-2511.58,1204.96,58.753,2.79872,180,5,0,5900,0,0,1), +(32908,21195,530,1,1,0,0,-2568.08,1241.86,80.5805,2.16743,180,5,0,5900,0,0,1), +(32933,21195,530,1,1,0,0,-2493.88,1280.81,57.6669,2.39127,180,5,0,6000,0,0,1), +(32934,21195,530,1,1,0,0,-2475.34,1311.98,47.4481,2.34022,180,5,0,5900,0,0,1), +(32938,21195,530,1,1,0,0,-2525.07,1313.36,65.936,2.56013,180,5,0,6000,0,0,1), +(32941,21195,530,1,1,0,0,-2570.61,1374.26,84.8053,3.11384,180,5,0,6000,0,0,1), +(32946,21195,530,1,1,0,0,-2550.49,1310.61,79.8304,3.53168,180,5,0,5900,0,0,1), +(32948,21195,530,1,1,0,0,-2507.78,1381.64,65.6897,3.94401,180,5,0,6000,0,0,1), +(32950,21195,530,1,1,0,0,-2567.65,1445.42,55.5677,3.86547,180,5,0,6000,0,0,1), +(33067,21195,530,1,1,0,0,-2583.85,1418.77,74.3185,4.68669,180,5,0,5900,0,0,1), +(33167,21195,530,1,1,0,0,-2623.92,1449.6,52.1637,3.34732,180,5,0,6000,0,0,1), +(33218,21195,530,1,1,0,0,-2619.86,1364.69,83.0265,3.71044,180,5,0,5900,0,0,1), +(34144,21195,530,1,1,0,0,-2619.8,1316.13,84.1189,3.94921,180,5,0,5900,0,0,1), +(34145,21195,530,1,1,0,0,-2706.39,1364.84,92.2946,0.50056,180,5,0,5900,0,0,1), +(36558,21195,530,1,1,0,0,-2701.88,1323.35,90.4227,6.16328,180,5,0,6000,0,0,1), +(43690,21195,530,1,1,0,0,-2749.56,1352.11,89.3066,6.2693,180,5,0,6000,0,0,1), +(52015,21195,530,1,1,0,0,-2714.38,1304.45,84.5302,6.04939,180,5,0,6000,0,0,1), +(52016,21195,530,1,1,0,0,-2825.32,1259.45,75.399,1.02088,180,5,0,5900,0,0,1), +(52017,21195,530,1,1,0,0,-2816.47,1269.8,76.3112,0.600692,180,5,0,5900,0,0,1), +(52018,21195,530,1,1,0,0,-2794.3,1256.81,74.7389,5.39555,180,5,0,6000,0,0,1), +(52020,21195,530,1,1,0,0,-2795.26,1246.96,74.6738,4.73031,180,5,0,5900,0,0,1), +(52021,21195,530,1,1,0,0,-2802.93,1238.03,75.3009,3.27811,180,5,0,6000,0,0,1), +(52030,21195,530,1,1,0,0,-2600.63,1250.26,80.1918,4.33513,180,5,0,5900,0,0,1), +(52031,21195,530,1,1,0,0,-2594.22,1313.18,80.6982,1.63336,180,5,0,6000,0,0,1); +-- Naga Distiller - Coilskar Point (Shadowmoon Valley) +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) VALUES +(52032,20076,530,1,1,0,0,-3002.2,1593.34,59.7365,2.07661,180,0,0,12000,0,0,0); +-- Coilskar Myrmidon #1 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(68002,19765,530,1,1,0,343,-2797.2,1159.63,6.59181,4.52004,300,0,0,7000,0,0,0); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(68002,0,0,1,16,173,0,NULL); -- must work +-- Coilskar Myrmidon #2 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(68003,19765,530,1,1,0,343,-2725.14,1268.87,33.2397,0.988205,300,0,0,7000,0,0,0); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(68003,0,0,1,16,173,0,NULL); -- must work +-- Coilskar Myrmidon #3 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(68004,19765,530,1,1,0,272,-2642.37,1231.22,11.3652,1.22372,300,5,0,6800,0,0,1); +-- Coilskar Myrmidon #4-9 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(68006,19765,530,1,1,0,272,-2787.05,1147.31,7.45318,1.33523,300,0,0,6800,0,0,0), +(68007,19765,530,1,1,0,272,-2765.61,1318.13,33.4387,5.33329,300,0,0,6800,0,0,0), +(68008,19765,530,1,1,0,272,-2781.27,1305.83,33.5543,5.41576,300,0,0,6800,0,0,0), +(68020,19765,530,1,1,0,272,-2762.58,1270.13,33.7635,1.73773,300,0,0,6800,0,0,0), +(68023,19765,530,1,1,0,272,-2675.32,1381.04,37.7423,5.21902,300,0,0,6800,0,0,0), +(74219,19765,530,1,1,0,272,-2703.64,1374.07,38.5804,5.28805,300,0,0,6800,0,0,0); +-- Coilskar Sorceress #1-7 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(74221,19767,530,1,1,0,0,-2774.5,1157.2,7.15576,1.83316,300,0,0,5589,3155,0,0), +(75894,19767,530,1,1,0,127,-2651.43,1292.03,28.1707,4.99975,300,0,0,5589,3155,0,0), +(75896,19767,530,1,1,0,127,-2672.92,1273.19,27.458,0.251734,300,0,0,5409,3080,0,0), +(75898,19767,530,1,1,0,127,-2735.84,1276.24,33.2578,3.89497,300,0,0,5409,3080,0,0), +(84488,19767,530,1,1,0,127,-2728.52,1257.04,33.6868,3.5486,300,0,0,5589,3155,0,0), +(84609,19767,530,1,1,0,127,-2650.88,1350.89,34.7686,3.53907,300,5,0,5589,3155,0,1), +(84610,19767,530,1,1,0,127,-2701.55,1392.63,38.5803,5.2465,300,0,0,5409,3080,0,0); +-- Coilskar Cobra - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(84613,19784,530,1,1,0,0,-2841.49,1248.57,6.80746,2.67519,300,5,0,6542,0,0,1), +(84629,19784,530,1,1,0,0,-2738.83,1137.51,3.69936,2.48028,300,0,0,6542,0,0,0), +(84632,19784,530,1,1,0,0,-2736.01,1146.11,3.11515,3.07334,300,0,0,6542,0,0,0), +(86066,19784,530,1,1,0,0,-2636.83,1260.95,22.3503,4.99127,300,0,0,6542,0,0,0), +(86067,19784,530,1,1,0,0,-2715.36,1312.55,34.2753,5.14495,300,0,0,6542,0,0,0), +(86068,19784,530,1,1,0,0,-2705.87,1316.38,32.5245,4.79938,300,0,0,6542,0,0,0), +(86069,19784,530,1,1,0,0,-2583.66,1386.4,43.4713,0.381754,300,0,0,6542,0,0,0), +(86086,19784,530,1,1,0,0,-2586.7,1393.04,43.1409,0.341699,300,0,0,6542,0,0,0), +(86087,19784,530,1,1,0,0,-2697.99,1227.02,32.9681,3.32304,300,0,0,6542,0,0,0), +(86088,19784,530,1,1,0,0,-2700.81,1218.34,32.8339,2.52035,300,0,0,6542,0,0,0); +-- Earthmender Wilda Trigger - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(86089,21041,530,1,1,0,0,-2638.89,1358.96,35.9607,0.574121,180,0,0,8,0,0,0); +-- Illidari Shocktrooper - (Shadowmoon Valley) +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) VALUES +(86093,19802,530,1,1,0,20,-3684.88,2585.34,95.9486,5.62044,180,0,0,6542,0,0,0); +-- Enraged Fire Spirit - (Shadowmoon Valley) +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) VALUES +(86094,21061,530,1,1,0,0,-3620.84,1515.35,85.9434,1.60072,180,5,0,6542,0,0,1), +(86095,21061,530,1,1,0,0,-3835.43,1349.89,40.9647,2.52359,180,5,0,6542,0,0,1), +(86096,21061,530,1,1,0,0,-3716.25,1518.71,48.5622,0.308103,180,5,0,6761,0,0,1), +(86097,21061,530,1,1,0,0,-3760.49,1561.17,44.3181,2.32265,180,5,0,6761,0,0,1), +(86098,21061,530,1,1,0,0,-3710.2,1583.15,44.6407,0.649756,180,5,0,6761,0,0,1), +(86099,21061,530,1,1,0,0,-3644.11,1561.58,48.5774,5.73621,180,5,0,6761,0,0,1), +(86802,21061,530,1,1,0,0,-3557.29,1622.28,44.6491,6.10141,180,5,0,6542,0,0,1), +(86803,21061,530,1,1,0,0,-3467.06,1556.23,47.0426,5.02542,180,5,0,6761,0,0,1), +(86804,21061,530,1,1,0,0,-3456.26,1592.67,46.0662,5.64597,180,5,0,6761,0,0,1), +(86805,21061,530,1,1,0,0,-3398.21,1562.16,47.0404,5.752,180,5,0,6761,0,0,1), +(86809,21061,530,1,1,0,0,-3386.51,1510.28,52.6289,5.42213,180,5,0,6761,0,0,1), +(86810,21061,530,1,1,0,0,-3342.78,1529.34,52.5863,0.258133,180,5,0,6542,0,0,1), +(86811,21061,530,1,1,0,0,-3283.81,1548.45,51.1785,3.91809,180,5,0,6542,0,0,1), +(86812,21061,530,1,1,0,0,-3276.38,1438.22,50.959,5.02078,180,5,0,6542,0,0,1), +(86813,21061,530,1,1,0,0,-3217.52,1507.1,51.7725,1.02703,180,5,0,6761,0,0,1); +-- Enraged Earth Spirit - (Shadowmoon Valley) +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) VALUES +(86814,21050,530,1,1,0,0,-3752.4,1872.34,92.017,1.51687,180,5,0,6542,0,0,1), +(86815,21050,530,1,1,0,0,-3723.76,1876.9,88.5617,1.37943,180,5,0,6542,0,0,1), +(86816,21050,530,1,1,0,0,-3750.37,1831.32,89.3495,3.69243,180,5,0,6542,0,0,1), +(86817,21050,530,1,1,0,0,-3762.9,1782.16,90.7682,3.74034,180,5,0,6542,0,0,1), +(86818,21050,530,1,1,0,0,-3821.71,1703.76,97.4477,2.75701,180,5,0,6761,0,0,1), +(86819,21050,530,1,1,0,0,-3867.49,1726.43,100.195,2.23865,180,5,0,6542,0,0,1), +(86820,21050,530,1,1,0,0,-3832.96,1652.14,83.163,4.31603,180,5,0,6542,0,0,1), +(86821,21050,530,1,1,0,0,-3877.6,1655.53,85.7409,3.86442,180,5,0,6761,0,0,1), +(86822,21050,530,1,1,0,0,-3895.89,1596.13,82.0623,4.40799,180,5,0,6542,0,0,1), +(86823,21050,530,1,1,0,0,-3970.98,1647.79,92.4429,1.41336,180,5,0,6761,0,0,1), +(86824,21050,530,1,1,0,0,-3110.38,1290.22,9.68321,2.85675,180,5,0,6542,0,0,1), +(86825,21050,530,1,1,0,0,-3144.95,1391.62,12.649,2.5431,180,5,0,6761,0,0,1), +(86995,21050,530,1,1,0,0,-3263.17,1320.29,67.5181,3.96809,180,5,0,6761,0,0,1), +(86996,21050,530,1,1,0,0,-3276.54,1695.07,74.422,2.036,180,5,0,6761,0,0,1), +(86997,21050,530,1,1,0,0,-3322.2,1641.3,88.5612,2.63683,180,5,0,6542,0,0,1), +(86998,21050,530,1,1,0,0,-3250.75,1633.5,74.6079,3.11592,180,5,0,6542,0,0,1), +(86999,21050,530,1,1,0,0,-3245.25,1513.82,52.679,4.94983,180,5,0,6761,0,0,1), +(87000,21050,530,1,1,0,0,-3174.42,1525.15,60.2824,4.85166,180,5,0,6542,0,0,1), +(87001,21050,530,1,1,0,0,-3088.37,1365.59,8.93617,3.00733,180,5,0,6542,0,0,1), +(87002,21050,530,1,1,0,0,-3075.32,1438.21,12.2659,2.52687,180,5,0,6761,0,0,1), +(87003,21050,530,1,1,0,0,-3757.78,1613.37,41.3264,0.784434,180,5,0,6761,0,0,1); +-- Felboar - (Shadowmoon Valley) +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) VALUES +(87004,21878,530,1,1,0,0,-3689.46,2281.13,79.3034,1.84775,180,5,0,6326,0,0,1), +(87013,21878,530,1,1,0,0,-3667.53,2245.21,76.9954,5.28779,180,5,0,6326,0,0,1), +(87015,21878,530,1,1,0,0,-3719.25,2220.57,77.9333,0.752114,180,5,0,6326,0,0,1), +(87512,21878,530,1,1,0,0,-3629.11,2272.27,78.6476,0.496859,180,5,0,6542,0,0,1), +(87513,21878,530,1,1,0,0,-3494.96,2213.45,73.8143,5.59345,180,5,0,6542,0,0,1), +(87514,21878,530,1,1,0,0,-3452.32,2246.15,68.1392,0.00141817,180,5,0,6542,0,0,1), +(87515,21878,530,1,1,0,0,-3626.87,2198.15,80.1985,2.49113,180,5,0,6326,0,0,1), +(87516,21878,530,1,1,0,0,-3595.83,2151.17,76.9873,6.27674,180,5,0,6542,0,0,1), +(87517,21878,530,1,1,0,0,-3600.8,2359.54,81.5603,3.64644,180,5,0,6326,0,0,1), +(87518,21878,530,1,1,0,0,-3794.2,1848.42,92.4045,4.01522,180,5,0,6542,0,0,1), +(87519,21878,530,1,1,0,0,-3824.53,1797.7,91.5355,5.04409,180,5,0,6326,0,0,1), +(87520,21878,530,1,1,0,0,-3829.11,1758.31,96.4902,3.95631,180,5,0,6326,0,0,1), +(87521,21878,530,1,1,0,0,-3919.82,1634.98,86.1831,1.23272,180,5,0,6326,0,0,1), +(87522,21878,530,1,1,0,0,-3933.31,1676.52,95.9843,0.659376,180,5,0,6326,0,0,1), +(87523,21878,530,1,1,0,0,-4005.12,1633.19,93.5562,0.749698,180,5,0,6542,0,0,1), +(87524,21878,530,1,1,0,0,-3179.05,1296.35,25.4742,4.07411,180,5,0,6326,0,0,1), +(87525,21878,530,1,1,0,0,-3122.48,1306.65,13.7264,2.91172,180,5,0,6326,0,0,1), +(87526,21878,530,1,1,0,0,-3141.47,1561.92,49.1084,5.53495,180,5,0,6326,0,0,1), +(87530,21878,530,1,1,0,0,-3084.43,1514.62,29.9375,3.78351,180,5,0,6542,0,0,1), +(87531,21878,530,1,1,0,0,-2678.93,1735.18,30.4796,0.957904,180,5,0,6542,0,0,1), +(87532,21878,530,1,1,0,0,-2665.61,1671.57,15.4322,2.14699,180,5,0,6326,0,0,1), +(87533,21878,530,1,1,0,0,-2750.15,1688.41,17.9979,2.14385,180,5,0,6542,0,0,1); +-- Felfire Diemetradon - (Shadowmoon Valley) +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) VALUES +(87534,21408,530,1,1,0,0,-3620.38,2067.02,66.4956,2.17773,180,5,0,6542,0,0,1), +(87535,21408,530,1,1,0,0,-3610.47,2041.19,66.4933,5.81804,180,5,0,6326,0,0,1), +(87536,21408,530,1,1,0,0,-3593.59,2051.25,67.2559,0.815048,180,5,0,6542,0,0,1), +(87537,21408,530,1,1,0,0,-3607.68,2022.48,66.4924,3.56787,180,5,0,6542,0,0,1), +(87538,21408,530,1,1,0,0,-3645.39,2058.8,71.7726,3.35581,180,5,0,6542,0,0,1), +(87539,21408,530,1,1,0,0,-3550.37,2217.95,81.4975,1.91878,180,5,0,6542,0,0,1), +(87540,21408,530,1,1,0,0,-3574.31,2217.18,82.3702,2.03266,180,5,0,6326,0,0,1), +(87541,21408,530,1,1,0,0,-3581.93,2254.77,79.4957,5.67691,180,5,0,6542,0,0,1), +(87542,21408,530,1,1,0,0,-3554.17,2260.97,77.3631,4.03935,180,5,0,6326,0,0,1), +(87543,21408,530,1,1,0,0,-3356.42,2242.58,69.3525,4.80222,180,5,0,6542,0,0,1), +(90871,21462,530,1,1,0,0,-2927.65,1531.05,10.2394,2.93664,180,5,0,6542,0,0,1), +(90923,21462,530,1,1,0,0,-3007.19,1486.1,9.45958,5.13575,180,5,0,6761,0,0,1), +(90924,21462,530,1,1,0,0,-3046.8,1421.31,6.21258,6.22746,180,5,0,6542,0,0,1), +(90925,21462,530,1,1,0,0,-3025.32,1383,8.71378,2.92486,180,5,0,6761,0,0,1), +(90926,21462,530,1,1,0,0,-3045.23,1367.24,5.38734,4.28753,180,5,0,6542,0,0,1), +(90927,21462,530,1,1,0,0,-2833.03,1092.41,2.89413,5.82775,180,5,0,6542,0,0,1), +(91117,21462,530,1,1,0,0,-2770.64,1047.55,0.591363,5.07769,180,5,0,6761,0,0,1), +(91118,21462,530,1,1,0,0,-2733.45,1018.92,-1.84162,4.01347,180,5,0,6761,0,0,1), +(91750,21462,530,1,1,0,0,-2699.88,1027.77,-6.76849,1.3117,180,5,0,6542,0,0,1); +-- Enraged Air Spirit - (Shadowmoon Valley) +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) VALUES +(91751,21060,530,1,1,14515,0,-2750.4,936.205,1.61415,4.98343,180,5,0,5589,3155,0,1), +(101331,21060,530,1,1,14515,0,-2759.31,875.419,-0.952728,5.2065,180,5,0,5589,3155,0,1), +(108877,21060,530,1,1,14515,0,-2701.16,854.306,-18.3783,4.85701,180,5,0,5589,3155,0,1), +(117311,21060,530,1,1,14515,0,-2725.46,817.03,-4.67013,3.47707,180,5,0,5409,3080,0,1), +(120880,21060,530,1,1,14515,0,-2717.49,774.845,-16.7461,4.80831,180,5,0,5409,3080,0,1); +-- Infernal Attackers Event - part2 - (Shadowmoon Valley) +-- Wildhammer Defender - (Shadowmoon Valley) +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) VALUES +(120881,21736,530,1,1,0,47,-3781.84,2286.79,82.529,6.07208,300,1,0,9489,0,0,1), +(120882,21736,530,1,1,0,47,-3782.08,2290.53,83.5589,5.4327,300,1,0,9489,0,0,1), +(120883,21736,530,1,1,0,47,-3783.26,2281.75,82.709,5.4327,300,1,0,9489,0,0,1), +(120884,21736,530,1,1,0,47,-3816.22,2288.03,91.8103,5.4327,300,1,0,9489,0,0,1), +(120903,21736,530,1,1,0,47,-3816.1,2284.48,91.1192,5.4327,300,1,0,9489,0,0,1), +(120904,21736,530,1,1,0,47,-3785.57,2248.95,87.2404,3.77159,300,1,0,9489,0,0,1), +(120905,21736,530,1,1,0,47,-3783.47,2246.63,86.9104,3.77159,300,1,0,9489,0,0,1), +(120907,21736,530,1,1,0,47,-3785.35,2220.39,86.664,3.34433,300,1,0,9489,0,0,1), +(123103,21736,530,1,1,0,47,-3783.41,2216.37,86.0964,3.34433,300,1,0,9489,0,0,1), +(123108,21736,530,1,1,0,47,-3787.32,2215.57,86.4413,0.932562,300,1,0,9489,0,0,1), +(124444,21736,530,1,1,0,47,-3846.24,2250.47,95.5393,4.37575,300,1,0,9489,0,0,1), +(129451,21736,530,1,1,0,47,-3815.68,2219.7,91.3562,1.36925,300,1,0,9489,0,0,1), +(133355,21736,530,1,1,0,47,-3849.52,2253.86,96.9704,5.92613,300,1,0,9489,0,0,1), +(133486,21736,530,1,1,0,47,-3818.35,2217.67,91.9073,5.92613,300,1,0,9489,0,0,1), +(133493,21736,530,1,1,0,47,-3845.93,2217.78,93.7144,3.24793,300,1,0,9489,0,0,1), +(133525,21736,530,1,1,0,47,-3849.98,2219.71,94.1126,0.0592083,300,1,0,9489,0,0,1), +(133585,21736,530,1,1,0,47,-3847.09,2215.73,93.8006,1.67713,300,1,0,9489,0,0,1), +(133640,21736,530,1,1,0,47,-3784,2186.59,81.2953,4.72841,300,1,0,9489,0,0,1), +(133649,21736,530,1,1,0,47,-3785.9,2185.35,81.7693,4.72841,300,1,0,9489,0,0,1), +(133801,21736,530,1,1,0,47,-3783.07,2182.53,81.0433,5.09946,300,1,0,9489,0,0,1), +(133917,21736,530,1,1,0,47,-3819.33,2185.38,90.8449,2.14008,300,1,0,9489,0,0,1), +(133932,21736,530,1,1,0,47,-3816.41,2183.84,90.4199,2.14008,300,1,0,9489,0,0,1), +(133966,21736,530,1,1,0,47,-3847.98,2183.6,95.6746,3.3496,300,1,0,9489,0,0,1), +(134657,21736,530,1,1,0,47,-3851.15,2184.89,95.9878,5.71129,300,1,0,9489,0,0,1), +(134660,21736,530,1,1,0,47,-3718.56,2187.25,77.3002,4.16248,300,1,0,9489,0,0,1), +(134664,21736,530,1,1,0,47,-3717.26,2183.47,77.2151,2.3514,300,1,0,9489,0,0,1), +(134669,21736,530,1,1,0,47,-3719.07,2179.9,76.8607,1.75764,300,1,0,9489,0,0,1), +(136254,21736,530,1,1,0,47,-3784.76,2154.45,81.3128,5.4176,300,1,0,9489,0,0,1), +(136471,21736,530,1,1,0,47,-3785.34,2150.14,81.7398,0.863858,300,1,0,9489,0,0,1), +(136555,21736,530,1,1,0,47,-3717.92,2153.13,78.9523,4.54972,300,1,0,9489,0,0,1), +(136576,21736,530,1,1,0,47,-3717.99,2148.66,78.9327,1.50866,300,1,0,9489,0,0,1), +(136768,21736,530,1,1,0,47,-3717.32,2144.41,78.4981,1.52987,300,1,0,9489,0,0,1), +(136924,21736,530,1,1,0,47,-3717.93,2119.38,79.1508,4.62276,300,1,0,9489,0,0,1), +(137599,21736,530,1,1,0,47,-3714.86,2115.63,78.9266,2.27442,300,1,0,9489,0,0,1), +(138914,21736,530,1,1,0,47,-3787.2,2085.44,87.8936,3.06218,300,1,0,9489,0,0,1), +(140418,21736,530,1,1,0,47,-3783.53,2082.99,87.0361,2.78886,300,1,0,9489,0,0,1), +(140419,21736,530,1,1,0,47,-3787.41,2080.85,87.8479,2.78886,300,1,0,9489,0,0,1), +(140420,21736,530,1,1,0,47,-3782.78,2052.59,90.6403,4.01681,300,1,0,9489,0,0,1), +(140421,21736,530,1,1,0,47,-3784.83,2049.61,90.9455,1.30875,300,1,0,9489,0,0,1), +(140422,21736,530,1,1,0,47,-3782.35,2048.84,90.508,2.22924,300,1,0,9489,0,0,1), +(140423,21736,530,1,1,0,47,-3845.64,2016.54,95.109,2.22924,300,1,0,9489,0,0,1), +(140424,21736,530,1,1,0,47,-3844.12,2020.87,95.0602,4.32853,300,1,0,9489,0,0,1), +(140425,21736,530,1,1,0,47,-3880.85,2007.17,95.2154,1.99197,300,1,0,9489,0,0,1), +(140426,21736,530,1,1,0,47,-3887.31,2009.2,95.5845,0.605745,300,1,0,9489,0,0,1), +(140427,21736,530,1,1,0,47,-3785.08,1915.11,97.2271,2.32499,300,1,0,9489,0,0,1), +(140428,21736,530,1,1,0,47,-3782.4,1916.44,97.6024,2.96274,300,1,0,9489,0,0,1), +(140429,21736,530,1,1,0,47,-3785.57,1919.08,96.2228,5.04798,300,1,0,9489,0,0,1), +(140430,21736,530,1,1,0,47,-3716.56,1983.13,84.4894,4.03324,300,1,0,9489,0,0,1), +(140431,21736,530,1,1,0,47,-3718.37,1979.32,85.0302,2.82923,300,1,0,9489,0,0,1), +(140432,21736,530,1,1,0,47,-3715.64,1986.16,84.5007,3.64211,300,1,0,9489,0,0,1), +(140433,21736,530,1,1,0,47,-3684.72,2080.2,79.29,3.09626,300,1,0,9489,0,0,1), +(140434,21736,530,1,1,0,47,-3682.77,2080.1,79.3648,3.09626,300,1,0,9489,0,0,1), +(140435,21736,530,1,1,0,47,-3684.58,2084.2,79.0349,3.09626,300,1,0,9489,0,0,1), +(140436,21736,530,1,1,0,47,-3684.83,2151.28,77.4513,5.38962,300,1,0,9489,0,0,1), +(140437,21736,530,1,1,0,47,-3681.64,2150.36,77.0633,3.38843,300,1,0,9489,0,0,1), +(140438,21736,530,1,1,0,47,-3685.41,2155.24,77.3063,3.56122,300,1,0,9489,0,0,1), +(140439,21736,530,1,1,0,47,-3650.81,2117.13,73.8919,3.56122,300,1,0,9489,0,0,1), +(140440,21736,530,1,1,0,47,-3684.93,2117.38,77.2597,4.22488,300,1,0,9489,0,0,1), +(140441,21736,530,1,1,0,47,-3652.89,2115.46,73.7934,5.57655,300,1,0,9489,0,0,1), +(140442,21736,530,1,1,0,47,-3654.44,2119.74,74.3457,5.57655,300,1,0,9489,0,0,1), +(140443,21736,530,1,1,0,47,-3683.69,2114.37,76.9549,1.99906,300,1,0,9489,0,0,1), +(140444,21736,530,1,1,0,47,-3685.2,2181.82,76.4848,1.99906,300,1,0,9489,0,0,1), +(140445,21736,530,1,1,0,47,-3682.8,2184.63,76.1265,3.87223,300,1,0,9489,0,0,1), +(140446,21736,530,1,1,0,47,-3750.91,1987.59,87.9522,4.08236,300,1,0,9489,0,0,1), +(140447,21736,530,1,1,0,47,-3748.92,1985.24,88.1233,3.98969,300,1,0,9489,0,0,1), +(140448,21736,530,1,1,0,47,-3752.48,1981.12,89.2402,1.37038,300,1,0,9489,0,0,1), +(140449,21736,530,1,1,0,47,-3784.75,1950.28,92.4757,4.68476,300,1,0,9489,0,0,1), +(140450,21736,530,1,1,0,47,-3785.54,1944.53,93.8077,1.26435,300,1,0,9489,0,0,1), +(140451,21736,530,1,1,0,47,-3781.35,1945.67,94.3879,2.65058,300,1,0,9489,0,0,1), +(140452,21736,530,1,1,0,47,-3754.95,1948.17,95.5037,4.29286,300,1,0,9489,0,0,1), +(140453,21736,530,1,1,0,47,-3753.28,1943.44,96.6293,2.54064,300,1,0,9489,0,0,1), +(140454,21736,530,1,1,0,47,-3757.52,1941.97,96.4033,1.11592,300,1,0,9489,0,0,1), +(140455,21736,530,1,1,0,47,-3717.05,2077.63,80.1896,0.610904,300,1,0,9489,0,0,1), +(140456,21736,530,1,1,0,47,-3717.79,2080.88,79.7053,6.01994,300,1,0,9489,0,0,1), +(140457,21736,530,1,1,0,47,-3713.21,2081.54,79.7971,3.69124,300,1,0,9489,0,0,1); +-- Invis Infernal Caster - (Shadowmoon Valley) +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) VALUES +(140458,21417,530,1,1,0,0,-3783.13,1918.5,118.92,2.33643,300,0,0,41,60,0,0), +(140459,21417,530,1,1,0,0,-3716.39,1983.24,103.94,2.33643,300,0,0,41,60,0,0), +(140460,21417,530,1,1,0,0,-3683.92,2083.78,100.328,2.33643,300,0,0,41,60,0,0), +(140461,21417,530,1,1,0,0,-3716.86,2184.77,100.334,2.33643,300,0,0,41,60,0,0), +(140462,21417,530,1,1,0,0,-3683.69,2149.84,100.588,2.33643,300,0,0,41,60,0,0), +(140463,21417,530,1,1,0,0,-3717.34,2150.09,102.483,2.33643,300,0,0,41,60,0,0), +(140464,21417,530,1,1,0,0,-3684.21,2116.27,98.7243,2.33643,300,0,0,41,60,0,0), +(140465,21417,530,1,1,0,0,-3650.55,2117.25,96.151,5.35627,300,0,0,41,60,0,0), +(140466,21417,530,1,1,0,0,-3684.18,2183.21,98.8751,5.35627,300,0,0,41,60,0,0), +(140467,21417,530,1,1,0,0,-3750.97,1984.75,106.213,3.15322,300,0,0,41,60,0,0), +(140468,21417,530,1,1,0,0,-3783.72,1943.93,115.348,1.56675,300,0,0,41,60,0,0), +(140469,21417,530,1,1,0,0,-3758.73,1944.65,115.495,6.16526,300,0,0,41,60,0,0), +(140470,21417,530,1,1,0,0,-3716.97,2117.05,102.136,2.5568,300,0,0,41,60,0,0), +(140471,21417,530,1,1,0,0,-3717.81,2081.91,104.409,1.53891,300,0,0,41,60,0,0), +(140472,21417,530,1,1,0,0,-3782.23,2284.06,106.409,1.76275,300,0,0,41,60,0,0), +(140473,21417,530,1,1,0,0,-3815.91,2283.84,114.505,1.76275,300,0,0,41,60,0,0), +(140474,21417,530,1,1,0,0,-3784.33,2250.31,108.411,1.76275,300,0,0,41,60,0,0), +(140475,21417,530,1,1,0,0,-3782.92,2216.47,106.744,1.76275,300,0,0,41,60,0,0), +(140476,21417,530,1,1,0,0,-3816.28,2217.19,111.539,1.76275,300,0,0,41,60,0,0), +(140477,21417,530,1,1,0,0,-3848.53,2249.43,117.77,1.76275,300,0,0,41,60,0,0), +(140478,21417,530,1,1,0,0,-3848.73,2218.54,115.873,1.76275,300,0,0,41,60,0,0), +(140479,21417,530,1,1,0,0,-3783.97,2183.78,100.273,1.76275,300,0,0,41,60,0,0), +(140480,21417,530,1,1,0,0,-3816.52,2183.86,111.585,1.76275,300,0,0,41,60,0,0), +(140481,21417,530,1,1,0,0,-3847.75,2182.98,118.241,3.15684,300,0,0,41,60,0,0), +(140482,21417,530,1,1,0,0,-3782.36,2150.69,96.6612,3.15684,300,0,0,41,60,0,0), +(140483,21417,530,1,1,0,0,-3782.97,2082.78,107.031,1.53891,300,0,0,41,60,0,0), +(140484,21417,530,1,1,0,0,-3782.79,2048.17,109.419,1.53891,300,0,0,41,60,0,0); +-- Darkspear Axe Thrower - (Hellfire Peninsula) +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) VALUES +(140485,18970,530,1,1,0,300,-232.374,1083.71,48.3245,1.55738,25,0,0,13084,0,0,0); +-- Stormwind Soldier - (Hellfire Peninsula) +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) VALUES +(140486,18948,530,1,1,0,3,-252.769,1093.94,41.668,1.5708,25,0,0,13084,0,0,0), +(140487,18948,530,1,1,0,3,-272.204,1097.1,41.9803,1.5708,25,0,0,12652,0,0,0); +-- Skettis - Invis Raven Stone - (Terrokar Forest) +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) VALUES +(140488,22986,530,1,1,0,0,-3709.53,3744.06,277.073,1.62054,320,0,0,41,60,0,0), +(140489,22986,530,1,1,0,0,-3758.84,3732.39,276.846,5.73288,320,0,0,41,60,0,0), +(140490,22986,530,1,1,0,0,-3687.76,3677.07,275.927,5.73288,320,0,0,41,60,0,0), +(140491,22986,530,1,1,0,0,-3591.33,3724.59,285.996,5.73288,320,0,0,41,60,0,0), +(140492,22986,530,1,1,0,0,-3615.09,3667.87,277.788,1.00477,320,0,0,41,60,0,0), +(140493,22986,530,1,1,0,0,-3642.5,3189.22,314.596,1.50114,320,0,0,41,60,0,0), +(140494,22986,530,1,1,0,0,-3967.37,3323.17,289.012,1.50114,320,0,0,41,60,0,0), +(140495,22986,530,1,1,0,0,-3523.61,3591.08,279.754,0.483256,320,0,0,41,60,0,0); +-- Netherskate - (Shadowmoon Valley) +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) VALUES +(140496,21901,530,1,1,0,0,-4381.74,353.922,46.5179,3.39443,300,10,0,5589,1578,0,1), +(140497,21901,530,1,1,0,0,-4335.86,446.14,115.147,0.609704,300,5,0,5409,1540,0,1), +(140498,21901,530,1,1,0,0,-4425.07,458.863,117.462,2.46324,300,5,0,5589,1578,0,1), +(140499,21901,530,1,1,0,0,-4392.56,285.814,56.2566,2.94234,300,5,0,5589,1578,0,1), +(140500,21901,530,1,1,0,0,-4449.86,223.316,92.4057,2.44754,300,5,0,5589,1578,0,1), +(140501,21901,530,1,1,0,0,-4428.07,367.712,89.9368,1.46972,300,5,0,5409,1540,0,1), +(140502,21901,530,1,1,0,0,-4541.94,533.606,85.2636,0.578294,300,5,0,5409,1540,0,1), +(140503,21901,530,1,1,0,0,-4484.97,578.795,131.17,5.97791,300,5,0,5589,1578,0,1), +(140504,21901,530,1,1,0,0,-4471.63,669.445,150.031,2.05509,300,5,0,5589,1578,0,1), +(140505,21901,530,1,1,0,0,-4330.74,690.942,109.125,5.00074,300,5,0,5409,1540,0,1), +(140506,21901,530,1,1,0,0,-4349.36,527.022,114.887,3.98364,300,5,0,5409,1540,0,1), +(140507,21901,530,1,1,0,0,-4318,198.217,46.5048,0.166587,300,5,0,5589,1578,0,1), +(140508,21901,530,1,1,0,0,-4313.67,134.258,-0.560779,5.3345,300,5,0,5589,1578,0,1), +(140509,21901,530,1,1,0,0,-4275.4,82.4957,6.44667,0.0644793,300,5,0,5409,1540,0,1), +(140510,21901,530,1,1,0,0,-4230.75,154.809,57.7332,0.441463,300,5,0,5589,1578,0,1), +(140511,21901,530,1,1,0,0,-4376.36,222.844,22.2332,5.18134,300,5,0,5589,1578,0,1), +(140512,21901,530,1,1,0,0,-4544.11,633.432,56.2809,0.0683952,300,5,0,5409,1540,0,1); +-- Black Blood of Draenor - (Shadowmoon Valley) +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) VALUES +(140513,23286,530,1,1,0,0,-5089.01,344.069,4.01021,5.5254,300,5,0,5240,0,0,1), +(140514,23286,530,1,1,0,0,-5028.71,397.794,-12.9515,5.43508,300,5,0,5240,0,0,1), +(140515,23286,530,1,1,0,0,-5046.71,400.054,-12.3586,1.27325,300,5,0,5240,0,0,1), +(140516,23286,530,1,1,0,0,-5049.42,445.07,-12.0961,3.54383,300,5,0,5240,0,0,1), +(140517,23286,530,1,1,0,0,-5076.71,424.111,-12.3675,2.95635,300,5,0,5240,0,0,1), +(140518,23286,530,1,1,0,0,-5022.75,430.781,-10.0339,0.303842,300,5,0,5240,0,0,1), +(140519,23286,530,1,1,0,0,-5013.32,459.255,-7.65362,6.22966,300,5,0,5240,0,0,1), +(140520,23286,530,1,1,0,0,-5000,445.478,-6.96391,2.93885,300,5,0,5240,0,0,1), +(140521,23286,530,1,1,0,0,-5115.25,384.494,-12.52,1.63298,300,5,0,5240,0,0,1), +(140522,23286,530,1,1,0,0,-5023.56,465.013,-8.61042,2.50162,300,5,0,5240,0,0,1), +(140523,23286,530,1,1,0,0,-5079.76,468.967,-8.46821,1.56307,300,5,0,5240,0,0,1), +(140524,23286,530,1,1,0,0,-5018.34,488.495,-8.07559,1.01721,300,5,0,5240,0,0,1), +(140525,23286,530,1,1,0,0,-5129.29,425.833,-11.3592,3.62866,300,5,0,5240,0,0,1), +(140526,23286,530,1,1,0,0,-5012.51,543.045,-4.53214,4.81461,300,5,0,5240,0,0,1), +(140527,23286,530,1,1,0,0,-5094.57,511.98,-11.678,2.10106,300,5,0,5240,0,0,1), +(140528,23286,530,1,1,0,0,-5113.43,461.183,-10.5322,0.00404715,300,5,0,5240,0,0,1), +(140529,23286,530,1,1,0,0,-5095.13,646.196,32.9789,1.9856,300,5,0,5240,0,0,1), +(140530,23286,530,1,1,0,0,-5048.1,633.528,22.6769,1.57798,300,5,0,5240,0,0,1), +(140531,23286,530,1,1,0,0,-5107.42,682.474,34.8255,1.57798,300,5,0,5240,0,0,1), +(140532,23286,530,1,1,0,0,-5069.87,675.499,33.4247,3.56974,300,5,0,5240,0,0,1), +(140533,23286,530,1,1,0,0,-5146.54,491.249,-13.8132,5.48925,300,5,0,5240,0,0,1), +(140534,23286,530,1,1,0,0,-5173.72,421.3,-10.4883,3.59644,300,5,0,5240,0,0,1), +(140535,23286,530,1,1,0,0,-5182.14,343.977,-21.4375,1.99184,300,5,0,5240,0,0,1), +(140536,23286,530,1,1,0,0,-5219.86,338.501,-22.0416,3.73542,300,5,0,5240,0,0,1); +-- Netherwing Mines (Shadowmoon Valley) +-- Nethermine Burster +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) VALUES +(140537,23285,530,1,1,0,0,-5010.47,418.128,-10.2213,1.12906,300,5,0,6986,0,0,1), +(140538,23285,530,1,1,0,0,-5107.32,419.949,-12.5462,3.57167,300,5,0,6986,0,0,1), +(140539,23285,530,1,1,0,0,-5099.04,399.222,-12.601,4.23532,300,5,0,6986,0,0,1); +-- Black Blood of Draenor +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) VALUES +(140540,23286,530,1,1,0,0,-4995.15,520.18,-5.37083,1.45893,300,5,0,5240,0,0,1), +(140541,23286,530,1,1,0,0,-5176.14,374.761,-19.8123,5.43698,300,5,0,5240,0,0,1), +(140542,23286,530,1,1,0,0,-5146.27,346.642,-18.8773,0.358768,300,5,0,5240,0,0,1); +-- Nethermine Flayer +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) VALUES +(140543,23169,530,1,1,0,0,-4952.52,483.403,3.33166,2.82631,300,5,0,6986,0,0,1), +(140544,23169,530,1,1,0,0,-4974.97,460.03,3.05225,3.22372,300,5,0,6986,0,0,1), +(140545,23169,530,1,1,0,0,-4927.05,454.454,1.49615,0.953924,300,5,0,6986,0,0,1), +(140546,23169,530,1,1,0,0,-4953.06,421.764,2.87277,4.2683,300,5,0,6986,0,0,1), +(140547,23169,530,1,1,0,0,-4956.07,357.641,-2.5232,4.3547,300,5,0,7181,0,0,1), +(140548,23169,530,1,1,0,0,-4970.04,309.18,-2.96103,4.33505,300,5,0,7181,0,0,1), +(140549,23169,530,1,1,0,0,-4948.2,293.112,-7.26181,0.270241,300,5,0,6986,0,0,1), +(140550,23169,530,1,1,0,0,-4922,303.155,-13.3553,0.757188,300,5,0,7181,0,0,1), +(140551,23169,530,1,1,0,0,-4997.32,290.245,-2.24522,2.62251,300,5,0,6986,0,0,1), +(140552,23169,530,1,1,0,0,-5006.9,267.489,-1.89704,3.2469,300,5,0,6986,0,0,1), +(140553,23169,530,1,1,0,0,-4991.47,250.541,-5.76584,5.36748,300,5,0,7181,0,0,1), +(140554,23169,530,1,1,0,0,-4973.54,225.451,-10.9796,4.72738,300,5,0,7181,0,0,1), +(140555,23169,530,1,1,0,0,-4971.94,268.502,-7.06792,0.761132,300,5,0,7181,0,0,1), +(140556,23169,530,1,1,0,0,-5004.51,233.188,-8.51353,3.90116,300,5,0,7181,0,0,1), +(140557,23169,530,1,1,0,0,-5034.1,205.98,-12.4777,3.8344,300,5,0,6986,0,0,1), +(140558,23169,530,1,1,0,0,-5043.84,172.295,-13.7058,5.47195,300,5,0,7181,0,0,1), +(140559,23169,530,1,1,0,0,-5097.41,178.122,-8.44018,2.59974,300,5,0,6986,0,0,1), +(140560,23169,530,1,1,0,0,-5164.15,153.849,-12.7468,2.80001,300,5,0,7181,0,0,1); +-- Nethermine Ravager +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) VALUES +(140561,23326,530,1,1,0,0,-4946.79,403.189,-0.796316,4.58246,300,5,0,5240,0,0,1), +(140562,23326,530,1,1,0,0,-4966.87,347.387,-1.60104,4.25259,300,5,0,5240,0,0,1), +(140563,23326,530,1,1,0,0,-5017.47,281.068,1.29391,2.60929,300,5,0,5240,0,0,1), +(140564,23326,530,1,1,0,0,-4981.12,311.104,-1.9292,1.09347,300,5,0,5240,0,0,1), +(140565,23326,530,1,1,0,0,-5188.59,151.283,-12.8542,0.965763,300,0,0,5240,0,0,0), -- static +(140566,23326,530,1,1,0,0,-5186.65,167.762,-11.8742,1.89489,300,5,0,5240,0,0,1), +(140567,23326,530,1,1,0,0,-5197.84,186.612,-12.5282,2.24439,300,5,0,5240,0,0,1), +(140568,23326,530,1,1,0,0,-5010.14,251.174,-3.03427,4.40073,300,5,0,5240,0,0,1), +(140569,23326,530,1,1,0,0,-5023.7,210.638,-11.9473,3.91378,300,5,0,5240,0,0,1), +(140570,23326,530,1,1,0,0,-5034.53,160.782,-14.3529,5.56704,300,5,0,5240,0,0,1), +(140571,23326,530,1,1,0,0,-5070.61,163.745,-10.0831,3.09304,300,5,0,5240,0,0,1); +-- Crazed Murkblood Miner +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) VALUES +(140572,23324,530,1,1,0,0,-5219.73,222.883,-11.3673,1.97768,300,5,0,6986,0,0,1), +(140573,23324,530,1,1,0,0,-5179.4,174.429,-11.5549,1.54151,300,5,0,6986,0,0,1), +(140574,23324,530,1,1,0,0,-5198.31,158.062,-13.4348,1.54151,300,10,0,6986,0,0,1); +-- Murkblood Overseer +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) VALUES +(140575,23309,530,1,1,0,0,-4898.18,411.931,-5.89363,3.368485,300,0,0,6986,0,0,0), +(140576,23309,530,1,1,0,0,-4860.77,468.779,-5.82488,4.24115,300,0,0,6986,0,0,0), +(140577,23309,530,1,1,0,0,-4907.27,314.558,-12.2545,1.518436,300,0,0,6986,0,0,0), +(140578,23309,530,1,1,0,0,-4961.05,211.625,-11.0616,4.031711,300,0,0,6986,0,0,0); +-- Crazed Murkblood Foreman +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) VALUES +(140579,23305,530,1,1,0,281,-5238.25,234.065,-11.7546,5.36175,300,10,0,7181,0,0,1), +(140580,23305,530,1,1,0,281,-5229.3,140.023,-13.5415,0.382326,300,5,0,7181,0,0,1); +-- Terokkar Trigger +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) VALUES +(140581,23102,530,1,1,0,0,-2443.7,4634.14,158.221,1.10586,25,0,0,4120,0,0,0), +(140582,23102,530,1,1,0,0,-2482.24,4661.68,161.413,3.51227,25,0,0,4120,0,0,0), +(140583,23102,530,1,1,0,0,-2384.98,4552.59,165.69,4.99611,25,0,0,4120,0,0,0), +(140584,23102,530,1,1,0,0,-2432.75,4458.1,166.076,0.907029,25,0,0,4120,0,0,0); +-- Kor'kron Overseer - missing in undercity +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) VALUES +(140585,36213,0,1,1,0,2009,1446.82,415.778,-84.9914,4.05085,180,0,0,15952,0,0,0); +-- Rat - missing in undercity +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) VALUES +(140586,4075,0,1,1,0,0,1412.15,417.707,-84.9654,3.36426,180,5,0,8,0,0,1), +(140587,4075,0,1,1,0,0,1428.02,406.496,-85.2519,3.37997,180,20,0,8,0,0,1), +(140588,4075,0,1,1,0,0,1452.04,401.733,-84.9925,0.222665,180,5,0,8,0,0,1), +(140589,4075,0,1,1,0,0,1407.63,370.503,-84.953,3.96901,180,5,0,8,0,0,1); +-- Crag Boar -- Dun Morogh +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) VALUES +(140590,1125,0,1,1,0,0,-6119.69,-200.734,434.551,0.361272,180,5,0,102,0,0,1); +-- Horizont Missing team +-- Roland Geardabbler +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) VALUES +(140775,8394,1,1,1,0,0,1746.45,-5861.29,-91.4165,3.20841,300,0,0,2762,3575,0,0); +DELETE FROM creature_template_addon WHERE entry = 8394; +-- Horizon Scout Cook +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) VALUES +(140776,8388,1,1,1,0,0,1747.62,-5862.27,-90.9249,3.17332,300,0,0,2666,0,0,0); +-- Horizon Scout First Mate +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) VALUES +(140777,8387,1,1,1,0,0,1747.24,-5859.6,-90.3817,3.98543,300,0,0,2766,0,0,0); +-- Horizon Scout Engineer +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) VALUES +(140778,8389,1,1,1,0,0,1748.87,-5863.46,-90.2665,2.83088,300,0,0,2666,0,0,0); +-- Second Mate Shandril +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) VALUES +(140779,8478,1,1,1,0,0,1916.44,-5733.37,10.1936,4.10397,300,0,0,2766,0,0,0); +DELETE FROM creature_template_addon WHERE entry = 8478; +INSERT INTO creature_template_addon (entry, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(8478,0,8,1,0,0,0,NULL); + +-- Xfurry +-- quest 11955: missing npcs +DELETE FROM creature WHERE id IN (26121,26120,25710); +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) VALUES +(140591,25710, 547, 3, 1, 0, 0, 132.721, -116.256, -1.59053, 3.85833, 7200, 0, 0, 13000, 0, 0, 0); +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) VALUES +(140592,26121, 547, 3, 1, 0, 0, -69.81205, -162.4954, -2.304507, 1.710423, 7200, 0, 0, 42, 0, 0, 0), +(140593,26120, 547, 3, 1, 0, 0, -98.10294, -230.7864, -10.80846, 1.448623, 7200, 0, 0, 42, 0, 0, 0); +-- add link to the midsummer event for all 3 creatures +DELETE FROM game_event_creature WHERE guid IN (140591, 140592, 140593); +INSERT INTO game_event_creature (guid, event) VALUES +(140591, 1), +(140592, 1), +(140593, 1); +-- Veneratus spawn node npc +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) VALUES +(140594,21334, 530, 1, 1, 0, 0, -4051.381, 2616.373, 127.9368, 5.078908, 300, 0, 0, 9250, 0, 0, 0); +-- Ulduar +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) VALUES +(140595, 33329, 603, 3, 1, 0, 0, 886.275, -12.0545, 409.602, 3.12941, 604800, 0, 0, 1800021, 0, 0, 0); +-- missing Razorscale controllers for harpoons +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) VALUES +(140596, 33233, 603, 3, 1, 0, 0, 572.4106, -138.6564, 393.9044, 4.764749, 7200, 0, 0, 12600, 0, 0, 0), +(140597, 33233, 603, 3, 1, 0, 0, 589.7287, -137.1148, 393.9011, 4.485496, 7200, 0, 0, 12600, 0, 0, 0), +(140598, 33233, 603, 2, 1, 0, 0, 558.646, -140.129, 391.517, 4.7328, 7200, 0, 0, 12600, 0, 0, 0), +(140599, 33233, 603, 2, 1, 0, 0, 606.747, -136.945, 391.353, 4.7328, 7200, 0, 0, 12600, 0, 0, 0); +-- Missing Thorim spawn +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) VALUES +(140600, 34055, 603, 3, 1, 0, 0, 2134.883, -263.6244, 442.0274, 0, 7200, 0, 0, 17010, 0, 0, 0); +-- Missing storm peaks spawns (ytdb) +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) VALUES +(140601, 30169, 571, 1, 4, 0, 0, 7181.41, -3533.11, 826.956, 3.21141, 300, 0, 0, 12600, 0, 0, 0), +(140602, 30169, 571, 1, 4, 0, 0, 7219.12, -3607.77, 822.712, 1.65806, 300, 0, 0, 12600, 0, 0, 0), +(140603, 30169, 571, 1, 4, 0, 0, 7216.24, -3582.57, 824.501, 0.837758, 300, 0, 0, 12600, 0, 0, 0), +(140604, 30169, 571, 1, 4, 0, 0, 7207.47, -3438.53, 838.874, 2.89725, 300, 0, 0, 12600, 0, 0, 0), +(140605, 30169, 571, 1, 4, 0, 0, 7222.42, -3441.84, 837.193, 2.14675, 300, 0, 0, 12600, 0, 0, 0), +(140606, 30169, 571, 1, 4, 0, 0, 7227.85, -3415.96, 840.174, 1.55334, 300, 0, 0, 12600, 0, 0, 0), +(140607, 30169, 571, 1, 4, 0, 0, 7217.79, -3378.62, 846.734, 5.41052, 300, 0, 0, 12600, 0, 0, 0), +(140608, 30169, 571, 1, 4, 0, 0, 7206.48, -3460.64, 835.851, 3.90954, 300, 0, 0, 12600, 0, 0, 0), +(140609, 30169, 571, 1, 4, 0, 0, 7192, -3386.61, 846.416, 2.11185, 300, 0, 0, 12600, 0, 0, 0), +(140610, 30169, 571, 1, 4, 0, 0, 7206.62, -3482, 833.563, 3.28122, 300, 0, 0, 12600, 0, 0, 0), +(140611, 30169, 571, 1, 4, 0, 0, 7232.06, -3474.28, 850.768, 3.92699, 300, 0, 0, 12600, 0, 0, 0), +(140612, 30169, 571, 1, 4, 0, 0, 7178.47, -3558.92, 827.034, 3.35103, 300, 0, 0, 12600, 0, 0, 0), +(140613, 30169, 571, 1, 4, 0, 0, 7138.42, -3553.75, 832.279, 4.69494, 300, 0, 0, 12600, 0, 0, 0); +-- respawn troop transporters (ytdb) +DELETE FROM creature WHERE id IN (32225,31881); +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) VALUES +(140614, 32225, 571, 1, 1, 0, 0, 7289.36, 1794.13, 562.962, 1.18188, 300, 0, 0, 63000, 0, 0, 0), +(140615, 32225, 571, 1, 1, 0, 0, 7303.23, 1520.81, 322.419, 3.36849, 300, 0, 0, 63000, 0, 0, 0), +(140616, 31881, 571, 1, 1, 0, 0, 6858.03, 1715.73, 617.195, 2.67172, 300, 0, 0, 63000, 0, 0, 0), +(140617, 31881, 571, 1, 1, 0, 0, 7508.94, 1723.11, 350.655, 1.53589, 300, 0, 0, 63000, 0, 0, 0); +-- Yogg Brain and Voice of Yogg +DELETE FROM creature WHERE id IN (33890,33280); +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) VALUES +(140618, 33890, 603, 3, 1, 0, 0, 1981.622, -25.89063, 261.6898, 0.1047198, 604800, 0, 0, 1371428, 0, 0, 0), +(140619, 33280, 603, 3, 1, 0, 0, 1980.137, -25.74376, 326.4671, 0, 604800, 0, 0, 12600, 0, 0, 0); +-- Dalaran Arena +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) VALUES +(140620, 28567, 617, 1, 1, 0, 0, 1292.587, 790.2205, 7.19796, 3.054326, 300, 0, 0, 42, 0, 0, 0), +(140621, 28567, 617, 1, 1, 0, 0, 1369.977, 817.2882, 16.08718, 3.106686, 300, 0, 0, 42, 0, 0, 0), +(140622, 28567, 617, 1, 1, 0, 0, 1212.833, 765.3871, 16.09484, 0.0, 300, 0, 0, 42, 0, 0, 0); + +-- ------------------ +-- NPC w/ script, waypoint, pool or game event +-- ------------------ + +-- clean up +DELETE FROM creature WHERE guid BETWEEN 140623 AND 140771; +DELETE FROM creature_addon WHERE guid BETWEEN 140623 AND 140774; +DELETE FROM creature_movement WHERE id BETWEEN 140623 AND 140774; +DELETE FROM creature_linking WHERE guid BETWEEN 140623 AND 140774; + +-- Grz3s +-- Coilskar Siren - Coilskar Point (Shadowmoon Valley) +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) VALUES +(140623,19768,530,1,1,0,415,-2953.91,1632.53,55.186,5.20641,180,0,0,5233,2991,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140623,1,-2948.849854,1620.521973,50.933853,0,0,0,0,0,0,0,0,0,0,4.927598,0,0), +(140623,2,-2948.619385,1606.714722,46.370586,0,0,0,0,0,0,0,0,0,0,4.719469,0,0), +(140623,3,-2946.833496,1597.380737,43.365540,0,0,0,0,0,0,0,0,0,0,5.230761,0,0), +(140623,4,-2941.050293,1589.195557,40.613396,0,0,0,0,0,0,0,0,0,0,5.612463,0,0), +(140623,5,-2930.779785,1584.217529,36.723515,0,0,0,0,0,0,0,0,0,0,6.060925,0,0), +(140623,6,-2915.552002,1581.127686,30.054134,0,0,0,0,0,0,0,0,0,0,6.272978,0,0), +(140623,7,-2902.261963,1580.240967,24.208878,0,0,0,0,0,0,0,0,0,0,6.258837,0,0), +(140623,8,-2872.794434,1580.645874,15.705213,0,0,0,0,0,0,0,0,0,0,6.219569,0,0), +(140623,9,-2892.402588,1580.480957,20.545372,0,0,0,0,0,0,0,0,0,0,3.160441,0,0), +(140623,10,-2910.505615,1580.565796,27.938122,0,0,0,0,0,0,0,0,0,0,2.896548,0,0), +(140623,11,-2923.915771,1583.023071,34.003468,0,0,0,0,0,0,0,0,0,0,2.755961,0,0), +(140623,12,-2936.325684,1587.416992,38.888874,0,0,0,0,0,0,0,0,0,0,2.443372,0,0), +(140623,13,-2945.416992,1595.141724,42.618202,0,0,0,0,0,0,0,0,0,0,1.991768,0,0), +(140623,14,-2947.697021,1601.714478,44.792065,0,0,0,0,0,0,0,0,0,0,1.571580,0,0), +(140623,15,-2948.341064,1612.437744,48.251663,0,0,0,0,0,0,0,0,0,0,1.554302,0,0), +(140623,16,-2947.947998,1624.063843,51.841286,0,0,0,0,0,0,0,0,0,0,1.779711,0,0), +(140623,17,-2955.934326,1638.978882,57.373920,0,0,0,0,0,0,0,0,0,0,2.127642,0,0), +(140623,18,-2957.913574,1642.158203,58.290287,0,0,0,0,0,0,0,0,0,0,2.127642,0,0), +(140623,19,-2962.376953,1650.061035,62.174828,0,0,0,0,0,0,0,0,0,0,2.045176,0,0), +(140623,20,-2963.010986,1652.745483,62.196735,0,0,0,0,0,0,0,0,0,0,1.876315,0,0), +(140623,21,-2968.315430,1662.325439,66.912209,0,0,0,0,0,0,0,0,0,0,2.104080,0,0), +(140623,22,-2983.438721,1679.150146,67.616493,0,0,0,0,0,0,0,0,0,0,2.359335,0,0), +(140623,23,-2968.479492,1662.077637,66.910652,0,0,0,0,0,0,0,0,0,0,5.288874,0,0), +(140623,24,-2963.182373,1652.731201,62.197964,0,0,0,0,0,0,0,0,0,0,5.186774,0,0), +(140623,25,-2961.155762,1650.855591,62.175507,0,0,0,0,0,0,0,0,0,0,5.324215,0,0), +(140623,26,-2957.019043,1641.534790,57.795250,0,0,0,0,0,0,0,0,0,0,5.029696,0,0), +(140623,27,-2954.482910,1632.207031,55.236446,0,0,0,0,0,0,0,0,0,0,5.306942,0,0); +-- Coilskar Muckwatcher #1 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140624,19788,530,1,1,0,2077,-2703.59,1159.87,5.30619,4.24358,300,0,0,6986,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140624,1,-2709.504639,1149.196167,3.766821,0,0,0,0,0,0,0,0,0,0,4.055084,0,0), +(140624,2,-2716.629395,1143.440186,1.554874,0,0,0,0,0,0,0,0,0,0,3.382784,0,0), +(140624,3,-2728.586670,1142.057861,1.562247,0,0,0,0,0,0,0,0,0,0,2.935892,0,0), +(140624,4,-2740.737305,1144.663452,2.585284,0,0,0,0,0,0,0,0,0,0,2.794520,0,0), +(140624,5,-2749.976807,1149.227173,4.846793,0,0,0,0,0,0,0,0,0,0,2.696346,0,0), +(140624,6,-2760.584961,1151.748169,6.379262,0,0,0,0,0,0,0,0,0,0,2.845571,0,0), +(140624,7,-2750.322021,1148.650146,5.024866,0,0,0,0,0,0,0,0,0,0,6.116750,0,0), +(140624,8,-2744.077637,1146.069702,3.087870,0,0,0,0,0,0,0,0,0,0,5.727194,0,0), +(140624,9,-2731.794434,1140.628784,2.277211,0,0,0,0,0,0,0,0,0,0,6.152879,0,0), +(140624,10,-2725.694336,1141.506592,1.018499,0,0,0,0,0,0,0,0,0,0,0.183065,0,0), +(140624,11,-2715.629639,1142.919800,1.567185,0,0,0,0,0,0,0,0,0,0,0.745411,0,0), +(140624,12,-2709.580811,1149.265991,3.791277,0,0,0,0,0,0,0,0,0,0,1.185233,0,0), +(140624,13,-2704.871582,1160.914185,5.263525,0,0,0,0,0,0,0,0,0,0,1.047003,0,0); +-- Coilskar Muckwatcher #2 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140625,19788,530,1,1,0,2077,-2670.19,1189.04,2.50672,0.717135,300,0,0,6986,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140625,1,-2662.775146,1194.271851,4.898087,0,0,0,0,0,0,0,0,0,0,0.560055,0,0), +(140625,2,-2652.938477,1202.782104,6.369922,0,0,0,0,0,0,0,0,0,0,0.924480,0,0), +(140625,3,-2662.096436,1193.352905,4.784105,0,0,0,0,0,0,0,0,0,0,3.735420,0,0), +(140625,4,-2669.661377,1188.707520,2.666976,0,0,0,0,0,0,0,0,0,0,3.623108,0,0), +(140625,5,-2681.099854,1177.205200,5.300234,0,0,0,0,0,0,0,0,0,0,3.789612,0,0), +(140625,6,-2693.567627,1169.009033,5.231362,0,0,0,0,0,0,0,0,0,0,3.650596,0,0), +(140625,7,-2680.372559,1178.642090,5.024797,0,0,0,0,0,0,0,0,0,0,0.804312,0,0), +(140625,8,-2669.931396,1189.338623,2.624197,0,0,0,0,0,0,0,0,0,0,0.776037,0,0); +-- Coilskar Muckwatcher #3 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140626,19788,530,1,1,0,2077,-2663.22,1283.27,27.3812,5.66254,300,0,0,6986,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140626,1,-2673.273193,1287.533936,30.005875,0,0,0,0,0,0,0,0,0,0,3.017315,0,0), +(140626,2,-2686.450195,1288.004761,33.732285,0,0,0,0,0,0,0,0,0,0,2.960766,0,0), +(140626,3,-2702.890625,1294.321899,33.346008,0,0,0,0,0,0,0,0,0,0,1.992370,0,0), +(140626,4,-2708.906006,1316.024292,33.150478,0,0,0,0,0,0,0,0,0,0,5.278474,0,0), +(140626,5,-2703.389160,1296.332886,33.122360,0,0,0,0,0,0,0,0,0,0,5.389218,0,0), +(140626,6,-2697.544678,1293.019165,33.716846,0,0,0,0,0,0,0,0,0,0,5.885585,0,0), +(140626,7,-2685.624756,1288.566772,33.656189,0,0,0,0,0,0,0,0,0,0,5.832174,0,0), +(140626,8,-2665.940674,1281.870850,27.385548,0,0,0,0,0,0,0,0,0,0,5.133956,0,0); +-- Coilskar Muckwatcher #4 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140627,19788,530,1,1,0,2077,-2666.03,1342.99,34.4455,3.37765,300,0,0,6986,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140627,1,-2697.316406,1335.652100,34.445545,0,0,0,0,0,0,0,0,0,0,3.481322,0,0), +(140627,2,-2714.163574,1325.629639,34.431778,0,0,0,0,0,0,0,0,0,0,3.493888,0,0), +(140627,3,-2731.404785,1319.417847,33.349483,0,0,0,0,0,0,0,0,0,0,3.467970,0,0), +(140627,4,-2744.269775,1313.267456,33.660378,0,0,0,0,0,0,0,0,0,0,3.852815,0,0), +(140627,5,-2761.378906,1299.566772,33.234028,0,0,0,0,0,0,0,0,0,0,3.829253,0,0), +(140627,6,-2735.760010,1318.913330,33.371952,0,0,0,0,0,0,0,0,0,0,0.422193,0,0), +(140627,7,-2714.383545,1324.809570,34.431286,0,0,0,0,0,0,0,0,0,0,0.432404,0,0), +(140627,8,-2696.215088,1335.147461,34.444061,0,0,0,0,0,0,0,0,0,0,0.320092,0,0), +(140627,9,-2666.706543,1343.223511,34.444061,0,0,0,0,0,0,0,0,0,0,3.289687,0,0); +-- Coilskar Muckwatcher #5 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140628,19788,530,1,1,0,2077,-2631.91,1352.43,36.4787,0.130435,300,0,0,6986,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140628,1,-2602.224609,1356.337524,38.543430,0,0,0,0,0,0,0,0,0,0,0.303223,0,0), +(140628,2,-2593.888672,1359.974976,39.900459,0,0,0,0,0,0,0,0,0,0,0.578897,0,0), +(140628,3,-2580.503662,1369.666992,41.527660,0,0,0,0,0,0,0,0,0,0,0.684141,0,0), +(140628,4,-2598.778564,1357.093384,38.916897,0,0,0,0,0,0,0,0,0,0,3.247680,0,0), +(140628,5,-2630.383301,1351.949341,36.591137,0,0,0,0,0,0,0,0,0,0,3.315225,0,0); +-- Coilskar Muckwatcher #6 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140629,19788,530,1,1,0,2077,-2638.05,1371.17,36.0565,0.833366,300,0,0,6986,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140629,1,-2627.697021,1381.620728,37.312019,0,0,0,0,0,0,0,0,0,0,0.617383,0,0), +(140629,2,-2610.512695,1394.276733,41.497898,0,0,0,0,0,0,0,0,0,0,0.558478,0,0), +(140629,3,-2601.862305,1401.564575,41.829842,0,0,0,0,0,0,0,0,0,0,0.766608,0,0), +(140629,4,-2611.510254,1393.406494,41.377308,0,0,0,0,0,0,0,0,0,0,3.634884,0,0), +(140629,5,-2629.130859,1381.322388,37.162655,0,0,0,0,0,0,0,0,0,0,3.840659,0,0), +(140629,6,-2637.904541,1371.196045,36.051811,0,0,0,0,0,0,0,0,0,0,4.068423,0,0); +-- Coilskar Myrmidon #1 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140630,19765,530,1,1,0,272,-2809.17,1208.37,6.36241,1.99577,300,5,0,7000,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140630,1,-2813.662842,1219.472534,6.265816,0,0,0,0,0,0,0,0,0,0,2.334274,0,0), +(140630,2,-2823.043945,1231.431763,6.265816,0,0,0,0,0,0,0,0,0,0,2.211752,0,0), +(140630,3,-2812.487061,1218.181030,6.265816,0,0,0,0,0,0,0,0,0,0,5.039185,0,0), +(140630,4,-2810.223877,1210.222290,6.339015,0,0,0,0,0,0,0,0,0,0,5.358057,0,0), +(140630,5,-2804.850830,1201.788940,6.353865,0,0,0,0,0,0,0,0,0,0,5.376901,0,0), +(140630,6,-2809.328857,1208.976563,6.346540,0,0,0,0,0,0,0,0,0,0,2.086082,0,0); +-- Coilskar Myrmidon #2 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140631,19765,530,1,1,0,272,-2625.6,1230.3,16.0772,4.37159,300,0,0,6800,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140631,1,-2630.866455,1216.899902,13.248485,0,0,0,0,0,0,0,0,0,0,4.479192,0,0), +(140631,2,-2633.342529,1209.595215,11.503441,0,0,0,0,0,0,0,0,0,0,4.143040,0,0), +(140631,3,-2640.965332,1198.391357,7.093014,0,0,0,0,0,0,0,0,0,0,3.870512,0,0), +(140631,4,-2633.608398,1208.492432,11.207934,0,0,0,0,0,0,0,0,0,0,1.152248,0,0), +(140631,5,-2625.636230,1231.045776,16.203924,0,0,0,0,0,0,0,0,0,0,1.187591,0,0); +-- Coilskar Myrmidon #3 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140632,19765,530,1,1,0,272,-2751.58,1254.24,33.2959,5.17046,300,0,0,7000,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140632,1,-2749.399414,1244.212524,33.267105,0,0,0,0,0,0,0,0,0,0,5.149342,0,0), +(140632,2,-2743.859619,1237.892456,33.136730,0,0,0,0,0,0,0,0,0,0,5.773727,0,0), +(140632,3,-2734.477051,1234.536133,33.097378,0,0,0,0,0,0,0,0,0,0,0.004972,0,0), +(140632,4,-2727.844482,1234.953247,33.388416,0,0,0,0,0,0,0,0,0,0,0.364684,0,0), +(140632,5,-2719.893311,1239.822388,33.473419,0,0,0,0,0,0,0,0,0,0,0.623865,0,0), +(140632,6,-2732.901123,1236.393066,33.237576,0,0,0,0,0,0,0,0,0,0,3.024828,0,0), +(140632,7,-2743.775391,1243.758179,33.069118,0,0,0,0,0,0,0,0,0,0,2.422427,0,0), +(140632,8,-2752.270752,1253.426147,33.329235,0,0,0,0,0,0,0,0,0,0,2.057217,0,0), +(140632,9,-2756.763184,1261.226807,33.608639,0,0,0,0,0,0,0,0,0,0,1.782328,0,0), +(140632,10,-2755.412109,1267.016846,33.562157,0,0,0,0,0,0,0,0,0,0,1.062903,0,0), +(140632,11,-2751.571289,1271.243286,33.281635,0,0,0,0,0,0,0,0,0,0,0.772747,0,0), +(140632,12,-2755.025635,1267.124268,33.538670,0,0,0,0,0,0,0,0,0,0,4.412285,0,0), +(140632,13,-2755.319092,1260.733154,33.524128,0,0,0,0,0,0,0,0,0,0,5.023318,0,0), +(140632,14,-2752.288818,1253.294067,33.331211,0,0,0,0,0,0,0,0,0,0,5.178820,0,0); +-- Coilskar Sorceress - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140633,19767,530,1,1,0,127,-2696.6,1353.23,33.0829,4.37698,300,0,0,5409,3080,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140633,1,-2695.240723,1357.185181,33.702579,0,0,0,0,0,0,0,0,0,0,0.775927,0,0), +(140633,2,-2685.749756,1365.430664,36.349953,0,0,0,0,0,0,0,0,0,0,0.607067,0,0), +(140633,3,-2674.188965,1374.129761,35.870327,0,0,0,0,0,0,0,0,0,0,1.376757,0,0), +(140633,4,-2674.550781,1377.934082,36.881142,8000,1976701,0,0,0,0,0,0,0,0,1.883339,0,0), +(140633,5,-2673.095703,1372.773926,35.280720,0,0,0,0,0,0,0,0,0,0,4.993513,0,0), +(140633,6,-2673.872803,1369.607422,34.418274,0,0,0,0,0,0,0,0,0,0,3.964643,0,0), +(140633,7,-2675.555664,1369.151733,34.728226,0,0,0,0,0,0,0,0,0,0,2.825816,0,0), +(140633,8,-2680.293457,1370.398438,36.415607,0,0,0,0,0,0,0,0,0,0,3.257785,0,0), +(140633,9,-2691.282227,1367.880371,37.512875,0,0,0,0,0,0,0,0,0,0,3.729023,0,0), +(140633,10,-2695.361328,1365.824829,37.276623,0,0,0,0,0,0,0,0,0,0,4.312575,0,0), +(140633,11,-2697.011719,1353.852783,33.244202,0,0,0,0,0,0,0,0,0,0,4.357388,0,0); +-- Coilskar Cobra #1 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140634,19784,530,1,1,0,0,-2783.33,1278.81,34.3858,3.82742,300,0,0,6542,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140634,1,-2800.360596,1264.381714,33.779373,0,0,0,0,0,0,0,0,0,0,3.850986,0,0), +(140634,2,-2785.311279,1278.349976,34.518768,0,0,0,0,0,0,0,0,0,0,0.756517,0,0); +-- Coilskar Cobra #2 - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140635,19784,530,1,1,0,0,-2780.24,1275.13,34.1177,3.80386,300,0,0,6542,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140635,1,-2798.041992,1259.638428,33.704563,0,0,0,0,0,0,0,0,0,0,3.854912,0,0), +(140635,2,-2779.497803,1275.523071,34.058617,0,0,0,0,0,0,0,0,0,0,0.725100,0,0); +-- Earthmender Wilda Trigger - Coilskar Cistern (Shadowmoon Valley) +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) VALUES +(140636,21041,530,1,1,0,0,-2614.51,1381.27,51.6831,5.550147,180,0,0,8,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140636,1,-2614.51,1381.27,51.6831,1000,0,0,0,0,0,0,0,0,0,5.550147,0,0), +(140636,2,-2614.51,1381.27,51.6831,180000,2104101,0,0,0,0,0,0,0,0,5.550147,0,0); +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) VALUES +(140637,21041,530,1,1,0,0,-2605.25,1369.39,47.99,4.031711,180,0,0,8,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140637,1,-2605.25,1369.39,47.99,1000,0,0,0,0,0,0,0,0,0,4.031711,0,0), +(140637,2,-2605.25,1369.39,47.99,180000,2104101,0,0,0,0,0,0,0,0,4.031711,0,0); +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) VALUES +(140638,21041,530,1,1,0,0,-2610.76,1377.7,41.0943,3.508112,180,0,0,8,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140638,1,-2610.76,1377.7,41.0943,1000,0,0,0,0,0,0,0,0,0,3.508112,0,0), +(140638,2,-2610.76,1377.7,41.0943,180000,2104101,0,0,0,0,0,0,0,0,3.508112,0,0); +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) VALUES +(140639,21041,530,1,1,0,0,-2605.53,1374.24,45.3846,5.550147,180,0,0,8,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140639,1,-2605.53,1374.24,45.3846,1000,0,0,0,0,0,0,0,0,0,5.550147,0,0), +(140639,2,-2605.53,1374.24,45.3846,180000,2104101,0,0,0,0,0,0,0,0,5.550147,0,0); +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) VALUES +(140640,21041,530,1,1,0,0,-2590.76,1387.65,54.3178,4.101524,180,0,0,8,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140640,1,-2590.76,1387.65,54.3178,1000,0,0,0,0,0,0,0,0,0,4.101524,0,0), +(140640,2,-2590.76,1387.65,54.3178,180000,2104101,0,0,0,0,0,0,0,0,4.101524,0,0); +-- link Earthmender Wilda Trigger with Keeper of the Cistern +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(140636, 86872, 144), +(140637, 86872, 144), +(140638, 86872, 144), +(140639, 86872, 144), +(140640, 86872, 144); +-- Shadowmoon Peon - Shadowmoon Village +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) VALUES +(140641,19355,530,1,1,0,2,-3114.63,2574.29,61.833,4.23464,180,0,0,3052,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140641,1,-3119.205811,2568.563232,61.731388,0,0,0,0,0,0,0,0,0,0,3.182994,0,0), +(140641,2,-3130.424561,2567.744873,61.638874,0,0,0,0,0,0,0,0,0,0,2.766733,0,0), +(140641,3,-3136.440918,2571.703613,61.738411,0,0,0,0,0,0,0,0,0,0,2.250727,0,0), +(140641,4,-3144.395996,2579.038086,62.074455,60000,1935502,0,0,0,0,0,0,0,0,2.216169,0,0), +(140641,5,-3134.278320,2550.842285,62.104439,0,0,0,0,0,0,0,0,0,0,1.072620,0,0), +(140641,6,-3133.024902,2552.085693,62.145557,60000,1935502,0,0,0,0,0,0,0,0,0.716047,0,0), +(140641,7,-3134.710205,2552.859619,62.147957,0,0,0,0,0,0,0,0,0,0,2.044940,0,0), +(140641,8,-3134.599854,2557.561768,61.976074,0,0,0,0,0,0,0,0,0,0,0.965803,0,0), +(140641,9,-3127.743164,2563.247559,61.440918,0,0,0,0,0,0,0,0,0,0,0.286433,0,0), +(140641,10,-3086.825928,2576.141113,61.857231,0,0,0,0,0,0,0,0,0,0,0.544829,0,0), +(140641,11,-3082.291016,2579.777588,62.338909,0,0,0,0,0,0,0,0,0,0,1.581555,0,0), +(140641,12,-3083.661865,2582.202881,62.172531,60000,1935502,0,0,0,0,0,0,0,0,2.473768,0,0), +(140641,13,-3080.604492,2583.777588,62.516430,0,0,0,0,0,0,0,0,0,0,0.944598,0,0), +(140641,14,-3075.926025,2599.770020,61.745739,0,0,0,0,0,0,0,0,0,0,1.737065,0,0), +(140641,15,-3077.686035,2603.511719,61.730583,0,0,0,0,0,0,0,0,0,0,2.385803,0,0), +(140641,16,-3084.029541,2610.191895,61.729103,0,0,0,0,0,0,0,0,0,0,2.526390,0,0), +(140641,17,-3086.546631,2611.930420,61.729103,0,0,0,0,0,0,0,0,0,0,2.141545,0,0), +(140641,18,-3087.663330,2614.890869,61.729103,0,0,0,0,0,0,0,0,0,0,1.637319,0,0), +(140641,19,-3087.332275,2619.432129,61.729103,0,0,0,0,0,0,0,0,0,0,0.352407,0,0), +(140641,20,-3082.300293,2619.885986,61.729103,60000,1935502,0,0,0,0,0,0,0,0,0.044531,0,0), +(140641,21,-3102.846924,2608.997314,61.764191,0,0,0,0,0,0,0,0,0,0,4.165486,0,0), +(140641,22,-3111.042480,2600.862793,61.974243,0,0,0,0,0,0,0,0,0,0,4.409744,0,0), +(140641,23,-3113.229492,2590.049316,62.324791,0,0,0,0,0,0,0,0,0,0,4.612374,0,0), +(140641,24,-3114.754883,2573.970459,61.827976,0,0,0,0,0,0,0,0,0,0,4.308425,0,0); +-- Enraged Earth Spirit - Shadowmoon Village +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) VALUES +(140642,21050,530,1,1,0,0,-3401.94,1594.09,45.9019,5.79304,180,0,0,6761,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140642,1,-3400.449951,1579.399292,46.865242,0,0,0,0,0,0,0,0,0,0,5.473382,0,0), +(140642,2,-3389.751953,1567.383423,48.188473,0,0,0,0,0,0,0,0,0,0,6.080491,0,0), +(140642,3,-3377.056641,1565.145020,49.728127,0,0,0,0,0,0,0,0,0,0,0.000722,0,0), +(140642,4,-3363.105713,1565.155151,49.112164,0,0,0,0,0,0,0,0,0,0,5.375987,0,0), +(140642,5,-3355.708740,1554.581787,49.704647,0,0,0,0,0,0,0,0,0,0,4.999753,0,0), +(140642,6,-3352.069824,1521.500366,52.611950,0,0,0,0,0,0,0,0,0,0,4.936918,0,0), +(140642,7,-3347.255859,1512.194824,55.221851,0,0,0,0,0,0,0,0,0,0,5.159968,0,0), +(140642,8,-3339.700439,1500.991577,58.589069,0,0,0,0,0,0,0,0,0,0,4.982464,0,0), +(140642,9,-3340.730957,1493.550171,58.167511,0,0,0,0,0,0,0,0,0,0,3.711694,0,0), +(140642,10,-3345.804688,1494.063599,57.336487,0,0,0,0,0,0,0,0,0,0,2.371804,0,0), +(140642,11,-3349.729492,1501.854614,55.193306,0,0,0,0,0,0,0,0,0,0,1.501583,0,0), +(140642,12,-3339.479004,1525.886597,53.146191,0,0,0,0,0,0,0,0,0,0,1.577767,0,0), +(140642,13,-3340.307617,1542.840454,53.229935,0,0,0,0,0,0,0,0,0,0,2.276577,0,0), +(140642,14,-3356.869385,1559.894653,48.957939,0,0,0,0,0,0,0,0,0,0,2.289929,0,0), +(140642,15,-3362.235840,1564.573608,49.125633,0,0,0,0,0,0,0,0,0,0,2.955161,0,0), +(140642,16,-3376.402344,1566.631592,49.490910,0,0,0,0,0,0,0,0,0,0,3.093384,0,0), +(140642,17,-3382.718506,1567.239502,48.025158,0,0,0,0,0,0,0,0,0,0,3.116946,0,0), +(140642,18,-3392.774414,1569.328491,47.555557,0,0,0,0,0,0,0,0,0,0,2.602510,0,0), +(140642,19,-3400.774902,1579.147461,46.910416,0,0,0,0,0,0,0,0,0,0,1.818682,0,0), +(140642,20,-3399.505371,1592.052734,46.421318,0,0,0,0,0,0,0,0,0,0,1.595628,0,0), +(140642,21,-3423.966797,1598.172363,47.260174,0,0,0,0,0,0,0,0,0,0,3.063477,0,0), +(140642,22,-3454.436279,1599.593018,45.539948,0,0,0,0,0,0,0,0,0,0,3.100389,0,0), +(140642,23,-3477.287842,1600.430542,47.062840,0,0,0,0,0,0,0,0,0,0,2.820788,0,0), +(140642,24,-3466.512451,1599.696167,45.281845,0,0,0,0,0,0,0,0,0,0,6.124174,0,0), +(140642,25,-3430.141113,1598.293213,46.503693,0,0,0,0,0,0,0,0,0,0,0.009846,0,0), +(140642,26,-3411.658936,1592.328979,47.563351,0,0,0,0,0,0,0,0,0,0,0.051470,0,0), +(140642,27,-3399.507324,1595.821777,46.227383,0,0,0,0,0,0,0,0,0,0,5.869699,0,0); +-- Enraged Earth Spirit - Shadowmoon Village +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) VALUES +(140643,21050,530,1,1,0,0,-3667.21,1723.94,41.043,3.93526,180,0,0,6761,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140643,1,-3686.007813,1707.398682,40.554741,0,0,0,0,0,0,0,0,0,0,3.650176,0,0), +(140643,2,-3696.967285,1704.183716,41.068485,0,0,0,0,0,0,0,0,0,0,2.959811,0,0), +(140643,3,-3707.506592,1708.840088,40.984875,0,0,0,0,0,0,0,0,0,0,2.386262,0,0), +(140643,4,-3715.552246,1717.425171,40.886513,0,0,0,0,0,0,0,0,0,0,1.816849,0,0), +(140643,5,-3712.549561,1729.165649,44.095169,0,0,0,0,0,0,0,0,0,0,1.102136,0,0), +(140643,6,-3706.951904,1739.002808,51.576653,0,0,0,0,0,0,0,0,0,0,1.084072,0,0), +(140643,7,-3693.856689,1753.824341,54.577713,0,0,0,0,0,0,0,0,0,0,0.980399,0,0), +(140643,8,-3682.504639,1763.094238,44.371414,0,0,0,0,0,0,0,0,0,0,0.549206,0,0), +(140643,9,-3675.397705,1766.508911,40.938087,0,0,0,0,0,0,0,0,0,0,5.914262,0,0), +(140643,10,-3665.299072,1762.307129,41.715931,0,0,0,0,0,0,0,0,0,0,5.538062,0,0), +(140643,11,-3660.010010,1756.148315,40.672867,0,0,0,0,0,0,0,0,0,0,4.630611,0,0), +(140643,12,-3665.819580,1724.303833,41.039742,0,0,0,0,0,0,0,0,0,0,3.998365,0,0); +-- Enraged Earth Spirit - Shadowmoon Village +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) VALUES +(140644,21050,530,1,1,0,0,-3710.69,1677.08,41.0118,2.99125,180,0,0,6542,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140644,1,-3705.274658,1692.131592,40.445450,0,0,0,0,0,0,0,0,0,0,1.641932,0,0), +(140644,2,-3707.915527,1703.733154,40.905209,0,0,0,0,0,0,0,0,0,0,2.096725,0,0), +(140644,3,-3716.396973,1713.823975,40.849571,0,0,0,0,0,0,0,0,0,0,2.838927,0,0), +(140644,4,-3725.674316,1715.975464,41.592999,0,0,0,0,0,0,0,0,0,0,3.237124,0,0), +(140644,5,-3731.895020,1712.893188,41.004417,0,0,0,0,0,0,0,0,0,0,3.877781,0,0), +(140644,6,-3735.353760,1704.452881,40.838100,0,0,0,0,0,0,0,0,0,0,4.684375,0,0), +(140644,7,-3729.976807,1693.903564,41.383522,0,0,0,0,0,0,0,0,0,0,5.245933,0,0), +(140644,8,-3726.828857,1685.976563,41.288074,0,0,0,0,0,0,0,0,0,0,5.374632,0,0), +(140644,9,-3716.060791,1676.558105,40.734947,0,0,0,0,0,0,0,0,0,0,0.685016,0,0); +-- Spawn of Uvuros - Shadowmoon Village +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) VALUES +(140645,21108,530,1,1,0,0,-3300.09,1463.34,51.55,5.08793,300,0,0,6761,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140645,1,-3287.856445,1412.260376,50.231312,0,0,0,0,0,0,0,0,0,0,4.958339,0,0), +(140645,2,-3281.418457,1393.182861,52.573982,0,0,0,0,0,0,0,0,0,0,5.170393,0,0), +(140645,3,-3273.872803,1365.807617,50.912952,0,0,0,0,0,0,0,0,0,0,5.440569,0,0), +(140645,4,-3260.179932,1347.869873,48.911896,0,0,0,0,0,0,0,0,0,0,6.099513,0,0), +(140645,5,-3248.728271,1353.486206,51.130463,0,0,0,0,0,0,0,0,0,0,1.306224,0,0), +(140645,6,-3250.075439,1364.190063,50.214485,0,0,0,0,0,0,0,0,0,0,2.130107,0,0), +(140645,7,-3260.618896,1384.486572,51.339142,0,0,0,0,0,0,0,0,0,0,1.740550,0,0), +(140645,8,-3264.609619,1423.845947,51.240883,0,0,0,0,0,0,0,0,0,0,1.887419,0,0), +(140645,9,-3274.979492,1456.481445,50.853115,0,0,0,0,0,0,0,0,0,0,1.471158,0,0), +(140645,10,-3265.699463,1515.815063,50.636810,0,0,0,0,0,0,0,0,0,0,1.622739,0,0), +(140645,11,-3267.052979,1549.424561,50.887936,0,0,0,0,0,0,0,0,0,0,2.332739,0,0), +(140645,12,-3288.941406,1567.967651,51.982540,0,0,0,0,0,0,0,0,0,0,2.617839,0,0), +(140645,13,-3328.929443,1590.193481,51.949692,0,0,0,0,0,0,0,0,0,0,3.117749,0,0), +(140645,14,-3349.000977,1596.106934,51.556473,0,0,0,0,0,0,0,0,0,0,3.246555,0,0), +(140645,15,-3367.352295,1594.088257,47.168446,0,0,0,0,0,0,0,0,0,0,3.049420,0,0), +(140645,16,-3383.312256,1594.082275,48.497902,0,0,0,0,0,0,0,0,0,0,3.362241,0,0), +(140645,17,-3400.969238,1593.002563,46.094723,0,0,0,0,0,0,0,0,0,0,3.232651,0,0), +(140645,18,-3408.800537,1593.050293,47.529305,0,0,0,0,0,0,0,0,0,0,2.920062,0,0), +(140645,19,-3453.025879,1607.025513,44.810429,0,0,0,0,0,0,0,0,0,0,2.833209,0,0), +(140645,20,-3475.598877,1618.327637,43.555164,0,0,0,0,0,0,0,0,0,0,2.438939,0,0), +(140645,21,-3494.258545,1636.704712,43.086941,0,0,0,0,0,0,0,0,0,0,2.340764,0,0), +(140645,22,-3515.197754,1664.115479,45.985199,0,0,0,0,0,0,0,0,0,0,2.399669,0,0), +(140645,23,-3529.138672,1675.733154,41.329659,0,0,0,0,0,0,0,0,0,0,2.772739,0,0), +(140645,24,-3551.774170,1687.563965,40.167629,0,0,0,0,0,0,0,0,0,0,2.106695,0,0), +(140645,25,-3569.083496,1727.822510,40.050930,0,0,0,0,0,0,0,0,0,0,1.462705,0,0), +(140645,26,-3566.709961,1755.331543,39.107704,0,0,0,0,0,0,0,0,0,0,2.812806,0,0), +(140645,27,-3609.586182,1756.402710,38.812046,0,0,0,0,0,0,0,0,0,0,3.492962,0,0), +(140645,28,-3665.467285,1739.460693,40.097351,0,0,0,0,0,0,0,0,0,0,3.675335,0,0), +(140645,29,-3708.235352,1708.092529,41.061375,0,0,0,0,0,0,0,0,0,0,3.793151,0,0), +(140645,30,-3760.090088,1667.625610,39.663898,0,0,0,0,0,0,0,0,0,0,4.639806,0,0), +(140645,31,-3745.422607,1615.051514,41.887867,0,0,0,0,0,0,0,0,0,0,5.887653,0,0), +(140645,32,-3691.205811,1591.184937,44.389576,0,0,0,0,0,0,0,0,0,0,6.261497,0,0), +(140645,33,-3617.372070,1606.962891,44.548042,0,0,0,0,0,0,0,0,0,0,0.284507,0,0), +(140645,34,-3561.793945,1622.335815,44.711720,0,0,0,0,0,0,0,0,0,0,6.000638,0,0), +(140645,35,-3515.494385,1600.102417,45.079639,0,0,0,0,0,0,0,0,0,0,5.650352,0,0), +(140645,36,-3482.656738,1590.885986,46.943386,0,0,0,0,0,0,0,0,0,0,5.885973,0,0), +(140645,37,-3464.056152,1588.616089,46.417252,0,0,0,0,0,0,0,0,0,0,6.219763,0,0), +(140645,38,-3440.064453,1584.292847,46.496994,0,0,0,0,0,0,0,0,0,0,5.746957,0,0), +(140645,39,-3340.296631,1589.319702,52.797539,0,0,0,0,0,0,0,0,0,0,6.124623,0,0), +(140645,40,-3311.784912,1574.918701,51.990475,0,0,0,0,0,0,0,0,0,0,5.315662,0,0), +(140645,42,-3311.264160,1564.962158,51.480961,0,0,0,0,0,0,0,0,0,0,4.887620,0,0), +(140645,43,-3300.598877,1464.727051,51.547157,0,0,0,0,0,0,0,0,0,0,4.970094,0,0); +-- Spawn of Uvuros - Shadowmoon Village +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) VALUES +(140646,21108,530,1,1,0,0,-3419.71,1784.16,101.805,0.524738,300,0,0,6761,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140646,1,-3403.453369,1772.141968,101.296852,0,0,0,0,0,0,0,0,0,0,5.421582,0,0), +(140646,2,-3398.811035,1762.233521,102.940712,0,0,0,0,0,0,0,0,0,0,5.366603,0,0), +(140646,3,-3371.002197,1745.239624,100.974625,0,0,0,0,0,0,0,0,0,0,5.743598,0,0), +(140646,4,-3361.806885,1741.451050,105.018562,0,0,0,0,0,0,0,0,0,0,5.370527,0,0), +(140646,5,-3359.983887,1732.871460,105.471886,0,0,0,0,0,0,0,0,0,0,5.028884,0,0), +(140646,6,-3323.594482,1694.079346,86.509605,0,0,0,0,0,0,0,0,0,0,5.606151,0,0), +(140646,7,-3295.643311,1672.871338,78.121780,0,0,0,0,0,0,0,0,0,0,5.763228,0,0), +(140646,8,-3267.149170,1645.623657,75.967453,0,0,0,0,0,0,0,0,0,0,5.464781,0,0), +(140646,9,-3225.052246,1616.914795,72.608696,0,0,0,0,0,0,0,0,0,0,5.861403,0,0), +(140646,10,-3210.915039,1600.478760,66.089333,0,0,0,0,0,0,0,0,0,0,5.331256,0,0), +(140646,11,-3206.744385,1579.319824,65.631943,0,0,0,0,0,0,0,0,0,0,4.592989,0,0), +(140646,12,-3210.363037,1553.098267,68.944901,0,0,0,0,0,0,0,0,0,0,5.083874,0,0), +(140646,13,-3206.135986,1540.350830,64.387032,0,0,0,0,0,0,0,0,0,0,5.696475,0,0), +(140646,14,-3191.885986,1526.348633,58.701607,0,0,0,0,0,0,0,0,0,0,4.221495,0,0), +(140646,15,-3212.456055,1479.675415,50.232494,0,0,0,0,0,0,0,0,0,0,4.094077,0,0), +(140646,16,-3250.967041,1427.838379,53.337513,0,0,0,0,0,0,0,0,0,0,4.364756,0,0), +(140646,17,-3258.260254,1388.498291,52.021393,0,0,0,0,0,0,0,0,0,0,4.863486,0,0), +(140646,18,-3251.166748,1356.829712,51.172318,0,0,0,0,0,0,0,0,0,0,3.988556,0,0), +(140646,19,-3269.539551,1362.191284,50.471203,0,0,0,0,0,0,0,0,0,0,1.993611,0,0), +(140646,20,-3288.967285,1415.777710,50.217884,0,0,0,0,0,0,0,0,0,0,1.761914,0,0), +(140646,21,-3297.136719,1502.278198,51.989990,0,0,0,0,0,0,0,0,0,0,1.878158,0,0), +(140646,22,-3320.513672,1569.323364,53.371117,0,0,0,0,0,0,0,0,0,0,2.208022,0,0), +(140646,23,-3336.130371,1588.328003,52.949154,0,0,0,0,0,0,0,0,0,0,2.626640,0,0), +(140646,24,-3361.587158,1607.529541,51.988136,0,0,0,0,0,0,0,0,0,0,2.010260,0,0), +(140646,25,-3364.988770,1629.223267,70.178551,0,0,0,0,0,0,0,0,0,0,1.533084,0,0), +(140646,26,-3357.407715,1644.464355,77.923958,0,0,0,0,0,0,0,0,0,0,1.250340,0,0), +(140646,27,-3354.070801,1660.574341,88.934853,0,0,0,0,0,0,0,0,0,0,2.009035,0,0), +(140646,28,-3365.405029,1672.483521,96.170265,0,0,0,0,0,0,0,0,0,0,2.738604,0,0), +(140646,29,-3378.843750,1675.792969,98.741753,0,0,0,0,0,0,0,0,0,0,2.620900,0,0), +(140646,31,-3387.047363,1681.330811,99.723068,0,0,0,0,0,0,0,0,0,0,2.341879,0,0), +(140646,32,-3394.479004,1691.455688,100.190514,0,0,0,0,0,0,0,0,0,0,1.640518,0,0), +(140646,33,-3391.418213,1719.774048,100.911530,0,0,0,0,0,0,0,0,0,0,1.757542,0,0), +(140646,34,-3395.460205,1733.234741,100.906776,0,0,0,0,0,0,0,0,0,0,2.090623,0,0), +(140646,35,-3421.928223,1763.181641,100.806412,0,0,0,0,0,0,0,0,0,0,1.970454,0,0), +(140646,36,-3419.223877,1784.508179,101.822792,0,0,0,0,0,0,0,0,0,0,0.566615,0,0); +-- Shadowmoon Valley - zone entrance event +-- Bonechewer Marauder - (Shadowmoon Valley) +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) VALUES +(140647,21245,530,1,1,0,1481,-2999.88,2974.73,80.2611,3.92809,300,0,0,4057,0,0,0), +(140648,21245,530,1,1,0,1481,-2996.8,2971.39,80.389,3.87311,300,0,0,4057,0,0,0), +(140649,21245,530,1,1,0,1481,-2995.1,2975.98,79.3633,3.87311,300,0,0,4057,0,0,0), +(140650,21245,530,1,1,0,1481,-3000.81,2970.65,81.1242,3.9006,300,0,0,4057,0,0,0); +-- Bonechewer Messenger - (Shadowmoon Valley) +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) VALUES +(140651,21244,530,1,1,0,33,-2998.02,2973.14,80.4613,3.90061,300,0,0,4906,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140651,1,-3034.623291,2937.464600,86.423225,10000,2124401,0,0,0,0,0,0,0,0,3.975207,0,0), +(140651,2,-2998.161377,2973.201904,80.465218,0,0,0,0,0,0,0,0,0,0,3.880181,0,0); +-- Bonechewer Marauder linked to Bonechewer Messenger +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(140647, 140651, 643), +(140648, 140651, 643), +(140649, 140651, 643), +(140650, 140651, 643); +-- Infernal Attacker -- all +DELETE FROM creature WHERE guid IN +(75029,75030,75033,75034,75035,75038,75042,75044,75045,75047,75050,75051,75052,75053,75054,75057,75058,75059,75060, +75061,75062,75063,75064,75065,75066,75068,75069,75070,75072,75073,75075,75076,75077,75079,75080,75081,75082,75083, +75086,75088,75089,75090,75093,75095,75096,75097,75099,140652,140653,140654,140655,140656,140657,140658,140659, +140660,140661,140662,140663,140664,140665,140666,140667,140668,140669,140670,140671,140672,140673,140674,140675, +140676,140677,140678,140679); +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) VALUES +(75029,21419,530,1,1,20577,0,-3281.24,2416.61,61.0348,1.92474,30,0,0,6326,0,0,2), +(75030,21419,530,1,1,20577,0,-3284.71,2448.13,64.5764,2.57989,30,0,0,6326,0,0,2), +(75033,21419,530,1,1,20577,0,-3249.14,2559.47,64.3195,4.85854,30,0,0,6326,0,0,2), +(75034,21419,530,1,1,20577,0,-3146.26,2350.15,59.31,0.82,30,0,0,6326,0,0,2), +(75035,21419,530,1,1,20577,0,-3211.75,2553.34,61.7269,5.99206,30,0,0,6326,0,0,2), +(75038,21419,530,1,1,20577,0,-3215.52,2582.65,63.6521,3.36233,30,0,0,6326,0,0,2), +(75042,21419,530,1,1,20577,0,-3149.07,2652.16,62.3524,1.09791,30,0,0,6326,0,0,2), +(75044,21419,530,1,1,20577,0,-3118.96,2685.17,60.0948,5.7209,30,0,0,6326,0,0,2), +(75045,21419,530,1,1,20577,0,-3149.35,2685.7,61.4335,1.70149,30,0,0,6326,0,0,2), +(75047,21419,530,1,1,20577,0,-3016.61,2750.28,70.4933,1.62316,30,0,0,6326,0,0,2), +(75050,21419,530,1,1,20577,0,-3056.41,2687.51,63.1477,5.80999,30,0,0,6326,0,0,2), +(75051,21419,530,1,1,20577,0,-3042.09,2749.99,69.3486,3.10776,30,0,0,6326,0,0,2), +(75052,21419,530,1,1,20577,0,-3022.26,2712.04,66.4497,3.49487,30,0,0,6326,0,0,2), +(75053,21419,530,1,1,20577,0,-2987.05,2714.73,69.3391,3.61302,30,0,0,6326,0,0,2), +(75054,21419,530,1,1,20577,0,-3019.95,2692.35,64.9556,4.77987,30,0,0,6326,0,0,2), +(75057,21419,530,1,1,20577,0,-4013.64,1983.89,91.9235,3.00984,30,0,0,6326,0,0,2), +(75058,21419,530,1,1,20577,0,-3916.59,1916.38,92.2323,3.97536,30,0,0,6326,0,0,2), +(75059,21419,530,1,1,20577,0,-3986.2,1949.37,94.6088,3.05842,30,0,0,6326,0,0,2), +(75060,21419,530,1,1,20577,0,-3984.77,1981.59,96.78,1.11,30,0,0,6326,0,0,2), +(75061,21419,530,1,1,20577,0,-3850.49,1982.87,95.26,2.33,30,0,0,6326,0,0,2), +(75062,21419,530,1,1,20577,0,-3847.89,1952.49,94.1589,2.72547,30,0,0,6326,0,0,2), +(75063,21419,530,1,1,20577,0,-3886.18,1984.3,98.3,3.04,30,0,0,6326,0,0,2), +(75064,21419,530,1,1,20577,0,-3949.72,1916.77,95.39,6.13,30,0,0,6326,0,0,2), +(75065,21419,530,1,1,20577,0,-3883.72,1946.14,98.4499,4.17084,30,0,0,6326,0,0,2), +(75066,21419,530,1,1,20577,0,-3917.07,1947.74,93.53,0.36,30,0,0,6326,0,0,2), +(75068,21419,530,1,1,20577,0,-3815.88,2023.09,93.75,4.78,30,0,0,6326,0,0,2), +(75069,21419,530,1,1,20577,0,-3821.13,2120.74,92.0849,3.8364,30,0,0,6326,0,0,2), +(75070,21419,530,1,1,20577,0,-3849,2115.38,95.1725,2.39329,30,0,0,6326,0,0,2), +(75072,21419,530,1,1,20577,0,-3817.68,2044.13,94.6227,1.56998,30,0,0,6326,0,0,2), +(75073,21419,530,1,1,20577,0,-3879.87,2012.63,95.3365,5.49429,30,0,0,6326,0,0,2), +(75075,21419,530,1,1,20577,0,-3249.06,2651.38,60.8545,5.34022,30,0,0,6326,0,0,2), +(75076,21419,530,1,1,20577,0,-3218.49,2649.44,63.2653,3.9241,30,0,0,6326,0,0,2), +(75077,21419,530,1,1,20577,0,-3117.82,2716.87,63.0454,0.050962,30,0,0,6326,0,0,2), +(75079,21419,530,1,1,20577,0,-3216.96,2616.12,62.8288,5.3974,30,0,0,6326,0,0,2), +(75080,21419,530,1,1,20577,0,-3253.62,2323.84,62.2317,5.70665,30,0,0,6326,0,0,2), +(75081,21419,530,1,1,20577,0,-3181.8,2316.44,63.31,6.13,30,0,0,6326,0,0,2), +(75082,21419,530,1,1,20577,0,-3215.87,2350.4,62.34,6.02,30,0,0,6326,0,0,2), +(75083,21419,530,1,1,20577,0,-3253.86,2381.16,62.47,0.51,30,0,0,6326,0,0,2), +(75086,21419,530,1,1,20577,0,-3212.24,2416.83,62.4066,3.0449,30,0,0,6326,0,0,2), +(75088,21419,530,1,1,20577,0,-3216.87,2517.24,63.1658,0.575763,30,0,0,6326,0,0,2), +(75089,21419,530,1,1,20577,0,-3247.42,2515.34,63.0471,4.55048,30,0,0,6326,0,0,2), +(75090,21419,530,1,1,20577,0,-3186.6,2482.22,62.6348,1.17725,30,0,0,6326,0,0,2), +(75093,21419,530,1,1,20577,0,-3149.82,2514.48,62.2887,5.54055,30,0,0,6326,0,0,2), +(75095,21419,530,1,1,20577,0,-3250.2,2583.78,61.6328,0.962609,30,0,0,6326,0,0,2), +(75096,21419,530,1,1,20577,0,-3186.76,2548.82,61.8554,0.892435,30,0,0,6326,0,0,2), +(75097,21419,530,1,1,20577,0,-3217.28,2484.21,57.89,0.47,30,0,0,6326,0,0,2), +(75099,21419,530,1,1,20577,0,-3254.84,2618.44,61.45,0.2,30,0,0,6326,0,0,2), +(140652,21419,530,1,1,20577,0,-3784.81,2286.66,83.0783,2.74718,30,0,0,6542,0,0,2), +(140653,21419,530,1,1,20577,0,-3816.42,2285.9,91.4079,0.0375435,30,0,0,6542,0,0,2), +(140654,21419,530,1,1,20577,0,-3848.72,2300.26,96.3976,4.24727,30,0,0,6542,0,0,2), +(140655,21419,530,1,1,20577,0,-3847.77,2218.69,93.8801,4.7028,30,0,0,6326,0,0,2), +(140656,21419,530,1,1,20577,0,-3849.34,2185.77,95.7345,1.94999,30,0,0,6326,0,0,2), +(140657,21419,530,1,1,20577,0,-3817.76,2219.59,91.8577,5.30308,30,0,0,6326,0,0,2), +(140658,21419,530,1,1,20577,0,-3817.89,2186.58,90.4282,4.72244,30,0,0,6542,0,0,2), +(140659,21419,530,1,1,20577,0,-3783.44,2249.07,86.5784,4.04307,30,0,0,6326,0,0,2), +(140660,21419,530,1,1,20577,0,-3786.38,2217.81,86.5859,2.04816,30,0,0,6542,0,0,2), +(140661,21419,530,1,1,20577,0,-3784.5,2184.19,81.3733,4.78919,30,0,0,6542,0,0,2), +(140662,21419,530,1,1,20577,0,-3786.1,2152.5,81.8705,2.4919,30,0,0,6326,0,0,2), +(140663,21419,530,1,1,20577,0,-3785.82,2083.22,87.6686,4.80097,30,0,0,6326,0,0,2), +(140664,21419,530,1,1,20577,0,-3783.75,2051.07,90.8064,1.65152,30,0,0,6326,0,0,2), +(140665,21419,530,1,1,20577,0,-3846.34,2019.34,95.0945,4.72635,30,0,0,6542,0,0,2), +(140666,21419,530,1,1,20577,0,-3784.7,1917.45,96.7852,1.54941,30,0,0,6542,0,0,2), +(140667,21419,530,1,1,20577,0,-3783.79,1946.7,93.7058,1.51014,30,0,0,6326,0,0,2), +(140668,21419,530,1,1,20577,0,-3756.44,1944.63,95.9784,3.68963,30,0,0,6326,0,0,2), +(140669,21419,530,1,1,20577,0,-3751.48,1983.8,88.7101,2.73537,30,0,0,6326,0,0,2), +(140670,21419,530,1,1,20577,0,-3719.93,1983.6,84.9934,2.87674,30,0,0,6542,0,0,2), +(140671,21419,530,1,1,20577,0,-3715.19,2079.73,79.8674,4.93449,30,0,0,6542,0,0,2), +(140672,21419,530,1,1,20577,0,-3716.08,2119.36,79.1584,1.53086,30,0,0,6542,0,0,2), +(140673,21419,530,1,1,20577,0,-3716.16,2149.15,78.6881,1.59262,30,0,0,6326,0,0,2), +(140674,21419,530,1,1,20577,0,-3719.69,2184.11,77.1836,1.86751,30,0,0,6542,0,0,2), +(140675,21419,530,1,1,20577,0,-3685.3,2183.46,76.2974,0.0178981,30,0,0,6542,0,0,2), +(140676,21419,530,1,1,20577,0,-3683.27,2153.68,77.2081,4.69102,30,0,0,6542,0,0,2), +(140677,21419,530,1,1,20577,0,-3685.26,2114.55,77.2785,4.52609,30,0,0,6542,0,0,2), +(140678,21419,530,1,1,20577,0,-3683.11,2082.65,79.0549,4.85596,30,0,0,6326,0,0,2), +(140679,21419,530,1,1,20577,0,-3652.89,2118.24,74.0999,4.19622,30,0,0,6542,0,0,2); +-- Movement for Infernals +DELETE FROM creature_movement WHERE id IN +(75029,75030,75033,75034,75035,75038,75042,75044,75045,75047,75050,75051,75052,75053,75054,75057,75058,75059,75060, +75061,75062,75063,75064,75065,75066,75068,75069,75070,75072,75073,75075,75076,75077,75079,75080,75081,75082,75083, +75086,75088,75089,75090,75093,75095,75096,75097,75099,140652,140653,140654,140655,140656,140657,140658,140659, +140660,140661,140662,140663,140664,140665,140666,140667,140668,140669,140670,140671,140672,140673,140674,140675, +140676,140677,140678,140679); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(75058,1,-3916.59,1916.38,92.2323,10000,2141904,0,0,0,0,0,0,0,0,3.97536,0,0), +(75060,1,-3984.77,1981.59,96.7819,10000,2141904,0,0,0,0,0,0,0,0,1.10935,0,0), +(75062,1,-3847.89,1952.49,94.1589,10000,2141904,0,0,0,0,0,0,0,0,2.72547,0,0), +(75064,1,-3949.72,1916.78,95.3962,10000,2141904,0,0,0,0,0,0,0,0,6.12805,0,0), +(75066,1,-3917.08,1947.75,93.5279,10000,2141904,0,0,0,0,0,0,0,0,0.367148,0,0), +(75069,1,-3821.13,2120.74,92.0849,10000,2141904,0,0,0,0,0,0,0,0,3.8364,0,0), +(75072,1,-3817.68,2044.13,94.6227,10000,2141904,0,0,0,0,0,0,0,0,1.56998,0,0), +(75029,1,-3281.24,2416.61,61.0348,10000,2141901,0,0,0,0,0,0,0,0,1.92474,0,0), +(75033,1,-3249.14,2559.47,64.3195,10000,2141901,0,0,0,0,0,0,0,0,4.85854,0,0), +(75035,1,-3211.75,2553.34,61.7269,10000,2141901,0,0,0,0,0,0,0,0,5.99206,0,0), +(75042,1,-3149.07,2652.16,62.3524,10000,2141901,0,0,0,0,0,0,0,0,1.09791,0,0), +(75045,1,-3149.35,2685.7,61.4335,10000,2141901,0,0,0,0,0,0,0,0,1.70149,0,0), +(75050,1,-3056.41,2687.51,63.1477,10000,2141901,0,0,0,0,0,0,0,0,5.80999,0,0), +(75052,1,-3022.26,2712.04,66.4497,10000,2141901,0,0,0,0,0,0,0,0,3.49487,0,0), +(75054,1,-3019.95,2692.35,64.9556,10000,2141901,0,0,0,0,0,0,0,0,4.77987,0,0), +(75076,1,-3218.49,2649.44,63.2653,10000,2141901,0,0,0,0,0,0,0,0,3.9241,0,0), +(75079,1,-3216.96,2616.12,62.8288,10000,2141901,0,0,0,0,0,0,0,0,5.3974,0,0), +(75081,1,-3181.8,2316.44,63.31,10000,2141901,0,0,0,0,0,0,0,0,6.13,0,0), +(75083,1,-3253.86,2381.16,62.47,10000,2141901,0,0,0,0,0,0,0,0,0.51,0,0), +(75088,1,-3216.87,2517.24,63.1658,10000,2141901,0,0,0,0,0,0,0,0,0.575763,0,0), +(75090,1,-3186.6,2482.22,62.6348,10000,2141901,0,0,0,0,0,0,0,0,1.17725,0,0), +(75095,1,-3250.2,2583.78,61.6328,10000,2141901,0,0,0,0,0,0,0,0,0.962609,0,0), +(75097,1,-3217.28,2484.21,57.89,10000,2141901,0,0,0,0,0,0,0,0,0.47,0,0), +(75030,1,-3284.71,2448.13,64.5764,10000,2141902,0,0,0,0,0,0,0,0,2.57989,0,0), +(75034,1,-3146.26,2350.15,59.31,10000,2141902,0,0,0,0,0,0,0,0,0.82,0,0), +(75038,1,-3215.52,2582.65,63.6521,10000,2141902,0,0,0,0,0,0,0,0,3.36233,0,0), +(75044,1,-3118.96,2685.17,60.0948,10000,2141902,0,0,0,0,0,0,0,0,5.7209,0,0), +(75047,1,-3016.61,2750.28,70.4933,10000,2141902,0,0,0,0,0,0,0,0,1.62316,0,0), +(75051,1,-3042.09,2749.99,69.3486,10000,2141902,0,0,0,0,0,0,0,0,3.10776,0,0), +(75053,1,-2987.05,2714.73,69.3391,10000,2141902,0,0,0,0,0,0,0,0,3.61302,0,0), +(75075,1,-3249.06,2651.38,60.8545,10000,2141902,0,0,0,0,0,0,0,0,5.34022,0,0), +(75077,1,-3117.82,2716.87,63.0454,10000,2141902,0,0,0,0,0,0,0,0,0.050962,0,0), +(75080,1,-3253.62,2323.84,62.2317,10000,2141902,0,0,0,0,0,0,0,0,5.70665,0,0), +(75082,1,-3215.87,2350.4,62.34,10000,2141902,0,0,0,0,0,0,0,0,6.02,0,0), +(75086,1,-3212.24,2416.83,62.4066,10000,2141902,0,0,0,0,0,0,0,0,3.0449,0,0), +(75089,1,-3247.42,2515.34,63.0471,10000,2141902,0,0,0,0,0,0,0,0,4.55048,0,0), +(75093,1,-3149.82,2514.48,62.2887,10000,2141902,0,0,0,0,0,0,0,0,5.54055,0,0), +(75096,1,-3186.76,2548.82,61.8554,10000,2141902,0,0,0,0,0,0,0,0,0.892435,0,0), +(75099,1,-3254.84,2618.44,61.45,10000,2141902,0,0,0,0,0,0,0,0,0.2,0,0), +(75057,1,-4013.64,1983.89,91.9235,10000,2141903,0,0,0,0,0,0,0,0,3.00984,0,0), +(75059,1,-3986.2,1949.37,94.6088,10000,2141903,0,0,0,0,0,0,0,0,3.05842,0,0), +(75061,1,-3850.49,1982.88,95.2666,10000,2141903,0,0,0,0,0,0,0,0,2.32593,0,0), +(75063,1,-3886.18,1984.3,98.3027,10000,2141903,0,0,0,0,0,0,0,0,3.0375,0,0), +(75065,1,-3883.72,1946.14,98.4499,10000,2141903,0,0,0,0,0,0,0,0,4.17084,0,0), +(75068,1,-3815.89,2023.09,93.7481,10000,2141903,0,0,0,0,0,0,0,0,4.78265,0,0), +(75070,1,-3849,2115.38,95.1725,10000,2141903,0,0,0,0,0,0,0,0,2.39329,0,0), +(75073,1,-3879.87,2012.63,95.3365,10000,2141903,0,0,0,0,0,0,0,0,5.49429,0,0), +(140652,1,-3784.81,2286.66,83.0783,10000,2141903,0,0,0,0,0,0,0,0,2.74718,0,0), +(140654,1,-3848.72,2250.26,96.3976,10000,2141903,0,0,0,0,0,0,0,0,4.24727,0,0), +(140656,1,-3849.34,2185.77,95.7345,10000,2141903,0,0,0,0,0,0,0,0,1.94999,0,0), +(140658,1,-3817.89,2186.58,90.4282,10000,2141903,0,0,0,0,0,0,0,0,4.72244,0,0), +(140660,1,-3786.38,2217.81,86.5859,10000,2141903,0,0,0,0,0,0,0,0,2.04816,0,0), +(140662,1,-3786.1,2152.5,81.8705,10000,2141903,0,0,0,0,0,0,0,0,2.4919,0,0), +(140664,1,-3783.75,2051.07,90.8064,10000,2141903,0,0,0,0,0,0,0,0,1.65152,0,0), +(140666,1,-3784.7,1917.45,96.7852,10000,2141903,0,0,0,0,0,0,0,0,1.54941,0,0), +(140668,1,-3756.44,1944.63,95.9784,10000,2141903,0,0,0,0,0,0,0,0,3.68963,0,0), +(140670,1,-3719.93,1983.6,84.9934,10000,2141903,0,0,0,0,0,0,0,0,2.87674,0,0), +(140672,1,-3716.08,2119.36,79.1584,10000,2141903,0,0,0,0,0,0,0,0,1.52586,0,0), +(140674,1,-3719.69,2184.11,77.1836,10000,2141903,0,0,0,0,0,0,0,0,1.86751,0,0), +(140676,1,-3683.27,2153.68,77.2081,10000,2141903,0,0,0,0,0,0,0,0,4.69102,0,0), +(140678,1,-3683.11,2082.65,79.0549,10000,2141903,0,0,0,0,0,0,0,0,4.85596,0,0), +(140653,1,-3816.42,2285.9,91.4079,10000,2141904,0,0,0,0,0,0,0,0,0.0375435,0,0), +(140655,1,-3847.77,2218.69,93.8801,10000,2141904,0,0,0,0,0,0,0,0,4.7028,0,0), +(140657,1,-3817.76,2219.59,91.8577,10000,2141904,0,0,0,0,0,0,0,0,5.25258,0,0), +(140659,1,-3783.44,2249.07,86.5784,10000,2141904,0,0,0,0,0,0,0,0,4.04307,0,0), +(140661,1,-3784.5,2184.19,81.3733,10000,2141904,0,0,0,0,0,0,0,0,4.78919,0,0), +(140663,1,-3785.82,2083.22,87.6686,10000,2141904,0,0,0,0,0,0,0,0,4.80097,0,0), +(140665,1,-3846.34,2019.34,95.0945,10000,2141904,0,0,0,0,0,0,0,0,4.72635,0,0), +(140667,1,-3783.79,1946.7,93.7058,10000,2141904,0,0,0,0,0,0,0,0,1.51014,0,0), +(140669,1,-3751.48,1983.8,88.7101,10000,2141904,0,0,0,0,0,0,0,0,2.73537,0,0), +(140671,1,-3715.19,2079.73,79.8674,10000,2141904,0,0,0,0,0,0,0,0,4.93449,0,0), +(140673,1,-3716.16,2149.15,78.6881,10000,2141904,0,0,0,0,0,0,0,0,1.59262,0,0), +(140675,1,-3685.3,2183.46,76.2974,10000,2141904,0,0,0,0,0,0,0,0,0.0178981,0,0), +(140677,1,-3685.26,2114.55,77.2785,10000,2141904,0,0,0,0,0,0,0,0,4.52609,0,0), +(140679,1,-3652.89,2118.24,74.0999,10000,2141904,0,0,0,0,0,0,0,0,4.19622,0,0); +-- Dreadwarden - Warden's Cage (Shadowmoon Valley) +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) VALUES +(140680,19744,530,1,1,0,605,-3665.54,1108.07,61.3669,1.94317,300,0,0,5589,3155,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140680,1,-3678.612305,1133.884399,60.443485,0,0,0,0,0,0,0,0,0,0,2.532217,0,0), +(140680,2,-3690.917725,1139.257568,64.760384,0,0,0,0,0,0,0,0,0,0,2.985194,0,0), +(140680,3,-3702.912842,1139.364136,67.669281,0,0,0,0,0,0,0,0,0,0,3.368469,0,0), +(140680,4,-3716.567627,1134.059448,67.185493,0,0,0,0,0,0,0,0,0,0,3.784731,0,0), +(140680,5,-3703.883057,1143.299438,67.335907,0,0,0,0,0,0,0,0,0,0,0.576378,0,0), +(140680,6,-3692.362793,1146.590210,64.548012,0,0,0,0,0,0,0,0,0,0,0.160116,0,0), +(140680,7,-3678.063477,1145.783813,60.286751,0,0,0,0,0,0,0,0,0,0,6.203757,0,0), +(140680,8,-3666.092041,1137.029785,57.026550,0,0,0,0,0,0,0,0,0,0,5.591150,0,0), +(140680,9,-3658.057129,1117.162598,58.059170,0,0,0,0,0,0,0,0,0,0,4.991108,0,0), +(140680,10,-3655.786621,1090.305786,64.801773,0,0,0,0,0,0,0,0,0,0,4.620965,0,0), +(140680,11,-3663.670898,1067.472168,67.289459,0,0,0,0,0,0,0,0,0,0,4.444251,0,0), +(140680,12,-3665.201660,1088.368652,66.820793,0,0,0,0,0,0,0,0,0,0,1.581474,0,0), +(140680,13,-3667.989014,1107.804199,61.770901,0,0,0,0,0,0,0,0,0,0,1.887779,0,0); +-- Illidari Jailor #1 with links - Warden's Cage (Shadowmoon Valley) +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) VALUES +(140681,21520,530,1,1,0,2197,-3672.81,1138.07,58.8466,2.53618,180,5,0,5589,3155,0,1), +(140682,19801,530,1,1,0,0,-3670.75,1136.53,58.2683,1.37622,180,5,0,1518,2933,0,1), +(140683,19801,530,1,1,0,0,-3675.78,1137.01,59.6789,1.41942,180,5,0,1518,2933,0,1); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(140682, 140681, 515), +(140683, 140681, 515); +-- Illidari Jailor #2 with links - Warden's Cage (Shadowmoon Valley) +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) VALUES +(140684,21520,530,1,1,0,2197,-3646.96,1107.05,58.4512,3.02007,180,5,0,5589,3155,0,1), +(140685,19801,530,1,1,0,0,-3645.02,1109.62,57.8429,3.03971,180,5,0,1518,2933,0,1), +(140686,19801,530,1,1,0,0,-3643.98,1105.48,58.2824,3.024,180,5,0,1518,2933,0,1); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(140685, 140684, 515), +(140686, 140684, 515); +-- Illidari Jailor #3 with links - Warden's Cage (Shadowmoon Valley) +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) VALUES +(140687,21520,530,1,1,0,2197,-3658.33,1082.92,66.3172,2.80566,180,5,0,5589,3155,0,1), +(140688,19801,530,1,1,0,0,-3654.8,1084.15,65.2433,2.80959,180,5,0,1518,2933,0,1), +(140689,19801,530,1,1,0,0,-3658.35,1078.32,66.4645,1.92209,180,5,0,1518,2933,0,1); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(140688, 140687, 515), +(140689, 140687, 515); +-- Illidari Jailor #4 with links - Warden's Cage (Shadowmoon Valley) +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) VALUES +(140690,21520,530,1,1,0,2197,-3686.07,1014.24,67.7476,2.69595,180,5,0,5589,3155,0,1), +(140691,19801,530,1,1,0,0,-3681.87,1015.27,67.3623,2.43991,180,5,0,1518,2933,0,1), +(140692,19801,530,1,1,0,0,-3684.55,1010.74,67.389,2.73837,180,5,0,1518,2933,0,1); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(140691, 140690, 515), +(140692, 140690, 515); +-- Witherbark Trolls event - (Arathi Highlands) +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) VALUES +(140693,2556,0,1,1,0,62,-1234.76,-3536.47,46.5823,5.929,120,0,0,1342,0,0,0), +(140694,2552,0,1,1,0,0,-1232.1,-3535.9,46.4729,5.6706,120,0,0,1107,0,0,0), +(140695,2552,0,1,1,0,0,-1230.75,-3533.46,46.0261,5.83082,120,0,0,1107,0,0,0), +(140696,2552,0,1,1,0,0,-1229.85,-3535.1,46.3087,5.918,120,0,0,1050,0,0,0), +(140697,2553,0,1,1,0,9,-1233.3,-3533.72,46.0859,5.80098,120,0,0,847,2253,0,2); -- master +DELETE FROM creature_movement WHERE id = 140697; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140697,1,-1233.3,-3533.72,46.0859,100000,0,0,0,0,0,0,0,0,0,5.80098,0,0), +(140697,2,-1233.3,-3533.72,46.0859,3000,255301,0,0,0,0,0,0,0,0,5.80098,0,0), +(140697,3,-1233.3,-3533.72,46.0859,1000,255302,0,0,0,0,0,0,0,0,5.80098,0,0), +(140697,4,-1162.87,-3563.07,50.5074,0,0,0,0,0,0,0,0,0,0,0.0411459,0,0), +(140697,5,-1032.97,-3550.54,55.9796,0,0,0,0,0,0,0,0,0,0,6.22908,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 255301 AND 255302; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(255301,0,31,2556,10,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(255301,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(255301,1,25,1,0,2556,140693,7 | 0x10,0,0,0,0,0,0,0,0,'RUN ON'), +(255301,1,25,1,0,2552,140694,7 | 0x10,0,0,0,0,0,0,0,0,'RUN ON'), +(255301,1,25,1,0,2552,140695,7 | 0x10,0,0,0,0,0,0,0,0,'RUN ON'), +(255301,1,25,1,0,2552,140696,7 | 0x10,0,0,0,0,0,0,0,0,'RUN ON'), +(255302,0,31,2556,100,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(255302,0,3,0,0,2556,140693,7 | 0x10,0,0,0,0,-1162.87,-3563.07,50.5074,0.0411459,''), +(255302,0,3,0,0,2552,140694,7 | 0x10,0,0,0,0,-1162.87,-3563.07,50.5074,0.0411459,''), +(255302,0,3,0,0,2552,140695,7 | 0x10,0,0,0,0,-1162.87,-3563.07,50.5074,0.0411459,''), +(255302,0,3,0,0,2552,140696,7 | 0x10,0,0,0,0,-1162.87,-3563.07,50.5074,0.0411459,''), +(255302,9,31,2556,100,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(255302,10,3,0,0,2556,140693,7 | 0x10,0,0,0,0,-1032.97,-3550.54,55.9796,6.22908,''), +(255302,10,3,0,0,2552,140694,7 | 0x10,0,0,0,0,-1032.97,-3550.54,55.9796,6.22908,''), +(255302,10,3,0,0,2552,140695,7 | 0x10,0,0,0,0,-1032.97,-3550.54,55.9796,6.22908,''), +(255302,10,3,0,0,2552,140696,7 | 0x10,0,0,0,0,-1032.97,-3550.54,55.9796,6.22908,''); +-- Brood of Neltharaku (Shadowmoon Valley) +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) VALUES +(140698,22332,530,1,1,17188,0,-4086.1,298.374,141.729,2.51223,5,0,0,27000,0,0,2); -- 1st +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140698,1,-4086.1,298.374,141.729,0,2233201,0,0,0,0,0,0,0,0,2.51223,0,0), +(140698,2,-4110.571,308.0732,159.2874,0,2233202,0,0,0,0,0,0,0,0,0,0,0), +(140698,3,-4110.571,308.0732,159.2874,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140698,4,-4142.466,314.2244,157.704,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140698,5,-4157.188,327.1772,156.7874,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140698,6,-4163.87,333.6726,153.9818,0,2233203,0,0,0,0,0,0,0,0,0,0,0), +(140698,7,-4163.858,368.3685,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140698,8,-4182.261,374.9316,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140698,9,-4207.382,370.833,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140698,10,-4215.42,364.4926,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140698,11,-4229.564,331.4001,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140698,12,-4213.938,303.6982,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140698,13,-4184.994,306.4515,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140698,14,-4167.665,334.3888,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140698,15,-4086.1,298.374,141.729,0,2233204,0,0,0,0,0,0,0,0,0,0,0); +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) VALUES +(140699,22332,530,1,1,17188,0,-4153.902,228.0131,167.6251,2.51223,5,0,0,27000,0,0,2); -- 2nd +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140699,1,-4153.902,228.0131,167.6251,1000,2233201,0,0,0,0,0,0,0,0,2.51223,0,0), +(140699,2,-4159.241,240.4495,174.9831,0,2233202,0,0,0,0,0,0,0,0,0,0,0), +(140699,3,-4159.241,240.4495,174.9831,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140699,4,-4172.241,284.199,174.9831,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140699,5,-4184.007,304.7164,174.9831,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140699,6,-4197.631,309.5559,175.236,0,2233203,0,0,0,0,0,0,0,0,0,0,0), +(140699,7,-4216.679,321.5481,175.236,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140699,8,-4227.502,348.093,175.236,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140699,9,-4217.703,367.1157,175.236,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140699,10,-4190.344,372.9396,175.236,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140699,11,-4168.039,358.9861,175.236,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140699,12,-4167.604,331.7665,175.236,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140699,13,-4153.902,228.0131,167.6251,0,2233204,0,0,0,0,0,0,0,0,0,0,0); +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) VALUES +(140700,22332,530,1,1,17188,0,-4338.941,379.0929,134.6099,2.51223,5,0,0,27000,0,0,2); -- 3rd +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140700,1,-4338.941,379.0929,134.6099,0,2233201,0,0,0,0,0,0,0,0,0,0,0), +(140700,2,-4317.738,364.9648,148.7292,0,2233202,0,0,0,0,0,0,0,0,0,0,0), +(140700,3,-4317.738,364.9648,148.7292,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140700,4,-4282.658,346.8867,170.3125,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140700,5,-4236.214,332.2209,170.3125,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140700,6,-4215.42,364.4926,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140700,7,-4207.382,370.833,161.6105,0,2233203,0,0,0,0,0,0,0,0,0,0,0), +(140700,8,-4182.261,374.9316,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140700,9,-4163.858,368.3685,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140700,10,-4167.665,334.3888,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140700,11,-4184.994,306.4515,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140700,12,-4213.938,303.6982,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140700,13,-4229.564,331.4001,161.6105,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140700,14,-4317.738,364.9648,148.7292,0,2233204,0,0,0,0,0,0,0,0,0,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 2233201 AND 2233204; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2233201,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'wp pause'), +(2233202,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(2233203,0,15,38906,0,0,0,0x04,0,0,0,0,0,0,0,0,''), +(2233203,6,31,22331,70,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(2233203,7,15,38906,0,0,0,0x04,0,0,0,0,0,0,0,0,''), +(2233203,12,31,22331,70,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(2233203,13,15,38906,0,0,0,0x04,0,0,0,0,0,0,0,0,''), +(2233204,0,23,17188,0,0,0,0x08,0,0,0,0,0,0,0,0,''), +(2233204,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Dragonmaw Shaman (Shadowmoon Valley) -- missing +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) VALUES +(140701,21720,530,1,1,0,2401,-4292.98,340.881,107.096,0.79021,300,0,0,5409,3080,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140701,1,-4289.59,346.399,104.111,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,2,-4281.13,354.821,95.4771,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,3,-4270.27,369.509,81.2705,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,4,-4270.36,376.657,79.602,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,5,-4257.27,375.784,78.5948,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,6,-4249.57,383.635,76.2674,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,7,-4257.64,391.223,78.149,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,8,-4264.45,411.093,79.3317,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,9,-4269.28,402.955,81.1993,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,10,-4275.18,392.348,81.3846,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,11,-4279.31,384.501,79.6322,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,12,-4270.36,376.657,79.602,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,13,-4281.79,357.416,94.0001,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,14,-4289.13,346.915,103.669,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,15,-4296.65,334.31,109.315,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,16,-4296.91,310.901,118.275,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,17,-4287.18,296.827,121.951,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,18,-4278.96,293.098,122.413,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,19,-4287.44,297.287,121.903,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,20,-4298.07,315.398,116.483,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140701,21,-4298.33,327.09,111.821,0,0,0,0,0,0,0,0,0,0,0,0,0); +-- Black Blood of Draenor -- (Shadowmoon Valley) +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) VALUES +(140702,23286,530,1,1,0,0,-5037.76,361.996,2.47224,4.83238,300,0,0,5240,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140702,1,-5028.69,337.405,1.28132,0,0,0,0,0,0,0,0,0,0,4.25838,0,0), +(140702,2,-5034.7,326.371,-1.17461,0,0,0,0,0,0,0,0,0,0,4.25838,0,0), +(140702,3,-5043.8,308.722,-6.34723,0,0,0,0,0,0,0,0,0,0,4.25838,0,0), +(140702,4,-5049.19,298.824,-7.57796,0,0,0,0,0,0,0,0,0,0,3.52325,0,0), +(140702,5,-5072.68,290.605,-8.30046,0,0,0,0,0,0,0,0,0,0,3.52325,0,0), +(140702,6,-5080.16,287.886,-8.07662,0,0,0,0,0,0,0,0,0,0,3.52325,0,0), +(140702,7,-5078.26,291.331,-7.91104,0,0,0,0,0,0,0,0,0,0,0.340812,0,0), +(140702,8,-5052.26,300.331,-7.57235,0,0,0,0,0,0,0,0,0,0,0.891908,0,0), +(140702,9,-5046.45,304.058,-7.0923,0,0,0,0,0,0,0,0,0,0,1.05631,0,0), +(140702,10,-5033.16,348.629,2.59315,0,0,0,0,0,0,0,0,0,0,1.8582,0,0), +(140702,11,-5037.76,361.996,2.47224,0,0,0,0,0,0,0,0,0,0,4.83238,0,0); +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) VALUES +(140703,23286,530,1,1,0,0,-5037.75,598.596,18.3524,3.43622,300,0,0,5240,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140703,1,-5026.54,602.799,19.1664,0,0,0,0,0,0,0,0,0,0,3.53362,0,0), +(140703,2,-5048.57,594.614,18.9736,0,0,0,0,0,0,0,0,0,0,0.325262,0,0); +-- Netherwing Mines -- (Shadowmoon Valley) +-- Murkblood Miner +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) VALUES +(140705,23287,530,1,1,0,0,-4904.54,420.029,-5.17154,2.443461,300,0,0,6986,0,0,0), (140706,23287,530,1,1,0,0,-4956.98,356.441,-2.34743,4.468043,300,0,0,6986,0,0,0), +(140707,23287,530,1,1,0,0,-4941.54,294.663,-8.89759,3.263766,300,0,0,6986,0,0,0), (140708,23287,530,1,1,0,0,-4919.89,307.317,-13.2153,3.403392,300,0,0,6986,0,0,0), +(140709,23287,530,1,1,0,0,-4969.65,298.882,-3.58632,3.420845,300,0,0,6986,0,0,0), (140710,23287,530,1,1,0,0,-4970.34,322.204,-2.72005,3.909538,300,0,0,6986,0,0,0), +(140711,23287,530,1,1,0,0,-4977.84,252.817,-8.28688,2.408554,300,0,0,6986,0,0,0), (140712,23287,530,1,1,0,0,-4981,267.045,-6.38198,2.565634,300,0,0,6986,0,0,0), +(140713,23287,530,1,1,0,0,-4994.48,281.776,-3.57802,2.687807,300,0,0,6986,0,0,0), (140714,23287,530,1,1,0,0,-4959.42,393.706,-1.01247,4.520403,300,0,0,6986,0,0,0), +(140715,23287,530,1,1,0,0,-5009.96,296.281,1.98117,2.792527,300,0,0,6986,0,0,0), (140716,23287,530,1,1,0,0,-5014.73,262.624,-1.14193,2.094395,300,0,0,6986,0,0,0), +(140717,23287,530,1,1,0,0,-5011.1,222.092,-10.5945,1.815142,300,0,0,6986,0,0,0), (140718,23287,530,1,1,0,0,-5023.84,241.114,-4.47528,1.32645,300,0,0,6986,0,0,0), +(140719,23287,530,1,1,0,0,-4981.04,460.073,4.12424,0.1745329,300,0,0,6986,0,0,0), (140720,23287,530,1,1,0,0,-4937.38,438.723,2.25706,1.291544,300,0,0,6986,0,0,0), +(140721,23287,530,1,1,0,0,-4950.46,451.137,0.642393,0.9424778,300,0,0,6986,0,0,0), (140722,23287,530,1,1,0,0,-5014.46,279.322,-0.0181935,2.356194,300,0,0,6986,0,0,0), +(140723,23287,530,1,1,0,0,-5218.99,222.209,-11.4247,5.218534,300,0,0,6986,0,0,0), (140724,23287,530,1,1,0,0,-5241.21,231.772,-12.0143,5.51524,300,0,0,6986,0,0,0), +(140725,23287,530,1,1,0,0,-5178.48,174.83,-11.5723,5.340707,300,0,0,6986,0,0,0), (140726,23287,530,1,1,0,0,-5198.48,157.077,-13.4976,0.4712389,300,0,0,6986,0,0,0), +(140727,23287,530,1,1,0,0,-5174.08,155.275,-12.3164,6.021386,300,0,0,6986,0,0,0), (140728,23287,530,1,1,0,0,-5229.69,136.861,-13.717,0.5585054,300,0,0,6986,0,0,0), +(140729,23287,530,1,1,0,0,-5189.78,135.485,-12.1236,0.6806784,300,0,0,6986,0,0,0), (140730,23287,530,1,1,0,0,-5149.46,152.029,-12.4745,6.178465,300,0,0,6986,0,0,0), +(140731,23287,530,1,1,0,0,-5107.63,169.443,-8.46992,0.3490658,300,0,0,6986,0,0,0), (140732,23287,530,1,1,0,0,-4926.75,455.508,1.44473,1.396263,300,0,0,6986,0,0,0), +(140733,23287,530,1,1,0,0,-4941.03,469.183,0.119479,1.064651,300,0,0,6986,0,0,0), (140734,23287,530,1,1,0,0,-4965.99,483.219,4.06074,0.03490658,300,0,0,6986,0,0,0), +(140735,23287,530,1,1,0,0,-4983.62,632.319,20.5006,3.054326,300,0,0,6986,0,0,0), (140736,23287,530,1,1,0,0,-4907.83,475.566,0.806803,2.042035,300,0,0,6986,0,0,0), +(140737,23287,530,1,1,0,0,-4991.9,300.797,-1.38809,3.281219,300,0,0,6986,0,0,0), (140738,23287,530,1,1,0,0,-4966.65,279.133,-5.95937,2.844887,300,0,0,6986,0,0,0), +(140739,23287,530,1,1,0,0,-4995.98,254.496,-4.78231,2.216568,300,0,0,6986,0,0,0), (140740,23287,530,1,1,0,0,-5220.69,199.715,-12.8885,5.951573,300,0,0,6986,0,0,0), +(140741,23287,530,1,1,0,0,-5247.15,212.461,-13.9035,5.637414,300,0,0,6986,0,0,0), (140742,23287,530,1,1,0,0,-5198.59,202.205,-13.7189,5.113815,300,0,0,6986,0,0,0), +(140743,23287,530,1,1,0,0,-5090.02,180.66,-8.38217,0.3490658,300,0,0,6986,0,0,0), (140744,23287,530,1,1,0,0,-5069.87,170.684,-9.48402,0.8203048,300,0,0,6986,0,0,0), +(140745,23287,530,1,1,0,0,-5056.44,120.819,-17.233,2.059489,300,0,0,6986,0,0,0), (140746,23287,530,1,1,0,0,-5041.76,179.201,-14.3201,0.9599311,300,0,0,6986,0,0,0), +(140747,23287,530,1,1,0,0,-4944.88,561.502,7.55387,2.094395,300,0,0,6986,0,0,0), (140748,23287,530,1,1,0,0,-4959.94,591.927,12.908,1.989675,300,0,0,6986,0,0,0), +(140749,23287,530,1,1,0,0,-4904.56,530.207,4.48007,2.129302,300,0,0,6986,0,0,0), (140750,23287,530,1,1,0,0,-5067.46,192.511,-8.97754,0.6457718,300,0,0,6986,0,0,0), +(140751,23287,530,1,1,0,0,-5009.81,160.832,-14.804,2.75762,300,0,0,6986,0,0,0), (140752,23287,530,1,1,0,0,-5044.64,201.475,-11.9468,0.8726646,300,0,0,6986,0,0,0), +(140753,23287,530,1,1,0,0,-4942.41,582.11,9.83164,2.129302,300,0,0,6986,0,0,0), (140754,23287,530,1,1,0,0,-4921.11,528.473,6.48531,2.042035,300,0,0,6986,0,0,0); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(140705,0,0,1,0,0,0,31261), (140706,0,0,1,0,0,0,31261), (140707,0,0,1,0,0,0,31261), (140708,0,0,1,0,0,0,31261), (140709,0,0,1,0,0,0,31261), (140710,0,0,1,0,0,0,31261), (140711,0,0,1,0,0,0,31261), +(140712,0,0,1,0,0,0,31261), (140713,0,0,1,0,0,0,31261), (140714,0,0,1,0,0,0,31261), (140715,0,0,1,0,0,0,31261), (140716,0,0,1,0,0,0,31261), (140717,0,0,1,0,0,0,31261), (140718,0,0,1,0,0,0,31261), +(140719,0,0,1,0,0,0,31261), (140720,0,0,1,0,0,0,31261), (140721,0,0,1,0,0,0,31261), (140722,0,0,1,0,0,0,31261), (140723,0,0,1,0,0,0,31261), (140724,0,0,1,0,0,0,31261), (140725,0,0,1,0,0,0,31261), +(140726,0,0,1,0,0,0,31261), (140727,0,0,1,0,0,0,31261), (140728,0,0,1,0,0,0,31261), (140729,0,0,1,0,0,0,31261), (140730,0,0,1,0,0,0,31261), (140731,0,0,1,0,0,0,31261), (140732,0,0,1,0,0,0,31261), +(140733,0,0,1,0,0,0,31261), (140734,0,0,1,0,0,0,31261), (140735,0,0,1,0,0,0,31261), (140736,0,0,1,0,0,0,31261), (140737,0,0,1,0,0,0,31261), (140738,0,0,1,0,0,0,31261), (140739,0,0,1,0,0,0,31261), +(140740,0,0,1,0,0,0,31261), (140741,0,0,1,0,0,0,31261), (140742,0,0,1,0,0,0,31261), (140743,0,0,1,0,0,0,31261), (140744,0,0,1,0,0,0,31261), (140745,0,0,1,0,0,0,31261), (140746,0,0,1,0,0,0,31261), +(140747,0,0,1,0,0,0,31261), (140748,0,0,1,0,0,0,31261), (140749,0,0,1,0,0,0,31261), (140750,0,0,1,0,0,0,31261), (140751,0,0,1,0,0,0,31261), (140752,0,0,1,0,0,0,31261), (140753,0,0,1,0,0,0,31261), +(140754,0,0,1,0,0,0,31261); +-- Mine Car - 1 -- (Shadowmoon Valley) +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) VALUES +(140755,23289,530,1,1,0,0,-5134.8,703.83,41.8539,1.83264,300,0,0,6986,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140755,1,-5137.85,719.541,44.1389,0,0,0,0,0,0,0,0,0,0,2.16468,0,0), +(140755,2,-5151.13,736.399,46.1113,0,0,0,0,0,0,0,0,0,0,2.66498,0,0), +(140755,3,-5155.08,736.686,46.0196,0,0,0,0,0,0,0,0,0,0,3.56819,0,0), +(140755,4,-5160.24,734.224,45.959,0,0,0,0,0,0,0,0,0,0,4.33788,0,0), +(140755,5,-5161.19,731.089,46.0857,0,0,0,0,0,0,0,0,0,0,5.32199,0,0), +(140755,6,-5157.77,724.971,45.4773,0,0,0,0,0,0,0,0,0,0,5.01724,0,0), +(140755,7,-5155.889648,719.194153,44.087135,0,0,0,0,0,0,0,0,0,0,4.886872,0,0), +(140755,8,-5154.595215,713.128723,43.263504,0,0,0,0,0,0,0,0,0,0,4.725080,0,0), +(140755,9,-5156.229492,698.102783,42.392265,0,0,0,0,0,0,0,0,0,0,4.930858,0,0), +(140755,10,-5153.757813,691.724365,42.091042,0,0,0,0,0,0,0,0,0,0,4.743925,0,0), +(140755,11,-5154.313477,686.025879,41.358543,0,0,0,0,0,0,0,0,0,0,4.344162,0,0), +(140755,12,-5157.495117,678.575500,41.087654,0,0,0,0,0,0,0,0,0,0,6.090886,0,0), +(140755,13,-5132.735352,678.278564,40.299496,0,0,0,0,0,0,0,0,0,0,5.991127,0,0), +(140755,14,-5129.380859,681.362610,40.023090,0,0,0,0,0,0,0,0,0,0,0.947599,0,0), +(140755,15,-5123.650391,690.202698,39.093601,0,0,0,0,0,0,0,0,0,0,1.575918,0,0), +(140755,16,-5125.151855,692.282654,39.549339,0,0,0,0,0,0,0,0,0,0,3.398828,0,0), +(140755,17,-5129.568848,693.284485,40.501350,0,0,0,0,0,0,0,0,0,0,2.662125,0,0), +(140755,18,-5134.714355,703.928284,41.847801,0,0,0,0,0,0,0,0,0,0,1.971351,0,0); +-- Mine Car - 2 -- (Shadowmoon Valley) +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) VALUES +(140756,23289,530,1,1,0,0,-5207.63,621.234,46.1889,6.18352,300,0,0,6986,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140756,1,-5184.485352,619.616089,41.757977,0,0,0,0,0,0,0,0,0,0,6.101270,0,0), +(140756,2,-5171.270508,617.963684,37.982914,0,0,0,0,0,0,0,0,0,0,0.352156,0,0), +(140756,3,-5160.236328,623.060303,36.627968,0,0,0,0,0,0,0,0,0,0,0.442477,0,0), +(140756,4,-5149.162598,630.464539,36.115627,0,0,0,0,0,0,0,0,0,0,0.795906,0,0), +(140756,5,-5142.936035,638.437744,36.323414,0,0,0,0,0,0,0,0,0,0,1.133627,0,0), +(140756,6,-5140.058594,648.982971,36.879459,0,0,0,0,0,0,0,0,0,0,1.585232,0,0), +(140756,7,-5140.979004,661.595520,38.839218,0,0,0,0,0,0,0,0,0,0,2.602323,0,0), +(140756,8,-5152.963867,671.360474,41.209560,0,0,0,0,0,0,0,0,0,0,3.595852,0,0), +(140756,9,-5158.739258,669.576172,40.740364,0,0,0,0,0,0,0,0,0,0,4.656134,0,0), +(140756,10,-5158.687988,657.246521,38.514210,0,0,0,0,0,0,0,0,0,0,4.314335,0,0), +(140756,11,-5163.210938,649.389587,37.243160,0,0,0,0,0,0,0,0,0,0,4.019028,0,0), +(140756,12,-5170.054199,643.640808,38.123482,0,0,0,0,0,0,0,0,0,0,3.566638,0,0), +(140756,13,-5186.764160,636.857056,41.722706,0,0,0,0,0,0,0,0,0,0,3.440261,0,0), +(140756,14,-5199.219727,633.675537,44.613056,0,0,0,0,0,0,0,0,0,0,3.155947,0,0), +(140756,15,-5211.181641,634.503235,46.359108,0,0,0,0,0,0,0,0,0,0,3.034995,0,0), +(140756,16,-5221.193359,635.081970,48.382969,0,0,0,0,0,0,0,0,0,0,3.820392,0,0), +(140756,17,-5227.450195,628.725891,48.557705,0,0,0,0,0,0,0,0,0,0,5.691202,0,0), +(140756,18,-5223.000977,625.186523,48.188347,0,0,0,0,0,0,0,0,0,0,5.854333,0,0), +(140756,19,-5216.421387,622.665527,47.494755,0,0,0,0,0,0,0,0,0,0,6.234828,0,0), +(140756,20,-5206.987793,621.026123,46.105095,0,0,0,0,0,0,0,0,0,0,6.165974,0,0); +-- Dragonmaw Foreman - #2 -- (Shadowmoon Valley) +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) VALUES +(140771,23376,530,1,1,0,0,-5209.09,621.369,46.3592,6.17571,25,0,0,6986,0,0,0); +-- links for dragonmasw foreman +DELETE FROM creature_linking WHERE guid = 40727; -- 40727 already in DB -- only master guid must be changed here +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(40727, 140755, 656); +DELETE FROM creature_linking WHERE guid = 140771; +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(140771, 140756, 656); +-- The Soul Cannon of Reth'hedron (q.11089) (Terrokar forest) -- all creatures req. for q. +-- Terokkar Trigger +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) VALUES +(140757,23102,530,1,1,0,0,-2466.61,4699.98,155.643,3.141593,25,0,0,4120,0,0,0), -- main one +(140758,23102,530,1,1,0,0,-2414.98,4458.58,165.725,4.31056,25,0,0,4120,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140758,1,-2416.247,4457.345,166.4947,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140758,2,-2416.747,4455.095,166.4947,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140758,3,-2420.247,4453.845,166.9947,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140758,4,-2420.497,4451.845,166.7447,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140758,5,-2421.997,4450.345,166.4947,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140758,6,-2424.997,4447.095,166.2447,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140758,7,-2426.015,4444.604,167.1808,0,0,0,0,0,0,0,0,0,0,0,0,0); +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) VALUES +(140759,23102,530,1,1,0,0,-2432.75,4458.1,166.076,4.31056,25,0,0,4120,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140759,1,-2428.951,4454.364,164.9629,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140759,2,-2428.701,4452.114,165.7129,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140759,3,-2430.451,4449.864,166.9629,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140759,4,-2430.701,4448.114,166.9629,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140759,5,-2429.951,4445.614,166.9629,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140759,6,-2428.701,4445.864,166.9629,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140759,7,-2426.156,4444.631,167.2664,0,0,0,0,0,0,0,0,0,0,0,0,0); +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) VALUES +(140760,23102,530,1,1,0,0,-2418.7,4446.77,165.623,4.31056,25,0,0,4120,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140760,1,-2422.572,4447.155,167.424,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140760,2,-2422.572,4447.155,167.424,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140760,3,-2425.322,4444.655,166.924,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140760,4,-2425.947,4444.539,167.1426,0,0,0,0,0,0,0,0,0,0,0,0,0); +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) VALUES +(140761,23102,530,1,1,0,0,-2432.38,4444.57,170.177,4.31056,25,0,0,4120,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140761,1,-2431.452,4444.515,169.4779,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140761,2,-2429.202,4448.015,167.9779,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140761,3,-2427.452,4446.765,167.4779,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140761,4,-2426.026,4444.463,167.1956,0,0,0,0,0,0,0,0,0,0,0,0,0); +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) VALUES +(140762,23102,530,1,1,0,0,-2423.71,4453.52,165.612,5.42973,25,0,0,4120,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140762,1,-2420.854,4450.29,164.6829,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140762,2,-2421.854,4448.04,165.9329,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140762,3,-2425.104,4446.79,166.6829,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140762,4,-2425.995,4444.565,167.1709,0,0,0,0,0,0,0,0,0,0,0,0,0); +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) VALUES +(140763,23102,530,1,1,0,0,-2428.66,4460.05,166.238,5.42973,25,0,0,4120,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140763,1,-2426.097,4457.325,165.2578,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140763,2,-2424.347,4454.325,165.5078,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140763,3,-2427.097,4450.825,167.2578,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140763,4,-2425.847,4447.825,167.0078,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140763,5,-2426.037,4444.601,167.1947,0,0,0,0,0,0,0,0,0,0,0,0,0); +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) VALUES +(140764,23102,530,1,1,0,0,-2432.45,4434.58,170.862,5.42973,25,0,0,4120,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140764,1,-2430.905,4434.821,169.7653,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140764,2,-2429.155,4438.321,168.5153,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140764,3,-2427.155,4437.571,168.0153,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140764,4,-2427.655,4441.321,167.7653,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140764,5,-2425.905,4442.821,167.0153,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140764,6,-2425.855,4444.558,167.0851,0,0,0,0,0,0,0,0,0,0,0,0,0); +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) VALUES +(140765,23102,530,1,1,0,0,-2426.57,4437.26,167.977,5.42973,25,0,0,4120,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140765,1,-2428.278,4439.114,168.6164,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140765,2,-2428.278,4440.864,168.3664,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140765,3,-2426.028,4443.114,167.1164,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140765,4,-2425.99,4444.47,167.1725,0,0,0,0,0,0,0,0,0,0,0,0,0); +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) VALUES +(140766,23102,530,1,1,0,0,-2414.89,4436.77,163.105,5.42973,25,0,0,4120,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140766,1,-2416.425,4437.882,163.6704,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140766,2,-2417.925,4442.132,164.1704,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140766,3,-2420.425,4441.882,165.4204,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140766,4,-2422.425,4441.882,166.4204,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140766,5,-2423.675,4444.382,165.9204,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140766,6,-2425.959,4444.494,167.1525,0,0,0,0,0,0,0,0,0,0,0,0,0); +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) VALUES +(140767,23102,530,1,1,0,0,-2435.68,4440.87,171.618,2.64157,25,0,0,4120,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140767,1,-2433.751,4441.496,170.1298,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140767,2,-2432.251,4443.746,169.3798,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140767,3,-2430.001,4443.496,168.3798,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140767,4,-2429.001,4445.246,168.1298,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140767,5,-2427.251,4445.496,167.6298,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140767,6,-2426.751,4444.246,167.3798,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140767,7,-2425.819,4444.625,167.0592,0,0,0,0,0,0,0,0,0,0,0,0,0); +-- Kor'kron Overseer - missing in undercity +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) VALUES +(140768,36213,0,1,1,0,2009,1418.86,388.783,-84.9909,0.942079,180,0,0,15952,0,0,0); +-- Blackwind Sabercat #1 - Terrokar Forest -- missing spawn +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) VALUES +(140769,21723,530,1,1,0,0,-3522.41,3254.19,300.692,0.0237059,300,0,0,9082,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140769,1,-3512.91,3253.65,298.684,0,0,0,0,0,0,0,0,0,0,5.52543,0,0), +(140769,2,-3509.42,3247.42,297.527,0,0,0,0,0,0,0,0,0,0,4.89712,0,0), +(140769,3,-3508.96,3238.18,291.435,0,0,0,0,0,0,0,0,0,0,2.40741,0,0), +(140769,4,-3509.74,3247.4,297.482,0,0,0,0,0,0,0,0,0,0,1.56703,0,0), +(140769,5,-3510.9,3254.41,298.329,0,0,0,0,0,0,0,0,0,0,2.41352,0,0), +(140769,6,-3520.29,3251.55,300.414,0,0,0,0,0,0,0,0,0,0,3.74712,0,0), +(140769,7,-3529.47,3244.12,301.703,0,0,0,0,0,0,0,0,0,0,3.60732,0,0), +(140769,8,-3544.26,3234.75,303.708,0,0,0,0,0,0,0,0,0,0,3.92855,0,0), +(140769,9,-3550.47,3226.39,307.004,0,0,0,0,0,0,0,0,0,0,4.16495,0,0), +(140769,10,-3543.36,3236.64,303.118,0,0,0,0,0,0,0,0,0,0,0.771562,0,0), +(140769,11,-3523.98,3253.32,300.861,0,0,0,0,0,0,0,0,0,0,0.200578,0,0); +-- Blackwind Sabercat #2 - Terrokar Forest -- missing spawn +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) VALUES +(140770,21723,530,1,1,0,0,-3491.7,3240.65,299.471,5.0402,300,0,0,9335,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140770,1,-3491.98,3230.37,298.39,0,0,0,0,0,0,0,0,0,0,4.26973,0,0), +(140770,2,-3499.64,3217.43,296.899,0,0,0,0,0,0,0,0,0,0,4.19904,0,0), +(140770,3,-3490.54,3233.88,298.693,0,0,0,0,0,0,0,0,0,0,1.81536,0,0), +(140770,4,-3497.68,3253.86,299.642,0,0,0,0,0,0,0,0,0,0,1.66849,0,0), +(140770,5,-3499.37,3269.09,301.012,0,0,0,0,0,0,0,0,0,0,1.70383,0,0), +(140770,6,-3501.71,3273.94,300.778,0,0,0,0,0,0,0,0,0,0,4.20925,0,0), +(140770,7,-3498.72,3268.99,301.056,0,0,0,0,0,0,0,0,0,0,5.13994,0,0), +(140770,8,-3498.38,3254.15,299.717,0,0,0,0,0,0,0,0,0,0,4.93181,0,0), +(140770,9,-3491.69,3241.45,299.476,0,0,0,0,0,0,0,0,0,0,5.19491,0,0); + +-- ------------------------ +-- forum +-- ------------------------ +UPDATE item_template SET ContainerSlots = 8 WHERE entry = 11845; -- from Faxe_the_Slayer +-- Gossip text & Options for Tracy Proudwell -- from Malcrom +DELETE FROM gossip_menu WHERE entry IN (20020, 8544); +INSERT INTO gossip_menu (entry, text_id) VALUES (8544,10689); +UPDATE gossip_menu_option SET action_menu_id = 8544 WHERE menu_id = 7892 AND id = 1; +UPDATE gossip_menu_option SET menu_id = 8544 WHERE menu_id = 20020; +-- Shadowforge Brazier -- shouldn't have any flags (flag 16 will be added by spell) -- from Mightylink +UPDATE gameobject_template SET flags = 0 WHERE entry = 174744; +-- Deer Critter -- from Axel +UPDATE creature SET MovementType = 1, spawndist = 20 WHERE guid = 32676; +-- Chieftain Earthbind - equip - from Axel +UPDATE creature_template SET EquipmentTemplateID = 1343 WHERE entry = 12791; +DELETE FROM creature_template_addon WHERE entry = 12791; +INSERT INTO creature_template_addon (entry, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(12791,0,0,2,0,0,0,NULL); +-- Isha Awak - from Axel +UPDATE creature SET MovementType = 2 WHERE guid = 15085; +DELETE FROM creature_movement WHERE id = 15085; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(15085, 1, -1949.31, -3817.22, -6.52593, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6.23346, 0, 0), +(15085, 2, -1876.07, -3848.77, -9.3871, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.83291, 0, 0), +(15085, 3, -1807.86, -3875.06, -3.79004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.85254, 0, 0), +(15085, 4, -1768.57, -3918.63, -3.28865, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.46238, 0, 0), +(15085, 5, -1728, -3959.94, -7.35339, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.44504, 0, 0), +(15085, 6, -1683.23, -3962.82, -2.32115, 90000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.88708, 0, 0), +(15085, 7, -1728, -3959.94, -7.35339, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.79423, 0, 0), +(15085, 8, -1768.57, -3918.63, -3.28865, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.38422, 0, 0), +(15085, 9, -1807.86, -3875.06, -3.79004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.39994, 0, 0), +(15085, 10, -1876.07, -3848.77, -9.3871, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.80443, 0, 0), +(15085, 11, -1949.31, -3817.22, -6.52593, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3.02435, 0, 0), +(15085, 12, -2025.94, -3814.75, -7.26146, 180000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3.77136, 0, 0); + + +-- Xfurry +-- ------------------------ +-- Various fixes +-- ------------------------ +-- Baelog's Chest should be targetable/lootable. (sniff) +UPDATE gameobject_template SET flags = 0 WHERE entry = 123329; +-- quest 945 +UPDATE quest_template SET StartScript = 0 WHERE entry = 945; +DELETE FROM dbscripts_on_quest_start WHERE id = 945; +-- quest 11521 +DELETE FROM spell_script_target WHERE entry = 44941; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(44941, 0, 187073, 0); +-- quest 10514 +DELETE FROM spell_script_target WHERE entry = 36652; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(36652, 1, 21347, 0); +-- quest 10540 +-- The Cipher of Damnation - Ar'tor's Charge (q.10540) -H -A +DELETE FROM dbscripts_on_quest_start WHERE id = 10540; +INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(10540,0,15,36620,0,0,0,0x06,0,0,0,0,0,0,0,0,'Cast Spirit Hunter'), +(10540,1,15,36613,0,21332,100,0x20,0,0,0,0,0,0,0,0,'Cast Aspect of the Spirit Hunter'); +UPDATE quest_template SET StartScript = 10540 WHERE entry = 10540; +UPDATE creature_template SET FactionAlliance = 90, FactionHorde = 90 WHERE entry = 20427; +-- equipment (ytdb) +UPDATE creature_template SET EquipmentTemplateId = 4824, FactionAlliance = 35, FactionHorde = 35 WHERE entry = 21332; +DELETE FROM creature_equip_template WHERE entry = 4824; +INSERT INTO creature_equip_template (entry, equipentry1, equipentry2, equipentry3) VALUES (4824, 12294, 0, 30452); +DELETE FROM dbscripts_on_creature_death WHERE id = 20427; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, buddy_entry, search_radius, data_flags, dataint, comments) VALUES +(20427, 0, 0, 0, 21332, 100, 0x20, 2000000330, 'say veneratus epilogue 1'), +(20427, 3, 0, 0, 21332, 100, 0x20, 2000000331, 'say veneratus epilogue 2'), +(20427, 5, 15, 36781, 21332, 100, 0x20, 0, 'cast Despawn Spirit Hunter'), +(20427, 6, 14, 36620, 0, 0, 0x06, 0, 'remove Spirit Hunter aura'), +(20427, 6, 18, 0, 21332, 100, 0x20, 0, 'despawn spirit hunter'); +DELETE FROM db_script_string WHERE entry IN (2000000330, 2000000331); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000000330,'It is dying! The second part of the Cipher of Damnation is ours. I...',0,0,0,22,'spirit hunter - say epilogue 1'), +(2000000331,'I am fading... Return to Ar\'tor... Ret... rn... to...',0,0,0,0,'spirit hunter - say epilogue 2'); +-- quest 10512 +UPDATE creature_template SET MovementType = 0 WHERE entry = 21241; + +-- ---------------- +-- Sunwell +-- ---------------- +DELETE FROM creature_template_addon WHERE entry = 24895; +UPDATE creature_template SET MinLevel = 74, MaxLevel = 74, MinLevelHealth = 424900, Armor = 7857, MinMeleeDmg = 226, MaxMeleeDmg = 339, InhabitType = InhabitType|4, RegenerateStats = 0 WHERE entry = 24895; +UPDATE creature_template SET FactionAlliance = 14, FactionHorde = 14, UnitFlags = UnitFlags|33554432, MinLevel = 70, MaxLevel = 70, MinLevelHealth = 4890, MaxLevelHealth = 4890 WHERE entry = 25879; +UPDATE creature_template SET FactionAlliance = 14, FactionHorde = 14, MinLevelHealth = 2835, MaxLevelHealth = 2835 WHERE entry = 25855; +UPDATE creature_template SET MinLevel = 70, MaxLevel = 70, UnitFlags = UnitFlags|33555200, MinLevelHealth = 6986, MaxLevelHealth = 6986 WHERE entry = 26262; +UPDATE creature_template SET MinLevel = 70, MaxLevel = 70, FactionAlliance = 16, FactionHorde = 16, UnitFlags = UnitFlags|33587200, MinLevelHealth = 97804, MaxLevelHealth = 97804 WHERE entry = 25653; +UPDATE creature_template SET FactionAlliance = 16, FactionHorde = 16, UnitFlags = UnitFlags|32832, MinLevel = 70, MaxLevel = 70, MinLevelHealth = 78246, MaxLevelHealth = 78246, MinLevelMana = 78875, MaxLevelMana = 78875 WHERE entry = 25708; +UPDATE creature_template SET MinLevel = 73, MaxLevel = 73, MinLevelHealth = 1805825, MaxLevelHealth = 1805825, MinLevelMana = 1693500, MaxLevelMana = 1693500, UnitFlags = UnitFlags|32832 WHERE entry = 25319; +UPDATE creature_template SET MinLevelHealth = 42, MaxLevelHealth = 42, UnitFlags = UnitFlags|33555200 WHERE entry = 26254; +UPDATE creature_template SET MinLevel = 70, MaxLevel = 70, MinLevelHealth = 3912160, MaxLevelHealth = 3912160, FactionAlliance = 114, FactionHorde = 114, UnitFlags = UnitFlags|33555200 WHERE entry = 25703; +UPDATE creature_template SET FactionAlliance = 1959, FactionHorde = 1959, UnitFlags = UnitFlags|32832 WHERE entry = 24892; +UPDATE creature_template SET FactionAlliance = 1770, FactionHorde = 1770, UnitFlags = 32832 WHERE entry = 24891; +DELETE FROM spell_script_target WHERE entry IN (44844,44884,45666,44845); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(44844, 1, 24895, 0), +(44884, 1, 24895, 0), +(45666, 1, 25315, 0), +(44845, 1, 24892, 0), +(44845, 1, 24891, 0), +(44845, 1, 24850, 0); +-- doors +DELETE FROM spell_script_target WHERE entry IN (46609,46610,46637,46650,46652,46638); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(46609, 0, 19871, 0), +(46610, 0, 188119, 0), +(46637, 1, 19871, 0), +(46650, 1, 23472, 0), +(46652, 0, 188075, 0), +(46638, 0, 188119, 0); +DELETE FROM dbscripts_on_spell WHERE id IN (46650, 46609); +INSERT INTO dbscripts_on_spell (id, command, datalong, data_flags, comments) VALUES +(46609,15,46610,8,'Cast Freeze on Ice Barrier'), +(46650,15,46652,8,'Cast Open Brutallus Back Door on Fire Barrier'); +-- tele spells +DELETE FROM spell_target_position WHERE id IN (46020,46019); +INSERT INTO spell_target_position (id, target_map, target_position_x, target_position_y, target_position_z, target_orientation) VALUES +(46020, 580, 1690.339, 942.1176, 53.07742, 0), +(46019, 580, 1696.196, 951.1885, -74.55846, 0); +-- fix some bad locations +UPDATE gameobject SET position_x = 1746.565, position_y = 621.9134, position_z = 28.05021, orientation = 2.984498 WHERE id = 187869; +UPDATE gameobject SET position_x = 1704.303, position_y = 582.6811, position_z = 28.16483, orientation = 1.605702 WHERE id = 188114; +UPDATE gameobject SET position_x = 1651.921, position_y = 635.3501, position_z = 28.12865, orientation = 6.19592 WHERE id = 188115; +UPDATE gameobject SET position_x = 1696.155, position_y = 674.9676, position_z = 28.05021, orientation = 4.81711 WHERE id = 188116; +UPDATE creature SET position_x = 1696.01, position_y = 675.3926, position_z = 28.13354, orientation = 0.6108652 WHERE guid = 140022; +UPDATE creature SET position_x = 1704.316, position_y = 582.7225, position_z = 28.25068, orientation = 5.009095 WHERE guid = 140020; +UPDATE creature SET position_x = 1652.034, position_y = 635.3538, position_z = 28.20865, orientation = 3.752458 WHERE guid = 140023; +UPDATE creature SET position_x = 1746.551, position_y = 621.9463, position_z = 28.13354, orientation = 2.094395 WHERE guid = 140021; +UPDATE creature SET position_x = 1698.092, position_y = 627.2899, position_z = 58.17708, orientation = 1.692969 WHERE id = 26046; +UPDATE creature SET position_x = 1699.906, position_y = 929.0208, position_z = -74.28365, orientation = 6.161012 WHERE id = 24892; +-- Felmyst movement (currently not used because of MMaps, but keep here for the future); +DELETE FROM creature_movement_template WHERE entry IN (25038); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, orientation) VALUES +(25038,1,1441.640, 520.520, 50.083, 0, 0), +(25038,2,1467.219, 516.318, 50.083, 0, 0), +(25038,3,1492.819, 515.668, 50.083, 0, 0), +(25038,4,1458.170, 501.295, 60.083, 2000, 2.93), +(25038,5,1446.540, 702.570, 50.083, 0, 0), +(25038,6,1469.939, 704.239, 50.083, 0, 0), +(25038,7,1494.760, 705.000, 50.083, 0, 0), +(25038,8,1468.380, 730.267, 60.083, 2000, 5.07); +-- script targets for felmyst +DELETE FROM spell_script_target WHERE entry = 45388; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(45388, 1, 25038, 0); +DELETE FROM spell_script_target WHERE entry = 45389; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(45389, 1, 25265, 0); +DELETE FROM spell_script_target WHERE entry = 45714; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(45714, 1, 25038, 0); + +-- ----------------- +-- Ruby Sanctum +-- ----------------- +-- Baltharus outro +DELETE FROM creature_movement_template WHERE entry = 40429; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES +(40429, 1, 3155.54, 342.39, 84.59, 1000, 4042901, 1.88), +(40429, 2, 3152.32, 359.41, 85.30, 0, 4042902, 1.88), +(40429, 3, 3152.07, 383.93, 86.33, 1000, 4042903, 1.88); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005535 AND 2000005542; +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000005535,'Thank you! I could not have held out for much longer.... A terrible thing has happened here.',17491,1,0,5,'Xerestrasza say_epilogue_1'), +(2000005536,'We believed the Sanctum was well-fortified, but we were not prepared for the nature of this assault.',17492,0,0,1,'Xerestrasza say_epilogue_2'), +(2000005537,'The Black dragonkin materialized from thin air, and set upon us before we could react.',17493,0,0,1,'Xerestrasza say_epilogue_3'), +(2000005538,'We did not stand a chance. As my brethren perished around me, I managed to retreat here and bar the entrance.',17494,0,0,1,'Xerestrasza say_epilogue_4'), +(2000005539,'They slaughtered us with cold efficiency, but the true focus of their interest seemed to be the eggs kept here in the Sanctum.',17495,0,0,1,'Xerestrasza say_epilogue_5'), +(2000005540,'The commander of the forces on the ground here is a cruel brute named Zarithrian, but I fear there are greater powers at work.',17496,0,0,1,'Xerestrasza say_epilogue_6'), +(2000005541,'In their initial assault, I caught a glimpse of their true leader, a fearsome full-grown twilight dragon.',17497,0,0,1,'Xerestrasza say_epilogue_7'), +(2000005542,'I know not the extent of their plans, heroes, but I know this: They cannot be allowed to succeed!',17498,0,0,5,'Xerestrasza say_epilogue_8'); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (4042901, 4042902, 4042903); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, dataint, comments) VALUES +(4042901, 0, 0, 0, 0, 2000005535, 'Xerestrasza first yell text'), +(4042902, 0, 0, 0, 0, 2000005536, 'Xerestrasza second yell text'), +(4042903, 0, 32, 1, 0, 0, 'Xerestrasza stop movement'), +(4042903, 0, 0, 0, 0, 2000005537, 'Xerestrasza third yell text'), +(4042903, 7, 0, 0, 0, 2000005538, 'Xerestrasza forth yell text'), +(4042903, 18, 0, 0, 0, 2000005539, 'Xerestrasza fifth yell text'), +(4042903, 28, 0, 0, 0, 2000005540, 'Xerestrasza sixth yell text'), +(4042903, 38, 0, 0, 0, 2000005541, 'Xerestrasza seventh yell text'), +(4042903, 47, 0, 0, 0, 2000005542, 'Xerestrasza eigth yell text'), +(4042903, 54, 29, 2, 1, 0, 'Xerestrasza set quest giver flag'); + +-- ----------------- +-- Zul'Farrak +-- ----------------- +-- ZF Zumrah zombies +DELETE FROM dbscripts_on_go_template_use WHERE id = 128403; +INSERT INTO dbscripts_on_go_template_use (id, command, datalong, data_flags, comments) VALUES +(128403, 15, 10247, 0x02, 'cast Summon Zul\'Farrak Zombies'); +-- ZF pyramid +UPDATE creature SET MovementType = 2 WHERE id IN (7607, 7604, 7605, 7606, 7608); +UPDATE creature_template SET MovementType = 0 WHERE entry IN (8877,8876,7275,7796); +DELETE FROM creature_movement_template WHERE entry IN (7607, 7604, 7605, 7606, 7608); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES +-- Weegli Blastfuse +(7607,1,1881.05, 1297.36, 48.419, 1000, 760701, 5.41), -- workaround in order to pause the default wp movement. This is needed to avoid evade complications +(7607,2,1881.741, 1295.994, 48.323, 1000, 760702, 5.41), +(7607,3,1881.001, 1293.345, 47.627, 0, 0, 0), +(7607,4,1880.210, 1290.434, 45.970, 0, 0, 0), -- workaround in order to force move maps to do the right move path +(7607,5,1880.210, 1290.434, 45.970, 0, 0, 0), +(7607,6,1891.080, 1284.610, 43.580, 1000, 760706, 4.71), +(7607,7,1883.285, 1263.755, 41.576, 2000, 760707, 4.71), +(7607,8,1889.486, 1271.971, 41.626, 1000, 760701, 4.71), +(7607,9,1895.356, 1227.598, 9.521, 0, 0, 0), +(7607,10,1893.277, 1206.289, 8.877, 1000, 760701, 4.61), +-- blowing the door +(7607,11,1891.670, 1181.687, 8.877, 0, 0, 0), +(7607,12,1876.005, 1161.771, 9.653, 0, 0, 0), +(7607,13,1857.490, 1145.531, 15.119, 1000, 760713, 3.86), +-- run away +(7607,14,1877.107, 1148.825, 10.316, 0, 0, 0), +(7607,15,1886.306, 1137.952, 9.352, 0, 0, 0), +(7607,16,1869.976, 1092.893, 8.876, 0, 1, 0), +-- Sergeant Bly +(7604,1,1882.89, 1299.27, 48.3843, 1000, 760401, 4.83), +(7604,2,1883.395, 1297.178, 48.293, 1000, 760402, 4.83), +(7604,3,1881.001, 1293.345, 47.627, 0, 0, 0), +(7604,4,1880.210, 1290.434, 45.970, 0, 0, 0), +(7604,5,1880.210, 1290.434, 45.970, 0, 0, 0), +(7604,6,1886.896, 1264.077, 41.494, 1000, 760401, 4.71), +(7604,7,1886.703, 1227.956, 9.9242, 0, 0, 0), +(7604,8,1884.289, 1202.936, 8.8781, 60000, 0, 4.61), +(7604,9,1884.289, 1202.936, 8.8781, 15000, 760409, 4.61), +-- Raven +(7605,1,1886.64, 1299.11, 48.3146, 1000, 760501, 4.36), +(7605,2,1886.123, 1297.247, 48.241, 1000, 760502, 4.36), +(7605,3,1881.001, 1293.345, 47.627, 0, 0, 0), +(7605,4,1880.210, 1290.434, 45.970, 0, 0, 0), +(7605,5,1880.210, 1290.434, 45.970, 0, 0, 0), +(7605,6,1890.223, 1264.296, 41.420, 1000, 760501, 4.71), +(7605,7,1895.356, 1227.598, 9.521, 0, 0, 0), +(7605,8,1889.008, 1201.978, 8.878, 60000, 0, 4.54), +(7605,9,1889.008, 1201.978, 8.878, 15000, 760509, 4.54), +-- Oro Eyegouge +(7606,1,1889.62, 1298.01, 48.2581, 1000, 760601, 3.94), +(7606,2,1888.196, 1296.756, 48.203, 1000, 760602, 3.94), +(7606,3,1881.001, 1293.345, 47.627, 0, 0, 0), +(7606,4,1880.210, 1290.434, 45.970, 0, 0, 0), +(7606,5,1880.210, 1290.434, 45.970, 0, 0, 0), +(7606,6,1883.209, 1271.997, 41.850, 1000, 760601, 4.71), +(7606,7,1879.247, 1227.145, 9.276, 0, 0, 0), +(7606,8,1876.139, 1207.258, 8.877, 60000, 0, 4.64), +(7606,9,1876.139, 1207.258, 8.877, 15000, 760609, 4.64), +-- Murta Grimgut +(7608,1,1891.07, 1294.78, 48.2347, 1000, 760801, 3.31), +(7608,2,1889.018, 1294.428, 48.189, 1000, 760802, 3.31), +(7608,3,1881.001, 1293.345, 47.627, 0, 0, 0), +(7608,4,1880.210, 1290.434, 45.970, 0, 0, 0), +(7608,5,1880.210, 1290.434, 45.970, 0, 0, 0), +(7608,6,1886.345, 1271.890, 41.735, 1000, 760801, 4.71), +(7608,7,1886.703, 1227.956, 9.924, 0, 0, 0), +(7608,8,1884.856, 1208.976, 8.878, 60000, 0, 4.61), +(7608,9,1884.856, 1208.976, 8.878, 15000, 760809, 4.61); +-- texts +DELETE FROM db_script_string WHERE entry IN (2000005547,2000005548,2000005549,2000005550,2000005551,2000005552,2000005553); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000005547,'Oh no! Here they come!',0,0,0,0,'Weegli Blastfuse - say event start'), +(2000005548,'Ok, here I go!',0,0,0,0,'Weegli Blastfuse - say blow door normal'), +(2000005549,'What? How dare you say that to me?!?',0,0,0,6,'Sergeant Bly - say faction change 1'), +(2000005550,'After all we\'ve been through? Well, I didn\'t like you anyway!!',0,0,0,5,'Sergeant Bly - say faction change 2'), +(2000005551,'I\'m out of here!',0,0,0,0,'Weegli Blastfuse - say blow door forced'), +(2000005552,'Who dares step into my domain! Come! Come, and be consumed!',0,6,0,0,'Ukorz Sandscalp - say after door blown'), +(2000005553,'Let\'s move forward!',0,0,0,0,'Sergeant Bly - move downstairs'); +-- creature move scripts +DELETE FROM dbscripts_on_creature_movement WHERE id IN (760702,760402,760502,760602,760802,760706,760707,760701,760401,760501,760601,760801); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, dataint, comments) VALUES +(760701, 0, 32, 1, 0, 'Weegli Blastfuse - stop movement'), +(760401, 0, 32, 1, 0, 'Sergeant Bly - stop movement'), +(760501, 0, 32, 1, 0, 'Raven - stop movement'), +(760601, 0, 32, 1, 0, 'Oro Eyegouge - stop movement'), +(760801, 0, 32, 1, 0, 'Murta Grimgut - stop movement'), +(760702, 0, 1, 71, 0, 'Sergeant Bly - emote cheer'), +(760402, 0, 1, 71, 0, 'Raven - emote cheer'), +(760502, 0, 1, 71, 0, 'Oro Eyegouge - emote cheer'), +(760602, 0, 1, 71, 0, 'Weegli Blastfuse - emote cheer'), +(760802, 0, 1, 71, 0, 'Murta Grimgut - emote cheer'), +(760702, 0, 22, 495, 0, 'Weegli Blastfuse - update faction'), +(760402, 0, 22, 495, 0, 'Sergeant Bly - update faction'), +(760502, 0, 22, 495, 0, 'Raven - update faction'), +(760602, 0, 22, 495, 0, 'Oro Eyegouge - update faction'), +(760802, 0, 22, 495, 0, 'Murta Grimgut - update faction'), +(760706, 0, 25, 1, 0, 'Weegli Blastfuse - set run on'), +(760707, 0, 0, 0, 2000005547, 'Weegli Blastfuse - say event begin'); +-- despawn self +DELETE FROM dbscripts_on_spell WHERE id = 11365; +INSERT INTO dbscripts_on_spell (id, command, datalong, comments) VALUES +(11365, 18, 1000, 'despawn self'); +-- party escape and door is blown +DELETE FROM dbscripts_on_creature_movement WHERE id IN (760713,760409,760809,760609,760509); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, comments) VALUES +(760713, 0, 15, 10772, 0, 0, 0, 0, 0, 'Weegli Blastfuse - cast Create Weegli\'s Barrel'), +(760713, 2, 13, 0, 0, 141612, 20, 1, 0, 'Weegli Blastfuse - use Weegli\'s Barrel'), +(760713, 5, 0, 6, 0, 7267, 200, 0, 2000005552, 'Ukorz Sandscalp - yell intro'), +(760409, 0, 15, 11365, 0, 0, 0, 0, 0, 'Sergeant Bly - cast Bly\'s Band\'s Escape'), +(760409, 0, 29, 1, 2, 0, 0, 0, 0, 'Sergeant Bly - remove gossip flag'), +(760809, 0, 15, 11365, 0, 0, 0, 0, 0, 'Raven - cast Bly\'s Band\'s Escape'), +(760609, 0, 15, 11365, 0, 0, 0, 0, 0, 'Oro Eyegouge - cast Bly\'s Band\'s Escape'), +(760509, 0, 15, 11365, 0, 0, 0, 0, 0, 'Murta Grimgut - cast Bly\'s Band\'s Escape'); +-- gossip conditions +DELETE FROM conditions WHERE condition_entry IN (874, 875, 876, 877, 878, 879); +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(874, 33, 2, 1), -- wp > = 2 +(875, 33, 8, 0), -- wp = = 8 +(876, 33, 8, 2), -- wp < 8 +(877, 33, 10, 2), -- wp < 10 +(878, -1, 874, 877), -- wp between 1 and 9 +(879, -1, 874, 876); -- wp between 1 and 7 +-- gossips +DELETE FROM gossip_menu WHERE entry IN (940,941); +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +-- weegli +(940, 1511, 0, 719), +(940, 1513, 0, 878), +(940, 1514, 0, 721), +-- bly +(941, 1515, 0, 719), +(941, 1516, 0, 879), +(941, 1517, 0, 875); +DELETE FROM gossip_menu_option WHERE menu_id IN (940, 941); +INSERT INTO gossip_menu_option (menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, action_script_id, condition_id) VALUES +(940, 0, 0, 'Will you blow up that door now?', 1, 1, 94001, 721), +(941, 0, 0, 'Hey Bly! Bilgewizzle wants his divino-matic rod back!', 1, 1, 0, 875), -- Note: we are not sure what should be the action of this one - maybe similar to the one below +(941, 1, 0, 'That\'s it! I\'m tired of helping you out. It\'s time we settled things on the battlefield!', 1, 1, 94101, 875); +DELETE FROM dbscripts_on_gossip WHERE id IN (94001,94101); +INSERT INTO dbscripts_on_gossip (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, comments) VALUES +(94001, 0, 0, 0, 0, 0, 0, 0, 2000005548,'Weegli Blastfuse - say start door bombing'), +(94001, 0, 29, 1, 2, 0, 0, 0, 0, 'Weegli Blastfuse - remove gossip flag'), +(94001, 0, 22, 0, 0, 0, 0, 0, 0, 'Weegli Blastfuse - update faction to default'), +(94001, 0, 25, 1, 0, 0, 0, 0, 0, 'Weegli Blastfuse - set run on'), +(94001, 0, 32, 0, 0, 0, 0, 0, 0,'Weegli Blastfuse - start WP movement'), +(94101, 0, 29, 1, 2, 0, 0, 0, 0, 'Sergeant Bly - remove gossip flag'), +(94101, 0, 0, 0, 0, 0, 0, 0, 2000005549, 'Sergeant Bly - say start combat 1'), +(94101, 3, 0, 0, 0, 0, 0, 0, 2000005550, 'Sergeant Bly - say start combat 2'), +(94101, 6, 22, 14, 0, 0, 0, 0, 0, 'Sergeant Bly - update faction to hostile'), +(94101, 6, 22, 14, 0, 7608, 30, 4, 0, 'Murta Grimgut - update faction'), +(94101, 6, 22, 14, 0, 7606, 30, 4, 0, 'Oro Eyegouge - update faction'), +(94101, 6, 22, 14, 0, 7605, 30, 4, 0, 'Raven - update faction'), +(94101, 6, 0, 0, 0, 7607, 30, 4, 2000005551,'Weegli Blastfuse - say start door bombing'), +(94101, 6, 29, 1, 2, 7607, 30, 4, 0, 'Weegli Blastfuse - remove gossip flag'), +(94101, 6, 22, 0, 0, 7607, 30, 4, 0, 'Weegli Blastfuse - update faction to default'), +(94101, 0, 25, 1, 0, 7607, 30, 4, 0, 'Weegli Blastfuse - set run on'), +(94101, 6, 32, 0, 0, 7607, 30, 4, 0,'Weegli Blastfuse - start WP movement'); +-- Summon event +DELETE FROM dbscripts_on_event WHERE id = 2609; +INSERT INTO dbscripts_on_event (id,delay,command,datalong,datalong2,buddy_entry,search_radius,data_flags,dataint,dataint2,dataint3,dataint4,x,y,z,o,comments) VALUES +-- Open cages +(2609, 0, 11, 27089, 9000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Open Troll Cage'), +(2609, 0, 11, 27090, 9000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Open Troll Cage'), +(2609, 0, 11, 27091, 9000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Open Troll Cage'), +(2609, 0, 11, 27092, 9000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Open Troll Cage'), +(2609, 0, 11, 27093, 9000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Open Troll Cage'), +-- Start movement +(2609, 2, 32, 0, 0, 7604, 30, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Sergeant Bly - Start WP movement'), +(2609, 2, 32, 0, 0, 7605, 30, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Raven - Start WP movement'), +(2609, 2, 32, 0, 0, 7606, 30, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Oro Eyegouge - Start WP movement'), +(2609, 2, 32, 0, 0, 7607, 30, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Weegli Blastfuse - Start WP movement'), +(2609, 2, 32, 0, 0, 7608, 30, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Murta Grimgut - Start WP movement'), +-- Spawn first troll wave; there are around 38 - 40 trolls per wave. (slave and drudge). Note: some coords are guessword +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1902.83, 1223.41, 8.96, 3.95, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1894.64, 1206.29, 8.87, 2.22, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1873.45, 1204.44, 8.87, 0.88, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1875.18, 1221.24, 9.21, 0.84, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1879.02, 1223.06, 9.12, 5.91, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1882.07, 1225.7, 9.32, 5.69, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1886.97, 1225.86, 9.85, 5.79, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1892.28, 1225.49, 9.57, 5.63, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1894.72, 1221.91, 8.87, 2.34, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1890.08, 1218.68, 8.87, 1.59, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1883.5, 1218.25, 8.9, 0.67, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1886.93, 1221.4, 8.94, 1.6, 'spawn Sandfury Slave'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1883.76, 1222.3, 9.11, 6.26, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1889.82, 1222.51, 9.03, 0.97, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1898.23, 1217.97, 8.87, 3.42, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1877.4, 1216.41, 8.97, 0.37, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1893.07, 1215.26, 8.87, 3.08, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1874.57, 1214.16, 8.87, 3.12, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1889.94, 1212.21, 8.87, 1.59, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1883.74, 1212.35, 8.87, 1.59, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1877, 1207.27, 8.87, 3.8, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1873.63, 1204.65, 8.87, 0.61, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1896.46, 1205.62, 8.87, 5.72, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1899.63, 1202.52, 8.87, 2.46, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1903.49, 1211.52, 8.88, 0.61, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1901.34, 1206.06, 8.87, 5.72, 'spawn Sandfury Slave'), +(2609, 10, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1869.46, 1210.38, 9.15, 2.46, 'spawn Sandfury Slave'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1872.73, 1203.04, 8.87, 6.26, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1881.32, 1205.39, 8.87, 0.97, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1887.19, 1205.09, 8.87, 3.42, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1882.50, 1203.33, 8.87, 0.37, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1868.75, 1213.85, 9.47, 3.08, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1886.06, 1213.20, 8.87, 3.12, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1906.30, 1220.33, 9.03, 1.59, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1878.61, 1202.73, 8.87, 1.59, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1897.06, 1216.08, 8.87, 3.12, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1878.07, 1216.37, 8.93, 1.59, 'spawn Sandfury Drudge'), +(2609, 10, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1891.60, 1209.43, 8.87, 1.59, 'spawn Sandfury Drudge'), +-- Spawn second troll wave after 100 sec (slave, drudge and about 8 cretins) +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1902.83, 1223.41, 8.96, 3.95, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1894.64, 1206.29, 8.87, 2.22, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1873.45, 1204.44, 8.87, 0.88, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1875.18, 1221.24, 9.21, 0.84, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1879.02, 1223.06, 9.12, 5.91, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1882.07, 1225.7, 9.32, 5.69, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1886.97, 1225.86, 9.85, 5.79, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1892.28, 1225.49, 9.57, 5.63, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1894.72, 1221.91, 8.87, 2.34, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1890.08, 1218.68, 8.87, 1.59, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1883.5, 1218.25, 8.9, 0.67, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1886.93, 1221.4, 8.94, 1.6, 'spawn Sandfury Slave'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1883.76, 1222.3, 9.11, 6.26, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1889.82, 1222.51, 9.03, 0.97, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1898.23, 1217.97, 8.87, 3.42, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1877.4, 1216.41, 8.97, 0.37, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1893.07, 1215.26, 8.87, 3.08, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1874.57, 1214.16, 8.87, 3.12, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1889.94, 1212.21, 8.87, 1.59, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1883.74, 1212.35, 8.87, 1.59, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7789, 9000000, 0, 0, 0, 0, 0, 0, 0, 1877, 1207.27, 8.87, 3.8, 'spawn Sandfury Cretin'), +(2609, 100, 10, 7789, 9000000, 0, 0, 0, 0, 0, 0, 0, 1873.63, 1204.65, 8.87, 0.61, 'spawn Sandfury Cretin'), +(2609, 100, 10, 7789, 9000000, 0, 0, 0, 0, 0, 0, 0, 1896.46, 1205.62, 8.87, 5.72, 'spawn Sandfury Cretin'), +(2609, 100, 10, 7789, 9000000, 0, 0, 0, 0, 0, 0, 0, 1899.63, 1202.52, 8.87, 2.46, 'spawn Sandfury Cretin'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1903.49, 1211.52, 8.88, 0.61, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1901.34, 1206.06, 8.87, 5.72, 'spawn Sandfury Slave'), +(2609, 100, 10, 7787, 9000000, 0, 0, 0, 0, 0, 0, 0, 1869.46, 1210.38, 9.15, 2.46, 'spawn Sandfury Slave'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1872.73, 1203.04, 8.87, 6.26, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1881.32, 1205.39, 8.87, 0.97, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1887.19, 1205.09, 8.87, 3.42, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1882.50, 1203.33, 8.87, 0.37, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1868.75, 1213.85, 9.47, 3.08, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1886.06, 1213.20, 8.87, 3.12, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7788, 9000000, 0, 0, 0, 0, 0, 0, 0, 1906.30, 1220.33, 9.03, 1.59, 'spawn Sandfury Drudge'), +(2609, 100, 10, 7789, 9000000, 0, 0, 0, 0, 0, 0, 0, 1878.61, 1202.73, 8.87, 1.59, 'spawn Sandfury Cretin'), +(2609, 100, 10, 7789, 9000000, 0, 0, 0, 0, 0, 0, 0, 1897.06, 1216.08, 8.87, 3.12, 'spawn Sandfury Cretin'), +(2609, 100, 10, 7789, 9000000, 0, 0, 0, 0, 0, 0, 0, 1878.07, 1216.37, 8.93, 1.59, 'spawn Sandfury Cretin'), +(2609, 100, 10, 7789, 9000000, 0, 0, 0, 0, 0, 0, 0, 1891.60, 1209.43, 8.87, 1.59, 'spawn Sandfury Cretin'), +-- npcs start to move downstairs when boss spawn +(2609, 250, 25, 0, 0, 7607, 150, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Weegli Blastfuse - set run off'), +(2609, 250, 32, 0, 0, 7604, 150, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Sergeant Bly - Start WP movement'), +(2609, 250, 0, 0, 0, 7604, 150, 4, 2000005553, 0, 0, 0, 0, 0, 0, 0, 'Sergeant Bly - yell at movement start'), +(2609, 250, 32, 0, 0, 7605, 150, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Raven - Start WP movement'), +(2609, 250, 32, 0, 0, 7606, 150, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Oro Eyegouge - Start WP movement'), +(2609, 250, 32, 0, 0, 7607, 150, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Weegli Blastfuse - Start WP movement'), +(2609, 250, 32, 0, 0, 7608, 150, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Murta Grimgut - Start WP movement'), +-- boss spawns after 4 min and 10 sec after the first wave (250 sec) (acolytes and zealots + 2 bosses) +(2609, 250, 10, 8876, 9000000, 0, 0, 0, 0, 0, 0, 0, 1890.552, 1199.941, 8.96, 4.46, 'spawn Sandfury Acolyte'), +(2609, 250, 10, 8876, 9000000, 0, 0, 0, 0, 0, 0, 0, 1888.446, 1200.169, 8.96, 1.11, 'spawn Sandfury Acolyte'), +(2609, 250, 10, 8876, 9000000, 0, 0, 0, 0, 0, 0, 0, 1876.983, 1199.938, 8.96, 2.19, 'spawn Sandfury Acolyte'), +(2609, 250, 10, 8876, 9000000, 0, 0, 0, 0, 0, 0, 0, 1873.311, 1197.546, 8.96, 4.60, 'spawn Sandfury Acolyte'), +(2609, 250, 10, 8877, 9000000, 0, 0, 0, 0, 0, 0, 0, 1895.159, 1198.047, 8.96, 1.51, 'spawn Sandfury Zealot'), +(2609, 250, 10, 8877, 9000000, 0, 0, 0, 0, 0, 0, 0, 1878.941, 1200.573, 8.96, 2.60, 'spawn Sandfury Zealot'), +(2609, 250, 10, 8877, 9000000, 0, 0, 0, 0, 0, 0, 0, 1874.741, 1199.029, 8.96, 2.53, 'spawn Sandfury Zealot'), +(2609, 250, 10, 7275, 9000000, 0, 0, 0, 0, 0, 0, 0, 1883.983, 1201.655, 8.96, 1.71, 'spawn Shadowpriest Sezz\'ziz'), +(2609, 250, 10, 7796, 9000000, 0, 0, 0, 0, 0, 0, 0, 1882.324, 1201.454, 8.96, 6.05, 'spawn Nekrum Gutchewer'); +-- quest 11691 +-- spell script targets +DELETE FROM spell_script_target WHERE entry = 46603; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(46603, 1, 26121, 0); +DELETE FROM spell_script_target WHERE entry = 46593; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(46593, 1, 26120, 0); +DELETE FROM spell_script_target WHERE entry = 46809; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(46809, 1, 26239, 0); +DELETE FROM spell_script_target WHERE entry IN (45930,46398); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(45930, 1, 25971, 0), +(45930, 1, 25972, 0), +(45930, 1, 25973, 0), +(46398, 1, 25971, 0), +(46398, 1, 25972, 0), +(46398, 1, 25973, 0); +DELETE FROM spell_script_target WHERE entry IN (45941,46623); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(45941, 1, 25746, 0), +(46623, 1, 25746, 0); +-- event scripts +DELETE FROM db_script_string WHERE entry IN (2000000327,2000000328,2000000329); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000000327,'The Ice Stone has melted!',0,0,0,22,'say Ahune 1'), +(2000000328,'Ahune, your strength grows no more!',0,0,0,0,'say Ahune 2'), +(2000000329,'Your frozen reign will not come to pass!',0,0,0,0,'say Ahune 3'); +UPDATE creature_template_addon SET auras = '' WHERE entry IN (25745,25971,25972,25973,25754); +UPDATE quest_template SET CompleteScript = 11691 WHERE entry = 11691; +DELETE FROM dbscripts_on_quest_end WHERE id = 11691; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, buddy_entry, search_radius, data_flags, dataint, x, y, z, o, comments) VALUES +(11691, 0, 15, 45937, 25745, 100, 0, 0, 0, 0, 0, 0, '[PH] Ahune Summon Loc Bunny - Cast Ahune - Summoning Visual 1'), +(11691, 1, 15, 46603, 0, 0, 0, 0, 0, 0, 0, 0, 'cast Force Wisp Flight Missile'), +(11691, 1, 0, 0, 0, 0, 0, 2000000327, 0, 0, 0, 0, 'say Ahune 1'), +(11691, 3, 15, 45930, 0, 0, 0, 0, 0, 0, 0, 0, 'cast Ahune - Summoning Rhyme Spell, make bonfire'), +(11691, 3, 0, 0, 0, 0, 0, 2000000328, 0, 0, 0, 0, 'say Ahune 2'), +(11691, 5, 0, 0, 0, 0, 0, 2000000329, 0, 0, 0, 0, 'say Ahune 3'), +(11691, 10, 15, 46402, 25745, 100, 0, 0, 0, 0, 0, 0, '[PH] Ahune Summon Loc Bunny - Cast Ahune Resurfaces'), +(11691, 10, 10, 25740, 0, 0, 2, 0, -99.1021, -233.753, -1.222967, 1.5282, 'spawn Ahune'), +(11691, 12, 10, 25865, 25740, 100, 0, 0, -98.01508, -230.4555, -1.210892, 1.797689, 'spawn Frozen Core'); +DELETE FROM dbscripts_on_spell WHERE id = 45930; +INSERT INTO dbscripts_on_spell (id, delay, command, datalong, buddy_entry, search_radius, data_flags, comments) VALUES +(45930, 0, 15, 46339, 0, 0, 6, 'Cast Bonfire Disguise'); +DELETE FROM dbscripts_on_spell WHERE id IN (45941, 46623); +INSERT INTO dbscripts_on_spell (id, delay, command, datalong, data_flags, comments) VALUES +(45941, 0, 15, 45939, 6, 'cast Summon Ahune\'s Loot'), +(46623, 0, 15, 46622, 6, 'cast Summon Ahune\'s Loot, Heroic'); +-- creature link +DELETE FROM creature_linking_template WHERE entry IN (25865,25755,25756,25757); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(25865, 547, 25740, 4112, 0), +(25755, 547, 25740, 4112, 0), +(25756, 547, 25740, 4112, 0), +(25757, 547, 25740, 4112, 0); + +-- ------------------ +-- Simon Game data +-- ------------------ +-- Apexis quests +-- data from ytdb +DELETE FROM gossip_menu WHERE entry IN (8703,8704); +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(8703, 10948, 0, 0), +(8704, 10949, 0, 0); +DELETE FROM gossip_menu_option WHERE menu_id IN (8703,8704); +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, condition_id) VALUES +(8703, 0, 0, 'Insert an Apexis Shard, and begin!', 1, 1, -1, 0, 870301, 0, 0, NULL, 885), +(8704, 0, 0, 'Insert 35 Apexis Shards, and begin!', 1, 1, -1, 0, 870401, 0, 0, NULL, 886); +-- gossip stuff +DELETE FROM dbscripts_on_gossip WHERE id IN (870301,870401); +INSERT INTO dbscripts_on_gossip (id, delay, command, datalong, data_flags, comments) VALUES +(870301, 0, 15, 40502, 0x02, 'cast Simon Game - Create Bunny'), +(870301, 1, 15, 41137, 0x02, 'cast Simon Game, begin game, solo'), +(870401, 0, 15, 40502, 0x02, 'cast Simon Game - Create Bunny'), +(870401, 1, 15, 41139, 0x02, 'cast Simon Game, begin game, group'); +-- conditions +DELETE FROM conditions WHERE condition_entry IN (880,881,882,883,884,885,886); +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(880, 9, 11058, 0), -- quest 11058 active +(881, 9, 11080, 0), -- quest 11080 (daily) active +(882, 2, 32569, 1), -- one item 32569 +(883, 2, 32569, 35), -- 35 items 32569 +(884, -2, 880, 881), -- quest 11058 or quest 11080 +(885, -1, 884, 882), -- quests and one apexis +(886, -1, 884, 883); -- quests and 35 apexis +-- script targets Npcs +DELETE FROM spell_script_target WHERE entry IN (39993,40055,40165,40166,40167); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(39993, 1, 22923, 0), +(40055, 1, 22923, 0), +(40165, 1, 22923, 0), +(40166, 1, 22923, 0), +(40167, 1, 22923, 0); +-- script targets GOs (only a few cluster nodes) +DELETE FROM spell_script_target WHERE entry IN (40176,40281,40177,40287,40178,40288,40179,40289,40512,40494,41124, +40246,40169,40170,40171,40172,40247,40245,40244,40283,40284,40285,40286,40437,40495,40499,41110,41111,41112,41113); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +-- ***** General stuff ***** +-- decharger and other spells +(40512, 0, 185894, 0), -- game core (decharger) lock +(40499, 0, 185894, 0), -- game core (decharger) unlock +(40512, 0, 185945, 0), -- game core large (decharger) lock +(40499, 0, 185945, 0), -- game core large (decharger) unlock +(41124, 0, 185945, 0), -- game core large (decharger) summon +(40437, 0, 185894, 0), -- game failed spell +(40437, 0, 185945, 0), -- game failed spell large +(40494, 0, 185890, 0), -- relic lock +(40495, 0, 185894, 2), -- decharger lock +(40495, 0, 185890, 1), -- relick unlock +(40494, 0, 185944, 0), -- relic lock large +(40495, 0, 185945, 2), -- decharger lock large +(40495, 0, 185944, 1), -- relick unlock large +-- visual aura despawn spells (only 1 go entry) +(40172, 0, 185875, 3), -- yellow +(40171, 0, 185873, 3), -- green +(40170, 0, 185872, 3), -- blue +(40169, 0, 185874, 3), -- red +(40172, 0, 185951, 3), -- yellow large +(40171, 0, 185949, 3), -- green large +(40170, 0, 185948, 3), -- blue large +(40169, 0, 185950, 3), -- red large +-- ***** Small Cluster 1 ***** +-- pre game setup spells +(40176, 0, 185836, 0), -- blue +(40177, 0, 185838, 0), -- green +(40178, 0, 185839, 0), -- red +(40179, 0, 185837, 0), -- yellow +-- visual auras coords +(40281, 0, 185836, 0), -- blue +(40287, 0, 185838, 0), -- green +(40288, 0, 185839, 0), -- red +(40289, 0, 185837, 0), -- yellow +-- visual button push spells +(40244, 0, 185836, 0), -- blue +(40245, 0, 185838, 0), -- green +(40246, 0, 185839, 0), -- red +(40247, 0, 185837, 0), -- yellow +-- cluster unlock spells +(40172, 0, 185837, 4), -- yellow +(40171, 0, 185838, 4), -- green +(40170, 0, 185836, 4), -- blue +(40169, 0, 185839, 4), -- red +-- cluster lock spells +(40286, 0, 185837, 0), -- yellow +(40284, 0, 185838, 0), -- green +(40283, 0, 185836, 0), -- blue +(40285, 0, 185839, 0), -- red +-- ***** Small Cluster 2 ***** +-- pre game setup spells +(40176, 0, 185832, 0), -- blue +(40177, 0, 185834, 0), -- green +(40178, 0, 185835, 0), -- red +(40179, 0, 185833, 0), -- yellow +-- visual auras coords +(40281, 0, 185832, 0), -- blue +(40287, 0, 185834, 0), -- green +(40288, 0, 185835, 0), -- red +(40289, 0, 185833, 0), -- yellow +-- visual button push spells +(40244, 0, 185832, 0), -- blue +(40245, 0, 185834, 0), -- green +(40246, 0, 185835, 0), -- red +(40247, 0, 185833, 0), -- yellow +-- cluster unlock spells +(40172, 0, 185833, 4), -- yellow +(40171, 0, 185834, 4), -- green +(40170, 0, 185832, 4), -- blue +(40169, 0, 185835, 4), -- red +-- cluster lock spells +(40286, 0, 185833, 0), -- yellow +(40284, 0, 185834, 0), -- green +(40283, 0, 185832, 0), -- blue +(40285, 0, 185835, 0), -- red +-- ***** Large Cluster 1 ***** +-- pre game and visual auras setup spells +(41113, 0, 185844, 0), -- blue +(41112, 0, 185846, 0), -- green +(41111, 0, 185845, 0), -- red +(41110, 0, 185847, 0), -- yellow +-- visual button push spells +(40244, 0, 185844, 0), -- blue +(40245, 0, 185846, 0), -- green +(40246, 0, 185845, 0), -- red +(40247, 0, 185847, 0), -- yellow +-- cluster unlock spells +(40172, 0, 185847, 4), -- yellow +(40171, 0, 185846, 4), -- green +(40170, 0, 185844, 4), -- blue +(40169, 0, 185845, 4), -- red +-- cluster lock spells +(40286, 0, 185847, 0), -- yellow +(40284, 0, 185846, 0), -- green +(40283, 0, 185844, 0), -- blue +(40285, 0, 185845, 0); -- red +-- ### All entries (done by Neatelves using the pattern above) ### +-- # blue +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40176, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7369; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40281, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7369; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40244, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7369; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40170, 0, `entry`, 4 FROM `gameobject_template` WHERE displayId = 7369; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40283, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7369; +-- # green +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40177, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7371; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40287, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7371; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40245, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7371; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40171, 0, `entry`, 4 FROM `gameobject_template` WHERE displayId = 7371; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40284, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7371; +-- # red +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40178, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7373; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40288, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7373; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40246, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7373; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40169, 0, `entry`, 4 FROM `gameobject_template` WHERE displayId = 7373; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40285, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7373; +-- # yellow +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40179, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7375; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40289, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7375; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40247, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7375; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40172, 0, `entry`, 4 FROM `gameobject_template` WHERE displayId = 7375; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40286, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7375; +# large blue +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 41113, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7364; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40283, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7364; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40244, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7364; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40170, 0, `entry`, 4 FROM `gameobject_template` WHERE displayId = 7364; +-- # large green +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 41112, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7365; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40284, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7365; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40245, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7365; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40171, 0, `entry`, 4 FROM `gameobject_template` WHERE displayId = 7365; +-- # large red +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 41111, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7366; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40285, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7366; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40246, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7366; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40169, 0, `entry`, 4 FROM `gameobject_template` WHERE displayId = 7366; +-- # large yellow +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 41110, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7367; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40286, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7367; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40247, 0, `entry`, 0 FROM `gameobject_template` WHERE displayId = 7367; +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) SELECT 40172, 0, `entry`, 4 FROM `gameobject_template` WHERE displayId = 7367; +-- # flags +UPDATE `gameobject_template` SET `flags` = 16 WHERE `displayId` in (7364,7365,7366,7367,7369,7371,7373,7375); + +-- ---------------------- +-- Chess event +-- ---------------------- +-- player related spells +DELETE FROM spell_script_target WHERE entry = 30532; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(30532, 1, 17459, 0); +DELETE FROM spell_script_target WHERE entry = 45259; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(45259, 1, 25213, 0); +-- cheat: hand of medivh +-- horde +DELETE FROM spell_script_target WHERE entry = 39338; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(39338, 1, 17469, 0), +(39338, 1, 21748, 0), +(39338, 1, 21750, 0), +(39338, 1, 21747, 0), +(39338, 1, 21726, 0), +(39338, 1, 21752, 0); +-- alliance +DELETE FROM spell_script_target WHERE entry = 39342; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(39342, 1, 17211, 0), +(39342, 1, 21664, 0), +(39342, 1, 21683, 0), +(39342, 1, 21682, 0), +(39342, 1, 21160, 0), +(39342, 1, 21684, 0); +-- cheat: fury of medivh +-- horde +DELETE FROM spell_script_target WHERE entry = 39341; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(39341, 1, 17469, 0), +(39341, 1, 21748, 0), +(39341, 1, 21750, 0), +(39341, 1, 21747, 0), +(39341, 1, 21726, 0), +(39341, 1, 21752, 0); +-- alliance +DELETE FROM spell_script_target WHERE entry = 39344; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(39344, 1, 17211, 0), +(39344, 1, 21664, 0), +(39344, 1, 21683, 0), +(39344, 1, 21682, 0), +(39344, 1, 21160, 0), +(39344, 1, 21684, 0); +-- move spells (AI controlled) +DELETE FROM spell_script_target WHERE entry = 32312; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(32312, 1, 17208, 0), +(32312, 1, 17305, 0); +DELETE FROM spell_script_target WHERE entry = 37388; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(37388, 1, 17208, 0), +(37388, 1, 17305, 0); +-- generic move spell +DELETE FROM spell_script_target WHERE entry = 30012; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(30012, 1, 17208, 0), +(30012, 1, 17305, 0); +-- rotation spells (include outside squares +DELETE FROM spell_script_target WHERE entry = 30284; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(30284, 1, 17208, 0), +(30284, 1, 17305, 0), +(30284, 1, 17316, 0), +(30284, 1, 17317, 0); +-- chess pieces move spells (player controlled) +DELETE FROM spell_script_target WHERE entry IN (37144,37146,37148,37151,37152,37153); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(37144, 1, 17208, 0), +(37144, 1, 17305, 0), +(37146, 1, 17208, 0), +(37146, 1, 17305, 0), +(37148, 1, 17208, 0), +(37148, 1, 17305, 0), +(37151, 1, 17208, 0), +(37151, 1, 17305, 0), +(37152, 1, 17208, 0), +(37152, 1, 17305, 0), +(37153, 1, 17208, 0), +(37153, 1, 17305, 0); +-- transform spells (when a piece dies) +DELETE FROM spell_script_target WHERE entry IN (39350,39352,39353,39354,39355,39356,39357,39358,39359,39360,39361,39362); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(39350, 1, 22519, 0), +(39352, 1, 22519, 0), +(39353, 1, 22519, 0), +(39354, 1, 22519, 0), +(39355, 1, 22519, 0), +(39356, 1, 22519, 0), +(39357, 1, 22519, 0), +(39358, 1, 22519, 0), +(39359, 1, 22519, 0), +(39360, 1, 22519, 0), +(39361, 1, 22519, 0), +(39362, 1, 22519, 0); +DELETE FROM spell_script_target WHERE entry = 32260; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(32260, 1, 17208, 0), +(32260, 1, 17305, 0); +-- cleanup spells +DELETE FROM spell_script_target WHERE entry IN (39398, 37366); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(39398, 1, 22521, 0), +(39398, 1, 22519, 0), +(37366, 1, 17469, 0), +(37366, 1, 17211, 0), +(37366, 1, 21748, 0), +(37366, 1, 21750, 0), +(37366, 1, 21747, 0), +(37366, 1, 21726, 0), +(37366, 1, 21752, 0), +(37366, 1, 21664, 0), +(37366, 1, 21683, 0), +(37366, 1, 21682, 0), +(37366, 1, 21160, 0), +(37366, 1, 21684, 0); +-- cleanup spell script +DELETE FROM dbscripts_on_spell WHERE id IN (39398, 37366); +INSERT INTO dbscripts_on_spell (id, command, datalong, data_flags, comments) VALUES +(37366, 18, 30000, 6, 'despawn self'), +(39398, 18, 30000, 6, 'despawn self'); +-- win spells +DELETE FROM spell_script_target WHERE entry = 39401; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(39401, 1, 17469, 0), +(39401, 1, 17211, 0), +(39401, 1, 21748, 0), +(39401, 1, 21750, 0), +(39401, 1, 21747, 0), +(39401, 1, 21726, 0), +(39401, 1, 21752, 0), +(39401, 1, 21664, 0), +(39401, 1, 21683, 0), +(39401, 1, 21682, 0), +(39401, 1, 21160, 0), +(39401, 1, 21684, 0); +DELETE FROM spell_script_target WHERE entry = 39395; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(39395, 1, 22523, 0); +-- poison cloud spells +DELETE FROM spell_script_target WHERE entry IN (37469,37775); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(37469, 1, 17211, 0), +(37469, 1, 21664, 1), +(37469, 1, 21683, 1), +(37469, 1, 21682, 1), +(37469, 1, 21160, 1), +(37469, 1, 21684, 1), +(37775, 1, 17211, 0), +(37775, 1, 21664, 1), +(37775, 1, 21683, 1), +(37775, 1, 21682, 1), +(37775, 1, 21160, 1), +(37775, 1, 21684, 1); +-- rain of fire spells +DELETE FROM spell_script_target WHERE entry IN (37465); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(37465, 1, 17469, 0), +(37465, 1, 21748, 1), +(37465, 1, 21750, 1), +(37465, 1, 21747, 1), +(37465, 1, 21726, 1), +(37465, 1, 21752, 1); +-- npc template spells +DELETE FROM creature_template_spells WHERE entry IN (21684,21752,17469,17211,21748,21664,21750,21683,21747,21682,21726,21160); +INSERT INTO creature_template_spells (entry, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8) VALUES +(21684, 37153, 30284, 37474, 37471, 0, 0, 0, 0), +(21752, 37153, 30284, 37476, 37472, 0, 0, 0, 0), +(17469, 37146, 30284, 37413, 37416, 0, 0, 0, 0), +(17211, 37146, 30284, 37406, 37414, 0, 0, 0, 0), +(21748, 37144, 30284, 37454, 37502, 0, 0, 0, 0), +(21664, 37144, 30284, 37453, 37498, 0, 0, 0, 0), +(21750, 37148, 30284, 37463, 37469, 0, 0, 0, 0), +(21683, 37148, 30284, 37462, 37465, 0, 0, 0, 0), +(21747, 37152, 30284, 37456, 37461, 0, 0, 0, 0), +(21682, 37152, 30284, 37455, 37459, 0, 0, 0, 0), +(21726, 37151, 30284, 37428, 37434, 0, 0, 0, 0), +(21160, 37151, 30284, 37427, 37432, 0, 0, 0, 0); +-- missing gossip (ytdb) +UPDATE creature_template SET GossipMenuId = 8366 WHERE entry = 21748; +UPDATE creature_template SET GossipMenuId = 8362 WHERE entry = 21747; +DELETE FROM gossip_menu WHERE entry IN (8366,8362); +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(8366, 10439, 0, 0), +(8362, 10434, 0, 0); + +-- ----------------------- +-- WIND STONES (data from YTDB) +-- ----------------------- +-- TEMPLARS +DELETE FROM spell_script_target WHERE entry IN (24734,24744,24756,24758,24760); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(24734, 0, 180456, 0), +(24734, 0, 180518, 0), +(24734, 0, 180529, 0), +(24734, 0, 180544, 0), +(24734, 0, 180549, 0), +(24734, 0, 180564, 0), +(24744, 0, 180456, 0), +(24744, 0, 180518, 0), +(24744, 0, 180529, 0), +(24744, 0, 180544, 0), +(24744, 0, 180549, 0), +(24744, 0, 180564, 0), +(24756, 0, 180456, 0), +(24756, 0, 180518, 0), +(24756, 0, 180529, 0), +(24756, 0, 180544, 0), +(24756, 0, 180549, 0), +(24756, 0, 180564, 0), +(24758, 0, 180456, 0), +(24758, 0, 180518, 0), +(24758, 0, 180529, 0), +(24758, 0, 180544, 0), +(24758, 0, 180549, 0), +(24758, 0, 180564, 0), +(24760, 0, 180456, 0), +(24760, 0, 180518, 0), +(24760, 0, 180529, 0), +(24760, 0, 180544, 0), +(24760, 0, 180549, 0), +(24760, 0, 180564, 0); +-- DUKES +DELETE FROM spell_script_target WHERE entry IN (24763,24765,24768,24770,24772); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(24763, 0, 180461, 0), +(24763, 0, 180534, 0), +(24763, 0, 180554, 0), +(24765, 0, 180461, 0), +(24765, 0, 180534, 0), +(24765, 0, 180554, 0), +(24768, 0, 180461, 0), +(24768, 0, 180534, 0), +(24768, 0, 180554, 0), +(24770, 0, 180461, 0), +(24770, 0, 180534, 0), +(24770, 0, 180554, 0), +(24772, 0, 180461, 0), +(24772, 0, 180534, 0), +(24772, 0, 180554, 0); +-- ROYALS +DELETE FROM spell_script_target WHERE entry IN (24784,24786,24788,24789,24790); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(24784, 0, 180466, 0), +(24784, 0, 180539, 0), +(24784, 0, 180559, 0), +(24786, 0, 180466, 0), +(24786, 0, 180539, 0), +(24786, 0, 180559, 0), +(24788, 0, 180466, 0), +(24788, 0, 180539, 0), +(24788, 0, 180559, 0), +(24789, 0, 180466, 0), +(24789, 0, 180539, 0), +(24789, 0, 180559, 0), +(24790, 0, 180466, 0), +(24790, 0, 180539, 0), +(24790, 0, 180559, 0); +-- conditions +DELETE FROM conditions WHERE condition_entry BETWEEN 887 AND 918; +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(887, 11, 24746, 0), -- no cultist disguse +(888, 1, 24746, 0), -- basic disguise +(889, 11, 24748, 0), -- no cultist medalion +(890, -1, 888, 889), -- basic disguise but no medalion +(891, 1, 24748, 0), -- cultist medalion +(892, -1, 888, 891), -- basic disguise & medalion +(893, 1, 24782, 0), -- cultist ring +(894, -1, 892, 893), -- disguise & medalion & ring +(895, 2, 20416, 1), -- Crest of Beckoning: Fire +(896, 2, 20419, 1), -- Crest of Beckoning: Earth +(897, 2, 20418, 1), -- Crest of Beckoning: Thunder +(898, 2, 20420, 1), -- Crest of Beckoning: Water +(899, -1, 888, 895), -- disguise and fire +(900, -1, 888, 896), -- disguise and earth +(901, -1, 888, 897), -- disguise and air +(902, -1, 888, 898), -- disguise and water +(903, 2, 20432, 1), -- Signet of Beckoning: Fire +(904, 2, 20435, 1), -- Signet of Beckoning: Stone +(905, 2, 20433, 1), -- Signet of Beckoning: Thunder +(906, 2, 20436, 1), -- Signet of Beckoning: Water +(907, -1, 892, 903), -- disguise & medalion and fire +(908, -1, 892, 904), -- disguise & medalion and earth +(909, -1, 892, 905), -- disguise & medalion and air +(910, -1, 892, 906), -- disguise & medalion and water +(911, 2, 20447, 1), -- Scepter of Beckoning: Fire +(912, 2, 20449, 1), -- Scepter of Beckoning: Stone +(913, 2, 20448, 1), -- Scepter of Beckoning: Thunder +(914, 2, 20450, 1), -- Scepter of Beckoning: Water +(915, -1, 894, 911), -- disguise & medalion & ring and fire +(916, -1, 894, 912), -- disguise & medalion & ring and earth +(917, -1, 894, 913), -- disguise & medalion & ring and air +(918, -1, 894, 914); -- disguise & medalion & ring and water +-- gossips +DELETE FROM gossip_menu where entry IN (6542,6543,6540); +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(6540, 7744, 6540, 887), -- punishment, no disguise +(6542, 7749, 6540, 887), -- punishment, no disguise +(6543, 7754, 6540, 887), -- punishment, no disguise +(6540, 7771, 0, 888), -- basic disguise +(6542, 7772, 0, 890), -- basic disguise & no medalion +(6542, 7773, 0, 892), -- basic disguise & medalion +(6543, 7774, 0, 894), -- disguise, medalion, ring (text is confirmed, but id is guesswork) +-- (6543, 7775, 0, 892), -- basic disguise & medalion (text missing) +(6543, 7776, 0, 888); -- basic disguise +DELETE FROM npc_text WHERE id = 7774; +INSERT INTO npc_text (id, text0_0, text0_1, prob0) VALUES +(7774,'A thunderous voice bellows from the stone...$B$BGreetings, commander. What news of Silithus do you bring the Lords of the Council?', 'A thunderous voice bellows from the stone...$B$BGreetings, commander. What news of Silithus do you bring the Lords of the Council?', 1); +DELETE FROM gossip_menu_option where menu_id IN (6542,6543,6540); +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,condition_id) VALUES +(6540, 0, 0, 'I am no cultist, you monster! Come to me and face your destruction!', 1, 1, -1, 0, 654001, 0, 0, NULL, 888), +(6540, 1, 0, 'Crimson Templar! I hold your signet! Heed my call!', 1, 1, -1, 0, 654002, 0, 0, NULL, 899), +(6540, 2, 0, 'Earthen Templar! I hold your signet! Heed my call!', 1, 1, -1, 0, 654003, 0, 0, NULL, 900), +(6540, 3, 0, 'Hoary Templar! I hold your signet! Heed my call!', 1, 1, -1, 0, 654004, 0, 0, NULL, 901), +(6540, 4, 0, 'Azure Templar! I hold your signet! Heed my call!', 1, 1, -1, 0, 654005, 0, 0, NULL, 902), +(6542, 0, 0, 'You will listen to this, vile duke! I am not your Twilight\'s Hammer lapdog! I am here to challenge you! Come! Come, and meet your death...', 1, 1, -1, 0, 654201, 0, 0, NULL, 892), +(6542, 1, 0, 'Duke of Cynders! I hold your signet! Heed my call', 1, 1, -1, 0, 654202, 0, 0, NULL, 907), +(6542, 2, 0, 'The Duke of Shards! I hold your signet! Heed my call!', 1, 1, -1, 0, 654203, 0, 0, NULL, 908), +(6542, 3, 0, 'The Duke of Zephyrs! I hold your signet! Heed my call!', 1, 1, -1, 0, 654204, 0, 0, NULL, 909), +(6542, 4, 0, 'The Duke of Fathoms! I hold your signet! Heed my call!', 1, 1, -1, 0, 654205, 0, 0, NULL, 910), +(6543, 0, 0, 'The day of the judgement has come, fiend! I challenge you to battle!', 1, 1, -1, 0, 654301, 0, 0, NULL, 894), +(6543, 1, 0, 'Prince Skaldrenox! I hold your signet! Heed my call!', 1, 1, -1, 0, 654302, 0, 0, NULL, 915), +(6543, 2, 0, 'Baron Kazum! I hold your signet! Heed my call!', 1, 1, -1, 0, 654303, 0, 0, NULL, 916), +(6543, 3, 0, 'High Marshal Whirlaxis! I hold your signet! Heed my call!', 1, 1, -1, 0, 654304, 0, 0, NULL, 917), +(6543, 4, 0, 'Lord Skwol! I hold your signet! Heed my call!', 1, 1, -1, 0, 654305, 0, 0, NULL, 918); +DELETE FROM dbscripts_on_gossip WHERE id IN (6540,654001,654002,654003,654004,654005,654201,654202,654203,654204,654205,654301,654302,654303,654304,654305); +INSERT INTO dbscripts_on_gossip (id, delay, command, datalong, buddy_entry, search_radius, data_flags, comments) VALUES +(6540, 1, 13, 0, 180502, 10, 1, 'use Wind Stone trap'), +(654001, 0, 15, 24745, 0, 0, 4, 'lesser wind stone - random'), +(654002, 0, 15, 24747, 0, 0, 4, 'lesser wind stone - fire'), +(654003, 0, 15, 24759, 0, 0, 4, 'lesser wind stone - earth'), +(654004, 0, 15, 24757, 0, 0, 4, 'lesser wind stone - air'), +(654005, 0, 15, 24761, 0, 0, 4, 'lesser wind stone - water'), +(654201, 0, 15, 24762, 0, 0, 4, 'wind stone - random'), +(654202, 0, 15, 24766, 0, 0, 4, 'wind stone - fire'), +(654203, 0, 15, 24771, 0, 0, 4, 'wind stone - earth'), +(654204, 0, 15, 24769, 0, 0, 4, 'wind stone - air'), +(654205, 0, 15, 24773, 0, 0, 4, 'wind stone - water'), +(654301, 0, 15, 24785, 0, 0, 4, 'greater wind stone - random'), +(654302, 0, 15, 24787, 0, 0, 4, 'greater wind stone - fire'), +(654303, 0, 15, 24792, 0, 0, 4, 'greater wind stone - earth'), +(654304, 0, 15, 24791, 0, 0, 4, 'greater wind stone - air'), +(654305, 0, 15, 24793, 0, 0, 4, 'greater wind stone - water'); + +-- -------------------- +-- SUMMON SPELLS (YTDB) +-- -------------------- +-- This includes Terrok summon event +DELETE FROM spell_script_target WHERE entry IN (40632,40640,40642,40644,41004); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(40632, 0, 185913, 0), +(40640, 0, 185913, 0), +(40642, 0, 185913, 0), +(40644, 0, 185913, 0), +(41004, 0, 185928, 0); +DELETE FROM conditions WHERE condition_entry = 919; +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(919, 2, 32720, 1); +DELETE FROM gossip_menu WHERE entry IN (8687); +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(8687, 11058, 0, 0); +DELETE FROM gossip_menu_option WHERE menu_id = 8687; +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,condition_id) VALUES +(8687, 0, 0, '', 1, 2, -1, 0, 8687, 0, 0, NULL, 919); +UPDATE gossip_menu_option SET action_menu_id = -1 WHERE menu_id = 8660; +DELETE FROM dbscripts_on_gossip WHERE id IN (8687); +INSERT INTO dbscripts_on_gossip (id, delay, command, datalong, buddy_entry, search_radius, data_flags, comments) VALUES +(8687, 0, 15, 41003, 0, 0, 4, 'Terokk Trigger'); +-- ToDo: this may need additional research +DELETE FROM dbscripts_on_event WHERE id IN (15014); +INSERT INTO dbscripts_on_event (id,delay,command,datalong,datalong2,buddy_entry,search_radius,data_flags,dataint,dataint2,dataint3,dataint4,x,y,z,o,comments) VALUES +(15014, 2, 10, 21838, 180000, 0, 0, 0, 0, 0, 0, 0, -3789.4, 3507.63, 286.982, 0, 'spawn Terokk'); + +-- --------------- +-- ICE STONES +-- --------------- +DELETE FROM spell_script_target WHERE entry IN (46592); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(46592, 0, 188049, 0), +(46592, 0, 188137, 0), +(46592, 0, 188138, 0), +(46592, 0, 188148, 0), +(46592, 0, 188149, 0), +(46592, 0, 188150, 0); +delete from gossip_menu where entry IN (9213,9256,9257,9269,9271,9272,9273,9274); +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(9213, 12524, 0, 0), +(9256, 12524, 0, 0), +(9257, 12524, 0, 0), +(9269, 12524, 0, 0), +(9271, 12524, 0, 0), +(9272, 12524, 0, 0), +(9273, 12524, 0, 0), +(9274, 12524, 0, 0); +DELETE FROM gossip_menu_option WHERE menu_id IN (9213,9256,9257,9269,9271,9272,9273,9274); +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, condition_id) VALUES +(9213, 0, 0, 'Lay your hand on the stone.', 1, 1, -1, 0, 9213, 0, 0, NULL, 888), +(9256, 0, 0, 'Lay your hand on the stone.', 1, 1, -1, 0, 9213, 0, 0, NULL, 888), +(9257, 0, 0, 'Lay your hand on the stone.', 1, 1, -1, 0, 9213, 0, 0, NULL, 888), +(9269, 0, 0, 'Lay your hand on the stone.', 1, 1, -1, 0, 9213, 0, 0, NULL, 888), +(9271, 0, 0, 'Lay your hand on the stone.', 1, 1, -1, 0, 9213, 0, 0, NULL, 888), +(9272, 0, 0, 'Lay your hand on the stone.', 1, 1, -1, 0, 9213, 0, 0, NULL, 888), +(9273, 0, 0, 'Lay your hand on the stone.', 1, 1, -1, 0, 9213, 0, 0, NULL, 888), +(9274, 0, 0, 'Lay your hand on the stone.', 1, 1, -1, 0, 9213, 0, 0, NULL, 888); +DELETE FROM dbscripts_on_gossip WHERE id IN (9213); +INSERT INTO dbscripts_on_gossip (id, delay, command, datalong, data_flags, comments) VALUES +(9213, 0, 15, 46595, 4, 'cast Summon Ice Stone Lieutenant, Trigger'); + +-- --------------- +-- Onyxia Lair +-- --------------- +-- Onyxia Lair guard link +DELETE FROM creature_linking_template WHERE entry = 36561; +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(36561, 249, 10184, 4096, 0); + +-- --------------- +-- Obsidian sanctum +-- --------------- +DELETE FROM achievement_criteria_requirement WHERE type IN (11, 18) AND criteria_id IN (7326,7327); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(7326, 18, 0, 0), +(7327, 18, 0, 0); +-- creature link +DELETE FROM creature_linking_template WHERE entry IN (30858,31219,30688,31218,30882,31204,30890,31214,31138); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(30858, 615, 30449, 4096, 0), +(30688, 615, 30451, 4096, 0), +(30882, 615, 30452, 4112, 0), +(30890, 615, 30452, 4096, 0), +(31138, 615, 30452, 4096, 0), +(31219, 615, 28860, 4096, 0), +(31218, 615, 28860, 4096, 0), +(31204, 615, 28860, 4096, 0), +(31214, 615, 28860, 4096, 0); +DELETE FROM spell_script_target WHERE entry IN (58793); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(58793, 1, 30882, 0), +(58793, 1, 31204, 0); + +-- --------------- +-- Ulduar +-- --------------- +-- Ignis +DELETE FROM spell_script_target WHERE entry IN (62488,64503,62343,65109,62711,64475,62708,64474); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(62488, 1, 33121, 0), +(64503, 1, 33121, 0), +(64503, 1, 33221, 0), +(62343, 1, 33121, 0), +(65109, 1, 33121, 0), +(62711, 1, 33118, 0), +(64475, 1, 33118, 0), +(64474, 1, 33118, 0), +(62708, 1, 33118, 0); +UPDATE creature_template SET UnitFlags = UnitFlags|33554688 WHERE entry = 33121; +DELETE FROM creature_linking_template WHERE entry IN (33121,33221); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(33121, 603, 33118, 1028, 0), +(33221, 603, 33118, 4112, 0); +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10068,10069) AND type IN (11,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10068,18,0,0), +(10069,18,0,0); +-- Add water auras for the 2 world triggers inside the pools +DELETE FROM creature_addon WHERE guid IN (137512,137514); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(137514, 0, 0, 1, 0, 0, 0, 64502), +(137512, 0, 0, 1, 0, 0, 0, 64502); +-- Auriaya +DELETE FROM creature_linking_template WHERE entry IN (34014,34098,34035,34034); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(34014, 603, 33515, 1543, 0), +(34098, 603, 33515, 4112, 0), +(34034, 603, 33515, 4112, 0), +(34035, 603, 33515, 4112, 0); +DELETE FROM spell_script_target WHERE entry IN (64397); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(64397, 1, 33515, 0); +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10400,10184) AND type IN (11,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10400,18,0,0), +(10184,18,0,0); +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10399,10243) AND type IN (11,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10399,18,0,0), +(10243,18,0,0); +-- Vezax +DELETE FROM creature_linking_template WHERE entry IN (33488,33524); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(33488, 603, 33271, 4112, 0), +(33524, 603, 33271, 4112, 0); +UPDATE creature_template SET MinLevel = 83, MaxLevel = 83, FactionAlliance = 16, FactionHorde = 16, MinLevelHealth = 1575785, MaxLevelHealth = 1575785 WHERE entry = 33524; +-- XT002 +DELETE FROM spell_script_target WHERE entry IN (64799,62826); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(64799, 1, 33293, 0), +(62826, 1, 33337, 0); +DELETE FROM creature_linking_template WHERE entry IN (33329,33343,33346,33344,34001,34004); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(33329, 603, 33293, 1044, 0), +(33343, 603, 33293, 4096, 0), +(33346, 603, 33293, 4096, 0), +(33344, 603, 33293, 4096, 0), +(34001, 603, 33293, 4112, 0), +(34004, 603, 33293, 4112, 0); +-- delete vehicle accesory and add manually +DELETE FROM vehicle_accessory WHERE vehicle_entry = 33293; +-- flag handled by vehicle seat +UPDATE creature_template SET UnitFlags = UnitFlags&~33554432 WHERE entry = 33329; +-- achievs +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10074,10075) AND type IN (11,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10074,18,0,0), +(10075,18,0,0); +-- Razorscale +DELETE FROM spell_script_target WHERE entry IN (62646,62669,63658,63657,63659,63524,62505); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(62646, 1, 33186, 0), +(62669, 1, 33282, 0), +(63658, 1, 33233, 0), +(63657, 1, 33233, 0), +(63659, 1, 33233, 0), +(63524, 1, 33233, 0), +(62505, 1, 33186, 0); +UPDATE creature_template SET InhabitType = InhabitType|4 WHERE entry = 33186; +UPDATE creature SET MovementType = 0, spawndist = 0 WHERE id = 33186; +-- movement for defenders +UPDATE creature SET MovementType = 0, spawndist = 0 WHERE id = 33816; +DELETE FROM creature_movement WHERE id IN (137593,137594,137595,137596,137597,137598); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES +(137593,1,560.773, -194.443, 391.517, 1000, 1435401, 4.77), +(137594,1,606.451, -185.194, 391.517, 1000, 1435401, 4.77), +(137595,1,548.469, -194.069, 391.517, 1000, 1435401, 4.77), +(137596,1,623.340, -189.485, 391.490, 1000, 1435401, 4.77), +(137597,1,577.101, -206.426, 391.517, 1000, 1435401, 4.77), +(137598,1,637.168, -175.515, 391.180, 1000, 1435401, 4.77); +-- achievs +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10062,10063) AND type IN (11,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10062,18,0,0), +(10063,18,0,0); +-- despawn dwarfes +DELETE FROM creature_linking_template WHERE entry IN (33453,33388,33846); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(33453, 603, 33186, 4096, 0), +(33388, 603, 33186, 4096, 0), +(33846, 603, 33186, 4096, 0); +-- Flame Leviathan +-- vehicles spell clicks +DELETE FROM npc_spellclick_spells WHERE npc_entry IN (33060,33062,33109,33067,33167,34045); +INSERT INTO npc_spellclick_spells (npc_entry, spell_id, quest_start, quest_start_active, quest_end, cast_flags,condition_id) VALUES +(33060, 65031, 0, 0, 0, 1, 0), +(33062, 65030, 0, 0, 0, 1, 0), +(34045, 65030, 0, 0, 0, 1, 0), +(33109, 62309, 0, 0, 0, 1, 0), +(33067, 65031, 0, 0, 0, 1, 0), +(33167, 46598, 0, 0, 0, 1, 0); +-- vehicle spells +DELETE FROM creature_template_spells WHERE entry IN (33167,33109,33062,33060,33067); +INSERT INTO creature_template_spells (entry, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8) VALUES +(33167, 62634, 64979, 62479, 62471, 0, 64414, 0, 0), +(33109, 62306, 62490, 62308, 0, 0, 62324, 0, 0), +(33062, 62974, 62286, 62299, 64660, 0, 0, 0, 0), +(33060, 62345, 62522, 62346, 0, 0, 0, 0, 0), +(33067, 62358, 62359, 64677, 0, 0, 0, 0, 0); +-- script targets +DELETE FROM spell_script_target WHERE entry IN (64414,62496); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(64414, 1, 33109, 0), +(62496, 1, 33167, 0); +-- creature link +DELETE FROM creature_linking_template WHERE entry IN (33139); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(33139, 603, 33113, 1, 0); +-- vehicles +DELETE FROM vehicle_accessory WHERE vehicle_entry IN (33364,33369,33108,33366,34161); +INSERT INTO vehicle_accessory (vehicle_entry, seat, accessory_entry, comment) VALUES +(33364, 1, 33365, 'Thorim\'s Hammer Targetting Reticle'), +(33369, 1, 33370, 'Mimiron\'s Inferno Targetting Reticle'), +(33108, 1, 33212, 'Hodir\'s Fury Targetting Reticle'), +(33366, 1, 33367, 'Freya\'s Ward Targetting Reticle'), +(34161, 1, 33216, 'Mechanostriker 54-A'); +-- Leviathan outro +UPDATE creature_template SET InhabitType = InhabitType|4 WHERE entry IN (34161,34120); +-- movement may be more dynamic +DELETE FROM creature_movement_template WHERE entry IN (34119); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES +(34119,1,233.9606, -123.4371, 409.6924, 1000, 3411901, 1.02); +-- texts +DELETE FROM db_script_string WHERE entry IN (2000000332,2000005560,2000005561,2000005562,2000005563,2000005564,2000005565,2000005566,2000005567,2000005568,2000005569); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000000332,'What a battle! Did you see that, Rhydian?!',0,1,0,0,'Brann Bronzebeard - say epilogue 1'), +(2000005560,'Our friends fought well, Brann, but we\'re not done yet.',0,1,0,0,'Archmage Rhydian - say epilogue 2'), +(2000005561,'Perhaps so, but it\'s only a matter of time until we break back into Ulduar. Any luck finding a way to teleport inside?',0,1,0,0,'Brann Bronzebeard - say epilogue 3'), +(2000005562,'None at all. I suspect it has something to do with that giant mechanical construct that our scouts spotted in front of the gate.',0,1,0,0,'Archmage Rhydian - say epilogue 4'), +(2000005563,'Oi. So we\'ll have to contend with that thing after all then?',0,1,0,0,'Brann Bronzebeard - say epilogue 5'), +(2000005564,'What about the plated proto-drake and the fire giant that were spotted nearby? Think your mages can handle those?',0,1,0,0,'Brann Bronzebeard - say epilogue 6'), +(2000005565,'The Kirin Tor can\'t possibly spare any additional resources to take on anything that size. We may not have to though.',0,1,0,0,'Archmage Rhydian - say epilogue 7'), +(2000005566,'We can sneak past them. As long as we can take down that construct in front of the gate, we should be able to get inside.',0,1,0,0,'Archmage Rhydian - say epilogue 8'), +(2000005567,'Sneak?! What do you think we are, marmots?',0,1,0,0,'Brann Bronzebeard - say epilogue 9'), +(2000005568,'We\'re hunting an old god, Brann.',0,1,0,0,'Archmage Rhydian - say epilogue 10'), +(2000005569,'Fine. If our allies are going to be the ones getting their hands dirty, we\'ll leave it to them to decide how to proceed.',0,1,0,0,'Brann Bronzebeard - say epilogue 11'); +-- epilogue script +DELETE FROM dbscripts_on_creature_movement WHERE id IN (3411901); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, x, y, z, o, comments) VALUES +(3411901, 0, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Pause movement'), +(3411901, 2, 0, 0, 0, 0, 0, 0, 2000000332, 0, 0, 0, 0, 'Say epilogue 1'), +(3411901, 11, 0, 0, 0, 33696, 10, 0, 2000005560, 0, 0, 0, 0, 'Say epilogue 2'), +(3411901, 19, 0, 0, 0, 0, 0, 0, 2000005561, 0, 0, 0, 0, 'Say epilogue 3'), +(3411901, 27, 0, 0, 0, 33696, 10, 0, 2000005562, 0, 0, 0, 0, 'Say epilogue 4'), +(3411901, 36, 0, 0, 0, 0, 0, 0, 2000005563, 0, 0, 0, 0, 'Say epilogue 5'), +(3411901, 44, 0, 0, 0, 0, 0, 0, 2000005564, 0, 0, 0, 0, 'Say epilogue 6'), +(3411901, 53, 0, 0, 0, 33696, 10, 0, 2000005565, 0, 0, 0, 0, 'Say epilogue 7'), +(3411901, 61, 0, 0, 0, 33696, 10, 0, 2000005566, 0, 0, 0, 0, 'Say epilogue 8'), +(3411901, 70, 0, 0, 0, 0, 0, 0, 2000005567, 0, 0, 0, 0, 'Say epilogue 9'), +(3411901, 78, 0, 0, 0, 33696, 10, 0, 2000005568, 0, 0, 0, 0, 'Say epilogue 10'), +(3411901, 86, 0, 0, 0, 0, 0, 0, 2000005569, 0, 0, 0, 0, 'Say epilogue 11'); +-- spawn other creatures (possible wp required) +DELETE FROM dbscripts_on_creature_death WHERE id = 33113; +INSERT INTO dbscripts_on_creature_death(id, command, datalong, datalong2, x, y, z, o, comments) VALUES +(33113, 10, 34145, 0, 162.2077, -43.57856, 409.887, 6.254, 'spawn Expedition Engineer'), +(33113, 10, 34145, 0, 166.7473, -43.44396, 409.887, 6.213, 'spawn Expedition Engineer'), +(33113, 10, 34145, 0, 172.0512, -43.68175, 410.1541, 6.196, 'spawn Expedition Engineer'), +(33113, 10, 34145, 0, 162.8185, -28.78179, 409.887, 0.079, 'spawn Expedition Engineer'), +(33113, 10, 34145, 0, 167.3567, -28.64811, 409.887, 0.069, 'spawn Expedition Engineer'), +(33113, 10, 34145, 0, 172.6605, -28.88596, 409.887, 0.147, 'spawn Expedition Engineer'), +(33113, 10, 34144, 0, 162.7033, -49.80371, 409.887, 6.263, 'spawn Expedition Mercenary'), +(33113, 10, 34144, 0, 166.494, -49.84945, 409.887, 6.268, 'spawn Expedition Mercenary'), +(33113, 10, 34144, 0, 171.7734, -50.05095, 409.887, 0.000, 'spawn Expedition Mercenary'), +(33113, 10, 34144, 0, 163.4216, -36.55366, 409.887, 0.174, 'spawn Expedition Mercenary'), +(33113, 10, 34144, 0, 167.2133, -36.5988, 409.887, 0.174, 'spawn Expedition Mercenary'), +(33113, 10, 34144, 0, 172.491, -36.80019, 409.887, 0.225, 'spawn Expedition Mercenary'); +-- Pre Leviathan event +UPDATE creature SET spawntimesecs = 604800 WHERE id IN (34159,33571,33264,33686); +UPDATE creature SET spawntimesecs = 7200 WHERE id IN (33236); +-- storm beacons events (there are 19 of them) +-- this part isn't reflected in any sniff, but it's probably npc 33571 which handles the tower spawns, so despawning them on tower destroyed should be just fine +DELETE FROM dbscripts_on_event WHERE id IN (21257,21260,21245,21283,21277,21279,21298,21278,21287,21276,21275,21274 +,21282,21272,21280,21273,21281,21291,21288); +INSERT INTO dbscripts_on_event (id, command, buddy_entry, search_radius, data_flags, comments) VALUES +(21257, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21260, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21245, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21283, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21277, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21279, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21298, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21278, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21287, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21276, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21275, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21274, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21282, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21272, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21280, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21273, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21281, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21291, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'), +(21288, 18, 33571, 50, 2, 'despawn Ulduar Gauntlet Generator on tower destroyed'); +-- main tower events +-- gauntlet generator despawn is handled by SD2 because there are many of them for each tower +DELETE FROM dbscripts_on_event WHERE id IN (21030,21033,21032,21031); +INSERT INTO dbscripts_on_event (id, command, buddy_entry, search_radius, data_flags, comments) VALUES +(21030, 13, 194663, 100, 2, 'use Freya\'s Storm Generator'), -- tower of life +(21033, 13, 194664, 100, 2, 'use Mimiron\'s Storm Generator'), -- tower of flames +(21032, 13, 194665, 100, 2, 'use Hodir\'s Storm Generator'), -- tower of frost +(21031, 13, 194666, 100, 2, 'use Thorim\'s Weather Generator'); -- tower of storms +-- Link Gauntlet generators to self on a specific area +-- this will trigger all the Gauntlet generators for a big tower in the same time +DELETE FROM creature_linking_template WHERE entry IN (34159,33571,33264); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(34159, 603, 33236, 1, 60), +(33264, 603, 33236, 1, 60), +(33571, 603, 33236, 1, 40); +-- Event start dialogue +DELETE FROM creature_movement_template WHERE entry IN (33701,33579); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES +-- Dellorah +(33701,1,-771.144, -147.649, 430.055, 4000, 0, 0.069), +(33701,2,-771.144, -147.649, 430.055, 4000, 3370102, 0.069), +(33701,3,-758.898, -77.777, 429.955, 1000, 3370103, 0.80), +-- Brann +(33579,1,-716.568, -54.8669, 429.924,17000,3357901,4.01), +(33579,2,-674.1759, -45.76997, 426.134,1000,3357902,0.068); +-- texts +DELETE FROM db_script_string WHERE entry IN (2000005570,2000005571,2000005572,2000005573,2000005574,2000005575,2000005576); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000005570,'What... What did you just do, $n?! Brann! Braaaaannn!',0,1,0,0,'High Explorer Dellorah - say towers active 1'), +(2000005571,'Brann! $n just activated the orbital defense system! If we don\'t get out of here soon, we\'re going to be toast!',0,1,0,0,'High Explorer Dellorah - say towers active 2'), +(2000005572,'Pentarus, you heard the man. Have your mages release the shield and let these brave souls through!',0,1,0,0,'Brann Bronzebeard - say event start 1'), +(2000005573,'Of course, Brann: We will have the shield down momentarily.',0,1,0,0,'Archmage Rhydian - say event start 2'), +(2000005574,'Okay! Let\'s move out. Get into your machines; I\'ll speak to you from here via the radio.',15807,0,0,0,'Bronzebeard Radio - say event start 3'), +(2000005575,'Mages of the Kirin Tor, on Brann\'s Command, release the shield! Defend this platform and our allies with your lives! For Dalaran!',0,1,0,0,'Archmage Rhydian - say event start 4'), +(2000005576,'Our allies are ready. Bring down the shield and make way!',0,1,0,0,'Brann Bronzebeard - say event start 5'); +-- epilogue script +DELETE FROM dbscripts_on_creature_movement WHERE id IN (3370102,3370103,3357901,3357902); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, comments) VALUES +-- Dellorah +(3370102, 0, 25, 1, 0, 0, 0, 0, 0, 'Set run on'), +(3370102, 0, 0, 0, 0, 0, 0, 0, 2000005570, 'Say towers active 1'), -- ToDo: find a proper way to set the player as target +(3370103, 0, 0, 0, 0, 0, 0, 0, 2000005571, 'Say towers active 2'), +(3370103, 0, 32, 1, 0, 0, 0, 0, 0, 'Pause movement'), +-- Brann +(3357901, 0, 25, 1, 0, 0, 0, 0, 0, 'Set run on'), +(3357901, 0, 0, 0, 0, 0, 0, 0, 2000005572, 'Say event start 1'), +(3357901, 0, 29, 1, 2, 0, 0, 0, 0, 'Remove NPC flag'), +(3357901, 9, 0, 0, 0, 33624, 50, 0, 2000005573, 'Say event start 2'), +-- ToDo: start movement for the mages, the stone shapers, engineers and demolitionists +(3357901, 17, 0, 0, 0, 0, 0, 0, 2000005574, 'Say event start 3'), +(3357901, 39, 0, 0, 0, 33624, 50, 0, 2000005575, 'Say event start 4'), +(3357901, 50, 0, 0, 0, 0, 0, 0, 2000005576, 'Say event start 5'), +(3357902, 0, 32, 1, 0, 0, 0, 0, 0, 'Pause movement'); +-- ToDo: Mages (npc 33662) should cast spell 48310 on Ulduar shield bunnies (npc 33779). To be done by individual movement of the first 2 mages +-- vehicle conditions +-- will make the spell click available only when gauntlet event is in progress +DELETE FROM conditions WHERE condition_entry = 920; +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(920, 18, 33113, 0); +UPDATE npc_spellclick_spells SET condition_id = 920 WHERE npc_entry IN (33060,33062,33109,33067,33167,34045); +-- achievs +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10056,10061,10057,10059,10058,10060,10218,10219,10054,10055) AND type IN (11,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10056,18,0,0), +(10061,18,0,0), +(10057,18,0,0), +(10059,18,0,0), +(10058,18,0,0), +(10060,18,0,0), +(10218,18,0,0), +(10219,18,0,0), +(10054,18,0,0), +(10055,18,0,0); +-- repair station faction +UPDATE gameobject_template SET faction = 35 WHERE entry = 194262; +-- leviathan creature link: despawn reinforcements on evade/death +DELETE FROM creature_linking_template WHERE entry IN (33060,33062,33109,33626,33627,33189); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(33060, 603, 33113, 4112, 500), +(33062, 603, 33113, 4112, 500), +(33109, 603, 33113, 4112, 500), +(33626, 603, 33113, 4112, 500), +(33627, 603, 33113, 4112, 500), +(33189, 603, 33113, 4112, 500); +-- hard mode linking +DELETE FROM creature_linking_template WHERE entry IN (33364,33369,33108,33366); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(33364, 603, 33113, 4112, 0), +(33369, 603, 33113, 4112, 0), +(33108, 603, 33113, 4112, 0), +(33366, 603, 33113, 4112, 0); +-- script targets +DELETE FROM spell_script_target WHERE entry IN (62911,62909,62906,62533); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(62911, 1, 33364, 0), +(62909, 1, 33369, 0), +(62906, 1, 33366, 0), +(62533, 1, 33108, 0); +-- movement for mimiron's inferno +UPDATE creature_template SET MovementType = 2 WHERE entry = 33369; +DELETE FROM creature_movement_template WHERE entry IN (33369); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime) VALUES +(33369, 1, 256.1948, -136.8192, 410.8105, 1000), +(33369, 2, 158.276, -72.95202, 410.9286, 1000), +(33369, 3, 209.865, 70.25588, 410.9286, 1000), +(33369, 4, 382.881, -71.500, 409.8030, 1000); +-- Kologarn +-- fix Kolo bridge (handled by SD2) +UPDATE gameobject SET state = 0 WHERE id = 194232; +-- arms are summoned by script +DELETE FROM vehicle_accessory WHERE vehicle_entry = 32930; +-- arms should aggro on aggro +DELETE FROM creature_linking_template WHERE entry IN (32933,32934,33768); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(32933, 603, 32930, 3, 0), +(32934, 603, 32930, 3, 0), +(33768, 603, 32930, 4096, 0); +UPDATE creature_template SET UnitFlags = UnitFlags&~33554432 WHERE entry = 32930; +-- script targets +DELETE FROM spell_script_target WHERE entry IN (63628,63629,63979); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(63628, 1, 32933, 0), +(63628, 1, 32934, 0), +(63629, 1, 32930, 0), +(63979, 1, 32930, 0); +-- achievs +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10284,10722,10286,10099,10290,10133,10285,10095) AND type IN (11,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10284,18,0,0), +(10722,18,0,0), +(10286,18,0,0), +(10099,18,0,0), +(10290,18,0,0), +(10133,18,0,0), +(10285,18,0,0), +(10095,18,0,0); +-- Archivum +-- gossips +UPDATE creature_template SET GossipMenuId = 10393 WHERE entry IN (33957,33956); +UPDATE creature_template SET GossipMenuId = 10387 WHERE entry = 33235; +DELETE FROM gossip_menu WHERE entry IN (10368,10393,10387); +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(10368, 14383, 0, 0), +(10393, 14428, 0, 0), +(10387, 14420, 0, 0); +-- door +UPDATE gameobject SET state = 1 WHERE id = 194556; +-- movement +UPDATE creature_template SET MovementType = 2 WHERE entry IN (33957,33956,33235); +DELETE FROM creature_movement_template WHERE entry IN (33957,33956,33235); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES +-- Brann +(33235,1, 1554.274, 142.1644, 427.273, 1000, 3323501, 3.61), +(33235,2, 1497.846, 119.2926, 427.3508, 5000, 3323502, 3.20), +(33235,3, 1491.790, 119.8236, 427.3559, 0, 0, 3.20), +(33235,4, 1481.897, 119.5791, 423.9673, 0, 0, 3.16), +(33235,5, 1439.046, 118.8712, 423.6409, 1000, 3323505, 3.12), +-- Doren +(33956,1, 1556.469, 143.5023, 427.2918, 1000, 3323501, 4.04), +(33956,2, 1507.894, 122.7615, 427.3373, 5000, 0, 3.20), +(33956,3, 1491.790, 119.8236, 427.3559, 0, 0, 3.20), +(33956,4, 1481.897, 119.5791, 423.9673, 0, 0, 3.16), +(33956,5, 1441.419, 121.1335, 423.6409, 1000, 3323505, 3.18), +-- Doren (h) +(33957,1, 1556.469, 143.5023, 427.2918, 1000, 3323501, 4.04), +(33957,2, 1507.894, 122.7615, 427.3373, 5000, 0, 3.20), +(33957,3, 1491.790, 119.8236, 427.3559, 0, 0, 3.20), +(33957,4, 1481.897, 119.5791, 423.9673, 0, 0, 3.16), +(33957,5, 1441.419, 121.1335, 423.6409, 1000, 3323505, 3.18); +DELETE FROM db_script_string WHERE entry IN (2000005577); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000005577,'You\'ve defeated the Iron Council and unlocked the Archivum! Well done, lads!',15827,1,0,0,'Brann archivum - say spawned'); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (3323505,3323501,3323502); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, comments) VALUES +(3323501, 0, 25, 1, 0, 0, 0, 0, 0, 'Set run on'), +(3323502, 0, 0, 0, 0, 0, 0, 0, 2000005577, 'yell text'), +(3323505, 0, 32, 1, 0, 0, 0, 0, 0, 'Pause movement'), +(3323505, 0, 29, 1, 1, 0, 0, 0, 0, 'Set gossip flag'); +-- Fix quest relationship (ytdb) +UPDATE quest_template SET PrevQuestId = 13604 WHERE entry = 13607; +UPDATE quest_template SET PrevQuestId = 13816 WHERE entry = 13817; +UPDATE quest_template SET NextQuestId = 13629 WHERE entry = 13622; +UPDATE quest_template SET PrevQuestId = 13622 WHERE entry = 13629; +UPDATE quest_template SET PrevQuestId = 13607, NextQuestId = 13614, ExclusiveGroup = -13609 WHERE entry = 13606; +UPDATE quest_template SET PrevQuestId = 13607, NextQuestId = 13614, ExclusiveGroup = -13609 WHERE entry = 13609; +UPDATE quest_template SET PrevQuestId = 13607, NextQuestId = 13614, ExclusiveGroup = -13609 WHERE entry = 13610; +UPDATE quest_template SET PrevQuestId = 13607, NextQuestId = 13614, ExclusiveGroup = -13609 WHERE entry = 13611; +UPDATE quest_template SET PrevQuestId = 13816, NextQuestId = 13818, ExclusiveGroup = -13821 WHERE entry = 13821; +UPDATE quest_template SET PrevQuestId = 13816, NextQuestId = 13818, ExclusiveGroup = -13821 WHERE entry = 13822; +UPDATE quest_template SET PrevQuestId = 13816, NextQuestId = 13818, ExclusiveGroup = -13821 WHERE entry = 13823; +UPDATE quest_template SET PrevQuestId = 13816, NextQuestId = 13818, ExclusiveGroup = -13821 WHERE entry = 13824; +-- Misc trash +UPDATE creature_template SET InhabitType = InhabitType|4 WHERE entry IN (33052,34203); +DELETE FROM spell_script_target WHERE entry IN (63528); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(63528, 1, 33699, 0), +(63528, 1, 33722, 0); +-- link keepers to their buddies +DELETE FROM creature_linking_template WHERE entry IN (33699); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(33699, 603, 33722, 15, 50); +-- Algalon +DELETE FROM spell_script_target WHERE entry IN (64996,62304,64597); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(64996, 1, 34246, 0), +(62304, 1, 33104, 0), +(64597, 1, 33104, 0); +-- Spawn Brann on GO use +DELETE FROM dbscripts_on_go_template_use WHERE id IN (194628,194752); +INSERT INTO dbscripts_on_go_template_use(id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, x, y, z, o, comments) VALUES +(194628, 0, 10, 34064, 0, 0, 0, 0, 1677.272, -162.437, 427.3326, 3.23, 'spawn Brann Bronzebeard at the celestial access'), +(194628, 1, 20, 2, 0, 34064, 60, 0, 0, 0, 0, 0, 'change Brann Bronzebeard movement to waypoint'), +(194628, 1, 13, 0, 0, 194767, 60, 1, 0, 0, 0, 0, 'use Celestial door 1'), +(194628, 1, 13, 0, 0, 194911, 60, 1, 0, 0, 0, 0, 'use Celestial door 2'), +(194752, 0, 10, 34064, 0, 0, 0, 0, 1677.272, -162.437, 427.3326, 3.23, 'spawn Brann Bronzebeard at the celestial access'), +(194752, 1, 20, 2, 0, 34064, 60, 0, 0, 0, 0, 0, 'change Brann Bronzebeard movement to waypoint'), +(194752, 1, 13, 0, 0, 194767, 60, 1, 0, 0, 0, 0, 'use Celestial door 1'), +(194752, 1, 13, 0, 0, 194911, 60, 1, 0, 0, 0, 0, 'use Celestial door 2'); +-- Brann movement and intro to Algalon +DELETE FROM db_script_string WHERE entry IN (2000005578,2000005579); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000005578,'We did it, lads! We got here before Algalon\'s arrival. Maybe we can rig the systems to interfere with his analysis--',15824,1,0,0,'Brann algalon - say before Algalon'), +(2000005579,'I\'ll head back to the Archivum and see if I can jam his signal. I might be able to buy us some time while you take care of him.',15825,1,0,0,'Brann algalon - say after Algalon'); +-- movement for Algalon intro +DELETE FROM creature_movement_template WHERE entry IN (34064); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES +(34064,1, 1677.272, -162.437, 427.3326, 1000, 3406401, 3.23), +(34064,2, 1642.482, -164.0812, 427.2602, 0, 0, 0), +(34064,3, 1635.0, -169.5145, 427.2523, 1000, 3406403, 4.72), +(34064,4, 1632.814, -173.9334, 427.2621, 0, 0, 0), +(34064,5, 1632.539, -194.752, 426.0042, 0, 0, 0), +(34064,6, 1631.339, -226.7903, 418.3318, 0, 0, 0), +(34064,7, 1630.494, -267.2921, 417.3211, 1000, 3406407, 4.66), +(34064,8, 1630.958, -228.224, 418.112, 0, 0, 0), +(34064,9, 1632.085, -201.5839, 423.375, 0, 0, 0), +(34064,10,1630.66, -172.1115, 427.248, 10000, 0, 0); +-- handle movement and spawn Algalon +DELETE FROM dbscripts_on_creature_movement WHERE id IN (3406401,3406403,3406407); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, x, y, z, o, comments) VALUES +(3406401, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Set run on'), +(3406403, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Set run off'), +(3406407, 0, 0, 0, 0, 0, 0, 0, 2000005578, 0, 0, 0, 0, 'yell text'), +(3406407, 0, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Pause movement'), +(3406407, 8, 10, 32871, 0, 0, 0, 8, 0, 1632.528, -304.9462, 451.2764, 1.53, 'spawn Algalon'), +(3406407, 36, 0, 0, 0, 0, 0, 0, 2000005579, 0, 0, 0, 0, 'yell text'), +(3406407, 36, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Resume movement'), +(3406407, 36, 18, 35000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn self'); +-- fix creature stats +UPDATE creature_template SET MinLevel = 83, MaxLevel = 83, MinLevelHealth = 13945, MaxLevelHealth = 13945, FactionAlliance = 190, FactionHorde = 190, UnitFlags = UnitFlags|33554432 WHERE entry = 34246; +UPDATE creature_template SET FactionAlliance = 190, FactionHorde = 190 WHERE entry = 32871; +UPDATE creature_template SET MinLevel = 80, MaxLevel = 80, MinLevelHealth = 75600, MaxLevelHealth = 75600, UnitFlags = UnitFlags|33536 WHERE entry IN (33235,34064,33956,33957); +UPDATE creature_template SET MinLevel = 74, MaxLevel = 74, MinLevelHealth = 10282, MaxLevelHealth = 10282, FactionAlliance = 14, FactionHorde = 14, UnitFlags = UnitFlags|33554432 WHERE entry IN (33104,33105); +UPDATE creature_template SET MinLevel = 81, MaxLevel = 81, MinLevelHealth = 45616, MaxLevelHealth = 45616, FactionAlliance = 14, FactionHorde = 14, UnitFlags = UnitFlags|32768 WHERE entry = 34097; +UPDATE creature_template SET MinLevel = 81, MaxLevel = 81, MinLevelHealth = 260660, MaxLevelHealth = 260660, FactionAlliance = 14, FactionHorde = 14, UnitFlags = UnitFlags|33587200 WHERE entry = 33052; +UPDATE creature_template SET MinLevel = 81, MaxLevel = 81, MinLevelHealth = 19550, MaxLevelHealth = 19550, FactionAlliance = 14, FactionHorde = 14 WHERE entry = 33089; +UPDATE creature_template SET MinLevel = 80, MaxLevel = 80, MinLevelHealth = 88200, MaxLevelHealth = 88200, FactionAlliance = 14, FactionHorde = 14 WHERE entry = 32955; +UPDATE creature_template SET RegenerateStats = 0 WHERE entry = 32955; +UPDATE creature_template SET MinLevel = 80, MaxLevel = 80, MinLevelHealth = 12600, MaxLevelHealth = 12600, FactionAlliance = 14, FactionHorde = 14, UnitFlags = UnitFlags|33554432 WHERE entry IN (34099,34100); +-- guesswork +UPDATE creature_template SET MinLevel = 81, MaxLevel = 81, FactionAlliance = 14, FactionHorde = 14, UnitFlags = UnitFlags|33554432 WHERE entry = 32953; +-- fix GO phasemasks +UPDATE gameobject SET phaseMask = phaseMask|16 WHERE id IN (194148,194715,194910); +-- Achievs +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10568,10570,10567,10569) AND type IN (12,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10568,18,0,0), +(10570,18,0,0), +(10568,12,0,0), +(10570,12,1,0), +(10567,12,0,0), +(10569,12,1,0); +-- Hodir +-- Chests are spawned +UPDATE gameobject SET spawntimesecs = 604800 WHERE id IN (194307,194308); +-- script targets +DELETE FROM spell_script_target WHERE entry IN (64543,62809); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(64543, 1, 32938, 0), +(64543, 1, 32926, 0), +(62809, 1, 32950, 0), +(62809, 1, 32948, 0), +(62809, 1, 32946, 0), +(62809, 1, 32941, 0), +(62809, 1, 33333, 0), +(62809, 1, 33332, 0), +(62809, 1, 33331, 0), +(62809, 1, 33330, 0), +(62809, 1, 32901, 0), +(62809, 1, 33325, 0), +(62809, 1, 32900, 0), +(62809, 1, 33328, 0), +(62809, 1, 32893, 0), +(62809, 1, 33327, 0), +(62809, 1, 32897, 0), +(62809, 1, 33326, 0); +UPDATE gameobject_template SET faction = 16 WHERE entry = 194173; +-- shatter chest visual +DELETE FROM spell_target_position WHERE id = 62501; +INSERT INTO spell_target_position (id, target_map, target_position_x, target_position_y, target_position_z, target_orientation) VALUES +(62501, 603, 2036.17, -201.843, 432.687, 3.14159); +-- flash freeze visual +DELETE FROM dbscripts_on_event WHERE id = 20896; +INSERT INTO dbscripts_on_event (id, command, datalong, buddy_entry, search_radius, data_flags, comments) VALUES +(20896, 15, 62148, 30298, 45, 4, 'Invisible Stalker - Cast Flash Freeze visual'); +-- achievs +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10452,10458,10258,10260,10259,10261) AND type IN (12,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10452,18,0,0), +(10458,18,0,0), +(10452,12,0,0), +(10458,12,1,0), +(10258,18,0,0), +(10260,18,0,0), +(10258,12,0,0), +(10260,12,1,0), +(10259,18,0,0), +(10261,18,0,0), +(10259,12,0,0), +(10261,12,1,0); +-- missing accessories +DELETE FROM vehicle_accessory WHERE vehicle_entry IN (34146,34150,34151); +INSERT INTO vehicle_accessory (vehicle_entry, seat, accessory_entry, comment) VALUES +(34146, 0, 34137, 'Winter Jormungar'), +(34146, 1, 34137, 'Winter Jormungar'), +(34146, 2, 34137, 'Winter Jormungar'), +(34146, 3, 34137, 'Winter Jormungar'), +(34150, 0, 34137, 'Winter Jormungar'), +(34150, 1, 34137, 'Winter Jormungar'), +(34150, 2, 34137, 'Winter Jormungar'), +(34150, 3, 34137, 'Winter Jormungar'), +(34150, 4, 34137, 'Winter Jormungar'), +(34150, 5, 34137, 'Winter Jormungar'), +(34151, 0, 34137, 'Winter Jormungar'), +(34151, 1, 34137, 'Winter Jormungar'), +(34151, 2, 34137, 'Winter Jormungar'), +(34151, 3, 34137, 'Winter Jormungar'), +(34151, 4, 34137, 'Winter Jormungar'), +(34151, 5, 34137, 'Winter Jormungar'), +(34151, 6, 34137, 'Winter Jormungar'), +(34151, 7, 34137, 'Winter Jormungar'); +-- Thorim +DELETE FROM creature_linking_template WHERE entry IN (32886,32885,32883,32872,32873,32882,33196,32874,33110,32875,33125,32957,32876,32877,32878,32904); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(32885, 603, 32908, 3, 0), +(32883, 603, 32907, 3, 0), +(32886, 603, 32865, 4, 0), +(32882, 603, 32865, 4, 0), +(32872, 603, 32865, 4, 0), +(32873, 603, 32865, 4, 0), +(32874, 603, 32865, 4, 0), +(33110, 603, 32865, 4, 0), +(32875, 603, 32865, 4, 0), +(32876, 603, 32865, 4096, 0), +(32877, 603, 32865, 4096, 0), +(32878, 603, 32865, 4096, 0), +(32904, 603, 32865, 4096, 0), +(33125, 603, 32865, 4096, 0), +(32957, 603, 32865, 4096, 0), +(33196, 603, 32865, 4096, 0); +DELETE FROM spell_script_target WHERE entry IN (64098,62278,62976,62565,64767,63238,62016,62577,62603,62466,62560,62942,61934); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(64098, 1, 32865, 0), +(62278, 1, 32865, 0), +(62976, 1, 33378, 0), +(62565, 1, 32865, 0), +(64767, 1, 33196, 0), +(63238, 1, 33378, 0), +(62016, 1, 33378, 0), +(62577, 1, 32892, 0), +-- (62466, 1, 32780, 0), -- keep for reference for the moment when Cone targets will support script target +(62603, 1, 32892, 0), +(62560, 1, 32872, 0), +(62560, 1, 32873, 0), +(62560, 1, 32874, 0), +(62560, 1, 33110, 0), +(62560, 1, 32875, 0), +(62560, 1, 32876, 0), +(62560, 1, 32877, 0), +(62560, 1, 32878, 0), +(62560, 1, 32904, 0), +(62560, 1, 32886, 0), +(62560, 1, 33125, 0), +(62560, 1, 32957, 0), +(62942, 1, 32875, 0), +(62942, 1, 33110, 0), +(62942, 1, 33125, 0), +(62942, 1, 32957, 0), +(61934, 1, 32892, 0); +UPDATE creature SET MovementType = 0,spawndist = 0 WHERE id = 32865; +-- scripts +DELETE FROM dbscripts_on_go_template_use WHERE id in (194264); +INSERT INTO dbscripts_on_go_template_use (id, delay, command, datalong, buddy_entry, search_radius, data_flags, comments) VALUES +(194264,0,13,0,194560,10,1,'use Dark Iron Portcullis'), +(194264,6,27,4,0,0,2,'set GO flag no Interact'); +-- lightning orb movement +UPDATE creature_template SET MovementType = 2 WHERE entry IN (33138); +DELETE FROM creature_movement_template WHERE entry IN (33138); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z) VALUES +(33138,1, 2134.899, -405.802, 438.247), +(33138,2, 2134.570, -440.317, 438.330), +(33138,3, 2166.783, -440.383, 438.247), +(33138,4, 2199.481, -435.117, 419.934), +(33138,5, 2212.861, -434.079, 412.968), +(33138,6, 2227.433, -433.584, 412.177), +(33138,7, 2227.929, -263.069, 412.177), +(33138,8, 2201.686, -262.987, 412.247), +(33138,9, 2183.241, -262.801, 414.736); +-- fix npcs falling through map +UPDATE creature_template SET InhabitType = InhabitType|4 WHERE entry IN (34055,33378,32892,32879); +-- fix jormungar position +UPDATE creature SET position_x = 2133.427, position_y = -261.149, position_z = 419.8447, orientation = 2.980945 WHERE id = 32882; +-- movement for stairs npcs +UPDATE creature_template SET MovementType = 2 WHERE entry IN (33125,32957); +DELETE FROM creature_movement_template WHERE entry IN (33125,32957); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id) VALUES +(33125,1, 2101.2, -434.135, 438.331, 1000, 3312501), +(33125,2, 2147.16, -434.02, 438.247, 0, 0), +(33125,3, 2167.08, -440.17, 438.247, 0, 0), +(33125,4, 2197.73, -433.98, 420.710, 0, 0), +(33125,5, 2214.28, -433.53, 412.177, 0, 0), +(33125,6, 2226.28, -433.16, 412.177, 1000, 3312506), +(32957,1, 2100.41, -446.712, 438.331, 1000, 3312501), +(32957,2, 2147.88, -449.53, 438.247, 0, 0), +(32957,3, 2167.08, -440.17, 438.247, 0, 0), +(32957,4, 2197.73, -433.98, 420.710, 0, 0), +(32957,5, 2214.28, -433.53, 412.177, 0, 0), +(32957,6, 2226.28, -433.16, 412.177, 1000, 3312506); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (3312501,3312506); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, x, y, z, o, comments) VALUES +(3312501, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Set run on'), +(3312506, 0, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Pause movement'); +-- achievs +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10305,10309,10440,10457) AND type IN (12,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10305,18,0,0), +(10309,18,0,0), +(10305,12,0,0), +(10309,12,1,0), +(10440,18,0,0), +(10457,18,0,0), +(10440,12,0,0), +(10457,12,1,0); +-- Freya +DELETE FROM spell_script_target WHERE entry IN (63292,63295,63294,62485,62385,65587,65585,62484,62387,65588,65586,62483,62386,65589,65590,62584,64185,63059); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(63292, 1, 33575, 0), +(63295, 1, 33575, 0), +(63294, 1, 33575, 0), +(62485, 1, 32906, 0), +(62385, 1, 32906, 0), +(65587, 1, 32906, 0), +(65585, 1, 32906, 0), +(62484, 1, 32906, 0), +(62387, 1, 32906, 0), +(65588, 1, 32906, 0), +(65586, 1, 32906, 0), +(62483, 1, 32906, 0), +(62386, 1, 32906, 0), +(65589, 1, 32906, 0), +(65590, 1, 32906, 0), +(62584, 1, 32906, 0), +(64185, 1, 32906, 0), +(63059, 1, 33430, 0); +UPDATE creature SET MovementType = 0, spawndist = 0 WHERE id = 33575; +UPDATE creature SET position_x = 2342.892, position_y = -46.95139, position_z = 425.5204, orientation = 3.298672, MovementType = 2 WHERE id = 32906; +DELETE FROM creature_movement_template WHERE entry IN (32906); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES +(32906,1, 2400.585, -41.88715, 421.6845, 0, 0, 0), +(32906,2, 2410.53, -77.68121, 420.6022, 0, 0, 0), +(32906,3, 2399.105, -98.47173, 424.2316, 10000, 3290603, 4.828), +(32906,4, 2405.682, -92.32346, 422.0239, 0, 0, 0), +(32906,5, 2398.668, -43.40278, 422.364, 0, 0, 0), +(32906,6, 2349.045, -40.70486, 425.7578, 0, 0, 0), +(32906,7, 2377.127, -33.0197, 423.5294, 0, 0, 0), +(32906,8, 2404.841, -26.67518, 419.3707, 0, 0, 0), +(32906,9, 2427.638, -13.23665, 418.6132, 0, 0, 0), +(32906,10, 2436.36, 12.81966, 422.3781, 0, 0, 0), +(32906,11, 2437.777, 19.35069, 426.0522, 10000, 3290611, 1.475), +(32906,12, 2430.471, 10.26877, 422.3386, 0, 0, 0), +(32906,13, 2398.712, -28.97917, 419.9115, 0, 0, 0), +(32906,14, 2349.045, -40.70486, 425.7578, 0, 0, 0), +(32906,15, 2341.608, -49.0382, 425.4912, 0, 0, 0), +(32906,16, 2331.326, -57.76036, 425.2937, 0, 0, 0), +(32906,17, 2321.944, -83.67773, 426.3419, 0, 0, 0), +(32906,18, 2301.615, -91.41477, 429.1122, 10000, 3290618, 3.607), +(32906,19, 2342.892, -46.95139, 425.5204, 0, 0, 0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (3290603,3290618,3290611); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, x, y, z, o, comments) VALUES +(3290603, 3, 15, 63292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Cast Freya Dummy Yellow'), +(3290618, 3, 15, 63295, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Cast Freya Dummy Green'), +(3290611, 3, 15, 63294, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Cast Freya Dummy Blue'); +UPDATE creature_template SET MinLevel = 80, MaxLevel = 80, MinLevelHealth = 12600, MaxLevelHealth = 12600, FactionAlliance = 14, FactionHorde = 14 WHERE entry = 33168; +-- creature link +DELETE FROM creature_linking_template WHERE entry IN (34129,33228,33215,32918,33203,33202,32919,32916,32918,33168,33088); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(34129, 603, 32906, 4112, 0), +(33228, 603, 32906, 4112, 0), +(33215, 603, 32906, 4112, 0), +(32918, 603, 32906, 4112, 0), +(33203, 603, 32906, 4112, 0), +(33202, 603, 32906, 4112, 0), +(32919, 603, 32906, 4112, 0), +(32916, 603, 32906, 4112, 0), +(33168, 603, 32906, 4112, 0), +(33088, 603, 32913, 4112, 0); +-- achievs +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10445,10758,10447,10459,10448,10460,10449,10461) AND type IN (12,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10445,18,0,0), +(10758,18,0,0), +(10445,12,0,0), +(10758,12,1,0), +(10447,18,0,0), +(10459,18,0,0), +(10448,18,0,0), +(10447,12,0,0), +(10459,12,1,0), +(10448,12,0,0), +(10460,18,0,0), +(10449,18,0,0), +(10461,18,0,0), +(10460,12,1,0), +(10449,12,0,0), +(10461,12,1,0); +-- Mimiron +DELETE FROM spell_script_target WHERE entry IN (64539,65101,63274,63414,64425,63820,64444,64620,64436,64402,64623,65354,65224,65192,64570,64626,63041); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(64539, 1, 34071, 0), +(65101, 1, 34071, 0), +(63274, 1, 33576, 0), +(63414, 1, 33576, 2), +(63414, 1, 33432, 1), +(64425, 1, 33856, 0), +(63820, 1, 33856, 0), +(64620, 1, 33856, 0), +(64444, 1, 33670, 0), +(64436, 1, 33670, 0), +(64402, 1, 34050, 0), +(64623, 1, 34121, 0), +(65354, 1, 34121, 0), +(65192, 1, 34121, 0), +(65192, 1, 34363, 0), +(64570, 1, 34121, 0), +(64570, 1, 34363, 0), +(64626, 1, 34121, 0), +(64626, 1, 34363, 0), +-- (64619, 1, 34121, 0), -- cone spell; keep for reference until the core will support this +(65224, 1, 34121, 0), +(63041, 1, 34057, 0); -- Note: this might have different targets based on spell effect; Requires research +-- flag handled by script +UPDATE gameobject_template SET flags = flags&~16 WHERE entry = 194739; +DELETE FROM creature_linking_template WHERE entry IN (34363,34121,33836,33855,34057,34147); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(34363, 603, 33432, 4112, 0), +(34121, 603, 33432, 4112, 0), +(33836, 603, 33432, 4112, 0), +(33855, 603, 33432, 4112, 0), +(34057, 603, 33432, 4112, 0), +(34147, 603, 33432, 4112, 0); +UPDATE creature SET spawndist = 0, MovementType = 0 WHERE id = 34143; +UPDATE creature_template SET InhabitType = InhabitType|4 WHERE entry = 33670; +UPDATE creature_template SET RegenerateStats = 0 WHERE entry = 33651; +UPDATE creature_template SET MinLevel = 80, MaxLevel = 80, MinLevelHealth = 12600, MaxLevelHealth = 12600, FactionAlliance = 14, FactionHorde = 14 WHERE entry = 34147; +UPDATE creature_template SET MinLevel = 80, MaxLevel = 80, MinLevelHealth = 12600, MaxLevelHealth = 12600, FactionAlliance = 14, FactionHorde = 14, UnitFlags = UnitFlags|33554432 WHERE entry = 34149; +-- assault bot loot (ytdb) +UPDATE creature_template SET LootId = 34057 WHERE entry = 34057; +DELETE FROM creature_loot_template WHERE entry = 34057; +INSERT INTO creature_loot_template (entry, item, ChanceOrQuestChance, groupid, mincountOrRef, maxcount, condition_id) VALUES +(34057, 46029, 100, 0, 1, 1, 0); +-- rocket visuals +DELETE FROM vehicle_accessory WHERE vehicle_entry IN (33651); +INSERT INTO vehicle_accessory (vehicle_entry, seat, accessory_entry, comment) VALUES +(33651, 5, 34050, 'Rocket (Mimiron Visual)'), +(33651, 6, 34050, 'Rocket (Mimiron Visual)'); +-- hard mode spells +DELETE FROM dbscripts_on_spell WHERE id in (64619,64570,64626,65192,65224,65354); +INSERT INTO dbscripts_on_spell (id, delay, command, datalong, buddy_entry, search_radius, data_flags, comments) VALUES +(64619,0,14,64561,0,0,6,'remove Flames aura on Water Spray'), +(64619,0,18,2000,0,0,6,'despawn on on Water Spray'), +(64570,0,14,64561,0,0,2,'remove Flames aura on Flame Suppressant'), +(64570,0,18,2000,0,0,2,'despawn on Flame Suppressant'), -- workaround because of bad DBC data +(64626,0,14,64561,0,0,6,'remove Flames aura on Explosion'), +(65192,0,14,64561,0,0,6,'remove Flames aura on Flame Suppressant'), +(65224,0,18,0,0,0,0,'despawn on Clear Fires'), +(65354,0,18,0,0,0,0,'despawn on Clear Fires'); +-- achievs +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10450,10463) AND type IN (11,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10450,18,0,0), +(10463,18,0,0); +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10406,10405) AND type IN (12,18); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10405,12,1,0), +(10405,18,0,0), +(10406,12,0,0), +(10406,18,0,0); +-- mechanics +DELETE FROM vehicle_accessory WHERE vehicle_entry IN (34183); +INSERT INTO vehicle_accessory (vehicle_entry, seat, accessory_entry, comment) VALUES +(34183, 1, 34184, 'Clockwork Mechanic'); +-- Keepers +UPDATE creature_template SET NpcFlags = NpcFlags|1, GossipMenuId = 10335 WHERE entry = 33213; +UPDATE creature_template SET NpcFlags = NpcFlags|1, GossipMenuId = 10324 WHERE entry = 33241; +UPDATE creature_template SET NpcFlags = NpcFlags|1, MinLevel = 83, MaxLevel = 83, MinLevelHealth = 14433075, MaxLevelHealth = 14433075, UnitFlags = UnitFlags|32768, GossipMenuId = 10336 WHERE entry = 33244; +UPDATE creature_template SET NpcFlags = NpcFlags|1, GossipMenuId = 10337 WHERE entry = 33242; +-- mimiron menu +DELETE FROM gossip_menu WHERE entry IN (10337,10336); +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(10336, 14334, 0, 0), +(10337, 14333, 0, 0); +-- missing texts +DELETE FROM npc_text WHERE ID IN (14332,14333); +INSERT INTO npc_text (ID,text0_0,text0_1,lang0,prob0) VALUES +(14332,'Mortals, I am indebted to you for freeing me from the terrible corruption that besets this place. Though I have not yet recovered fully, I can help you battle Yogg-Saron.$B$BI can grant you and your friends the Resilience of Nature, increasing your damage and increasing healing taken from spells and effects. In addition, I can conjure Sanity Wells that will allow you to recover your Sanity when your grip on reality falters.','',0,1), +(14333,'Mortals, I am indebted to you for freeing me from the terrible corruption that besets this place. Though I have not yet recovered fully, I can help you battle Yogg-Saron.$B$BI can grant you and your friends the Fury of the Storm, increasing your damage and maximum health. Should you be faced with evil so malevolent that it cannot be destroyed, I can channel all my power into a final Titanic Storm that will destroy even Immortals.','',0,1); +-- Fix bad display ids +UPDATE creature_template SET MinLevel = 80, MaxLevel = 80, MinLevelHealth = 4000, MaxLevelHealth = 4000, ModelId2 = 28470, ModelId1 = 1126 WHERE entry = 36847; +UPDATE creature_template SET ModelId2 = 28470, ModelId1 = 1126 WHERE entry IN (33173,33169); +UPDATE creature_template SET ModelId1 = 1126, ModelId2 = 11686 WHERE entry IN (33632,33802); +-- Yogg Saron +UPDATE creature_template SET InhabitType = InhabitType|4 WHERE entry IN (33890,33134,33280); +DELETE FROM spell_script_target WHERE entry IN (62714,65209,62978,63744,64069,63882,63886,64466,64465,65206,64172,65238,64173,63037,64063,64184); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(62714, 1, 33134, 0), +(65209, 1, 33134, 0), +(63744, 1, 33136, 0), +(62978, 1, 33292, 0), +(64069, 1, 33288, 0), +(63882, 1, 33882, 0), +(63886, 1, 33882, 0), +(64465, 1, 33988, 0), +(64466, 1, 33288, 0), +(65206, 1, 33983, 0), +(65206, 1, 33985, 0), +(65206, 1, 33966, 0), +(64172, 1, 33988, 0), +(65238, 1, 33983, 0), +(65238, 1, 33985, 0), +(65238, 1, 33966, 0), +(65238, 1, 33288, 0), +(65238, 1, 33134, 0), +(64173, 1, 33983, 0), +(64173, 1, 33985, 0), +(64173, 1, 33966, 0), +(64173, 1, 33288, 0), +(64173, 1, 33134, 0), +(63037, 1, 33442, 0), +(64063, 1, 33437, 0), +(64184, 1, 33288, 0); +-- stat updates +UPDATE creature_template SET MinLevel = 80, MaxLevel = 80, MinLevelHealth = 12600, MaxLevelHealth = 12600, FactionAlliance = 14, FactionHorde = 14, UnitFlags = UnitFlags|33554432 WHERE entry = 33280; +UPDATE creature_template SET VehicleTemplateId = 381 WHERE entry = 33288; +UPDATE creature_template SET VehicleTemplateId = 385 WHERE entry = 33983; +UPDATE creature_template SET UnitFlags = UnitFlags|33554432 WHERE entry = 33280; +UPDATE creature_template SET FactionAlliance = 16, FactionHorde = 16 WHERE entry = 33890; +UPDATE creature_template SET MinLevel = 80, MaxLevel = 80, FactionAlliance = 14, FactionHorde = 14, MinLevelHealth = 12600, MaxLevelHealth = 12600, UnitFlags = UnitFlags|33554432, InhabitType = InhabitType|4 WHERE entry = 33882; +UPDATE creature_template SET MinLevel = 81, MaxLevel = 81, FactionAlliance = 14, FactionHorde = 14, MinLevelHealth = 5492, MaxLevelHealth = 5492, UnitFlags = UnitFlags|33554432, InhabitType = InhabitType|4 WHERE entry = 33881; +UPDATE creature_template SET MinLevel = 81, MaxLevel = 81, MinLevelHealth = 5492, MaxLevelHealth = 5492 WHERE entry = 34072; +UPDATE creature_template SET MinLevel = 81, MaxLevel = 81, FactionAlliance = 35, FactionHorde = 35, MinLevelHealth = 5492, MaxLevelHealth = 5492, UnitFlags = UnitFlags|33554432 WHERE entry IN (33991); +UPDATE creature_template SET MinLevel = 82, MaxLevel = 82, FactionAlliance = 190, FactionHorde = 190, MinLevelHealth = 8000, MaxLevelHealth = 8000 WHERE entry IN (33943); +UPDATE creature_template SET MinLevel = 82, MaxLevel = 82, FactionAlliance = 190, FactionHorde = 190, MinLevelHealth = 56470, MaxLevelHealth = 56470 WHERE entry IN (33717,33716,33719,33720); +UPDATE creature_template SET MinLevel = 82, MaxLevel = 82, FactionAlliance = 190, FactionHorde = 190, MinLevelHealth = 134810, MaxLevelHealth = 134810 WHERE entry IN (33567,33433); +UPDATE creature_template SET MinLevel = 81, MaxLevel = 81, FactionAlliance = 14, FactionHorde = 14, MinLevelHealth = 5492, MaxLevelHealth = 5492, UnitFlags = UnitFlags|33554432 WHERE entry IN (33990); +UPDATE creature_template SET MinLevel = 83, MaxLevel = 83, FactionAlliance = 14, FactionHorde = 14, MinLevelHealth = 11156000, MaxLevelHealth = 11156000, UnitFlags = UnitFlags|256 WHERE entry IN (33441); +-- guesswork +UPDATE creature_template SET FactionAlliance = 14, FactionHorde = 14, UnitFlags = UnitFlags|33554432 WHERE entry = 33552; +-- wrong models +UPDATE creature_template SET ModelId1 = 1126, ModelId2 = 17612 WHERE entry = 33881; +UPDATE creature_template SET ModelId1 = 1126, ModelId2 = 16946 WHERE entry = 33882; +-- more spawn time +UPDATE creature SET spawntimesecs = 60480 WHERE id = 33292; +-- linking +DELETE FROM creature_linking_template WHERE entry IN (33988,33983,33966,33985,33991,33136); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(33988, 603, 33288, 4096, 0), +(33983, 603, 33288, 4096, 0), +(33966, 603, 33288, 4096, 0), +(33985, 603, 33288, 4096, 0), +(33991, 603, 33288, 4096, 0), +(33136, 603, 33280, 8192, 0); +-- descent madness teleports +DELETE FROM npc_spellclick_spells WHERE npc_entry = 34072; +INSERT INTO npc_spellclick_spells (npc_entry, spell_id, quest_start, quest_start_active, quest_end, cast_flags,condition_id) VALUES +(34072, 0, 0, 0, 0, 0, 0); +-- teleport positions +DELETE FROM spell_target_position WHERE id IN (63989,63997,63998,63992); +INSERT INTO spell_target_position VALUES +(63989, 603, 1954.14, 21.522, 239.718, 2.094395), -- stormwind room +(63997, 603, 2043.12, -25.6981, 239.721, 0), -- chamber room +(63998, 603, 1949.13, -80.6744, 239.99, 4.18879), -- icecrown room +(63992, 603, 1970.61, -25.5988, 324.55, 3.103456); -- main room +-- achiev crits +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10338,10415,10409,10416,10412,10417,10410,10414,10185,10296) AND type IN (12,18,11); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10338,12,0,0), +(10338,18,0,0), +(10415,12,1,0), +(10415,18,0,0), +(10409,12,0,0), +(10409,18,0,0), +(10416,12,1,0), +(10416,18,0,0), +(10412,12,0,0), +(10412,18,0,0), +(10417,12,1,0), +(10417,18,0,0), +(10410,12,0,0), +(10410,18,0,0), +(10414,12,1,0), +(10414,18,0,0), +(10185,12,0,0), +(10185,18,0,0), +(10296,12,1,0), +(10296,18,0,0); +DELETE FROM dbscripts_on_event WHERE id = 21432; +INSERT INTO dbscripts_on_event (id, command, datalong, x, y, z, o, comments) VALUES +(21432, 10, 33991, 1899.941, 0.330621, 332.2957, 0, 'spawn Sanity Well'), +(21432, 10, 33991, 1900.478, -51.23861, 332.1303, 0, 'spawn Sanity Well'), +(21432, 10, 33991, 1987.125, -91.27024, 330.1858, 0, 'spawn Sanity Well'), +(21432, 10, 33991, 1975.885, 40.02165, 331.0996, 0, 'spawn Sanity Well'); +DELETE FROM dbscripts_on_spell WHERE id = 64063; +INSERT INTO dbscripts_on_spell (id, delay, command, datalong, data_flags, comments) VALUES +(64063, 0, 28, 7, 2, 'set stand state dead'); +-- Champion / Conquerer achievs +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10042,10340,10341,10342,10347,10348,10349,10350,10351,10403,10439,10582,10598) AND type IN (12,18,11); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10042,12,0,0), +(10042,18,0,0), +(10340,12,0,0), +(10340,18,0,0), +(10341,12,0,0), +(10341,18,0,0), +(10342,12,0,0), +(10342,18,0,0), +(10347,12,0,0), +(10347,18,0,0), +(10348,12,0,0), +(10348,18,0,0), +(10349,12,0,0), +(10349,18,0,0), +(10350,12,0,0), +(10350,18,0,0), +(10351,12,0,0), +(10351,18,0,0), +(10403,12,0,0), +(10403,18,0,0), +(10439,12,0,0), +(10439,18,0,0), +(10582,12,0,0), +(10582,18,0,0), +(10598,12,0,0), +(10598,18,0,0); +DELETE FROM achievement_criteria_requirement WHERE criteria_id IN (10352,10353,10354,10355,10357,10361,10362,10363,10364,10404,10583,10599,10719) AND type IN (12,18,11); +INSERT INTO achievement_criteria_requirement (criteria_id, type, value1, value2) VALUES +(10352,12,1,0), +(10352,18,0,0), +(10353,12,1,0), +(10353,18,0,0), +(10354,12,1,0), +(10354,18,0,0), +(10355,12,1,0), +(10355,18,0,0), +(10357,12,1,0), +(10357,18,0,0), +(10361,12,1,0), +(10361,18,0,0), +(10362,12,1,0), +(10362,18,0,0), +(10363,12,1,0), +(10363,18,0,0), +(10364,12,1,0), +(10364,18,0,0), +(10404,12,1,0), +(10404,18,0,0), +(10583,12,1,0), +(10583,18,0,0), +(10599,12,1,0), +(10599,18,0,0), +(10719,12,1,0), +(10719,18,0,0); + +-- --------------- +-- Culling of Stratholme +-- --------------- +UPDATE creature_template SET ModelId1 = 22712, ModelId2 = 17200 WHERE entry = 27827; +-- fix bad script target +DELETE FROM spell_script_target WHERE entry = 49590; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(49590,1,27827,0); +-- npc movement +UPDATE creature SET MovementType = 0, spawndist = 0 WHERE id IN (27885,30571); +UPDATE creature SET position_x = 1553.526, position_y = 578.1731, position_z = 99.8456, orientation = 5.707227 WHERE id = 30571; +UPDATE creature_template SET MovementType = 2 WHERE entry IN (27891,27892,30997); +-- ### Part 1 ### +-- movement +DELETE FROM creature_movement_template WHERE entry IN (30571,30997); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES +-- inn +(30571,1,1549.571, 575.5571, 100.0522, 1000, 3057101, 0.82), +(30571,2,1554.849, 588.465, 99.775, 1000, 3057102, 0.88), +(30571,3,1549.609, 575.544, 100.052, 1000, 3057103, 4.17), +-- chromie end +(30997,1,2319.562, 1506.409, 152.0499, 0, 3099701, 3.78), +(30997,2,2306.77, 1496.78, 128.362, 1000, 3099702, 3.78); +-- movement scripts +DELETE FROM dbscripts_on_creature_movement WHERE id IN (3057101,3057102,3057103,3099701,3099702); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, y, z, o, comments) VALUES +-- inn +(3057101, 0, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Pause movement'), +(3057101, 0, 0, 0, 0, 0, 0, 0, 2000005580, 2000005581, 0, 0, 0, 'Michael Belfast - yell text'), +(3057101, 13, 0, 0, 0, 30551, 40, 0, 2000005582, 0, 0, 0, 0, 'Hearthsinger Forresten - yell text'), +(3057101, 20, 0, 0, 0, 30553, 40, 0, 2000005583, 0, 0, 0, 0, 'Footman James - yell text'), +(3057101, 24, 0, 0, 0, 30552, 40, 0, 2000005584, 0, 0, 0, 0, 'Fras Siabi - yell text'), +(3057101, 27, 1, 5, 0, 30552, 40, 0, 0, 0, 0, 0, 0, 'Fras Siabi - emote'), +(3057101, 28, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Resume movement'), +(3057102, 0, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Pause movement'), +(3057102, 0, 0, 0, 0, 0, 0, 0, 2000005585, 0, 0, 0, 0, 'Michael Belfast - yell text'), +(3057102, 3, 0, 0, 0, 31017, 40, 0, 2000005586, 0, 0, 0, 0, 'Mal Corricks - yell text'), +(3057102, 8, 0, 0, 0, 30561, 40, 0, 2000005587, 0, 0, 0, 0, 'Gryan Stoutmantle - yell text'), +(3057102, 18, 0, 0, 0, 31017, 40, 0, 2000005588, 0, 0, 0, 0, 'Mal Corricks - emote text'), +(3057102, 18, 0, 0, 0, 31017, 40, 0, 2000005589, 0, 0, 0, 0, 'Mal Corricks - yell text'), +(3057102, 18, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Resume movement'), +(3057102, 21, 0, 0, 0, 30553, 40, 0, 2000005590, 0, 0, 0, 0, 'Footman James- yell text'), +(3057102, 26, 0, 0, 0, 30551, 40, 0, 2000005591, 0, 0, 0, 0, 'Hearthsinger Forresten - yell text'), +(3057102, 26, 0, 0, 0, 30552, 40, 0, 2000005592, 0, 0, 0, 0, 'Fras Siabi - emote text'), +(3057103, 0, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Pause movement'), +-- chromie end +(3099701, 0, 29, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'remove npc_flag_questgiver'), +(3099702, 0, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Pause movement'), +(3099702, 3, 15, 58986, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'cast Chromie Transform'), +(3099702, 3, 0, 0, 0, 0, 0, 0, 2000005593, 0, 0, 0, 0, 'Chromie - yell text'), +(3099702, 4, 29, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'add npc_flag_gossip | npc_flag_questgiver'); +-- texts +DELETE FROM db_script_string WHERE entry BETWEEN 2000005580 AND 2000005593; +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +-- inn +(2000005580,'Hey! Stop rooting around in my cellar! Clear out!',0,0,0,5,'Michael Belfast - say_inn_1'), +(2000005581,'What were you doing in my cellar? There\'s a food scare going on, and the last thing I need is strangers rummaging around in my goods! Shoo!',0,0,0,5,'Michael Belfast - say_inn_2'), +(2000005582,'This whole situation seems a bit paranoid, don\'t you think?',0,0,0,6,'Hearthsinger Forresten - say_inn_2'), +(2000005583,'Orders are orders. If the Prince says jump...',0,0,0,1,'Footman James - say_inn_3'), +(2000005584,'It\'s a strange order, you can\'t deny. Suspicious food? Under that definition, you should arrest Belfast!',0,0,0,1,'Fras Siabi - say_inn_4'), +(2000005585,'I HEARD THAT! No more ale for you! Not a drop!',0,0,0,5,'Michael Belfast - say_inn_5'), +(2000005586,'Enough, Michael. Business is hurting enough with this scare as it is. We can use every copper.',0,0,0,1,'Mal Corricks - say_inn_6'), +(2000005587,'The soldiers are doing important work. The safety of the people is more important, Mal, if you\'re interested in your customers living to spend another day.',0,0,0,1,'Gryan Stoutmantle - say_inn_7'), +(2000005588,'%s grudgingly nods.',0,2,0,0,'Mal Corricks - emote_inn_1'), +(2000005589,'I can\'t argue with that.',0,0,0,1,'Mal Corricks - say_inn_8'), +(2000005590,'Don\'t worry too much. By the time I went off duty, we hadn\'t found a scrap of befouled grain here.',0,0,0,1,'Footman James - say_inn_9'), +(2000005591,'Thank the Light for that.',0,0,0,1,'Hearthsinger Forresten - say_inn_10'), +(2000005592,'%s nods.',0,2,0,0,'Fras Siabi - emote_inn_2'), +-- chromie +(2000005593,'Why, hello again!',0,0,0,0,'Chromie say_end_1'); +-- ### Part 2 ### +-- movement +DELETE FROM creature_movement_template WHERE entry IN (27903,27877); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES +-- roger +(27903,1,1588.942, 597.9799, 99.37262, 6000, 2790301, 2.80), +(27903,2,1589.883, 608.7765, 99.63657, 0, 0, 0), +(27903,3,1588.607, 616.2296, 99.88657, 0, 0, 0), +(27903,4,1586.06, 619.9573, 99.96897, 0, 0, 0), +(27903,5,1580.011, 623.6895, 100.0418, 7000, 2790305, 4.43), +(27903,6,1575.576, 619.935, 99.422, 0, 0, 0), +(27903,7,1577.633, 620.642, 99.584, 6000, 2790307, 0.61), +(27903,8,1580.215, 624.368, 99.924, 0, 0, 0), +(27903,9,1587.471, 618.181, 99.850, 0, 0, 0), +(27903,10,1592.646, 590.888, 99.151, 0, 2790310, 0), +-- morigam +(27877,1,1561.57, 670.32, 102.144, 11000, 2787701, 0.57), +(27877,2,1565.856, 668.4106, 102.1827, 0, 0, 0), +(27877,3,1569.26, 668.5543, 102.1814, 5000, 0, 0.76), +(27877,4,1569.26, 668.5543, 102.1814, 27000, 2787704, 2.61), +(27877,5,1576.119, 657.675, 102.09, 0, 0, 0), +(27877,6,1586.040, 646.113, 100.910, 0, 0, 0), +(27877,7,1609.189, 697.134, 106.902, 0, 2790310, 0); +-- movement scripts +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2790301,2790305,2790307,2790310,2787701,2787704); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, x, y, z, o, comments) VALUES +-- roger +(2790301, 1, 0, 0, 0, 0, 0, 0, 2000005594, 0, 0, 0, 0, 0, 'Roger Owens - yell text'), +(2790305, 0, 0, 0, 0, 0, 0, 0, 2000005595, 0, 0, 0, 0, 0, 'Roger Owens - yell text'), +(2790305, 5, 0, 0, 0, 0, 0, 0, 2000005596, 0, 0, 0, 0, 0, 'Roger Owens - yell text'), +(2790307, 0, 0, 0, 0, 0, 0, 0, 2000005597, 0, 0, 0, 0, 0, 'Roger Owens - yell text'), +(2790307, 4, 0, 0, 0, 0, 0, 0, 2000005598, 0, 0, 0, 0, 0, 'Roger Owens - yell text'), +(2790310, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'despawn'), +-- morigam +(2787701, 3, 0, 0, 0, 0, 0, 0, 2000005599, 0, 0, 0, 0, 0, 'Sergeant Morigan - yell text'), +(2787701, 9, 0, 0, 0, 27876, 10, 0, 2000005600, 0, 0, 0, 0, 0, 'Silvio Perelli - yell text'), +(2787704, 0, 0, 0, 0, 0, 0, 0, 2000005601, 0, 0, 0, 0, 0, 'Sergeant Morigan - yell text'), +(2787704, 3, 3, 0, 0, 27876, 10, 0, 0, 0, 1563.337, 671.6413, 102.1412, 5.91, 'Silvio Perelli - set orientation'), +(2787704, 5, 0, 0, 0, 27876, 10, 0, 2000005602, 0, 0, 0, 0, 0, 'Silvio Perelli - yell text'), +(2787704, 8, 0, 0, 0, 0, 0, 0, 2000005603, 0, 0, 0, 0, 0, 'Sergeant Morigan - yell text'), +(2787704, 18, 0, 0, 0, 27876, 10, 0, 2000005604, 0, 0, 0, 0, 0, 'Silvio Perelli - yell text'), +(2787704, 23, 0, 0, 0, 0, 0, 0, 2000005605, 0, 0, 0, 0, 0, 'Sergeant Morigan - yell text'); +-- texts +DELETE FROM db_script_string WHERE entry BETWEEN 2000005594 AND 2000005605; +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +-- roger +(2000005594,'Ok, enough work for now. Time for refreshments and a little conversation in the inn.',0,0,0,1,'Roger Owens - say_roger_1'), +(2000005595,'Wait, what\'s that smell?',0,0,0,1,'Roger Owens - say_roger_2'), +(2000005596,'Can\'t be me, I took a bath 3 days ago!',0,0,0,1,'Roger Owens - say_roger_3'), +(2000005597,'Oh, close call. It\'s just the grain here.',0,0,0,1,'Roger Owens - say_roger_4'), +(2000005598,'Wait a second. Grain isn\'t supposed to smell like THAT! I better go find a guard.',0,0,0,1,'Roger Owens - say_roger_5'), +-- morigam +(2000005599,'You don\'t mind me checking out your merchandise for signs of tampering, do you?',0,0,0,1,'Sergeant Morigan - say_morigan_1'), +(2000005600,'No, Sergeant.',0,0,0,0,'Silvio Perelli - say_morigan_2'), +(2000005601,'Wait, what is this? You\'ve been holding out on me, Perelli!',0,0,0,1,'Sergeant Morigan - say_morigan_3'), +(2000005602,'What are you talking about, Sergeant!',0,0,0,5,'Silvio Perelli - say_morigan_4'), +(2000005603,'I\'m confiscating this suspicious grain, Perelli. We were looking for signs of tampered food, and it would be in your best interest to stay put while Prince Arthas checks this out.',0,0,0,1,'Sergeant Morigan - say_morigan_5'), +(2000005604,'You have to believe me, I\'m innocent!',0,0,0,1,'Silvio Perelli - say_morigan_6'), +(2000005605,'We\'ll see about that, Perelli. We\'ll see about that.',0,0,0,1,'Sergeant Morigan - say_morigan_7'); +-- ### Part 3 ### +-- movement +DELETE FROM creature_movement_template WHERE entry IN (27885,27891,27892,27907); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES +-- jena +(27885,1,1602.132, 743.804, 114.7333, 0, 0, 0), +(27885,2,1607.698, 744.5809, 114.7331, 0, 0, 0), +(27885,3,1614.583, 743.2285, 114.1251, 0, 0, 0), +(27885,4,1617.615, 737.8293, 113.4772, 0, 0, 0), +(27885,5,1623.717, 727.2723, 112.285, 0, 0, 0), +(27885,6,1628.827, 726.0397, 112.5336, 0, 0, 0), +(27885,7,1633.366, 726.3549, 113.5041, 20000, 2788507, 0.61), +(27885,8,1629.688, 729.167, 112.6997, 6000, 2788508, 0), +(27885,9,1613.928, 715.9256, 109.6573, 0, 0, 0), +(27885,10,1607.678, 700.3972, 107.06, 0, 2790310, 0), +-- malcolm +(27891,1,1605.452, 804.9279, 122.961, 0, 2789101, 0), +(27891,2,1613.629, 795.9061, 121.8324, 1000, 2789102, 0.63), +(27891,3,1623.677, 799.6086, 120.5017, 0, 0, 0), +(27891,4,1625.647, 805.1909, 121.0386, 0, 0, 0), +(27891,5,1623.526, 808.2736, 121.2789, 8000 , 2789105, 0.06), +(27891,6,1628.014, 806.9391, 120.2136, 0, 0, 0), +(27891,7,1630.197, 808.7338, 120.2776, 0, 0, 0), +(27891,8,1630.235, 810.9423, 120.3985, 7000, 2789108, 2.16), +(27891,9,1641.452, 812.600, 119.948, 0, 0, 0), +(27891,10,1679.852, 912.245, 120.533, 0, 0, 0), +(27891,11,1699.915, 967.110, 121.643, 0, 0, 0), +(27891,12,1678.393, 1026.890, 125.431, 0, 0, 0), +(27891,13,1678.943, 1093.130, 126.899, 0, 0, 0), +(27891,14,1700.042, 1103.880, 130.872, 0, 2790310, 0), +-- scruffy +(27892,1,1609.497, 797.1868, 122.3031, 0, 0, 0), +(27892,2,1612.855, 794.5053, 121.9534, 0, 0, 0), +(27892,3,1617.072, 793.0383, 121.2942, 0, 0, 0), +(27892,4,1621.126, 794.4536, 120.6827, 0, 0, 0), +(27892,5,1624.841, 798.4964, 120.3256, 0, 0, 0), +(27892,6,1626.933, 801.0958, 120.1692, 0, 0, 0), +(27892,7,1628.722, 805.1, 120.2136, 1000, 2789207, 2.56), +(27892,8,1623.526, 808.2736, 121.2789, 0, 0, 0), +(27892,9,1629.004, 810.138, 120.4927, 11000,2789209, 1.69), +(27892,10,1630.692, 808.011, 120.083, 1000, 2789210, 4.40), +-- bartelby +(27907,1,1670.26, 872.873, 120.035, 2000, 2790701, 0.41), +(27907,2,1672.917, 871.3535, 120.3277, 15000, 2790702, 0.92), +(27907,3,1667.076, 870.0946, 119.9527, 0, 0, 0), +(27907,4,1662.828, 866.6351, 119.8706, 0, 0, 0), +(27907,5,1658.108, 859.9075, 119.1869, 0, 0, 0), +(27907,6,1641.229, 825.2514, 120.1012, 0, 0, 0), +(27907,7,1638.217, 815.4248, 119.9439, 0, 2790310, 0); +-- movement scripts +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2788507,2788508,2789101,2789102,2789105,2789108,2789207,2789209,2789210); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, x, y, z, o, comments) VALUES +-- jena +(2788507, 0, 0, 0, 0, 0, 0, 0, 2000005606, 0, 0, 0, 0, 0, 'Jena Anderson - yell text'), +(2788507, 12, 3, 0, 0, 27884, 20, 0, 0, 0, 1635.827, 723.1434, 113.5619, 3.18, 'Martha Goslin - set orientation'), +(2788507, 12, 0, 0, 0, 27884, 20, 0, 2000005607, 0, 0, 0, 0, 0, 'Martha Goslin - yell text'), +(2788507, 16, 0, 0, 0, 0, 0, 0, 2000005608, 0, 0, 0, 0, 0, 'Jena Anderson - yell text'), +(2788508, 0, 0, 0, 0, 0, 0, 0, 2000005610, 0, 0, 0, 0, 0, 'Jena Anderson - yell text'), +(2788508, 1, 0, 0, 0, 0, 0, 0, 2000005609, 0, 0, 0, 0, 0, 'Jena Anderson - yell text'), +(2788508, 4, 0, 0, 0, 27884, 20, 0, 2000005611, 0, 0, 0, 0, 0, 'Martha Goslin - yell text'), +-- malcolm +(2789101, 0, 10, 27892, 60000, 0, 0, 0, 0, 0, 1601.438, 804.9377, 123.701, 5.43, 'Malcolm Moore - spawn Scruffy'), +(2789102, 0, 0, 0, 0, 0, 0, 0, 2000005612, 0, 0, 0, 0, 0, 'Malcolm Moore - yell text'), +(2789105, 4, 0, 0, 0, 0, 0, 0, 2000005614, 0, 0, 0, 0, 0, 'Malcolm Moore - yell text'), +(2789108, 0, 0, 0, 0, 0, 0, 0, 2000005615, 0, 0, 0, 0, 0, 'Malcolm Moore - yell text'), +(2789108, 4, 0, 0, 0, 0, 0, 0, 2000005616, 0, 0, 0, 0, 0, 'Malcolm Moore - yell text'), +-- scruffy +(2789207, 0, 0, 0, 0, 0, 0, 0, 2000005613, 0, 0, 0, 0, 0, 'Scruffy - emote text'), +(2789209, 0, 1, 393, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Scruffy - emote'), +(2789209, 0, 16, 9035, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Scruffy - play sound'), +(2789210, 0, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Pause movement'); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2790701,2790702); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, comments) VALUES +-- bartelby +(2790701, 0, 0, 0, 0, 0, 0, 0, 2000005617, 2000005618, 2000005619, 0, 'Bartleby Battson - yell text'), +(2790702, 0, 0, 0, 0, 0, 0, 0, 2000005620, 0, 0, 0, 'Bartleby Battson - yell text'), +(2790702, 6, 0, 0, 0, 0, 0, 0, 2000005621, 0, 0, 0, 'Bartleby Battson - yell text'), +(2790702, 9, 0, 0, 0, 0, 0, 0, 2000005622, 0, 0, 0, 'Bartleby Battson - yell text'); +-- texts +DELETE FROM db_script_string WHERE entry BETWEEN 2000005606 AND 2000005622; +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +-- jena +(2000005606,'Martha, I\'m out of flour for bread. You wouldn\'t happen to have any grain from that recent shipment, would you?',0,0,0,6,'Jena Anderson - say_jena_1'), +(2000005607,'Oh hello, Jena. Of course you can borrow some grain. Help yourself.',0,0,0,1,'Martha Goslin - say_jena_2'), +(2000005608,'Thanks, Martha! I owe you one.',0,0,0,0,'Jena Anderson - say_jena_3'), +(2000005609,'Martha, something\'s wrong with this grain! Some of the Prince\'s soldiers were looking for this. I\'m going to go look for one.',0,0,0,5,'Jena Anderson - say_jena_4'), +(2000005610,'Oh, dear.',0,0,0,1,'Jena Anderson - say_jena_5'), +(2000005611,'Oh, my.',0,0,0,1,'Martha Goslin - say_jena_6'), +-- malcolm +(2000005612,'Looks like a storm\'s coming in, Scruffy...',0,0,0,0,'Malcolm Moore - say_malcolm_1'), +(2000005613,'%s begins to growl...',1108,2,0,0,'Scruffy - say_malcolm_2'), +(2000005614,'What\'s wrong, pal?',0,0,0,0,'Malcolm Moore - say_malcolm_3'), +(2000005615,'What did you find, boy?',0,0,0,16,'Malcolm Moore - say_malcolm_4'), +(2000005616,'This is no good, Scruffy. Stay here and guard the house, I need to go find a soldier.',0,0,0,0,'Malcolm Moore - say_malcolm_6'), +-- bartleby +(2000005617,'This grain shipment has been nothing but trouble!',0,0,0,5,'Bartleby Battson - say_bartelby_1'), +(2000005618,'I\'m going to lose my on time bonus because of this!',0,0,0,5,'Bartleby Battson - say_bartelby_2'), +(2000005619,'I wasn\'t even supposed to be here today!',0,0,0,5,'Bartleby Battson - say_bartelby_3'), +(2000005620,'Well, guess I should load everything back into the cart.',0,0,0,0,'Bartleby Battson - say_bartelby_4'), +(2000005621,'Oh, come on! My cart broke, my horse lost a shoe, and now the cargo goes bad!',0,0,0,5,'Bartleby Battson - say_bartelby_5'), +(2000005622,'I guess I\'ll go find the athorities. If I\'m lucky they\'ll tell me it\'s the plague and that we\'re all going to die.',0,0,0,1,'Bartleby Battson - say_bartelby_6'); + +-- --------------- +-- Various +-- --------------- +-- Fix DK quest spell click +DELETE FROM npc_spellclick_spells where npc_entry IN (29708,28782); +INSERT INTO npc_spellclick_spells (npc_entry, spell_id, quest_start, quest_start_active, quest_end, cast_flags,condition_id) VALUES +(28782, 52349, 12687, 1, 12687, 1, 0), +(29708, 55028, 12856, 1, 12856, 1, 0); +-- Vehicle data fix +UPDATE creature_template SET MinLevel = 80, MaxLevel = 80, MinLevelHealth = 12600, MaxLevelHealth = 12600, MinLevelMana = 11982, MaxLevelMana = 11982, Armor = 9633 WHERE entry = 28999; +-- Icefang +UPDATE creature_template SET MinLevel = 80, MaxLevel = 80, MinLevelHealth = 63000, MaxLevelHealth = 63000, Armor = 9730, MovementType = 2 WHERE entry = 29602; +DELETE FROM creature_movement_template WHERE entry IN (29602); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, script_id, waittime) VALUES +(29602,1, 7085.600, -1941.878, 773.144, 2960201, 1000), +(29602,2, 7073.979, -1964.498, 768.656, 0, 0), +(29602,3, 7082.235, -1993.693, 767.976, 0, 0), +(29602,4, 7089.624, -2024.012, 766.308, 0, 0), +(29602,5, 7102.195, -2072.441, 763.672, 0, 0), +(29602,6, 7116.834, -2127.098, 759.205, 0, 0), +(29602,7, 7140.550, -2161.849, 761.036, 0, 0), +(29602,8, 7170.924, -2192.156, 761.323, 0, 0), +(29602,9, 7219.515, -2226.946, 759.077, 0, 0), +(29602,10,7280.996, -2271.891, 756.243, 0, 0), +(29602,11,7335.085, -2294.143, 755.844, 0, 0), +(29602,12,7385.635, -2314.972, 757.249, 0, 0), +(29602,13,7401.934, -2346.189, 755.022, 0, 0), +(29602,14,7407.586, -2379.071, 753.156, 0, 0), +(29602,15,7385.282, -2407.132, 748.946, 0, 0), +(29602,16,7344.961, -2407.402, 750.123, 0, 0), +(29602,17,7317.786, -2377.497, 749.030, 0, 0), +(29602,18,7297.351, -2348.611, 749.586, 0, 0), +(29602,19,7271.876, -2316.258, 752.514, 0, 0), +(29602,20,7243.617, -2296.425, 753.760, 0, 0), +(29602,21,7202.361, -2270.390, 755.781, 0, 0), +(29602,22,7170.279, -2249.533, 758.963, 0, 0), +(29602,23,7136.257, -2227.768, 758.618, 0, 0), +(29602,24,7117.583, -2202.440, 758.786, 0, 0), +(29602,25,7096.870, -2167.813, 758.943, 0, 0), +(29602,26,7083.056, -2130.481, 758.719, 0, 0), +(29602,27,7078.193, -2078.994, 759.237, 0, 0), +(29602,28,7105.447, -2028.474, 768.562, 0, 0), +(29602,29,7105.573, -1999.694, 771.150, 2960228, 0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2960201, 2960228); +INSERT INTO dbscripts_on_creature_movement (id, command, datalong, comments) VALUES +(2960201, 25, 1, 'set run on'), +(2960228, 14, 54908, 'remove aura Riding Icefang'); +DELETE FROM spell_script_target WHERE entry = 54798; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(54798,1,29358,0), +(54798,1,29351,0); +DELETE FROM dbscripts_on_spell WHERE id IN (54799,54804); +INSERT INTO dbscripts_on_spell (id, command, datalong, data_flags, comments) VALUES +(54804, 8, 29595, 0, 'kill credit for quest 12851'), +(54799, 8, 29597, 0, 'kill credit for quest 12851'); +DELETE FROM vehicle_accessory WHERE vehicle_entry IN (30174,29500); +INSERT INTO vehicle_accessory (vehicle_entry, seat, accessory_entry, comment) VALUES +(29500, 0, 29498, 'Brunnhildar Warmaiden'), +(30174, 0, 30175, 'Hyldsmeet Bear Rider'); +-- quest 12981 +DELETE FROM creature_template_addon WHERE entry = 30169; +INSERT INTO creature_template_addon (entry, auras) VALUES (30169, 56118); +DELETE FROM spell_script_target WHERE entry = 56099; +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(56099,1,30169,0); +-- quest 11590 +DELETE FROM spell_script_target WHERE entry IN (45630,45651,45735); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(45651,1,25474,0), +(45630,1,25474,0), +(45735,1,25474,0); +-- cast at quest completion - maybe there are some missing cinematics here. +DELETE FROM dbscripts_on_spell WHERE id IN (45651); +INSERT INTO dbscripts_on_spell (id, command, datalong, data_flags, comments) VALUES +(45651, 18, 0, 0, 'despawn captured beryl sorcerer'); +-- quests 11919, 11940 +-- quest ending +DELETE FROM db_script_string WHERE entry IN (2000005623,2000005624,2000005625,2000005626); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000005623,'Easy now, drakeling.',0,0,0,0,'Raelorasz - say_drake_1'), +(2000005624,'A wonderful specimen.',0,0,0,0,'Raelorasz - say_drake_2'), +(2000005625,'Sleep now, young one....',0,0,0,0,'Raelorasz - say_drake_3'), +(2000005626,'Yes, this one should advance my studies nicely....',0,0,0,0,'say_drake_4'); +DELETE FROM dbscripts_on_spell WHERE id IN (46702,46693); +INSERT INTO dbscripts_on_spell (id, delay, command, datalong, data_flags, dataint, dataint2, dataint3, comments) VALUES +(46702, 1, 15, 46704, 6, 0, 0, 0, 'cast Raelorasz Fireball'), +(46702, 1, 0, 0, 2, 2000005623, 2000005624, 2000005625, 'say text'), +(46702, 5, 0, 0, 2, 2000005626, 0, 0, 'say text'), +(46693, 0, 14, 46691, 2, 0, 0, 0, 'remove Drake Hatchling Subdued aura'); +-- quest 11090 +UPDATE creature_template SET FactionAlliance = 14, FactionHorde = 14, UnitFlags = UnitFlags|33554432, MinLevel = 73, MaxLevel = 73, InhabitType = 7 WHERE entry = 23416; +-- quest 11154 +DELETE FROM spell_script_target WHERE entry IN (43307); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(43307,1,24230,0); +-- guesswork - to be checked! +UPDATE creature_template SET UnitFlags = UnitFlags|33554432 WHERE entry = 24230; +-- quest 11889 +DELETE FROM spell_script_target WHERE entry IN (45863); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(45863,1,24771,0); +-- quest 11645 and 11468 +DELETE FROM item_required_target WHERE entry IN (34111,34121); +INSERT INTO item_required_target (entry, type, targetEntry) VALUES +(34111, 1, 24746), +(34121, 1, 24747); +-- quest 11470 +UPDATE creature_template SET InhabitType = InhabitType|4 WHERE entry = 24783; +DELETE FROM creature_template_spells WHERE entry IN (24783); +INSERT INTO creature_template_spells (entry, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8) VALUES +(24783, 44422, 44423, 44424, 0, 0, 0, 0, 0); +-- quest 13284, 13301 +DELETE FROM creature_linking_template WHERE entry IN (31832, 31701); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(31832, 571, 31833, 131, 12), +(31701, 571, 31737, 131, 12); +-- quest 13309 +UPDATE creature SET MovementType = 0 WHERE id = 31881; +DELETE FROM npc_spellclick_spells where npc_entry IN (32227, 31884); +-- INSERT INTO npc_spellclick_spells (npc_entry, spell_id, quest_start, quest_start_active, quest_end, cast_flags,condition_id) VALUES +-- todo: add spell click and creature template spells for these +DELETE FROM creature_template_spells WHERE entry IN (32227, 31884); +INSERT INTO creature_template_spells (entry, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8) VALUES +(32227,59880, 0, 0, 0, 0, 0, 0, 0), +(31884,59880, 0, 0, 0, 0, 0, 0, 0); +-- quest 10935 +-- despawn link on death (despawn colonel on dreanei death) +DELETE FROM creature_linking_template WHERE entry IN (22432); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(22432, 530, 22431, 16, 20); +-- movement and inhabit +UPDATE creature_template SET InhabitType = InhabitType|4 WHERE entry = 22507; +UPDATE creature_template SET MovementType = 0 WHERE entry IN (22505,22507,22506); +-- fix quest condition +UPDATE quest_template SET ReqSpellCast1 = 0 WHERE entry = 10935; +-- draenei move +DELETE FROM creature_movement_template WHERE entry IN (22431); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, script_id, waittime) VALUES +(22431,1, -707.411, 2750.491, 101.591, 0, 0), +(22431,2, -709.274, 2748.262, 101.591, 0, 0), +(22431,3, -710.760, 2747.854, 101.591, 0, 1000), +(22431,4, -709.274, 2748.262, 101.591, 0, 0), +(22431,5, -707.411, 2750.491, 101.591, 0, 0), +(22431,6, -707.210, 2754.110, 101.675, 0, 1000); +-- quest 3566 +UPDATE quest_template SET StartScript = 3566 WHERE entry = 3566; +DELETE FROM dbscripts_on_quest_start WHERE id = 3566; +INSERT INTO dbscripts_on_quest_start (id,delay,command,datalong,datalong2,x,y,z,o,comments) VALUES +(3566, 2, 10, 8421, 120000, -6462.33, -1240.68, 180.285, 3.40242, 'spawn Dorius'); +UPDATE creature_template SET MovementType = 2 WHERE entry = 8421; +-- linking +DELETE FROM creature_linking_template WHERE entry IN (8421, 8391); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(8421, 0, 8400, 3, 50), +(8391, 0, 8400, 3, 50); +-- movement script +DELETE FROM creature_movement_template WHERE entry IN (8421); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, script_id, waittime, orientation) VALUES +(8421, 1, -6475.807, -1246.440, 180.248, 842101, 1000, 2.27); +-- move script +DELETE FROM dbscripts_on_creature_movement WHERE id IN (842101); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, dataint, comments) VALUES +(842101, 0, 32, 1, 0, 0, 'Dorius - pause waypoints'); +-- dialogue by eventAI +-- quest 9729 +UPDATE creature_template SET MovementType = 0 WHERE entry IN (18088, 18089, 18154); +-- this faction is guesswork +UPDATE creature_template SET FactionAlliance = 74, FactionHorde = 74 WHERE entry = 18154; +-- quest 11085 +DELETE FROM creature WHERE id IN (23383); +DELETE FROM creature WHERE guid IN (140772, 140773, 140774); +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) VALUES +(140772,23383, 530, 1, 1, 0, 0, -4106.64, 3029.76, 344.877, 0.820305, 60, 0, 0, 6986, 0, 0, 0), +(140773,23383, 530, 1, 1, 0, 0, -3712.91, 3802.86, 302.928, 1.580229, 60, 0, 0, 6986, 0, 0, 0), +(140774,23383, 530, 1, 1, 0, 0, -3655.85, 3380.96, 312.994, 0.146884, 60, 0, 0, 6986, 0, 0, 0); +-- ToDo: add the 3rd missing spawn and then add pool on all these +-- Also add spawn for GO 185952 +-- remove broken auras!! these should not be used by these creautres +UPDATE creature_addon SET auras = NULL WHERE guid IN (SELECT guid FROM creature WHERE id = 21911); +-- quest 12082 +UPDATE gameobject SET state = 0 WHERE id IN (188480); +UPDATE creature_template_addon SET auras = NULL WHERE entry = 26867; +UPDATE creature_template SET FactionAlliance = 14, FactionHorde = 14 WHERE entry IN (26871,26865); +-- quest 5944 +DELETE FROM spell_script_target WHERE entry IN (18969,18811); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(18969,1,1842,0), +(18811,1,1836,0); +-- linking +DELETE FROM creature_linking_template WHERE entry IN (12128); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(12128, 0, 1840, 513, 20); +-- quest 11198 +UPDATE creature_template SET MovementType = 2, InhabitType = 2 WHERE entry IN (23899); +-- note: movement is not 100% accurate +DELETE FROM creature_movement_template WHERE entry IN (23899); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, script_id, waittime, orientation) VALUES +(23899,1, -3900.415, -4754.055, -12.02, 2389901, 1000, 1.24), +(23899,2, -3901.407, -4733.658, -1.52, 0, 0, 1.24), +(23899,3, -3900.897, -4694.766, -1.52, 0, 0, 0), +(23899,4, -3879.212, -4685.591, -1.52, 0, 0, 0), +(23899,5, -3874.114, -4669.485, -1.52, 0, 0, 0), +(23899,6, -3885.942, -4656.377, -1.52, 0, 0, 0), +(23899,7, -3908.514, -4675.297, -1.52, 0, 0, 0), +(23899,8, -3913.954, -4703.188, -1.52, 0, 0, 0), +(23899,9, -3909.002, -4704.592, -1.52, 0, 0, 0), +(23899,10, -3890.338, -4699.576, -1.52, 0, 0, 0), +(23899,11, -3890.559, -4689.315, -1.52, 0, 0, 0), +(23899,12, -3891.030, -4671.170, -1.52, 2389912, 1000, 0.74); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2389901,2389912); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, comments) VALUES +(2389901, 0, 25, 1, 0, 0, 0, 0, 0, 'Tethyr - set run'), +(2389912, 0, 32, 1, 0, 0, 0, 0, 0, 'Tethyr - pause waypoints'), +(2389912, 0, 0, 0, 0, 23905, 100, 0, 2000005634, 'yell_tethyr_1'), +(2389912, 5, 0, 0, 0, 23905, 100, 0, 2000005635, 'yell_tethyr_2'); +DELETE FROM db_script_string WHERE entry IN (2000005634,2000005635,2000005636,2000005637,2000005638); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000005634,'Prepare to fire upon my command! Ready, aim...',0,1,0,0,'major mills - yell_tethyr_1'), +(2000005635,'FIRE AT WILL!',0,1,0,22,'major mills - yell_tethyr_2'), +(2000005636,'Marksmen, form up and take your positions!',0,1,0,0,'major mills - yell_tethyr_0'), +(2000005637,'We did it! We\'ve defeated Tethyr!',0,1,0,0,'marksman - yell_tethyr_dead'), +(2000005638,'We defeated the sea monster!',0,1,0,0,'marksman - yell_tethyr_dead'); +DELETE FROM dbscripts_on_quest_start WHERE id = 11198; +INSERT INTO dbscripts_on_quest_start (id,delay,command,datalong,datalong2,buddy_entry,search_radius,data_flags,dataint,dataint2,dataint3,dataint4,x,y,z,o,comments) VALUES +(11198, 2, 0, 0, 0, 0, 0, 0, 2000005636, 0,0,0,0,0,0,0,'yell_tethyr_0'), +(11198, 5, 10, 23900, 0, 0, 0, 0, 0, 0, 0, 0, -3924.35, -4656.55, 9.15409, 5.80749, 'spawn Theramore Marksman'), +(11198, 5, 10, 23900, 0, 0, 0, 0, 0, 0, 0, 0, -3917.6, -4648.53, 9.32604, 5.56795, 'spawn Theramore Marksman'), +(11198, 5, 10, 23900, 0, 0, 0, 0, 0, 0, 0, 0, -3904.77, -4635.09, 9.62735, 5.49334, 'spawn Theramore Marksman'), +(11198, 5, 10, 23900, 0, 0, 0, 0, 0, 0, 0, 0, -3890.48, -4620.7, 9.55527, 4.99383, 'spawn Theramore Marksman'), +(11198, 5, 10, 23900, 0, 0, 0, 0, 0, 0, 0, 0, -3865.94, -4617.2, 9.26262, 4.16523, 'spawn Theramore Marksman'), +(11198, 5, 10, 23900, 0, 0, 0, 0, 0, 0, 0, 0, -3856.59, -4622.45, 9.24753, 3.87856, 'spawn Theramore Marksman'), +(11198, 5, 10, 23900, 0, 0, 0, 0, 0, 0, 0, 0, -3834.8, -4645.41, 9.25827, 3.61152, 'spawn Theramore Marksman'), +(11198, 5, 10, 23900, 0, 0, 0, 0, 0, 0, 0, 0, -3826.61, -4655.32, 9.21484, 3.13243, 'spawn Theramore Marksman'), +(11198, 5, 10, 23900, 0, 0, 0, 0, 0, 0, 0, 0, -3830.76, -4673.74, 9.50962, 2.70832, 'spawn Theramore Marksman'), +(11198, 5, 10, 23900, 0, 0, 0, 0, 0, 0, 0, 0, -3843.65, -4687.59, 9.6436, 2.43735, 'spawn Theramore Marksman'), +(11198, 5, 10, 23900, 0, 0, 0, 0, 0, 0, 0, 0, -3851.97, -4697.24, 9.36834, 2.33525, 'spawn Theramore Marksman'), +(11198, 5, 10, 23900, 0, 0, 0, 0, 0, 0, 0, 0, -3858.49, -4703.49, 9.17411, 2.33525, 'spawn Theramore Marksman'), +(11198, 8, 10, 23899, 0, 0, 0, 6, 0, 0, 0, 0, -3900.415, -4754.055, -12.02, 1.24, 'spawn Tethyr'); +DELETE FROM dbscripts_on_creature_death WHERE id = 23899; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, comments) VALUES +(23899, 0, 0, 0, 0, 23900, 100, 0, 2000005637, 0, 'yell_tethyr_dead'), +(23899, 10, 0, 0, 0, 23900, 100, 0, 2000005638, 0, 'yell_tethyr_dead'); +-- TEMP WORKAROUND in order to make the GO usable in script after use +DELETE FROM dbscripts_on_go_template_use WHERE id = 186432; +INSERT INTO dbscripts_on_go_template_use (id, delay, command, datalong, data_flags, comments) VALUES +(186432, 17, 27, 8, 6, 'remove no_interact flag'); +-- quest 12255 and 12259 +DELETE FROM conditions WHERE condition_entry IN (946, 947); +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(946, 9, 12255, 0), +(947, 9, 12259, 0); +DELETE FROM gossip_menu_option WHERE menu_id = 9512; +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, condition_id) VALUES +(9512, 0, 0, 'Unchain and control Flamebringer.', 1, 1, -1, 0, 951201, 0, 0, NULL, 946), +(9512, 1, 0, 'Unchain and control Flamebringer.', 1, 1, -1, 0, 951201, 0, 0, NULL, 947); +DELETE FROM dbscripts_on_gossip WHERE id = 951201; +INSERT INTO dbscripts_on_gossip (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, +dataint3, dataint4, x, y, z, o, comments) VALUES +(951201, 0, 15, 48595, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 'cast Summon Flamebringer'), +(951201, 1, 15, 48600, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 'cast Ride Flamebringer'), +(951201, 1, 15, 48602, 0, 27292, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'cast Flight'); +UPDATE creature_template SET InhabitType = InhabitType|4 WHERE entry = 27292; +-- quest 12644 +UPDATE gameobject SET spawntimesecs = -180 WHERE id = 190643; +-- quest 7041 +DELETE FROM dbscripts_on_go_template_use WHERE id = 178905; +INSERT INTO dbscripts_on_go_template_use (id,command,datalong,datalong2,comments) VALUES +(178905,10,13696,60000,'summon Noxxious Scion'), +(178905,10,13696,60000,'summon Noxxious Scion'), +(178905,10,13696,60000,'summon Noxxious Scion'); +-- quest 11405 +UPDATE quest_template SET CompleteScript = 11405 WHERE entry = 11405; +DELETE FROM dbscripts_on_quest_end WHERE id = 11405; +INSERT INTO dbscripts_on_quest_end (id,delay,command,datalong,datalong2,data_flags,dataint,x,y,z,o,comments) VALUES +(11405,1,0,0,0,2,2000005639,0,0,0,0,'say_summon_horseman_1'), +(11405,3,0,0,0,2,2000005640,0,0,0,0,'say_summon_horseman_2'), +(11405,5,0,0,0,2,2000005641,0,0,0,0,'say_summon_horseman_3'), +(11405,8,0,0,0,2,2000005642,0,0,0,0,'say_summon_horseman_4'), +(11405,8,15,42909,0,0,0,0,0,0,0,'cast Headless Horseman Climax - Summoning Rhyme, Shake, Medium'), +(11405,10,10,23682,0,0,0,1765.28,1347.46,17.5514,0.100363,'summon Headless Horseman'); +UPDATE creature_template SET MovementType = 2,InhabitType = InhabitType|4 WHERE entry = 23682; +DELETE FROM db_script_string WHERE entry IN (2000005639,2000005640,2000005641,2000005642,2000005643,2000005644); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000005639,'Horseman rise...',0,0,0,0,'horseman say_summon_horseman_1'), +(2000005640,'Your time is night...',0,0,0,0,'horseman say_summon_horseman_2'), +(2000005641,'You felt death once...',0,0,0,0,'horseman say_summon_horseman_3'), +(2000005642,'Now, know demise!',0,0,0,0,'horseman say_summon_horseman_4'), +(2000005643,'It is over, your search is done! Let fate choose now, the righteous one.',11961,1,0,0,'horseman say_intro'), +(2000005644,'%s laughs.',11965,2,0,0,'horseman emote_laugh'); +DELETE FROM creature_movement_template WHERE entry IN (23682); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, script_id, waittime, orientation) VALUES +(23682,1,1766.327, 1347.983, 20.639, 2368201, 0, 0), +(23682,2,1768.127, 1348.233, 30.344, 0, 0, 0), +(23682,3,1774.342, 1348.627, 40.366, 0, 0, 0), +(23682,4,1784.442, 1349.328, 40.366, 0, 0, 0), +(23682,5,1796.890, 1348.784, 40.366, 0, 0, 0), +(23682,6,1802.690, 1352.518, 40.366, 0, 0, 0), +(23682,7,1803.613, 1360.228, 40.366, 0, 0, 0), +(23682,8,1800.439, 1366.104, 40.366, 0, 0, 0), +(23682,9,1791.870, 1369.557, 40.366, 0, 0, 0), +(23682,10,1781.039, 1373.541, 40.366, 0, 0, 0), +(23682,11,1774.959, 1372.638, 40.366, 0, 0, 0), +(23682,12,1767.927, 1375.606, 40.366, 0, 0, 0), +(23682,13,1761.487, 1375.764, 35.580, 0, 0, 0), +(23682,14,1757.467, 1373.681, 25.280, 0, 0, 0), +(23682,15,1757.916, 1366.613, 19.501, 2368215, 1000, 5.67); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2368201,2368215); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, comments) VALUES +(2368201, 0, 0, 0, 0, 0, 0, 0, 2000005643, 'Headless Horseman - say_intro'), +(2368201, 8, 0, 0, 0, 0, 0, 0, 2000005644, 'Headless Horseman - emote_laugh'), +(2368215, 0, 32, 1, 0, 0, 0, 0, 0, 'Headless Horseman - pause waypoints'); +-- linking +DELETE FROM creature_linking_template WHERE entry IN (23775); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(23775, 189, 23682, 4096, 0); +DELETE FROM spell_script_target WHERE entry IN (43306,43101); +INSERT INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) VALUES +(43306,1,23682,0), +(43101,1,23682,0); +-- bad model +UPDATE creature_template SET ModelId1 = 5187, ModelId2 = 21908 WHERE entry IN (23775); +-- quest 11476 +DELETE FROM conditions WHERE condition_entry IN (948, 949, 950); +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(948, 9, 11476, 1), +(949, 2, 35813, 1), +(950, -1, 948, 949); +DELETE FROM npc_spellclick_spells WHERE npc_entry = 26503; +INSERT INTO npc_spellclick_spells (npc_entry, spell_id, quest_start, quest_start_active, quest_end, cast_flags,condition_id) VALUES +(26503, 0, 0, 0, 0, 0, 950); +-- quest 12075 +DELETE FROM conditions WHERE condition_entry IN (951, 952, 953); +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(951, 9, 12075, 1), +(952, 32, 31261, 0), +(953, -1, 951, 952); +DELETE FROM npc_spellclick_spells WHERE npc_entry = 26809; +INSERT INTO npc_spellclick_spells (npc_entry, spell_id, quest_start, quest_start_active, quest_end, cast_flags,condition_id) VALUES +(26809, 0, 0, 0, 0, 0, 953); +-- non power regen creatures +UPDATE creature_template SET RegenerateStats = RegenerateStats&~2 where entry IN (37813,38582,38583,30790,15340,15262,33167,33109,36838,37672); +-- error fix +UPDATE creature SET spawndist = 0 WHERE id = 31881; +DELETE FROM creature_addon WHERE guid IN (120880,120881,120882,120883,120884,120903,120904,120905,120906,120907); +-- Missing vehicle data (YTDB) +DELETE FROM vehicle_accessory WHERE vehicle_entry IN (40081); +INSERT INTO vehicle_accessory (vehicle_entry, seat, accessory_entry, comment) VALUES +(40081, 0, 40083, 'Orb Carrier'), +(40081, 1, 40100, 'Orb Carrier'); +-- missing vehicle spells (YTDB) +DELETE FROM creature_template_spells WHERE entry IN (25334,25596,25743,26472,26523,26813,27061,27213,27258,27270,27292,27354,27496,27587,27629,27692,27714,27755,27756,27894,27992,27993,27996,28115,28222,28366,28605,28606,28607 +,28670,28781,28782,28833,28985,28999,29005,29414,29602,29677,29709,29884,29918,30124,30161,30228); +INSERT INTO creature_template_spells (entry, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8) VALUES +(25334, 50672, 45750, 50677, 47849, 47962, 0, 0, 0), +(25596, 45877, 0, 0, 0, 0, 0, 0, 0), +(25743, 46317, 46315, 46316, 0, 0, 0, 0, 0), +(26472, 49285, 29577, 0, 0, 0, 0, 0, 0), +(26523, 48211, 0, 0, 0, 0, 0, 0, 0), +(26813, 63507, 47434, 47454, 0, 0, 0, 0, 0), +(27061, 47966, 47921, 47938, 47939, 0, 0, 0, 0), +(27213, 48297, 0, 0, 0, 0, 0, 0, 0), +(27258, 48363, 48397, 54170, 0, 0, 0, 0, 0), +(27270, 49238, 0, 0, 0, 0, 0, 0, 0), +(27292, 48619, 48620, 52812, 0, 0, 0, 0, 0), +(27354, 48558, 48604, 48548, 48610, 0, 0, 0, 0), +(27496, 48984, 49063, 74608, 49025, 0, 0, 0, 0), +(27587, 49315, 49333, 49109, 49081, 0, 0, 0, 0), +(27629, 49161, 49243, 49263, 49264, 49367, 0, 0, 0), +(27692, 50328, 50341, 50344, 0, 0, 53389, 0, 0), +(27714, 49190, 49550, 0, 0, 0, 0, 0, 0), +(27755, 49840, 49838, 49592, 0, 0, 53389, 0, 0), +(27756, 50232, 50240, 50253, 0, 0, 53389, 0, 0), +(27894, 49872, 0, 0, 0, 0, 0, 0, 0), +(27992, 43997, 43986, 0, 0, 0, 0, 0, 0), +(27993, 43997, 43986, 0, 0, 0, 0, 0, 0), +(27996, 55987, 50430, 50348, 0, 0, 0, 0, 0), +(28115, 52331, 52358, 53032, 0, 0, 52321, 0, 0), +(28222, 50978, 50980, 50985, 50983, 54166, 0, 0, 0), +(28366, 51421, 0, 0, 0, 0, 0, 0, 0), +(28605, 52264, 52268, 0, 0, 0, 0, 0, 0), +(28606, 52264, 52268, 0, 0, 0, 0, 0, 0), +(28607, 52264, 52268, 0, 0, 0, 0, 0, 0), +(28670, 53114, 0, 53110, 0, 0, 0, 0, 0), +(28781, 52338, 60206, 0, 0, 0, 0, 0, 0), +(28782, 52362, 0, 0, 0, 0, 0, 0, 0), +(28833, 52435, 52576, 0, 0, 52588, 0, 0, 0), +(28985, 61374, 52870, 52864, 0, 0, 0, 0, 0), +(28999, 61375, 61376, 52862, 52864, 0, 0, 0, 0), +(29005, 61380, 47911, 0, 0, 0, 0, 0, 0), +(29414, 48766, 54469, 54467, 55214, 54422, 0, 0, 0), +(29602, 54897, 54907, 0, 0, 0, 0, 0, 0), +(29677, 54997, 54996, 0, 0, 0, 0, 0, 0), +(29709, 55046, 0, 0, 0, 0, 0, 0, 0), +(29884, 55426, 55429, 55516, 55421, 0, 0, 0, 0), +(29918, 0, 0, 0, 54459, 54458, 54460, 0, 0), +(30124, 56750, 56753, 0, 0, 0, 0, 0, 0), +(30161, 56091, 56092, 57090, 57143, 57108, 57092, 0, 0), +(30228, 56683, 56684, 56712, 0, 0, 0, 0, 0); +DELETE FROM creature_template_spells WHERE entry IN (30337,30645,30895,31110,31157,31784,31830,32535,33217,33316,33317,33318,33319,33320,33321,33322,33323,33324,33531,33782,33844,33845,34045,34775,34776,34777,34778,34793,34802 +,34929,34935,34944,35069,35273,35644,36355,36356,36557,36558,36559,36838,37672,27881,28312,32627,28319,32629,28094); +INSERT INTO creature_template_spells (entry, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8) VALUES +(30337, 56585, 0, 56570, 0, 0, 0, 0, 0), +(30645, 57643, 57652, 57665, 57668, 0, 0, 0, 0), +(30895, 57882, 58203, 58282, 58283, 0, 0, 0, 0), +(31110, 58541, 58544, 58543, 58562, 58563, 58658, 0, 0), +(31157, 59234, 0, 0, 0, 0, 0, 0, 0), +(31784, 4338, 4342, 4336, 0, 0, 0, 0, 0), +(31830, 59733, 8204, 59737, 0, 0, 0, 0, 0), +(32535, 56091, 56092, 57090, 57143, 57108, 57403, 0, 0), +(33217, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(33316, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(33317, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(33318, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(33319, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(33320, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(33321, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(33322, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(33323, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(33324, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(33531, 64588, 64595, 62563, 62552, 64077, 0, 0, 0), +(33782, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(33844, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(33845, 62544, 62575, 62960, 62552, 64077, 62863, 63034, 0), +(34045, 62974, 62286, 62299, 64660, 0, 0, 0, 0), +(34775, 67440, 67441, 0, 0, 0, 0, 0, 0), +(34776, 67796, 67797, 0, 0, 0, 0, 0, 0), +(34777, 67462, 69505, 0, 0, 0, 0, 0, 0), +(34778, 68832, 0, 0, 0, 0, 0, 0, 0), +(34793, 66218, 66296, 0, 0, 0, 0, 0, 68362), +(34802, 66456, 67195, 0, 0, 0, 0, 0, 0), +(34929, 66518, 0, 0, 0, 0, 0, 0, 0), +(34935, 66529, 0, 0, 0, 0, 0, 0, 0), +(34944, 68170, 66541, 0, 0, 0, 0, 0, 0), +(35069, 67796, 67797, 0, 0, 0, 0, 0, 0), +(35273, 67034, 67195, 0, 0, 0, 0, 0, 0), +(35644, 68505, 62575, 68282, 66482, 0, 0, 0, 0), +(36355, 67462, 69505, 0, 0, 0, 0, 0, 0), +(36356, 68832, 0, 0, 0, 0, 0, 0, 0), +(36557, 68505, 62575, 68282, 66482, 0, 0, 0, 0), +(36558, 68505, 62575, 68282, 66482, 0, 0, 0, 0), +(36559, 68505, 62575, 68282, 66482, 0, 0, 0, 0), +(36838, 69399, 70175, 0, 0, 0, 0, 0, 0), +(37672, 70360, 70539, 70542, 0, 0, 71516, 0, 0), +-- wintergrasp vehicles +(27881, 57606, 50989, 0, 0, 0, 0, 0, 0), +(28094, 57618, 54107, 0, 0, 0, 0, 0, 0), +(28312, 54109, 0, 0, 0, 0, 0, 0, 0), +(32627, 51678, 0, 0, 0, 0, 0, 0, 0), +(28319, 57609, 0, 0, 0, 0, 0, 0, 0), +(32629, 57609, 0, 0, 0, 0, 0, 0, 0); + +-- --------------- +-- Neatelves +-- --------------- +-- quests 12213, 12220 +DELETE FROM dbscripts_on_spell WHERE id = 48218; +INSERT INTO dbscripts_on_spell (id, command, comments) VALUES +(48218, 8, 'create from quest_template'); +-- Tailor (by Neatelves) +-- Conditions (start condition entry from 921) - updated for UDB +DELETE FROM conditions WHERE condition_entry IN (921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940); +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(921, 29, 197, 1), -- has no tailor skill +(922, 17, 26797, 0), -- has spellfire tailor +(923, 17, 26798, 0), -- has mooncloth tailor +(924, 17, 26801, 0), -- has shadoweave tailor +(925, 8, 10832, 0), -- awarded quest Spellfire Tailor +(926, 8, 10831, 0), -- awarded quest Mooncloth Tailor +(927, 8, 10833, 0), -- awarded quest Shadoweave Tailor +(928, 7, 197, 350), -- has tailor of min 350 +(929, 15, 60, 1), -- has at least lvl 60 +(930, -2, 925, 926), -- Spellfire tailor OR Mooncloth tailor quests awarded +(931, -2, 927, 930), -- Spellfire tailor OR Mooncloth tailor OR Shadoweave quests awarded +(932, -1, 928, 929), -- has tailor of 350 AND lvl 60 +(933, -1, 931, 932), -- (tailor of 350 AND lvl 60) AND (any tailor quests awarded) +(934, -2, 922, 923), -- has spellfire tailor spell OR mooncloth tailor spell +(935, -2, 924, 934), -- has spellfire tailor spell OR mooncloth tailor spell OR shadoweave tailor spell +(936, -3, 935, 0), -- has NOT (spellfire tailor spell OR mooncloth tailor spell OR shadoweave tailor spell) +(937, -1, 933, 936), -- has (level AND skill AND quests) AND (has NOT tailor spells) +(938, -1, 922, 933), -- has (level AND skill AND quests) AND has spellfire tailor +(939, -1, 923, 933), -- has (level AND skill AND quests) AND has mooncloth tailor +(940, -1, 924, 933); -- has (level AND skill AND quests) AND has shadoweave tailor +-- gossip menus +DELETE FROM gossip_menu WHERE entry IN (8530,8531,8532); +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(8530, 10669, 0, 0), +(8530, 10670, 0, 921), +(8531, 10671, 0, 0), +(8531, 10672, 0, 921), +(8532, 10673, 0, 0), +(8532, 10674, 0, 921); +-- gossip menu options +DELETE FROM gossip_menu_option WHERE menu_id IN (8530,8531,8532); +REPLACE 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,condition_id) VALUES +(8530, 0, 1, 'Show me what you have for sale.', 3, 128, 0, 0, 0, 0, 0, NULL, 0), +(8530, 1, 0, 'Please teach me how to become a Mooncloth tailoring.', 1, 1, -1, 0, 853001, 0, 0, NULL, 937), +(8530, 2, 0, 'I wish to unlearn Mooncloth Tailoring.', 1, 1, -1, 0, 853002, 0, 1500000, 'Do you really want to unlearn your tailoring specialty and lose all associated recipes?', 939), +(8531, 0, 1, 'Show me what you have for sale.', 3, 128, 0, 0, 0, 0, 0, NULL, 0), +(8531, 1, 0, 'Please teach me how to become a Spellfire tailoring.', 1, 1, -1, 0, 853101, 0, 0, NULL, 937), +(8531, 2, 0, 'I wish to unlearn Spellfire Tailoring.', 1, 1, -1, 0, 853102, 0, 1500000, 'Do you really want to unlearn your tailoring specialty and lose all associated recipes?', 938), +(8532, 0, 1, 'Show me what you have for sale.', 3, 128, 0, 0, 0, 0, 0, NULL, 0), +(8532, 1, 0, 'Please teach me how to become a Shadoweave tailoring.', 1, 1, -1, 0, 853201, 0, 0, NULL, 937), +(8532, 2, 0, 'I wish to unlearn Shadoweave Tailoring.', 1, 1, -1, 0, 853202, 0, 1500000, 'Do you really want to unlearn your tailoring specialty and lose all associated recipes?', 940); +-- gossip scripts +DELETE FROM dbscripts_on_gossip WHERE id IN (853101,853102,853001,853002,853201,853202); +INSERT INTO dbscripts_on_gossip (id,delay,command,datalong,comments) VALUES +(853101, 0, 15, 26796, 'cast Spellfire Tailoring'), +(853001, 0, 15, 26799, 'cast Mooncloth Tailoring'), +(853201, 0, 15, 26800, 'cast Shadoweave Tailoring'), +(853102, 0, 15, 41299, 'cast Unlearn Spellfire Tailoring'), +(853002, 0, 15, 41558, 'cast Unlearn Mooncloth Tailoring'), +(853202, 0, 15, 41559, 'cast Unlearn Shadoweave Tailoring'); +-- Quest 1090 "Gerenzo's Orders" +-- A simple defend quest +-- Overview (Details are not too clear) +-- Summons 3 waves of mobs: 2x3998+1x4001 -- 2x4002+2x4003+1x4004 -- 3x4001+1x4004 +UPDATE quest_template SET StartScript = 1090 WHERE entry = 1090; +DELETE FROM dbscripts_on_quest_start WHERE id = 1090; +INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, x, y, z, o, comments) VALUES +-- (1090, 0, C, d, d2, 0, 0, 0, 'change npc-flags on quest-accept'), -- ?? +-- (1090, 0, C, d, d2, 0, 0, 0, 'change faction on quest-accept'), -- ?? +(1090, 5, 26, 0, 0, 3999, 10, 3, 0, 0, 0, 0, 'aggro nearby mob if possible'), +-- First wave +(1090, 60, 10, 3998, 60000, 0, 0, 0, 938.30, -257.35, -2.22, 0, 'summon first wave'), +(1090, 60, 10, 3998, 60000, 0, 0, 0, 942.28, -254.49, -2.38, 0, 'summon first wave'), +(1090, 60, 10, 4001, 60000, 0, 0, 0, 938.52, -253.20, -2.08, 0, 'summon first wave'), +-- Condition check +(1090, 149, 34, 944, 1090, 0, 0, 0, 0, 0, 0, 0, 'Stop script if player is dead or out of range'), +(1090, 149, 34, 945, 1090, 0, 0, 0, 0, 0, 0, 0, 'Stop script if npc is dead'), +-- Second wave +(1090, 150, 10, 4002, 60000, 0, 0, 0, 938.30, -257.35, -2.22, 0, 'summon second wave'), -- 938.30 -257.35 -2.22 +(1090, 150, 10, 4002, 60000, 0, 0, 0, 942.28, -254.49, -2.38, 0, 'summon second wave'), +(1090, 150, 10, 4003, 60000, 0, 0, 0, 938.52, -253.20, -2.08, 0, 'summon second wave'), +(1090, 150, 10, 4003, 60000, 0, 0, 0, 939.51, -253.11, -2.02, 0, 'summon second wave'), +(1090, 150, 10, 4004, 60000, 0, 0, 0, 938.30, -257.35, -2.22, 0, 'summon second wave'), +-- Condition check +(1090, 239, 34, 944, 1090, 0, 0, 0, 0, 0, 0, 0, 'Stop script if player is dead or out of range'), +(1090, 239, 34, 945, 1090, 0, 0, 0, 0, 0, 0, 0, 'Stop script if npc is dead'), +-- Third wave +(1090, 240, 10, 4001, 60000, 0, 0, 0, 938.30, -257.35, -2.22, 0, 'summon third wave'), +(1090, 240, 10, 4001, 60000, 0, 0, 0, 942.28, -254.49, -2.38, 0, 'summon third wave'), +(1090, 240, 10, 4001, 60000, 0, 0, 0, 938.52, -253.20, -2.08, 0, 'summon third wave'), +(1090, 240, 10, 4004, 60000, 0, 0, 0, 939.51, -253.11, -2.02, 0, 'summon third wave'), +-- Condition check +(1090, 419, 34, 944, 1090, 0, 0, 0, 0, 0, 0, 0, 'Stop script if player is dead or out of range'), +(1090, 419, 34, 945, 1090, 0, 0, 0, 0, 0, 0, 0, 'Stop script if npc is dead'), +(1090, 420, 7, 1090, 0, 0, 0, 0, 0, 0, 0, 0, 'quest complete'); +-- conditions +DELETE FROM conditions WHERE condition_entry IN (944, 945); +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(944, 36, 0, 60), +(945, 36, 3, 0); +-- movement and attack for spawns +UPDATE creature_template SET MovementType = 2 WHERE entry IN (3998,4001,4002,4003,4004); +DELETE FROM creature_movement_template WHERE entry IN (3998,4001,4002,4003,4004); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, script_id, waittime, orientation) VALUES +(3998, 1, 945.869, -255.917, -3.017, 0, 0, 0), +(3998, 2, 954.064, -257.818, -3.511, 0, 0, 0), +(3998, 3, 959.217, -260.678, -5.673, 399803, 0, 0), +(4001, 1, 945.869, -255.917, -3.017, 0, 0, 0), +(4001, 2, 954.064, -257.818, -3.511, 0, 0, 0), +(4001, 3, 959.217, -260.678, -5.673, 399803, 0, 0), +(4002, 1, 945.869, -255.917, -3.017, 0, 0, 0), +(4002, 2, 954.064, -257.818, -3.511, 0, 0, 0), +(4002, 3, 959.217, -260.678, -5.673, 399803, 0, 0), +(4003, 1, 945.869, -255.917, -3.017, 0, 0, 0), +(4003, 2, 954.064, -257.818, -3.511, 0, 0, 0), +(4003, 3, 959.217, -260.678, -5.673, 399803, 0, 0), +(4004, 1, 945.869, -255.917, -3.017, 0, 0, 0), +(4004, 2, 954.064, -257.818, -3.511, 0, 0, 0), +(4004, 3, 959.217, -260.678, -5.673, 399803, 0, 0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 399803; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, buddy_entry, search_radius, data_flags, comments) VALUES +(399803, 0, 26, 4276, 10, 2, 'attack Piznik'); +-- quest 5713 - One Shot. One Kill. (Xfurry) +DELETE FROM db_script_string WHERE entry IN (2000005627,2000005628,2000005629,2000005630,2000005631); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000005627,'Wait... did you hear that? Something approaches from the west!',0,0,0,1,'Sentinel Aynasha - say_protect_1'), +(2000005628,'I\'ve run out of arrows! I\'m afraid if any more come you will need to take them on by yourself my friend.',0,0,0,0,'Sentinel Aynasha - say_protect_2'), +(2000005629,'Praise Elune! I don\'t know if I could have survived the day without you, friend.',0,0,0,5,'Sentinel Aynasha - say_protect_3'), +(2000005630,'My legs feels much better now, the remedy must be working. If you will excuse me, I must go report to my superiors about what has transpired here.',0,0,0,1,'Sentinel Aynasha - say_protect_4'), +(2000005631,'Please speak with Sentinel Onaeya at Maestra\'s Post in Ashenvale, she will see to it that you are properly rewarded for your bravery this day.',0,0,0,1,'Sentinel Aynasha - say_protect_5'); +-- quest script +UPDATE quest_template SET StartScript = entry WHERE entry = 5713; +DELETE FROM dbscripts_on_quest_start WHERE id = 5713; +INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, x, y, z, o, comments) VALUES +-- (5713, 0, C, d, d2, 0, 0, 0, 'change npc-flags on quest-accept'), -- ?? +(5713, 0, 0, 0, 0, 0, 0, 0, 2000005627, 0, 0, 0, 0, 'say_protect_1'), +-- First wave +(5713, 5, 10, 11713, 60000, 0, 0, 0, 0, 4371.175, -11.965, 67.64, 0, 'summon first wave'), +(5713, 5, 10, 11713, 60000, 0, 0, 0, 0, 4368.286, -13.418, 67.81, 0, 'summon first wave'), +-- Condition check +(5713, 50, 34, 944, 5713, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop script if player is dead or out of range'), +(5713, 50, 34, 945, 5713, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop script if npc is dead'), +-- Second wave +(5713, 55, 10, 11713, 60000, 0, 0, 0, 0, 4371.175, -11.965, 67.64, 0, 'summon second wave'), +(5713, 55, 10, 11713, 60000, 0, 0, 0, 0, 4368.286, -13.418, 67.81, 0, 'summon second wave'), +(5713, 55, 10, 11713, 60000, 0, 0, 0, 0, 4368.861, -15.438, 68.36, 0, 'summon second wave'), +-- Condition check +(5713, 70, 34, 944, 5713, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop script if player is dead or out of range'), +(5713, 70, 34, 945, 5713, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop script if npc is dead'), +-- Third wave +(5713, 75, 0, 0, 0, 0, 0, 0, 2000005628, 0, 0, 0, 0, 'say_protect_2'), +(5713, 75, 10, 11714, 60000, 0, 0, 0, 0, 4371.175, -11.965, 67.64, 0, 'summon third wave'), +-- Quest completed +(5713, 160, 34, 944, 5713, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop script if player is dead or out of range'), +(5713, 160, 34, 945, 5713, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop script if npc is dead'), +(5713, 165, 7, 5713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'quest complete'), +(5713, 168, 0, 0, 0, 0, 0, 0, 2000005629, 0, 0, 0, 0, 'say_protect_3'), +(5713, 170, 0, 0, 0, 0, 0, 0, 2000005630, 0, 0, 0, 0, 'say_protect_4'), +(5713, 173, 0, 0, 0, 0, 0, 0, 2000005631, 0, 0, 0, 0, 'say_protect_5'), +(5713, 175, 25, 1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 'set run on'), +(5713, 175, 20, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 'start wp move'), +(5713, 175, 18, 20000, 0, 0, 0, 4, 0, 0, 0, 0, 0, 'despawn on timer'); +-- movement and attack for spawns +UPDATE creature_template SET MovementType = 2 WHERE entry IN (11713,11714); +DELETE FROM creature_movement_template WHERE entry IN (11713,11714,11711); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, script_id, waittime, orientation) VALUES +(11713, 1, 4368.861, -15.438, 68.36, 1171301, 1000, 5.1), +(11713, 2, 4366.765, -22.430, 70.20, 0, 0, 0), +(11713, 3, 4373.655, -34.314, 73.71, 0, 0, 0), +(11713, 4, 4379.270, -41.688, 80.02, 0, 0, 0), +(11713, 5, 4378.210, -49.390, 85.54, 0, 0, 0), +(11713, 6, 4384.206, -61.075, 86.93, 1171306, 0, 0), +(11714, 1, 4368.861, -15.438, 68.36, 1171301, 1000, 5.1), +(11714, 2, 4366.765, -22.430, 70.20, 0, 0, 0), +(11714, 3, 4373.655, -34.314, 73.71, 0, 0, 0), +(11714, 4, 4379.270, -41.688, 80.02, 0, 0, 0), +(11714, 5, 4378.210, -49.390, 85.54, 0, 0, 0), +(11714, 6, 4384.206, -61.075, 86.93, 1171306, 0, 0), +(11711, 1, 4384.206, -61.075, 86.93, 0, 0, 0), +(11711, 2, 4378.210, -49.390, 85.54, 0, 0, 0), +(11711, 3, 4379.270, -41.688, 80.02, 0, 0, 0), +(11711, 4, 4373.655, -34.314, 73.71, 0, 0, 0), +(11711, 5, 4366.765, -22.430, 70.20, 0, 0, 0), +(11711, 6, 4368.861, -15.438, 68.36, 0, 0, 0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1171301,1171306); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, buddy_entry, search_radius, data_flags, comments) VALUES +(1171301, 0, 25, 1, 0, 0, 0, 'set run on'), +(1171306, 0, 26, 0, 11711, 10, 2, 'attack Sentinel Aynasha'); +-- quest 667 - Death From Below (Xfurry) +DELETE FROM db_script_string WHERE entry IN (2000005632,2000005633); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000005632,'All hands to battle stations! Naga incoming!',0,1,0,22,'Shakes O\'Breen - yell_naga_1'), +(2000005633,'If we can just hold them now, I am sure we will be in the clear.',0,0,0,0,'Shakes O\'Breen - yell_naga_2'); +-- quest script +UPDATE quest_template SET StartScript = entry WHERE entry = 667; +DELETE FROM dbscripts_on_quest_start WHERE id = 667; +INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, x, y, z, o, comments) VALUES +-- (667, 0, C, d, d2, 0, 0, 0, 'change npc-flags on quest-accept'), -- ?? +(667, 0, 0, 0, 0, 0, 0, 0, 2000005632, 0, 0, 0, 0, 'say_protect_1'), +-- First wave +(667, 20, 10, 2775, 60000, 0, 0, 0, 0, -2158.563, -1972.463, 15.812, 0, 'summon first wave'), +(667, 20, 10, 2775, 60000, 0, 0, 0, 0, -2153.296, -1969.006, 15.628, 0, 'summon first wave'), +(667, 20, 10, 2775, 60000, 0, 0, 0, 0, -2155.721, -1970.597, 15.327, 0, 'summon first wave'), +-- Condition check +(667, 50, 34, 944, 667, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop script if player is dead or out of range'), +(667, 50, 34, 945, 667, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop script if npc is dead'), +-- Second wave +(667, 55, 10, 2775, 60000, 0, 0, 0, 0, -2158.563, -1972.463, 15.812, 0, 'summon second wave'), +(667, 55, 10, 2775, 60000, 0, 0, 0, 0, -2153.296, -1969.006, 15.628, 0, 'summon second wave'), +(667, 55, 10, 2775, 60000, 0, 0, 0, 0, -2155.721, -1970.597, 15.327, 0, 'summon second wave'), +(667, 65, 0, 0, 0, 0, 0, 0, 2000005633, 0, 0, 0, 0, 'say_protect_2'), +-- Condition check +(667, 100, 34, 944, 667, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop script if player is dead or out of range'), +(667, 100, 34, 945, 667, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop script if npc is dead'), +-- Third wave +(667, 110, 10, 2775, 60000, 0, 0, 0, 0, -2158.563, -1972.463, 15.812, 0, 'summon third wave'), +(667, 130, 10, 2775, 60000, 0, 0, 0, 0, -2153.296, -1969.006, 15.628, 0, 'summon second wave'), +(667, 130, 10, 2775, 60000, 0, 0, 0, 0, -2155.721, -1970.597, 15.327, 0, 'summon second wave'), +-- Quest completed +(667, 190, 34, 944, 667, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop script if player is dead or out of range'), +(667, 190, 34, 945, 667, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop script if npc is dead'), +(667, 195, 7, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'quest complete'); +UPDATE creature_template SET MovementType = 2 WHERE entry IN (2775); +DELETE FROM creature_movement_template WHERE entry IN (2775); +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, script_id, waittime, orientation) VALUES +(2775, 1, -2153.701, -1973.676, 15.00, 277501, 1000, 5.4), +(2775, 2, -2145.585, -1985.125, 12.04, 0, 0, 0), +(2775, 3, -2132.084, -1992.558, 5.96, 0, 0, 0), +(2775, 4, -2118.418, -2005.057, 5.63, 0, 0, 0), +(2775, 5, -2109.372, -2024.358, 6.08, 0, 0, 0), +(2775, 6, -2100.003, -2030.407, 3.14, 277506, 0, 0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (277501,277506); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, buddy_entry, search_radius, data_flags, comments) VALUES +(277501, 0, 25, 1, 0, 0, 0, 'set run on'), +(277506, 0, 26, 0, 2610, 20, 2, 'attack Shakes O\'Breen'); + +-- ----------- +-- Ulduar +-- ----------- + +-- quests 13631 and 13819 +UPDATE quest_template SET CompleteScript = 13631 WHERE entry = 13631; +UPDATE quest_template SET CompleteScript = 13631 WHERE entry = 13819; +UPDATE creature_template SET MovementType = 2 WHERE entry = 34044; +UPDATE creature_template SET SpeedWalk = 1.6 WHERE entry = 16128; +DELETE FROM dbscripts_on_quest_end WHERE id = 13631; +INSERT INTO dbscripts_on_quest_end (id,delay,command,datalong,datalong2,buddy_entry,search_radius,data_flags,dataint,x,y,z,o,comments) VALUES +(13631,0,29,3,2,0,0,0,0,0,0,0,0,'Rhonin - remove npc_flag questgiver'), +(13631,0,10,34044,0,0,0,0,0,5800.697, 820.809, 667.433, 4.51,'Summon Brann'), +(13631,0,0,0,0,0,0,0,2000000333,0,0,0,0,'Rhonin - say_event_start'), +(13631,6,1,397,0,0,0,0,0,0,0,0,0,'Rhonin - emote'), +(13631,8,20,2,0,0,0,0,0,0,0,0,0,'Rhonin - Start Waypoint Movement'); +DELETE FROM db_script_string WHERE entry IN (2000000333,2000000334,2000000335,2000000336,2000000337,2000000338,2000000339,2000000340,2000000341); +INSERT INTO db_script_string (entry,content_default,sound,type,language,emote,comment) VALUES +(2000000333,'We received Brann\'s message, and we have begun preparations.',15649,0,0,0,'Rhonin - say_event_start'), +(2000000334,'Just in time. Let\'s see this thing off, then.',15826,0,0,0,'Brann - say_event_start'), +(2000000335,'Citizens of Dalaran! Raise your eyes to the skies and observe!',15650,1,0,0,'Rhonin - say_event_1'), +(2000000336,'Today our world\'s destruction has been averted in defiance of our very makers!',15651,1,0,0,'Rhonin - say_event_2'), +(2000000337,'Algalon the Observer, herald of the titans, has been defeated by our brave comrades in the depths of the titan city of Ulduar.',15652,1,0,0,'Rhonin - say_event_3'), +(2000000338,'Algalon was sent here to judge the fate of our world.',15653,1,0,0,'Rhonin - say_event_4'), +(2000000339,'He found a planet whose races had deviated from the titans\' blueprints. A planet where not everything had gone according to plan.',15654,1,0,0,'Rhonin - say_event_5'), +(2000000340,'Cold logic deemed our world not worth saving. Cold logic, however, does not account for the power of free will. It\'s up to each of us to prove this is a world worth saving.',15655,1,0,0,'Rhonin - say_event_6'), +(2000000341,'That our lives... our lives are worth living.',15656,1,0,0,'Rhonin - say_event_complete'); +DELETE FROM creature_movement_template WHERE entry = 34044; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, script_id, waittime, orientation) VALUES +(34044,1,5799.828, 813.462, 662.002, 0, 0, 0), +(34044,2,5801.312, 802.384, 662.139, 3404402, 3000, 4.53), +(34044,3,5799.99,788.837,661.870,0,0,0), +(34044,4,5798.32,782.053,662.688,0,0,0), +(34044,5,5797.37,775.143,661.443,0,0,0), +(34044,6,5797.69,767.686,661.352,0,0,0), +(34044,7,5797.87,761.844,657.783,0,0,0), +(34044,8,5795.08,755.320,653.669,0,0,0), +(34044,9,5794.29,750.693,649.646,0,0,0), +(34044,10,5793.27,743.471,644.464,0,0,0), +(34044,11,5793.18,735.819,640.106,0,0,0), +(34044,12,5792.33,729.770,640.427,0,0,0), +(34044,13,5789.32,724.790,640.867,0,0,0), +(34044,14,5785.68,716.319,640.881,0,0,0), +(34044,15,5781.25,711.070,641.060,0,0,0), +(34044,16,5771.18,696.952,641.771,0,0,0), +(34044,17,5764.34,686.929,642.161,0,0,0), +(34044,18,5757.24,677.249,642.299,0,0,0), +(34044,19,5752.94,671.092,642.984,0,0,0), +(34044,20,5748.39,664.582,643.974,0,0,0), +(34044,21,5743.78,661.557,644.468,0,0,0), +(34044,22,5737.45,656.901,645.484,0,0,0), +(34044,23,5732.63,654.095,645.953,0,0,0), +(34044,24,5721.18,649.808,646.282,3404424,1000,3.51); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (3404424,3404402); +INSERT INTO dbscripts_on_creature_movement (id,delay,command,datalong,buddy_entry,search_radius,dataint,comments) VALUES +(3404402,0,0,0,0,0,2000000334,'Brann - say_event_start'), +(3404424,0,32,1,0,0,0,'Brann - pause wp'), +(3404424,60,18,0,0,0,0,'Brann - despawn'); +DELETE FROM creature_movement_template WHERE entry = 16128; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, script_id, waittime, orientation) VALUES +(16128,1,5796.99,788.837,661.870,0,0,0), +(16128,2,5796.32,783.053,662.688,0,0,0), +(16128,3,5795.43,775.837,661.810,0,0,0), +(16128,4,5795.37,775.143,661.443,0,0,0), +(16128,5,5794.69,767.686,661.352,0,0,0), +(16128,6,5793.87,761.844,657.783,0,0,0), +(16128,7,5793.08,756.320,653.669,0,0,0), +(16128,8,5792.29,750.693,649.646,0,0,0), +(16128,9,5791.27,743.471,644.464,0,0,0), +(16128,10,5790.18,735.819,640.106,0,0,0), +(16128,11,5789.33,729.770,640.427,0,0,0), +(16128,12,5787.32,724.790,640.867,0,0,0), +(16128,13,5783.68,718.319,640.881,0,0,0), +(16128,14,5779.25,713.070,641.060,0,0,0), +(16128,15,5768.18,699.952,641.771,0,0,0), +(16128,16,5761.34,689.929,642.161,0,0,0), +(16128,17,5755.24,680.249,642.299,0,0,0), +(16128,18,5750.94,674.092,642.984,0,0,0), +(16128,19,5746.39,667.582,643.974,0,0,0), +(16128,20,5741.78,663.557,644.468,0,0,0), +(16128,21,5736.45,658.901,645.484,0,0,0), +(16128,22,5731.63,657.095,645.953,0,0,0), +(16128,23,5720.18,652.808,646.282,1612823,1000,3.85976); +DELETE FROM dbscripts_on_creature_movement WHERE id = 1612823; +INSERT INTO dbscripts_on_creature_movement (id,delay,command,datalong,datalong2,buddy_entry,search_radius,data_flags,dataint,comments) VALUES +(1612823,0,32,1,0,0,0,0,0,'Rhonin - pause wp'), +-- cast 64367 from creatures with id 28332 on the bottom to the same creature on top, and then to the sky +-- same creature id, different Z positions; maybe spell 64581 is also involved +(1612823,0,0,0,0,0,0,0,2000000335,'Rhonin - say_event_1'), +(1612823,6,0,0,0,0,0,0,2000000336,'Rhonin - say_event_2'), +(1612823,12,0,0,0,0,0,0,2000000337,'Rhonin - say_event_3'), +(1612823,21,0,0,0,0,0,0,2000000338,'Rhonin - say_event_4'), +(1612823,25,0,0,0,0,0,0,2000000339,'Rhonin - say_event_5'), +(1612823,34,0,0,0,0,0,0,2000000340,'Rhonin - say_event_6'), +(1612823,49,0,0,0,0,0,0,2000000341,'Rhonin - say_event_complete'), +-- cast 64580; maybe trigger spell 64510 +(1612823,60,29,3,1,0,0,0,0,'Rhonin - add npc_flag questgiver'), +(1612823,60,18,0,0,0,0,0,0,'Rhonin - despawn'); +-- Netherspite portals cleanup +DELETE FROM creature_linking_template WHERE entry IN (17367,17368,17369); +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(17367, 532, 15689, 4112, 0), +(17368, 532, 15689, 4112, 0), +(17369, 532, 15689, 4112, 0); + + +-- Grz3s +-- --------------- +-- GOSSIPS -- (sniff) +-- --------------- +-- Oronok Torn-heart - gossips update +DELETE FROM gossip_menu WHERE entry = 8259; +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(8259, 10280, 0, 0), +(8259, 10312, 0, 378); +-- Caza'rez -- gossip +UPDATE creature_template SET GossipMenuId = 7825 WHERE entry = 17558; +DELETE FROM gossip_menu WHERE entry = 7825; +INSERT INTO gossip_menu (entry, text_id) VALUES +(7825,9574); +-- Stone Guard Stok'ton -- gossip +UPDATE creature_template SET GossipMenuId = 7420 WHERE entry = 17493; +DELETE FROM gossip_menu WHERE entry = 7420; +INSERT INTO gossip_menu (entry, text_id) VALUES +(7420,8962); +-- Watch Commander Krunk -- gossip +UPDATE creature_template SET GossipMenuId = 7333 WHERE entry = 16584; +DELETE FROM gossip_menu WHERE entry = 7333; +INSERT INTO gossip_menu (entry, text_id) VALUES +(7333,8717); +-- Grelag -- gossip +UPDATE creature_template SET GossipMenuId = 7348 WHERE entry = 16858; +DELETE FROM gossip_menu WHERE entry = 7348; +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(7348, 8767, 0, 0), +(7348, 9619, 0, 954); +DELETE FROM conditions WHERE condition_entry = 954; +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(954, 8, 9345, 0); +-- Battlemage Vyara -- gossip +UPDATE creature_template SET GossipMenuId = 8500 WHERE entry = 22211; +DELETE FROM gossip_menu WHERE entry = 8500; +INSERT INTO gossip_menu (entry, text_id) VALUES +(8500,10625); +-- Mordenai - gossips +DELETE FROM gossip_menu WHERE entry = 8493; +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(8493, 10606, 0, 0), +(8493, 10855, 0, 960), -- for not enough riding skill +(8493, 10854, 0, 959), -- for 11013 and further +(8493, 10655, 0, 957); -- between 10870 and 11012 +DELETE FROM conditions WHERE condition_entry BETWEEN 955 and 960; +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(955, 8, 10870, 0), +(958, 29, 762, 300), +(957, -1, 956, 955), -- between 10870 and 11012 +(956, 7, 762, 300), +(959, 8, 11012, 0), -- for 11013 and further +(960, -1, 955, 958); -- riding skill <300 +-- Overlord Mor'ghor -- gossip +DELETE FROM gossip_menu WHERE entry = 8666; +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(8666, 10901, 0, 0), -- main +(8666, 10950, 0, 441), -- 1st change +(8666, 11032, 0, 961); -- req. max rep. +DELETE FROM conditions WHERE condition_entry IN (441,961); +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(441, 5, 1015, 5), +(961, 5, 1015, 7); +-- Taskmaster Varkule Dragonbreath - update +DELETE FROM gossip_menu WHERE entry = 8652; +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(8652, 10862, 0, 0), -- main +(8652, 10863, 0, 47), -- after first q. +(8652, 10864, 0, 882); -- req. maxed rep. +-- Yazill the Merc - gossip +DELETE FROM gossip_menu WHERE entry = 8662; +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(8662, 10892, 0, 0); +UPDATE gossip_menu_option SET action_script_id = 866201, condition_id = 962 WHERE menu_id = 8662; +DELETE FROM dbscripts_on_gossip WHERE id = 866201; +INSERT INTO dbscripts_on_gossip (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(866201,0,15,41540,0,0,0,0,0,0,0,0,0,0,0,0,''); +DELETE FROM conditions WHERE condition_entry = 962; +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(962, 9, 11108, 0); +-- Srat'his -- gossip update +UPDATE gossip_menu_option SET condition_id = 963, action_script_id = 8725 WHERE menu_id = 8725; +DELETE FROM conditions WHERE condition_entry = 963; +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(963, 9, 11089, 0); +-- Captured Arko'narin - gossips +DELETE FROM gossip_menu WHERE entry = 3129; +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(3129, 3865, 0, 0), -- default +(3129, 4113, 0, 968); -- after first quest completed +DELETE FROM conditions WHERE condition_entry = 968; +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(968, 8, 5202, 0); +-- npc_spellclick_spells for one condition of cmangos [12641] -- Author. NeatElves +REPLACE INTO conditions (condition_entry, type, value1, value2) VALUES +(964, 1, 63146, 0); +REPLACE INTO npc_spellclick_spells (npc_entry, spell_id, quest_start, quest_start_active, quest_end, cast_flags, condition_id) VALUES +(33498, 63125, 0, 0, 0, 1, 964); +-- Jero'me -- gossip +UPDATE creature_template SET GossipMenuId = 8060 WHERE entry = 19882; +DELETE FROM gossip_menu WHERE entry IN (8060,8061); +INSERT INTO gossip_menu (entry, text_id) VALUES +(8060,9955), +(8061,9956); +DELETE FROM gossip_menu_option WHERE menu_id = 8060; +INSERT INTO gossip_menu_option (menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, action_menu_id, action_script_id, condition_id) VALUES +(8060, 0, 0, 'YES!', 1, 1, 8061, 0, 0), +(8060, 1, 0, 'NO!', 1, 1, -1, 0, 0); +-- Mankrik -- gossips +DELETE FROM npc_gossip WHERE npc_guid = 14348; -- old system removed +UPDATE creature_template SET GossipMenuId = 2861 WHERE entry = 3432; +DELETE FROM gossip_menu WHERE entry = 2861; +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(2861, 3553, 0, 0), -- main +(2861, 3554, 0, 943); -- after all his quests +DELETE FROM conditions WHERE condition_entry IN (941, 942, 943); +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(943, -1, 942, 941), +(942, 8, 4921, 0), +(941, 8, 899, 0); + + +-- --------------- +-- Quests +-- --------------- +-- Demonic Crystal Prisons(q.10528) -H -A +DELETE FROM dbscripts_on_quest_end WHERE id = 10528; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(10528,0,15,5,0,21292,20,7,0,0,0,0,0,0,0,0,''), +(10528,4,0,0,0,21318,25,0,2000005645,0,0,0,0,0,0,0,''); +UPDATE quest_template SET CompleteScript = 10528 WHERE entry = 10528; +DELETE FROM db_script_string WHERE entry = 2000005645; +INSERT INTO db_script_string (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 +(2000005645,'I... I have died... I was in so much pain... engulfed in darkness... Can you see me, $r?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL); + +-- The Attack!(q.434) -A +DELETE FROM dbscripts_on_quest_start WHERE id = 434; +INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(434,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), +(434,1,3,0,0,0,0,0,0,0,0,0,0,0,0,6.26784,''), +(434,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(434,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(434,8,0,0,0,8856,15,7,2000005646,0,0,0,0,0,0,0,'force buddy to: say text'), +(434,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(434,10,15,7671,0,8856,15,7,0,0,0,0,0,0,0,0,'cast 7671 on buddy'), +(434,10,3,0,0,0,0,0,0,0,0,0,0,0,0,2.251,''), +(434,11,23,7779,0,8856,15,7,0,0,0,0,0,0,0,0,'morph into 7779'), +(434,11,0,0,0,0,0,0,2000005647,0,0,0,0,0,0,0,''), +(434,15,20,2,0,8856,50,7,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), +(434,177,7,434,0,0,0,0,0,0,0,0,0,0,0,0,''), +(434,210,3,0,0,1756,10523,7 | 0x10,0,0,0,0,0,0,0,0.711,''), +(434,210,3,0,0,1756,10524,7 | 0x10,0,0,0,0,0,0,0,3.773,''); +UPDATE quest_template SET StartScript = 434 WHERE entry = 434; +UPDATE creature SET spawntimesecs = 10 WHERE guid = 45707; -- Tyrion's Spybot +DELETE FROM creature_movement_template WHERE entry = 8856; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(8856,1,-8409.1,454.405,123.759,0,0,0,0,0,0,0,0,0,0,1.55551,0,0), +(8856,2,-8408.57,461.702,123.759,0,0,0,0,0,0,0,0,0,0,0.550206,0,0), +(8856,3,-8404.36,462.399,123.759,0,0,0,0,0,0,0,0,0,0,6.07313,0,0), +(8856,4,-8392.61,452.583,123.759,12000,885601,0,0,0,0,0,0,0,0,5.4511,0,0), +(8856,5,-8387.08,446.018,122.275,0,0,0,0,0,0,0,0,0,0,5.4177,0,0), +(8856,6,-8357.03,407.012,122.275,0,0,0,0,0,0,0,0,0,0,4.08331,0,0), +(8856,7,-8363.85,397.714,122.275,0,0,0,0,0,0,0,0,0,0,5.30068,0,0), +(8856,8,-8352.34,383.887,122.275,0,0,0,0,0,0,0,0,0,0,0.564722,0,0), +(8856,9,-8335.86,393.578,122.275,11000,885602,0,0,0,0,0,0,0,0,0.58043,0,0), +(8856,10,-8351.56,383.447,122.275,0,0,0,0,0,0,0,0,0,0,2.2703,0,0), +(8856,11,-8363.64,398.716,122.275,0,0,0,0,0,0,0,0,0,0,1.05293,0,0), +(8856,12,-8358.44,409.568,122.275,0,0,0,0,0,0,0,0,0,0,2.32842,0,0), +(8856,13,-8384.23,442.599,122.275,0,0,0,0,0,0,0,0,0,0,3.6911,0,0), +(8856,14,-8408.03,426.547,122.275,0,0,0,0,0,0,0,0,0,0,2.57112,0,0), +(8856,15,-8415.88,433.865,122.275,4000,885603,0,0,0,0,0,0,0,0,2.27018,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 885601 AND 885603; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(885601,3,0,0,0,0,0,0,2000005648,0,0,0,0,0,0,0,''), +(885601,5,1,16,0,1756,10523,7 | 0x10,0,0,0,0,0,0,0,0,''), +(885601,5,1,16,0,1756,10524,7 | 0x10,0,0,0,0,0,0,0,0,''), +(885601,8,0,0,0,1756,15,7,2000005649,0,0,0,0,0,0,0,'force buddy to: say text'), +(885601,10,0,0,0,0,0,0,2000005650,0,0,0,0,0,0,0,''), +(885602,1,3,0,0,1754,15,7,0,0,0,0,0,0,0,3.84895,''), +(885602,3,0,0,0,0,0,0,2000005651,0,0,0,0,0,0,0,''), +(885602,5,0,0,0,1754,15,7,2000005652,0,0,0,0,0,0,0,'force buddy to: say text'), +(885602,7,3,0,0,1754,15,7,0,0,0,0,0,0,0,2.596,''), +(885602,8,20,2,0,1754,20,7,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), +(885602,9,0,0,0,0,0,0,2000005653,0,0,0,0,0,0,0,''), +(885603,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), +(885603,0,15,7671,0,0,0,0,0,0,0,0,0,0,0,0,'cast 7671 on buddy'), +(885603,1,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'demorph'), +(885603,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'); +UPDATE creature SET spawntimesecs = 10 WHERE guid = 10502; -- Lord Gregor Lescovar +DELETE FROM creature_movement_template WHERE entry = 1754; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(1754,1,-8336.44,398.293,122.274,0,0,0,0,0,0,0,0,0,0,1.598,0,0), +(1754,2,-8336.895508,403.524048,122.274452,0,0,0,0,0,0,0,0,0,0,2.344913,0,0), +(1754,3,-8346.306641,414.936646,122.274452,0,0,0,0,0,0,0,0,0,0,3.659671,0,0), +(1754,4,-8357.951172,409.592560,122.274452,0,0,0,0,0,0,0,0,0,0,2.304858,0,0), +(1754,5,-8387.138672,445.790863,122.274780,0,0,0,0,0,0,0,0,0,0,2.257747,0,0), +(1754,6,-8392.396484,452.201996,123.760300,10000,175401,0,0,0,0,0,0,0,0,2.257747,0,0), +(1754,7,-8400.86,463.355,123.76,40000,175402,0,0,0,0,0,0,0,0,2.07666,0,0), +(1754,8,-8386.97,445.847,122.275,0,0,0,0,0,0,0,0,0,0,5.40122,0,0), +(1754,9,-8358.15,410.531,122.275,0,0,0,0,0,0,0,0,0,0,0.16575,0,0), +(1754,10,-8345.4,414.187,122.275,0,0,0,0,0,0,0,0,0,0,5.402,0,0), +(1754,11,-8336.05,402.219,122.275,0,0,0,0,0,0,0,0,0,0,4.95197,0,0), +(1754,12,-8334.01,394.723,122.275,3000,175403,0,0,0,0,0,0,0,0,2.56278,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 175401 AND 175403; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(175401,3,0,0,0,0,0,0,2000005654,0,0,0,0,0,0,0,''), +(175401,6,1,66,0,1756,10523,7 | 0x10,0,0,0,0,0,0,0,0,''), +(175401,6,1,66,0,1756,10524,7 | 0x10,0,0,0,0,0,0,0,0,''), +(175401,8,0,0,0,1756,15,7,2000005655,0,0,0,0,0,0,0,'force buddy to: say text'), +(175401,9,3,0,0,1756,10523,7 | 0x10,0,0,0,0,-8381.06,429.38,122.275,0.984174,''), +(175401,9,3,0,0,1756,10524,7 | 0x10,0,0,0,0,-8372.24,436.54,122.275,3.9302,''), +(175402,3,0,0,0,0,0,0,2000005656,0,0,0,0,0,0,0,''), +(175402,8,10,1755,300000,0,0,0,0,0,0,0,-8406.6,487.658,123.76,4.51923,''), +(175402,9,15,6634,0,1755,100,7,0,0,0,0,0,0,0,0,'cast 6634 on buddy'), +(175402,9,3,0,0,1755,50,7,0,0,0,0,-8403.89,469.689,123.76,5.19074,''), +(175402,16,0,0,0,0,0,0,2000005657,0,0,0,0,0,0,0,''), +(175402,20,0,0,0,1755,20,7,2000005658,0,0,0,0,0,0,0,'force buddy to: say text'), +(175402,24,0,0,0,0,0,0,2000005659,0,0,0,0,0,0,0,''), +(175402,28,0,0,0,1755,20,7,2000005660,0,0,0,0,0,0,0,'force buddy to: say text'), +(175402,28,20,2,0,1755,20,7,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), +(175402,29,0,0,0,7766,50,7,2000005661,0,0,0,0,0,0,0,'force buddy to: say text'), +(175402,30,3,0,0,1756,10523,7 | 0x10,0,0,0,0,-8394,448.942,123.76,0.711,''), +(175402,30,3,0,0,1756,10524,7 | 0x10,0,0,0,0,-8389,452.936,123.76,3.773,''), +(175402,29,29,3,1,7766,50,7,0,0,0,0,0,0,0,0,'npc_flag added'), +(175402,31,22,7,1,1755,20,7,0,0,0,0,0,0,0,0,''), +(175402,31,22,7,1,0,0,0,0,0,0,0,0,0,0,0,''), +(175403,1,22,12,1,0,0,0,0,0,0,0,0,0,0,0,''), +(175403,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'); +DELETE FROM creature_movement_template WHERE entry = 1755; -- Marzon the Silent Blade +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(1755,1,-8403.89,469.689,123.76,15000,0,0,0,0,0,0,0,0,0,5.19074,0,0), +(1755,2,-8421.35,488.745,122.275,0,0,0,0,0,0,0,0,0,0,3.32384,0,0), +(1755,3,-8443.96,471.661,122.275,0,0,0,0,0,0,0,0,0,0,4.80903,0,0), +(1755,4,-8439.43,464.675,122.275,2000,175501,0,0,0,0,0,0,0,0,5.36195,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 175501; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(175501,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), +(175501,1,22,12,1,0,0,0,0,0,0,0,0,0,0,0,''), +(175501,2,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'); +DELETE FROM creature_linking_template WHERE entry = 1755; -- link between Lord Gregor Lescovar and Marzon the Silent Blade +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(1755,0,1754,3,100); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005646 AND 2000005661; +INSERT INTO db_script_string (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 +(2000005646,'By your command!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005647,'Wait here, $N. Spybot will make Lescovar come out as soon as possible. Be ready! Attack only after you\'ve overheard their conversation.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005648,'Good day to you both. I would speak to Lord Lescovar.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005649,'Of course. He awaits you in the library.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005650,'Thank you. The Light be with you both.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005651,'Milord, your guest has arrived. He awaits your presence.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005652,'Ah, thank you kindly. I will leave you to the library while I tend to this small matter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005653,'I shall use this time wisely, milord. Thank you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL), +(2000005654,'It\'s time for my meditation, leave me.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005655,'Yes, sir!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005656,'%s waits for the guards to be out of sight.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005657,'There you are. What news from Westfall?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005658,'VanCleef sends word that the plans are underway. But he\'s heard rumors about someone snooping about.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005659,'Hmm, it could be that meddler Shaw. I will see what I can discover. Be off with you. I\'ll contact you again soon.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005660,'Very well. I will return then.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005661,'That\'s it! That\'s what you were waiting for! KILL THEM!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL); + +-- Challenge to the Black Flight(q.11165) +DELETE FROM dbscripts_on_event WHERE id = 15406; +INSERT INTO dbscripts_on_event (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(15406,5,10,23789,240000,0,0,0,0,0,0,0,-4703,-3723.73,52.9096,0.647884,''), +(15406,7,0,0,0,23789,50,7,2000005662,0,0,0,0,0,0,0,'force buddy to: say text'), +(15406,10,0,0,0,23789,50,7,2000005663,0,0,0,0,0,0,0,'force buddy to: say text'), +(15406,15,3,0,0,23789,50,7,0,0,0,0,-4690.13,-3714.73,48.8912,0.714641,''), +(15406,23,15,42433,0,23789,50,7,0,0,0,0,0,0,0,0,'cast 42433 on buddy'), +(15406,28,22,16,0x01 | 0x10 | 0x20,23789,50,7,0,0,0,0,0,0,0,0,'temp faction'); +DELETE FROM db_script_string WHERE entry IN (2000005662,2000005663); +INSERT INTO db_script_string (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 +(2000005662,'Pitiful mortal, Onyxia answers to no one!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,NULL), +(2000005663,'Your pathetic challenge has not gone unnoticed. I shall enjoy toying with you before you die.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,NULL); + +-- Vyletongue Corruption (q.7029) -H (q.7041) -A +DELETE FROM dbscripts_on_quest_start WHERE id = 7029; +INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(7029,2,0,0,0,0,0,0,2000005664,0,0,0,0,0,0,0,''); +UPDATE quest_template SET StartScript = 7029 WHERE entry = 7029; -- Horde ver. +UPDATE quest_template SET StartScript = 7029 WHERE entry = 7041; -- Alliance ver +DELETE FROM db_script_string WHERE entry = 2000005664; +INSERT INTO db_script_string (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 +(2000005664,'$N, please take a look at the sample of the Vylestem vine that I took from the caverns, so thet you know what to look for...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL); + +-- Counting Out Time (q.4973) - should be repeatable. +UPDATE quest_template SET SpecialFlags = 1 WHERE entry = 4973; + +-- Laying Waste to the Unwanted(q.10078) -A +DELETE FROM dbscripts_on_spell WHERE id = 32979; +INSERT INTO dbscripts_on_spell (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(32979,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'credit'), +(32979,1,9,0,300,182817,30,0,0,0,0,0,0,0,0,0,'respawn gobject'); +UPDATE gameobject SET spawntimesecs = -300 WHERE guid IN (28162,28163,28169,28171); -- Burning Horde Siege Engine - req. for (q.10087) -- update + +-- Burn It Up... For the Horde!(q.10087) -H +DELETE FROM dbscripts_on_spell WHERE id = 33067; +INSERT INTO dbscripts_on_spell (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(33067,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'credit'), +(33067,1,9,0,300,182817,30,0,0,0,0,0,0,0,0,0,'respawn gobject'); + +-- Mission: Gateways Murketh and Shaadraz(q.10129) -H 'AND' Mission: The Murketh and Shaadraz Gateways(q.10146) -A +DELETE FROM dbscripts_on_spell WHERE id = 33655; +INSERT INTO dbscripts_on_spell (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(33655,0,9,0,180,182090,100,7,0,0,0,0,0,0,0,0,'respawn Vector Coil Fire 1'), +(33655,1,9,0,180,182090,100,7,0,0,0,0,0,0,0,0,'respawn Vector Coil Fire 2'), +(33655,2,9,0,180,182090,100,7,0,0,0,0,0,0,0,0,'respawn Vector Coil Fire 3'), +(33655,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'q. credit'); +UPDATE gameobject SET spawntimesecs = -180 WHERE guid IN (22486,22487,22488,22489); -- Vector Coil Fire - req. for (q.10129) -- update + +-- Zuluhed the Whacked(q.10866) -H -A -- need to force him to attack us somehow!!! flag req. +DELETE FROM dbscripts_on_quest_start WHERE id = 10866; +INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(10866,2,10,11980,300000,0,0,0,0,0,0,0,-4204.937,316.3974,122.5078,1.36908,'spawn Zuluhed'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4172.627,330.287,135.9577,2.86234,'dragonmaw elite #1'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4169.85,341.2979,135.9378,3.159046,'dragonmaw elite #2'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4167.831,353.6864,138.9584,2.897247,'dragonmaw elite #3'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4224.608,339.7754,135.5993,6.195919,'dragonmaw elite #4'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4222.075,348.025,136.5042,5.951573,'dragonmaw elite #5'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4221.03,356.1273,137.0673,5.864306,'dragonmaw elite #6'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4182.745,320.6509,135.6589,1.762783,'dragonmaw elite #7'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4191.668,314.6634,136.2213,2.076942,'dragonmaw elite #8'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4205.275,310.4961,137.9865,1.082104,'dragonmaw elite #9'), +(10866,68,31,22331,70,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(10866,69,23,19980,0,22332,140698,7 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(10866,69,23,19980,0,22332,140699,7 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(10866,69,23,19980,0,22332,140700,7 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(10866,70,32,0,0,22332,140698,7 | 0x10,0,0,0,0,0,0,0,0,''), +(10866,70,32,0,0,22332,140699,7 | 0x10,0,0,0,0,0,0,0,0,''), +(10866,70,32,0,0,22332,140700,7 | 0x10,0,0,0,0,0,0,0,0,''); +UPDATE quest_template SET StartScript = 10866 WHERE entry = 10866; +-- zuluhed - update +UPDATE creature_template SET FactionAlliance = 16, FactionHorde = 16, UnitFlags = 33600, movementType = 2 WHERE entry = 11980; +DELETE FROM creature_movement_template WHERE entry = 11980; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(11980,1,-4204.937,316.3974,122.5078,16000,1198001,0,0,0,0,0,0,0,0,1.36908,0,0), +(11980,2,-4204.937,316.3974,122.5078,300000,0,0,0,0,0,0,0,0,0,1.36908,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 1198001; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1198001,1,0,0,0,0,0,0,2000005695,0,0,0,0,0,0,0,''), +(1198001,7,0,0,0,0,0,0,2000005696,0,0,0,0,0,0,0,''), +(1198001,12,0,0,0,0,0,0,2000005697,0,0,0,0,0,0,0,''), +(1198001,15,22,16,0x01 | 0x10 | 0x20,0,0,0,0,0,0,0,0,0,0,0,'temp faction'), +(1198001,18,15,32121,0,0,0,0x02,0,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005695 AND 2000005697; +INSERT INTO db_script_string (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 +(2000005695,'Foolish mortals. Did you think that I would not strike you down for your transgressions?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,5,NULL), +(2000005696,'Indeed, the time has come to end this charade.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,22,NULL), +(2000005697,'Destroy them! Destroy them all!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,25,NULL); +-- Dragonmaw Elite - update +UPDATE creature_template SET movementType = 0 WHERE entry = 22331; +DELETE FROM creature_linking_template WHERE entry = 22331; -- link between 'zuluhed' with 'Dragonmaw Elite' +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(22331,530,11980,17,100); +-- Demon Portal (Zuluhed) - udpade (must be rooted) +UPDATE creature_template SET movementType = 0, DynamicFlags = 8, UnitFlags = 33554432 WHERE entry = 22336; +-- Brood of Neltharaku - updates +UPDATE creature_template SET FactionAlliance = 1840, FactionHorde = 1840, movementType = 0, InhabitType = 5, UnitFlags = 33555200 WHERE entry = 22332; +-- spell should have target +DELETE FROM spell_script_target WHERE entry = 38866; +INSERT INTO spell_script_target (entry, type, targetEntry) VALUES +(38866,1,22331); + +-- Ally of the Netherwing(q.10870) -A -H +DELETE FROM dbscripts_on_quest_start WHERE id = 10870; +INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(10870,0,30,649,0,0,0,0,0,0,0,0,0,0,0,0,'taxi patch'), +(10870,0,18,0,0,21657,75654,7 | 0x10,0,0,0,0,0,0,0,0,'Neltharaku despawn'), +(10870,0,10,21657,56000,0,0,0,0,0,0,0,-4169.767,458.3493,154.0605,1.42089,'summon Neltharaku'), +(10870,1,18,0,0,22112,77644,7 | 0x10,0,0,0,0,0,0,0,0,'Karynaku despawn'), +(10870,2,15,5,0,22113,77645,7 | 0x10,0,0,0,0,0,0,0,0,'cast 5 on buddy'), +(10870,3,18,0,0,22113,77645,7 | 0x10,0,0,0,0,0,0,0,0,'Mordenai despawn'), +(10870,17,10,22113,51000,0,0,0,0,0,0,0,-4100.049,969.2758,24.95714,4.59702,'summon Mordenai'), +(10870,19,10,22112,36000,0,0,0,0,0,0,0,-4099.99,945.962,20.7882,1.42089,'summon Karynaku'); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005691 AND 2000005694; +INSERT INTO db_script_string (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 +(2000005691,'Mother!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,1,NULL), +(2000005692,'Mordenaku... Your allies have saved us and destroyed the wretch, Zuluhed. Forever they will be a friend to the Netherwing.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005693,'In time, we will again require the assistance of the mortals. Across this world our birthright is shattered. It will be the mortal races that help us regain our rightful place on Draenor. Watch over them, Mordenaku...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005694,'Farewell, mortal. We are forever indebted to you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL); +-- Mordenai +DELETE FROM dbscripts_on_creature_movement WHERE id = 2211301; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2211301,4,31,21478,80,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(2211301,5,26,0,0,21478,80,1,0,0,0,0,0,0,0,0,'Attack on Rocknail Ripper'); +UPDATE creature_template SET MinLevelHealth = 86160, MaxLevelHealth = 86160 WHERE entry = 22113; -- correct with x-savior stats +UPDATE creature SET curhealth = 86160, position_x = -4100.049, position_y = 969.2758, position_z = 24.95714, orientation = 4.59702, spawntimesecs = 65 WHERE guid = 77645; -- correct spawn point (spawntimesecs req. for quest) +DELETE FROM creature_movement_template WHERE entry = 22113; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(22113,1,-4100.049,969.2758,24.95714,12000,0,0,0,0,0,0,0,0,0,4.59702,0,0), +(22113,2,-4104.06,931.187,18.8469,1000,2211301,0,0,0,0,0,0,0,0,4.63004,0,0), +(22113,3,-4105.65,911.224,16.1353,0,0,0,0,0,0,0,0,0,0,4.67716,0,0), +(22113,4,-4106.05,889.833,14.4649,0,0,0,0,0,0,0,0,0,0,4.21142,0,0), +(22113,5,-4118.47,857.928,8.29486,0,0,0,0,0,0,0,0,0,0,4.35908,0,0), +(22113,6,-4122.4,839.518,10.4151,0,0,0,0,0,0,0,0,0,0,4.55935,0,0), +(22113,7,-4143.45,803.2,9.22043,0,0,0,0,0,0,0,0,0,0,4.53187,0,0), +(22113,8,-4150.96,769.769,6.31908,0,0,0,0,0,0,0,0,0,0,4.44428,0,0), +(22113,9,-4153.1,760.191,3.47747,0,0,0,0,0,0,0,0,0,0,4.49533,0,0), +(22113,10,-4155.08,747.368,1.8985,4000,0,0,0,0,0,0,0,0,0,4.58957,0,0), +(22113,11,-4151.37,769.929,6.42453,0,0,0,0,0,0,0,0,0,0,1.11419,0,0), +(22113,12,-4132.84,797.355,8.16607,1000,2211301,0,0,0,0,0,0,0,0,1.07686,0,0), +(22113,13,-4137.32,823.672,9.68296,0,0,0,0,0,0,0,0,0,0,0.975591,0,0), +(22113,14,-4119.16,842.164,9.89524,0,0,0,0,0,0,0,0,0,0,1.08947,0,0), +(22113,15,-4115.26,851.276,7.68533,0,0,0,0,0,0,0,0,0,0,1.46175,0,0), +(22113,16,-4109.66,883.088,13.8876,0,0,0,0,0,0,0,0,0,0,1.33923,0,0), +(22113,17,-4110.74,914.769,17.723,0,0,0,0,0,0,0,0,0,0,1.21356,0,0), +(22113,18,-4106.89,948.026,23.0078,0,0,0,0,0,0,0,0,0,0,1.36672,0,0); + -- Karynaku - update +UPDATE creature SET spawntimesecs = 50 WHERE guid = 77644; +UPDATE creature_template SET MovementType = 2 WHERE entry = 22112; +DELETE FROM creature_template_addon WHERE entry = 22112; +DELETE FROM creature_addon WHERE guid = 77644; +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(77644,0,3,1,0,0,0,NULL); +DELETE FROM creature_movement_template WHERE entry = 22112; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(22112,1,-4099.99,946.078,20.8214,45000,2211201,0,0,0,0,0,0,0,0,1.42089,0,0), +(22112,2,-4099.99,946.078,20.8214,41000,0,0,0,0,0,0,0,0,0,1.42089,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2211201,2211202); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2211201,0,32,1,0,22113,40,7,0,0,0,0,0,0,0,0,'wp pause'), +(2211201,1,0,0,0,22113,40,7,2000005691,0,0,0,0,0,0,0,''), +(2211201,3,28,8,0,22113,40,7,0,0,0,0,0,0,0,0,'STATE_KNEEL'), +(2211201,4,0,0,0,0,0,0,2000005692,0,0,0,0,0,0,0,''), +(2211201,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2211201,13,0,0,0,0,0,0,2000005693,0,0,0,0,0,0,0,''), +(2211201,18,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2211201,26,0,0,0,0,0,0,2000005694,0,0,0,0,0,0,0,''), +(2211201,31,1,15,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2211201,34,28,0,0,22113,40,7,0,0,0,0,0,0,0,0,'STATE_STAND'), +(2211201,35,1,254,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Neltharaku - updates +UPDATE creature SET MovementType = 2, spawndist = 0, position_x = -4160.292, position_y = 781.7564, position_z = 107.8656, orientation = 1.3028, spawntimesecs = 65 WHERE guid = 75654; -- correct spawn point +DELETE FROM creature_movement WHERE id = 75654; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(75654,1,-4160.292,781.7564,107.8656,0,0,0,0,0,0,0,0,0,0,1.3028,0,0), +(75654,2,-4150.894,819.7193,112.4489,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,3,-4147.188,852.9213,112.449,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,4,-4126.215,897.6987,112.449,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,5, -4113.534,926.0124,112.449,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,6,-4098.13,963.6712,112.449,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,7,-4063.067,1046.515,112.449,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,8,-4008.534,1081.363,112.449,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,9,-3926.171,1057.316,112.449,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,10,-3914.31,958.3683,114.7823,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,11,-3930.769,894.2169,114.2545,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,12,-3991.642,763.9112,112.449,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,13,-4060.605,579.9987,112.449,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,14,-4085.638,468.8222,173.4489,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,15,-4097.893,416.0321,177.8378,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,16,-4110.39,374.4871,174.2545,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,17,-4135.225,331.1968,174.7545,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,18,-4203.078,269.2113,172.4767,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,19,-4239.532,280.7727,169.0878,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,20,-4278.137,304.6405,169.1989,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,21,-4295.682,340.7838,173.9212,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,22,-4297.044,383.0331,169.0878,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,23,-4267.532,404.9037,169.0878,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,24,-4225.749,416.8825,169.0878,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,25,-4193.994,418.2155,169.0878,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,26,-4176.15,444.5788,158.2545,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,27,-4163.389,480.9925,149.6712,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,28,-4157.379,548.4786,145.2823,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,29,-4178.163,628.6951,101.0601,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,30,-4182.795,656.5566,97.31005,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,31,-4184.389,678.5916,98.50452,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,32,-4182.358,726.181,102.5323,0,0,0,0,0,0,0,0,0,0,0,0,0), +(75654,33,-4175.015,753.1885,103.2545,0,0,0,0,0,0,0,0,0,0,0,0,0); +UPDATE creature_template SET MovementType = 2 WHERE entry = 21657; +UPDATE creature_template_addon SET moveflags = 0 WHERE entry = 21657; +DELETE FROM creature_movement_template WHERE entry = 21657; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(21657,1,-4169.767,458.3493,154.0605,0,2165701,0,0,0,0,0,0,0,0,0,0,0), +(21657,2,-4169.767,458.3493,154.0605,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21657,3,-4077.839,866.6138,59.29763,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21657,4,-4080.072,909.3902,44.77148,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21657,5,-4082.829,949.0493,17.93121,20000,2165702,0,0,0,0,0,0,0,0,2.26034,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2165701,2165702); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2165701,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(2165702,1,1,293,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2165702,4,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'wp pause'), +(2165702,30,1,254,0,0,0,0,0,0,0,0,0,0,0,0,''); + +-- The Soul Cannon of Reth'hedron (q.11089) -H -A +DELETE FROM dbscripts_on_gossip WHERE id = 8725; +INSERT INTO dbscripts_on_gossip (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(8725,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'23093 - npc_flag removed'), +(8725,1,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'); +DELETE FROM creature_movement_template WHERE entry = 23093; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(23093,1,-2528.145,4661.219,170.5803,3000,2309301,0,0,0,0,0,0,0,0,5.550147,0,0), +(23093,2,-2520.11,4665.68,170.382,0,0,0,0,0,0,0,0,0,0,0.510926,0,0), +(23093,3,-2501.86,4675.29,161.372,0,0,0,0,0,0,0,0,0,0,0.474462,0,0), +(23093,4,-2487.58,4686.76,155.028,0,0,0,0,0,0,0,0,0,0,0.860878,0,0), +(23093,5,-2474.83,4698.74,155.344,0,0,0,0,0,0,0,0,0,0,0.5,0,0), +(23093,6,-2474.83,4698.74,155.344,7000,2309302,0,0,0,0,0,0,0,0,0.523156,0,0), +(23093,7,-2480.65,4685.96,155.49,0,0,0,0,0,0,0,0,0,0,4.98332,0,0), +(23093,8,-2481.49,4672.65,158.966,0,0,0,0,0,0,0,0,0,0,5.0972,0,0), +(23093,9,-2480.16,4665.24,160.284,7000,2309303,0,0,0,0,0,0,0,0,4.21441,0,0), +(23093,10,-2455.65,4662.22,159.951,0,0,0,0,0,0,0,0,0,0,5.74709,0,0), +(23093,11,-2436.2,4646.31,160.228,0,0,0,0,0,0,0,0,0,0,4.22263,0,0), +(23093,12,-2439.97,4639.62,158.027,7000,2309304,0,0,0,0,0,0,0,0,4.22263,0,0), +(23093,13,-2436.58,4646.84,160.297,0,0,0,0,0,0,0,0,0,0,0.364134,0,0), +(23093,14,-2425.2,4648.12,160.448,0,0,0,0,0,0,0,0,0,0,5.66298,0,0), +(23093,15,-2411.43,4634.77,160.39,0,0,0,0,0,0,0,0,0,0,5.14384,0,0), +(23093,16,-2407.81,4627.84,160.568,0,0,0,0,0,0,0,0,0,0,4.7906,0,0), +(23093,17,-2415.99,4589.04,160.548,0,0,0,0,0,0,0,0,0,0,5.91249,0,0), +(23093,18,-2399.42,4581.89,164.871,0,0,0,0,0,0,0,0,0,0,5.81645,0,0), +(23093,19,-2391.28,4576.64,166.057,0,0,0,0,0,0,0,0,0,0,5.25412,0,0), +(23093,20,-2388.56,4568.29,164.933,0,0,0,0,0,0,0,0,0,0,4.9219,0,0), +(23093,21,-2388.364,4560.494,165.4174,7000,2309305,0,0,0,0,0,0,0,0,5.40246,0,0), +(23093,22,-2393.32,4546.13,165.565,0,0,0,0,0,0,0,0,0,0,3.85805,0,0), +(23093,23,-2409.52,4532.03,166.061,0,0,0,0,0,0,0,0,0,0,4.28217,0,0), +(23093,24,-2422.16,4505.4,166.642,0,0,0,0,0,0,0,0,0,0,4.60261,0,0), +(23093,25,-2424.31,4496.46,165.468,0,0,0,0,0,0,0,0,0,0,4.48009,0,0), +(23093,26,-2428.53,4482.27,167.103,0,0,0,0,0,0,0,0,0,0,4.76524,0,0), +(23093,27,-2429.68,4462.26,166.145,7000,2309306,0,0,0,0,0,0,0,0,5.10998,0,0), +(23093,28,-2429.66,4482.22,167.088,0,0,0,0,0,0,0,0,0,0,1.30757,0,0), +(23093,29,-2424.99,4494.94,165.455,0,0,0,0,0,0,0,0,0,0,1.26751,0,0), +(23093,30,-2416.78,4520.28,166.428,0,0,0,0,0,0,0,0,0,0,1.03346,0,0), +(23093,31,-2408.74,4532.46,166.077,0,0,0,0,0,0,0,0,0,0,0.715377,0,0), +(23093,32,-2391.15,4550.27,165.63,0,0,0,0,0,0,0,0,0,0,1.39475,0,0), +(23093,33,-2390.8,4573.16,165.876,0,0,0,0,0,0,0,0,0,0,1.92882,0,0), +(23093,34,-2397.56,4580.46,165.298,0,0,0,0,0,0,0,0,0,0,2.52572,0,0), +(23093,35,-2403.85,4584.2,163.669,0,0,0,0,0,0,0,0,0,0,2.89407,0,0), +(23093,36,-2410.81,4584.86,160.288,0,0,0,0,0,0,0,0,0,0,2.34743,0,0), +(23093,37,-2415.9,4591.78,160.632,0,0,0,0,0,0,0,0,0,0,1.53769,0,0), +(23093,38,-2408.04,4624.59,160.607,0,0,0,0,0,0,0,0,0,0,1.7631,0,0), +(23093,39,-2410.98,4634.52,160.351,0,0,0,0,0,0,0,0,0,0,2.16639,0,0), +(23093,40,-2428.67,4652.83,160.572,0,0,0,0,0,0,0,0,0,0,2.58972,0,0), +(23093,41,-2441.28,4659.46,160.626,0,2309307,0,0,0,0,0,0,0,0,2.97614,0,0), +(23093,42,-2463.44,4662.78,159.543,0,0,0,0,0,0,0,0,0,0,2.64077,0,0), +(23093,43,-2472.09,4667.23,159.414,0,0,0,0,0,0,0,0,0,0,2.46249,0,0), +(23093,44,-2479.66,4675.25,158.05,0,0,0,0,0,0,0,0,0,0,1.83888,0,0), +(23093,45,-2479.86,4694.21,154.879,0,0,0,0,0,0,0,0,0,0,1.28596,0,0), +(23093,46,-2478.81,4698.33,154.796,0,0,0,0,0,0,0,0,0,0,0.593238,0,0), +(23093,47,-2475.14,4700.05,155.206,17000,2309308,0,0,0,0,0,0,0,0,6.24303,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 2309301 AND 2309308; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2309301,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'Sar\'this active'), +(2309301,2,0,0,0,0,0,0,2000005713,0,0,0,0,0,0,0,''), +(2309302,3,0,0,0,0,0,0,2000005714,0,0,0,0,0,0,0,''), +(2309302,4,9,121775,300,0,0,0,0,0,0,0,0,0,0,0,'respawn Fetish of Sar\'this '), +(2309303,1,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'wp pause'), +(2309303,3,0,0,0,0,0,0,2000005715,0,0,0,0,0,0,0,''), +(2309303,4,15,40129,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2309304,1,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'wp pause'), +(2309304,3,0,0,0,0,0,0,2000005717,0,0,0,0,0,0,0,''), +(2309304,4,15,40130,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2309305,1,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'wp pause'), +(2309305,3,0,0,0,0,0,0,2000005718,0,0,0,0,0,0,0,''), +(2309305,4,15,40132,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2309306,1,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'wp pause'), +(2309306,3,0,0,0,0,0,0,2000005719,0,0,0,0,0,0,0,''), +(2309306,4,15,40133,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2309307,0,3,0,0,23094,96675,7 | 0x10,0,0,0,0,-2473.62,4706.47,155.316,5.96323,''), +(2309307,0,3,0,0,23094,96676,7 | 0x10,0,0,0,0,-2476.07,4702.61,155.047,6.21425,''), +(2309307,0,3,0,0,23094,96677,7 | 0x10,0,0,0,0,-2477.52,4696.75,155.0983,1.454149,''), +(2309307,0,3,0,0,23094,96678,7 | 0x10,0,0,0,0,-2472.25,4694.06,155.881,1.00466,''), +(2309308,1,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'wp pause'), +(2309308,3,0,0,0,0,0,0,2000005720,0,0,0,0,0,0,0,''), +(2309308,4,15,40134,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2309308,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Angus - unactive'); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005713 AND 2000005721; +INSERT INTO db_script_string (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 +(2000005713,'So my blood was not a sufficient payment, eh? Fine, let us recover your arcane essence. After this, I owe Balthas nothing.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005714,'%s places a fetish at the ritual pile.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,16,NULL), +(2000005715,'The process is arduous. We must first summon forth acolytes of the elements. You must then destroy these acolytes so that my minions can make preparations.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005716,'Well done! Let\'s continue.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005717,'Prepare yourself! The acolyte of water is soon to come...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005718,'Come forth, acolyte of earth!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005719,'Fire, show yourself!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005720,'Now we call forth the the arcane acolyte.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005721,'It is yours my Lord!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL); +-- Event - (q.11081) #1 +DELETE FROM dbscripts_on_event WHERE id = 14856; +INSERT INTO dbscripts_on_event (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(14856,1,15,40136,0,23102,30,7,0,0,0,0,0,0,0,0,''), +(14856,4,10,23096,120000,0,0,0,0,0,0,0,-2482.269,4661.722,161.5004,0.9424778,'spawn Acolyte of Air'), +(14856,118,31,23096,100,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(14856,119,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'); +-- Event - (q.11081) #2 +DELETE FROM dbscripts_on_event WHERE id = 14857; +INSERT INTO dbscripts_on_event (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(14857,1,15,40141,0,23102,30,7,0,0,0,0,0,0,0,0,''), +(14857,4,10,23097,120000,0,0,0,0,0,0,0,-2443.984,4634.114,158.2763,2.36124,'spawn Acolyte of Water'), +(14857,118,31,23097,100,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(14857,119,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'); +-- Event - (q.11081) #3 +DELETE FROM dbscripts_on_event WHERE id = 14858; +INSERT INTO dbscripts_on_event (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(14858,3,15,40147,0,23102,30,7,0,0,0,0,0,0,0,0,''), +(14858,4,10,23098,120000,0,0,0,0,0,0,0,-2385.025,4552.593,165.7631,2.36124,'spawn Acolyte of Earth'), +(14858,118,31,23098,100,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(14858,119,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'); +-- Event - (q.11081) #4 +DELETE FROM dbscripts_on_event WHERE id = 14859; +INSERT INTO dbscripts_on_event (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(14859,1,15,40148,0,23102,140758,7 | 0x10,0,0,0,0,0,0,0,0,''), +(14859,1,15,40148,0,23102,140759,7 | 0x10,0,0,0,0,0,0,0,0,''), +(14859,1,15,40148,0,23102,140760,7 | 0x10,0,0,0,0,0,0,0,0,''), +(14859,1,15,40148,0,23102,140761,7 | 0x10,0,0,0,0,0,0,0,0,''), +(14859,1,15,40148,0,23102,140762,7 | 0x10,0,0,0,0,0,0,0,0,''), +(14859,1,15,40148,0,23102,140763,7 | 0x10,0,0,0,0,0,0,0,0,''), +(14859,1,15,40148,0,23102,140764,7 | 0x10,0,0,0,0,0,0,0,0,''), +(14859,1,15,40148,0,23102,140765,7 | 0x10,0,0,0,0,0,0,0,0,''), +(14859,1,15,40148,0,23102,140766,7 | 0x10,0,0,0,0,0,0,0,0,''), +(14859,1,15,40148,0,23102,140767,7 | 0x10,0,0,0,0,0,0,0,0,''), +(14859,4,10,23099,120000,0,0,0,0,0,0,0,-2425.974,4444.52,167.2437,1.884956,'spawn Acolyte of Fire'), +(14859,118,31,23099,100,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(14859,119,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'); +-- Event - (q.11081) #final +DELETE FROM dbscripts_on_event WHERE id = 14860; +INSERT INTO dbscripts_on_event (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(14860,0,20,2,0,23102,140757,7 | 0x10,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'); +-- Terokkar Trigger -- update +DELETE FROM creature_movement_template WHERE entry = 23102 ; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(23102,1,-2466.61,4699.98,155.643,16000,2310201,0,0,0,0,0,0,0,0,3.141593,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2310201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2310201,0,15,40193,0,23094,96675,3 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(2310201,0,15,40225,0,23094,96676,3 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(2310201,0,15,40227,0,23094,96677,3 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(2310201,0,15,40228,0,23094,96678,3 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(2310201,8,10,23100,120000,0,0,0,0,0,0,0,-2470.6,4700.02,155.902,1.19221,'spawn Flawless Arcane Elemental'), +(2310201,10,0,0,0,23093,100,4,2000005721,0,0,0,0,0,0,0,'force 23093 to: say text'), +(2310201,13,20,0,0,23093,100,7,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), +(2310201,14,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), +(2310201,14,15,5,0,23093,100,7,0,0,0,0,0,0,0,0,''), +(2310201,15,15,5,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2310201,16,18,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Acolyte of Air - update +DELETE FROM dbscripts_on_creature_death WHERE id = 23096; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(23096,0,15,40156,0,23094,96675,7 | 0x10,0,0,0,0,0,0,0,0,''), +(23096,3,0,0,0,23093,100,4,2000005716,0,0,0,0,0,0,0,'force 23093 to: say text'), +(23096,3,15,6273,0,23093,100,7,0,0,0,0,0,0,0,0,''), +(23096,4,32,0,0,23093,100,7,0,0,0,0,0,0,0,0,'wp unpause'), +(23096,5,32,1,0,23094,96675,7 | 0x10,0,0,0,0,0,0,0,0,'wp pause'), +(23096,7,3,0,0,23094,96675,7 | 0x10,0,0,0,0,-2487.01,4723.86,153.009,4.90897,''), +(23096,22,3,0,0,23094,96675,7 | 0x10,0,0,0,0,-2473.62,4706.47,155.316,5.96323,''), +(23096,196,31,23100,100,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(23096,198,15,6273,0,23094,96675,7 | 0x10,0,0,0,0,0,0,0,0,''), +(23096,198,14,40156,0,23094,96675,7 | 0x10,0,0,0,0,0,0,0,0,''), +(23096,200,32,0,0,23094,96675,7 | 0x10,0,0,0,0,0,0,0,0,'wp unpause'); +-- Acolyte of Water - update +DELETE FROM dbscripts_on_creature_death WHERE id = 23097; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(23097,0,15,40187,0,23094,96676,7 | 0x10,0,0,0,0,0,0,0,0,''), +(23097,3,0,0,0,23093,100,4,2000005716,0,0,0,0,0,0,0,'force 23093 to: say text'), +(23097,4,32,0,0,23093,100,7,0,0,0,0,0,0,0,0,'wp unpause'), +(23097,5,32,1,0,23094,96676,7 | 0x10,0,0,0,0,0,0,0,0,'wp pause'), +(23097,7,3,0,0,23094,96676,7 | 0x10,0,0,0,0,-2473.57,4671.96,159.079,2.99726,''), +(23097,22,3,0,0,23094,96676,7 | 0x10,0,0,0,0,-2484.73,4691.69,154.773,1.17985,''), +(23097,28,3,0,0,23094,96676,7 | 0x10,0,0,0,0,-2476.07,4702.61,155.047,6,''), +(23097,36,3,0,0,23094,96676,7 | 0x10,0,0,0,0,0,0,0,6.21425,''), +(23097,196,31,23100,100,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(23097,198,15,6273,0,23094,96676,7 | 0x10,0,0,0,0,0,0,0,0,''), +(23097,198,14,40187,0,23094,96676,7 | 0x10,0,0,0,0,0,0,0,0,''), +(23097,200,32,0,0,23094,96676,7 | 0x10,0,0,0,0,0,0,0,0,'wp unpause'); +-- Acolyte of Earth - update +DELETE FROM dbscripts_on_creature_death WHERE id = 23098; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(23098,0,15,40189,0,23094,96677,7 | 0x10,0,0,0,0,0,0,0,0,''), +(23098,3,0,0,0,23093,100,4,2000005716,0,0,0,0,0,0,0,'force 23093 to: say text'), +(23098,4,32,0,0,23093,100,7,0,0,0,0,0,0,0,0,'wp unpause'), +(23098,5,32,1,0,23094,96677,7 | 0x10,0,0,0,0,0,0,0,0,'wp pause'), +(23098,7,3,0,0,23094,96677,7 | 0x10,0,0,0,0,-2463.08,4659.54,159.652,2.50195,''), +(23098,22,3,0,0,23094,96677,7 | 0x10,0,0,0,0,-2482.7,4673.34,158.833,1.68474,''), +(23098,29,3,0,0,23094,96677,7 | 0x10,0,0,0,0,-2477.52,4696.75,155.0983,1,''), +(23098,36,3,0,0,23094,96677,7 | 0x10,0,0,0,0,0,0,0,1.454149,''), +(23098,196,31,23100,100,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(23098,198,15,6273,0,23094,96677,7 | 0x10,0,0,0,0,0,0,0,0,''), +(23098,198,14,40189,0,23094,96677,7 | 0x10,0,0,0,0,0,0,0,0,''), +(23098,200,32,0,0,23094,96677,7 | 0x10,0,0,0,0,0,0,0,0,'wp unpause'); +-- Acolyte of Fire - update +DELETE FROM dbscripts_on_creature_death WHERE id = 23099; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(23099,0,15,40190,0,23094,96678,7 | 0x10,0,0,0,0,0,0,0,0,''), +(23099,3,0,0,0,23093,100,4,2000005716,0,0,0,0,0,0,0,'force 23093 to: say text'), +(23099,4,32,0,0,23093,100,7,0,0,0,0,0,0,0,0,'wp unpause'), +(23099,5,32,1,0,23094,96678,7 | 0x10,0,0,0,0,0,0,0,0,'wp pause'), +(23099,7,3,0,0,23094,96678,7 | 0x10,0,0,0,0,-2415.88,4588.63,160.551,1.35255,''), +(23099,12,3,0,0,23094,96678,7 | 0x10,0,0,0,0,-2407.72,4628.97,160.484,2.39556,''), +(23099,30,3,0,0,23094,96678,7 | 0x10,0,0,0,0,-2432.06,4655.25,160.581,2.71757,''), +(23099,42,3,0,0,23094,96678,7 | 0x10,0,0,0,0,-2475.86,4667.53,159.443,2.30052,''), +(23099,55,3,0,0,23094,96678,7 | 0x10,0,0,0,0,-2480.81,4682.19,156.044,1.40438,''), +(23099,65,3,0,0,23094,96678,7 | 0x10,0,0,0,0,-2472.25,4694.06,155.881,1.4,''), +(23099,70,3,0,0,23094,96678,7 | 0x10,0,0,0,0,0,0,0,1.00466,''), +(23099,196,31,23100,100,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(23099,198,15,6273,0,23094,96678,7 | 0x10,0,0,0,0,0,0,0,0,''), +(23099,198,14,40190,0,23094,96678,7 | 0x10,0,0,0,0,0,0,0,0,''), +(23099,200,32,0,0,23094,96678,7 | 0x10,0,0,0,0,0,0,0,0,'wp unpause'); +-- Flawless Arcane Elemental - update +DELETE FROM dbscripts_on_creature_death WHERE id = 23100; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(23100,1,15,5,0,23094,96675,7 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(23100,1,15,5,0,23094,96676,7 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(23100,1,15,5,0,23094,96677,7 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(23100,1,15,5,0,23094,96678,7 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''); + +-- The Great Murkblood Revolt (q.11081) -H -A -- according to comments (wowhead is wrong here) +UPDATE item_loot_template SET ChanceOrQuestChance = 20, condition_id = 967 WHERE entry = 32724 AND item = 32726; +DELETE FROM conditions WHERE condition_entry IN (71, 966, 967); +INSERT INTO conditions (condition_entry, type, value1, value2) VALUES +(967, -1, 966, 71), +(966, 8, 11075, 0), +(71, 22, 11081, 0); -- q. item shouldnt be droped anymore after q. completed + +-- Peace at Last (q.11152) +DELETE FROM dbscripts_on_event WHERE id = 15385; +INSERT INTO dbscripts_on_event (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(15385,1,9,21607,60,0,0,0,0,0,0,0,0,0,0,0,''), +(15385,3,10,23768,60000,0,0,0,0,0,0,0,-3532.56,-4316.76,7.04,2.98,'spawn Lynn Hyal'), +(15385,3,10,23769,60000,0,0,0,0,0,0,0,-3533.17,-4318.34,7.05,2.51,'spawn Jimmy Hyal'), +(15385,6,0,0,0,23768,50,7,2000005746,0,0,0,0,0,0,0,'force buddy to: say text'), +(15385,11,0,0,0,23768,50,7,2000005747,0,0,0,0,0,0,0,'force buddy to: say text'), +(15385,16,0,0,0,23768,50,7,2000005748,0,0,0,0,0,0,0,'force buddy to: say text'), +(15385,24,0,0,0,23768,50,7,2000005749,0,0,0,0,0,0,0,'force buddy to: say text'), +(15385,30,3,0,0,23769,50,7,0,0,0,0,0,0,0,1.15404,''), +(15385,31,0,0,0,23769,50,7,2000005750,0,0,0,0,0,0,0,'force buddy to: say text'), +(15385,34,3,0,0,23768,50,7,0,0,0,0,0,0,0,4.3192,''), +(15385,35,28,8,0,23768,50,7,0,0,0,0,0,0,0,0,'STATE_KNEEL'), +(15385,36,0,0,0,23768,50,7,2000005751,0,0,0,0,0,0,0,'force buddy to: say text'), +(15385,39,8,23768,0,0,0,0,0,0,0,0,0,0,0,0,'q. credit'); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005746 AND 2000005751; +INSERT INTO db_script_string (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 +(2000005746,'James? James... No, you\'re not James, but I know who you are...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005747,'You\'re the one who tracked down the brutes who did this to us.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005748,'I tried so hard to tell Jim... to tell anyone... who was behind this, but I couldn\'t find a way...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005749,'Thank you for helping us and for helping Jim. If you see him, tell him little Jimmy and I love him and that we\'re waiting for him.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005750,'Mommy, when will we see Daddy again?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005751,'I don\'t know when we\'ll see Daddy again, Jimmy, but I know he loves you and he misses you very much.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL); +UPDATE creature_template SET NpcFlags = 0 WHERE entry = 23768; -- Lynn Hyal has no gossip +UPDATE gameobject SET spawntimesecs = -60 WHERE id = 186315; + +-- Raptor Horns(q.865) +DELETE FROM dbscripts_on_quest_end WHERE id = 865; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(865,0,0,0,0,0,0,0,2000005752,0,0,0,0,0,0,0,''), +(865,2,15,17550,0,0,0,0,0,0,0,0,0,0,0,0,''), +(865,6,1,34,0,0,0,0,0,0,0,0,0,0,0,0,''), +(865,10,0,0,0,0,0,0,2000005753,0,0,0,0,0,0,0,''); +UPDATE quest_template SET CompleteScript = 865 WHERE entry = 865; +DELETE FROM db_script_string WHERE entry IN (2000005752,2000005753); +INSERT INTO db_script_string (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 +(2000005752,'Now let\'s try it...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005753,'Ugh! That\'s terrible!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL); + +-- All Clear!(q.10436) +DELETE FROM dbscripts_on_quest_end WHERE id = 10436; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(10436,0,29,2,2,0,0,0,0,0,0,0,0,0,0,0,'20913 - npc_flag removed'), +(10436,1,0,0,0,0,0,0,2000005754,0,0,0,0,0,0,0,''), +(10436,3,3,0,0,0,0,0,0,0,0,0,4922.18,2991.38,93.9847,5.88582,''), +(10436,8,1,173,0,0,0,0,0,0,0,0,0,0,0,0,''), +(10436,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(10436,12,15,28730,0,0,0,0,0,0,0,0,0,0,0,0,''), +(10436,14,9,121776,15,0,0,0,0,0,0,0,0,0,0,0,'respawn Ethereal Repair Kit#1'), +(10436,14,9,121777,15,0,0,0,0,0,0,0,0,0,0,0,'respawn Ethereal Repair Kit#2'), +(10436,14,9,121778,15,0,0,0,0,0,0,0,0,0,0,0,'respawn Ethereal Repair Kit#3'), +(10436,14,9,121779,15,0,0,0,0,0,0,0,0,0,0,0,'respawn Ethereal Repair Kit#4'), +(10436,16,0,0,0,0,0,0,2000000017,0,0,0,0,0,0,0,''), +(10436,20,3,0,0,0,0,0,0,0,0,0,4914.74,2991.92,94.1138,0,''), +(10436,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0.15708,''), +(10436,23,29,2,0,0,0,0,0,0,0,0,0,0,0,0,'20913 - npc_flag added'); +DELETE FROM db_script_string WHERE entry = 2000005754; +DELETE FROM db_script_string WHERE entry = 2000000017; +INSERT INTO db_script_string (entry,content_default) VALUES +('2000005754','Now to begin the repairs.'), +('2000000017','It\'s working! Ghabar will be pleased to hear the news.'); +UPDATE quest_template SET CompleteScript =10436 WHERE entry =10436; + +-- Sarkoth (Durotar) -- redone (this time 100% correct) +DELETE FROM dbscripts_on_quest_end WHERE id = 790; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(790,2,28,8,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), +(790,5,0,0,0,0,0,0,2000005089,0,0,0,0,0,0,0,''), +(790,7,28,7,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_DEATH'); +UPDATE db_script_string SET content_default = 'Go swiftly, $N. My fate is in your hands.' WHERE entry = 2000005089; +UPDATE quest_template SET StartScript = 0 WHERE entry = 790; +UPDATE quest_template SET CompleteScript = 790 WHERE entry = 790; + +-- Minshina's Skull(q.808) +DELETE FROM dbscripts_on_quest_end WHERE id = 808; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(808,2,10,3289,15000,0,0,0,0,0,0,0,-822.285,-4921.8,19.4009,2.6098,'summon'), +(808,5,1,2,0,3289,20,7,0,0,0,0,0,0,0,0,''), +(808,7,0,0,0,0,0,0,2000005776,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry = 2000005776; +INSERT INTO db_script_string (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 +(2000005776,'I thank you, $N. And my brother thanks you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL); +UPDATE quest_template SET CompleteScript = 808 WHERE entry = 808; +UPDATE creature_template SET movementType = 0 WHERE entry = 3289; + +-- Report to Orgnil(q.823) +DELETE FROM dbscripts_on_quest_end WHERE id = 823; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(823,1,0,0,0,0,0,0,2000005777,0,0,0,0,0,0,0,''), +(823,4,0,0,0,0,0,0,2000005778,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry IN (2000005777, 2000005778); +INSERT INTO db_script_string (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 +(2000005777,'%s listens to Sigilbringer\'s report...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005778,'What?? The Burning Blade is spreading! We must investigate!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL); +UPDATE quest_template SET CompleteScript = 823 WHERE entry = 823; + +-- Dark Storms(q.806) - update (now completed) +DELETE FROM dbscripts_on_quest_end WHERE id = 806; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(806,1,0,0,0,0,0,0,2000000065,0,0,0,0,0,0,0,''), +(806,4,0,0,0,0,0,0,2000005779,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry = 2000005779; +INSERT INTO db_script_string (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 +(2000005779,'%s smashes the dead, twisted claw. ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL); +UPDATE quest_template SET CompleteScript = 806 WHERE entry = 806; + +-- Dark Storms(q.806) - update (now completed) +DELETE FROM dbscripts_on_quest_end WHERE id = 806; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(806,1,0,0,0,0,0,0,2000000065,0,0,0,0,0,0,0,''), +(806,4,0,0,0,0,0,0,2000005779,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry = 2000005779; +INSERT INTO db_script_string (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 +(2000005779,'%s smashes the dead, twisted claw. ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL); +UPDATE quest_template SET CompleteScript = 806 WHERE entry = 806; + +-- Zuluhed the Whacked(q.10866) -H -A - UPDATE +DELETE FROM dbscripts_on_quest_start WHERE id = 10866; +INSERT INTO dbscripts_on_quest_start VALUES +(10866,2,10,11980,300000,0,0,0,0,0,0,0,-4204.937,316.3974,122.5078,1.36908,'spawn Zuluhed'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4172.627,330.287,135.9577,2.86234,'dragonmaw elite #1'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4169.85,341.2979,135.9378,3.159046,'dragonmaw elite #2'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4167.831,353.6864,138.9584,2.897247,'dragonmaw elite #3'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4224.608,339.7754,135.5993,6.195919,'dragonmaw elite #4'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4222.075,348.025,136.5042,5.951573,'dragonmaw elite #5'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4221.03,356.1273,137.0673,5.864306,'dragonmaw elite #6'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4182.745,320.6509,135.6589,1.762783,'dragonmaw elite #7'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4191.668,314.6634,136.2213,2.076942,'dragonmaw elite #8'), +(10866,3,10,22331,300000,0,0,0,0,0,0,0,-4205.275,310.4961,137.9865,1.082104,'dragonmaw elite #9'), +(10866,21,26,0,0,11980,100,0,0,0,0,0,0,0,0,0,''), +(10866,68,31,22331,70,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(10866,69,23,19980,0,22332,140698,7 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(10866,69,23,19980,0,22332,140699,7 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(10866,69,23,19980,0,22332,140700,7 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(10866,70,32,0,0,22332,140698,7 | 0x10,0,0,0,0,0,0,0,0,''), +(10866,70,32,0,0,22332,140699,7 | 0x10,0,0,0,0,0,0,0,0,''), +(10866,70,32,0,0,22332,140700,7 | 0x10,0,0,0,0,0,0,0,0,''); +-- zuluhed - update +DELETE FROM dbscripts_on_creature_movement WHERE id = 1198001; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1198001,1,0,0,0,0,0,0,2000005695,0,0,0,0,0,0,0,''), +(1198001,7,0,0,0,0,0,0,2000005696,0,0,0,0,0,0,0,''), +(1198001,12,0,0,0,0,0,0,2000005697,0,0,0,0,0,0,0,''), +(1198001,15,15,32121,0,0,0,0x02,0,0,0,0,0,0,0,0,''), +(1198001,16,22,16,0x01 | 0x10 | 0x20,0,0,0,0,0,0,0,0,0,0,0,'temp faction'); + +-- To Legion Hold(q.10596) -H (q.10563) -A -- small update +DELETE FROM dbscripts_on_creature_movement WHERE id = 2163301; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2163301,0,15,34427,0,0,0,0,0,0,0,0,0,0,0,0,'visual - summon'); -- correct spell from sniff + +-- Blast the Infernals! (q.10598) -H (q.10564) -A +DELETE FROM dbscripts_on_event WHERE id = 13874; +INSERT INTO dbscripts_on_event VALUES +(13874,0,22,114,0x00 | 0x08,21316,74644,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74646,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74647,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74645,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74651,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74648,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74653,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74643,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74642,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74649,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74652,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74650,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74640,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,0,22,114,0x00 | 0x08,21316,74639,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74641,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74658,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74657,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74656,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74654,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74655,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74666,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74665,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74659,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74668,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74667,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74662,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74671,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74670,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74660,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74664,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74663,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74661,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,1,22,114,0x00 | 0x08,21316,74669,0x00 | 0x10,0,0,0,0,0,0,0,0,'temp faction'), +(13874,3,15,37134,0,21512,10,1 | 0x08,0,0,0,0,0,0,0,0,'force buddy to cast 37134'); +-- spell should have target +DELETE FROM spell_script_target WHERE entry = 37134; +INSERT INTO spell_script_target (entry, type, targetEntry) VALUES +(37134,1,21316); + +-- The Stagnant Oasis(q.877) -H +DELETE FROM dbscripts_on_event WHERE id = 525; +INSERT INTO dbscripts_on_event (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(525,1,9,121921,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), +(525,1,9,121922,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), +(525,1,9,121923,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), +(525,1,9,121924,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), +(525,1,9,121925,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'); +-- Fissure plant -- shouldnt be any flag set there +UPDATE gameobject_template SET flags = 0 WHERE entry = 3743; +DELETE FROM gameobject_loot_template WHERE entry = 2603; +INSERT INTO gameobject_loot_template (entry, item, ChanceorQuestChance, groupid, minCountorRef, maxCount, condition_id) VALUES +(2603, 5066, 100, 0 , 1, 1, 0); -- correct + +-- Revenge of Gann(q.849) -H +UPDATE gameobject SET spawntimesecs = 60, animprogress = 255 WHERE guid = 13259; -- gameobject can be destroyed by spell (explode animation works) + +-- The Tear of the Moons (q.857) -H +DELETE FROM dbscripts_on_quest_end WHERE id = 857; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(857,1,0,0,0,0,0,0,2000000345,0,0,0,0,0,0,0,''), +(857,3,1,4,0,0,0,0,0,0,0,0,0,0,0,0,''), +(857,6,3,0,0,0,0,0,0,0,0,0,0,0,0,5.13708,''), +(857,7,0,0,0,0,0,0,2000000346,0,0,0,0,0,0,0,''), +(857,10,0,0,0,0,0,0,2000000347,0,0,0,0,0,0,0,''), +(857,13,0,0,0,0,0,0,2000000348,0,0,0,0,0,0,0,''), +(857,15,23,724,0,0,0,0,0,0,0,0,0,0,0,0,''), +(857,16,3,0,0,0,0,0,0,0,0,0,-4217.93,-2343.5,91.6918,4.6415,''), +(857,18,15,5,0,0,0,0x02,0,0,0,0,0,0,0,0,''); +DELETE FROM dbscripts_on_creature_death WHERE id = 3421; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3421,1,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'demorph'); +DELETE FROM db_script_string WHERE entry BETWEEN 2000000345 AND 2000000348; +INSERT INTO db_script_string (entry, content_default, sound, type, language, emote, comment) VALUES +(2000000345,'The power of the Tear of the Moons is mine! Mine I say!',0,0,0,5,NULL), +(2000000346,'%s begins to rub the Tear of the Moons.',0,2,0,0,NULL), +(2000000347,'Power! Glorious power!',0,0,0,15,NULL), +(2000000348,'%s begins to make strange grunting noises. The Tear of the Moons drops to the ground and shatters.',0,2,0,0,NULL); +UPDATE quest_template SET CompleteScript = 857 WHERE entry = 857; +-- Feegly the Exiled +UPDATE creature SET position_x = -4218.656250, position_y = -2339.575684, position_z = 91.730965, orientation = 1.864294, spawntimesecs = 60 WHERE guid = 14138; + + +-- --------------- +-- Druids flight form chain +-- --------------- +-- quest 10961 'The Ward of Wakening' - Druid +DELETE FROM dbscripts_on_quest_end WHERE id = 10961; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(10961,0,29,3,0,0,0,0,0,0,0,0,0,0,0,0,'22832 - npc_flag removed'), +(10961,1,0,0,0,0,0,0,2000005665,0,0,0,0,0,0,0,''), +(10961,6,1,16,0,0,0,0,0,0,0,0,0,0,0,0,''), +(10961,7,0,0,0,0,0,0,2000005666,0,0,0,0,0,0,0,''), +(10961,10,0,0,0,0,0,0,2000005667,0,0,0,0,0,0,0,''), +(10961,14,0,0,0,0,0,0,2000005668,0,0,0,0,0,0,0,''), +(10961,15,29,3,0,0,0,0,0,0,0,0,0,0,0,0,'22832 - npc_flag added'); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005665 AND 2000005668; +INSERT INTO db_script_string (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 +(2000005665,'There are few left in the world who can prepare the Ward of Waking, $N. We are fortunate that I am among them.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005666,'%s kneels, filling the vial with water from the moonwell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005667,'%s combines the herbs with the moonwell water to create the Ward of Waking',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005668,'The potion is finished. I can only hope Clintar forgives us for interrupting his sojourn in the Emerald Dream.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL); +UPDATE quest_template SET CompleteScript = 10961, NextQuestInChain = 10964 WHERE entry = 10961; +-- quest 10964 'Waking the Sleeper' - Druid +DELETE FROM dbscripts_on_quest_end WHERE id = 10964; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(10964,0,29,3,0,0,0,0,0,0,0,0,0,0,0,0,'22832 - npc_flag removed'), +(10964,3,0,2,0,0,0,0,2000005669,0,0,0,0,0,0,0,''), +(10964,4,28,8,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), +(10964,8,0,0,0,0,0,0,2000000067,0,0,0,0,0,0,0,''), +(10964,11,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'), +(10964,12,3,0,0,0,0,0,0,0,0,0,0,0,0,0.911676,''), +(10964,12,0,2,0,0,0,0,2000005670,0,0,0,0,0,0,0,''), +(10964,15,0,0,0,0,0,0,2000000068,0,0,0,0,0,0,0,''), +(10964,17,3,0,700,0,0,0,0,0,0,0,7453,-3116.32,439.604,5,''), +(10964,19,3,0,0,0,0,0,0,0,0,0,7453,-3116.32,439.604,5.54,''), +(10964,22,0,0,0,0,0,0,2000000069,0,0,0,0,0,0,0,''), +(10964,22,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(10964,24,29,3,0,0,0,0,0,0,0,0,0,0,0,0,'22832 - npc_flag added'), +(10964,54,3,0,0,0,0,0,0,0,0,0,7459.48,-3123.03,438.398,5,''), +(10964,59,3,0,0,0,0,0,0,0,0,0,7459.48,-3123.03,438.398,5.51524,''), +(10964,64,28,3,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005669 AND 2000005670; +INSERT INTO db_script_string (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 +(2000005669,'%s snaps up to a kneeling position, but seems as though he\'s somewhere else.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005670,'%s gets to his feet, beginning to recognize his surroundings.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL); +UPDATE db_script_string SET emote = 6 WHERE entry = 2000000067; +UPDATE db_script_string SET emote = 1 WHERE entry = 2000000068; +UPDATE quest_template SET CompleteScript = 10964, NextQuestInChain = 10965, CompleteEmote = 0 WHERE entry =10964; +-- quest 10987 'To Catch A Sparrowhawk' - Druid +DELETE FROM dbscripts_on_quest_end WHERE id = 10987; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(10987,2,10,23036,17000,0,0,0,0,0,0,0,-1272.48,9164.06,217.776,4.20625,'summon'), +(10987,4,0,0,0,0,0,0,2000005671,0,0,0,0,0,0,0,''), +(10987,6,3,0,0,23036,50,7,0,0,0,0,-1273.05,9161.96,217.298,4.34369,'force buddy to move'), +(10987,6,0,0,0,0,0,0,2000005672,0,0,0,0,0,0,0,''), +(10987,10,0,0,0,0,0,0,2000005673,0,0,0,0,0,0,0,''), +(10987,14,0,0,0,0,0,0,2000005674,0,0,0,0,0,0,0,''), +(10987,15,25,1,0,23036,50,7,0,0,0,0,0,0,0,0,'RUN ON'), +(10987,16,3,0,700,23036,50,7,0,0,0,0,-1335.43,9128.58,251.388,3.6604,'force buddy to move'); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005671 AND 2000005674; +INSERT INTO db_script_string (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 +(2000005671,'Come closer, young one. There\'s nothing to fear from me or $n.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005672,'%s cautiously approaches Wather Elaira.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005673,'I\'m going to train you to help $N with very important task. After that, I promose you\'ll be free to return home.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005674,'You will hear the call when you are needed. Fly east, to Skettis, and wait there for $N\'s signal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL); +UPDATE quest_template SET CompleteScript = 10987 WHERE entry = 10987; +DELETE FROM dbscripts_on_spell WHERE id = 39810; -- target need to be despawned by spell +INSERT INTO dbscripts_on_spell (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(39810,2,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'); +UPDATE creature_template SET MovementType = 0, InhabitType = 5 WHERE entry = 23036; -- update for "Captive Sparrowhawk" +-- quest 10988 'The Raven Stones' - Druid +DELETE FROM dbscripts_on_quest_end WHERE id = 10988; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(10988,0,29,3,0,0,0,0,0,0,0,0,0,0,0,0,'22924 - npc_flag removed'), +(10988,2,10,23036,17000,0,0,0,0,0,0,0,3021.95,5513.31,146.41,5.55244,'summon'), +(10988,4,0,0,0,0,0,0,2000005675,0,0,0,0,0,0,0,''), +(10988,7,0,0,0,0,0,0,2000000070,0,0,0,0,0,0,0,''), +(10988,8,25,1,0,23036,50,7,0,0,0,0,0,0,0,0,'RUN ON'), +(10988,12,3,0,700,23036,50,7,0,0,0,0,2972.54,5519.14,170.419,3.01223,'force buddy to move'), +(10988,13,3,0,0,0,0,0,0,0,0,0,0,0,0,4.87912,''), +(10988,14,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(10988,17,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(10988,17,9,121700,600,0,0,0,0,0,0,0,0,0,0,0,'resp o185523'), +(10988,18,0,0,0,0,0,0,2000000071,0,0,0,0,0,0,0,''), +(10988,22,0,0,0,0,0,0,2000000072,0,0,0,0,0,0,0,''), +(10988,28,0,0,0,0,0,0,2000000073,0,0,0,0,0,0,0,''), +(10988,36,0,0,0,0,0,0,2000000074,0,0,0,0,0,0,0,''), +(10988,43,0,0,0,0,0,0,2000000075,0,0,0,0,0,0,0,''), +(10988,48,3,0,0,0,0,0,0,0,0,0,0,0,0,2.36604,''), +(10988,49,29,3,0,0,0,0,0,0,0,0,0,0,0,0,'22832 - npc_flag added'); +UPDATE quest_template SET CompleteScript = 10988 WHERE entry = 10988; +DELETE FROM db_script_string WHERE entry = 2000005675; +INSERT INTO db_script_string (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 +(2000005675,'%s greets the sparrowhawk that helped locate the raven stones.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,21,NULL); +UPDATE db_script_string SET emote = 1 WHERE entry IN (2000000070,2000000072,2000000073,2000000074,2000000075); +UPDATE db_script_string SET emote = 4 WHERE entry = 2000000071; +UPDATE creature_template SET MovementType = 0, InhabitType = 5 WHERE entry = 22972; -- update for "Cenarion Sparrowhawk" +-- despawn the stones and sync the spawn time between the stones and the triggers +-- also make sure that you sync the spawn locations +UPDATE gameobject SET spawntimesecs = -320 WHERE id = 185541; -- thx xfurry +UPDATE creature SET spawntimesecs = 320 WHERE id = 22986; -- thx xfurry +-- quest 10988 'The Eagle's Essence' - Druid +DELETE FROM dbscripts_on_go_template_use WHERE id = 185547; +INSERT INTO dbscripts_on_go_template_use (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(185547,2,10,22993,600000,0,0,0,0,0,0,0,-2623.6,4573.66,138.827,1.64381,'summon'); +UPDATE creature_template SET MovementType = 0 WHERE entry = 22993; -- update for 'Guardian of the Eagle' +DELETE FROM creature_linking_template WHERE entry = 23167; -- link between 'Anzuli Hatchling' and 'Guardian of the Eagle' +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(23167,530,22993,17,100); +-- quest 10991 'The Falcon's Essence' - Druid +DELETE FROM dbscripts_on_go_template_use WHERE id = 185553; +INSERT INTO dbscripts_on_go_template_use (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(185553,2,10,22994,600000,0,0,0,0,0,0,0,-3166.13,3809.05,59.7824,1.84486,'summon'); +UPDATE creature_template SET MovementType = 0 WHERE entry = 22994; -- update for 'Guardian of the Falcon' +-- quest 10992 'The Hawk's Essence' - Druid +DELETE FROM dbscripts_on_go_template_use WHERE id = 185551; +INSERT INTO dbscripts_on_go_template_use (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(185551,2,10,22992,600000,0,0,0,0,0,0,0,-4362.77,4626.06,-39.2711,0.86199,'summon'); +UPDATE creature_template SET MovementType = 0 WHERE entry = 22992; -- update for 'Guardian of the Hawk' +-- quest 10994 'Chasing the Moonstone' - Druid +UPDATE creature_template SET MovementType = 0, InhabitType = 3 WHERE entry = 23002; -- update for 'Rizzle Sprysprocket' + +-- --------------- +-- Random updates +-- --------------- +-- Morley Bates -- Undercity +UPDATE creature SET MovementType = 2,spawndist = 0 WHERE guid = 38421; +DELETE FROM creature_movement WHERE id = 38421; +UPDATE creature_template SET MovementType = 2 WHERE entry = 4571; -- now move him to template (unique npc) +DELETE FROM creature_movement_template WHERE entry = 4571; +INSERT INTO creature_movement_template (entry,point,position_x,position_y,position_z,waittime,script_id,textid1,textid2,textid3,textid4,textid5,emote,spell,wpguid,orientation,model1,model2) VALUES +(4571,1,1692.201904,139.641846,-55.214390,0,0,0,0,0,0,0,0,0,0,6.123605,0,0), +(4571,2,1694.764893,138.542770,-55.022465,0,0,0,0,0,0,0,0,0,0,5.588755,0,0), +(4571,3,1698.867065,134.570557,-52.505413,0,0,0,0,0,0,0,0,0,0,5.520430,0,0), +(4571,4,1702.585693,131.029968,-49.612007,0,0,0,0,0,0,0,0,0,0,5.485089,0,0), +(4571,5,1705.978516,127.957245,-48.915165,0,0,0,0,0,0,0,0,0,0,5.418329,0,0), +(4571,6,1709.306274,124.367935,-49.698490,0,0,0,0,0,0,0,0,0,0,5.434034,0,0), +(4571,7,1712.874023,120.622345,-52.617626,0,0,0,0,0,0,0,0,0,0,5.390840,0,0), +(4571,8,1717.208252,116.369743,-55.215046,0,0,0,0,0,0,0,0,0,0,5.020132,0,0), +(4571,9,1715.927490,112.043648,-55.215046,0,0,0,0,0,0,0,0,0,0,3.865062,0,0), +(4571,10,1710.193848,105.648643,-60.226227,0,0,0,0,0,0,0,0,0,0,3.989156,0,0), +(4571,11,1704.670166,98.548027,-60.156685,0,0,0,0,0,0,0,0,0,0,3.708768,0,0), +(4571,12,1702.469849,96.913681,-62.183727,0,0,0,0,0,0,0,0,0,0,3.757463,0,0), +(4571,13,1696.200073,89.700615,-62.245487,0,0,0,0,0,0,0,0,0,0,4.154087,0,0), +(4571,14,1693.445557,80.922714,-62.289646,0,0,0,0,0,0,0,0,0,0,4.904924,0,0), +(4571,15,1694.970947,74.606171,-62.289646,0,0,0,0,0,0,0,0,0,0,5.439004,0,0), +(4571,16,1703.908081,68.916229,-62.289646,0,0,0,0,0,0,0,0,0,0,6.058682,0,0), +(4571,17,1716.820801,67.587296,-62.281952,0,0,0,0,0,0,0,0,0,0,0.244379,0,0), +(4571,18,1726.935669,73.529434,-62.280739,0,0,0,0,0,0,0,0,0,0,0.759600,0,0), +(4571,19,1746.531616,97.615318,-62.277756,0,0,0,0,0,0,0,0,0,0,0.680274,0,0), +(4571,20,1761.977051,112.225182,-62.282078,0,0,0,0,0,0,0,0,0,0,1.051768,0,0), +(4571,21,1764.695068,122.498894,-62.289280,0,0,0,0,0,0,0,0,0,0,1.664379,0,0), +(4571,22,1762.121338,130.429794,-62.293812,0,0,0,0,0,0,0,0,0,0,2.294268,0,0), +(4571,23,1756.816772,135.878189,-62.296608,0,0,0,0,0,0,0,0,0,0,2.690109,0,0), +(4571,24,1748.166870,137.670273,-62.280506,0,0,0,0,0,0,0,0,0,0,3.475508,0,0), +(4571,25,1742.719971,136.389114,-62.215290,0,0,0,0,0,0,0,0,0,0,3.800663,0,0), +(4571,26,1737.080444,131.298904,-62.116192,0,0,0,0,0,0,0,0,0,0,3.754325,0,0), +(4571,27,1735.050415,129.373520,-60.103340,0,0,0,0,0,0,0,0,0,0,3.699347,0,0), +(4571,28,1727.588257,123.737144,-60.372936,0,0,0,0,0,0,0,0,0,0,3.788882,0,0), +(4571,29,1721.737671,118.051208,-55.215641,0,0,0,0,0,0,0,0,0,0,3.820298,0,0), +(4571,30,1717.091797,117.097122,-55.031643,0,0,0,0,0,0,0,0,0,0,2.419933,0,0), +(4571,31,1713.285400,120.886414,-52.663830,0,0,0,0,0,0,0,0,0,0,2.383019,0,0), +(4571,32,1709.635254,123.817406,-50.022968,0,0,0,0,0,0,0,0,0,0,2.390873,0,0), +(4571,33,1705.950806,127.811539,-48.913475,0,0,0,0,0,0,0,0,0,0,2.379092,0,0), +(4571,34,1702.807983,131.052505,-49.581020,0,0,0,0,0,0,0,0,0,0,2.288771,0,0), +(4571,35,1699.202026,134.708969,-52.444389,0,0,0,0,0,0,0,0,0,0,2.363384,0,0), +(4571,36,1695.124146,138.728653,-54.968365,0,0,0,0,0,0,0,0,0,0,2.152897,0,0), +(4571,37,1694.589111,141.696426,-55.214432,0,0,0,0,0,0,0,0,0,0,1.100463,0,0), +(4571,38,1695.868896,143.529465,-55.214268,0,0,0,0,0,0,0,0,0,0,0.698551,0,0), +(4571,39,1701.858887,150.072723,-60.469513,0,0,0,0,0,0,0,0,0,0,1.418761,0,0), +(4571,40,1701.063477,158.274918,-60.438343,0,0,0,0,0,0,0,0,0,0,1.211416,0,0), +(4571,41,1704.810181,171.620438,-60.737682,0,0,0,0,0,0,0,0,0,0,1.962257,0,0), +(4571,42,1700.957275,175.207169,-62.000648,0,0,0,0,0,0,0,0,0,0,2.709171,0,0), +(4571,43,1694.132935,176.281799,-62.171570,0,0,0,0,0,0,0,0,0,0,3.569968,0,0), +(4571,44,1678.931519,164.417252,-62.156734,0,0,0,0,0,0,0,0,0,0,3.902192,0,0), +(4571,45,1661.356812,147.728577,-62.165779,0,0,0,0,0,0,0,0,0,0,4.109537,0,0), +(4571,46,1656.410156,141.673599,-62.155628,0,0,0,0,0,0,0,0,0,0,4.415842,0,0), +(4571,47,1658.164429,130.089584,-62.195759,0,0,0,0,0,0,0,0,0,0,5.289191,0,0), +(4571,48,1660.051758,128.194778,-61.495415,0,0,0,0,0,0,0,0,0,0,5.849962,0,0), +(4571,49,1670.617188,126.868576,-61.480343,0,0,0,0,0,0,0,0,0,0,0.112627,0,0), +(4571,50,1672.972656,126.964844,-60.389759,0,0,0,0,0,0,0,0,0,0,0.327826,0,0), +(4571,51,1683.947754,131.563538,-60.465267,0,0,0,0,0,0,0,0,0,0,0.822258,0,0), +(4571,52,1690.073608,137.640442,-55.214428,0,0,0,0,0,0,0,0,0,0,0.721727,0,0); +-- Ar'tor, Son of Oronok - update +DELETE FROM dbscripts_on_creature_death WHERE id = 21292; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(21292,0,10,21318,1200000,0,0,0,0,0,0,0,-3801.75,2600.401,90.27156,5.759586,'summon'), +(21292,2,1,1,0,21318,25,0x04,0,0,0,0,0,0,0,0,''); +-- Spirit of Ar'tor - update +UPDATE creature_template SET GossipMenuId = 8287, MovementType = 0 WHERE entry = 21318; +DELETE FROM gossip_menu WHERE entry = 8287; +INSERT INTO gossip_menu (entry, text_id, script_id, condition_id) VALUES +(8287, 10327, 0, 0); + -- Shadowmoon Valley Invisible Trigger (Tiny) - update +DELETE FROM dbscripts_on_creature_movement WHERE id = 2131001; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2131001,0,31,21292,15,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(2131001,1,15,36558,0,21292,10,0x01,0,0,0,0,0,0,0,0,'cast 36558 on buddy'); +DELETE FROM creature_linking WHERE guid IN (74618,52288,52286,52285); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(74618, 84607, 144), +(52288, 84607, 144), +(52286, 84607, 144), +(52285, 84607, 144); +-- Mogg - BARRENS +-- spawndist = 5 must be set,without that, randommovement from script will never work +UPDATE creature SET position_x = 1017.95, position_y = -2224.33, position_z = 93.08, orientation = 4.70, MovementType = 2, spawndist = 5 WHERE guid = 13964; +UPDATE creature SET position_x = 1017.95, position_y = -2224.33, position_z = 93.08, orientation = 4.70, MovementType = 0, spawndist = 0 WHERE guid = 13980; +DELETE FROM creature_movement WHERE id = 13964; +UPDATE creature_template SET MovementType = 2 WHERE entry = 14908; -- now move him to template (unique npc) +DELETE FROM creature_movement_template WHERE entry = 14908; +INSERT INTO creature_movement_template (entry,point,position_x,position_y,position_z,waittime,script_id,textid1,textid2,textid3,textid4,textid5,emote,spell,wpguid,orientation,model1,model2) VALUES +(14908,1,1022.235779,-2235.107910,93.311417,0,0,0,0,0,0,0,0,0,0,5.050608,0,0), +(14908,2,1023.366699,-2238.182373,92.374435,0,0,0,0,0,0,0,0,0,0,4.901490,0,0), +(14908,3,1024.204590,-2243.961182,92.469681,0,0,0,0,0,0,0,0,0,0,3.932313,0,0), +(14908,4,1022.052673,-2244.862549,92.338455,0,0,0,0,0,0,0,0,0,0,2.761287,0,0), +(14908,5,1020.207947,-2242.918213,92.232147,8000,1490801,0,0,0,0,0,0,0,0,1.911485,0,0), +(14908,6,1034.187012,-2250.560059,92.865570,6000,1490802,0,0,0,0,0,0,0,0,5.877740,0,0), +(14908,7,1033.848511,-2258.611084,93.633789,0,0,0,0,0,0,0,0,0,0,5.175600,0,0), +(14908,8,1037.684692,-2262.024658,93.814468,0,0,0,0,0,0,0,0,0,0,5.099416,0,0), +(14908,9,1036.964111,-2269.702637,93.755440,0,0,0,0,0,0,0,0,0,0,5.317762,0,0), +(14908,10,1042.000977,-2273.459717,93.693169,5000,1490807,0,0,0,0,0,0,0,0,5.027948,0,0), +(14908,11,1042.695801,-2275.516846,93.578140,0,0,0,0,0,0,0,0,0,0,5.481912,0,0), +(14908,12,1046.523682,-2274.459717,93.604500,0,0,0,0,0,0,0,0,0,0,0.547255,0,0), +(14908,13,1050.259277,-2270.443359,93.498596,0,0,0,0,0,0,0,0,0,0,1.132377,0,0), +(14908,14,1049.739624,-2266.861816,93.347488,0,0,0,0,0,0,0,0,0,0,2.032443,0,0), +(14908,15,1048.046997,-2263.529297,93.224899,0,0,0,0,0,0,0,0,0,0,2.443207,0,0), +(14908,16,1041.046753,-2258.765625,93.452538,0,0,0,0,0,0,0,0,0,0,2.118837,0,0), +(14908,17,1039.138672,-2253.676270,92.961128,6000,1490808,0,0,0,0,0,0,0,0,1.470883,0,0), +(14908,18,1032.798584,-2253.547119,93.363281,0,0,0,0,0,0,0,0,0,0,3.619733,0,0), +(14908,19,1025.832764,-2258.538330,93.164093,0,0,0,0,0,0,0,0,0,0,4.158517,0,0), +(14908,20,1021.936951,-2266.235352,92.830612,0,0,0,0,0,0,0,0,0,0,4.826887,0,0), +(14908,21,1022.811462,-2272.140137,92.661667,0,0,0,0,0,0,0,0,0,0,5.267497,0,0), +(14908,22,1027.020386,-2277.889648,92.670853,0,0,0,0,0,0,0,0,0,0,5.707319,0,0), +(14908,23,1036.561890,-2280.122803,93.119659,0,0,0,0,0,0,0,0,0,0,0.098003,0,0), +(14908,24,1046.664185,-2275.731445,93.535553,0,0,0,0,0,0,0,0,0,0,0.818999,0,0), +(14908,25,1049.609863,-2269.771484,93.550903,0,0,0,0,0,0,0,0,0,0,1.455172,0,0), +(14908,26,1045.756592,-2261.030762,93.252167,0,0,0,0,0,0,0,0,0,0,2.531954,0,0), +(14908,27,1038.298706,-2254.306641,93.103928,6000,1490803,0,0,0,0,0,0,0,0,1.990029,0,0), +(14908,28,1028.886841,-2245.043701,92.417068,4000,1490804,0,0,0,0,0,0,0,0,2.057572,0,0), +(14908,29,1030.948975,-2242.987793,92.263474,0,0,0,0,0,0,0,0,0,0,0.737318,0,0), +(14908,30,1030.990967,-2246.370117,92.489189,0,0,0,0,0,0,0,0,0,0,4.676095,0,0), +(14908,31,1026.534058,-2244.682861,92.417534,5000,1490805,0,0,0,0,0,0,0,0,1.920917,0,0), +(14908,32,1023.985229,-2246.925537,92.415733,0,0,0,0,0,0,0,0,0,0,3.545906,0,0), +(14908,33,1022.480835,-2246.017822,92.334770,0,0,0,0,0,0,0,0,0,0,2.334821,0,0), +(14908,34,1020.937195,-2242.871338,92.286667,0,0,0,0,0,0,0,0,0,0,2.005739,0,0), +(14908,35,1022.749268,-2244.529053,92.396469,0,0,0,0,0,0,0,0,0,0,5.986138,0,0), +(14908,36,1024.250366,-2241.753418,92.434258,0,0,0,0,0,0,0,0,0,0,1.313017,0,0), +(14908,37,1023.625366,-2237.151495557,92.379318,0,0,0,0,0,0,0,0,0,0,1.831380,0,0), +(14908,38,1019.266907,-2227.937500,93.207352,0,0,0,0,0,0,0,0,0,0,2.381159,0,0), +(14908,39,1014.191467,-2225.346436,93.037804,5000,1490809,0,0,0,0,0,0,0,0,2.842187,0,0), +(14908,40,1017.351685,-2224.140381,93.069107,180000,1490806,0,0,0,0,0,0,0,0,5.143410,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1490801 AND 1490809; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1490801,1,20,1,5,14909,50,7,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), +(1490801,4,0,0,0,0,0,0,2000005767,0,0,0,0,0,0,0,''), +(1490801,7,0,0,0,0,0,0,2000005768,0,0,0,0,0,0,0,''), +(1490802,4,0,0,0,0,0,0,2000005769,0,0,0,0,0,0,0,''), +(1490802,5,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(1490803,1,0,0,0,0,0,0,2000005772,0,0,0,0,0,0,0,''), +(1490803,2,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), +(1490803,6,0,0,0,0,0,0,2000005773,0,0,0,0,0,0,0,''), +(1490804,0,20,0,0,14909,50,7,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), +(1490804,1,25,1,0,14909,50,7,0,0,0,0,0,0,0,0,'RUN ON'), +(1490804,2,3,0,0,14909,50,7,0,0,0,0,1021.28,-2233.42,93.33,5.05,'force buddy to move'), +(1490804,6,0,0,0,14909,50,7,2000005774,0,0,0,0,0,0,0,'force buddy to: say text'), +(1490804,9,0,0,0,0,0,0,2000005011,0,0,0,0,0,0,0,''), -- text_id already in DB. +(1490804,10,25,0,0,14909,50,7,0,0,0,0,0,0,0,0,'RUN OFF'), +(1490804,12,3,0,0,14909,50,7,0,0,0,0,1013.24,-2221.47,92.9837,2.50,'force buddy to move'), +(1490804,17,3,0,0,14909,50,7,0,0,0,0,1017.95,-2224.33,93.08,4.70,'force buddy to move'), +(1490804,20,20,1,5,14909,50,7,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), +(1490805,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(1490806,0,20,1,5,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), +(1490806,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), +(1490806,2,20,1,5,14909,50,7,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), +(1490806,180,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), +(1490807,4,0,0,0,0,0,0,2000005770,0,0,0,0,0,0,0,''), +(1490808,5,0,0,0,0,0,0,2000005771,0,0,0,0,0,0,0,''), +(1490809,4,0,0,0,0,0,0,2000005775,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005767 AND 2000005775; +INSERT INTO db_script_string (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 +(2000005767,'I am going to practice and become a warrior like my father!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005768,'Now to find an unsuspecting Harpy!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005769,'There\'s one! For the Horde!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005770,'Take that you mangy Harpy! Hyaa!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005771,'You can\'t get away from a warrior of the Horde! Take that! And that!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005772,'Now go back home where you belong!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005773,'Aaahhh... Another glorious victory for The Horde!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005774,'Mogg, get inside. It is not safe out there while your father is gone.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005775,'When is pappa comming back from the fights in Warsong? It has been so long...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL); +-- Morbent Fel - update +UPDATE creature_template SET scale = 1, UnitFlags = UnitFlags | 512 WHERE entry = 1200; -- prev value was taken with his aura (changes his size) +UPDATE creature_template SET EquipmentTemplateId = 10 WHERE entry = 24782; +UPDATE creature SET spawntimesecs = 240 WHERE guid = 5056; +DELETE FROM dbscripts_on_spell WHERE id = 8913; +INSERT INTO dbscripts_on_spell (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(8913,2,10,24782,120000,1200,50,7,0,0,0,0,0,0,0,0,''), +(8913,3,18,0,0,1200,50,7,0,0,0,0,0,0,0,0,''); +-- Phantasmal Lash - should respan every 3min (not every 10 secs) +UPDATE creature SET spawntimesecs = 180 WHERE guid = 42685; +-- Aerher Ray - update +UPDATE creature_template SET InhabitType = 1 WHERE entry = 22181; +-- Crildor - update +UPDATE creature_template SET NpcFlags = 0 WHERE entry = 5782; +-- Overseer Kragosh - event +UPDATE creature SET MovementType = 2 WHERE guid = 104535; +UPDATE creature_template SET MovementType = 2 WHERE entry = 36217; +DELETE FROM creature_movement_template WHERE entry = 36217; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(36217,1,1438.03,403.83,-85.2626,45000,0,0,0,0,0,0,0,0,0,3.12414,0,0), +(36217,2,1438.03,403.83,-85.2626,6000,3621701,0,0,0,0,0,0,0,0,3.12414,0,0), +(36217,3,1438.01,400.654,-85.2645,0,0,0,0,0,0,0,0,0,0,4.67316,0,0), +(36217,4,1436.25,397.342,-85.2657,0,0,0,0,0,0,0,0,0,0,3.97572,0,0), +(36217,5,1432.92,395.72,-85.2653,0,0,0,0,0,0,0,0,0,0,3.23666,0,0), +(36217,6,1430.37,397.151,-85.2619,0,0,0,0,0,0,0,0,0,0,2.48347,0,0), +(36217,7,1428.68,401,-85.2571,55000,3621702,0,0,0,0,0,0,0,0,1.86693,0,0), +(36217,8,1430.37,397.151,-85.2619,0,0,0,0,0,0,0,0,0,0,5.86461,0,0), +(36217,9,1432.92,395.72,-85.2653,0,0,0,0,0,0,0,0,0,0,0.314982,0,0), +(36217,10,1436.25,397.342,-85.2657,0,0,0,0,0,0,0,0,0,0,1.24254,0,0), +(36217,11,1438.01,400.654,-85.2645,0,0,0,0,0,0,0,0,0,0,1.58026,0,0), +(36217,12,1438.03,403.83,-85.2626,2000,0,0,0,0,0,0,0,0,0,1.72556,0,0), +(36217,13,1438.03,403.83,-85.2626,420000,0,0,0,0,0,0,0,0,0,3.12414,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (3621701,3621702); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3621701,2,0,0,0,0,0,0,2000005722,0,0,0,0,0,0,0,''), +(3621702,0,1,25,0,0,0,0,0,0,0,0,0,0,0,0,''), +(3621702,4,0,0,0,0,0,0,2000005723,0,0,0,0,0,0,0,''), +(3621702,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0.640137,''), +(3621702,11,0,0,0,0,0,0,2000005724,0,0,0,0,0,0,0,''), +(3621702,20,31,2055,20,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(3621702,21,3,0,0,2055,20,7,0,0,0,0,0,0,0,4.00321,''), +(3621702,22,0,0,0,2055,20,4,2000005725,0,0,0,0,0,0,0,'force 2055 to: say text'), +(3621702,32,0,0,0,2055,20,4,2000005726,0,0,0,0,0,0,0,'force 2055 to: say text'), +(3621702,38,0,0,0,0,0,0,2000005727,0,0,0,0,0,0,0,''), +(3621702,44,3,0,0,0,0,0,0,0,0,0,0,0,0,3.99929,''), +(3621702,46,0,0,0,0,0,0,2000005728,0,0,0,0,0,0,0,''), +(3621702,48,1,66,0,36213,140768,7 | 0x10,0,0,0,0,0,0,0,0,''), +(3621702,50,3,0,0,2055,20,7,0,0,0,0,0,0,0,2.26893,''), +(3621702,50,3,0,0,36213,140768,7 | 0x10,0,0,0,0,1420.97,389.227,-84.9886,0.0620715,''), +(3621702,51,3,0,0,36213,140768,7 | 0x10,0,0,0,0,1422.92,387.966,-84.9914,5.27633,''), +(3621702,52,3,0,0,36213,140768,7 | 0x10,0,0,0,0,1422.9,384.706,-84.9962,4.3323,''), +(3621702,53,3,0,0,36213,140768,7 | 0x10,0,0,0,0,1420.35,382.272,-84.9962,3.85478,''), +(3621702,56,0,0,0,36213,140768,7 | 0x10,2000005729,0,0,0,0,0,0,0,'force 36213 to: say text'), +(3621702,63,3,0,0,36213,140768,7 | 0x10,0,0,0,0,1418.86,388.783,-84.9909,0.942079,''), +(3621702,72,3,0,0,36213,140768,7 | 0x10,0,0,0,0,0,0,0,0.942079,''); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005722 AND 2000005729; +INSERT INTO db_script_string (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 +(2000005722,'I\'ve got my eye on you, Faranell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005723,'No abominations protecting you. No secrecy. No plotting in the dark.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005724,'If you so much as spit without my permission, this place shuts down. Forcefully.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005725,'I assure you, overseer, the Royal Apothecary Society dearly wishes to make up for the tragic misguidance which ended so many lives.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005726,'We will cause you no trouble. We seek only to continue our research in peace.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005727,'We\'ll see about that.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005728,'Get that rotten nut to shut his trap!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL), +(2000005729,'Shut your face, you gibbering idiot! ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL); +-- Crag Boar +UPDATE creature SET position_x = -6070.349121, position_y = -285.940399, position_z = 428.220367, orientation = 1.496177 WHERE guid = 263; +UPDATE creature SET position_x = -6104.470703, position_y = -163.987122, position_z = 433.257080, orientation = 1.833880 WHERE guid = 1716; +UPDATE creature SET position_x = -5988.834473, position_y = -135.639069, position_z = 400.818604, orientation = 4.441411 WHERE guid = 290; +-- Mortar Combat - event +-- correct spawn possition for all involved in event +UPDATE creature SET position_x = -6009.25, position_y = -202.649994, position_z = 406.982605, orientation = 1.58825 WHERE guid = 269; -- angus +UPDATE creature SET orientation = 0.03490658 WHERE guid = 265 ; -- hegnar +UPDATE creature SET position_x = -6007.301758, position_y = -200.348206, position_z = 406.777496, orientation = 3.282219 WHERE guid = 272; -- klemmy +UPDATE creature SET position_x = -6007.458984, position_y = -202.157593, position_z = 407.447937, orientation = 2.478368 WHERE guid = 267; -- shorty +UPDATE creature SET position_x = -6010.668151495, position_y = -199.434006, position_z = 406.792480, orientation = 5.532694 WHERE guid = 268; -- middlecamp +UPDATE creature SET position_x = -6008.527832, position_y = -199.145203, position_z = 406.687225, orientation = 4.372177 WHERE guid = 266; -- wheeler +-- Angus +UPDATE creature_template SET MovementType = 2 WHERE entry = 10610; +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 269; +DELETE FROM creature_movement_template WHERE entry = 10610; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(10610,1,-6009.25,-202.649994,406.982605,45000,0,0,0,0,0,0,0,0,0,1.58825,0,0), +(10610,2,-6009.25,-202.649994,406.982605,1000,1061001,0,0,0,0,0,0,0,0,1.58825,0,0), +(10610,3,-6009.25,-202.649994,406.982605,2000,1061002,0,0,0,0,0,0,0,0,1.58825,0,0), +(10610,4,-6031.16,-230.264,414.361,250000,1061003,0,0,0,0,0,0,0,0,2.18492,0,0), +(10610,5,-6009.25,-202.649994,406.982605,300000,0,0,0,0,0,0,0,0,0,1.58825,0,0), +(10610,6,-6009.25,-202.649994,406.982605,5000,1061004,0,0,0,0,0,0,0,0,1.58825,0,0), +(10610,7,-6009.25,-202.649994,406.982605,300000,0,0,0,0,0,0,0,0,0,1.58825,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1061001 AND 1061004; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1061001,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'Angus - active'), +(1061001,0,21,1,0,10805,272,0x10,0,0,0,0,0,0,0,0,'Klemmy - active'), +(1061001,0,21,1,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty - active'), +(1061001,1,21,1,0,10803,266,0x10,0,0,0,0,0,0,0,0,'Wheeler - active'), +(1061001,1,21,1,0,10804,268,0x10,0,0,0,0,0,0,0,0,'Middlecamp - active'), +(1061002,0,25,1,0,10805,272,0x10,0,0,0,0,0,0,0,0,'RUN ON'), +(1061002,1,16,6598,2,0,0,0,0,0,0,0,0,0,0,0,'sound'), +(1061002,2,3,0,0,10611,267,0x10,0,0,0,0,-6031.589,-228.182,414.4035,2,'Shorty'), +(1061002,2,3,0,0,10804,268,0x10,0,0,0,0,-6034.14,-223.333,413.4,1,'Middlecamp'), +(1061002,2,3,0,0,10805,272,0x10,0,0,0,0,-6011.17,-197.021,406.765,1.97737,'Klemmy'), +(1061002,2,3,0,0,10803,266,0x10,0,0,0,0,-6011.87,-199.241,406.834,4.31443,'Wheeler'), +(1061002,3,3,0,0,10805,272,0x10,0,0,0,0,-6015.51,-184.362,407.712,2.49704,'Klemmy'), +(1061002,5,3,0,0,10805,272,0x10,0,0,0,0,-6065.18,-201.938,424.419,5,'Klemmy'), +(1061002,4,3,0,0,10803,266,0x10,0,0,0,0,-6031.929,-221.0882,413.1531,2.443461,'Wheeler'), +(1061002,15,3,0,0,10805,272,0x10,0,0,0,0,0,0,0,5.59936,'Klemmy'), +(1061002,17,3,0,0,10611,267,0x10,0,0,0,0,0,0,0,2.18492,'Shorty'), +(1061002,18,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,2.443461,'Wheeler'), +(1061002,18,3,0,0,10804,268,0x10,0,0,0,0,0,0,0,1.884956,'Middlecamp'), +(1061002,22,3,0,0,1243,265,0x10,0,0,0,0,0,0,0,3.68522,'Hegnar'), +(1061003,5,0,0,0,10804,268,7 | 0x10,2000005730,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,8,15,16768,0,10804,268,7 | 0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,10,0,0,0,10804,268,7 | 0x10,2000005731,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,14,0,0,0,10804,268,7 | 0x10,2000005732,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,16,15,16772,0,10804,268,7 | 0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,18,0,0,0,10804,268,7 | 0x10,2000005733,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,20,3,0,0,10804,268,0x10,0,0,0,0,0,0,0,0.810652,'Middlecamp'), +(1061003,21,1,5,0,10804,268,0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,21,1,11,0,10803,266,0x10,0,0,0,0,0,0,0,0,'Wheeler'), +(1061003,22,1,274,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,22,1,274,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,23,3,0,0,10804,268,0x10,0,0,0,0,0,0,0,1.884956,'Middlecamp'), +(1061003,24,0,0,0,10803,266,7 | 0x10,2000005734,0,0,0,0,0,0,0,'Wheeler'), +(1061003,28,15,16767,0,10803,266,7 | 0x10,0,0,0,0,0,0,0,0,'Wheeler'), +(1061003,30,0,0,0,10803,266,7 | 0x10,2000005735,0,0,0,0,0,0,0,'Wheeler'), +(1061003,32,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,4.00565,'Wheeler'), +(1061003,33,1,25,0,10803,266,0x10,0,0,0,0,0,0,0,0,'Wheeler'), +(1061003,33,16,6249,2,10803,266,0x10,0,0,0,0,0,0,0,0,'sound'), +(1061003,35,1,21,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,36,1,21,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,36,1,23,0,10803,266,0x10,0,0,0,0,0,0,0,0,'Wheeler'), +(1061003,38,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,2.443461,'Wheeler'), +(1061003,41,0,0,0,10804,268,7 | 0x10,2000005736,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,43,15,16777,0,10804,268,7 | 0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,45,0,0,0,10804,268,7 | 0x10,2000005737,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,47,1,20,0,10804,268,0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,47,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,4.00565,'Wheeler'), +(1061003,48,1,6,0,10803,266,0x10,0,0,0,0,0,0,0,0,'Wheeler'), +(1061003,48,16,6248,2,10803,266,0x10,0,0,0,0,0,0,0,0,'sound'), +(1061003,51,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,2.443461,'Wheeler'), +(1061003,51,0,0,0,10804,268,7 | 0x10,2000005738,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,53,15,16780,0,10804,268,7 | 0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,55,0,0,0,10804,268,7 | 0x10,2000005739,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,57,0,0,0,10803,266,7 | 0x10,2000005740,0,0,0,0,0,0,0,'Wheeler'), +(1061003,57,15,16775,0,10803,266,7 | 0x10,0,0,0,0,0,0,0,0,'Wheeler'), +(1061003,59,0,0,0,10803,266,7 | 0x10,2000005741,0,0,0,0,0,0,0,'Wheeler'), +(1061003,61,15,16778,0,10803,266,7 | 0x10,0,0,0,0,0,0,0,0,'Wheeler'), +(1061003,63,0,0,0,10803,266,7 | 0x10,2000005742,0,0,0,0,0,0,0,'Wheeler'), +(1061003,64,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,4.00565,'Wheeler'), +(1061003,65,1,5,0,10803,266,0x10,0,0,0,0,0,0,0,0,'Wheeler'), +(1061003,65,3,0,0,10804,268,0x10,0,0,0,0,0,0,0,0.810652,'Middlecamp'), +(1061003,67,1,25,0,10804,268,0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,69,1,11,0,10804,268,0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,72,3,0,0,10804,268,0x10,0,0,0,0,0,0,0,1.884956,'Middlecamp'), +(1061003,72,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,2.443461,'Wheeler'), +(1061003,74,0,0,0,10804,268,7 | 0x10,2000005743,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,74,16,6250,2,10804,268,7 | 0x10,0,0,0,0,0,0,0,0,'sound'), +(1061003,74,15,16572,0,10804,268,7 | 0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,77,0,0,0,10804,268,7 | 0x10,2000005744,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,77,16,6250,2,10804,268,7 | 0x10,0,0,0,0,0,0,0,0,'sound'), +(1061003,77,15,16776,0,10804,268,7 | 0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,80,0,0,0,10804,268,7 | 0x10,2000005745,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,80,16,6250,2,10804,268,7 | 0x10,0,0,0,0,0,0,0,0,'sound'), +(1061003,80,15,16779,0,10804,268,7 | 0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,83,1,71,0,10804,268,0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,83,16,6246,2,10804,268,7 | 0x10,0,0,0,0,0,0,0,0,'sound'), +(1061003,87,3,0,0,10804,268,0x10,0,0,0,0,0,0,0,0.810652,'Middlecamp'), +(1061003,88,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,4.00565,'Wheeler'), +(1061003,89,1,2,0,10804,268,0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,89,1,21,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,89,1,21,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,89,1,21,0,10803,266,0x10,0,0,0,0,0,0,0,0,'Wheeler'), +(1061003,93,3,0,0,10804,268,0x10,0,0,0,0,0,0,0,5.13852,'Middlecamp'), +(1061003,93,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,4.77803,'Wheeler'), +(1061003,93,3,0,0,10611,267,0x10,0,0,0,0,0,0,0,2.844887,'Shorty'), +(1061003,93,3,0,0,0,8,8,0,0,0,0,0,0,0,2.844887,''), +(1061003,94,25,0,0,10805,272,0x10,0,0,0,0,0,0,0,0,'RUN OFF'), +(1061003,95,1,4,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,95,1,4,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,95,16,6256,2,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,95,3,0,0,10805,272,0x10,0,0,0,0,-6077.43,-213.2565,424.0502,5.59936,'Klemmy'), +(1061003,105,10,11875,180000,0,0,0,0,0,0,0,-6076,-215,424,0,'summon 1st Mortar Team Target Dummy'), +(1061003,106,25,1,0,10805,272,0x10,0,0,0,0,0,0,0,0,'RUN ON'), +(1061003,108,3,0,0,10805,272,0x10,0,0,0,0,-6065.903,-202.2976,424.3693,5,'Klemmy'), +(1061003,111,3,0,0,10805,272,0x10,0,0,0,0,0,0,0,5.59936,'Klemmy'), +(1061003,113,1,3,0,10805,272,0x10,0,0,0,0,0,0,0,0,'Klemmy'), +(1061003,115,3,0,0,10611,267,0x10,0,0,0,0,0,0,0,4.54215,'Shorty'), +(1061003,116,3,0,0,10805,272,0x10,0,0,0,0,0,0,0,4.0985,'Klemmy'), +(1061003,116,1,16,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,117,1,69,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,122,1,0,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,124,3,0,0,10611,267,0x10,0,0,0,0,0,0,0,2.844887,'Shorty'), +(1061003,125,3,0,0,10804,268,0x10,0,0,0,0,0,0,0,2.9147,'Middlecamp'), +(1061003,125,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,3.01942,'Wheeler'), +(1061003,125,1,25,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,126,15,18655,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,128,16,7316,2,0,0,0,0,0,0,0,0,0,0,0,'sound'), +(1061003,130,15,16786,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,130,15,5,0,11875,100,7,0,0,0,0,0,0,0,0,''), +(1061003,133,1,17,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,134,25,0,0,10805,272,0x10,0,0,0,0,0,0,0,0,'RUN OFF'), +(1061003,136,3,0,0,10611,267,0x10,0,0,0,0,0,0,0,4.54215,'Shorty'), +(1061003,136,3,0,0,10805,272,0x10,0,0,0,0,-6077.43,-213.2565,424.0502,5.59936,'Klemmy'), +(1061003,137,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,137,16,6252,2,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,138,1,4,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,141,3,0,0,10611,267,0x10,0,0,0,0,0,0,0,2.844887,'Shorty'), +(1061003,146,10,11875,180000,0,0,0,0,0,0,0,-6076,-215,424,0,'summon 2nd Mortar Team Target Dummy'), +(1061003,148,3,0,0,10805,272,0x10,0,0,0,0,-6071.88,-212.831,422.929,5,'Klemmy'), +(1061003,150,3,0,0,10805,272,0x10,0,0,0,0,0,0,0,6.04228,'Klemmy'), +(1061003,151,25,1,0,10805,272,0x10,0,0,0,0,0,0,0,0,'RUN ON'), +(1061003,152,1,66,0,10805,272,0x10,0,0,0,0,0,0,0,0,'Klemmy'), +(1061003,152,3,0,0,10611,267,0x10,0,0,0,0,0,0,0,4.54215,'Shorty'), +(1061003,154,3,0,0,10805,272,0x10,0,0,0,0,-6065.903,-202.2976,424.3693,5,'Klemmy'), +(1061003,154,28,8,0,10611,267,0x10,0,0,0,0,0,0,0,0,'STATE_KNEEL'), +(1061003,156,16,6254,2,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,157,3,0,0,10805,272,0x10,0,0,0,0,0,0,0,4.0985,'Klemmy'), +(1061003,161,28,0,0,10611,267,0x10,0,0,0,0,0,0,0,0,'STATE_STAND'), +(1061003,162,3,0,0,10611,267,0x10,0,0,0,0,0,0,0,2.844887,'Shorty'), +(1061003,163,1,25,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,163,16,6255,2,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,164,15,18655,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,165,16,7316,2,0,0,0,0,0,0,0,0,0,0,0,'sound'), +(1061003,166,15,16786,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,166,15,5,0,11875,100,7,0,0,0,0,0,0,0,0,''), +(1061003,167,3,0,0,10611,267,0x10,0,0,0,0,0,0,0,4.54215,'Shorty'), +(1061003,167,25,0,0,10805,272,0x10,0,0,0,0,0,0,0,0,'RUN OFF'), +(1061003,168,1,25,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,168,16,6251,2,0,0,0,0,0,0,0,0,0,0,0,'sound'), +(1061003,169,3,0,0,10804,268,0x10,0,0,0,0,0,0,0,5.13852,'Middlecamp'), +(1061003,169,3,0,0,10805,272,0x10,0,0,0,0,-6077.43,-213.2565,424.0502,5.59936,'Klemmy'), +(1061003,170,1,21,0,10804,268,0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,170,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,4.77803,'Wheeler'), +(1061003,171,3,0,0,10611,267,0x10,0,0,0,0,0,0,0,2.844887,'Shorty'), +(1061003,171,1,4,0,10803,266,0x10,0,0,0,0,0,0,0,0,'Wheeler'), +(1061003,178,10,12385,180000,0,0,0,0,0,0,0,-6076,-215,424,0,'summon Mortar Team Advanced Target Dummy'), +(1061003,180,3,0,0,10805,272,0x10,0,0,0,0,-6071.88,-212.831,422.929,5,'Klemmy'), +(1061003,182,3,0,0,10805,272,0x10,0,0,0,0,0,0,0,6.04228,'Klemmy'), +(1061003,182,15,18655,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,182,1,25,0,10805,272,0x10,0,0,0,0,0,0,0,0,'Klemmy'), +(1061003,183,1,11,0,10805,272,0x10,0,0,0,0,0,0,0,0,'Klemmy'), +(1061003,183,1,15,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,183,1,5,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,184,16,6258,2,0,0,0,0,0,0,0,0,0,0,0,'sound'), +(1061003,184,25,1,0,10805,272,0x10,0,0,0,0,0,0,0,0,'RUN ON'), +(1061003,185,16,7316,2,0,0,0,0,0,0,0,0,0,0,0,'sound'), +(1061003,185,3,0,0,10804,268,0x10,0,0,0,0,0,0,0,2.9147,'Middlecamp'), +(1061003,185,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,3.01942,'Wheeler'), +(1061003,185,3,0,0,10805,272,0x10,0,0,0,0,-6064.07,-209.851,421.98,6.10275,'Klemmy'), +(1061003,186,15,16786,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,186,15,5,0,12385,100,7,0,0,0,0,0,0,0,0,''), +(1061003,187,1,10,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,187,1,10,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,187,3,0,0,10805,272,0x10,0,0,0,0,-6061.97,-218.956,421.085,5.92054,'Klemmy'), +(1061003,190,3,0,0,10805,272,0x10,0,0,0,0,-6040.96,-221.929,414.921,5.92054,'Klemmy'), +(1061003,196,1,14,0,10805,272,0x10,0,0,0,0,0,0,0,0,'Klemmy'), +(1061003,196,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,196,1,0,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,198,1,11,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,198,1,11,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,199,1,11,0,10804,268,0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,199,1,11,0,10803,266,0x10,0,0,0,0,0,0,0,0,'Wheeler'), +(1061003,199,1,14,0,10805,272,0x10,0,0,0,0,0,0,0,0,'Klemmy'), +(1061003,200,1,11,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1061003,200,1,11,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty'), +(1061003,201,1,11,0,10804,268,0x10,0,0,0,0,0,0,0,0,'Middlecamp'), +(1061003,201,1,11,0,10803,266,0x10,0,0,0,0,0,0,0,0,'Wheeler'), +(1061003,202,3,0,0,10805,272,0x10,0,0,0,0,-6007.301758,-200.348206,406.777496,3.282219,'Klemmy'), +(1061003,202,3,0,0,10611,267,0x10,0,0,0,0,-6007.458984,-202.157593,407.447937,2,'Shorty'), +(1061003,203,3,0,0,0,0,0,0,0,0,0,-6009.25,-202.649994,406.982605,2,'angus'), +(1061003,203,3,0,0,10804,268,0x10,0,0,0,0,-6010.668151495,-199.434006,406.792480,5.532694,'Middlecamp'), +(1061003,203,3,0,0,10803,266,0x10,0,0,0,0,-6008.527832,-199.145203,406.687225,4.372177,'Wheeler'), +(1061003,212,3,0,0,10805,272,0x10,0,0,0,0,0,0,0,3.282219,'Klemmy'), +(1061003,216,3,0,0,10803,266,0x10,0,0,0,0,0,0,0,4.372177,'Wheeler'), +(1061003,228,3,0,0,0,0,0,0,0,0,0,0,0,0,1.58825,'angus'), +(1061003,219,3,0,0,10804,268,0x10,0,0,0,0,0,0,0,5.532694,'Middlecamp'), +(1061003,220,3,0,0,1243,265,0x10,0,0,0,0,0,0,0,0.03490658,'Hegnar'), +(1061003,220,3,0,0,10611,267,0x10,0,0,0,0,0,0,0,2.478368,'Shorty'), +(1061004,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Angus - unactive'), +(1061004,0,21,0,0,10805,272,0x10,0,0,0,0,0,0,0,0,'Klemmy - unactive'), +(1061004,0,21,0,0,10611,267,0x10,0,0,0,0,0,0,0,0,'Shorty - unactive'), +(1061004,1,21,0,0,10803,266,0x10,0,0,0,0,0,0,0,0,'Wheeler - unactive'), +(1061004,1,21,0,0,10804,268,0x10,0,0,0,0,0,0,0,0,'Middlecamp - unactive'); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005730 AND 2000005745; +INSERT INTO db_script_string (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 +(2000005730,'%s picks the orc target...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,25,NULL), +(2000005731,'%s misses...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,6,NULL), +(2000005732,'%s takes a more careful aim...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6247,2,0,0,NULL), +(2000005733,'%s misses again...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005734,'%s casually points at the orc target...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,25,NULL), +(2000005735,'%s hits!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005736,'%s takes aim at the bottles...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005737,'%s misses...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,15,NULL), +(2000005738,'%s takes aim at the bottles again...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005739,'%s misses again...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,18,NULL), +(2000005740,'%s quickly shoots the middle target dead center...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005741,'%s then takes aim at the bottles...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005742,'%s only hits the side of the box!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005743,'%s quickly shoots the orc dummy...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005744,'%s turns to the paper target...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005745,'%s shoots from the hip at the bottles...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL); +-- spells updates +DELETE FROM spell_target_position WHERE id IN (16572,16767,16768,16772,16775,16776,16777,16778,16779,16780,16786,18634); +INSERT INTO spell_target_position (id, target_map, target_position_x, target_position_y, target_position_z, target_orientation) VALUES +(16572,0,-6046.85,-207.329,418.304,0), +(16767,0,-6046.73,-207.159,417.267,0), +(16768,0,-6051.39,-206.749,418.159,0), +(16772,0,-6046.84,-204.535,416.897,0), +(16775,0,-6044.47,-205.783,417.267,0), +(16776,0,-6044.54,-205.562,417.663,0), +(16777,0,-6044.53,-202.912,416.756,0), +(16778,0,-6042.18,-204.949,416.336,0), +(16779,0,-6042.02,-204.134,416.894,0), +(16780,0,-6044.79,-196.959,419.19,0), +(16786,0,-6078.3,-211.89,424.197,0), +(18634,0,-6076,-215,424,0); +-- spell should have target +DELETE FROM spell_script_target WHERE entry = 18655; +INSERT INTO spell_script_target (entry, type, targetEntry) VALUES +(18655,0,176557); +DELETE FROM dbscripts_on_spell WHERE id = 18655; +-- Roland Geardabbler -- stats updated (based on X-Savior stats board) 100% corrected +UPDATE creature_template SET MinLevelHealth = 2762, MaxLevelHealth = 2762, MinLevelMana = 3575, MaxLevelMana = 3575, HealthMultiplier = 2.3, PowerMultiplier = 1, UnitClass = 8 WHERE entry = 8394; +-- Hezrul Bloodmark (unique npc) +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 13990; +UPDATE creature_template SET MovementType = 2 WHERE entry = 3396; +DELETE FROM creature_movement_template WHERE entry = 3396; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(3396,1,-1145.94,-2025.81,91.8127,0,0,0,0,0,0,0,0,0,0,0.535909,0,0), +(3396,2,-1109.87,-1999.72,86.8538,0,0,0,0,0,0,0,0,0,0,0.681207,0,0), +(3396,3,-1068.51,-1962.03,89.5984,0,0,0,0,0,0,0,0,0,0,0.783309,0,0), +(3396,4,-1050.84,-1946.6,92.1747,0,0,0,0,0,0,0,0,0,0,0.696915,0,0), +(3396,5,-1028.03,-1936.14,90.9833,0,0,0,0,0,0,0,0,0,0,0.147922,0,0), +(3396,6,-1000.62,-1947.3,91.8085,0,0,0,0,0,0,0,0,0,0,5.83578,0,0), +(3396,7,-989.498,-1965.68,91.4196,0,0,0,0,0,0,0,0,0,0,5.82007,0,0), +(3396,8,-975.014,-1989.78,90.3225,0,0,0,0,0,0,0,0,0,0,5.58052,0,0), +(3396,9,-947.048,-2017.7,85.9028,0,0,0,0,0,0,0,0,0,0,6.01485,0,0), +(3396,10,-913.754,-2023.23,84.7262,0,0,0,0,0,0,0,0,0,0,5.92295,0,0), +(3396,11,-896.969,-2035.67,81.834,0,0,0,0,0,0,0,0,0,0,5.23573,0,0), +(3396,12,-888.286,-2053.13,81.0782,10000,0,0,0,0,0,0,0,0,0,4.9687,0,0), +(3396,13,-881.169,-2066.39,82.8913,0,0,0,0,0,0,0,0,0,0,4.49276,0,0), +(3396,14,-896.265,-2085.67,86.5982,0,0,0,0,0,0,0,0,0,0,3.74663,0,0), +(3396,15,-919.527,-2102.03,86.1471,0,0,0,0,0,0,0,0,0,0,3.56128,0,0), +(3396,16,-938.943,-2103.84,85.2055,0,0,0,0,0,0,0,0,0,0,3.27697,0,0), +(3396,17,-977.091,-2112.99,82.8457,0,0,0,0,0,0,0,0,0,0,3.62647,0,0), +(3396,18,-996.166,-2129.23,84.339,0,0,0,0,0,0,0,0,0,0,4.14876,0,0), +(3396,19,-1028.04,-2167.41,84.444,0,0,0,0,0,0,0,0,0,0,4.02231,0,0), +(3396,20,-1052.2,-2223.07,84.7852,0,0,0,0,0,0,0,0,0,0,4.21473,0,0), +(3396,21,-1061.31,-2265.33,88.5924,0,0,0,0,0,0,0,0,0,0,4.13776,0,0), +(3396,22,-1079.04,-2292.94,91.0261,0,0,0,0,0,0,0,0,0,0,3.3288,0,0), +(3396,23,-1117.46,-2298.19,90.3452,0,0,0,0,0,0,0,0,0,0,2.68164,0,0), +(3396,24,-1137.66,-2278.07,86.5678,0,0,0,0,0,0,0,0,0,0,1.97006,0,0), +(3396,25,-1155.54,-2237.66,85.6437,0,0,0,0,0,0,0,0,0,0,1.86796,0,0), +(3396,26,-1191.45,-2177.87,90.7451,0,0,0,0,0,0,0,0,0,0,2.20961,0,0), +(3396,27,-1217.34,-2140.72,92.6515,0,0,0,0,0,0,0,0,0,0,2.0761,0,0), +(3396,28,-1228.96,-2114.76,92.2165,0,0,0,0,0,0,0,0,0,0,1.41793,0,0), +(3396,29,-1218.87,-2087.08,91.4139,0,0,0,0,0,0,0,0,0,0,1.11634,0,0), +(3396,30,-1202.37,-2062.52,93.2409,0,0,0,0,0,0,0,0,0,0,0.729139,0,0), +(3396,31,-1166.88,-2042.01,92.1803,0,0,0,0,0,0,0,0,0,0,0.552424,0,0); +-- Z cordinate for 2 guards +UPDATE creature SET position_z = 56.375851 WHERE guid = 125681; +UPDATE creature SET position_z = 56.381908 WHERE guid = 125682; +-- Xan'tish +UPDATE creature SET MovementType = 2 WHERE guid = 3476; +DELETE FROM creature_movement WHERE id = 3476; +UPDATE creature_template SET MovementType = 2 WHERE entry = 8404; -- now move him to template (unique npc) +DELETE FROM creature_movement_template WHERE entry = 8404; +INSERT INTO creature_movement_template (entry,point,position_x,position_y,position_z,waittime,script_id,textid1,textid2,textid3,textid4,textid5,emote,spell,wpguid,orientation,model1,model2) VALUES +(8404,1,1543.59,-4162,40.09,0,0,0,0,0,0,0,0,0,0,5.25211,0,0), +(8404,2,1543.59,-4162,40.09,0,0,0,0,0,0,0,0,0,0,5.25211,0,0), +(8404,3,1548.66,-4170.54,39.878,0,0,0,0,0,0,0,0,0,0,4.91597,0,0), +(8404,4,1549.69,-4182.55,40.6116,0,0,0,0,0,0,0,0,0,0,4.66386,0,0), +(8404,5,1544.56,-4204.67,42.5118,0,0,0,0,0,0,0,0,0,0,4.00727,0,0), +(8404,6,1541.77,-4209.83,42.6101,0,0,0,0,0,0,0,0,0,0,3.79758,0,0), +(8404,7,1535.78,-4211.44,42.2174,0,0,0,0,0,0,0,0,0,0,3.2745,0,0), +(8404,8,1526.93,-4211.96,41.3994,0,0,0,0,0,0,0,0,0,0,3.37893,0,0), +(8404,9,1518.28,-4215.47,40.5925,0,0,0,0,0,0,0,0,0,0,4.0206,0,0), +(8404,10,1531.65,-4212.06,41.8567,0,0,0,0,0,0,0,0,0,0,0.069258,0,0), +(8404,11,1545.37,-4209.67,42.9739,0,0,0,0,0,0,0,0,0,0,0.108934,0,0), +(8404,12,1575.68,-4208.31,43.6414,0,0,0,0,0,0,0,0,0,0,0.418381,0,0), +(8404,13,1581.05,-4205.01,42.1625,0,0,0,0,0,0,0,0,0,0,1.02235,0,0), +(8404,14,1582.41,-4200.09,41.6332,0,0,0,0,0,0,0,0,0,0,1.50145,0,0), +(8404,15,1577.94,-4182.56,39.0467,0,0,0,0,0,0,0,0,0,0,1.43312,0,0), +(8404,16,1577.95,-4166.1,36.4201,0,0,0,0,0,0,0,0,0,0,1.54979,0,0), +(8404,17,1581.97,-4153.16,34.3183,0,0,0,0,0,0,0,0,0,0,1.25527,0,0), +(8404,18,1585.48,-4145.38,33.4993,0,0,0,0,0,0,0,0,0,0,1.12567,0,0), +(8404,19,1604.63,-4121.54,29.6292,0,0,0,0,0,0,0,0,0,0,0.600243,0,0), +(8404,20,1629.61,-4107.81,29.851,0,0,0,0,0,0,0,0,0,0,0.388186,0,0), +(8404,21,1664.44,-4095.19,34.6566,0,0,0,0,0,0,0,0,0,0,0.333208,0,0), +(8404,22,1699.89,-4087.74,38.7137,0,0,0,0,0,0,0,0,0,0,0.187909,0,0), +(8404,23,1709.97,-4084.71,40.3433,0,0,0,0,0,0,0,0,0,0,0.466726,0,0), +(8404,24,1732.35,-4069.04,44.7046,0,0,0,0,0,0,0,0,0,0,0.729834,0,0), +(8404,25,1737.52,-4062.58,44.6143,0,0,0,0,0,0,0,0,0,0,1.11075,0,0), +(8404,26,1744.09,-4042.98,44.2706,0,0,0,0,0,0,0,0,0,0,1.21678,0,0), +(8404,27,1745.69,-4021.55,45.8444,0,0,0,0,0,0,0,0,0,0,1.62519,0,0), +(8404,28,1741.55,-3993.82,46.9013,0,0,0,0,0,0,0,0,0,0,1.73514,0,0), +(8404,29,1738.06,-3982.79,47.6495,0,0,0,0,0,0,0,0,0,0,2.00611,0,0), +(8404,30,1727.15,-3960.55,48.8178,0,0,0,0,0,0,0,0,0,0,2.05323,0,0), +(8404,31,1716.72,-3941.62,49.6707,0,0,0,0,0,0,0,0,0,0,2.22995,0,0), +(8404,32,1712.4,-3937.89,49.7629,0,0,0,0,0,0,0,0,0,0,2.72082,0,0), +(8404,33,1708.1,-3938.4,50.5155,0,0,0,0,0,0,0,0,0,0,4.8359,0,0), +(8404,34,1710.22,-3944.82,50.3793,0,0,0,0,0,0,0,0,0,0,5.29143,0,0), +(8404,35,1728.4,-3966.85,48.3152,0,0,0,0,0,0,0,0,0,0,5.31499,0,0), +(8404,36,1742.65,-3994.21,47.0203,0,0,0,0,0,0,0,0,0,0,4.766,0,0), +(8404,37,1745.13,-4021.8,45.8787,0,0,0,0,0,0,0,0,0,0,4.70709,0,0), +(8404,38,1743.39,-4040.77,44.4939,0,0,0,0,0,0,0,0,0,0,4.61677,0,0), +(8404,39,1738.21,-4058.59,44.3596,0,0,0,0,0,0,0,0,0,0,4.36545,0,0), +(8404,40,1733.13,-4070.14,44.4479,0,0,0,0,0,0,0,0,0,0,3.8895,0,0), +(8404,41,1711.87,-4085.21,40.1182,0,0,0,0,0,0,0,0,0,0,3.63026,0,0), +(8404,42,1691.56,-4091.83,37.8552,0,0,0,0,0,0,0,0,0,0,3.42998,0,0), +(8404,43,1655.99,-4099.88,33.3077,0,0,0,0,0,0,0,0,0,0,3.48104,0,0), +(8404,44,1629.32,-4109.29,29.6458,0,0,0,0,0,0,0,0,0,0,3.5635,0,0), +(8404,45,1608.56,-4119.25,29.608,0,0,0,0,0,0,0,0,0,0,3.78734,0,0), +(8404,46,1598.77,-4127.94,30.6464,0,0,0,0,0,0,0,0,0,0,3.97262,0,0), +(8404,47,1586.65,-4144.41,33.1692,0,0,0,0,0,0,0,0,0,0,4.09828,0,0), +(8404,48,1579.47,-4159.36,35.4998,0,0,0,0,0,0,0,0,0,0,4.37709,0,0), +(8404,49,1576.2,-4176.22,38.1288,0,0,0,0,0,0,0,0,0,0,4.6402,0,0), +(8404,50,1577.91,-4192.41,40.5278,0,0,0,0,0,0,0,0,0,0,4.84047,0,0), +(8404,51,1578.51,-4205.14,42.5391,0,0,0,0,0,0,0,0,0,0,4.34568,0,0), +(8404,52,1575.8,-4208.68,43.6726,0,0,0,0,0,0,0,0,0,0,3.43462,0,0), +(8404,53,1563.73,-4208.41,43.619,0,0,0,0,0,0,0,0,0,0,2.9948,0,0), +(8404,54,1547.49,-4208.4,43.0629,0,0,0,0,0,0,0,0,0,0,3.24612,0,0), +(8404,55,1527.74,-4212.69,41.5202,0,0,0,0,0,0,0,0,0,0,3.3443,0,0), +(8404,56,1516.82,-4216.26,40.4675,0,0,0,0,0,0,0,0,0,0,3.5917,0,0), +(8404,57,1539.83,-4210.73,42.5457,0,0,0,0,0,0,0,0,0,0,0.257683,0,0), +(8404,58,1543,-4207.62,42.651,0,0,0,0,0,0,0,0,0,0,1.09413,0,0), +(8404,59,1549.16,-4188.49,41.2349,0,0,0,0,0,0,0,0,0,0,1.36117,0,0), +(8404,60,1550.57,-4176.65,40.3661,0,0,0,0,0,0,0,0,0,0,1.58501,0,0), +(8404,61,1547.16,-4166.1,39.8663,0,0,0,0,0,0,0,0,0,0,2.02483,0,0), +(8404,62,1540.48,-4157.99,40.4082,0,0,0,0,0,0,0,0,0,0,2.63351,0,0), +(8404,63,1534.96,-4155.77,40.5611,0,0,0,0,0,0,0,0,0,0,2.90055,0,0), +(8404,64,1526.11,-4155.11,40.6068,0,0,0,0,0,0,0,0,0,0,3.23042,0,0), +(8404,65,1499.67,-4154.97,41.0505,0,0,0,0,0,0,0,0,0,0,2.90055,0,0), +(8404,66,1485.95,-4150.33,40.6375,0,0,0,0,0,0,0,0,0,0,2.8063,0,0), +(8404,67,1501.73,-4155.09,40.9359,0,0,0,0,0,0,0,0,0,0,6.13404,0,0), +(8404,68,1526.68,-4154.89,40.6253,0,0,0,0,0,0,0,0,0,0,0.0471973,0,0); +-- correct spawns for Xan'tish snakes +UPDATE creature SET position_x = 1524.162231, position_y = -4155.138184, position_z = 40.617981, orientation = 0.074240 WHERE guid = 3571; +UPDATE creature SET position_x = 1524.510864, position_y = -4153.323730, position_z = 40.792473, orientation = 0.023189 WHERE guid = 3560; +UPDATE creature SET position_x = 1524.748779, position_y = -4156.221680, position_z = 40.517262, orientation = 0.019262 WHERE guid = 3477; +-- link snakes with Xan'tish +DELETE FROM creature_linking WHERE guid IN (3571, 3560, 3477); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(3571, 3476, 656), +(3560, 3476, 656), +(3477, 3476, 656); +-- Sen'jin Watcher +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 6401; +DELETE FROM creature_movement WHERE id = 6401; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(6401,1,-827.616,-4936.48,20.8528,0,0,0,0,0,0,0,0,0,0,2.32393,0,0), +(6401,2,-830.761,-4929.45,20.5111,0,0,0,0,0,0,0,0,0,0,2.19434,0,0), +(6401,3,-839.201,-4923.22,20.6271,0,0,0,0,0,0,0,0,0,0,2.70721,0,0), +(6401,4,-841.734,-4919.66,20.5596,0,0,0,0,0,0,0,0,0,0,1.7663,0,0), +(6401,5,-841.262,-4914.79,20.2692,0,0,0,0,0,0,0,0,0,0,1.22202,0,0), +(6401,6,-838.219,-4907.74,19.9134,0,0,0,0,0,0,0,0,0,0,0.803401,0,0), +(6401,7,-830.196,-4901.08,19.8305,0,0,0,0,0,0,0,0,0,0,0.782196,0,0), +(6401,8,-820.589,-4896.57,19.2993,0,0,0,0,0,0,0,0,0,0,6.09361,0,0), +(6401,9,-813.357,-4898.34,19.1296,0,0,0,0,0,0,0,0,0,0,5.87763,0,0), +(6401,10,-805.803,-4902.86,19.3516,0,0,0,0,0,0,0,0,0,0,6.22734,0,0), +(6401,11,-799.058,-4902.18,19.4843,0,0,0,0,0,0,0,0,0,0,0.382402,0,0), +(6401,12,-795.003,-4900.82,19.5072,0,0,0,0,0,0,0,0,0,0,6.10638,0,0), +(6401,13,-791.825,-4901.95,19.5425,0,0,0,0,0,0,0,0,0,0,5.56682,0,0), +(6401,14,-789.253,-4903.92,19.5929,0,0,0,0,0,0,0,0,0,0,5.22282,0,0), +(6401,15,-789.067,-4907.64,19.6142,0,0,0,0,0,0,0,0,0,0,4.38245,0,0), +(6401,16,-790.609,-4909.58,19.5996,0,0,0,0,0,0,0,0,0,0,3.71643,0,0), +(6401,17,-794.697,-4910.41,19.548,0,0,0,0,0,0,0,0,0,0,3.3795,0,0), +(6401,18,-802.157,-4910.6,19.3913,0,0,0,0,0,0,0,0,0,0,3.5028,0,0), +(6401,19,-807.364,-4913.22,19.2282,0,0,0,0,0,0,0,0,0,0,3.85623,0,0), +(6401,20,-817.404,-4923.08,19.4963,0,0,0,0,0,0,0,0,0,0,4.15076,0,0), +(6401,21,-821.698,-4931.91,20.2532,0,0,0,0,0,0,0,0,0,0,4.71153,0,0), +(6401,22,-819.679,-4936.64,20.7199,0,0,0,0,0,0,0,0,0,0,4.82776,0,0), +(6401,23,-821.131,-4940.8,21.2849,0,0,0,0,0,0,0,0,0,0,3.98032,0,0); +-- Razor Hill Grunt -- update +UPDATE creature SET spawndist = 5, MovementType = 1 WHERE guid IN (10278, 10279, 8424, 6388, 8417, 10276, 7668, 10274, 10427, 10273, 7669, 6385); +-- update for - Horizon Team +UPDATE creature_template SET FactionAlliance = 35, FactionHorde = 35 WHERE entry IN (8394, 8387, 8388, 8389, 8478); +UPDATE creature_template SET EquipmentTemplateId = 2502 WHERE entry IN (8388, 8389); +UPDATE creature_template SET EquipmentTemplateId = 51 WHERE entry IN (8387, 8478); +UPDATE creature SET spawndist = 2, MovementType = 1 WHERE guid = 35901; +-- DeathGuard Bartrand +UPDATE creature SET spawndist = 1, MovementType = 1 WHERE guid = 28498; +-- Mindless Zombie +UPDATE creature SET position_x = 1900.229, position_y = 1551.08, position_z = 88.96, orientation = 5.97 WHERE guid = 44961; +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 44961; +DELETE FROM creature_movement WHERE id = 44961; +INSERT INTO creature_movement VALUES +(44961,1,1900.229248,1551.080688,88.962784,40000,0,0,0,0,0,0,0,0,0,5.972022,0,0), +(44961,2,1906.845459,1549.275757,88.963142,0,0,0,0,0,0,0,0,0,0,0.059717,0,0), +(44961,3,1918.237671,1550.205078,86.896423,0,0,0,0,0,0,0,0,0,0,1.092514,0,0), +(44961,4,1921.960083,1559.946167,86.194336,0,0,0,0,0,0,0,0,0,0,0.815268,0,0), +(44961,5,1934.780640,1577.855835,82.626656,40000,0,0,0,0,0,0,0,0,0,0.907945,0,0), +(44961,6,1915.648682,1587.774658,84.535027,0,0,0,0,0,0,0,0,0,0,3.187170,0,0), +(44961,7,1889.429932,1586.552246,88.860100,4000,150101,0,0,0,0,0,0,0,0,2.765410,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 150101; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(150101,0,26,0,0,1736,20,0x01,0,0,0,0,0,0,0,0,''), +(150101,1,22,21,0x01,0,0,0,0,0,0,0,0,0,0,0,''); + + +-- --------------- +-- TBC UPDATES +-- --------------- + +-- --------------- +-- Blade's Edge Mountains +-- --------------- +-- Nekthar (unique npc) +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 65517; +UPDATE creature_template SET MovementType = 2 WHERE entry = 18248; +DELETE FROM creature_movement_template WHERE entry = 18248; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(18248,1,2317.72,6030.27,142.57,0,1824801,0,0,0,0,0,0,0,0,3.58,0,0), +(18248,2,2307.82,6024.44,142.56,0,0,0,0,0,0,0,0,0,0,2.97,0,0), +(18248,3,2304.89,6025.77,142.96,0,0,0,0,0,0,0,0,0,0,2.44,0,0), +(18248,4,2304.89,6025.77,142.96,240000,1824802,0,0,0,0,0,0,0,0,5.63,0,0), +(18248,5,2306.93,6023.86,142.56,180000,0,0,0,0,0,0,0,0,0,5.46,0,0), +(18248,6,2317.38,6030.00,142.57,0,0,0,0,0,0,0,0,0,0,6.24,0,0), +(18248,7,2319.51,6029.16,142.62,0,0,0,0,0,0,0,0,0,0,5.50,0,0), +(18248,8,2319.51,6029.16,142.62,240000,1824803,0,0,0,0,0,0,0,0,3.88,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1824801, 1824802, 1824803); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1824801,0,0,0,0,0,0,0,2000005755,0,0,0,0,0,0,0,''), +(1824802,0,28,1,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_SIT'), +(1824802,235,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'), +(1824803,0,0,0,0,0,0,0,2000005756,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry IN (2000005755, 2000005756); +INSERT INTO db_script_string (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 +(2000005755,'Grunting, %s turns away from the wanted poster, returning to his warm spot by the fire.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005756,'%s begins to read the wanted poster.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL); +-- Blackscale +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 75405; +UPDATE creature_template SET inhabittype = 5, MovementType = 2 WHERE entry = 21497; +DELETE FROM creature_template_addon WHERE entry = 21497; +INSERT INTO creature_template_addon VALUES (21497,0,50331648,1,16,0,0,NULL); +DELETE FROM creature_movement_template WHERE entry = 21497; +INSERT INTO creature_movement_template (entry,point,position_x,position_y,position_z,waittime,script_id,textid1,textid2,textid3,textid4,textid5,emote,spell,wpguid,orientation,model1,model2) VALUES +(21497,1,3406.09,7124.062,189.294,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,2,3406.942,7123.539,189.294,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,3,3227.074,7124.377,198.2934,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,4,3197.353,7140.334,198.2934,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,5,3174.604,7175.172,198.2934,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,6,3206.274,7208.284,193.488,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,7,3226.79,7220.991,193.488,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,8,3255.189,7222.584,193.488,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,9,3300.442,7212.049,189.294,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,10,3313.925,7200.428,189.294,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,11,3343.274,7180.307,189.294,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,12,3375.993,7142.719,189.294,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,13,3417.932,7115.399,189.294,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,14,3443.302,7078.937,189.294,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,15,3423.431,7041.686,183.6277,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,16,3389.923,7007.877,183.6277,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,17,3346.986,6983.501,183.6277,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,18,3303.022,6983.777,183.6277,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,19,3281.571,7027.427,186.3498,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,20,3283.781,7064.684,186.4331,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,21,3281.752,7085.844,187.9886,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,22,3266.412,7105.881,192.0718,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,23,3242.702,7118.664,196.0163,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,24,3227.074,7124.377,198.2934,0,0,0,0,0,0,0,0,0,0,0,0,0), +(21497,25,3197.353,7140.334,198.2934,0,0,0,0,0,0,0,0,0,0,0,0,0); +-- Thunderlord Grunts +UPDATE creature_template SET SpeedWalk = 1 WHERE entry = 19449; -- source sniff + +-- --------------- +-- Hellfire Peninsula +-- --------------- +-- Stormwind Infantry -- CRITICAL update (pls stop changing it ... into wrong one taken from The Stair of Destiny ones -- the have unique faction & flags) +UPDATE creature_template SET FactionAlliance = 1666, FactionHorde = 1666 WHERE entry = 16864; +-- Thrallmar Grunt -- CRITICAL update (pls stop changing it ... into wrong one taken from The Stair of Destiny ones -- the have unique flags) +UPDATE creature_template SET UnitFlags = 32768 WHERE entry = 16580; +-- Thrallmar Grunts - small event between them +UPDATE creature SET MovementType = 2, spawndist = 0, equipment_id = 32 WHERE guid = 57541; +DELETE FROM creature_movement WHERE id = 57541; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(57541,1,-1323.67,2397.49,88.731,30000,0,0,0,0,0,0,0,0,0,6.19592,0,0), +(57541,2,-1323.67,2397.49,88.731,15000,1658001,0,0,0,0,0,0,0,0,6.19592,0,0), +(57541,3,-1323.67,2397.49,88.731,120000,0,0,0,0,0,0,0,0,0,6.19592,0,0), +(57541,4,-1323.67,2397.49,88.731,29000,1658002,0,0,0,0,0,0,0,0,6.19592,0,0), +(57541,5,-1323.67,2397.49,88.731,90000,0,0,0,0,0,0,0,0,0,6.19592,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1658001 AND 1658002; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1658001,0,31,16580,5,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(1658001,1,3,0,0,0,0,0,0,0,0,0,0,0,0,4.88507,''), +(1658001,2,0,0,0,0,0,0,2000005757,0,0,0,0,0,0,0,''), +(1658001,6,3,0,0,16580,5,7,0,0,0,0,0,0,0,2.01994,'force buddy to move'), +(1658001,8,0,0,0,16580,5,7,2000005758,0,0,0,0,0,0,0,'force buddy to: say text'), +(1658001,12,3,0,0,16580,5,7,0,0,0,0,0,0,0,0.977384,'force buddy to move'), +(1658001,15,0,0,0,0,0,0,2000005759,0,0,0,0,0,0,0,''), +(1658002,0,31,16580,5,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(1658002,1,3,0,0,0,0,0,0,0,0,0,0,0,0,4.88507,''), +(1658002,2,0,0,0,0,0,0,2000005760,0,0,0,0,0,0,0,''), +(1658002,6,3,0,0,16580,5,7,0,0,0,0,0,0,0,2.01994,'force buddy to move'), +(1658002,8,0,0,0,16580,5,7,2000005761,0,0,0,0,0,0,0,'force buddy to: say text'), +(1658002,12,3,0,0,16580,5,7,0,0,0,0,0,0,0,0.977384,'force buddy to move'), +(1658002,15,3,0,0,0,0,0,0,0,0,0,0,0,0,3.036873,''), +(1658002,18,0,0,0,0,0,0,2000005762,0,0,0,0,0,0,0,''), +(1658002,23,0,0,0,19561,5,7,2000005763,0,0,0,0,0,0,0,'force buddy to: say text'), +(1658002,26,0,0,0,0,0,0,2000005764,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005757 AND 2000005764; +INSERT INTO db_script_string (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 +(2000005757,'I say we fire it. Cut the rope.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005758,'You cut the rope. You have the knife.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL), +(2000005759,'Harumph! Coward.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005760,'You know, I think we can hit Honor Hold from here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005761,'If General Krakork found out, he\'d eat us alive. Don\'t.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,274,NULL), +(2000005762,'Ah! We can tell him Hagash stumbled into it and fired it accidentally!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,NULL), +(2000005763,'I\'m blind, you stupid sow-spawn, not deaf. Don\'t even think about it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005764,'%s sighs.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL); + +-- The Stair of Destiny +-- Melgromm Highmountain - correct spawn point +UPDATE creature SET position_x = -231.061676, position_y = 1071.188843, position_z = 54.307827, orientation = 1.815549 WHERE guid = 68121; +UPDATE creature SET spawntimesecs = 10 WHERE id = 18969; -- part of invasion event +DELETE FROM creature_linking_template WHERE entry = 18969; +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(18969,530,18972,1,100); +-- Justinius the Harbinger - correct spawn point +UPDATE creature SET position_x = -269.245178, position_y = 1070.407227, position_z = 54.307976, orientation = 1.280184 WHERE guid = 68118; +UPDATE creature SET spawntimesecs = 10 WHERE id = 18966; -- part of invasion event +DELETE FROM creature_linking_template WHERE entry = 18966; +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(18966,530,18986,1,100); +-- Darnassian Archer - correct movementtype and spawn point +UPDATE creature SET position_x = -260.601807, position_y = 1086.432983, position_z = 46.229504, orientation = 1.647723, spawndist = 0, MovementType = 0 WHERE guid = 68113; +UPDATE creature SET spawntimesecs = 10 WHERE id = 18965; -- part of invasion event +-- Darkspear Axe Thrower - correct movement + spawn point +UPDATE creature SET position_x = -232.330551, position_y = 1086.960449, position_z = 46.168358, orientation = 1.557389, spawndist = 0, MovementType = 0 WHERE guid = 68124; +UPDATE creature SET position_x = -237.338455, position_y = 1086.745361, position_z = 46.259800, orientation = 1.557392, spawndist = 0, MovementType = 0 WHERE guid = 68123; +UPDATE creature SET position_x = -241.972076, position_y = 1086.767822, position_z = 46.197281, orientation = 1.616290, spawndist = 0, MovementType = 0 WHERE guid = 68126; +UPDATE creature SET position_x = -241.920578, position_y = 1083.706787, position_z = 48.230595, orientation = 1.547184, spawndist = 0, MovementType = 0 WHERE guid = 68122; +UPDATE creature SET position_x = -237.257050, position_y = 1083.693237, position_z = 48.287407, orientation = 1.617870, spawndist = 0, MovementType = 0 WHERE guid = 68125; +UPDATE creature SET spawntimesecs = 10 WHERE id = 18970; -- part of invasion event +-- Orgrimmar Grunt - correct movement + spawn point +UPDATE creature SET position_x = -230.824417, position_y = 1097.163208, position_z = 41.666698, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 68018; +UPDATE creature SET position_x = -232.573883, position_y = 1094.351440, position_z = 41.666763, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 68025; +UPDATE creature SET position_x = -237.510757, position_y = 1094.273560, position_z = 41.666801, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 68017; +UPDATE creature SET position_x = -250.130417, position_y = 1094.096680, position_z = 41.666718, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 68024; +UPDATE creature SET position_x = -240.407883, position_y = 1097.113403, position_z = 41.666744, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 68021; +UPDATE creature SET position_x = -245.203537, position_y = 1096.973755, position_z = 41.666683, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 68022; +UPDATE creature SET position_x = -249.263519, position_y = 1096.981689, position_z = 41.666683, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 68019; +UPDATE creature SET spawntimesecs = 10 WHERE id = 18950; -- part of invasion event +-- Orgrimmar Shaman - correct movement + spawn point +UPDATE creature SET position_x = -246.153641, position_y = 1094.066406, position_z = 41.666718, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 86072; +UPDATE creature SET position_x = -241.246765, position_y = 1094.100708, position_z = 41.666718, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 86070; +UPDATE creature SET position_x = -235.832855, position_y = 1096.927490, position_z = 41.666744, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 86071; +UPDATE creature SET spawntimesecs = 10 WHERE id = 18972; -- part of invasion event +-- Ironforge Paladin - correct movement + spawn point +UPDATE creature SET position_x = -269.913788, position_y = 1093.962158, position_z = 41.884075, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 68262; +UPDATE creature SET position_x = -256.279510, position_y = 1094.162720, position_z = 41.666740, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 68264; +UPDATE creature SET spawntimesecs = 10 WHERE id = 18986; -- part of invasion event +-- Stormwind Soldier - correct movement + spawn point +UPDATE creature SET position_x = -265.283081, position_y = 1094.119995, position_z = 41.675983, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 68010; +UPDATE creature SET position_x = -268.991180, position_y = 1097.273682, position_z = 41.796982, orientation = 1.5708, spawndist = 0, MovementType = 0 WHERE guid = 68011; +UPDATE creature SET spawntimesecs = 10 WHERE id = 18948; -- part of invasion event +-- Undercity Mage & Stormwind Mage +UPDATE creature SET spawntimesecs = 10 WHERE id = 18971; -- part of invasion event +UPDATE creature SET spawntimesecs = 10 WHERE id = 18949; -- part of invasion event +DELETE FROM creature_linking_template WHERE entry = 18971; +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(18971,530,18950,1,100); +DELETE FROM creature_linking_template WHERE entry = 18949; +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(18949,530,18948,1,100); + +-- Cursed Scarab - aura update -- sniff +DELETE FROM creature_template_addon WHERE entry = 21306; +INSERT INTO creature_template_addon (entry, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(21306,0,0,1,0,0,0,31309); +-- Magic Sucker Device Buttress - movement update +UPDATE creature_template SET MovementType = 0 WHERE entry = 22267; +-- Thrallmar Marskmen -- has diff equip only in this place! +UPDATE creature SET equipment_id = 234 WHERE guid IN (57542,57543); +-- Darkspear Axe Thrower - (Hellfire Peninsula) -- spell we had is casted by totem from another creature +UPDATE creature_template_addon SET auras = NULL WHERE entry = 18970; +-- Justinius the Harbinger - (Hellfire Peninsula) -- one of his spells should be used by ACID, not in auras +UPDATE creature_template_addon SET auras = NULL WHERE entry = 18966; +-- Orgrimmar Grunt - (Hellfire Peninsula) -- spell we had is casted by totem from another creature +UPDATE creature_addon SET auras = NULL WHERE guid IN (68018,68019,68024); +-- Infernal Target (Hyjal) - update +UPDATE creature_template SET InhabitType = 5 WHERE entry = 21075; +-- Infernal relay (hellfire)#1 +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 68744; +DELETE FROM creature_movement WHERE id = 68744; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(68744,1,-260.766,1093.41,41.6666,0,0,0,0,0,0,0,0,0,0,5.7179,0,0), +(68744,2,-259.812,1098.64,41.6666,0,0,0,0,0,0,0,0,0,0,6.0242,0,0), +(68744,3,-242.463,1099.17,41.6666,0,0,0,0,0,0,0,0,0,0,6.26846,0,0), +(68744,4,-242.316,1094.29,41.6666,0,0,0,0,0,0,0,0,0,0,4.72515,0,0); +-- Infernal relay (hellfire)#2 +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 68745; +DELETE FROM creature_movement WHERE id = 68745; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(68745,1,-233.971,1094.96,41.668,0,0,0,0,0,0,0,0,0,0,4.65979,0,0), +(68745,2,-246.08,1094.57,41.668,0,0,0,0,0,0,0,0,0,0,2.00829,0,0), +(68745,3,-247.234,1097.84,41.668,0,0,0,0,0,0,0,0,0,0,0.171238,0,0), +(68745,4,-232.666,1097.36,41.668,0,0,0,0,0,0,0,0,0,0,6.23451,0,0); +-- pit commander +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 68001; +DELETE FROM creature_movement WHERE id = 68001; +UPDATE creature_template SET MovementType = 2 WHERE entry = 18945; -- now move him to template (unique npc) +DELETE FROM creature_movement_template WHERE entry = 18945; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(18945,1,-246.692,1175.22,41.75,10000,0,0,0,0,0,0,0,0,0,4.71011,0,0), +(18945,2,-246.692,1175.22,41.75,5000,0,0,0,0,0,0,0,33393,0,4.71011,0,0), +(18945,3,-246.692,1175.22,41.75,35000,0,0,0,0,0,0,0,0,0,4.71011,0,0); +-- event 12353 +DELETE FROM dbscripts_on_event WHERE id = 12353; +INSERT INTO dbscripts_on_event (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(12353,1,31,21075,100,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(12353,1,15,5,0,21075,74081,7 | 0x10,0,0,0,0,0,0,0,0,''), +(12353,2,15,5,0,21075,74082,7 | 0x10,0,0,0,0,0,0,0,0,''), +(12353,7,1,25,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Infernal Target (Hyjal) - update +UPDATE creature_template SET InhabitType = 5 WHERE entry = 21075; +UPDATE creature SET spawntimesecs = 15 WHERE guid IN (74081,74082); +DELETE FROM dbscripts_on_creature_death WHERE id = 21075; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(21075,0,31,19215,100,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(21075,1,15,33240,0,19215,68744,0x01 | 0x10,0,0,0,0,0,0,0,0,'cast 33240 on buddy'), +(21075,5,10,18946,0,19215,68744,7 | 0x10,0,0,0,0,0,0,0,0,'summon infernals'); +-- ATTACKERS +-- 1st wave +UPDATE creature SET spawndist = 0, MovementType = 2, position_x = -237.226822, position_y = 1136.661133, position_z = 41.666767, orientation = 4.391514955 WHERE guid = 67981; +DELETE FROM creature_movement WHERE id = 67981; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(67981,1,-237.227,1136.66,41.6668,20000,1894401,0,0,0,0,0,0,0,0,4.39946,0,0), +(67981,2,-250.716,1093.1,41.9,0,0,0,0,0,0,0,0,0,0,4.78095,0,0), +(67981,3,-252.174,1074.34,54.3073,0,0,0,0,0,0,0,0,0,0,4.70084,0,0), +(67981,4,-249.985,1046.8,54.3168,1000,1894401,0,0,0,0,0,0,0,0,4.57914,0,0), +(67981,5,-248.905,1014.4,54.3266,0,0,0,0,0,0,0,0,0,0,4.64917,0,0), +(67981,6,-248.336,993.958,68.2144,0,0,0,0,0,0,0,0,0,0,4.73163,0,0), +(67981,7,-247.975,969.204,84.3296,0,0,0,0,0,0,0,0,0,0,4.74341,0,0), +(67981,8,-248.319,920.639,84.379,0,0,0,0,0,0,0,0,0,0,4.72601,0,0), +(67981,9,-248.109,895.636,84.379,1000,1894402,0,0,0,0,0,0,0,0,4.72601,0,0); +UPDATE creature SET spawndist = 0, MovementType = 2, position_x = -215.774307, position_y = 1135.690796, position_z = 41.604073, orientation = 4.084515 WHERE guid = 67985; +DELETE FROM creature_movement WHERE id = 67985; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(67985,1,-215.774,1135.69,41.6041,20000,1894401,0,0,0,0,0,0,0,0,4.08452,0,0), +(67985,2,-248.279,1093.57,41.6667,0,0,0,0,0,0,0,0,0,0,4.41342,0,0), +(67985,3,-250.127,1071.97,54.3075,0,0,0,0,0,0,0,0,0,0,4.7024,0,0), +(67985,4,-249.985,1046.8,54.3168,1000,1894401,0,0,0,0,0,0,0,0,4.57914,0,0), +(67985,5,-248.905,1014.4,54.3266,0,0,0,0,0,0,0,0,0,0,4.64917,0,0), +(67985,6,-248.336,993.958,68.2144,0,0,0,0,0,0,0,0,0,0,4.73163,0,0), +(67985,7,-247.975,969.204,84.3296,0,0,0,0,0,0,0,0,0,0,4.74341,0,0), +(67985,8,-248.319,920.639,84.379,0,0,0,0,0,0,0,0,0,0,4.72601,0,0), +(67985,9,-248.109,895.636,84.379,1000,1894402,0,0,0,0,0,0,0,0,4.72601,0,0); +UPDATE creature SET spawndist = 0, MovementType = 2, position_x = -260.605164, position_y = 1137.083008, position_z = 41.670635, orientation = 4.621477 WHERE guid = 67984; +DELETE FROM creature_movement WHERE id = 67984; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(67984,1,-260.605,1137.08,41.6706,20000,1894401,0,0,0,0,0,0,0,0,4.62148,0,0), +(67984,2,-253.949,1093.1,41.866,0,0,0,0,0,0,0,0,0,0,4.66707,0,0), +(67984,3,-253.155,1074.04,54.3067,0,0,0,0,0,0,0,0,0,0,4.76916,0,0), +(67984,4,-249.985,1046.8,54.3168,1000,1894401,0,0,0,0,0,0,0,0,4.57914,0,0), +(67984,5,-248.905,1014.4,54.3266,0,0,0,0,0,0,0,0,0,0,4.64917,0,0), +(67984,6,-248.336,993.958,68.2144,0,0,0,0,0,0,0,0,0,0,4.73163,0,0), +(67984,7,-247.975,969.204,84.3296,0,0,0,0,0,0,0,0,0,0,4.74341,0,0), +(67984,8,-248.319,920.639,84.379,0,0,0,0,0,0,0,0,0,0,4.72601,0,0), +(67984,9,-248.109,895.636,84.379,1000,1894402,0,0,0,0,0,0,0,0,4.72601,0,0); +UPDATE creature SET spawndist = 0, MovementType = 2, position_x = -204.430954, position_y = 1128.684326, position_z = 41.589573, orientation = 3.842693 WHERE guid = 67986; +DELETE FROM creature_movement WHERE id = 67986; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(67986,1,-204.431,1128.68,41.5896,20000,1894401,0,0,0,0,0,0,0,0,3.84269,0,0), +(67986,2,-242.527,1094.53,41.6649,0,0,0,0,0,0,0,0,0,0,4.19364,0,0), +(67986,3,-245.397,1074.1,54.3068,0,0,0,0,0,0,0,0,0,0,4.60597,0,0), +(67986,4,-249.985,1046.8,54.3168,1000,1894401,0,0,0,0,0,0,0,0,4.57914,0,0), +(67986,5,-248.905,1014.4,54.3266,0,0,0,0,0,0,0,0,0,0,4.64917,0,0), +(67986,6,-248.336,993.958,68.2144,0,0,0,0,0,0,0,0,0,0,4.73163,0,0), +(67986,7,-247.975,969.204,84.3296,0,0,0,0,0,0,0,0,0,0,4.74341,0,0), +(67986,8,-248.319,920.639,84.379,0,0,0,0,0,0,0,0,0,0,4.72601,0,0), +(67986,9,-248.109,895.636,84.379,1000,1894402,0,0,0,0,0,0,0,0,4.72601,0,0); +DELETE FROM creature_linking WHERE guid IN (67986,67984,67985); -- make sure they will spawn together .. so we can synhronize attack +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(67986, 67981, 128), +(67984, 67981, 128), +(67985, 67981, 128); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1894401,1894402); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1894401,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(1894402,0,15,5,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- 2nd wave +UPDATE creature SET spawndist = 0, MovementType = 2, position_x = -260.877899, position_y = 1167.174805, position_z = 41.605026, orientation = 4.368320 WHERE guid = 67982; -- master +DELETE FROM creature_movement WHERE id = 67982; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(67982,1,-260.877899,1167.174805,41.605026,50000,0,0,0,0,0,0,0,0,0,4.368320,0,0), +(67982,2,-261.333,1146.7,41.6652,20000,1894401,0,0,0,0,0,0,0,0,4.47017,0,0), +(67982,3,-250.667,1093.94,41.6678,0,0,0,0,0,0,0,0,0,0,4.935,0,0), +(67982,4,-248.356,1073.42,54.3071,0,0,0,0,0,0,0,0,0,0,4.86432,0,0), +(67982,5,-249.985,1046.8,54.3168,1000,1894401,0,0,0,0,0,0,0,0,4.57914,0,0), +(67982,6,-248.905,1014.4,54.3266,0,0,0,0,0,0,0,0,0,0,4.64917,0,0), +(67982,7,-248.336,993.958,68.2144,0,0,0,0,0,0,0,0,0,0,4.73163,0,0), +(67982,8,-247.975,969.204,84.3296,0,0,0,0,0,0,0,0,0,0,4.74341,0,0), +(67982,9,-248.319,920.639,84.379,0,0,0,0,0,0,0,0,0,0,4.72601,0,0), +(67982,10,-248.109,895.636,84.379,1000,1894402,0,0,0,0,0,0,0,0,4.72601,0,0); +UPDATE creature SET spawndist = 0, MovementType = 2, position_x = -279.496429, position_y = 1154.829712, position_z = 41.594738, orientation = 4.702899 WHERE guid = 67988; +DELETE FROM creature_movement WHERE id = 67988; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(67988,1,-279.496429,1154.829712,41.594738,50000,0,0,0,0,0,0,0,0,0,4.702899,0,0), +(67988,2,-274.189,1141.21,42.09,20000,1894401,0,0,0,0,0,0,0,0,4.59021,0,0), +(67988,3,-258.111,1093.64,41.6667,0,0,0,0,0,0,0,0,0,0,5.02533,0,0), +(67988,4,-254.94,1073.8,54.3068,0,0,0,0,0,0,0,0,0,0,4.85254,0,0), +(67988,5,-249.985,1046.8,54.3168,1000,1894401,0,0,0,0,0,0,0,0,4.57914,0,0), +(67988,6,-248.905,1014.4,54.3266,0,0,0,0,0,0,0,0,0,0,4.64917,0,0), +(67988,7,-248.336,993.958,68.2144,0,0,0,0,0,0,0,0,0,0,4.73163,0,0), +(67988,8,-247.975,969.204,84.3296,0,0,0,0,0,0,0,0,0,0,4.74341,0,0), +(67988,9,-248.319,920.639,84.379,0,0,0,0,0,0,0,0,0,0,4.72601,0,0), +(67988,10,-248.109,895.636,84.379,1000,1894402,0,0,0,0,0,0,0,0,4.72601,0,0); +UPDATE creature SET spawndist = 0, MovementType = 2, position_x = -231.076, position_y = 1168.27, position_z = 41.6, orientation = 4.22019 WHERE guid = 67983; +DELETE FROM creature_movement WHERE id = 67983; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(67983,1,-231.076,1168.27,41.6,50000,0,0,0,0,0,0,0,0,0,4.22019,0,0), +(67983,2,-232.82,1146.14,41.6493,20000,1894401,0,0,0,0,0,0,0,0,4.57451,0,0), +(67983,3,-242.018,1094.68,41.6667,0,0,0,0,0,0,0,0,0,0,4.55095,0,0), +(67983,4,-243.06,1074.05,54.3068,0,0,0,0,0,0,0,0,0,0,4.67661,0,0), +(67983,5,-249.985,1046.8,54.3168,1000,1894401,0,0,0,0,0,0,0,0,4.57914,0,0), +(67983,6,-248.905,1014.4,54.3266,0,0,0,0,0,0,0,0,0,0,4.64917,0,0), +(67983,7,-248.336,993.958,68.2144,0,0,0,0,0,0,0,0,0,0,4.73163,0,0), +(67983,8,-247.975,969.204,84.3296,0,0,0,0,0,0,0,0,0,0,4.74341,0,0), +(67983,9,-248.319,920.639,84.379,0,0,0,0,0,0,0,0,0,0,4.72601,0,0), +(67983,10,-248.109,895.636,84.379,1000,1894402,0,0,0,0,0,0,0,0,4.72601,0,0); +UPDATE creature SET spawndist = 0, MovementType = 2, position_x = -206.522, position_y = 1159.26, position_z = 42.4914, orientation = 4.77705 WHERE guid = 67980; +DELETE FROM creature_movement WHERE id = 67980; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(67980,1,-206.522,1159.26,42.4914,50000,0,0,0,0,0,0,0,0,0,4.77705,0,0), +(67980,2,-218.043,1141.49,41.6022,20000,1894401,0,0,0,0,0,0,0,0,3.87865,0,0), +(67980,3,-238.381,1095.06,41.6667,0,0,0,0,0,0,0,0,0,0,4.41351,0,0), +(67980,4,-241.495,1073.91,54.307,0,0,0,0,0,0,0,0,0,0,4.55488,0,0), +(67980,5,-249.985,1046.8,54.3168,1000,1894401,0,0,0,0,0,0,0,0,4.57914,0,0), +(67980,6,-248.905,1014.4,54.3266,0,0,0,0,0,0,0,0,0,0,4.64917,0,0), +(67980,7,-248.336,993.958,68.2144,0,0,0,0,0,0,0,0,0,0,4.73163,0,0), +(67980,8,-247.975,969.204,84.3296,0,0,0,0,0,0,0,0,0,0,4.74341,0,0), +(67980,9,-248.319,920.639,84.379,0,0,0,0,0,0,0,0,0,0,4.72601,0,0), +(67980,10,-248.109,895.636,84.379,1000,1894402,0,0,0,0,0,0,0,0,4.72601,0,0); +DELETE FROM creature_linking WHERE guid IN (67980,67983,67988); -- make sure they will spawn together .. so we can synhronize attack +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(67980, 67982, 128), +(67983, 67982, 128), +(67988, 67982, 128); +-- wave 3 +UPDATE creature SET position_x = -239.507065, position_y = 1228.832764, position_z = 31.986649, orientation = 4.258552, spawndist = 0, MovementType = 2 WHERE guid = 68311; +DELETE FROM creature_movement WHERE id = 68311; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(68311,1,-242.901,1192.48,42.691,30000,0,0,0,0,0,0,0,0,0,4.55578,0,0), +(68311,2,-246.947,1159.32,41.6052,30000,0,0,0,0,0,0,0,0,0,4.52515,0,0), +(68311,3,-247.378,1148.42,41.6191,30000,1894401,0,0,0,0,0,0,0,0,4.62175,0,0), +(68311,4,-247.742,1093.66,41.6669,0,0,0,0,0,0,0,0,0,0,4.75527,0,0), +(68311,5,-246.89,1073.81,54.3068,0,0,0,0,0,0,0,0,0,0,4.75527,0,0), +(68311,6,-249.985,1046.8,54.3168,1000,1894401,0,0,0,0,0,0,0,0,4.57914,0,0), +(68311,7,-248.905,1014.4,54.3266,0,0,0,0,0,0,0,0,0,0,4.64917,0,0), +(68311,8,-248.336,993.958,68.2144,0,0,0,0,0,0,0,0,0,0,4.73163,0,0), +(68311,9,-247.975,969.204,84.3296,0,0,0,0,0,0,0,0,0,0,4.74341,0,0), +(68311,10,-248.319,920.639,84.379,0,0,0,0,0,0,0,0,0,0,4.72601,0,0), +(68311,11,-248.109,895.636,84.379,1000,1894402,0,0,0,0,0,0,0,0,4.72601,0,0); +UPDATE creature SET position_x = -244.683823, position_y = 1231.813232, position_z = 31.481995, orientation = 4.503588 WHERE guid = 67973; +UPDATE creature SET position_x = -252.279816, position_y = 1233.656616, position_z = 31.444748, orientation = 4.725847 WHERE guid = 67987; +DELETE FROM creature_linking WHERE guid IN (67978,67979,67973,67987); -- make sure they will spawn & walk together .. so we can synhronize attack +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(67978, 68311, 640), +(67979, 68311, 640), +(67973, 68311, 640), +(67987, 68311, 640); +-- wave 4 +UPDATE creature SET position_x = -248.047028, position_y = 1381.634888, position_z = 10.987271, orientation = 4.641428, spawndist = 0, MovementType = 2 WHERE guid = 68313; +DELETE FROM creature_movement WHERE id = 68313; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(68313,1,-246.997,1324.84,15.4259,0,0,0,0,0,0,0,0,0,0,4.63094,0,0), +(68313,2,-238.72,1271.37,24.6796,0,0,0,0,0,0,0,0,0,0,4.72832,0,0), +(68313,3,-240.235,1220.46,33.8146,0,0,0,0,0,0,0,0,0,0,4.649,0,0), +(68313,4,-241.634,1194.53,42.3178,30000,0,0,0,0,0,0,0,0,0,4.66863,0,0), +(68313,5,-243.332,1155.89,41.626,30000,1894401,0,0,0,0,0,0,0,0,4.65685,0,0), +(68313,6,-251.312,1094.19,41.6676,0,0,0,0,0,0,0,0,0,0,4.55082,0,0), +(68313,7,-251.859,1073.77,54.3068,0,0,0,0,0,0,0,0,0,0,4.70397,0,0), +(68313,8,-249.985,1046.8,54.3168,1000,1894401,0,0,0,0,0,0,0,0,4.57914,0,0), +(68313,9,-248.905,1014.4,54.3266,0,0,0,0,0,0,0,0,0,0,4.64917,0,0), +(68313,10,-248.336,993.958,68.2144,0,0,0,0,0,0,0,0,0,0,4.73163,0,0), +(68313,11,-247.975,969.204,84.3296,0,0,0,0,0,0,0,0,0,0,4.74341,0,0), +(68313,12,-248.319,920.639,84.379,0,0,0,0,0,0,0,0,0,0,4.72601,0,0), +(68313,13,-248.109,895.636,84.379,1000,1894402,0,0,0,0,0,0,0,0,4.72601,0,0); +UPDATE creature SET position_x = -238.174774, position_y = 1385.511841, position_z = 11.133602, orientation = 4.637506 WHERE guid = 67976; +UPDATE creature SET position_x = -242.903671, position_y = 1383.753174, position_z = 11.040374, orientation = 4.606873 WHERE guid = 67974; +UPDATE creature SET position_x = -253.775238, position_y = 1382.668823, position_z = 10.934957, orientation = 4.513405 WHERE guid = 67989; +UPDATE creature SET position_x = -260.425690, position_y = 1384.189209, position_z = 10.743897, orientation = 4.606080 WHERE guid = 67990; +DELETE FROM creature_linking WHERE guid IN (67976,67974,67989,67990); -- make sure they will spawn & walk together .. so we can synhronize attack +INSERT INTO creature_linking (guid, master_guid, flag) VALUES +(67976, 68313, 640), +(67974, 68313, 640), +(67989, 68313, 640), +(67990, 68313, 640); +-- wave 5 (temp) -- req. more scripting +UPDATE creature SET spawndist = 0, MovementType = 0 WHERE guid = 67992; +UPDATE creature SET position_x = -231.491989, position_y = 1273.215698, position_z = 24.683395, orientation = 4.544492, spawndist = 0, MovementType = 0 WHERE guid = 67975; +UPDATE creature SET position_x = -236.811157, position_y = 1269.786987, position_z = 25.028357, orientation = 4.723560, spawndist = 0, MovementType = 0 WHERE guid = 68312; +UPDATE creature SET position_x = -242.411209, position_y = 1273.053833, position_z = 24.268648, orientation = 4.672508, spawndist = 0, MovementType = 0 WHERE guid = 67991; +UPDATE creature SET position_x = -248.130219, position_y = 1276.795654, position_z = 23.578890, orientation = 4.802102, spawndist = 0, MovementType = 0 WHERE guid = 67977; +-- wave 6 (temp) -- req. more scripting +UPDATE creature SET spawndist = 0, MovementType = 0 WHERE guid = 67998; +UPDATE creature SET position_x = -223.170578, position_y = 1517.588989, position_z = 22.488991, orientation = 4.400681, spawndist = 0, MovementType = 0 WHERE guid = 68000; +UPDATE creature SET position_x = -214.878464, position_y = 1514.611084, position_z = 22.022751, orientation = 4.118724, spawndist = 0, MovementType = 0 WHERE guid = 67997; +UPDATE creature SET position_x = -237.631012, position_y = 1521.642944, position_z = 23.232979, orientation = 4.742323, spawndist = 0, MovementType = 0 WHERE guid = 67999; +-- last wave (temp) -- req. more scripting +UPDATE creature SET spawndist = 0, MovementType = 0 WHERE guid = 67996; +UPDATE creature SET spawndist = 0, MovementType = 0 WHERE guid = 67995; +UPDATE creature SET position_x = -200.986694, position_y = 1623.556152, position_z = 37.109047, orientation = 4.560667, spawndist = 0, MovementType = 0 WHERE guid = 68314; +UPDATE creature SET position_x = -206.727142, position_y = 1633.104736, position_z = 38.807365, orientation = 4.451498, spawndist = 0, MovementType = 0 WHERE guid = 67994; +UPDATE creature SET position_x = -211.360229, position_y = 1640.620850, position_z = 40.365330, orientation = 4.516684, spawndist = 0, MovementType = 0 WHERE guid = 67993; + +-- Infernal invasion outside Thrallmar +-- Infernal Invaders (spawned by script) -- will reuse them for missing 'Infernal Rain' +DELETE FROM creature WHERE guid IN (86036,86027,86030,86029,86026,86035,86033,86032,86028,86034,86031); +-- Arcanist Torseldori +UPDATE creature SET MovementType = 2,spawndist = 0 WHERE guid = 68780; +DELETE FROM creature_movement WHERE id = 68780; +UPDATE creature_template SET MovementType = 2 WHERE entry = 19257; -- now move him to template (unique npc) +DELETE FROM creature_movement_template WHERE entry = 19257; +INSERT INTO creature_movement_template (entry,point,position_x,position_y,position_z,waittime,script_id,textid1,textid2,textid3,textid4,textid5,emote,spell,wpguid,orientation,model1,model2) VALUES +(19257,1,67.6326,2535.33,64.2527,15000,0,0,0,0,0,0,0,0,0,4.88692,0,0), +(19257,2,67.6326,2535.33,64.2527,120000,1925701,0,0,0,0,0,0,0,0,4.88692,0,0), +(19257,3,67.6326,2535.33,64.2527,90000,0,0,0,0,0,0,0,0,0,4.88692,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 1925701; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1925701,1,0,0,0,0,0,0,2000000344,0,0,0,0,0,0,0,''), +(1925701,4,32,0,0,18729,86036,7 | 0x10,0,0,0,0,0,0,0,0,'wp unpause'), +(1925701,5,32,0,0,18729,86027,7 | 0x10,0,0,0,0,0,0,0,0,'wp unpause'), +(1925701,5,32,0,0,18729,86030,7 | 0x10,0,0,0,0,0,0,0,0,'wp unpause'), +(1925701,6,32,0,0,18729,86029,7 | 0x10,0,0,0,0,0,0,0,0,'wp unpause'), +(1925701,6,32,0,0,18729,86026,7 | 0x10,0,0,0,0,0,0,0,0,'wp unpause'); +DELETE FROM db_script_string WHERE entry = 2000000344; +INSERT INTO db_script_string (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 +(2000000344,'INCOMING! Do not let them through! Focus fire! NOW, NOW, NOW!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL); +-- Infernal Rain (Hellfire) - updates +UPDATE creature_template SET InhabitType = 5 WHERE entry = 18729; +-- static +-- #1 +DELETE FROM creature WHERE guid = 86036; +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) VALUES +(86036,18729,530,1,1,0,0,89.28646,2505.569,86.47188,6.178465,120,0,0,4050,0,0,2); +DELETE FROM creature_movement WHERE id = 86036; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(86036,1,89.28646,2505.569,86.47188,5000,1872901,0,0,0,0,0,0,0,0,6.178465,0,0), +(86036,2,89.28646,2505.569,86.47188,20000,1872902,0,0,0,0,0,0,0,0,6.178465,0,0); +-- #2 +DELETE FROM creature WHERE guid = 86027; +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) VALUES +(86027,18729,530,1,1,0,0,63.1007,2499.168,85.77042,1.047198,120,0,0,4050,0,0,2); +DELETE FROM creature_movement WHERE id = 86027; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(86027,1,63.1007,2499.168,85.77042,5000,1872901,0,0,0,0,0,0,0,0,1.047198,0,0), +(86027,2,63.1007,2499.168,85.77042,20000,1872903,0,0,0,0,0,0,0,0,1.047198,0,0); +-- #3 +DELETE FROM creature WHERE guid = 86030; +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) VALUES +(86030,18729,530,1,1,0,0,70.1806,2506.25,86.6115,1.00688,120,0,0,4050,0,0,2); +DELETE FROM creature_movement WHERE id = 86030; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(86030,1,70.1806,2506.25,86.6115,5000,1872901,0,0,0,0,0,0,0,0,1.00688,0,0), +(86030,2,70.1806,2506.25,86.6115,20000,1872904,0,0,0,0,0,0,0,0,1.00688,0,0); +-- #4 +DELETE FROM creature WHERE guid = 86029; +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) VALUES +(86029,18729,530,1,1,0,0,83.25868,2499.573,85.56516,4.939282,120,0,0,4050,0,0,2); +DELETE FROM creature_movement WHERE id = 86029; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(86029,1,83.25868,2499.573,85.56516,5000,1872901,0,0,0,0,0,0,0,0,4.939282,0,0), +(86029,2,83.25868,2499.573,85.56516,20000,1872905,0,0,0,0,0,0,0,0,4.939282,0,0); +-- #5 +DELETE FROM creature WHERE guid = 86026; +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) VALUES +(86026,18729,530,1,1,0,0,56.76736,2507.18,87.81073,2.234021,120,0,0,4050,0,0,2); +DELETE FROM creature_movement WHERE id = 86026; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(86026,1,56.76736,2507.18,87.81073,5000,1872901,0,0,0,0,0,0,0,0,2.234021,0,0), +(86026,2,56.76736,2507.18,87.81073,20000,1872902,0,0,0,0,0,0,0,0,2.234021,0,0); +-- dynamic +-- #1 +DELETE FROM creature WHERE guid = 86035; +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) VALUES +(86035,18729,530,1,1,0,0,44.6528,2511.0911,60.56541,1.145,300,20,0,4050,0,0,1); +-- #2 +DELETE FROM creature WHERE guid = 86033; +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) VALUES +(86033,18729,530,1,1,0,0,75.212,2507.39,58.0648,1.007,300,20,0,4050,0,0,1); +-- #3 +DELETE FROM creature WHERE guid = 86032; +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) VALUES +(86032,18729,530,1,1,0,0,101.216263,2504.147705,57.459,1.57,300,20,0,4050,0,0,1); +-- #4 +DELETE FROM creature WHERE guid = 86028; +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) VALUES +(86028,18729,530,1,1,0,0,73.2866,2513.66,59.6385,1.69012,300,20,0,4050,0,0,1); +-- #5 +DELETE FROM creature WHERE guid = 86034; +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) VALUES +(86034,18729,530,1,1,0,0,68.9691,2511.56,59.1739,1.65085,300,20,0,4050,0,0,1); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1872901 AND 1872905; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1872901,1,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'wp pause'), +(1872902,0,31,18729,50,0,0,0,0,0,0,0,0,0,0,0,''), -- let him check if creature is alive +(1872902,1,15,32785,0,18729,86035,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872902,4,15,32785,0,18729,86033,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872902,8,15,32785,0,18729,86032,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872902,12,15,32785,0,18729,86028,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872902,16,15,32785,0,18729,86034,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872902,18,15,5,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1872903,0,31,18729,50,0,0,0,0,0,0,0,0,0,0,0,''), -- let him check if creature is alive +(1872903,15,15,32785,0,18729,86035,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872903,13,15,32785,0,18729,86033,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872903,9,15,32785,0,18729,86032,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872903,5,15,32785,0,18729,86028,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872903,1,15,32785,0,18729,86034,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872903,18,15,5,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1872904,0,31,18729,50,0,0,0,0,0,0,0,0,0,0,0,''), -- let him check if creature is alive +(1872904,16,15,32785,0,18729,86035,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872904,4,15,32785,0,18729,86033,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872904,1,15,32785,0,18729,86032,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872904,7,15,32785,0,18729,86028,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872904,11,15,32785,0,18729,86034,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872904,18,15,5,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1872905,0,31,18729,50,0,0,0,0,0,0,0,0,0,0,0,''), -- let him check if creature is alive +(1872905,8,15,32785,0,18729,86035,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872905,1,15,32785,0,18729,86033,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872905,4,15,32785,0,18729,86032,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872905,15,15,32785,0,18729,86028,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872905,12,15,32785,0,18729,86034,0x01 | 0x08 | 0x10,0,0,0,0,0,0,0,0,''), +(1872905,18,15,5,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- missing spell 33242 + -- GUID: Full: 0xF1304B3B003954F3 Type: Unit Entry: 19259 Low: 3757299 -- sniff + -- UNIT_CREATED_BY_SPELL: 33242 -- sniff +DELETE FROM spell_template WHERE id = 33242; +INSERT INTO `spell_template` (`id`, `attr`, `attr_ex`, `attr_ex2`, `attr_ex3`, `proc_flags`, `proc_chance`, `duration_index`, `effect0`, `effect0_implicit_target_a`, `effect0_implicit_target_b`, `effect0_radius_idx`, `effect0_apply_aura_name`, `effect0_misc_value`, `effect0_misc_value_b`, `effect0_trigger_spell`, `comments`) VALUES +('33242','384','0','4','0','0','101','21','28','18','0','7','0','19259','64','0','summon Infernal Invader'); +-- Infernal Invader +UPDATE creature_template SET MovementType = 2 WHERE entry = 19259; +DELETE FROM creature_movement_template WHERE entry = 19259; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(19259,1,67.6326,2535.33,64.2527,0,0,0,0,0,0,0,0,0,0,0,0,0); +-- Sedai's corpse - update +DELETE FROM creature_template_addon WHERE entry = 16852; +INSERT INTO creature_template_addon (entry, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(16852,0,7,1,0,0,0,NULL); + +-- Urtrak +UPDATE creature_template SET equipmentTemplateid = 1335 WHERE entry = 19862; +-- Vengeful Unyielding Captain +UPDATE creature_template SET equipmentTemplateid = 249 WHERE entry = 19864; +-- Vengeful Unyielding Footman +UPDATE creature_template SET equipmentTemplateid = 249 WHERE entry = 20137; + + +-- --------------- +-- Nagrand +-- --------------- + +-- --------------- +-- Terrokar Forest +-- --------------- +-- Disciple of Sar'this +UPDATE creature SET position_x = -2436.649414, position_y = 4755.235840, position_z = 153.149536, orientation = 3.801337, MovementType = 1, spawndist = 3 WHERE guid = 96672; +-- Evoker of Sar'this +UPDATE creature SET MovementType = 1, spawndist = 3 WHERE guid = 96673; +-- Minion of Sar'this #1 +UPDATE creature SET MovementType = 2, spawndist = 0, spawntimesecs = 30 WHERE guid = 96678; +DELETE FROM creature_movement WHERE id = 96678; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(96678,1,-2417.55,4579.64,160.559,0,0,0,0,0,0,0,0,0,0,2.58249,0,0), +(96678,2,-2421,4582.46,160.57,55000,0,0,0,0,0,0,0,0,0,2.442826,0,0), +(96678,3,-2419.45,4562.04,160.513,55000,0,0,0,0,0,0,0,0,0,1.58825,0,0); +-- Minion of Sar'this #2 +UPDATE creature SET MovementType = 2, spawndist = 0, spawntimesecs = 30 WHERE guid = 96675; +DELETE FROM creature_movement WHERE id = 96675; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(96675,1,-2454.89,4756.45,153.078,0,0,0,0,0,0,0,0,0,0,4.75953,0,0), +(96675,2,-2453.51,4750.02,152.925,0,0,0,0,0,0,0,0,0,0,5.37214,0,0), +(96675,3,-2445.16,4740.12,153.145,0,0,0,0,0,0,0,0,0,0,0.68252,0,0), +(96675,4,-2440.57,4742.246,153.0419,55000,0,0,0,0,0,0,0,0,0,0.7664875,0,0), +(96675,5,-2460.71,4751.69,153.264,40000,0,0,0,0,0,0,0,0,0,2.57064,0,0), +(96675,6,-2452.38,4760.84,153.077,1000,0,0,0,0,0,0,0,0,0,5,0,0), +(96675,7,-2452.38,4760.84,153.077,55000,0,0,0,0,0,0,0,0,0,5.07762,0,0); +-- Minion of Sar'this #3 +UPDATE creature SET MovementType = 2, spawndist = 0, spawntimesecs = 30 WHERE guid = 96677; +DELETE FROM creature_movement WHERE id = 96677; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(96677,1,-2428.81,4653.14,160.576,0,0,0,0,0,0,0,0,0,0,3.80064,0,0), +(96677,2,-2432.53,4653.75,160.579,0,0,0,0,0,0,0,0,0,0,2.3131,0,0), +(96677,3,-2433.45,4658.36,160.583,0,0,0,0,0,0,0,0,0,0,1.58817,0,0), +(96677,4,-2432.96,4662.07,161.015,25000,0,0,0,0,0,0,0,0,0,1.43266,0,0), +(96677,5,-2429.76,4658.01,160.542,0,0,0,0,0,0,0,0,0,0,5.57056,0,0), +(96677,6,-2422.99,4654.09,160.546,0,0,0,0,0,0,0,0,0,0,5.38835,0,0), +(96677,7,-2422.99,4654.09,160.546,25000,0,0,0,0,0,0,0,0,0,3.92437,0,0), +(96677,8,-2424.75,4658.27,160.435,0,0,0,0,0,0,0,0,0,0,2.0127,0,0), +(96677,9,-2424.75,4658.27,160.435,55000,0,0,0,0,0,0,0,0,0,4.10152,0,0); +-- Minion of Sar'this #4 +UPDATE creature SET MovementType = 2, spawndist = 0, spawntimesecs = 30 WHERE guid = 96676; +DELETE FROM creature_movement WHERE id = 96676; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(96676,1,-2433.32,4709.17,174.657,0,0,0,0,0,0,0,0,0,0,1.3813,0,0), +(96676,2,-2435.92,4697.7,172.99,0,0,0,0,0,0,0,0,0,0,4.89674,0,0), +(96676,3,-2433.34,4691.46,175.11,0,0,0,0,0,0,0,0,0,0,5.30043,0,0), +(96676,4,-2429.18,4683.65,171.996,0,0,0,0,0,0,0,0,0,0,5.28079,0,0), +(96676,5,-2433.49,4691.62,175.14,0,0,0,0,0,0,0,0,0,0,2.00175,0,0), +(96676,6,-2435.69,4696.69,172.972,0,0,0,0,0,0,0,0,0,0,1.67503,0,0), +(96676,7,-2432.91,4709.57,174.699,0,0,0,0,0,0,0,0,0,0,1.10247,0,0); + -- Sar'this +UPDATE creature SET spawntimesecs = 30 WHERE guid = 96674; +-- Blackwind Valley +-- Blackwind Sabercat #1 - Terrokar Forest +UPDATE creature SET MovementType = 2, spawndist = 0, spawntimesecs = 300 WHERE guid = 75893; +DELETE FROM creature_movement WHERE id = 75893; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(75893,1,-3568.68,3139.93,315.043,0,0,0,0,0,0,0,0,0,0,1.03754,0,0), +(75893,2,-3561.34,3155.8,313.88,0,0,0,0,0,0,0,0,0,0,6.12849,0,0), +(75893,3,-3548.51,3150.03,316.169,0,0,0,0,0,0,0,0,0,0,5.82848,0,0), +(75893,4,-3539.39,3148.19,314.788,0,0,0,0,0,0,0,0,0,0,0.271785,0,0), +(75893,5,-3526.79,3156.78,315.301,0,0,0,0,0,0,0,0,0,0,0.633107,0,0), +(75893,6,-3522.28,3161.36,315.193,0,0,0,0,0,0,0,0,0,0,1.67376,0,0), +(75893,7,-3535.61,3149.71,314.956,0,0,0,0,0,0,0,0,0,0,3.60898,0,0), +(75893,8,-3545.89,3147.29,315.075,0,0,0,0,0,0,0,0,0,0,2.85186,0,0), +(75893,9,-3551.95,3152.98,316.087,0,0,0,0,0,0,0,0,0,0,2.75997,0,0), +(75893,10,-3561.65,3153.16,313.949,0,0,0,0,0,0,0,0,0,0,3.99922,0,0), +(75893,11,-3568.63,3140.61,315.063,0,0,0,0,0,0,0,0,0,0,4.2584,0,0), +(75893,12,-3582.56,3123.18,315.775,0,0,0,0,0,0,0,0,0,0,3.96388,0,0); +-- Blackwind Sabercat #2 - Terrokar Forest +UPDATE creature SET MovementType = 2, spawndist = 0, spawntimesecs = 300 WHERE guid = 75897; +DELETE FROM creature_movement WHERE id = 75897; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(75897,1,-3527.22,3178.89,316.906,0,0,0,0,0,0,0,0,0,0,4.40628,0,0), +(75897,2,-3527.43,3171.43,317.063,0,0,0,0,0,0,0,0,0,0,5.03067,0,0), +(75897,3,-3522.81,3163.53,315.422,0,0,0,0,0,0,0,0,0,0,5.80039,0,0), +(75897,4,-3513.18,3160.94,316.212,0,0,0,0,0,0,0,0,0,0,5.85144,0,0), +(75897,5,-3506.16,3153.53,314.594,0,0,0,0,0,0,0,0,0,0,5.43126,0,0), +(75897,6,-3512.24,3160.96,316.164,0,0,0,0,0,0,0,0,0,0,2.69729,0,0), +(75897,7,-3523.14,3162.26,315.303,0,0,0,0,0,0,0,0,0,0,2.15114,0,0), +(75897,8,-3528.31,3175.28,317.054,0,0,0,0,0,0,0,0,0,0,1.52047,0,0), +(75897,9,-3521.96,3187.97,316.155,0,0,0,0,0,0,0,0,0,0,0.880319,0,0); +-- Blackwind Sabercat #3 - Terrokar Forest +UPDATE creature SET MovementType = 2, spawndist = 0, spawntimesecs = 300 WHERE guid = 75899; +DELETE FROM creature_movement WHERE id = 75899; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(75899,1,-3552.02,3222.28,307.958,0,0,0,0,0,0,0,0,0,0,1.13522,0,0), +(75899,2,-3556.98,3209.75,309.921,0,0,0,0,0,0,0,0,0,0,4.90434,0,0), +(75899,3,-3552.94,3200.65,310.456,0,0,0,0,0,0,0,0,0,0,5.47079,0,0), +(75899,4,-3532.93,3189.69,314.899,0,0,0,0,0,0,0,0,0,0,5.76209,0,0), +(75899,5,-3527.84,3183.87,316.585,0,0,0,0,0,0,0,0,0,0,5.38903,0,0), +(75899,6,-3537.02,3193.84,313.544,0,0,0,0,0,0,0,0,0,0,2.73203,0,0), +(75899,7,-3553.85,3201.59,310.415,0,0,0,0,0,0,0,0,0,0,2.33278,0,0), +(75899,8,-3557.78,3208.74,310.26,0,0,0,0,0,0,0,0,0,0,2.0304,0,0); + +-- --------------- +-- Shadowmoon Valley +-- --------------- +-- Shadowmoon Valley - zone entrance event +DELETE FROM dbscripts_on_creature_movement WHERE id = 2124401; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2124401,3,0,0,0,0,0,0,2000005765,0,0,0,0,0,0,0,''), +(2124401,5,10,21249,20000,0,0,0,0,0,0,0,-3040.230713,2923.361572,86.667702,0.959264,'summon - Wrathstalker'), +(2124401,5,10,21249,20000,0,0,0,0,0,0,0,-3049.942139,2944.359863,91.529282,6.221430,'summon - Wrathstalker'), +(2124401,5,10,21249,20000,0,0,0,0,0,0,0,-3018.137207,2925.356201,90.870773,1.300909,'summon - Wrathstalker'), +(2124401,5,10,21249,20000,0,0,0,0,0,0,0,-3047.662842,2927.633301,86.636345,0.723925,'summon - Wrathstalker'); +DELETE FROM db_script_string WHERE entry = 2000005765; +INSERT INTO db_script_string (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 +(2000005765,'There they are!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL); +-- Parshah +UPDATE creature SET MovementType = 2,spawndist = 0, position_x = -3493.565918, position_y = 2277.088867, position_z = 65.308090, orientation = 0.030873 WHERE guid = 86493; +DELETE FROM creature_movement WHERE id = 86493; +UPDATE creature_template SET MovementType = 2 WHERE entry = 22024; -- now move him to template (unique npc) +DELETE FROM creature_movement_template WHERE entry = 22024; +INSERT INTO creature_movement_template (entry,point,position_x,position_y,position_z,waittime,script_id,textid1,textid2,textid3,textid4,textid5,emote,spell,wpguid,orientation,model1,model2) VALUES +(22024,1,-3478.579346,2278.882080,64.302361,0,0,0,0,0,0,0,0,0,0,0.466765,0,0), +(22024,2,-3465.325684,2287.221191,63.411671,0,0,0,0,0,0,0,0,0,0,0.258635,0,0), +(22024,3,-3396.564209,2289.244141,62.684631,0,0,0,0,0,0,0,0,0,0,5.864808,0,0), +(22024,4,-3375.290771,2283.538574,62.290417,0,0,0,0,0,0,0,0,0,0,5.947275,0,0), +(22024,5,-3361.747803,2279.951172,61.927292,0,0,0,0,0,0,0,0,0,0,6.189178,0,0), +(22024,6,-3346.633301,2278.563232,61.327866,0,0,0,0,0,0,0,0,0,0,6.260647,0,0), +(22024,7,-3292.682129,2278.750732,60.609493,0,0,0,0,0,0,0,0,0,0,3.150710,0,0), +(22024,8,-3365.181514953,2279.233154,62.073700,0,0,0,0,0,0,0,0,0,0,2.842834,0,0), +(22024,9,-3387.639404,2287.592041,62.384487,0,0,0,0,0,0,0,0,0,0,2.897027,0,0), +(22024,10,-3399.742920,2289.471680,62.764309,0,0,0,0,0,0,0,0,0,0,3.195478,0,0), +(22024,11,-3457.017090,2289.383789,63.461361,0,0,0,0,0,0,0,0,0,0,3.329782,0,0), +(22024,12,-3465.547607,2286.994629,63.416016,0,0,0,0,0,0,0,0,0,0,3.699704,0,0), +(22024,13,-3476.516113,2280.523438,64.138481,0,0,0,0,0,0,0,0,0,0,3.412248,0,0), +(22024,14,-3494.457031,2277.872803,65.361969,0,0,0,0,0,0,0,0,0,0,0.162269,0,0); +-- Asghar +UPDATE creature SET MovementType = 2,spawndist = 0 WHERE guid = 77174; +DELETE FROM creature_movement WHERE id = 77174; +UPDATE creature_template SET MovementType = 2 WHERE entry = 22025; -- now move him to template (unique npc) +DELETE FROM creature_movement_template WHERE entry = 22025; +INSERT INTO creature_movement_template (entry,point,position_x,position_y,position_z,waittime,script_id,textid1,textid2,textid3,textid4,textid5,emote,spell,wpguid,orientation,model1,model2) VALUES +(22025,1,-3049.036133,2036.842285,96.739182,0,0,0,0,0,0,0,0,0,0,2.817042,0,0), +(22025,2,-3058.744629,2037.585327,97.092674,0,0,0,0,0,0,0,0,0,0,3.336977,0,0), +(22025,3,-3071.713135,2031.485596,97.815742,0,0,0,0,0,0,0,0,0,0,4.013990,0,0), +(22025,4,-3081.469727,2022.889160,98.105179,0,0,0,0,0,0,0,0,0,0,4.536279,0,0), +(22025,5,-3080.402588,2018.211914,98.422974,0,0,0,0,0,0,0,0,0,0,5.480384,0,0), +(22025,6,-3068.684082,2011.325928,99.106552,0,0,0,0,0,0,0,0,0,0,5.335082,0,0), +(22025,7,-3063.356689,2002.529175,99.861031,0,0,0,0,0,0,0,0,0,0,5.642959,0,0), +(22025,8,-3052.373291,1999.890747,99.074417,0,0,0,0,0,0,0,0,0,0,0.158519,0,0), +(22025,9,-3035.000244,2000.165161,98.867294,0,0,0,0,0,0,0,0,0,0,0.244915,0,0), +(22025,10,-3018.298340,2007.633057,96.970322,0,0,0,0,0,0,0,0,0,0,1.408090,0,0), +(22025,11,-3016.291992,2040.855103,97.399490,0,0,0,0,0,0,0,0,0,0,2.276726,0,0); +-- Vilewing Chimaera - all in Shadowmoon Valley +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 84611; +DELETE FROM creature_movement WHERE id = 84611; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(84611,1,-3611.368896,2570.267822,92.870674,0,0,0,0,0,0,0,0,0,0,4.254952,0,0), +(84611,2,-3630.266113,2532.113037,96.435936,0,0,0,0,0,0,0,0,0,0,4.499214,0,0), +(84611,3,-3634.825928,2513.903076,98.418976,0,0,0,0,0,0,0,0,0,0,5.275965,0,0), +(84611,4,-3616.698975,2497.175049,97.650505,0,0,0,0,0,0,0,0,0,0,0.062476,0,0), +(84611,5,-3595.418701,2510.969238,96.382004,0,0,0,0,0,0,0,0,0,0,0.829474,0,0), +(84611,6,-3561.813721,2564.877441,94.100075,0,0,0,0,0,0,0,0,0,0,0.783920,0,0), +(84611,7,-3537.115479,2599.250000,91.225388,0,0,0,0,0,0,0,0,0,0,0.685018,0,0), +(84611,8,-3502.466553,2623.799561,90.497231,0,0,0,0,0,0,0,0,0,0,0.841313,0,0), +(84611,9,-3496.200195,2632.959473,89.131004,0,0,0,0,0,0,0,0,0,0,1.340825,0,0), +(84611,10,-3490.854492,2650.525879,87.843399,0,0,0,0,0,0,0,0,0,0,2.481224,0,0), +(84611,11,-3512.658936,2658.270264,89.692291,0,0,0,0,0,0,0,0,0,0,3.257199,0,0), +(84611,12,-3577.532471,2654.373047,100.460381,0,0,0,0,0,0,0,0,0,0,3.490462,0,0), +(84611,13,-3604.017090,2651.037842,100.266129,0,0,0,0,0,0,0,0,0,0,4.036314,0,0), +(84611,14,-3609.280762,2644.101318,99.896446,0,0,0,0,0,0,0,0,0,0,4.494200,0,0), +(84611,15,-3611.192871,2629.415771,98.465744,0,0,0,0,0,0,0,0,0,0,4.912021,0,0), +(84611,16,-3605.423584,2598.311035,96.332291,0,0,0,0,0,0,0,0,0,0,4.553094,0,0); +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 84594; +DELETE FROM creature_movement WHERE id = 84594; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(84594,1,-3479.756104,2474.829346,88.543900,0,0,0,0,0,0,0,0,0,0,2.890358,0,0), +(84594,2,-3498.014648,2477.449463,91.230881,0,0,0,0,0,0,0,0,0,0,3.374949,0,0), +(84594,3,-3523.571777,2467.328857,93.498291,0,0,0,0,0,0,0,0,0,0,3.767648,0,0), +(84594,4,-3547.376465,2450.551758,94.055649,0,0,0,0,0,0,0,0,0,0,3.902736,0,0), +(84594,5,-3569.161621,2429.602051,93.961418,0,0,0,0,0,0,0,0,0,0,4.425026,0,0), +(84594,6,-3580.286377,2399.282227,98.739510,0,0,0,0,0,0,0,0,0,0,4.807513,0,0), +(84594,7,-3582.898438,2383.791016,98.279594,0,0,0,0,0,0,0,0,0,0,5.329798,0,0), +(84594,8,-3576.873535,2370.982666,97.645294,0,0,0,0,0,0,0,0,0,0,5.514363,0,0), +(84594,9,-3544.774902,2354.015381,96.193108,0,0,0,0,0,0,0,0,0,0,5.992659,0,0), +(84594,10,-3521.363281,2347.291992,93.371468,0,0,0,0,0,0,0,0,0,0,5.782953,0,0), +(84594,11,-3499.380371,2334.657715,92.363495,0,0,0,0,0,0,0,0,0,0,6.068839,0,0), +(84594,12,-3490.183838,2330.125244,90.856194,0,0,0,0,0,0,0,0,0,0,0.081747,0,0), +(84594,13,-3422.948730,2325.062500,83.290695,0,0,0,0,0,0,0,0,0,0,6.185073,0,0), +(84594,14,-3352.997070,2316.850098,81.628731,0,0,0,0,0,0,0,0,0,0,6.214918,0,0), +(84594,15,-3343.455078,2318.358887,81.070442,0,0,0,0,0,0,0,0,0,0,0.475226,0,0), +(84594,16,-3328.635254,2323.646484,79.221878,0,0,0,0,0,0,0,0,0,0,0.735979,0,0), +(84594,17,-3323.659668,2331.801514,78.822739,0,0,0,0,0,0,0,0,0,0,1.129464,0,0), +(84594,18,-3318.733643,2345.202393,86.191788,0,0,0,0,0,0,0,0,0,0,1.588922,0,0), +(84594,19,-3321.866455,2355.544922,84.351913,0,0,0,0,0,0,0,0,0,0,2.111997,0,0), +(84594,20,-3332.744385,2368.597412,83.368141,0,0,0,0,0,0,0,0,0,0,2.505482,0,0), +(84594,21,-3362.023926,2387.835693,83.317322,0,0,0,0,0,0,0,0,0,0,2.928812,0,0), +(84594,22,-3441.165771,2441.754639,83.496124,0,0,0,0,0,0,0,0,0,0,2.445008,0,0); +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 84604; +DELETE FROM creature_movement WHERE id = 84604; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(84604,1,-3568.393066,2094.914551,99.509041,0,0,0,0,0,0,0,0,0,0,0.758116,0,0), +(84604,2,-3535.186035,2121.237549,107.240570,0,0,0,0,0,0,0,0,0,0,0.597109,0,0), +(84604,3,-3503.775391,2134.711914,106.060936,0,0,0,0,0,0,0,0,0,0,0.365416,0,0), +(84604,4,-3479.045654,2145.290283,105.028473,0,0,0,0,0,0,0,0,0,0,0.797386,0,0), +(84604,5,-3466.312744,2158.332031,102.154213,0,0,0,0,0,0,0,0,0,0,1.089554,0,0), +(84604,6,-3461.535889,2167.612305,101.474884,0,0,0,0,0,0,0,0,0,0,1.428846,0,0), +(84604,7,-3460.081055,2185.936279,98.335114,0,0,0,0,0,0,0,0,0,0,1.852176,0,0), +(84604,8,-3463.661377,2204.143066,96.667252,0,0,0,0,0,0,0,0,0,0,2.146701,0,0), +(84604,9,-3477.720703,2215.609131,95.721527,0,0,0,0,0,0,0,0,0,0,2.715330,0,0), +(84604,10,-3503.435547,2219.384277,98.765785,0,0,0,0,0,0,0,0,0,0,3.021635,0,0), +(84604,11,-3569.082764,2225.493408,103.886703,0,0,0,0,0,0,0,0,0,0,3.041270,0,0), +(84604,12,-3597.047363,2240.290771,103.089676,0,0,0,0,0,0,0,0,0,0,2.625008,0,0), +(84604,13,-3619.251953,2252.681885,102.351051,0,0,0,0,0,0,0,0,0,0,2.760879,0,0), +(84604,14,-3642.340088,2261.852783,100.821877,0,0,0,0,0,0,0,0,0,0,2.976858,0,0), +(84604,15,-3656.918701,2265.074463,99.963013,0,0,0,0,0,0,0,0,0,0,3.518780,0,0), +(84604,16,-3669.834229,2260.116211,98.426155,0,0,0,0,0,0,0,0,0,0,4.002585,0,0), +(84604,17,-3676.170410,2251.518555,99.122208,0,0,0,0,0,0,0,0,0,0,4.423558,0,0), +(84604,18,-3678.451904,2241.665771,98.339600,0,0,0,0,0,0,0,0,0,0,4.762064,0,0), +(84604,19,-3678.794678,2227.610840,99.023911,0,0,0,0,0,0,0,0,0,0,5.072740,0,0), +(84604,20,-3657.098877,2194.000977,98.143913,0,0,0,0,0,0,0,0,0,0,5.316205,0,0), +(84604,21,-3592.785645,2132.563965,93.700569,0,0,0,0,0,0,0,0,0,0,5.465430,0,0), +(84604,22,-3557.131104,2091.484863,96.692253,0,0,0,0,0,0,0,0,0,0,5.225884,0,0), +(84604,23,-3542.425293,2068.708984,95.124931,0,0,0,0,0,0,0,0,0,0,5.175620,0,0), +(84604,24,-3536.474609,2049.688477,93.943924,0,0,0,0,0,0,0,0,0,0,4.761719,0,0), +(84604,25,-3532.868652,2026.630493,95.739479,0,0,0,0,0,0,0,0,0,0,4.495466,0,0), +(84604,26,-3544.803467,1992.785400,91.268188,0,0,0,0,0,0,0,0,0,0,3.816887,0,0), +(84604,27,-3558.677490,1984.245850,88.870110,0,0,0,0,0,0,0,0,0,0,3.300095,0,0), +(84604,28,-3573.098145,1991.675659,88.029671,0,0,0,0,0,0,0,0,0,0,2.315990,0,0), +(84604,29,-3581.221924,2005.634644,87.652313,0,0,0,0,0,0,0,0,0,0,1.660182,0,0), +(84604,30,-3576.673828,2052.976074,89.978523,0,0,0,0,0,0,0,0,0,0,1.397074,0,0); +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 84597; +DELETE FROM creature_movement WHERE id = 84597; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(84597,1,-3663.778320,1908.050659,90.424324,0,0,0,0,0,0,0,0,0,0,1.142601,0,0), +(84597,2,-3655.794922,1920.418701,90.113022,0,0,0,0,0,0,0,0,0,0,1.159879,0,0), +(84597,3,-3651.612793,1940.969482,89.817291,0,0,0,0,0,0,0,0,0,0,1.692379,0,0), +(84597,4,-3654.833740,1955.869019,93.180367,0,0,0,0,0,0,0,0,0,0,2.186395,0,0), +(84597,5,-3663.443848,1968.311890,97.033104,0,0,0,0,0,0,0,0,0,0,2.523331,0,0), +(84597,6,-3677.542969,1978.274414,102.428551,0,0,0,0,0,0,0,0,0,0,2.927811,0,0), +(84597,7,-3686.979736,1981.697876,107.489418,0,0,0,0,0,0,0,0,0,0,3.392766,0,0), +(84597,8,-3696.116699,1981.102661,108.098900,0,0,0,0,0,0,0,0,0,0,3.599327,0,0), +(84597,9,-3718.828369,1983.591797,110.482811,0,0,0,0,0,0,0,0,0,0,4.003021,0,0), +(84597,10,-3725.259766,1972.979126,113.532349,0,0,0,0,0,0,0,0,0,0,4.662757,0,0), +(84597,11,-3722.226318,1947.640015,110.894951,0,0,0,0,0,0,0,0,0,0,4.938426,0,0), +(84597,12,-3714.275391,1890.526245,104.869942,0,0,0,0,0,0,0,0,0,0,4.800981,0,0), +(84597,13,-3740.644775,1835.556274,108.447395,0,0,0,0,0,0,0,0,0,0,4.105906,0,0), +(84597,14,-3774.654541,1785.059204,109.778931,0,0,0,0,0,0,0,0,0,0,3.860865,0,0), +(84597,15,-3808.656494,1757.526001,108.409180,0,0,0,0,0,0,0,0,0,0,4.016375,0,0), +(84597,16,-3830.378662,1730.292236,107.971931,0,0,0,0,0,0,0,0,0,0,4.234715,0,0), +(84597,17,-3841.585938,1709.142212,104.855019,0,0,0,0,0,0,0,0,0,0,4.271623,0,0), +(84597,18,-3852.908936,1679.122314,105.057152,0,0,0,0,0,0,0,0,0,0,3.980240,0,0), +(84597,19,-3871.790771,1664.816406,107.177109,0,0,0,0,0,0,0,0,0,0,3.492508,0,0), +(84597,20,-3891.962158,1665.316772,107.706398,0,0,0,0,0,0,0,0,0,0,2.956078,0,0), +(84597,21,-3903.931641,1674.255371,113.028008,0,0,0,0,0,0,0,0,0,0,2.092139,0,0), +(84597,22,-3908.868164,1691.982910,114.310196,0,0,0,0,0,0,0,0,0,0,1.452039,0,0), +(84597,23,-3906.306152,1706.391724,116.011742,0,0,0,0,0,0,0,0,0,0,1.086045,0,0), +(84597,24,-3899.777588,1717.326416,116.721497,0,0,0,0,0,0,0,0,0,0,0.572394,0,0), +(84597,25,-3874.449463,1732.204956,116.096756,0,0,0,0,0,0,0,0,0,0,0.687848,0,0), +(84597,26,-3860.922119,1742.378052,114.307365,0,0,0,0,0,0,0,0,0,0,1.017715,0,0), +(84597,27,-3812.426025,1804.012085,109.053261,0,0,0,0,0,0,0,0,0,0,0.805657,0,0), +(84597,28,-3772.260254,1832.271973,105.076889,0,0,0,0,0,0,0,0,0,0,0.542549,0,0), +(84597,29,-3731.463867,1854.278442,98.095711,0,0,0,0,0,0,0,0,0,0,0.479717,0,0), +(84597,30,-3706.877197,1869.893311,93.587502,0,0,0,0,0,0,0,0,0,0,0.895978,0,0); +UPDATE creature SET MovementType = 2, spawndist = 0, position_x = -3362.459, position_y = 1708.176, position_z = 132.83, orientation = 5.005 WHERE guid = 84490; +DELETE FROM creature_movement WHERE id = 84490; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(84490,1,-3342.156982,1671.627441,129.943649,0,0,0,0,0,0,0,0,0,0,5.538446,0,0), +(84490,2,-3324.736328,1654.288574,120.786301,0,0,0,0,0,0,0,0,0,0,5.913859,0,0), +(84490,3,-3262.072021,1625.126953,104.115616,0,0,0,0,0,0,0,0,0,0,5.785053,0,0), +(84490,4,-3201.143799,1588.498413,87.529175,0,0,0,0,0,0,0,0,0,0,5.518804,0,0), +(84490,5,-3156.435791,1563.462524,68.962105,0,0,0,0,0,0,0,0,0,0,5.756783,0,0), +(84490,6,-3109.656250,1530.263428,51.191109,0,0,0,0,0,0,0,0,0,0,5.674315,0,0), +(84490,7,-3094.711914,1515.090820,53.628048,0,0,0,0,0,0,0,0,0,0,5.325596,0,0), +(84490,8,-3079.099121,1510.417480,55.686764,0,0,0,0,0,0,0,0,0,0,4.723984,0,0), +(84490,9,-3072.979736,1480.648804,50.728527,0,0,0,0,0,0,0,0,0,0,4.614022,0,0), +(84490,10,-3077.086182,1431.521484,40.709660,0,0,0,0,0,0,0,0,0,0,4.487575,0,0), +(84490,11,-3092.359375,1397.288208,30.094070,0,0,0,0,0,0,0,0,0,0,3.591435,0,0), +(84490,12,-3152.199463,1410.376587,59.037113,0,0,0,0,0,0,0,0,0,0,2.211491,0,0), +(84490,13,-3174.706543,1452.191895,64.890503,0,0,0,0,0,0,0,0,0,0,1.886336,0,0), +(84490,14,-3184.409912,1493.908447,71.753479,0,0,0,0,0,0,0,0,0,0,1.291004,0,0), +(84490,15,-3172.292480,1532.884766,78.821472,0,0,0,0,0,0,0,0,0,0,1.575321,0,0), +(84490,16,-3171.236328,1549.149292,80.446640,0,0,0,0,0,0,0,0,0,0,1.896550,0,0), +(84490,17,-3183.668151495,1572.144287,80.130974,0,0,0,0,0,0,0,0,0,0,2.439260,0,0), +(84490,18,-3210.317627,1594.073608,85.446411,0,0,0,0,0,0,0,0,0,0,2.781693,0,0), +(84490,19,-3261.544922,1629.859863,96.933914,0,0,0,0,0,0,0,0,0,0,1.774811,0,0), +(84490,20,-3274.597412,1674.894897,94.915573,0,0,0,0,0,0,0,0,0,0,2.121957,0,0), +(84490,21,-3290.819092,1710.060669,101.770279,0,0,0,0,0,0,0,0,0,0,2.309668,0,0), +(84490,22,-3315.459717,1740.153931,107.109711,0,0,0,0,0,0,0,0,0,0,2.573561,0,0), +(84490,23,-3334.167969,1743.577637,132.191345,0,0,0,0,0,0,0,0,0,0,3.695110,0,0), +(84490,24,-3355.311279,1730.864258,136.542542,0,0,0,0,0,0,0,0,0,0,4.532345,0,0), +(84490,25,-3362.459717,1708.176025,132.831116,0,0,0,0,0,0,0,0,0,0,5.005152,0,0); +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 84630; +DELETE FROM creature_movement WHERE id = 84630; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(84630,1,-3074.928223,1188.864624,38.727676,0,0,0,0,0,0,0,0,0,0,5.814104,0,0), +(84630,2,-3035.105713,1165.305664,35.012142,0,0,0,0,0,0,0,0,0,0,5.286310,0,0), +(84630,3,-3019.730469,1151.130737,35.135128,0,0,0,0,0,0,0,0,0,0,4.827647,0,0), +(84630,4,-3016.605713,1123.099609,34.198219,0,0,0,0,0,0,0,0,0,0,4.498572,0,0), +(84630,5,-3027.222900,1079.760742,30.075525,0,0,0,0,0,0,0,0,0,0,4.184415,0,0), +(84630,6,-3045.877686,1054.689087,24.740713,0,0,0,0,0,0,0,0,0,0,3.501118,0,0), +(84630,7,-3067.380127,1055.212036,26.689623,0,0,0,0,0,0,0,0,0,0,2.651317,0,0), +(84630,8,-3079.451172,1063.555176,30.561924,0,0,0,0,0,0,0,0,0,0,2.241338,0,0), +(84630,9,-3086.671143,1077.830688,33.812710,0,0,0,0,0,0,0,0,0,0,1.719048,0,0), +(84630,10,-3088.037109,1090.907715,40.121784,0,0,0,0,0,0,0,0,0,0,1.279225,0,0), +(84630,11,-3082.301025,1104.322876,40.654446,0,0,0,0,0,0,0,0,0,0,0.987056,0,0), +(84630,12,-3064.729736,1124.938965,40.342823,0,0,0,0,0,0,0,0,0,0,1.026326,0,0), +(84630,13,-3057.821289,1140.250488,41.165596,0,0,0,0,0,0,0,0,0,0,1.538406,0,0), +(84630,14,-3055.511475,1153.653320,40.470516,0,0,0,0,0,0,0,0,0,0,1.990010,0,0), +(84630,15,-3083.907959,1211.609741,33.558655,0,0,0,0,0,0,0,0,0,0,2.545286,0,0), +(84630,16,-3104.265625,1231.584839,37.455032,0,0,0,0,0,0,0,0,0,0,3.070718,0,0), +(84630,17,-3137.428711,1230.343384,48.755661,0,0,0,0,0,0,0,0,0,0,2.834312,0,0), +(84630,18,-3158.721436,1239.769775,53.397682,0,0,0,0,0,0,0,0,0,0,2.331657,0,0), +(84630,19,-3171.762451,1255.581543,54.391323,0,0,0,0,0,0,0,0,0,0,1.954666,0,0), +(84630,20,-3175.608154,1271.741333,51.287609,0,0,0,0,0,0,0,0,0,0,1.533693,0,0), +(84630,21,-3173.245605,1283.960083,49.660275,0,0,0,0,0,0,0,0,0,0,1.024755,0,0), +(84630,22,-3168.400635,1292.349365,48.071590,0,0,0,0,0,0,0,0,0,0,0.500109,0,0), +(84630,23,-3157.363281,1297.827148,44.843872,0,0,0,0,0,0,0,0,0,0,0.085418,0,0), +(84630,24,-3142.567139,1296.686890,40.344707,0,0,0,0,0,0,0,0,0,0,5.897367,0,0), +(84630,25,-3124.683838,1284.346191,37.574924,0,0,0,0,0,0,0,0,0,0,5.437119,0,0), +(84630,26,-3110.239746,1268.306030,34.933510,0,0,0,0,0,0,0,0,0,0,5.225066,0,0), +(84630,27,-3097.649170,1231.279907,39.947163,0,0,0,0,0,0,0,0,0,0,5.419842,0,0); +-- Coilskar point +-- Coilskar Siren - update +UPDATE creature SET position_x = -2993.461426, position_y = 1601.787354, position_z = 58.337994, orientation = 4.515264 WHERE guid = 84756; +-- Coilskar Defender - updates +UPDATE creature_template SET InhabitType = 1 WHERE entry = 19762; +-- Coilskar Waterkeeper +UPDATE creature SET MovementType = 2,spawndist = 0 WHERE guid = 70812; +DELETE FROM creature_movement WHERE id = 70812; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(70812,1,-2898.153320,1686.593872,59.577206,0,0,0,0,0,0,0,0,0,0,1.630491,0,0), +(70812,2,-2895.214844,1671.085083,57.874622,0,0,0,0,0,0,0,0,0,0,4.431222,0,0), +(70812,3,-2898.215820,1664.947754,57.592976,0,0,0,0,0,0,0,0,0,0,3.800551,0,0), +(70812,4,-2905.862061,1659.551636,58.135105,0,0,0,0,0,0,0,0,0,0,3.575928,0,0), +(70812,5,-2929.096191,1649.143921,56.422482,0,0,0,0,0,0,0,0,0,0,3.769922,0,0), +(70812,6,-2916.629883,1654.797852,57.280041,0,0,0,0,0,0,0,0,0,0,0.363647,0,0), +(70812,7,-2905.561035,1660.645264,57.957443,0,0,0,0,0,0,0,0,0,0,0.503448,0,0), +(70812,8,-2897.399658,1667.853027,57.933395,0,0,0,0,0,0,0,0,0,0,1.079145,0,0); +-- Coilskar Cistern +-- Domesticated Felboar - updates +UPDATE creature_template SET InhabitType = 1 WHERE entry = 21195; +-- Coilskar Muckwatcher #1 +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 70809; +DELETE FROM creature_movement WHERE id = 70809; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(70809,1,-2852.866455,1255.128296,6.961742,0,0,0,0,0,0,0,0,0,0,4.962936,0,0), +(70809,2,-2840.698242,1245.456787,6.808123,0,0,0,0,0,0,0,0,0,0,5.648589,0,0), +(70809,3,-2853.377930,1253.613037,6.896011,0,0,0,0,0,0,0,0,0,0,1.968212,0,0), +(70809,4,-2853.498291,1265.237427,6.831838,0,0,0,0,0,0,0,0,0,0,1.202449,0,0), +(70809,5,-2844.452393,1277.688721,7.263540,0,0,0,0,0,0,0,0,0,0,1.277848,0,0), +(70809,6,-2844.499023,1286.847168,7.576293,0,0,0,0,0,0,0,0,0,0,2.012195,0,0), +(70809,7,-2851.521729,1296.286377,6.807400,0,0,0,0,0,0,0,0,0,0,2.706488,0,0), +(70809,8,-2879.308105,1305.236206,5.525154,0,0,0,0,0,0,0,0,0,0,2.593390,0,0), +(70809,9,-2895.635254,1310.304810,6.691669,0,0,0,0,0,0,0,0,0,0,2.852572,0,0), +(70809,10,-2911.896729,1316.411987,6.315593,0,0,0,0,0,0,0,0,0,0,2.746543,0,0), +(70809,11,-2880.525391,1304.876587,5.370248,0,0,0,0,0,0,0,0,0,0,5.931331,0,0), +(70809,12,-2876.302246,1303.851807,6.388385,0,0,0,0,0,0,0,0,0,0,6.005943,0,0), +(70809,13,-2853.456543,1297.450928,6.807506,0,0,0,0,0,0,0,0,0,0,5.577900,0,0), +(70809,14,-2845.330078,1287.647217,7.376515,0,0,0,0,0,0,0,0,0,0,4.960579,0,0), +(70809,15,-2842.592285,1279.801392,7.943965,0,0,0,0,0,0,0,0,0,0,4.457927,0,0), +(70809,16,-2844.919922,1273.738525,7.368398,0,0,0,0,0,0,0,0,0,0,3.979623,0,0), +(70809,17,-2849.865723,1268.152710,7.507886,0,0,0,0,0,0,0,0,0,0,4.135918,0,0), +(70809,18,-2852.459229,1259.204468,7.028551,0,0,0,0,0,0,0,0,0,0,4.524688,0,0); +-- Coilskar Muckwatcher #2 +UPDATE creature SET MovementType = 2,spawndist = 0 WHERE guid = 70808; +DELETE FROM creature_movement WHERE id = 70808; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(70808,1,-2809.513916,1358.351440,37.421818,0,0,0,0,0,0,0,0,0,0,4.777214,0,0), +(70808,2,-2807.756836,1345.417358,36.643299,0,0,0,0,0,0,0,0,0,0,5.127497,0,0), +(70808,3,-2801.977295,1334.782837,35.369717,0,0,0,0,0,0,0,0,0,0,5.542971,0,0), +(70808,4,-2790.252930,1326.803833,33.724636,0,0,0,0,0,0,0,0,0,0,5.998498,0,0), +(70808,5,-2781.893555,1324.964600,33.585182,0,0,0,0,0,0,0,0,0,0,0.263515,0,0), +(70808,6,-2775.221436,1327.681152,33.736526,0,0,0,0,0,0,0,0,0,0,0.787375,0,0), +(70808,7,-2770.930420,1335.768311,34.076717,0,0,0,0,0,0,0,0,0,0,1.353648,0,0), +(70808,8,-2768.316650,1352.887573,34.706768,0,0,0,0,0,0,0,0,0,0,1.638747,0,0), +(70808,9,-2769.591064,1365.682739,36.162888,0,0,0,0,0,0,0,0,0,0,1.881436,0,0), +(70808,10,-2776.399658,1375.486694,37.072037,0,0,0,0,0,0,0,0,0,0,2.507398,0,0), +(70808,11,-2786.434082,1380.662354,37.805660,0,0,0,0,0,0,0,0,0,0,3.070529,0,0), +(70808,12,-2797.033203,1379.113647,38.019535,0,0,0,0,0,0,0,0,0,0,3.598316,0,0), +(70808,13,-2804.693359,1370.212280,37.794846,0,0,0,0,0,0,0,0,0,0,4.290251,0,0); +-- Coilskar Sorceress - update + should talk to 19765 on hers wp +UPDATE creature_template SET EquipmentTemplateId = 127 WHERE entry = 19767; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1976701; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1976701,0,31,19765,10,0,0,0,-5000,0,0,0,0,0,0,0,''), -- let him check if creature is alive +(1976701,2,1,3,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1976701,4,1,1,0,19765,10,0x04,0,0,0,0,0,0,0,0,'force 19765 to: emote'); +-- Captured water Spirit - update +UPDATE creature SET position_x = -2708.877930, position_y = 1239.098022, position_z = 38.192089, orientation = 3.089233 WHERE guid = 86808; +UPDATE creature SET position_x = -2711.530029, position_y = 1230.921997, position_z = 37.322121, orientation = 2.548181 WHERE guid = 86806; +UPDATE creature SET position_x = -2713.188965, position_y = 1221.688965, position_z = 38.143211, orientation = 2.094395 WHERE guid = 86801; +UPDATE creature SET position_x = -2729.854004, position_y = 1215.225952, position_z = 48.214142, orientation = 1.570796 WHERE guid = 86800; +UPDATE creature SET position_x = -2721.247070, position_y = 1216.489990, position_z = 41.778198, orientation = 1.797689 WHERE guid = 86807; +UPDATE creature_template SET FactionAlliance = 7, FactionHorde = 7, UnitFlags = 33024, InhabitType = 5 WHERE entry = 21029; +DELETE FROM creature_template_addon WHERE entry = 21029; +INSERT INTO creature_template_addon (entry, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(21029,0,0,1,0,0,0,35929); +-- Earthmender Wilda Trigger - updates + script (all npcs added in new_guids) +UPDATE creature_template SET UnitFlags = 33555200, InhabitType = 4 WHERE entry = 21041; +DELETE FROM dbscripts_on_creature_movement WHERE id = 2104101; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2104101,0,31,21027,40,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(2104101,1,3,0,0,21027,40,0x08,0,0,0,0,-2616.361084,1372.072021,46.028641,3.857178,''), +(2104101,2,15,35928,0,21027,40,1,0,0,0,0,0,0,0,0,'watery prison - channel'); +-- Earthmender Wilda +UPDATE creature SET position_x = -2616.361084, position_y = 1372.072021, position_z = 46.028641, orientation = 3.857178, spawntimesecs = 300 WHERE guid = 86832; +UPDATE creature_template SET UnitFlags = 32768, NpcFlags = 2, InhabitType = 3 WHERE entry = 21027; -- q.flag is set by event +DELETE FROM creature_template_addon WHERE entry = 21027; +INSERT INTO creature_template_addon (entry, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(21027,0,0,1,0,0,0,35921); +-- Keeper of the Cistern +UPDATE creature_template SET FactionAlliance = 1826, FactionHorde = 1826 WHERE entry = 20795; +UPDATE creature SET position_x = -2593.757813, position_y = 1384.134766, position_z = 44.286011, orientation = 0.561506, spawntimesecs = 300 WHERE guid = 86872; +DELETE FROM dbscripts_on_creature_death WHERE id = 20795; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(20795,0,31,21027,25,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(20795,1,29,2,0x02,21027,25,0x04,0,0,0,0,0,0,0,0,''), +(20795,1,3,0,0,21027,25,0x04,0,0,0,0,-2638.89,1358.96,35.9607,0,''), +(20795,10,14,35921,0,21027,50,0x04,0,0,0,0,0,0,0,0,''), +(20795,14,0,0,0,21027,50,0x04,2000005766,0,0,0,0,0,0,0,''), +(20795,16,29,2,0x01,21027,50,0x04,0,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry = 2000005766; +INSERT INTO db_script_string (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 +(2000005766,'Thank you, kind soul. You have freed me from the watery prison of Coilskar but many more are being held prisoner nearby. Will you assist me in freeing them as well?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL); +-- Shadowmoon Peon - Shadowmoon Village +UPDATE creature_addon SET emote = 0 WHERE guid = 69058; +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 69058; +DELETE FROM creature_movement WHERE id = 69058; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(69058,1,-2961.774170,2580.015869,76.631531,0,0,0,0,0,0,0,0,0,0,2.768029,0,0), +(69058,2,-2969.927490,2582.729248,76.607407,0,0,0,0,0,0,0,0,0,0,3.031923,0,0), +(69058,3,-2979.893066,2582.202148,76.715851,0,0,0,0,0,0,0,0,0,0,3.549500,0,0), +(69058,4,-2986.861816,2578.180908,76.546669,0,0,0,0,0,0,0,0,0,0,4.036511,0,0), +(69058,5,-2994.655762,2565.473633,76.596931,0,0,0,0,0,0,0,0,0,0,4.621631,0,0), +(69058,6,-2995.001953,2561.250488,76.702522,0,0,0,0,0,0,0,0,0,0,5.065379,0,0), +(69058,7,-2989.698730,2553.022949,76.543983,0,0,0,0,0,0,0,0,0,0,5.509913,0,0), +(69058,8,-2975.715332,2541.499268,76.543983,0,0,0,0,0,0,0,0,0,0,5.963866,0,0), +(69058,9,-2966.205322,2538.266357,76.543983,0,0,0,0,0,0,0,0,0,0,6.130624,0,0), +(69058,10,-2958.140137,2537.125488,76.543983,0,0,0,0,0,0,0,0,0,0,1.228167,0,0), +(69058,11,-2957.458252,2540.130371,76.543983,60000,1935502,0,0,0,0,0,0,0,0,1.509652,0,0), +(69058,12,-2954.924072,2539.234863,76.543983,0,0,0,0,0,0,0,0,0,0,6.165494,0,0), +(69058,13,-2950.717285,2539.540283,76.543983,0,0,0,0,0,0,0,0,0,0,0.541258,0,0), +(69058,14,-2941.844482,2555.097168,76.536819,0,0,0,0,0,0,0,0,0,0,1.365926,0,0), +(69058,15,-2942.377686,2560.673584,76.453033,0,0,0,0,0,0,0,0,0,0,1.860727,0,0), +(69058,16,-2950.020020,2573.233887,76.505234,0,0,0,0,0,0,0,0,0,0,2.251856,0,0), +(69058,17,-2955.780273,2578.837891,76.809959,0,0,0,0,0,0,0,0,0,0,2.840119,0,0), +(69058,18,-2959.706299,2578.552734,76.627914,60000,1935502,0,0,0,0,0,0,0,0,3.770032,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1935502,1935503); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1935502,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1935502,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1935503,3,1,173,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1935503,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Enraged Fire Spirit - all in Shadowmoon Valley +-- Enraged Fire Spirit - updates +UPDATE creature_template SET InhabitType = 1 WHERE entry = 21061; +UPDATE creature SET position_x = -3682.017090, position_y = 1735.518799, position_z = 39.628796, orientation = 0.131099, spawndist = 5, MovementType = 1 WHERE guid = 74024; +UPDATE creature SET position_x = -3764.947998, position_y = 1646.007690, position_z = 39.719563, orientation = 2.949425 WHERE guid = 74023; +UPDATE creature SET position_x = -3817.987061, position_y = 1470.743042, position_z = 44.122883, orientation = 5.707718 WHERE guid = 74019; +UPDATE creature SET position_x = -3694.663574, position_y = 1647.987671, position_z = 39.881718, orientation = 1.053506 WHERE guid = 74032; +-- Enraged Fire Spirit #1 +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 74012; +DELETE FROM creature_movement WHERE id = 74012; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(74012,1,-3846.195068,1363.642212,40.851978,0,0,0,0,0,0,0,0,0,0,1.273996,0,0), +(74012,2,-3841.328125,1378.156372,39.785717,0,0,0,0,0,0,0,0,0,0,1.556739,0,0), +(74012,3,-3839.727051,1389.478027,39.423538,0,0,0,0,0,0,0,0,0,0,1.769581,0,0), +(74012,4,-3841.834717,1403.790405,39.791061,0,0,0,0,0,0,0,0,0,0,1.757015,0,0), +(74012,5,-3844.524414,1416.042236,40.086765,0,0,0,0,0,0,0,0,0,0,1.768795,0,0), +(74012,6,-3841.644775,1395.771484,39.422878,0,0,0,0,0,0,0,0,0,0,4.800430,0,0), +(74012,7,-3842.135254,1378.813965,39.827480,0,0,0,0,0,0,0,0,0,0,4.419513,0,0), +(74012,8,-3846.776855,1349.218994,40.616627,0,0,0,0,0,0,0,0,0,0,4.816137,0,0), +(74012,9,-3848.199463,1327.060669,39.424561,0,0,0,0,0,0,0,0,0,0,4.275786,0,0), +(74012,10,-3864.122314,1307.699463,39.640980,0,0,0,0,0,0,0,0,0,0,4.192537,0,0), +(74012,11,-3873.697998,1291.151733,39.888130,0,0,0,0,0,0,0,0,0,0,4.276571,0,0), +(74012,12,-3890.034424,1260.608154,39.967388,0,0,0,0,0,0,0,0,0,0,4.311911,0,0), +(74012,13,-3870.437012,1290.671387,39.437202,0,0,0,0,0,0,0,0,0,0,1.052508,0,0), +(74012,14,-3858.252686,1327.987671,41.851032,0,0,0,0,0,0,0,0,0,0,1.284201,0,0); +-- Enraged Fire Spirit #2 +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 74010; +DELETE FROM creature_movement WHERE id = 74010; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(74010,1,-3838.326172,1339.890869,39.679127,0,0,0,0,0,0,0,0,0,0,2.485078,0,0), +(74010,2,-3845.816162,1348.884033,40.481323,0,0,0,0,0,0,0,0,0,0,2.143429,0,0), +(74010,3,-3858.004883,1368.138916,40.105995,0,0,0,0,0,0,0,0,0,0,2.159137,0,0), +(74010,4,-3869.950439,1399.025024,39.393257,0,0,0,0,0,0,0,0,0,0,1.801781,0,0), +(74010,5,-3864.750732,1378.347778,40.433006,0,0,0,0,0,0,0,0,0,0,4.959087,0,0), +(74010,6,-3854.033691,1365.311523,40.322079,0,0,0,0,0,0,0,0,0,0,5.410688,0,0), +(74010,7,-3843.046631,1340.538818,39.898426,0,0,0,0,0,0,0,0,0,0,5.409903,0,0), +(74010,8,-3835.042969,1338.908813,39.922791,0,0,0,0,0,0,0,0,0,0,6.191370,0,0), +(74010,9,-3824.309814,1338.807861,40.255920,0,0,0,0,0,0,0,0,0,0,0.041700,0,0), +(74010,10,-3832.898682,1338.197266,40.190769,0,0,0,0,0,0,0,0,0,0,3.281500,0,0); +-- Enraged Fire Spirit #3 +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 74009; +DELETE FROM creature_movement WHERE id = 74009; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(74009,1,-4054.979004,1329.807739,40.801224,0,0,0,0,0,0,0,0,0,0,0.687020,0,0), +(74009,2,-3997.711182,1363.837646,39.641212,0,0,0,0,0,0,0,0,0,0,0.330736,0,0), +(74009,3,-3983.934570,1369.024780,39.637756,0,0,0,0,0,0,0,0,0,0,0.358226,0,0), +(74009,4,-4017.294189,1357.051880,39.385571,0,0,0,0,0,0,0,0,0,0,3.853249,0,0), +(74009,5,-4028.906250,1349.502686,38.773022,0,0,0,0,0,0,0,0,0,0,3.707332,0,0); +-- Enraged Fire Spirit #4 +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 74025; +DELETE FROM creature_movement WHERE id = 74025; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(74025,1,-3559.886230,1699.506836,39.850990,0,0,0,0,0,0,0,0,0,0,4.197893,0,0), +(74025,2,-3564.114258,1692.038818,39.721752,0,0,0,0,0,0,0,0,0,0,3.685816,0,0), +(74025,3,-3572.404297,1690.466309,39.712170,0,0,0,0,0,0,0,0,0,0,2.942044,0,0), +(74025,4,-3577.244141,1694.272339,39.849777,0,0,0,0,0,0,0,0,0,0,1.723106,0,0), +(74025,5,-3571.291748,1712.859497,39.663181,0,0,0,0,0,0,0,0,0,0,1.490628,0,0), +(74025,6,-3566.329346,1742.497681,39.574017,0,0,0,0,0,0,0,0,0,0,1.642210,0,0), +(74025,7,-3567.489258,1756.302734,39.214058,0,0,0,0,0,0,0,0,0,0,2.014488,0,0), +(74025,8,-3579.901611,1774.918151495,39.055790,0,0,0,0,0,0,0,0,0,0,1.888039,0,0), +(74025,9,-3581.278564,1785.543701,39.792999,0,0,0,0,0,0,0,0,0,0,1.124632,0,0), +(74025,10,-3577.571289,1790.180420,39.750645,0,0,0,0,0,0,0,0,0,0,0.605483,0,0), +(74025,11,-3570.380127,1791.656982,39.690193,0,0,0,0,0,0,0,0,0,0,0.076125,0,0), +(74025,12,-3558.971191,1791.784180,39.417141,0,0,0,0,0,0,0,0,0,0,5.860590,0,0), +(74025,13,-3576.411621,1790.503052,39.720089,0,0,0,0,0,0,0,0,0,0,4.204185,0,0), +(74025,14,-3581.364258,1781.916992,39.511158,0,0,0,0,0,0,0,0,0,0,4.819938,0,0), +(74025,15,-3579.156494,1769.406738,39.313389,0,0,0,0,0,0,0,0,0,0,5.178077,0,0), +(74025,16,-3567.903809,1748.264648,39.483555,0,0,0,0,0,0,0,0,0,0,4.885123,0,0), +(74025,17,-3559.448975,1704.930542,39.660011,0,0,0,0,0,0,0,0,0,0,4.936172,0,0); +-- Enraged Fire Spirit #5 +UPDATE creature SET position_x = -3604.046631, position_y = 1797.811768, position_z = 39.656643, orientation = 2.412686, MovementType = 2, spawndist = 0 WHERE guid = 74031; +DELETE FROM creature_movement WHERE id = 74031; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(74031,1,-3617.447266,1804.358521,39.764160,0,0,0,0,0,0,0,0,0,0,3.120324,0,0), +(74031,2,-3640.799805,1800.557129,39.625957,0,0,0,0,0,0,0,0,0,0,3.623765,0,0), +(74031,3,-3654.481445,1791.969360,39.621109,0,0,0,0,0,0,0,0,0,0,3.993687,0,0), +(74031,4,-3661.470215,1783.241943,39.642189,0,0,0,0,0,0,0,0,0,0,4.435863,0,0), +(74031,5,-3662.236328,1774.897949,39.622753,0,0,0,0,0,0,0,0,0,0,4.725671,0,0), +(74031,6,-3659.632080,1786.029175,39.624077,0,0,0,0,0,0,0,0,0,0,0.944764,0,0), +(74031,7,-3652.408936,1793.561035,39.620708,0,0,0,0,0,0,0,0,0,0,0.627464,0,0), +(74031,8,-3640.748291,1801.082642,39.620174,0,0,0,0,0,0,0,0,0,0,0.255970,0,0), +(74031,9,-3615.342285,1803.995483,39.752888,0,0,0,0,0,0,0,0,0,0,5.845651,0,0), +(74031,10,-3605.901123,1798.453369,39.718403,0,0,0,0,0,0,0,0,0,0,4.774671,0,0), +(74031,11,-3609.395508,1770.178711,39.777660,0,0,0,0,0,0,0,0,0,0,4.738232,0,0), +(74031,12,-3606.962646,1724.272461,39.604599,0,0,0,0,0,0,0,0,0,0,1.644137,0,0), +(74031,13,-3609.615723,1777.833374,39.785160,0,0,0,0,0,0,0,0,0,0,1.302489,0,0), +(74031,14,-3607.008301,1797.140625,39.798298,0,0,0,0,0,0,0,0,0,0,1.915099,0,0); +-- Enraged Fire Spirit #6 +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 74028; +DELETE FROM creature_movement WHERE id = 74028; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(74028,1,-3467.010986,1727.532104,80.341957,0,0,0,0,0,0,0,0,0,0,3.871508,0,0), +(74028,2,-3476.325684,1717.079102,72.664696,0,0,0,0,0,0,0,0,0,0,4.053719,0,0), +(74028,3,-3486.913574,1701.502319,66.438675,0,0,0,0,0,0,0,0,0,0,4.279125,0,0), +(74028,4,-3489.807129,1693.493286,63.737061,0,0,0,0,0,0,0,0,0,0,4.542233,0,0), +(74028,5,-3491.357666,1683.330200,59.958420,0,0,0,0,0,0,0,0,0,0,4.286978,0,0), +(74028,6,-3492.780273,1678.502930,57.278198,0,0,0,0,0,0,0,0,0,0,4.432278,0,0), +(74028,7,-3498.009521,1669.833862,49.509212,0,0,0,0,0,0,0,0,0,0,3.726209,0,0), +(74028,8,-3501.708252,1666.100830,46.463818,0,0,0,0,0,0,0,0,0,0,3.937482,0,0), +(74028,9,-3504.910645,1663.563232,45.975742,0,0,0,0,0,0,0,0,0,0,3.796110,0,0), +(74028,10,-3500.515625,1668.427368,47.560513,0,0,0,0,0,0,0,0,0,0,0.866575,0,0), +(74028,11,-3493.849854,1675.918213,55.527012,0,0,0,0,0,0,0,0,0,0,1.165812,0,0), +(74028,12,-3490.829102,1689.250977,62.355751,0,0,0,0,0,0,0,0,0,0,1.432847,0,0), +(74028,13,-3487.906738,1699.827637,65.774681,0,0,0,0,0,0,0,0,0,0,1.030723,0,0), +(74028,14,-3482.273193,1707.706177,69.129219,0,0,0,0,0,0,0,0,0,0,0.953754,0,0), +(74028,15,-3475.362549,1718.226563,73.349861,0,0,0,0,0,0,0,0,0,0,0.949827,0,0), +(74028,16,-3467.111816,1727.616821,80.312614,0,0,0,0,0,0,0,0,0,0,0.396907,0,0), +(74028,17,-3458.540527,1729.605835,83.453857,0,0,0,0,0,0,0,0,0,0,0.648234,0,0), +(74028,18,-3448.852051,1737.152466,91.521782,0,0,0,0,0,0,0,0,0,0,0.714993,0,0), +(74028,19,-3439.660156,1742.241333,96.386360,0,0,0,0,0,0,0,0,0,0,0.491155,0,0), +(74028,20,-3431.528076,1747.294434,99.761780,0,0,0,0,0,0,0,0,0,0,0.573622,0,0), +(74028,21,-3438.066406,1743.678101,97.230766,0,0,0,0,0,0,0,0,0,0,3.723068,0,0), +(74028,22,-3447.634766,1736.637695,91.812401,0,0,0,0,0,0,0,0,0,0,3.742703,0,0), +(74028,23,-3461.307617,1730.620728,82.665756,0,0,0,0,0,0,0,0,0,0,3.672016,0,0); +-- Enraged Fire Spirit #7 +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 74029; +DELETE FROM creature_movement WHERE id = 74029; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(74029,1,-3386.534668,1680.418823,99.950859,0,0,0,0,0,0,0,0,0,0,2.329757,0,0), +(74029,2,-3394.987305,1689.722900,99.826988,0,0,0,0,0,0,0,0,0,0,1.894646,0,0), +(74029,3,-3393.533203,1700.587646,101.722290,0,0,0,0,0,0,0,0,0,0,1.481527,0,0), +(74029,4,-3390.240967,1722.795532,100.836090,0,0,0,0,0,0,0,0,0,0,1.430476,0,0), +(74029,5,-3393.843750,1699.974243,101.758476,0,0,0,0,0,0,0,0,0,0,4.583844,0,0), +(74029,6,-3392.999512,1686.690674,99.501984,0,0,0,0,0,0,0,0,0,0,5.781574,0,0), +(74029,7,-3385.755127,1679.740601,99.771248,0,0,0,0,0,0,0,0,0,0,5.697533,0,0), +(74029,8,-3377.450439,1675.936279,98.378250,0,0,0,0,0,0,0,0,0,0,5.889953,0,0), +(74029,9,-3361.713867,1670.050415,94.663925,0,0,0,0,0,0,0,0,0,0,5.640195,0,0), +(74029,10,-3356.403320,1663.421875,90.909996,0,0,0,0,0,0,0,0,0,0,5.018948,0,0), +(74029,11,-3355.299316,1658.171631,87.426849,0,0,0,0,0,0,0,0,0,0,4.829906,0,0), +(74029,12,-3355.264648,1651.613525,82.771057,0,0,0,0,0,0,0,0,0,0,4.376731,0,0), +(74029,13,-3362.166748,1638.422241,74.643501,0,0,0,0,0,0,0,0,0,0,4.203946,0,0), +(74029,14,-3365.688477,1627.690430,68.810814,0,0,0,0,0,0,0,0,0,0,4.747435,0,0), +(74029,15,-3362.734375,1619.184448,61.100243,0,0,0,0,0,0,0,0,0,0,4.800838,0,0), +(74029,16,-3362.980225,1607.159790,51.606964,0,0,0,0,0,0,0,0,0,0,4.663400,0,0), +(74029,17,-3363.577637,1615.618286,57.098583,0,0,0,0,0,0,0,0,0,0,1.806119,0,0), +(74029,18,-3365.995850,1625.432251,66.795067,0,0,0,0,0,0,0,0,0,0,1.374150,0,0), +(74029,19,-3360.840332,1639.688965,75.360352,0,0,0,0,0,0,0,0,0,0,1.158165,0,0), +(74029,20,-3355.079102,1652.479248,83.419128,0,0,0,0,0,0,0,0,0,0,1.411195,0,0), +(74029,21,-3355.262939,1662.151001,90.080475,0,0,0,0,0,0,0,0,0,0,1.998674,0,0), +(74029,22,-3361.813721,1670.348022,94.783272,0,0,0,0,0,0,0,0,0,0,2.583795,0,0), +(74029,23,-3377.158691,1675.288208,98.324844,0,0,0,0,0,0,0,0,0,0,2.841412,0,0); +-- Enraged Earth Spirit - all in Shadowmoon Valley +-- Enraged Earth Spirit - updates +UPDATE creature_template SET InhabitType = 1 WHERE entry = 21050; +UPDATE creature SET position_x = -3462.146484, position_y = 1890.386475, position_z = 97.566963, orientation = 0.289832 WHERE guid = 73942; +-- Enraged Earth Spirit #1 +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 73931; +DELETE FROM creature_movement WHERE id = 73931; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(73931,1,-3794.498047,1526.695557,45.176956,0,0,0,0,0,0,0,0,0,0,5.035007,0,0), +(73931,2,-3792.602783,1509.832764,45.747349,0,0,0,0,0,0,0,0,0,0,4.389412,0,0), +(73931,3,-3798.208496,1502.605469,45.404530,0,0,0,0,0,0,0,0,0,0,3.830997,0,0), +(73931,4,-3817.259766,1496.327026,43.122253,0,0,0,0,0,0,0,0,0,0,3.304780,0,0), +(73931,5,-3841.421387,1496.972412,41.975342,0,0,0,0,0,0,0,0,0,0,2.740079,0,0), +(73931,6,-3850.301025,1500.382935,43.176193,0,0,0,0,0,0,0,0,0,0,2.174592,0,0), +(73931,7,-3852.324707,1512.101196,41.858387,0,0,0,0,0,0,0,0,0,0,1.484227,0,0), +(73931,8,-3848.501465,1524.372192,42.171787,0,0,0,0,0,0,0,0,0,0,1.455952,0,0), +(73931,9,-3845.266113,1537.631592,42.359135,0,0,0,0,0,0,0,0,0,0,0.728673,0,0), +(73931,10,-3827.659180,1546.432129,42.009449,0,0,0,0,0,0,0,0,0,0,6.025600,0,0), +(73931,11,-3822.120605,1541.400513,41.787140,0,0,0,0,0,0,0,0,0,0,5.379313,0,0), +(73931,12,-3818.873291,1532.519653,42.919800,0,0,0,0,0,0,0,0,0,0,5.965170,0,0), +(73931,13,-3798.249756,1529.823364,45.416763,0,0,0,0,0,0,0,0,0,0,5.463177,0,0); +-- Enraged Earth Spirit #2 +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 73937; +DELETE FROM creature_movement WHERE id = 73937; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(73937,1,-3634.544922,1741.793823,41.031586,0,0,0,0,0,0,0,0,0,0,5.441656,0,0), +(73937,2,-3624.219971,1732.875488,40.907177,0,0,0,0,0,0,0,0,0,0,5.121830,0,0), +(73937,3,-3617.871826,1714.129150,41.219341,0,0,0,0,0,0,0,0,0,0,0.200886,0,0), +(73937,4,-3603.287598,1712.727417,40.641975,0,0,0,0,0,0,0,0,0,0,0.297955,0,0), +(73937,5,-3593.356689,1717.871460,41.077122,0,0,0,0,0,0,0,0,0,0,0.892501,0,0), +(73937,6,-3587.038818,1736.520752,40.755508,0,0,0,0,0,0,0,0,0,0,1.161881,0,0), +(73937,7,-3595.257080,1716.999878,41.045315,0,0,0,0,0,0,0,0,0,0,3.874647,0,0), +(73937,8,-3604.956299,1714.014404,40.480831,0,0,0,0,0,0,0,0,0,0,3.247899,0,0), +(73937,9,-3616.226807,1714.981812,41.132874,0,0,0,0,0,0,0,0,0,0,2.453861,0,0), +(73937,10,-3622.335693,1721.973755,40.113445,0,0,0,0,0,0,0,0,0,0,2.017515,0,0), +(73937,11,-3625.314453,1733.013184,40.996578,0,0,0,0,0,0,0,0,0,0,2.032264,0,0), +(73937,12,-3629.303955,1736.014160,41.091080,0,0,0,0,0,0,0,0,0,0,2.291445,0,0), +(73937,13,-3635.101074,1746.716431,40.783840,0,0,0,0,0,0,0,0,0,0,1.454998,0,0); +-- Spawn of Uvuros - Shadowmoon Valley +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 74142; +DELETE FROM creature_movement WHERE id = 74142; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(74142,1,-3836.615967,1471.822754,42.491615,0,0,0,0,0,0,0,0,0,0,0.657228,0,0), +(74142,2,-3790.704834,1508.232178,45.722668,0,0,0,0,0,0,0,0,0,0,0.526559,0,0), +(74142,3,-3722.587158,1543.971680,46.979603,0,0,0,0,0,0,0,0,0,0,0.366338,0,0), +(74142,4,-3655.047363,1575.366455,47.831264,0,0,0,0,0,0,0,0,0,0,0.217113,0,0), +(74142,5,-3591.681885,1588.392456,47.257187,0,0,0,0,0,0,0,0,0,0,0.070243,0,0), +(74142,6,-3494.604736,1587.539063,46.016644,0,0,0,0,0,0,0,0,0,0,6.102097,0,0), +(74142,7,-3444.952393,1587.447144,46.376995,0,0,0,0,0,0,0,0,0,0,5.870036,0,0), +(74142,8,-3406.115479,1533.522583,49.494617,0,0,0,0,0,0,0,0,0,0,5.555443,0,0), +(74142,9,-3384.124756,1517.093994,51.845646,0,0,0,0,0,0,0,0,0,0,0.381238,0,0), +(74142,10,-3369.890869,1527.722290,50.266872,0,0,0,0,0,0,0,0,0,0,1.692849,0,0), +(74142,11,-3424.217041,1584.742676,46.729050,0,0,0,0,0,0,0,0,0,0,2.698162,0,0), +(74142,12,-3492.859619,1618.743042,43.864006,0,0,0,0,0,0,0,0,0,0,2.957348,0,0), +(74142,13,-3555.144287,1645.891235,41.967567,0,0,0,0,0,0,0,0,0,0,2.812050,0,0), +(74142,14,-3590.355957,1643.216064,42.256214,0,0,0,0,0,0,0,0,0,0,3.613157,0,0), +(74142,15,-3637.770020,1599.436768,46.530117,0,0,0,0,0,0,0,0,0,0,3.670267,0,0), +(74142,16,-3757.973389,1582.008667,43.218494,0,0,0,0,0,0,0,0,0,0,3.260838,0,0), +(74142,17,-3814.898193,1578.625610,39.404610,0,0,0,0,0,0,0,0,0,0,3.578923,0,0), +(74142,18,-3861.346191,1551.096802,39.934593,0,0,0,0,0,0,0,0,0,0,3.798838,0,0), +(74142,19,-3902.943115,1523.798218,42.188572,0,0,0,0,0,0,0,0,0,0,3.227068,0,0), +(74142,20,-3926.726563,1521.826294,39.677380,0,0,0,0,0,0,0,0,0,0,3.642544,0,0), +(74142,21,-3951.355469,1495.364136,41.658684,0,0,0,0,0,0,0,0,0,0,4.396522,0,0), +(74142,22,-3961.923584,1433.762329,39.641724,0,0,0,0,0,0,0,0,0,0,4.639206,0,0), +(74142,23,-3967.208740,1378.363159,42.167240,0,0,0,0,0,0,0,0,0,0,5.082951,0,0), +(74142,24,-3962.060303,1335.552490,40.948776,0,0,0,0,0,0,0,0,0,0,5.404960,0,0), +(74142,25,-3945.645752,1325.865234,39.607433,0,0,0,0,0,0,0,0,0,0,6.219103,0,0), +(74142,26,-3908.473145,1316.835205,40.037518,0,0,0,0,0,0,0,0,0,0,5.352029,0,0), +(74142,27,-3898.763428,1290.095947,39.670227,0,0,0,0,0,0,0,0,0,0,4.800683,0,0), +(74142,28,-3899.697998,1263.196289,40.556377,0,0,0,0,0,0,0,0,0,0,4.623972,0,0), +(74142,29,-3904.328369,1243.671997,41.759430,0,0,0,0,0,0,0,0,0,0,4.732358,0,0), +(74142,30,-3900.948486,1229.754150,43.092270,0,0,0,0,0,0,0,0,0,0,5.472199,0,0), +(74142,31,-3887.954102,1226.243774,44.205093,0,0,0,0,0,0,0,0,0,0,6.279587,0,0), +(74142,32,-3876.384277,1231.478516,44.407707,0,0,0,0,0,0,0,0,0,0,1.260108,0,0), +(74142,33,-3875.338623,1246.452271,43.624580,0,0,0,0,0,0,0,0,0,0,1.628625,0,0), +(74142,34,-3876.195068,1264.435425,39.631760,0,0,0,0,0,0,0,0,0,0,1.612917,0,0), +(74142,35,-3871.827393,1286.183960,39.417225,0,0,0,0,0,0,0,0,0,0,0.968891,0,0), +(74142,36,-3859.672119,1329.700073,42.168983,0,0,0,0,0,0,0,0,0,0,1.432276,0,0), +(74142,37,-3859.108643,1375.978271,40.757214,0,0,0,0,0,0,0,0,0,0,1.554013,0,0), +(74142,38,-3854.397217,1429.916260,41.105610,0,0,0,0,0,0,0,0,0,0,1.440130,0,0); +-- Felboar - updates +UPDATE creature_template SET InhabitType = 1 WHERE entry = 21878; +UPDATE creature SET position_x = -3543.934326, position_y = 2412.462158, position_z = 75.652390, orientation = 3.159382 WHERE guid = 86886; +UPDATE creature SET position_x = -3556.121338, position_y = 2390.312744, position_z = 79.543335, orientation = 1.816334 WHERE guid = 86889; +UPDATE creature SET position_x = -3538.031982, position_y = 2348.650879, position_z = 79.510910, orientation = 3.811249 WHERE guid = 86894; +UPDATE creature SET position_x = -3506.653564, position_y = 2392.436035, position_z = 71.904778, orientation = 6.159566 WHERE guid = 76597; +UPDATE creature SET position_x = -3315.004639, position_y = 2322.925537, position_z = 61.888039, orientation = 5.546986 WHERE guid = 86884; +-- Felfire Diemetradon - updates +UPDATE creature_template SET InhabitType = 1 WHERE entry = 21408; +-- Dreadwarden - Warden's Cage +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 70666; +DELETE FROM creature_movement WHERE id = 70666; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(70666,1,-3724.751221,1023.834473,67.822807,0,0,0,0,0,0,0,0,0,0,3.319563,0,0), +(70666,2,-3742.801025,1017.387939,70.967796,0,0,0,0,0,0,0,0,0,0,3.768025,0,0), +(70666,3,-3760.412598,1004.154602,74.549637,0,0,0,0,0,0,0,0,0,0,3.980083,0,0), +(70666,4,-3781.968506,973.388245,79.405861,0,0,0,0,0,0,0,0,0,0,3.928245,0,0), +(70666,5,-3750.698975,1010.474182,72.538391,0,0,0,0,0,0,0,0,0,0,0.528256,0,0), +(70666,6,-3725.746094,1023.661499,67.857620,0,0,0,0,0,0,0,0,0,0,0.759163,0,0), +(70666,7,-3704.059326,1048.485107,67.742035,0,0,0,0,0,0,0,0,0,0,0.955513,0,0), +(70666,8,-3710.420410,1036.489746,68.067818,0,0,0,0,0,0,0,0,0,0,3.933740,0,0); +-- Lady Sinestra - event +-- Dragonmaw Enforcer - update +UPDATE creature SET position_x = -5146.516113, position_y = 639.383606, position_z = 81.791901, orientation = 2.504820 WHERE guid = 52110; -- correct spawn point +UPDATE creature SET position_x = -5162.109863, position_y = 629.679016, position_z = 79.580055, orientation = 2.007457 WHERE guid = 52108; -- correct spawn point +-- Lady Sinestra - dragon form +UPDATE creature_template SET InhabitType = 5, MovementType = 2 WHERE entry = 23283; +DELETE FROM creature_template_addon WHERE entry = 23283; -- let her fly +INSERT INTO creature_template_addon (entry, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(23283,0,50331648,1,16,0,0,NULL); +DELETE FROM creature_movement_template WHERE entry = 23283; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(23283,1,-5157.33,639.52,85.1946,1000,2328301,0,0,0,0,0,0,0,0,2.21527,0,0), +(23283,2,-5169.544,650.3057,111.4463,0,0,0,0,0,0,0,0,0,0,0,0,0), +(23283,3,-5181.662,667.6545,111.4463,0,0,0,0,0,0,0,0,0,0,0,0,0), +(23283,4,-5195.687,680.8401,111.4463,0,0,0,0,0,0,0,0,0,0,0,0,0), +(23283,5,-5225.382,701.7169,111.4463,0,0,0,0,0,0,0,0,0,0,0,0,0), +(23283,6,-5258.488,726.2752,111.4463,0,0,0,0,0,0,0,0,0,0,0,0,0), +(23283,7,-5281.199,739.957,111.4463,0,0,0,0,0,0,0,0,0,0,0,0,0), +(23283,8,-5281.199,739.957,111.4463,1000,2328303,0,0,0,0,0,0,0,0,0,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2328301,2328302,2328303); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2328301,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'active'), +(2328301,0,23,21401,0,0,0,0x08,0,0,0,0,0,0,0,0,''), +(2328301,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(2328302,2,23,20577,0,0,0,0x08,0,0,0,0,0,0,0,0,''), +(2328302,2,10,23284,0,0,0,0,0,0,0,0,-5174.463,653.561,74.50871,5.61422,'summon Lady Sinestra - humanoid form'), +(2328302,3,15,5,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2328303,0,23,20577,0,0,0,0x08,0,0,0,0,0,0,0,0,''), +(2328303,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'), +(2328303,1,15,5,0,0,0,0,0,0,0,0,0,0,0,0,''); + -- Lady Sinestra - event (creature guid part) +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) VALUES +(140704,23283,530,1,1,0,0,-5238.41,776.695,181.833,5.21307,600,0,0,151760,0,0,2); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(140704,1,-5238.409,776.6948,181.833,0,2328301,0,0,0,0,0,0,0,0,5.21307,0,0), +(140704,2,-5238.002,775.7813,181.833,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140704,3,-5245.779,722.9154,173.0642,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140704,4,-5220.587,696.059,139.8698,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140704,5,-5198.417,674.9192,95.42538,0,0,0,0,0,0,0,0,0,0,0,0,0), +(140704,6,-5182.404,660.5963,79.78647,3000,2328302,0,0,0,0,0,0,0,0,0,0,0); +-- Lady Sinestra - humanoid form +UPDATE creature_template SET MovementType = 2 WHERE entry = 23284; -- now move him to template (unique npc) +DELETE FROM creature_movement_template WHERE entry = 23284; +INSERT INTO creature_movement_template (entry,point,position_x,position_y,position_z,waittime,script_id,textid1,textid2,textid3,textid4,textid5,emote,spell,wpguid,orientation,model1,model2) VALUES +(23284,1,-5174.463,653.561,74.50871,2000,2328401,0,0,0,0,0,0,0,0,5.61422,0,0), +(23284,2,-5165.44,646.0718,76.92961,15000,2328402,0,0,0,0,0,0,0,0,5.5983,0,0), +(23284,3,-5151.85,630.924,81.2474,0,0,0,0,0,0,0,0,0,0,5.33569,0,0), +(23284,4,-5124.81,602.463,84.488,0,0,0,0,0,0,0,0,0,0,4.89014,0,0), +(23284,5,-5122.96,595.403,84.8122,0,0,0,0,0,0,0,0,0,0,5.64961,0,0), +(23284,6,-5121.1,593.849,84.7659,0,0,0,0,0,0,0,0,0,0,6.16012,0,0), +(23284,7,-5100.86,592.517,85.869,0,0,0,0,0,0,0,0,0,0,5.62761,0,0), +(23284,8,-5090.69,585.07,86.909,76000,2328403,0,0,0,0,0,0,0,0,5.49253,0,0), +(23284,9,-5100,592.709,85.9701,0,0,0,0,0,0,0,0,0,0,2.45623,0,0), +(23284,10,-5114.07,606.045,85.083,0,0,0,0,0,0,0,0,0,0,2.74212,0,0), +(23284,11,-5128.75,606.723,84.0949,0,0,0,0,0,0,0,0,0,0,2.3557,0,0), +(23284,12,-5139.37,616.387,82.8233,0,0,0,0,0,0,0,0,0,0,2.23962,0,0), +(23284,13,-5147.5,627.142,82.0156,0,0,0,0,0,0,0,0,0,0,2.21527,0,0), +(23284,14,-5157.33,639.52,79.1886,1000,2328404,0,0,0,0,0,0,0,0,2.21527,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2328401,2328402,2328403,2328404); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2328401,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'active'), +(2328401,4,31,23146,70,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(2328401,1,3,0,700,23146,52110,7 | 0x10,0,0,0,0,-5152.22,637.5932,80.5629,2.504820,'force buddy to move'), +(2328401,1,3,0,700,23146,52108,7 | 0x10,0,0,0,0,-5161.051,630.9047,79.48904,2.007457,'force buddy to move'), +(2328401,2,3,0,700,23146,52110,7 | 0x10,0,0,0,0,-5155.424,635.3028,80.25078,2,'force buddy to move'), +(2328401,2,3,0,700,23146,52108,7 | 0x10,0,0,0,0,-5152.491,640.6303,80.31548,2,'force buddy to move'), +(2328401,4,3,0,700,23146,52110,7 | 0x10,0,0,0,0,0,0,0,2.504820,'force buddy to move'), +(2328401,4,3,0,700,23146,52108,7 | 0x10,0,0,0,0,0,0,0,2.007457,'force buddy to move'), +(2328402,0,31,23146,30,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(2328402,1,0,0,0,0,0,0,2000005698,0,0,0,0,0,0,0,''), +(2328402,3,1,396,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2328402,5,3,0,700,23146,52110,7 | 0x10,0,0,0,0,-5146.516113,639.383606,81.791901,2,'force buddy to move'), +(2328402,5,3,0,700,23146,52108,7 | 0x10,0,0,0,0,-5162.109863,629.679016,79.580055,2,'force buddy to move'), +(2328402,8,3,0,700,23146,52110,7 | 0x10,0,0,0,0,0,0,0,2.504820,'force buddy to move'), +(2328402,8,3,0,700,23146,52108,7 | 0x10,0,0,0,0,0,0,0,2.007457,'force buddy to move'), +(2328402,9,0,0,0,0,0,0,2000005699,0,0,0,0,0,0,0,''), +(2328402,13,0,0,0,0,0,0,2000005700,0,0,0,0,0,0,0,''), +(2328403,0,31,23139,10,0,0,0,-75000,0,0,0,0,0,0,0,''), -- let check if creature is alive +(2328403,1,29,3,2,23139,20,7,0,0,0,0,0,0,0,0,'23139 - npc_flag removed'), +(2328403,4,0,0,0,0,0,0,2000005701,0,0,0,0,0,0,0,''), +(2328403,8,0,0,0,0,0,0,2000005702,0,0,0,0,0,0,0,''), +(2328403,12,0,0,0,23139,20,7,2000005703,0,0,0,0,0,0,0,'force buddy to: say text'), +(2328403,16,1,1,0,23139,20,7,0,0,0,0,0,0,0,0,'force buddy to: emote'), +(2328403,20,0,0,0,0,0,0,2000005704,0,0,0,0,0,0,0,''), +(2328403,28,0,0,0,23139,20,7,2000005705,0,0,0,0,0,0,0,'force buddy to: say text'), +(2328403,30,1,6,0,23139,20,7,0,0,0,0,0,0,0,0,'force buddy to: emote'), +(2328403,34,0,0,0,0,0,0,2000005706,0,0,0,0,0,0,0,''), +(2328403,37,0,0,0,0,0,0,2000005707,0,0,0,0,0,0,0,''), +(2328403,39,1,274,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2328403,43,0,0,0,0,0,0,2000005708,0,0,0,0,0,0,0,''), +(2328403,46,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2328403,51,0,0,0,23139,20,7,2000005709,0,0,0,0,0,0,0,'force buddy to: say text'), +(2328403,54,0,0,0,23139,20,7,2000005710,0,0,0,0,0,0,0,'force buddy to: say text'), +(2328403,58,1,2,0,23139,20,7,0,0,0,0,0,0,0,0,'force buddy to: emote'), +(2328403,62,0,0,0,0,0,0,2000005711,0,0,0,0,0,0,0,''), +(2328403,65,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2328403,69,0,0,0,0,0,0,2000005712,0,0,0,0,0,0,0,''), +(2328403,71,29,3,1,23139,20,7,0,0,0,0,0,0,0,0,'23139 - npc_flag added'), +(2328403,74,1,2,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2328404,0,10,23283,0,0,0,0,0,0,0,0,-5157.33,639.52,85.1946,2.21527,'summon Lady Sinestra - dragon form'), +(2328404,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'), +(2328404,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005698 AND 2000005712; +INSERT INTO db_script_string (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 +(2000005698,'Step aside lest I add you as another adornment to my armor. Your leader and I have matters to attend...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,397,NULL), +(2000005699,'%s smiles.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005700,'I thought you would see it my way...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,153,NULL), +(2000005701,'Overlord Mor\'ghor, I presume... A pleasure to finally make your acquaintance.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL), +(2000005702,'I am Lady Sinestra.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005703,'I will not drag this out any further than it needs, Lady Sinestra. You have bent my ear, now tell me what it is that you want from Dragonmaw.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005704,'You have no doubt heard about Nefarian\'s failures on Azeroth... While he has fallen, the experiments continue. My master... He continues the work that his progeny began.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005705,'The... The master? He lives?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL), +(2000005706,'%s nods.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,273,NULL), +(2000005707,'You were once a chief lieutenant, Mor\'ghor. Your work in Grim Batol is not easily forgotten.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005708,'Now... We need the eggs that you recover. The Netherwing eggs. They are, after all, a product of the master. We will pay whatever price that you ask.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005709,'%s stammers.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000005710,'Ye... Yes, yes... Of course. We need only the crystals and ore from this place. There is... We will need mounts.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005711,'The master will be most pleased with this news. The Black Dragonflight will provide you all that you ask. You will be allowed to ride upon the backs of our drakes as needed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005712,'I thank you for your graciousness, Mor\'ghor. I must now take my leave.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL); +-- Nethermine Flayer +UPDATE creature SET position_x = -5133.281250, position_y = 143.919907, position_z = -12.059948, orientation = 3.1602, spawndist = 5, movementType = 1 WHERE guid = 48229; +UPDATE creature SET position_x = -5080.07, position_y = 331.384, position_z = 5.33698, orientation = 5.38985, spawndist = 5, movementType = 1 WHERE guid = 48234; +UPDATE creature SET position_x = -5054.73, position_y = 289.862, position_z = -8.25169, orientation = 0.673524, spawndist = 5, movementType = 1 WHERE guid = 48230; +UPDATE creature SET position_x = -5066.69, position_y = 281.725, position_z = -9.63928, orientation = 3.95257, spawndist = 5, movementType = 1 WHERE guid = 48233; +UPDATE creature SET position_x = -5038.34, position_y = 318.713, position_z = -3.53934, orientation = 4.12143, spawndist = 5, movementType = 1 WHERE guid = 48232; +UPDATE creature SET position_x = -5037.87, position_y = 351.615, position_z = 2.6555, orientation = 4.67906, spawndist = 5, movementType = 1 WHERE guid = 48231; +UPDATE creature SET position_x = -5064.150391, position_y = 155.636948, position_z = -11.828770, orientation = 5.346395, spawndist = 5, movementType = 1 WHERE guid = 48237; +UPDATE creature SET position_x = -5117.404297, position_y = 128.745499, position_z = -13.194, orientation = 1.5811, spawndist = 5, movementType = 1 WHERE guid = 48243; +UPDATE creature SET spawndist = 5, MovementType = 1 WHERE guid = 48242; +-- Murkblood Overseer +UPDATE creature SET position_x = -4979.738770, position_y = 161.614395, position_z = -15.508134, orientation = 2.670354 WHERE guid = 43919; +-- Nethermine Ravager +UPDATE creature SET position_x = -5106.44, position_y = 155.733, position_z = -10.613, orientation = 1.01959, spawndist = 5, movementType = 1 WHERE guid = 48253; +UPDATE creature SET position_x = -5093.55, position_y = 179.92, position_z = -8.47583, orientation = 2.5786, spawndist = 5, movementType = 1 WHERE guid = 48246; +UPDATE creature SET position_x = -5136.94, position_y = 147.682, position_z = -11.7786, orientation = 3.12053, spawndist = 5, movementType = 1 WHERE guid = 48245; +-- Mine Car +DELETE FROM creature_template_addon WHERE entry = 23289; +INSERT INTO creature_template_addon (entry, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(23289,0,0,0,0,0,0,40684); +-- Crazed Murkblood Miner - correct spawn point and movement +UPDATE creature SET spawndist = 10, MovementType = 1, spawntimesecs = 300, position_x = -5248.768555, position_y = 221.875381, position_z = -13.072626, orientation = 2.955024 WHERE guid = 52019; +UPDATE creature SET spawndist = 10, MovementType = 1, spawntimesecs = 300, position_x = -5247.79, position_y = 211.694, position_z = -13.8962, orientation = 2.23737 WHERE guid = 52023; +UPDATE creature SET spawndist = 10, MovementType = 1, spawntimesecs = 300, position_x = -5222.98, position_y = 205.444, position_z = -12.7066, orientation = 5.3122 WHERE guid = 52022; +UPDATE creature SET spawndist = 10, MovementType = 1, spawntimesecs = 300, position_x = -5190.77, position_y = 155.717, position_z = -12.1798, orientation = 5.60202 WHERE guid = 48257; +UPDATE creature SET spawndist = 10, MovementType = 1, spawntimesecs = 300, position_x = -5174.98, position_y = 135.391, position_z = -12.2516, orientation = 1.54151 WHERE guid = 52024; +UPDATE creature_template SET EquipmentTemplateId = 53 WHERE entry = 23324; +-- Murkblood Miner +UPDATE creature_template SET EquipmentTemplateId = 53 WHERE entry = 23287; +-- Tornaku - correct spawn point +UPDATE creature SET position_x = -5133.719, position_y = 227.1979, position_z = -26.26821, orientation = 2.059489 WHERE guid = 40740; +UPDATE creature_template SET InhabitType = 5 WHERE entry = 23164; +-- Ronag the Slave Driver - update +DELETE FROM creature_template_addon WHERE entry = 23166; +INSERT INTO creature_template_addon (entry, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(23166,0,8,0,0,0,0,NULL); +-- spell.40214 schould be active in Netherwing Mines and in Skyway. +DELETE FROM spell_area WHERE spell = 40214 AND area = 3965; +INSERT INTO spell_area (spell, area, quest_start, quest_start_active, quest_end, condition_id, aura_spell, racemask, gender, autocast) VALUES +(40214,3965,11013,1,0,0,0,0,2,1); -- 3965 Netherwing Mines +DELETE FROM spell_area WHERE spell = 40214 AND area = 3967; +INSERT INTO spell_area (spell, area, quest_start, quest_start_active, quest_end, condition_id, aura_spell, racemask, gender, autocast) VALUES +(40214,3967,11013,1,0,0,0,0,2,1); -- 3967 Dragonmaw Skyway +-- Dragonmaw Foreman - 1 +UPDATE creature SET position_x = -5134.009766, position_y = 702.179016, position_z = 41.687000, orientation = 1.773743 WHERE guid = 40727; +-- Cleric of Karabor +-- correct auras ( should be visible only with (Spectrecles) +DELETE FROM creature_template_addon WHERE entry = 21815; +INSERT INTO creature_template_addon (entry, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES +(21815,0,0,0,0,0,0,'37497 37509'); +DELETE FROM creature_addon WHERE guid BETWEEN 76347 AND 76376; -- invidual aruras are not needed +UPDATE creature SET Spawndist = 5, MovementType = 1 WHERE id = 21815; -- the all do random movement +UPDATE creature SET position_x = -3804.760, position_y = 685.848, position_z = 5.1086 WHERE guid = 76363; +UPDATE creature SET position_x = -3759.218, position_y = 683.203, position_z = 7.2961 WHERE guid = 76364; +UPDATE creature SET position_x = -3836.664, position_y = 667.391, position_z = 2.8676 WHERE guid = 76368; +UPDATE creature SET position_x = -3762.867, position_y = 666.487, position_z = 6.6777 WHERE guid = 76373; +-- INFERNAL INVADERS - Shadowmoon Valley - FINALL UPDATE +-- Invis Infernal Caster +UPDATE creature_template SET MovementType = 0 WHERE entry = 21417; +UPDATE creature SET MovementType = 0, spawndist = 0 WHERE id = 21417; -- for all of them +-- Infernal Attacker +UPDATE creature_template SET factionAlliance = 90, factionHorde = 90, MovementType = 1, unitFlags = 0x2020100 WHERE entry = 21419; -- correct from sniff (checked his spawn -- lot of sniffs shows while he is in combat) +DELETE FROM dbscripts_on_creature_death WHERE id = 21419; -- creature must come back to his default model before spawn. +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(21419,2,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), +(21419,10,23,20577,0,0,0,0x08,0,0,0,0,0,0,0,0,'temp model removed!'); +-- spell -- must be casted!! +DELETE FROM dbscripts_on_spell WHERE id = 37277; +INSERT INTO dbscripts_on_spell (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(37277,0,31,21419,30,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(37277,1,22,90,0x01 | 0x10 | 0x40 | 0x80,21419,30,0,0,0,0,0,0,0,0,0,'temp faction'), +(37277,2,23,17312,0,21419,30,0x08,0,0,0,0,0,0,0,0,'temp model'), +(37277,2,20,1,5,21419,30,2,0,0,0,0,0,0,0,0,'movement chenged to 1:random'); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 2141901 AND 2141904; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +-- event Horde ver. +(2141901,1,31,21417,30,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(2141901,3,15,37277,0,21417,30,3 | 0x08,0,0,0,0,0,0,0,0,'cast 37277 b->s'), +(2141902,4,31,21417,30,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(2141902,6,15,37277,0,21417,30,3 | 0x08,0,0,0,0,0,0,0,0,'cast 37277 b->s'), +-- event Aliance ver. +(2141903,1,31,21417,30,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(2141903,3,15,37277,0,21417,30,3 | 0x08,0,0,0,0,0,0,0,0,'cast 37277 b->s'), +(2141904,4,31,21417,30,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(2141904,6,15,37277,0,21417,30,3 | 0x08,0,0,0,0,0,0,0,0,'cast 37277 b->s'); +-- Defenders +UPDATE creature SET MovementType = 1, spawndist = 1 WHERE id = 21749; -- for all of them +UPDATE creature SET MovementType = 1, spawndist = 1 WHERE id = 21736; -- for all of them + +-- Legion Hold - infernal launch - update +-- WARLOCKs - part +UPDATE creature_movement SET waittime = 35000 WHERE id = 74601 AND point = 4; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2130201, 2130202, 2130203); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2130201,0,10,21316,53000,0,0,0,0,0,0,0,-3441.13,2974.6,171.87,6.24828,'summon infernal'), +(2130201,1,21,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2130202,0,31,21316,20,0,0,0,0,0,0,0,0,0,0,0,''), -- let him check if creature is alive +(2130202,1,15,36632,0,21316,5,1,0,0,0,0,0,0,0,0,''), +(2130202,5,14,16245,0,21316,5,0,0,0,0,0,0,0,0,0,''), +(2130202,6,20,2,0,21316,5,7,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), +(2130203,11,31,21316,20,0,0,0,0,0,0,0,0,0,0,0,''), -- let him check if creature is alive +(2130203,12,15,33346,0,21316,10,1 | 0x08,0,0,0,0,0,0,0,0,''), +(2130203,20,15,36656,0,21316,10,1 | 0x08,0,0,0,0,0,0,0,0,''), +(2130203,25,31,21348,20,0,0,0,0,0,0,0,0,0,0,0,''), -- let him check if creature is alive +(2130203,26,3,0,2300,21348,20,7,0,0,0,0,-3329.58,2934.13,300,0,''); +-- Deathforged Infernal - part +UPDATE creature SET spawntimesecs = 45 WHERE id = 21316; -- for all of them +UPDATE creature_movement_template SET waittime = 40000 WHERE entry = 21316 AND point = 2; +DELETE FROM dbscripts_on_creature_movement WHERE id = 2131601; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2131601,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'Deathforged Infernal active'), +(2131601,3,31,20683,20,0,0,0,0,0,0,0,0,0,0,0,''), -- let him check if creature is alive +(2131601,6,22,114,0x01 | 0x08,0,0,0,0,0,0,0,0,0,0,0,'temp faction'), +(2131601,8,15,33346,0,20683,10,0x08,0,0,0,0,0,0,0,0,'force buddy to cast 33346'), +(2131601,17,15,36656,0,20683,10,0x08,0,0,0,0,0,0,0,0,'force buddy to cast 36656'), +(2131601,19,10,21348,10000,0,0,0,0,0,0,0,-3411.01,2979.66,170.004,0,'summon invis'), +(2131601,20,15,36658,0,21348,7 | 0x08,0,0,0,0,0,0,0,0,0,'cast 36658 target-self'), +(2131601,21,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'); + +-- --------------- +-- New Buddy system +-- --------------- +DELETE FROM dbscripts_on_creature_movement WHERE id = 2361601; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2361601,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'); +DELETE FROM dbscripts_on_quest_end WHERE id = 10349; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(10349,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'19294 - npc_flag removed'), +(10349,1,0,0,0,0,0,0,2000000182,0,0,0,0,0,0,0,''), +(10349,2,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'19294 - movement chenged to 2:waypoint'), +(10349,20,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'19294 - npc_flag added'); +-- Gruk +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1485001,1485002,1485003); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1485001,3,0,0,0,0,0,0,2000005314,0,0,0,0,0,0,0,''), +(1485001,8,0,0,0,14859,5,4,2000005315,0,0,0,0,0,0,0,''), +(1485001,12,0,0,0,0,0,0,2000005316,0,0,0,0,0,0,0,''), +(1485002,3,0,0,0,0,0,0,2000005317,0,0,0,0,0,0,0,''), +(1485002,7,0,0,0,14859,5,4,2000005318,0,0,0,0,0,0,0,''), +(1485002,12,0,0,0,0,0,0,2000005319,0,0,0,0,0,0,0,''), +(1485003,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), +(1485003,235,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'); +-- Peon +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1490101,1490102,1490103); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1490101,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(1490102,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), +(1490103,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'); +-- Darrowshire Spirit +DELETE FROM dbscripts_on_gossip WHERE id = 3141; +INSERT INTO dbscripts_on_gossip (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3141,0,8,11064,1,0,0,0,0,0,0,0,0,0,0,0,''), +(3141,2,29,1,2,0,0,0,0,0,0,0,0,0,0,0,''); +-- Battle-Mage Dathric +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1954301,1954302); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1954301,0,22,35,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for quest'), +(1954302,0,22,1810,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for his guid'); +-- Conjurer Luminrath +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1954401,1954402); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1954401,0,22,35,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for quest'), +(1954402,0,22,1811,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for his guid'); +-- Cohlien Frostweaver +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1954501,1954502); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1954501,0,22,35,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for quest'), +(1954502,0,22,1809,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for his guid'); +-- Abjurist Belmara +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1954601,1954602); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1954601,0,22,35,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for quest'), +(1954602,0,22,1808,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for his guid'); +-- William and Donna +DELETE FROM dbscripts_on_creature_movement WHERE id IN (253301,253302,253303,253304,253305,253306); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(253301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(253301,1,0,0,0,0,0,0,2000005059,0,0,0,0,0,0,0,''), +(253301,2,31,2532,15,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(253301,3,0,0,0,2532,15,4,2000005063,0,0,0,0,0,0,0,''), +(253302,1,0,0,0,0,0,0,2000005057,0,0,0,0,0,0,0,''), +(253302,2,31,2532,15,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(253302,3,0,0,0,2532,15,4,2000005062,0,0,0,0,0,0,0,''), +(253303,1,0,0,0,0,0,0,2000005058,0,0,0,0,0,0,0,''), +(253303,2,31,2532,15,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(253303,3,0,0,0,2532,15,4,2000005062,0,0,0,0,0,0,0,''), +(253304,1,0,0,0,0,0,0,2000005059,0,0,0,0,0,0,0,''), +(253304,2,31,2532,15,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(253304,3,0,0,0,2532,15,4,2000005063,0,0,0,0,0,0,0,''), +(253305,1,0,0,0,0,0,0,2000005060,0,0,0,0,0,0,0,''), +(253305,2,31,2532,15,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(253305,3,0,0,0,2532,15,4,2000005062,0,0,0,0,0,0,0,''), +(253306,1,0,0,0,0,0,0,2000005061,0,0,0,0,0,0,0,''), +(253306,2,31,2532,15,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(253306,3,0,0,0,2532,15,4,2000005062,0,0,0,0,0,0,0,''); +-- Defias Thug +DELETE FROM dbscripts_on_creature_movement WHERE id IN (3801,3802,3803); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3801,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Defias Thug - RUN ON'), +(3802,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defias Thug - RUN OFF'), +(3803,0,20,1,5,0,0,0,0,0,0,0,0,0,0,0,'Defias Thug - movement chenged to 1:random'), +(3803,20,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'Defias Thug - movement chenged to 2:waypoint'); +-- Mordant Grimsby - Event +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2384301,2384302,2384303); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2384301,0,29,2,2,0,0,0,0,0,0,0,0,0,0,0,'23843 - npc_flag removed for event'), +(2384302,3,1,381,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2384302,4,9,90623,45,0,0,0,0,0,0,0,-2954.89,-3883.94,32.9969,2.60053,''), +(2384302,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2384302,8,0,0,0,0,0,0,2000005328,0,0,0,0,0,0,0,''), +(2384302,14,0,0,0,0,0,0,2000005329,0,0,0,0,0,0,0,''), +(2384302,19,0,0,0,0,0,0,2000005330,0,0,0,0,0,0,0,''), +(2384302,25,1,6,0,4792,10,0,0,0,0,0,0,0,0,0,''), +(2384302,25,0,0,0,4792,10,4,2000005331,0,0,0,0,0,0,0,''), +(2384302,30,0,0,0,0,0,0,2000005332,0,0,0,0,0,0,0,''), +(2384302,36,0,0,0,4792,10,4,2000005333,0,0,0,0,0,0,0,''), +(2384302,36,1,1,0,4792,10,0,0,0,0,0,0,0,0,0,''), +(2384302,41,0,0,0,0,0,0,2000005334,0,0,0,0,0,0,0,''), +(2384302,41,1,5,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2384302,49,1,381,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2384302,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2384303,0,29,2,1,0,0,0,0,0,0,0,0,0,0,0,'23843 - npc_flag added after event'); +UPDATE db_script_string SET emote = 1 WHERE entry = 2000005328; +UPDATE db_script_string SET emote = 25 WHERE entry = 2000005329; +UPDATE db_script_string SET emote = 1 WHERE entry = 2000005332; +UPDATE db_script_string SET emote = 5 WHERE entry = 2000005334; +-- Wretched Ghoul +DELETE FROM dbscripts_on_creature_movement WHERE id IN (150201,150202); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(150201,1,26,1,0,1736,20,0,0,0,0,0,0,0,0,0,'W.Ghuol - Attack on Guards'), +(150201,0,22,21,1,0,0,0,0,0,0,0,0,0,0,0,'W.Ghuol - Faction change'), +(150202,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), +(150202,45,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'); +-- Deserter Agitator +DELETE FROM dbscripts_on_gossip WHERE id = 8762; +INSERT INTO dbscripts_on_gossip (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(8762,0,0,0,0,0,0,0,2000000314,2000000315,2000000316,0,0,0,0,0,'Say'), +(8762,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,'start attack'), +(8762,0,29,1,2,0,0,0,0,0,0,0,0,0,0,0,'change NPC_flag'), +(8762,0,22,1883,1,0,0,0,0,0,0,0,0,0,0,0,'change faction'); +-- Theramore Guard +DELETE FROM dbscripts_on_gossip WHERE id = 8851; +INSERT INTO dbscripts_on_gossip (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(8851,0,8,4979,0,0,0,0,0,0,0,0,0,0,0,0,''), +(8851,0,29,1,2,0,0,0,0,0,0,0,0,0,0,0,'change NPC_flag'), +(8851,0,0,0,0,0,0,0,2000005517,0,0,0,0,0,0,0,'Say text'), +(8851,0,15,42734,0,0,0,6,0,0,0,0,0,0,0,0,''), +(8851,1,0,2,0,0,0,0,2000005518,0,0,0,0,0,0,0,'Say emote'), +(8851,3,0,0,0,0,0,0,2000005511,2000005512,2000005519,2000005514,0,0,0,0,'Say text'), +(8851,5,0,0,0,0,0,0,2000005515,2000005516,2000005513,2000005520,0,0,0,0,'Say text'), +(8851,120,29,1,0,0,0,0,0,0,0,0,0,0,0,0,'change NPC_flag'); +-- Distracting Jarven(q.308) +DELETE FROM dbscripts_on_quest_end WHERE id = 308; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(308,0,0,0,0,0,0,0,2000000077,0,0,0,0,0,0,0,''), +(308,0,29,2,2,0,0,0,0,0,0,0,0,0,0,0,'1373 - npc_flag removed'), +(308,1,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'1373 - movement chenged to 2:waypoint'), +(308,12,9,35875,55,0,0,0,0,0,0,0,-5607.24,-547.934,392.985,0.471239,''), +(308,23,0,0,0,0,0,0,2000000056,0,0,0,0,0,0,0,''); +-- Collection of Goods(q.7642) +DELETE FROM dbscripts_on_quest_end WHERE id = 7642; +INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(7642,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'1416 - npc_flag removed'), +(7642,2,0,0,0,0,0,0,2000000063,0,0,0,0,0,0,0,''), +(7642,4,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'1416 - movement chenged to 2:waypoint'), +(7642,105,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'1416 - npc_flag added'); +-- Teron Gorefiend, I am...(q.10639) -H (q.10645) -A -- UPDATES +DELETE FROM dbscripts_on_quest_start WHERE id = 10639; +INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(10639,0,0,0,0,0,0,0,2000000031,0,0,0,0,0,0,0,''), +(10639,3,23,21867,0,0,0,0,0,0,0,0,0,0,0,0,''), +(10639,5,10,21877,300000,0,0,0,0,0,0,0,-4536.58,1028.76,8.8266,3.72963,'summon - Karsius the Ancient Watcher'), +(10639,8,0,0,0,21872,40,0,2000005473,0,0,0,0,0,0,0,''), +(10639,9,22,90,0x01,21877,50,7,0,0,0,0,0,0,0,0,'temp faction'); +DELETE FROM db_script_string WHERE entry = 2000005473; +INSERT INTO db_script_string (entry, content_default, type) VALUES +(2000005473,'Waste no time, fool! Use our power to kill those what stand in our way! Destroy Krasius before you are subdued!', 4); +-- Karsius the Ancient Watcher +DELETE FROM creature_linking_template WHERE entry = 21876; -- link between Karsius the Ancient Watcher and Chain of Shadows +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(21876,530,21877,8208,100); -- 16 + 8192 +DELETE FROM dbscripts_on_creature_death WHERE id = 21877; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(21877,1,14,37748,0,0,0,0x02,0,0,0,0,0,0,0,0,''); +-- Ancient Shadowmoon Spirit +DELETE FROM dbscripts_on_creature_death WHERE id = 21797; +INSERT INTO dbscripts_on_creature_death (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(21797,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(21797,3,18,0,0,21877,50,7,0,0,0,0,0,0,0,0,'Karsius the Ancient Watcher despawn'), +(21797,3,14,37748,0,0,0,0x02,0,0,0,0,0,0,0,0,''); +-- Teron Gorefiend - update +UPDATE creature_template SET MovementType = 2, equipmentTemplateid = 321, SpeedRun = 1.5 WHERE entry = 21867; +UPDATE creature_template_addon SET mount = 10720 WHERE entry = 21867; -- need his mount +DELETE FROM creature_movement_template WHERE entry = 21867; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(21867,1,-4542.21,1023.72,9.66909,17000,2186701,0,0,0,0,0,0,0,0,0.864165,0,0), +(21867,2,-4527.459473,1015.657593,10.890298,0,0,0,0,0,0,0,0,0,0,5.282815,0,0), +(21867,3,-4520.572266,1000.627075,12.485450,0,0,0,0,0,0,0,0,0,0,4.782524,0,0), +(21867,4,-4521.288086,982.703003,11.543771,0,0,0,0,0,0,0,0,0,0,4.804492,0,0), +(21867,5,-4519.058594,964.810120,12.235850,0,0,0,0,0,0,0,0,0,0,4.878321,0,0), +(21867,6,-4512.545410,944.781250,4.226434,0,0,0,0,0,0,0,0,0,0,4.973356,0,0), +(21867,7,-4505.491211,931.839050,-0.856650,0,0,0,0,0,0,0,0,0,0,5.517634,0,0), +(21867,8,-4493.015625,922.165771,5.736859,0,0,0,0,0,0,0,0,0,0,5.511348,0,0), +(21867,9,-4463.642090,907.782104,7.652451,0,0,0,0,0,0,0,0,0,0,5.856919,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2186701; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2186701,0,23,21797,0,21797,100,7,0,0,0,0,0,0,0,0,''), +(2186701,1,18,0,0,21797,100,7,0,0,0,0,0,0,0,0,''), +(2186701,7,0,0,0,0,0,0,2000005471,0,0,0,0,0,0,0,''), +(2186701,8,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2186701,10,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(2186701,12,0,0,0,0,0,0,2000005472,0,0,0,0,0,0,0,''), +(2186701,13,1,22,0,0,0,0,0,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry IN (2000005471,2000005472); +INSERT INTO db_script_string (entry, content_default, type) VALUES +(2000005471,'We will meet again... Someday.', 0), +(2000005472,'Death incarnate has been released upon the world once more! Teron Gorefiend has returned...', 6); +-- Lord Illidan Stormrage(q.11108) -H -A +DELETE FROM dbscripts_on_quest_start WHERE id = 11108; +INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(11108,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'active'), +(11108,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'23139 - npc_flag removed'), +(11108,1,0,0,0,0,0,0,2000000034,0,0,0,0,0,0,0,''), +(11108,5,3,0,0,0,0,0,0,0,0,0,-5108.58,598.509,85.4239,2.47553,''), +(11108,18,0,1,0,0,0,0,2000000035,0,0,0,0,0,0,0,''), +(11108,25,0,0,0,0,0,0,2000000036,0,0,0,0,0,0,0,''), +(11108,28,10,23467,76000,0,0,0,0,0,0,0,-5113.25,606.427,85.0531,5.2527,'spawn Lord Illidan'), +(11108,32,0,1,0,0,0,0,2000000037,0,0,0,0,0,0,0,''), +(11108,37,28,8,0,0,0,0,0,0,0,0,0,0,0,0,''), +(11108,40,0,0,0,0,0,0,2000000038,0,0,0,0,0,0,0,''), +(11108,44,1,5,0,0,0,0,0,0,0,0,0,0,0,0,''), +(11108,48,0,0,0,23467,20,4,2000005348,0,0,0,0,0,0,0,'force 23467 to: say text'), +(11108,52,0,0,0,0,0,0,2000000039,0,0,0,0,0,0,0,''), +(11108,55,0,0,0,23467,20,4,2000005349,0,0,0,0,0,0,0,'force 23467 to: say text'), +(11108,60,0,0,0,23467,20,4,2000005350,0,0,0,0,0,0,0,'force 23467 to: say text'), +(11108,65,0,0,0,23467,20,4,2000005351,0,0,0,0,0,0,0,'force 23467 to: say text'), +(11108,70,0,0,0,23467,20,4,2000005352,0,0,0,0,0,0,0,'force 23467 to: say text'), +(11108,71,15,41528,0,0,0,0,0,0,0,0,0,0,0,0,''), +(11108,72,6,530,0,0,0,0,0,0,0,0,-5122.05,603.562,84.678,0.0421238,''), +(11108,73,14,42016,0,0,0,0x02,0,0,0,0,0,0,0,0,''), +(11108,80,0,0,0,23467,20,4,2000005353,0,0,0,0,0,0,0,'force 23467 to: say text'), +(11108,90,0,0,0,23467,20,4,2000005354,0,0,0,0,0,0,0,'force 23467 to: say text'), +(11108,101,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(11108,103,0,0,0,0,0,0,2000000040,0,0,0,0,0,0,0,''), +(11108,103,1,254,0,23467,15,0,0,0,0,0,0,0,0,0,'force 23467 to: emote'), +(11108,109,0,0,0,0,0,0,2000000041,0,0,0,0,0,0,0,''), +(11108,119,7,11108,0,0,0,0,0,0,0,0,0,0,0,0,''), +(11108,125,0,0,0,23141,30,0x00,2000005355,0,0,0,0,0,0,0,'force 23141 to: say text'), +(11108,126,14,41528,0,0,0,0x02,0,0,0,0,0,0,0,0,''), +(11108,126,14,41519,0,0,0,0x02,0,0,0,0,0,0,0,0,''), +(11108,128,15,6273,0,0,0,0,0,0,0,0,0,0,0,0,''), +(11108,129,3,0,0,0,0,0,0,0,0,0,-5085,578.657,86.6483,2,''), +(11108,129,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'23139 - npc_flag added'), +(11108,129,15,41540,0,0,0,0,0,0,0,0,0,0,0,0,''), +(11108,150,3,0,0,0,0,0,0,0,0,0,0,0,0,2.36871,''), +(11108,151,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'); +UPDATE db_script_string SET emote = 1 WHERE entry IN (2000000034,2000000036,2000000038,2000005348,2000005349,2000005350,2000005351,2000005352,2000005353,2000005354); +UPDATE db_script_string SET emote = 6 WHERE entry IN (2000000039); +UPDATE db_script_string SET emote = 22 WHERE entry IN (2000000035); +UPDATE db_script_string SET emote = 25 WHERE entry IN (2000000041); +UPDATE db_script_string SET emote = 66 WHERE entry IN (2000000037); +-- Gul'dan +DELETE FROM dbscripts_on_creature_movement WHERE id = 1700803 AND delay IN (26,27); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1700803,26,14,35996,0,0,0,0x04,0,0,0,0,0,0,0,0,''), -- must stop prev. spell +(1700803,27,31,21052,30,0,0,0,0,0,0,0,0,0,0,0,''); -- check if creature is alive +-- Consortium Nether Runner +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1966701 AND 1966703; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1966701,0,15,34427,0,0,0,4,0,0,0,0,0,0,0,0,'spawn effect'), +(1966702,0,31,18265,50,0,0,0,-13000,0,0,0,0,0,0,0,''), -- let him check if creature is alive +(1966702,1,0,0,0,0,0,0,2000005362,2000005363,0,0,0,0,0,0,''), +(1966702,2,3,0,0,18265,15,0x04,0,0,0,0,-2087.02,8562.94,22.0969,0.66592,'force buddy to move'), +(1966702,7,0,0,0,18265,15,0x04,2000005364,2000005365,0,0,0,0,0,0,''), +(1966702,10,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(1966702,12,0,0,0,0,0,0,2000005366,0,0,0,0,0,0,0,''), +(1966702,12,3,0,0,18265,50,0x04,0,0,0,0,0,0,0,2.51327,'force buddy to move'), +(1966703,1,15,34427,0,0,0,4,0,0,0,0,0,0,0,0,'despawn effect'), +(1966703,3,18,0,0,0,0,4,0,0,0,0,0,0,0,0,'despawn self'); +-- Deathguard Phillip +UPDATE creature_movement_template SET waittime = 2000, script_id = 173901 WHERE entry = 1739 AND point = 7; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (173901,173902); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(173901,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Phillip - RUN ON'), +(173902,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Phillip - RUN OFF'); +-- Deathguard Oliver +DELETE FROM dbscripts_on_creature_movement WHERE id = 173701; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(173701,0,20,1,5,0,0,0,0,0,0,0,0,0,0,0,'Oliver movement changed to 1:random'), +(173701,35,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'Oliver movement changed to 2:waypoint'); +-- Tormented Spirit +DELETE FROM dbscripts_on_creature_movement WHERE id = 153301; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(153301,0,20,1,5,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), +(153301,175,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement changed to 2:waypoint'); + +-- --------------- +-- Creature_movement(template) prepared for unnused colums drop +-- --------------- +-- creature_movement_template: 100% completed +-- Jarven Thunderbrew +DELETE FROM creature_movement_template WHERE entry = 1373; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(1373,1,-5601.64,-541.38,392.42,0,0,0,0,0,0,0,0,0,0,0.5,0,0), +(1373,2,-5597.94,-542.04,392.42,0,0,0,0,0,0,0,0,0,0,5.5,0,0), +(1373,3,-5597.95,-548.43,395.48,0,0,0,0,0,0,0,0,0,0,4.7,0,0), +(1373,4,-5605.31,-549.33,399.09,0,0,0,0,0,0,0,0,0,0,3.1,0,0), +(1373,5,-5607.55,-546.63,399.09,0,0,0,0,0,0,0,0,0,0,1.5,0,0), +(1373,6,-5597.52,-538.75,399.09,0,0,0,0,0,0,0,0,0,0,1.5,0,0), +(1373,7,-5597.62,-530.24,399.65,0,0,0,0,0,0,0,0,0,0,3,0,0), +(1373,8,-5603.67,-529.91,399.65,20000,0,0,0,0,0,0,0,0,0,4.2,0,0), +(1373,9,-5603.67,-529.91,399.65,0,0,0,0,0,0,0,0,0,0,4.2,0,0), +(1373,10,-5597.62,-530.24,399.65,0,0,0,0,0,0,0,0,0,0,3,0,0), +(1373,11,-5597.52,-538.75,399.09,0,0,0,0,0,0,0,0,0,0,1.5,0,0), +(1373,12,-5607.55,-546.63,399.09,0,0,0,0,0,0,0,0,0,0,1.5,0,0), +(1373,13,-5605.31,-549.33,399.09,0,0,0,0,0,0,0,0,0,0,3.1,0,0), +(1373,14,-5597.95,-548.43,395.48,0,0,0,0,0,0,0,0,0,0,4.7,0,0), +(1373,15,-5597.94,-542.04,392.42,0,0,0,0,0,0,0,0,0,0,5.5,0,0), +(1373,16,-5601.64,-541.38,392.42,1000,137301,0,0,0,0,0,0,0,0,0,0,0), +(1373,17,-5605.96,-544.451,392.43,0,0,0,0,0,0,0,0,0,0,0.5,0,0), +(1373,18,-5605.96,-544.451,392.43,2000,137302,0,0,0,0,0,0,0,0,0.977384,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (137301,137302); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(137301,0,0,0,0,0,0,0,2000000078,0,0,0,0,0,0,0,''), +(137302,0,0,0,0,0,0,0,2000000079,0,0,0,0,0,0,0,''), +(137302,1,29,2,1,0,0,0,0,0,0,0,0,0,0,0,'1373 - npc_flag added'), +(137302,2,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'1373 - movement chenged to 0:idle'); +-- Grimand Elmore +DELETE FROM creature_movement_template WHERE entry = 1416; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(1416,1,-8393.09,687.41,95.27,0,0,0,0,0,0,0,0,0,0,3.72,0,0), +(1416,2,-8400.51,681.85,95.96,0,0,0,0,0,0,0,0,0,0,5,0,0), +(1416,3,-8388.72,646.85,94.82,0,0,0,0,0,0,0,0,0,0,3.92,0,0), +(1416,4,-8422.25,618.12,95.46,10000,141601,0,0,0,0,0,0,0,0,3.2,0,0), +(1416,5,-8421.99,617.93,95.45,9000,141602,0,0,0,0,0,0,0,0,5.34,0,0), +(1416,6,-8388.72,646.85,94.82,0,0,0,0,0,0,0,0,0,0,1.98295,0,0), +(1416,7,-8400.51,681.85,95.96,0,0,0,0,0,0,0,0,0,0,0.798564,0,0), +(1416,8,-8393.09,687.41,95.27,0,0,0,0,0,0,0,0,0,0,6.03867,0,0), +(1416,9,-8387,685.202,95.356,0,0,0,0,0,0,0,0,0,0,2.47925,0,0), +(1416,10,-8387,685.202,95.356,2000,141603,0,0,0,0,0,0,0,0,2.47925,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (141601,141602,141603); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(141601,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(141601,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(141602,3,1,233,0,0,0,0,0,0,0,0,0,0,0,0,''), +(141602,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(141602,9,0,0,0,0,0,0,2000000064,0,0,0,0,0,0,0,''), +(141603,2,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'1416 - movement chenged to 0:idle'); +-- Nurse Lillian +DELETE FROM creature_movement_template WHERE entry = 5042; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(5042,1,-8759.62,812.343,97.635,0,0,0,0,0,0,0,0,0,0,3.86606,0,0), +(5042,2,-8761.61,810.579,97.635,0,0,0,0,0,0,0,0,0,0,2.0785,0,0), +(5042,3,-8762.09,811.25,97.635,15000,141601,0,0,0,0,0,0,0,0,2.08714,0,0), +(5042,4,-8765.12,809.343,97.635,0,0,0,0,0,0,0,0,0,0,2.33218,0,0), +(5042,5,-8768.82,813.976,97.635,0,0,0,0,0,0,0,0,0,0,0.817934,0,0), +(5042,6,-8765.6,816.682,97.635,0,0,0,0,0,0,0,0,0,0,5.0206,0,0), +(5042,7,-8765.49,816.11,97.635,15000,0,0,0,0,0,0,0,0,0,4.90279,0,0), +(5042,8,-8766.14,815.698,97.635,0,0,0,0,0,0,0,0,0,0,3.76789,0,0), +(5042,9,-8762.85,818.44,97.635,0,0,0,0,0,0,0,0,0,0,6.00235,0,0), +(5042,10,-8757.2,817.107,97.635,0,0,0,0,0,0,0,0,0,0,5.2413,0,0), +(5042,11,-8755.51,815.287,97.635,0,0,0,0,0,0,0,0,0,0,5.48793,0,0), +(5042,12,-8755.65,815.128,97.635,15000,0,0,0,0,0,0,0,0,0,4.32318,0,0), +(5042,13,-8755.62,815.616,97.635,0,0,0,0,0,0,0,0,0,0,2.83609,0,0), +(5042,14,-8766.1,820.151,97.635,0,0,0,0,0,0,0,0,0,0,3.84219,0,0), +(5042,15,-8766.37,820.027,97.635,15000,141601,0,0,0,0,0,0,0,0,3.58301,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 504201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(141601,5,0,0,0,0,0,0,2000005085,2000005086,2000005087,0,0,0,0,0,''); +-- Bartleby -- not req. no more. +DELETE FROM creature_movement_template WHERE entry = 6090; +UPDATE creature_template SET MovementType = 0 WHERE entry = 6090; +-- Erk +DELETE FROM creature_movement_template WHERE entry = 14857; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(14857,1,-29.4619,-2615.94,97.1569,2000,1485701,0,0,0,0,0,0,0,0,2.81206,0,0), +(14857,2,-25.8713,-2613.07,97.2377,10000,1485702,0,0,0,0,0,0,0,0,0.434565,0,0), +(14857,3,-19.1492,-2619.64,97.2062,0,0,0,0,0,0,0,0,0,0,5.9402,0,0), +(14857,4,-11.7613,-2621.95,95.72,0,0,0,0,0,0,0,0,0,0,0.001017,0,0), +(14857,5,-9.08595,-2621.67,94.9584,0,0,0,0,0,0,0,0,0,0,0.104689,0,0), +(14857,6,-3.63306,-2621.64,92.1312,0,0,0,0,0,0,0,0,0,0,0.006514,0,0), +(14857,7,3.79072,-2621.66,89.8122,35000,1485703,0,0,0,0,0,0,0,0,0.018295,0,0), +(14857,8,-0.125211,-2621.11,91.288,0,0,0,0,0,0,0,0,0,0,4.4955,0,0), +(14857,9,-4.09707,-2636.68,91.9798,0,0,0,0,0,0,0,0,0,0,3.88053,0,0), +(14857,10,-9.7202,-2640.14,95.6607,0,0,0,0,0,0,0,0,0,0,3.69832,0,0), +(14857,11,-21.9055,-2647.23,95.8334,0,0,0,0,0,0,0,0,0,0,2.72835,0,0), +(14857,12,-29.9285,-2641.6,96.0804,0,0,0,0,0,0,0,0,0,0,2.42597,0,0), +(14857,13,-33.6012,-2638.69,96.4458,0,0,0,0,0,0,0,0,0,0,2.25083,0,0), +(14857,14,-33.7544,-2634.78,96.275,0,0,0,0,0,0,0,0,0,0,1.4403,0,0), +(14857,15,-31.7804,-2631.54,95.9905,0,0,0,0,0,0,0,0,0,0,0.610917,0,0), +(14857,16,-30.3169,-2631.18,95.9409,0,0,0,0,0,0,0,0,0,0,0.021083,0,0), +(14857,17,-29.1425,-2632.01,95.9483,11000,1485704,0,0,0,0,0,0,0,0,5.85468,0,0), +(14857,18,-32.0825,-2632.89,96.0727,0,0,0,0,0,0,0,0,0,0,3.654,0,0), +(14857,19,-32.9846,-2638.7,96.3846,0,0,0,0,0,0,0,0,0,0,4.78104,0,0), +(14857,20,-31.5213,-2644.06,96.1429,0,0,0,0,0,0,0,0,0,0,5.35438,0,0), +(14857,21,-24.4697,-2646.37,95.8326,0,0,0,0,0,0,0,0,0,0,6.02855,0,0), +(14857,22,-18.6414,-2646.82,95.8326,0,0,0,0,0,0,0,0,0,0,0.601453,0,0), +(14857,23,-9.77005,-2641.35,95.5894,0,0,0,0,0,0,0,0,0,0,0.554329,0,0), +(14857,24,-8.47826,-2640.57,95.2277,0,0,0,0,0,0,0,0,0,0,0.522913,0,0), +(14857,25,-3.89023,-2637.86,92.0007,0,0,0,0,0,0,0,0,0,0,0.467935,0,0), +(14857,26,4.77875,-2632.61,89.838,20000,1485705,0,0,0,0,0,0,0,0,0.48757,0,0), +(14857,27,4.56817,-2635.55,90.4474,0,0,0,0,0,0,0,0,0,0,5.1604,0,0), +(14857,28,10.7483,-2640.52,90.3865,0,0,0,0,0,0,0,0,0,0,5.61985,0,0), +(14857,29,34.7806,-2655.09,91.9127,0,0,0,0,0,0,0,0,0,0,5.74159,0,0), +(14857,30,53.317,-2671.72,91.6669,0,0,0,0,0,0,0,0,0,0,5.2193,0,0), +(14857,31,63.5888,-2689.05,92.9446,0,0,0,0,0,0,0,0,0,0,4.81483,0,0), +(14857,32,60.2265,-2698.29,92.0961,0,0,0,0,0,0,0,0,0,0,4.02158,0,0), +(14857,33,55.9701,-2699.55,91.9007,0,0,0,0,0,0,0,0,0,0,2.39266,0,0), +(14857,34,55.0459,-2698.41,91.9447,20000,1485706,0,0,0,0,0,0,0,0,2.02666,0,0), +(14857,35,45.8985,-2702.47,91.7002,0,0,0,0,0,0,0,0,0,0,3.10109,0,0), +(14857,36,31.0409,-2703.29,91.6676,0,0,0,0,0,0,0,0,0,0,2.65891,0,0), +(14857,37,23.5055,-2699.47,91.7346,0,0,0,0,0,0,0,0,0,0,2.2937,0,0), +(14857,38,10.4826,-2681.7,91.7507,0,0,0,0,0,0,0,0,0,0,2.18767,0,0), +(14857,49,-0.678281,-2668.66,91.9212,0,0,0,0,0,0,0,0,0,0,2.2937,0,0), +(14857,40,-8.81453,-2659.54,95.5593,0,0,0,0,0,0,0,0,0,0,2.31726,0,0), +(14857,41,-14.4874,-2643.52,95.8315,0,0,0,0,0,0,0,0,0,0,1.86173,0,0), +(14857,42,-17.0888,-2620.45,96.3303,0,0,0,0,0,0,0,0,0,0,2.72331,0,0), +(14857,43,-19.1079,-2619.6,97.1972,0,0,0,0,0,0,0,0,0,0,2.74138,0,0), +(14857,44,-29.4619,-2615.94,97.1569,0,0,0,0,0,0,0,0,0,0,2.81206,0,0), +(14857,45,-29.4619,-2615.94,97.1569,240000,1485707,0,0,0,0,0,0,0,0,2.81206,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1485701,1485702,1485703,1485704,1485705,1485706,1485707); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1485701,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(1485702,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), +(1485702,5,0,0,0,0,0,0,2000005307,0,0,0,0,0,0,0,''), +(1485703,3,0,0,0,0,0,0,2000005308,0,0,0,0,0,0,0,''), +(1485703,31,0,0,0,0,0,0,2000005309,0,0,0,0,0,0,0,''), +(1485704,10,0,0,0,0,0,0,2000005310,0,0,0,0,0,0,0,''), +(1485705,15,0,0,0,0,0,0,2000005311,0,0,0,0,0,0,0,''), +(1485705,18,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(1485706,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), +(1485706,3,0,0,0,0,0,0,2000005312,0,0,0,0,0,0,0,''), +(1485706,8,0,0,0,14893,5,4,2000005313,0,0,0,0,0,0,0,''), +(1485706,9,1,21,0,14893,5,0,0,0,0,0,0,0,0,0,''), +(1485706,14,1,7,0,3501,5,0,0,0,0,0,0,0,0,0,''), +(1485706,14,1,7,0,14893,5,0,0,0,0,0,0,0,0,0,''), +(1485706,21,0,0,0,0,0,0,2000005010,0,0,0,0,0,0,0,''), +(1485707,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), +(1485707,235,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'); +-- Okla +DELETE FROM creature_movement_template WHERE entry = 14873; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(14873,1,270.076,-3036.6,97.6192,0,0,0,0,0,0,0,0,0,0,3.69769,0,0), +(14873,2,262.171,-3043.45,96.5053,21000,1487301,0,0,0,0,0,0,0,0,4.01577,0,0), +(14873,3,251.328,-3055.55,96.1454,0,0,0,0,0,0,0,0,0,0,4.326,0,0), +(14873,4,246.888,-3070.92,95.2793,0,0,0,0,0,0,0,0,0,0,4.4713,0,0), +(14873,5,242.449,-3081.3,91.82,0,0,0,0,0,0,0,0,0,0,4.18071,0,0), +(14873,6,232.826,-3106.67,93.3165,0,0,0,0,0,0,0,0,0,0,4.37706,0,0), +(14873,7,226.41,-3120.76,93.3475,0,0,0,0,0,0,0,0,0,0,4.37392,0,0), +(14873,8,213.921,-3151.01,91.2851,5000,1487302,0,0,0,0,0,0,0,0,1.33448,0,0), +(14873,9,221.681,-3147.9,91.374,5000,0,0,0,0,0,0,0,0,0,0.340951,0,0), +(14873,10,214.549,-3134.64,91.9876,0,0,0,0,0,0,0,0,0,0,2.04134,0,0), +(14873,11,210.931,-3139.95,91.6514,0,0,0,0,0,0,0,0,0,0,1.95494,0,0), +(14873,12,214.059,-3139.64,91.7,0,0,0,0,0,0,0,0,0,0,0.097475,0,0), +(14873,13,213.426,-3131.78,92.1297,10000,1487305,0,0,0,0,0,0,0,0,1.66434,0,0), +(14873,14,220.194,-3140.72,91.7517,0,0,0,0,0,0,0,0,0,0,5.37928,0,0), +(14873,15,225.395,-3139.1,92.0847,0,0,0,0,0,0,0,0,0,0,0.325237,0,0), +(14873,16,220.857,-3140.83,91.7662,0,0,0,0,0,0,0,0,0,0,3.5061,0,0), +(14873,17,218.769,-3132.79,92.4983,5000,0,0,0,0,0,0,0,0,0,1.78215,0,0), +(14873,18,226.814,-3137.56,92.169,10000,1487306,0,0,0,0,0,0,0,0,5.7327,0,0), +(14873,19,225.496,-3132.89,92.7818,0,0,0,0,0,0,0,0,0,0,1.84498,0,0), +(14873,20,213.603,-3148.39,91.4489,0,0,0,0,0,0,0,0,0,0,4.02839,0,0), +(14873,21,219.055,-3151.2,91.2139,5000,0,0,0,0,0,0,0,0,0,5.82302,0,0), +(14873,22,220.469,-3141.93,91.6344,0,0,0,0,0,0,0,0,0,0,1.40909,0,0), +(14873,23,214.852,-3148.32,91.4558,0,0,0,0,0,0,0,0,0,0,3.67889,0,0), +(14873,24,218.373,-3144.99,91.5714,10000,1487307,0,0,0,0,0,0,0,0,2.13165,0,0), +(14873,25,224.091,-3149.02,91.2304,0,0,0,0,0,0,0,0,0,0,5.66987,0,0), +(14873,26,224.591,-3145.02,91.4801,5000,0,0,0,0,0,0,0,0,0,1.33054,0,0), +(14873,27,219.022,-3147.38,91.4735,0,0,0,0,0,0,0,0,0,0,3.58071,0,0), +(14873,28,220.167,-3139.75,91.8958,4000,0,0,0,0,0,0,0,0,0,1.40516,0,0), +(14873,29,225.033,-3133.14,92.8028,10000,1487308,0,0,0,0,0,0,0,0,0.6551,0,0), +(14873,30,222.021,-3128.32,93.0422,0,0,0,0,0,0,0,0,0,0,2.13558,0,0), +(14873,31,228.338,-3126.35,92.9595,2000,0,0,0,0,0,0,0,0,0,0.337014,0,0), +(14873,32,229.495,-3129.22,92.6818,3000,0,0,0,0,0,0,0,0,0,5.09653,0,0), +(14873,33,232.12,-3128.11,92.5988,0,0,0,0,0,0,0,0,0,0,0.399846,0,0), +(14873,34,227.003,-3137.58,92.1461,3000,0,0,0,0,0,0,0,0,0,4.25615,0,0), +(14873,35,220.002,-3132.38,92.659,10000,1487309,0,0,0,0,0,0,0,0,1.85283,0,0), +(14873,36,225.874,-3102.36,93.6962,0,0,0,0,0,0,0,0,0,0,1.38159,0,0), +(14873,37,233.086,-3085.54,91.6788,0,0,0,0,0,0,0,0,0,0,1.15775,0,0), +(14873,38,235.152,-3069.81,91.8706,0,0,0,0,0,0,0,0,0,0,1.33447,0,0), +(14873,39,239.821,-3061.03,95.4022,0,0,0,0,0,0,0,0,0,0,1.05173,0,0), +(14873,40,256.123,-3047.91,96.2473,3000,1487303,0,0,0,0,0,0,0,0,0.652743,0,0), +(14873,41,267.05,-3039.04,96.9212,0,0,0,0,0,0,0,0,0,0,0.647245,0,0), +(14873,42,271.093,-3035.98,97.6501,0,0,0,0,0,0,0,0,0,0,0.647245,0,0), +(14873,43,278.975,-3029.68,97.3919,3000,1487302,0,0,0,0,0,0,0,0,0.670807,0,0), +(14873,44,280.125,-3029.01,97.3502,240000,1487304,0,0,0,0,0,0,0,0,3.76837,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1487301 AND 1487309; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1487301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(1487301,5,0,0,0,0,0,0,2000005320,0,0,0,0,0,0,0,''), +(1487301,13,0,0,0,5907,30,4,2000005321,0,0,0,0,0,0,0,''), +(1487301,20,0,0,0,0,0,0,2000005322,0,0,0,0,0,0,0,''), +(1487302,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), +(1487303,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(1487304,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), +(1487304,235,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), +(1487305,9,0,0,0,0,0,0,2000005323,0,0,0,0,0,0,0,''), +(1487306,9,0,0,0,0,0,0,2000005324,0,0,0,0,0,0,0,''), +(1487307,9,0,0,0,0,0,0,2000005325,0,0,0,0,0,0,0,''), +(1487308,9,0,0,0,0,0,0,2000005326,0,0,0,0,0,0,0,''), +(1487309,9,0,0,0,0,0,0,2000005327,0,0,0,0,0,0,0,''); +-- Battle-Mage Dathric +DELETE FROM creature_movement_template WHERE entry = 19543; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(19543,1,2236.11,2320.3,92.4652,0,1954301,0,0,0,0,0,0,0,0,3.97722,0,0), +(19543,2,2229.81,2315.17,90.2113,0,0,0,0,0,0,0,0,0,0,4.19949,0,0), +(19543,3,2229.04,2313.74,89.7226,11000,1954303,0,0,0,0,0,0,0,0,4.20892,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1954301 AND 1954303; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1954301,0,22,35,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for quest'), +(1954302,0,22,1810,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for his guid'), +(1954303,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1954303,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1954303,8,0,0,0,0,0,0,2000005380,0,0,0,0,0,0,0,''); +-- Conjurer Luminrath +DELETE FROM creature_movement_template WHERE entry = 19544; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(19544,1,2198.5,2333.17,89.213,1000,1954401,0,0,0,0,0,0,0,0,2.33355,0,0), +(19544,2,2194.71,2339.86,90.392,2000,0,0,0,0,0,0,0,0,0,2.33197,0,0), +(19544,3,2194.71,2339.86,90.392,17000,1954403,0,0,0,0,0,0,0,0,3.89963,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1954401 AND 1954403; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1954401,0,22,35,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for quest'), +(1954402,0,22,1811,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for his guid'), +(1954403,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1954403,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1954403,8,0,0,0,0,0,0,2000005381,0,0,0,0,0,0,0,''), +(1954403,13,0,0,0,0,0,0,2000005382,0,0,0,0,0,0,0,''), +(1954403,13,23,19008,0,0,0,0x08,0,0,0,0,0,0,0,0,''); +-- Cohlien Frostweaver +DELETE FROM creature_movement_template WHERE entry = 19545; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(19545,1,2212.27,2399.45,108.288,0,1954501,0,0,0,0,0,0,0,0,2.13592,0,0), +(19545,2,2203.2,2411.26,108.721,0,0,0,0,0,0,0,0,0,0,2.35263,0,0), +(19545,3,2203.2,2411.26,108.721,13000,1954503,0,0,0,0,0,0,0,0,2.35263,0,0), +(19545,4,2203.85,2410.99,108.81,5000,1954504,0,0,0,0,0,0,0,0,5.34107,0,0), +(19545,5,2203.85,2410.99,108.81,3000,0,0,0,0,0,0,10,0,0,5.34107,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1954501 AND 1954504; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1954501,0,22,35,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for quest'), +(1954502,0,22,1809,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for his guid'), +(1954503,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1954503,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1954503,9,0,0,0,0,0,0,2000005379,0,0,0,0,0,0,0,''), +(1954503,9,23,19005,0,0,0,0x08,0,0,0,0,0,0,0,0,''), +(1954504,3,1,10,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Abjurist Belmara +DELETE FROM creature_movement_template WHERE entry = 19546; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(19546,1,2236.71,2392.84,112.165,1000,1954601,0,0,0,0,0,0,0,0,0.576619,0,0), +(19546,2,2238.63,2393.47,112.776,0,0,0,0,0,0,0,0,0,0,5.83721,0,0), +(19546,3,2240.88,2391.2,112.802,13000,1954603,0,0,0,0,0,0,0,0,4.93637,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1954601 AND 1954603; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1954601,0,22,35,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for quest'), +(1954602,0,22,1808,1,0,0,0,0,0,0,0,0,0,0,0,'f needed for his guid'), +(1954603,4,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1954603,4,0,0,0,0,0,0,2000005383,0,0,0,0,0,0,0,''), +(1954603,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Morgroron +DELETE FROM creature_movement_template WHERE entry = 21500; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(21500,1,-3342.87,2941.55,169.88,5000,0,0,0,0,0,0,0,0,0,2.50724,0,0), +(21500,2,-3348.61,2968.61,170.043,0,0,0,0,0,0,0,0,0,0,2.37111,0,0), +(21500,3,-3371.9,2990.27,169.947,10000,0,0,0,0,0,0,0,0,0,2.59685,0,0), +(21500,4,-3380.8,2998.32,170.333,0,0,0,0,0,0,0,0,0,0,3.14427,0,0), +(21500,5,-3421.18,2996.89,170.164,0,0,0,0,0,0,0,0,0,0,3.95166,0,0), +(21500,6,-3431.01,2985.65,170.578,0,0,0,0,0,0,0,0,0,0,4.80067,0,0), +(21500,7,-3431.16,2976.08,170.543,10000,0,0,0,0,0,0,0,0,0,4.69778,0,0), +(21500,8,-3431.63,2961.85,170.481,0,0,0,0,0,0,0,0,0,0,6.00388,0,0), +(21500,9,-3401.55,2956.34,169.881,0,0,0,0,0,0,0,0,0,0,5.62817,0,0), +(21500,10,-3391.49,2941.6,169.879,10000,0,0,0,0,0,0,0,0,0,5.30381,0,0), +(21500,11,-3342.87,2941.55,169.88,9000,2150001,0,0,0,0,0,0,0,0,2.50724,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2150001; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2150001,6,1,15,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- creature_movement: +-- Thal'trak Proudtusk +UPDATE creature_movement SET waittime = 1000, script_id = 908201, textid1 = 0 WHERE id = 6885 AND point = 27; +DELETE FROM dbscripts_on_creature_movement WHERE id = 908201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(908201,1,0,0,0,0,0,0,2000005009,0,0,0,0,0,0,0,''); +-- "Dirty" Michael Crowe +UPDATE creature_movement SET script_id = 2389601, textid1 = 0, emote = 0 WHERE id = 30649 AND point = 2; +DELETE FROM dbscripts_on_creature_movement WHERE id = 2389601; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2389601,2,0,0,0,0,0,0,2000005019,0,0,0,0,0,0,0,''); +UPDATE db_script_string SET emote = 15 WHERE entry = 2000005019; +-- Opus +DELETE FROM creature_movement WHERE id = 4567; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(4567,1,-7455.58,-2194.28,165.373,60000,0,0,0,0,0,0,0,0,0,3.40339,0,0), +(4567,2,-7455.58,-2194.28,165.373,1000,1026201,0,0,0,0,0,0,0,0,3.40339,0,0), +(4567,3,-7455.58,-2194.28,165.373,180000,0,0,0,0,0,0,0,0,0,3.40339,0,0), +(4567,4,-7455.58,-2194.28,165.373,1000,1026202,0,0,0,0,0,0,0,0,3.40339,0,0), +(4567,5,-7455.58,-2194.28,165.373,120000,0,0,0,0,0,0,0,0,0,3.40339,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1026201,1026202); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1026201,1,0,0,0,0,0,0,2000005001,2000005002,2000005003,2000005004,0,0,0,0,''), +(1026202,1,0,0,0,0,0,0,2000005005,2000005006,2000005007,2000005008,0,0,0,0,''); +-- Blackheart the Inciter +UPDATE creature_movement SET script_id = 1866701, textid2 = 0, textid4 = 0 WHERE id = 66937 AND point = 1; +UPDATE creature_movement SET script_id = 1866702, textid1 = 0, textid3 = 0, textid5 = 0 WHERE id = 66937 AND point = 2; +UPDATE creature_movement SET script_id = 1866703, textid1 = 0, textid3 = 0 WHERE id = 66937 AND point = 3; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1866701,1866702,1866703); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1866701,1,0,0,0,0,0,0,2000005220,2000005235,0,0,0,0,0,0,''), +(1866702,1,0,0,0,0,0,0,2000005043,2000005230,2000005236,0,0,0,0,0,''), +(1866703,1,0,0,0,0,0,0,2000005044,2000005231,0,0,0,0,0,0,''); +-- Thomas Miller - c.3518 +DELETE FROM creature_movement WHERE id = 79723; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(79723,1,-8831.81,543.054,96.8538,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,2,-8823.8,554.302,95.1343,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,3,-8816.18,563.58,94.1516,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,4,-8812.27,575.284,94.8673,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,5,-8798.45,588.131,97.2749,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,6,-8781.38,601.002,97.395,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,7,-8770.7,609.208,97.2416,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,8,-8761.96,617.745,99.1796,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,9,-8757.63,628.577,102.216,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,10,-8759.15,642.457,103.654,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,11,-8770.64,661.869,103.528,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,12,-8787.04,680.217,102.245,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,13,-8804.12,683.305,100.683,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,14,-8815.72,680.448,98.2183,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,15,-8831.55,674.228,98.3358,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,16,-8843.12,667.22,97.8051,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,17,-8852.2,659.229,96.9603,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,18,-8841.74,637.862,95.1661,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,19,-8834.06,634.756,94.3203,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,20,-8817.96,641.332,94.2293,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,21,-8811.88,634.469,94.2293,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,22,-8813.45,625.373,94.1306,60000,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,23,-8827.66,620.367,94.2332,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,24,-8846.61,601.6,92.6069,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,25,-8859.18,589.015,92.709,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,26,-8874.99,572.27,93.4734,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,27,-8883.26,572.174,92.8046,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,28,-8886.9,579.094,92.9168,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,29,-8889.38,585.29,93.3191,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,30,-8869.45,596.649,92.4409,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,31,-8860.44,601.856,92.161,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,32,-8847.27,610.523,92.6533,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,33,-8837.06,617.396,93.0252,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,34,-8834.75,618.401,93.3229,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,35,-8827.87,621.207,94.1001,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,36,-8809.26,603.528,96.2749,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,37,-8806.62,593.729,97.1852,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,38,-8820.32,573.328,94.1915,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,39,-8830.69,558.865,94.8851,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,40,-8834.06,549.867,96.194,0,0,0,0,0,0,0,0,0,0,0,0,0), +(79723,41,-8831.28,543.109,96.8344,60000,0,0,0,0,0,0,0,0,0,0,0,0); +DELETE FROM db_script_string WHERE entry IN (2000005099,2000005100,2000005101,2000005102); -- all done by OOC in ACID - entry can be reused. +-- Northshire Peasant #1 c.11260 +UPDATE creature_movement SET script_id = 1126002, emote = 0 WHERE id = 80119 AND point = 1; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1126001,1126002); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1126001,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1126002,1,1,234,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Northshire Peasant #2 c.11260 +UPDATE creature_movement SET waittime = 1000, script_id = 1126001, emote = 0 WHERE id = 80127 AND point = 1; +UPDATE creature_movement SET script_id = 1126002, emote = 0 WHERE id = 80127 AND point = 7; +-- Northshire Peasant #3 c.11260 +UPDATE creature_movement SET waittime = 1000, script_id = 1126001, emote = 0 WHERE id = 80137 AND point = 1; +UPDATE creature_movement SET script_id = 1126002, emote = 0 WHERE id = 80137 AND point = 5; +-- Northshire Peasant #4 c.11260 +UPDATE creature_movement SET waittime = 1000, script_id = 1126001, emote = 0 WHERE id = 80145 AND point = 1; +UPDATE creature_movement SET script_id = 1126002, emote = 0 WHERE id = 80145 AND point = 4; +-- Northshire Peasant #5 c.11260 +UPDATE creature_movement SET waittime = 1000, script_id = 1126001, emote = 0 WHERE id = 80262 AND point = 1; +UPDATE creature_movement SET script_id = 1126002, emote = 0 WHERE id = 80262 AND point = 9; +-- Artificer Daelo c.17222 +UPDATE creature_movement SET script_id = 1722201, textid1 = 0, textid2 = 0 WHERE id = 84582 AND point = 1; +UPDATE creature_movement SET script_id = 1722202, textid1 = 0, textid2 = 0 WHERE id = 84582 AND point = 3; +UPDATE creature_movement SET script_id = 1722203, textid1 = 0, textid2 = 0 WHERE id = 84582 AND point = 5; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1722201,1722202,1722203); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1722201,4,0,0,0,0,0,0,2000005143,2000005224,0,0,0,0,0,0,''), +(1722202,4,0,0,0,0,0,0,2000005144,2000005225,0,0,0,0,0,0,''), +(1722203,4,0,0,0,0,0,0,2000005145,2000005226,0,0,0,0,0,0,''); +-- Krixil Slogswitch c.23573 +UPDATE creature_movement SET script_id = 2357301, textid1 = 0, emote = 0 WHERE id = 18597 AND point = 2; +DELETE FROM dbscripts_on_creature_movement WHERE id = 351201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2357301,1,0,0,0,0,0,0,2000005013,0,0,0,0,0,0,0,''); +UPDATE db_script_string SET emote = 6 WHERE entry = 2000005013; +-- Inspector Tarem c.23567 +UPDATE creature_movement SET script_id = 2356701, textid1 = 0, emote = 0 WHERE id = 18594 AND point = 2; +DELETE FROM dbscripts_on_creature_movement WHERE id = 2356701; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2356701,1,0,0,0,0,0,0,2000005012,0,0,0,0,0,0,0,''); +UPDATE db_script_string SET emote = 16 WHERE entry = 2000005012; +-- Ol' Emma c.3520 +UPDATE creature_movement SET waittime = 0, script_id = 352001, textid1 = 0 WHERE id = 79796 AND point = 7; +UPDATE creature_movement SET waittime = 0, script_id = 352002, textid1 = 0 WHERE id = 79796 AND point = 10; +UPDATE creature_movement SET waittime = 0, script_id = 352003, textid1 = 0 WHERE id = 79796 AND point = 13; +UPDATE creature_movement SET waittime = 0, script_id = 352004, textid1 = 0 WHERE id = 79796 AND point = 16; +UPDATE creature_movement SET waittime = 0, script_id = 352005, textid1 = 0 WHERE id = 79796 AND point = 22; +UPDATE creature_movement SET waittime = 0, script_id = 352006, textid1 = 0 WHERE id = 79796 AND point = 27; +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 352001 AND 352006; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(352001,0,0,0,0,0,0,0,2000005103,0,0,0,0,0,0,0,''), +(352002,0,0,0,0,0,0,0,2000005104,0,0,0,0,0,0,0,''), +(352003,0,0,0,0,0,0,0,2000005105,0,0,0,0,0,0,0,''), +(352004,0,0,0,0,0,0,0,2000005106,0,0,0,0,0,0,0,''), +(352005,0,0,0,0,0,0,0,2000005107,0,0,0,0,0,0,0,''), +(352006,0,0,0,0,0,0,0,2000005108,0,0,0,0,0,0,0,''); +-- Deserter Agitator c.23602 +DELETE FROM creature_movement WHERE id = 31046; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(31046,1,-3647.42,-4449.24,15.1955,10000,0,0,0,0,0,0,0,0,0,0.68068,0,0), +(31046,2,-3647.42,-4449.24,15.1955,15000,2360201,0,0,0,0,0,0,0,0,0.68068,0,0), +(31046,3,-3647.42,-4449.24,15.1955,45000,0,0,0,0,0,0,0,0,0,0.68068,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2360201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2360201,1,0,0,0,0,0,0,2000005020,0,0,0,0,0,0,0,''), +(2360201,6,0,0,0,0,0,0,2000005021,0,0,0,0,0,0,0,''), +(2360201,13,0,0,0,0,0,0,2000005022,0,0,0,0,0,0,0,''); +UPDATE db_script_string SET emote = 1 WHERE entry IN (2000005020,2000005021,2000005022); +-- Lhara c.14846 +UPDATE creature_movement SET script_id = 1484601, textid1 = 0 WHERE id = 43671 AND point = 3; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1484601; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1484601,1,0,0,0,0,0,0,2000005023,0,0,0,0,0,0,0,''); +-- Flik c.14860 +UPDATE creature_movement SET script_id = 1486001, textid1 = 0, textid2 = 0 WHERE id = 56625 AND point = 7; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1486001; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1486001,1,0,0,0,0,0,0,2000005024,2000005211,0,0,0,0,0,0,''); +-- Gelvas Grimegate c.14828 +UPDATE creature_movement SET script_id = 1482801, textid1 = 0, textid2 = 0 WHERE id = 43679 AND point = 3; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1482801; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1482801,1,0,0,0,0,0,0,2000005025,2000005212,0,0,0,0,0,0,''); +-- Shadowmoon Peon#1 c.19355 +UPDATE creature_movement SET waittime = 5000 WHERE id = 69056 AND point = 1; +UPDATE creature_movement SET script_id = 1935503, emote = 0 WHERE id = 69056 AND point = 2; +UPDATE creature_movement SET script_id = 1935502, emote = 0 WHERE id = 69056 AND point = 4; +-- Shadowmoon Peon#2 c.19355 +UPDATE creature_movement SET waittime = 60000, script_id = 1935503, emote = 0 WHERE id = 69070 AND point = 2; +UPDATE creature_movement SET waittime = 60000, script_id = 1935503, emote = 0 WHERE id = 69070 AND point = 4; +-- Shadowmoon Peon#3 c.19355 +UPDATE creature_movement SET waittime = 12000 WHERE id = 69066 AND point = 1; +UPDATE creature_movement SET waittime = 60000, script_id = 1935503, emote = 0 WHERE id = 69066 AND point = 2; +UPDATE creature_movement SET waittime = 60000, script_id = 1935503, emote = 0 WHERE id = 69066 AND point = 7; +-- Shadowmoon Peon#4 c.19355 +UPDATE creature_movement SET waittime = 2000 WHERE id = 69071 AND point = 1; +UPDATE creature_movement SET waittime = 60000, script_id = 1935503, emote = 0 WHERE id = 69071 AND point = 2; +UPDATE creature_movement SET waittime = 60000, script_id = 1935503, emote = 0 WHERE id = 69071 AND point = 4; +-- Shadowmoon Peon#5 c.19355 +UPDATE creature_movement SET script_id = 1935502, emote = 0 WHERE id = 69061 AND point = 1; +UPDATE creature_movement SET script_id = 1935503, emote = 0 WHERE id = 69061 AND point = 3; +-- Shadowmoon Peon#6 c.19355 +UPDATE creature_movement SET script_id = 1935503, emote = 0 WHERE id = 69060 AND point = 2; +UPDATE creature_movement SET script_id = 1935502, emote = 0 WHERE id = 69060 AND point = 4; +-- Shadowmoon Peon#7 c.19355 +UPDATE creature_movement SET script_id = 1935502, emote = 0 WHERE id = 69062 AND point = 6; +UPDATE creature_movement SET script_id = 1935502, emote = 0 WHERE id = 69062 AND point = 12; +-- Shadowmoon Peon#8 c.19355 +UPDATE creature_movement SET script_id = 1935502, emote = 0 WHERE id = 69063 AND point = 6; +UPDATE creature_movement SET script_id = 1935502, emote = 0 WHERE id = 69063 AND point = 12; +-- Shadowmoon Peon#9 c.19355 +UPDATE creature_movement SET script_id = 1935502, emote = 0 WHERE id = 69069 AND point = 5; +UPDATE creature_movement SET script_id = 1935502, emote = 0 WHERE id = 69069 AND point = 10; +-- Dragonmaw Pitfighters #1-#7 c.23150 +DELETE FROM creature_movement WHERE id IN (52232,52236,52237,52259,52261,52263,52264); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(52264,1,-5121.2,532.319,85.3588,6000,2315003,0,0,0,0,0,0,0,0,2.64879,0,0), +(52264,2,-5121.2,532.319,85.3588,4000,2315001,0,0,0,0,0,0,0,0,2.64879,0,0), +(52264,3,-5121.2,532.319,85.3588,6000,2315003,0,0,0,0,0,0,0,0,2.64879,0,0), +(52264,4,-5121.2,532.319,85.3588,3000,2315004,0,0,0,0,0,0,0,0,2.64879,0,0), +(52263,1,-5130.06,525.152,85.6852,4000,2315001,0,0,0,0,0,0,0,0,2.06209,0,0), +(52263,2,-5130.06,525.152,85.6852,3000,2315004,0,0,0,0,0,0,0,0,2.06209,0,0), +(52263,3,-5130.06,525.152,85.6852,6000,2315003,0,0,0,0,0,0,0,0,2.06209,0,0), +(52263,4,-5130.06,525.152,85.6852,7000,2315002,0,0,0,0,0,0,0,0,2.06209,0,0), +(52261,1,-5143.59,525.125,83.6451,3000,2315004,0,0,0,0,0,0,0,0,1.25336,0,0), +(52261,2,-5143.59,525.125,83.6451,7000,2315002,0,0,0,0,0,0,0,0,1.25336,0,0), +(52261,3,-5143.59,525.125,83.6451,4000,2315001,0,0,0,0,0,0,0,0,1.25336,0,0), +(52261,4,-5143.59,525.125,83.6451,6000,2315003,0,0,0,0,0,0,0,0,1.25336,0,0), +(52259,1,-5145.34,560.053,83.7917,7000,2315002,0,0,0,0,0,0,0,0,4.86383,0,0), +(52259,2,-5145.34,560.053,83.7917,6000,2315003,0,0,0,0,0,0,0,0,4.86383,0,0), +(52259,3,-5145.34,560.053,83.7917,4000,2315001,0,0,0,0,0,0,0,0,4.86383,0,0), +(52259,4,-5145.34,560.053,83.7917,3000,2315004,0,0,0,0,0,0,0,0,4.86383,0,0), +(52232,1,-5155.46,545.921,82.4144,4000,2315001,0,0,0,0,0,0,0,0,5.95711,0,0), +(52232,2,-5155.46,545.921,82.4144,7000,2315002,0,0,0,0,0,0,0,0,5.95711,0,0), +(52232,3,-5155.46,545.921,82.4144,3000,2315004,0,0,0,0,0,0,0,0,5.95711,0,0), +(52232,4,-5155.46,545.921,82.4144,6000,2315003,0,0,0,0,0,0,0,0,5.95711,0,0), +(52236,1,-5153.63,533.852,83.8562,3000,2315004,0,0,0,0,0,0,0,0,0.379207,0,0), +(52236,2,-5153.63,533.852,83.8562,4000,2315001,0,0,0,0,0,0,0,0,0.379207,0,0), +(52236,3,-5153.63,533.852,83.8562,7000,2315002,0,0,0,0,0,0,0,0,0.379207,0,0), +(52236,4,-5153.63,533.852,83.8562,6000,2315003,0,0,0,0,0,0,0,0,0.379207,0,0), +(52237,1,-5152.51,553.331,83.562,6000,2315003,0,0,0,0,0,0,0,0,5.34214,0,0), +(52237,2,-5152.51,553.331,83.562,3000,2315004,0,0,0,0,0,0,0,0,5.34214,0,0), +(52237,3,-5152.51,553.331,83.562,7000,2315002,0,0,0,0,0,0,0,0,5.34214,0,0), +(52237,4,-5152.51,553.331,83.562,4000,2315001,0,0,0,0,0,0,0,0,5.34214,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 2315001 AND 2315004; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2315001,1,1,53,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2315002,1,1,54,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2315003,1,1,71,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2315004,1,1,275,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Spirit of the Past#1 c.21049 +UPDATE creature_movement SET script_id = 2104901, textid1 = 0, textid2 = 0, textid3 = 0, emote = 0 WHERE id = 73921 AND point = 1; +UPDATE creature_movement SET script_id = 2104901, textid1 = 0, textid2 = 0, textid3 = 0, emote = 0 WHERE id = 73921 AND point = 2; +UPDATE creature_movement SET script_id = 2104901, textid1 = 0, textid2 = 0, textid3 = 0, emote = 0 WHERE id = 73921 AND point = 3; +UPDATE db_script_string SET emote = 15 WHERE entry IN (2000005452,2000005455,2000005456); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2104901; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2104901,1,0,0,0,0,0,0,2000005452,2000005455,2000005456,0,0,0,0,0,''); +-- Spirit of the Past#2 c.21049 +UPDATE creature_movement SET script_id = 2104902, textid1 = 0, textid2 = 0, textid3 = 0, textid4 = 0, emote = 0 WHERE id = 73908 AND point = 1; +UPDATE creature_movement SET script_id = 2104902, textid1 = 0, textid2 = 0, textid3 = 0, textid4 = 0, emote = 0 WHERE id = 73908 AND point = 2; +UPDATE creature_movement SET script_id = 2104902, textid1 = 0, textid2 = 0, textid3 = 0, textid4 = 0, emote = 0 WHERE id = 73908 AND point = 3; +UPDATE db_script_string SET emote = 20 WHERE entry IN (2000005453,2000005454,2000005457,2000005458); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2104902; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2104902,1,0,0,0,0,0,0,2000005453,2000005454,2000005457,2000005458,0,0,0,0,''); +-- Erich Lohan c.3627 +UPDATE creature_movement SET script_id = 362701, textid1 = 0 WHERE id = 90445 AND point = 2; +UPDATE creature_movement SET script_id = 362702, textid1 = 0 WHERE id = 90445 AND point = 4; +UPDATE creature_movement SET script_id = 362703, textid1 = 0 WHERE id = 90445 AND point = 7; +UPDATE creature_movement SET script_id = 362704, textid1 = 0 WHERE id = 90445 AND point = 12; +UPDATE creature_movement SET script_id = 362705, textid1 = 0 WHERE id = 90445 AND point = 17; +UPDATE creature_movement SET script_id = 362706, textid1 = 0 WHERE id = 90445 AND point = 21; +UPDATE creature_movement SET script_id = 362707, textid1 = 0 WHERE id = 90445 AND point = 26; +UPDATE creature_movement SET script_id = 362708, textid1 = 0 WHERE id = 90445 AND point = 30; +UPDATE creature_movement SET script_id = 362709, textid1 = 0 WHERE id = 90445 AND point = 35; +UPDATE creature_movement SET script_id = 362710, textid1 = 0 WHERE id = 90445 AND point = 39; +UPDATE creature_movement SET script_id = 362711, textid1 = 0 WHERE id = 90445 AND point = 43; +UPDATE creature_movement SET script_id = 362712, textid1 = 0 WHERE id = 90445 AND point = 47; +UPDATE creature_movement SET script_id = 362713, textid1 = 0 WHERE id = 90445 AND point = 52; +UPDATE creature_movement SET script_id = 362714, textid1 = 0 WHERE id = 90445 AND point = 57; +UPDATE creature_movement SET script_id = 362715, textid1 = 0 WHERE id = 90445 AND point = 61; +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 362701 AND 362715; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(362701,0,0,0,0,0,0,0,2000005185,0,0,0,0,0,0,0,''), +(362702,0,0,0,0,0,0,0,2000005186,0,0,0,0,0,0,0,''), +(362703,0,0,0,0,0,0,0,2000005187,0,0,0,0,0,0,0,''), +(362704,0,0,0,0,0,0,0,2000005188,0,0,0,0,0,0,0,''), +(362705,0,0,0,0,0,0,0,2000005189,0,0,0,0,0,0,0,''), +(362706,0,0,0,0,0,0,0,2000005190,0,0,0,0,0,0,0,''), +(362707,0,0,0,0,0,0,0,2000005191,0,0,0,0,0,0,0,''), +(362708,0,0,0,0,0,0,0,2000005192,0,0,0,0,0,0,0,''), +(362709,0,0,0,0,0,0,0,2000005193,0,0,0,0,0,0,0,''), +(362710,0,0,0,0,0,0,0,2000005194,0,0,0,0,0,0,0,''), +(362711,0,0,0,0,0,0,0,2000005195,0,0,0,0,0,0,0,''), +(362712,0,0,0,0,0,0,0,2000005196,0,0,0,0,0,0,0,''), +(362713,0,0,0,0,0,0,0,2000005197,0,0,0,0,0,0,0,''), +(362714,0,0,0,0,0,0,0,2000005198,0,0,0,0,0,0,0,''), +(362715,0,0,0,0,0,0,0,2000005199,0,0,0,0,0,0,0,''); +-- Sayge c.14822 +UPDATE creature_movement SET script_id = 1482201, textid1 = 0, textid2 = 0, textid3 = 0, textid4 = 0 WHERE id = 45476 AND point = 5; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1482201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1482201,1,0,0,0,0,0,0,2000005026,2000005213,2000005227,2000005232,0,0,0,0,''); +-- Professor Thaddeus Paleo c.14847 +UPDATE creature_movement SET script_id = 1484701, textid1 = 0 WHERE id = 49446 AND point = 3; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1484701; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1484701,1,0,0,0,0,0,0,2000005030,0,0,0,0,0,0,0,''); +-- Silas Darkmoon c.14823 +UPDATE creature_movement SET script_id = 1482301, textid1 = 0, textid2 = 0 WHERE id = 56348 AND point = 2; +UPDATE creature_movement SET script_id = 1482302, textid1 = 0, textid2 = 0 WHERE id = 56348 AND point = 6; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1482301,1482302); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1482301,1,0,0,0,0,0,0,2000005033,2000005216,0,0,0,0,0,0,''), +(1482302,1,0,0,0,0,0,0,2000005034,2000005217,0,0,0,0,0,0,''); +-- Darkmoon Carnie#1 c.14849 +UPDATE creature_movement SET script_id = 1484901, textid1 = 0, textid2 = 0 WHERE id = 70025 AND point = 12; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1484901; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1484901,1,0,0,0,0,0,0,2000005048,2000005221,0,0,0,0,0,0,''); +-- Darkmoon Carnie#2 c.14849 +UPDATE creature_movement SET script_id = 1484902, textid1 = 0, textid2 = 0 WHERE id = 83350 AND point = 13; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1484902; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1484902,1,0,0,0,0,0,0,2000005133,2000005223,0,0,0,0,0,0,''); +-- Vectus c.10432 +DELETE FROM creature_movement WHERE id = 48805; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(48805,1,143.481,99.0964,104.659,300000,0,0,0,0,0,0,0,0,0,3.26377,0,0), +(48805,2,143.481,99.0964,104.659,21000,1043201,0,0,0,0,0,0,0,0,3.26377,0,0), +(48805,3,143.481,99.0964,104.659,30000,0,0,0,0,0,0,0,0,0,3.26377,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 1043201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1043201,1,0,0,0,0,0,0,2000005027,0,0,0,0,0,0,0,''), +(1043201,10,0,0,0,0,0,0,2000005028,0,0,0,0,0,0,0,''), +(1043201,20,0,0,0,0,0,0,2000005029,0,0,0,0,0,0,0,''); +-- Junior Apothecary Holland c.10665 +UPDATE creature_movement SET script_id = 1066501, textid1 = 0 WHERE id = 28412 AND point = 5; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1066501; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1066501,1,0,0,0,0,0,0,2000005018,0,0,0,0,0,0,0,''); +-- Caretaker Alen c.11038 +UPDATE creature_movement SET script_id = 1103801, textid1 = 0, textid2 = 0, textid3 = 0, textid4 = 0 WHERE id = 54749 AND point = 2; +UPDATE creature_movement SET script_id = 1103802, textid1 = 0, textid2 = 0, textid3 = 0, textid4 = 0 WHERE id = 54749 AND point = 6; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1103801,1103802); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1103801,1,0,0,0,0,0,0,2000005031,2000005214,2000005228,2000005233,0,0,0,0,''), +(1103802,1,0,0,0,0,0,0,2000005032,2000005215,2000005229,2000005234,0,0,0,0,''); +-- Justin c.1368 +UPDATE creature_movement SET script_id = 136801, textid1 = 0 WHERE id = 79815 AND point = 3; +UPDATE creature_movement SET script_id = 136802, textid1 = 0 WHERE id = 79815 AND point = 7; +UPDATE creature_movement SET script_id = 136803, textid1 = 0 WHERE id = 79815 AND point = 10; +UPDATE creature_movement SET script_id = 136804, textid1 = 0 WHERE id = 79815 AND point = 13; +UPDATE creature_movement SET script_id = 136805, textid1 = 0 WHERE id = 79815 AND point = 16; +UPDATE creature_movement SET script_id = 136806, textid1 = 0 WHERE id = 79815 AND point = 18; +UPDATE creature_movement SET script_id = 136807, textid1 = 0 WHERE id = 79815 AND point = 19; +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 136801 AND 136807; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(136801,0,0,0,0,0,0,0,2000005109,0,0,0,0,0,0,0,''), +(136802,0,0,0,0,0,0,0,2000005110,0,0,0,0,0,0,0,''), +(136803,0,0,0,0,0,0,0,2000005111,0,0,0,0,0,0,0,''), +(136804,0,0,0,0,0,0,0,2000005112,0,0,0,0,0,0,0,''), +(136805,0,0,0,0,0,0,0,2000005113,0,0,0,0,0,0,0,''), +(136806,0,0,0,0,0,0,0,2000005114,0,0,0,0,0,0,0,''), +(136807,0,0,0,0,0,0,0,2000005115,0,0,0,0,0,0,0,''); +-- Roman c.1371 +UPDATE creature_movement SET script_id = 137101, textid1 = 0 WHERE id = 79816 AND point = 2; +UPDATE creature_movement SET script_id = 137102, textid1 = 0 WHERE id = 79816 AND point = 5; +UPDATE creature_movement SET script_id = 137103, textid1 = 0 WHERE id = 79816 AND point = 8; +UPDATE creature_movement SET script_id = 137104, textid1 = 0 WHERE id = 79816 AND point = 11; +UPDATE creature_movement SET script_id = 137105, textid1 = 0 WHERE id = 79816 AND point = 14; +UPDATE creature_movement SET script_id = 137106, textid1 = 0 WHERE id = 79816 AND point = 17; +UPDATE creature_movement SET script_id = 137107, textid1 = 0 WHERE id = 79816 AND point = 20; +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 137101 AND 137107; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(137101,0,0,0,0,0,0,0,2000005116,0,0,0,0,0,0,0,''), +(137102,0,0,0,0,0,0,0,2000005117,0,0,0,0,0,0,0,''), +(137103,0,0,0,0,0,0,0,2000005118,0,0,0,0,0,0,0,''), +(137104,0,0,0,0,0,0,0,2000005119,0,0,0,0,0,0,0,''), +(137105,0,0,0,0,0,0,0,2000005120,0,0,0,0,0,0,0,''), +(137106,0,0,0,0,0,0,0,2000005121,0,0,0,0,0,0,0,''), +(137107,0,0,0,0,0,0,0,2000005122,0,0,0,0,0,0,0,''); +-- Brandon c.1370 +UPDATE creature_movement SET script_id = 137001, textid1 = 0 WHERE id = 79817 AND point = 1; +UPDATE creature_movement SET script_id = 137002, textid1 = 0 WHERE id = 79817 AND point = 4; +UPDATE creature_movement SET script_id = 137003, textid1 = 0 WHERE id = 79817 AND point = 7; +UPDATE creature_movement SET script_id = 137004, textid1 = 0 WHERE id = 79817 AND point = 10; +UPDATE creature_movement SET script_id = 137005, textid1 = 0 WHERE id = 79817 AND point = 13; +UPDATE creature_movement SET script_id = 137006, textid1 = 0 WHERE id = 79817 AND point = 16; +UPDATE creature_movement SET script_id = 137007, textid1 = 0 WHERE id = 79817 AND point = 17; +UPDATE creature_movement SET script_id = 137008, textid1 = 0 WHERE id = 79817 AND point = 19; +UPDATE creature_movement SET script_id = 137009, textid1 = 0 WHERE id = 79817 AND point = 20; +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 137001 AND 137009; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(137001,0,0,0,0,0,0,0,2000005123,0,0,0,0,0,0,0,''), +(137002,0,0,0,0,0,0,0,2000005124,0,0,0,0,0,0,0,''), +(137003,0,0,0,0,0,0,0,2000005125,0,0,0,0,0,0,0,''), +(137004,0,0,0,0,0,0,0,2000005126,0,0,0,0,0,0,0,''), +(137005,0,0,0,0,0,0,0,2000005127,0,0,0,0,0,0,0,''), +(137006,0,0,0,0,0,0,0,2000005128,0,0,0,0,0,0,0,''), +(137007,0,0,0,0,0,0,0,2000005129,0,0,0,0,0,0,0,''), +(137008,0,0,0,0,0,0,0,2000005130,0,0,0,0,0,0,0,''), +(137009,0,0,0,0,0,0,0,2000005131,0,0,0,0,0,0,0,''); +-- Wretched Skulker c.24688 +DELETE FROM creature_movement WHERE id = 96825; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(96825,1,231.335,2.77129,-2.96215,80000,2468801,0,0,0,0,0,0,0,0,5.1577,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2468801; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2468801,0,1,398,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2468801,40,0,0,0,0,0,0,2000005210,0,0,0,0,0,0,0,''), +(2468801,41,1,398,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Wretched Bruiser c.24689 +DELETE FROM creature_movement WHERE id = 96830; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(96830,1,232.15,-2.02771,-2.95377,80000,2468901,0,0,0,0,0,0,0,0,0.869425,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2468901; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2468901,0,1,398,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Mack c.23718 +DELETE FROM creature_movement WHERE id = 94484; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(94484,1,6740.69,-7607.24,126.194,35000,2371801,0,0,0,0,0,0,0,0,4.01019,0,0), +(94484,2,6771.95,-7585.33,127.31,10000,2371802,0,0,0,0,0,0,0,0,0.534801,0,0), +(94484,3,6751.85,-7549.6,126.132,4000,2371803,0,0,0,0,0,0,0,0,2.59961,0,0), +(94484,4,6743.03,-7551.57,126.327,1200000,0,0,0,0,0,0,0,0,0,3.40335,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 2371801 AND 2371803; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2371801,2,0,0,0,0,0,0,2000005202,0,0,0,0,0,0,0,''), +(2371801,20,0,0,0,0,0,0,2000005203,0,0,0,0,0,0,0,''), +(2371802,2,0,0,0,0,0,0,2000005204,0,0,0,0,0,0,0,''), +(2371803,2,1,61,0,0,0,0,0,0,0,0,0,0,0,0,''); +UPDATE db_script_string SET emote = 1 WHERE entry IN (2000005202,2000005203); +UPDATE db_script_string SET emote = 16 WHERE entry = 2000005204; +-- Captain Dranarus c.25138 +UPDATE creature_movement SET script_id = 2513801, emote = 0 WHERE id = 96619 AND point = 2; +UPDATE creature_movement SET script_id = 2513801, emote = 0 WHERE id = 96619 AND point = 5; +DELETE FROM dbscripts_on_creature_movement WHERE id = 2513801; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2513801,2,1,412,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2513801,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Crildor c.5782 +UPDATE creature_movement SET waittime = 60000, script_id = 578201, emote = 0 WHERE id = 46816 AND point = 1; +UPDATE creature_movement SET waittime = 60000, script_id = 578201, emote = 0 WHERE id = 46816 AND point = 22; +UPDATE creature_movement SET waittime = 60000, script_id = 578201, emote = 0 WHERE id = 46816 AND point = 53; +DELETE FROM dbscripts_on_creature_movement WHERE id = 578201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(578201,3,28,1,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_SIT'), +(578201,58,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'); +-- Engineering Crewmember c.19737 +DELETE FROM creature_movement WHERE id = 70615; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(70615,1,3033.73,3656.38,143.69,0,0,0,0,0,0,0,0,0,0,5.30927,0,0), +(70615,2,3051.05,3664.98,142.87,0,0,0,0,0,0,0,0,0,0,1.15609,0,0), +(70615,3,3050.97,3674.26,142.603,0,0,0,0,0,0,0,0,0,0,2.72802,0,0), +(70615,4,3036.52,3680.33,143.52,0,0,0,0,0,0,0,0,0,0,3.68935,0,0), +(70615,5,3033.28,3677.93,143.556,43000,1973701,0,0,0,0,0,0,0,0,3.33121,0,0), +(70615,6,3051.94,3669.52,142.825,0,0,0,0,0,0,0,0,0,0,3.28802,0,0), +(70615,7,3049.33,3668.68,143.187,43000,1973701,0,0,0,0,0,0,0,0,3.50086,0,0), +(70615,8,3051.88,3668.62,142.873,0,0,0,0,0,0,0,0,0,0,5.47221,0,0), +(70615,9,3051.16,3664.56,142.802,0,0,0,0,0,0,0,0,0,0,3.48908,0,0), +(70615,10,3035.72,3656.05,143.452,0,0,0,0,0,0,0,0,0,0,2.51676,0,0), +(70615,11,3032.03,3657.24,144.012,43000,1973701,0,0,0,0,0,0,0,0,2.51676,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 1973701; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1973701,3,1,133,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1973701,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Irradiated Worker#1 c.19610 +DELETE FROM creature_movement WHERE id = 70032; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(70032,1,3000.88,3690.43,143.65,0,0,0,0,0,0,0,0,0,0,1.45832,0,0), +(70032,2,3003.27,3695.3,143.877,0,0,0,0,0,0,0,0,0,0,0.01005,0,0), +(70032,3,3010.29,3695.2,136.593,0,0,0,0,0,0,0,0,0,0,0.494639,0,0), +(70032,4,3017.39,3710.27,137.82,0,0,0,0,0,0,0,0,0,0,0.80282,0,0), +(70032,5,3036.61,3727.59,139.759,40000,1961002,0,0,0,0,0,0,0,0,0.641028,0,0), +(70032,6,3019.64,3715.8,138.534,0,0,0,0,0,0,0,0,0,0,4.02217,0,0), +(70032,7,3011.46,3696.68,136.635,0,0,0,0,0,0,0,0,0,0,4.54602,0,0), +(70032,8,3009.01,3679.22,133.286,0,0,0,0,0,0,0,0,0,0,4.59551,0,0), +(70032,9,3016.51,3662.83,129.835,0,0,0,0,0,0,0,0,0,0,4.83348,0,0), +(70032,10,3013.62,3636.53,131.778,0,0,0,0,0,0,0,0,0,0,4.5366,0,0), +(70032,11,3009.93,3628.43,134.04,40000,1961003,0,0,0,0,0,0,0,0,4.00803,0,0), +(70032,12,3013.64,3635.49,131.995,0,0,0,0,0,0,0,0,0,0,1.2285,0,0), +(70032,13,3014.94,3650.03,129.107,0,0,0,0,0,0,0,0,0,0,1.53677,0,0), +(70032,14,3015.81,3662.53,130.335,0,0,0,0,0,0,0,0,0,0,2.10618,0,0), +(70032,15,3009.98,3674.81,131.394,0,0,0,0,0,0,0,0,0,0,1.98837,0,0), +(70032,16,3010.07,3695.38,136.597,0,0,0,0,0,0,0,0,0,0,2.93949,0,0), +(70032,17,3003.69,3695.46,143.857,0,0,0,0,0,0,0,0,0,0,3.10757,0,0), +(70032,18,2998.99,3694.04,144.017,0,0,0,0,0,0,0,0,0,0,5.32337,0,0), +(70032,19,3001.78,3690.79,143.653,0,0,0,0,0,0,0,0,0,0,4.37628,0,0), +(70032,20,3013.45,3685.54,143.647,0,0,0,0,0,0,0,0,0,0,5.90781,0,0), +(70032,21,3021.31,3684.95,143.631,35000,1961001,0,0,0,0,0,0,0,0,5.90781,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1961002,1961003); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1961002,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1961002,15,0,0,0,0,0,0,2000005258,2000005259,0,0,0,0,0,0,''), +(1961002,37,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1961003,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1961003,15,0,0,0,0,0,0,2000005260,0,0,0,0,0,0,0,''), +(1961003,37,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Irradiated Worker#2 c.19610 +UPDATE creature_movement SET script_id = 1961005, emote = 0 WHERE id = 70033 AND point = 6; +UPDATE creature_movement SET script_id = 1961004, emote = 0 WHERE id = 70033 AND point = 12; +UPDATE creature_movement SET waittime = 55000, script_id = 1961005, emote = 0 WHERE id = 70033 AND point = 19; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1961004,1961005); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1961004,3,1,233,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1961004,50,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1961005,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1961005,50,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Irradiated Worker#3 c.19610 +UPDATE creature_movement SET script_id = 1961005, emote = 0 WHERE id = 70030 AND point = 2; +UPDATE creature_movement SET script_id = 1961004, emote = 0 WHERE id = 70030 AND point = 4; +-- Severed Spirit c.19881 +UPDATE creature_movement SET script_id = 1988101, emote = 0 WHERE id = 71007 AND point = 4; +UPDATE creature_movement SET script_id = 1988101, emote = 0 WHERE id = 71007 AND point = 8; +UPDATE creature_movement SET script_id = 1988101, emote = 0 WHERE id = 71007 AND point = 11; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1988101; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1988101,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1988101,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Tormented Soul c.20512 +UPDATE creature_movement SET script_id = 2051201, emote = 0 WHERE id = 72634 AND point = 8; +UPDATE creature_movement SET script_id = 2051201, emote = 0 WHERE id = 72634 AND point = 13; +UPDATE creature_movement SET script_id = 2051202, emote = 0 WHERE id = 72634 AND point = 4; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2051201,2051202); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2051201,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2051201,17,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2051202,3,28,8,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), +(2051202,55,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'); +-- Gardok Ripjaw c.19002 +DELETE FROM creature_movement WHERE id = 68307; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(68307,1,-2675.03,4419.42,36.8669,16000,1900201,0,0,0,0,0,0,0,0,1.64135,0,0), +(68307,2,-2675.47,4425.67,37.1236,16000,1900201,0,0,0,0,0,0,0,0,1.64135,0,0), +(68307,3,-2682.4,4426.03,37.1226,16000,1900201,0,0,0,0,0,0,0,0,1.99867,0,0), +(68307,4,-2691.72,4425.58,37.1219,16000,1900201,0,0,0,0,0,0,0,0,1.37899,0,0), +(68307,5,-2691.72,4425.58,37.1219,16000,1900201,0,0,0,0,0,0,0,0,1.64288,0,0), +(68307,6,-2694.04,4420.25,37.1019,16000,1900201,0,0,0,0,0,0,0,0,4.74521,0,0), +(68307,7,-2691.36,4419.17,37.0531,16000,1900201,0,0,0,0,0,0,0,0,1.28946,0,0), +(68307,8,-2687.2,4419.84,37.0773,16000,1900201,0,0,0,0,0,0,0,0,0.874766,0,0), +(68307,9,-2687.26,4425.15,37.1222,16000,1900201,0,0,0,0,0,0,0,0,1.05305,0,0), +(68307,10,-2675.51,4425.16,37.123,16000,1900201,0,0,0,0,0,0,0,0,0.000617,0,0), +(68307,11,-2675.51,4425.16,37.123,16000,1900201,0,0,0,0,0,0,0,0,1.72849,0,0), +(68307,12,-2675.22,4418.99,36.8082,16000,1900201,0,0,0,0,0,0,0,0,1.84395,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 1900201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1900201,3,1,5,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Stonebreaker Grunt c.18973 +UPDATE creature_movement SET script_id = 1897301, emote = 0 WHERE id IN (68134,68135,68136,68137,68138,68140) AND point = 1; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1897301; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1897301,1,1,36,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Donna Brascoe c.23858 +DELETE FROM creature_movement WHERE id = 2070; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(2070,1,6764.76,-7610.55,128.535,10000,0,0,0,0,0,0,0,0,0,0.935795,0,0), +(2070,2,6757.96,-7613.65,128.073,120000,2385801,0,0,0,0,0,0,0,0,0.935795,0,0), +(2070,3,6764.76,-7610.55,128.535,900000,0,0,0,0,0,0,0,0,0,0.935795,0,0), +(2070,4,6770.57,-7607.24,128.457,120000,2385801,0,0,0,0,0,0,0,0,2.92678,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2385801; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2385801,3,1,173,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2385801,115,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Flik c.14860 +UPDATE creature_movement SET script_id = 1486001, textid1 = 0, textid2 = 0 WHERE id = 56625 AND point = 6; +UPDATE creature_movement SET script_id = 1486001, textid1 = 0, textid2 = 0 WHERE id = 43673 AND point = 7; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1486001; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1486001,1,0,0,0,0,0,0,2000005035,2000005218,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry IN (2000005211,2000005024); -- duplicate with (2000005218,2000005035) +-- Curator Thorius c.8256 +UPDATE creature_movement SET script_id = 825601, emote = 0 WHERE id = 1887 AND point = 15; +UPDATE creature_movement SET script_id = 825602, textid1 = 0 WHERE id = 1887 AND point = 16; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (825601,825602); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(825601,3,1,11,0,0,0,0,0,0,0,0,0,0,0,0,''), +(825602,1,0,0,0,0,0,0,2000005000,0,0,0,0,0,0,0,''); +-- Apprentice Morlann c.23600 +DELETE FROM creature_movement WHERE id = 18604; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(18604,1,-4044.27,-3393.28,38.1284,0,0,0,0,0,0,0,0,0,0,2.01224,0,0), +(18604,2,-4044.27,-3393.28,38.1284,4000,2360001,0,0,0,0,0,0,0,0,2.01224,0,0), +(18604,3,-4045.51,-3394.92,38.1749,2000,0,0,0,0,0,0,0,0,0,4.18308,0,0), +(18604,4,-4042.77,-3396.91,38.1887,0,0,0,0,0,0,0,0,0,0,6.00834,0,0), +(18604,5,-4040.72,-3397.23,38.1476,2000,0,0,0,0,0,0,0,0,0,0.379286,0,0), +(18604,6,-4040.72,-3397.23,38.1476,4000,2360002,0,0,0,0,0,0,0,0,0.379286,0,0), +(18604,7,-4040.72,-3397.23,38.1476,3000,2360003,0,0,0,0,0,0,0,0,0.379286,0,0), +(18604,10,-4043.43,-3395.4,38.2663,240000,0,0,0,0,0,0,0,0,0,3.87463,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2360001,2360002,2360003); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2360001,1,0,0,0,0,0,0,2000005242,0,0,0,0,0,0,0,''), +(2360002,1,0,0,0,0,0,0,2000005243,0,0,0,0,0,0,0,''), +(2360003,1,0,0,0,0,0,0,2000005244,0,0,0,0,0,0,0,''); +UPDATE db_script_string SET emote = 6 WHERE entry = 2000005242; +UPDATE db_script_string SET emote = 1 WHERE entry = 2000005243; +UPDATE db_script_string SET emote = 16 WHERE entry = 2000005244; +-- Miss Danna c.3513 +UPDATE creature_movement SET script_id = 351301, textid1 = 0, emote = 0 WHERE id = 84028 AND point = 20; +UPDATE creature_movement SET emote = 0 WHERE id = 84028 AND point = 21; +UPDATE creature_movement SET textid1 = 0, emote = 0 WHERE id = 84028 AND point = 23; +UPDATE creature_movement SET textid1 = 0, emote = 0 WHERE id = 84028 AND point = 24; +UPDATE creature_movement SET textid1 = 0, emote = 0 WHERE id = 84028 AND point = 24; +UPDATE creature_movement SET script_id = 351302, textid1 = 0 WHERE id = 84028 AND point = 38; +UPDATE creature_movement SET script_id = 351303, textid1 = 0 WHERE id = 84028 AND point = 39; +UPDATE creature_movement SET emote = 0 WHERE id = 84028 AND point = 40; +UPDATE creature_movement SET script_id = 351304, textid1 = 0, emote = 0 WHERE id = 84028 AND point = 41; +UPDATE creature_movement SET emote = 0 WHERE id = 84028 AND point = 43; +UPDATE creature_movement SET script_id = 351305, textid1 = 0 WHERE id = 84028 AND point = 57; +UPDATE creature_movement SET script_id = 351306, textid1 = 0 WHERE id = 84028 AND point = 58; +UPDATE creature_movement SET script_id = 351307, textid1 = 0, emote = 0 WHERE id = 84028 AND point = 59; +UPDATE creature_movement SET emote = 0 WHERE id = 84028 AND point = 60; +UPDATE creature_movement SET emote = 0 WHERE id = 84028 AND point = 61; +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 351301 AND 351307; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(351301,2,0,0,0,0,0,0,2000005134,0,0,0,0,0,0,0,''), +(351301,11,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(351301,30,0,0,0,0,0,0,2000005135,0,0,0,0,0,0,0,''), +(351301,40,0,0,0,0,0,0,2000005136,0,0,0,0,0,0,0,''), +(351302,0,0,0,0,0,0,0,2000005137,0,0,0,0,0,0,0,''), +(351303,0,0,0,0,0,0,0,2000005138,0,0,0,0,0,0,0,''), +(351304,1,0,0,0,0,0,0,2000005139,0,0,0,0,0,0,0,''), +(351304,15,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(351305,1,0,0,0,0,0,0,2000005140,0,0,0,0,0,0,0,''), +(351306,1,0,0,0,0,0,0,2000005141,0,0,0,0,0,0,0,''), +(351307,1,0,0,0,0,0,0,2000005142,0,0,0,0,0,0,0,''), +(351307,9,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(351307,17,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Jimmy c.3512 +UPDATE creature_movement SET script_id = 351201, textid1 = 0, emote = 0 WHERE id = 87082 AND point = 24; +DELETE FROM dbscripts_on_creature_movement WHERE id = 351201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(351201,1,0,0,0,0,0,0,2000005167,0,0,0,0,0,0,0,''); +UPDATE db_script_string SET emote = 1 WHERE entry = 2000005167; +-- Steven c.3511 +UPDATE creature_movement SET script_id = 351101, textid1 = 0 WHERE id = 87089 AND point = 42; +UPDATE creature_movement SET emote = 0 WHERE id = 87089 AND point = 43; +DELETE FROM dbscripts_on_creature_movement WHERE id = 351101; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(351101,9,0,0,0,0,0,0,2000005168,0,0,0,0,0,0,0,''); +UPDATE db_script_string SET emote = 1 WHERE entry IN (2000005134,2000005135,2000005136,2000005139,2000005142,2000005167,2000005168); +-- Neophyte Narama c.25644 +DELETE FROM creature_movement WHERE id = 48381; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(48381,1,1758.71,924.822,15.5845,0,0,0,0,0,0,0,0,0,0,6.18404,0,0), +(48381,2,1769.22,924.316,15.5845,0,0,0,0,0,0,0,0,0,0,6.12513,0,0), +(48381,3,1771.61,922.168,15.5893,10000,2564401,0,0,0,0,0,0,0,0,5.57929,0,0), +(48381,4,1769.97,924.453,15.5861,0,0,0,0,0,0,0,0,0,0,2.85395,0,0), +(48381,5,1758.45,924.509,15.5847,0,0,0,0,0,0,0,0,0,0,3.17989,0,0), +(48381,6,1757.05,925.586,15.5831,10000,2564401,0,0,0,0,0,0,0,0,2.48482,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2564401; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2564401,3,28,8,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), +(2564401,8,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'); +UPDATE creature_template_addon SET bytes1 = 0 WHERE entry = 25644; +-- Anchorite Elbadon c.25639 +DELETE FROM creature_movement WHERE id = 48391; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(48391,1,1761.42,930.421,15.5735,25000,2563901,0,0,0,0,0,0,0,0,4.74014,0,0), +(48391,2,1777.23,930.708,15.5721,0,0,0,0,0,0,0,0,0,0,6.23632,0,0), +(48391,3,1777.12,925.108,15.5831,0,0,0,0,0,0,0,0,0,0,4.64981,0,0), +(48391,4,1772.16,919.292,15.5941,25000,2563901,0,0,0,0,0,0,0,0,1.61009,0,0), +(48391,5,1754.3,918.357,15.597,0,0,0,0,0,0,0,0,0,0,4.71238,0,0), +(48391,6,1752.33,918.417,15.597,0,0,0,0,0,0,0,0,0,0,1.63388,0,0), +(48391,7,1752.1,929.531,15.5757,0,0,0,0,0,0,0,0,0,0,1.59069,0,0), +(48391,8,1755.95,930.602,15.5723,25000,2563901,0,0,0,0,0,0,0,0,3.14159,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2563901; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2563901,3,28,8,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), +(2563901,11,15,45859,0,25661,10,0x01,0,0,0,0,0,0,0,0,'cast 45859 on buddy'), +(2563901,15,0,0,0,0,0,0,2000005676,2000005677,2000005678,0,0,0,0,0,''), +(2563901,23,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'); +DELETE FROM db_script_string WHERE entry IN (2000005676,2000005677,2000005678); -- missing text added +INSERT INTO db_script_string (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 +(2000005676,'My the light bless you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005677,'Your wounds are severe, but you will live.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005678,'Rest now, you have fought well today.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL); +-- Sunspring Post Orphan c.18296 +UPDATE creature_movement SET script_id = 1829601, textid1 = 0 WHERE id = 84718 AND point = 5; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1829601; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1829601,1,0,0,0,0,0,0,2000005147,0,0,0,0,0,0,0,''); +-- Underwater Construction Worker c.28573 +UPDATE creature_movement SET script_id = 2857301, emote = 0 WHERE id = 85178 AND point = 1; +UPDATE creature_movement SET script_id = 2857301, emote = 0 WHERE id = 85178 AND point = 6; +DELETE FROM dbscripts_on_creature_movement WHERE id = 2857301; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2857301,2,1,233,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2857301,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Shatterspear Troll c.10919 +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85375 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85375 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85378 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85378 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85379 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85379 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85380 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85380 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85529 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85529 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85530 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85530 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85545 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85545 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85546 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85546 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85547 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85547 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85548 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85548 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85549 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85549 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85550 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85550 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85551 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85551 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85552 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85552 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85553 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85553 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85554 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85554 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85555 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85555 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85561 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85561 AND point = 2; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85562 AND point = 1; +UPDATE creature_movement SET script_id = 1091901, emote = 0 WHERE id = 85562 AND point = 2; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1091901; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1091901,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Shatterspear Drummer c.11196 +UPDATE creature_movement SET script_id = 1119601, emote = 0 WHERE id = 85558 AND point = 1; +UPDATE creature_movement SET script_id = 1119601, emote = 0 WHERE id = 85558 AND point = 3; +UPDATE creature_movement SET script_id = 1119601, emote = 0 WHERE id = 85559 AND point = 1; +UPDATE creature_movement SET waittime = 3500 WHERE id = 85559 AND point = 2; +UPDATE creature_movement SET script_id = 1119601, emote = 0 WHERE id = 85559 AND point = 3; +UPDATE creature_movement SET script_id = 1119601, emote = 0 WHERE id = 85560 AND point = 1; +UPDATE creature_movement SET script_id = 1119601, emote = 0 WHERE id = 85560 AND point = 3; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1119601; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1119601,0,1,36,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Matron Drakia c.18302 +UPDATE creature_movement SET script_id = 1830201, textid1 = 0, emote = 0 WHERE id = 65638 AND point = 1; +UPDATE creature_movement SET script_id = 1830202, emote = 0 WHERE id = 65638 AND point = 3; +UPDATE creature_movement SET script_id = 1830202, emote = 0 WHERE id = 65638 AND point = 6; +UPDATE creature_movement SET script_id = 1830202, emote = 0 WHERE id = 65638 AND point = 7; +UPDATE creature_movement SET script_id = 1830202, emote = 0 WHERE id = 65638 AND point = 8; +UPDATE creature_movement SET script_id = 1830202, emote = 0 WHERE id = 65638 AND point = 9; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1830201,1830202); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1830201,3,28,8,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), +(1830201,10,0,0,0,0,0,0,2000005041,0,0,0,0,0,0,0,''), +(1830201,28,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'), +(1830202,3,28,8,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), +(1830202,12,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'); +-- Borgrim Stouthammer c.21151 +DELETE FROM creature_movement WHERE id = 74215; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(74215,1,2069.85,6816.89,175.598,12500,0,0,0,0,0,0,0,0,0,3.87498,0,0), +(74215,2,2069.85,6816.89,175.598,3000,2115101,0,0,0,0,0,0,0,0,3.87498,0,0), +(74215,3,2069.85,6816.89,175.598,15000,0,0,0,0,0,0,0,0,0,3.87498,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2115101; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2115101,1,1,7,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Bronwyn Stouthammer c.21197 +DELETE FROM creature_movement WHERE id = 74332; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(74332,1,2055.93,6816.51,175.598,40000,0,0,0,0,0,0,0,0,0,1.96886,0,0), +(74332,2,2055.93,6816.51,175.598,24000,2119701,0,0,0,0,0,0,0,0,1.96886,0,0), +(74332,3,2055.93,6816.51,175.598,180000,0,0,0,0,0,0,0,0,0,1.96886,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2119701; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2119701,0,31,21151,50,0,0,0,0,0,0,0,0,0,0,0,''), -- let check if creature is alive +(2119701,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2119701,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2119701,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0.0192242,''), +(2119701,5,0,0,0,0,0,0,2000005679,0,0,0,0,0,0,0,''), +(2119701,10,0,0,0,21151,50,7,2000005680,2000005056,0,0,0,0,0,0,'force buddy to: say text'), -- 'old text id here' only 1st one is new. +(2119701,15,0,0,0,0,0,0,2000005681,0,0,0,0,0,0,0,''), +(2119701,18,0,0,0,21151,50,7,2000005682,0,0,0,0,0,0,0,'force buddy to: say text'), +(2119701,20,3,0,0,0,0,0,0,0,0,0,0,0,0,1.96886,''), +(2119701,22,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''); +UPDATE creature_template_addon SET emote = 69 WHERE entry = 21197; +UPDATE db_script_string SET emote = 6 WHERE entry = 2000005056; +DELETE FROM db_script_string WHERE entry IN (2000005679,2000005680,2000005681,2000005682); -- missing text added +INSERT INTO db_script_string (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 +(2000005679,'Borgrim, this is no time for drinking. We just got here. We need to get settled in.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL), +(2000005680,'I thought this was going to be our chance to get away from it all? Our vacation?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL), +(2000005681,'Men!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), +(2000005682,'Women!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL); +-- Innkeeper Coryth Stoktron c.18907 +UPDATE creature_movement SET script_id = 1890701, emote = 0 WHERE id = 67880 AND point = 2; +UPDATE creature_movement SET script_id = 1890702, emote = 0 WHERE id = 67880 AND point = 4; +UPDATE creature_movement SET script_id = 1890701, emote = 0 WHERE id = 67880 AND point = 6; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1890701,1890702); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1890701,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1890702,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Naka c.18993 +UPDATE creature_movement SET script_id = 1899301, emote = 0 WHERE id = 68273 AND point = 1; +UPDATE creature_movement SET script_id = 1899301, emote = 0 WHERE id = 68273 AND point = 3; +UPDATE creature_movement SET script_id = 1899302, emote = 0 WHERE id = 68273 AND point = 5; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1899301,1899302); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1899301,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1899302,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Warden Moi'bff Jill c.18408 +UPDATE creature_movement SET script_id = 1840801, textid1 = 0, textid2 = 0, emote = 0 WHERE id = 65800 AND point = 6; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1840801; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1840801,0,1,173,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1840801,10,0,0,0,0,0,0,2000005042,2000005219,0,0,0,0,0,0,''), +(1840801,27,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Allerian Defender c.18999 +DELETE FROM creature_movement WHERE id IN (68291,68293); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(68293,1,-2969.74,3975.3,1.29151,60000,0,0,0,0,0,0,0,0,0,1.46608,0,0), +(68293,2,-2969.74,3975.3,1.29151,20000,1899901,0,0,0,0,0,0,0,0,1.46608,0,0), +(68293,3,-2969.74,3975.3,1.29151,180000,0,0,0,0,0,0,0,0,0,1.46608,0,0); +UPDATE creature SET MovementType = 0, spawndist = 0 WHERE guid = 68291; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1899901; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1899901,5,0,0,0,0,0,0,2000005683,2000005046,2000005684,2000005685,0,0,0,0,''), -- 2000005046 allready in DB (do not change it) +(1899901,10,0,0,0,18999,20,7,2000005686,2000005047,2000005687,2000005688,0,0,0,0,'force buddy to: say text'); -- 2000005047 allready in DB (do not change it) +DELETE FROM db_script_string WHERE entry BETWEEN 2000005683 AND 2000005688; -- missing text added +INSERT INTO db_script_string (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 +(2000005683,'Hey, did you read the bounty on this wanted poster?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL), +(2000005684,'This wanted poster says that they\'re offering gold to these so-called adventurers to go kill things. Isn\'t that what we do? I don\'t think I\'m being paid enough!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005685,'This poster has a bounty on bonelashers. You think I should do that?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL), +(2000005686,'Is that wanted poster all that you\'re going to talk about today?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL), +(2000005687,'I could use the extra money.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005688,'The bonelashers of the wastes are no laughing matter. I hear they carry diseases!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL); +UPDATE db_script_string SET emote = 1 WHERE entry IN (2000005046,2000005047); +-- Allerian Peasant c.19147 +UPDATE creature_movement SET waittime = 4000, script_id = 1914701, emote = 0 WHERE id = 68468 AND point = 3; +UPDATE creature_movement SET waittime = 4000, script_id = 1914701, emote = 0 WHERE id = 68468 AND point = 9; +UPDATE creature_movement SET script_id = 1914702, emote = 0 WHERE id = 68469 AND point = 2; +UPDATE creature_movement SET waittime = 4000, script_id = 1914701, emote = 0 WHERE id = 68469 AND point = 6; +UPDATE creature_movement SET waittime = 4000, script_id = 1914701, emote = 0 WHERE id = 68470 AND point = 1; +UPDATE creature_movement SET waittime = 4000, script_id = 1914701, emote = 0 WHERE id = 68470 AND point = 6; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1914701,1914702); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1914701,1,1,381,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1914701,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1914702,0,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Dockmaster c.6846 +UPDATE creature_movement SET script_id = 684601, textid1 = 0 WHERE id = 80737 AND point = 6; +DELETE FROM dbscripts_on_creature_movement WHERE id = 684601; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(684601,1,0,0,0,0,0,0,2000005132,0,0,0,0,0,0,0,''); +UPDATE db_script_string SET emote = 5 WHERE entry = 2000005132; +-- Dawnblade Blood Knight c.24976 +UPDATE creature_movement SET waittime = 5000, script_id = 2497601, textid1 = 0 WHERE id = 94309 AND point = 1; +UPDATE creature_movement SET script_id = 2497602, spell = 0 WHERE id = 94309 AND point = 2; +UPDATE creature_movement SET waittime = 5000, script_id = 2497601, textid1 = 0 WHERE id = 94325 AND point = 1; +UPDATE creature_movement SET script_id = 2497602, spell = 0 WHERE id = 94325 AND point = 2; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2497601,2497602); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2497601,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(2497601,2,1,25,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2497601,5,0,0,0,0,0,0,2000005200,0,0,0,0,0,0,0,''), +(2497602,1,15,45105,0,0,0,0,0,0,0,0,0,0,0,0,'cast 45105'), +(2497602,2,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'); +-- Whirligig Wafflefry c.25885 and Harbinger Haronem c.19475 +DELETE FROM creature_movement WHERE id IN (96594,96592); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(96594,1,-1918.05,5334.41,-12.428,120000,0,0,0,0,0,0,0,0,0,3.35103,0,0), +(96594,2,-1918.05,5334.41,-12.428,20000,2588501,0,0,0,0,0,0,0,0,3.35103,0,0), +(96594,3,-1918.05,5334.41,-12.428,120000,0,0,0,0,0,0,0,0,0,3.35103,0,0), +(96594,4,-1918.05,5334.41,-12.428,60000,2588502,0,0,0,0,0,0,0,0,3.35103,0,0), +(96594,5,-1918.05,5334.41,-12.428,60000,2588503,0,0,0,0,0,0,0,0,3.35103,0,0), +(96594,6,-1918.05,5334.41,-12.428,60000,2588504,0,0,0,0,0,0,0,0,3.35103,0,0), +(96594,7,-1918.05,5334.41,-12.428,60000,2588505,0,0,0,0,0,0,0,0,3.35103,0,0), +(96594,8,-1918.05,5334.41,-12.428,300000,0,0,0,0,0,0,0,0,0,3.35103,0,0); +UPDATE creature SET MovementType = 0, spawndist = 0 WHERE guid = 96592; +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 2588501 AND 2588505; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2588501,5,0,0,0,0,0,0,2000005201,0,0,0,0,0,0,0,''), +(2588501,7,3,0,0,19475,50,7,0,0,0,0,0,0,0,0.452172,'force buddy to move'), +(2588501,10,0,0,0,19475,50,7,2000005205,0,0,0,0,0,0,0,'force buddy to: say text'), +(2588501,15,3,0,0,19475,50,7,0,0,0,0,0,0,0,3.4383,'force buddy to move'), +(2588502,5,0,0,0,0,0,0,2000005206,0,0,0,0,0,0,0,''), +(2588503,5,0,0,0,0,0,0,2000005207,0,0,0,0,0,0,0,''), +(2588504,5,0,0,0,0,0,0,2000005208,0,0,0,0,0,0,0,''), +(2588505,5,0,0,0,0,0,0,2000005209,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry = 2000005201; -- this was duplicate with 2000005200 so i'll reuse it. +INSERT INTO db_script_string (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 +(2000005201,'Hey, harbringer, how\'s that research coming along? There might be an Ultra-Kinetic Waffle Iron in it for you if you\'re prompt with the results!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL); +UPDATE db_script_string SET emote = 6 WHERE entry = 2000005205; +UPDATE db_script_string SET emote = 1 WHERE entry IN (2000005206,2000005207,2000005208,2000005209); +-- Wretched Captive c.16916 and Sergeant Kan'ren c.16924 -- update (2 duplicated scripts found) +-- Wretched Captive +UPDATE creature SET MovementType = 0 WHERE guid = 58691; +DELETE FROM creature_movement WHERE id = 58691; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1691601,1691602); +-- Sergeant Kan'ren +UPDATE creature_template SET MovementType = 2 WHERE entry = 16924; +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 58702; +DELETE FROM creature_movement_template WHERE entry = 16924; +INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(16924,1,9512.21,-6840.16,16.4934,40000,1692401,0,0,0,0,0,0,0,0,1.0472,0,0), +(16924,2,9512.21,-6840.16,16.4934,30000,1692402,0,0,0,0,0,0,0,0,1.0472,0,0), +(16924,3,9512.21,-6840.16,16.4934,40000,1692401,0,0,0,0,0,0,0,0,1.0472,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1692401,1692402); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1692401,0,31,16916,20,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(1692401,1,1,20,0,16916,58691,7 | 0x10,0,0,0,0,0,0,0,0,''), +(1692401,18,1,20,0,16916,58691,7 | 0x10,0,0,0,0,0,0,0,0,''), +(1692401,35,1,20,0,16916,58691,7 | 0x10,0,0,0,0,0,0,0,0,''), +(1692402,0,31,16916,20,0,0,0,0,0,0,0,0,0,0,0,''), -- check if creature is alive +(1692402,2,1,20,0,16916,58691,7 | 0x10,0,0,0,0,0,0,0,0,''), +(1692402,10,0,0,0,0,0,0,2000005689,0,0,0,0,0,0,0,''), +(1692402,16,0,0,0,16916,58691,7 | 0x10,2000005036,0,0,0,0,0,0,0,'force buddy to: say text'), +(1692402,23,0,0,0,0,0,0,2000005690,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry = 2000005038; -- duplicate removed +DELETE FROM db_script_string WHERE entry IN (2000005689,2000005690); +INSERT INTO db_script_string (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 +(2000005689,'Tell us! Where does your leader hide?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005690,'You\'re not getting anything until you speak, scum!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,274,NULL); +-- Sleyin c.18926 +UPDATE creature_movement SET script_id = 1892601, textid1 = 0 WHERE id = 67954 AND point = 2; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1892601; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1892601,1,0,0,0,0,0,0,2000005045,0,0,0,0,0,0,0,''); +-- Novice Ranger c.16923 +DELETE FROM creature_movement WHERE id = 58701; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(58701,1,9520.85,-6858.46,18.6936,120000,0,0,0,0,0,0,0,0,0,5.39307,0,0), +(58701,2,9520.85,-6858.46,18.6936,60000,1692301,0,0,0,0,0,0,0,0,5.39307,0,0), +(58701,3,9520.85,-6858.46,18.6936,120000,0,0,0,0,0,0,0,0,0,5.39307,0,0), +(58701,4,9520.85,-6858.46,18.6936,120000,0,0,0,0,0,0,0,0,0,5.39307,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 1692301; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1692301,1,0,0,0,0,0,0,2000005037,0,0,0,0,0,0,0,''); +-- Jero'me c.19882 +DELETE FROM creature_movement WHERE id = 71028; +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 71028; +UPDATE creature_template SET MovementType = 2 WHERE entry = 19882; -- now move him to template (unique npc) +DELETE FROM creature_movement_template WHERE entry = 19882; +INSERT INTO creature_movement_template VALUES +(19882,1,9369.102539,-7271.153320,6.438106,0,0,0,0,0,0,0,0,0,0,5.085822,0,0), +(19882,2,9369.939453,-7282.010742,6.028701,0,0,0,0,0,0,0,0,0,0,4.553330,0,0), +(19882,3,9367.662109,-7287.407715,6.043704,0,0,0,0,0,0,0,0,0,0,4.564327,0,0), +(19882,4,9366.739258,-7291.028320,6.033945,0,0,0,0,0,0,0,0,0,0,4.897333,0,0), +(19882,5,9367.386719,-7293.759766,6.077849,0,0,0,0,0,0,0,0,0,0,5.193422,0,0), +(19882,6,9368.846680,-7295.332031,6.055447,0,0,0,0,0,0,0,0,0,0,5.785610,0,0), +(19882,7,9370.839844,-7296.559570,6.002626,55000,1988202,0,0,0,0,0,0,0,0,6.148458,0,0), +(19882,8,9373.992188,-7295.152832,6.033075,0,0,0,0,0,0,0,0,0,0,0.843879,0,0), +(19882,9,9375.615234,-7291.850586,6.082792,0,0,0,0,0,0,0,0,0,0,1.828768,0,0), +(19882,10,9374.558594,-7288.240234,6.066258,0,0,0,0,0,0,0,0,0,0,2.287441,0,0), +(19882,11,9371.155273,-7283.691406,6.009543,0,0,0,0,0,0,0,0,0,0,1.835837,0,0), +(19882,12,9371.009766,-7271.752441,6.361491,0,0,0,0,0,0,0,0,0,0,1.140760,0,0), +(19882,13,9372.469727,-7269.143555,6.486478,0,0,0,0,0,0,0,0,0,0,0.796755,0,0), +(19882,14,9377.165039,-7264.609375,6.426595,0,1988201,0,0,0,0,0,0,0,0,1.187883,0,0), +(19882,15,9373.852539,-7267.435059,6.522054,0,0,0,0,0,0,0,0,0,0,3.550361,0,0), +(19882,16,9371.667969,-7268.265137,6.558457,0,0,0,0,0,0,0,0,0,0,4.092286,0,0), +(19882,17,9370.189453,-7271.831055,6.386025,0,0,0,0,0,0,0,0,0,0,4.233657,0,0), +(19882,18,9369.839844,-7275.256836,6.207770,35000,1988203,0,0,0,0,0,0,0,0,4.526608,0,0), +(19882,19,9370.421875,-7270.666992,6.410407,0,0,0,0,0,0,0,0,0,0,1.083419,0,0), +(19882,20,9374.119141,-7267.657715,6.508181,0,0,0,0,0,0,0,0,0,0,0.982103,0,0), +(19882,21,9376.311523,-7265.423340,6.455277,0,0,0,0,0,0,0,0,0,0,1.425853,0,0), +(19882,22,9376.176758,-7262.510742,6.530025,0,0,0,0,0,0,0,0,0,0,2.065953,0,0), +(19882,23,9374.440430,-7260.192871,6.534329,55000,1988202,0,0,0,0,0,0,0,0,2.813652,0,0), +(19882,24,9371.209961,-7259.106445,6.511824,0,0,0,0,0,0,0,0,0,0,3.709792,0,0), +(19882,25,9367.897461,-7261.349121,6.499341,0,0,0,0,0,0,0,0,0,0,4.533675,0,0), +(19882,26,9367.320313,-7264.825195,6.546020,0,0,0,0,0,0,0,0,0,0,5.035542,0,0), +(19882,27,9369.051758,-7269.129883,6.489475,0,0,0,0,0,0,0,0,0,0,4.761436,0,0), +(19882,28,9369.851563,-7283.979492,6.017700,0,1988201,0,0,0,0,0,0,0,0,4.341251,0,0), +(19882,29,9367.793945,-7288.122559,6.054633,0,0,0,0,0,0,0,0,0,0,4.638915,0,0), +(19882,30,9366.956055,-7292.995117,6.050140,0,0,0,0,0,0,0,0,0,0,5.143135,0,0), +(19882,31,9369.373047,-7296.413086,6.028101,0,0,0,0,0,0,0,0,0,0,6.036128,0,0), +(19882,32,9373.168945,-7295.947266,5.989172,0,0,0,0,0,0,0,0,0,0,0.751967,0,0), +(19882,33,9375.589844,-7292.797363,6.073355,0,0,0,0,0,0,0,0,0,0,1.700728,0,0), +(19882,34,9375.041992,-7289.183594,6.063882,0,0,0,0,0,0,0,0,0,0,2.262288,0,0), +(19882,35,9371.691406,-7283.854004,6.024440,0,0,0,0,0,0,0,0,0,0,1.749422,0,0), +(19882,36,9370.669922,-7277.214844,6.121726,0,0,0,0,0,0,0,0,0,0,1.621403,0,0), +(19882,37,9370.479492,-7273.188477,6.290309,0,0,0,0,0,0,0,0,0,0,1.249909,0,0), +(19882,38,9373.418945,-7268.357910,6.507642,0,1988201,0,0,0,0,0,0,0,0,0.867420,0,0), +(19882,39,9375.408203,-7261.919922,6.549405,0,0,0,0,0,0,0,0,0,0,2.264647,0,0), +(19882,40,9372.599609,-7259.901855,6.525498,0,0,0,0,0,0,0,0,0,0,3.263674,0,0), +(19882,41,9368.984375,-7260.939941,6.542140,0,0,0,0,0,0,0,0,0,0,3.976816,0,0), +(19882,42,9367.355469,-7262.934570,6.537172,0,0,0,0,0,0,0,0,0,0,4.726868,0,0), +(19882,43,9368.758789,-7268.067383,6.530116,0,0,0,0,0,0,0,0,0,0,4.860382,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1988201 AND 1988203; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1988201,1,0,0,0,0,0,0,2000005052,2000005053,2000005054,2000005055,0,0,0,0,''), +(1988202,1,0,0,0,0,0,0,2000000342,0,0,0,0,0,0,0,''), +(1988202,2,15,34664,0,0,0,0x04,0,0,0,0,0,0,0,0,''), +(1988202,50,14,34664,0,0,0,0x04,0,0,0,0,0,0,0,0,''), +(1988202,51,0,0,0,0,0,0,2000000343,0,0,0,0,0,0,0,''), +(1988203,2,28,1,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_SIT'), +(1988203,30,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'), +(1988203,31,0,0,0,0,0,0,2000005052,2000005053,2000005054,2000005055,0,0,0,0,''); +UPDATE db_script_string SET emote = 1 WHERE entry = 2000005052; +UPDATE db_script_string SET emote = 71 WHERE entry = 2000005053; +UPDATE db_script_string SET content_default = 'Spare some change for a starving artist?', emote = 1 WHERE entry = 2000005054; +UPDATE db_script_string SET content_default = 'What up son! Wait....is anyone there? ', emote = 6 WHERE entry = 2000005055; +DELETE FROM db_script_string WHERE entry BETWEEN 2000000342 AND 2000000343; +INSERT INTO db_script_string (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 +(2000000342,'%s falls into drunken sleep.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), +(2000000343,'%s wakes up and slowly rises to his feet.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL); +-- Draaca Longtail c.22396 +UPDATE creature_movement SET emote = 0 WHERE id = 78731 AND point = 5; +-- Gava'xi c.18298 +UPDATE creature_movement SET emote = 0 WHERE id = 86608 AND point = 13; +-- Disidra Stormglory c.32718 +UPDATE creature_movement SET script_id = 3271801, emote = 0 WHERE id = 115281 AND point = 13; +DELETE FROM dbscripts_on_creature_movement WHERE id = 3271801; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3271801,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Boulder'mok Brute#1 c.21046 +DELETE FROM creature_movement WHERE id = 73897; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(73897,1,3603.23,7137.36,140.446,0,0,0,0,0,0,0,0,0,0,3.86289,0,0), +(73897,2,3588.73,7122.47,140.446,0,0,0,0,0,0,0,0,0,0,4.04354,0,0), +(73897,3,3588.73,7122.47,140.446,5000,0,0,0,0,0,0,0,0,0,4.04354,0,0), +(73897,4,3588.73,7122.47,140.446,18000,2104603,0,0,0,0,0,0,0,0,4.04354,0,0), +(73897,5,3606.15,7137.2,140.446,0,0,0,0,0,0,0,0,0,0,5.71958,0,0), +(73897,6,3609.74,7136.49,140.571,30000,2104604,0,0,0,0,0,0,0,0,6.00902,0,0), +(73897,7,3609.74,7136.49,140.571,3000,0,0,0,0,0,0,0,0,0,6.00902,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2104603,2104605); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2104603,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2104603,4,1,10,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2104603,13,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2104603,14,1,11,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2104604,2,1,233,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2104604,29,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2104605,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2104605,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2104605,16,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Boulder'mok Brute#2 c.21046 +DELETE FROM creature_movement WHERE id = 73904; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(73904,1,3603.66,7196.44,138.701,0,0,0,0,0,0,0,0,0,0,2.93142,0,0), +(73904,2,3595.64,7197.24,138.323,55000,2104701,0,0,0,0,0,0,0,0,2.92906,0,0), +(73904,3,3604.57,7197.61,138.72,0,0,0,0,0,0,0,0,0,0,0.288551,0,0), +(73904,4,3612.32,7202.37,138.364,0,0,0,0,0,0,0,0,0,0,0.889381,0,0), +(73904,5,3616.86,7210.92,137.031,25000,2104605,0,0,0,0,0,0,0,0,0.887025,0,0); +-- Dread Crew#1 c.28052 +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 86277 AND point = 1; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86277 AND point = 3; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86277 AND point = 5; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 86277 AND point = 6; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 86277 AND point = 7; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 86277 AND point = 9; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 86277 AND point = 11; +UPDATE creature_movement SET script_id = 2805205, spell = 0 WHERE id = 86277 AND point = 12; +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 2805201 AND 2805205; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2805201,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2805201,11,1,10,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2805202,1,1,7,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2805203,1,1,4,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2805204,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2805204,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2805205,1,15,11544,0,0,0,0,0,0,0,0,0,0,0,0,'cast 11544'); +-- Dread Crew#2 c.28052 +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 77646 AND point = 2; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 77646 AND point = 4; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 77646 AND point = 5; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 77646 AND point = 7; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 77646 AND point = 8; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 77646 AND point = 9; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 77646 AND point = 11; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 77646 AND point = 13; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 77646 AND point = 15; +-- Dread Crew#3 c.28052 +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 43212 AND point = 1; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 43212 AND point = 2; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 43212 AND point = 3; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 43212 AND point = 4; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 43212 AND point = 5; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 43212 AND point = 7; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 43212 AND point = 9; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 43212 AND point = 11; +-- Dread Crew#4 c.28052 +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 86278 AND point = 2; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 86278 AND point = 4; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 86278 AND point = 6; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86278 AND point = 8; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86278 AND point = 9; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 86278 AND point = 10; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86278 AND point = 11; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86278 AND point = 12; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 86278 AND point = 13; +-- Dread Crew#5 c.28052 +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 16402 AND point = 1; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 16402 AND point = 3; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 16402 AND point = 4; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 16402 AND point = 5; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 16402 AND point = 6; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 16402 AND point = 8; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 16402 AND point = 10; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 16402 AND point = 11; +-- Dread Crew#6 c.28052 +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 100431 AND point = 1; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 100431 AND point = 3; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 100431 AND point = 5; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 100431 AND point = 7; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 100431 AND point = 8; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 100431 AND point = 10; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 100431 AND point = 12; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 100431 AND point = 13; +-- Dread Crew#7 c.28052 +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86869 AND point = 1; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 86869 AND point = 2; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86869 AND point = 3; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 86869 AND point = 5; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86869 AND point = 7; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86869 AND point = 8; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86869 AND point = 9; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 86869 AND point = 10; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86869 AND point = 11; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86869 AND point = 12; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 86869 AND point = 13; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 86869 AND point = 14; +-- Dread Crew#8 c.28052 +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 100084 AND point = 1; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 100084 AND point = 2; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 100084 AND point = 3; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 100084 AND point = 5; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 100084 AND point = 7; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 100084 AND point = 8; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 100084 AND point = 9; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 100084 AND point = 10; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 100084 AND point = 11; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 100084 AND point = 12; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 100084 AND point = 13; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 100084 AND point = 14; +-- Dread Crew#9 c.28052 +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 97346 AND point = 1; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 97346 AND point = 3; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 97346 AND point = 5; +UPDATE creature_movement SET script_id = 2805205, spell = 0 WHERE id = 97346 AND point = 6; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 97346 AND point = 7; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 97346 AND point = 8; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 97346 AND point = 9; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 97346 AND point = 10; +UPDATE creature_movement SET script_id = 2805205, spell = 0 WHERE id = 97346 AND point = 11; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 97346 AND point = 12; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 97346 AND point = 13; +-- Dread Crew#10 c.28052 +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 105593 AND point = 1; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 105593 AND point = 3; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 105593 AND point = 5; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 105593 AND point = 7; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 105593 AND point = 9; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 105593 AND point = 10; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 105593 AND point = 12; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 105593 AND point = 14; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 105593 AND point = 15; +-- Dread Crew#11 c.28052 +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 105582 AND point = 1; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 105582 AND point = 3; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 105582 AND point = 5; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 105582 AND point = 7; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 105582 AND point = 8; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 105582 AND point = 9; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 105582 AND point = 11; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 105582 AND point = 12; +-- Dread Crew#12 c.28052 +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 70165 AND point = 3; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 70165 AND point = 5; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 70165 AND point = 7; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 70165 AND point = 9; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 70165 AND point = 11; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 70165 AND point = 13; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 70165 AND point = 14; +-- Dread Crew#13 c.28052 +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 84498 AND point = 3; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 84498 AND point = 5; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 84498 AND point = 10; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 84498 AND point = 12; +-- Dread Crew#14 c.28052 +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 78933 AND point = 2; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 78933 AND point = 6; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 78933 AND point = 8; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 78933 AND point = 11; +-- Dread Crew#15 c.28052 +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 102309 AND point = 2; +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 102309 AND point = 4; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 102309 AND point = 8; +UPDATE creature_movement SET script_id = 2805201, emote = 0 WHERE id = 102309 AND point = 11; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 102309 AND point = 13; +UPDATE creature_movement SET script_id = 2805204, emote = 0 WHERE id = 102309 AND point = 16; +UPDATE creature_movement SET script_id = 2805202, emote = 0 WHERE id = 102309 AND point = 18; +-- Dread Crew#16 c.28052 +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 93838 AND point = 3; +-- Dread Crew#17 c.28052 +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 77647 AND point = 3; +-- Dread Crew#18 c.28052 +UPDATE creature_movement SET script_id = 2805203, emote = 0 WHERE id = 105579 AND point = 3; +-- Engineer Kurtis Paddock c.29288 -- req. new emote command 11/2013 +DELETE FROM creature_movement WHERE id = 49580; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(49580,1,-8419.88,1298.12,20.9113,10000,0,0,0,0,0,0,0,0,0,4.7032,0,0), +(49580,2,-8419.88,1298.12,20.9113,2000,2928801,0,0,0,0,0,0,0,0,4.7032,0,0), +(49580,3,-8419.88,1298.12,20.9113,6000,0,0,0,0,0,0,0,0,0,4.7032,0,0), +(49580,4,-8419.88,1298.12,20.9113,2000,2928801,0,0,0,0,0,0,0,0,4.7032,0,0), +(49580,5,-8419.88,1298.12,20.9113,6000,0,0,0,0,0,0,0,0,0,4.7032,0,0), +(49580,6,-8419.88,1298.12,20.9113,2000,2928801,0,0,0,0,0,0,0,0,4.7032,0,0), +(49580,7,-8419.88,1298.12,20.9113,6000,0,0,0,0,0,0,0,0,0,4.7032,0,0), +(49580,8,-8425.25,1300.45,20.8698,0,0,0,0,0,0,0,0,0,0,1.5129,0,0), +(49580,9,-8425.68,1310.2,11.3676,15000,0,0,0,0,0,0,0,0,0,1.6205,0,0), +(49580,10,-8423.6,1315.14,11.2577,0,0,0,0,0,0,0,0,0,0,0.970193,0,0), +(49580,11,-8421.38,1318.37,11.2047,3000,0,0,0,0,0,0,0,0,0,0.960767,0,0), +(49580,12,-8421.38,1318.37,11.2047,4000,2928801,0,0,0,0,0,0,0,0,0.960767,0,0), +(49580,13,-8422.7,1318.96,11.1473,0,0,0,0,0,0,0,0,0,0,3.68126,0,0), +(49580,14,-8425.77,1310.05,11.373,0,0,0,0,0,0,0,0,0,0,4.73213,0,0), +(49580,15,-8425.42,1300.53,20.8331,0,0,0,0,0,0,0,0,0,0,6.05788,0,0), +(49580,16,-8419.91,1298.8,20.9113,0,0,0,0,0,0,0,0,0,0,4.67636,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2928801; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2928801,1,1,1,0,0,0,0,6,274,273,0,0,0,0,0,''); +-- Orland Schaeffer c.29506 +DELETE FROM creature_movement WHERE id = 102071; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(102071,1,5910.67,679.581,643.497,0,0,0,0,0,0,0,0,0,0,2.46859,0,0), +(102071,2,5910.67,679.581,643.497,90000,2950601,0,0,0,0,0,0,0,0,2.46859,0,0), +(102071,3,5912.5,682.377,643.497,90000,2950602,0,0,0,0,0,0,0,0,1.10659,0,0), +(102071,4,5911.21,679.712,643.497,0,0,0,0,0,0,0,0,0,0,0,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2950601,2950602); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2950601,1,1,233,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2950601,85,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2950602,1,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2950602,85,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Moon Priestess Nici c.32714 +UPDATE creature_movement SET script_id = 3271401, emote = 0 WHERE id = 114933 AND point = 51; +DELETE FROM dbscripts_on_creature_movement WHERE id = 3271401; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3271401,2,1,415,0,0,0,0,0,0,0,0,0,0,0,0,''), +(3271401,22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Sorrow c.32715 +UPDATE creature_movement SET script_id = 3271501, emote = 0 WHERE id = 114952 AND point = 5; +UPDATE creature_movement SET script_id = 3271502, emote = 0 WHERE id = 114952 AND point = 14; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (3271501,3271502); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3271501,2,1,415,0,0,0,0,0,0,0,0,0,0,0,0,''), +(3271501,22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(3271502,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Mendez Nightshadow c.32747 +UPDATE creature_movement SET script_id = 3274701, emote = 0 WHERE id = 118176 AND point = 6; +DELETE FROM dbscripts_on_creature_movement WHERE id = 3274701; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3274701,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Amera Sky c.32745 +UPDATE creature_movement SET script_id = 3274501, emote = 0 WHERE id = 117938 AND point = 7; +UPDATE creature_movement SET script_id = 3274501, emote = 0 WHERE id = 117938 AND point = 20; +DELETE FROM dbscripts_on_creature_movement WHERE id = 3274501; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3274501,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Galkara the Assassin c.32425 +UPDATE creature_movement SET script_id = 3242501, emote = 0 WHERE id = 111937 AND point = 8; +UPDATE creature_movement SET script_id = 3242502, emote = 0 WHERE id = 111937 AND point = 11; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (3242501,3242502); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3242501,2,1,415,0,0,0,0,0,0,0,0,0,0,0,0,''), +(3242501,22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(3242502,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Saedelin Whitedawn c.32706 +UPDATE creature_movement SET script_id = 3270601, emote = 0 WHERE id = 114292 AND point = 28; +DELETE FROM dbscripts_on_creature_movement WHERE id = 3270601; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3270601,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Warp-Huntress Kula c.32711 +UPDATE creature_movement SET script_id = 3271101, emote = 0 WHERE id = 114764 AND point = 13; +UPDATE creature_movement SET script_id = 3271101, emote = 0 WHERE id = 114764 AND point = 44; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3271101,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Susana Averoy c.28691 +UPDATE creature_movement SET waittime = 20000, script_id = 2869101, emote = 0 WHERE id = 97931 AND point = 8; +UPDATE creature_movement SET waittime = 20000, script_id = 2869101, emote = 0 WHERE id = 97931 AND point = 12; +UPDATE creature_movement SET waittime = 20000, script_id = 2869102, emote = 0 WHERE id = 97931 AND point = 16; +UPDATE creature_movement SET waittime = 20000, script_id = 2869102, emote = 0 WHERE id = 97931 AND point = 17; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2869101,2869102); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2869101,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2869101,17,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2869102,3,28,8,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), +(2869102,17,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'); +-- Josie Birch c.29640 +DELETE FROM creature_movement WHERE id = 114781; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(114781,1,5861.59,751.648,640.596,50000,0,0,0,0,0,0,0,0,0,5.07891,0,0), +(114781,2,5861.59,751.648,640.596,20000,2964001,0,0,0,0,0,0,0,0,5.07891,0,0), +(114781,3,5863.3,748.935,640.581,20000,2964002,0,0,0,0,0,0,0,0,5.4413,0,0), +(114781,4,5861.59,751.648,640.596,50000,0,0,0,0,0,0,0,0,0,5.07891,0,0), +(114781,5,5864.05,747.998,640.577,0,0,0,0,0,0,0,0,0,0,5.07891,0,0), +(114781,6,5864.05,747.998,640.577,20000,2964001,0,0,0,0,0,0,746,0,5.07891,0,0), +(114781,7,5861.59,751.648,640.596,0,0,0,0,0,0,0,0,0,0,5.07891,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2964001,2964002); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2964001,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0.485437,''), +(2964001,8,15,746,0,32651,10,0x01,0,0,0,0,0,0,0,0,'cast 746 on buddy'), +(2964001,17,3,0,0,0,0,0,0,0,0,0,0,0,0,5.07891,''), +(2964002,3,28,8,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), +(2964002,17,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'); +-- Olisarra the Kind c.28706 +UPDATE creature_movement SET script_id = 2870601, emote = 0 WHERE id = 99029 AND point = 3; +UPDATE creature_movement SET script_id = 2870602, emote = 0 WHERE id = 99029 AND point = 7; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2870601,2870602); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2870601,3,15,746,0,32651,10,0x01,0,0,0,0,0,0,0,0,'cast 746 on buddy'), +(2870602,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Drillmaster Zurok c.19312 +UPDATE creature_movement SET script_id = 1931201, emote = 0 WHERE id = 68898 AND point = 2; +UPDATE creature_movement SET script_id = 1931201, emote = 0 WHERE id = 68898 AND point = 4; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1931201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1931201,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Bladespire Brute c.19995 +UPDATE creature_movement SET script_id = 1999501, emote = 0 WHERE id = 71405 AND point = 14; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1999501; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1999501,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Thulrin c.25239 +UPDATE creature_movement SET script_id = 2523901, emote = 0 WHERE id = 110115 AND point = 2; +UPDATE creature_movement SET waittime = 5000, script_id = 2523902, emote = 0 WHERE id = 110115 AND point = 6; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2523901,2523902); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2523901,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2523901,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2523902,1,1,381,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2523902,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Valiance Keep Worker#1 c.25271 +DELETE FROM creature_movement WHERE id = 113252; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(113252,1,2359.92,5242.06,7.75584,0,0,0,0,0,0,0,0,0,0,3.49751,0,0), +(113252,2,2356.98,5242.16,7.78924,0,0,0,0,0,0,0,0,0,0,2.3697,0,0), +(113252,3,2352.26,5247.09,7.78171,0,0,0,0,0,0,0,0,0,0,1.32512,0,0), +(113252,4,2353.28,5251.16,7.68238,0,0,0,0,0,0,0,0,0,0,0.359081,0,0), +(113252,5,2362.99,5254.59,7.55464,0,0,0,0,0,0,0,0,0,0,6.17103,0,0), +(113252,6,2371.43,5253.99,7.55195,0,0,0,0,0,0,0,0,0,0,0.245197,0,0), +(113252,7,2382.37,5257.24,3.44619,0,0,0,0,0,0,0,0,0,0,0.288394,0,0), +(113252,8,2385.28,5258.1,3.29655,0,0,0,0,0,0,0,0,0,0,6.03358,0,0), +(113252,9,2392.52,5256.32,3.29372,0,0,0,0,0,0,0,0,0,0,4.95759,0,0), +(113252,10,2395.44,5246.34,3.2908,0,0,0,0,0,0,0,0,0,0,4.78088,0,0), +(113252,11,2396.6,5225.96,3.29162,0,0,0,0,0,0,0,0,0,0,4.44708,0,0), +(113252,12,2391.4,5208.38,3.29162,0,0,0,0,0,0,0,0,0,0,2.95482,0,0), +(113252,13,2388.96,5208.91,3.29162,50000,2527101,0,0,0,0,0,0,0,0,2.93126,0,0), +(113252,14,2391.4,5208.38,3.29162,0,0,0,0,0,0,0,0,0,0,1.26229,0,0), +(113252,15,2396.6,5225.96,3.29162,0,0,0,0,0,0,0,0,0,0,1.47435,0,0), +(113252,16,2395.44,5246.34,3.2908,0,0,0,0,0,0,0,0,0,0,1.94952,0,0), +(113252,17,2392.52,5256.32,3.29372,0,0,0,0,0,0,0,0,0,0,2.72313,0,0), +(113252,18,2385.28,5258.1,3.29655,0,0,0,0,0,0,0,0,0,0,3.48104,0,0), +(113252,19,2382.37,5257.24,3.44619,0,0,0,0,0,0,0,0,0,0,3.48104,0,0), +(113252,20,2371.43,5253.99,7.55195,0,0,0,0,0,0,0,0,0,0,3.01373,0,0), +(113252,21,2362.99,5254.59,7.55464,0,0,0,0,0,0,0,0,0,0,3.48104,0,0), +(113252,22,2353.28,5251.16,7.68238,0,0,0,0,0,0,0,0,0,0,4.30964,0,0), +(113252,23,2352.26,5247.09,7.78171,0,0,0,0,0,0,0,0,0,0,4.91832,0,0), +(113252,24,2356.98,5242.16,7.78924,0,0,0,0,0,0,0,0,0,0,6.04536,0,0), +(113252,25,2359.92,5242.06,7.75584,0,0,0,0,0,0,0,0,0,0,5.73513,0,0), +(113252,26,2365.84,5237.83,7.63421,50000,2527101,0,0,0,0,0,0,0,0,5.63419,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2527101,2527102); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2527101,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2527101,45,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2527102,3,1,381,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2527102,13,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Valiance Keep Worker#2 c.25271 +DELETE FROM creature_movement WHERE id = 113251; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(113251,1,2355.3,5266.33,7.75584,0,0,0,0,0,0,0,0,0,0,3.34973,0,0), +(113251,2,2346.46,5262.42,7.54849,0,0,0,0,0,0,0,0,0,0,4.72418,0,0), +(113251,3,2346.98,5256.03,7.61863,0,0,0,0,0,0,0,0,0,0,5.34856,0,0), +(113251,4,2352.05,5249.76,7.68733,0,0,0,0,0,0,0,0,0,0,0.00392437,0,0), +(113251,5,2359.74,5249.94,7.63308,0,0,0,0,0,0,0,0,0,0,0.663659,0,0), +(113251,6,2370.4,5256.88,7.55221,0,0,0,0,0,0,0,0,0,0,0.314157,0,0), +(113251,7,2381.94,5260.98,3.29606,0,0,0,0,0,0,0,0,0,0,0.341645,0,0), +(113251,8,2386.12,5262.47,3.29606,0,0,0,0,0,0,0,0,0,0,6.11825,0,0), +(113251,9,2389.88,5261.6,3.29464,0,0,0,0,0,0,0,0,0,0,5.03441,0,0), +(113251,10,2394.54,5250.4,3.2911,0,0,0,0,0,0,0,0,0,0,3.44005,0,0), +(113251,11,2392.55,5249.76,3.2911,50000,2527101,0,0,0,0,0,0,0,0,4.44708,0,0), +(113251,12,2394.54,5250.4,3.2911,0,0,0,0,0,0,0,0,0,0,1.86533,0,0), +(113251,13,2389.88,5261.6,3.29464,0,0,0,0,0,0,0,0,0,0,5.03441,0,0), +(113251,14,2386.12,5262.47,3.29606,0,0,0,0,0,0,0,0,0,0,2389.88,0,0), +(113251,15,2381.94,5260.98,3.29606,0,0,0,0,0,0,0,0,0,0,2389.88,0,0), +(113251,16,2370.4,5256.88,7.55221,0,0,0,0,0,0,0,0,0,0,2389.88,0,0), +(113251,17,2359.74,5249.94,7.63308,0,0,0,0,0,0,0,0,0,0,2.61538,0,0), +(113251,18,2352.05,5249.76,7.68733,0,0,0,0,0,0,0,0,0,0,2.03812,0,0), +(113251,19,2346.98,5256.03,7.61863,0,0,0,0,0,0,0,0,0,0,5.34856,0,0), +(113251,20,2346.46,5262.42,7.54849,0,0,0,0,0,0,0,0,0,0,0.365217,0,0), +(113251,21,2355.3,5266.33,7.75584,0,0,0,0,0,0,0,0,0,0,0.365217,0,0), +(113251,22,2355.8,5266.07,7.63065,50000,2527101,0,0,0,0,0,0,0,0,0.345582,0,0); +-- Valiance Keep Worker#3 c.25271 +DELETE FROM creature_movement WHERE id = 113246; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(113246,1,2392.47,5208.15,3.29215,0,0,0,0,0,0,0,0,0,0,1.22915,0,0), +(113246,2,2394.35,5215.35,3.29215,0,0,0,0,0,0,0,0,0,0,3.31046,0,0), +(113246,3,2391.9,5214.93,3.29193,50000,2527101,0,0,0,0,0,0,0,0,3.31046,0,0), +(113246,4,2395.65,5218.93,3.29193,0,0,0,0,0,0,0,0,0,0,1.26057,0,0), +(113246,5,2399.95,5235.3,3.29193,0,0,0,0,0,0,0,0,0,0,1.80642,0,0), +(113246,6,2391.69,5262.17,3.29227,0,0,0,0,0,0,0,0,0,0,2.42296,0,0), +(113246,7,2385.13,5267.25,3.29366,15000,2527102,0,0,0,0,0,0,0,0,2.44259,0,0), +(113246,8,2386.8,5263.62,3.29366,0,0,0,0,0,0,0,0,0,0,5.48601,0,0), +(113246,9,2394.74,5256.05,3.29185,0,0,0,0,0,0,0,0,0,0,4.95979,0,0), +(113246,10,2398.14,5244.51,3.29187,0,0,0,0,0,0,0,0,0,0,4.78307,0,0), +(113246,11,2399.09,5231.12,3.29187,0,0,0,0,0,0,0,0,0,0,4.41786,0,0), +(113246,12,2390.35,5199.66,3.29187,0,0,0,0,0,0,0,0,0,0,3.81311,0,0), +(113246,13,2383.77,5194.42,3.29187,50000,2527101,0,0,0,0,0,0,0,0,3.81311,0,0); +-- Stormfleet Deckhand#1 c.25234 +DELETE FROM creature_movement WHERE id = 109655; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(109655,1,2218.42,5252.38,11.285,0,0,0,0,0,0,0,0,0,0,0.113863,0,0), +(109655,2,2219.58,5252.42,11.3045,25000,2523401,0,0,0,0,0,0,0,0,0.0196153,0,0), +(109655,3,2213.76,5252.03,10.9358,0,0,0,0,0,0,0,0,0,0,2.70175,0,0), +(109655,4,2204.99,5256.12,10.5869,0,0,0,0,0,0,0,0,0,0,1.20557,0,0), +(109655,5,2218.15,5292.69,10.6677,0,0,0,0,0,0,0,0,0,0,6.10253,0,0), +(109655,6,2228.59,5290.69,10.9359,0,0,0,0,0,0,0,0,0,0,4.91265,0,0), +(109655,7,2232.49,5290.59,11.1649,0,0,0,0,0,0,0,0,0,0,1.15452,0,0), +(109655,8,2233.65,5293.95,11.4762,25000,2523401,0,0,0,0,0,0,0,0,1.15452,0,0), +(109655,9,2229.5,5285.8,11.2249,0,0,0,0,0,0,0,0,0,0,5.96115,0,0), +(109655,10,2230.39,5285.3,11.2421,0,0,0,0,0,0,0,0,0,0,6.00042,0,0), +(109655,11,2231.17,5285.25,11.2233,25000,2523401,0,0,0,0,0,0,0,0,5.96115,0,0), +(109655,12,2227.8,5291.05,10.9028,0,0,0,0,0,0,0,0,0,0,3.04733,0,0), +(109655,13,2218.2,5291.47,10.6833,0,0,0,0,0,0,0,0,0,0,4.33145,0,0), +(109655,14,2203.76,5255.4,10.5792,0,0,0,0,0,0,0,0,0,0,5.98079,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2523401,2523402,2523403,2523404); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2523401,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2523401,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2523402,3,1,22,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2523402,11,1,70,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2523402,17,1,6,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2523403,2,1,381,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2523403,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2523404,1,1,15,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Stormfleet Deckhand#2 c.25234 +DELETE FROM creature_movement WHERE id = 109652; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(109652,1,2224.21,5293.65,10.826,25000,2523401,0,0,0,0,0,0,0,0,0.596882,0,0), +(109652,2,2220.1,5288.88,10.7057,0,0,0,0,0,0,0,0,0,0,3.44395,0,0), +(109652,3,2215.09,5287.72,10.6693,0,0,0,0,0,0,0,0,0,0,4.28826,0,0), +(109652,4,2212.78,5282.25,10.8133,0,0,0,0,0,0,0,0,0,0,5.48206,0,0), +(109652,5,2216.76,5278.65,11.2862,0,0,0,0,0,0,0,0,0,0,5.54881,0,0), +(109652,6,2222.81,5272.7,7.223,0,0,0,0,0,0,0,0,0,0,5.50562,0,0), +(109652,7,2226.29,5269.28,7.16337,0,0,0,0,0,0,0,0,0,0,5.94937,0,0), +(109652,8,2234.01,5266.39,7.51529,0,0,0,0,0,0,0,0,0,0,5.92581,0,0), +(109652,9,2240.83,5263.85,11.7338,0,0,0,0,0,0,0,0,0,0,5.92581,0,0), +(109652,10,2244.76,5264.69,11.7113,0,0,0,0,0,0,0,0,0,0,5.90617,0,0), +(109652,11,2248.33,5263.27,11.7067,0,0,0,0,0,0,0,0,0,0,4.73593,0,0), +(109652,12,2248.44,5254.41,11.8997,0,0,0,0,0,0,0,0,0,0,4.51209,0,0), +(109652,13,2247.86,5252.43,11.9663,0,0,0,0,0,0,0,0,0,0,4.28433,0,0), +(109652,14,2244.16,5244.03,21.1326,20000,2523402,0,0,0,0,0,0,0,0,4.30003,0,0), +(109652,15,2248.1,5252.48,11.9583,0,0,0,0,0,0,0,0,0,0,1.46082,0,0), +(109652,16,2249.32,5258.77,11.7708,0,0,0,0,0,0,0,0,0,0,1.81032,0,0), +(109652,17,2248.44,5261.55,11.7411,0,0,0,0,0,0,0,0,0,0,2.91773,0,0), +(109652,18,2240.46,5263.34,11.7449,0,0,0,0,0,0,0,0,0,0,2.49362,0,0), +(109652,19,2234.27,5267.91,7.33371,0,0,0,0,0,0,0,0,0,0,2.86275,0,0), +(109652,20,2222.26,5271.09,7.20408,0,0,0,0,0,0,0,0,0,0,2.88239,0,0), +(109652,21,2214.66,5273.73,11.2626,0,0,0,0,0,0,0,0,0,0,2.14019,0,0), +(109652,22,2213.03,5275.86,10.8115,0,0,0,0,0,0,0,0,0,0,1.76712,0,0), +(109652,23,2212.12,5280.54,10.8101,0,0,0,0,0,0,0,0,0,0,1.20949,0,0), +(109652,24,2215.94,5289.2,10.6658,0,0,0,0,0,0,0,0,0,0,0.628296,0,0); +-- Stormfleet Deckhand#3 c.25234 -- correct wps added +DELETE FROM creature_movement WHERE id = 109653; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(109653,1,2265.7,5314.69,22.438,20000,2523402,0,0,0,0,0,0,0,0,5.80828,0,0), +(109653,2,2263.37,5305.24,23.3751,0,0,0,0,0,0,0,0,0,0,4.54772,0,0), +(109653,3,2263.2,5304.93,21.7024,0,0,0,0,0,0,0,0,0,0,4.61055,0,0), +(109653,4,2262.15,5292.59,19.5437,0,0,0,0,0,0,0,0,0,0,4.6616,0,0), +(109653,5,2261.66,5283.29,13.5761,0,0,0,0,0,0,0,0,0,0,4.34351,0,0), +(109653,6,2261.05,5282.67,12.0555,0,0,0,0,0,0,0,0,0,0,3.833,0,0), +(109653,7,2256.04,5279.16,11.8853,10000,2523403,0,0,0,0,0,0,0,0,3.71127,0,0), +(109653,8,2261.46,5281.99,12.0328,25000,2523401,0,0,0,0,0,0,0,0,1.40613,0,0), +(109653,9,2261.48,5282.81,12.8933,0,0,0,0,0,0,0,0,0,0,1.40613,0,0), +(109653,10,2261.58,5283.39,13.6079,0,0,0,0,0,0,0,0,0,0,1.40613,0,0), +(109653,11,2262.41,5305.47,21.7684,0,0,0,0,0,0,0,0,0,0,1.43166,0,0), +(109653,12,2262.51,5305.89,23.3759,0,0,0,0,0,0,0,0,0,0,1.33349,0,0); +-- Stormfleet Deckhand#4 c.25234 -- still got problem with mmaps +UPDATE creature SET MovementType = 2, spawndist = 0 WHERE guid = 109654; +DELETE FROM creature_movement WHERE id = 109654; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(109654,1,2253.49,5252.67,35.7595,20000,2523402,0,0,0,0,0,0,0,0,5.86103,0,0), +(109654,2,2248.38,5255.54,35.9361,0,0,0,0,0,0,0,0,0,0,2.66132,0,0), +(109654,3,2245.05,5257.85,36.238,0,0,0,0,0,0,0,0,0,0,2.72337,0,0), +(109654,4,2244.28,5258.42,36.0902,0,0,0,0,0,0,0,0,0,0,3.03124,0,0), +(109654,5,2240.55,5258.66,36.7351,0,0,0,0,0,0,0,0,0,0,2.94485,0,0), +(109654,6,2239.79,5258.78,35.9885,0,0,0,0,0,0,0,0,0,0,2.80268,0,0), +(109654,7,2233.87,5260.22,35.7524,5000,2523404,0,0,0,0,0,0,0,0,2.88908,0,0), +(109654,8,2240.6,5258.78,36.6595,0,0,0,0,0,0,0,0,0,0,6.06444,0,0), +(109654,9,2244.44,5258.31,36.1157,0,0,0,0,0,0,0,0,0,0,5.83275,0,0), +(109654,10,2247.49,5256.28,36.58,0,0,0,0,0,0,0,0,0,0,5.64191,0,0), +(109654,11,2249.85,5254.61,35.9037,0,0,0,0,0,0,0,0,0,0,5.71652,0,0); +-- Jimmy the Stable Boy c.27364 -- he must be redone completly! need avi. +UPDATE creature_movement SET emote = 0 WHERE id = 117744 AND point = 2; +UPDATE creature_movement SET emote = 0 WHERE id = 117744 AND point = 3; +-- Sandra Bartan c.32403 +UPDATE creature_movement SET script_id = 3240301, emote = 0 WHERE id = 109735 AND point = 14; +DELETE FROM dbscripts_on_creature_movement WHERE id = 3240301; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(3240301,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(3240301,13,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Unu'pe Villager c.27566 +UPDATE creature_movement SET script_id = 2756601, emote = 0 WHERE id = 112379 AND point = 1; +UPDATE creature_movement SET script_id = 2756602, emote = 0 WHERE id = 112379 AND point = 3; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (2756601,2756602); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2756601,3,1,233,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2756601,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2756602,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2756602,13,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Justin Boehm c.29296 +DELETE FROM creature_movement WHERE id = 49649; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(49649,1,-8425.53,1319.01,11.1249,0,0,0,0,0,0,0,0,0,0,0.000259,0,0), +(49649,2,-8423.73,1319,11.1337,0,0,0,0,0,0,0,0,0,0,0.004186,0,0), +(49649,3,-8422.25,1322.46,11.0723,0,0,0,0,0,0,0,0,0,0,0.165193,0,0), +(49649,4,-8418.66,1322.84,11.0669,0,0,0,0,0,0,0,0,0,0,5.61978,0,0), +(49649,5,-8414.76,1319.14,11.1205,0,0,0,0,0,0,0,0,0,0,0.000257,0,0), +(49649,6,-8407.75,1319.34,6.88187,0,0,0,0,0,0,0,0,0,0,0.44872,0,0), +(49649,7,-8402.74,1322.65,6.66857,70000,2929601,0,0,0,0,0,0,0,0,0.72747,0,0), +(49649,8,-8406.85,1319.1,6.73553,0,0,0,0,0,0,0,0,0,0,3.21719,0,0), +(49649,9,-8414.76,1319.05,11.1226,0,0,0,0,0,0,0,0,0,0,3.09545,0,0), +(49649,10,-8418.04,1323.28,11.0556,0,0,0,0,0,0,0,0,0,0,3.33633,0,0), +(49649,11,-8422.66,1322.86,11.0604,0,0,0,0,0,0,0,0,0,0,4.42567,0,0), +(49649,12,-8423.21,1319.68,11.1227,0,0,0,0,0,0,0,0,0,0,3.17924,0,0), +(49649,13,-8425.61,1319.62,11.0512,0,0,0,0,0,0,0,0,0,0,3.16746,0,0), +(49649,14,-8432.95,1319.73,6.73108,70000,2929601,0,0,0,0,0,0,0,0,3.10856,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2929601; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2929601,3,1,379,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2929601,65,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Michael Corpora c.29297 +DELETE FROM creature_movement WHERE id = 49584; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(49584,1,-8417.51,1327.79,11.0264,15000,2929701,0,0,0,0,0,0,0,0,1.73394,0,0), +(49584,2,-8422.86,1327.48,11.0281,0,0,0,0,0,0,0,0,0,0,1.59572,0,0), +(49584,3,-8422.86,1327.7,11.0265,15000,0,0,0,0,0,0,0,0,0,1.59572,0,0), +(49584,4,-8417.62,1327.19,11.0289,0,0,0,0,0,0,0,0,0,0,1.63971,0,0), +(49584,5,-8417.63,1327.32,11.0295,15000,2929701,0,0,0,0,0,0,0,0,1.63971,0,0), +(49584,6,-8420.2,1327.48,11.0422,0,0,0,0,0,0,0,0,0,0,1.5184,0,0), +(49584,7,-8420.19,1329.73,11.0296,0,0,0,0,0,0,0,0,0,0,3.29419,0,0), +(49584,8,-8420.32,1329.71,11.0296,15000,2929701,0,0,0,0,0,0,0,0,3.29419,0,0), +(49584,9,-8419.69,1329.38,11.0306,15000,2929701,0,0,0,0,0,0,0,0,0.048578,0,0), +(49584,10,-8420.09,1326.71,11.0466,0,0,0,0,0,0,0,0,0,0,6.20723,0,0), +(49584,11,-8417.73,1326.82,11.0346,0,0,0,0,0,0,0,0,0,0,1.71554,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2929701; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2929701,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2929701,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Robert Richardson c.29300 +DELETE FROM creature_movement WHERE id = 49588; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(49588,1,-8410.43,1332.88,11.0661,10000,2930001,0,0,0,0,0,0,0,0,0.222403,0,0), +(49588,2,-8417.27,1340.1,11.4042,0,0,0,0,0,0,0,0,0,0,3.11267,0,0), +(49588,3,-8421.54,1340.19,11.4555,0,0,0,0,0,0,0,0,0,0,3.84309,0,0), +(49588,4,-8424.73,1337.23,11.252,0,0,0,0,0,0,0,0,0,0,4.67561,0,0), +(49588,5,-8422.77,1332.19,11.0477,10000,2930001,0,0,0,0,0,0,0,0,5.05652,0,0), +(49588,6,-8428.88,1337.12,11.1986,0,0,0,0,0,0,0,0,0,0,3.15462,0,0), +(49588,7,-8429.08,1337.12,11.1965,60000,0,0,0,0,0,0,0,0,0,3.15462,0,0), +(49588,8,-8422.46,1340.36,11.4403,0,0,0,0,0,0,0,0,0,0,6.21969,0,0), +(49588,9,-8415.57,1340.2,11.359,0,0,0,0,0,0,0,0,0,0,6.19848,0,0), +(49588,10,-8411.82,1337.18,11.2055,0,0,0,0,0,0,0,0,0,0,6.27859,0,0), +(49588,11,-8411.35,1337.18,11.2003,10000,2930001,0,0,0,0,0,0,0,0,6.27859,0,0), +(49588,12,-8417.14,1332.56,11.0659,0,0,0,0,0,0,0,0,0,0,4.546,0,0), +(49588,13,-8417.16,1332.36,11.058,10000,2930001,0,0,0,0,0,0,0,0,4.69366,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2930001; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2930001,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2930001,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Steam Tank Engineer#1 c.29016 +DELETE FROM creature_movement WHERE id = 120714; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(120714,1,-8341.82,1144.29,19.1521,25000,2901601,0,0,0,0,0,0,0,0,2.4732,0,0), +(120714,2,-8333.36,1143.05,18.9424,0,0,0,0,0,0,0,0,0,0,6.11966,0,0), +(120714,3,-8333.25,1143.18,18.9497,25000,2901601,0,0,0,0,0,0,0,0,0.896764,0,0), +(120714,4,-8334.16,1142.16,18.9273,0,0,0,0,0,0,0,0,0,0,5.05309,0,0), +(120714,5,-8331.72,1140.15,18.8464,0,0,0,0,0,0,0,0,0,0,0.083875,0,0), +(120714,6,-8319.58,1140.6,18.88,0,0,0,0,0,0,0,0,0,0,0.260587,0,0), +(120714,7,-8317.88,1144.89,18.983,25000,2901601,0,0,0,0,0,0,0,0,1.15987,0,0), +(120714,8,-8321,1140.26,18.8938,0,0,0,0,0,0,0,0,0,0,3.17049,0,0), +(120714,9,-8331.42,1139.52,18.8309,0,0,0,0,0,0,0,0,0,0,2.85658,0,0); +-- Steam Tank Engineer#2 c.29016 +DELETE FROM creature_movement WHERE id = 120710; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(120710,1,-8427.11,1125.21,19.0443,0,0,0,0,0,0,0,0,0,0,4.81118,0,0), +(120710,2,-8427.28,1120.68,19.0507,0,0,0,0,0,0,0,0,0,0,0.039102,0,0), +(120710,3,-8427.29,1120.68,19.0507,25000,2901601,0,0,0,0,0,0,0,0,0.039102,0,0), +(120710,4,-8427.48,1122.81,19.0507,2000,0,0,0,0,0,0,0,0,0,1.70807,0,0), +(120710,5,-8425.52,1126.73,18.987,0,0,0,0,0,0,0,0,0,0,6.18798,0,0), +(120710,6,-8419.04,1127.63,18.9321,0,0,0,0,0,0,0,0,0,0,5.51882,0,0), +(120710,7,-8414.23,1123.19,19.0504,0,0,0,0,0,0,0,0,0,0,3.3582,0,0), +(120710,8,-8416.29,1122.7,19.0504,25000,2901601,0,0,0,0,0,0,0,0,3.38568,0,0), +(120710,9,-8416.53,1125.82,19.0303,0,0,0,0,0,0,0,0,0,0,2.42436,0,0), +(120710,10,-8420.78,1129.97,18.7194,0,0,0,0,0,0,0,0,0,0,3.04325,0,0), +(120710,11,-8422.75,1129.64,18.7821,0,0,0,0,0,0,0,0,0,0,4.88344,0,0), +(120710,12,-8422.64,1126.61,18.9589,10000,0,0,0,0,0,0,0,0,0,4.77573,0,0); +-- Steam Tank Engineer#3 c.29016 +DELETE FROM creature_movement WHERE id = 120707; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(120707,1,-8429.32,1104.22,19.0518,0,0,0,0,0,0,0,0,0,0,3.67723,0,0), +(120707,2,-8429.52,1104.1,19.0518,25000,2901601,0,0,0,0,0,0,0,0,3.67723,0,0), +(120707,3,-8427.96,1104.87,19.0518,0,0,0,0,0,0,0,0,0,0,6.01201,0,0), +(120707,4,-8422.6,1102.15,19.0518,0,0,0,0,0,0,0,0,0,0,3.92835,0,0), +(120707,5,-8424.83,1095.45,19.0518,0,0,0,0,0,0,0,0,0,0,3.7265,0,0), +(120707,6,-8430.66,1092.24,19.0518,0,0,0,0,0,0,0,0,0,0,1.98056,0,0), +(120707,7,-8431.6,1094,19.0518,25000,2901601,0,0,0,0,0,0,0,0,2.07481,0,0), +(120707,8,-8434.16,1092.08,19.0518,0,0,0,0,0,0,0,0,0,0,2.7314,0,0), +(120707,9,-8438.85,1092.48,19.0518,0,0,0,0,0,0,0,0,0,0,1.90752,0,0), +(120707,10,-8441.77,1101.9,19.0518,0,0,0,0,0,0,0,0,0,0,5.6091,0,0), +(120707,11,-8440.17,1100.4,19.0518,0,0,0,0,0,0,0,0,0,0,0.872371,0,0), +(120707,12,-8439.39,1101.21,19.0518,25000,2901601,0,0,0,0,0,0,0,0,0.808753,0,0), +(120707,13,-8438.81,1099.22,19.0518,0,0,0,0,0,0,0,0,0,0,4.36975,0,0), +(120707,14,-8439.26,1096.63,19.0518,0,0,0,0,0,0,0,0,0,0,5.29022,0,0), +(120707,15,-8436.67,1091.74,19.0518,0,0,0,0,0,0,0,0,0,0,0.294295,0,0), +(120707,16,-8425.42,1095.32,19.0518,0,0,0,0,0,0,0,0,0,0,1.28232,0,0), +(120707,17,-8424.09,1099.62,19.0518,0,0,0,0,0,0,0,0,0,0,3.52808,0,0), +(120707,18,-8427.16,1098.59,19.0518,25000,2901601,0,0,0,0,0,0,0,0,3.45346,0,0); +-- Steam Tank Engineer#4 c.29016 +DELETE FROM creature_movement WHERE id = 120715; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(120715,1,-8451.17,1122.94,19.0531,0,0,0,0,0,0,0,0,0,0,0.781591,0,0), +(120715,2,-8448.09,1127.72,19.0372,0,0,0,0,0,0,0,0,0,0,6.2731,0,0), +(120715,3,-8441.96,1125.39,19.051,0,0,0,0,0,0,0,0,0,0,3.92083,0,0), +(120715,4,-8441.92,1122.8,19.0519,25000,2901601,0,0,0,0,0,0,0,0,4.16039,0,0), +(120715,5,-8439.23,1126.54,19.0519,0,0,0,0,0,0,0,0,0,0,3.25209,0,0), +(120715,6,-8447.35,1126.57,19.051,0,0,0,0,0,0,0,0,0,0,3.45394,0,0), +(120715,7,-8453.81,1123.36,19.051,0,0,0,0,0,0,0,0,0,0,4.38534,0,0), +(120715,8,-8455.5,1116.1,19.051,0,0,0,0,0,0,0,0,0,0,5.5171,0,0), +(120715,9,-8453.39,1114.72,19.051,25000,2901601,0,0,0,0,0,0,0,0,5.75209,0,0), +(120715,10,-8453.8,1118.47,19.051,0,0,0,0,0,0,0,0,0,0,6.27359,0,0), +(120715,11,-8452.08,1118.23,19.0561,25000,2901601,0,0,0,0,0,0,0,0,6.0912,0,0); +-- Steam Tank Engineer#5 c.29016 +DELETE FROM creature_movement WHERE id = 120705; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(120705,1,-8451.93,1104.48,19.0522,1000,2901603,0,0,0,0,0,0,0,0,4.25515,0,0), +(120705,2,-8462.51,1106.1,19.053,25000,2901601,0,0,0,0,0,0,0,0,1.75508,0,0), +(120705,3,-8462.51,1106.1,19.053,25000,2901601,0,0,0,0,0,0,0,0,1.75508,0,0), +(120705,4,-8462.51,1106.1,19.053,25000,2901601,0,0,0,0,0,0,0,0,1.75508,0,0), +(120705,5,-8462.51,1106.1,19.053,25000,2901601,0,0,0,0,0,0,0,0,1.75508,0,0), +(120705,6,-8450.52,1101.22,19.0522,5000,2901602,0,0,0,0,0,0,0,0,2.70619,0,0), +(120705,7,-8450.8,1110.86,19.0561,25000,2901601,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,8,-8450.8,1110.86,19.0561,5000,0,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,9,-8450.8,1110.86,19.0561,25000,2901601,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,10,-8450.8,1110.86,19.0561,5000,0,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,11,-8450.8,1110.86,19.0561,25000,2901601,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,12,-8450.8,1110.86,19.0561,5000,0,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,13,-8450.8,1110.86,19.0561,25000,2901601,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,14,-8450.8,1110.86,19.0561,5000,0,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,15,-8450.8,1110.86,19.0561,25000,2901601,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,16,-8450.8,1110.86,19.0561,5000,0,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,17,-8450.8,1110.86,19.0561,25000,2901601,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,18,-8450.8,1110.86,19.0561,5000,0,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,19,-8450.8,1110.86,19.0561,25000,2901601,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,20,-8450.8,1110.86,19.0561,2000,0,0,0,0,0,0,0,0,0,1.76278,0,0), +(120705,21,-8450.8,1110.86,19.0561,25000,2901601,0,0,0,0,0,0,0,0,1.76278,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 2901601 AND 2901603; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2901601,4,1,233,0,0,0,0,69,0,0,0,0,0,0,0,'random emote'), +(2901601,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2901602,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2901603,0,10,29144,240000,0,0,0,0,0,0,0,-8463.9,1109.41,19.1352,1.48353,'summon - Refurbished Steam Tank'); +-- Refurbished Steam Tank c.29144 +DELETE FROM creature WHERE guid = 120795; +DELETE FROM creature_movement WHERE id = 120795; +UPDATE creature_template SET MovementType = 2 WHERE entry = 29144; -- now move him to template (unique npc) +DELETE FROM creature_movement_template WHERE entry = 29144; +INSERT INTO creature_movement_template (entry,point,position_x,position_y,position_z,waittime,script_id,textid1,textid2,textid3,textid4,textid5,emote,spell,wpguid,orientation,model1,model2) VALUES +(29144,1,-8463.9,1109.41,19.1352,1000,0,0,0,0,0,0,0,0,0,1.48353,0,0), +(29144,2,-8463.52,1112.6,19.0517,120000,0,0,0,0,0,0,0,0,0,1.47418,0,0), +(29144,3,-8463.23,1108.18,19.053,5000,0,0,0,0,0,0,0,0,0,4.06056,0,0), +(29144,4,-8473.35,1096.63,18.7345,0,0,0,0,0,0,0,0,0,0,3.14165,0,0), +(29144,5,-8496.34,1095.88,17.9444,0,0,0,0,0,0,0,0,0,0,1.80018,0,0), +(29144,6,-8499.86,1132.84,17.9763,6000,0,0,0,0,0,0,0,0,0,1.66117,0,0), +(29144,7,-8486,1138.24,17.9608,0,0,0,0,0,0,0,0,0,0,6.22434,0,0), +(29144,8,-8462.43,1136.04,18.6577,0,0,0,0,0,0,0,0,0,0,6.2047,0,0), +(29144,9,-8440.65,1137.48,18.8719,0,0,0,0,0,0,0,0,0,0,0.172842,0,0), +(29144,10,-8412.35,1137.49,18.0685,10000,0,0,0,0,0,0,0,0,0,6.26361,0,0), +(29144,11,-8412.35,1137.49,18.0685,0,0,0,0,0,0,0,0,5,0,6.26361,0,0); +-- Stormwind Dock Worker#1 c.29152 +DELETE FROM creature_movement WHERE id = 120798; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(120798,1,-8299.85,1210.14,5.36178,0,0,0,0,0,0,0,0,0,0,3.43094,0,0), +(120798,2,-8305.23,1207.67,5.42879,0,0,0,0,0,0,0,0,0,0,4.11745,0,0), +(120798,3,-8311.6,1200.56,5.56437,0,0,0,0,0,0,0,0,0,0,4.43946,0,0), +(120798,4,-8314.25,1191.27,5.69166,23000,2915201,0,0,0,0,0,0,0,0,4.46302,0,0), +(120798,5,-8313.35,1194.52,5.65874,0,0,0,0,0,0,0,0,0,0,1.11722,0,0), +(120798,6,-8310.12,1202.25,5.54039,0,0,0,0,0,0,0,0,0,0,0.041298,0,0), +(120798,7,-8290.29,1206.43,5.47234,0,0,0,0,0,0,0,0,0,0,0.018084,0,0), +(120798,8,-8261.41,1210.15,5.33682,0,0,0,0,0,0,0,0,0,0,5.8693,0,0), +(120798,9,-8259.69,1209.16,5.3674,23000,2915201,0,0,0,0,0,0,0,0,5.73578,0,0), +(120798,10,-8265.38,1210.92,5.32295,0,0,0,0,0,0,0,0,0,0,3.01831,0,0); +-- Stormwind Dock Worker#2 c.29152 +DELETE FROM creature_movement WHERE id = 120797; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(120797,1,-8310.31,1205.76,5.47061,0,0,0,0,0,0,0,0,0,0,0.274122,0,0), +(120797,2,-8290.76,1212.13,5.30324,0,0,0,0,0,0,0,0,0,0,0.776475,0,0), +(120797,3,-8283.8,1218.69,5.12783,0,0,0,0,0,0,0,0,0,0,1.5768,0,0), +(120797,4,-8283.85,1252.21,5.92599,0,0,0,0,0,0,0,0,0,0,1.56095,0,0), +(120797,5,-8282.23,1264.73,5.23056,0,0,0,0,0,0,0,0,0,0,1.58137,0,0), +(120797,6,-8286.43,1290.12,5.23056,0,0,0,0,0,0,0,0,0,0,1.72589,0,0), +(120797,7,-8299.31,1308.23,5.2306,23000,2915201,0,0,0,0,0,0,0,0,2.16571,0,0), +(120797,8,-8295.96,1300.16,5.2306,0,0,0,0,0,0,0,0,0,0,4.68762,0,0), +(120797,9,-8297.72,1252.03,5.92557,0,0,0,0,0,0,0,0,0,0,4.7104,0,0), +(120797,10,-8299.14,1242.13,5.23096,0,0,0,0,0,0,0,0,0,0,4.60039,0,0), +(120797,11,-8301.92,1219.22,5.26001,0,0,0,0,0,0,0,0,0,0,5.16195,0,0), +(120797,12,-8299.71,1214.86,5.21961,0,0,0,0,0,0,0,0,0,0,5.18551,0,0), +(120797,13,-8314.54,1197.53,5.60277,0,0,0,0,0,0,0,0,0,0,4.46687,0,0), +(120797,14,-8315.74,1191.05,5.74044,23000,2915201,0,0,0,0,0,0,0,0,4.54148,0,0); +-- Stormwind Dock Worker#3 c.29152 +DELETE FROM creature_movement WHERE id = 120799; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(120799,1,-8287.74,1210,5.37336,0,0,0,0,0,0,0,0,0,0,1.26753,0,0), +(120799,2,-8284.33,1218.8,5.12699,0,0,0,0,0,0,0,0,0,0,1.33586,0,0), +(120799,3,-8284.03,1252.12,5.92808,0,0,0,0,0,0,0,0,0,0,1.59739,0,0), +(120799,4,-8283.12,1269.9,5.23078,0,0,0,0,0,0,0,0,0,0,1.52278,0,0), +(120799,5,-8286.5,1316.12,5.23078,0,0,0,0,0,0,0,0,0,0,3.11714,0,0), +(120799,6,-8297.33,1320.5,5.2306,0,0,0,0,0,0,0,0,0,0,4.1303,0,0), +(120799,7,-8302.11,1314.06,5.23041,23000,2915201,0,0,0,0,0,0,0,0,4.38605,0,0), +(120799,8,-8297.52,1315.19,5.2306,0,0,0,0,0,0,0,0,0,0,5.52045,0,0), +(120799,9,-8294.72,1312.06,5.2306,0,0,0,0,0,0,0,0,0,0,4.82852,0,0), +(120799,10,-8297.2,1294.2,5.2306,0,0,0,0,0,0,0,0,0,0,4.79553,0,0), +(120799,11,-8297.83,1252.05,5.92656,0,0,0,0,0,0,0,0,0,0,4.69971,0,0), +(120799,12,-8301.39,1215.63,5.19864,0,0,0,0,0,0,0,0,0,0,5.28201,0,0), +(120799,13,-8287.33,1203.95,5.53263,0,0,0,0,0,0,0,0,0,0,5.29615,0,0), +(120799,14,-8282.63,1198.46,5.61464,23000,2915201,0,0,0,0,0,0,0,0,5.33149,0,0); +-- Stormwind Dock Worker#4 c.29152 +DELETE FROM creature_movement WHERE id = 88370; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(88370,1,-8120.61,1222.76,7.95895,0,0,0,0,0,0,0,0,0,0,6.1735,0,0), +(88370,2,-8089.94,1218.23,7.7505,23000,2915201,0,0,0,0,0,0,0,0,6.04391,0,0), +(88370,3,-8115.25,1223.06,7.85131,0,0,0,0,0,0,0,0,0,0,2.91803,0,0), +(88370,4,-8149.73,1228.71,8.79505,0,0,0,0,0,0,0,0,0,0,2.15383,0,0), +(88370,5,-8159.54,1238.17,7.78501,0,0,0,0,0,0,0,0,0,0,1.09197,0,0), +(88370,6,-8156.69,1246.09,7.86472,23000,2915201,0,0,0,0,0,0,0,0,1.23727,0,0), +(88370,7,-8159.74,1240.04,7.7721,0,0,0,0,0,0,0,0,0,0,5.55696,0,0), +(88370,8,-8142.14,1225.23,8.88772,0,0,0,0,0,0,0,0,0,0,5.7376,0,0); +-- Stormwind Dock Worker#5 c.29152 +DELETE FROM creature_movement WHERE id = 88375; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(88375,1,-8541.23,1144.3,18.9831,3000,0,0,0,0,0,0,0,0,0,0.95809,0,0), +(88375,2,-8538.3,1149.52,19.0522,23000,2915201,0,0,0,0,0,0,0,0,0.921979,0,0), +(88375,3,-8544.61,1133.18,18.1536,0,0,0,0,0,0,0,0,0,0,4.31569,0,0), +(88375,4,-8551.97,1118.55,19.0523,0,0,0,0,0,0,0,0,0,0,4.25678,0,0), +(88375,5,-8564.22,1107.25,19.0523,0,0,0,0,0,0,0,0,0,0,4.22537,0,0), +(88375,6,-8566.66,1101.82,19.0523,23000,2915201,0,0,0,0,0,0,0,0,4.28427,0,0), +(88375,7,-8559.28,1114.25,19.0523,0,0,0,0,0,0,0,0,0,0,0.742907,0,0); +-- Stormwind Dock Worker#6 c.29152 +DELETE FROM creature_movement WHERE id = 88376; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(88376,1,-8576.71,1146.47,18.0207,0,0,0,0,0,0,0,0,0,0,3.45975,0,0), +(88376,2,-8592.24,1140.14,19.0232,23000,2915201,0,0,0,0,0,0,0,0,3.48724,0,0), +(88376,3,-8587.63,1142.05,18.664,0,0,0,0,0,0,0,0,0,0,1.80021,0,0), +(88376,4,-8589.12,1147.9,18.8099,0,0,0,0,0,0,0,0,0,0,2.5856,0,0), +(88376,5,-8593.48,1149.63,19.0517,23000,2915201,0,0,0,0,0,0,0,0,2.69006,0,0), +(88376,6,-8577.21,1153.82,17.9682,0,0,0,0,0,0,0,0,0,0,6.26778,0,0), +(88376,7,-8558.95,1154.11,18.8956,0,0,0,0,0,0,0,0,0,0,5.51223,0,0), +(88376,8,-8557.69,1153.3,19.0169,23000,2915201,0,0,0,0,0,0,0,0,5.60334,0,0); +-- Stormwind Dock Worker#7 c.29152 +DELETE FROM creature_movement WHERE id = 88377; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(88377,1,-8418.49,1216.51,5.15492,0,0,0,0,0,0,0,0,0,0,3.18179,0,0), +(88377,2,-8437.26,1216.18,5.15686,23000,2915201,0,0,0,0,0,0,0,0,3.18179,0,0), +(88377,3,-8418.49,1216.51,5.15492,0,0,0,0,0,0,0,0,0,0,6.24877,0,0), +(88377,4,-8401.74,1217.04,5.14119,23000,2915201,0,0,0,0,0,0,0,0,6.24877,0,0); +-- Stormwind Dock Worker#8 c.29152 +DELETE FROM creature_movement WHERE id = 88378; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(88378,1,-8483.92,1205.52,5.30837,0,0,0,0,0,0,0,0,0,0,3.19278,0,0), +(88378,2,-8504.95,1204.34,5.43422,23000,2915201,0,0,0,0,0,0,0,0,3.21635,0,0), +(88378,3,-8496.24,1205.74,5.33554,0,0,0,0,0,0,0,0,0,0,6.21814,0,0), +(88378,4,-8472.6,1205.68,5.3309,0,0,0,0,0,0,0,0,0,0,5.91105,0,0), +(88378,5,-8451.6,1202.08,5.28666,0,0,0,0,0,0,0,0,0,0,6.20581,0,0), +(88378,6,-8440.75,1198.68,5.49148,0,0,0,0,0,0,0,0,0,0,4.94917,0,0), +(88378,7,-8437.91,1192.77,5.47497,23000,2915201,0,0,0,0,0,0,0,0,5.11019,0,0), +(88378,8,-8443.81,1199.8,5.43047,0,0,0,0,0,0,0,0,0,0,2.54586,0,0), +(88378,9,-8463.18,1206.26,5.2489,0,0,0,0,0,0,0,0,0,0,3.21242,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2915201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2915201,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2915201,19,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Scryer Arcanist#1 c.18547 +DELETE FROM creature_movement WHERE id = 66707; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(66707,1,-2214.79,5538.54,66.9942,26000,1854701,0,0,0,0,0,0,0,0,4.4598,0,0), +(66707,2,-2209.3,5554.63,66.9942,26000,1854701,0,0,0,0,0,0,0,0,1.4101,0,0), +(66707,3,-2211.49,5554.52,66.9942,0,0,0,0,0,0,0,0,0,0,1.64093,0,0), +(66707,4,-2211.26,5555.38,66.9934,26000,1854701,0,0,0,0,0,0,0,0,1.64093,0,0); +-- Scryer Arcanist#2 c.18547 +DELETE FROM creature_movement WHERE id = 66706; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(66706,1,-2215.98,5543.02,66.9935,0,0,0,0,0,0,0,0,0,0,2.05811,0,0), +(66706,2,-2219.7,5548.18,67.0148,0,0,0,0,0,0,0,0,0,0,2.74062,0,0), +(66706,3,-2228.38,5550.67,66.9996,0,0,0,0,0,0,0,0,0,0,4.38681,0,0), +(66706,4,-2229.81,5547.03,66.9996,26000,1854701,0,0,0,0,0,0,0,0,4.28785,0,0), +(66706,5,-2224.33,5556.18,66.9955,26000,1854701,0,0,0,0,0,0,0,0,1.19495,0,0), +(66706,6,-2215.08,5542.75,66.9935,0,0,0,0,0,0,0,0,0,0,4.55567,0,0), +(66706,7,-2216.67,5539.34,66.9935,26000,1854701,0,0,0,0,0,0,0,0,4.32084,0,0); +-- Scryer Arcanist#3 c.18547 +DELETE FROM creature_movement WHERE id = 66708; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(66708,1,-2226.47,5556.73,66.9992,26000,1854701,0,0,0,0,0,0,0,0,1.31276,0,0), +(66708,2,-2232.98,5552.07,67.0085,0,0,0,0,0,0,0,0,0,0,4.45043,0,0), +(66708,3,-2233.94,5548.53,67.0081,26000,1854701,0,0,0,0,0,0,0,0,4.38603,0,0), +(66708,4,-2231.82,5548.28,67.0028,0,0,0,0,0,0,0,0,0,0,4.37661,0,0), +(66708,5,-2232.12,5547.42,67.0028,26000,1854701,0,0,0,0,0,0,0,0,4.37661,0,0); +-- Scryer Arcanist#4 c.18547 +DELETE FROM creature_movement WHERE id = 66715; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(66715,1,-2255.69,5557.02,67.008,0,0,0,0,0,0,0,0,0,0,5.28137,0,0), +(66715,2,-2251.56,5549.71,67.0626,0,0,0,0,0,0,0,0,0,0,4.80542,0,0), +(66715,3,-2258.2,5541.57,69.1534,0,0,0,0,0,0,0,0,0,0,3.77185,0,0), +(66715,4,-2267.8,5537.54,72.0836,0,0,0,0,0,0,0,0,0,0,2.9244,0,0), +(66715,5,-2274.17,5540.89,75.5327,0,0,0,0,0,0,0,0,0,0,2.63616,0,0), +(66715,6,-2277.89,5547.22,80.0548,0,0,0,0,0,0,0,0,0,0,2.02355,0,0), +(66715,7,-2280.06,5551.67,80.0757,0,0,0,0,0,0,0,0,0,0,3.63361,0,0), +(66715,8,-2281.06,5551.08,80.1344,26000,1854701,0,0,0,0,0,0,0,0,3.68074,0,0), +(66715,9,-2278.11,5546.89,80.0296,0,0,0,0,0,0,0,0,0,0,5.26724,0,0), +(66715,10,-2272.26,5538.85,74.237,0,0,0,0,0,0,0,0,0,0,5.89949,0,0), +(66715,11,-2261.61,5539.01,70.3118,0,0,0,0,0,0,0,0,0,0,0.905135,0,0), +(66715,12,-2252.47,5549.75,67.2344,0,0,0,0,0,0,0,0,0,0,1.59471,0,0), +(66715,13,-2257.01,5553.59,66.999,0,0,0,0,0,0,0,0,0,0,4.0554,0,0), +(66715,14,-2273.11,5538.03,66.9952,26000,1854701,0,0,0,0,0,0,0,0,3.97764,0,0); +-- Scryer Arcanist#5 c.18547 +DELETE FROM creature_movement WHERE id = 66712; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(66712,1,-2252.3,5570.06,79.9853,0,0,0,0,0,0,0,0,0,0,5.82096,0,0), +(66712,2,-2246.73,5564.09,80.074,0,0,0,0,0,0,0,0,0,0,0.195146,0,0), +(66712,3,-2245.55,5564.22,80.1128,26000,1854701,0,0,0,0,0,0,0,0,0.062413,0,0), +(66712,4,-2252.45,5569.32,79.9841,0,0,0,0,0,0,0,0,0,0,1.96779,0,0), +(66712,5,-2254.16,5576.24,79.9524,0,0,0,0,0,0,0,0,0,0,0.565067,0,0), +(66712,6,-2250.72,5578.75,80.0954,26000,1854701,0,0,0,0,0,0,0,0,0.67895,0,0), +(66712,7,-2249.8,5576.84,80.0843,0,0,0,0,0,0,0,0,0,0,0.830476,0,0), +(66712,8,-2249.1,5577.44,80.1194,26000,1854701,0,0,0,0,0,0,0,0,0.623131,0,0); +-- Scryer Arcanist#6 c.18547 +DELETE FROM creature_movement WHERE id = 66713; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(66713,1,-2263.46,5544.02,80.0848,0,0,0,0,0,0,0,0,0,0,5.27189,0,0), +(66713,2,-2263.05,5543.24,80.1178,26000,1854702,0,0,0,0,0,0,0,0,5.15094,0,0), +(66713,3,-2257.51,5553.02,79.9842,0,0,0,0,0,0,0,0,0,0,0.779413,0,0), +(66713,4,-2252.86,5555.36,79.9773,0,0,0,0,0,0,0,0,0,0,5.58684,0,0), +(66713,5,-2250.11,5553.28,80.0816,26000,1854701,0,0,0,0,0,0,0,0,5.57506,0,0), +(66713,6,-2258.21,5551.96,79.9877,0,0,0,0,0,0,0,0,0,0,4.3679,0,0), +(66713,7,-2260.4,5546.23,80.0407,0,0,0,0,0,0,0,0,0,0,5.26322,0,0), +(66713,8,-2259.89,5545.41,80.0769,26000,1854701,0,0,0,0,0,0,0,0,5.25929,0,0), +(66713,9,-2261.74,5545,80.0693,0,0,0,0,0,0,0,0,0,0,5.29384,0,0), +(66713,10,-2261.28,5544.07,80.1091,26000,1854701,0,0,0,0,0,0,0,0,5.11789,0,0); +-- Scryer Arcanist#6 c.18547 +DELETE FROM creature_movement WHERE id = 66714; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(66714,1,-2255.27,5566.96,67.0072,0,0,0,0,0,0,0,0,0,0,6.05308,0,0), +(66714,2,-2246.84,5567.16,67.0082,0,0,0,0,0,0,0,0,0,0,1.26215,0,0), +(66714,3,-2245.71,5578.85,69.2493,0,0,0,0,0,0,0,0,0,0,2.02477,0,0), +(66714,4,-2252.04,5588.03,72.5323,0,0,0,0,0,0,0,0,0,0,3.18716,0,0), +(66714,5,-2261.78,5587.98,77.6194,0,0,0,0,0,0,0,0,0,0,3.78799,0,0), +(66714,6,-2265.42,5584.82,80.0308,0,0,0,0,0,0,0,0,0,0,3.92465,0,0), +(66714,7,-2268.05,5580.63,79.9532,0,0,0,0,0,0,0,0,0,0,3.8304,0,0), +(66714,8,-2278.6,5574.33,79.8834,0,0,0,0,0,0,0,0,0,0,2.70807,0,0), +(66714,9,-2280.24,5575.68,79.9509,26000,1854701,0,0,0,0,0,0,0,0,2.49915,0,0), +(66714,10,-2278.58,5574.56,79.8899,0,0,0,0,0,0,0,0,0,0,0.53566,0,0), +(66714,11,-2266.66,5581.33,79.9308,0,0,0,0,0,0,0,0,0,0,1.31399,0,0), +(66714,12,-2264.98,5585.44,80.0444,0,0,0,0,0,0,0,0,0,0,0.358151495,0,0), +(66714,13,-2256.03,5588.84,74.4331,0,0,0,0,0,0,0,0,0,0,6.1277,0,0), +(66714,14,-2247.54,5583.82,70.6266,0,0,0,0,0,0,0,0,0,0,5.01322,0,0), +(66714,15,-2245.83,5567.45,67.0099,0,0,0,0,0,0,0,0,0,0,4.05504,0,0), +(66714,16,-2255.13,5566.28,67.0081,0,0,0,0,0,0,0,0,0,0,1.8999,0,0), +(66714,17,-2256.49,5590.33,66.9943,26000,1854701,0,0,0,0,0,0,0,0,1.61952,0,0); +-- Scryer Arcanist#7 c.18547 +DELETE FROM creature_movement WHERE id = 66711; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(66711,1,-2291.97,5574.04,66.997,0,0,0,0,0,0,0,0,0,0,0.035202,0,0), +(66711,2,-2278.25,5573.54,66.9957,0,0,0,0,0,0,0,0,0,0,0.738918,0,0), +(66711,3,-2271.67,5578.48,66.9962,0,0,0,0,0,0,0,0,0,0,2.06545,0,0), +(66711,4,-2273.59,5581.4,66.9946,26000,1854701,0,0,0,0,0,0,0,0,2.18955,0,0), +(66711,5,-2274.39,5579.08,66.9948,0,0,0,0,0,0,0,0,0,0,2.43931,0,0), +(66711,6,-2275.33,5579.99,66.9948,26000,1854701,0,0,0,0,0,0,0,0,2.3427,0,0), +(66711,7,-2278.68,5575.29,66.9948,0,0,0,0,0,0,0,0,0,0,3.19879,0,0), +(66711,8,-2291.98,5574.83,66.9998,0,0,0,0,0,0,0,0,0,0,1.41593,0,0), +(66711,9,-2291.19,5578.34,67.0069,26000,1854701,0,0,0,0,0,0,0,0,1.34917,0,0); +-- Scryer Arcanist#8 c.18547 +DELETE FROM creature_movement WHERE id = 66709; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(66709,1,-2295.39,5579.79,66.9888,26000,1854701,0,0,0,0,0,0,0,0,1.28241,0,0), +(66709,2,-2293.78,5570.51,67.0062,0,0,0,0,0,0,0,0,0,0,4.32977,0,0), +(66709,3,-2294.48,5568.41,67.0084,26000,1854701,0,0,0,0,0,0,0,0,4.37689,0,0), +(66709,4,-2293.95,5576.48,66.996,0,0,0,0,0,0,0,0,0,0,1.44343,0,0), +(66709,5,-2293.34,5579.22,66.9973,26000,1854701,0,0,0,0,0,0,0,0,1.34526,0,0), +(66709,6,-2297.52,5572.98,66.9936,0,0,0,0,0,0,0,0,0,0,4.2795,0,0), +(66709,7,-2298.49,5570.17,66.9902,26000,1854701,0,0,0,0,0,0,0,0,4.38081,0,0); + -- Scryer Arcanist#9 c.18547 +DELETE FROM creature_movement WHERE id = 66710; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(66710,1,-2280.82,5552.07,80.1045,26000,1854701,0,0,0,0,0,0,0,0,2.36993,0,0), +(66710,2,-2278.11,5554.05,79.9794,0,0,0,0,0,0,0,0,0,0,0.670328,0,0), +(66710,3,-2282.18,5564.63,79.8919,0,0,0,0,0,0,0,0,0,0,1.97959,0,0), +(66710,4,-2283.11,5566.77,79.8961,5000,0,0,0,0,0,0,0,0,0,1.97959,0,0), +(66710,5,-2284.28,5566.78,79.9264,26000,1854701,0,0,0,0,0,0,0,0,3.12941,0,0), +(66710,6,-2284.21,5564.77,79.9488,0,0,0,0,0,0,0,0,0,0,4.85572,0,0), +(66710,7,-2284.21,5564.77,79.9488,0,0,0,0,0,0,0,0,0,0,3.33833,0,0), +(66710,8,-2280.13,5564.78,79.8723,0,0,0,0,0,0,0,0,0,0,6.25137,0,0), +(66710,9,-2278.24,5549.66,80.0242,0,0,0,0,0,0,0,0,0,0,4.7654,0,0), +(66710,10,-2280.91,5552.21,80.1059,26000,1854701,0,0,0,0,0,0,0,0,2.3393,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1854701,1854702); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1854701,4,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1854701,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1854702,4,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1854702,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1854702,24,1,4,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Expedition Warden c.17855 +UPDATE creature_movement SET script_id = 1785502, emote = 0 WHERE id = 63553 AND point = 2; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1785502; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1785502,4,1,3,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Ol' Chumbucket c.28050 +DELETE FROM creature_movement WHERE id = 16399; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(16399,1,-14430.4,520.976,25.9306,5000,2805001,0,0,0,0,0,0,0,0,2.56563,0,0), +(16399,2,-14430.4,520.976,25.9306,10000,0,0,0,0,0,0,0,0,0,2.56563,0,0), +(16399,3,-14430.4,520.976,25.9306,10000,0,0,0,0,0,0,0,0,0,2.56563,0,0), +(16399,4,-14430.4,520.976,25.9306,5000,2805001,0,0,0,0,0,0,0,0,2.56563,0,0), +(16399,5,-14430.4,520.976,25.9306,10000,2805002,0,0,0,0,0,0,0,0,2.56563,0,0), +(16399,6,-14430.4,520.976,25.9306,10000,0,0,0,0,0,0,0,0,0,2.56563,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2805001; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2805001,0,1,378,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2805001,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2805002,1,1,25,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Cap'n Slappy c.28051 +DELETE FROM creature_movement WHERE id = 16400; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(16400,1,-14432.2,521.966,25.6104,10000,2805002,0,0,0,0,0,0,0,0,5.84685,0,0), +(16400,2,-14432.2,521.966,25.6104,5000,2805001,0,0,0,0,0,0,0,0,5.84685,0,0), +(16400,3,-14432.2,521.966,25.6104,10000,0,0,0,0,0,0,0,0,0,5.84685,0,0), +(16400,4,-14432.2,521.966,25.6104,10000,0,0,0,0,0,0,0,0,0,5.84685,0,0), +(16400,5,-14432.2,521.966,25.6104,5000,2805001,0,0,0,0,0,0,0,0,5.84685,0,0), +(16400,6,-14432.2,521.966,25.6104,10000,0,0,0,0,0,0,0,0,0,5.84685,0,0); +-- Albert Quarksprocket c.19271 +DELETE FROM creature_movement WHERE id = 68836; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(68836,1,-1737.89,5139.73,-37.3229,715000,0,0,0,0,0,0,0,0,0,2.03774,0,0), +(68836,2,-1740.95,5139.05,-36.7629,0,0,0,0,0,0,0,0,0,0,3.19259,0,0), +(68836,3,-1743.18,5138.94,-36.2607,0,0,0,0,0,0,0,0,0,0,3.19259,0,0), +(68836,4,-1751.3,5139.58,-36.2607,0,0,0,0,0,0,0,0,0,0,1.77259,0,0), +(68836,5,-1752.33,5142.55,-36.2607,11000,1927101,0,0,0,0,0,0,0,0,1.81343,0,0), +(68836,6,-1750.27,5143.63,-36.3534,0,0,0,0,0,0,0,0,0,0,0.713872,0,0), +(68836,7,-1749.59,5145.78,-37.2049,0,0,0,0,0,0,0,0,0,0,1.26679,0,0), +(68836,8,-1746.59,5145.33,-37.2049,0,0,0,0,0,0,0,0,0,0,6.13312,0,0), +(68836,9,-1740.9,5143.23,-37.2049,0,0,0,0,0,0,0,0,0,0,5.92892,0,0), +(68836,10,-1735.95,5139.95,-37.2779,0,0,0,0,0,0,0,0,0,0,5.70822,0,0), +(68836,11,-1737.58,5140.13,-37.3003,269000,0,0,0,0,0,0,0,0,0,3.03472,0,0), +(68836,12,-1745.1,5144.54,-37.2038,0,0,0,0,0,0,0,0,0,0,2.61061,0,0), +(68836,13,-1748.36,5145.45,-37.2038,0,0,0,0,0,0,0,0,0,0,2.87136,0,0), +(68836,14,-1751.1,5139.39,-36.0873,0,0,0,0,0,0,0,0,0,0,4.28822,0,0), +(68836,15,-1752.21,5142.52,-36.2611,17000,1927102,0,0,0,0,0,0,0,0,1.91151495,0,0), +(68836,16,-1749.96,5146.13,-37.2039,0,0,0,0,0,0,0,0,0,0,1.01075,0,0), +(68836,17,-1743.97,5144.62,-37.2039,0,0,0,0,0,0,0,0,0,0,6.0373,0,0), +(68836,18,-1736.66,5138.91,-37.325,0,0,0,0,0,0,0,0,0,0,5.48752,0,0), +(68836,19,-1737.89,5139.73,-37.3229,600000,0,0,0,0,0,0,0,0,0,2.03774,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1927101,1927102); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1927101,1,0,0,0,0,0,0,2000005300,0,0,0,0,0,0,0,''), +(1927101,6,1,25,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1927101,10,1,21,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1927102,1,1,11,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1927102,5,1,21,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1927102,11,0,0,0,0,0,0,2000005301,0,0,0,0,0,0,0,''), +(1927102,14,1,21,0,0,0,0,0,0,0,0,0,0,0,0,''); +UPDATE db_script_string SET emote = 21 WHERE entry IN (2000005300,2000005301); +-- Peon c.14901 +DELETE FROM creature_movement WHERE id = 13775; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(13775,1,-629.313,-3161,92.3242,0,1490101,0,0,0,0,0,0,0,0,3.79019,0,0), +(13775,2,-624.911,-3156.44,91.7832,0,0,0,0,0,0,0,0,0,0,0.483361,0,0), +(13775,3,-617.56,-3155.6,91.7512,0,1490102,0,0,0,0,0,0,0,0,0.161653,0,0), +(13775,4,-617.56,-3155.6,91.7512,240000,1490104,0,0,0,0,0,0,0,0,0.161653,0,0), +(13775,5,-625.854,-3158.22,91.9782,0,0,0,0,0,0,0,0,0,0,3.5153,0,0), +(13775,6,-629.313,-3161,92.3242,130000,1490103,0,0,0,0,0,0,0,0,3.79019,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1490101 AND 1490104; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1490101,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), +(1490102,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), +(1490103,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), +(1490103,128,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), +(1490104,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1490104,235,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Horde Guard c.3501 +UPDATE creature_movement SET script_id = 350101, emote = 0 WHERE id = 19411 AND point = 8; +DELETE FROM dbscripts_on_creature_movement WHERE id = 350101; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(350101,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Honor Hold Gryphon Rider c.20237 +DELETE FROM creature_movement WHERE id = 96989; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(96989,1,267.502,1449.24,-14.3756,10000,2023701,0,0,0,0,0,0,0,0,4.23579,0,0), +(96989,2,267.502,1449.24,-14.3756,60000,2023702,0,0,0,0,0,0,0,0,4.23579,0,0), +(96989,3,288.012,1484.46,-13.3656,60000,2023702,0,0,0,0,0,0,0,0,1.08004,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 2023702; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2023702,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(2023702,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Thrallmar Grunt c.16580 +UPDATE creature_movement SET script_id = 1658003, emote = 0 WHERE id = 57539 AND point = 2; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1658003; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1658003,2,1,7,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Thrallmar Grunt - correct spawnpoint +UPDATE creature SET position_x = 107.232658, position_y = 2587.297607, position_z = 77.836243, orientation = 4.665862, spawndist = 0, MovementType = 0 WHERE guid = 57494; +-- Thrallmar Peon#1 c.16591 +UPDATE creature_movement SET script_id = 1659101, emote = 0 WHERE id = 57575 AND point = 7; +UPDATE creature_movement SET script_id = 1659101, emote = 0 WHERE id = 57575 AND point = 20; +-- Thrallmar Peon#2 c.16591 +UPDATE creature_movement SET script_id = 1659102, emote = 0 WHERE id = 57576 AND point = 7; +UPDATE creature_movement SET script_id = 1659101, emote = 0 WHERE id = 57576 AND point = 16; +UPDATE creature_movement SET script_id = 1659101, emote = 0 WHERE id = 57576 AND point = 23; +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1659101,1659102); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1659101,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1659101,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1659102,3,1,233,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1659102,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Bleeding Hollow Peon#1 c.16907 +UPDATE creature_movement SET script_id = 1690701, emote = 0 WHERE id = 58632 AND point = 3; +UPDATE creature_movement SET script_id = 1690701, emote = 0 WHERE id = 58632 AND point = 12; +-- Bleeding Hollow Peon#2 c.16907 +UPDATE creature_movement SET script_id = 1690701, emote = 0 WHERE id = 58636 AND point = 5; +UPDATE creature_movement SET script_id = 1690701, emote = 0 WHERE id = 58636 AND point = 12; +-- Bleeding Hollow Peon#3 c.16907 +UPDATE creature_movement SET script_id = 1690701, emote = 0 WHERE id = 58638 AND point = 3; +UPDATE creature_movement SET script_id = 1690701, emote = 0 WHERE id = 58638 AND point = 11; +-- Bleeding Hollow Peon#4 c.16907 +UPDATE creature_movement SET script_id = 1690701, emote = 0 WHERE id = 58635 AND point = 2; +UPDATE creature_movement SET script_id = 1690701, emote = 0 WHERE id = 58635 AND point = 6; +-- Bleeding Hollow Peon#5 c.16907 +UPDATE creature_movement SET script_id = 1690701, emote = 0 WHERE id = 58628 AND point = 6; +UPDATE creature_movement SET script_id = 1690701, emote = 0 WHERE id = 58628 AND point = 12; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1690701; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1690701,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1690701,42,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +-- Karlee Chaddis c.2330 + Paige Chaddis c.2331 and Gil c.3504 +DELETE FROM creature_movement WHERE id = 90439; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(90439,10,-8899.88,815.041,89.3389,0,0,0,0,0,0,0,0,0,0,1.61278,0,0), +(90439,9,-8899.1,801.189,87.6105,2000,0,0,0,0,0,0,0,0,0,0.905926,0,0), +(90439,8,-8906.29,794.423,87.3173,0,0,0,0,0,0,0,0,0,0,1.03552,0,0), +(90439,7,-8907.48,788.261,87.7863,0,0,0,0,0,0,0,0,0,0,2.23875,0,0), +(90439,6,-8883.45,758.191,95.4731,2000,0,0,0,0,0,0,0,0,0,2.48536,0,0), +(90439,5,-8879.54,756.138,96.2687,0,0,0,0,0,0,0,0,0,0,2.91262,0,0), +(90439,4,-8870.51,760.372,96.7027,0,0,0,0,0,0,0,0,0,0,2.45148,0,0), +(90439,3,-8866.15,756.326,97.8264,2000,0,0,0,0,0,0,0,0,0,2.16089,0,0), +(90439,2,-8860.26,747.938,99.9222,0,0,0,0,0,0,0,0,0,0,2.15696,0,0), +(90439,1,-8856.26,741.91,100.666,0,0,0,0,0,0,0,0,0,0,2.15696,0,0), +(90439,11,-8899.09,826.687,92.5864,0,0,0,0,0,0,0,0,0,0,1.612,0,0), +(90439,12,-8905.65,841.38,95.4271,4000,0,0,0,0,0,0,0,0,0,2.0691,0,0), +(90439,13,-8905.3,845.868,95.7969,0,0,0,0,0,0,0,0,0,0,1.25386,0,0), +(90439,14,-8898.15,863.912,96.2546,0,0,0,0,0,0,0,0,0,0,1.15097,0,0), +(90439,15,-8893.39,873.065,98.9773,2000,0,0,0,0,0,0,0,0,0,1.18867,0,0), +(90439,16,-8888.58,889.208,102.944,0,0,0,0,0,0,0,0,0,0,1.23108,0,0), +(90439,17,-8888.8,897.531,105.943,0,0,0,0,0,0,0,0,0,0,1.85783,0,0), +(90439,18,-8896.33,913.303,110.988,2000,0,0,0,0,0,0,0,0,0,2.08559,0,0), +(90439,19,-8904.33,926.304,114.899,0,0,0,0,0,0,0,0,0,0,2.1657,0,0), +(90439,20,-8919.41,948.481,117.337,2000,0,0,0,0,0,0,0,0,0,2.38247,0,0), +(90439,21,-8966.43,954.028,117.362,0,0,0,0,0,0,0,0,0,0,3.01629,0,0), +(90439,22,-8982.42,966.381,116.043,4000,0,0,0,0,0,0,0,0,0,2.73433,0,0), +(90439,23,-8999.42,964.996,116.326,0,0,0,0,0,0,0,0,0,0,3.39643,0,0), +(90439,24,-9012.36,953.626,116.256,2000,0,0,0,0,0,0,0,0,0,4.26115,0,0), +(90439,25,-9008.41,945.283,116.895,0,0,0,0,0,0,0,0,0,0,5.53821,0,0), +(90439,26,-9000.86,940.914,117.094,0,0,0,0,0,0,0,0,0,0,5.82645,0,0), +(90439,27,-8998.38,939.901,117.094,2000,0,0,0,0,0,0,0,0,0,5.91284,0,0), +(90439,28,-8996.34,945.169,117.097,22000,233001,0,0,0,0,0,0,0,0,1.17061,0,0), +(90439,29,-8999.05,940.572,117.096,0,0,0,0,0,0,0,0,0,0,4.25251,0,0), +(90439,30,-9002.62,941.706,117.095,0,0,0,0,0,0,0,0,0,0,2.66993,0,0), +(90439,31,-9012.38,947.61,116.227,2000,0,0,0,0,0,0,0,0,0,2.48301,0,0), +(90439,32,-9012.45,951.694,116.246,0,0,0,0,0,0,0,0,0,0,1.07008,0,0), +(90439,33,-9004.83,961.988,116.276,0,0,0,0,0,0,0,0,0,0,0.834459,0,0), +(90439,34,-8998.64,965.802,116.292,4000,0,0,0,0,0,0,0,0,0,0.086759,0,0), +(90439,35,-8983.94,966.422,116.028,0,0,0,0,0,0,0,0,0,0,0.063197,0,0), +(90439,36,-8980.01,965.284,116.256,0,0,0,0,0,0,0,0,0,0,5.80289,0,0), +(90439,37,-8957.87,953.377,117.299,2000,0,0,0,0,0,0,0,0,0,5.77933,0,0), +(90439,38,-8920.67,947.641,117.337,0,0,0,0,0,0,0,0,0,0,6.1304,0,0), +(90439,39,-8900.95,920.6,113.443,0,0,0,0,0,0,0,0,0,0,5.2806,0,0), +(90439,40,-8894.54,911.478,110.762,2000,0,0,0,0,0,0,0,0,0,0.551718,0,0), +(90439,41,-8877.53,920.808,107.603,0,0,0,0,0,0,0,0,0,0,0.508521,0,0), +(90439,42,-8854.97,933.374,101.999,0,0,0,0,0,0,0,0,0,0,0.508521,0,0), +(90439,43,-8848.88,930.711,102.495,3000,0,0,0,0,0,0,0,0,0,0.572924,0,0), +(90439,44,-8834.61,940.936,105.143,0,0,0,0,0,0,0,0,0,0,0.576851,0,0), +(90439,45,-8818.28,953.205,100.678,0,0,0,0,0,0,0,0,0,0,0.576065,0,0), +(90439,46,-8815.14,952.722,100.867,4000,0,0,0,0,0,0,0,0,0,5.93091,0,0), +(90439,47,-8804.01,942.261,101.241,0,0,0,0,0,0,0,0,0,0,0.612193,0,0), +(90439,48,-8802.37,936.981,101.242,0,0,0,0,0,0,0,0,0,0,5.3827,0,0), +(90439,49,-8777.24,909.299,100.262,3000,0,0,0,0,0,0,0,0,0,5.43768,0,0), +(90439,50,-8766.76,893.892,101.386,0,0,0,0,0,0,0,0,0,0,5.57355,0,0), +(90439,51,-8737.03,892.761,101.221,0,0,0,0,0,0,0,0,0,0,6.22072,0,0), +(90439,52,-8731.93,886.272,101.744,3000,0,0,0,0,0,0,0,0,0,5.39605,0,0), +(90439,53,-8723.13,875.04,102.678,0,0,0,0,0,0,0,0,0,0,5.39605,0,0), +(90439,54,-8712.31,861.661,97.2752,0,0,0,0,0,0,0,0,0,0,5.39605,0,0), +(90439,55,-8712.2,853.618,96.8655,3000,0,0,0,0,0,0,0,0,0,4.39388,0,0), +(90439,56,-8725.87,834.533,96.149,0,0,0,0,0,0,0,0,0,0,4.1614,0,0), +(90439,57,-8726.58,813.587,97.0276,4000,0,0,0,0,0,0,0,0,0,4.89182,0,0), +(90439,58,-8717.15,795.784,97.0391,4000,0,0,0,0,0,0,0,0,0,4.9201,0,0), +(90439,59,-8721.79,782.622,97.8839,0,0,0,0,0,0,0,0,0,0,4.11114,0,0), +(90439,60,-8732.2,766.047,98.0898,0,0,0,0,0,0,0,0,0,0,4.3444,0,0), +(90439,61,-8724.93,751.443,98.2043,2000,0,0,0,0,0,0,0,0,0,5.41804,0,0), +(90439,62,-8713.3,732.548,97.8146,4000,0,0,0,0,0,0,0,0,0,5.42668,0,0), +(90439,63,-8699.05,715.705,97.0168,0,0,0,0,0,0,0,0,0,0,5.42668,0,0), +(90439,64,-8661.63,744.699,96.6531,2000,0,0,0,0,0,0,0,0,0,0.754345,0,0), +(90439,65,-8660.26,765.872,96.6997,0,0,0,0,0,0,0,0,0,0,1.31041,0,0), +(90439,66,-8634.36,787.361,96.6525,2000,0,0,0,0,0,0,0,0,0,0.685231,0,0), +(90439,67,-8632.43,787.372,96.6512,2000,0,0,0,0,0,0,0,0,0,0.394633,0,0), +(90439,68,-8606.16,761.17,96.7387,0,0,0,0,0,0,0,0,0,0,5.49894,0,0), +(90439,69,-8592.08,756.77,96.651,1000,0,0,0,0,0,0,0,0,0,5.91598,0,0), +(90439,70,-8579.7,737.671,96.7114,4000,0,0,0,0,0,0,0,0,0,4.61379,0,0), +(90439,71,-8594.53,717.706,96.6514,0,0,0,0,0,0,0,0,0,0,4.03574,0,0), +(90439,72,-8581.67,697.638,97.0168,0,0,0,0,0,0,0,0,0,0,5.41254,0,0), +(90439,73,-8561.08,673.827,97.0168,2000,0,0,0,0,0,0,0,0,0,0.603542,0,0), +(90439,74,-8536.53,690.079,97.6665,0,0,0,0,0,0,0,0,0,0,5.39731,0,0), +(90439,75,-8528.41,679.123,100.793,0,0,0,0,0,0,0,0,0,0,5.3439,0,0), +(90439,76,-8517.6,662.84,102.123,2000,0,0,0,0,0,0,0,0,0,5.3439,0,0), +(90439,77,-8510.36,651.605,100.292,0,0,0,0,0,0,0,0,0,0,5.24573,0,0), +(90439,78,-8516.68,643.439,100.134,2000,0,0,0,0,0,0,0,0,0,3.75426,0,0), +(90439,79,-8557.25,615.273,102.337,2000,0,0,0,0,0,0,0,0,0,3.42125,0,0), +(90439,80,-8563.65,615.408,102.278,0,0,0,0,0,0,0,0,0,0,3.78646,0,0), +(90439,81,-8583.79,586.194,103.594,0,0,0,0,0,0,0,0,0,0,4.3598,0,0), +(90439,82,-8584.4,560.743,101.871,4000,0,0,0,0,0,0,0,0,0,5.1397,0,0), +(90439,83,-8578.23,543.501,101.782,0,0,0,0,0,0,0,0,0,0,3.81238,0,0), +(90439,84,-8593.35,530.953,105.659,2000,0,0,0,0,0,0,0,0,0,3.80845,0,0), +(90439,85,-8609.85,515.571,103.841,2000,0,0,0,0,0,0,0,0,0,3.97025,0,0), +(90439,86,-8616.86,517.629,103.218,0,0,0,0,0,0,0,0,0,0,2.3162,0,0), +(90439,87,-8657.5,553.006,96.9502,2000,0,0,0,0,0,0,0,0,0,2.64214,0,0), +(90439,88,-8673.57,552.873,97.2864,2000,0,0,0,0,0,0,0,0,0,3.2249,0,0), +(90439,89,-8713.67,519.808,97.1597,0,0,0,0,0,0,0,0,0,0,2.19446,0,0), +(90439,90,-8717.22,524.985,98.1892,0,0,0,0,0,0,0,0,0,0,2.27221,0,0), +(90439,91,-8745.36,557.023,97.6718,2000,0,0,0,0,0,0,0,0,0,2.37371,0,0), +(90439,92,-8745,566.133,97.4006,0,0,0,0,0,0,0,0,0,0,1.01418,0,0), +(90439,93,-8738.14,576.508,97.5043,0,0,0,0,0,0,0,0,0,0,2.44518,0,0), +(90439,94,-8769.94,608.175,97.1405,2000,0,0,0,0,0,0,0,0,0,2.38706,0,0), +(90439,95,-8795.54,589.658,97.4546,4000,0,0,0,0,0,0,0,0,0,2.33208,0,0), +(90439,96,-8832.6,630.401,94.0918,0,0,0,0,0,0,0,0,0,0,2.28496,0,0), +(90439,97,-8851.55,661.112,97.1319,0,0,0,0,0,0,0,0,0,0,0.659181,0,0), +(90439,98,-8824.74,678.622,97.5366,10000,0,0,0,0,0,0,0,0,0,1.97629,0,0), +(90439,99,-8847.34,726.835,97.6974,10000,0,0,0,0,0,0,0,0,0,2.05091,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 233001; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(233001,2,0,0,0,0,0,0,2000005180,0,0,0,0,0,0,0,''), +(233001,7,0,0,0,2331,30,7,2000005183,0,0,0,0,0,0,0,'force buddy to: say text'), +(233001,12,0,0,0,0,0,0,2000005181,0,0,0,0,0,0,0,''), +(233001,15,0,0,0,3504,30,7,2000005184,0,0,0,0,0,0,0,'force buddy to: say text'), +(233001,19,0,0,0,0,0,0,2000005182,0,0,0,0,0,0,0,''); +DELETE FROM dbscripts_on_creature_movement WHERE id = 233001; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(233001,2,0,0,0,0,0,0,2000005180,0,0,0,0,0,0,0,''), +(233001,7,0,0,0,2331,30,7,2000005183,0,0,0,0,0,0,0,'force buddy to: say text'), +(233001,12,0,0,0,0,0,0,2000005181,0,0,0,0,0,0,0,''), +(233001,15,0,0,0,3504,30,7,2000005184,0,0,0,0,0,0,0,'force buddy to: say text'), +(233001,19,0,0,0,0,0,0,2000005182,0,0,0,0,0,0,0,''); +UPDATE db_script_string SET emote = 1 WHERE entry IN (2000005180,2000005181,2000005182,2000005183,2000005184); +UPDATE creature SET MovementType = 0, spawndist = 0 WHERE guid = 90443; -- Gil c.3504 +DELETE FROM creature_movement WHERE id = 90443; +UPDATE creature SET position_x = -8856.097656, position_y = 740.346375, position_z = 100.655151, orientation = 2.094842, MovementType = 0, spawndist = 0 WHERE guid = 90440; -- Paige Chaddis correct spawn point +DELETE FROM creature_movement WHERE id = 90440; -- Paige Chaddis c.2331 +DELETE FROM creature_linking_template WHERE entry IN (2331,3504); -- link between 'Karlee Chaddis' with 'Gil + Paige Chaddis' +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(2331,0,2330,656,20), +(3504,0,2330,656,20); +-- Janey Anship c.1413 -- script redone completly - all randomized texts added ;) +DELETE FROM creature_movement WHERE id = 86596; +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(86596,1,-8953.9,862.547,104.957,0,0,0,0,0,0,0,0,0,0,6.10494,0,0), +(86596,2,-8932.12,857.927,100.803,750,0,0,0,0,0,0,0,0,0,6.06331,0,0), +(86596,3,-8909.04,850.187,96.281,0,0,0,0,0,0,0,0,0,0,5.95964,0,0), +(86596,4,-8896.57,865.822,96.8556,0,0,0,0,0,0,0,0,0,0,0.87497,0,0), +(86596,5,-8890.18,881.888,101.184,0,0,0,0,0,0,0,0,0,0,1.19227,0,0), +(86596,6,-8888.17,893.701,104.619,0,141301,0,0,0,0,0,0,0,0,1.40276,0,0), -- Janey Anship +(86596,7,-8894.17,909.79,110.395,0,0,0,0,0,0,0,0,0,0,1.9274,0,0), +(86596,8,-8870.31,923.272,105.91,0,0,0,0,0,0,0,0,0,0,0.503477,0,0), +(86596,9,-8855.94,931.187,101.845,0,0,0,0,0,0,0,0,0,0,0.503477,0,0), +(86596,10,-8843.91,933.491,104.097,500,0,0,0,0,0,0,0,0,0,0.189317,0,0), +(86596,11,-8816.65,953.442,100.743,0,141304,0,0,0,0,0,0,0,0,0.530966,0,0), -- Lisan Pierce +(86596,12,-8767.52,895.508,101.256,0,0,0,0,0,0,0,0,0,0,5.41064,0,0), +(86596,13,-8753.45,892,101.896,0,0,0,0,0,0,0,0,0,0,6.03896,0,0), +(86596,14,-8740.3,893.588,101.375,0,0,0,0,0,0,0,0,0,0,0.120202,0,0), +(86596,15,-8726.64,877.216,102.712,0,0,0,0,0,0,0,0,0,0,5.4075,0,0), +(86596,16,-8711.78,859.391,96.9622,1250,0,0,0,0,0,0,0,0,0,5.4075,0,0), +(86596,17,-8714.17,851.672,96.7801,1250,0,0,0,0,0,0,0,0,0,4.41162,0,0), +(86596,18,-8724.59,835.118,96.1396,0,0,0,0,0,0,0,0,0,0,4.15087,0,0), +(86596,19,-8727.53,820.133,97.0495,0,0,0,0,0,0,0,0,0,0,4.51843,0,0), +(86596,20,-8723.35,807.987,97.2959,0,0,0,0,0,0,0,0,0,0,5.02973,0,0), +(86596,21,-8717.8,795.688,96.9682,0,0,0,0,0,0,0,0,0,0,5.13654,0,0), +(86596,22,-8720.86,784.235,97.7513,0,0,0,0,0,0,0,0,0,0,4.45167,0,0), +(86596,23,-8730.39,769.812,98.1267,750,0,0,0,0,0,0,0,0,0,4.13751,0,0), +(86596,24,-8729.96,761.621,98.2494,0,0,0,0,0,0,0,0,0,0,4.76583,0,0), +(86596,25,-8726.06,753.976,98.2668,0,141306,0,0,0,0,0,0,0,0,5.18366,0,0), -- Suzanne +(86596,26,-8714.42,737.952,97.8087,0,0,0,0,0,0,0,0,0,0,5.34074,0,0), +(86596,27,-8728.74,725.086,101.267,0,0,0,0,0,0,0,0,0,0,3.87362,0,0), +(86596,28,-8738.14,715.533,100.152,500,0,0,0,0,0,0,0,0,0,4.05897,0,0), +(86596,29,-8742.74,709.527,98.3091,0,0,0,0,0,0,0,0,0,0,4.05897,0,0), +(86596,30,-8737.21,700.627,98.6984,0,141302,0,0,0,0,0,0,0,0,5.26849,0,0), -- Janey Anship +(86596,31,-8776.23,670.457,103.093,0,0,0,0,0,0,0,0,0,0,3.83749,0,0), +(86596,32,-8760.45,646.994,103.883,0,0,0,0,0,0,0,0,0,0,5.30462,0,0), +(86596,33,-8759.11,627.771,101.892,0,0,0,0,0,0,0,0,0,0,4.78861,0,0), +(86596,34,-8763.21,616.245,98.6119,0,0,0,0,0,0,0,0,0,0,4.37078,0,0), +(86596,35,-8779.99,602.334,97.3893,0,0,0,0,0,0,0,0,0,0,3.87048,0,0), +(86596,36,-8793.37,590.39,97.5755,500,0,0,0,0,0,0,0,0,0,3.87048,0,0), +(86596,37,-8815.81,615.518,94.9978,0,0,0,0,0,0,0,0,0,0,2.29968,0,0), +(86596,38,-8849.81,659.507,97.1312,0,0,0,0,0,0,0,0,0,0,2.21721,0,0), +(86596,39,-8834.43,672.377,98.2964,0,0,0,0,0,0,0,0,0,0,0.696682,0,0), +(86596,40,-8825.5,677.093,97.6638,0,0,0,0,0,0,0,0,0,0,0.486195,0,0), +(86596,41,-8838.31,708.928,97.6485,500,0,0,0,0,0,0,0,0,0,1.95332,0,0), +(86596,42,-8851.32,736.847,100.505,0,0,0,0,0,0,0,0,0,0,2.00673,0,0), +(86596,43,-8870.66,759.965,96.6871,0,0,0,0,0,0,0,0,0,0,2.26748,0,0), +(86596,44,-8880.96,756.982,96.1098,0,0,0,0,0,0,0,0,0,0,3.42359,0,0), +(86596,45,-8909.67,790.199,87.4738,0,0,0,0,0,0,0,0,0,0,2.27062,0,0), +(86596,46,-8918.12,784.468,87.4199,0,141307,0,0,0,0,0,0,0,0,3.73775,0,0), -- Suzanne +(86596,47,-8930.34,773.156,87.9818,0,0,0,0,0,0,0,0,0,0,3.89482,0,0), +(86596,48,-8961.17,770.851,93.8524,0,0,0,0,0,0,0,0,0,0,3.21624,0,0), +(86596,49,-8980.98,783.189,98.0365,0,0,0,0,0,0,0,0,0,0,2.58478,0,0), +(86596,50,-8990.43,800.731,102.354,0,0,0,0,0,0,0,0,0,0,2.08448,0,0), +(86596,51,-8994.98,823.243,104.806,0,0,0,0,0,0,0,0,0,0,1.77032,0,0), +(86596,52,-8990.49,849.74,105.812,0,0,0,0,0,0,0,0,0,0,1.40276,0,0), +(86596,53,-8992.48,859.067,105.647,12000,0,0,0,0,0,0,0,0,0,5.51011,0,0), +(86596,54,-8992.48,859.067,105.647,12000,0,0,0,0,0,0,0,0,0,5.51011,0,0), +(86596,55,-8992.48,859.067,105.647,12000,141305,0,0,0,0,0,0,0,0,5.51011,0,0), -- Lisan Pierce +(86596,56,-8992.48,859.067,105.647,12000,0,0,0,0,0,0,0,0,0,5.51011,0,0), +(86596,57,-8992.48,859.067,105.647,12000,0,0,0,0,0,0,0,0,0,5.51011,0,0), +(86596,58,-8992.48,859.067,105.647,12000,0,0,0,0,0,0,0,0,0,5.51011,0,0), +(86596,59,-8992.48,859.067,105.647,12000,141303,0,0,0,0,0,0,0,0,5.51011,0,0), -- Janey Anship +(86596,60,-8992.48,859.067,105.647,12000,0,0,0,0,0,0,0,0,0,5.51011,0,0), +(86596,61,-8992.48,859.067,105.647,12000,0,0,0,0,0,0,0,0,0,5.51011,0,0), +(86596,62,-8992.48,859.067,105.647,12000,0,0,0,0,0,0,0,0,0,5.51011,0,0), +(86596,63,-8992.48,859.067,105.647,12000,0,0,0,0,0,0,0,0,0,5.51011,0,0); +UPDATE creature SET MovementType = 0, spawndist = 0 WHERE guid = 86597; -- Lisan Pierce c.1414 +DELETE FROM creature_movement WHERE id = 86597; +UPDATE creature SET MovementType = 0, spawndist = 0 WHERE guid = 89294; -- Suzanne c.1415 +DELETE FROM creature_movement WHERE id = 89294; +DELETE FROM creature_linking_template WHERE entry IN (1414,1415); -- link between 'Janey Anship' with 'Lisan Pierce + Suzanne' +INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES +(1414,0,1413,656,30), +(1415,0,1413,656,30); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 141301 AND 141307; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +-- for Janey Anship +(141301,1,0,0,0,0,0,0,2000005148,2000005149,2000005150,2000005151,0,0,0,0,''), +(141301,4,0,0,0,1414,30,7,2000005156,2000005157,2000005158,2000005159,0,0,0,0,'force buddy to: say text'), +(141301,8,0,0,0,1415,30,7,2000005164,2000005165,2000005166,2000005169,0,0,0,0,'force buddy to: say text'), +(141302,1,0,0,0,0,0,0,2000005152,2000005153,2000005154,2000005155,0,0,0,0,''), +(141302,4,0,0,0,1415,30,7,2000005160,2000005161,2000005162,2000005163,0,0,0,0,'force buddy to: say text'), +(141302,8,0,0,0,1414,30,7,2000005170,2000005171,2000005172,2000005173,0,0,0,0,'force buddy to: say text'), +(141303,1,0,0,0,0,0,0,2000005149,2000005151,2000005153,2000005155,0,0,0,0,''), +(141303,4,0,0,0,1414,30,7,2000005156,2000005158,2000005160,2000005162,0,0,0,0,'force buddy to: say text'), +(141303,8,0,0,0,1415,30,7,2000005164,2000005172,2000005170,2000005166,0,0,0,0,'force buddy to: say text'), +-- for Lisan Pierce +(141304,1,0,0,0,1414,30,7,2000005148,2000005149,2000005150,2000005151,0,0,0,0,'force buddy to: say text'), +(141304,4,0,0,0,0,0,0,2000005156,2000005157,2000005158,2000005159,0,0,0,0,''), +(141304,8,0,0,0,1415,30,7,2000005164,2000005165,2000005166,2000005169,0,0,0,0,'force buddy to: say text'), +(141305,1,0,0,0,1414,30,7,2000005152,2000005153,2000005154,2000005155,0,0,0,0,'force buddy to: say text'), +(141305,4,0,0,0,1415,30,7,2000005160,2000005161,2000005162,2000005163,0,0,0,0,'force buddy to: say text'), +(141305,8,0,0,0,0,0,0,2000005170,2000005171,2000005172,2000005173,0,0,0,0,''), +-- for Suzanne +(141306,1,0,0,0,1415,30,7,2000005152,2000005153,2000005154,2000005155,0,0,0,0,'force buddy to: say text'), +(141306,4,0,0,0,1414,30,7,2000005160,2000005161,2000005162,2000005163,0,0,0,0,'force buddy to: say text'), +(141306,8,0,0,0,0,0,0,2000005170,2000005171,2000005172,2000005173,0,0,0,0,''), +(141307,1,0,0,0,1415,30,7,2000005148,2000005149,2000005150,2000005151,0,0,0,0,'force buddy to: say text'), +(141307,4,0,0,0,0,0,0,2000005156,2000005157,2000005158,2000005159,0,0,0,0,''), +(141307,8,0,0,0,1414,30,7,2000005170,2000005171,2000005172,2000005173,0,0,0,0,'force buddy to: say text'); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005148 AND 2000005166; -- already in DB (but we had to sort them correctly + remove duplicates) +INSERT INTO db_script_string (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 +-- first set +(2000005148,'If we reverse the Essence flows perhaps we can alter the polarity.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005149,'Why can\'t we just shift the array to compensate for the variance in the flux?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005150,'So then the array of magics would cascade into a chain reaction of positively charged energies.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005151,'The magical wards at that sholud be supported enough by the energy flux to certain the entity.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005152,'Maginor says that twisting alternating flows of positive energy actually creates a much more stable flow.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005153,'The portal will shift slightly, at this point if you cast a binding cantrip you will solidify it in place.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005154,'When the positively aligned energies collide with the negatively charged energies, they don\'t negate one another.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005155,'Putting in twelve centers of focus might allow the magical energies to form more solidly, adding the necessary stability.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +-- 2nd set +(2000005156,'I think not, I don\'t need to be blown up again.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005157,'I suppose that could work, if we had twenty people to cast it with.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005158,'But wouldn\'t that mean crossing the streams? Isn\'t that really bad?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005159,'But what if the resulting frequency shift were to send magical feedback up the flows?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005160,'But isn\'t that what caused the initial problems with Adept Syleria\'s magical formula?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005161,'That will unbalance the magical focus, though, and cause a reverse vibration in the ether.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005162,'Wouldn\'t that cause the weave to unravel if not properly anchored before starting the casting?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005163,'The resultant energies could collapse though, and that could cause an energy flux that would give you a migraine for weeks.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +-- 3rd set +(2000005164,'At least we wouldn\'t be around to have to clean it up.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005165,'Wow, all of this for a love potion. Hope he\'s worth it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005166,'Only if we didn\'t follow the proper initialization procedures.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005169 AND 2000005173; -- already in DB (but we had to sort them correctly + remove duplicates) +INSERT INTO db_script_string (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 +(2000005169,'What if we used three focuses in Tyrean pattern? That should solve it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005170,'Always so negative. The chances of that happening are between zero and none.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005171,'If we use the Surian theory, then yes, but not if we go with the Y\'serian approach.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005172,'But if we stabilize it with an anchor thread at the appropriate energy crux then it should work.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL), +(2000005173,'If we use the appropriate sequence we should be ok. Will just take some serious studying before we start.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL); +DELETE FROM db_script_string WHERE entry BETWEEN 2000005174 AND 2000005179; + +-- ---------------- +-- UNIT_CLASS UPDATE - PART OF STATS SYSTEM - NOT COMPLETED YET +-- ---------------- + +UPDATE creature_template SET UnitClass = 2 WHERE entry = 1840; -- Grand Inquisitor Isillien +UPDATE creature_template SET UnitClass = 2 WHERE entry = 1860; -- Voidwalker +UPDATE creature_template SET UnitClass = 2 WHERE entry = 1896; -- Moonrage Elder +UPDATE creature_template SET UnitClass = 8 WHERE entry = 2160; -- Gravelflint Geomancer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 2283; -- Ravenclaw Regent +UPDATE creature_template SET UnitClass = 8 WHERE entry = 2453; -- Lo\'Grosh +UPDATE creature_template SET UnitClass = 2 WHERE entry = 2605; -- Zalas Witherbark +UPDATE creature_template SET UnitClass = 8 WHERE entry = 2638; -- Syndicate Spectre +UPDATE creature_template SET UnitClass = 2 WHERE entry = 2755; -- Myzrael +UPDATE creature_template SET UnitClass = 2 WHERE entry = 2887; -- Prismatic Exile +UPDATE creature_template SET UnitClass = 8 WHERE entry = 3569; -- Bogling +UPDATE creature_template SET UnitClass = 2 WHERE entry = 3672; -- Boahn +UPDATE creature_template SET UnitClass = 2 WHERE entry = 3773; -- Akkrilus +UPDATE creature_template SET UnitClass = 2 WHERE entry = 3799; -- Severed Druid +UPDATE creature_template SET UnitClass = 8 WHERE entry = 3899; -- Balizar the Umbrage +UPDATE creature_template SET UnitClass = 2 WHERE entry = 3900; -- Caedakar the Vicious +UPDATE creature_template SET UnitClass = 2 WHERE entry = 4842; -- Earthcaller Halmgar +UPDATE creature_template SET UnitClass = 2 WHERE entry = 4978; -- Aku\'mai Servant +UPDATE creature_template SET UnitClass = 2 WHERE entry = 5893; -- Minor Manifestation of Fire +UPDATE creature_template SET UnitClass = 2 WHERE entry = 5894; -- Corrupt Minor Manifestation of Water +UPDATE creature_template SET UnitClass = 2 WHERE entry = 5916; -- Sentinel Amarassan +UPDATE creature_template SET UnitClass = 2 WHERE entry = 6047; -- Aqua Guardian +UPDATE creature_template SET UnitClass = 2 WHERE entry = 6070; -- Maraudine Khan Advisor +UPDATE creature_template SET UnitClass = 2 WHERE entry = 6228; -- Dark Iron Ambassador +UPDATE creature_template SET UnitClass = 2 WHERE entry = 6490; -- Azshir the Sleepless +UPDATE creature_template SET UnitClass = 2 WHERE entry = 6550; -- Mana Surge +UPDATE creature_template SET UnitClass = 2 WHERE entry = 7411; -- Spirit of Sathrah +UPDATE creature_template SET UnitClass = 2 WHERE entry = 7734; -- Ilifar +UPDATE creature_template SET UnitClass = 2 WHERE entry = 7735; -- Felcular +UPDATE creature_template SET UnitClass = 2 WHERE entry = 8075; -- Edana Hatetalon +UPDATE creature_template SET UnitClass = 8 WHERE entry = 8202; -- Cyclok the Mad +UPDATE creature_template SET UnitClass = 2 WHERE entry = 8217; -- Mith\'rethis the Enchanter +UPDATE creature_template SET UnitClass = 8 WHERE entry = 8394; -- Roland Geardabbler +UPDATE creature_template SET UnitClass = 8 WHERE entry = 8578; -- Magus Rimtori +UPDATE creature_template SET UnitClass = 2 WHERE entry = 9031; -- Anub\'shiah +UPDATE creature_template SET UnitClass = 2 WHERE entry = 9437; -- Dark Keeper Vorfalk +UPDATE creature_template SET UnitClass = 2 WHERE entry = 9438; -- Dark Keeper Bethek +UPDATE creature_template SET UnitClass = 2 WHERE entry = 9439; -- Dark Keeper Uggel +UPDATE creature_template SET UnitClass = 2 WHERE entry = 9441; -- Dark Keeper Zimrel +UPDATE creature_template SET UnitClass = 2 WHERE entry = 9442; -- Dark Keeper Ofgut +UPDATE creature_template SET UnitClass = 2 WHERE entry = 9443; -- Dark Keeper Pelver +UPDATE creature_template SET UnitClass = 2 WHERE entry = 9523; -- Kolkar Stormseer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 9604; -- Gorgon\'och +UPDATE creature_template SET UnitClass = 2 WHERE entry = 10373; -- Xabraxxis +UPDATE creature_template SET UnitClass = 2 WHERE entry = 10389; -- Wrath Phantom +UPDATE creature_template SET UnitClass = 8 WHERE entry = 10393; -- Skul +UPDATE creature_template SET UnitClass = 2 WHERE entry = 10584; -- Urok Doomhowl +UPDATE creature_template SET UnitClass = 2 WHERE entry = 10602; -- Urok Ogre Magus +UPDATE creature_template SET UnitClass = 2 WHERE entry = 11143; -- Postmaster Malown +UPDATE creature_template SET UnitClass = 2 WHERE entry = 11497; -- The Razza +UPDATE creature_template SET UnitClass = 2 WHERE entry = 11713; -- Blackwood Tracker +UPDATE creature_template SET UnitClass = 2 WHERE entry = 11714; -- Marosh the Devious +UPDATE creature_template SET UnitClass = 2 WHERE entry = 12126; -- Lord Tirion Fordring +UPDATE creature_template SET UnitClass = 2 WHERE entry = 12128; -- Crimson Elite +UPDATE creature_template SET UnitClass = 2 WHERE entry = 12238; -- Zaetar\'s Spirit +UPDATE creature_template SET UnitClass = 8 WHERE entry = 12319; -- Burning Blade Toxicologist +UPDATE creature_template SET UnitClass = 2 WHERE entry = 12321; -- Stormscale Toxicologist +UPDATE creature_template SET UnitClass = 8 WHERE entry = 12339; -- Demetria +UPDATE creature_template SET UnitClass = 2 WHERE entry = 12352; -- Scarlet Trooper +UPDATE creature_template SET UnitClass = 2 WHERE entry = 12876; -- Baron Aquanis +UPDATE creature_template SET UnitClass = 2 WHERE entry = 12976; -- Kolkar Waylayer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 13537; -- Seasoned Coldmine Surveyor +UPDATE creature_template SET UnitClass = 2 WHERE entry = 13538; -- Veteran Coldmine Surveyor +UPDATE creature_template SET UnitClass = 2 WHERE entry = 13540; -- Seasoned Irondeep Explorer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 13716; -- Celebras the Redeemed +UPDATE creature_template SET UnitClass = 2 WHERE entry = 14275; -- Tamra Stormpike +UPDATE creature_template SET UnitClass = 8 WHERE entry = 14487; -- Gluggle +UPDATE creature_template SET UnitClass = 2 WHERE entry = 14506; -- Lord Hel\'nurath +UPDATE creature_template SET UnitClass = 2 WHERE entry = 14511; -- Shadowed Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 14512; -- Corrupted Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 14514; -- Banal Spirit +UPDATE creature_template SET UnitClass = 2 WHERE entry = 14516; -- Death Knight Darkreaver +UPDATE creature_template SET UnitClass = 2 WHERE entry = 14518; -- Aspect of Banality +UPDATE creature_template SET UnitClass = 1 WHERE entry = 14519; -- Aspect of Corruption +UPDATE creature_template SET UnitClass = 2 WHERE entry = 14521; -- Aspect of Shadow +UPDATE creature_template SET UnitClass = 2 WHERE entry = 15206; -- The Duke of Cynders +UPDATE creature_template SET UnitClass = 1 WHERE entry = 15211; -- Azure Templar +UPDATE creature_template SET UnitClass = 2 WHERE entry = 15260; -- Demented Druid Spirit +UPDATE creature_template SET UnitClass = 2 WHERE entry = 15449; -- Hive\'Zora Abomination +UPDATE creature_template SET UnitClass = 2 WHERE entry = 15495; -- Nighthaven Defender +UPDATE creature_template SET UnitClass = 8 WHERE entry = 15607; -- Elder Farwhisper +UPDATE creature_template SET UnitClass = 2 WHERE entry = 15620; -- Hive\'Regal Hunter-Killer +UPDATE creature_template SET UnitClass = 8 WHERE entry = 15623; -- Xandivious +UPDATE creature_template SET UnitClass = 2 WHERE entry = 15634; -- Priestess of the Moon +UPDATE creature_template SET UnitClass = 8 WHERE entry = 15958; -- Gharsul the Remorseless +UPDATE creature_template SET UnitClass = 8 WHERE entry = 16033; -- Bodley +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16073; -- Spirit of Lord Valthalak +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16080; -- Mor Grayhoof +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16097; -- Isalien +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16101; -- Jarien +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16102; -- Sothos +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16104; -- Spirit of Sothos +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16118; -- Kormok +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16120; -- Bone Mage +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16237; -- Magister Sylastor +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16254; -- Field Marshal Chambers +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16358; -- Kel\'gash the Wicked +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16994; -- Draenei Anchorite +UPDATE creature_template SET UnitClass = 2 WHERE entry = 16996; -- Draenei Vindicator +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17086; -- Enraged Wraith +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17207; -- Naias +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17540; -- Fiendish Hound +UPDATE creature_template SET UnitClass = 8 WHERE entry = 17612; -- Quel\'dorei Magewraith +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17652; -- Image of Arcanagos +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17716; -- Sangrias Stillblade +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17809; -- Champion Bloodwrath +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17810; -- Champion Lightrend +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17811; -- Champion Swiftblade +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17812; -- Champion Sunstriker +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17870; -- Angered Nether-wraith +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17879; -- Chrono Lord Deja +UPDATE creature_template SET UnitClass = 8 WHERE entry = 17903; -- Skeleton Mage +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17910; -- Gregor the Justiciar +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17911; -- Cathela the Seeker +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17912; -- Nemas the Arbiter +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17913; -- Aelmar the Vanquisher +UPDATE creature_template SET UnitClass = 2 WHERE entry = 17914; -- Vicar Hieronymus +UPDATE creature_template SET UnitClass = 2 WHERE entry = 18056; -- Fiendish Hound (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 18154; -- Ssslith +UPDATE creature_template SET UnitClass = 8 WHERE entry = 18337; -- Priest Kath\'mar +UPDATE creature_template SET UnitClass = 2 WHERE entry = 18679; -- Vorakem Doomspeaker +UPDATE creature_template SET UnitClass = 2 WHERE entry = 18685; -- Okrek +UPDATE creature_template SET UnitClass = 2 WHERE entry = 18686; -- Doomsayer Jurim +UPDATE creature_template SET UnitClass = 2 WHERE entry = 18693; -- Speaker Mar\'grom +UPDATE creature_template SET UnitClass = 2 WHERE entry = 18698; -- Ever-Core the Punisher +UPDATE creature_template SET UnitClass = 8 WHERE entry = 18806; -- Solarium Priest +UPDATE creature_template SET UnitClass = 2 WHERE entry = 18994; -- Infinite Executioner +UPDATE creature_template SET UnitClass = 2 WHERE entry = 18995; -- Infinite Vanquisher +UPDATE creature_template SET UnitClass = 2 WHERE entry = 19493; -- Ekkorash the Inquisitor +UPDATE creature_template SET UnitClass = 2 WHERE entry = 19599; -- Void Servant +UPDATE creature_template SET UnitClass = 2 WHERE entry = 19878; -- Spirit of Exarch Maladaar +UPDATE creature_template SET UnitClass = 2 WHERE entry = 19963; -- Doomcryer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20021; -- Nether Whelp +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20032; -- Bloodwarder Vindicator +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20033; -- Astromancer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20034; -- Star Scryer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20036; -- Bloodwarder Squire +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20037; -- Tempest Falconer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20043; -- Apprentice Star Scryer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20044; -- Novice Astromancer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20045; -- Nether Scryer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20046; -- Astromancer Lord +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20047; -- Crimson Hand Battle Mage +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20049; -- Crimson Hand Blood Knight +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20050; -- Crimson Hand Inquisitor +UPDATE creature_template SET UnitClass = 8 WHERE entry = 20062; -- Grand Astromancer Capernian +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20319; -- Spirit of Exarch Maladaar (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20554; -- Arconus the Insatiable +UPDATE creature_template SET UnitClass = 1 WHERE entry = 20669; -- Shade of Mal\'druk +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20738; -- Chrono Lord Deja (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 20740; -- Infinite Assassin (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20742; -- Infinite Executioner (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20743; -- Infinite Vanquisher (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 20744; -- Rift Lord (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20795; -- Keeper of the Cistern +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20905; -- Blazing Trickster +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20909; -- Sulfuron Magma-Thrower +UPDATE creature_template SET UnitClass = 2 WHERE entry = 20912; -- Harbinger Skyriss +UPDATE creature_template SET UnitClass = 1 WHERE entry = 20992; -- Blood Guard Porung (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21027; -- Earthmender Wilda +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21029; -- Captured Water Spirit +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21104; -- Rift Keeper +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21138; -- Infinite Executioner +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21139; -- Infinite Vanquisher +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21183; -- Oronok Torn-heart +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21220; -- Coilfang Priestess +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21224; -- Tidewalker Depth-Seer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21226; -- Tidewalker Shaman +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21228; -- Tidewalker Hydromancer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21229; -- Greyheart Tidecaller +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21230; -- Greyheart Nether-Mage +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21255; -- Umberhowl +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21299; -- Coilfang Fathom-Witch +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21339; -- Coilfang Hate-Screamer +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21409; -- Envoy Icarius +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21410; -- Blood Lord Zarath +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21425; -- Nexus-King Salhadaar +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21465; -- David Wayne +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21589; -- Blazing Trickster (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21601; -- Harbinger Skyriss (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21616; -- Sulfuron Magma-Thrower (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 21685; -- Oronok Torn-heart +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21697; -- Infinite Chrono-Lord +UPDATE creature_template SET UnitClass = 8 WHERE entry = 21703; -- Corrupt Fire Totem +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21706; -- Corrupted Fire Elemental +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21707; -- Corrupted Air Elemental +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21708; -- Corrupted Earth Elemental +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21710; -- Uylaru +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21712; -- Infinite Chrono-Lord (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21735; -- Infernal Oversoul +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21790; -- Plexi +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21795; -- Shadowmoon Harbinger +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21806; -- Greyheart Spellbinder +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21865; -- Coilfang Ambusher +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21894; -- Xeleth +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21919; -- Coilfang Ambusher (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21925; -- Avatar of Sathal +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21938; -- Earthmender Splinthoof +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21964; -- Fathom-Guard Caribdis +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21965; -- Fathom-Guard Tidalvess +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21966; -- Fathom-Guard Sharkkis +UPDATE creature_template SET UnitClass = 2 WHERE entry = 21976; -- Area 52 Death Machine +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22022; -- Arcane Burst +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22076; -- Torloth the Magnificent +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22166; -- Infinite Executioner (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22168; -- Infinite Vanquisher (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22170; -- Rift Keeper (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22171; -- Rift Keeper (1) +UPDATE creature_template SET UnitClass = 8 WHERE entry = 22189; -- Marmot +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22232; -- Grishna Arakkoa +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22238; -- Serpentshrine Tidecaller +UPDATE creature_template SET UnitClass = 8 WHERE entry = 22299; -- Spore Strider -- no sure?????? +UPDATE creature_template SET UnitClass = 8 WHERE entry = 22300; -- Spore Strider (1) -- both are wrong i guess +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22408; -- Furious Nether-wraith +UPDATE creature_template SET UnitClass = 1 WHERE entry = 22473; -- Baron Sablemane +UPDATE creature_template SET UnitClass = 1 WHERE entry = 22727; -- Alterac Ram (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22754; -- Seasoned Coldmine Surveyor (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22755; -- Seasoned Irondeep Explorer (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22773; -- Veteran Coldmine Surveyor (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22820; -- Seer Olum +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22910; -- Skulloc Soulgrinder +UPDATE creature_template SET UnitClass = 8 WHERE entry = 22911; -- Vim\'gol the Vile +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22912; -- Sundered Spirit +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22932; -- Sai\'kkal the Elder +UPDATE creature_template SET UnitClass = 1 WHERE entry = 22933; -- Ancient Raven-Priest +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22988; -- Illidari Shadowlord +UPDATE creature_template SET UnitClass = 1 WHERE entry = 22989; -- Maiev Shadowsong +UPDATE creature_template SET UnitClass = 8 WHERE entry = 22990; -- Akama +UPDATE creature_template SET UnitClass = 2 WHERE entry = 22993; -- Guardian of the Eagle +UPDATE creature_template SET UnitClass = 8 WHERE entry = 22994; -- Guardian of the Falcon +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23002; -- Rizzle Sprysprocket +UPDATE creature_template SET UnitClass = 1 WHERE entry = 23025; -- Rizzle\'s Depth Charge +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23036; -- Captive Sparrowhawk +UPDATE creature_template SET UnitClass = 1 WHERE entry = 23122; -- Anzu (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23153; -- Bash\'ir Surveyor +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23154; -- Mana-debt Slave +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23220; -- Shivan Assassin +UPDATE creature_template SET UnitClass = 1 WHERE entry = 23242; -- Skyguard Ranger +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23247; -- Bash\'ir Subprimal +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23333; -- The Grand Collector +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23338; -- Arthorn\'s Sparrowhawk +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23353; -- Braxxus +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23354; -- Mo\'arg Incinerator +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23355; -- Zarcsin +UPDATE creature_template SET UnitClass = 1 WHERE entry = 23364; -- Black Dragon Whelpling +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23365; -- Torkus Jr. +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23368; -- Bash\'ir Controller +UPDATE creature_template SET UnitClass = 2 WHERE entry = 23414; -- Bash\'ir Inquisitor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 23430; -- Skyguard Lieutenant +UPDATE creature_template SET UnitClass = 2 WHERE entry = 24039; -- Sundered Ghost +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25087; -- Dawnblade Reservist +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25144; -- Shattered Sun Bombardier +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25164; -- Shattered Sun Recruit +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25236; -- Unrestrained Dragonhawk +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25373; -- Shadowsword Soulbinder +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25461; -- Farseer Grimwalker +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25483; -- Shadowsword Manafiend +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25494; -- Purifying Totem +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25506; -- Shadowsword Lifeshaper +UPDATE creature_template SET UnitClass = 1 WHERE entry = 25588; -- Hand of the Deceiver +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25597; -- Oblivion Mage +UPDATE creature_template SET UnitClass = 1 WHERE entry = 25598; -- Volatile Felfire Fien +UPDATE creature_template SET UnitClass = 1 WHERE entry = 25708; -- Sinister Reflection +UPDATE creature_template SET UnitClass = 1 WHERE entry = 25738; -- Clayton J Dubin (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25742; -- Alluvius +UPDATE creature_template SET UnitClass = 1 WHERE entry = 25757; -- Ahunite Frostwind +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25799; -- Shadowsword Fury Mage +UPDATE creature_template SET UnitClass = 2 WHERE entry = 25851; -- Volatile Fiend +UPDATE creature_template SET UnitClass = 8 WHERE entry = 25863; -- Twilight Firesworn +UPDATE creature_template SET UnitClass = 8 WHERE entry = 25924; -- Twilight Speaker Viktor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 25949; -- Ice Caller Briatha +UPDATE creature_template SET UnitClass = 2 WHERE entry = 26101; -- Fire Fiend +UPDATE creature_template SET UnitClass = 1 WHERE entry = 26116; -- Frostwave Lieutenant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 26178; -- Hailstone Lieutenant +UPDATE creature_template SET UnitClass = 8 WHERE entry = 26222; -- Twilight Cryomancer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 26289; -- Shattered Sun Riftwaker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 26302; -- Enchantments Vendor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 26341; -- Ahunite Frostwind (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 26810; -- Roanauk Icemist +UPDATE creature_template SET UnitClass = 2 WHERE entry = 26966; -- Shadowy Tormentor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 27717; -- Rustblood +UPDATE creature_template SET UnitClass = 1 WHERE entry = 29174; -- Defender of the Light +UPDATE creature_template SET UnitClass = 1 WHERE entry = 29177; -- Commander Eligor Dawnbringer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 29178; -- Lord Maxwell Tyrosus +UPDATE creature_template SET UnitClass = 1 WHERE entry = 29181; -- Rayne +UPDATE creature_template SET UnitClass = 1 WHERE entry = 29182; -- Rimblat Earthshatter +UPDATE creature_template SET UnitClass = 1 WHERE entry = 29228; -- Darion Mograine +UPDATE creature_template SET UnitClass = 8 WHERE entry = 29560; -- Lord-Commander Arete +UPDATE creature_template SET UnitClass = 1 WHERE entry = 29572; -- Landgren\'s Soul +UPDATE creature_template SET UnitClass = 1 WHERE entry = 29861; -- Stormforged Eradicator +UPDATE creature_template SET UnitClass = 2 WHERE entry = 30024; -- Gargoral the Water Lord +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30053; -- Icebound Revenant +UPDATE creature_template SET UnitClass = 8 WHERE entry = 30063; -- Stormforged Decimator +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30190; -- Attendant Tock +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30202; -- Reanimated Crusader +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30236; -- Argent Cannon +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30301; -- Tamed Jormungar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30322; -- Earthen Jormungar Handler +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30374; -- Elder Muraco +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30375; -- Elder Stonebeard +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30474; -- The North Wind +UPDATE creature_template SET UnitClass = 2 WHERE entry = 30482; -- Wrathstrike Gargoyle +UPDATE creature_template SET UnitClass = 2 WHERE entry = 30543; -- Forgotten Depths High Priest +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30550; -- Image of the North Wind +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30591; -- Stormforged Amplifier +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30593; -- Forgotten Depths Slayer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30672; -- Crusader of Virtue +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30686; -- Crusade Architect Silas +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30703; -- Ebon Blade Champion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30704; -- Argent Paladin +UPDATE creature_template SET UnitClass = 2 WHERE entry = 30813; -- Torkus Jr. (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 30829; -- Salranax the Flesh Render +UPDATE creature_template SET UnitClass = 2 WHERE entry = 30831; -- High Priest Yath\'amon +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30839; -- Jayde +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30840; -- Munch +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30919; -- Argent Battle-priest +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30984; -- Scourge Drudge +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30986; -- Reanimated Captain +UPDATE creature_template SET UnitClass = 1 WHERE entry = 30989; -- Halof the Deathbringer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31003; -- Crusader Lord Dalfors +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31235; -- Crusader Olakin Sainrith +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31306; -- Margrave Dhakar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31314; -- Ebon Blade Veteran +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31428; -- Crusader Olakin Sainrith +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31432; -- Ghostwing +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31482; -- Apothecary Chemist +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31516; -- Blight Doctor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31524; -- Apothecary Collaborator +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31526; -- Blight Slinger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31529; -- Ravishing Betrayer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31531; -- Perfidious Dreadlord +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31638; -- Alliance Siege Vehicle +UPDATE creature_template SET UnitClass = 1 WHERE entry = 31831; -- Blight Spreader +UPDATE creature_template SET UnitClass = 2 WHERE entry = 32162; -- Grimkor the Wicked +UPDATE creature_template SET UnitClass = 2 WHERE entry = 32234; -- Swirling Water Revenant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 32239; -- Highlord Tirion Fordring +UPDATE creature_template SET UnitClass = 1 WHERE entry = 32241; -- Disguised Crusader +UPDATE creature_template SET UnitClass = 1 WHERE entry = 32270; -- Legion Dreadwhisperer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 32271; -- Legion Overlord +UPDATE creature_template SET UnitClass = 1 WHERE entry = 32272; -- High Invoker Basaleph +UPDATE creature_template SET UnitClass = 1 WHERE entry = 32309; -- Ebon Knight +UPDATE creature_template SET UnitClass = 1 WHERE entry = 32311; -- Koltira Deathweaver +UPDATE creature_template SET UnitClass = 2 WHERE entry = 32357; -- Old Crystalbark +UPDATE creature_template SET UnitClass = 1 WHERE entry = 32430; -- Fringe Engineer Tezzla +UPDATE creature_template SET UnitClass = 1 WHERE entry = 32443; -- The Lich King +UPDATE creature_template SET UnitClass = 1 WHERE entry = 32500; -- Dirkee +UPDATE creature_template SET UnitClass = 2 WHERE entry = 32554; -- Swirling Water Revenant (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 32800; -- Father Kamaros +UPDATE creature_template SET UnitClass = 1 WHERE entry = 33163; -- Iron Honor Guard (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 33164; -- Iron Honor Guard (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 33255; -- Titanium Stormlord +UPDATE creature_template SET UnitClass = 1 WHERE entry = 33330; -- Battle-Priest Gina +UPDATE creature_template SET UnitClass = 1 WHERE entry = 33331; -- Amira Blazeweaver +UPDATE creature_template SET UnitClass = 1 WHERE entry = 33332; -- Spiritwalker Tara +UPDATE creature_template SET UnitClass = 1 WHERE entry = 33333; -- Kar Greycloud +UPDATE creature_template SET UnitClass = 1 WHERE entry = 33495; -- Ysera +UPDATE creature_template SET UnitClass = 1 WHERE entry = 33536; -- Alexstrasza +UPDATE creature_template SET UnitClass = 1 WHERE entry = 33567; -- Deathsworn Zealo +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34112; -- Titanium Stormlord (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34113; -- Steelforged Defender (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34247; -- Steelforged Defender (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34298; -- Kologarn (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34310; -- Keristrasza +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34320; -- Venomhide Hatchling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34327; -- Dino Meat Feeding Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34336; -- Silithid Meat Feeding Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34337; -- The Postmaster +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34338; -- Silithid Egg Feeding Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34360; -- Wabbit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34364; -- Calico Cat +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34386; -- High-Oracle Soo-roo +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34393; -- Test Vendor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34425; -- Furious Gladiator\'s Frost Wyrm +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34428; -- MiniZep +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34434; -- ELM Daze Target +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34435; -- Cheerful Human Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34436; -- ELM Attacker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34437; -- Isle of Conquest Battlemaster +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34460; -- Kavina Grovesong +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34461; -- Tyrius Duskblade +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34463; -- Shaabad +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34465; -- Velanaa +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34466; -- Anthar Forgemender +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34467; -- Alyssia Moonstalker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34468; -- Noozle Whizzlestick +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34469; -- Melador Valestrider +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34470; -- Saamul +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34471; -- Baelnor Lightbearer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34472; -- Irieth Shadowstep +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34473; -- Brienna Nightfell +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34474; -- Serissa Grimdabbler +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34475; -- Shocuul +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34476; -- Cheerful Forsaken Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34477; -- Cheerful Orc Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34478; -- Cheerful Dwarf Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34479; -- Cheerful Night Elf Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34480; -- Cheerful Tauren Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34481; -- Cheerful Gnome Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34482; -- Cheerful Troll Spiri +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34483; -- Cheerful Blood Elf Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34484; -- Cheerful Draenei Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34489; -- Winterfin Playmate +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34515; -- XT-005 Debugger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34531; -- Roo +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34532; -- Kekek +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34533; -- ScottM Test Creature +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34561; -- Forsaken Prankster +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34562; -- [DND] Stink Bomb Target +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34565; -- Innocuous Townsman +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34579; -- Venomhide Hatchling (1.25) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34580; -- Venomhide Hatchling (1.50) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34581; -- Venomhide Hatchling (1.75) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34612; -- Danowe Thunderhorn +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34644; -- Edward Winslow +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34645; -- Elizabeth Barker Winslow +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34653; -- Bountiful Table Hostess +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34654; -- Bountiful Feast Hostess +UPDATE creature_template SET UnitClass = 2 WHERE entry = 34657; -- Jaelyne Evensong +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34658; -- Jaelyne Evensong\'s Mount +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34675; -- Gregory Tabor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34676; -- Isaac Allerton +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34677; -- Miles Standish +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34678; -- Dokin Farplain +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34679; -- Francis Eaton +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34681; -- Ikaneba Summerset +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34682; -- Wilmina Holbeck +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34683; -- Rose Standish +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34684; -- Laha Farplain +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34685; -- Dalni Tallgrass +UPDATE creature_template SET UnitClass = 2 WHERE entry = 34702; -- Ambrose Boltspark +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34708; -- Caitrin Ironkettle +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34709; -- Silver Riding Dragonhawk +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34710; -- Ellen Moore +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34711; -- Mary Allerton +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34712; -- Roberta Carter +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34713; -- Ondani Greatmill +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34714; -- Mahara Goldwheat +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34724; -- Shimmering Wyrmling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34737; -- Spice Bread Stuffing Proxy +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34738; -- Slow-roasted Turkey Proxy +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34739; -- Candied Sweet Potato Proxy +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34740; -- Pumpkin Pie Proxy +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34741; -- Cranberry Chutney Proxy +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34744; -- Jasper Moore +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34755; -- Healing Marker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34768; -- William Mullins +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34770; -- Macabre Marionette +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34783; -- Ranisa Whiteboug +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34785; -- Alnar Whitebough +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34786; -- Alice Rigsdale +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34787; -- John Rigsdale +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34798; -- Acidmaw (Mobile) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34801; -- Incinerated Skeleton +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34806; -- Bountiful Table Kill Credit Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34812; -- The Turkey Chair +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34819; -- The Stuffing Chair +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34822; -- The Pie Chair +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34823; -- The Cranberry Chair +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34824; -- The Sweet Potato Chair +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34827; -- Argent Coliseum PTR Beast Master +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34875; -- Ice Turret (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34889; -- [PH] Goss Test NPC +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34891; -- [PH] Tournament Hippogryph Quest Mount +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34893; -- [PH] Stabled Argent Hippogryph +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34895; -- Jend Jow (Test) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34899; -- Snowblind Follower Proxy +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34921; -- Felflame Infernal Ball +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34930; -- Jade Tiger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34942; -- Memory of Hogger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34971; -- Hotoro +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34980; -- Drottinn Hrothgar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 34993; -- Larina Heartforge +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35003; -- Horde Gunship Captain +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35004; -- Jaeren Sunsworn +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35012; -- Ornolf the Scarred +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35018; -- Stalker Koralon +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35019; -- Bruka Woebringer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35021; -- Marog +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35026; -- Marsa Keybrand +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35027; -- Erutor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35028; -- Memory of VanCleef +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35029; -- Memory of Mutanus +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35031; -- Memory of Lucifron +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35032; -- Memory of Thunderaan +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35033; -- Memory of Chromaggus +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35034; -- Memory of Hakkar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35036; -- Memory of Vek\'nilash +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35037; -- Memory of Kalithresh +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35038; -- Memory of Malchezaar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35039; -- Memory of Gruul +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35040; -- Memory of Vashj +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35041; -- Memory of Archimonde +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35043; -- Memory of Delrissa +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35044; -- Memory of Entropius +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35045; -- Memory of Ingvar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35048; -- Memory of Onyxia +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35050; -- Memory of Ignis +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35051; -- Memory of Vezax +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35052; -- Memory of Algalon +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35055; -- Fallen Hero\'s Spirit Proxy +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35066; -- [ph] Argent Raid Spectator - FX - Alliance Fireworks NOT USED +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35067; -- Imp in a Bottle +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35074; -- Quest - Wintergrasp - Southern Tower Kill +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35085; -- Foreman Fisk +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35086; -- Labor Captain Grabbit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35087; -- Malynea Skyreaver +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35088; -- Custer Clubnik +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35091; -- Horzak Zignibble +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35107; -- Argent Coliseum PTR Eredar Master +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35108; -- Argent Coliseum PTR Faction Champion Master +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35109; -- Argent Coliseum PTR Val\'kyr Master +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35110; -- Argent Coliseum PTR Anub\'arak Master +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35116; -- Cult Saboteur +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35127; -- Cult Assassin +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35145; -- Dreadscale (Sessile) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35146; -- Argent Hippogryph (Bombing Run) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35147; -- Silver Covenant Hippogryph +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35148; -- Sunreaver Dragonhawk +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35155; -- Mana Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35156; -- Jade Panda +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35157; -- Tiny Jade Dragon +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35179; -- Argent Charger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35180; -- Argent Warhorse +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35189; -- Skoll +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35228; -- Invisible Burrowed Jormungar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35242; -- Kvaldir Invader +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35243; -- Ghostly Blood Elf Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35244; -- Ghostly Forsaken Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35246; -- Ghostly Draenei Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35247; -- Ghostly Dwarf Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35248; -- Ghostly Gnome Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35249; -- Ghostly Human Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35250; -- Ghostly Night Elf Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35251; -- Ghostly Orc Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35252; -- Ghostly Tauren Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35253; -- Ghostly Troll Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35254; -- Ghostly Dalaran Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35256; -- Cheerful Dalaran Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35258; -- Ghostly Aldor Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35259; -- Ghostly Scryer Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35260; -- Cheerful Aldor Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35261; -- Cheerful Scryer Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35285; -- Argent Colt +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35297; -- Icecrown Cultist Proxy +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35328; -- Stormwind Champion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35329; -- Ironforge Champion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35330; -- Exodar Champion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35331; -- Gnomeregan Champion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35332; -- Darnassus Champion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35337; -- Bountiful Barrel +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35338; -- Bountiful Barrel +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35340; -- Bountiful Barrel +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35341; -- Bountiful Barrel +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35342; -- Bountiful Barrel +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35343; -- Bountiful Barrel +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35346; -- Goblin Mechanic +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35362; -- Relentless Gladiator\'s Frost Wyrm +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35387; -- Leaping Hatchling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35394; -- Razzashi Hatchling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35395; -- Deviate Hatchling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35396; -- Darting Hatchling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35397; -- Ravasaur Hatchling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35398; -- Razormaw Hatchling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35399; -- Obsidian Hatchling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35400; -- Gundrak Hatchling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35405; -- Overlord Agmar (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35425; -- Goblin Mechanic (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35445; -- Argent Warhorse +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35459; -- The Lich King +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35468; -- Onyx Panther +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35492; -- Zephyr Guard +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35493; -- Vengeful Frostwyrm +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35519; -- Memory of Algalon (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35520; -- Memory of Archimonde (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35521; -- Memory of Chromaggus (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35523; -- Memory of Delrissa (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35525; -- Memory of Entropius (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35527; -- Memory of Gruul (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35528; -- Memory of Hakkar (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35531; -- Memory of Hogger (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35532; -- Memory of Ignis (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35534; -- Memory of Ingvar (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35535; -- Memory of Kalithresh (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35536; -- Memory of Lucifron (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35537; -- Memory of Malchezaar (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35538; -- Memory of Mutanus (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35539; -- Memory of Onyxia (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35540; -- Memory of Thunderaan (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35541; -- Memory of VanCleef (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35542; -- Memory of Vashj (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35543; -- Memory of Vek\'nilash (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35544; -- Memory of Vezax (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35545; -- Risen Jaeren Sunsworn +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35546; -- Risen Jaeren Sunsworn (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35547; -- The Black Knight +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35557; -- The Black Knight +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35559; -- The Black Knight (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35560; -- The Black Knight (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35586; -- Argent Hippogryph (Herald Mount) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35588; -- Coliseum Master of Patchwerks +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35633; -- Ambrose Boltspark\'s Mount +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35636; -- Lana Stouthammer\'s Mount +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35637; -- Marshal Jacob Alerius\' Mount +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35642; -- Jeeves +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35644; -- Argent Warhorse +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35646; -- Wormhole +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35662; -- Alyssia Moonstalker (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35663; -- Alyssia Moonstalker (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35664; -- Alyssia Moonstalker (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35665; -- Anthar Forgemender (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35666; -- Anthar Forgemender (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35667; -- Anthar Forgemender (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35668; -- Baelnor Lightbearer (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35669; -- Baelnor Lightbearer (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35670; -- Baelnor Lightbearer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35674; -- Brienna Nightfell (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35675; -- Brienna Nightfell (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35676; -- Brienna Nightfell (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35699; -- Irieth Shadowstep (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35700; -- Irieth Shadowstep (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35701; -- Irieth Shadowstep (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35702; -- Kavina Grovesong (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35703; -- Kavina Grovesong (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35704; -- Kavina Grovesong (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35714; -- Melador Valestrider (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35715; -- Melador Valestrider (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35716; -- Melador Valestrider (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35721; -- Noozle Whizzlestick (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35722; -- Noozle Whizzlestick (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35723; -- Noozle Whizzlestick (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35728; -- Saamul (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35729; -- Saamul (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35730; -- Saamul (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35731; -- Serissa Grimdabbler (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35732; -- Serissa Grimdabbler (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35733; -- Serissa Grimdabbler (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35734; -- Shaabad (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35735; -- Shaabad (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35736; -- Shaabad (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35737; -- Shocuul (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35738; -- Shocuul (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35739; -- Shocuul (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35743; -- Tyrius Duskblade (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35744; -- Tyrius Duskblade (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35745; -- Tyrius Duskblade (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35746; -- Velanaa (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35747; -- Velanaa (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35748; -- Velanaa (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35768; -- Colosos\' Mount +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35809; -- Swift Horde Wolf +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35876; -- Crusader\'s White Warhorse +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35878; -- Crusader\'s Black Warhorse +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35895; -- Barrett Ramsey +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35910; -- Barrett Ramsey +UPDATE creature_template SET UnitClass = 1 WHERE entry = 35983; -- [DNT] Test Dragonhawk +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36021; -- The Brewmaiden +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36024; -- The Black Brewmaiden +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36064; -- Marked Immortal Guardian +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36067; -- Marked Immortal Guardian (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36071; -- [DND] Argent Charger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36072; -- [DND] Swift Burgundy Wolf +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36074; -- [DND] Swift Horde Wolf +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36075; -- [DND] White Stallion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36076; -- [DND] Swift Alliance Steed +UPDATE creature_template SET UnitClass = 2 WHERE entry = 36082; -- Ambrose Boltspark (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 36086; -- Jaelyne Evensong (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36128; -- Frostwyrm Rider +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36164; -- Kor\'kron Reaver +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36168; -- Dan\'s Test Colossus +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36189; -- Hardknuckle Charger Proxy +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36209; -- [DND]Northrend Children\'s Week Trigger 2 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36215; -- Schweitzermobile +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36235; -- Auctioneer Rockbone +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36284; -- Flint Ironstag +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36350; -- Honorable Defender Trigger, 25 yd (Horde) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36351; -- Slab Bulkhead +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36352; -- Trunk Slamchest +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36359; -- Auctioneer Plankchest +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36360; -- Auctioneer Slabrock +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36380; -- Buff Hardback +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36390; -- Blast Thickneck +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36431; -- Dark Iron Guard +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36482; -- Tuskarr Kite +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36483; -- Little White Stallion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36484; -- Little Ivory Raptor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36503; -- Devourer of Souls +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36504; -- Devourer of Souls +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36510; -- Durotar Sand Vortex +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36511; -- Spectral Tiger Cub +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36532; -- Unstable Searing Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36533; -- Unstable Fire Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36537; -- Unstable Earth Elemental [mini] +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36542; -- Unstable Healing Stream Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36543; -- Unstable Water Elemental [mini] +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36544; -- Night Elf Mohawk +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36545; -- Unstable Water Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36546; -- Unstable Air Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36547; -- Unstable Air Elemental [mini] +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36550; -- Unstable Stoneskin Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36553; -- Unstable Fire Elemental [mini] +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36554; -- Unstable Earth Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36556; -- Unstable Wrath of Air Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36558; -- Argent Battleworg +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36568; -- Crazed Apothecary +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36573; -- Justin\'s test Boss A +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36574; -- Justin\'s Test Boss B +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36597; -- The Lich King +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36598; -- Strangulate Vehicle +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36605; -- Unstable Lightwell +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36607; -- Onyxian Whelpling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36609; -- Val\'kyr Shadowguard +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36633; -- Ice Sphere +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36644; -- Ahmo Thunderhorn +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36648; -- Baine Bloodhoof (Leader) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36677; -- Skeletal Miner (Cosmetic) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36679; -- Frostsworn Lieutenant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36701; -- Raging Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36710; -- [DND] Apothecary Table (Spell Effect) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36715; -- Quel\'Delar Krasus Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36726; -- [PH] Icecrown Reanimated Crusader +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36737; -- Invisible Stalker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36757; -- Frostsworn Berserker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36763; -- Frostsworn Battle-Mage +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36769; -- Frostsworn Marksman +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36792; -- [PH] Unused Quarry Overseer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36796; -- Corrupted Champion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36804; -- Matt\'s Test Priest +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36823; -- Terenas Menethil +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36824; -- Spirit Warden +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36837; -- Onyxian Drake +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36839; -- Horde Gunship Cannon +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36857; -- Blood Elf Warrior +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36858; -- Dwarf Mage +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36859; -- Dwarf Shaman +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36860; -- Gnome Priest +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36861; -- Human Hunter +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36862; -- Night Elf Mage +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36863; -- Orc Mage +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36864; -- Tauren Paladin +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36865; -- Tauren Priest +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36866; -- Troll Druid +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36867; -- Undead Hunter +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36871; -- Core Hound Pup +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36875; -- [PH] Icecrown Gauntlet Ghoul +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36904; -- Gryphon Hatchling 3.3.0 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36908; -- Gryphon Hatchling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36909; -- Wind Rider Cub +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36910; -- Zipao Tiger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36911; -- Pandaren Monk +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36912; -- Chen Stormstout +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36923; -- Hogger (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36949; -- [PH] Scaling Fire Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36950; -- Skybreaker Marine +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36961; -- Skybreaker Sergeant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36963; -- [PH] Scaling Earth Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36964; -- [PH] Scaling Air Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36965; -- Furious Water Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36966; -- [DND] Town Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36969; -- Skybreaker Rifleman +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36971; -- Orgrim\'s Hammer Crew +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36977; -- Soulbound Fire Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36978; -- Skybreaker Mortar Soldier +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36979; -- Lil\' K.T. +UPDATE creature_template SET UnitClass = 2 WHERE entry = 36990; -- Lady Sylvanas Windrunner +UPDATE creature_template SET UnitClass = 1 WHERE entry = 36991; -- Sunwell Guardian +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37000; -- Sunwell Visual Bunny +UPDATE creature_template SET UnitClass = 8 WHERE entry = 37021; -- Skybreaker Vicar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37036; -- Rippling Water Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37037; -- Acanthurus +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37039; -- [DND]Ground Cover Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37044; -- Kor\'kron Battle Standard +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37063; -- Stormwind City Guard +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37074; -- Argent Warhose TEST +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37094; -- Crucible of Souls +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37100; -- Alliance Brigadier General (Stormwind Visual) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37101; -- Horde Warbringer - Orgrimmar Appearance (DND) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37116; -- Skybreaker Sorcerer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37118; -- Elemental Stone +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37128; -- [PH] Icecrown Shade +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37130; -- Mirror Image +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37131; -- Mirror Image Bug Test +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37158; -- Quel\'Delar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37168; -- [DND] Summon Bunny 1 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37172; -- Detective Snap Snagglebolt +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37189; -- Kor\'kron General +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37191; -- [PH] Ice Stone 2 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37192; -- [PH] Ice Stone 3 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37193; -- Balistoides +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37194; -- Chaetodon +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37201; -- [DND] Summon Bunny 2 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37202; -- [DND] Summon Bunny 3 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37205; -- Thalorien Dawnseeker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37211; -- Sunwell Defender +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37214; -- Crown Lackey +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37221; -- Lady Jaina Proudmoore +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37223; -- Lady Sylvanas Windrunner +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37225; -- Uther the Lightbringer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37226; -- The Lich King +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37233; -- Aerie Gryphon (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37234; -- Aggi Rumblestomp (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37235; -- Alliance Sentinel (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37236; -- Alliance Spirit Guide (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37237; -- Alterac Ram (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37238; -- Alterac Yeti (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37239; -- Arch Druid Renferal (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37240; -- Athramanis (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37241; -- Blizzard Elemental (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37242; -- Brogus Thunderbrew (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37243; -- Captain Balinda Stonehearth (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37244; -- Captain Galvangar (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37245; -- Champion Coldmine Explorer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37246; -- Champion Coldmine Guard (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37247; -- Champion Coldmine Invader (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37248; -- Champion Coldmine Surveyor (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37249; -- Champion Commando (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37250; -- Champion Defender (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37251; -- Champion Guardian (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37252; -- Champion Guardsman (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37253; -- Champion Irondeep Explorer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37254; -- Champion Irondeep Guard (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37255; -- Champion Irondeep Raider (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37256; -- Champion Irondeep Surveyor (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37257; -- Champion Legionnaire (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37258; -- Champion Mountaineer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37259; -- Champion Outrunner (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37260; -- Champion Ranger (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37261; -- Champion Reaver (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37262; -- Champion Sentinel (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37263; -- Champion Warrior (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37264; -- Coldmine Explorer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37265; -- Coldmine Guard (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37266; -- Coldmine Invader (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37267; -- Coldmine Miner (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37268; -- Coldmine Peon (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37269; -- Coldmine Surveyor (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37270; -- Commander Dardosh (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37271; -- Commander Duffy (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37272; -- Commander Karl Philips (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37273; -- Commander Louis Philips (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37274; -- Commander Malgor (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37275; -- Commander Mortimer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37276; -- Commander Mulfort (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37277; -- Commander Randolph (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37278; -- Corporal Noreg Stormpike (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37279; -- Corporal Teeka Bloodsnarl (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37280; -- Deathstalker Agent (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37281; -- Dirk Swindle (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37282; -- Drakan (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37283; -- Drek\'Thar (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37284; -- Druid of the Grove (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37285; -- Dun Baldar North Marshal (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37286; -- Dun Baldar North Warmaster (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37287; -- Dun Baldar South Marshal (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37289; -- Duros (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37290; -- East Frostwolf Marshal (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37291; -- East Frostwolf Warmaster (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37292; -- Field Marshal Teravaine (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37293; -- Fjordune the Greater (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37294; -- Frostwolf (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37295; -- Frostwolf Battleguard (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37296; -- Frostwolf Bloodhound (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37297; -- Frostwolf Bowman (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37298; -- Frostwolf Emissary (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37299; -- Frostwolf Explosives Expert (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37300; -- Frostwolf Guardian (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37301; -- Frostwolf Herald (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37302; -- Frostwolf Legionnaire (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37303; -- Frostwolf Mine Layer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37304; -- Frostwolf Outrunner (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37305; -- Frostwolf Quartermaster (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37306; -- Frostwolf Reaver (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37307; -- Frostwolf Reclaimer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37308; -- Frostwolf Shaman (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37309; -- Frostwolf Shredder Unit (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37310; -- Frostwolf Stable Master (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37311; -- Frostwolf Warrior (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37312; -- Frostwolf Wolf Rider (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37313; -- Frostwolf Wolf Rider Commander (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37314; -- Furis (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37315; -- Gaelden Hammersmith (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37316; -- Gahz\'ranka Herald (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37317; -- Gash\'nak the Cannibal (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37318; -- Grelkor (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37319; -- Grimtooth (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37320; -- Grunnda Wolfheart (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37321; -- Guse\'s War Rider (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37322; -- Herald (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37323; -- Horde Spirit Guide (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37324; -- Ice Giant (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37326; -- Iceblood Warmaster (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37327; -- Icewing Marshal (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37329; -- Ichman\'s Gryphon (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37330; -- Irondeep Cave Lurker UNUSED (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37331; -- Irondeep Explorer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37332; -- Irondeep Geomancer UNUSED (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37335; -- Irondeep Peon (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37336; -- Irondeep Raider (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37337; -- Irondeep Shaman (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37338; -- Irondeep Skullthumper (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37339; -- Irondeep Surveyor (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37340; -- Irondeep Trogg (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37341; -- Ivus the Forest Lord (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37342; -- Jekyll Flandring (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37343; -- Jeztor\'s War Rider (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37344; -- Jonivera Farmountain (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37345; -- Jotek (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37346; -- Keetar (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37348; -- Kurdrum Barleybeard (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37349; -- Lana Thunderbrew (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37350; -- Lieutenant Greywand (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37351; -- Lieutenant Grummus (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37352; -- Lieutenant Haggerdin (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37353; -- Lieutenant Largent (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37354; -- Lieutenant Lewis (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37355; -- Lieutenant Lonadin (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37356; -- Lieutenant Mancuso (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37357; -- Lieutenant Murp (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37358; -- Lieutenant Rugba (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37359; -- Lieutenant Spencer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37360; -- Lieutenant Stouthandle (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37361; -- Lieutenant Stronghoof (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37362; -- Lieutenant Vol\'talar (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37363; -- Lokholar the Ice Lord (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37364; -- Masha Swiftcut (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37365; -- Master Engineer Zinfizzlex (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37366; -- Morloch (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37367; -- Mountaineer Boombellow (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37368; -- Mulverick\'s War Rider (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37369; -- Murgot Deepforge (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37370; -- Najak Hexxen (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37371; -- Primalist Thurloga (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37373; -- Rarck (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37374; -- Ravak Grimtotem (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37375; -- Rezrelek (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37376; -- Risen Ancient (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37377; -- Ryson\'s Eye in the Sky (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37378; -- Seasoned Coldmine Explorer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37379; -- Seasoned Coldmine Guard (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37380; -- Seasoned Coldmine Invader (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37381; -- Seasoned Coldmine Surveyor (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37382; -- Seasoned Commando (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37383; -- Seasoned Defender (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37384; -- Seasoned Guardian (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37385; -- Seasoned Guardsman (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37386; -- Seasoned Irondeep Explorer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37387; -- Seasoned Irondeep Guard (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37388; -- Seasoned Irondeep Raider (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37389; -- Seasoned Irondeep Surveyor (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37390; -- Seasoned Legionnaire (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37391; -- Seasoned Mountaineer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37392; -- Seasoned Outrunner (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37393; -- Seasoned Ranger (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37394; -- Seasoned Reaver (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37395; -- Seasoned Sentinel (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37396; -- Seasoned Warrior (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37397; -- Sergeant Durgen Stormpike (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37398; -- Sergeant Yazra Bloodsnarl (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37399; -- Shrye Ragefist (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37400; -- Slidore\'s Gryphon (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37401; -- Smith Regzar (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37402; -- Snowblind Ambusher (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37403; -- Snowblind Harpy (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37404; -- Snowblind Windcaller (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37405; -- Stabled Alterac Ram (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37406; -- Stabled Frostwolf (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37407; -- Stonehearth Marshal (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37409; -- Stormpike Battleguard (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37410; -- Stormpike Bowman (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37411; -- Stormpike Commando (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37412; -- Stormpike Defender (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37413; -- Stormpike Emissary (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37414; -- Stormpike Explosives Expert (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37415; -- Stormpike Guardsman (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37416; -- Stormpike Herald (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37417; -- Stormpike Mine Layer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37418; -- Stormpike Mountaineer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37419; -- Stormpike Owl (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37420; -- Stormpike Quartermaster (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37421; -- Stormpike Ram Rider (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37422; -- Stormpike Ram Rider Commander (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37423; -- Stormpike Ranger (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37424; -- Stormpike Reclaimer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37425; -- Stormpike Shredder Unit (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37426; -- Stormpike Stable Master (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37427; -- Svalbrad Farmountain (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37428; -- Syndicate Agent (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37429; -- Syndicate Brigand (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37430; -- Syndicate Master Ryson (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37431; -- Taskmaster Snivvle (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37432; -- Tatterhide (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37433; -- Thanthaldis Snowgleam (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37434; -- Tower Point Marshal (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37435; -- Tower Point Warmaster (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37436; -- Trigger Guse (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37437; -- Trigger Ichman (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37438; -- Trigger Jeztor (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37439; -- Trigger Mulverick (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37440; -- Trigger Slidore (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37441; -- Trigger Vipore (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37442; -- Umi Thorson (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37443; -- Ushalac the Gloomdweller (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37444; -- Vanndar Stormpike (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37445; -- Veteran Coldmine Explorer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37446; -- Veteran Coldmine Guard (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37447; -- Veteran Coldmine Invader (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37448; -- Veteran Coldmine Surveyor (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37449; -- Veteran Commando (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37450; -- Veteran Defender (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37451; -- Veteran Guardian (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37452; -- Veteran Guardsman (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37453; -- Veteran Irondeep Explorer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37454; -- Veteran Irondeep Guard (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37455; -- Veteran Irondeep Raider (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37456; -- Veteran Irondeep Surveyor (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37457; -- Veteran Legionnaire (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37458; -- Veteran Mountaineer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37459; -- Veteran Outrunner (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37460; -- Veteran Ranger (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37461; -- Veteran Reaver (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37462; -- Veteran Sentinel (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37463; -- Veteran Warrior (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37464; -- Vipore\'s Gryphon (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37465; -- Voggah Deathgrip (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37466; -- War Rider (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37467; -- West Frostwolf Marshal (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37468; -- West Frostwolf Warmaster (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37469; -- Whitewhisker Digger (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37470; -- Whitewhisker Geomancer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37471; -- Whitewhisker Overseer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37472; -- Whitewhisker Tunnel Rat (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37473; -- Whitewhisker Vermin (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37474; -- Wildpaw Alpha (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37475; -- Wildpaw Brute (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37476; -- Wildpaw Gnoll (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37477; -- Wildpaw Mystic (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37478; -- Wildpaw Shaman (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37479; -- Wing Commander Guse (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37480; -- Wing Commander Ichman (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37481; -- Wing Commander Jeztor (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37482; -- Wing Commander Mulverick (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37483; -- Wing Commander Slidore (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37484; -- Wing Commander Vipore (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37485; -- Yaelika Farclaw (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37486; -- Zora Guthrek (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37491; -- Captain Arnath +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37493; -- Captain Brandon +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37494; -- Captain Grondel +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37495; -- Captain Rupert +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37509; -- Shattered Sun Sentry +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37510; -- Shattered Sun Archmage +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37512; -- Shattered Sun Warrior +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37523; -- Warden of the Sunwell +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37527; -- Halduron Brightwing +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37530; -- Slimy Tentacle +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37535; -- Ooze Covered Tentacle +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37538; -- Scourge Zombie +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37539; -- Ghoul Invader +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37541; -- Crypt Raider +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37542; -- Morlen Coldgrip +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37552; -- Thalorien Dawnseeker\'s Remains +UPDATE creature_template SET UnitClass = 8 WHERE entry = 37554; -- Lady Sylvanas Windrunner +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37558; -- [DND]Something Stinks Kill Credit Bunny +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37577; -- Freed Horde Slave +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37578; -- Freed Horde Slave +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37579; -- Freed Horde Slave +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37581; -- Gorkun Ironskull +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37583; -- Dark Ranger Kalira +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37584; -- Coliseum Champion +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37587; -- Coliseum Champion +UPDATE creature_template SET UnitClass = 8 WHERE entry = 37588; -- Coliseum Champion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37592; -- Gorkun Ironskull +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37593; -- Icecrown Dungeon Horde Gunship Cannon +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37596; -- Lady Sylvanas Windrunner +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37601; -- Thalorien Dawnseeker Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37607; -- Gorkun Ironskull (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37608; -- Dark Ranger Kalira (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37618; -- Gorkun Ironskull (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37619; -- Freed Horde Slave (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37620; -- Freed Horde Slave (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37621; -- Freed Horde Slave (1) +UPDATE creature_template SET UnitClass = 8 WHERE entry = 37623; -- Coliseum Champion (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37624; -- Coliseum Champion (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37625; -- Coliseum Champion (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37630; -- Lady Jaina Proudmoore (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37631; -- Lady Jaina Proudmoore (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37632; -- Lady Sylvanas Windrunner (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37633; -- Lady Sylvanas Windrunner (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37639; -- Wrathbone Siegesmith (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37657; -- Corrupted Champion (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37658; -- [PH] Unused Quarry Overseer (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37671; -- Crown Supply Guard +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37672; -- Mutated Abomination +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37691; -- Guardian Shade +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37693; -- Commander Aliocha Segard [Icecrown Raid] +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37695; -- Drudge Ghoul +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37698; -- Shambling Horror +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37699; -- RN Test Honor Guard +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37700; -- RN Test Royal Guard +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37703; -- Surging Water Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37707; -- Silvermoon Builder +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37721; -- Spiritual Reflection (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37722; -- Spiritual Reflection (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37732; -- [PH] Stormwind City Mage +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37734; -- Evacuation Portal +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37745; -- Quel\'Delar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37746; -- Sunwell Caster Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37749; -- Dwarf Air Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37750; -- Dwarf Earth Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37751; -- Dwarf Fire Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37752; -- Dwarf Water Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37763; -- Grand Magister Rommath +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37764; -- Lor\'themar Theron +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37765; -- Captain Auric Sunchaser +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37766; -- Orc Air Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37767; -- Orc Earth Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37768; -- Troll Earth Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37769; -- Troll Air Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37770; -- Orc Fire Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37771; -- Troll Fire Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37772; -- Orc Water Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37773; -- Troll Water Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37775; -- Ironforge Guard +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37779; -- Dark Ranger Loralen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37781; -- Sunwell Honor Guard +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37787; -- [PH] Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37788; -- [PH] Runner Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37790; -- Darnassus Sentinel +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37797; -- Dark Ranger Loralen (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37798; -- Exodar Peacekeeper +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37799; -- Vile Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37800; -- Silvermoon City Guardian +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37801; -- Shadow\'s Edge Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37814; -- Shadow\'s Edge Axe Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37820; -- [TEST] High Overlord Omar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37825; -- Kor\'kron Overseer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37828; -- Image of Thalorien Dawnseeker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37829; -- Image of Alexstrasza +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37831; -- [PH] Captain +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37833; -- Sky-Reaver Korm Blackscar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37844; -- Image of Anasterian +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37845; -- Image of Morlen Coldgrip +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37846; -- Blood-Queen Lana\'thel +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37860; -- Bluffwatcher +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37864; -- Lord Marrowgar Image +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37865; -- Perky Pug +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37869; -- Orgrimmar Grunt +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37882; -- The Frozen Throne +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37883; -- Bug 174037 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37898; -- Skybreaker Engineer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37902; -- Alliance Mason +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37906; -- Imprisoned Soul +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37917; -- Crown Thug +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37919; -- Empowered Vampiric Fiend +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37920; -- Kor\'kron Reaver +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37930; -- Warsong Peon +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37932; -- Orgrim\'s Hammer Siege Engineer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37935; -- Apothecary Candith Tomas +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37936; -- Morgan Dayblaze +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37937; -- Dark Iron Troublemaker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37944; -- Stormwind City Patroller +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37950; -- Valithria Dreamwalker +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37955; -- Blood-Queen Lana\'thel +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37964; -- [DND] Love Boat Summoner 02 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37966; -- Undercity Love Boat +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37982; -- Furious Fire Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37983; -- Searing Fire Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37984; -- Crown Duster +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37985; -- Dream Cloud +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37990; -- [DND] Sample Quest Kill Credit Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37991; -- Ikfirus the Vile +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37992; -- Tortunok +UPDATE creature_template SET UnitClass = 2 WHERE entry = 37993; -- Gerardo the Suave +UPDATE creature_template SET UnitClass = 1 WHERE entry = 37994; -- Water Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38006; -- Crown Hoodlum +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38009; -- Reanimated Fanatic +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38010; -- Reanimated Adherent +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38011; -- Sunreaver Disguise (Male) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38012; -- Sunreaver Disguise (Female) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38013; -- Silver Covenant Disguise (Female) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38014; -- Silver Covenant Disguise (Male) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38016; -- Crown Agent +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38019; -- Anolis +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38020; -- Basiliscus +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38021; -- Conolophus +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38030; -- Crown Underling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38042; -- Kwee Q. Peddlefeet +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38043; -- Kwee Q. Peddlefeet +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38044; -- Kwee Q. Peddlefeet +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38045; -- Kwee Q. Peddlefeet +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38047; -- Blood Elf Pilgrim +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38048; -- High Elf Pilgrim +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38049; -- Young Pilgrim +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38050; -- Orgrimmar Grunt +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38052; -- Lady Liadrin +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38053; -- [DND] Fire Creature +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38056; -- Chamberlain Galiros +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38067; -- [PH] Orgrimmar Citizen +UPDATE creature_template SET UnitClass = 8 WHERE entry = 38085; -- Skybreaker Vicar (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38116; -- Image of the Sunwell +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38121; -- Soul Feast Kill Credit Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38135; -- Deformed Fanatic +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38136; -- Empowered Adherent +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38154; -- Warhawk +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38158; -- [PH] Orgrimmar Mage +UPDATE creature_template SET UnitClass = 2 WHERE entry = 38161; -- Lady Sylvanas Windrunner +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38162; -- Trapped Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38163; -- Swarming Shadows +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38164; -- [PH] Captain (Orgrimmar) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38180; -- Cleansing Totem +UPDATE creature_template SET UnitClass = 8 WHERE entry = 38181; -- Haragg the Unseen +UPDATE creature_template SET UnitClass = 2 WHERE entry = 38189; -- Lady Sylvanas Windrunner +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38191; -- Shadow\'s Edge +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38201; -- Sunreaver Agent +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38204; -- Big Love Rocket +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38207; -- Flying Big Love Rocket +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38211; -- Wrath of the Lich King Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38216; -- Mutated Professor Putricide +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38226; -- [DND] Fire Wall - No Scaling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38230; -- [DND] Fire Wall +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38236; -- [DND] Fire Strat +UPDATE creature_template SET UnitClass = 2 WHERE entry = 38256; -- Skybreaker Sorcerer (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38260; -- Invincible +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38261; -- Skybreaker Sergeant (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38264; -- Dark Rune Giant Transform +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38271; -- Vrykul Illusion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38273; -- Taunka Illusion +UPDATE creature_template SET UnitClass = 8 WHERE entry = 38284; -- Uvlus Banefire +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38285; -- Mutated Abomination +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38289; -- Unholy Infusion KC Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38291; -- Melee Trinket - Tuskarr +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38292; -- Melee Trinket - Taunka +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38295; -- Junior Detective +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38310; -- Invisible Stalker (Float, Uninteractible, LargeAOI) (3.00) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38319; -- Blood Queen Door +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38328; -- Roka +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38334; -- Snivel Rustrocket +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38335; -- Snivel Rustrocket +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38336; -- Snivel Rustrocket +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38337; -- Snivel Rustrocket +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38338; -- Snivel Rustrocket +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38339; -- Snivel Rustrocket +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38349; -- Captain Arnath (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38350; -- Captain Brandon (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38351; -- Captain Grondel (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38352; -- Captain Rupert (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38353; -- Blood Queen Orb +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38361; -- Wrathful Gladiator\'s Frost Wyrm +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38367; -- Tesla Coil Stalker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38374; -- Toxic Wasteling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38386; -- Patchwerk (PTR All-Around Test) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38388; -- Patchwerk (PTR All-Around Test) (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38391; -- Val\'kyr Guardian +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38392; -- Val\'kyr Protector +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38395; -- Deformed Fanatic (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38396; -- Empowered Adherent (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38397; -- Reanimated Adherent (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38398; -- Reanimated Fanatic (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38404; -- Kor\'kron Reaver (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38407; -- Skybreaker Mortar Soldier (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38408; -- Skybreaker Rifleman (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38421; -- Nightmare Cloud +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38429; -- Nightmare Portal (Pre-effect) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38430; -- Nightmare Portal +UPDATE creature_template SET UnitClass = 2 WHERE entry = 38434; -- Blood-Queen Lana\'thel (1) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 38435; -- Blood-Queen Lana\'thel (2) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 38436; -- Blood-Queen Lana\'thel (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38453; -- Arcturis +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38485; -- Darnavan +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38490; -- Rotting Frost Giant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38491; -- Kor\'kron Lieutenant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38492; -- Skybreaker Lieutenant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38494; -- Rotting Frost Giant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38495; -- Kor\'kron Lieutenant (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38496; -- Skybreaker Lieutenant (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38497; -- Argent Crusader (Mounted) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38503; -- Blood Infusion Quest Credit Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38527; -- Shadowmourne Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38528; -- Shadowmourne Axe Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38529; -- Shadowmourne +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38545; -- Invincible +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38546; -- Frost Infusion Quest Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38547; -- Sindragosa Quest Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38548; -- Vile Gas Stalker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38551; -- Alrin the Agile +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38552; -- Alrin the Agile (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38556; -- Malleable Ooze Stalker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38557; -- Minchar Beam Stalker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38558; -- Infiltrator Minchar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38566; -- Phantom Hallucination +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38572; -- Bug 181860 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38579; -- Terenas Menethil +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38580; -- [PH] Matt Test NPC +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38581; -- [PH] Matt Test NPC 2 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38584; -- Frostmourne Trigger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38587; -- Professor Putricide Proxy Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38588; -- Blood Queen Proxy Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38589; -- Valithria Dreamwalker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38590; -- Valithria Dreamwalker (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38595; -- Argent Valiant Credit (Aspirant Test) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38601; -- Empowered Vampiric Fiend (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38605; -- Mutated Abomination (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38606; -- Lady Jaina Proudmoore +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38607; -- Muradin Bronzebeard +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38608; -- Uther the Lightbringer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38609; -- Lady Sylvanas Windrunner +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38610; -- Highlord Alexandros Mograine +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38630; -- Reanimated Fanatic (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38631; -- Reanimated Fanatic (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38632; -- Empowered Adherent (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38633; -- Empowered Adherent (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38634; -- Deformed Fanatic (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38635; -- Deformed Fanatic (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38667; -- Combat Trigger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38679; -- Kor\'kron Reaver (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38680; -- Kor\'kron Reaver (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38687; -- Skybreaker Mortar Soldier (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38688; -- Skybreaker Mortar Soldier (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38689; -- Skybreaker Rifleman (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38690; -- Skybreaker Rifleman (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38691; -- Skybreaker Sergeant (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38692; -- Skybreaker Sergeant (3) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 38693; -- Skybreaker Sorcerer (2) +UPDATE creature_template SET UnitClass = 2 WHERE entry = 38694; -- Skybreaker Sorcerer (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38695; -- Icebound Frostbrood Vanquisher +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38710; -- Frostmourne Soul Transform Visual +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38716; -- Magister Thelos +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38757; -- Defile +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38763; -- Summoned Cadaver +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38778; -- Bloodbathed Frostbrood Vanquisher +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38786; -- Mutated Abomination (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38787; -- Mutated Abomination (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38788; -- Mutated Abomination (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38789; -- Mutated Abomination (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38790; -- Mutated Abomination (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38825; -- Aerin +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38830; -- [PH] Grimtotem Protector +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38831; -- Slain Bluffwatcher +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38839; -- Dark Iron Guard +UPDATE creature_template SET UnitClass = 2 WHERE entry = 38841; -- Vol\'guk +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38843; -- [PH] Grimtotem Collector +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38846; -- [PH] Slain Druid +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38857; -- PattyMacks LK +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38860; -- Bug 184688 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38863; -- Unkillable Test Dummy 83 Rogue +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38870; -- [DND] Dark Iron Guard Move To Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38877; -- Dark Iron Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38882; -- [DND] Mole Machine Spawner +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38883; -- ScottG Test +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38900; -- Auctioneer Kavarn +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38901; -- Ironforge Civilian +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38903; -- Queue trigger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38905; -- [PH] Grimtotem Vendor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38906; -- Auctioneer Sarnkin +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38907; -- Queue Controller +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38919; -- [PH] Grimtotem Banker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38920; -- [PH] Grimtotem Banker 2 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 38921; -- [PH] Grimtotem Banker 3 +UPDATE creature_template SET UnitClass = 2 WHERE entry = 38995; -- Highlord Tirion Fordring +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39000; -- Reanimated Adherent (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39001; -- Reanimated Adherent (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39019; -- Quest - Wintergrasp - PvP Kill - Horde +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39021; -- Agitated Earth Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39023; -- [DND] TB Event Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39045; -- Azure Deathcharger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39046; -- Crimson Deathcharger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39047; -- Agitated Fire Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39048; -- Sylvanas\' Lamenter +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39055; -- Gavan Grayfeather +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39057; -- [DND] Fire Strat Auto +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39058; -- [PH] Orc Firefighter +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39060; -- Brann Bronzebeard (Prologue) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39089; -- Item: Frostborn Illusion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39090; -- Durak Flamespeaker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39091; -- Darnavan Kill Credit 10 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39092; -- Darnavan Kill Credit 25 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39101; -- Courier Tormun +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39103; -- Twilight Seeker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39120; -- Val\'kyr Shadowguard (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39121; -- Val\'kyr Shadowguard (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39122; -- Val\'kyr Shadowguard (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39123; -- Blood Quickening Credit 25 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39125; -- Val\'kyr Shadowguard (Hover Height 20 Visual) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39130; -- Blazing Servant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39131; -- Watery Servant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39132; -- Earthen Servant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39135; -- Prologue Portal Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39137; -- Shadow Trap +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39158; -- Phalanx 2.0 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39166; -- The Lich King (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39167; -- The Lich King (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39168; -- The Lich King (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39189; -- Spirit Bomb +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39190; -- Wicked Spirit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39217; -- Terenas Menethil +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39229; -- [DND] Flying Machine +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39231; -- The Lich King (Temp) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39232; -- The Lich King (Temp) (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39233; -- The Lich King (Temp) (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39234; -- The Lich King (Temp) (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39265; -- Rescued Gnomeregan Evacuee +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39283; -- Seer Bahura +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39284; -- Vile Spirit (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39285; -- Vile Spirit (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39286; -- Vile Spirit (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39287; -- Wicked Spirit (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39288; -- Wicked Spirit (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39289; -- Wicked Spirit (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39296; -- Spirit Warden (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39299; -- Shambling Horror (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39300; -- Shambling Horror (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39301; -- Shambling Horror (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39302; -- Raging Spirit (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39303; -- Raging Spirit (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39304; -- Raging Spirit (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39305; -- Ice Sphere (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39306; -- Ice Sphere (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39307; -- Ice Sphere (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39309; -- Drudge Ghoul (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39310; -- Drudge Ghoul (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39311; -- Drudge Ghoul (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39328; -- Doomsayer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39343; -- Orgrimmar Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39355; -- [DND] Salute Quest Credit Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39356; -- [DND] Roar Quest Credit Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39361; -- [DND] Dance Quest Credit Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39362; -- [DND] Cheer Quest Credit Bunny +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39372; -- Garrosh Hellscream +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39421; -- Radiageigatron +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39448; -- Blood Guard Torek +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39454; -- Doomsayer Speech Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39462; -- Owen Test Vendor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39466; -- Motivated Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39508; -- Captain Anton +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39581; -- Poster Marker - Orgrimmar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39624; -- Motivated Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39632; -- Orgrimmar Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39633; -- Sen\'jin Watcher +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39639; -- Restless Zombie +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39647; -- Zalazane +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39648; -- Doomsday Cultist +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39654; -- Vol\'jin +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39672; -- Poster Marker - Stormwind +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39682; -- Ejector Mechano-Tank +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39683; -- [DND] Quest Credit Bunny - Eject +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39686; -- Stormwind Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39691; -- [DND] Quest Credit Bunny - Move 1 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39692; -- [DND] Quest Credit Bunny - Move 2 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39695; -- [DND] Quest Credit Bunny - Move 3 +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39703; -- [DND] Quest Credit Bunny - Attack +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39712; -- High Tinker Mekkatorque +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39713; -- Scuttling Mechano-Tank +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39714; -- Shooting Mechano-Tank +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39757; -- Cultist Kagarn +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39758; -- Cultist Agtar +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39760; -- Cultist Tokka +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39763; -- Cultist Rokaga +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39794; -- Zarithrian Spawn Stalker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39798; -- [PH] Mother Trogg +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39805; -- General Zarithrian (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39807; -- Image of Cho\'Gall +UPDATE creature_template SET UnitClass = 2 WHERE entry = 39814; -- Onyx Flamecaller +UPDATE creature_template SET UnitClass = 2 WHERE entry = 39815; -- Onyx Flamecaller (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39817; -- [DND] Summoning Pad +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39818; -- Irradiated Mechano-Tank +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39821; -- Cho\'Gall Speech Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39823; -- Saviana Ragefire (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39825; -- Overseer Golbaz +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39827; -- Overseer Jintak +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39842; -- Invisible Stalker (Hostile, Ignore Combat, Float, Uninteractible, Large AOI) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39852; -- Raging Fire Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39856; -- Raging Storm Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39861; -- Worried Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39863; -- Halion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39864; -- Halion (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39872; -- Cult Recruitment Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39888; -- Gnomeregan Medic +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39891; -- Doomsday Cultist +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39920; -- Baltharus the Warborn (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39922; -- Baltharus the Warborn (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39934; -- Zeppelin Sentry +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39938; -- Twilight Seeker\'s Mount +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39940; -- Dead Seeker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39944; -- Halion (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39945; -- Halion (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39967; -- Cultist Lethelyn +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39968; -- Cultist Kaima +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39969; -- Cultist Wyman +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39970; -- Cultist Orlunn +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39973; -- Swift Orange Mechanostrider +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39975; -- East Zeppelin Tower Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39976; -- West Zeppelin Tower Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 39977; -- Razor Hill Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40001; -- Combustion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40006; -- Durak\'s Shield +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40010; -- Gnomeregan Mechano-Suit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40029; -- Meteor Strike +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40037; -- Durak\'s Shield (stage 2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40038; -- Durak\'s Shield (stage 3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40039; -- Durak\'s Shield (stage 4) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40041; -- Meteor Strike +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40042; -- Meteor Strike +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40043; -- Meteor Strike +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40044; -- Meteor Strike +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40055; -- Meteor Strike +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40057; -- Mekkatorque\'s Swift Blue Mechanostrider +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40081; -- Orb Carrier +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40083; -- Shadow Orb +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40091; -- Orb Rotation Focus +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40097; -- Overseer Talathor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40098; -- Overseer Sylandra +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40100; -- Shadow Orb +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40101; -- Valley of Heroes Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40102; -- Westbrook Garrison Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40103; -- Goldshire Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40104; -- Raging Wind Elemental +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40110; -- Worried Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40120; -- Gnomeregan Mechano-Tank +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40122; -- Gnomeregan Infantry +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40124; -- Doomsayer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40125; -- Stormwind Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40135; -- Consumption +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40138; -- Stormwind City Guard (Corpse) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40141; -- Tormun\'s Shield +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40142; -- Halion +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40143; -- Halion (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40144; -- Halion (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40145; -- Halion (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40146; -- Halion Controller +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40151; -- Combat Stalker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40165; -- Blazing Hippogryph +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40175; -- Gnomeregan Mechano-Tank +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40176; -- Sen\'jin Frog +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40182; -- Bwonsamdi +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40184; -- Vanira +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40187; -- Vanira\'s Sentry Totem +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40188; -- Attuned Frog +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40189; -- Jun\'do the Traitor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40191; -- Wooly White Rhino +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40192; -- Vanira +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40195; -- Mindless Troll +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40196; -- Zen\'tabra +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40198; -- Frigid Frostling +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40199; -- Tiki Warrior +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40203; -- Recon Bat +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40204; -- Handler Marnlek +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40205; -- Zom Bocom +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40206; -- Big Zokk Torquewrench +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40207; -- Kezzik the Striker +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40208; -- Leeni \"Smiley\" Smalls +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40209; -- Grex Brainboiler +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40210; -- Xazi Smolderpipe +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40211; -- Nargle Lashcord +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40212; -- Trapjaw Rix +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40213; -- Ecton Brasstumbler +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40214; -- Evee Copperspring +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40215; -- Argex Irongut +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40216; -- Blazzek the Biter +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40217; -- Echo Isle Animal +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40218; -- Spy Frog Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40220; -- [ph] Summoned Crab - Pet +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40222; -- Scout Bat +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40225; -- Hexed Dire Troll +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40231; -- Hexed Troll +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40241; -- Darkspear Warrior +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40246; -- Instant Statue Pedestal +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40253; -- Champion Uru\'zin +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40256; -- Troll Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40257; -- Troll Citizen +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40260; -- Troll Volunteer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40263; -- Tiki Warrior +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40264; -- Troll Volunteer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40265; -- [DND] Zen\'tabra Cat Form +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40274; -- Restless Zombie +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40279; -- Bwonsamdi +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40281; -- Crashin\' Thrashin\' Racer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40295; -- Clockwork Rocket Bot +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40301; -- Tiger Matriarch Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40305; -- Spirit of the Tiger +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40312; -- Tiger Matriarch +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40329; -- Zen\'tabra +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40352; -- Witch Doctor Hez\'tok +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40354; -- [DND] Zen\'tabra Travel Form +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40356; -- Ritual Dancer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40361; -- Troll Dance Leader +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40363; -- Dance Participant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40368; -- Zalazane\'s Remains +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40373; -- Ritual Drummer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40374; -- Voice of the Spirits +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40387; -- Omen Event Credit +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40388; -- Darkspear Ancestor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40391; -- Vol\'jin +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40392; -- Darkspear Warrior +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40404; -- Tyrantus +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40405; -- Kieupid +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40413; -- Alenjon Sunblade +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40414; -- Bones of Bwonsamdi +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40415; -- Scout\'s Bat +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40416; -- Darkspear Scout +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40418; -- Charscale Invoker (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40420; -- Charscale Assaulter (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40422; -- Charscale Elite (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40424; -- Charscale Commander (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40425; -- Voodoo Troll +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40426; -- Tiny Mooncloth Carpet +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40428; -- [DND] Quest Credit Bunny - ET Battle +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40435; -- Headless Ghost +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40437; -- Battered Brewer +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40438; -- Steamwheedle Shyster +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40468; -- Shadow Orb +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40469; -- Shadow Orb +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40470; -- Orb Carrier (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40471; -- Orb Carrier (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40472; -- Orb Carrier (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40479; -- Camera Vehicle +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40481; -- Troll Celebrant +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40492; -- Zild\'jian +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40502; -- Zalazane +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40533; -- Frosty Flying Carpet +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40606; -- Knight-Lieutenant T\'Maire Sydes +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40624; -- Celestial Dragon +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40625; -- Celestial Steed +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40670; -- Combustion (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40671; -- Combustion (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40672; -- Combustion (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40673; -- Consumption (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40674; -- Consumption (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40675; -- Consumption (3) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40681; -- Living Inferno +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40682; -- Living Inferno (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40683; -- Living Ember +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40684; -- Living Ember (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40703; -- Lil\' XT +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40704; -- Vrykul Proto-dragon Mount +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40721; -- Murkimus the Gladiator +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40724; -- Crafticus Jones +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40725; -- X-53 Touring Rocket +UPDATE creature_template SET UnitClass = 1 WHERE entry = 40842; -- Ruby Drake +UPDATE creature_template SET UnitClass = 1 WHERE entry = 41839; -- [DND] Controller +UPDATE creature_template SET UnitClass = 1 WHERE entry = 42078; -- Mini Thor +UPDATE creature_template SET UnitClass = 1 WHERE entry = 43280; -- Orb Rotation Focus (1) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 43281; -- Orb Rotation Focus (2) +UPDATE creature_template SET UnitClass = 1 WHERE entry = 43282; -- Orb Rotation Focus (3) + + +-- --------------- +-- Schmoo_fix +-- --------------- +-- cala, remove bad script, handled with SD2 +UPDATE quest_template SET StartScript = 0 WHERE entry = 945; +DELETE FROM dbscripts_on_quest_start WHERE id = 945; +-- Scroll of Recall spells +DELETE FROM spell_target_position WHERE id IN (60323,60324,60325,60326,60327,60328,60329,60330,60331,60332,60333,60334,60335); +INSERT INTO spell_target_position (id, target_map, target_position_x, target_position_y, target_position_z, target_orientation) VALUES +(60323,0,-5506.339,-704.348,392.686,0.595), -- Steelgrills Depot +(60324,0,-9470.760,3.909,49.794,4.802), -- Lions Pride Inn, Goldshire +(60325,1,-3721.306,-4411.906,25.247,0.831), -- Theramore isle, Dustwallow Marsh +(60326,0,286.314,-2184.086,122.612,2.271), -- Aerie Peak, The Hinterlands +(60327,1,6395.708,433.256,33.260,0.566), -- Auberdine, Darkshore +(60328,0,-14412.923,692.017,22.248,1.231), -- Boote Bay +(60329,1,-7135.717,-3787.769,8.799,5.992), -- Tanaris, Gadgetzan +(60330,0,-10336.138,-2934.057,116.723,4.523), -- Swamp of Sorrows, Z coord is intended +(60331,0,-10446.900,-3261.909,20.179,5.875), -- Stonard, Swamp of Sorrows +(60332,0,-103.988,-902.795,55.534,5.924), -- Tarren Mill, Hillsbrad Foothils +(60333,0,1804.836,196.322,70.399,1.572), -- Undercity +(60334,1,-1060.266,23.137,141.455,5.967), -- Thunder Bluff +(60335,1,-506.224,-2590.084,113.150,2.445); -- Barrens, The Crossroads +-- Zum'Rah Zombies (hack due to non-existing GO) +DELETE FROM dbscripts_on_go_template_use WHERE id = 128403; +INSERT INTO dbscripts_on_go_template_use (id, delay, command, datalong, data_flags, comments) VALUES +(128403, 2, 15, 10247, 0x02, 'cast Summon Zul\'Farrak Zombies'); +-- dufernst, spell effect of 72254 +DELETE FROM dbscripts_on_spell WHERE id = 72254; +INSERT INTO dbscripts_on_spell (id, command, datalong, comments) VALUES +(72254, 15, 72293, 'Deathbringer Saurfang, cast Mark of the Fallen Champion'); +-- Den (ru_mangos.ru) - small corrections to start-orientation +UPDATE battleground_template SET HordeStartO = 0.00391 WHERE id = 2; +UPDATE battleground_template SET AllianceStartO = 3.91992, HordeStartO = 0.88828 WHERE id = 3; +UPDATE battleground_template SET AllianceStartO = 3.22092, HordeStartO = 0.01649 WHERE id = 7; +-- stfx - original author Kinzcool (xyz confirmed) +DELETE FROM spell_target_position WHERE id = 53821; +INSERT INTO spell_target_position (id, target_map, target_position_x, target_position_y, target_position_z, target_orientation) VALUES +(53821, 0, 2359.64, -5662.41, 382.261, 0.596899); -- Teach: Death Gate +-- Drop stupid ReqSpellCast from a quest +UPDATE quest_template SET ReqSpellCast1 = 0 WHERE entry = 2118; +-- Forum: axel http://udb.no-ip.org/index.php/topic,13136.0.html -- Grz3s: source old.wowhead -- checked +DELETE FROM skinning_loot_template WHERE entry = 12899; +INSERT INTO skinning_loot_template (entry, item, ChanceOrQuestChance, groupid, mincountOrRef, maxcount, condition_id) VALUES +(12899, 8170, 55, 1, 1, 1, 0), +(12899, 15414, 25, 1, 1, 1, 0), +(12899, 8165, 11, 1, 1, 1, 0), +(12899, 8171, 4, 1, 1, 1, 0); + +-- X-Savior +-- =============================================================== +-- HELLFIRE CITADEL: HELLFIRE RAMPARTS - COMPLETE DUNGEON OVERHAUL +-- =============================================================== + +-- Guids used between 140286 and 140295 +-- GENERAL DATABASE FIXES REQUIRED +-- =============================== +-- Fix Walk/Run Speeds Using Sniff Data (General NPC) +UPDATE creature_template SET SpeedWalk = 1.0, SpeedRun = 1.142857 WHERE entry IN (18053,18054,18049,18048,18052,18055,18058,18051,18050,18057,17259,17264,17269,17270,17271,17281,17309,17455,17478,17517); +-- Fix Walk/Run Speeds Using Sniff Data (Shattered Hand Warhound) +UPDATE creature_template SET SpeedWalk = 1.0, SpeedRun = 1.385714 WHERE entry IN (18059,17280); +-- Fix Walk/Run Speeds Using Sniff Data (Watchkeeper Gargolmar) +UPDATE creature_template SET SpeedWalk = 1.0, SpeedRun = 0.9920629 WHERE entry IN (18436,17306); +-- Fix Walk/Run Speeds Using Sniff Data (Vazruden the Herald) +UPDATE creature_template SET SpeedWalk = 4.0, SpeedRun = 2.571429 WHERE entry IN (18435,17307); +-- Fix Walk/Run Speeds Using Sniff Data (Omor the Unscarred) +UPDATE creature_template SET SpeedWalk = 2.0, SpeedRun = 1.428571 WHERE entry IN (18433,17308); +-- ============= +-- Portal Spawns +-- ============= +-- Fix Portal Inside Dungeon (Coordinates and Spawnmask Were Not Correct) - Sniff Data Used +DELETE FROM gameobject WHERE guid IN (82232,82234); +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(82232,184179,543,3,1,-1357.394,1636.751,65.54296,1.015861,0,0,0,0,7200,255,1), +(82234,184180,543,3,1,-1357.394,1636.751,65.54296,1.015861,0,0,0,0,7200,255,1); +-- ======================================== +-- CREATURE SPAWN / MOVEMENT / LINKING DATA +-- ======================================== +-- ----------------------------- +-- Add Missing Hungerer at Start +-- ----------------------------- +DELETE FROM creature WHERE guid IN (140295); +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) VALUES +(140295,17259,543,3,1,0,0,-1286.73,1669.91,68.9444,6.10865,7200,0,0,14439,0,0,0); +-- ------------------------------------------ +-- Linked Movement for First Set of Warhounds +-- ------------------------------------------ +DELETE FROM creature_linking WHERE master_guid IN (62012); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62066,62012,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62065,62012,515); +UPDATE creature SET Spawndist = 0, MovementType = 0 WHERE guid IN (62066,62065); +DELETE FROM creature_movement WHERE id IN (62066,62065); +-- ------------------------------- +-- Add Missing Bonechewer Hungerer -- NEED DIFFERENT EQUIPMENT ID (HAMMER AND SWORD INSTEAD OF AXE AND SWORD) +-- ------------------------------- +DELETE FROM creature WHERE guid IN (140286); +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) VALUES +(140286,17259,543,3,1,0,0,-1293.19,1493.8,68.6832,3.50811,7200,0,0,14439,0,0,0); +DELETE FROM creature_addon WHERE guid IN (140286); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140286,0,0,1,0,173,0,NULL); +-- ----------------------------------------- +-- Add Missing Warhounds and Ravener Pathing +-- ----------------------------------------- +DELETE FROM creature WHERE guid IN (140287,140288,140289); +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) VALUES +(140287,17280,543,3,1,0,0,-1290.56,1536.05,68.5896,1.85287,7200,0,0,4142,0,0,0), +(140288,17280,543,3,1,0,0,-1297.28,1534.1,68.6081,1.85287,7200,0,0,4142,0,0,0), +(140289,17264,543,3,1,0,0,-1294.11,1535.6,68.5949,1.86208,7200,0,0,14958,0,0,0); +DELETE FROM creature_linking WHERE master_guid IN (140289); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140287,140289,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140288,140289,515); +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (140289); +DELETE FROM creature_movement WHERE id IN (140289); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(140289,1,-1292.36,1540.43,68.5946,0,0,0,0,0,0,0,0,0,0,1.10731,0,0), +(140289,2,-1282.12,1555.41,68.5931,0,0,0,0,0,0,0,0,0,0,0.937666,0,0), +(140289,3,-1269.72,1570.64,68.613,0,0,0,0,0,0,0,0,0,0,0.862268,0,0), +(140289,4,-1283.81,1552.44,68.5924,0,0,0,0,0,0,0,0,0,0,4.09497,0,0), +(140289,5,-1293.9,1538.24,68.5943,0,0,0,0,0,0,0,0,0,0,4.09497,0,0), +(140289,6,-1293.64,1523.46,68.5913,0,0,0,0,0,0,0,0,0,0,4.72957,0,0), +(140289,7,-1285.84,1503.83,68.5807,0,0,0,0,0,0,0,0,0,0,5.11127,0,0), +(140289,8,-1263.85,1479.5,68.5757,0,0,0,0,0,0,0,0,0,0,5.44742,0,0), +(140289,9,-1247.75,1466.51,68.5773,0,0,0,0,0,0,0,0,0,0,5.59272,0,0), +(140289,10,-1232.82,1458.5,68.5782,0,0,0,0,0,0,0,0,0,0,5.79064,0,0), +(140289,11,-1210.74,1453.07,68.5486,0,0,0,0,0,0,0,0,0,0,6.04197,0,0), +(140289,12,-1228.86,1458.19,68.5776,0,0,0,0,0,0,0,0,0,0,2.953,0,0), +(140289,13,-1244.22,1466.45,68.5761,0,0,0,0,0,0,0,0,0,0,2.64827,0,0), +(140289,14,-1260.87,1481.05,68.5715,0,0,0,0,0,0,0,0,0,0,2.3883,0,0), +(140289,15,-1275.45,1494.73,68.5715,0,0,0,0,0,0,0,0,0,0,2.3883,0,0), +(140289,16,-1283.63,1505.74,68.5756,0,0,0,0,0,0,0,0,0,0,2.35453,0,0), +(140289,17,-1289.75,1518.26,68.5811,0,0,0,0,0,0,0,0,0,0,2.10791,0,0), +(140289,18,-1294.24,1535.83,68.5937,0,0,0,0,0,0,0,0,0,0,1.85266,0,0); +-- ------------------------------------------------------- +-- Add Missing Ravener Pathing and Fixing Near First Boss -- NEED DIFFERENT EQUIPMENT ID (HAMMER AND SWORD INSTEAD OF DUAL SWORDS) +-- ------------------------------------------------------- +DELETE FROM creature WHERE guid IN (140290); +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) VALUES +(140290,17264,543,3,1,0,0,-1240.97,1446.21,68.5984,5.1549,7200,0,0,14439,0,0,0); +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (140290); +DELETE FROM creature_movement WHERE id IN (140290); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(140290,1,-1240.97,1446.21,68.5984,27000,1726402,0,0,0,0,0,0,0,0,5.1549,0,0), +(140290,2,-1243.09,1449.52,68.5958,0,0,0,0,0,0,0,0,0,0,2.20101,0,0), +(140290,3,-1241.51,1455.69,68.5882,0,0,0,0,0,0,0,0,0,0,1.3732,0,0), +(140290,4,-1234.59,1458.39,68.5809,0,0,0,0,0,0,0,0,0,0,0.293282,0,0), +(140290,5,-1227.2,1454.88,68.5809,0,0,0,0,0,0,0,0,0,0,5.80049,0,0), +(140290,6,-1218.59,1446.96,68.5853,0,0,0,0,0,0,0,0,0,0,5.53974,0,0), +(140290,7,-1197.95,1448.35,68.497,0,0,0,0,0,0,0,0,0,0,0.169974,0,0), +(140290,8,-1192.06,1447.4,68.4697,0,0,0,0,0,0,0,0,0,0,6.12329,0,0), +(140290,9,-1188.54,1445.09,68.4572,0,0,0,0,0,0,0,0,0,0,5.70232,0,0), +(140290,10,-1185.8,1437.97,68.4558,27000,1726402,0,0,0,0,0,0,0,0,5.09992,0,0), +(140290,11,-1193.05,1445.75,68.4767,0,0,0,0,0,0,0,0,0,0,2.2984,0,0), +(140290,12,-1201.56,1449.2,68.5109,0,0,0,0,0,0,0,0,0,0,2.75708,0,0), +(140290,13,-1216.51,1449.78,68.5786,0,0,0,0,0,0,0,0,0,0,3.04532,0,0), +(140290,14,-1229.94,1452.14,68.5853,0,0,0,0,0,0,0,0,0,0,2.97149,0,0), +(140290,15,-1238.79,1454.29,68.5876,0,0,0,0,0,0,0,0,0,0,2.95028,0,0), +(140290,16,-1242.89,1451.69,68.5929,0,0,0,0,0,0,0,0,0,0,3.70741,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 1726402; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1726402,2,1,173,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1726402,25,1,173,0,0,0,0,0,0,0,0,0,0,0,0,''); + +-- ------------------------------------------------------- +-- Add Missing Ravener Pathing and Fixing Near First Boss -- NEED DIFFERENT EQUIPMENT ID (HAMMER AND SWORD INSTEAD OF DUAL SWORDS) +-- ------------------------------------------------------- +DELETE FROM creature WHERE guid IN (140291); +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) VALUES +(140291,17264,543,3,1,0,0,-1157.34,1475.44,68.4187,0.224954,7200,0,0,14958,0,0,0); +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (140291); +DELETE FROM creature_movement WHERE id IN (140291); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(140291,1,-1157.34,1475.44,68.4187,27000,1726402,0,0,0,0,0,0,0,0,0.224954,0,0), +(140291,2,-1160.04,1474.68,68.4217,0,0,0,0,0,0,0,0,0,0,3.44744,0,0), +(140291,3,-1169.9,1462.82,68.4243,0,0,0,0,0,0,0,0,0,0,4.04199,0,0), +(140291,4,-1175.9,1453.44,68.4261,0,0,0,0,0,0,0,0,0,0,4.12131,0,0), +(140291,5,-1178.3,1454.4,68.4302,0,0,0,0,0,0,0,0,0,0,2.761,0,0), +(140291,6,-1187.27,1461.73,68.4486,0,0,0,0,0,0,0,0,0,0,2.48533,0,0), +(140291,7,-1187.33,1464.84,68.451,0,0,0,0,0,0,0,0,0,0,1.58997,0,0), +(140291,8,-1183.45,1471.54,68.451,0,0,0,0,0,0,0,0,0,0,1.04648,0,0), +(140291,9,-1186.24,1473.29,68.4563,0,0,0,0,0,0,0,0,0,0,2.59371,0,0), +(140291,10,-1189.62,1473.59,68.4611,27000,1726402,0,0,0,0,0,0,0,0,3.05239,0,0), +(140291,11,-1185.84,1472.15,68.4565,0,0,0,0,0,0,0,0,0,0,5.77458,0,0), +(140291,12,-1183.75,1469.04,68.4518,0,0,0,0,0,0,0,0,0,0,5.30334,0,0), +(140291,13,-1188.46,1461.63,68.4513,0,0,0,0,0,0,0,0,0,0,4.03178,0,0), +(140291,14,-1176.02,1453.01,68.4282,0,0,0,0,0,0,0,0,0,0,5.80992,0,0), +(140291,15,-1172.34,1456.6,68.4252,0,0,0,0,0,0,0,0,0,0,0.616868,0,0), +(140291,16,-1164.67,1468.12,68.4238,0,0,0,0,0,0,0,0,0,0,0.999357,0,0), +(140291,17,-1161.06,1474.41,68.4238,0,0,0,0,0,0,0,0,0,0,0.891757,0,0); +-- --------------------------------------------------- +-- Add 2 Missing Bleeding Hollow Archers At First Boss +-- --------------------------------------------------- +DELETE FROM creature WHERE guid IN (140292,140293); +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) VALUES +(140292,17270,543,3,1,0,0,-1148.55,1497.48,68.4854,3.08923,7200,0,0,11554,2434,0,0), +(140293,17270,543,3,1,0,0,-1148.28,1511.81,68.4805,0.0349066,7200,0,0,11554,2434,0,0); +DELETE FROM creature_addon WHERE guid IN (140292,140293); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140292,0,0,0,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140293,0,0,0,0,0,0,NULL); +-- ------------------------------------------------------ +-- Fix Watchkeeper Gargolmar Pathing and Linking For Adds +-- ------------------------------------------------------ +UPDATE creature SET position_x = -1184.730835, position_y = 1453.478271, position_z = 68.439384, orientation = 1.172138 WHERE guid = 62088; +UPDATE creature SET position_x = -1178.800659, position_y = 1452.270264, position_z = 68.430794, orientation = 1.410114 WHERE guid = 62089; +DELETE FROM creature_linking WHERE master_guid IN (62083); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62088,62083,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62089,62083,515); +UPDATE creature SET Spawndist = 0, MovementType = 0 WHERE guid IN (62088,62089); +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (62083); +DELETE FROM creature_movement WHERE id IN (62083,62088,62089); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(62083,1,-1169.96,1474.88,68.4357,0,0,0,0,0,0,0,0,0,0,1.14308,0,0), +(62083,2,-1170.63,1511.93,68.4449,0,0,0,0,0,0,0,0,0,0,1.63161,0,0), +(62083,3,-1196.09,1540.39,68.4821,0,0,0,0,0,0,0,0,0,0,2.35102,0,0), +(62083,4,-1170.63,1511.93,68.4449,0,0,0,0,0,0,0,0,0,0,1.63161,0,0), +(62083,5,-1169.96,1474.88,68.4357,0,0,0,0,0,0,0,0,0,0,1.14308,0,0), +(62083,6,-1181.54,1452.92,68.4353,0,0,0,0,0,0,0,0,0,0,1.39127,0,0); +-- --------------------------------------------------- +-- Add Missing Hungerer Pathing on Top Floor and Fixing -- NEED DIFFERENT EQUIPMENT ID (HAMMER AND SHIELD INSTEAD OF AXE AND SHIELD) +-- --------------------------------------------------- +DELETE FROM creature WHERE guid IN (140294); +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) VALUES +(140294,17259,543,3,1,0,0,-1276.92,1640.51,91.6726,2.69189,7200,0,0,14439,0,0,0); +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (140294); +DELETE FROM creature_movement WHERE id IN (140294); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(140294,1,-1276.92,1640.51,91.6726,22000,1725901,0,0,0,0,0,0,0,0,2.69188,0,0), +(140294,2,-1276.52,1638.6,91.6777,0,0,0,0,0,0,0,0,0,0,4.62397,0,0), +(140294,3,-1278.69,1636.47,91.6955,0,0,0,0,0,0,0,0,0,0,3.85742,0,0), +(140294,4,-1282.16,1637.86,91.706,0,0,0,0,0,0,0,0,0,0,2.761,0,0), +(140294,5,-1282.55,1639.29,91.7032,0,0,0,0,0,0,0,0,0,0,1.84051,0,0), +(140294,6,-1282.15,1640.54,91.6982,26000,1725902,0,0,0,0,0,0,0,0,1.23026,0,0), +(140294,7,-1283.46,1638.84,91.7092,0,0,0,0,0,0,0,0,0,0,4.3852,0,0), +(140294,8,-1281.31,1635.72,91.7092,0,0,0,0,0,0,0,0,0,0,5.35595,0,0), +(140294,9,-1277.05,1636.46,91.6883,0,0,0,0,0,0,0,0,0,0,0.177039,0,0), +(140294,10,-1276.07,1639.22,91.6735,0,0,0,0,0,0,0,0,0,0,1.16271,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1725901,1725902); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1725901,2,1,173,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1725901,20,1,173,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1725902,2,1,173,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1725902,24,1,173,0,0,0,0,0,0,0,0,0,0,0,0,''); + +-- ----------------------------------------------------- +-- Fix Ravener Pathing and Linking For Adds on Top Floor +-- ----------------------------------------------------- +DELETE FROM creature_linking WHERE master_guid IN (31957); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (31958,31957,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62068,31957,515); +UPDATE creature SET Spawndist = 0, MovementType = 0 WHERE guid IN (31958,62068); +DELETE FROM creature_movement WHERE id IN (31957,31958,62068); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) VALUES +(31957,1,-1315.75,1601.66,91.7501,0,0,0,0,0,0,0,0,0,0,4.33494,0,0), +(31957,2,-1305.9,1593.47,91.7652,0,0,0,0,0,0,0,0,0,0,5.82091,0,0), +(31957,3,-1287.94,1599.52,91.7758,0,0,0,0,0,0,0,0,0,0,0.217098,0,0), +(31957,4,-1279.58,1616.86,91.7583,0,0,0,0,0,0,0,0,0,0,1.37478,0,0), +(31957,5,-1288.32,1631.62,91.7501,0,0,0,0,0,0,0,0,0,0,2.00938,0,0), +(31957,6,-1302.75,1628.88,91.7496,0,0,0,0,0,0,0,0,0,0,3.65086,0,0), +(31957,7,-1315.75,1601.66,91.7501,0,0,0,0,0,0,0,0,0,0,4.33494,0,0), +(31957,8,-1305.9,1593.47,91.7652,0,0,0,0,0,0,0,0,0,0,5.82091,0,0), +(31957,9,-1287.94,1599.52,91.7758,0,0,0,0,0,0,0,0,0,0,0.217098,0,0), +(31957,10,-1279.58,1616.86,91.7583,0,0,0,0,0,0,0,0,0,0,1.37478,0,0), +(31957,11,-1288.32,1631.62,91.7501,7000,1726401,0,0,0,0,0,0,0,0,2.00938,0,0), +(31957,12,-1302.75,1628.88,91.7496,0,0,0,0,0,0,0,0,0,0,3.65086,0,0), +(31957,13,-1315.75,1601.66,91.7501,0,0,0,0,0,0,0,0,0,0,4.33494,0,0), +(31957,14,-1305.9,1593.47,91.7652,0,0,0,0,0,0,0,0,0,0,5.82091,0,0), +(31957,15,-1287.94,1599.52,91.7758,0,0,0,0,0,0,0,0,0,0,0.217098,0,0), +(31957,16,-1279.58,1616.86,91.7583,0,0,0,0,0,0,0,0,0,0,1.37478,0,0), +(31957,17,-1288.32,1631.62,91.7501,0,0,0,0,0,0,0,0,0,0,2.00938,0,0), +(31957,18,-1302.75,1628.88,91.7496,0,0,0,0,0,0,0,0,0,0,3.65086,0,0); +DELETE FROM db_script_string WHERE entry IN (2000000018,2000000033); +INSERT INTO db_script_string (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 +(2000000018,'You there! Keep a close watch on these ramparts, intruders could approach at any time!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,25,'Bonechewer Ravener in Hellfire Ramparts'), +(2000000033,'Yes sir! I will not fail the Fel Horde!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,66,'Bleeding Hollow Darkcaster in Hellfire Ramparts'); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1726401); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1726401,0,0,0,0,17269,62017,17,2000000018,0,0,0,0,0,0,0,'Bonechewer Ravener (Hellfire Ramparts) - Yell At Bleeding Hollow Darkcaster'), +(1726401,4,0,0,0,17269,62017,19,2000000033,0,0,0,0,0,0,0,'Bleeding Hollow Darkcaster (Hellfire Ramparts) - Yell At Bonechewer Ravener'); +-- -------------------------------------------------------- +-- Fix 2 Hungerer Pathing Together and Linking on Top Floor - CORE SUPPORT REQUIRED TO PREVENT NPC FROM SWITCHING SIDES +-- -------------------------------------------------------- +-- DELETE FROM creature_linking WHERE master_guid IN (61994); +-- INSERT INTO creature_linking VALUES (61995,61994,515); +-- UPDATE creature SET Spawndist = 0, MovementType=0 WHERE guid IN (61995); +-- DELETE FROM creature_movement WHERE id IN (61995); +-- Temp Fix For Now, They Are Only Linked For Aggro To Prevent Pathing Issues (With Path Independantly For Now) +DELETE FROM creature_linking WHERE master_guid IN (61994); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (61995,61994,3); +-- -------------------------------------------------------- +-- Fix 2 Hungerer Pathing Together and Linking on Top Floor - CORE SUPPORT REQUIRED TO PREVENT NPC FROM SWITCHING SIDES +-- -------------------------------------------------------- +DELETE FROM creature_linking WHERE master_guid IN (61996); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (61997,61996,515); +UPDATE creature SET Spawndist = 0, MovementType = 0 WHERE guid IN (61997); +DELETE FROM creature_movement WHERE id IN (61997); +-- ------------------------------------------------------------ +-- Add Missing Equipment Templates For NPC With Hammers Working (THIS ID NEEDS TO BE CHANGED TO FIT WITH TBC-DB NEW EQUIPMENT IDS - FOR NOW THIS WILL NOT CONFLICT) +-- ------------------------------------------------------------ +DELETE FROM creature_equip_template WHERE entry IN (2512); +INSERT INTO creature_equip_template (entry, equipentry1, equipentry2, equipentry3) VALUES (2512,2028,11589,0); -- Bonechewer Hungerer / Bonechewer Ravener +UPDATE creature SET equipment_id = 2512 WHERE guid IN (140286,140290,140291,140294); +-- ======================= +-- NPC Group Aggro Linking +-- ======================= +-- Front Area - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (61998); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (61999,61998,3); +-- Front Area - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (62000); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140295,62000,3); +-- Front Area - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (62023); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62018,62023,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62015,62023,3); +-- Front Area - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (31959); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (31960,31959,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (31961,31959,3); +-- Front Area - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (57016); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (64964,57016,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (34521,57016,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (85635,57016,3); +-- Front Area - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (64967); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (64968,64967,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (64966,64967,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (64965,64967,3); +-- Front Area - Group of 5 +DELETE FROM creature_linking WHERE master_guid IN (85642); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (85641,85642,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (85639,85642,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (85638,85642,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (85636,85642,3); +-- Front Area - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (86360); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (77939,86360,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (77940,86360,3); +-- Front Area - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (140286); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (85643,140286,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (77941,140286,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79288,140286,3); +-- First Boss Area - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (79291); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79317,79291,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79318,79291,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79295,79291,3); +-- First Boss Area - Group of 5 +DELETE FROM creature_linking WHERE master_guid IN (79342); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79332,79342,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79358,79342,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79350,79342,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79356,79342,3); +-- First Boss Area - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (79389); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84095,79389,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84096,79389,3); +-- First Boss Area - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (84097); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84098,84097,3); +-- First Boss Area - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (84387); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84099,84387,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84100,84387,3); +-- First Boss Area - Group of 5 +DELETE FROM creature_linking WHERE master_guid IN (84392); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84393,84392,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84403,84392,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140292,84392,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140293,84392,3); +-- First Boss Area - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (84404); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84405,84404,3); +-- Top Floor - Group of 5 +DELETE FROM creature_linking WHERE master_guid IN (85652); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (85646,85652,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (85650,85652,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (85647,85652,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (85649,85652,3); +-- Top Floor - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (84406); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84432,84406,3); +-- Top Floor - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (84439); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62020,84439,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62021,84439,3); +-- Top Floor - Group of 5 +DELETE FROM creature_linking WHERE master_guid IN (62017); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84444,62017,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62067,62017,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62016,62017,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140294,62017,3); +-- Top Floor - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (84486); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84484,84486,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62019,84486,3); +-- Top Floor - Group of 5 +DELETE FROM creature_linking WHERE master_guid IN (62022); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84437,62022,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (62064,62022,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84436,62022,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (61993,62022,3); +-- Second Boss - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (63011); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (63012,63011,3); +-- Final Boss - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (84487); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (84489,84487,3); + +-- ====================================================== +-- TEMPEST KEEP: THE BOTANICA - COMPLETE DUNGEON OVERHAUL +-- ====================================================== + +-- Guids used between 140296 and 140329 +-- GENERAL DATABASE FIXES REQUIRED +-- =============================== +-- Fix Walk/Run Speeds Using Sniff Data (General NPC) +UPDATE creature_template SET SpeedWalk = 1.0 WHERE entry IN (21559,21548,21545,21544,21549,21578,21546,21574,21577,21570,21552,21572,21571,21573,21576,21575,21563,21564,21560,21555,21561,21554,21547,21565,21562,17993,18405,18419,19633,18155,17994,18404,19608,19486,18422,18421,19557,18587,18420,19505,19511,19512,19555,19508,19509,19598,19507,19843,17980,19865,19513); +UPDATE creature_template SET SpeedRun = 1.142857 WHERE entry IN (21559,21548,21545,21544,21549,21578,21546,21574,21577,21570,21552,21572,21571,21573,21576,21575,21563,21564,21560,21555,21561,21554,21547,21565,21562,17993,18405,18419,19633,18155,17994,18404,19608,19486,18422,18421,19557,18587,18420,19505,19511,19512,19555,19508,19509,19598,19507,19843,17980,19865,19513); + +-- Fix Walk/Run Speeds Using Sniff Data (Commander Sarannis and High Botanist Freywinn) +UPDATE creature_template SET SpeedWalk = 1.6 WHERE entry IN (21558,21551,17975,17976); +UPDATE creature_template SET SpeedRun = 1.428571 WHERE entry IN (21558,21551,17975,17976); + +-- Fix Walk/Run Speeds Using Sniff Data (Summon Enabler Stalker) +UPDATE creature_template SET SpeedWalk = 1 WHERE entry IN (53488); +UPDATE creature_template SET SpeedRun = 0.9920629 WHERE entry IN (53488); + +-- Fix Walk/Run Speeds Using Sniff Data (Warp Splinter) +UPDATE creature_template SET SpeedWalk = 2 WHERE entry IN (21582,17977); +UPDATE creature_template SET SpeedRun = 1.428571 WHERE entry IN (21582,17977); + +-- Fix Walk/Run Speeds Using Sniff Data (Thorngrin the Tender) +UPDATE creature_template SET SpeedWalk = 1 WHERE entry IN (21581,17978); +UPDATE creature_template SET SpeedRun = 1.428571 WHERE entry IN (21581,17978); + +-- ============= +-- Portal Spawns +-- ============= +-- Main Portals Into Instance (Normal and Heroic) +DELETE FROM gameobject WHERE guid IN (121905, 121906, 121907, 121908); +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121905,184221,530,1,1,3415.27,1481.96,182.74,2.4958,0,0,0,0,1,100,0), +(121906,184222,530,1,1,3415.27,1481.96,182.74,2.4958,0,0,0,0,1,100,0), +-- Portals After Final Boss (Normal and Heroic) +(121907,184217,553,3,1,159.893,391.743,-34.6478,3.14159,0,0,0,0,7200,255,1), +(121908,184218,553,3,1,159.893,391.743,-34.6478,3.14159,0,0,0,0,7200,255,1); + +-- Areatrigger Out of Instance After Final Boss +DELETE FROM areatrigger_teleport WHERE id IN (4612); +INSERT INTO areatrigger_teleport (id, name, required_level, required_item, required_item2, heroic_key, heroic_key2, required_quest_done, required_quest_done_heroic, target_map, target_position_x, target_position_y, target_position_z, target_orientation) VALUES +(4612,'The Botanica (Atrium Exit)',0,0,0,0,0,0,0,530,3409.85,1486.26,182.837,2.53073); + +-- ======================================== +-- CREATURE SPAWN / MOVEMENT / LINKING DATA +-- ======================================== +-- --------------------------------- +-- 4 Bloodwarder Protectors At Front +-- --------------------------------- +DELETE FROM creature_addon WHERE guid IN (83152,83151,83154,83155); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83151,0,0,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83152,0,0,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83154,0,0,1,0,333,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83155,0,0,1,0,333,0,NULL); + +UPDATE creature SET position_x = 0.319128, position_y = 93.350929, position_z = -5.652020, orientation = 4.749768 WHERE guid = 83151; +UPDATE creature SET position_x = -2.910640, position_y = 93.303818, position_z = -5.652020, orientation = 4.661018 WHERE guid = 83152; + +-- Scripts For NPC To Salute and Assume Battle Stance +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1799301); -- Left Group of NPC +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1799301,1,1,66,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodwarder Protector (Botanica) - Salute'), +(1799301,3,1,333,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodwarder Protector (Botanica) - Ready For Combat'), +(1799301,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodwarder Protector (Botanica) - Disable Waypoint Movement'); + +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83151); +DELETE FROM creature_movement WHERE id IN (83151); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83151,1,0.319128,93.350929,-5.652020,2000,0,0,0,0,0,0,0,0,0,4.749768,0,0), +(83151,2,0.304653,53.7379,-5.65205,0,0,0,0,0,0,0,0,0,0,4.80789,0,0), +(83151,3,0.246856,49.9056,-5.61616,0,0,0,0,0,0,0,0,0,0,4.84559,0,0), +(83151,4,1.77807,47.0135,-5.52788,0,0,0,0,0,0,0,0,0,0,5.07885,0,0), +(83151,5,2.35202,46.2708,-5.53589,10000,1799301,0,0,0,0,0,0,0,0,4.48292,0,0); + +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83152); +DELETE FROM creature_movement WHERE id IN (83152); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83152,1,-2.910640,93.303818,-5.652020,2000,0,0,0,0,0,0,0,0,0,4.661018,0,0), +(83152,2,-3.09647,53.6826,-5.65205,0,0,0,0,0,0,0,0,0,0,4.75056,0,0), +(83152,3,-2.9898,50.0713,-5.62371,0,0,0,0,0,0,0,0,0,0,3.9573,0,0), +(83152,4,-3.98776,46.8545,-5.53157,0,0,0,0,0,0,0,0,0,0,4.35943,0,0), +(83152,5,-4.7336,45.9968,-5.55443,10000,1799301,0,0,0,0,0,0,0,0,4.8874,0,0); + +-- ------------------------------- +-- First Tempest-Forge Peacekeeper +-- ------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83153); +DELETE FROM creature_movement WHERE id IN (83153); +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(83153,1, -1.238058,53.229778,-5.650580,1.580233, 0,0), +(83153,2, -1.056883,93.744209,-5.651805,1.738884, 0,0), +(83153,3, -0.781224,113.317207,-5.583306,1.758519, 0,0), +(83153,4, -1.384052,95.681999,-5.650106,4.739892, 0,0), +(83153,5, -1.409816,55.045288,-5.651893,4.761883, 0,0), +(83153,6, -1.025726,43.837605,-5.606754,4.636219, 0,0); + +-- ------------------------ +-- 2 Bloodwarder Protectors +-- ------------------------ +UPDATE creature SET position_x = -10.472994, position_y = 160.509964, position_z = -5.540343, orientation = 4.944090 WHERE guid = 83156; +UPDATE creature SET position_x = 9.051096, position_y = 160.359482, position_z = -5.540343, orientation = 4.428083 WHERE guid = 82984; +DELETE FROM creature_addon WHERE guid IN (83156,82984); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83156,0,0,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (82984,0,0,1,0,0,0,NULL); + +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (82984); +DELETE FROM creature_movement WHERE id IN (82984); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(82984,1,9.051096,160.359482,-5.540343,8000,0,0,0,0,0,0,0,0,0,4.428083,0,0), +(82984,2,7.00565,151.863,-5.54034,0,0,0,0,0,0,0,0,0,0,4.61972,0,0), +(82984,3,2.13972,149.017,-5.54034,0,0,0,0,0,0,0,0,0,0,3.65525,0,0), +(82984,4,2.85909,133.568,-5.54034,0,0,0,0,0,0,0,0,0,0,4.71868,0,0), +(82984,5,4.66944,131.582,-5.53933,10000,1799301,0,0,0,0,0,0,0,0,4.39113,0,0); + +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83156); +DELETE FROM creature_movement WHERE id IN (83156); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83156,1,-10.472994,160.509964,-5.540343,8000,0,0,0,0,0,0,0,0,0,4.944090,0,0), +(83156,2,-9.05886,151.889,-5.54034,0,0,0,0,0,0,0,0,0,0,4.99122,0,0), +(83156,3,-3.30866,147.948,-5.54034,0,0,0,0,0,0,0,0,0,0,5.68237,0,0), +(83156,4,-3.96269,134.198,-5.54034,0,0,0,0,0,0,0,0,0,0,4.71083,0,0), +(83156,5,-5.29153,130.642,-5.53917,10000,1799301,0,0,0,0,0,0,0,0,4.81372,0,0); + +-- 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) values(82984,17993,553,3,1,0,0,4.66944,131.582,-5.53933,4.39113,7200,0,0,16208,3080,0,0); +-- 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) values(83156,17993,553,3,1,0,0,-5.29153,130.642,-5.53917,4.81372,7200,0,0,16208,3080,0,0); + +-- ----------------------- +-- Bloodwarder Greenkeeper +-- ----------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (82983); +DELETE FROM creature_movement WHERE id IN (82983); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(82983,1,-0.268618,160.028,-5.5395,0,0,0,0,0,0,0,0,0,0,0,0,0), +(82983,2,-4.24328,161.149,-5.5395,0,0,0,0,0,0,0,0,0,0,0,0,0), +(82983,3,-6.01467,167.23,-5.5395,34000,1841901,0,0,0,0,0,0,0,0,1.609301,0,0), +(82983,4,-3.54166,160.511,-5.5395,0,0,0,0,0,0,0,0,0,0,0,0,0), +(82983,5,2.36906,161.495,-5.5395,0,0,0,0,0,0,0,0,0,0,0,0,0), +(82983,6,2.31835,163.18,-5.54038,16000,1841902,0,0,0,0,0,0,0,0,2.318516,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1841901 AND 1841902; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1841901,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841901,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841902,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841902,14,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +DELETE FROM creature_addon WHERE guid IN (83150); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83150,0,0,0,0,69,0,NULL); + +-- ------------------------------ +-- Add Missing Bloodwarder Mender +-- ------------------------------ +DELETE FROM creature WHERE guid IN (140296); +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) VALUES +(140296,19633,553,3,1,0,0,6.15941,166.406,-5.54122,1.51584,7200,3,0,14199,21093,0,1); + +-- ----------------------------- +-- Left Bloodwarder Greenkeepers +-- ----------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (82981); +DELETE FROM creature_movement WHERE id IN (82981); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(82981,1,-19.4848,197.125,-5.54034,29000,1841903,0,0,0,0,0,0,0,0,1.06967,0,0), +(82981,2,-18.3153,195.691,-5.54122,0,0,0,0,0,0,0,0,0,0,5.31716,0,0), +(82981,3,-14.4761,195.052,-5.54122,0,0,0,0,0,0,0,0,0,0,6.11827,0,0), +(82981,4,-9.28239,198.789,-5.54122,0,0,0,0,0,0,0,0,0,0,0.623626,0,0), +(82981,5,-7.14421,203.369,-5.54122,0,0,0,0,0,0,0,0,0,0,1.55354,0,0), +(82981,6,-8.27586,203.442,-5.54122,24000,1841904,0,0,0,0,0,0,0,0,3.07721,0,0), +(82981,7,-6.73612,202.567,-5.54122,0,0,0,0,0,0,0,0,0,0,5.76642,0,0), +(82981,8,-8.75032,199.727,-5.54122,0,0,0,0,0,0,0,0,0,0,4.15635,0,0), +(82981,9,-13.0694,195.498,-5.54122,0,0,0,0,0,0,0,0,0,0,3.85475,0,0), +(82981,10,-17.5981,194.664,-5.54122,0,0,0,0,0,0,0,0,0,0,3.32383,0,0), +(82981,11,-19.281,195.896,-5.54122,0,0,0,0,0,0,0,0,0,0,2.41276,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1841903 AND 1841904; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1841903,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841903,27,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841904,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841904,22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +DELETE FROM creature_addon WHERE guid IN (83150); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83150,0,0,0,0,69,0,NULL); + +DELETE FROM creature_addon WHERE guid IN (82981,82982); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (82981,0,0,0,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (82982,0,8,0,0,0,0,NULL); + +-- ------------------------------ +-- Right Bloodwarder Greenkeepers +-- ------------------------------ +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (82977); +DELETE FROM creature_movement WHERE id IN (82977); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(82977,1,13.8952,197.464,-5.54041,18000,1841905,0,0,0,0,0,0,0,0,0.944012,0,0), +(82977,2,15.0475,193.183,-5.54122,0,0,0,0,0,0,0,0,0,0,5.06034,0,0), +(82977,3,16.6998,192.651,-5.54122,0,0,0,0,0,0,0,0,0,0,1.017895,0,0), +(82977,4,17.8517,192.8757,-5.54122,20000,1841906,0,0,0,0,0,0,0,0,1.017895,0,0), +(82977,5,17.5705,192.439,-5.54122,0,0,0,0,0,0,0,0,0,0,6.14419,0,0), +(82977,6,14.347,193.671,-5.54122,0,0,0,0,0,0,0,0,0,0,2.7764,0,0), +(82977,7,13.4535,196.095,-5.54122,0,0,0,0,0,0,0,0,0,0,2.07583,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id BETWEEN 1841905 AND 1841906; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1841905,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841905,16,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841906,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841906,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''); +DELETE FROM creature_addon WHERE guid IN (82977,82978); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (82977,0,0,0,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (82978,0,8,0,0,0,0,NULL); + +-- ------------------------------- +-- First Tempest-Forge Peacekeeper +-- ------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (82992); +DELETE FROM creature_movement WHERE id IN (82992); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(82992,1,13.2272,178.591,-5.5404,0,0,0,0,0,0,0,0,0,0,5.07526,0,0), +(82992,2,13.7786,193.285,-5.5404,0,0,0,0,0,0,0,0,0,0,1.59438,0,0), +(82992,3,9.13868,197.798,-5.5404,5000,0,0,0,0,0,0,0,0,0,2.30752,0,0), +(82992,4,-0.635412,203.851,-5.5404,0,0,0,0,0,0,0,0,0,0,2.58712,0,0), +(82992,5,-0.660702,223.381,-5.5404,0,0,0,0,0,0,0,0,0,0,1.5881,0,0), +(82992,6,-0.571616,247.901,-5.51829,0,0,0,0,0,0,0,0,0,0,1.44751,0,0), +(82992,7,-0.697975,222.215,-5.54037,3000,0,0,0,0,0,0,0,0,0,4.71005,0,0), +(82992,8,-0.301946,204.186,-5.54037,0,0,0,0,0,0,0,0,0,0,4.2663,0,0), +(82992,9,8.68828,198.154,-5.54037,0,0,0,0,0,0,0,0,0,0,5.7028,0,0), +(82992,10,13.1168,194.426,-5.54037,0,0,0,0,0,0,0,0,0,0,5.58342,0,0); + +-- ------------------------ +-- 2 Bloodwarder Protectors +-- ------------------------ +UPDATE creature SET position_x = -14.725861, position_y = 244.255112, position_z = -5.214353, orientation = 6.011446 WHERE guid = 82985; +UPDATE creature SET position_x = 12.536785, position_y = 244.131027, position_z = -5.276653, orientation = 3.282975 WHERE guid = 82991; +DELETE FROM creature_addon WHERE guid IN (82985,82991); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (82985,0,0,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (82991,0,0,1,0,0,0,NULL); + +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (82985); +DELETE FROM creature_movement WHERE id IN (82985); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(82985,1,-14.725861,244.255112,-5.214353,8000,0,0,0,0,0,0,0,0,0,6.011446,0,0), +(82985,2,-3.16054,243.291,-5.5165,0,0,0,0,0,0,0,0,0,0,0.021216,0,0), +(82985,3,-3.54976,215.113,-5.53931,0,0,0,0,0,0,0,0,0,0,4.55846,0,0), +(82985,4,-5.031358,214.277512,-5.540350,10000,1799301,0,0,0,0,0,0,0,0,4.386477,0,0); + +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (82991); +DELETE FROM creature_movement WHERE id IN (82991); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(82991,1,12.536785,244.131027,-5.276653,8000,0,0,0,0,0,0,0,0,0,3.282975,0,0), +(82991,2,2.36405,242.874,-5.51154,0,0,0,0,0,0,0,0,0,0,3.34423,0,0), +(82991,3,2.44798,215.308,-5.54035,0,0,0,0,0,0,0,0,0,0,4.78387,0,0), +(82991,4,3.941355,214.042435,-5.540350,10000,1799301,0,0,0,0,0,0,0,0,4.790172,0,0); + +-- ---------------------------------------- +-- 2 Green Keepers and One Mender in Middle +-- ---------------------------------------- +-- Left Green Keeper +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (82994); +DELETE FROM creature_movement WHERE id IN (82994); -- Left Table +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(82994,1,-4.23689,254.019,-5.4428,31000,1841907,0,0,0,0,0,0,0,0,2.29894,0,0); +-- Right Green Keeper +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (82993); +DELETE FROM creature_movement WHERE id IN (82993); -- Left Table +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(82993,1,4.00238,252.355,-5.47518,31000,1841908,0,0,0,0,0,0,0,0,1.10514,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1841907,1841908); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1841907,1,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841907,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841907,22,3,0,0,0,0,0,0,0,0,0,0,0,0,6.05072,''), +(1841907,23,1,378,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841907,29,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841907,30,3,0,0,0,0,0,0,0,0,0,0,0,0,2.29894,''), +(1841908,1,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841908,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841908,22,3,0,0,0,0,0,0,0,0,0,0,0,0,2.97588,''), +(1841908,23,1,378,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841908,29,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1841908,30,3,0,0,0,0,0,0,0,0,0,0,0,0,1.10514,''); +-- Addon Data +DELETE FROM creature_addon WHERE guid IN (83000,82994,82993); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (82994,0,0,0,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (82993,0,0,0,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83000,0,8,0,0,0,0,NULL); + +-- -------------------- +-- Bloodwarder Falconer +-- -------------------- +-- Remove 3 BloodFalcons (Should Only Be 3) +DELETE FROM creature WHERE guid IN (82999,83159,83158); +-- Random Movement for Remaining BloodFalcons +UPDATE creature SET Spawndist = 10, MovementType = 1 WHERE guid IN (82996,82997,82998); + +-- ------------------------ +-- 2 Bloodwarder Protectors +-- ------------------------ +DELETE FROM creature_addon WHERE guid IN (83001,83002); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83001,0,0,1,0,333,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83002,0,0,1,0,333,0,NULL); + +-- ------------------------ +-- 2 Bloodwarder Protectors +-- ------------------------ +DELETE FROM creature_addon WHERE guid IN (83004,83005); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83004,0,0,1,0,333,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83005,0,0,1,0,333,0,NULL); + +-- ----------------------------------- +-- Bloodwarder Steward Pathing in Hall +-- ----------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83006); +DELETE FROM creature_movement WHERE id IN (83006); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values(83006,1,50.9215,293.818,-5.63032,0,0,0,0,0,0,0,0,0,0,1.68861,0,0); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values(83006,2,50.4144,282.994,-5.64831,0,0,0,0,0,0,0,0,0,0,4.90482,0,0); + +-- ------------------------------------- +-- Bloodwarder Falconer and Bloodfalcons +-- ------------------------------------- +-- Random Movement for Falconer and BloodFalcons +UPDATE creature SET Spawndist = 10, MovementType = 1 WHERE guid IN (83008,83009,83010); +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83007); + +-- ---------------------------------- +-- NPC In Front Of Commander Sarannis +-- ---------------------------------- +-- Fix Spawns With Sniff Data (Current Ones Badly Placed Better To Fix All Of The With Sniff Data) +DELETE FROM creature WHERE guid IN (83011,83014,83012,83013,83015); +DELETE FROM creature WHERE guid IN (140297,140298,140299,140300,140301,140302,140303,140304,140305); +INSERT INTO creature (guid, id, modelid, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, curhealth, curmana, MovementType) VALUES +(140297, 18404, 0, 553, 3, 1, 149.5653, 281.7874, -4.653852, 1.016146, 7200, 0, 20958, 0, 0), -- 18404 (Area: 0) (possible waypoints or random movement) +(140298, 17993, 0, 553, 3, 1, 151.6609, 281.7887, -4.334745, 1.612284, 7200, 0, 16208, 3080, 0), -- 17993 (Area: 0) (possible waypoints or random movement) +(140299, 17993, 0, 553, 3, 1, 153.7568, 281.7442, -4.008605, 2.176939, 7200, 0, 16208, 3080, 0), -- 17993 (Area: 0) (possible waypoints or random movement) +(140300, 17993, 0, 553, 3, 1, 165.1652, 295.5352, -4.371663, 3.110243, 7200, 0, 16208, 3080, 0), -- 17993 (Area: 0) (possible waypoints or random movement) +(140301, 18404, 0, 553, 3, 1, 165.1942, 298.2077, -4.774447, 3.852716, 7200, 0, 20958, 0, 0), -- 18404 (Area: 0) (possible waypoints or random movement) +(140302, 17993, 0, 553, 3, 1, 164.9687, 292.9525, -4.00805, 2.373266, 7200, 0, 16208, 3080, 0), -- 17993 (Area: 0) (possible waypoints or random movement) +(140303, 17993, 0, 553, 3, 1, 161.4033, 285.5994, -3.098177, 1.742907, 7200, 0, 16208, 3080, 0), -- 17993 (Area: 0) (possible waypoints or random movement) +(140304, 18404, 0, 553, 3, 1, 159.1362, 283.813, -3.272108, 1.297487, 7200, 0, 20958, 0, 0), -- 18404 (Area: 0) (possible waypoints or random movement) +(140305, 17993, 0, 553, 3, 1, 163.1084, 287.8988, -3.313203, 2.552928, 7200, 0, 16208, 3080, 0); -- 17993 (Area: 0) (possible waypoints or random movement) + +-- ------------------ +-- Commander Sarannis +-- ------------------ +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (82986); +DELETE FROM creature_movement WHERE id IN (82986); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(82986,1,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,5.52686,0,0), -- Front of Bridge With NPC +(82986,2,120.012,327.677,-4.99033,0,0,0,0,0,0,0,0,0,0,5.47973,0,0), -- Back Of Bridge +(82986,3,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,5.52686,0,0), -- Front of Bridge With NPC +(82986,4,120.012,327.677,-4.99033,0,0,0,0,0,0,0,0,0,0,5.47973,0,0), -- Back Of Bridge +(82986,5,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,5.52686,0,0), -- Front of Bridge With NPC +(82986,6,151.954,283.758,-4.67356,10000,1797601,0,0,0,0,0,0,0,0,4.76895,0,0), -- Front of Left NPC and Salute +(82986,7,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,5.52686,0,0), -- Front of Bridge With NPC +(82986,8,162.800,295.447,-4.80194,10000,1797603,0,0,0,0,0,0,0,0,0.02357,0,0), -- Front of Right NPC and Salute +(82986,9,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,2.39233,0,0), -- Front of Bridge With NPC (Facing To Back) +(82986,10,120.012,327.677,-4.99033,0,0,0,0,0,0,0,0,0,0,5.47973,0,0), -- Back Of Bridge +(82986,11,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,5.52686,0,0), -- Front of Bridge With NPC +(82986,12,120.012,327.677,-4.99033,0,0,0,0,0,0,0,0,0,0,5.47973,0,0), -- Back Of Bridge +(82986,13,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,5.52686,0,0), -- Front of Bridge With NPC +(82986,14,159.540,287.615,-4.10529,10000,1797602,0,0,0,0,0,0,0,0,5.37920,0,0), -- Front of Center NPC and Salute +(82986,15,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,5.52686,0,0), -- Front of Bridge With NPC +(82986,16,151.954,283.758,-4.67356,10000,1797601,0,0,0,0,0,0,0,0,4.76895,0,0), -- Front of Left NPC and Salute +(82986,17,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,2.39233,0,0), -- Front of Bridge With NPC (Facing To Back) +(82986,18,120.012,327.677,-4.99033,0,0,0,0,0,0,0,0,0,0,5.47973,0,0), -- Back Of Bridge +(82986,19,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,5.52686,0,0), -- Front of Bridge With NPC +(82986,20,120.012,327.677,-4.99033,0,0,0,0,0,0,0,0,0,0,5.47973,0,0), -- Back Of Bridge +(82986,21,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,5.52686,0,0), -- Front of Bridge With NPC +(82986,22,162.800,295.447,-4.80194,10000,1797603,0,0,0,0,0,0,0,0,0.02357,0,0), -- Front of Right NPC and Salute +(82986,23,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,5.52686,0,0), -- Front of Bridge With NPC +(82986,24,159.540,287.615,-4.10529,10000,1797602,0,0,0,0,0,0,0,0,5.37920,0,0), -- Front of Center NPC and Salute +(82986,25,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,2.39233,0,0), -- Front of Bridge With NPC (Facing To Back) +(82986,26,120.012,327.677,-4.99033,0,0,0,0,0,0,0,0,0,0,5.47973,0,0), -- Back Of Bridge +(82986,27,152.491,294.444,-4.6658,0,0,0,0,0,0,0,0,0,0,5.52686,0,0), -- Front of Bridge With NPC +(82986,28,159.540,287.615,-4.10529,10000,1797604,0,0,0,0,0,0,0,0,5.37920,0,0); -- Front of Center NPC and Yell and Cheer +DELETE FROM db_script_string WHERE entry IN (2000005174); +INSERT INTO db_script_string (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 +(2000005174,'We must not fail our leader! Kael\'thas will redeem us!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,4,'Commander Sarannis in Botanica'); + +-- Scripts For NPC To Salute Back To Commander Sarannis +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1797601,1797602,1797603,1797604); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +-- Left Group of NPC +(1797601,0,1,66,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1797601,1,1,66,0,18404,140297,23,0,0,0,0,0,0,0,0,'Commander Sarannis (Botanica) - Bloodwarder Steward Salute'), +(1797601,1,1,66,0,17993,140298,23,0,0,0,0,0,0,0,0,'Commander Sarannis (Botanica) - Bloodwarder Protector Salute'), +(1797601,1,1,66,0,17993,140299,23,0,0,0,0,0,0,0,0,'Commander Sarannis (Botanica) - Bloodwarder Protector Salute'), +(1797601,3,1,378,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1797601,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +-- Centre Group of NPC +(1797602,0,1,66,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1797602,1,1,66,0,18404,140304,23,0,0,0,0,0,0,0,0,'Commander Sarannis (Botanica) - Bloodwarder Steward Salute'), +(1797602,1,1,66,0,17993,140303,23,0,0,0,0,0,0,0,0,'Commander Sarannis (Botanica) - Bloodwarder Protector Salute'), +(1797602,1,1,66,0,17993,140305,23,0,0,0,0,0,0,0,0,'Commander Sarannis (Botanica) - Bloodwarder Protector Salute'), +(1797602,3,1,378,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1797602,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +-- Right Group of NPC +(1797603,0,1,66,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1797603,1,1,66,0,18404,140301,23,0,0,0,0,0,0,0,0,'Commander Sarannis (Botanica) - Bloodwarder Steward Salute'), +(1797603,1,1,66,0,17993,140300,23,0,0,0,0,0,0,0,0,'Commander Sarannis (Botanica) - Bloodwarder Protector Salute'), +(1797603,1,1,66,0,17993,140302,23,0,0,0,0,0,0,0,0,'Commander Sarannis (Botanica) - Bloodwarder Protector Salute'), +(1797603,3,1,378,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1797603,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), +-- +(1797604,1,0,0,0,0,0,0,2000005174,0,0,0,0,0,0,0,'Commander Sarannis (Botanica) - YELL'); + +-- -------------------------------------------------- +-- Left Group of Researchers After Commander Sarannis +-- -------------------------------------------------- +UPDATE creature SET position_x = 159.302002, position_y = 367.640228, position_z = -5.411332, orientation = 3.524878 WHERE guid = 83018; +DELETE FROM creature_addon WHERE guid IN (83016,83017,83019); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83016,0,0,0,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83019,0,0,0,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83017,0,8,0,0,0,0,NULL); + +-- --------------------------------------------------- +-- Right Group of Researchers After Commander Sarannis +-- --------------------------------------------------- +DELETE FROM creature_addon WHERE guid IN (83032,83033,83034,83030); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83032,0,0,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83033,0,0,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83034,0,0,1,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83030,0,8,0,0,0,0,NULL); + +-- ---------------------------------------------------- +-- Centre Group of Researchers After Commander Sarannis +-- ---------------------------------------------------- +DELETE FROM creature WHERE guid IN (140306); +INSERT INTO creature (guid, id, modelid, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, curhealth, curmana, MovementType) VALUES +(140306, 18421, 17843, 553, 3, 1, 175.8427, 387.1663, -5.303061, 2.234021, 7200, 0, 16208, 9465, 0); -- 18421 (Area: 0) (possible waypoints or random movement) + +DELETE FROM creature_addon WHERE guid IN (83029,83020,140306); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83029,0,0,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140306,0,0,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83020,0,0,1,0,69,0,NULL); + +-- ------------------------------------------------------ +-- Far Left Group of Researchers After Commander Sarannis +-- ------------------------------------------------------ +UPDATE creature SET position_x = 164.376556, position_y = 408.294800, position_z = -5.386406, orientation = 2.155144 WHERE guid = 83025; +DELETE FROM creature_addon WHERE guid IN (83028,83048,83021,83024); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83028,0,0,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83048,0,0,0,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83021,0,0,1,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83024,0,8,0,0,0,0,NULL); + +-- --------------------- +-- Left Pathing Botanist +-- --------------------- +DELETE FROM creature_linking WHERE master_guid IN (83022); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83023,83022,515); +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83022); +DELETE FROM creature_movement WHERE id IN (83022); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83022,1,153.194,402.43,-5.3864,21000,0,0,0,0,0,0,0,0,0,1.09406,0,0), +(83022,2,152.247,399.99,-5.3864,0,0,0,0,0,0,0,0,0,0,4.42258,0,0), +(83022,3,153.166,393.779,-5.3864,0,0,0,0,0,0,0,0,0,0,4.85926,0,0), +(83022,4,157.038,387.449,-5.3864,0,0,0,0,0,0,0,0,0,0,5.26139,0,0), +(83022,5,160.205,378.829,-5.3864,0,0,0,0,0,0,0,0,0,0,4.99357,0,0), +(83022,6,159.918,377.573,-5.3864,26000,0,0,0,0,0,0,0,0,0,4.48777,0,0), +(83022,7,162.102,381.613,-5.3864,0,0,0,0,0,0,0,0,0,0,1.03202,0,0), +(83022,8,161.551,390.539,-5.3864,0,0,0,0,0,0,0,0,0,0,1.60222,0,0), +(83022,9,155.869,395.531,-5.3864,0,0,0,0,0,0,0,0,0,0,2.50621,0,0), +(83022,10,151.97,399.905,-5.3864,0,0,0,0,0,0,0,0,0,0,2.29887,0,0); + +-- ---------------------- +-- Right Pathing Botanist +-- ---------------------- +UPDATE creature SET orientation = 2.16378 WHERE guid=83027; +DELETE FROM creature_linking WHERE master_guid IN (83027); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83026,83027,515); +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83027); +DELETE FROM creature_movement WHERE id IN (83027); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83027,1,159.904,402.942,-5.3864,26000,0,0,0,0,0,0,0,0,0,2.17163,0,0), +(83027,2,161.38,401.344,-5.3864,0,0,0,0,0,0,0,0,0,0,5.50722,0,0), +(83027,3,168.674,402.822,-5.3864,0,0,0,0,0,0,0,0,0,0,6.18816,0,0), +(83027,4,177.992,404.019,-5.3864,0,0,0,0,0,0,0,0,0,0,6.28162,0,0), +(83027,5,182.163,403.591,-5.3864,0,0,0,0,0,0,0,0,0,0,5.64702,0,0), +(83027,6,182.889,396.989,-5.3864,0,0,0,0,0,0,0,0,0,0,4.91896,0,0), +(83027,7,181.288,388.73,-5.3864,0,0,0,0,0,0,0,0,0,0,4.46971,0,0), +(83027,8,188.878,381.951,-5.43289,0,0,0,0,0,0,0,0,0,0,5.66351,0,0), +(83027,9,191.392,382.601,-5.44611,0,0,0,0,0,0,0,0,0,0,0.146877,0,0), +(83027,10,192.458,383.717,-5.44123,31000,0,0,0,0,0,0,0,0,0,0.775196,0,0), +(83027,11,189.689,381.902,-5.43911,0,0,0,0,0,0,0,0,0,0,3.72201,0,0), +(83027,12,182.847,387.644,-5.38726,0,0,0,0,0,0,0,0,0,0,2.44338,0,0), +(83027,13,182.062,400.955,-5.38726,0,0,0,0,0,0,0,0,0,0,1.62971,0,0), +(83027,14,178.353,404.378,-5.38726,0,0,0,0,0,0,0,0,0,0,2.39626,0,0), +(83027,15,166.276,401.489,-5.38726,0,0,0,0,0,0,0,0,0,0,3.37644,0,0), +(83027,16,161.438,401.543,-5.38726,0,0,0,0,0,0,0,0,0,0,3.16752,0,0); + +-- ---------------------- +-- First Group of Frayers +-- ---------------------- +DELETE FROM creature WHERE guid IN (83044,83045,83047,83037); -- Delete Too Many Frayers +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83043,83046,83042,83040,83039,83041,83036,83038); +UPDATE creature SET position_x = 162.939285, position_y = 433.364624, position_z = -6.835905, orientation = 1.929722 WHERE guid = 83040; +-- Sunseeker Geomancer Pathing +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83035); +DELETE FROM creature_movement WHERE id IN (83035); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83035,1,162.23,452.538,-5.41697,15000,0,0,0,0,0,0,0,34167,0,4.74775,0,0), -- Cast Frost +(83035,2,162.23,452.538,-5.41697,19000,0,0,0,0,0,0,0,34169,0,4.74775,0,0), -- Cast Fire +(83035,3,163.493,446.524,-6.9092,0,0,0,0,0,0,0,0,0,0,4.91817,0,0), +(83035,4,163.268,441.86,-6.86923,0,0,0,0,0,0,0,0,0,0,4.5883,0,0), +(83035,5,162.006,437.507,-6.83356,0,0,0,0,0,0,0,0,0,0,4.22937,0,0), +(83035,6,156.922,435.956,-6.77183,2000,0,0,0,0,0,0,0,34170,0,3.43769,0,0), -- cast arcane +(83035,7,156.922,435.956,-6.77183,2000,0,0,0,0,0,0,0,34170,0,3.43769,0,0), -- cast arcane +(83035,8,156.922,435.956,-6.77183,3000,0,0,0,0,0,0,0,34170,0,3.43769,0,0), -- cast arcane +(83035,9,156.922,435.956,-6.77183,8000,1842001,0,0,0,0,0,0,0,0,3.43769,0,0), -- say +(83035,10,161.566,437.091,-6.82662,0,0,0,0,0,0,0,0,0,0,0.239552,0,0), +(83035,11,163.727,441.472,-6.87038,0,0,0,0,0,0,0,0,0,0,1.23622,0,0), +(83035,12,163.606,446.25,-6.90634,0,0,0,0,0,0,0,0,0,0,1.55666,0,0), +(83035,13,162.23,452.538,-5.41697,2000,0,0,0,0,0,0,0,0,0,4.74775,0,0); +DELETE FROM db_script_string WHERE entry IN (2000005175); +INSERT INTO db_script_string (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 +(2000005175,'Hmm...Frost, Fire, and Arcane defenses respond faster than Batch 7, but Nature defenses remain passive.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'Sunseeker Geomancer in Botanica'); +DELETE FROM dbscripts_on_creature_movement WHERE id = 1842001; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1842001,1,0,0,0,0,0,0,2000005175,0,0,0,0,0,0,0,'Sunseeker Geomancer - say'); + +-- -------------------------------------- +-- NPC in Front of High Botanist Freywinn +-- -------------------------------------- +DELETE FROM creature_addon WHERE guid IN (83052,83053,83055,83051,83049); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83052,0,0,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83053,0,0,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83055,0,0,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83051,0,0,1,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83049,0,0,1,0,0,0,NULL); + +-- Right Sunseeker Botanist +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83049); +DELETE FROM db_script_string WHERE entry IN (2000005176,2000005177); +INSERT INTO db_script_string (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 +(2000005176,'Hmm...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'Sunseeker Botanist in Botanica'), +(2000005177,'Yes. That did the trick.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'Sunseeker Botanist in Botanica'); +DELETE FROM creature_movement WHERE id IN (83049); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83049,1,174.814,495.449,-2.62112,65000,1842201,0,0,0,0,0,0,0,0,2.26981,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 1842201; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1842201,2,0,0,0,0,0,0,2000005176,0,0,0,0,0,0,0,'say'), +(1842201,8,15,34254,0,0,0,0,0,0,0,0,0,0,0,0,'cast'), +(1842201,14,0,0,0,0,0,0,2000005177,0,0,0,0,0,0,0,'say'); + +-- Left Sunseeker Botanist +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83055); +DELETE FROM creature_movement WHERE id IN (83055); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83055,1,159.537,508.659,-2.74336,85000,1842202,0,0,0,0,0,0,0,0,5.86693,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id = 1842202; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1842202,25,0,0,0,0,0,0,2000005176,0,0,0,0,0,0,0,'say'), +(1842202,31,15,34254,0,0,0,0,0,0,0,0,0,0,0,0,'cast'), +(1842202,38,0,0,0,0,0,0,2000005177,0,0,0,0,0,0,0,'say'); + +-- Sunseeker Researcher Pathing +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83052); +DELETE FROM creature_movement WHERE id IN (83052); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83052,1,164.783,501.235,-2.07282,25000,0,0,0,0,0,0,0,0,0,0.239551,0,0), +(83052,2,158.254,492.187,-4.47891,0,0,0,0,0,0,0,0,0,0,4.28121,0,0), +(83052,3,136.829,470.648,-1.59932,0,0,0,0,0,0,0,0,0,0,3.93877,0,0), +(83052,4,121.211,455.423,-4.88299,5000,0,0,0,0,0,0,1,0,0,3.87829,0,0), +(83052,5,121.211,455.423,-4.88299,10000,0,0,0,0,0,0,1,0,0,3.87829,0,0), +(83052,6,134.158,467.606,-1.69619,0,0,0,0,0,0,0,0,0,0,0.751624,0,0), +(83052,7,158.166,491.949,-4.52846,0,0,0,0,0,0,0,0,0,0,0.748482,0,0); + +-- ---------------------- +-- High Botanist Freywinn +-- ---------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (82987); +DELETE FROM creature_movement WHERE id IN (82987); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(82987,1,116.584,455.602,-4.95288,0,0,0,0,0,0,0,0,0,0,2.61773,0,0), +(82987,2,115.153,455.568,-4.89346,20000,1797501,0,0,0,0,0,0,0,0,3.33087,0,0), +(82987,3,116.623,455.478,-4.94902,0,0,0,0,0,0,0,0,0,0,6.17716,0,0), +(82987,4,120.628,451.036,-4.92864,0,0,0,0,0,0,0,0,0,0,5.62188,0,0), +(82987,5,120.543,449.982,-4.88372,20000,1797502,0,0,0,0,0,0,0,0,4.41551,0,0), +(82987,6,120.796,450.93,-4.93171,0,0,0,0,0,0,0,0,0,0,1.61949,0,0); +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1797501,1797502); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1797501,1,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1797501,10,0,0,0,0,0,0,2000005554,2000005555,2000005556,2000005557,0,0,0,0,''), +(1797501,18,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1797502,1,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), +(1797502,10,0,0,0,0,0,0,2000005557,2000005556,2000005555,2000005554,0,0,0,0,''), +(1797502,18,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''); +DELETE FROM db_script_string WHERE entry IN (2000005554,2000005555,2000005556,2000005557); +INSERT INTO db_script_string (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 +(2000005554,'...mumble...Petals of Fire...mumble...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'High Botanist Freywinn in Botanica'), +(2000005555,'...mumble mumble...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'High Botanist Freywinn in Botanica'), +(2000005556,'...with the right mixture, perhaps...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'High Botanist Freywinn in Botanica'), +(2000005557,'...thorny vines...mumble...ouch!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'High Botanist Freywinn in Botanica'); + +-- ----------------------- +-- Second Group of Frayers +-- ----------------------- +DELETE FROM creature WHERE guid IN (83060,83059,83068,83067,83066); -- Delete Too Many Frayers +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83065,83063,83064,83069,83062,82061,83058,83057); +UPDATE creature SET position_x = 106.104866, position_y = 497.827667, position_z = -6.854609, orientation = 3.172230 WHERE guid = 83057; +-- Sunseeker Geomancer Pathing +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83056); +DELETE FROM creature_movement WHERE id IN (83056); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83056,1,88.4563,495.092,-5.38647,15000,0,0,0,0,0,0,0,34183,0,5.83944,0,0), -- Cast Frost +(83056,2,88.4563,495.092,-5.38647,19000,0,0,0,0,0,0,0,34185,0,5.83944,0,0), -- Cast Fire +(83056,3,97.2095,493.595,-6.78375,0,0,0,0,0,0,0,0,0,0,6.13632,0,0), +(83056,4,102.952,491.174,-6.76313,2000,0,0,0,0,0,0,0,34170,0,6.25021,0,0), -- cast arcane +(83056,5,102.952,491.174,-6.76313,2000,0,0,0,0,0,0,0,34170,0,6.25021,0,0), -- cast arcane +(83056,6,102.952,491.174,-6.76313,4000,0,0,0,0,0,0,0,34170,0,6.25021,0,0), -- cast arcane +(83056,7,97.2095,493.595,-6.78375,0,0,0,0,0,0,0,0,0,0,6.13632,0,0), +(83056,8,88.4563,495.092,-5.38647,4000,0,0,0,0,0,0,0,0,0,5.83944,0,0); + +-- ------------------------------------------ +-- NPC At Entry to Thorngrin the Tenders Room +-- ------------------------------------------ +-- Move NPC to Correct Locations and Spawns +UPDATE creature SET position_x = 0.743981, position_y = 504.740265, position_z = -5.319865, orientation = 2.016919 WHERE guid = 83070; +UPDATE creature SET position_x = -17.591831, position_y = 505.420837, position_z = -5.307605, orientation = 2.085249 WHERE guid = 83075; +UPDATE creature SET position_x = 1.367998, position_y = 493.800598, position_z = -5.412396, orientation = 2.885726 WHERE guid = 83073; +DELETE FROM creature WHERE guid IN (140307,140308,140309,140310,140311); +INSERT INTO creature (guid, id, modelid, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, curhealth, curmana, MovementType) VALUES +(140307, 19508, 21338, 553, 3, 1, -16.26085, 482.7058, -5.385756, 3.944444, 7200, 0, 20259, 0, 0), -- 19508 (Area: 0) (possible waypoints or random movement) +(140308, 19508, 21339, 553, 3, 1, -17.32133, 485.0991, -5.368748, 2.96706, 7200, 0, 20259, 0, 0), -- 19508 (Area: 0) (possible waypoints or random movement) +(140309, 19509, 21333, 553, 3, 1, -15.03868, 479.9812, -5.405121, 1.396263, 7200, 0, 16208, 3155, 0), -- 19509 (Area: 0) (possible waypoints or random movement) +(140310, 19555, 11686, 553, 3, 1, -18.09245, 509.9142, 1.612676, 3.525565, 7200, 0, 6986, 0, 0), -- 19555 (Area: 0) -- TK Atrium Channel Target +(140311, 19555, 11686, 553, 3, 1, -1.838774, 510.5453, 0.6243833, 2.583087, 7200, 0, 6986, 0, 0); -- 19555 (Area: 0) -- TK Atrium Channel Target + +-- Outside Pathing Nethervine Inciter +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83072); +DELETE FROM creature_movement WHERE id IN (83072); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83072,1,-14.2594,491.108,-5.40935,0,0,0,0,0,0,0,0,0,0,4.77539,0,0), +(83072,2,-8.55427,483.309,-5.47117,0,0,0,0,0,0,0,0,0,0,5.42413,0,0), +(83072,3,2.78195,481.305,-5.58427,0,0,0,0,0,0,0,0,0,0,0.001745,0,0), +(83072,4,-8.53638,482.843,-5.4743,0,0,0,0,0,0,0,0,0,0,3.0381,0,0), +(83072,5,-15.5274,491.044,-5.41147,0,0,0,0,0,0,0,0,0,0,2.29275,0,0), +(83072,6,-17.9647,501.451,-5.33586,0,0,0,0,0,0,0,0,0,0,1.88906,0,0); + +-- Inside Pathing Nethervine Inciter +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83073); +DELETE FROM creature_movement WHERE id IN (83073); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83073,1,-4.02644,494.172,-5.3942,0,0,0,0,0,0,0,0,0,0,2.98076,0,0), +(83073,2,-9.07605,497.28,-5.36563,0,0,0,0,0,0,0,0,0,0,2.54251,0,0), +(83073,3,-13.1972,502.904,-5.32566,0,0,0,0,0,0,0,0,0,0,2.20321,0,0), +(83073,4,-11.7771,511.38,-5.33284,0,0,0,0,0,0,0,0,0,0,1.51992,0,0), +(83073,5,-12.8163,503.922,-5.31762,0,0,0,0,0,0,0,0,0,0,4.51621,0,0), +(83073,6,-8.46771,497.311,-5.36527,0,0,0,0,0,0,0,0,0,0,5.52231,0,0), +(83073,7,-3.33881,493.658,-5.39807,0,0,0,0,0,0,0,0,0,0,5.61813,0,0), +(83073,8,6.10934,493.845,-5.4377,0,0,0,0,0,0,0,0,0,0,0.01981,0,0), +(83073,9,15.9986,496.659,-5.46175,0,0,0,0,0,0,0,0,0,0,0.230297,0,0), +(83073,10,6.36544,494.456,-5.43269,0,0,0,0,0,0,0,0,0,0,3.26036,0,0); + +-- TARGET SCRIPTS FOR CHANNEL SPELL +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1950501,1950502); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1950501,0,15,34221,0,19555,15,1,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Crystal Channel TK Atrium Channel Target'), +(1950502,0,15,34200,0,19511,83073,17,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Crystal Channel Nethervine Inciter'), +(1950502,7,15,34187,0,19511,83073,23,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Nethervine Inciter Casts Sunseeker Blessing'); + +-- SPELL SCRIPT TARGET ENTRIES +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) values(34221,1,19505,0); +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) values(34221,1,19555,0); +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) values(34200,1,19511,0); + +-- Sunseeker Channeler +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83071); +DELETE FROM creature_movement WHERE id IN (83071); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83071,1,-7.07519,507.14,-5.29541,10000,1950501,0,0,0,0,0,0,0,0,0.657381,0,0), -- Channeling +(83071,2,-7.07519,507.14,-5.29541,4000,0,0,0,0,0,0,0,34173,0,0.657381,0,0), -- Stop Channel +(83071,3,-7.07519,507.14,-5.29541,11000,1950502,0,0,0,0,0,0,0,0,0.657381,0,0), -- Channel Nethervine Inciter +(83071,4,-7.07519,507.14,-5.29541,70000,0,0,0,0,0,0,11,0,0,0.657381,0,0); -- Emote + +-- Sunseeker Channeler +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83070); +DELETE FROM creature_movement WHERE id IN (83070); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83070,1,0.743981,504.74,-5.31987,10000,1950501,0,0,0,0,0,0,0,0,2.01692,0,0), -- Channeling +(83070,2,0.743981,504.74,-5.31987,85000,0,0,0,0,0,0,0,34173,0,2.01692,0,0); -- Stop Channel + +-- Sunseeker Channeler +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83075); +DELETE FROM creature_movement WHERE id IN (83075); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83075,1,-17.5918,505.421,-5.3076,10000,1950501,0,0,0,0,0,0,0,0,2.01692,0,0), -- Channeling +(83075,2,-17.5918,505.421,-5.3076,85000,0,0,0,0,0,0,0,34173,0,2.08525,0,0); -- Stop Channel + +-- Sunseeker Channeler +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83074); +DELETE FROM creature_movement WHERE id IN (83074); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83074,1,-24.473,507.265,-5.30362,10000,1950501,0,0,0,0,0,0,0,0,0.22148,0,0), -- Channeling +(83074,2,-24.473,507.265,-5.30362,85000,0,0,0,0,0,0,0,34173,0,0.22148,0,0); -- Stop Channel + +-- ----------------------------------------------------------- +-- Nethervine Inciter Pathing in Front of Thorngrin the Tender +-- ----------------------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83086); +DELETE FROM creature_movement WHERE id IN (83086); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83086,1,-23.5901,562.602,-18.0989,0,0,0,0,0,0,0,0,0,0,2.55595,0,0), +(83086,2,-30.229,570.418,-17.9359,0,0,0,0,0,0,0,0,0,0,2.33603,0,0), +(83086,3,-23.8211,563.044,-18.0996,0,0,0,0,0,0,0,0,0,0,5.40144,0,0), +(83086,4,-16.2925,559.634,-18.1095,0,0,0,0,0,0,0,0,0,0,5.87661,0,0), +(83086,5,31.0858,559.317,-18.1989,0,0,0,0,0,0,0,0,0,0,6.12087,0,0), +(83086,6,40.6974,562.026,-17.609,0,0,0,0,0,0,0,0,0,0,0.297927,0,0), +(83086,7,31.3911,559.043,-18.2044,0,0,0,0,0,0,0,0,0,0,3.19369,0,0), +(83086,8,-15.7247,559.729,-18.1073,0,0,0,0,0,0,0,0,0,0,3.20704,0,0); + +-- ---------------------------------------------------------------------------------- +-- Nethervine Inciter and Nethervine Reaper Pathing Around Thorngrin the Tenders Room +-- ---------------------------------------------------------------------------------- +DELETE FROM creature WHERE guid IN (140312,140313); +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) VALUES (140312,19512,553,3,1,0,0,-18.8205,518.483,-6.07107,6.05097,7200,0,0,20958,0,0,0); +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) VALUES (140313,19511,553,3,1,0,0,-19.6808,514.978,-5.89398,5.61429,7200,0,0,20958,0,0,0); +DELETE FROM creature_linking WHERE master_guid IN (140312); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140313,140312,515); +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (140312); +DELETE FROM creature_movement WHERE id IN (140312); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(140312,1,-11.1495,518.438,-5.74976,0,0,0,0,0,0,0,0,0,0,6.22769,0,0), +(140312,2,-4.07179,518.313,-5.74221,0,0,0,0,0,0,0,0,0,0,0.133783,0,0), +(140312,3,6.70262,522.214,-8.08245,0,0,0,0,0,0,0,0,0,0,0.347411,0,0), +(140312,4,17.3582,529.537,-12.428,0,0,0,0,0,0,0,0,0,0,0.643507,0,0), +(140312,5,20.4706,535.661,-15.3494,0,0,0,0,0,0,0,0,0,0,1.08883,0,0), +(140312,6,20.9221,543.053,-18.4064,0,0,0,0,0,0,0,0,0,0,1.5098,0,0), +(140312,7,16.8279,549.014,-18.3111,0,0,0,0,0,0,0,0,0,0,2.17268,0,0), +(140312,8,9.84162,550.811,-18.2149,0,0,0,0,0,0,0,0,0,0,2.72246,0,0), +(140312,9,-8.74968,551.02,-18.2178,0,0,0,0,0,0,0,0,0,0,2.9298,0,0), +(140312,10,-26.358,551.434,-18.2145,0,0,0,0,0,0,0,0,0,0,3.09945,0,0), +(140312,11,-36.5401,550.107,-18.263,0,0,0,0,0,0,0,0,0,0,3.27302,0,0), +(140312,12,-42.5133,546.936,-18.3103,0,0,0,0,0,0,0,0,0,0,3.59661,0,0), +(140312,13,-43.7557,542.668,-18.4038,0,0,0,0,0,0,0,0,0,0,4.42913,0,0), +(140312,14,-39.4576,531.936,-14.0649,0,0,0,0,0,0,0,0,0,0,5.13442,0,0), +(140312,15,-35.2496,526.307,-10.4672,0,0,0,0,0,0,0,0,0,0,5.35433,0,0), +(140312,16,-29.7596,522.783,-8.69191,0,0,0,0,0,0,0,0,0,0,5.71247,0,0), +(140312,17,-23.0708,519.459,-6.90383,0,0,0,0,0,0,0,0,0,0,5.82164,0,0), +(140312,18,-18.2628,518.513,-5.97764,0,0,0,0,0,0,0,0,0,0,6.24732,0,0); + +-- ----------------------------------------------------- +-- Sunseeker Channelers In Front of Thorngrin the Tender +-- ----------------------------------------------------- +DELETE FROM creature WHERE guid IN (140314,140315); +INSERT INTO creature (guid, id, modelid, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, curhealth, curmana, MovementType) VALUES +(140314, 19555, 11686, 553, 3, 1, -9.877317, 599.7631, -8.542097, 6.038839, 7200, 0, 6986, 0, 0), -- 19555 (Area: 0) -- TK Atrium Channel Target +(140315, 19555, 11686, 553, 3, 1, 20.09065, 599.7101, -8.299042, 3.141593, 7200, 0, 6986, 0, 0); -- 19555 (Area: 0) -- TK Atrium Channel Target + +-- TARGET SCRIPTS FOR CHANNEL SPELL (RIGHT NPC) +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1950503,1950504); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1950503,0,15,34221,0,19555,15,1,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Crystal Channel TK Atrium Channel Target'), +(1950504,2,15,34222,0,0,0,0,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Cast Sunseeker Blessing AOE'), +(1950504,3,15,34173,0,19512,83085,23,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Nethervine Reaper Casts Sunseeker Blessing'), +(1950504,3,15,34173,0,19512,83084,23,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Nethervine Reaper Casts Sunseeker Blessing'), +(1950504,3,15,34173,0,19511,83082,23,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Nethervine Inciter Casts Sunseeker Blessing'), +(1950504,3,15,34173,0,19511,83083,23,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Nethervine Inciter Casts Sunseeker Blessing'); + +-- TARGET SCRIPTS FOR CHANNEL SPELL (RIGHT NPC) +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1950505,1950506); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1950505,0,15,34221,0,19555,15,1,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Crystal Channel TK Atrium Channel Target'), +(1950506,2,15,34222,0,0,0,0,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Cast Sunseeker Blessing AOE'), +(1950506,3,15,34173,0,19512,83081,23,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Nethervine Reaper Casts Sunseeker Blessing'), +(1950506,3,15,34173,0,19512,83079,23,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Nethervine Reaper Casts Sunseeker Blessing'), +(1950506,3,15,34173,0,19511,83078,23,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Nethervine Inciter Casts Sunseeker Blessing'), +(1950506,3,15,34173,0,19511,83080,23,0,0,0,0,0,0,0,0,'Sunseeker Channeler (Botanica) - Nethervine Inciter Casts Sunseeker Blessing'); + + +-- Right Sunseeker Channeler Pathing +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (82988); +DELETE FROM creature_movement WHERE id IN (82988); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(82988,1,21.6491,588.464,-17.7652,32000,1950503,0,0,0,0,0,0,0,0,1.46975,0,0), -- Channeling +(82988,2,21.6491,588.464,-17.7652,4000,0,0,0,0,0,0,0,34173,0,1.46975,0,0), -- Cast Sunseeker Blessing +(82988,3,19.3148,583.8,-17.8192,0,0,0,0,0,0,0,0,0,0,4.30189,0,0), +(82988,4,18.6946,574.077,-17.9568,6000,1950504,0,0,0,0,0,0,0,0,4.89958,0,0), -- Cast In Middle of Group (2 Sec Delay) +(82988,5,19.3882,583.435,-17.8253,0,0,0,0,0,0,0,0,0,0,1.66296,0,0), +(82988,6,21.6491,588.464,-17.7652,30000,0,0,0,0,0,0,0,0,0,1.46975,0,0); -- Wait at Channeling Position + +-- Left Sunseeker Channeler Pathing +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83077); +DELETE FROM creature_movement WHERE id IN (83077); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(83077,1,-11.5331,590.832,-17.7077,32000,1950505,0,0,0,0,0,0,0,0,1.39957,0,0), -- Channeling +(83077,2,-11.5331,590.832,-17.7077,4000,0,0,0,0,0,0,0,34173,0,1.39957,0,0), -- Cast Sunseeker Blessing +(83077,3,-3.60459,580.712,-17.8252,0,0,0,0,0,0,0,0,0,0,5.37684,0,0), +(83077,4,-5.46937,575.998,-17.8898,6000,1950506,0,0,0,0,0,0,0,0,4.46421,0,0), -- Cast In Middle of Group (2 Sec Delay) +(83077,5,-3.59916,581.005,-17.8215,0,0,0,0,0,0,0,0,0,0,1.18831,0,0), +(83077,6,-11.5331,590.832,-17.7077,30000,0,0,0,0,0,0,0,0,0,1.39957,0,0); -- Wait at Channeling Position + +-- -------------------------- +-- Fix Nethervine Tricksters +-- -------------------------- +UPDATE creature SET Spawndist = 5, MovementType = 1 WHERE guid IN (83087,83088); +DELETE FROM creature_movement WHERE id IN (83087); +UPDATE creature SET position_x = -88.661102, position_y = 547.243958, position_z = -17.805691, orientation = 0.557306 WHERE guid = 83088; +DELETE FROM creature WHERE guid = 83089; +DELETE FROM creature_addon WHERE guid = 83089; +DELETE FROM creature_movement WHERE id = 83089; + +-- --------------------- +-- Fix Gene-Splicer Room +-- --------------------- +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83092,83090,83099,83098,83101,83100); +UPDATE creature SET position_x = -150.864899, position_y = 525.923035, position_z = -17.823814, orientation = 3.511526 WHERE guid = 83097; +UPDATE creature SET position_x = -154.763702, position_y = 529.822021, position_z = -17.823814, orientation = 4.188539 WHERE guid = 83095; +UPDATE creature SET position_x = -163.409683, position_y = 504.117920, position_z = -17.823814, orientation = 4.029104 WHERE guid = 83102; +UPDATE creature SET position_x = -129.737488, position_y = 504.990234, position_z = -17.823814, orientation = 3.721230 WHERE guid = 83091; +UPDATE creature SET position_x = -157.169098, position_y = 471.524658, position_z = -17.824739, orientation = 1.367393 WHERE guid = 83106; +UPDATE creature SET position_x = -165.245972, position_y = 472.490967, position_z = -17.824739, orientation = 1.426298 WHERE guid = 83105; + +DELETE FROM creature_addon WHERE guid IN (83095,83097,83096,83091,83093,83094,83104,83103,83102); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83095,0,0,0,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83097,0,0,0,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83096,0,0,0,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83091,0,0,0,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83093,0,0,0,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83094,0,0,0,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83104,0,0,0,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83103,0,0,0,0,69,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83102,0,0,0,0,69,0,NULL); + +-- ------------------------------------------------------------- +-- Add Missing Gene-Splicer Spawns Laying on Floor in Lajs Room +-- ------------------------------------------------------------- +DELETE FROM creature WHERE guid IN (140316,140317,140318,140319,140320,140321,140322,140323,140324,140325,140326,140327); +INSERT INTO creature (guid, id, modelid, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, curhealth, curmana, DeathState, MovementType) VALUES +(140316, 19507, 21337, 553, 3, 1, -157.6343, 411.7007, -17.61243, 1.27409, 7200, 0, 14181, 7196, 1, 0), -- 19507 (Area: 0) +(140317, 19507, 21335, 553, 3, 1, -177.2168, 408.9644, -17.60689, 2.076942, 7200, 0, 14181, 7196, 1, 0), -- 19507 (Area: 0) +(140318, 19507, 21336, 553, 3, 1, -150.5405, 400.3017, -17.75786, 2.75762, 7200, 0, 14181, 7196, 1, 0), -- 19507 (Area: 0) +(140319, 19507, 21335, 553, 3, 1, -172.6049, 403.9249, -17.61106, 4.747295, 7200, 0, 14181, 7196, 1, 0), -- 19507 (Area: 0) +(140320, 19507, 21335, 553, 3, 1, -173.2738, 390.1292, -17.60731, 3.508112, 7200, 0, 14181, 7196, 1, 0), -- 19507 (Area: 0) +(140321, 19507, 21336, 553, 3, 1, -177.0949, 378.2484, -17.60809, 5.183628, 7200, 0, 14181, 7196, 1, 0), -- 19507 (Area: 0) +(140322, 19507, 21336, 553, 3, 1, -172.3201, 380.3159, -17.61069, 0.8901179, 7200, 0, 14181, 7196, 1, 0), -- 19507 (Area: 0) +(140323, 19507, 21337, 553, 3, 1, -166.8567, 398.4712, -17.6142, 4.223697, 7200, 0, 14181, 7196, 1, 0), -- 19507 (Area: 0) +(140324, 19507, 21337, 553, 3, 1, -154.356, 386.3756, -17.72159, 4.433136, 7200, 0, 14181, 7196, 1, 0), -- 19507 (Area: 0) +(140325, 19507, 21337, 553, 3, 1, -179.9221, 401.1072, -17.60423, 0.4886922, 7200, 0, 14181, 7196, 1, 0), -- 19507 (Area: 0) +(140326, 19507, 21336, 553, 3, 1, -164.2751, 375.6826, -17.61685, 2.75762, 7200, 0, 14181, 7196, 1, 0), -- 19507 (Area: 0) +(140327, 19507, 21336, 553, 3, 1, -152.4001, 372.6643, -17.60546, 0.3316126, 7200, 0, 14181, 7196, 1, 0); -- 19507 (Area: 0) + +DELETE FROM creature_addon WHERE guid IN (140316,140317,140318,140319,140320,140321,140322,140323,140324,140325,140326,140327); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140316,0,7,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140317,0,7,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140318,0,7,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140319,0,7,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140320,0,7,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140321,0,7,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140322,0,7,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140323,0,7,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140324,0,7,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140325,0,7,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140326,0,7,1,0,0,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (140327,0,7,1,0,0,0,NULL); + +DELETE FROM creature WHERE guid IN (140328,140329); +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) VALUES (140328,17993,553,3,1,0,0,-155.507,389.66,-17.7781,2.1041,7200,0,0,16208,3080,0,0); +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) VALUES (140329,17993,553,3,1,0,0,-160.717,374.429,-17.6977,2.19363,7200,0,0,16208,3155,0,0); + +DELETE FROM db_script_string WHERE entry IN (2000005558,2000005559); +INSERT INTO db_script_string (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 +(2000005558,'Get out of here, there are too many of them! Escape while you can!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Sunseeker Protector in Botanica'), +(2000005559,'Help! Someone help us!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Sunseeker Protector in Botanica'); + +DELETE FROM dbscripts_on_creature_movement WHERE id IN (1799301,1799302,1799303,1799304); +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1799301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Sunseeker Protector (Botanica) - Run Mode On'), +(1799302,0,15,37493,0,0,0,0,0,0,0,0,0,0,0,0,'Sunseeker Protector (Botanica) - Feign Death'), +(1799302,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sunseeker Protector (Botanica) - Despawn'), +(1799303,0,0,0,0,0,0,0,2000005559,0,0,0,0,0,0,0,''), +(1799304,0,0,0,0,0,0,0,2000005558,0,0,0,0,0,0,0,''); + +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (140328); +DELETE FROM creature_movement WHERE id IN (140328); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(140328,1,-155.507,389.66,-17.7781,16000,1799301,0,0,0,0,0,0,0,0,2.1041,0,0), +(140328,2,-155.507,389.66,-17.7781,0,0,0,0,0,0,0,0,0,0,2.1041,0,0), +(140328,3,-161.64,398.266,-17.734,0,0,0,0,0,0,0,0,0,0,2.23573,0,0), +(140328,4,-157.994,405.455,-17.6956,0,1799303,0,0,0,0,0,0,0,0,0.805515,0,0), +(140328,5,-164.289,411.495,-17.7221,0,0,0,0,0,0,0,0,0,0,2.44307,0,0), +(140328,6,-169.0393,407.6524,-17.69853,60000,1799302,0,0,0,0,0,0,0,0,1.727011,0,0); + +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (140329); +DELETE FROM creature_movement WHERE id IN (140329); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, wpguid, orientation, model1, model2) values +(140329,1,-160.717,374.429,-17.6977,16000,1799301,0,0,0,0,0,0,0,0,2.19363,0,0), +(140329,2,-160.717,374.429,-17.6977,0,0,0,0,0,0,0,0,0,0,2.19363,0,0), +(140329,3,-167.591,389.41,-17.6984,0,0,0,0,0,0,0,0,0,0,1.9899,0,0), +(140329,4,-170.008,400.085,-17.696,0,0,0,0,0,0,0,0,0,0,1.75349,0,0), +(140329,5,-161.8523,407.7832,-17.69849,0,1799304,0,0,0,0,0,0,0,0,1.729398,0,0), +(140329,6,-163.7475,428.2452,-17.78011,60000,1799302,0,0,0,0,0,0,0,0,1.727011,0,0); + +-- ------------------------ +-- Fix Warp Splinters Room +-- ------------------------ +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83119,83120,83121,83122,83123,83125,83127,83128,83129,83130,83131,83134,83135,83137,83139,83141,83143,83146,83148,83149); +DELETE FROM creature WHERE guid IN (83133,83147,83136,83138,83145,83144,83140,83142,83132,83124,83126); + +-- ======================= +-- NPC Group Aggro Linking +-- ======================= +-- Front Area - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (83152); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83151,83152,3); + +-- Front Area - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (83155); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83154,83155,3); + +-- Front Area - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (83156); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (82984,83156,3); + +-- First Room - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (83150); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (82983,83150,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140296,83150,3); + +-- First Room - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (82982); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (82981,82982,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (82980,82982,3); + +-- First Room - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (82979); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (82978,82979,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (82977,82979,3); + +-- First Room - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (82985); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (82991,82985,3); + +-- Second Room - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (83000); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (82994,83000,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (82993,83000,3); + +-- Second Room - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (82995); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (82996,82995,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (82997,82995,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (82998,82995,3); + +-- Second Room - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (83002); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83001,83002,3); + +-- Second Room - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (83006); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83005,83006,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83004,83006,3); + +-- First Boss Room - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (83007); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83008,83007,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83009,83007,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83010,83007,3); + +-- First Boss Room - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (140297); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140298,140297,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140299,140297,3); + +-- First Boss Room - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (140301); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140300,140301,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140302,140301,3); + +-- First Boss Room - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (140304); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140303,140304,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140305,140304,3); + +-- Fourth Room - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (83016); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83017,83016,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83018,83016,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83019,83016,3); + +-- Fourth Room - Group of 5 +DELETE FROM creature_linking WHERE master_guid IN (83034); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83033,83034,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83032,83034,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83031,83034,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83030,83034,3); + +-- Fourth Room - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (83020); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83029,83020,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140306,83020,3); + +-- Fourth Room - Group of 5 +DELETE FROM creature_linking WHERE master_guid IN (83021); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83048,83021,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83028,83021,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83024,83021,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83025,83021,3); + +-- First Group of Frayers +DELETE FROM creature_linking WHERE master_guid IN (83035); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83043,83035,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83046,83035,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83042,83035,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83040,83035,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83041,83035,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83039,83035,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83036,83035,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83038,83035,3); + +-- Second Boss Room - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (83049); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83050,83049,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83051,83049,3); + +-- Second Boss Room - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (83053); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83054,83053,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83055,83053,3); + +-- Second Group of Frayers +DELETE FROM creature_linking WHERE master_guid IN (83056); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83057,83056,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83058,83056,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83061,83056,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83062,83056,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83063,83056,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83064,83056,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83065,83056,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83069,83056,3); + +-- Third Boss Room - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (140309); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140307,140309,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140308,140309,3); + +-- Second Boss Room - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (83071); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83070,83071,3); + +-- Second Boss Room - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (83075); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83074,83075,3); + +-- Third Boss Room - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (83082); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83083,83082,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83084,83082,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83085,83082,3); + +-- Third Boss Room - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (83078); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83079,83078,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83080,83078,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83081,83078,3); + +-- Fifth Room - Group of 5 +DELETE FROM creature_linking WHERE master_guid IN (83095); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83096,83095,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83097,83095,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83098,83095,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83099,83095,3); + +-- Fifth Room - Group of 5 +DELETE FROM creature_linking WHERE master_guid IN (83090); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83091,83090,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83092,83090,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83093,83090,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83094,83090,3); + +-- Fifth Room - Group of 5 +DELETE FROM creature_linking WHERE master_guid IN (83100); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83101,83100,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83102,83100,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83103,83100,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83104,83100,3); + +-- Fifth Room - Group of 2 +DELETE FROM creature_linking WHERE master_guid IN (83106); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83105,83106,3); + +-- Fourth Boss Room - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (83107); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83108,83107,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83109,83107,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83112,83107,3); + +-- Fourth Boss Room - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (83110); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83111,83110,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83113,83110,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83114,83110,3); + +-- Fourth Boss Room - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (83115); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83116,83115,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83117,83115,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83118,83115,3); + +-- Final Boss Room - Group of 10 +DELETE FROM creature_linking WHERE master_guid IN (83148); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83134,83148,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83135,83148,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83131,83148,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83149,83148,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83146,83148,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83137,83148,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83139,83148,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83141,83148,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83143,83148,3); + +-- Final Boss Room - Group of 10 +DELETE FROM creature_linking WHERE master_guid IN (83120); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83127,83120,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83119,83120,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83121,83120,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83122,83120,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83125,83120,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83123,83120,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83129,83120,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83128,83120,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83130,83120,3); + +-- ====================================================== +-- TEMPEST KEEP: THE MECHANAR - COMPLETE DUNGEON OVERHAUL +-- ====================================================== + +-- =============================== +-- GENERAL DATABASE FIXES REQUIRED +-- =============================== +-- Fix Walk/Run Speeds Using Sniff Data (General NPC) +UPDATE creature_template SET SpeedWalk = 1 WHERE entry IN (20988,21540,19166,21543,20990,21523,19167,21524,20059,21541,19716,21531,19510,21522,19735,21542,19168,21539,19220,21537); +UPDATE creature_template SET SpeedRun = 1.142857 WHERE entry IN (20988,21540,19166,21543,20990,21523,19167,21524,20059,21541,19716,21531,19510,21522,19735,21542,19168,21539,19220,21537); + +-- Fix Walk/Run Speeds Using Sniff Data (Mechanar Driller/Crusher) +UPDATE creature_template SET SpeedWalk = 0.944444 WHERE entry IN (19712,21528,19231,21527,19713,21532); +UPDATE creature_template SET SpeedRun = 0.9523814 WHERE entry IN (19712,21528,19231,21527,19713,21532); + +-- Fix Walk/Run Speeds Using Sniff Data (Gatewatcher Iron-Hand / Gatewatcher Gyro-Kill) +UPDATE creature_template SET SpeedWalk = 1.6 WHERE entry IN (19710,21526,19218,21525); +UPDATE creature_template SET SpeedRun = 1.428571 WHERE entry IN (19710,21526,19218,21525); + +-- Fix Walk/Run Speeds Using Sniff Data (Nethermancer Sepethrea) +UPDATE creature_template SET SpeedWalk = 1.6 WHERE entry IN (19221,21536); +UPDATE creature_template SET SpeedRun = 1.714286 WHERE entry IN (19221,21536); + +-- ============= +-- Portal Spawns +-- ============= +-- Main Areatriggers In and Out of Instance (Labels Were Wrong) +DELETE FROM areatrigger_teleport WHERE id IN (4469,4461); +INSERT INTO areatrigger_teleport (id, name, required_level, required_item, required_item2, heroic_key, heroic_key2, required_quest_done, required_quest_done_heroic, target_map, target_position_x, target_position_y, target_position_z, target_orientation) VALUES (4469,'The Mechanar (Entrance)',68,0,0,30634,0,0,0,554,-28.906,0.680314,-1.81282,0.0345509); +INSERT INTO areatrigger_teleport (id, name, required_level, required_item, required_item2, heroic_key, heroic_key2, required_quest_done, required_quest_done_heroic, target_map, target_position_x, target_position_y, target_position_z, target_orientation) VALUES (4461,'The Mechanar (Exit)',0,0,0,0,0,0,0,530,2862.41,1546.09,252.161,0.805457); +-- Main Portals Into Instance (Normal and Heroic) +DELETE FROM gameobject WHERE guid IN (121909, 121910); +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) values +(121909,184225,530,1,1,2862.44,1546.04,250.16,0.7202,0,0,0,0,1,255,1), +(121910,184226,530,1,1,2862.44,1546.04,250.16,0.7202,0,0,0,0,1,255,1); + +-- Portal Out At Final Boss +DELETE FROM areatrigger_teleport WHERE id IN (4614); +INSERT INTO areatrigger_teleport (id, name, required_level, required_item, required_item2, heroic_key, heroic_key2, required_quest_done, required_quest_done_heroic, target_map, target_position_x, target_position_y, target_position_z, target_orientation) VALUES (4614,'The Mechanar (Boss Exit)',0,0,0,0,0,0,0,530,2862.41,1546.09,252.161,0.805457); +DELETE FROM gameobject WHERE guid IN (121911,121912); +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) values +(121911,184226,554,1,1,73.9475,149.684,27.7701,3.14159,0,0,0,1,1,255,1), +(121912,184225,554,1,1,73.9475,149.684,27.7701,3.14159,0,0,0,1,1,255,1); + + +-- ======================================== +-- CREATURE SPAWN / MOVEMENT / LINKING DATA +-- ======================================== +-- -------------------------------------------------------------- +-- Add Waypoint Movement for Tempest-Forge Patrollers at Entrance +-- -------------------------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83197,83195); + +-- Add Waypoint Movement for Left Tempest-Forge Patroller +DELETE FROM creature_movement WHERE id IN (83197); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83197,1, 30.412413,16.788836,0.000004,1.010184, 0,0), +(83197,2, 36.220158,25.138645,0.004621,0.963060, 0,0), +(83197,3, 40.694798,29.127783,0.004768,0.649686, 0,0), +(83197,4, 45.805305,31.141100,0.001092,0.308823, 0,0), +(83197,5, 44.015568,30.612194,-0.000453,3.349887, 0,7000), +(83197,6, 39.310558,29.368536,0.006656,3.383659, 0,0), +(83197,7, 32.127644,20.360249,0.000805,4.152564, 0,0), +(83197,8, 28.386742,11.934106,-0.000624,4.256237, 0,0), +(83197,9, 25.123917,10.674655,-0.000624,3.353028, 0,10000); + +-- Add Waypoint Movement for Right Tempest-Forge Patroller +DELETE FROM creature_movement WHERE id IN (83195); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83195,1, 30.826485,-14.130724,-0.000624,5.151590, 0,0), +(83195,2, 38.110409,-23.433033,0.001603,5.341657, 0,0), +(83195,3, 40.605125,-24.640640,0.006674,5.260761, 0,0), +(83195,4, 44.810520,-26.274139,0.007961,6.240939, 0,0), +(83195,5, 43.838703,-25.854248,0.007961,3.061649, 0,7000), +(83195,6, 39.890831,-25.479780,0.006565,2.775764, 0,0), +(83195,7, 31.973940,-15.707380,-0.000693,2.266825, 0,0), +(83195,8, 27.719234,-9.830593,-0.000693,2.323374, 0,0), +(83195,9, 23.979473,-6.516403,-0.000693,2.573131, 0,10000); + +-- ----------------------------------------------------------------------------- +-- Add Waypoint Movement for Tempest-Forge Patrollers at Entrance - Left Hallway +-- ----------------------------------------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83189); +DELETE FROM creature_movement WHERE id IN (83189); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83189,1, 31.522797,40.752026,0.010816,4.448660, 0,3000), +(83189,2, 30.842739,54.284309,0.161750,1.604735, 0,0), +(83189,3, 34.066273,59.263588,0.161750,0.950498, 0,0), +(83189,4, 43.226204,59.598656,1.907646,0.099126, 0,5000), +(83189,5, 77.777420,59.946453,14.924679,0.003307, 0,0), +(83189,6, 43.765900,59.991734,2.115064,3.157468, 0,0), +(83189,7, 34.121117,59.838612,0.163070,3.157468, 0,0), +(83189,8, 30.854591,55.892593,0.163070,4.026904, 0,0); + +-- ------------------------------------------------------------------------------ +-- Add Waypoint Movement for Tempest-Forge Patrollers at Entrance - Right Hallway +-- ------------------------------------------------------------------------------ +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83229); +DELETE FROM creature_movement WHERE id IN (83229); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83229,1, 32.364780,-36.320389,0.012541,1.545048, 0,3000), +(83229,2, 31.340508,-52.536175,0.161877,4.806805, 0,0), +(83229,3, 34.967564,-56.532352,0.161877,5.409991, 0,0), +(83229,4, 44.134144,-56.400688,2.256888,6.118421, 0,5000), +(83229,5, 77.792725,-56.561775,14.924669,6.099571, 0,0), +(83229,6, 52.576408,-55.619606,5.768441,3.060867, 0,0), +(83229,7, 34.518326,-56.106770,0.163073,3.140978, 0,0), +(83229,8, 30.980734,-49.934277,0.163073,1.980159, 0,0); + +-- ----------------------------------------------------------- +-- Working Emotes for Mechanar Drillers and Mechanar Tinkerers - Right Platform +-- ----------------------------------------------------------- +DELETE FROM creature_addon WHERE guid IN (83222,83223,83219,83220); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83222,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83223,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83219,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83220,0,0,1,0,28,0,NULL); + +-- ------------------------------------------------------------- +-- Add Waypoint Movement for Sunseeker Engineer - Right Platform +-- ------------------------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83224); +DELETE FROM creature_movement WHERE id IN (83224); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83224,1, 99.881767,-54.005016,14.925436,4.732195, 0,0), +(83224,2, 103.471436,-61.750763,14.925436,5.313391, 0,0), +(83224,3, 103.371628,-72.745293,14.926078,4.635592, 0,0), +(83224,4, 100.888191,-76.364113,14.926305,4.110945, 0,0), +(83224,5, 104.719116,-70.519615,14.926305,1.038466, 0,0), +(83224,6, 100.447876,-48.726372,14.924889,1.872559, 0,0), +(83224,7, 101.485870,-38.418503,14.924889,1.470435, 0,0), +(83224,8, 107.033684,-19.532484,14.924889,1.285081, 0,0), +(83224,9, 100.549118,-33.546970,14.924889,4.279020, 0,0), +(83224,10, 99.185951,-44.549625,14.924889,4.549982, 0,0); + +-- ----------------------------------------------------------- +-- Add Waypoint Movement for Mechanar Crusher - Right Platform +-- ----------------------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83221); +DELETE FROM creature_movement WHERE id IN (83221); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83221,1, 105.541664,-76.030334,14.926203,5.197936, 0,0), +(83221,2, 105.907463,-80.626686,14.927241,4.933257, 0,0), +(83221,3, 105.469017,-75.875488,14.927241,1.941674, 0,0), +(83221,4, 102.454506,-73.001167,14.927241,2.268400, 0,0), +(83221,5, 95.037025,-71.383080,14.927241,2.949341, 0,0), +(83221,6, 91.062798,-72.778725,14.925817,3.536033, 0,0), +(83221,7, 96.733337,-71.023415,14.925817,0.300194, 0,0); + +-- ----------------------------------------------- +-- Add Waypoint Movement for Gatewatcher Iron-Hand +-- ----------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83240); +DELETE FROM creature_movement WHERE id IN (83240); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83240,1, 203.509796,-78.732452,0.003570,6.262937, 0,0), +(83240,2, 167.854065,-77.111694,1.042257,3.068724, 0,0), +(83240,3, 118.427399,-73.824837,14.926277,3.116634, 0,0), +(83240,4, 171.947784,-77.088531,0.004957,6.255871, 0,0); + +-- -------------------------------------------------------------------- +-- Add Random Movement for Mechanar Tinkerer Near Gatewatcher Iron-Hand +-- -------------------------------------------------------------------- +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83207); + +-- ---------------------------------------------------------------------- +-- Add Waypoint Movement for Mechanar Tinkerer Near Gatewatcher Iron-Hand +-- ---------------------------------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83208); +DELETE FROM creature_movement WHERE id IN (83208); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83208,1, 226.707336,-109.535568,-0.006930,5.827829, 0,0), +(83208,2, 207.090210,-95.417854,-0.000968,2.555076, 0,0), +(83208,3, 204.143082,-88.258736,0.000499,1.961315, 0,0), +(83208,4, 206.055771,-76.719559,0.001450,1.336137, 0,0), +(83208,5, 213.491028,-69.769669,0.001450,0.724312, 0,0), +(83208,6, 220.044479,-69.263107,0.001450,0.077143, 0,0), +(83208,7, 212.019775,-69.871193,0.001450,3.127631, 0,0), +(83208,8, 205.587433,-76.048233,0.001631,3.906747, 0,0), +(83208,9, 202.411667,-87.217392,0.001631,4.396050, 0,0), +(83208,10, 203.795670,-92.609741,0.001631,4.936404, 0,0); + +-- ENABLE RUN MODE +UPDATE creature_movement SET script_id = 1971601 WHERE id = 83208 and point = 1; +DELETE FROM dbscripts_on_creature_movement WHERE id = 1971601; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(1971601,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Mechanar Tinkerer (Mechanar) RUN ON'); + +-- ----------------------------------------------------------------------- +-- Add Waypoint Movement for Sunseeker Engineer Near Gatewatcher Iron-Hand +-- ----------------------------------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83213); +DELETE FROM creature_movement WHERE id IN (83213); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83213,1, 224.938416,-55.702831,0.000941,6.276293, 0,0), +(83213,2, 229.919647,-57.626045,0.006562,5.951138, 0,0), +(83213,3, 224.517746,-55.831520,0.001421,2.864524, 0,0), +(83213,4, 217.022369,-59.497818,0.001421,3.596516, 0,0), +(83213,5, 214.244583,-63.656807,0.001421,4.154934, 0,0), +(83213,6, 213.930435,-67.416534,0.001421,4.732202, 0,0), +(83213,7, 214.230560,-61.333935,0.001421,1.521496, 0,0), +(83213,8, 220.343903,-55.360817,0.001421,0.773796, 0,0), +(83213,9, 225.221817,-55.463398,0.001421,6.262158, 0,0); + +-- ----------------------------------------------------------------------------------- +-- Working Emotes for Mechanar Drillers/Wreckers/Tinkerers Near Mechano-Lord Capacitus +-- ----------------------------------------------------------------------------------- +DELETE FROM creature_addon WHERE guid IN (83166,83167,83170,83171,83182,83183,83201,83200,83202,83203,83209,83210,83211,83212); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83209,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83210,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83211,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83212,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83202,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83203,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83166,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83167,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83200,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83170,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83171,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83201,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83182,0,0,1,0,28,0,NULL); +INSERT INTO creature_addon (guid, mount, bytes1, b2_0_sheath, b2_1_pvp_state, emote, moveflags, auras) VALUES (83183,0,0,1,0,28,0,NULL); + +-- --------------------------------------------------------------------- +-- Add Random Movement for Mechanar Tinkerer Near Mechano-Lord Capacitus +-- --------------------------------------------------------------------- +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83205); + +-- --------------------------------------------------------------------- +-- Add Random Movement for Mechanar Tinkerer Near Mechano-Lord Capacitus +-- --------------------------------------------------------------------- +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83204); + +-- ---------------------------------------------------------------------- +-- Add Random Movement for Sunseeker Engineer Near Mechano-Lord Capacitus +-- ---------------------------------------------------------------------- +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83199); + +-- ---------------------------------------------------------------------- +-- Add Random Movement for Sunseeker Engineer Near Mechano-Lord Capacitus +-- ---------------------------------------------------------------------- +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83161); +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83199); + +-- ---------------------------------------------------------------------- +-- Add Random Movement for Sunseeker Engineer Near Mechano-Lord Capacitus +-- ---------------------------------------------------------------------- +UPDATE creature SET position_x = 131.177628, position_y = 40.859821, position_z = 0.007842, orientation = 1.005482 WHERE guid = 83164; +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83164); + +-- ----------------------------------------------------------------------- +-- Add Waypoint Movement for Sunseeker Engineer Near Gatewatcher Iron-Hand +-- ----------------------------------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83165); +DELETE FROM creature_movement WHERE id IN (83165); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83165,1, 161.706573,53.282810,0.002310,0.546809, 0,0), +(83165,2, 161.060913,59.076488,0.002684,1.541124, 0,0), +(83165,3, 160.107513,51.911293,0.002794,4.538205, 0,0), +(83165,4, 150.199112,46.691360,0.005608,3.668769, 0,0), +(83165,5, 142.633331,46.352474,0.007714,3.140981, 0,0), +(83165,6, 137.854980,38.167126,0.006300,4.183990, 0,0), +(83165,7, 131.464996,37.728703,0.004902,3.210096, 0,0), +(83165,8, 139.445343,39.673992,0.005337,0.255427, 0,0), +(83165,9, 143.096222,45.951504,0.007527,1.055748, 0,0), +(83165,10, 151.936371,47.027950,0.007527,0.047296, 0,0); + +-- --------------------------------------------------------- +-- Add Waypoint Movement for Mechanar Tinkerer Near Elevator +-- --------------------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83168); +DELETE FROM creature_movement WHERE id IN (83168); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83168,1, 199.667145,41.566208,-0.006497,0.084213, 0,0), +(83168,2, 201.486237,38.811203,-0.006497,5.295330, 0,0), +(83168,3, 198.420441,41.301003,-0.006497,2.544864, 0,0), +(83168,4, 177.188675,38.745346,-0.006497,3.276856, 0,0), +(83168,5, 175.856964,36.210339,1.010475,4.159644, 0,0), +(83168,6, 180.795578,39.218742,-0.006297,0.397588, 0,0), +(83168,7, 191.441925,40.948536,-0.006297,0.124269, 0,0); + +-- ------------------------------------------------------------ +-- Add Waypoint Movement for Sunseeker Engineer - Left Platform +-- ------------------------------------------------------------ +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83180); +DELETE FROM creature_movement WHERE id IN (83180); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83180,1, 98.721977,51.839466,14.925819,4.395267, 0,0), +(83180,2, 104.441872,42.031506,14.925819,5.240356, 0,0), +(83180,3, 114.305786,38.485058,14.925819,5.903233, 0,0), +(83180,4, 105.319809,41.786606,14.925819,2.815048, 0,0), +(83180,5, 100.334404,50.523270,14.925819,2.089340, 0,0), +(83180,6, 102.819885,64.991608,14.922036,1.358134, 0,0), +(83180,7, 114.836563,73.296341,14.922540,0.601010, 0,0), +(83180,8, 103.302742,64.102264,14.920649,4.108596, 0,0); + +-- --------------------------------------------------------- +-- Add Random Movement for Mechanar Tinkerer - Left Platform +-- --------------------------------------------------------- +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (87087); + +-- ----------------------------------------------------------------------------- +-- Add Waypoint Movement for Tempest-Forge Patroller - Left Stairs Near Elevator +-- ----------------------------------------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83177); +DELETE FROM creature_movement WHERE id IN (83177); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83177,1, 119.042442,78.411469,14.930287,3.083655, 0,0), +(83177,2, 173.877182,78.911194,0.003358,6.070525, 0,0), +(83177,3, 185.382538,69.350937,-0.005670,5.589861, 0,0), +(83177,4, 186.104767,50.859516,-0.005670,4.731421, 0,0), +(83177,5, 181.486160,47.454895,-0.005670,3.726111, 0,0), +(83177,6, 162.611740,47.148445,-0.003422,3.037317, 0,0), +(83177,7, 183.524628,47.419853,-0.006211,6.180482, 0,0), +(83177,8, 188.253357,53.326355,-0.006211,0.874332, 0,0), +(83177,9, 187.457611,68.593544,-0.006211,1.637740, 0,0), +(83177,10, 168.656601,80.567276,0.781544,2.595926, 0,0); + +-- ------------------------------------------------------------- +-- Add Waypoint Movement for Tempest-Forge Destroyer at Elevator +-- ------------------------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 2 WHERE guid IN (83173); +DELETE FROM creature_movement WHERE id IN (83173); +INSERT INTO creature_movement (id, point, position_x, position_y, position_z, orientation, wpguid, waittime) VALUES +(83173,1, 202.825165,51.625511,-0.006384,3.066385, 0,0), +(83173,2, 225.529556,52.278435,-0.005581,0.021395, 0,0), +(83173,3, 244.322769,52.261787,0.180044,6.203264, 0,0), +(83173,4, 227.569061,52.611259,-0.002380,3.009837, 0,0); + +-- ---------------------------------------------------------------- +-- Remove Movement for Tempest-Forge Destroyer at Nethermancer Boss +-- ---------------------------------------------------------------- +UPDATE creature SET Spawndist = 0, MovementType = 0 WHERE guid IN (83233); +UPDATE creature SET position_x = 290.576752, position_y = 30.477901, position_z = 25.386166, orientation = 1.613407 WHERE guid = 83234; +DELETE FROM creature_movement WHERE id IN (83233); + +-- ---------------------------------------------------------------- +-- Remove Movement for Tempest-Forge Destroyer at Nethermancer Boss +-- ---------------------------------------------------------------- +UPDATE creature SET Spawndist = 3, MovementType = 1 WHERE guid IN (83234); +UPDATE creature SET position_x = 295.365295, position_y = -23.752296, position_z = 25.386166, orientation = 1.812110 WHERE guid = 83234; +DELETE FROM creature_movement WHERE id IN (83234); + +-- Group Linking (NOT REQUIRED FOR CATACLYSM) +DELETE FROM creature_linking WHERE master_guid IN (67872); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83236,67872,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (88276,67872,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83235,67872,3); + +-- ======================= +-- NPC Group Aggro Linking +-- ======================= +-- Front Area - Group of 3 Right Side +DELETE FROM creature_linking WHERE master_guid IN (83194); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83193,83194,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83196,83194,3); + +-- Front Area - Group of 3 Left Side +DELETE FROM creature_linking WHERE master_guid IN (83191); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83192,83191,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83190,83191,3); + +-- Front Area - Group of 2 Right Side Bottom Stairs +DELETE FROM creature_linking WHERE master_guid IN (83228); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83227,83228,3); + +-- Group of 2 Right Side Top of Stairs +DELETE FROM creature_linking WHERE master_guid IN (83226); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83225,83226,3); + +-- Front Area - Group of 2 Left Side Bottom Stairs +DELETE FROM creature_linking WHERE master_guid IN (83188); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83187,83188,3); + +-- Group of 2 Left Side Top of Stairs +DELETE FROM creature_linking WHERE master_guid IN (83185); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83186,83185,3); + +-- Group of 3 Right Side Platform +DELETE FROM creature_linking WHERE master_guid IN (83224); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83222,83224,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83223,83224,3); + +-- Group of 3 Right Side Platform +DELETE FROM creature_linking WHERE master_guid IN (83221); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83219,83221,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83220,83221,3); + +-- Group of 2 Right Side Top of Stairs Down +DELETE FROM creature_linking WHERE master_guid IN (83217); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83218,83217,3); + +-- Group of 3 Right Side Bottom of Stairs +DELETE FROM creature_linking WHERE master_guid IN (83216); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83215,83216,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83214,83216,3); + +-- Group of 4 Right Side Main Floor +DELETE FROM creature_linking WHERE master_guid IN (83208); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83207,83208,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83209,83208,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83210,83208,3); + +-- Group of 3 Right Side Main Floor +DELETE FROM creature_linking WHERE master_guid IN (83213); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83211,83213,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83212,83213,3); + +-- Group of 4 Centre Main Floor +DELETE FROM creature_linking WHERE master_guid IN (83205); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83202,83205,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83203,83205,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83204,83205,3); + +-- Group of 4 Centre Main Floor +DELETE FROM creature_linking WHERE master_guid IN (83199); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83161,83199,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83162,83199,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83163,83199,3); + +-- Group of 5 Centre Main Floor +DELETE FROM creature_linking WHERE master_guid IN (83165); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83164,83165,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83200,83165,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83166,83165,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83167,83165,3); + +-- Group of 4 Main Floor Near Elevator +DELETE FROM creature_linking WHERE master_guid IN (83168); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83170,83168,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83171,83168,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83201,83168,3); + +-- Group of 4 Right Side Platform +DELETE FROM creature_linking WHERE master_guid IN (83180); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83182,83180,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (87087,83180,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83183,83180,3); + +-- Group of 2 Right Side Platform +DELETE FROM creature_linking WHERE master_guid IN (83179); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83178,83179,3); + +-- Group of 3 Left Side Bottom of Stairs +DELETE FROM creature_linking WHERE master_guid IN (83175); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83174,83175,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83176,83175,3); + +-- Group of 2 at Elevator +DELETE FROM creature_linking WHERE master_guid IN (83169); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83172,83169,3); + +-- Group of 4 Upstairs +DELETE FROM creature_linking WHERE master_guid IN (75951); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83231,75951,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83232,75951,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (83245,75951,3); +-- ====================================================== +-- TEMPEST KEEP: THE ARCATRAZ - COMPLETE DUNGEON OVERHAUL +-- ====================================================== + +-- Guids used between 140330 and 140417 +-- GENERAL DATABASE FIXES REQUIRED +-- =============================== +-- Arcane Warders Target Arcane Warder Target +INSERT IGNORE INTO spell_script_target (entry, type, targetEntry, inverseEffectMask) values (36327,1,21186,0); + +-- Fix Arcane Warder Target To Allow Aggro and Stay Rooted (NPC Will target Them and Warders Will Target These For Visual AOE Attack) +UPDATE creature_template SET UnitFlags = 33554688, DynamicFlags = 8, ExtraFlags = 128 WHERE entry IN (21186); + +-- Fix Arcatraz Sentinel (Still Need To Make It Change Template Too) +UPDATE creature_template SET UnitFlags = 536870976, DynamicFlags = 32, RegenerateStats = 0 WHERE entry IN (20869,21586); +UPDATE creature SET curhealth = 46108 WHERE id IN (20869); -- Normal Mode +UPDATE creature SET curhealth = 64908 WHERE id IN (21586); -- Heroic Mode +UPDATE creature_template_addon SET auras = NULL WHERE entry IN (21761); +UPDATE creature_template SET ModelId1 = 19971 WHERE entry = 21761; + +-- Fix Walk and Run Speeds From Sniff Data (General NPC) +UPDATE creature_template SET SpeedWalk = 1, SpeedRun = 1.428571 WHERE entry IN (20866,21614,20867,21591,20868,21593,20869,21586,20873,20875,21605,21604,20881,20883,21619,21615,20882,21613,20896,20897,21702,21596,21597,22346,20901,20902,21610,21611,20900,21621); + +-- Fix Walk and Run Speeds From Sniff Data (Arcatraz Warder/Defender) +UPDATE creature_template SET SpeedWalk = 1, SpeedRun = 0.8571429 WHERE entry IN (20859,21587,20857,21585); + +-- Fix Walk and Run Speeds From Sniff Data (Protean Nightmare/Horror) +UPDATE creature_template SET SpeedWalk = 1.2, SpeedRun = 1.428571 WHERE entry IN (20864,20865,21608,21607); + +-- Fix Walk and Run Speeds From Sniff Data (Zereketh the Unbound and Abyssal) +UPDATE creature_template SET SpeedWalk = 1.6, SpeedRun = 1.714286 WHERE entry IN (20870,21626,20898,21598); + +-- Fix Walk and Run Speeds From Sniff Data (Double Bosses) +UPDATE creature_template SET SpeedWalk = 1.6, SpeedRun = 1.428571 WHERE entry IN (20885,20886,21590,21624); + +-- Fix Walk and Run Speeds From Sniff Data (Eredar) +UPDATE creature_template SET SpeedWalk = 0.888888, SpeedRun = 1.428571 WHERE entry IN (20880,20879,21594,21595); + +-- ============= +-- Portal Spawns +-- ============= +-- Main Areatriggers In and Out of Instance (Labels Were Wrong) +DELETE FROM areatrigger_teleport WHERE id IN (4455,4468); +INSERT INTO areatrigger_teleport (id, name, required_level, required_item, required_item2, heroic_key, heroic_key2, required_quest_done, required_quest_done_heroic, target_map, target_position_x, target_position_y, target_position_z, target_orientation) values +(4455,'The Arcatraz (Exit)',0,0,0,0,0,0,0,530,3312.09,1331.89,505.559,2.00554), +(4468,'The Arcatraz (Entrance)',68,0,0,30634,0,0,0,552,-1.23165,0.0143459,-0.204293,0.0157123); + +-- Main Portals Into Instance (Normal and Heroic) +DELETE FROM gameobject WHERE guid IN (121913,121914); +INSERT INTO gameobject (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES +(121913,184215,530,1,1,3312.75,1330.01,505.652,1.94604,0,0,0,0,1,255,1), +(121914,184216,530,1,1,3312.75,1330.01,505.652,1.94604,0,0,0,0,1,255,1); + +-- ==================================================== +-- CREATURE SPAWN / MOVEMENT / LINKING DATA +-- ==================================================== +-- ----------------------------------------------------------------- +-- Spawn All Warder Corpse and Defender Corpse NPCs From Sniff Data +-- ----------------------------------------------------------------- +DELETE FROM creature WHERE guid BETWEEN 140330 AND 140373; +-- Arcatraz Warder/Defender Corpse Pool 1 +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) VALUES (140373,21303,552,3,1,0,0,197.795,-86.5381,-10.1018,5.90384,7200,0,0,20283,0,0,0); +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) VALUES (140372,21304,552,3,1,0,0,197.795,-86.5381,-10.1018,5.90384,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 2 +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) VALUES (140371,21303,552,3,1,0,0,206.3423,-98.27836,-10.02623,2.6529,7200,0,0,20283,0,0,0); +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) VALUES (140370,21304,552,3,1,0,0,206.3423,-98.27836,-10.02623,2.6529,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 3 +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) VALUES (140369,21303,552,3,1,0,0,213.6261,-161.4238,-10.0346,2.740167,7200,0,0,20283,0,0,0); +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) VALUES (140368,21304,552,3,1,0,0,213.6261,-161.4238,-10.0346,2.740167,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 4 +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) VALUES (140367,21303,552,3,1,0,0,273.4377,-64.06999,22.45336,22.45336,7200,0,0,20283,0,0,0); +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) VALUES (140366,21304,552,3,1,0,0,273.4377,-64.06999,22.45336,22.45336,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 5 +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) VALUES (140365,21303,552,3,1,0,0,270.8191,-45.47938,22.4534,4.468043,7200,0,0,20283,0,0,0); +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) VALUES (140364,21304,552,3,1,0,0,270.8191,-45.47938,22.4534,4.468043,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 6 +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) VALUES (140363,21303,552,3,1,0,0,226.1842,-162.0961,-10.03523,0.3490658,7200,0,0,20283,0,0,0); +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) VALUES (140362,21304,552,3,1,0,0,226.1842,-162.0961,-10.03523,0.3490658,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 7 +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) VALUES (140361,21303,552,3,1,0,0,245.9822,-194.6173,-10.02174,0.8726646,7200,0,0,20283,0,0,0); +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) VALUES (140360,21304,552,3,1,0,0,245.9822,-194.6173,-10.02174,0.8726646,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 8 +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) VALUES (140359,21303,552,3,1,0,0,285.4156,127.1274,22.29513,4.694936,7200,0,0,20283,0,0,0); +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) VALUES (140358,21304,552,3,1,0,0,285.4156,127.1274,22.29513,4.694936,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 9 +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) VALUES (140357,21303,552,3,1,0,0,253.6892,139.8683,22.41207,2.303835,7200,0,0,20283,0,0,0); +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) VALUES (140356,21304,552,3,1,0,0,253.6892,139.8683,22.41207,2.303835,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 10 +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) VALUES (140355,21303,552,3,1,0,0,253.9511,155.0008,22.38065,4.939282,7200,0,0,20283,0,0,0); +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) VALUES (140354,21304,552,3,1,0,0,253.9511,155.0008,22.38065,4.939282,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 11 +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) VALUES (140353,21303,552,3,1,0,0,298.8479,151.7484,22.31051,5.707227,7200,0,0,20283,0,0,0); +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) VALUES (140352,21304,552,3,1,0,0,298.8479,151.7484,22.31051,5.707227,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 12 +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) VALUES (140351,21303,552,3,1,0,0,306.976,141.112,22.2286,3.0285,7200,0,0,20283,0,0,0); +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) VALUES (140350,21304,552,3,1,0,0,306.976,141.112,22.2286,3.0285,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 13 +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) VALUES (140349,21303,552,3,1,0,0,272.5006,-40.19271,22.50897,2.9147,7200,0,0,20283,0,0,0); +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) VALUES (140348,21304,552,3,1,0,0,272.5006,-40.19271,22.50897,2.9147,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 14 +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) VALUES (140347,21303,552,3,1,0,0,232.7542,-198.1254,-10.02295,5.61996,7200,0,0,20283,0,0,0); +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) VALUES (140346,21304,552,3,1,0,0,232.7542,-198.1254,-10.02295,5.61996,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 15 +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) VALUES (140345,21303,552,3,1,0,0,262.5602,-65.59807,22.45336,1.500983,7200,0,0,20283,0,0,0); +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) VALUES (140344,21304,552,3,1,0,0,262.5602,-65.59807,22.45336,1.500983,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 16 +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) VALUES (140343,21303,552,3,1,0,0,312.9286,-7.190621,22.5245,4.031711,7200,0,0,20283,0,0,0); +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) VALUES (140342,21304,552,3,1,0,0,312.9286,-7.190621,22.5245,4.031711,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 17 +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) VALUES (140341,21303,552,3,1,0,0,311.1194,-5.503693,22.5245,1.570796,7200,0,0,20283,0,0,0); +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) VALUES (140340,21304,552,3,1,0,0,311.1194,-5.503693,22.5245,1.570796,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 18 +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) VALUES (140339,21303,552,3,1,0,0,293.8853,70.93681,22.52617,1.553343,7200,0,0,20283,0,0,0); +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) VALUES (140338,21304,552,3,1,0,0,293.8853,70.93681,22.52617,1.553343,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 19 +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) VALUES (140337,21303,552,3,1,0,0,291.632,70.58091,22.52693,2.007129,7200,0,0,20283,0,0,0); +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) VALUES (140336,21304,552,3,1,0,0,291.632,70.58091,22.52693,2.007129,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 20 +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) VALUES (140335,21303,552,3,1,0,0,397.0705,25.33308,48.29603,0.5235988,7200,0,0,20283,0,0,0); +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) VALUES (140334,21304,552,3,1,0,0,397.0705,25.33308,48.29603,0.5235988,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 21 +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) VALUES (140333,21303,552,3,1,0,0,392.0042,18.38568,48.29601,1.48353,7200,0,0,20283,0,0,0); +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) VALUES (140332,21304,552,3,1,0,0,392.0042,18.38568,48.29601,1.48353,7200,0,0,20283,0,0,0); +-- Arcatraz Warder/Defender Corpse Pool 22 +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) VALUES (140331,21303,552,3,1,0,0,257.3438,155.5679,22.33209,4.712389,7200,0,0,20283,0,0,0); +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) VALUES (140330,21304,552,3,1,0,0,257.3438,155.5679,22.33209,4.712389,7200,0,0,20283,0,0,0); + +-- Pool Templates +DELETE FROM pool_template WHERE entry BETWEEN 25430 AND 25452; +INSERT INTO pool_template (entry, max_limit, description) VALUES +(25430,16,'Arcatraz - Warder/Defender Corpses - Master Pool'), -- UNKNOWN MAX LIMIT FOR TOTAL IN DUNGEON TO BE SPAWNED +(25431,1,'Arcatraz - Warder/Defender Corpses - Pool 1'), +(25432,1,'Arcatraz - Warder/Defender Corpses - Pool 2'), +(25433,1,'Arcatraz - Warder/Defender Corpses - Pool 3'), +(25434,1,'Arcatraz - Warder/Defender Corpses - Pool 4'), +(25435,1,'Arcatraz - Warder/Defender Corpses - Pool 5'), +(25436,1,'Arcatraz - Warder/Defender Corpses - Pool 6'), +(25437,1,'Arcatraz - Warder/Defender Corpses - Pool 7'), +(25438,1,'Arcatraz - Warder/Defender Corpses - Pool 8'), +(25439,1,'Arcatraz - Warder/Defender Corpses - Pool 9'), +(25440,1,'Arcatraz - Warder/Defender Corpses - Pool 10'), +(25441,1,'Arcatraz - Warder/Defender Corpses - Pool 11'), +(25442,1,'Arcatraz - Warder/Defender Corpses - Pool 12'), +(25443,1,'Arcatraz - Warder/Defender Corpses - Pool 13'), +(25444,1,'Arcatraz - Warder/Defender Corpses - Pool 14'), +(25445,1,'Arcatraz - Warder/Defender Corpses - Pool 15'), +(25446,1,'Arcatraz - Warder/Defender Corpses - Pool 16'), +(25447,1,'Arcatraz - Warder/Defender Corpses - Pool 17'), +(25448,1,'Arcatraz - Warder/Defender Corpses - Pool 18'), +(25449,1,'Arcatraz - Warder/Defender Corpses - Pool 19'), +(25450,1,'Arcatraz - Warder/Defender Corpses - Pool 20'), +(25451,1,'Arcatraz - Warder/Defender Corpses - Pool 21'), +(25452,1,'Arcatraz - Warder/Defender Corpses - Pool 22'); + +-- Individual Creature Spawn Pools +DELETE FROM pool_creature WHERE pool_entry BETWEEN 25431 AND 25452; +INSERT INTO pool_creature (guid, pool_entry, chance, description) VALUES +(140373,25431,0,'Arcatraz - Defender Corpse - Pool 1'), +(140372,25431,0,'Arcatraz - Warder Corpse - Pool 1'), +(140371,25432,0,'Arcatraz - Defender Corpse - Pool 2'), +(140370,25432,0,'Arcatraz - Warder Corpse - Pool 2'), +(140369,25433,0,'Arcatraz - Defender Corpse - Pool 3'), +(140368,25433,0,'Arcatraz - Warder Corpse - Pool 3'), +(140367,25434,0,'Arcatraz - Defender Corpse - Pool 4'), +(140366,25434,0,'Arcatraz - Warder Corpse - Pool 4'), +(140365,25435,0,'Arcatraz - Defender Corpse - Pool 5'), +(140364,25435,0,'Arcatraz - Warder Corpse - Pool 5'), +(140363,25436,0,'Arcatraz - Defender Corpse - Pool 6'), +(140362,25436,0,'Arcatraz - Warder Corpse - Pool 6'), +(140361,25437,0,'Arcatraz - Defender Corpse - Pool 7'), +(140360,25437,0,'Arcatraz - Warder Corpse - Pool 7'), +(140359,25438,0,'Arcatraz - Defender Corpse - Pool 8'), +(140358,25438,0,'Arcatraz - Warder Corpse - Pool 8'), +(140357,25439,0,'Arcatraz - Defender Corpse - Pool 9'), +(140356,25439,0,'Arcatraz - Warder Corpse - Pool 9'), +(140355,25440,0,'Arcatraz - Defender Corpse - Pool 10'), +(140354,25440,0,'Arcatraz - Warder Corpse - Pool 10'), +(140353,25441,0,'Arcatraz - Defender Corpse - Pool 11'), +(140352,25441,0,'Arcatraz - Warder Corpse - Pool 11'), +(140351,25442,0,'Arcatraz - Defender Corpse - Pool 12'), +(140350,25442,0,'Arcatraz - Warder Corpse - Pool 12'), +(140349,25443,0,'Arcatraz - Defender Corpse - Pool 13'), +(140348,25443,0,'Arcatraz - Warder Corpse - Pool 13'), +(140347,25444,0,'Arcatraz - Defender Corpse - Pool 14'), +(140346,25444,0,'Arcatraz - Warder Corpse - Pool 14'), +(140345,25445,0,'Arcatraz - Defender Corpse - Pool 15'), +(140344,25445,0,'Arcatraz - Warder Corpse - Pool 15'), +(140343,25446,0,'Arcatraz - Defender Corpse - Pool 16'), +(140342,25446,0,'Arcatraz - Warder Corpse - Pool 16'), +(140341,25447,0,'Arcatraz - Defender Corpse - Pool 17'), +(140340,25447,0,'Arcatraz - Warder Corpse - Pool 17'), +(140339,25448,0,'Arcatraz - Defender Corpse - Pool 18'), +(140338,25448,0,'Arcatraz - Warder Corpse - Pool 18'), +(140337,25449,0,'Arcatraz - Defender Corpse - Pool 19'), +(140336,25449,0,'Arcatraz - Warder Corpse - Pool 19'), +(140335,25450,0,'Arcatraz - Defender Corpse - Pool 20'), +(140334,25450,0,'Arcatraz - Warder Corpse - Pool 20'), +(140333,25451,0,'Arcatraz - Defender Corpse - Pool 21'), +(140332,25451,0,'Arcatraz - Warder Corpse - Pool 21'), +(140331,25452,0,'Arcatraz - Defender Corpse - Pool 22'), +(140330,25452,0,'Arcatraz - Warder Corpse - Pool 22'); + +-- Master Spawn Pool +DELETE FROM pool_pool WHERE pool_id BETWEEN 25431 AND 25452; +INSERT INTO pool_pool (pool_id, mother_pool, chance, description) VALUES +(25431,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 1'), +(25432,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 2'), +(25433,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 3'), +(25434,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 4'), +(25435,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 5'), +(25436,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 6'), +(25437,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 7'), +(25438,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 8'), +(25439,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 9'), +(25440,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 10'), +(25441,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 11'), +(25442,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 12'), +(25443,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 13'), +(25444,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 14'), +(25445,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 15'), +(25446,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 16'), +(25447,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 17'), +(25448,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 18'), +(25449,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 19'), +(25450,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 20'), +(25451,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 21'), +(25452,25430,0,'Arcatraz - Warder/Defender Corpses - Pool 22'); + +-- ----------------------------------------------------------- +-- Remove Eredar Soul Eater (This is an EXTREMELY wrong spawn) +-- ----------------------------------------------------------- +DELETE FROM creature WHERE guid = 86053; +DELETE FROM creature_addon WHERE guid = 86053; +DELETE FROM creature_movement WHERE id = 86053; + +-- ------------------------------------------------------------------------------------------------------- +-- Add Missing Protean Nightmare and Protean Horror Spawns in First Room (Delete Guid 79454 Already There) +-- ------------------------------------------------------------------------------------------------------- +DELETE FROM creature WHERE guid IN (79454,140374,140375,140376); +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) VALUES +(140374,20864,552,3,1,0,0,208.859,6.44106,-7.46839,4.26597,25,0,0,46676,0,0,2), -- Protean Nightmare +(140375,20865,552,3,1,0,0,212.562,6.48385,-7.46839,3.46093,25,0,0,8178,0,0,0), -- Protean Horror +(140376,20865,552,3,1,0,0,209.099,10.6454,-7.4684,4.9173,7200,0,0,8178,0,0,0); -- Protean Horror + +DELETE FROM creature_linking WHERE master_guid IN (140374); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140375,140374,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140376,140374,515); + +DELETE FROM creature_movement WHERE id = 140374; +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(140374,1,218.647339,8.709291,-7.468386,0.240802,0,0), +(140374,2,223.847092,-1.618047,-8.210444,5.041155,0,0), +(140374,3,224.021225,-12.192992,-9.421474,4.719927,0,0), +(140374,4,218.005096,-17.964638,-10.109095,3.906254,0,0), +(140374,5,211.043930,-16.059084,-10.085238,2.753289,0,0), +(140374,6,194.756409,-1.592626,-10.103669,2.459550,0,0), +(140374,7,193.059967,5.981993,-10.103669,3.413809,0,25430), -- Stop Point On Floor in Front of Ledge (30 Seconds) +(140374,8,184.626175,9.869833,-10.078323,2.695955,0,0), +(140374,9,183.574585,14.728133,-10.103496,1.839870,0,0), +(140374,10,188.755112,21.108707,-9.446897,0.761518,0,0), +(140374,11,196.325409,21.570499,-8.626263,6.099084,0,0), +(140374,12,205.938950,18.123007,-7.582917,5.938863,0,0), +(140374,13,211.359039,9.439790,-7.468381,4.862867,0,0), +(140374,14,206.970108,5.479094,-7.468381,3.940809,0,25430); -- On Top of Ledge Stop Point (30 Seconds) + +-- ------------------------------------------------------------------------------------------------------------ +-- GROUP OF 6 PROTEAN HORRORS - MOVE EXISTING SPAWNS / ADD MISSING SPAWNS / LINK SPAWNS FOR MOVEMENT AND AGGRO +-- ------------------------------------------------------------------------------------------------------------ +DELETE FROM creature WHERE guid IN (79456,79457,79458,140377,140378,140379,140380,140381,140382); +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) VALUES +(140377,20865,552,3,1,0,0,208.434,-21.0154,-10.0878,0.166969,7200,0,0,8178,0,0,2), +(140378,20865,552,3,1,0,0,206.383,-20.1627,-10.0984,0.611504,7200,0,0,8178,0,0,0), +(140379,20865,552,3,1,0,0,207.515,-23.0306,-10.0875,0.361747,7200,0,0,8178,0,0,0), +(140380,20865,552,3,1,0,0,205.901,-21.77,-10.0973,0.187389,7200,0,0,8178,0,0,0), +(140381,20865,552,3,1,0,0,204.041,-20.9714,-10.1009,0.0931411,7200,0,0,8178,0,0,0), +(140382,20865,552,3,1,0,0,205.502,-23.8515,-10.0948,1.00813,7200,0,0,8178,0,0,0); + +DELETE FROM creature_movement WHERE id = 140377; +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(140377,1,216.848267,-18.881395,-10.098760,0.296885,0,0), +(140377,2,224.404907,-10.905930,-9.184657,1.199313,0,0), +(140377,3,224.718613,-4.696578,-8.655243,1.544103,0,0), +(140377,4,219.629547,5.646447,-7.485297,2.183418,0,0), +(140377,5,207.049744,16.887529,-7.468389,2.540774,0,0), +(140377,6,198.094162,21.969025,-8.388568,2.458307,0,0), +(140377,7,189.256256,21.147505,-9.359654,3.234281,0,0), +(140377,8,184.528610,17.122450,-10.063705,3.846891,0,0), +(140377,9,184.106415,-12.764568,-10.111907,4.698264,0,0), +(140377,10,197.460083,-22.889290,-10.103550,5.634459,0,0), +(140377,11,196.538254,-38.496593,-10.103550,4.679414,0,0), +(140377,12,196.502731,-61.281567,-10.090692,4.710830,0,0), +(140377,13,202.605331,-63.888237,-10.099648,5.879503,0,0), +(140377,14,208.133896,-60.967098,-10.085385,0.595344,0,0), +(140377,15,209.608978,-48.554283,-10.079647,1.737314,0,0), +(140377,16,209.365677,-22.774431,-10.079889,1.580234,0,0), +(140377,17,213.747040,-20.220253,-10.074949,0.527800,0,0); +DELETE FROM creature_linking WHERE master_guid IN (140377); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140378,140377,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140379,140377,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140380,140377,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140381,140377,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140382,140377,515); + +-- -------------------------------------------------------------------------------------------------------- +-- Group of Protean Nightmare and 2 Protean Horrors at the End of the First Room (Movement and NPC Linking) +-- -------------------------------------------------------------------------------------------------------- +DELETE FROM creature WHERE guid IN (79452,79453,79455,140383,140384,140385); +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) VALUES +(140383,20864,552,3,1,0,0,202.329,-40.5555,-10.0961,4.59888,7200,0,0,46676,0,0,2), -- Protean Nightmare +(140384,20865,552,3,1,0,0,201.214,-36.4609,-10.0973,3.43722,7200,0,0,8178,0,0,0), -- Protean Horror +(140385,20865,552,3,1,0,0,205.26,-45.3562,-10.1119,3.64711,7200,0,0,8178,0,0,0); -- Protean Horror + +DELETE FROM creature_movement WHERE id IN (79452,140383); +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(140383,1,202.676270,-20.579115,-10.103319,4.523112,0,25000), +(140383,2,202.722672,-41.737045,-10.101971,4.527824,0,25000); +DELETE FROM creature_linking WHERE master_guid IN (79452,140383); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140384,140383,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140385,140383,515); + +-- --------------------------------------------------------- +-- Fix Entropic Eye / Death Watcher Spawns (First Boss Room) +-- --------------------------------------------------------- +DELETE FROM creature WHERE guid IN (79486,79481,140386,140387,140388,140389,140390,140391); +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) VALUES +(140386,20868,552,3,1,0,0,254.9104,-125.0874,-10.12324,2.890443,7200,10,0,39123,0,0,1), -- Position: X: 254.9104 Y: -125.0874 Z: -10.12324 Orientation: 2.890443 +(140387,20868,552,3,1,0,0,266.335,-187.128,-10.1051,4.02795,7200,10,0,45409,0,0,1), -- Entropic Eye (Pool 1) +(140388,20867,552,3,1,0,0,266.335,-187.128,-10.1051,4.02795,7200,10,0,45409,0,0,1), -- Death Watcher (Pool 1) +(140389,20867,552,3,1,0,0,215.3317,-140.6983,-10.11088,5.292313,7200,10,0,45409,0,0,1), -- Position: X: 215.3317 Y: -140.6983 Z: -10.11088 Orientation: 5.292313 +(140390,20868,552,3,1,0,0,244.258,-156.479,-10.104,4.38315,7200,10,0,45409,0,0,1), -- Entropic Eye (Pool 2) +(140391,20867,552,3,1,0,0,244.258,-156.479,-10.104,4.38315,7200,10,0,45409,0,0,1); -- Death Watcher (Pool 2) + +DELETE FROM pool_template WHERE entry IN (25454,25455); +INSERT INTO pool_template (entry, max_limit, description) VALUES (25454,1,'Arcatraz - Entropic Eye/Death Watcher - Pool 1'); +INSERT INTO pool_template (entry, max_limit, description) VALUES (25455,1,'Arcatraz - Entropic Eye/Death Watcher - Pool 2'); + +DELETE FROM pool_creature WHERE pool_entry IN (25454,25455); +INSERT INTO pool_creature (guid, pool_entry, chance, description) VALUES +(140387,25454,0,'Arcatraz - Entropic Eye - Pool 1'), +(140388,25454,0,'Arcatraz - Death Watcher - Pool 1'), +(140390,25455,0,'Arcatraz - Entropic Eye - Pool 2'), +(140391,25455,0,'Arcatraz - Death Watcher - Pool 2'); + +-- ------------------------------- +-- Add Missing Soul Devourer Spawn +-- ------------------------------- +DELETE FROM creature WHERE guid IN (79477,140392,140393); +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) VALUES +(140392,20866,552,3,1,0,0,220.7691,-128.9336,-10.10977,0.01072759,7200,0,0,45409,0,0,2), +(140393,20866,552,3,1,0,0,219.579,-152.526,-10.1123,6.26082,7200,0,0,45409,0,0,2); + +-- Add Waypoint Movement for Soul Devourers +DELETE FROM creature_movement WHERE id IN (140392,140393); +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(140392,1,245.293396,-129.893524,-10.120201,0.001575,0,0), +(140392,2,245.006241,-144.436340,-10.112171,4.412370,0,0), +(140392,3,272.792816,-144.850235,-10.117709,6.206221,0,0), +(140392,4,244.845596,-143.878174,-10.112766,1.827626,0,0), +(140392,5,244.414139,-130.211563,-10.119827,1.872394,0,0), +(140392,6,205.551437,-130.425522,-10.117700,3.116466,0,0), +(140393,1,253.960022,-147.831024,-10.111561,0.245833,0,0), +(140393,2,252.369537,-174.190125,-10.103443,4.497192,0,0), +(140393,3,253.708878,-148.431763,-10.110702,1.304547,0,0), +(140393,4,207.511337,-153.823273,-10.113735,3.239769,0,0); + +-- ----------------------------------------------------------------- +-- Fix 6 Protean Horror Placement For Pathing Around First Boss Room +-- ----------------------------------------------------------------- +DELETE FROM creature WHERE guid IN (79478,79479,79480,140394,140395,140396,140397,140398,140399); +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) VALUES +(140394,20865,552,3,1,0,0,213.449,-120.089,-10.1083,2.4144,7200,0,0,8178,0,0,2), +(140395,20865,552,3,1,0,0,216.056,-119.667,-10.1204,3.17144,7200,0,0,8178,0,0,0), +(140396,20865,552,3,1,0,0,217.345,-121.596,-10.1199,2.99551,7200,0,0,8178,0,0,0), +(140397,20865,552,3,1,0,0,217.556,-118.237,-10.1212,3.08662,7200,0,0,8178,0,0,0), +(140398,20865,552,3,1,0,0,215.016,-121.252,-10.1204,3.3945,7200,0,0,8178,0,0,0), +(140399,20865,552,3,1,0,0,214.844,-118.252,-10.1188,2.43393,7200,0,0,8178,0,0,0); + +DELETE FROM creature_linking WHERE master_guid IN (140394); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140395,140394,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140396,140394,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140397,140394,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140398,140394,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (140399,140394,515); + +-- Waypoint Movement for 6 Protean Horrors in First Boss Room +DELETE FROM creature_movement WHERE id = 140394; +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(140394,1,200.417557,-117.797157,-10.121884,3.082693,0,0), +(140394,2,196.680008,-138.121567,-10.118616,4.563955,0,0), +(140394,3,197.441513,-146.303894,-10.116393,4.909530,0,0), +(140394,4,211.090561,-156.501984,-10.114545,5.497008,0,0), +(140394,5,229.877884,-157.158936,-10.110607,6.177949,0,0), +(140394,6,235.302383,-161.837494,-10.107670,5.551986,0,0), +(140394,7,237.075363,-172.449677,-10.106312,4.782295,0,0), +(140394,8,232.312439,-181.700851,-10.109240,4.037738,0,0), +(140394,9,232.484512,-190.902832,-10.107521,4.666842,0,0), +(140394,10,260.106995,-192.488022,-10.106289,0.003934,0,0), +(140394,11,273.485718,-175.798553,-10.106289,0.945627,0,0), +(140394,12,274.816711,-164.848145,-10.105530,1.434930,0,0), +(140394,13,277.810608,-152.978165,-10.113414,1.279421,0,0), +(140394,14,277.979736,-139.472931,-10.119408,1.642275,0,0), +(140394,15,267.372345,-132.869247,-10.120901,2.584753,0,0), +(140394,16,259.278687,-120.858826,-10.122385,2.163780,0,0), +(140394,17,238.092804,-122.442680,-10.122385,3.216214,0,0), +(140394,18,218.314133,-121.632462,-10.120625,3.041855,0,0), +(140394,19,208.415344,-118.459152,-10.119198,2.831368,0,0); + +-- ------------------------------------------------------------------------ +-- Waypoint Movement for Protean Horror Running Fast Around First Boss Room +-- ------------------------------------------------------------------------ +DELETE FROM creature WHERE guid IN (79485); +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) VALUES +(79485,20865,552,3,1,0,0,253.873,-148.56,-10.1103,2.60445,7200,5,0,8178,0,0,2); + +DELETE FROM creature_movement WHERE id = 79485; +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(79485,1,219.423737,-159.582596,-10.109697,3.386648,0,0), +(79485,2,238.576538,-156.828522,-10.106292,6.271416,0,0), +(79485,3,238.719421,-188.230408,-10.107300,4.644070,0,0), +(79485,4,260.300720,-187.154465,-10.105927,0.113109,0,0), +(79485,5,273.417450,-155.947067,-10.110563,1.333619,0,0), +(79485,6,219.423737,-159.582596,-10.109697,3.386648,0,1000), -- RESET POINT AT BOTTOM OF STAIRS +(79485,7,221.418625,-170.111130,-6.530465,4.791728,0,0), +(79485,8,224.955399,-180.223587,-2.252718,5.110600,0,0), +(79485,9,231.421036,-186.304611,1.389626,5.528432,0,0), +(79485,10,239.355362,-189.083817,5.071302,5.946264,0,0), +(79485,11,246.303619,-189.989212,7.906513,6.153609,0,0), +(79485,12,253.008530,-187.978180,10.734591,0.291397,0,0), +(79485,13,262.221161,-180.071991,15.643401,0.709229,0,0), +(79485,14,266.803650,-170.353149,20.758307,1.130203,0,0), +(79485,15,267.635040,-160.139359,22.709887,1.545679,0,0), +(79485,16,267.698853,-98.665016,22.533136,1.655635,0,0), +(79485,17,267.631500,-163.200089,22.721127,4.541974,0,0), +(79485,18,264.618652,-176.454178,17.391729,4.492494,0,0), +(79485,19,254.650314,-185.509323,11.554505,3.761288,0,0), +(79485,20,249.936523,-187.553650,9.215827,3.343456,0,0), +(79485,21,237.336990,-187.444992,3.769906,3.132969,0,0), +(79485,22,232.253189,-185.096588,1.492478,2.708854,0,0), +(79485,23,226.582001,-180.257507,-1.869559,2.342858,0,0), +(79485,24,221.051743,-168.552002,-7.273007,2.133157,0,0), +(79485,25,219.423737,-159.582596,-10.109697,3.386648,0,1000), -- RESET POINT AS BOTTOM OF STAIRS +(79485,26,203.100998,-150.079544,-10.114161,2.535281,0,0), +(79485,27,198.943787,-122.771667,-10.120299,1.698832,0,0), +(79485,28,258.830627,-121.746956,-10.123139,0.110756,0,0), +(79485,29,258.964966,-155.836700,-10.109425,4.615799,0,0), +(79485,30,219.423737,-159.582596,-10.109697,3.386648,0,1000); -- RESET POINT AS BOTTOM OF STAIRS + +-- ENABLE RUN MODE +UPDATE creature_movement SET script_id = 2086501 WHERE id = 79485 and point = 1; +DELETE FROM dbscripts_on_creature_movement WHERE id = 2086501; +INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES +(2086501,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Protean Horror (Arcatraz) RUN ON'); + +-- ----------------------------------------------------- +-- Fix First Boss (Zereketh the Unbound) Random Movement +-- ----------------------------------------------------- +UPDATE creature SET spawndist = 5, MovementType = 1 WHERE guid = 79391; + +-- --------------------------------------------- +-- Delete 2 NPCs who do not exist (Top of Ramp) +-- --------------------------------------------- +DELETE FROM creature WHERE guid = 79484; +DELETE FROM creature WHERE guid = 79506; + +-- ----------------------------------------------- +-- Properly Spawn Arcatraz Sentinel at Top of Ramp +-- ----------------------------------------------- +DELETE FROM creature WHERE guid IN (79506,140400); +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) VALUES +(140400,20869,552,3,1,0,0,264.2865,-61.32112,22.45335,5.288348,7200,0,0,46108,0,0,0); + +-- ------------------------------------------------------------------- +-- Waypoint Movement for Front Protean Horror in Negaton Screamer Room +-- ------------------------------------------------------------------- +UPDATE creature SET MovementType = 2 WHERE guid = 79467; +DELETE FROM creature_movement WHERE id = 79467; +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(79467,1, 276.188873,-4.195693,22.441347,1.577086, 0,0), +(79467,2, 266.139313,7.796986,22.441347,2.258027, 0,0), +(79467,3, 266.247437,-22.611425,22.447418,4.787796, 0,0), +(79467,4, 281.419769,-21.592731,22.445967,0.053416, 0,0), +(79467,5, 283.910217,-8.088942,22.441710,1.495407, 0,0), +(79467,6, 276.132172,-11.520005,22.443382,3.880663, 0,0), +(79467,7, 278.105957,-27.949659,22.444387,4.902466, 0,0), +(79467,8, 279.399078,-11.178328,22.443960,1.593585, 0,0), +(79467,9, 268.779388,-0.587566,22.441538,1.920310, 0,0), +(79467,10, 279.826538,-10.056340,22.441916,5.771905, 0,0), +(79467,11, 267.893188,-24.198978,22.447971,4.043243, 0,0), +(79467,12, 266.199005,1.033335,22.442314,1.815853, 0,0), +(79467,13, 278.066620,-8.708308,22.442314,5.699646, 0,0), +(79467,14, 277.867279,-28.168938,22.444113,4.878904, 0,0), +(79467,15, 279.702942,-17.528187,22.443876,1.119204, 0,0), +(79467,16, 287.853210,-22.004072,22.443991,5.841802, 0,0), +(79467,17, 279.812073,-8.400301,22.442545,2.115874, 0,0), +(79467,18, 270.201996,0.472228,22.442545,2.365631, 0,0), +(79467,19, 266.016205,9.325026,22.442545,1.980786, 0,0), +(79467,20, 267.740295,0.898820,22.442545,5.031271, 0,0), +(79467,21, 277.642578,-5.017527,22.442545,5.710640, 0,0), +(79467,22, 280.211182,-20.043873,22.444384,5.083107, 0,0), +(79467,23, 278.357483,-7.861632,22.442942,1.746737, 0,0), +(79467,24, 281.523712,-20.043016,22.444191,4.930742, 0,0), +(79467,25, 278.958374,-7.842030,22.442770,1.927378, 0,0), +(79467,26, 263.748688,3.748354,22.441378,2.488938, 0,0), +(79467,27, 267.410004,-22.776783,22.447727,4.938596, 0,0), +(79467,28, 278.466949,-9.572640,22.443493,1.066584, 0,0), +(79467,29, 278.334595,-27.713200,22.445286,4.677058, 0,0), +(79467,30, 282.311005,-16.807537,22.445286,0.962126, 0,0); + +-- ENABLE RUN MODE +UPDATE creature_movement SET script_id = 2086501 WHERE id = 79467 and point = 1; + +-- ------------------------------------------------------------------ +-- Waypoint Movement for Rear Protean Horror in Negaton Screamer Room +-- ------------------------------------------------------------------ +UPDATE creature SET MovementType = 2 WHERE guid = 79466; +DELETE FROM creature_movement WHERE id = 79466; +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(79466,1, 300.756775,40.685520,22.441168,6.154399, 0,0), +(79466,2, 266.581726,45.614574,22.441168,3.004168, 0,0), +(79466,3, 300.608124,40.575359,22.441168,6.273780, 0,0), +(79466,4, 267.060394,41.358055,22.441168,3.063856, 0,0), +(79466,5, 284.294586,41.908459,22.441168,0.031433, 0,0), +(79466,6, 269.809875,34.175770,22.441168,3.615989, 0,0), +(79466,7, 264.533600,44.058380,22.441168,2.108809, 0,0), +(79466,8, 295.828278,42.082439,22.441168,6.181098, 0,0), +(79466,9, 263.093414,44.391598,22.441168,3.745581, 0,0), +(79466,10, 282.177612,42.438896,22.441168,6.163035, 0,0), +(79466,11, 262.842407,42.357197,22.441168,3.104696, 0,0), +(79466,12, 302.240265,41.506519,22.441168,6.205446, 0,0); + +-- ENABLE RUN MODE +UPDATE creature_movement SET script_id = 2086501 WHERE id = 79466 and point = 1; + +-- -------------------------------------------------------------------------- +-- Waypoint Movement for Protean Horror at Very Back of Negaton Screamer Room +-- -------------------------------------------------------------------------- +UPDATE creature SET MovementType = 2 WHERE guid = 79520; +DELETE FROM creature_movement WHERE id = 79520; +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(79520,1, 300.642761,132.433136,22.227863,2.364850, 0,0), +(79520,2, 280.267914,145.768295,22.224611,2.508578, 0,0), +(79520,3, 205.459442,147.222336,22.529886,3.096842, 0,0), +(79520,4, 178.317276,161.465225,22.439648,2.624817, 0,0), +(79520,5, 177.155533,132.549988,22.439648,4.784663, 0,0), +(79520,6, 206.136734,146.360229,22.533291,0.494819, 0,0), +(79520,7, 285.687653,145.897919,22.228125,6.217230, 0,0), +(79520,8, 299.448425,130.976807,22.225727,5.418480, 0,0), +(79520,9, 301.781494,110.523033,22.224663,4.698269, 0,0), +(79520,10, 301.418518,72.443741,22.452053,4.580460, 0,0); + +-- ENABLE RUN MODE +UPDATE creature_movement SET script_id = 2086501 WHERE id = 79520 and point = 1; + +-- -------------------------------------------------------------------------- +-- Correct Direction Facing of Eredar Deathbringer Standing in Middle of Room +-- -------------------------------------------------------------------------- +UPDATE creature SET orientation = 1.541828 WHERE guid = 81626; + +-- -------------------------------------------------- +-- Add Missing Eredar Soul-Eater Spawn in Eredar Room +-- -------------------------------------------------- +DELETE FROM creature WHERE guid in (140401,140404); +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) VALUES +(140401,20879,552,3,1,0,0,285.5186,146.1547,22.31179,5.794493,7200,0,0,39123,12620,0,0), +(140404,20879,552,3,1,0,0,305.191,148.248,24.7556,4.09202,7200,0,0,39123,12620,0,0); + +-- ------------------------------------------------------------------------- +-- Delete 2 Destroyed Sentinels That Do Not Exist (Eredar Deathbringer Room) +-- ------------------------------------------------------------------------- +DELETE FROM creature WHERE guid = 79535; +DELETE FROM creature_addon WHERE guid = 79535; +DELETE FROM creature_movement WHERE id = 79535; + +DELETE FROM creature WHERE guid = 79533; +DELETE FROM creature_addon WHERE guid = 79533; +DELETE FROM creature_movement WHERE id = 79533; + +-- ------------------------------------------------------------------------------- +-- Delete Pile of Arcatraz Sentinels in Eredar Deathbringer Room That Do Not Exist +-- ------------------------------------------------------------------------------- +DELETE FROM creature WHERE guid = 86055; +DELETE FROM creature_addon WHERE guid = 86055; +DELETE FROM creature_movement WHERE id = 86055; + +DELETE FROM creature WHERE guid = 86054; +DELETE FROM creature_addon WHERE guid = 86054; +DELETE FROM creature_movement WHERE id = 86054; + +DELETE FROM creature WHERE guid = 86057; +DELETE FROM creature_addon WHERE guid = 86057; +DELETE FROM creature_movement WHERE id = 86057; + +DELETE FROM creature WHERE guid = 86059; +DELETE FROM creature_addon WHERE guid = 86059; +DELETE FROM creature_movement WHERE id = 86059; + +DELETE FROM creature WHERE guid = 86056; +DELETE FROM creature_addon WHERE guid = 86056; +DELETE FROM creature_movement WHERE id = 86056; + +DELETE FROM creature WHERE guid = 86058; +DELETE FROM creature_addon WHERE guid = 86058; +DELETE FROM creature_movement WHERE id = 86058; + +-- --------------------------------------------- +-- Delete Non-Existant Pathing Arcatraz Sentinel +-- --------------------------------------------- +DELETE FROM creature WHERE guid = 86060; +DELETE FROM creature_addon WHERE guid = 86060; +DELETE FROM creature_movement WHERE id = 86060; + +-- --------------------------------------------------------------------------------------------------------------------------------- +-- Add 2 Missing Arcatraz Sentinels Not Currently Spawned on Either Side of Doorway at Back of Eredar Deathbringer Room (Stationary) +-- --------------------------------------------------------------------------------------------------------------------------------- +DELETE FROM creature WHERE guid in (140402,140403); +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) VALUES +(140402,20869,552,3,1,0,0,253.743,131.448,22.3164,1.05009,7200,0,0,46108,0,0,0), +(140403,20869,552,3,1,0,0,254.359,160.747,22.2955,5.44126,7200,0,0,46108,0,0,0); + +-- ------------------------------------------- +-- Unbound Devastator in 2 Boss Room Waypoints +-- ------------------------------------------- +UPDATE creature SET MovementType = 2 WHERE guid = 79532; +DELETE FROM creature_movement WHERE id = 79532; +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(79532,1, 201.657578,138.055450,22.479853,0.953483, 0,5000), +(79532,2, 198.899292,135.182098,22.437172,3.947423, 0,2000), +(79532,3, 199.475754,140.639740,22.499559,1.465563, 0,5000), +(79532,4, 202.355179,134.738785,22.412693,5.166358, 0,3000), +(79532,5, 197.448563,140.795837,22.422436,2.189698, 0,1000), +(79532,6, 201.672913,135.623749,22.413099,5.397266, 0,0), +(79532,7, 189.193069,134.967987,22.439667,3.264909, 0,0), +(79532,8, 176.915665,133.268021,22.439667,3.238991, 0,0), +(79532,9, 177.011566,143.452576,22.439667,1.561380, 0,4000), +(79532,10, 177.485199,132.554306,22.439667,4.898535, 0,0), +(79532,11, 186.466354,134.748276,22.439667,0.206567, 0,0), +(79532,12, 200.482025,134.913269,22.416996,0.047131, 0,0); + +-- -------------------------------------------------------------------------- +-- Delete Skulking Witches - They Are Summoned By Spiteful Temptress on Aggro +-- -------------------------------------------------------------------------- +DELETE FROM creature WHERE guid IN (79549,79553); + +-- ------------------------------------------------------------------- +-- Unbound Devastator/Spiteful Temptress Pool In Center of 2-Boss Room +-- ------------------------------------------------------------------- +DELETE FROM creature WHERE guid IN (79542,140416,140417); +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) VALUES (140416,20883,552,3,1,0,0,148.05,146.994,20.8982,6.26573,7200,0,0,38553,12620,0,0); +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) VALUES (140417,20881,552,3,1,0,0,148.05,146.994,20.8982,6.26573,7200,0,0,48902,0,0,0); + +-- Pool Templates +DELETE FROM pool_template WHERE entry = 25454; +INSERT INTO pool_template (entry, max_limit, description) VALUES (25454,1,'Arcatraz - Unbound Devastator/Spiteful Temptress - Pool'); + +-- Individual Creature Spawn Pools +DELETE FROM pool_creature WHERE pool_entry = 25454; +INSERT INTO pool_creature (guid, pool_entry, chance, description) VALUES (140416,25454,0,'Arcatraz - Spiteful Temptress - Pool'); +INSERT INTO pool_creature (guid, pool_entry, chance, description) VALUES (140417,25454,0,'Arcatraz - Unbound Devastator - Pool'); + +-- ------------------------------------ +-- Spiteful Temptress Waypoint Movement +-- ------------------------------------ +UPDATE creature SET MovementType = 2 WHERE guid = 79534; +DELETE FROM creature_movement WHERE id = 79534; +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(79534,1, 203.624054,156.420914,22.422407,0.049380, 0,5000), +(79534,2, 201.115082,157.017273,22.430033,3.310352, 0,3000), +(79534,3, 200.380508,154.526321,22.430033,4.425618, 0,4000), +(79534,4, 198.234100,155.301224,22.436960,2.795131, 0,1000), +(79534,5, 202.348206,156.520584,22.426357,0.288139, 0,2000), +(79534,6, 199.168381,158.032578,22.437122,2.697742, 0,0), +(79534,7, 188.511398,159.850830,22.439934,3.135994, 0,0), +(79534,8, 176.867661,160.700134,22.439934,3.095153, 0,0), +(79534,9, 176.784149,146.914825,22.439934,4.596835, 0,5000), +(79534,10, 181.197891,147.084335,22.439934,0.038385, 0,1000), +(79534,11, 178.418488,148.857788,22.439934,2.573648, 0,3000), +(79534,12, 177.628510,145.204224,22.439934,4.499445, 0,2000), +(79534,13, 176.239075,148.944489,22.439934,1.926480, 0,5000), +(79534,14, 176.538452,161.781204,22.439934,1.542420, 0,0), +(79534,15, 187.246719,159.954849,22.439934,6.141710, 0,0), +(79534,16, 201.458374,159.143387,22.432077,6.200615, 0,0); + +-- ----------------------------------------------------- +-- Delete 2 Sentinels That Do Not Exist At Top of Stairs +-- ----------------------------------------------------- +DELETE FROM creature WHERE guid IN (86063,86064); + +-- ---------------------------------------------------------- +-- Protean Horror Pathing Along Long Walkway at Top of Stairs - Run Mode On +-- ---------------------------------------------------------- +UPDATE creature SET MovementType = 2 WHERE guid = 79459; +DELETE FROM creature_movement WHERE id = 79459; +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(79459,1, 206.893188,22.994820,48.213863,3.201962, 0,0), +(79459,2, 223.208313,22.342752,48.339237,0.076076, 0,0), +(79459,3, 267.205200,21.640602,48.350433,0.023454, 0,0), +(79459,4, 313.569244,22.101646,48.350433,6.232811, 0,0), +(79459,5, 344.486847,22.378342,48.337875,0.032093, 0,0), +(79459,6, 368.271088,21.997456,48.212669,0.017170, 0,0), +(79459,7, 400.191498,22.012131,48.212669,0.010102, 0,0), +(79459,8, 419.790466,22.210125,48.213303,0.010102, 0,0), +(79459,9, 424.230743,14.892774,48.213303,4.598397, 0,0), +(79459,10, 425.881134,3.239856,48.206142,4.834016, 0,0), +(79459,11, 443.302032,-0.542986,48.211395,6.261086, 0,0), +(79459,12, 457.661499,1.599466,48.230694,0.164825, 0,0), +(79459,13, 464.794922,5.553366,48.404144,0.537104, 0,0), +(79459,14, 468.034668,13.963913,49.422935,1.152071, 0,0), +(79459,15, 467.408478,18.293869,49.793346,1.714416, 0,0), +(79459,16, 463.347015,27.697102,50.751137,1.920190, 0,0), +(79459,17, 459.654327,36.577274,50.846516,2.113399, 0,0), +(79459,18, 455.159546,39.475204,50.846516,2.568930, 0,0), +(79459,19, 445.222137,41.122322,50.347519,2.977337, 0,0), +(79459,20, 437.780609,43.674835,49.549824,2.816330, 0,0), +(79459,21, 432.251740,42.931530,48.982998,3.210600, 0,0), +(79459,22, 427.619476,39.698357,48.312069,3.750955, 0,0), +(79459,23, 423.373840,27.909573,48.230087,4.366707, 0,0), +(79459,24, 410.734009,22.510492,48.216408,3.568742, 0,0), +(79459,25, 401.738312,22.077915,48.213680,3.154052, 0,0), +(79459,26, 368.434387,21.900286,48.213680,3.119494, 0,0), +(79459,27, 346.604187,22.395164,48.333515,3.113211, 0,0), +(79459,28, 304.417847,22.712563,48.350433,3.155622, 0,0), +(79459,29, 264.006775,22.318815,48.350433,3.110855, 0,0), +(79459,30, 229.906219,22.600843,48.314240,3.100645, 0,0); +-- ENABLE RUN MODE +UPDATE creature_movement SET script_id = 2086501 WHERE id = 79459 and point = 1; + +-- ------------------------------------------------------------------------- +-- Remove 2 Incorrectly Spawned Sentinel and Add 2 Properly Spawned Sentinel +-- ------------------------------------------------------------------------- +DELETE FROM creature WHERE guid in (79561,79570,140405,140406); +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) VALUES +(140405,20869,552,3,1,0,0,336.5143,27.42666,48.42604,3.839724,7200,0,0,46108,0,0,0), +(140406,20869,552,3,1,0,0,395.413,18.19484,48.29602,2.495821,7200,0,0,46108,0,0,0); + +-- ----------------------------------------------- +-- Ethereium Waypoint Movement in Containment Core +-- ----------------------------------------------- +UPDATE creature SET position_x = 461.361481, position_y = 39.636238, position_z = 50.799458, orientation = 2.688958 WHERE guid = 79569; +UPDATE creature SET position_x = 460.075256, position_y = 36.932503, position_z = 50.846470, orientation = 2.891591 WHERE guid = 79568; + +DELETE FROM creature_linking WHERE master_guid IN (79566); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79567,79566,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79568,79566,515); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79569,79566,515); + +UPDATE creature SET Spawndist = 0, MovementType = 0 WHERE guid in (79567,79568,79569); +UPDATE creature SET MovementType = 2 WHERE guid in (79566); + +DELETE FROM creature_movement WHERE id = 79566; +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(79566,1, 454.720398,39.429810,50.846470,2.846823, 0,0), +(79566,2, 445.098267,43.004402,50.307037,2.872742, 0,0), +(79566,3, 436.149292,44.500755,49.445507,2.912012, 0,0), +(79566,4, 429.377563,43.071075,48.646275,3.279578, 0,0), +(79566,5, 425.879517,39.237438,48.198914,3.942455, 0,0), +(79566,6, 427.006897,31.302124,48.237396,4.853518, 0,0), +(79566,7, 437.728271,17.481710,48.213081,5.395442, 0,0), +(79566,8, 440.470703,6.125143,48.211678,4.949336, 0,0), +(79566,9, 440.767151,-16.458893,48.211678,4.588052, 0,0), +(79566,10, 450.292023,-15.927221,48.226391,0.156837, 0,0), +(79566,11, 451.300568,-6.256669,48.234272,1.466881, 0,0), +(79566,12, 451.921631,0.912464,48.230587,1.484160, 0,0), +(79566,13, 453.762817,2.724073,48.234756,0.777301, 0,0), +(79566,14, 463.692871,4.924800,48.292850,0.218098, 0,0), +(79566,15, 468.068268,10.702532,49.106396,0.950874, 0,0), +(79566,16, 467.922394,18.886110,49.854065,1.588618, 0,0), +(79566,17, 466.032013,23.588348,50.324493,1.953043, 0,0), +(79566,18, 462.582062,28.266960,50.846508,2.236572, 0,0), +(79566,19, 461.344940,34.926785,50.846508,1.706428, 0,0), +(79566,20, 457.106720,38.776997,50.846508,2.404647, 0,0); + +-- ----------------------------------------------- +-- Abyssal Waypoint Movement in Final Boss Chamber +-- ----------------------------------------------- +UPDATE creature SET MovementType = 2 WHERE guid in (79433); +DELETE FROM creature_movement WHERE id = 79433; +INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,wpguid,waittime) VALUES +(79433,1, 445.795166,-60.789742,48.395481,1.580772, 0,0), +(79433,2, 445.867126,-79.721024,48.347279,4.880230, 0,0), +(79433,3, 443.590271,-111.476212,43.100109,4.505596, 0,0), +(79433,4, 442.416565,-124.400269,43.100109,4.661105, 0,0), +(79433,5, 436.618011,-138.834335,43.102058,4.294323, 0,0), +(79433,6, 443.983246,-154.158844,43.076141,5.290209, 0,0), +(79433,7, 445.068939,-160.755096,43.066151,4.875518, 0,0), +(79433,8, 462.307648,-174.316940,43.107048,5.594943, 0,0), +(79433,9, 444.267700,-153.474655,43.074203,2.276637, 0,0), +(79433,10, 437.304504,-134.904251,43.101089,1.873728, 0,0), +(79433,11, 444.126984,-120.394928,43.101089,1.121316, 0,0), +(79433,12, 444.903351,-95.872215,43.101089,1.539148, 0,0), +(79433,13, 445.893311,-77.828835,48.395470,1.563495, 0,0); + +-- ----------------------------------------------- +-- Random Movement for 2 NPC in Final Boss Chamber +-- ----------------------------------------------- +UPDATE creature SET Spawndist = 5, MovementType = 1 WHERE guid in (79448,79405); + +-- ------------------------------------------------------------------------------------------------- +-- Spawn Heroic Sentinels With Proper 40% Heroic Health and Set Existing Spawns for Normal Mode Only +-- ------------------------------------------------------------------------------------------------- +DELETE FROM creature WHERE guid in (140407,140408,140409,140410,140411,140412,140413,140414,140415); +UPDATE creature SET spawnMask = 1 WHERE id = 20869; -- Existing Spawns Are For Normal Mode Only (Below is Adding Heroic Only Spawns) +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) values +(140407,20869,552,2,1,0,0,203.401,126.201,22.5118,1.52555,7200,0,0,64907,0,0,0), +(140408,20869,552,2,1,0,0,195.709,126.549,22.4416,1.52555,7200,0,0,64907,0,0,0), +(140409,20869,552,2,1,0,0,202.84,46.4277,48.3155,2.42562,7200,0,0,64907,0,0,0), +(140410,20869,552,2,1,0,0,196.555,47.0605,48.3239,1.20301,7200,0,0,64907,0,0,0), +(140411,20869,552,2,1,0,0,264.286,-61.3211,22.4534,5.28835,7200,0,0,64907,0,0,0), +(140412,20869,552,2,1,0,0,253.743,131.448,22.3164,1.05009,7200,0,0,64907,0,0,0), +(140413,20869,552,2,1,0,0,254.359,160.747,22.2955,5.44126,7200,0,0,64907,0,0,0), +(140414,20869,552,2,1,0,0,336.514,27.4267,48.426,3.83972,7200,0,0,64907,0,0,0), +(140415,20869,552,2,1,0,0,395.413,18.1948,48.296,2.49582,7200,0,0,64907,0,0,0); + +-- ========================== +-- NPC Group Aggro Linking +-- ========================== +-- Front Area - Group of 2 Right Side Bottom Stairs +DELETE FROM creature_linking WHERE master_guid IN (79392); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79393,79392,3); + +-- Front Area - Group of 2 Left Side Bottom Stairs +DELETE FROM creature_linking WHERE master_guid IN (79397); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79396,79397,3); + +-- Front Area - Group of 3 +DELETE FROM creature_linking WHERE master_guid IN (79399); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79395,79399,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79400,79399,3); + +-- Containment Core - Group of 4 +DELETE FROM creature_linking WHERE master_guid IN (79563); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79562,79563,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79564,79563,3); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79565,79563,3); + +-- Final Boss - Group of 2 Right Side +DELETE FROM creature_linking WHERE master_guid IN (79576); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79575,79576,3); + +-- Final Boss - Group of 2 Left Side +DELETE FROM creature_linking WHERE master_guid IN (79578); +INSERT INTO creature_linking (guid, master_guid, flag) VALUES (79577,79578,3); + + +-- ---------------- +-- Scriptdev2 +-- ---------------- +-- 2861 +UPDATE creature_template SET ScriptName='' WHERE entry IN (17909,19052,22427); +UPDATE creature_template SET ScriptName='' WHERE entry=14822; +UPDATE creature_template SET ScriptName='' WHERE entry IN (384,1261,1460,2357,3362,3685,4730,4731,4885,7952,7955,16264,17584); +UPDATE creature_template SET ScriptName='' WHERE entry=28776; +-- 2863 +UPDATE creature_template SET ScriptName='npc_feather_vortex' WHERE entry=24136; +-- 2873 +UPDATE creature_template SET ScriptName='npc_power_blue_flight' WHERE entry=25653; +-- 2874 +UPDATE creature_template SET ScriptName='npc_snufflenose_gopher' WHERE entry=4781; +-- 2875 +UPDATE creature_template SET ScriptName='npc_therylune' WHERE entry=3584; +-- 2878 +UPDATE creature_template SET ScriptName='' WHERE entry=31218; +UPDATE creature_template SET ScriptName='' WHERE entry=31219; +UPDATE creature_template SET ScriptName='npc_flame_tsunami' WHERE entry=30616; +-- 2879 +UPDATE creature_template SET ScriptName='npc_fire_cyclone' WHERE entry=30648; +-- 2880 +UPDATE gameobject_template SET ScriptName='go_sapphiron_birth' WHERE entry=181356; +-- 2885 +UPDATE creature_template SET ScriptName='boss_zumrah' WHERE entry=7271; +-- 2891 +DELETE FROM scripted_event_id WHERE id IN (2609); +INSERT INTO scripted_event_id VALUES +(2609,'event_spell_unlocking'); +UPDATE creature_template SET ScriptName='' WHERE entry=7604; +UPDATE creature_template SET ScriptName='' WHERE entry=7607; +-- 2893 +UPDATE creature_template SET ScriptName='' WHERE entry IN (27263,27264,27265); +UPDATE gameobject_template SET ScriptName='' WHERE entry IN (185547,185553,185551); +-- 2894 +UPDATE creature_template SET ScriptName='npc_domesticated_felboar' WHERE entry=21195; +UPDATE creature_template SET ScriptName='npc_shadowmoon_tuber_node' WHERE entry=21347; +-- 2896 +UPDATE creature_template SET ScriptName='boss_ahune' WHERE entry=25740; +UPDATE creature_template SET ScriptName='npc_frozen_core' WHERE entry=25865; +UPDATE creature_template SET ScriptName='npc_ice_spear_bunny' WHERE entry=25985; +-- 2897 +UPDATE creature_template SET ScriptName='npc_veneratus_spawn_node' WHERE entry=21334; +-- 2898 +UPDATE creature_template SET ScriptName='' WHERE entry IN (19998,20334,21296,21975); +UPDATE creature_template SET ScriptName='npc_bloodmaul_stout_trigger' WHERE entry=21241; +-- 2899 +UPDATE creature_template SET ScriptName='npc_demonic_vapor' WHERE entry=25265; +-- 2902 +UPDATE creature_template SET ScriptName='npc_simon_game_bunny' WHERE entry=22923; +-- 2904 +UPDATE creature_template SET ScriptName='npc_anchorite_truuen' WHERE entry=17238; +-- 2905 +UPDATE creature_template SET ScriptName='npc_lich_king_village' WHERE entry=24248; +-- 2907 +UPDATE creature_template SET ScriptName='npc_king_ymiron' WHERE entry=24321; +DELETE FROM scripted_areatrigger WHERE entry IN (4779); +INSERT INTO scripted_areatrigger VALUES (4779,'at_nifflevar'); +-- 2908 +UPDATE creature_template SET ScriptName='npc_echo_of_medivh' WHERE entry=16816; +UPDATE creature_template SET ScriptName='npc_king_llane' WHERE entry=21684; +UPDATE creature_template SET ScriptName='npc_warchief_blackhand' WHERE entry=21752; +UPDATE creature_template SET ScriptName='npc_human_conjurer' WHERE entry=21683; +UPDATE creature_template SET ScriptName='npc_orc_warlock' WHERE entry=21750; +UPDATE creature_template SET ScriptName='npc_human_footman' WHERE entry=17211; +UPDATE creature_template SET ScriptName='npc_orc_grunt' WHERE entry=17469; +UPDATE creature_template SET ScriptName='npc_water_elemental' WHERE entry=21160; +UPDATE creature_template SET ScriptName='npc_summoned_daemon' WHERE entry=21726; +UPDATE creature_template SET ScriptName='npc_human_charger' WHERE entry=21664; +UPDATE creature_template SET ScriptName='npc_orc_wolf' WHERE entry=21748; +UPDATE creature_template SET ScriptName='npc_human_cleric' WHERE entry=21682; +UPDATE creature_template SET ScriptName='npc_orc_necrolyte' WHERE entry=21747; +-- 2912 +UPDATE gameobject_template SET ScriptName='' WHERE entry IN (187982,187995,187996,187997,187998,187999,188000,188001,188002,188003,188004,188005,188006,188007,188008); +-- 2915 +UPDATE creature_template SET ScriptName='npc_kinelory' WHERE entry=2713; +-- 2916 +UPDATE creature_template SET ScriptName='npc_stinky_ignatz' WHERE entry=4880; +-- 2917 +UPDATE creature_template SET ScriptName='npc_rabid_bear' WHERE entry=2164; +-- 2918 +UPDATE creature_template SET ScriptName='npc_kernobee' WHERE entry=7850; +-- 2920 +UPDATE creature_template SET ScriptName='' WHERE entry IN (30890, 31214); +UPDATE creature_template SET ScriptName='mob_twilight_eggs' WHERE entry IN (31204); +UPDATE creature_template SET ScriptName='npc_tenebron_egg_controller' WHERE entry=31138; +-- 2921 +UPDATE creature_template SET ScriptName='npc_netherspite_portal' WHERE entry IN (17367,17368,17369); +-- 2923 +UPDATE creature_template SET ScriptName='boss_ignis' WHERE entry=33118; +UPDATE creature_template SET ScriptName='npc_iron_construct' WHERE entry=33121; +UPDATE creature_template SET ScriptName='npc_scorch' WHERE entry=33221; +DELETE FROM scripted_event_id WHERE id IN (21620); +INSERT INTO scripted_event_id VALUES +(21620,'event_ulduar'); +-- 2925 +UPDATE creature_template SET ScriptName='boss_xt_002' WHERE entry=33293; +-- 2926 +UPDATE creature_template SET ScriptName='boss_heart_deconstructor' WHERE entry=33329; +UPDATE creature_template SET ScriptName='npc_xt_toy_pile' WHERE entry=33337; +-- 2927 +UPDATE creature_template SET ScriptName='boss_razorscale' WHERE entry=33186; +UPDATE creature_template SET ScriptName='npc_expedition_commander' WHERE entry=33210; +-- 2929 +UPDATE creature_template SET ScriptName='npc_razorscale_spawner' WHERE entry=33245; +UPDATE creature_template SET ScriptName='npc_harpoon_fire_state' WHERE entry=33282; +DELETE FROM scripted_event_id WHERE id IN (20964); +INSERT INTO scripted_event_id VALUES +(20964,'event_spell_harpoon_shot'); +-- 2930 +UPDATE creature_template SET ScriptName='boss_flame_leviathan' WHERE entry=33113; +-- 2932 +UPDATE gameobject_template SET ScriptName='go_ulduar_teleporter' WHERE entry=194569; +-- 2933 +UPDATE creature_template SET ScriptName='npc_keeper_norgannon' WHERE entry=33686; +UPDATE creature_template SET ScriptName='npc_brann_ulduar' WHERE entry=33579; +DELETE FROM scripted_event_id WHERE id IN (21030,21031,21032,21033); +INSERT INTO scripted_event_id VALUES +(21030,'event_go_ulduar_tower'), -- Tower of Life destroyed event +(21031,'event_go_ulduar_tower'), -- Tower of Storms destroyed event +(21032,'event_go_ulduar_tower'), -- Tower of Frost destroyed event +(21033,'event_go_ulduar_tower'); -- Tower of Flame destroyed event +-- 2935 +UPDATE creature_template SET ScriptName='npc_hodir_fury_reticle' WHERE entry=33108; +UPDATE creature_template SET ScriptName='npc_hodir_fury' WHERE entry=33212; +UPDATE creature_template SET ScriptName='npc_freya_ward' WHERE entry=33367; +UPDATE creature_template SET ScriptName='npc_mimiron_inferno' WHERE entry=33370; +DELETE FROM scripted_event_id WHERE id IN (21605); +INSERT INTO scripted_event_id VALUES +(21605,'event_ulduar'); +-- 2938 +UPDATE creature_template SET ScriptName='npc_scrapbot' WHERE entry=33343; +DELETE FROM scripted_event_id WHERE id IN (21606); +INSERT INTO scripted_event_id VALUES +(21606,'event_ulduar'); +-- 2939 +UPDATE creature_template SET ScriptName='boss_kologarn' WHERE entry=32930; +-- 2940 +UPDATE creature_template SET ScriptName='npc_focused_eyebeam' WHERE entry IN (33802,33632); +-- 2942 +UPDATE creature_template SET ScriptName='npc_rubble_stalker' WHERE entry=33809; +-- 2944 +UPDATE creature_template SET ScriptName='npc_storm_tempered_keeper' WHERE entry IN (33699,33722); +UPDATE creature_template SET ScriptName='npc_charged_sphere' WHERE entry=33715; +-- 2946 +UPDATE creature_template SET ScriptName='boss_algalon' WHERE entry=32871; +UPDATE gameobject_template SET ScriptName='go_celestial_access' WHERE entry IN (194628,194752); +-- 2947 +UPDATE creature_template SET ScriptName='npc_living_constellation' WHERE entry=33052; +UPDATE creature_template SET ScriptName='npc_worm_hole' WHERE entry=34099; +UPDATE creature_template SET ScriptName='npc_black_hole' WHERE entry=32953; +UPDATE creature_template SET ScriptName='npc_collapsing_star' WHERE entry=32955; +-- 2948 +UPDATE creature_template SET ScriptName='boss_hodir' WHERE entry=32845; +-- 2951 +UPDATE creature_template SET ScriptName='npc_flash_freeze' WHERE entry IN (32926,32938); +UPDATE creature_template SET ScriptName='npc_icicle_target' WHERE entry=33174; +DELETE FROM scripted_event_id WHERE id IN (20907,21045); +INSERT INTO scripted_event_id VALUES +(20907,'event_boss_hodir'), +(21045,'event_boss_hodir'); +-- 2954 +UPDATE creature_template SET ScriptName='boss_thorim' WHERE entry=32865; +-- 2955 +UPDATE creature_template SET ScriptName='npc_cenarion_sparrowhawk' WHERE entry=22972; +-- 2958 +UPDATE creature_template SET ScriptName='boss_sif' WHERE entry=33196; +UPDATE creature_template SET ScriptName='npc_thunder_orb' WHERE entry=33378; +-- 2959 +UPDATE creature_template SET ScriptName='npc_runic_colossus' WHERE entry=32872; +-- 2962 +UPDATE creature_template SET ScriptName='boss_freya' WHERE entry=32906; +-- 2963 +UPDATE creature_template SET ScriptName='npc_eonars_gift' WHERE entry=33228; +UPDATE creature_template SET ScriptName='npc_nature_bomb' WHERE entry=34129; +-- 2964 +UPDATE creature_template SET ScriptName='npc_iron_roots' WHERE entry IN (33088,33168); +-- 2965 +UPDATE creature_template SET ScriptName='npc_healthy_spore' WHERE entry=33215; +UPDATE creature_template SET ScriptName='npc_water_spirit' WHERE entry=33202; +UPDATE creature_template SET ScriptName='npc_snaplasher' WHERE entry=32916; +UPDATE creature_template SET ScriptName='npc_storm_lasher' WHERE entry=32919; +-- 2967 +UPDATE creature_template SET ScriptName='boss_leviathan_mk2' WHERE entry=33432; +-- 2969 +UPDATE creature_template SET ScriptName='' WHERE entry IN (22208,22212,22213); +-- 2970 +UPDATE creature_template SET ScriptName='boss_mimiron' WHERE entry=33350; +UPDATE creature_template SET ScriptName='boss_vx001' WHERE entry=33651; +UPDATE creature_template SET ScriptName='boss_aerial_unit' WHERE entry=33670; +UPDATE gameobject_template SET ScriptName='go_big_red_button' WHERE entry=194739; +-- 2971 +UPDATE creature_template SET ScriptName='npc_proximity_mine' WHERE entry=34362; +UPDATE creature_template SET ScriptName='npc_bot_trigger' WHERE entry=33856; +UPDATE creature_template SET ScriptName='boss_leviathan_mk2_turret' WHERE entry=34071; +-- 2972 +UPDATE creature_template SET ScriptName='npc_rocket_strike' WHERE entry=34047; +UPDATE creature_template SET ScriptName='npc_mimiron_flames' WHERE entry IN (34363,34121); +UPDATE creature_template SET ScriptName='npc_computer' WHERE entry=34143; +UPDATE creature_template SET ScriptName='npc_frost_bomb' WHERE entry=34149; +-- 2973 +UPDATE creature_template SET ScriptName='spell_dummy_npc_crates_bunny' WHERE entry=27827; +DELETE FROM scripted_areatrigger WHERE entry=5291; +INSERT INTO scripted_areatrigger VALUES +(5291,'at_culling_of_stratholme'); +-- 2974 +UPDATE creature_template SET ScriptName='boss_sara' WHERE entry=33134; +-- 2977 +UPDATE creature_template SET ScriptName='npc_ominous_cloud' WHERE entry=33292; +UPDATE creature_template SET ScriptName='npc_voice_yogg_saron' WHERE entry=33280; +-- 2978 +UPDATE creature_template SET ScriptName='npc_ulduar_keeper' WHERE entry IN (33241,33242,33244,33213); +-- 2980 +UPDATE creature_template SET ScriptName='spell_dummy_npc' WHERE entry IN (30169); +-- 2981 +UPDATE creature_template SET ScriptName='npc_floating_spirit' WHERE entry IN (30141,30143,30145); +UPDATE creature_template SET ScriptName='npc_restless_frostborn' WHERE entry IN (29974,30135,30144); +UPDATE creature_template SET ScriptName='' WHERE entry=30996; +-- 2982 +UPDATE creature_template SET ScriptName='npc_beryl_sorcerer' WHERE entry=25316; +UPDATE creature_template SET ScriptName='npc_captured_beryl_sorcerer' WHERE entry=25474; +-- 2984 +UPDATE creature_template SET ScriptName='npc_nexus_drake_hatchling' WHERE entry=26127; +-- 2985 +UPDATE creature_template SET ScriptName='npc_rethhedron' WHERE entry=22357; +-- 2987 +UPDATE creature_template SET ScriptName='npc_drijya' WHERE entry=20281; +-- 2988 +UPDATE creature_template SET ScriptName='npc_firecrackers_bunny' WHERE entry=24230; +-- 2989 +UPDATE creature_template SET ScriptName='npc_ghoul_feeding_bunny' WHERE entry=28591; +UPDATE creature_template SET ScriptName='npc_decaying_ghoul' WHERE entry=28565; +-- 2992 +UPDATE creature_template SET ScriptName='npc_scourged_flamespitter' WHERE entry=25582; +-- 2994 +UPDATE creature_template SET ScriptName='npc_anchorite_barada' WHERE entry=22431; +UPDATE creature_template SET ScriptName='npc_colonel_jules' WHERE entry=22432; +-- 2995 +UPDATE creature_template SET ScriptName='npc_dorius_stonetender' WHERE entry=8284; +-- 2996 +UPDATE creature_template SET ScriptName='npc_fhwoor' WHERE entry=17877; +-- 2997 +UPDATE creature_template SET ScriptName='npc_nagrand_captive' WHERE entry IN (18209,18210); +-- 2998 +UPDATE creature_template SET ScriptName="npc_skyguard_prisoner" WHERE entry=23383; +-- 2999 +UPDATE creature_template SET ScriptName='npc_bonker_togglevolt' WHERE entry=25589; +-- 3002 +UPDATE creature_template SET ScriptName='npc_squad_leader' WHERE entry IN (31737,31833); +UPDATE creature_template SET ScriptName='npc_infantry' WHERE entry IN (31701,31832); +-- 3004 +UPDATE creature_template SET ScriptName='npc_father_kamaros' WHERE entry IN (31279,32800); +-- 3005 +UPDATE creature_template SET ScriptName='npc_injured_miner' WHERE entry=29434; +-- 3006 +UPDATE creature_template SET ScriptName='npc_harrison_jones' WHERE entry=26814; +-- 3007 +UPDATE creature_template SET ScriptName='npc_apothecary_hanes' WHERE entry=23784; +-- 3008 +UPDATE creature_template SET ScriptName='npc_taelan_fordring' WHERE entry=1842; +UPDATE creature_template SET ScriptName='npc_isillien' WHERE entry=1840; +UPDATE creature_template SET ScriptName='npc_tirion_fordring' WHERE entry=12126; +-- 3010 +DELETE FROM scripted_areatrigger WHERE entry IN (4052); +INSERT INTO scripted_areatrigger VALUES +(4052,'at_temple_ahnqiraj'); +-- 3011 +UPDATE creature_template SET ScriptName='boss_tethyr' WHERE entry=23899; +-- 3012 +UPDATE creature_template SET ScriptName='npc_shay_leafrunner' WHERE entry=7774; +-- 3013 +DELETE FROM scripted_areatrigger WHERE entry IN (5710,5711,5712,5714,5715,5716); +INSERT INTO scripted_areatrigger VALUES +(5710, 'at_hot_on_the_trail'), +(5711, 'at_hot_on_the_trail'), +(5712, 'at_hot_on_the_trail'), +(5714, 'at_hot_on_the_trail'), +(5715, 'at_hot_on_the_trail'), +(5716, 'at_hot_on_the_trail'); +-- 3014 +UPDATE creature_template SET ScriptName='npc_saronite_mine_slave' WHERE entry=31397; +-- 3015 +UPDATE creature_template SET ScriptName='npc_tipsy_mcmanus' WHERE entry=28566; +UPDATE creature_template SET ScriptName='npc_wants_fruit_credit' WHERE entry IN (28535,28536,28537); +UPDATE gameobject_template SET ScriptName='go_quest_still_at_it_credit' WHERE entry IN (190635,190636); +-- 3017 +UPDATE creature_template SET ScriptName='boss_head_of_horseman' WHERE entry=23775; +-- 3019 +UPDATE creature_template SET ScriptName = 'npc_scalawag_frog' WHERE entry = 26503; +UPDATE creature_template SET ScriptName = 'npc_crystalline_ice_giant' WHERE entry = 26809; +-- 3022 +UPDATE creature_template SET ScriptName = 'npc_guardian_of_yogg' WHERE entry = 33136; +UPDATE creature_template SET ScriptName = 'boss_yogg_saron' WHERE entry = 33288; +-- 3023 +UPDATE creature_template SET ScriptName = 'npc_captured_arkonarin' WHERE entry = 11016; +-- 3024 +UPDATE creature_template SET ScriptName='npc_arei' WHERE entry=9598; +-- 3028 +UPDATE creature_template SET ScriptName='npc_death_ray' WHERE entry=33881; +UPDATE creature_template SET ScriptName='npc_immortal_guardian' WHERE entry=33988; +UPDATE creature_template SET ScriptName='npc_constrictor_tentacle' WHERE entry=33983; +-- 3029 +UPDATE creature_template SET ScriptName='npc_brain_yogg_saron' WHERE entry=33890; +UPDATE creature_template SET ScriptName='npc_descent_madness' WHERE entry=34072; +UPDATE creature_template SET ScriptName='npc_laughing_skull' WHERE entry=33990; +-- 3031 +UPDATE creature_template SET ScriptName='npc_keeper_mimiron' WHERE entry=33412; +UPDATE creature_template SET ScriptName='npc_keeper_thorim' WHERE entry=33413; + + +-- Cleanup +UPDATE gameobject SET state = 0 WHERE id IN (SELECT entry FROM gameobject_template WHERE type = 0 AND data0 = 1); +UPDATE creature_template SET UnitFlags = UnitFlags&~2048 WHERE UnitFlags&2048 = 2048; +UPDATE creature_template SET UnitFlags = UnitFlags&~524288 WHERE UnitFlags&524288 = 524288; +UPDATE creature_template SET UnitFlags = UnitFlags&~67108864 WHERE UnitFlags&67108864 = 67108864; +UPDATE creature_template SET UnitFlags = UnitFlags&~8388608 WHERE UnitFlags&8388608 = 8388608; +UPDATE creature, creature_template SET creature.curhealth = creature_template.MinLevelHealth,creature.curmana = creature_template.MinLevelMana WHERE creature.id = creature_template.entry and creature_template.RegenerateStats = 1; +UPDATE creature_template SET DynamicFlags = DynamicFlags &~ 223; +UPDATE creature_template SET NpcFlags = NpcFlags&~16777216; -- UNIT_NPC_FLAG_SPELLCLICK +UPDATE creature_template c1, creature_template c2 SET c2.UnitClass = c1.UnitClass, c2.NpcFlags = c1.NpcFlags, c2.FactionAlliance = c1.FactionAlliance, c2.FactionHorde = c1.FactionHorde, c2.SpeedWalk = c1.SpeedWalk, c2.SpeedRun = c1.SpeedRun, c2.scale = c1.scale, c2.InhabitType = c1.InhabitType, c2.MovementType = c1.MovementType, c2.UnitFlags = c1.UnitFlags WHERE c2.entry = c1.DifficultyEntry1; +UPDATE creature_template c1, creature_template c2 SET c2.UnitClass = c1.UnitClass, c2.NpcFlags = c1.NpcFlags, c2.FactionAlliance = c1.FactionAlliance, c2.FactionHorde = c1.FactionHorde, c2.SpeedWalk = c1.SpeedWalk, c2.SpeedRun = c1.SpeedRun, c2.scale = c1.scale, c2.InhabitType = c1.InhabitType, c2.MovementType = c1.MovementType, c2.UnitFlags = c1.UnitFlags WHERE c2.entry = c1.DifficultyEntry2; +UPDATE creature_template c1, creature_template c2 SET c2.UnitClass = c1.UnitClass, c2.NpcFlags = c1.NpcFlags, c2.FactionAlliance = c1.FactionAlliance, c2.FactionHorde = c1.FactionHorde, c2.SpeedWalk = c1.SpeedWalk, c2.SpeedRun = c1.SpeedRun, c2.scale = c1.scale, c2.InhabitType = c1.InhabitType, c2.MovementType = c1.MovementType, c2.UnitFlags = c1.UnitFlags WHERE c2.entry = c1.DifficultyEntry3; +-- UPDATE gameobject_template SET flags=flags&~4 WHERE type IN (2,19,17); +UPDATE creature SET MovementType = 0 WHERE spawndist = 0 AND MovementType = 1; +UPDATE creature SET Spawndist = 0 WHERE MovementType = 0; +UPDATE quest_template SET SpecialFlags = SpecialFlags|1 WHERE QuestFlags = QuestFlags|4096; +UPDATE quest_template SET SpecialFlags = SpecialFlags|1 WHERE QuestFlags = QuestFlags|32768; +DELETE FROM go,gt USING gameobject go LEFT JOIN gameobject_template gt ON go.id = gt.entry WHERE gt.entry IS NULL; +DELETE FROM gi,gt USING gameobject_involvedrelation gi LEFT JOIN gameobject_template gt ON gi.id = gt.entry WHERE gt.entry IS NULL; +DELETE FROM gqr,gt USING gameobject_questrelation gqr LEFT JOIN gameobject_template gt ON gqr.id = gt.entry WHERE gt.entry IS NULL; +DELETE FROM ge,go USING game_event_gameobject ge LEFT JOIN gameobject go ON ge.guid = go.guid WHERE go.guid IS NULL; +DELETE FROM dbscripts_on_go_use WHERE id NOT IN (SELECT guid FROM gameobject); +DELETE FROM dbscripts_on_go_use WHERE command IN (11, 12) AND datalong!=0 AND datalong NOT IN (SELECT guid FROM gameobject); +DELETE FROM gameobject_battleground WHERE guid NOT IN (SELECT guid FROM gameobject); +DELETE FROM creature_battleground WHERE guid NOT IN (SELECT guid FROM creature); +DELETE FROM creature_addon WHERE guid NOT IN (SELECT guid FROM creature); +UPDATE creature_addon SET moveflags = moveflags &~ 0x00000100; -- SPLINEFLAG_DONE +UPDATE creature_addon SET moveflags = moveflags &~ 0x00000200; -- SPLINEFLAG_FALLING +UPDATE creature_addon SET moveflags = moveflags &~ 0x00000800; -- SPLINEFLAG_TRAJECTORY (can crash client) +UPDATE creature_addon SET moveflags = moveflags &~ 0x00200000; -- SPLINEFLAG_UNKNOWN3 (can crash client) +UPDATE creature_addon SET moveflags = moveflags &~ 0x08000000; +UPDATE creature_template_addon SET moveflags = moveflags &~ 0x00000100; +UPDATE creature_template_addon SET moveflags = moveflags &~ 0x00000200; +UPDATE creature_template_addon SET moveflags = moveflags &~ 0x00000800; +UPDATE creature_template_addon SET moveflags = moveflags &~ 0x00200000; +UPDATE creature_template_addon SET moveflags = moveflags &~ 0x08000000; +DELETE FROM npc_gossip WHERE npc_guid NOT IN (SELECT guid FROM creature); +DELETE FROM creature_movement WHERE id NOT IN (SELECT guid FROM creature); +DELETE FROM game_event_creature WHERE guid NOT IN (SELECT guid FROM creature); +DELETE FROM creature_questrelation WHERE id NOT IN (SELECT entry FROM creature_template); +DELETE FROM creature_onkill_reputation WHERE creature_id NOT IN (SELECT entry FROM creature_template); +UPDATE creature_template SET NpcFlags=NpcFlags|2 WHERE entry IN (SELECT id FROM creature_questrelation UNION SELECT id FROM creature_involvedrelation); +UPDATE db_version set version = 'UDB 0.12.2 (407) for CMaNGOS 12735 with SD2 SQL for rev. 3041'; +UPDATE db_version set cache_id = 407; + diff --git a/Updates/000_DB_Version.sql b/Updates/000_DB_Version.sql index 3b13d08..d77e3ca 100644 --- a/Updates/000_DB_Version.sql +++ b/Updates/000_DB_Version.sql @@ -1,4 +1,4 @@ -- ============== -- VERSION UPDATE -- ============== -UPDATE db_version set version = 'UDB 0.12.2 (407) \'Pre-Release Beta Build\' for CMaNGOS-WOTLK'; \ No newline at end of file +UPDATE db_version set version = 'UDB 0.12.2 (408) \'Pre-Release Beta Build\' for CMaNGOS-WOTLK'; \ No newline at end of file diff --git a/Windows_Install_Script.bat b/Windows_Install_Script.bat index d71d20f..d904ebd 100644 --- a/Windows_Install_Script.bat +++ b/Windows_Install_Script.bat @@ -14,8 +14,8 @@ SET ScriptDev2DB="scriptdev2" REM ################################################################################################## REM DO NOT EDIT ANYTHING BELOW THIS LINE - ALL CONFIGURATION REQUIRED LOCATED IN INSTALL_SCRIPT_Config REM ################################################################################################## -SET CurrentVersion="407" -SET StableVersion="406" +SET CurrentVersion="408" +SET StableVersion="407" CLS ECHO ===================================================================== ECHO UDB INSTALLATION HELPER SCRIPT - SIMPLIFIED MANAGEMENT FOR USERS @@ -155,6 +155,8 @@ copy /a Current_Release\Updates\405_corepatch_mangos_*.sql /b Temp_Created_Files copy /a Current_Release\Updates\405_updatepack_mangos.sql /b Temp_Created_Files\006_UDB_Updates.sql copy /a Current_Release\Updates\406_corepatch_mangos_*.sql /b Temp_Created_Files\007_UDB_Updates.sql copy /a Current_Release\Updates\406_updatepack_mangos.sql /b Temp_Created_Files\008_UDB_Updates.sql +copy /a Current_Release\Updates\407_corepatch_mangos_*.sql /b Temp_Created_Files\009_UDB_Updates.sql +copy /a Current_Release\Updates\407_updatepack_mangos.sql /b Temp_Created_Files\010_UDB_Updates.sql copy /a Updates\*.sql /b Temp_Created_Files\100_UDB_NewData.sql copy /a %SD2%\sql\mangos_scriptname_clear.sql /b Temp_Created_Files\101_SD2_Clear.sql copy /a %SD2%\sql\mangos_scriptname_full.sql /b Temp_Created_Files\102_SD2_Full.sql @@ -202,6 +204,8 @@ copy /a Current_Release\Updates\405_corepatch_mangos_*.sql /b Temp_Created_Files copy /a Current_Release\Updates\405_updatepack_mangos.sql /b Temp_Created_Files\006_UDB_Updates.sql copy /a Current_Release\Updates\406_corepatch_mangos_*.sql /b Temp_Created_Files\007_UDB_Updates.sql copy /a Current_Release\Updates\406_updatepack_mangos.sql /b Temp_Created_Files\008_UDB_Updates.sql +copy /a Current_Release\Updates\407_corepatch_mangos_*.sql /b Temp_Created_Files\009_UDB_Updates.sql +copy /a Current_Release\Updates\407_updatepack_mangos.sql /b Temp_Created_Files\010_UDB_Updates.sql copy /a %SD2%\sql\mangos_scriptname_clear.sql /b Temp_Created_Files\101_SD2_Clear.sql copy /a %SD2%\sql\mangos_scriptname_full.sql /b Temp_Created_Files\102_SD2_Full.sql copy /a %ACID%\acid_tbc.sql /b Temp_Created_Files\103_ACID_TBC.sql @@ -311,6 +315,8 @@ copy /a Current_Release\Updates\405_corepatch_mangos_*.sql /b Temp_Created_Files copy /a Current_Release\Updates\405_updatepack_mangos.sql /b Temp_Created_Files\006_UDB_Updates.sql copy /a Current_Release\Updates\406_corepatch_mangos_*.sql /b Temp_Created_Files\007_UDB_Updates.sql copy /a Current_Release\Updates\406_updatepack_mangos.sql /b Temp_Created_Files\008_UDB_Updates.sql +copy /a Current_Release\Updates\407_corepatch_mangos_*.sql /b Temp_Created_Files\009_UDB_Updates.sql +copy /a Current_Release\Updates\407_updatepack_mangos.sql /b Temp_Created_Files\010_UDB_Updates.sql copy /a Updates\*.sql /b Temp_Created_Files\100_UDB_NewData.sql copy /a %SD2%\sql\mangos_scriptname_clear.sql /b Temp_Created_Files\101_SD2_Clear.sql copy /a %SD2%\sql\mangos_scriptname_full.sql /b Temp_Created_Files\102_SD2_Full.sql @@ -386,7 +392,3 @@ PAUSE ECHO. - - - -