Type:
Bug
Severity:
Normal
Game version:
Morrowind (Steam)
Concerns:
TR_Mainland
Related Release File:
Found in Version:
Status:
Fixed for Version:
Description:
The reward dialogue is filtered only to the troll being dead, without the deadcount. This results in the questgiver giving you the reward as if you killed the bandits and the troll without the bandits being dead.
Comments
Added the Global DeadCount =
Added the Global DeadCount = 4 to the extra reward dialogue
Patch File:
Merged with a small change -
Merged with a small change - the filter should be for DeadCount >= 4, not = 4. Same reason why we need to filter for Dead >= 1 not Dead = 1 in quests where there's a single kill target.
One other dialogue line from the quest had the same issue so I fixed it as well before merge.