mirror of
https://github.com/araxiaonline/mod-worgoblin.git
synced 2026-06-13 03:02:26 -04:00
Add Argent Dawn worgen/goblin displays for DK quests.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
DELETE FROM `creaturedisplayinfo_dbc` WHERE `ID` IN (29422, 29423, 32385, 35249, 35250, 39095, 39096);
|
||||
DELETE FROM `creaturedisplayinfo_dbc` WHERE `ID` IN (29422, 29423, 32385, 35249, 35250, 36445, 36446, 39095, 39096);
|
||||
INSERT INTO `creaturedisplayinfo_dbc` (`ID`, `ModelID`, `SoundID`, `ExtendedDisplayInfoID`, `CreatureModelScale`, `CreatureModelAlpha`, `TextureVariation_1`, `TextureVariation_2`, `TextureVariation_3`, `PortraitTextureName`, `BloodLevel`, `BloodID`, `NPCSoundID`, `ParticleColorID`, `CreatureGeosetData`, `ObjectEffectPackageID`) VALUES
|
||||
(29422, 3141, 0, 0, 1, 255, '', '', '', '', 3, 0, 0, 0, 0, 0),
|
||||
(29423, 3142, 0, 0, 1, 255, '', '', '', '', 3, 0, 0, 0, 0, 0),
|
||||
(32385, 3194, 0, 0, 0.75, 255, 'Hobgoblin1Red', 'Hobgoblin2', '', '', 0, 0, 0, 0, 0, 0),
|
||||
(35249, 3624, 0, 0, 1, 255, '', '', '', '', 0, 0, 0, 0, 0, 0),
|
||||
(35250, 3623, 0, 0, 1, 255, '', '', '', '', 0, 0, 0, 0, 0, 0),
|
||||
(36445, 3141, 0, 24081, 1, 255, '', '', '', '', 3, 0, 0, 0, 0, 0),
|
||||
(36446, 831, 0, 24082, 1, 255, '', '', '', '', 1, 0, 0, 0, 0, 0),
|
||||
(39095, 65, 0, 0, 1, 255, 'HorseSkinBlack', '', '', '', 1, 0, 0, 0, 0, 0),
|
||||
(39096, 65, 0, 0, 1, 255, 'HorseSkinBrown', '', '', '', 1, 0, 0, 0, 0, 0);
|
||||
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `creaturedisplayinfoextra_dbc` (`ID`, `DisplayRaceID`, `DisplaySexID`, `SkinID`, `FaceID`, `HairStyleID`, `HairColorID`, `FacialHairID`, `NPCItemDisplay1`, `NPCItemDisplay2`, `NPCItemDisplay3`, `NPCItemDisplay4`, `NPCItemDisplay5`, `NPCItemDisplay6`, `NPCItemDisplay7`, `NPCItemDisplay8`, `NPCItemDisplay9`, `NPCItemDisplay10`, `NPCItemDisplay11`, `Flags`, `BakeName`) VALUES
|
||||
(24081, 12, 0, 1, 1, 4, 0, 1, 0, 0, 0, 0, 0, 1883, 0, 0, 0, 13909, 0, 0, 'CreatureDisplayExtra-24081.blp'),
|
||||
(24082, 9, 0, 2, 0, 4, 1, 4, 0, 0, 0, 0, 5904, 1883, 0, 0, 0, 13909, 0, 0, 'CreatureDisplayExtra-24082.blp');
|
||||
Binary file not shown.
BIN
patch-contents/DBFilesClient/CreatureDisplayInfoExtra.dbc
Normal file
BIN
patch-contents/DBFilesClient/CreatureDisplayInfoExtra.dbc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user