ZhengPeiRu21
76f4f741d8
Merge branch 'azerothcore:master' into Playerbot
2022-09-13 18:48:47 -06:00
ZhengPeiRu21
f01459553f
feat(Core): Hide Quest Sparkle Config Option ( #13005 )
2022-09-13 21:40:27 -03:00
UltraNix
1b0d76e6d2
fix(Core/Spells): Fixed applying Command aura to shaman Feral Spirits. ( #13000 )
2022-09-13 21:35:00 -03:00
ZhengPeiRu21
aa1705d6c5
Merge branch 'azerothcore:master' into Playerbot
2022-09-07 09:35:58 -06:00
Angelo Venturini
fa825ec419
fix(Core/TempleOfAhnQiraj): Twin emperors rewrite ( #12855 )
2022-09-06 21:33:51 -03:00
SoglaHash
11086c89f9
fix(Core/Unit): DualWield Off-hand hit penalty ( #12906 )
2022-09-06 21:01:29 -03:00
SoglaHash
8da68c137b
fix(Core/Player): Dismount on Transport Teleport ( #12848 )
2022-09-06 15:23:46 -03:00
ZhengPeiRu21
ac5bcfae12
Merge branch 'azerothcore:master' into Playerbot
2022-09-02 10:49:43 -06:00
ZhengPeiRu21
1a20c2daa0
fix(Core): Correct Quest XP Display when modified by OnQuestCompleteXP Hook ( #12919 )
2022-09-02 09:28:53 -03:00
ZhengPeiRu21
a347e3fca8
fix(Core): Fix Missing OnBeforeQuestComplete Hook ( #12892 )
2022-09-01 16:03:48 -04:00
ZhengPeiRu21
2759a5ee1d
Merge branch 'azerothcore:master' into Playerbot
2022-08-29 09:30:33 -06:00
UltraNix
db760ee2ed
fix(Core/Spells): Nature's Swiftness should not be consumed by instan… ( #12816 )
...
...t spells.
2022-08-27 20:14:46 -03:00
UltraNix
a29926d52f
fix(Core/Spells): Fixed Rejuvenation healing amount increased by Idol… ( #12812 )
...
... of Rejuvenation and Harold's Rejuvenating Broach.
2022-08-27 20:11:33 -03:00
郑佩茹
0752208c43
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/Entities/Player/Player.cpp
2022-08-25 10:07:17 -06:00
Skjalf
ca9c19ffd4
feat(Core/GameObject): Add an overload to SummonGameObject() to accep… ( #12821 )
...
feat(Core/GameObject): Add an overload to SummonGameObject() to accept positions
2022-08-21 19:48:34 -03:00
UltraNix
76f976fd80
fix(Core/Creatures): Implemented CREATURE_FLAG_EXTRA_DONT_CALL_ASSISTANCE extra flag. ( #12802 )
...
* fix(Scripts/AhnQiraj): Rajaxx wave mobs should not chain-aggro each other.
Fixed #12745
* Update.
2022-08-21 10:45:10 -03:00
M'Dic
02541165b4
fix(Misc/Log): Info to debug learn spell ( #12774 )
...
fix (logging): Info to Debug Learn Spell
2022-08-21 14:40:37 +02:00
郑佩茹
3d8f540110
ResetChatTimer no longer needed with upstream chat flood handling changes
2022-08-19 12:16:34 -06:00
ZhengPeiRu21
774225e669
Merge branch 'azerothcore:master' into Playerbot
2022-08-18 13:48:09 -06:00
郑佩茹
bbd283598d
Fix Evading issue
2022-08-18 13:46:22 -06:00
M'Dic
8b9541873a
feat(Core/ChatHandler/Conf): Flood Control Addon Messages ( #12603 )
...
* feat(Core/ChatHandler): Flood Control Addon Messages
Original Closed PR by @Kitzunu
https://github.com/azerothcore/azerothcore-wotlk/pull/11675
Cherrypicked TC:
cherry-pick commit (TrinityCore/TrinityCore@5384fc1 )
cherry-pick commit (stoneharry/TrinityCore@a0629fc )
Co-Authored-By: stoneharry 3818405+stoneharry@users.noreply.github.com
Co-Authored-By: Shauren shauren.trinity@gmail.com
Co-Authored-By: stoneharry <3818405+stoneharry@users.noreply.github.com >
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
Co-Authored-By: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* update: (pr): Review Response
* update: (core): Chathandler
No reason why this case should even exist. Previous or current. This cast is under two sided interations which will always lead to you being in a group of some sorts. there is literally zero sense having a above or equal to level 80 if statement here.
* update (cleanup): Code Style
suggestion per @Nefertumm
Co-Authored-By: Angelo Venturini <nefertum.dev@protonmail.com >
Co-authored-by: stoneharry <3818405+stoneharry@users.noreply.github.com >
Co-authored-by: Shauren <shauren.trinity@gmail.com >
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: Angelo Venturini <nefertum.dev@protonmail.com >
2022-08-17 10:37:34 -04:00
郑佩茹
32c6babdb7
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/Entities/Player/Player.cpp
# src/server/game/Entities/Player/Player.h
# src/server/game/Entities/Unit/Unit.h
2022-08-16 16:13:26 -06:00
Maelthyr
d0d1671745
feat(Core/Debug): GetDebugInfo implementation ( #12705 )
...
Cherry-pick: 9a924fb9d5
Co-authored-by: jackpoz <giacomopoz@gmail.com >
Co-authored-by: jackpoz <giacomopoz@gmail.com >
2022-08-15 09:43:41 -03:00
Synful-Syn
b7b882367e
fix(Core/Mage) Water Elemental wrongly ressurected at Spirit Healer ( #12684 )
2022-08-15 03:35:07 -03:00
Skjalf
e476533e6e
chore(Core/GameObject): Clear an error that often doesn't mean anything ( #12689 )
...
* chore(Core/GameObject): Clear an error that often doesn't mean anything
* drop it to debug
2022-08-09 12:57:49 -03:00
UltraNix
1c6eab5856
fix(Core): Crashfix. ( #12643 )
2022-08-07 18:22:12 -03:00
UltraNix
22494532ce
fix(Core/Spells): Fixed Druid T3 8P bonus. ( #12598 )
2022-08-05 21:33:59 -03:00
M'Dic
825db0f8c1
update (core): Knock Back Helpers ( #12639 )
...
Adds knock back helpers to the core for future core and module use.
2022-08-05 20:15:58 -04:00
UltraNix
e2c4c5a5dc
fix(Core/Spells): Volley should suspend auto-shot. ( #12596 )
2022-08-05 21:07:03 -03:00
Nefertumm
c806c62c62
fix(Core/Spells): Crashfix ( #12609 )
2022-08-03 09:05:24 -03:00
UltraNix
572a680c16
fix(Core/Movement): Improvements to taxi flight movement generator: ( #12347 )
...
Changed multi-segment taxi paths to fly nearby flight masters along the way, not directly through them.
Taxi cost on multi-segment paths is now charged per segment when it is started.
Properly send taxi node status on login, as well as if the taxi master is out of range.
Apply reputation discount to all points in multi-segment paths.
Properly clean up list of taxi destinations upon arrival at final node.
Teleport players to the destination taxi node location instead of their current ground position.
Don't start a spline with just 1 point in FlightPathMovementGenerator
Source: TrinityCore.
2022-08-01 23:21:11 -03:00
UltraNix
bba9b9ce79
fix(Core): Crashfix. ( #12581 )
2022-07-30 11:59:30 -03:00
郑佩茹
29e14042e7
Update to work with latest AzerothCore master
2022-07-27 10:15:08 -06:00
郑佩茹
a5f1fc38a8
Merge branch 'Playerbot' of https://github.com/ZhengPeiRu21/azerothcore-wotlk into Playerbot
...
Conflicts:
src/server/game/Entities/Creature/Creature.cpp
2022-07-27 09:57:48 -06:00
郑佩茹
6ad65508af
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/Entities/Creature/Creature.cpp
# src/server/game/Entities/Creature/Creature.h
# src/server/game/Movement/MovementGenerators/TargetedMovementGenerator.cpp
2022-07-27 09:11:50 -06:00
UltraNix
c19d6b74e9
fix(Core/Spells): Make sure that attacker is always in combat with it… ( #12516 )
...
fix(Core/Spells): Make sure that attacker is always in combat with its victim when dealing damage/generating threat done by spells.
Fixes #10801
2022-07-25 16:34:21 -03:00
UltraNix
7aea91fcb3
fix(Core/Spells): Lightning Shield should not proc off from self-cast… ( #12501 )
...
fix(Core/Spells): Lightning Shield should not proc off from self-casted items.
Fixes #12361
2022-07-25 16:09:39 -03:00
Skjalf
e3c7b52253
feat(Core/Creature): Implement SetRegeneratingPower() to disable powe… ( #12535 )
...
feat(Core/Creature): Implement SetRegeneratingPower() to disable power gains
2022-07-25 12:12:27 -03:00
Skjalf
cd3151df40
fix(Scripts/RuinsOfAhnQiraj): Implement Rajaxx waves ( #12513 )
2022-07-25 12:12:08 -03:00
Synful-Syn
d2f126710f
chore(Cleanup): Merge redundant if in Totem::Update() ( #12423 )
...
TotemUpdate-too-long
2022-07-24 14:29:13 -03:00
UltraNix
b81a14976c
fix(Scripts/Spells): Glyph of Felguard. ( #12497 )
...
* fix(Scripts/Spells): Glyph of Felguard.
Fixes #12432
* Update.
2022-07-24 13:38:03 -03:00
UltraNix
b2c3bd06e9
fix(Core/Pets): Warlock should not be refunded with Soul Shard on log… ( #12409 )
...
fix(Core/Pets): Warlock should not be refunded with Soul Shard on logging out.
Fixes #12058
2022-07-24 13:16:24 -03:00
UltraNix
801e68b1dd
fix(Core/Creatures): Added new AI function OnTeleportUnreacheablePlayer to teleport all unreachable players. ( #12193 )
...
* fix(Core/Creatures): Implemented CREATURE_FLAG_EXTRA_TELEPORT_UNREACHABLE_PLAYERS.
Fixed #11750
* Update.
* Update.
* Update.
2022-07-24 13:10:41 -03:00
UltraNix
0b0a142580
feat(Core/Entities): Enabled loading basic stats for players, pets an… ( #12394 )
...
* feat(Core/Entities): Enabled loading basic stats for players, pets and items from database as 32 bit integers.
Closes #12386
2022-07-23 12:12:07 -04:00
ZhengPeiRu21
2a45fdff1f
Merge pull request #5 from KobaltBlu/Playerbot
...
fix: illegal instruction error in Creature.cpp:3470
2022-07-21 09:07:48 -06:00
ZhengPeiRu21
d960ccd4e4
Merge branch 'azerothcore:master' into Playerbot
2022-07-21 09:06:44 -06:00
KobaltBlu
55510b18e6
fix: illegal instruction error in Creature.cpp:3470
2022-07-20 00:50:00 -04:00
Nefertumm
9b6da94510
fix(Core/AI): more AI factory checks ( #12402 )
...
Co-authored-by: ariel- <ariel-@users.noreply.github.com >
Co-authored-by: Treeston <treeston@users.noreply.github.com >
Co-authored-by: Aokromes <aokromes@users.noreply.github.com >
2022-07-19 14:31:03 -03:00
IntelligentQuantum
cc52712ac1
refactor(Core/AI): factory functions cleanup ( #11779 )
2022-07-15 16:11:49 +02:00
ZhengPeiRu21
e548805017
fix(Core): Fix indexing in UpdatePlayerSetting ( #12375 )
...
* fix(Core): Fix indexing in UpdatePlayerSetting
* Fix integer signing
2022-07-13 16:46:14 -04:00