郑佩茹
0752208c43
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/Entities/Player/Player.cpp
2022-08-25 10:07:17 -06: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
郑佩茹
bbd283598d
Fix Evading issue
2022-08-18 13:46:22 -06: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
郑佩茹
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
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
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
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
IntelligentQuantum
cc52712ac1
refactor(Core/AI): factory functions cleanup ( #11779 )
2022-07-15 16:11:49 +02:00
郑佩茹
a44c241430
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/apps/worldserver/worldserver.conf.dist
# src/server/game/Battlegrounds/Battleground.h
# src/server/game/Entities/Player/Player.cpp
# src/server/game/World/World.cpp
2022-07-13 10:31:30 -06:00
UltraNix
346150c92a
fix(Scripts/ZulGurub): Hakkar's Blood Siphon ( #12196 )
2022-07-09 11:05:09 -03:00
Skjalf
32ba21d029
feat(Core/Scripting): Implement OnAllowedForPlayerLootCheck() hook ( #12316 )
...
* feat(Core/Scripting): Implement OnAllowedForPlayerLootCheck() hook
* reverse logic
2022-07-09 00:10:04 -03:00
UltraNix
c3d8340e6b
fix(Core/Gossips): Properly send packet with questgiver query handler. ( #12290 )
...
Fixes #12215
2022-07-06 09:05:45 -03:00
Skjalf
16f2983307
fix(Scripts/ZulGurub): Thekal improvements ( #12238 )
...
* fix(Scripts/ZulGurub): Thekal improvements
* Update boss_thekal.cpp
2022-07-02 13:37:56 -03:00
ZhengPeiRu21
65f6fbb496
Merge branch 'azerothcore:master' into Playerbot
2022-06-27 09:06:46 -06:00
Skjalf
46789d5df6
fix(Scripts/BlackwingLair): Correct Bone Constructs abilities ( #12180 )
2022-06-26 04:45:15 -03:00
郑佩茹
67e9f2fd35
Fix merge conflicts
2022-06-21 13:24:33 -06:00
郑佩茹
87fc81d0cc
Merge branch 'master' of https://github.com/ZhengPeiRu21/azerothcore-wotlk into Playerbot
2022-06-21 09:19:50 -06:00
Skjalf
ed7622b028
feat(Core/Formations): Implement GROUP_AI_FLAG_DONT_RESPAWN_LEADER_ON… ( #12128 )
2022-06-21 07:07:41 -03:00
UltraNix
a935e51754
fix(Core/Pets): Mob "soloed" by pet should not grant exp/loot to its … ( #11969 )
...
* fix(Core/Pets): Mob "soloed" by pet should not grant exp/loot to its master.
Fixes #11528
2022-06-19 07:46:23 -04:00
Maelthyr
d928d8d96a
refactor(Core/Unit): PC&NPC Immunity ( #11986 )
...
* initial
* refactor(Core/Unit): PC & NPC Immunities
Cherry-pick TC: 74af880217
Co-authored-by: Treeston <treeston.nmoc@gmail.com >
* fix builds error
Cherry-pick TC: 74af880217
Co-authored-by: Treeston <treeston.nmoc@gmail.com >
* Fix nef combat, and replace SetFlag by SetUnitFlag
* fix combat with jedoga
Co-authored-by: Treeston <treeston.nmoc@gmail.com >
2022-06-18 08:16:45 -04:00
ZhengPeiRu21
3ab6d3cb37
Merge branch 'azerothcore:master' into Playerbot
2022-06-16 10:04:30 -06:00
UltraNix
117a18c961
fix(Scripts/ZulGurub): Renataki - improvements: ( #11967 )
...
Added missing spells and events.
Removed invalid spells
Corrected event timers
Fixes #11620
Fixes #11621
2022-06-16 11:39:09 -03:00
Maelthyr
32334f5f14
refactor(Core/Unit): minor changes for the combat system ( #11904 )
...
Cherry-pick from TC: https://github.com/TrinityCore/TrinityCore/pull/19966
Co-authored-by: Treeston <treeston.nmoc@gmail.com >
2022-06-13 19:40:29 -03:00
ZhengPeiRu21
d8a2665867
Merge branch 'azerothcore:master' into Playerbot
2022-06-08 11:10:38 -06:00
Skjalf
5c7e7afade
fix(Scripts/ZulGurub): Rewrite High Priest Thekal ( #11784 )
2022-06-06 09:35:48 -03:00
ZhengPeiRu21
34b332b51b
Merge branch 'azerothcore:master' into Playerbot
2022-05-19 12:55:28 -06:00
Maelthyr
c5368816fa
Core/Combat: rename getThreatMgr() to GetThreatMgr() ( #11758 )
2022-05-18 05:36:57 -03:00
ZhengPeiRu21
cc94955bb2
Merge branch 'azerothcore:master' into Playerbot
2022-05-17 11:00:13 -06:00
UltraNix
4675f21867
fix(Core): Crashfix. ( #11741 )
2022-05-17 06:37:48 +02:00
ZhengPeiRu21
0053ac67d9
Merge branch 'azerothcore:master' into Playerbot
2022-05-10 08:46:47 -06:00
UltraNix
aeb260c3cc
fix(Core/Guardian): Crashfix. ( #11659 )
2022-05-07 10:35:19 +02:00
ZhengPeiRu21
c2efd301b5
Merge branch 'azerothcore:master' into Playerbot
2022-05-06 16:13:01 -06:00
Tralenor
6cf82e3bd6
feat(Core/DB): Add Hooks On creature/game object save to db ( #11246 )
...
* implement OnCreatureSaveToDB and OnGameObjectSaveToDB Hooks
* fix Whitespaces in ScriptMgr.h
Co-authored-by: Timothée Moos <t1997.m@gmx.net >
2022-05-06 00:42:49 -03:00
郑佩茹
0326d8576d
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/World/IWorld.h
# src/server/game/World/World.cpp
# src/server/game/World/World.h
# src/server/scripts/Commands/cs_server.cpp
2022-05-02 16:39:21 -06:00
UltraNix
8900cab657
fix(Core/Minions): Crashfix. ( #11592 )
2022-05-01 10:28:20 +02:00
ZhengPeiRu21
84b794ab38
Merge branch 'azerothcore:master' into Playerbot
2022-04-25 08:58:13 -06:00
UltraNix
54ebdfcfc1
fix(Core/Formations): Implemented GROUP_AI_FLAG_RESPAWN_ON_EVADE flag. ( #11512 )
...
Fixes #11364
2022-04-25 09:24:46 -03:00
Skjalf
d8d0d5a5e4
feat(Core/Creature): Implement ModifyThreatPercentTemp() function ( #11521 )
...
* feat(Core/Creature): Implement ModifyThreatTemporary function
* feat(Core/Creature): Implement ModifyThreatPercentTemp() function
* fix build
2022-04-24 22:48:37 -03:00
Kitzunu
c55c4aa015
feat(Core/Creature): CREATURE_FLAG_EXTRA_MODULE ( #11445 )
...
* feat(Core/Creature): CREATURE_FLAG_EXTRA_MODULE
* Update CreatureData.h
* Update CreatureData.h
* Update CreatureData.h
* Update enuminfo_CreatureData.cpp
* Update enuminfo_CreatureData.cpp
* Update enuminfo_CreatureData.cpp
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com >
2022-04-23 16:22:17 +02:00
ZhengPeiRu21
8b0ef0b5a0
Merge branch 'azerothcore:master' into Playerbot
2022-04-22 09:13:49 -06:00
acidmanifesto
4ec69ba3ed
fix (core): inhabit CanSwim revert ( #11475 )
2022-04-22 09:34:37 -04:00
ZhengPeiRu21
534df7c448
Merge branch 'azerothcore:master' into Playerbot
2022-04-17 17:59:20 -06:00
acidmanifesto
93a8d4fb63
fix (core) Remove not need operator || ( #11425 )
...
Since the mysterous why things evade in shallow water root issue was finally determined because of our shallow water calculations was wrong that was corrected by pr https://github.com/azerothcore/azerothcore-wotlk/pull/11419 we can now remove this operator
2022-04-17 13:24:15 -04:00