Показать сообщение отдельно
Старый 05.03.2014, 14:27   #1
geoburn
Новичок
 
Регистрация: 09.01.2011
Сообщений: 16
Сказал(а) спасибо: 15
Поблагодарили 3 раз(а) в 3 сообщениях
geoburn На верном пути
По умолчанию Blackwing Lair, some fixes.

Some fixes for Blackwing Lair:
* Razorgore the Untamed, need to have Spell Fireball Volley 22425 when is controlled by player (ytdb has the same spell1 and spell2).
* Vaelastrasz the Corrupt: The boss does not start the event because has a wrong gossip_menu_id, core is calling gossip_menu_id 21334 like you can see in: https://github.com/TrinityCore/Trini...aelastrasz.cpp line 36.

Цитата:
-- Razorgore the Untamed - added Spell Fireball Volley
UPDATE `creature_template` SET `spell1` = 22425 WHERE `entry` = 12435;

-- Vaelastrasz the Corrupt
UPDATE `creature_template` SET `gossip_menu_id` = 21333 WHERE `entry` = 13020;
-- Gossip fix
UPDATE `gossip_menu_option` SET `menu_id` = 21333, `action_menu_id` = 21334 WHERE `menu_id` = 6021;
UPDATE `gossip_menu_option` SET `menu_id` = 21334 WHERE `menu_id` = 6101;
-- Stop movement
UPDATE `creature` SET `MovementType` = 0 WHERE `id` = 13020;

-- Portcullis need to be clicked to open
UPDATE `gameobject_template` SET `faction` = 0 WHERE `entry` = 179364;

Последний раз редактировалось geoburn; 05.03.2014 в 22:41. Причина: edit 17936 to 179364;
geoburn вне форума