Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sethekk Halls: Q 10097: Brother Against Brother #24

Open
Undergarun opened this issue Apr 14, 2015 · 4 comments
Open

Sethekk Halls: Q 10097: Brother Against Brother #24

Undergarun opened this issue Apr 14, 2015 · 4 comments

Comments

@Undergarun
Copy link

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
Copy link
Member

xfurry commented Apr 19, 2015

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
Copy link

Rushor commented Apr 19, 2015

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
Copy link
Member

xfurry commented Apr 19, 2015

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

Grz3s added a commit to unified-db/Database that referenced this issue Aug 19, 2015
Quest can be completed now
- gossip corrected
- script added
- also available in Heroic Mode

Should also solve:
scriptdev2/scriptdev2-tbc#24
@Grz3s
Copy link

Grz3s commented Aug 19, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants