UltraNix
0e84538ee1
fix(Core/Players): charge should not delay player's auto attacks ( #8978 )
...
- Closes #7266
2021-11-07 20:40:34 +01:00
Francesco Borzì
c91959bba9
fix(Core/PlayerUpdates): one more C++20 compile warning ( #8959 )
2021-11-05 08:57:13 +01:00
acidmanifesto
70b0de4e1f
fix(Core/Quest): Refresh SMSG_QUESTGIVER_STATUS_MULTIPLE after a quest change ( #8902 )
...
Co-authored-by: Malcrom <malcromdev@gmail.com >
2021-11-04 23:51:54 +01:00
UltraNix
1926027066
fix(Core/Pets): controllable guardians (including pets) should not set the combat with its target when commanded to attack it. ( #8877 )
2021-11-04 23:49:57 +01:00
patou01
ea2c880fc8
fix(Core/Unit): Reduce mobs speed when low on health ( #7932 )
2021-11-04 10:43:24 -03:00
Skjalf
b2ce49135e
feat(Core/Scripting): implement OnlyOnceAreaTrigger & Zul'Gurub's in… ( #8850 )
...
Co-authored-by: Treeston <treeston.mmoc@gmail.com >
2021-11-03 23:43:03 +01:00
Kargatum
aa7932e971
feat(Core/EnumUtils): add more enum for support chat command ( #8828 )
2021-11-03 10:50:11 +01:00
Skjalf
80febc4de0
fix(Core/Player): clear current title if the player loses it ( #8827 )
2021-11-03 00:13:54 +01:00
Malcrom
f106de8788
refactor(Core): update getFaction to GetFaction and setFaction to SetFaction ( #8708 )
2021-11-01 17:04:32 +01:00
IntelligentQuantum
fe682805ab
refactor(Scripts/Commands): Convert commands to new system Part 1 ( #8704 )
2021-10-29 15:58:59 -03:00
Kitzunu
7f69acd466
fix(Core/Unit): remove wrong CombatStop() when charming ( #8733 )
2021-10-29 15:33:14 +02:00
Malcrom
a7cc26e2ef
fix(Core) Quest Relations ( #8777 )
2021-10-29 07:53:29 -03:00
Skjalf
2cf4d05867
feat(Core/SAI): Allow forcing creatures/gameobjects's respawn timers when using SMART_ACTION_FORCE_DESPAWN ( #8714 )
2021-10-27 04:21:29 -03:00
Skjalf
041b327c80
fix(Core/GameObject): Spawn linked traps when gameobjects are created ( #8572 )
2021-10-26 22:15:30 -03:00
acidmanifesto
bcd1a701ac
fix(Core): ScriptName not readable in creature and gameobject table fix ( #8715 )
2021-10-25 14:25:13 +02:00
Skjalf
fffdb31c05
feat(Core/LFG): move the LFG max kick count & kick prevention timers … ( #8683 )
2021-10-25 10:17:12 +02:00
UltraNix
3cddfb84c1
feat(Core/Spells): Implemented SPELLVALUE_AURA_DURATION. ( #8690 )
...
- Closes #8505
2021-10-24 23:06:57 +02:00
UltraNix
16a54fdeac
fix(Core/Spells): Polymorphed targets should call assistance. ( #8674 )
...
Fixes #8413
2021-10-24 02:58:54 -03:00
UltraNix
96441a91dc
fix(Core/Spells): Auras triggered by talents/glyphs should be removed on respec. ( #8671 )
...
Fixes #8543
2021-10-24 01:23:04 -03:00
Kargatum
bc9473482e
feat(Core/Chat): new argument parsing and unify chat hyperlink parsing ( #6243 )
2021-10-23 10:15:42 +02:00
Skjalf
c2381a5a1c
fix(Core/BattlegroundAV) Irondeep/Coldtooth Supplies never despawning ( #8612 )
2021-10-22 00:03:47 +02:00
UltraNix
db0c27fe43
fix(Core/Combat): Removed some invalid code about auto-acquiring a nearby target if primary target is not detectable by creature. ( #8624 )
...
Spells with sanctuary always delete hostile references (if not during encounter).
Update visibility should be always forced in case of invisibility/stealth auras.
Restored old Shadowmeld code.
Fixes #4764
Fixes #7125
2021-10-21 15:54:36 -03:00
UltraNix
1fb6830b15
feat(Core/Quests): Implemented quest_money_rewards (for quest with Qu… ( #8610 )
...
Fixes #8440
2021-10-20 05:45:56 -03:00
UltraNix
1ec612e65b
fix(Core/DungeonFinder): Premade groups should be treated as normal groups. ( #8520 )
...
Fixes #8339
2021-10-20 05:29:24 -03:00
Skjalf
db2b380ceb
fix(Core/Player): restore the removal of pending sale mails (it was accidentally removed in https://github.com/azerothcore/azerothcore-wotlk/pull/8065 ) ( #8550 )
2021-10-19 09:57:14 +02:00
patou01
74db38ea14
fix(Core/Gossip): Fix gossip menu for locale clients ( #8396 )
2021-10-17 11:01:58 -03:00
jestermaniac
8c126075ff
fix(Core/Entities): fix contested flag timer when logging out and in ( #8558 )
2021-10-16 22:26:13 -03:00
Kitzunu
bc82f36f1f
refactor(Core/Unit): clean MonsterText methods ( #6957 )
2021-10-15 10:25:29 +02:00
UltraNix
8b70222ae2
fix(Core/Spells): Revive pet cannot be used on alive pets. ( #8434 )
...
Fixes #8315
2021-10-14 19:54:18 -03:00
jestermaniac
5d36c94a2d
fix(CORE/Unit): Fix controllable guardians evading when not posed to be ( #7959 )
2021-10-14 11:48:37 -03:00
UltraNix
cb71cc0131
fix(Core/Units): clear emote state on attack rather than on combat st… ( #8170 )
...
- Closes #6281
2021-10-14 16:18:51 +02:00
Skjalf
3894dfc897
fix(Core/SAI): Update SMART_ACTION_FORCE_DESPAWN to allow temporarily despawning gameobjects ( #8340 )
...
* fix(Core/SAI): Update SMART_ACTION_FORCE_DESPAWN to allow temporarily despawning gameobjects
* brackets
* Some improvements
* restore the virtual
2021-10-14 13:23:59 +02:00
UltraNix
b8345a2f98
fix(Core/DungeonFinder): Seasonal bosses are available only via Dunge… ( #8056 )
...
* fix(Core/DungeonFinder): Seasonal bosses are available only via Dungeon Finder tool.
Fixes #7889
* Update.
* Buildfix.
* Missing.
2021-10-14 13:22:37 +02:00
jestermaniac
da69fec345
fix(Core/Entities): contested guards attacking after bg/recent pvp ( #7518 )
...
* fix(Core/Entities): contested guards attacking after bg/recent pvp
* fix(Core/Entities): contested guards attacking after bg/recent pvp
* Update Unit.cpp
* fix(Core/Entities): contested guards attacking after bg/recent pvp
* fix(Core/Entities): contested guards attacking after bg/recent pvp
* Update Unit.cpp
2021-10-14 13:21:18 +02:00
Kargatum
1c40caa4d6
feat(Core/Player): add helper for send large count mail items ( #8460 )
2021-10-14 15:25:15 +07:00
acidmanifesto
430157f71d
feat(Core): GetDeadCreatureListInGrid helper added, for aoe loot ( #8445 )
2021-10-13 11:32:01 -03:00
Axel Cocat
cb19dbf492
fix(Core/Player): fix Eluna hook in Player::CanUseItem ( #7117 )
2021-10-12 13:35:45 -03:00
Kitzunu
d464ee7083
refactor(Core/CreatureAI): Turn hardcoded entries into flagsExtra ( #8189 )
2021-10-12 13:35:22 +02:00
Axel Cocat
57658d821d
fix(Core/Unit): perform melee attack when unit has not enough power for melee spell ( #7996 )
2021-10-12 12:23:52 +02:00
Nefertumm
bcec4191e4
feat(Core/Hooks): Added new hook for pvp flag state ( #8336 )
2021-10-11 14:40:27 -03:00
UltraNix
0769212db5
fix(Core/Spells): Fixed absorb auras not working with spell damage. ( #8427 )
...
Fixes #8412
2021-10-11 18:19:22 +02:00
UltraNix
a6a85c0d5d
fix(Core/Spells): typo 89f0c42c0 ( #8398 )
2021-10-11 00:11:21 -03:00
Skjalf
f96b027ffd
fix(Core/Mail): load mails on login instead of when requested ( #8065 )
2021-10-10 17:15:24 +02:00
UltraNix
89f0c42c0e
fix(Core/Spells): Restore dafef5bd78 ( #8380 )
...
Fixes #5475
2021-10-09 13:49:45 -03:00
Kitzunu
4e590ed20c
fix(Core/Quest): Update all quests when item is optained/removed ( #7862 )
...
Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com >
Co-Authored-By: Wyrserth <43747507+Wyrserth@users.noreply.github.com >
2021-10-09 10:20:07 +02:00
UltraNix
8ef6355aad
fix(Core/Item): Dropped loot containers acting soul bound after looking inside them. ( #7826 )
...
Fixes #6164
2021-10-09 03:28:29 -03:00
UltraNix
4947887644
fix(Scripts/Brewfest): Rewritten Coren Direbrew's fight( #8040 )
...
- Closes #7890
2021-10-08 21:03:38 +02:00
UltraNix
86084560e0
feat(Core/Eluna): Added new OnPetAddedToWorld() hook for Eluna. ( #8084 )
2021-10-08 11:57:14 -03:00
UltraNix
69243c4e5d
fix(Core/Movement): Improved player's pet follow movement. ( #8217 )
...
Fixes #8127
2021-10-08 10:13:00 -03:00
UltraNix
0e5eb1b0cf
fix(Core/Pets): Eye of Kilrogg should not put its owner in combat wit… ( #7193 )
...
- Closes #6627
2021-10-07 20:03:04 +02:00