cmangos / issues

This repository is used as a centralized point for all issues regarding CMaNGOS.
179 stars 47 forks source link

[TBC] First Underbog BOSS Hungafaren is regenerating too much HP (Normal Mode) #1757

Closed CabrasDaPeste closed 5 years ago

CabrasDaPeste commented 5 years ago

Current behavior: When Hungafaren gets low HP, we will cast in himself the spell Foul Spores, snares himself and starts healing. But the heal is way too strong.

Expected behavior: He should heal only 10% of this max life.

Steps to reproduce:

  1. level up 60+
  2. .go creature 5460101
  3. Engage fight with him until 25% HP.

Observation: On heroic mode works fine.

Client version: 2.4.3

Commit hash: e2daaea6c984f116559e4630c8e011acfbdae9fe

Database version: TBC-DB Latest

Operating system: Debian 9

AnonXS commented 5 years ago

https://github.com/cmangos/mangos-tbc/blob/be8c47ff9d30a8eb52edae850f439116e5479f40/src/game/AI/ScriptDevAI/scripts/outland/coilfang_reservoir/underbog/boss_hungarfen.cpp#L28

spell=31673

I'll recheck if there is another spell used in normal, but i doubt it. https://wow.gamepedia.com/Hungarfen

When he hits 20% he will begin using Foul Spores. ALL party members, including the tank, should move away from Hungarfen so no one takes damage from the AoE, and he doesn't heal himself. The Foul Spores portion is identical to normal mode.

CabrasDaPeste commented 5 years ago

We will re-test it. Ty.

jimmybrancaccio commented 5 years ago

That sounds good @CabrasDaPeste Please let us know the results.

CabrasDaPeste commented 5 years ago

Indeed @AnonXS, you were right all along. I aways try to search before open an Issue, but seems that this reasearch wasn't deep enough. I'll close this now.