| Age | Commit message (Collapse) | Author |
|
followup: c436be6f61ff5bd2ac1f2b9cb77900434fea36e3
(cherry picked from commit 67df45b5853650af2fe10fe71eacf2eba6ecf899)
|
|
- TODO: Bosses rewrite, instance cleanup, add missing gossips/texts, port all gossips from db.
Sniffs will be nice :/
(cherry picked from commit c436be6f61ff5bd2ac1f2b9cb77900434fea36e3)
|
|
Closes #6876
Fixed achievement Burning Hot Pole Dance
Update scripts for quest Torch Tossing, using all correct spells and timers
Updated script register model
(cherry picked from commit 6e7e43172ecd73fcc43872b75917f16a876f47c7)
|
|
|
|
|
|
|
|
|
|
Unit::CastSpell(GameObject* go,... overload for consistency
|
|
|
|
|
|
* Added personalSpawn for SMART_ACTION_SUMMON_CREATURE
* Added flags for smart action summon creature, including prefer unit and personal spawn. When preferUnit flag is chosen only the unit will be chosen, even if nullptr
|
|
quests if starting Exile's Reach in case player chose not to start there (#26036)
|
|
scaling
Closes #26058
|
|
|
|
(397) & SPELL_AURA_BATTLEGROUND_PLAYER_POSITION (398) (#25988)
|
|
|
|
(cherry picked from AshamaneProject/AshamaneCore@92bbcfde0bd60f783f6eef8cb5cd60cfac4b10c4)
|
|
(cherry picked from commit AshamaneProject/AshamaneCore@458d0f2a53deedfe25714c39ea4c6f748fc6c081)
|
|
|
|
|
|
(cherry picked from commit 7fd8603ec5e609680aed9c8dd03cde4297b70af0)
|
|
Ref https://github.com/TrinityCore/TrinityCore/commit/04da37c4fb0eeef6ea3bbbd205c9ffcc1005a86c
(cherry picked from commit 4455c50447caa4472d2f0215221aa2e0723cafb8)
|
|
- Limit to time_t maximum, for the compiled-for architecture.
Closes #20834
(cherry picked from commit 3446424540c5692c9e0ff11803d70e8129a5adc4)
|
|
"If any raid member is farther away than 25 yards from *both* Blades, one of the Flames charges that player and enrages"
(cherry picked from commit cb3627ca62712d4fba1c05cf4d9b12b82f317cc2)
|
|
(cherry picked from commit 06ea65b0e651be2b389800b5acf9a5e8b86d7444)
|
|
(cherry picked from commit a80c95a1c788932696fb43e69b9012a751431bac)
|
|
(cherry picked from commit 9b7c73a19df66849ec829fc5a94875aa9593934d)
|
|
(cherry picked from commit 97f33dc77945d8f284d14e0eaa994ae1405a3f20)
|
|
(cherry picked from commit 7e73f5f1edd8c99c3639e2a342cf044f6192fb6a)
|
|
* Timmy the cruel
* Rename some variables and use sniffed spawn position
* codestyle
* Use areaboundary instead
* include order
* aokromes request
* remove static
* never cp on tc
(cherry picked from commit c69825d96d6c7ff847c196c908e1040cb7a8d5db)
|
|
Fixed some codestyle issues.
Removed ENSUREAI
(cherry picked from commit 78f4f54f81e092c9c7b99af445fb6ec85e00e6b0)
|
|
* Apply same raid group restriction as normal objectives
* Check that player is on quest before updating criteria
* Remove non-GM requirement
|
|
|
|
|
|
spell from trainers and always only rely on trainer_spell.ReqAbility fields in database
|
|
early-eliminate alive units (#26028)
* Added object type into checker that is used by grid search to early eliminate alive units when looking for corpses
* Removed script 'spell_hun_pet_carrion_feeder'. Ability doesn't exist anymore
|
|
|
|
|
|
|
|
|
|
|
|
implemented some of them
|
|
* Don't visit grid objects for serverside areatriggers (search world container only for player)
* Move existing target list to "exitUnits" instead of copying it
|
|
|
|
- Spawn GridLoader to spawn area triggers correctly now
- Removed SAI completely
- Removed remnants of smart scripts. Created different issue for it
- Calling InitDbPhaseShift and not InDbPhaseShift
- changed SpawnId to uint64 rather than uint32
- not using CellGuidSet typedef as to not include ObjectMgr.h in the header
|
|
(cherry picked from commit 1a638b39e374fd4733be7d13bd9e4d4052412596)
|
|
(cherry picked from commit c99b89934e872343bece31f4bd744ebaec80364f)
|
|
(cherry picked from commit 60a5535f64e4c0301c338f5c7a5871c59e2ac218)
|
|
- Creature: update current waypoint to store nodeId and pathId
- MotionMaster: change variable type on GetMotionSlotType and GetMotionSlot to keep consistency and prevent errors (ASSERT is now no longer needed)
- UnitAI: add new waypoint hooks WaypointPathStarted and WaypointPathEnded
- SAI: handle WAYPOINT related events if creature is no escorting
* SMART_EVENT_WAYPOINT_RESUMED still not implemented for no escorting
TODO: the new hooks can save, now duplicated, logic on EscortAI and SAI
closes #20777
updates #20310
updates 21bd52cb99
(cherry picked from commit e10d7dd45cfc073c791cd5e5f3f964d14b37df3d)
|
|
grant experience
(cherry picked from commit 6612ec47f4cd3b8c58f3fcde0c412e6fd3e68b48)
|