UltraNix
e57e0e7cd1
fix(Core/Creatures): AttackStart in MoveInLineOfSight is called only for aggressive mobs. ( #8878 )
...
Fixes #8868
2021-11-02 11:43:18 -03:00
Malcrom
f106de8788
refactor(Core): update getFaction to GetFaction and setFaction to SetFaction ( #8708 )
2021-11-01 17:04:32 +01:00
IntelligentQuantum
0a2c7a3756
refactor(Scripts/Commands): Convert cs_spectator to new system ( #8811 )
2021-10-29 20:35:01 -03:00
acidmanifesto
86329a43ab
fix(Core/GameObject): Segment fault error fix ( #8824 )
...
Closes https://github.com/azerothcore/azerothcore-wotlk/issues/8819
2021-10-29 17:39:01 -03:00
IntelligentQuantum
fe682805ab
refactor(Scripts/Commands): Convert commands to new system Part 1 ( #8704 )
2021-10-29 15:58:59 -03:00
Kargatum
67b3ac442a
fix(Core/Chat): add missing Eluna chat api ( #8821 )
2021-10-30 00:38:06 +07:00
Kitzunu
7f69acd466
fix(Core/Unit): remove wrong CombatStop() when charming ( #8733 )
2021-10-29 15:33:14 +02:00
Meltie2013
250dee5be9
feat(Core): implement world availability option ( #8755 )
2021-10-29 15:32:19 +02:00
Malcrom
a7cc26e2ef
fix(Core) Quest Relations ( #8777 )
2021-10-29 07:53:29 -03:00
Kargatum
a650fd495c
feat(Core/Metrics): implement real time statistic visualization ( #8663 )
2021-10-28 14:47:29 +02:00
Kitzunu
26ff29a1a0
fix(Core/Spell): Implement SPELL_ATTR7_BYPASS_NO_RESURECTION_AURA ( #7859 )
...
Co-authored-by: stoneharry <3818405+stoneharry@users.noreply.github.com >
2021-10-27 08:29:11 -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
IntelligentQuantum
04143658ab
chore(Core/Arena): LANG_AREAN_ERROR_NAME_NOT_FOUND > LANG_ARENA_ERROR_NAME_NOT_FOUND ( #8737 )
2021-10-26 06:20:38 -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
acidmanifesto
d72b741fbf
feat(Core): CreatureUnitRelocationWorker reworked ( #8672 )
...
This is further support of void MoveInLineOfSight(Unit* who) override of creature AIs.
Currently before this PR, src scripted creatures of void MoveInLineOfSight(Unit* who) override would only follow void MoveInLineOfSight(Unit* who) override if they were hostile and nothing else. With this PR we create it with any aggression stance\faction stance, which will open up while improving upon only the future scripting of the core.
- Ellminates restricting HasReactState(REACT_AGGRESSIVE) only to requirements of creatures to use void MoveInLineOfSight(Unit* who) override to having no React State requirements.
2021-10-25 10:16:24 +02:00
UltraNix
c69e309681
fix(Core/Spells): Devastate vs Glyph of Sunder Armor. ( #8705 )
...
Fixes #8506
2021-10-24 23:31:19 -03:00
acidmanifesto
0df821cbb0
chore(Core): Code Reduction dealing with Logging, (Cosmetic only). ( #8686 )
2021-10-24 22:33:16 -03:00
UltraNix
3cddfb84c1
feat(Core/Spells): Implemented SPELLVALUE_AURA_DURATION. ( #8690 )
...
- Closes #8505
2021-10-24 23:06:57 +02:00
acidmanifesto
6308b99a33
chore(Core/AI): Change a FollowerAI log from error to debug ( #8685 )
2021-10-24 10:58:50 -03:00
Ragelezz
416e8d2cbf
fix(Core/Spells): Spirit of Kirith spell summon duration adjusted ( #8680 )
2021-10-24 12:03:07 +02:00
UltraNix
cab3992d0f
fix(Core/Spells): SPELL_AURA_PROC_TRIGGER_DAMAGE auras should not proc if target is immuned ( #8675 )
...
- Closes #8461
2021-10-24 12:02:47 +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
UltraNix
1c77d8a9f2
fix(Core/DungeonFinder): Random Dungeon Finder always removes no perm… ( #8561 )
...
Fixes #8222
2021-10-23 18:53:57 -03:00
Kargatum
bc9473482e
feat(Core/Chat): new argument parsing and unify chat hyperlink parsing ( #6243 )
2021-10-23 10:15:42 +02:00
Ragelezz
6baf498a17
fix(Core/Spells): Silithyst ( #8656 )
2021-10-22 13:40:57 +02:00
Andrius Peleckas
9bcde70dab
fix(Core/AI): possible "self interrupts" in BossAI::ExecuteEvent calls ( #8654 )
2021-10-22 13:36:07 +02:00
UltraNix
b0d4f1917e
fix(Core/Spells): passive auras should not stak with itself ( #8652 )
...
- Closes #8588
2021-10-22 11:32:35 +02:00
Skjalf
c2381a5a1c
fix(Core/BattlegroundAV) Irondeep/Coldtooth Supplies never despawning ( #8612 )
2021-10-22 00:03:47 +02:00
acidmanifesto
ad73b564bc
fix(Core/Conditions): Conditions not working for area auras ( #8648 )
...
* Core/Conditions: Fixed conditions not working for area auras
Cherry Pick of TC Commit:
8693ee5695
2021-10-21 15:55:41 -03: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
cbabc54659
fix(Scripts/Spells): Fixed Enrage armor reduce part. Source: TrinityCore. ( #8625 )
...
Fixes #8623
2021-10-21 15:48:49 -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
fc1420bfe4
feat(Core/Battlegrounds): Added extra parameter to SetQueueAnnouncementTimer. ( #8607 )
2021-10-20 05:30:30 -03:00
UltraNix
fb1e750de2
fix(Core/Spells): Dismount from flying mount if teleported to Nothrend without Cold Weather Flying spell. ( #8524 )
...
Fixes #5660
2021-10-20 05:29:58 -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
UltraNix
8d54facbfa
fix(Core/Battlegrounds): Fixed timed announcement system for CrossfactionBG module. ( #8521 )
...
- Closes #6637
2021-10-17 11:44:23 +02:00
jestermaniac
8c126075ff
fix(Core/Entities): fix contested flag timer when logging out and in ( #8558 )
2021-10-16 22:26:13 -03:00
Skjalf
af779cea5f
fix(Core/Globals): Check if creatures got any valid InhabitType dur… ( #8464 )
2021-10-17 01:18:07 +02:00
UltraNix
ba719f0feb
fix(Core/Event): improve "Let the fires come" event ( #8199 )
2021-10-16 16:24:48 +02: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
Kitzunu
118a555b06
fix(Core/Spells): Fix all cases of client crash when pressing ESC after a spell being cast ( #8497 )
...
* cherry-pick commit (f765e8eb73 )
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/8143
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2021-10-14 20:32:30 +02:00
Skjalf
b871bdc708
fix(Core/EventScripts): Credit nearby group members when using the SCRIPT_COMMAND_QUEST_EXPLORED event_scripts command ( #8378 )
2021-10-14 17:19:07 +02: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