hondacrx
9bbc1b49f3
Scripts/Spells: Implemented druid eclipse system
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/abaeb12ba3993a636d8385fe06b3a5ceb0f66f63 )
2021-03-29 12:49:24 -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
97a89d0c8c
Scripts/Spells: corrections to Death Knight spell Blood Mastery
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/0c73895826f691b529026abddf4a64828e7c75ad )
2021-03-17 21:16:32 -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
05799b4f92
Core/Scripts: fix drink auras
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/33fbd7c7736bfe061a10e529a73e243074c90fa8 )
2021-03-17 16:59:30 -04:00
hondacrx
4fa6122106
Core/Auras: periodics refactor part 5: ported periodic trigger spell auras to scripts
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/44c8ccadd701c1a4bc0ce08ee53a7a7ba55289d4 )
2021-03-17 16:50:50 -04:00
hondacrx
ff36626d12
Core/Auras: periodics refactor part 3: move more switch hacks to scripts
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/97e869e8b36afd9e7f0452b9001287f6b4a02ef2 )
2021-03-17 16:26:34 -04:00
hondacrx
8556495e5e
Core/Auras: periodics refactor part 2: Move UpdatePeriodic to AuraScripts
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/fd786c03a369b60bd29773e19f4213fd2e01624b )
2021-03-17 16:22:22 -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
3acb8eca4a
Core/Scripts: Cleanups on scripts.
2021-03-16 15:44:25 -04:00
hondacrx
360e0c51a2
Scripts/Spells: Fixed Fingers of Frost proc passive
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/b94851b824f6e4d7f7a7cd01a4c99e02b1e86b97 )
2021-03-15 16:43:18 -04:00
hondacrx
cee1fbe0d2
Core/Auras: Remove m_effIndex member of AuraEffect and always take it from SpellEffectInfo
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/efdca47aff354079bc73d248e022c2e914d94e7b )
2021-03-15 15:37:07 -04:00
hondacrx
88fdc2ae81
Scripts/Spells: Added druid's guardian spell scripts
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/183f719f4e1fa975de28acdfc027ff3f23789fb7 )
2021-03-15 15:25:12 -04:00
hondacrx
c79f91521e
Fix build
2021-03-04 22:08:33 -05:00
hondacrx
c3d2763f98
Scripts/Spells: Improve druid travel form script
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/898f97781c7f3cc5d40b4f9947571058b7ff7a75 )
2021-03-04 22:08:18 -05:00
hondacrx
9293b4ee17
Scripts/Spells: Fixed various paladin spell scripts and removed outdated ones
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/1086007f98c8d120f353650d7567d82f6b9aa0f8 )
2021-03-04 21:09:05 -05:00
hondacrx
4fed903009
Core/Scripts: Forgot to remove not needed class.
2021-03-04 17:04:30 -05:00
hondacrx
6a1114390d
Core/Scripts: Fix loading scripts.
2021-03-04 16:36:18 -05:00
hondacrx
9318cf2781
Core/Scripts: Start work on cleaning up scripts.
2021-03-04 15:30:56 -05:00
hondacrx
29138f1f05
Scripts/Spells: Touch of the Magi - accumulate damage and DoT duration
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/bb0194aede293d029ec1db628f555b6a138c1e6c )
2021-02-13 21:09:50 -05:00
hondacrx
16c22be60e
Scripts/Spells: Druid Travel Form freeze fix
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/414338a27b2468f29c5bded607b8cbc145050ba9 )
2021-02-13 20:42:32 -05:00
hondacrx
addc831f0d
Core/Spells: Adding SpellTargetObjectTypes to spell target checker to early-eliminate alive units
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/0cae71eac58bf37c6a2cbce2a60dd2aa1f7b4314 )
2021-02-09 13:02:06 -05:00
hondacrx
0d1bfff206
Core/AreaTriggers: Optimize target searching
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/23144d0665504e2e24ee790e900bb8de0df4aa08 )
2021-02-04 12:12:54 -05:00
hondacrx
26c42d517e
Core/Spells: Ice Lance
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/041ceeed1a6c2a1f4418d348631fd051056ff5c0 )
2020-12-31 15:49:46 -05:00
hondacrx
f0037ab99f
Core/DataStores: Updated db2 structures to 9.0.2
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/b82a3a557a7bf13d48342ea189325550059b622d )
2020-12-12 23:20:41 -05:00
hondacrx
cbbdf6d695
Core/Spells: Use new spell visual structure instead of just SpellXSpellVisualID
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/7f6eef37e61ea3d47bf8028c6e37175ba0a71373 )
2020-12-10 10:43:24 -05:00
hondacrx
900362a7d7
Removed all instance scripts so we can have script project back and spells will work again.
2020-12-07 15:29:06 -05:00
hondacrx
40330f9bac
Scripts/Item: Change Nitro -> Boosts <- to use the correct knockup effect for their backfire. Also, script that knockup effect to work properly ("usually" deploy a rescue parachute).
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/89006f621e0c59d88ab6102d2c67071aaeeb8ee9 )
2020-08-22 15:10:55 -04:00
hondacrx
f90597a156
Scripts/Item: Fix Nitro Boosts to only fail in flyable areas.
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/ba7d8e9ace2de730034cd8b2b901f19f04129ef9 )
2020-08-22 15:03:06 -04:00
hondacrx
581d077acd
Refactoring of BNetServer
2020-07-12 00:06:43 -04:00
hondacrx
b600c21ac2
Port From ( https://github.com/TrinityCore/TrinityCore )
...
Core/Spells: Removed duplicated check
Revert "Core/Groups: fix wrong query for loading group instance data. canReset attribute was calculated in the wrong way"
Core/Scripts: moved Wild Growth calculation to script and fixed formula
2020-06-21 13:10:09 -04:00
hondacrx
d7954f4fc7
Core/Spells: Implement using different difficulty data from all spell related db2s, not just SpellEffect and SpellPower
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/c7306439e7004288fb85890d6a5f730cf1761d71 )
2020-06-18 12:39:39 -04:00
hondacrx
230453c451
New Year 2020 :)
2020-01-09 11:35:00 -05:00
hondacrx
63105504a4
Core/Items: Add ItemContext param to Item::Create function
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/0a2d9ad2f7673e2b7ee62b7cc6f1a19639d37864 )
2019-11-23 00:44:38 -05:00
hondacrx
570aebce26
More refactoring of code.
2019-09-23 21:41:13 -04:00
hondacrx
35c06c09fd
Some refactoring of code. and some cleanups
2019-09-21 12:11:16 -04:00
hondacrx
87d30caa49
Ensure that all actions are compared to fixed point in time (ie. world update start)
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/60663d1374beef3103f4787152654034fa4a8897 )
2019-09-01 10:37:14 -04:00
hondacrx
b3faf9685a
Fix build. (scripts are fixed but most need updated tho)
2019-08-18 23:23:18 -04:00
hondacrx
1e1c5c77a8
2019 YAY!
2019-01-01 12:01:55 -05:00
hondacrx
f87224ac3d
Core/Spells: Removed useless calls of Spell.GetEffect and SpellInfo.GetEffect
2018-08-26 01:20:46 -04:00
hondacrx
8673e7218d
Core/Spells: Fixed travel form
2018-07-25 14:08:35 -04:00
hondacrx
943e858ccf
Core/Spells: Implement AURA_REMOVE_BY_INTERRUPT to provide aura scripts with more information when removing by Unit::RemoveAurasWithInterruptFlags
2018-07-25 12:25:53 -04:00
hondacrx
5dacd669b5
Core/Refactor: Part 3
2018-05-16 19:57:48 -04:00
hondacrx
f26f7a4348
Core/Misc: Fixed rotation of many gameobjects summoned in garrison and various scripts
2018-05-08 15:36:23 -04:00
hondacrx
9b40067017
Core/Refactor: Part 2
2018-05-07 22:07:35 -04:00
hondacrx
216db1c23a
Core/Refactor: Part 1
2018-05-07 18:56:09 -04:00
hondacrx
b2c1554065
Core/Refactor: Fix alot of Possible loss of fraction warnings
2018-05-07 17:34:41 -04:00
hondacrx
0ab3b8e8cd
Core/DataStores: Fixed db2 structures after 7.3.5
2018-03-13 15:43:03 -04:00
hondacrx
5c59995b3a
Core\Misc: Fix build
2018-03-12 15:00:01 -04:00
hondacrx
c00ac4b292
Core/Script: Implement Paralytic Poison
...
Core/DB: Misc db fixes
2018-03-12 14:55:50 -04:00