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

[3.3.5][6.x][Karazahn] Missing Optional Boss - Hyakiss the Lurker #15756

Closed
Rushor opened this issue Oct 23, 2015 · 1 comment
Closed

[3.3.5][6.x][Karazahn] Missing Optional Boss - Hyakiss the Lurker #15756

Rushor opened this issue Oct 23, 2015 · 1 comment

Comments

@Rushor
Copy link
Contributor

Rushor commented Oct 23, 2015

rev: b2575a0

http://www.wowhead.com/npc=16179/hyakiss-the-lurker#comments:id=37735

By huntergenwedar (2,138 – 4·15) on 2007/02/18 (Patch 2.0.8)
This boss is one of three random bosses that can spawn in the basement (Servants Quarter) of Karazhan once you have killed all of the spiders, bats and hounds in the area. You must kill ALL of them and have the entire area clear, no respawns for one to spawn.

The other bosses are:

http://www.wowhead.com/?npc=16181#z0z (hound, Rokad the Ravager)
http://www.wowhead.com/?npc=16179#z0z (bat, Shadikith the Glider)


Some datatypes are already set in the instancescript, but there is NO script at all for the summon.

case TYPE_OPTIONAL_BOSS: m_auiEncounter[3] = uiData; break;

I think the stuff must be handled like the script for 'the wild eck' in gundrak. if all pre-adds are defeated a boss summons (aka if there is no guid left, npc xy spawns). Here we have the additional difficulty that there is a possiblity that there will be no bossspawn at all. This must be implemeted too.

@Rushor
Copy link
Contributor Author

Rushor commented Feb 6, 2016

removed useless comments, cuz pr is open now for further discussion

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

No branches or pull requests

3 participants