| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- Stop tools from complaining about leaks.
- Also, list -> vector.
- Fix an ambiguous constructor warning.
- Fix a bug with Gormok and Sindragosa (Fixes #16280).
|
|
By @tkrokli
Closes #16315
|
|
rewrite Rothin the Decaying script and add some missing visuals and other stuff
|
|
|
|
cancelling properly in certain conditions
|
|
By @Treeston
Closes #16176
|
|
By @Treeston
Closes #16170
|
|
- Delete all existing spawns & respawn both npc's
- Pathing added to Risen Wintergarde Defender
- Miner still needs SAI!
Updates #16306
|
|
By @Saben65
Closes #16140
|
|
|
|
Fix startup errors introduced with https://github.com/TrinityCore/TrinityCore/commit/83efabefe896146cf6d55d0341abed2a47c7459f
|
|
Only 5 spawns can be active in the world
|
|
Closes #16304
|
|
|
|
- Add missing waypoint & spawns for Exodar Peace Keepers & Worker (could use some SAI scripting)
|
|
- Add waypoints for Hazzas & make Morphaz follow him
|
|
Update https://github.com/TrinityCore/TrinityCore/commit/01beba21b5210860ddd6a37471c6b2bea77a369e to more reliabily complete quest to actually allow quest to be returned rather than just been marked as complete in quest log and on map but quest giver still showing grey ? ad grey continue button.
|
|
Use proper spells to summon enraged wyverns, gryphons, hippogryphs and felbats instead of directly summoning with SAI action 12, also remove second line of all scripts as all of these used 2 lines of sai to summon two npcs on agro, the spells summon 2 in one cast so only one line needed.
|
|
|
|
|
|
|
|
By @Saben65
Closes #16212
|
|
By @Saben65
Closes #16185
|
|
By @Saben65
Closes #16286
|
|
Closes #10379
|
|
|
|
|
|
Closes #16167
|
|
Closes #15988
|
|
By @Saben65
Closes #16214
|
|
|
|
|
|
Add spawns, pooling and SAI
Closes #16173
|
|
|
|
|
|
|
|
- Fixes creatures turning just before a spellcast finishes and smacking players with supposedly-unavoidable damage. Fixes and closes #15393, #10803, and probably others.
- Fixes visual effects not lining up with the correct target for spells that have their visual aligned with the caster's orientation (examples: Anub'rekhan Impale, Ingvar's Smash/Dark Smash, etc.). Fixes and closes #2947 and probably a bunch of others, including the aforementioned #15393 and #10803.
- Creatures' displayed target now properly matches the unit they are targeting with spells for a split second (blizzlike). This is necessary to get proper client-side orientation.
|
|
|
|
Update https://github.com/TrinityCore/TrinityCore/commit/a7f1df606188fc789c00efc068e8ddfe6b25d692
|
|
|
|
Core/Entities: Show destroy animation for creatures and totems.
|
|
- Migrate boundary logic to Maps/AreaBoundary instead of having it sit in InstanceScript (to possibly allow use for other purposes).
- Implement the first five boundary types in Maps/AreaBoundary.cpp.
- Add boundary checks to Creature's update logic
- Add boundary data for all Northrend raids
- Add boundary initialization structures and methods to InstanceScript
- Modify EnterEvadeMode signature. It now passes a value from the EvadeReason enum as parameter to allow special casing depending on evade reason
- Remove previous (weird) boundary code that had them linked to GO spawns
|
|
|
|
|
|
|
|
Now all pets and totems will have their proper die/destroy animation when killed.
Ported from MaNGOS.
|
|
Core/Spells Implement SpellScript needed for Achievement The Turkinator
|
|
|