Re-script Alexstrasza the Life-Binder at the Wrathgate to implement a missing event as well to play the wrathgate video which was already scripted,
This only deals with phasing at Angrathar the Wrathgate and The Court of Skulls, it does not touch the Kor'kron vanguard or Fourdragon Hold as even though have in sniff that I gain aura http://www.wowhead.com/spell=58918 in sniff in those zones and the have the ids for the fleeing horde and alliance soldiers on retail these are screaming but cant find any auras or even sound ids relating to that in sniff
Closes#10750
Really script this quest so it worked, previously Margrave Dhakar, Morbidus and Ebon Blade Veteran where all missing, Margrave Dhakar was missing gossip, if npcs where spawned then event would start but Morbidus would never attack back or reset even though would give credit when killed,
Also the lick king was using wrong teleport visual spell in cpp was using simple teleport when sniff said he casted ethereal teleport.
Will proceed to tidy cpp shortly,
CPP > SAI conversion of script for "Stinky" Ignatz
* Now despawns the Bogbean Plant (GO) when says emote to says picks it
* Adds all texts as even though cpp had script to talk there where no texts for this npc in db.
Fix script on ancient orc ancestor previous script was taking scenic route to script this quest ie running script on spellhit which killed self and then had event to spawn the darkened spirit on death (I have redudced 7 lines of sai to 3 and lost nothing in process)
Also ninja fix the mammoth issue
Closes#13656Closes#13655
* Prerequisites for Judgment at the Eye of Eternity and Heroic: Judgment at the Eye of Eternity,
* Prevent image of loken and Warlord Jin'arrak from aggroing on player when summoned for scripted events.
Update after 84fdc55db8 as this was failing to give quest credit
* Fix quest credit for this quest was failing due to using target 7, works with 23
* The Erratic sentrys will now despawn when hit by spell rather than letting player summon 5 erratic sentrys from one mob
1) Nerub'Ar Victim by DDuarte closes#13621
2) Search for Incendicite by Exodius closes#13309
3) Feeding Arngrim closes#12826
4 ) CPP > DB Conversions (What's Haunting Witch Hill and of Keys and Cages closes#12645
Yes of Keys and Cages again, the previous commit was not most recent version of script
Believe original author of this fix may be @VincentMichael its tested anyway and fixes https://github.com/TrinityCore/TrinityCore/issues/11258
Fixes it so you dont get the full achievement by sitting in any char regardless of whether wearing pilgrims robe, dress or attire or not and without having to sit in any other city.
Changes to script for this quest as this was broken after some recent changes to tc
Basically if a creature changes entry then trys to say text on the new entry this will fail and no text will be displayed know this was generating run time errors before but it did work now fails,
Also can no longer use smart action 36 to change entry as if you do sai on new entry will not run at all the only way I could fix this was to despawn original npc and spawn saurfang as new npc then script works,
If entry changed with sai action 36 do db scripting will work on the template entry which script updates too, also all texts will fail on new entry and ofc any events which rely on text over.
1) Return to resting, remove non repeatable flags which were making it so quest would only work for 1 player per server restart
2) Stop invisible NPC Rodin Quest Credit http://www.wowhead.com/npc=24889 from attacking players while trying to do return to resting
3) Fix phasing of crusader bridenbrad so is visible for a tale of valor
4) Drops of quest starter item metzens writings
5) Fix starting of event for Tirions Gambit
1) Doing Your Duty, player will now receive Partially Processed Amberseeds when the indisposed buff from using the outhouse wares off
2) Second Chances, lord commander arete will now spawn when aretes gate is summoned rather than quest completing but the quest ender never spawning
3) Foundation for revenge quest credit
4) Im not dead yet, fix quest credit
The amphitheatre of anguise should continue regardless as wether player completed http://www.wowhead.com/quest=12932 or http://www.wowhead.com/quest=12954 as first quest in chain, not only if player did 12932 (quest offered if player did not do nagrand quests), if 12954 was taken no further quest would be offered once returned.
* Fix an error with spellfocus with previous conditions
* Battle for Hilsbrad so previous quest links to correct quest and not one which is disabled as depreciated quest, ie quest 14351 replaced quest 550 but tc still had quest 550 set as next quest quest for 541 and was missing creature_queststarter entry for correct quest
* Crusader Bridenbrad phasing (should be visible for a tale of valor)
1) Add missing Helpless Wintergarde Villagers and associated updates for these
2) Script quest, based on original work by @Rushor
3) Fixed credit for rescueing villagers as this did not work in original script and added wintergarde mine to areas where gryphon is allowed to be flown as the tooltip for the mount states thats its allowed there
Closes https://github.com/TrinityCore/TrinityCore/issues/4175
* Credit now given the proper way using areatriggers rather than using ooc los on npcs result, credit is now given wether or not player is wearing shroud rather than only working if player does not use shroud as the credit npc cannot see shrouded player
* Added the Detect Shrouded Player to En'kilah Abomination so these are now visible to shrouded players and will attack
Closes https://github.com/TrinityCore/TrinityCore/issues/10227