Sunwell Plateu Last bosses

bulle7proof

New Member
Joined
Feb 10, 2009
Messages
344
Reaction score
68
What have done:
-Summons+their scripts
-Darkness
-Entropius on 0% (M'uru have little hp), because on death doesn't work
-Entropius scripted

What haven't done:
-Enrage after 10 min
-Negative Energy don't work
-Summon visual effects
-Entropius on death+remove M'uru corpse

Need:
-M'uru disable move (Kil'jaeden too)

Code:
#Muru
DELETE FROM `eventai_scripts` WHERE `creature_id`=25741;
INSERT INTO `eventai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES
('2574101', '25741', '0', '0', '100', '1', '10000', '10000', '60000', '60000','12','25798','4','1800000','12','25799','4','1800000','0','0','0','0','Humaniods'),
('2574102', '25741', '0', '0', '100', '1', '30000', '30000', '30000', '30000','11','45988','0','0','0','0','0','0','0','0','0','0','Void Sentinels'),
('2574103', '25741', '0', '0', '50', '1', '60000', '60000', '2000', '4000','11','46008','1','0','0','0','0','0','0','0','0','0','Negative Energy'),
('2574104', '25741', '0', '0', '85', '1', '44000', '44000', '44000', '46000','11','45996','0','0','0','0','0','0','0','0','0','0','Darkness'),
('2574105', '25741', '2', '0', '95', '1', '10', '5', '300000', '500000','11','26662','0','0','0','0','0','0','0','0','0','0','Enrage'),
('2574106','25741','6','0','100','0','0','0','0','0','12','25840','4','1800000','4','12560','0','0','0','0','0','0','Summon Entropius after Muru is death');

#Void Sentinel
DELETE FROM `eventai_scripts` WHERE `creature_id`=25772;
INSERT INTO `eventai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES
('2577200', '25772', '0', '0', '100', '1', '2000', '2000', '5000', '5000','11','46081','1','0','0','0','0','0','0','0','0','0','Cast Shadow Pulse'),
('2577201', '25772', '0', '0', '100', '1', '10000', '10000', '20000', '22500','11','46161','1','0','0','0','0','0','0','0','0','0','Cast Void Blast');

#Shadowsword Fury Mage
DELETE FROM `eventai_scripts` WHERE `creature_id`=25799;
INSERT INTO `eventai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES
('2579900', '25799', '0', '0', '100', '0', '0', '0', '10000', '10000','11','46102','0','0','0','0','0','0','0','0','0','0','Cast Spell Fury'),
('2579901', '25799', '0', '0', '100', '1', '1000', '1000', '2000', '3000','11','46101','4','0','0','0','0','0','0','0','0','0','Cast Fel Fireball');

#Shadowsword Berserker
DELETE FROM `eventai_scripts` WHERE `creature_id`=25798;
INSERT INTO `eventai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES
('2579800', '25798', '0', '0', '100', '1', '10000', '10000', '5000', '6500','11','46160','0','0','0','0','0','0','0','0','0','0','Cast Flurry');


#Entropius
DELETE FROM `eventai_scripts` WHERE `creature_id`=25840;
INSERT INTO `eventai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES
('2584001', '25840', '0', '0', '95', '1', '10000', '10000', '5000', '6000','11','46289','1','0','0','0','0','0','0','0','0','0','Negative energy'),
('2584002', '25840', '0', '0', '100', '1', '20000', '20000', '15000', '17500','11','46242','0','0','0','46228','0','0','0','0','0','0','Black Hole'),
('2584003', '25840', '2', '0', '95', '1', '10', '5', '300000', '500000','11','26662','0','0','0','0','0','0','0','0','0','0','Enrage');

#Mangos DB
UPDATE `creature_template` SET `ScriptName`='mob_eventai' WHERE `entry`=25741;
UPDATE `creature_template` SET `ScriptName`='mob_eventai' WHERE `entry`=25840;
UPDATE `creature_template` SET `ScriptName`='mob_eventai' WHERE `entry`=25772;
UPDATE `creature_template` SET `ScriptName`='mob_eventai' WHERE `entry`=25799;
UPDATE `creature_template` SET `ScriptName`='mob_eventai' WHERE `entry`=25798;

EventAI v2.0.0 is required and acid 0.1.0+