2 -- Field Marshal Afrasiabi SAI
4 UPDATE `creature_template`
SET `AIName`
="SmartAI" WHERE `entry`
=@ENTRY
;
5 DELETE FROM `smart_scripts`
WHERE `entryorguid`
=@ENTRY
AND `source_type`
=0;
6 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
7 (@ENTRY
,0,0,1,20,0,100,0,7782,0,0,0,80,@ENTRY
*100+00,2,0,0,0,0,1,0,0,0,0,0,0,0,"Field Marshal Afrasiabi - On Quest 'The Lord of Blackrock' Finished - Run Script"),
8 (@ENTRY
,0,1,0,61,0,100,0,7782,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Field Marshal Afrasiabi - On Quest 'The Lord of Blackrock' Finished - Store Targetlist");
11 SET @ENTRY
:= 1472100;
12 DELETE FROM `smart_scripts`
WHERE `entryorguid`
=@ENTRY
AND `source_type`
=9;
13 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
14 (@ENTRY
,9,0,0,0,0,100,0,1000,1000,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Field Marshal Afrasiabi - On Script - Remove Npc Flag Questgiver"),
15 (@ENTRY
,9,1,0,0,0,100,0,5000,5000,0,0,1,0,8000,0,0,0,0,12,1,0,0,0,0,0,0,"Field Marshal Afrasiabi - On Script - Say Line 0"),
16 (@ENTRY
,9,2,0,0,0,100,0,8000,8000,0,0,1,1,10000,0,0,0,0,12,1,0,0,0,0,0,0,"Field Marshal Afrasiabi - On Script - Say Line 1"),
17 (@ENTRY
,9,3,0,0,0,100,0,3000,3000,0,0,50,179882,21600,0,0,0,0,8,0,0,0,-8925.57,496.042,103.767,2.42801,"Field Marshal Afrasiabi - On Script - Summon Gameobject 'The Severed Head of Nefarian'"),
18 (@ENTRY
,9,4,0,0,0,100,0,6000,6000,0,0,11,22888,0,0,0,0,0,1,0,0,0,0,0,0,0,"Field Marshal Afrasiabi - On Script - Cast 'Rallying Cry of the Dragonslayer'"),
19 (@ENTRY
,9,5,0,0,0,100,0,1000,1000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Field Marshal Afrasiabi - On Script - Add Npc Flag Questgiver");
21 DELETE FROM `creature_text`
WHERE `CreatureID`
IN (14721);
22 INSERT INTO `creature_text`
(`CreatureID`
, `GroupID`
, `
ID`
, `
Text`
, `
Type`
, `
Language`
, `Probability`
, `Emote`
, `Duration`
, `Sound`
, `
comment`
, `BroadcastTextId`
) VALUES
23 (14721, 0, 0, 'Citizens of the Alliance, the Lord of Blackrock is slain! Nefarian has been subdued by the combined might of $N and $Ghis:her; allies!', 14, 0, 100, 0, 0, 0, 'Field Marshal Afrasiabi', 9870),
24 (14721, 1, 0, 'Let your spirits rise! Rally around your champion, bask in $Ghis:her; glory! Revel in the rallying cry of the dragon slayer!', 14, 0, 100, 0, 0, 0, 'Field Marshal Afrasiabi', 9872);