What's new

Needlebeak Fixes

orangefire

Gold Supporter
MoP Premium
Veteran Member
112
2021
91
When I did Crane Mastery: Needlebeak I was first struck by the presence of two copies of this unique named creature and second by the fact that it made no effort to attack me while I fought it, so I decided to pull the creature up in my database and figure out what was going on. For some reason it was setup as a vehicle??? Strange bug but I took that off and it behaved normally. I also deleted the duplicate spawn and scripted it to use the spells it's supposed to have while I was there so it wouldn't just autoattack.

SQL:
REPLACE INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `difficulty_entry_4`, `difficulty_entry_5`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `exp_unk`, `faction_A`, `faction_H`, `npcflag`, `npcflag2`, `speed_walk`, `speed_run`, `scale`, `rank`, `mindmg`, `maxdmg`, `dmgschool`, `attackpower`, `dmg_multiplier`, `baseattacktime`, `rangeattacktime`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_class`, `trainer_race`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `type_flags`, `type_flags2`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `spell5`, `spell6`, `spell7`, `spell8`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `HoverHeight`, `Health_mod`, `Mana_mod`, `Mana_mod_extra`, `Armor_mod`, `RacialLeader`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `movementId`, `RegenHealth`, `VignetteID`, `TrackingQuestID`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES (63796, 0, 0, 0, 0, 0, 0, 0, 45416, 0, 0, 0, 'Needlebeak', 'Lord of the Flock', NULL, 0, 87, 87, 4, 0, 1711, 1711, 0, 0, 1, 1.14286, 1, 0, 7052, 11989, 0, 29269, 1, 2000, 2000, 1, 32768, 0, 0, 125, 0, 0, 0, 0, 0, 0, 1, 2147483649, 0, 63796, 0, 0, 0, 0, 0, 0, 0, 0, 124515, 124517, 124517, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 3, 1, 2, 1, 1, 1, 0, 85854, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, '', 18414);
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (63796, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 12000, 15000, 11, 124515, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 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`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (63796, 0, 1, 0, 0, 0, 100, 0, 9000, 13000, 9000, 13000, 11, 124517, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, '');
DELETE FROM `creature` WHERE `guid`=517838;
 
Top