hondacrx
|
3ac625e8ff
|
Core/Auras: Implemented SPELL_AURA_SCHOOL_ABSORB_OVERKILL
Port From (https://github.com/TrinityCore/TrinityCore/commit/530631e0a73c0bcd540f063cef975ecd827307b2)
|
2021-04-19 10:36:03 -04:00 |
|
hondacrx
|
c925d7af40
|
Core/AI: CreatureAI.EnterCombat is now called CreatureAI.JustEngagedWith. There's also two new methods on UnitAI, though they're never invoked right now.
Port From (https://github.com/TrinityCore/TrinityCore/commit/bce43de7f3fba618c370f2aba327d23dd30d1cdd)
|
2021-04-19 10:22:43 -04:00 |
|
hondacrx
|
d0faa12ef6
|
Core/Spells: CastSpell Cleanup
Port From (https://github.com/TrinityCore/TrinityCore/commit/)
|
2021-04-18 18:42:11 -04:00 |
|
hondacrx
|
63f0f919e2
|
Core/Misc: Replace Time.UnixTime with GameTime.GetGameTime()
Port From (https://github.com/TrinityCore/TrinityCore/commit/e17e4e6f0700c7d950e1b2654c217ec8b28ae79e)
|
2021-04-17 19:28:50 -04:00 |
|
hondacrx
|
17132dd6b6
|
Core/Entities: Fix some weird movement due to los issues
Port From (https://github.com/TrinityCore/TrinityCore/commit/446fc391f02d3ca8e1332b58f910a5b7d1c8e226)
|
2021-04-16 16:14:43 -04:00 |
|
hondacrx
|
da0b406c8a
|
Core/Spell: implement SPELL_FAILED_AURA_BOUNCED on DR spells
Port From (https://github.com/TrinityCore/TrinityCore/commit/bebc20b4de7db2fa1b80ac481902a39d92bd4dc8)
|
2021-04-16 15:20:02 -04:00 |
|
hondacrx
|
a5d5b7ee3d
|
Core/Unit: make neutral guards attack players involved in PvP
Port From (https://github.com/TrinityCore/TrinityCore/commit/a58dcd1d9cf5f943342d00628601170d6023ae25)
|
2021-04-16 14:40:23 -04:00 |
|
hondacrx
|
7ef7bb1728
|
Core/Spells: Fixed spell channel object selection
Port From (https://github.com/TrinityCore/TrinityCore/commit/9619f7c2832c550d4606410a8cdbde5ee54c761d)
|
2021-04-14 10:30:02 -04:00 |
|
hondacrx
|
9782ad7eee
|
Core/Misc: Some crash fixes.
|
2021-04-13 16:54:14 -04:00 |
|
hondacrx
|
b0e28e1478
|
Misc fixes!
|
2021-04-12 15:03:12 -04:00 |
|
hondacrx
|
13631f6b4c
|
Core/PacketIO: Updated packet structures to 9.0.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/f2202869f71f5a1a35191de303ee5166e4275884)
|
2021-04-12 14:02:46 -04:00 |
|
hondacrx
|
03cc39b4a2
|
Fixed two crashes
|
2021-03-30 11:14:16 -04:00 |
|
hondacrx
|
3d40c868f6
|
Core/Script: Implement CalcCritChance hooks for spell and aura scripts
Port From (https://github.com/TrinityCore/TrinityCore/commit/f8255b15419cd1efdd2ccaf77298c8598322288f)
|
2021-03-29 16:04:29 -04:00 |
|
hondacrx
|
e3994d9636
|
Core/Spells: Defined and implemented new spell interrupt flags
Port From (https://github.com/TrinityCore/TrinityCore/commit/07a47947e2e189649e48a093b66c8c3de8872ac0)
|
2021-03-29 13:09:27 -04:00 |
|
hondacrx
|
e8959b884e
|
Core/Scripts: Implemented new aura script hook OnEnterLeaveCombat
Port From (https://github.com/TrinityCore/TrinityCore/commit/2420f4e7a10c430ea28b2d71a17f54da0c244a54)
|
2021-03-29 12:29:41 -04:00 |
|
hondacrx
|
0501481fcd
|
Core/Auras: Defined and implemented many new interrupt flags
Port From (https://github.com/TrinityCore/TrinityCore/commit/9b5a46ca2bb3a4632cb9914e0899df611a47d935)
|
2021-03-28 15:49:12 -04:00 |
|
hondacrx
|
d93c4fc3cb
|
Core/Spells: Updated spell shapeshift form flags enum
Port From (https://github.com/TrinityCore/TrinityCore/commit/6db27c58b97a028026e0159109fbf20f6132e6b5)
|
2021-03-28 14:44:49 -04:00 |
|
hondacrx
|
cad2a7fa88
|
Core/Items: Addes support for calculating item level & cleanup iterating over items.
Based on https://github.com/TrinityCore/TrinityCore/pull/26276
|
2021-03-24 15:44:49 -04:00 |
|
hondacrx
|
62ec699ec6
|
Core: SOme code cleanup, more to follow.
|
2021-03-20 22:48:48 -04:00 |
|
hondacrx
|
76d79ff2e6
|
Core/Auras: Update AuraState enum and implement missing new ones
Port From (https://github.com/TrinityCore/TrinityCore/commit/69e0b9a98516a0cac14bc3f985a2deb2fe79205f)
|
2021-03-17 21:51:55 -04:00 |
|
hondacrx
|
4568cdad48
|
Core/Spells: Define all spell modifier types and implement ProcCooldown mod and PeriodicHealingAndDamage for melee periodic damage
Port From (https://github.com/TrinityCore/TrinityCore/commit/6585666e6e34ade0333e4c23876acdf847d169c0)
|
2021-03-17 18:52:59 -04:00 |
|
hondacrx
|
1d8bab3b58
|
Core/Auras: periodics refactor part 1:
Port From (https://github.com/TrinityCore/TrinityCore/commit/5f9e0d92d563c983c229db1569414916b3dce51e)
|
2021-03-17 16:08:17 -04:00 |
|
hondacrx
|
f2317c2bdf
|
Core/Entities: Some changes to LoS z checking & MotionMaster.MoveJumpTo
Port From (https://github.com/TrinityCore/TrinityCore/commit/fe362cf2c9d5c71db4698480ce26cb35dbc58f28)
|
2021-03-17 13:55:29 -04:00 |
|
hondacrx
|
e77a742bf8
|
Core/Misc: Misc fixes
|
2021-03-16 15:45:42 -04:00 |
|
hondacrx
|
cb25ddc507
|
Core/Spells: Take SPELLMOD_CRIT_DAMAGE_BONUS into account also for healing spells
Port From (https://github.com/TrinityCore/TrinityCore/commit/1d7590072c63151f7696f9003b6869f9000cb665)
|
2021-03-08 13:38:03 -05:00 |
|
hondacrx
|
c79f91521e
|
Fix build
|
2021-03-04 22:08:33 -05:00 |
|
hondacrx
|
5fd04ced4f
|
Core/Movement: Don't rely on client for water state detection
Port From (https://github.com/TrinityCore/TrinityCore/commit/931a3871f88737ca13277ee88444b9808b366039)
|
2021-03-04 21:56:26 -05:00 |
|
hondacrx
|
923def9f4a
|
Core/Spells: Refactor Player::ApplySpellMod to take SpellInfo argument instead of just spell id
Port From (https://github.com/TrinityCore/TrinityCore/commit/624881bef5c90a91e4c59e5bf404d8775c2ca55d)
|
2021-03-04 14:43:39 -05:00 |
|
hondacrx
|
b04f34a1e1
|
Core/Scripts: Add SpellInfo argument to ScriptMgr::ModifySpellDamageTaken
Port From (https://github.com/TrinityCore/TrinityCore/commit/995fb23bc11e5dff3f21e1afa977934b76482d1b)
|
2021-03-04 14:13:48 -05:00 |
|
hondacrx
|
8a481dc9bd
|
Core/Auras: implemented SPELL_AURA_MOD_HEALING_DONE_PCT_VERSUS_TARGET_HEALTH
Port From (https://github.com/TrinityCore/TrinityCore/commit/ee2ebfe87db6e43fc0ee2e27d760d656eadf9526)
|
2021-03-04 13:54:52 -05:00 |
|
hondacrx
|
2949a2514c
|
Core/Creatures: Implemented extra flag to use offhand attacks
Port From (https://github.com/TrinityCore/TrinityCore/commit/2a51edc5bcebe40c114e37ef3b24da6c8f095892)
|
2021-03-04 12:00:39 -05:00 |
|
hondacrx
|
64bafe8d73
|
Misc cleanups
|
2021-03-04 11:47:12 -05:00 |
|
hondacrx
|
2bf56cfb1b
|
Fixed a crash in CalcHealAbsorb
|
2021-02-26 15:17:56 -05:00 |
|
hondacrx
|
cb1afc82b2
|
Core/Auras: Implemented SPELL_AURA_DISABLE_ATTACKING_EXCEPT_ABILITIES
Port From (https://github.com/TrinityCore/TrinityCore/commit/ac1ef5efbe0a8c4cf25f4bdf154d5b4e86827c06)
|
2021-02-22 15:52:37 -05:00 |
|
hondacrx
|
bfb732e72b
|
Core/Auras: Implemented SPELL_AURA_MOD_CRIT_CHANCE_VERSUS_TARGET_HEALTH and SPELL_AURA_MOD_CRIT_CHANCE_FOR_CASTER
Port From (https://github.com/TrinityCore/TrinityCore/commit/84cb6718eee5a1beada137559f21396fb8f43705)
|
2021-02-22 15:41:23 -05:00 |
|
hondacrx
|
a5e9adffe6
|
Core/Auras: Implemented SPELL_AURA_MOD_AUTOATTACK_RANGE and SPELL_AURA_MOD_AUTOATTACK_CRIT_CHANCE
Port From (https://github.com/TrinityCore/TrinityCore/commit/ffbbc1d8e5329e5530341a1922adec7697c5f649)
|
2021-02-22 15:32:29 -05:00 |
|
hondacrx
|
f15cc130fa
|
Core/Auras: Implemented SPELL_AURA_PERIODIC_WEAPON_PERCENT_DAMAGE
Port From (https://github.com/TrinityCore/TrinityCore/commit/5ed75bb2d3fdc5bd2ee4dddb748db291fe3b1541)
|
2021-02-22 15:29:14 -05:00 |
|
hondacrx
|
762090efb1
|
Core/Auras: Implemented SPELL_AURA_MOD_PERIODIC_DAMAGE_TAKEN
Port From (https://github.com/TrinityCore/TrinityCore/commit/4ee565b2c85a442069ee7a611378f30f066de873)
|
2021-02-22 15:10:45 -05:00 |
|
hondacrx
|
7ae358bd71
|
Core/Auras: Rename many old aura types to their new meaning
Port From (https://github.com/TrinityCore/TrinityCore/commit/bd7c714c97beb04eb815b0aa175badfb6933ccf1)
|
2021-02-22 15:05:41 -05:00 |
|
hondacrx
|
26c57969fb
|
Core/Players: Corrected shield block value calculations
Port From (https://github.com/TrinityCore/TrinityCore/commit/31d3080091643d4e348ec53c5bec3caf0e17110f)
|
2021-02-21 21:44:30 -05:00 |
|
hondacrx
|
9acb44eadd
|
Core/Gameobject: Fixed crash. Never removed the gameobject we was trying to remove.
|
2021-02-19 12:23:54 -05:00 |
|
hondacrx
|
077a06f7c1
|
Core/Movement: Refresh collision height on shapeshifting
Port From (https://github.com/TrinityCore/TrinityCore/commit/49992508a46eb8cd73205a896ae8d84bd991bc39)
|
2021-02-13 21:03:57 -05:00 |
|
hondacrx
|
6ceeb9e31e
|
Core/Creatures: Fixed crediting loot and quests for creatures using level scaling
Port From (https://github.com/TrinityCore/TrinityCore/commit/9e9fb667ecef8263f6184d194c3aceafd4d89e71)
|
2021-02-13 20:45:57 -05:00 |
|
hondacrx
|
2dd7fcba0c
|
Core/Auras: Handle SPELL_AURA_MOD_AUTOATTACK_DAMAGE
Port From (https://github.com/TrinityCore/TrinityCore/commit/964340bb764baab75830cfe298d1346ceae84c61)
|
2021-02-09 13:35:37 -05:00 |
|
hondacrx
|
c4f0ad6012
|
Core/Auras: Handle SPELL_AURA_MOD_SCHOOL_MASK_DAMAGE_FROM_CASTER
Port From (https://github.com/TrinityCore/TrinityCore/commit/e11067a39861214bde940bdc0e5b11daf7c326a0)
|
2021-02-09 13:31:59 -05:00 |
|
hondacrx
|
cf030b70b2
|
Core/SAI: Added SAI support for new areatriggers
Port From (https://github.com/TrinityCore/TrinityCore/commit/875fd4107f29c00f148ea77c6ff6d49f7ca92b76)
|
2021-02-09 11:29:50 -05:00 |
|
hondacrx
|
a6c5ac711e
|
Core/Auras: Renamed a bunch of unknown or changed spell aura types and implemented some of them
Port From (https://github.com/TrinityCore/TrinityCore/commit/d697882dfbb16242b7aa0b915fb116a14039ac5e)
|
2021-02-04 12:24:50 -05:00 |
|
hondacrx
|
0e77439e20
|
Core/Misc: waypoint movement
Port From (https://github.com/TrinityCore/TrinityCore/commit/bf12bae46746149d870cd3e52ccd610f0a975047)
|
2021-02-04 10:32:48 -05:00 |
|
hondacrx
|
3234d5c42c
|
Core/Auras: Fixed stacking SPELL_AURA_MOD_CRIT_DAMAGE_BONUS with SPELLMOD_CRIT_DAMAGE_BONUS
Port From (https://github.com/TrinityCore/TrinityCore/commit/22d6ea3620def585c07262d1700d6f67e95eb103)
|
2021-02-02 10:15:31 -05:00 |
|
hondacrx
|
9bca3b5432
|
Core/Combat: Fixes Resistance calculations.
|
2021-01-27 14:58:05 -05:00 |
|