V6 Undead stater area bugs

HellHammer

Silver Supporter
Senior User
239
2014
4
Location
USA
-Garren's Haunt-
  • (quest=24999)planting the seed of fear - no tadpoles are spawned to scare.
-The Bulwark-
  • *The inn doesn't give rested*
  • (quest=25009) At war with the scarlet crusade- only one (npc=1537) scarlet zealot is spawned. (FIXED)
  • (quest=25046) A daughter's embrace - high priest Voss not spawned. @ToDo - Death's Embrace.
 
Last edited:

HellHammer

Silver Supporter
Senior User
239
2014
4
Location
USA
-Silverpine Forest-
  • (quest=26965)The warchief cometh- after watching the cinematic it doesn't give the credit.
  • (quest=27045) Waiting to exsanguinate -after watching the cinematic it doesn't give the credit.
  • (quest=27069) Steel Thunder - crates aren't lootable
  • (quest=27088) its only poisonous if you ingest it - Ettin kills the chicken instead of eating it and it gives no credit.
 
Last edited:

HellHammer

Silver Supporter
Senior User
239
2014
4
Location
USA
-Silverpine forrest-
  • (quest=27094)deeper into darkness - can't target (npc=44906) skitterweb matriarch tells me I'm facing the wrong way.
  • (quest=27097) rise,forsaken - (npc=44951)Agatha doesn't give you the ability to run on the water and she doesn't raise the humans after you kill them so you don't get the credit.
  • (quest=27099) no escape - Human leaders not spawned.
  • (quest=27098) Lordaeron- (npc=45051) lady sylvanas windrunner doesn't move so you can't follow her to complete the quest.
  • *Horde haulers (npc=44731) not working or ride-able.*
 
Last edited:

HellHammer

Silver Supporter
Senior User
239
2014
4
Location
USA
-Sepulcher-
  • (quest=27180) honor the dead - can't loot the bodies to get (item=60862) forsaken insignia.
  • (quest=27181) excising the taint- Only half of the (npc=45195) bloodfang stalker are spawned
  • (quest=27194)cornered and crushed- (npc=45228)master forteski not spawned to turn in the quest.
  • (quest=27195) nowhere to run- (npc=45228)master forteski - doesn't move so you can escort him to get the credit.
 
Last edited:

HellHammer

Silver Supporter
Senior User
239
2014
4
Location
USA
-The forsaken Front-
*Lady sylvanas Windrunner (npc=45617) is aggressive*
 
Last edited:

HellHammer

Silver Supporter
Senior User
239
2014
4
Location
USA
-Forsaken Forward Command-
  • *(npc=453010) korok the colossus- is spawned many times instead of walking a way point.*
  • (quest=27342) in time all will be revealed- (item=60958) wolfsbane not spawned to collect.
  • (quest=27364) on whose orders - Master sergeant Pietro Zaren (npc= 45405) spawned three times.
  • (quest=27401) what tomorrow brings- telescope not spawned.
  • (quest=27406)a man named godfrey- (npc=44369) lord godfrey not spawned.can't turn in quest (npc=45474)deathstalker commander belmont not taking quest.
  • (quest=27423)resistance is futile- Worgen Combatants are friendly. can't turn in quest (npc=45474)deathstalker commander belmont not taking quest.
  • (quest=27438) the great escape - Arthura does not fly you back to complete quest and (npc=45525)lady sylvanas windrunner is aggressive so I can't turn the quest in. I cannot quest any farther from this point.
 
Last edited:

HellHammer

Silver Supporter
Senior User
239
2014
4
Location
USA
I do not know how to make her friendly to able to turn the quest in to continue, any help? or should I move to a new area?
 

ExO

Admin
5,094
2014
1,454
I do not know how to make her friendly to able to turn the quest in to continue, any help? or should I move to a new area?
I'll take a look at Tirisfal Glades, and as you can see I have commented on some of them/fixed, but the clock was something like 4 AM so it was pretty rushy and didn't get a proper look at the bugs.
- Regarding your friendly part, run this into the database:
UPDATE `creature_template` SET `faction_A` = 35 AND `faction_H` = 35 WHERE `entry` = ENTER-ENTRY;

Or just do .npc set faction 35 on the NPC ingame :)
 

HellHammer

Silver Supporter
Senior User
239
2014
4
Location
USA
ok I did .npc set faction 35 she's friendly now but she not accepting quest she has no question mark over her head.
 

Rhisk

Senior User
Veteran Member
67
2016
4
Location
Cuba
Check that the npc have the npcflag 1 (Gossip) and 2 (Quest Giver) on creature_template in the db.

Sorry for my bad english.
 

Rhisk

Senior User
Veteran Member
67
2016
4
Location
Cuba
Ok, show me the npcflag of this npc in creature_template and i check for you. Only need run this sql code in world db:

SELECT npcflag FROM `creature_template` WHERE `entry`=45617;

In case that the npcflag = 2 change for 3 using this:

UPDATE `creature_template` SET `npcflag`=3 WHERE (`entry`=45617);
 
Last edited:
Top