scriptdev2 / scriptdev2-tbc

ScriptDev2 for TBC
http://www.scriptdev2.com
GNU General Public License v2.0
30 stars 28 forks source link

Sethekk Halls: Q 10097: Brother Against Brother #24

Open Undergarun opened 9 years ago

Undergarun commented 9 years ago

Cmangos: [s2298] SD2: [s2837] TBC-DB: Complete and PROPER ClassLevelSTats Data For TBC - Brought To You By (28 Sep 2014) https://github.com/TBC-DB/Database/commits/master

NYI or not working.

http://www.wowhead.com/quest=10097/brother-against-brother

xfurry commented 9 years ago

I think this is not implemented. I'm not sure how is this supposed to be implemented. Probably some missing gossip or some missing script on the cage GO.

I think all can be done in DB, so poke @grz3s.

Rushor commented 9 years ago

from tc

-- Lakka SAI
SET @ENTRY := 18956;
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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`,`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
(@ENTRY,0,0,1,62,0,100,0,7868,0,0,0,33,18956,0,0,0,0,0,7,0,0,0,0,0,0,0,"Lakka - On Gossip Option 0 Selected - Quest Credit 'Brother Against Brother'"),
(@ENTRY,0,1,2,61,0,100,0,7868,0,0,0,9,0,0,0,0,0,0,20,183051,2,0,0,0,0,0,"Lakka - On Gossip Option 0 Selected - Activate Gameobject"),
(@ENTRY,0,2,0,61,0,100,0,7868,0,0,0,41,3000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lakka - On Gossip Option 0 Selected - Despawn In 3000 ms");

for the cage part

xfurry commented 9 years ago

Well... it's not that simple. This npc has a lot of gossips.

Grz3s commented 9 years ago

You may check guids/ids/ etc... not sure if wotlk and TBC uses same ones...