郑佩茹
|
826bac08ec
|
Merge branch 'master' into Playerbot
# Conflicts:
# src/server/game/World/IWorld.h
# src/server/game/World/World.h
|
2023-03-01 11:52:02 -07:00 |
|
AnchyDev
|
50cd58e1a4
|
fix(Core/Hook): Call OnUnitDeath for all unit types. (#15213)
|
2023-02-26 19:49:34 -03:00 |
|
Skjalf
|
fff0e17133
|
fix(Core/Cooldown): Implement spell cooldown overrides to address cha… (#15143)
|
2023-02-22 23:00:18 -03:00 |
|
郑佩茹
|
8ffdf088d4
|
Merge branch 'master' into Playerbot
|
2023-02-17 11:37:31 -07:00 |
|
Kitzunu
|
bd6034e1a9
|
refactor(Core/AI): Some more refactoring prep for Comat Threat system… (#15026)
Co-authored-by: Treeston <14020072+Treeston@users.noreply.github.com>
|
2023-02-13 21:39:40 +01:00 |
|
郑佩茹
|
4bc9901f16
|
Merge branch 'master' into Playerbot
# Conflicts:
# src/server/game/Entities/GameObject/GameObject.h
|
2023-02-13 13:07:03 -07:00 |
|
Skjalf
|
bdc70d8219
|
Revert "fix(Core/Unit): Fix creatures not being able to cast spells d… (#14987)
|
2023-02-13 08:54:51 -03:00 |
|
Kitzunu
|
f039836a2f
|
chore(Core/Misc): Change all TODO to doxygen comment (#14966)
|
2023-02-12 10:05:34 -03:00 |
|
Skjalf
|
68c38226ed
|
fix(Core/Unit): Fix creatures not being able to cast spells during Ju… (#14957)
|
2023-02-12 00:31:23 -03:00 |
|
郑佩茹
|
03b3f9d051
|
Merge branch 'master' into Playerbot
# Conflicts:
# src/server/game/World/World.h
|
2023-02-09 12:40:25 -07:00 |
|
Skjalf
|
2aeeee9c83
|
fix(Core/Spells): Remove all hardcoded restrictions for pick pocket sp… (#14788)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
2023-01-29 12:12:21 -03:00 |
|
Skjalf
|
bf30c66ba4
|
feat(Core/GameObject): Expand IsSummonedBy() to GameObjects (#14789)
Co-authored-by: jackpoz <giacomopoz@gmail.com>
|
2023-01-29 09:44:33 -03:00 |
|
UltraNix
|
9ce8b8cf29
|
fix(Core/Players): Fixed sending power regen update to nearby players. (#14043)
|
2023-01-28 11:03:56 +01:00 |
|
UltraNix
|
7f7a2f5a92
|
fix(Core/Creatures): Critters should start fleeing upon entering comb… (#14253)
|
2023-01-28 11:01:43 +01:00 |
|
UltraNix
|
9b59f35cb8
|
fix(Core/Spells): Fixed Master of Elements not refunding mana. (#14665)
|
2023-01-28 10:59:25 +01:00 |
|
UltraNix
|
4e01b95777
|
fix(Core/Combat): Pets should put their owners in combat only on init… (#14682)
|
2023-01-28 10:57:52 +01:00 |
|
NinjaPleezAC
|
716a822b48
|
fix(Core/Unit): Petrified Lichen Guard effect (#14436)
Co-authored-by: NinjaSoftworks <121171014+NinjaSoftworks@users.noreply.github.com>
|
2023-01-26 14:58:12 -05:00 |
|
UltraNix
|
1de52e5570
|
fix(Core/Formations): Implemented new creature formation flag: GROUP_… (#14537)
fix(Core/Formations): Implemented new creature formation flag: GROUP_AI_FLAG_ACQUIRE_NEW_TARGET_ON_EVADE.
Fixes #14494
|
2023-01-19 20:08:51 +01:00 |
|
UltraNix
|
9ba464a12b
|
fix(Core/Spells): Fixed applying some proc ex flags to melee attacks. (#14254)
Fixes #14216
|
2023-01-07 20:30:01 +01:00 |
|
Gultask
|
6b4ef50e7a
|
Revert "fix(Core/Spells): Ignite and Revitalize should not prelong co… (#14513)
Revert "fix(Core/Spells): Ignite and Revitalize should not prelong combat. (#13812)"
This reverts commit 96fa9c5c7b.
|
2023-01-05 23:14:56 -03:00 |
|
UltraNix
|
96fa9c5c7b
|
fix(Core/Spells): Ignite and Revitalize should not prelong combat. (#13812)
Fixes #13330
|
2023-01-06 00:50:53 +01:00 |
|
Gultask
|
b4080ed0f1
|
revert "fix(Core/Formations): Implemented new creature formation flag: GROUP_AI_FLAG_ACQUIRE_NEW_TARGET_ON_EVADE." (#14494)
|
2023-01-04 14:44:42 +01:00 |
|
Angelo Venturini
|
9e18b86311
|
fix(Core/Auras): SPELL_AURA_MOD_SCALE should scale additively instead… (#14425)
...multiplicatively
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
2023-01-02 20:43:20 -03:00 |
|
Mickaël Mauger
|
24fa3ba828
|
fix(MMAP/core/PathGenerator): Try to fix more water creatures (#13705)
Co-authored-by: jackpoz <giacomopoz@gmail.com>
|
2023-01-02 22:26:12 +01:00 |
|
UltraNix
|
af2d3a7cfc
|
fix(Core/Spells): Spellmods should not drop charges if not consumed b… (#13498)
|
2023-01-02 20:36:44 +01:00 |
|
Kitzunu
|
4870b14b1f
|
refactor(Core/Object): getLevel() -> GetLevel() (#14122)
* refactor(Core/Object): getLevel() -> GetLevel()
* fix build and sneak some doxygen in
* codeSTLE
* codestyle
|
2022-12-31 17:39:23 +01:00 |
|
M'Dic
|
2850052f3e
|
Add (core): SendTeleportPacket helper (#14389)
* Add (core): SendTeleportPacket helper
add helper to SendTeleportPacket
* sin hard
|
2022-12-28 13:05:46 -05:00 |
|
UltraNix
|
233d284539
|
fix(Core/Formations): Implemented new creature formation flag: GROUP_AI_FLAG_ACQUIRE_NEW_TARGET_ON_EVADE. (#13509)
Fixes #13394
|
2022-12-27 11:31:08 +01:00 |
|
UltraNix
|
962cefdcd8
|
fix(Core/Misc): Consider /dance as an emote state. (#14275)
|
2022-12-22 07:38:09 +01:00 |
|
UltraNix
|
069864cda9
|
fix(Core/Spells): Fixed auras with `AURA_STATE_HEALTH_ABOVE_75_PERCEN… (#14110)
fix(Core/Spells): Fixed auras with `AURA_STATE_HEALTH_ABOVE_75_PERCENT` state.
Fixes #14102
|
2022-12-12 13:56:53 +01:00 |
|
Skjalf
|
790f444ffa
|
fix(Core/Unit): properly reset displayIds when having a shapeshift au… (#14134)
Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com>
|
2022-12-11 20:13:12 -03:00 |
|
Angelo Venturini
|
4992940453
|
fix(Core/Auras): Implement Roc form (#13959)
Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com>
Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com>
|
2022-12-11 10:58:20 -03:00 |
|
郑佩茹
|
c1c97ad425
|
Merge branch 'master' into Playerbot
# Conflicts:
# src/server/game/Server/WorldSession.cpp
# src/server/game/Server/WorldSession.h
|
2022-12-07 14:46:21 -07:00 |
|
UltraNix
|
2dcf38a847
|
fix(Core/Players): Fixed awarding kill credit while being on vehicles. (#13944)
Fixes #12849
|
2022-12-06 12:49:19 -03:00 |
|
UltraNix
|
7e4c688476
|
fix(Core/Units): Do not stun players during taxi flight. (#13798)
Fixes #13654
|
2022-11-21 06:13:50 -03:00 |
|
郑佩茹
|
cab0d6f027
|
Merge branch 'master' into Playerbot
# Conflicts:
# src/server/game/Guilds/Guild.cpp
|
2022-11-18 10:21:36 -07:00 |
|
UltraNix
|
ae84bf67c4
|
fix(Core/Spells): Fixed Glyph of Kilrogg. (#13802)
Fixes #13623
|
2022-11-16 01:26:05 -03:00 |
|
UltraNix
|
c1bb1d47f9
|
fix(Core/Creature): Prevent flying creatures from falling on respawn. (#13774)
|
2022-11-12 13:24:12 +01:00 |
|
Skjalf
|
b129626ee3
|
fix(Core/Unit): Prevent CTM rooted flag from being removed on aura ex… (#13732)
fix(Core/Unit): Prevent CTM rooted flag from being removed on aura expiration
|
2022-11-08 05:44:32 -03:00 |
|
Skjalf
|
bb9e80ded1
|
fix(Core/Unit): Exclude Sword Specialization and Hack and Slash from … (#13706)
* fix(Core/Unit): Exclude Sword Specialization and Hack and Slash from the extra attack range check
* fix logic
|
2022-11-05 15:04:02 -03:00 |
|
Skjalf
|
8b7fb759c2
|
feat(Core/Scripting): Expand ModifySpellDamageTaken() to include the … (#13707)
feat(Core/Scripting): Expand ModifySpellDamageTaken() to include the spell data
|
2022-11-05 12:39:58 -03:00 |
|
Skjalf
|
e5ff59ec17
|
fix(Core/Unit): Check if the unit is within melee range before proces… (#13697)
fix(Core/Unit): Check if the unit is within melee range before processing extra attack procs
|
2022-11-04 19:27:02 -03:00 |
|
Skjalf
|
ef8d7f4ed9
|
feat(Core/Scripting): Implement OnAuraApply() hook for unitscripts (#13658)
* feat(Core/Scripting): Implement OnAuraApply() hook for unitscripts
* fix build
* Update ScriptMgr.h
|
2022-11-02 22:34:52 -03:00 |
|
Skjalf
|
ab3548e2e4
|
feat(Core/Scripting): Expand ModifyHealReceived() to also include hea… (#13655)
feat(Core/Scripting): Expand ModifyHealReceived() to also include healing over time
|
2022-11-02 19:19:17 -03:00 |
|
UltraNix
|
330d45bda8
|
fix(Core/Spells): Spells requires cast from behind victim bypass Dete… (#13499)
fix(Core/Spells): Spells requires cast from behind victim bypass Deterrence.
Fixes #13212
|
2022-10-29 07:18:27 -03:00 |
|
UltraNix
|
4ac437419f
|
fix(Core/Units): Fixed uninitialized m_cleanDamage variable after e390087 (#13485)
fix(Core/Units): Fixed uninitialized `m_cleanDamage` variable after e390087.
Improved 252755415c
|
2022-10-29 07:16:26 -03:00 |
|
UltraNix
|
eb3f80ceff
|
fix(Core/Spells): Implemented SPELL_HIT_TYPE_SPLIT hit type. Source: … (#13518)
fix(Core/Spells): Implemented SPELL_HIT_TYPE_SPLIT hit type. Source: TrinityCore.
Fixes #13306
|
2022-10-29 07:13:36 -03:00 |
|
UltraNix
|
e2b866dea3
|
fix(Core/Spells): Deep Wounds can proc off from non-physical spells. (#13494)
Fixes #13431
|
2022-10-23 16:51:47 -03:00 |
|
UltraNix
|
e390087efd
|
feat(Core/Items): Implemented elemental weapon damage. Source: Trinit… (#13050)
...yCore.
|
2022-10-08 14:34:52 -03:00 |
|
ZhengPeiRu21
|
906748cd16
|
Merge branch 'azerothcore:master' into Playerbot
|
2022-10-07 09:14:47 -06:00 |
|