Files
Delves/Delve Spawn SQL/Blackchar Cave.sql
Manmadedrummer 93b9d0d650 Update Blackchar Cave.sql
Updated spawn to contain GUID
2026-01-11 13:58:15 -05:00

284 lines
25 KiB
SQL

-- ==================================================================================
-- BLACKCHAR CAVE DELVE - SQL EXPORT
-- ==================================================================================
-- Delve Name: Blackchar Cave
-- Map ID: 904
-- Level Range: 83-84
-- Total NPCs: 7 (IDs 600636-600642)
-- Total Spawns: 62
-- ==================================================================================
-- ==================================================================================
-- CREATURE TEMPLATES
-- ==================================================================================
DELETE FROM creature_template WHERE entry IN (600636, 600637, 600638, 600639, 600640, 600641, 600642);
INSERT INTO creature_template (entry,difficulty_entry_1,difficulty_entry_2,difficulty_entry_3,KillCredit1,KillCredit2,name,subname,IconName,gossip_menu_id,minlevel,maxlevel,`exp`,faction,npcflag,speed_walk,speed_run,speed_swim,speed_flight,detection_range,`scale`,`rank`,dmgschool,DamageModifier,BaseAttackTime,RangeAttackTime,BaseVariance,RangeVariance,unit_class,unit_flags,unit_flags2,dynamicflags,family,trainer_type,trainer_spell,trainer_class,trainer_race,`type`,type_flags,lootid,pickpocketloot,skinloot,PetSpellDataId,VehicleId,mingold,maxgold,AIName,MovementType,HoverHeight,HealthModifier,ManaModifier,ArmorModifier,ExperienceModifier,RacialLeader,movementId,RegenHealth,mechanic_immune_mask,spell_school_immune_mask,flags_extra,ScriptName,VerifiedBuild) VALUES
(600636,0,0,0,0,0,'Favargair Ogre-Keeper','Delve Boss',NULL,0,84,84,0,168,0,1.0,1.71429,1.0,1.0,20.0,1.0,3,0,38.75,1449,2000,1.0,1.0,8,0,2048,0,0,0,0,0,0,7,76,600636,0,0,0,0,78,428,'',0,1.0,45.0,30.0,1.0,1.0,0,51,1,650854267,0,0,'',12340),
(600637,0,0,0,0,0,'Hillmen Defender','Delve','',0,83,83,0,168,0,1.0,1.14286,1.0,1.0,20.0,1.0,1,0,10.0,2000,2000,1.0,1.0,2,32768,2048,0,0,0,0,0,0,7,72,600000,0,0,0,0,100000,200000,'SmartAI',0,1.0,32.0,1.0,1.0,1.0,0,0,1,8388624,0,0,'',11159),
(600638,0,0,0,0,0,'Rock-Ogre Brawler','Delve',NULL,0,83,83,0,168,0,1.0,1.14286,1.0,1.0,20.0,0.65,1,0,10.0,2000,2000,1.0,1.0,1,32768,2048,0,0,0,0,0,0,7,0,600000,0,0,0,0,100000,200000,'SmartAI',1,1.0,35.0,1.0,1.0,1.0,0,51,1,0,0,0,'',12340),
(600639,0,0,0,0,0,'Rock-Ogre Flesheater','Delve',NULL,0,83,83,0,168,0,1.0,1.14286,1.0,1.0,20.0,0.75,1,0,10.0,2000,2000,1.0,1.0,1,32768,2048,0,0,0,0,0,0,7,0,600000,0,0,0,0,100000,200000,'SmartAI',1,1.0,35.0,1.0,1.0,1.0,0,0,1,528,0,0,'',12340),
(600640,0,0,0,0,0,'Rock-Ogre Hurler','Delve',NULL,0,83,83,0,168,0,1.0,1.14286,1.0,1.0,20.0,0.65,1,0,10.0,2000,2000,1.0,1.0,8,32768,2048,0,0,0,0,0,0,7,0,600000,0,0,0,0,100000,200000,'SmartAI',1,1.0,35.0,1.0,1.0,1.0,0,51,1,0,0,0,'',12340),
(600641,0,0,0,0,0,'Rock-Ogre Lobber','Delve','',0,83,83,0,168,0,1.0,1.14286,1.0,1.0,20.0,0.78,1,0,10.0,2000,2000,1.0,1.0,2,32832,2048,0,0,0,0,0,0,7,0,600000,0,0,0,0,100000,200000,'SmartAI',0,1.0,35.0,5.0,1.0,1.0,0,0,1,0,0,0,'',9767),
(600642,0,0,0,19991,0,'Rock-Ogre Wildarm','Delve',NULL,0,83,83,0,168,0,1.0,1.14286,1.0,1.0,20.0,0.65,1,0,10.0,2000,2000,1.0,1.0,1,32768,2048,0,0,0,0,0,0,7,0,600000,0,0,0,0,100000,200000,'SmartAI',1,1.0,35.0,18.0,1.0,1.0,0,51,1,0,0,0,'',12340);
-- ==================================================================================
-- CREATURE TEMPLATE MODELS
-- ==================================================================================
DELETE FROM creature_template_model WHERE CreatureID IN (600636, 600637, 600638, 600639, 600640, 600641, 600642);
INSERT INTO creature_template_model (CreatureID,Idx,CreatureDisplayID,DisplayScale,Probability,VerifiedBuild) VALUES
(600636,0,14526,1.0,1.0,12340),
(600637,0,2314,1.0,1.0,12340),
(600637,1,2315,1.0,1.0,12340),
(600638,0,19905,0.85,1.0,12340),
(600639,0,19905,0.85,1.0,12340),
(600640,0,19755,0.87,1.0,12340),
(600641,0,11549,0.87,1.0,12340),
(600642,0,10708,1.0,1.0,12340);
-- ==================================================================================
-- CREATURE TEMPLATE SPELLS
-- ==================================================================================
DELETE FROM creature_template_spell WHERE CreatureID IN (600636, 600637, 600638, 600639, 600640, 600642);
INSERT INTO creature_template_spell (CreatureID,`Index`,Spell,VerifiedBuild) VALUES
(600636,0,20825,0),
(600636,1,14887,0),
(600636,2,17439,0),
(600636,3,19816,0),
(600637,0,8874,12340),
(600637,1,14903,12340),
(600637,2,6408,12340),
(600637,3,1833,12340),
(600637,4,70435,0),
(600637,5,70423,0),
(600638,0,34932,12340),
(600638,1,15496,12340),
(600638,2,37577,12340),
(600638,3,8599,12340),
(600639,0,8599,12340),
(600639,1,8016,0),
(600639,2,3393,0),
(600640,0,34932,12340),
(600640,1,13787,12340),
(600640,2,20825,12340),
(600642,0,34932,12340),
(600642,1,37786,12340),
(600642,2,34802,12340);
-- ==================================================================================
-- CREATURE EQUIPMENT
-- ==================================================================================
DELETE FROM creature_equip_template WHERE CreatureID IN (600636, 600637, 600638, 600639, 600640, 600641, 600642);
INSERT INTO creature_equip_template (CreatureID,ID,ItemID1,ItemID2,ItemID3,VerifiedBuild) VALUES
(600636,1,11343,0,0,0),
(600637,1,51323,51324,0,18019),
(600638,1,17942,0,0,18019),
(600639,1,17942,0,0,18019),
(600640,1,3361,0,0,18019),
(600641,1,2884,0,0,18019),
(600642,1,3361,0,0,18019);
-- ==================================================================================
-- CREATURE LOOT
-- ==================================================================================
DELETE FROM creature_loot_template WHERE Entry IN (600636, 600637, 600638, 600640, 600642);
INSERT INTO creature_loot_template (Entry,Item,Reference,Chance,QuestRequired,LootMode,GroupId,MinCount,MaxCount,Comment) VALUES
-- Favargair Ogre-Keeper (Boss)
(600636,0,100500,100.0,0,1,0,1,1,'Custom Boss Loot'),
(600636,43949,0,100.0,0,1,0,1,2,'Delve Token'),
-- Hillmen Defender
(600637,1,35069,100.0,0,1,0,1,2,'Darkfallen Lieutenant - (ReferenceTable)'),
-- Rock-Ogre Brawler
(600638,5760,0,0.0539,0,1,0,1,1,'Bloodmaul Brute - Eternium Lockbox'),
(600638,19231,0,0.012,0,1,0,1,1,'Bloodmaul Brute - Three of Beasts'),
(600638,19232,0,0.006,0,1,0,1,1,'Bloodmaul Brute - Four of Beasts'),
(600638,19260,0,0.006,0,1,0,1,1,'Bloodmaul Brute - Three of Warlords'),
(600638,19269,0,0.012,0,1,0,1,1,'Bloodmaul Brute - Two of Elementals'),
(600638,19270,0,0.006,0,1,0,1,1,'Bloodmaul Brute - Three of Elementals'),
(600638,19271,0,0.006,0,1,0,1,1,'Bloodmaul Brute - Four of Elementals'),
(600638,19278,0,0.012,0,1,0,1,1,'Bloodmaul Brute - Two of Portals'),
(600638,19279,0,0.006,0,1,0,1,1,'Bloodmaul Brute - Three of Portals'),
(600638,21877,0,35.9607,0,1,0,1,3,'Bloodmaul Brute - Netherweave Cloth'),
(600638,22903,0,0.02,0,1,0,1,1,'Bloodmaul Brute - Recipe: Insane Strength Potion'),
(600638,23884,0,0.02,0,1,0,1,1,'Bloodmaul Brute - Schematic: Mana Potion Injector'),
(600638,24000,24000,5.0,0,1,1,1,1,'Bloodmaul Brute - (ReferenceTable)'),
(600638,24001,24001,5.0,0,1,1,1,1,'Bloodmaul Brute - (ReferenceTable)'),
(600638,24002,24002,5.0,0,1,1,1,1,'Bloodmaul Brute - (ReferenceTable)'),
(600638,24005,24005,1.0,0,1,1,1,1,'Bloodmaul Brute - (ReferenceTable)'),
(600638,24007,24007,1.0,0,1,1,1,1,'Bloodmaul Brute - (ReferenceTable)'),
(600638,24008,24008,0.5,0,1,1,1,1,'Bloodmaul Brute - (ReferenceTable)'),
(600638,24010,24010,0.5,0,1,1,1,1,'Bloodmaul Brute - (ReferenceTable)'),
(600638,24035,24035,2.0,0,1,1,1,1,'Bloodmaul Brute - (ReferenceTable)'),
(600638,24092,24092,0.5,0,1,1,1,1,'Bloodmaul Brute - (ReferenceTable)'),
(600638,24093,24093,0.5,0,1,1,1,1,'Bloodmaul Brute - (ReferenceTable)'),
(600638,27854,0,4.3663,0,1,0,1,1,'Bloodmaul Brute - Smoked Talbuk Venison'),
(600638,27860,0,2.1263,0,1,0,1,1,'Bloodmaul Brute - Purified Draenic Water'),
(600638,31837,0,0.04,0,1,0,1,1,'Bloodmaul Brute - Codex: Prayer of Shadow Protection II'),
(600638,31909,0,0.006,0,1,0,1,1,'Bloodmaul Brute - Two of Furies'),
(600638,31952,0,0.04,0,1,0,1,1,'Bloodmaul Brute - Khorium Lockbox'),
-- Rock-Ogre Hurler
(600640,25,0,0.04,0,1,0,1,1,'Bloodmaul Warlock - Worn Shortsword'),
(600640,19232,0,0.0069,0,1,0,1,1,'Bloodmaul Warlock - Four of Beasts'),
(600640,19270,0,0.0069,0,1,0,1,1,'Bloodmaul Warlock - Three of Elementals'),
(600640,19279,0,0.0069,0,1,0,1,1,'Bloodmaul Warlock - Three of Portals'),
(600640,19280,0,0.0276,0,1,0,1,1,'Bloodmaul Warlock - Four of Portals'),
(600640,21877,0,35.605,0,1,0,1,3,'Bloodmaul Warlock - Netherweave Cloth'),
(600640,22903,0,0.03,0,1,0,1,1,'Bloodmaul Warlock - Recipe: Insane Strength Potion'),
(600640,23884,0,0.03,0,1,0,1,1,'Bloodmaul Warlock - Schematic: Mana Potion Injector'),
(600640,24001,24001,5.0,0,1,1,1,1,'Bloodmaul Warlock - (ReferenceTable)'),
(600640,24002,24002,5.0,0,1,1,1,1,'Bloodmaul Warlock - (ReferenceTable)'),
(600640,24005,24005,1.0,0,1,1,1,1,'Bloodmaul Warlock - (ReferenceTable)'),
(600640,24007,24007,1.0,0,1,1,1,1,'Bloodmaul Warlock - (ReferenceTable)'),
(600640,24008,24008,0.5,0,1,1,1,1,'Bloodmaul Warlock - (ReferenceTable)'),
(600640,24009,24009,1.0,0,1,1,1,1,'Bloodmaul Warlock - (ReferenceTable)'),
(600640,24010,24010,0.5,0,1,1,1,1,'Bloodmaul Warlock - (ReferenceTable)'),
(600640,24012,24012,0.5,0,1,1,1,1,'Bloodmaul Warlock - (ReferenceTable)'),
(600640,24035,24035,2.0,0,1,1,1,1,'Bloodmaul Warlock - (ReferenceTable)'),
(600640,27854,0,4.6513,0,1,0,1,1,'Bloodmaul Warlock - Smoked Talbuk Venison'),
(600640,27860,0,2.1568,0,1,0,1,1,'Bloodmaul Warlock - Purified Draenic Water'),
(600640,31917,0,0.0069,0,1,0,1,1,'Bloodmaul Warlock - Three of Lunacy'),
(600640,31952,0,0.04,0,1,0,1,1,'Bloodmaul Warlock - Khorium Lockbox'),
-- Rock-Ogre Wildarm
(600642,5760,0,0.0537,0,1,0,1,1,'Bloodmaul Skirmisher - Eternium Lockbox'),
(600642,19230,0,0.0114,0,1,0,1,1,'Bloodmaul Skirmisher - Two of Beasts'),
(600642,19269,0,0.0093,0,1,0,1,1,'Bloodmaul Skirmisher - Two of Elementals'),
(600642,21877,0,36.1326,0,1,0,1,3,'Bloodmaul Skirmisher - Netherweave Cloth'),
(600642,22532,0,0.01,0,1,0,1,1,'Bloodmaul Skirmisher - Formula: Enchant Bracer - Restore Mana Prime'),
(600642,22903,0,0.02,0,1,0,1,1,'Bloodmaul Skirmisher - Recipe: Insane Strength Potion'),
(600642,23884,0,0.02,0,1,0,1,1,'Bloodmaul Skirmisher - Schematic: Mana Potion Injector'),
(600642,24000,24000,5.0,0,1,1,1,1,'Bloodmaul Skirmisher - (ReferenceTable)'),
(600642,24001,24001,5.0,0,1,1,1,1,'Bloodmaul Skirmisher - (ReferenceTable)'),
(600642,24002,24002,5.0,0,1,1,1,1,'Bloodmaul Skirmisher - (ReferenceTable)'),
(600642,24005,24005,1.0,0,1,1,1,1,'Bloodmaul Skirmisher - (ReferenceTable)'),
(600642,24007,24007,1.0,0,1,1,1,1,'Bloodmaul Skirmisher - (ReferenceTable)'),
(600642,24035,24035,2.0,0,1,1,1,1,'Bloodmaul Skirmisher - (ReferenceTable)'),
(600642,27854,0,4.3564,0,1,0,1,1,'Bloodmaul Skirmisher - Smoked Talbuk Venision'),
(600642,27860,0,2.1756,0,1,0,1,1,'Bloodmaul Skirmisher - Purified Draenic Water');
-- ======================================================
-- CREATURE SPAWNS (62 Total)
-- ======================================================
DELETE FROM `creature` WHERE `guid` IN (9001226,9001238,9001241,9001257,10001044,10001046,10001047,10001048,10001049,10001050,10001051,10001160,10001161,10001162,10001163,10001164,10001165,10001166,10001167,10001168,10001169,10001170,10001171,10001172,10001173,10001174,10001176,10001177,10001178,10001179,10001180,10001181,10001182,10001183,10001184,10001185,10001186,10001187,10001188,10001189,10001190,10001191,10001192,10001193,10001194,10001195,10001196,10001197,10001199,10001200,10001201,10001202,10001203,10001204,10001205,10001206,10001207,10001208,10001209,10001210,10001211);
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
-- Rock-Ogre Lobber (4 spawns)
(9001226, 600641, 0, 0, 904, 0, 0, 1, 1, 1, 2472.59, 2418.39, 79.8361, 5.28657, 1800, 5.0, 0, 102036, 42620, 1, 0, 0, 0, '', NULL, 0, NULL),
(9001238, 600641, 0, 0, 904, 0, 0, 1, 1, 1, 2503.44, 2384.06, 83.3267, 0.454405, 1800, 7.0, 0, 102036, 42620, 1, 0, 0, 0, '', NULL, 0, NULL),
(9001241, 600641, 0, 0, 904, 0, 0, 1, 1, 1, 2540.36, 2481.06, 77.0073, 4.05506, 1800, 5.0, 0, 102036, 42620, 1, 0, 0, 0, '', NULL, 0, NULL),
(9001257, 600641, 0, 0, 904, 0, 0, 1, 1, 1, -7238.73, -632.727, 290.206, 4.8786, 1800, 5.0, 0, 102036, 42620, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001204, 600641, 0, 0, 904, 0, 0, 1, 1, 1, 2581.35, 2452.6, 80.3023, 0.624943, 1800, 7.0, 0, 92760, 42620, 1, 0, 0, 0, '', NULL, 0, NULL),
-- Rock-Ogre Wildarm (9 spawns)
(10001044, 600642, 0, 0, 904, 0, 0, 1, 1, 1, 2634.67, 2574.83, 63.3117, 3.44819, 1800, 2.0, 0, 347820, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001051, 600642, 0, 0, 904, 0, 0, 1, 1, 1, 2444.79, 2463.43, 80.7741, 3.46261, 1800, 5.0, 0, 347820, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001163, 600642, 0, 0, 904, 0, 0, 1, 1, 1, 2511.77, 2484.82, 79.9595, 3.61502, 1800, 0.0, 0, 347820, 0, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001171, 600642, 0, 0, 904, 0, 0, 1, 1, 1, 2535.84, 2525.74, 91.4393, 1.54993, 1800, 0.0, 0, 347820, 0, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001196, 600642, 0, 0, 904, 0, 0, 1, 1, 1, 2486.69, 2382.4, 83.6475, 1.95083, 1800, 0.0, 0, 347820, 0, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001201, 600642, 0, 0, 904, 0, 0, 1, 1, 1, 2556.42, 2387.05, 84.5133, 3.46807, 1800, 0.0, 0, 347820, 0, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001207, 600642, 0, 0, 904, 0, 0, 1, 1, 1, 2560.48, 2450.9, 86.285, 4.15742, 1800, 0.0, 0, 347820, 0, 0, 0, 0, 0, '', NULL, 0, NULL),
-- Rock-Ogre Hurler (8 spawns)
(10001046, 600640, 0, 0, 904, 0, 0, 1, 1, 1, 2680.93, 2537.79, 52.8751, 2.76238, 1800, 0.0, 0, 162520, 93300, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001047, 600640, 0, 0, 904, 0, 0, 1, 1, 1, 2655.25, 2514.63, 60.6716, 1.23839, 1800, 0.0, 0, 162520, 93300, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001050, 600640, 0, 0, 904, 0, 0, 1, 1, 1, 2442.4, 2484.86, 83.6623, 1.4186, 1800, 3.0, 0, 162520, 93300, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001162, 600640, 0, 0, 904, 0, 0, 1, 1, 1, 2492.56, 2471.41, 78.0067, 2.05145, 1800, 3.0, 0, 162520, 93300, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001164, 600640, 0, 0, 904, 0, 0, 1, 1, 1, 2542.2, 2459.5, 77.6081, 1.79447, 1800, 6.0, 0, 162520, 93300, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001173, 600640, 0, 0, 904, 0, 0, 1, 1, 1, 2552.4, 2533.92, 89.2755, 3.30732, 1800, 4.0, 0, 162520, 93300, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001178, 600640, 0, 0, 904, 0, 0, 1, 1, 1, 2543.16, 2497.9, 77.0941, 0.113487, 1800, 6.0, 0, 162520, 93300, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001182, 600640, 0, 0, 904, 0, 0, 1, 1, 1, 2584.34, 2506.62, 80.107, 2.01385, 1800, 0.0, 0, 162520, 93300, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001193, 600640, 0, 0, 904, 0, 0, 1, 1, 1, 2496.88, 2427.57, 83.7611, 2.80519, 1800, 4.0, 0, 162520, 93300, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001200, 600640, 0, 0, 904, 0, 0, 1, 1, 1, 2564.34, 2398.85, 84.4936, 3.8914, 1800, 5.0, 0, 162520, 93300, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001203, 600640, 0, 0, 904, 0, 0, 1, 1, 1, 2563.4, 2429.39, 80.0448, 5.14081, 1800, 7.0, 0, 162520, 93300, 1, 0, 0, 0, '', NULL, 0, NULL),
-- Rock-Ogre Brawler (4 spawns)
(10001048, 600638, 0, 0, 904, 0, 0, 1, 1, 1, 2466.52, 2514.26, 92.9422, 4.27149, 1800, 3.0, 0, 220286, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001176, 600638, 0, 0, 904, 0, 0, 1, 1, 1, 2571.05, 2534.62, 86.1925, 3.20007, 1800, 5.0, 0, 220286, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001191, 600638, 0, 0, 904, 0, 0, 1, 1, 1, 2463.99, 2427.62, 78.4401, 1.05799, 1800, 5.0, 0, 220286, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001192, 600638, 0, 0, 904, 0, 0, 1, 1, 1, 2460.96, 2399.54, 82.1791, 2.0143, 1800, 0.0, 0, 220286, 0, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001194, 600638, 0, 0, 904, 0, 0, 1, 1, 1, 2508.5, 2405.61, 83.962, 1.85517, 1800, 4.0, 0, 220286, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
-- Rock-Ogre Flesheater (7 spawns)
(10001049, 600639, 0, 0, 904, 0, 0, 1, 1, 1, 2453.43, 2497.84, 90.8147, 1.54499, 1800, 4.0, 0, 434775, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001161, 600639, 0, 0, 904, 0, 0, 1, 1, 1, 2476.72, 2479.4, 79.5819, 5.85812, 1800, 0.0, 0, 434775, 0, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001165, 600639, 0, 0, 904, 0, 0, 1, 1, 1, 2541.18, 2469.07, 77.0238, 0.861731, 1800, 7.0, 0, 434775, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001172, 600639, 0, 0, 904, 0, 0, 1, 1, 1, 2538.15, 2540.13, 92.4782, 3.97915, 1800, 0.0, 0, 434775, 0, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001179, 600639, 0, 0, 904, 0, 0, 1, 1, 1, 2560.91, 2507.84, 78.9475, 0.0980937, 1800, 5.0, 0, 434775, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001180, 600639, 0, 0, 904, 0, 0, 1, 1, 1, 2578.2, 2497.03, 79.8308, 5.41147, 1800, 5.0, 0, 434775, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001195, 600639, 0, 0, 904, 0, 0, 1, 1, 1, 2499.31, 2394.82, 83.7389, 2.2818, 1800, 7.0, 0, 434775, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001205, 600639, 0, 0, 904, 0, 0, 1, 1, 1, 2592.61, 2477.62, 78.3774, 1.33086, 1800, 5.0, 0, 434775, 0, 1, 0, 0, 0, '', NULL, 0, NULL),
-- Hillmen Defender (25 spawns)
(10001160, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2475.49, 2489.76, 79.2722, 4.9125, 1800, 3.0, 0, 171532, 41690, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001166, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2520.79, 2536.82, 92.6385, 4.53029, 1800, 8.0, 0, 171532, 41690, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001167, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2517.73, 2525.42, 92.5697, 1.14884, 1800, 8.0, 0, 171532, 41690, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001168, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2502.04, 2517.2, 90.9098, 3.4799, 1800, 7.0, 0, 171532, 41690, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001169, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2483.77, 2524.61, 94.4859, 1.11224, 1800, 6.0, 0, 171532, 41690, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001170, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2486.26, 2547.51, 94.4068, 4.43322, 1800, 5.0, 0, 171532, 41690, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001174, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2558.07, 2544.85, 89.861, 4.32111, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001177, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2585.16, 2530.46, 80.5814, 4.59949, 1800, 4.0, 0, 171532, 41690, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001181, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2597.28, 2511.96, 79.7435, 4.27723, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001183, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2578.51, 2413.32, 83.1387, 1.80898, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001184, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2539.52, 2391.3, 87.3619, 4.00366, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001185, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2483.01, 2391.83, 84.9129, 3.81595, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001186, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2451.05, 2410.27, 83.4485, 0.145359, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001187, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2448.38, 2434.44, 83.4921, 1.12318, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001188, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2469.66, 2446.05, 82.5637, 3.17935, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001189, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2484.5, 2428.11, 81.9998, 3.68185, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001190, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2495.09, 2414.67, 84.6203, 0.924945, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001197, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2522.71, 2372.47, 83.6749, 2.03189, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001199, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2560.85, 2376.6, 86.5437, 2.52245, 1800, 5.0, 0, 171532, 41690, 1, 0, 0, 0, '', NULL, 0, NULL),
(10001202, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2550.94, 2417.02, 84.109, 6.11282, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001206, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2544.52, 2445.24, 83.7151, 4.97727, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001209, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2576.27, 2469.67, 87.169, 2.52955, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001210, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2561.07, 2479.8, 86.7526, 5.09074, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
(10001211, 600637, 0, 0, 904, 0, 0, 1, 1, 1, 2569.1, 2482.04, 87.2699, 4.61871, 1800, 0.0, 0, 171532, 41690, 0, 0, 0, 0, '', NULL, 0, NULL),
-- Favargair Ogre-Keeper (BOSS - 1 spawn)
(10001208, 600636, 0, 0, 904, 0, 0, 1, 1, 1, 2568.88, 2475.43, 87.5166, 4.52415, 1800, 0.0, 0, 166840, 95080, 0, 0, 0, 0, '', NULL, 0, NULL);
-- ==================================================================================
-- SMART SCRIPTS (AI)
-- ==================================================================================
DELETE FROM smart_scripts WHERE entryorguid IN (600637, 600638, 600639, 600640, 600641, 600642) AND source_type = 0;
INSERT INTO smart_scripts (entryorguid,source_type,id,link,event_type,event_phase_mask,event_chance,event_flags,event_param1,event_param2,event_param3,event_param4,event_param5,event_param6,action_type,action_param1,action_param2,action_param3,action_param4,action_param5,action_param6,target_type,target_param1,target_param2,target_param3,target_param4,target_x,target_y,target_z,target_o,comment) VALUES
-- Hillmen Defender
(600637,0,0,0,1,0,100,1,0,0,0,0,0,0,11,6408,0,0,0,0,0,1,0,0,0,0,0.0,0.0,0.0,0.0,'Hillmen Defender - Out of Combat - Cast ''Faded'' (No Repeat)'),
(600637,0,1,2,4,0,100,0,0,0,0,0,0,0,11,1833,0,0,0,0,0,7,0,0,0,0,0.0,0.0,0.0,0.0,'Hillmen Defender - On Aggro - Cast ''Cheap Shot'''),
(600637,0,2,3,61,0,100,512,0,0,0,0,0,0,28,6408,0,0,0,0,0,1,0,0,0,0,0.0,0.0,0.0,0.0,'Hillmen Defender - On Aggro - Remove Aura ''Faded'''),
(600637,0,3,0,0,0,100,0,3000,10000,10000,15000,0,0,11,14903,1,0,0,0,0,1,0,0,0,0,0.0,0.0,0.0,0.0,'Hillmen Defender - In Combat - Cast ''Rupture'''),
(600637,0,4,0,0,0,100,0,2000,4000,8000,8000,0,0,11,70423,0,0,0,0,0,2,0,0,0,0,0.0,0.0,0.0,0.0,'Hillmen Defender - In Combat - Cast ''Vampiric Curse'''),
(600637,0,5,0,0,0,100,0,5000,5000,5000,5000,0,0,11,70435,0,0,0,0,0,2,0,0,0,0,0.0,0.0,0.0,0.0,'Hillmen Defender - In Combat - Cast ''Rend Flesh'''),
-- Rock-Ogre Brawler
(600638,0,1,0,0,0,100,0,2000,5000,4000,5000,0,0,11,15496,0,0,0,0,0,2,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Brawler - In Combat - Cast ''Cleave'''),
(600638,0,2,0,0,0,100,0,5000,10000,8000,12000,0,0,11,37577,0,0,0,0,0,2,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Brawler - In Combat - Cast ''Debilitating Strike'''),
(600638,0,3,0,0,0,100,1,15000,20000,10000,15000,0,0,11,34932,0,0,0,0,0,1,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Brawler - In Combat - Cast ''Bloodmaul Buzz'' (No Repeat)'),
(600638,0,4,5,2,0,100,1,0,20,1,1,0,0,11,8599,0,0,0,0,0,1,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Brawler - Between 0-20% Health - Cast ''Enrage'' (No Repeat)'),
-- Rock-Ogre Flesheater
(600639,0,0,0,0,0,100,0,9000,12000,25700,30700,0,0,11,3393,0,0,0,0,0,2,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Flesheater - In Combat - Cast ''Consume Flesh'''),
(600639,0,1,0,2,0,100,1,0,15,0,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Flesheater - Between 0-15% Health - Flee For Assist (No Repeat)'),
(600639,0,2,0,0,0,100,0,4000,8000,9000,14000,0,0,11,8016,32,0,0,0,0,5,0,0,0,8016,0.0,0.0,0.0,0.0,'Rock-Ogre Flesheater - In Combat - Cast ''Spirit Decay'''),
(600639,0,3,0,2,0,100,1,5,30,0,0,0,0,11,8599,0,0,0,0,0,1,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Flesheater - Between 5-30% Health - Cast ''Enrage'' (No Repeat)'),
-- Rock-Ogre Hurler
(600640,0,1,0,1,0,100,0,1000,1000,1800000,1800000,0,0,11,13787,1,1,0,0,0,1,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Hurler - Out of Combat - Cast ''Demon Armor'''),
(600640,0,2,0,1,0,100,1,3000,3000,0,0,0,0,11,11939,0,0,0,0,0,1,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Hurler - Out of Combat - Cast ''Summon Imp'' (No Repeat)'),
(600640,0,4,0,0,0,100,0,0,0,2400,3800,0,0,11,20825,64,0,0,0,0,2,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Hurler - In Combat - Cast ''Shadow Bolt'''),
(600640,0,5,0,2,0,100,1,0,20,0,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Hurler - Between 0-20% Health - Flee For Assist (No Repeat)'),
-- Rock-Ogre Lobber
(600641,0,0,0,0,0,100,0,5000,6000,8000,12000,0,0,11,65128,0,0,0,0,0,2,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Lobber - In Combat - Cast ''Throw Dynamite'''),
(600641,0,1,0,0,0,100,0,8000,9000,6000,13000,0,0,11,65130,0,0,0,0,0,2,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Lobber - In Combat - Cast ''Time Bomb'''),
-- Rock-Ogre Wildarm
(600642,0,2,0,61,0,100,1,0,0,0,0,0,0,11,34932,32,0,0,0,0,1,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Wildarm - MISSING LINK - Cast ''Bloodmaul Buzz'' (No Repeat)'),
(600642,0,3,0,2,0,100,1,20,80,0,0,0,0,11,34802,32,0,0,0,0,2,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Wildarm - Between 20-80% Health - Cast ''Kick'' (No Repeat)'),
(600642,0,4,0,2,0,100,1,5,30,0,0,0,0,11,37786,32,0,0,0,0,1,0,0,0,0,0.0,0.0,0.0,0.0,'Rock-Ogre Wildarm - Between 5-30% Health - Cast ''Bloodmaul Rage'' (No Repeat)');
-- ==================================================================================
-- END OF BLACKCHAR CAVE DELVE EXPORT
-- ==================================================================================