ZhengPeiRu21 / mod-individual-progression

AzerothCore Individual Progression Module
MIT License
117 stars 54 forks source link

Quest 12687 Problematic NPCs (28782) - Death Knight Bricked #352

Open StraysFromPath opened 2 months ago

StraysFromPath commented 2 months ago

https://www.wowhead.com/wotlk/quest=12687/into-the-realm-of-shadows

This is the dark rider NPC to kill which is untargetable.

https://www.wowhead.com/wotlk/npc=28768/dark-rider-of-acherus

But the bug is that these massive 20k hp elite horses are hostile and kill you during the quest.

https://www.wowhead.com/wotlk/npc=28782/acherus-deathcharger#comments

Wow says the horses are meant to be friendly but as you can see they are killers.

This is not how it is in base azerothcore this is an individual progression issue/change.

image

StraysFromPath commented 2 months ago

A temp fix/workaround is

UPDATE creature_template SET DamageModifier = 0.1 WHERE (entry = 28782);

which sets the chargers to do about 20 damage instead of 300-400.

Grimfeather commented 3 weeks ago

I've tested this. I was able to do the quest. I can manually target the rider by clicking on him.

Image1

The horse did not fight back. Image4

I can take the horse afterwards and complete the quest. Image2

Could you please try to manually target the rider?