hondacrx
|
f2e56ccb41
|
Core/DataStores: Updated db2 structures to 9.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/d52c00a8fe79186013980af0e2caa3fd13c0c5fa)
|
2021-11-07 15:53:12 -05:00 |
|
hondacrx
|
dce33d2b71
|
Core/Spells: Include RealPointsPerLevel when determining if aura is negative.
Port From (https://github.com/TrinityCore/TrinityCore/commit/c10ea614918ccbb6e0601117fd024a6e8c91a0b2)
|
2021-11-03 16:22:28 -04:00 |
|
hondacrx
|
d5bdf04cca
|
Misc updates.
|
2021-11-03 12:34:28 -04:00 |
|
hondacrx
|
5a90a3ddde
|
Scripts/Auras: Lookup aura scripts by their type, not name
Port From (https://github.com/TrinityCore/TrinityCore/commit/9fc8c86e9a47194a1b271fbcf7bf9e85cb3f0826)
|
2021-11-03 12:31:46 -04:00 |
|
hondacrx
|
daa72123a2
|
Core/PacketIO: Fixed SMSG_SPELLNONMELEEDAMAGELOG structure
Port From (https://github.com/TrinityCore/TrinityCore/commit/4e294f54e400816905e9748b0cd3186d2e6d8642)
|
2021-11-03 11:53:05 -04:00 |
|
hondacrx
|
3335ae937d
|
Core/Threat: Fear no longer suppresses threat. All confuse effects now suppress threat, even ones that wouldn't break on damage.
Port From (https://github.com/TrinityCore/TrinityCore/commit/55cb4f9a6d614943ffe70b7e17ca74aeeafe3a18)
|
2021-11-02 14:29:49 -04:00 |
|
hondacrx
|
55746b1007
|
Core/Instances: Drop allowMount column in instance_template as it is already handled properly by SPELL_ATTR0_OUTDOORS_ONLY
Port From (https://github.com/TrinityCore/TrinityCore/commit/8b171d7c019f0010ec05af92466261d4be78bfff)
|
2021-11-02 13:34:29 -04:00 |
|
hondacrx
|
1e4fa35ac2
|
Core/Unit: Random code style/naming adjustments
Port From (https://github.com/TrinityCore/TrinityCore/commit/05119fd90949340cad4a700d12069154a2faf5f6)
|
2021-11-01 12:09:07 -04:00 |
|
hondacrx
|
3f684eadf9
|
Core/Threat: Threat system adjustments
Port From (https://github.com/TrinityCore/TrinityCore/commit/392a644dc8562ea54b9c185a2776fceb1006e2cd)
|
2021-11-01 12:04:49 -04:00 |
|
hondacrx
|
ffb04bffc0
|
Core/Unit: Store charmer and charmed pointers on Unit directly, no more map lookups for Unit::GetCharmer and Unit::GetCharmed
Port From (https://github.com/TrinityCore/TrinityCore/commit/a5989dcee9150565e7f4b8e3f7a62a414a484a3f)
|
2021-11-01 11:19:47 -04:00 |
|
hondacrx
|
26940fa650
|
Core/AI: Clean up charm AI handling.
Port From (https://github.com/TrinityCore/TrinityCore/commit/e4e8c1c59c8b37216814526b4d2551f23934f465)
|
2021-10-31 13:55:26 -04:00 |
|
hondacrx
|
c9ea148490
|
Spells/Auras: Properly handle negative health modifiers on application.
Port From (https://github.com/TrinityCore/TrinityCore/commit/d3f93bcc2632ed334ddf7acd1f068734bd507877)
|
2021-10-20 22:27:36 -04:00 |
|
hondacrx
|
78421960db
|
Core/Spells: added a helper to reset proc cooldowns
Port From (https://github.com/TrinityCore/TrinityCore/commit/7084e0c3601cef86d01d2162c77623feef9fc8f2)
|
2021-10-17 16:58:00 -04:00 |
|
hondacrx
|
6da7f7cb38
|
Core/BattlePets: Fixes when adding pets
Port From (https://github.com/TrinityCore/TrinityCore/commit/7c15ec00c7c1a4d5bd3ce37de6776b8a407b65b7)
|
2021-10-17 09:16:27 -04:00 |
|
hondacrx
|
0b64c4a02e
|
Core/Auras: Implemented SPELL_AURA_ADD_PCT_MODIFIER_BY_SPELL_LABEL and SPELL_AURA_ADD_FLAT_MODIFIER_BY_SPELL_LABEL
Port From (https://github.com/TrinityCore/TrinityCore/commit/ba4fa060d765a35507f1a73287504c3f2e440fdb)
|
2021-10-17 09:11:00 -04:00 |
|
hondacrx
|
68c4407840
|
Core/Auras: Implemented SPELL_AURA_CAST_WHILE_WALKING_BY_SPELL_LABEL and SPELL_AURA_CAST_WHILE_WALKING_ALL
Port From (https://github.com/TrinityCore/TrinityCore/commit/3e81db7b9380269d4561eb5deb21fbef26913779)
|
2021-10-16 18:33:43 -04:00 |
|
hondacrx
|
5ad5b8ef18
|
Core/Spells: Implemented SPELL_AURA_SUPPRESS_ITEM_PASSIVE_EFFECT_BY_SPELL_LABEL
Port From (https://github.com/TrinityCore/TrinityCore/commit/6e4a90d2749c7675eebbb3eb41cd50ecaab78b7e)
|
2021-10-16 18:26:30 -04:00 |
|
hondacrx
|
6ca98e5f7d
|
Core/Spells: Fixed loading spell labels
Port From (https://github.com/TrinityCore/TrinityCore/commit/95e21850948c73e95d237ad5505445d69b417304)
|
2021-10-16 18:22:58 -04:00 |
|
hondacrx
|
d2c62555c1
|
Core/Items: Refactored learning spells from items to check for ITEM_SPELLTRIGGER_LEARN_SPELL_ID instead of hardcoded spell ids
Port From (https://github.com/TrinityCore/TrinityCore/commit/6b69338990a651c54dd9d2b5ad3281a4d702efb7)
|
2021-10-16 18:18:28 -04:00 |
|
hondacrx
|
e9c6424cd8
|
Core/BattlePets: Misc fixes
Port From (https://github.com/TrinityCore/TrinityCore/commit/11cc5c0d3bd46b5e68bb549625ef9ca7294deb21)
|
2021-10-16 18:12:25 -04:00 |
|
hondacrx
|
2d976d7421
|
Core/Characters: Made homebind location a WorldLocation (this implicitly adds orientation)
Port From (https://github.com/TrinityCore/TrinityCore/commit/68c2fc8ff58d9ad272e8e17391a6bb6c3743923b)
|
2021-10-16 17:59:01 -04:00 |
|
hondacrx
|
5994c4e5fb
|
Fixed wrong area flags, Fixes resting in city.
|
2021-10-15 18:05:40 -04:00 |
|
hondacrx
|
e458f581d4
|
Core/Spells: Fixed Righteous Defense crash caused by modifying target list inside effect handler
Port From (https://github.com/TrinityCore/TrinityCore/commit/990e4d86576751c517549eecc0747b2a8b65129a)
|
2021-10-14 19:49:54 -04:00 |
|
hondacrx
|
af3445b40a
|
Core/Spells: Shadow of Death & Spiritual Vengeance should be negative spells (BlackTemple/Teron Gorefiend)
Port From (https://github.com/TrinityCore/TrinityCore/commit/af26380d9b1fc86f9b70e744bacdb947770d47c9)
|
2021-10-14 19:37:44 -04:00 |
|
hondacrx
|
b759f6204f
|
Fixes npc not chasing, Also fixes auras not being applied.
|
2021-10-13 18:12:24 -04:00 |
|
hondacrx
|
084ec5d631
|
Core/Player: Added SendPlayerBound method
Port From (https://github.com/TrinityCore/TrinityCore/commit/94aca04c3b1e9123541a75485dbae0d4265b18ef)
|
2021-10-13 14:34:26 -04:00 |
|
hondacrx
|
46195bd8b7
|
Core/Spells: Implemented SPELL_EFFECT_TELEPORT_WITH_SPELL_VISUAL_KIT_LOADING_SCREEN
Port From (https://github.com/TrinityCore/TrinityCore/commit/49eb3cf8fea8e5eab0c102c2bfb27fad763ba07e)
|
2021-10-13 10:07:09 -04:00 |
|
hondacrx
|
58550514e6
|
Core/Spells: Implemented SPELL_EFFECT_CANCEL_CONVERSATION
Port From (https://github.com/TrinityCore/TrinityCore/commit/1673b6e2ff69b9a59522892280e91cc5085a5ec0)
|
2021-10-11 19:49:26 -04:00 |
|
hondacrx
|
d2bcc321f5
|
Core/Scenes: Implemented spell created SceneObjects
Port From (https://github.com/TrinityCore/TrinityCore/commit/d7302ffd1499433fef2cc4e824ae9443c3d2c79f)
|
2021-10-11 17:21:33 -04:00 |
|
hondacrx
|
706567186c
|
Core/Spells: Implemented SpellReagentsCurrency.db2
Port From (https://github.com/TrinityCore/TrinityCore/commit/8492c273dd50227ca01ead785eda6c4de9361e74)
|
2021-10-10 17:02:33 -04:00 |
|
hondacrx
|
feec594e98
|
Core/Spells: Corrected spell visual fallback logic for spell difficulty entries
Port From (https://github.com/TrinityCore/TrinityCore/commit/8147a42aefb5c94fb70205141e611d3100cbd99d)
|
2021-10-10 16:38:45 -04:00 |
|
hondacrx
|
bb234fa4bd
|
Core/Spells: Changed Spell::SendCastResult arguments to signed ints to match packet structure
Port From (https://github.com/TrinityCore/TrinityCore/commit/2965d201ab5580a7c71279701b8523064a159077)
|
2021-10-10 16:34:07 -04:00 |
|
hondacrx
|
a1459617e6
|
Core/Conversations: Replace _participants with generic personal object implementation
Port From (https://github.com/TrinityCore/TrinityCore/commit/3fe9b0a2961b60509d11dd38a90e7b7657b68084)
|
2021-10-10 09:55:16 -04:00 |
|
hondacrx
|
5de61110b3
|
Core/Unit: Name and implement UNIT_FLAG_NON_ATTACKABLE_2
Port From (https://github.com/TrinityCore/TrinityCore/commit/de326d789ed955de819e0cbf37676716a038ad10)
|
2021-10-08 10:36:08 -04:00 |
|
hondacrx
|
3971aea8f9
|
Core/Spells: Implemented SpellValueMod duration
Port From (https://github.com/TrinityCore/TrinityCore/commit/a048475cb037a3a3672723c1f2ab32a343142927)
|
2021-10-08 10:30:35 -04:00 |
|
hondacrx
|
f21eed617c
|
Core/Scenes: Defined more flags and implemented FadeToBlackscreenOnCancel
Port From (https://github.com/TrinityCore/TrinityCore/commit/00dd4629bd6c8de4466925bb4a3d2a0e82e4f004)
|
2021-10-05 18:19:26 -04:00 |
|
hondacrx
|
a5066c8b68
|
Core/BattlePets: Misc fixes
Port From (https://github.com/TrinityCore/TrinityCore/commit/0cfd14d2a0a52ceb0d8203c31c7c6c487775bcee)
|
2021-10-03 20:27:14 -04:00 |
|
hondacrx
|
03a2d9a706
|
Fix one mistype.
|
2021-10-03 14:06:41 -04:00 |
|
hondacrx
|
727e0100a1
|
Core/Spells: Send OriginalCastId in SMSG_SPELL_START and SMSG_SPELL_GO for triggered spells in 'game' project
Port From (https://github.com/TrinityCore/TrinityCore/commit/555b2d40ecc22eb0ea4bf913b534ffa7197fa6fe)
|
2021-10-03 13:55:43 -04:00 |
|
hondacrx
|
e1aa4334d2
|
Core/Spells: Removed CastSpellExtraArgs constructors accepting ObjectGuid, they would become ambiguous with future changes
Port From (https://github.com/TrinityCore/TrinityCore/commit/3af9be830d736506ed4544a922699ed0f7a7ecd4)
|
2021-10-03 13:12:12 -04:00 |
|
hondacrx
|
3c55b9e7a8
|
Core/Auras: Implemented new aura type 487 (SPELL_AURA_COSMETIC_MOUNTED)
Port From (https://github.com/TrinityCore/TrinityCore/commit/a0c4a3071cebf3d755a9bdb8e07d93b17f354db3)
|
2021-10-03 13:01:31 -04:00 |
|
hondacrx
|
9be431bb56
|
Core/BattlePets: Misc fixes
Port From (https://github.com/TrinityCore/TrinityCore/commit/de4eaa0de9565da604fa3b6e2b4b59efe117fd7a)
|
2021-10-01 18:42:21 -04:00 |
|
hondacrx
|
f8fd31b8c3
|
Core/Spells: Make some spells negative
Port From (https://github.com/TrinityCore/TrinityCore/commit/4c6e89942f86b0b2cfa650c28a10e16a44a95d7f)
|
2021-09-29 18:31:25 -04:00 |
|
hondacrx
|
a968772bad
|
Core/Movement: MotionMaster reimplementation
Port From (https://github.com/TrinityCore/TrinityCore/commit/426f9f2f92b26fbb68e7cda9290ccbd586c6af4e)
|
2021-09-29 18:24:37 -04:00 |
|
hondacrx
|
cf13f32062
|
Fixes crash when logging in.
|
2021-09-27 11:15:37 -04:00 |
|
hondacrx
|
35710258b9
|
Some fixes from the ports.
|
2021-09-26 16:14:57 -04:00 |
|
hondacrx
|
9afc755dec
|
Core/Unit: UNIT_FLAG renames
Port From (https://github.com/TrinityCore/TrinityCore/commit/f1ac141f25500a0f6ffd3c32b1185de2d9f9c940)
|
2021-09-26 14:00:30 -04:00 |
|
hondacrx
|
ad1975b277
|
Core/Movement: Replace old TargetedMovementGenerator into ChaseMovementGenerator and FollowMovementGenerator, full rewrite for both.
Port From (https://github.com/TrinityCore/TrinityCore/commit/14939204955d1a24fe465cdfcbf307daf3ce4f09)
|
2021-09-26 10:29:27 -04:00 |
|
hondacrx
|
6cf76372ac
|
Core/Spells: Fix UNIT_CREATED_BY_SPELL in SPELL_EFFECT_SUMMON
Port From (https://github.com/TrinityCore/TrinityCore/commit/69663cc94f8b90daa5f19192313d4c4129ba64cc)
|
2021-09-24 10:23:22 -04:00 |
|
hondacrx
|
61b14b5da0
|
Core/Spells: all bleed effects should ignore armor
Port From (https://github.com/TrinityCore/TrinityCore/commit/3ea88f814a6be7487ef8a3d5c6237981d20f5063)
|
2021-09-24 10:19:33 -04:00 |
|