Maiden of Grief Boss Hall_of_stone

bulle7proof

New Member
Joined
Feb 10, 2009
Messages
344
Reaction score
68
Acid script update for Maiden of Grief

Code:
update creature_template set ainame='EventAI' where entry =27975;
DELETE FROM `creature_ai_scripts` WHERE (`creature_id`=27975);
insert into `creature_ai_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
('2797501','27975','4','0','100','6','0','0','0','0','1','-279751','0','0','0','0','0','0','0','0','0','0','Maiden of Grief - Agro Yell'),
('2797502','27975','0','0','100','3','3000','3000','11500','15000','11','50761','4','0','0','0','0','0','0','0','0','0','Maiden of Grief (Normal) - Cast Pillar of Woe'),
('2797503','27975','0','0','100','5','3000','3000','11500','15000','11','59727','4','0','0','0','0','0','0','0','0','0','Maiden of Grief (Heroic) - Cast Pillar of Woe'),
('2797504','27975','0','0','100','7','9000','9000','19500','25000','11','59723','4','0','0','0','0','0','0','0','0','0','Maiden of Grief - Cast Parting Sorrow'),
('2797505','27975','0','0','100','3','15000','19000','19500','25000','11','50760','0','7','0','0','0','0','14','-100','0','0','Maiden of Grief (Normal) - Cast Shock of Sorrow'),
('2797506','27975','0','0','100','5','15000','19000','19500','25000','11','59726','0','7','0','0','0','0','14','-100','0','0','Maiden of Grief (Heroic) - Cast Shock of Sorrow'),
('2797507','27975','0','0','100','3','20000','29000','19500','25000','11','50752','0','0','0','0','0','0','0','0','0','0','Maiden of Grief (Normal) - Cast Storm of Grief'),
('2797508','27975','0','0','100','5','20000','29000','19500','25000','11','59772','0','0','0','0','0','0','0','0','0','0','Maiden of Grief (Heroic) - Cast Storm of Grief'),
('2797509','27975','5','0','100','7','2000','2900','0','0','1','-279753','-279754','-279756','0','0','0','0','0','0','0','0','Maiden of Grief - Yell on kill player'),
('2797510','27975','6','0','100','6','0','0','0','0','1','-279757','0','0','0','0','0','0','0','0','0','0','Maiden of Grief - Die Yell');

DELETE FROM creature_ai_texts where entry in ('-279751','-279752','-279753','-279754','-279755','-279756','-279757');
INSERT INTO `creature_ai_texts` (`entry`,`content_default`,`sound`,`type`,`language`,`comment`) values
('-279751','You shouldn\'t have come...now you will die!','13487','1','0','27975'),
('-279752','So much lost time... that you\'ll never get back!','13492','1','0','27975'),
('-279753','Why must it be this way?','13488','1','0','27975'),
('-279754','You had it coming!','13489','1','0','27975'),
('-279755','My burden grows heavier.','13490','1','0','27975'),
('-279756','This is your own fault!','13491','1','0','27975'),
('-279757','I hope you all rot! I never...wanted...this.','13493','1','0','27975');