Показать сообщение отдельно
Старый 17.02.2016, 21:10   #3
Offside
Пользователь
 
Регистрация: 05.11.2009
Адрес: Сыктывкар
Сообщений: 34
Сказал(а) спасибо: 9
Поблагодарили 14 раз(а) в 13 сообщениях
Offside На верном пути
Отправить сообщение для Offside с помощью ICQ
По умолчанию

Код:
#Condition
INSERT INTO `conditions` (`condition_entry`, `type`, `value1`) VALUES ('4000', '32', '65455');
#Check Aura
INSERT INTO `dbscripts_on_creature_death` (`id`, `delay`, `command`, `datalong`, `data_flags`, `comments`) VALUES ('2002', '1', '34', '4000', '8', 'terminate script target without aura');
INSERT INTO `dbscripts_on_creature_death` (`id`, `delay`, `command`, `datalong`, `data_flags`, `comments`) VALUES ('2003', '1', '34', '4000', '8', 'terminate script target without aura');
INSERT INTO `dbscripts_on_creature_death` (`id`, `delay`, `command`, `datalong`, `data_flags`, `comments`) VALUES ('2004', '1', '34', '4000', '8', 'terminate script target without aura');
INSERT INTO `dbscripts_on_creature_death` (`id`, `delay`, `command`, `datalong`, `data_flags`, `comments`) VALUES ('2005', '1', '34', '4000', '8', 'terminate script target without aura');
#killcredit
INSERT INTO `dbscripts_on_creature_death` (`id`, `delay`, `command`, `datalong`, `comments`) VALUES ('2002', '2', '8', '34440', 'killcredit');
INSERT INTO `dbscripts_on_creature_death` (`id`, `delay`, `command`, `datalong`, `comments`) VALUES ('2003', '2', '8', '34440', 'killcredit');
INSERT INTO `dbscripts_on_creature_death` (`id`, `delay`, `command`, `datalong`, `comments`) VALUES ('2004', '2', '8', '34440', 'killcredit');
INSERT INTO `dbscripts_on_creature_death` (`id`, `delay`, `command`, `datalong`, `comments`) VALUES ('2005', '2', '8', '34440', 'killcredit');
Осталось реализовать: После применения ауры спелла 65455 на НПЦ 2002, 2003, 2004 или 2005 они должны умереть.
__________________
Team DDaudio
Offside вне форума   Ответить с цитированием