IntelligentQuantum
659775548f
feat(Core/SmartScripts): Add an action_param3 to "summon gob" to control when the object will despawn ( #10254 )
...
* cherry-pick commit (TrinityCore/TrinityCore@ca4f1e3 )
2022-04-17 03:48:22 +02:00
acidmanifesto
db360f0cfb
Fix (Core\DB) Hostil to Hostile spelling fix ( #11399 )
...
* Fix (Core) Hostil to Hostile spelling fix
* sql cmd adjustment as well
* AliGnZ
* Further Hostil to Hostile Correction
Per @Si1ker Research via https://github.com/azerothcore/azerothcore-wotlk/pull/11399#issuecomment-1099506373
2022-04-16 11:00:38 -04:00
UltraNix
5a9bf21cd8
fix(Core/Spells): Implemented spell priorities. ( #11278 )
...
* fix(Core/Spells): Implemented spell priorities.
Fixes #11261
* Update.
* Update.
* Update.
2022-04-16 15:28:24 +02:00
UltraNix
13993a0b5b
fix(Core/Units): Stop melee attacking victim if being charmed by non-friendly target. ( #11353 )
...
Fixes #11316
2022-04-16 14:45:16 +02:00
UltraNix
b7c8c09920
fix(Core/Quests): Fixed displaying correct quest marks for autocomplete/repeatable/daily completed quests. ( #11349 )
...
Fixes #11237
2022-04-15 11:47:13 -03:00
IntelligentQuantum
ab4ee71762
feat(Core/Maps): AreaBoundary ( #10525 )
...
* cherry-picked commit (2da458c56d )
2022-04-15 14:10:41 +02:00
Bogir[rus]
d723352207
fix(Core/Player): corrected HasUnitFlag usage ( #11321 )
2022-04-11 06:11:37 -03:00
UltraNix
47790c9714
fix(Core/Vmaps): Stop M2s from occluding for spellcast LoS. Original autho… ( #11341 )
...
* Core/Vmaps: Stop M2s from occluding for spellcast LoS. Original authors: @Shauren & @HelloKitty
Fixes #11293
* buildfix.
Co-Authored-By: HelloKitty <5829095+HelloKitty@users.noreply.github.com >
2022-04-10 09:24:35 -03:00
Kitzunu
b709a22ddc
feat(Core/Players): PlayerFlag helpers ( #11294 )
...
* feat(Core/Players): PlayerFlag helpers
* Update Player.h
* fix build
2022-04-05 18:53:50 +02:00
Kitzunu
b41967a067
feat(Core/GameObject): Gob flag helpers ( #11287 )
2022-04-05 13:52:58 +02:00
Kitzunu
edb7cac19b
feat(Core/Unit): NPCFlags helpers ( #11286 )
...
* cherry-pick commit (TrinityCore/TrinityCore@d611925 )
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
2022-04-05 13:52:42 +02:00
UltraNix
ff654397e8
fix(Core/Creatures): Properly reset encounter if boss despawns on evade. ( #11251 )
...
Fixes #8167
2022-04-02 11:46:27 -03:00
Kitzunu
285504e79d
fix(Core/Object): Fix WorldObject::SetZoneScript unsafe cast to InstanceMap ( #11226 )
...
* cherry-pick commit (e9992066a5 )
Co-Authored-By: HelloKitty <5829095+HelloKitty@users.noreply.github.com >
Co-authored-by: HelloKitty <5829095+HelloKitty@users.noreply.github.com >
2022-04-01 19:37:56 -03:00
Kitzunu
535c7451a2
feat(Core/Unit): New helpers for DynamicFlags ( #11230 )
...
* feat(Core/Unit): New helpers for DynamicFlags
* cherry-pick commit (d611925dc7 )
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
* oopsie
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-04-01 07:14:29 -03:00
UltraNix
14edda6c90
fix(Core/Players): Fixed setting player's zone id to unknown value. ( #10996 )
...
* fix(Core/Players): Fixed setting player's zone id to unknown value.
Fixed #10945
* Update.
* Update.
2022-04-01 06:59:12 -03:00
Kitzunu
856aed6fc6
feat(Core/Unit): New helpers for UnitFlag and UnitFlag2 ( #11227 )
2022-03-30 07:59:42 -03:00
Skjalf
fed66a3429
chore(Core/Player): clarify a gossip error about invalid OptionType ( #11173 )
2022-03-28 19:10:22 -03:00
UltraNix
9c0c925433
fix(Core/Combat): Improved extra attacks handling. Author: @trickerer ( #11169 )
...
Fixes #9423
Fixes #11138
2022-03-27 11:08:18 -04:00
UltraNix
ccf7cf82d1
fix(Core/Objects): Fixed typo in m_visibilityDistanceOverride initialization ( #11170 )
...
Fixes #9870
Fixes #11127
2022-03-27 10:12:29 -04:00
UltraNix
d195c09f56
fix(Core/Spells): Fixed an issue with Premeditation removing itself. ( #11093 )
...
Co-authored-by: Treeston <Treeston@users.noreply.github.com >
2022-03-27 01:50:29 -03:00
UltraNix
7796cdee33
fix(Core/Spells): Fixed implementation of CAST_FLAG_POWER_LEFT_SELF flag. ( #10908 )
2022-03-27 01:22:29 -03:00
IntelligentQuantum
a5cb274222
Core/Packet: MIRROR_TIMER ( #10885 )
2022-03-27 01:19:26 -03:00
UltraNix
df89bbafe4
fix(Scripts/Vehicles): The next player entering Salvaged Siege Engine… ( #10987 )
...
… should control turret if it's not occupied.
2022-03-27 01:16:12 -03:00
ZhengPeiRu21
44b7a0666c
feat(Scripting/Hooks): implement OnQuestComputeXP() hook ( #10934 )
2022-03-24 10:27:15 +01:00
Skjalf
7377c96cc8
fix(Scripts/BlackwingLair): Razorgore improvements ( #10971 )
...
- Rewrite reset events
- Use proper healing spell on phase transition
- Now uses abilities during phase 1
- Phase transition scripted - mobs now run away
2022-03-23 15:42:34 -03:00
IntelligentQuantum
6a6d0e5907
feat(Core/Packet): SMSG_DURABILITY_DAMAGE_DEATH ( #10894 )
2022-03-23 13:35:30 +01:00
acidmanifesto
77f13636b7
fix (core) Script Names not loaded with manual add ( #11102 )
...
This fixes Script names not being loaded with npcs and gameobjects when manually added with the .npc\gameobject add cmd that would lead the user to restart the server to load up the npc\gameobject with the script that was manually added
2022-03-22 09:49:06 -04:00
IntelligentQuantum
86e438a1e7
Core/Packet: SMSG_LEVELUP_INFO ( #10884 )
2022-03-21 04:43:45 +07:00
UltraNix
68891ccd74
fix(Core/Loot): Fixed some chests inside dungeons not being bound only to participants. ( #10995 )
2022-03-18 18:33:04 -03:00
UltraNix
da0f2e3ae2
fix(Core/Spells): Nature's Swiftness should not be consumed by instant spells. ( #10909 )
2022-03-18 18:15:56 -03:00
UltraNix
e5f9c8c0af
fix(Core/Mails): Do not load expired mails from database. ( #10917 )
2022-03-18 18:13:17 -03:00
UltraNix
76b72b3631
feat(Core/Chat): Fixed feature to prevent horde and alliance players to chat with each other via custom emotes. ( #11000 )
...
Fixes #10600
2022-03-17 20:11:08 +07:00
UltraNix
b01aa11f18
fix(Core/Spells): Ruthlessness/Seal Fate selecting wrong proc target ( #10982 )
...
Fixes #10328
2022-03-16 18:58:49 +01:00
Kargatum
78bdc89881
feat(Core/Battleground): rework bg queue system ( #10817 )
2022-03-15 14:36:49 -03:00
UltraNix
c0e12e297d
fix(Core/Spells): Beacon of Light should not proc off from Glyph of Holy Light and Judgement of Light. ( #10564 )
...
Fixed #2782
2022-03-14 15:51:09 +01:00
Bogir[rus]
75439773d0
fix and bringing to a unified style warnings of server loading logs to be more visible at server startup ( #10970 )
2022-03-12 04:57:26 -03:00
IntelligentQuantum
7ad65752fa
feat(Core/Maps): Improvements to Cinematic function ( #10765 )
2022-03-11 08:21:54 +01:00
Nefertumm
556cbd8f58
feat(Core/Gossips): override BoxMoney from DB ( #10414 )
2022-03-10 13:55:29 +01:00
Nefertumm
4239188a87
fix(Core/Creature): correctly load creature equipments ( #10966 )
2022-03-10 05:42:30 -03:00
Nefertumm
0e35b681fb
feat(Core/Conf): Miss Chance Multiplier ( #10873 )
2022-03-08 21:44:22 +01:00
UltraNix
5ed4db09e3
fix(Core/Spells): Fixed getting max spell range for friendly targets. ( #10906 )
...
Fixes #10802
2022-03-06 15:51:59 -05:00
IntelligentQuantum
8eeb6ef1b7
feat(Core/Packet): SMSG_CROSSED_INEBRIATION_THRESHOLD ( #10893 )
2022-03-06 15:49:55 -05:00
IntelligentQuantum
029b79ecce
feat(Core/Players): do not update position data on character creation
2022-03-06 15:45:49 -05:00
UltraNix
617d85a498
fix(Core/Movement): Send proper movement animation visuals. ( #10843 )
...
Fixed #10812
Fixed #10814
2022-03-06 12:31:41 -05:00
UltraNix
a74e57fb22
fix(Core/Spells): Implemented SPELL_ATTR0_CU_IGNORE_EVADE. ( #10832 )
...
Added channel beam at Razorgore pre-fight.
Fixed #10767
2022-03-06 12:26:00 -05:00
Kitzunu
d927ce6fac
feat(Core/Creature): Implement quest_greetings table ( #10526 )
...
* cherry-pick commit (6dda09818d )
Co-Authored-By: ForesterDev <11771800+ForesterDev@users.noreply.github.com >
Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com >
2022-03-06 18:19:08 +01:00
Skjalf
d4b3e8f201
chore(Core/Creature): clean up an unnecessary function ( #10904 )
2022-03-06 03:12:06 -03:00
Kargatum
acd3ed8759
fix(Core/Player): fix pet not appearing after dismount for warlock ( #10899 )
2022-03-05 04:54:54 -03:00
UltraNix
b3c8c779dc
fix(DB/Spells): add internal proc cooldown to Nature's Grasp ( #10757 )
...
Fixes #9475
2022-03-02 13:10:40 +01:00
UltraNix
73957b95f6
fix(Core/Mail): do not show expired mails in packets ( #10560 )
...
Fixed #5920
2022-03-01 13:57:37 +01:00