This optional breadcrumb quest should not be takable if player has already started quest chain it leads to.
(cherry picked from commit 315123f8738e837ef98e22db83438396c638e251)
- Fix missing yells
- Rearrange existing yells to match live
- Sniffed positions for adds
- Improve add respawn handling
- Make adds not fight the player for control (don't use their spells on their own etc.)
- Update adds' hotbar keys to match live (this will affect other creatures with nonsequential possess keys as well)
- Fix adds' movement when mind controlled, they no longer move automatically when right-clicking (this affects all mind-controlled creatures)
- Blizzlike timers
(cherry picked from commit 54d583b0fbb7ecfb97a731be21218bbb72d80b4d)
# Conflicts:
# src/server/game/Spells/SpellMgr.cpp
- Improved Web Wrap target selection
- Added missing text
- Cleanup of web wrap positioning - two players will never be flung to the same position (25-man)
- Further improvement to web wrap spawn behavior - targetable web wrap now only spawns after the player has finished being flung to the respective position (blizzlike)
- Add additional web wrap positions (sniff)
(cherry picked from commit 5dd61633872fc40d83dfa13aa58a1c7de717c012)
# Conflicts:
# src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp
Hallowed Wand items should cast a transformation on party members.
by @DevRival, closes #3574
Before this patch, the following spells do not have any effect at all:
- 24717, Pirate Costume
- 24718, Ninja Costume
- 24719, Leper Gnome Costume
- 24720, Random Costume
- 24737, Ghost Costume
Details from testing on the current 3.3.5 branch (commit ecbbcc8):
- 24724 (Skeleton Costume) seems to work as intended
- 24733 (Bat Costume) only lasts 10 seconds instead of 60 minutes
- 24741 (Wisp Costume) also seems to work as intended
All the spells listed above are included in this PR.
(cherry picked from commit 3fdbcf18ae2eeb7a965a9b2dc4b7e22796aaceae)
* Spawn commoners for this event
* Add Gossip for event
http://www.wowhead.com/spell=65529/gossip-npc-appearance-day-of-the-dead-dotd does not appear to work, this aura should give npcs the same model (if not very similar to) the one which players get when they /dance with Catrina.
(cherry picked from commit e31253671098cc61c34b68b7a9aad9afde61baf3)
(cherry picked from commit 1fc7aa9c720109e613bf193bf422fdfb42545bae)
(cherry picked from commit 43b114ecdb7a4836d997e812bcf85668b5aaa573)
* spawn all event creatures and gos.
Respawn creature spawns as some of these where found to be incorrect positions
Spawn all the missing gos for this event.
Ghostly cooking fires are meant to also require orange marigolds to be visible but atm is visible while event is active
The spell 30628 http://www.wowhead.com/spell=30628/arcane-invisibility is not sniffed (in fact in sniff there appears to be no invisibility spell used on these npcs, this is the spell we was already using on these npcs but is not from sniff)
Npcs/gos missing from stormwind as dont have valid sniff for those.
(cherry picked from commit 104053111f5f8ef1795698aaa9a81f5f6816445c)