Hondacrx
|
8cd2f7ffaa
|
Core/Auras: Defined and implemented new aura state
Port From (https://github.com/TrinityCore/TrinityCore/commit/d82a018b5b72adeea95483aedfa774381c5668e9)
|
2024-09-01 17:33:08 -04:00 |
|
Hondacrx
|
382b983820
|
Core/AreaTriggers: Added ActionSet flags for serverside areatriggers
Port From (https://github.com/TrinityCore/TrinityCore/commit/1426f58ff007eac2d9719b41f9189d82b733789e)
|
2024-09-01 17:25:52 -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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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 |
|
Hondacrx
|
e79581f71f
|
Core/Spells: Implemented SPELL_ATTR9_ITEM_CAST_GRANTS_SKILL_GAIN
Port From (https://github.com/TrinityCore/TrinityCore/commit/00efee9ca12d6e625e9954a39768bbec029d0459)
|
2024-08-25 23:45:44 -04:00 |
|
Hondacrx
|
6462b7baf4
|
Core/Spells: Implemented SPELL_ATTR9_IGNORE_TOTEM_REQUIREMENTS_FOR_CASTING - fixes some totems requiring legacy items in inventory
Port From (https://github.com/TrinityCore/TrinityCore/commit/8142ab20b7495ca87a135e08e473f5a33a40e5a4)
|
2024-08-25 23:42:13 -04:00 |
|
Hondacrx
|
bb26b47824
|
Core/Spells: Rename more SpellAttr9
Port From (https://github.com/TrinityCore/TrinityCore/commit/56a027131a130bc778ee34ddfa379c42580b510b)
|
2024-08-25 21:45:49 -04:00 |
|
Hondacrx
|
1a0a69a4a1
|
Core/Spells: Implemented SPELL_ATTR9_ONLY_WHEN_ILLEGALLY_MOUNTED
Port From (https://github.com/TrinityCore/TrinityCore/commit/1f3af18e3a17096748a621c9171feb30047287be)
|
2024-08-25 21:42:05 -04:00 |
|
Hondacrx
|
f1d3bc2ac2
|
Core/Spells: Implemented SPELL_ATTR9_MOD_INVIS_INCLUDES_PARTY
Port From (https://github.com/TrinityCore/TrinityCore/commit/050bde08af9015e9adeaa3bf2b35f08dc210680e)
|
2024-08-25 21:37:14 -04:00 |
|
Hondacrx
|
1815f60aba
|
Core/Spells: Implemented SPELL_ATTR9_FORCE_DEST_LOCATION
Port From (https://github.com/TrinityCore/TrinityCore/commit/84c84b66d43d655a6fc9f6e75acbc1107dfadf23)
|
2024-08-25 21:34:29 -04:00 |
|
Hondacrx
|
c98e58a7e1
|
Core/Misc: Added Loading.Locales to enable/disable the load of locales
Port From (https://github.com/TrinityCore/TrinityCore/commit/3fd967754388b7b859dbd8b954ec68a844e172f0)
|
2024-08-25 21:03:45 -04:00 |
|
Hondacrx
|
22ec091beb
|
Core/AreaTriggers: Implement height check for polygon db2 areatriggers
Port From (https://github.com/TrinityCore/TrinityCore/commit/1c3268155d0165e150d239c3a808d5a8dddeae18)
|
2024-08-25 20:45:39 -04:00 |
|
Hondacrx
|
2273f3f22d
|
Core/DataStores: Implemented new ContentTuning offset type
Port From (https://github.com/TrinityCore/TrinityCore/commit/584676e628a1ffd31800b18b7d6c7d00e9f390d1)
|
2024-08-25 14:07:58 -04:00 |
|
Hondacrx
|
edb6934082
|
Core/Players: Defined all avg item level slots
Port From (https://github.com/TrinityCore/TrinityCore/commit/3f85fa7470789dbaedac5f3d74d00e1095e24ad1)
|
2024-08-25 14:05:11 -04:00 |
|
Hondacrx
|
665d7ac140
|
Core/Auras: Corrected implementation of dungeon encounter related interrupt flags
Port From (https://github.com/TrinityCore/TrinityCore/commit/e4e6eccdf592cd0760c780d485c439f121e06d4c)
|
2024-08-25 00:29:19 -04:00 |
|
Hondacrx
|
9193c25cde
|
Core/Spells: Implemented SummonPropertiesFlags::UseDemonTimeout
Port From (https://github.com/TrinityCore/TrinityCore/commit/c15c8609f0b950804ce798369bd7c3f54b5ab221)
|
2024-08-25 00:16:51 -04:00 |
|
Hondacrx
|
9cd5c14cd8
|
Core/Criteria: Implemented CompletedLFGDungeon criteria type
Port From (https://github.com/TrinityCore/TrinityCore/commit/9e22ca9d52eef131687b5f28f3187232bbe56c11)
|
2024-08-25 00:14:55 -04:00 |
|
Hondacrx
|
09e48b8517
|
Core/Spells: Implemented SPELL_ATTR13_DO_NOT_ALLOW_DISABLE_MOVEMENT_INTERRUPT
Port From (https://github.com/TrinityCore/TrinityCore/commit/48bc24697f58f95a5ff07e0884ef03d27a303f73)
|
2024-08-25 00:00:58 -04:00 |
|
Hondacrx
|
62829e83c4
|
Core/Criteria: Implemented CompleteAnyScenario and CompleteScenario types
Port From (https://github.com/TrinityCore/TrinityCore/commit/980ca4c65682657fecd13fc63fde63d5c92fab04)
|
2024-08-24 23:56:43 -04:00 |
|
Hondacrx
|
209227ccad
|
Core/Criteria: Implemented LearnAnyTransmog CriteriaType
Port From (https://github.com/TrinityCore/TrinityCore/commit/d60f0e2b28d8d0aba011ad80c65d4a8da85e5026)
|
2024-08-24 23:52:42 -04:00 |
|
Hondacrx
|
ab0333aa71
|
Core/Criteria: Implemented AnyArtifactPowerRankPurchased criteria type
Port From (https://github.com/TrinityCore/TrinityCore/commit/a0c1ed975a5f9b0c0cdd66be386bdf7609d40c1d)
|
2024-08-24 21:23:55 -04:00 |
|
Hondacrx
|
141b6e4a9a
|
Core/Criteria: Implemented LearnHeirloom and LearnAnyHeirloom criteria types
Port From (https://github.com/TrinityCore/TrinityCore/commit/eaa76f0eb2524e4c6c5be1a34d3cde392d35c3de)
|
2024-08-24 21:21:53 -04:00 |
|
Hondacrx
|
c3e4f234b6
|
Core/Criteria: Implemented CriteriaType ParticipateInArena
Port From (https://github.com/TrinityCore/TrinityCore/commit/ef22003a563b9e79a38ae999f05ce14b876513b8)
|
2024-08-24 21:09:13 -04:00 |
|
Hondacrx
|
77be3fd94b
|
Core/Criteria: Implemented CriteriaType EarnArtifactXP
Port From (https://github.com/TrinityCore/TrinityCore/commit/d1d8f907fe0f1e42d9a8569ef2afdd89e2739b3a)
|
2024-08-24 21:07:37 -04:00 |
|
Hondacrx
|
1ca497b79f
|
Core: Update to 10.2.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/468a06baf046b716305ee665e3cfd93c80e99457)
|
2024-08-24 00:13:35 -04:00 |
|