AzerothWarsLR / WarcraftLegacies

This is a complete rewrite of the Warcraft 3 map Azeroth Wars: Legacy Reborn written in C#.
MIT License
12 stars 7 forks source link

Draenei quest to repair generator does not complete above 5000 hp #3115

Open vampirika opened 4 months ago

vampirika commented 4 months ago

The hp of generator increased with capital/gate hp (?) so fully repairing it does not fulfil the requirement to "repair to 5000 hp". Damaging it to below the threshold of 5000 (e.g 4900/8100 hp) and repairing to 5000 completes the quest.

YakaryBovine commented 4 months ago

I can't replicate this issue. Here's what I tried:

  1. Cheat -complete "a new home"
  2. Cheat -hp 4998 on the Dimensional Generator
  3. Cheat -skipturns 1 to kick off the HP increase
  4. Observation: quest completed

TurnBasedHitpointsManager actually heals the capital so I'm not sure when it wouldn't trigger the objective completion. Moving to "needs reproduction steps" column.

vampirika commented 4 months ago

Didn't save the replay where it occured, not sure what condition meant it didn't complete and haven't been able to replicate in testing thus far.