What's new

Bug Quest Pierce their heart 13805 7.02 Fix

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
[Name, Type] Quest, Splintertree outpost, Ashenvale, Horde
[What it does] Using the blood of the keldorei has no effect on the forest heart.
[What it should do]give quest credit upon use

http://www.wowhead.com/quest=13805/pierce-their-heart
https://www.youtube.com/watch?v=qww7iJhrLqc&ytbChannel=GitGudGuides

Fix for missing bunny, Conditions, and smart_scripts.
Code:
REPLACE 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 (33765, 0, 0, 0, 8, 0, 100, 0, 63797, 0, 0, 0, 33, 33765, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'OnSpellHit, Credit');

REPLACE INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (13, 1, 63797, 0, 0, 31, 0, 3, 33847, 0, 0, 0, 0, '', NULL);


missing bunny  I noticed another location entry for this npc with very similar numbers, But looked as if it had been truncated.  Should be looked at.

REPLACE INTO `creature` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `walkmode`) VALUES (696599, 33847, 1, 331, 432, 1, 65535, 0, 0, 1819.93, -2654.52, 52.7729, 5.85274, 300, 0, 0, 3052, 0, 0, 0, 0, 0, 0);
 
Top