IntelligentQuantum
ec4eff6aa0
feat(Scripts/Commands): convert cs_cheat to new system ( #8740 )
2021-10-29 15:31:42 +02:00
IntelligentQuantum
b82a73d982
feat(Scripts/Commands): Convert cs_achievement to new system ( #8736 )
2021-10-29 15:31:04 +02:00
Malcrom
a7cc26e2ef
fix(Core) Quest Relations ( #8777 )
2021-10-29 07:53:29 -03:00
v.tihomirov
12b195e116
fix(Core/QuestNpc): Rework/fix the Stave of Ancients script ( #7929 )
...
* WIP Artorius the amiable
* Add Artorius sql update
* Splited npc script to stave of ancients script
* Move reveal form to npcstaveqai
* Change enum constant names
* Refactor DoAction
* Refactor feign death reset
2021-10-28 13:08:19 -03:00
Kargatum
a650fd495c
feat(Core/Metrics): implement real time statistic visualization ( #8663 )
2021-10-28 14:47:29 +02:00
Nefertumm
7c363c9040
fix(Core/Crashfix): Add nullptr checks for Blood Draining enchant ( #8778 )
2021-10-28 06:23:29 -03:00
mpfans
d796f48cd6
chore(Core/Conf): add missing configuration options ( #8761 )
2021-10-28 00:20:21 +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
8665452c28
fix(Scripts/Commands): Fill the missing argument for the GPS command so it displays its message correctly ( #8734 )
2021-10-27 06:28:52 -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
Malcrom
26456132c7
fix(SAI/Script) Quest 8304 Dearest Natalia ( #8717 )
...
Redid quest to have proper gossip and use proper db gossip system.
2021-10-26 17:39:25 -03:00
acidmanifesto
8ebb7eff5d
chore(Core/DBCEnums): define few SummonPropFlags enums ( #8749 )
2021-10-27 00:50:40 +07: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
Malcrom
6c4b8215fa
fix(Core/DB) Quest 925 Cairne's Hoofprint ( #8721 )
...
Fixed to use proper gossip from db.
2021-10-26 05:35:45 -03:00
UltraNix
04aac67970
fix(Scripts/Hunter): Fixed freeze while using Readiness. ( #8709 )
...
Fixes #8513
2021-10-26 05:17:00 -03:00
acidmanifesto
e678b306e9
fix(Core): enable .freeze and .unfreeze gm cmd for NPCS ( #8688 )
2021-10-26 01:10:13 +02: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
Skjalf
9c0894ab4a
fix(Core/DB): Unrestrict the amount of mails loaded ( #8687 )
...
Partially reverts d5bb6ba1c4
2021-10-24 17:15:11 +02:00
acidmanifesto
6308b99a33
chore(Core/AI): Change a FollowerAI log from error to debug ( #8685 )
2021-10-24 10:58:50 -03:00
Nefertumm
5f28d35c37
fix(Core/Spell): Recall destination for Insignia trinkets using CFBG ( #8679 )
2021-10-24 12:04:24 +02:00
Kitzunu
4402398544
chore(Config): Update example text of DataDir ( #8684 )
2021-10-24 12:04:11 +02: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
Malcrom
c0b52da890
fix(Core/Script) Quest 11590: Abduction ( #8668 )
...
Rewrote quest from sniff to be more like official. MoveInLineOfSight still not working posting this here looking for help with it.
2021-10-24 00:26:46 -03:00
Malcrom
3f729f3c48
fix(Core/Script) Quest 11794: "The Hunt is on" ( #8650 )
...
Move Gossip to database and cleanup code.
2021-10-24 00:08:15 -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
UltraNix
36aced608c
fix(Core/Professions): Fixes some profession specs available without … ( #8385 )
...
Fixes #5399
2021-10-23 14:39:19 -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
73a55e0251
refactor(Scripts/Stratholme): move Baroness Anastari script to CPP ( #8562 )
2021-10-23 01:17:05 +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
patou01
6798b907b9
fix(Core/Script): Tomb of 7 in brd ( #7991 )
2021-10-21 16:38:48 -03: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
Kitzunu
2f6e704c07
feat(Core/CLI): Flash WorldServer at start (Windows only) ( #8477 )
2021-10-20 05:26:23 -03:00