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

this boss is really old one. and never had any spells. from 3.0.9.

Prince Taldaram
http://www.wowhead.com/?npc=29308

Код:
DELETE FROM `creature_ai_scripts` WHERE `creature_id`=29308;
INSERT INTO `creature_ai_scripts` VALUES 
('2930851', '29308', '4', '0', '100', '6', '0', '0', '0', '0', '1', '-293081', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'taldaram aggro'),
('2930852', '29308', '4', '0', '100', '24', '0', '0', '0', '0', '1', '-293081', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'taldaram aggro'),
('2930853', '29308', '0', '0', '100', '7', '8000', '10000', '10000', '15000', '11', '55968', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'taldaram Bloodthirst'),
('2930854', '29308', '0', '0', '100', '25', '8000', '10000', '10000', '15000', '11', '55968', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'taldaram Bloodthirst H'),
('2930855', '29308', '0', '0', '100', '7', '10000', '14000', '17000', '50000', '11', '55931', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'taldaram Conjure Flame Sphere'),
('2930856', '29308', '0', '0', '100', '25', '10000', '14000', '17000', '50000', '11', '55931', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'taldaram Conjure Flame Sphere H'),
('2930857', '29308', '0', '0', '100', '7', '21000', '25000', '26000', '50000', '11', '55959', '1', '0', '1', '-293082', '-293083', '0', '0', '0', '0', '0', 'taldaram Embrace of the Vampyr'),
('2930858', '29308', '0', '0', '100', '25', '21000', '25000', '26000', '50000', '11', '59513', '1', '0', '1', '-293082', '-293083', '0', '0', '0', '0', '0', 'taldaram Embrace of the Vampyr H'),
('2930859', '29308', '0', '0', '100', '7', '45000', '60000', '49000', '50000', '11', '55964', '0', '0', '1', '-293084', '-293085', '0', '0', '0', '0', '0', 'taldaram vanish'),
('2930860', '29308', '0', '0', '100', '25', '45000', '60000', '49000', '50000', '11', '55964', '0', '0', '1', '-293084', '-293085', '0', '0', '0', '0', '0', 'taldaram vanish H'),
('2930861', '29308', '5', '0', '100', '7', '1000', '5000', '0', '0', '1', '-293086', '-293087', '-293088', '0', '0', '0', '0', '0', '0', '0', '0', 'taldaram kill'),
('2930862', '29308', '6', '0', '100', '30', '0', '0', '0', '0', '1', '-293089', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'taldaram death');
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = '29308';
UPDATE `creature_template` SET `scriptname` = '' WHERE `entry` = '29308';


INSERT IGNORE INTO `creature_ai_texts` VALUES ('-293081', 'I will feast on your remains.', '', '', '', '', '', '', '', '', '14360', '1', '0', '0', 'taldaramaggro');
INSERT IGNORE INTO `creature_ai_texts` VALUES ('-293082', 'So... appetizing', '', '', '', '', '', '', '', '', '14363', '1', '0', '0', 'taldaram feed1');
INSERT IGNORE INTO `creature_ai_texts` VALUES ('-293083', 'Fresh, warm blood... it has been too long.', '', '', '', '', '', '', '', '', '14364', '1', '0', '0', 'taldaram feed2');
INSERT IGNORE INTO `creature_ai_texts` VALUES ('-293084', 'Your heartbeat is... music to my ears.', '', '', '', '', '', '', '', '', '14361', '1', '0', '0', 'taldaram vanished1');
INSERT IGNORE INTO `creature_ai_texts` VALUES ('-293085', 'I am nowhere. I am everywhere. I am the watcher unseen.', '', '', '', '', '', '', '', '', '14362', '1', '0', '0', 'taldaram vanished2');
INSERT IGNORE INTO `creature_ai_texts` VALUES ('-293086', 'Thalassian', '', '', '', '', '', '', '', '', '14365', '1', '0', '0', 'taldaram kill');
INSERT IGNORE INTO `creature_ai_texts` VALUES ('-293087', 'I will drink no blood before it\'s time.', '', '', '', '', '', '', '', '', '14366', '1', '0', '0', 'taldaram kill');
INSERT IGNORE INTO `creature_ai_texts` VALUES ('-293088', 'One... final... embrace.', '', '', '', '', '', '', '', '', '14367', '1', '0', '0', 'taldaram kill');
INSERT IGNORE INTO `creature_ai_texts` VALUES ('-293089', 'Still... I hunger... still... I thirst.', '', '', '', '', '', '', '', '', '14368', '1', '0', '0', 'taldaram death');
old post checked and fixed many times. no Loading errors.
mangos core: 9293
VENOM вне форума