Looking4Group / L4G_Core

Looking4Group Core
http://looking4group.eu
GNU General Public License v2.0
37 stars 73 forks source link

Nightbane Flying Phase #2208

Open Xadras opened 8 years ago

Xadras commented 8 years ago

Originally reported by: Schaiwo (Bitbucket: Schaiwo, GitHub: Unknown)


After each flying Phase Nightbane takes a very long time to reach the ground again. Ranged DPS can easily take out 5% of his HP each time hes landing, while Healers can refill almost all of their Mana, making the Encounter way too easy.


Xadras commented 7 years ago

Original comment by Anon X (Bitbucket: Anonx, GitHub: Anonx):


https://github.com/Looking4Group/L4G_Core/pull/178

Xadras commented 8 years ago

Original comment by hitpoint (Bitbucket: hitpoint, GitHub: hitpoint):


His feet should touch the ground 57 seconds after taking off. He is still landing 15 seconds too late. Is it possible to speed it up more? 15 free seconds of range dps and mana regen for healers during each flight phase is still a big deal.

Xadras commented 8 years ago

Original comment by A Buescher (Bitbucket: BuschaZ, GitHub: Unknown):


This is fixed on live.

Xadras commented 8 years ago

Original comment by Tr1n1ty (Bitbucket: Tr1n1ty_, GitHub: Unknown):


This really trivializes the encounter and shoud be fixed soon.

Works on my local core with a hackfix using

m_creature->SetSpeed()

with correct values (and ofc resetting them when he is on the ground again), else the waypoints coud be changed ( not rly blizzlike ), also there is a delay before he starts flying down to P1 again where he doesn't breath or anything

Xadras commented 8 years ago

Original comment by hitpoint (Bitbucket: hitpoint, GitHub: hitpoint):


He's staying in the air for at least 40-60 seconds too long (the flight length varies on our server). His first flight phase looks to be around 1 minute 55 seconds on this server. 1:36 and lands at 3:31.

https://www.twitch.tv/painmachine69/v/68673252?t=01m56s

His second and third third flight phase looks to be 1:40 and 1:30. He takes off at 5:04 and lands at 6:44 of this video. Takes off at 7:50 and lands at 9:20.

https://www.twitch.tv/painmachine69/v/68673252?t=07m49s

Video's from retail:

Takes off at 2:03 and lands at 2:58. ~55 seconds. The DBM in this video counts down the flight phase at 57 seconds and looks to be correct. And the same length of time for every flight phase.

https://youtu.be/926Z2HnE9IU?t=123

Takes off at 2:37 and lands at 3:37. ~60 seconds.

https://youtu.be/t5F9CsD4McE

Takes off at 2:53 and lands at 3:43. ~50 seconds. Despite the upload date I think this was a top guild in TBC?

https://youtu.be/oAywfa6nuK4?t=171

Xadras commented 8 years ago

Original comment by Anon X (Bitbucket: Anonx, GitHub: Anonx):


speed up.