Показать сообщение отдельно
Старый 04.02.2010, 13:44   #6
VENOM
Пользователь
 
Аватар для VENOM
 
Регистрация: 08.11.2009
Адрес: Недоступно
Сообщений: 38
Сказал(а) спасибо: 60
Поблагодарили 47 раз(а) в 27 сообщениях
VENOM Скоро придёт к известности
По умолчанию

Bronjahm <Godfather of Souls>
http://www.wowhead.com/?npc=36497

One boss from Forge of Souls

Код:
DELETE FROM `creature_ai_scripts` WHERE (`creature_id`=36497);
INSERT INTO `creature_ai_scripts` VALUES 
( 3649751, 36497, 4, 0, 100, 30, 0, 0, 0, 0, 1, -364971, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Bronjahm aggro'),
( 3649752, 36497, 0, 0, 100, 7, 10000, 15000, 15000, 20000, 11, 68793, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Bronjahm Magic\'s Bane'),
( 3649753, 36497, 0, 0, 100, 25, 10000, 15000, 15000, 20000, 11, 69050, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Bronjahm Magic\'s Bane H'),
( 3649754, 36497, 0, 0, 100, 25, 2000, 4000, 6000, 10000, 11, 70043, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Bronjahm Shadow bolt H'),
( 3649755, 36497, 0, 0, 100, 7, 2000, 4000, 6000, 10000, 11, 70043, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Bronjahm Shadow bolt'),
( 3649756, 36497, 0, 0, 100, 7, 15000, 20000, 20000, 30000, 11, 68839, 1, 0, 1, -364972, 0, 0, 0, 0, 0, 0, 'Bronjahm Corrupt Soul'),
( 3649757, 36497, 0, 0, 100, 25, 15000, 20000, 20000, 30000, 11, 68839, 1, 0, 1, -364972, 0, 0, 0, 0, 0, 0, 'Bronjahm Corrupt Soul H'),
( 3649758, 36497, 0, 0, 100, 31, 15000, 20000, 20000, 30000, 12, 36535, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Bronjahm summon corrupt'),
( 3649759, 36497, 2, 0, 100, 6, 30, 0, 0, 0, 11, 68872, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bronjahm cast Soulstorm'),
( 3649760, 36497, 2, 0, 100, 24, 30, 0, 0, 0, 11, 68872, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bronjahm cast Soulstorm H'),
( 3649761, 36497, 2, 0, 100, 7, 100, 30, 10000, 15000, 11, 68950, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Bronjahm cast Fear'),
( 3649762, 36497, 2, 0, 100, 25, 100, 30, 10000, 15000, 11, 68950, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Bronjahm cast Fear H'),
( 3649763, 36497, 6, 0, 100, 30, 0, 0, 0, 0, 4, 16598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Bronjahm death'),
(3649764, 36497, 5, 0, 100, 7, 5000, 6000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -364973, 0, 0, 'Bronjahm Kill player');
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = '36497';
UPDATE `creature_template` set `Scriptname`='' WHERE `entry` = '36497';

DELETE FROM `creature_ai_texts` WHERE `entry` in (-364971, -364972, -364973);
INSERT IGNORE INTO `creature_ai_texts` VALUES ('-364971', 'Finely acceptive audience', '', '', '', '', '', '', '', '', '16595', '1', '0', '0', 'Bronjahm aggro');
INSERT IGNORE INTO `creature_ai_texts` VALUES ('-364972', 'I will sever your soul from your body.', '', '', '', '', '', '', '', '', '16600', '1', '0', '0', 'Bronjahm corrupt soul');
INSERT IGNORE INTO `creature_ai_texts` VALUES ('-364973', 'Another soul to strengthen in the host', '', '', '', '', '', '', '', '', '16597', '1', '0', '0', 'Bronjahm corrupt soul');

DELETE FROM `creature_ai_scripts` WHERE (`creature_id`=36535);
INSERT INTO `creature_ai_scripts` VALUES ('3653551', '36535', '11', '0', '100', '7', '0', '0', '0', '0', '3', '7409', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'Corrupted Soul Fragment ');
INSERT INTO `creature_ai_scripts` VALUES ('3653552', '36535', '11', '0', '100', '25', '0', '0', '0', '0', '3', '7409', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'Corrupted Soul Fragment ');
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = '36535';
UPDATE `creature_template` set `Scriptname`='' WHERE `entry` = '36535';
the npc his summoning displayid is invisible becose mangos isnt supporting such npcs displayes. so i changed it using EventAI.

Последний раз редактировалось VENOM; 04.02.2010 в 18:52.
VENOM вне форума