callmephil / SunWellCore

This is lite distribution of SunWellCore. (Sunwell.pl)
38 stars 62 forks source link

HoR Quest bug fix for alliance side. #34

Open tea91 opened 8 years ago

tea91 commented 8 years ago

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).

callmephil commented 8 years ago

Thanks, I will Test On retail and confirm.

tea91 commented 8 years ago

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.)

talamortis commented 8 years ago

@tea91 fix is pit os saron