WoWManiaUK / Blackwing-Lair

WoW-Reign - Blackwing Lair - 4.3.4 PvP Realm
https://wow-reign.com/
27 stars 13 forks source link

[Quest] Crisis Managment - ID 28002- Uldum #268

Open ghost opened 5 years ago

ghost commented 5 years ago

Quest - https://www.wowhead.com/quest=28002/crisis-management NPC -https://www.wowhead.com/npc=47670You are to speak with the people however when targeted they say the required thing but it doesn't mark it off the quest line. world of warcraft 21_12_2018 16_39_53 world of warcraft 21_12_2018 16_40_01 world of warcraft 21_12_2018 16_40_39

ghost commented 5 years ago

https://github.com/WoWManiaUK/Blackwing-Lair/issues/1910#issue-444678110

Echinaceax commented 4 years ago

not fixed @Kitzunu i just tested this on dev as part of my re trace for uldum

whats happening https://github.com/WoWManiaUK/Blackwing-Lair/issues/268#issue-393521756

what should happen Belloc Brightblade wants you to reassure the guests at Schnottz's Landing.

https://www.wowhead.com/quest=28002/crisis-management#videos:id=88495

Kitzunu commented 4 years ago
/*
TODO:
1. fix so gossip option shows
2. fix emote
4. fix gossip texts (check https://www.youtube.com/watch?v=rpBzdiQy6Cg for ref)
*/

UPDATE `creature_template` SET `type_flags`=`type_flags`|134217728 WHERE `entry` IN (47461, 47472, 47514, 47187);
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN (47461, 47472, 47514, 47187);
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (47461, 47472, 47514, 47187) AND `source_type`=0;
INSERT 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`,`event_param5`,`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
(47461,0,0,0,1,0,100,0,8000,16000,8000,16000,0,5,18,0,0,0,0,0,1,0,0,0,0,0,0,0,"Prolific Writer - OOC - Play emote OneShotCry"), -- Need to be changed to correct emote
(47461,0,1,0,62,0,100,0,12217,0,0,0,0,85,88617,0,0,0,0,0,7,0,0,0,0,0,0,0,"Prolific Writer - Gossip Option Select - Self Cast 'Kill Credit'"),
(47472,0,0,0,1,0,100,0,8000,16000,8000,16000,0,5,18,0,0,0,0,0,1,0,0,0,0,0,0,0,"Privileged Socialite - OOC - Play emote OneShotCry"), -- Need to be changed to correct emote
(47472,0,1,0,62,0,100,0,12267,0,0,0,0,85,88617,0,0,0,0,0,7,0,0,0,0,0,0,0,"Privileged Socialite - Gossip Option Select - Self Cast 'Kill Credit'"),
(47514,0,0,0,1,0,100,0,8000,16000,8000,16000,0,5,18,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pretentious Businessman - OOC - Play emote OneShotCry"), -- Need to be changed to correct emote
(47514,0,1,0,62,0,100,0,12269,0,0,0,0,85,88617,0,0,0,0,0,7,0,0,0,0,0,0,0,"Pretentious Businessman - Gossip Option Select - Self Cast 'Kill Credit'"),
(47187,0,0,0,1,0,100,0,8000,16000,8000,16000,0,5,18,0,0,0,0,0,1,0,0,0,0,0,0,0,"Budding Artist - OOC - Play emote OneShotCry"), -- Need to be changed to correct emote
(47187,0,1,0,62,0,100,0,12283,0,0,0,0,85,88617,0,0,0,0,0,7,0,0,0,0,0,0,0,"Budding Artist - Gossip Option Select - Self Cast 'Kill Credit'");

So I officially give up :D For some reason I cannot make the gossip_menu_option show. anyhow @Rushor you have the todo list and current script there :)

Echinaceax commented 3 years ago

The NPCs that was there on Angels report are now not there

https://www.wowhead.com/npc=47516 https://www.wowhead.com/npc=47519 https://www.wowhead.com/npc=47520 https://www.wowhead.com/npc=47707

are all missing now not sure why

UPDATE after being phased by a GM the npcs are here

Echinaceax commented 3 years ago

once in correct phase npcs are there

still no dialog

Waiting BQ command