SunWellCore icon indicating copy to clipboard operation
SunWellCore copied to clipboard

HoR Quest bug fix for alliance side.

Open tea91 opened this issue 8 years ago • 3 comments

Here is a problem to alliance quest: http://www.wowhead.com/quest=24500/wrath-of-the-lich-king.

Why always ally? /cry

Anyway,,, I found

/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.h

NPC_ARCHMAGE_ELANDRA = 37774,

was wrong. Its not her.

Actually its him. http://www.wowhead.com/npc=37582/archmage-koreln

Its more blizzlike by profit to .cpp

Or if you dont wanna compile.

Here is queries.

INSERT INTO creature_queststarter VALUES (37774, 24500); UPDATE creature_template SET npcflag = 2 WHERE entry IN (37774, 37809);

Entry 37809 is the heoric mode's entry number of ARCHMAGE_ELANDRA(37774).

tea91 avatar Mar 23 '16 02:03 tea91

Thanks, I will Test On retail and confirm.

callmephil avatar Mar 23 '16 03:03 callmephil

If you want to fix .cpp then, you need to profit from POS intro.

There are two ARCHMAGE_ELANDRA(37774)s beside of jaina proudmoore.

Need to change to one of archmage-koreln(37582) from 2 same NPC.

Why always ally (/cry). be compared to Hordes.

Actually

This quest(http://www.wowhead.com/quest=24500/wrath-of-the-lich-king) is a auto accept quest. but its not worked. I cant accept a quest after 1st bosses die.(It means Marwyn's dead.)

tea91 avatar Mar 23 '16 12:03 tea91

@tea91 fix is pit os saron

talamortis avatar Sep 03 '16 19:09 talamortis