mcanythingreally / McWoWCata

Cata WoW bug testing
0 stars 0 forks source link

Dk start zone problems. #20

Open ghost opened 8 years ago

ghost commented 8 years ago

A list of bugs in the DK starting zone.

Eye of Archerus does not auto move to the town, you have to manually fly it.(Thinking It's a DB problem, NPC 28511)


Traveling from Archerus to the ground via skeletal gryphons causes a DC.


The Death Knight Initiates on gryphons should be in the air instead of falling to the ground.

Only way I can think of fixing this is by making a copy of them, setting Inhabittype to 4, then changing all the flying Initiates to the new creature ID.

Might not work though.


Grand Theft Palamino does not work? It auto completes.


Dueling Death Knight Initiates, they should be the one talking. Not the player.


All the Scourge Sky Darkeners should not attack any hostile creatures, same with Orithos the Sky Darkener.

This should fix it: -- Sky Darkeners. UPDATE creature_template SET flags_extra = 2 WHERE (entry = 28642);

-- Orithos the Sky Darkener UPDATE creature_template SET flags_extra = 2 WHERE (entry = 28647);


Quest Gothik the harvester should be picked up from npc prince valanar(28658).

instead Gothik(28377) has it.

This May fix it.

-- Gothik Quest Fix? DELETE FROM creature_queststarter WHERE (quest = 12697) AND (id IN (28377, 28377)); DELETE FROM creature_queststarter WHERE (quest = 12697) AND (id IN (28658, 28658)); INSERT INTO creature_queststarter (id, quest) VALUES (28658, 12697);


Mine Cart is missing for quest Massacre at Light's Point, this makes doing the quest very hard.

The Gryphon at the end also leaves you behind after your done, you cannot move after using it.

After a bit you get teleported back though.


Val'Kyr Battle Maidens are standing in the air, should be flying.


Quest How to win Friends and Influence Enemies auto completes.


NPC Scarlet Commander Rodrick's HP to low? he died in like 4 hits.


During quest "A meeting with fate" your mount should be a scarlet horse instead of Acherus DeathCharger.

Scarlet Crusade Disguise should turn off after turning in the above quest.


Quest "The Scarlet Apocalypse".

When you pick the quest up you change phases, there are no creatures other than darion morigraine and Scourge commander Thalanor in acherus in this phase.

You cannot get back down stairs do to the lack of Gryphons.

The rest of the creatures should also still be in acherus in this phase as well.


Zone cannot be completed due to the above.