diff --git a/ENEMIES/Skeletal Soldier (16422).sql b/ENEMIES/Skeletal Soldier (16422).sql new file mode 100644 index 0000000..209a18d --- /dev/null +++ b/ENEMIES/Skeletal Soldier (16422).sql @@ -0,0 +1,22 @@ +DELETE FROM `creature_template` WHERE (`entry` = 16422); +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 +(16422, 0, 0, 0, 0, 0, 'Skeletal Soldier', NULL, NULL, 0, 6, 7, 0, 1630, 0, 1, 0.85714, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 6, 0, 16422, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 100, 1, 8602129, 0, 0, '', 12340); + +DELETE FROM `creature_template_spell` WHERE (`CreatureID` = 16422); +INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES +(16422, 0, 28265, 12340); + +DELETE FROM `creature_questitem` WHERE (`CreatureEntry` = 16422); +INSERT INTO `creature_questitem` (`CreatureEntry`, `Idx`, `ItemId`, `VerifiedBuild`) VALUES +(16422, 0, 22892, 0); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 16422); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(16422, 22892, 0, 35, 1, 1, 0, 1, 1, 'Skeletal Soldier - Dim Necrotic Stone'), +(16422, 22944, 0, 5, 0, 1, 0, 1, 1, ''), +(16422, 22946, 0, 5, 0, 1, 0, 1, 1, ''), +(16422, 22970, 0, 5, 0, 1, 0, 1, 1, ''), +(16422, 22972, 0, 5, 0, 1, 0, 1, 1, ''), +(16422, 22975, 0, 5, 0, 1, 0, 1, 1, ''), +(16422, 22977, 0, 5, 0, 1, 0, 1, 1, ''); +