Добрый вечер, не подскажите как исправить ошибку, делаю 1 каст все нормально, делаю 2 каста на SmartAI дает такую ошибку: Код SmartScript::ProcessAction: Entry 95022 SourceType 0, Event 0, Link Event 1 not found or invalid, skipped. Вот сами скрипты REPLACE INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (95022, 0, 0, 1, 1, 0, 100, 1, 16000, 16000, 38000, 38000, 11, 48066, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, ''); REPLACE INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (95022, 0, 1, 0, 1, 0, 100, 0, 25000, 25000, 48000, 48000, 11, 48071, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '');
Сообщение # 1 написано 23.11.2014 в 20:37
|
fix Код DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=95022; INSERT INTO `smart_scripts` VALUES (95022, 0, 0, 0, 1, 0, 100, 0, 16000, 16000, 38000, 38000, 11, 48066, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, ''), (95022, 0, 1, 0, 1, 0, 100, 0, 25000, 25000, 48000, 48000, 11, 48071, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '');
Сообщение # 2 написано 23.11.2014 в 21:04
|