Hondacrx
|
e440ccd097
|
Core/Spells: Added missing SummonPropertiesFlags::UseDemonTimeout handling to some summon cases
Port From (https://github.com/TrinityCore/TrinityCore/commit/ceffc2cb2037921af13d8a417b39e407bb7635ac)
|
2024-09-01 15:57:24 -04:00 |
|
Hondacrx
|
86447c1692
|
Core/Instances: New ZoneScript hook - OnCreatureGroupDepleted
Port From (https://github.com/TrinityCore/TrinityCore/commit/ec2631eca3a397dffd2e525b34c131c283beb167)
|
2024-09-01 15:55:58 -04:00 |
|
Hondacrx
|
8edc440181
|
Core/Creatures: Create a CreatureGroup for every SummonCreatureGroup
Port From (https://github.com/TrinityCore/TrinityCore/commit/9a7a83ef3074faaad037cfb4c098784695f49d30)
|
2024-09-01 15:49:10 -04:00 |
|
Hondacrx
|
9b4f3681c0
|
Core/PacketIO: Fixed SMSG_ATTACKER_STATE_UPDATE structure
Port From (https://github.com/TrinityCore/TrinityCore/commit/b103de805a449efcd359158b34b14cd64e91fc08)
|
2024-09-01 15:40:27 -04:00 |
|
Hondacrx
|
c7e7347757
|
Core/Creatures: Allow adding summons to CreatureGroup (only adding, no formation movement of linked aggro yet)
Port From (https://github.com/TrinityCore/TrinityCore/commit/16bfbe1a3a12256d9476f3ae23e1f34f31f9cf07)
|
2024-09-01 15:39:23 -04:00 |
|
Hondacrx
|
530e8dbd36
|
Core/Creatures: Only remove formation movement on formation remove instead of fully resetting MotionMaster
Port From (https://github.com/TrinityCore/TrinityCore/commit/67dd9a920fdabb26e6429432885345b1a1771b9a)
|
2024-09-01 15:26:19 -04:00 |
|
Hondacrx
|
762c26f16e
|
Revert "Core/Creature: Formation reset
Port From (https://github.com/TrinityCore/TrinityCore/commit/cdf0d62e48773a0c01193754383bcc95977bc552)
|
2024-09-01 15:23:00 -04:00 |
|
Hondacrx
|
fe20b3753e
|
Core/Units: Interrupt only spell in CURRENT_GENERIC_SPELL slot with damage taken InterruptFlags instead of all currently cast spells
Port From (https://github.com/TrinityCore/TrinityCore/commit/7fdcae81d8cc99ed154f3efe875d5670590cc122)
|
2024-09-01 15:20:55 -04:00 |
|
Hondacrx
|
8b991e1a06
|
Core/Vmaps: Fixed use after free and deadlocks when loading a model file fails
Port From (https://github.com/TrinityCore/TrinityCore/commit/d05dbaaecbd4bf7e1c0fd32d0fef34341b4067f6)
|
2024-08-31 18:44:32 -04:00 |
|
Hondacrx
|
a9a28c889e
|
Tools/vmap_assembler: Organize vmap files into directory-per-map
Port From (https://github.com/TrinityCore/TrinityCore/commit/518fe1fd1ecf107e11336c4a41ed90405b115dc0)
|
2024-08-31 18:37:44 -04:00 |
|
Hondacrx
|
033a640aa5
|
Core/Vmaps: Optimize loading vmaps
Port From (https://github.com/TrinityCore/TrinityCore/commit/35a2d49971984bcab96ac64fc52b30a9a4e06ce3)
|
2024-08-31 18:34:42 -04:00 |
|
Hondacrx
|
3151a0455d
|
Core/Spells: Implemented SPELL_ATTR9_CHANNEL_PERSISTS_ON_PET_FOLLOW
Port From (https://github.com/TrinityCore/TrinityCore/commit/fd329ee8483da81585db484c005a6fe22448bc63)
|
2024-08-31 17:46:25 -04:00 |
|
Hondacrx
|
fa10c00734
|
Core/Spells: Remove spell range increase when caster or target move backwards
Port From (https://github.com/TrinityCore/TrinityCore/commit/f19e1a271618a35515512ce2a64330f21133616c)
|
2024-08-31 17:44:12 -04:00 |
|
Hondacrx
|
a964b9c7f8
|
Core/Spells: Implemented caster-is-moving aoe radius bonus and SPELL_ATTR9_NO_MOVEMENT_RADIUS_BONUS
Port From (https://github.com/TrinityCore/TrinityCore/commit/321f3cc4a7a59874c73ab82d57c2f1c76a820396)
|
2024-08-31 17:41:27 -04:00 |
|
Hondacrx
|
b4c955379f
|
Core/Spells: Implemented SPELL_ATTR9_CANNOT_KILL_TARGET
Port From (https://github.com/TrinityCore/TrinityCore/commit/b3bdb4efef5d89df023fcccd6975edfd1ebd9903)
|
2024-08-31 17:39:01 -04:00 |
|
Hondacrx
|
bc7568ca34
|
Core/Spells: Implemented SPELL_ATTR9_FORCE_CORPSE_TARGET
Port From (https://github.com/TrinityCore/TrinityCore/commit/af39104798d78f0cf8f51dc36e7302f1f4e69b7b)
|
2024-08-31 17:37:20 -04:00 |
|
Hondacrx
|
03bcadf2c6
|
Core/Spells: Implemented SPELL_ATTR9_ITEM_PASSIVE_ON_CLIENT
Port From (https://github.com/TrinityCore/TrinityCore/commit/321161230fe557f930bb155729d9150c42c5758c)
|
2024-08-31 17:35:41 -04:00 |
|
Hondacrx
|
73fd511930
|
Core/Spells: Rename more SpellAttr9 to official names
Port From (https://github.com/TrinityCore/TrinityCore/commit/70cff79ca6c578d51144f2a0ff0df5675aa06941)
|
2024-08-31 17:27:24 -04:00 |
|
Hondacrx
|
765140211b
|
Core/Spells: Implemented SPELL_ATTR9_IGNORE_CASTER_HEALING_MODIFIERS and SPELL_ATTR13_ALWAYS_ALLOW_NEGATIVE_HEALING_PERCENT_MODIFIERS
Port From (https://github.com/TrinityCore/TrinityCore/commit/96bfc5f39b4efc0c8437f97746f1a97f028c6dd4)
|
2024-08-31 17:26:16 -04:00 |
|
Hondacrx
|
08edf75cd1
|
Core/Spells: Implemented SPELL_ATTR9_JUMPCHARGE__NO_FACING_CONTROL
Port From (https://github.com/TrinityCore/TrinityCore/commit/486641063e9b88d84e38e4cee3bfc2fb3e0bffc6)
|
2024-08-31 17:18:19 -04:00 |
|
Hondacrx
|
3c6b3bd455
|
Core/Movement: Defined and implemented new spline flag - JumpOrientationFixed
Port From (https://github.com/TrinityCore/TrinityCore/commit/bd9fb4a56303e2bd8046e77d425250b9757aa74c)
|
2024-08-31 17:16:04 -04:00 |
|
Hondacrx
|
fe450f82ab
|
Core/Spells: Rename more SpellAttr9 to official names
Port From (https://github.com/TrinityCore/TrinityCore/commit/8ce710fa6f93d657c61da89ef95eab947d04f6e4)
|
2024-08-31 17:09:57 -04:00 |
|
Hondacrx
|
62e3c0ef66
|
Core/Spells: Implemented SPELL_ATTR9_ALLOW_CAST_WHILE_CHANNELING
Port From (https://github.com/TrinityCore/TrinityCore/commit/3365e6a4b84f59cca5f7ef5fca71fb3979697e52)
|
2024-08-31 17:08:45 -04:00 |
|
Hondacrx
|
451354f925
|
Core/Creatures: Update visible Flags2 when changing gm mode state
Port From (https://github.com/TrinityCore/TrinityCore/commit/02ebab7ea6a50a0ae14b4eaf812106a7c45bbc80)
|
2024-08-31 17:04:04 -04:00 |
|
Hondacrx
|
a9c8ebfcd7
|
Scripts/Spells: Implemented Dark Simulacrum and its related attribute SPELL_ATTR9_ALLOW_DARK_SIMULACRUM
Port From (https://github.com/TrinityCore/TrinityCore/commit/a33864ce2d9038e491fe99eba8acc532ebd6327f)
|
2024-08-31 17:01:16 -04:00 |
|
Hondacrx
|
b97078e44a
|
Core/Spells: Implemented SPELL_ATTR11_IGNORE_SPELLCAST_OVERRIDE_SHAPESHIFT_REQUIREMENTS
Port From (https://github.com/TrinityCore/TrinityCore/commit/cb335c32740d0af87ae693e4ea3833236354d080)
|
2024-08-26 19:56:15 -04:00 |
|
Hondacrx
|
bd620ac608
|
Core/PacketIO: Fixed packet structres changed after build 54449
Port From (https://github.com/TrinityCore/TrinityCore/commit/f20fa7aeb59240b3425e2e4f52324e3aea63e564)
|
2024-08-26 19:54:19 -04:00 |
|
Hondacrx
|
d963e011fc
|
Core/Spells: Spells cast through SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS_TRIGGERED aura should always be instant
Port From (https://github.com/TrinityCore/TrinityCore/commit/4b4c52112d8fc11b90d8acaab0c8b1caa0e0a0c4)
|
2024-08-26 19:52:35 -04:00 |
|
Hondacrx
|
f2e610315f
|
Core/Spells: Exclude spells cast from client from being treated as triggered if they have any trigger flags set (possible with override spells auras)
Port From (https://github.com/TrinityCore/TrinityCore/commit/816369318f9613bc7e23e4bf57ddb4c5f9fa3809)
|
2024-08-26 18:13:44 -04:00 |
|
Hondacrx
|
b38668c7cb
|
Core/Spells: Implemented new trigger flag to cause spells to be instant without also causing other behavior of TRIGGERED_CAST_DIRECTLY (skipping SMSG_SPELL_START, skipping starting GCD)
Port From (https://github.com/TrinityCore/TrinityCore/commit/a885a1fc3c6b894f546b7aee70b5a67932a94486)
|
2024-08-26 18:11:28 -04:00 |
|
Hondacrx
|
585949a9cf
|
Core/Spells: Implemented SPELL_ATTR9_IGNORE_SCHOOL_LOCKOUT
Port From (https://github.com/TrinityCore/TrinityCore/commit/0b8eed2d547acc0ba115198cb306c4f9127af807)
|
2024-08-26 18:05:34 -04:00 |
|
Hondacrx
|
87a04a76e9
|
Core/Spells: Implemented SPELL_ATTR9_AUTOCAST_OFF_BY_DEFAULT
Port From (https://github.com/TrinityCore/TrinityCore/commit/24096f6b661161f296bfef4a3303789f245873c4)
|
2024-08-26 18:03:08 -04:00 |
|
Hondacrx
|
ce08437402
|
Core/Spells: Rename more SpellAttr9 to official names
Port From (https://github.com/TrinityCore/TrinityCore/commit/8963ea8e4c215e750aa7a473bbf780b403dc8839)
|
2024-08-26 17:53:38 -04:00 |
|
Hondacrx
|
49d10ebebb
|
Core/Spells: Implemented SPELL_ATTR9_HASTE_AFFECTS_MELEE_ABILITY_CASTTIME
Port From (https://github.com/TrinityCore/TrinityCore/commit/0d5a1b175fbd4ae7410a84bf60645c52abf712ee)
|
2024-08-26 17:51:38 -04:00 |
|
Hondacrx
|
254d04d37e
|
Core/AreaTriggers: Check actionset flags for client areatriggers to allow some areatriggers to trigger while dead
Port From (https://github.com/TrinityCore/TrinityCore/commit/d51d6b0abeec25a7c7fd4903ddbca0124ee8c723)
|
2024-08-26 17:49:33 -04:00 |
|
Hondacrx
|
b7b166c0f0
|
Core/GameObjects: Fixed the interaction/highlight logic for GAMEOBJECT_TYPE_CHEST and quest objectives
Port From (https://github.com/TrinityCore/TrinityCore/commit/31bd3804e35f63915a5d6d669b31add6c82d7010)
|
2024-08-26 17:41:44 -04:00 |
|
Hondacrx
|
511ac17c55
|
Core/Spells: Implemented SPELL_ATTR9_FACE_UNIT_TARGET_UPON_COMPLETION_OF_JUMP_CHARGE
Port From (https://github.com/TrinityCore/TrinityCore/commit/5cb4536bd0492b49432b092e7ca4a458010b7d53)
|
2024-08-26 16:56:29 -04:00 |
|
Hondacrx
|
87a8145275
|
Core/Commands: Allow to complete tracking quests with .quest complete command
Port From (https://github.com/TrinityCore/TrinityCore/commit/97cad9c5986233667821d8e0d20834766651acbf)
|
2024-08-26 16:52:08 -04:00 |
|
Hondacrx
|
7f01c4b82e
|
Core/Players: Allow GMs to target npcs with UNIT_FLAG2_UNTARGETABLE_BY_CLIENT flag
Port From (https://github.com/TrinityCore/TrinityCore/commit/5ee28a9161e763c516a968bd83127da7073dc1e7)
|
2024-08-26 16:50:56 -04:00 |
|
Hondacrx
|
7a43203e0c
|
Core/Movement: Allow setting position or object facing targets for jump movement
Port From (https://github.com/TrinityCore/TrinityCore/commit/ac73edc268bc8d5bbda9f4b05168e3e24c25ca45)
|
2024-08-26 16:48:36 -04:00 |
|
Hondacrx
|
89587bbd59
|
Core/Spells: Removed MECHANIC_IMMUNE_SHIELD + MECHANIC_BANISH special case check in Spell::CheckCasterAuras and named possibly related spell attribute
Port From (https://github.com/TrinityCore/TrinityCore/commit/721103c1c9649fc769a4230216b871319a5f7643)
|
2024-08-26 16:25:42 -04:00 |
|
Hondacrx
|
7946aa1958
|
Core/Spells: Fixed spell with SPELL_AURA_MECHANIC_IMMUNITY_MASK failing to cast if they were supposed to purge effect they are granting immunity to (CreatureImmunities was not checked)
Port From (https://github.com/TrinityCore/TrinityCore/commit/e1e4aa7980a6e91a330d615467b2c25b60dcbcc1)
|
2024-08-26 16:24:24 -04:00 |
|
Hondacrx
|
f908481bce
|
Core/Spells: Fixed implementation of SPELL_ATTR1_IMMUNITY_TO_HOSTILE_AND_FRIENDLY_EFFECTS and removed banish special cases that were neccessary because that attribute wasn't correctly supported
Port From (https://github.com/TrinityCore/TrinityCore/commit/c968dedfee59db53fc912ac166309f3d87470821)
|
2024-08-26 16:15:18 -04:00 |
|
Hondacrx
|
40db30bc58
|
Core/Quests: Fix swapped QuestGiverStatus
Port From (https://github.com/TrinityCore/TrinityCore/commit/96f8fc335c8294986ef69bd74a9a7354bedf336d)
|
2024-08-26 00:04:08 -04:00 |
|
Hondacrx
|
e4e660c995
|
Core/Spells: Replaced assert with startup error log
Port From (https://github.com/TrinityCore/TrinityCore/commit/8043b71708e2efd380c7a1f6a738a1e9e497706d)
|
2024-08-26 00:03:26 -04:00 |
|
Hondacrx
|
800bf056ee
|
Core/Auras: Apply banished aura state with auras using banish mechanic
Port From (https://github.com/TrinityCore/TrinityCore/commit/3974648ae02970a62841104c7678db89cfbeea48)
|
2024-08-25 23:56:29 -04:00 |
|
Hondacrx
|
3ce314ef4b
|
Core/Spells: Implemented SPELL_ATTR9_TARGET_MUST_BE_GROUNDED
Port From (https://github.com/TrinityCore/TrinityCore/commit/dd61ba2844fc96b3344183fe0b05ce65985fa8be)
|
2024-08-25 23:54:10 -04:00 |
|
Hondacrx
|
b3ffd700dd
|
Core/Object: Added possibility to override sourceLocation for SendPlayOrphanSpellVisual
Port From (https://github.com/TrinityCore/TrinityCore/commit/53204130c62aadca3b961844a1c9d2dfe967518d)
|
2024-08-25 23:51:42 -04:00 |
|
Hondacrx
|
0bb55fd942
|
Core/Spells: Rename more SpellAttr9 to official names
Port From (https://github.com/TrinityCore/TrinityCore/commit/9d4047a3be5f3de8ca7c4818c265127578dbcc81)
|
2024-08-25 23:49:17 -04:00 |
|
Hondacrx
|
9f35b4a650
|
Core/Spells: Name SPELL_ATTR9_DO_NOT_ADD_TO_UNLEARN_LIST
Port From (https://github.com/TrinityCore/TrinityCore/commit/88d1078a1256fa9175110b3bec0f7f9fdd6b615d)
|
2024-08-25 23:47:42 -04:00 |
|