Sign in to follow this  
Followers 0
Tavari

[Declined][Battle for Azeroth]: [Hyjal] Hyjal Warden / Scalding Rock Elemental

1 post in this topic

Title: [Hyjal] Hyjal Warden / Scalding Rock Elemental
Bugtracker Link:


Patch Content:

 

I hope it works. I tested it on my database and it's different to the FS database. I tryed to rewrite a little.
 

 

-- Hyjal Warden
-- NPC 38915
-- Spell 19643

UPDATE creature_template SET AIName="SmartAI", faction=2309 WHERE entry=38915;
DELETE FROM `smart_scripts` WHERE entryorguid=38915;
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`, `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
(38915, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 11000, 14000, 0, 11, 19643, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Combat - Cast Mortal Strike");


-- Scalding Rock Elemental
-- NPC 40229
-- Spell 80638

UPDATE creature_template SET AIName="SmartAI", faction= 2234 WHERE entry = 40229;
DELETE FROM `smart_scripts` WHERE entryorguid=40229;
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`, `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
(40229, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 12000, 14000, 0, 11, 80638, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0," Combat - Cast - Searing Touch");

 

Unbenannt.png.fdbc6366de25d8f7f432949e4cba2488.png

Edited by Tavari

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0