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
|
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
|
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
|
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
|
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
|
269f427e9a
|
Core/Spells: Updated SPELL_ATTR4_ONLY_FLYING_AREAS implementation to account for latest flying requirements
Port From (https://github.com/TrinityCore/TrinityCore/commit/019d28086f590199a0d397a9394d60d2c1698a2e)
|
2024-08-25 21:43:23 -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
|
5874294745
|
Core/Spells: Fixed UnitData::ChannelObjects for channeled spells using dest targets
Port From (https://github.com/TrinityCore/TrinityCore/commit/453977cc6de8cfff81ab55532acf38de6d693173)
|
2024-08-25 21:37:57 -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
|
bfd59f04cf
|
Scripts/StormsongValley-ish: Added scripts for old god forces for Kul Tiran unlock questline in Port Fogtide Part 1 / K'thir
Port From (https://github.com/TrinityCore/TrinityCore/commit/d54ee7a2808e2bc8077b7ed9e6df2eeb22829b7a)
|
2024-08-25 21:27:47 -04:00 |
|
Hondacrx
|
e936c7d099
|
Core/Spells: Prevent creatures from being able to cast all their spells while moving
Port From (https://github.com/TrinityCore/TrinityCore/commit/f80f931e2bee9dbf08c3edee94d0c79dbbb64072)
|
2024-08-25 00:12:46 -04:00 |
|
Hondacrx
|
728d5f58bc
|
Core/Items: Implemented reagent bag
Port From (https://github.com/TrinityCore/TrinityCore/commit/6f9e359701bd75705f73f23af65affb5a5bed573)
|
2024-08-24 22:26:12 -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 |
|
Hondacrx
|
ce99a1f7f6
|
Core/Spells: Refund power cost when cancelling empower spells
Port From (https://github.com/TrinityCore/TrinityCore/commit/240b7e58d81688e31d84511db4afd6229337c9e9)
|
2024-08-19 19:33:41 -04:00 |
|
Hondacrx
|
d231c06b8e
|
Core/Spells: Implemented evoker empower spell mechanic
Port From (https://github.com/TrinityCore/TrinityCore/commit/a39d0db9ec64f6bf38716abaade5b7835f2db338)
|
2024-08-19 18:48:32 -04:00 |
|
Hondacrx
|
cf42b5e591
|
Core/Auras: Implemented OnHeartbeat AuraScript hook and refactored an aurascript to use it as example
Port From (https://github.com/TrinityCore/TrinityCore/commit/55ce5b150f716b6d470af80a9c31adf78e4cc198)
|
2024-08-19 12:24:24 -04:00 |
|
Hondacrx
|
bf0c457273
|
Core/Auras: implemented PROC_FLAG_HEARTBEAT and moved food/drink emote mechanic into heartbeat handling
Port From (https://github.com/TrinityCore/TrinityCore/commit/d60b4e5b199d56477010941fc1d3aff9eb7064a2)
|
2024-08-19 12:14:22 -04:00 |
|
Hondacrx
|
38447522cc
|
Core/Spells: Fixed SpellInfo::GetSpellXSpellVisualId for nonplayer casters
Port From (https://github.com/TrinityCore/TrinityCore/commit/8d8a54db2568ef88b21530e1f7e1532f1bee08cd)
|
2024-08-18 17:56:38 -04:00 |
|
Hondacrx
|
2f71dbfda0
|
Core/SAI: Implement waiting for actions on action list to finish before continuing the action list
Port From (https://github.com/TrinityCore/TrinityCore/commit/5dfac0ef142c1b59e41c51ab2cca48083be4cb9e)
|
2024-08-08 17:28:27 -04:00 |
|
Hondacrx
|
8c392b77dd
|
Core/Spells: Fixed TARGET_UNIT_AREA_THREAT_LIST and TARGET_UNIT_AREA_TAP_LIST
Port From (https://github.com/TrinityCore/TrinityCore/commit/66abcaff14a6d55380b612d1c1b9c2cee3c004ae)
|
2024-08-05 17:29:40 -04:00 |
|
Hondacrx
|
337ba82a92
|
Core/Auras: Fixed SPELL_ATTR10_ROLLING_PERIODIC for auras that have 0 base amount and only scale from spell/attack power
Port From (https://github.com/TrinityCore/TrinityCore/commit/3545285ad7f95cb96500760b084fe40c36a26e04)
|
2024-08-05 14:55:03 -04:00 |
|
Hondacrx
|
0bb2df4f0d
|
Core/Spells: "Fixed" Inescapable Torment talent dealing damage to priest when learning (and somtimes killing on login)
Port From (https://github.com/TrinityCore/TrinityCore/commit/f331bd1a28ec24e5a03544d929263ed3aaeef725)
|
2024-08-05 14:35:05 -04:00 |
|
Hondacrx
|
9eefaca29a
|
Core/Spells: Fix Shadowform cooldown sometimes getting stuck
Port From (https://github.com/TrinityCore/TrinityCore/commit/018e66bc914e3e39b01e15a51ad683a5e881d156)
|
2024-08-05 14:13:23 -04:00 |
|
Hondacrx
|
708df58712
|
Core/Scripts: Integrate new ActionResultSetter with movement generators and spells
Port From (https://github.com/TrinityCore/TrinityCore/commit/b265c49977235dea5e7e69d7b6fb93f4943bf87a)
|
2024-08-05 14:12:00 -04:00 |
|
Hondacrx
|
e9b21a91be
|
Core/Battlegrounds: Move to scripts And a lot of misc commits i couldn't recover.
Port From (https://github.com/TrinityCore/TrinityCore/commit/d0d5d309bb5877dc2fcb27f6cb123707a31ec1e8)
|
2024-08-04 15:18:22 -04:00 |
|
hondacrx
|
1e421b9f53
|
Misc fixes
|
2024-03-19 17:21:32 -04:00 |
|
hondacrx
|
9d7a84d3a3
|
Core/Objects: Added ToWorldObject and ToItem
Port From (https://github.com/TrinityCore/TrinityCore/commit/6f6af6a1a1508508d0e42b90f0acf4f363cf91bd)
|
2024-03-14 11:26:01 -04:00 |
|
hondacrx
|
8f573ee28d
|
Core/Auras: Update visible aura immediately during spell cast instead of waiting for next update tick
Port From (https://github.com/TrinityCore/TrinityCore/commit/62dc916184d5d32b26a2d331d84d3cae481040fb)
|
2024-03-14 10:56:01 -04:00 |
|
hondacrx
|
4b9b81c7e2
|
Core/Objects: Implemented vignettes
Port From (https://github.com/TrinityCore/TrinityCore/commit/fccf6fb72b60b08dfbe6d5fb17fba55239944fca)
|
2024-03-13 21:09:46 -04:00 |
|
hondacrx
|
ccf73e23e3
|
Core/vmaps: Removed vmap lookup functions duplicating functionality of each other
Port From (https://github.com/TrinityCore/TrinityCore/commit/45ee989c70682c001d4467d97bf1ecedcf7dbcc3)
|
2024-03-12 23:04:13 -04:00 |
|
hondacrx
|
6b25d4b9b6
|
Core/Battlegrounds: Isle of Conquest Rework
Port From (https://github.com/TrinityCore/TrinityCore/commit/409adfa7a5372dedd40d6f40650c901f6fd646a6)
|
2024-03-07 16:44:24 -05:00 |
|
hondacrx
|
69d144c399
|
Core/Battlegrounds: Strand of the Ancients Rework
Port From (https://github.com/TrinityCore/TrinityCore/commit/3d56cdc08413a0682299136a763e13e67d38818b)
|
2024-03-06 17:19:02 -05:00 |
|
hondacrx
|
e697a32f23
|
Core/Auras: Feign death will no longer cause creatures immune to it to drop combat (and then reenter it because the unit feigning death is considered valid)
Port From (https://github.com/TrinityCore/TrinityCore/commit/0c32277139a173c31043706d72e1cfe8830aaade)
|
2024-03-05 18:37:35 -05:00 |
|
hondacrx
|
536f72d077
|
Core/Creatures: Implemented CREATURE_STATIC_FLAG_2_IGNORE_SANCTUARY (ignore SPELL_EFFECT_SANCTUARY, used by Vanish)
Port From (https://github.com/TrinityCore/TrinityCore/commit/1369b8708458fb5020b6ab7a9608123459d4eb26)
|
2024-03-05 18:33:31 -05:00 |
|
hondacrx
|
0325d8b523
|
Core/Quests: Merged UpdateNearbyCreatureNpcFlags, UpdateVisibleGameobjectsOrSpellClicks and SendQuestGiverStatusMultiple on quest actions
* Fixes quest markers above NPC heads not disappearing when player stops seeing questgiver npc flag
Port From (https://github.com/TrinityCore/TrinityCore/commit/97d7ccd180f96a414f205396261907e1e87d491a)
|
2024-03-04 12:18:45 -05:00 |
|
hondacrx
|
d0c623ba39
|
Core/Battlegrounds: Rework Eye of the Storm
Port From (https://github.com/TrinityCore/TrinityCore/commit/32af4bf8fa2936904a6bebe16445e66ef26340ce)
|
2024-03-02 14:46:47 -05:00 |
|
hondacrx
|
2a4a2d1fdb
|
Core/Spells: Implemented pausing spell cooldowns
Port From (https://github.com/TrinityCore/TrinityCore/commit/a814eb65b15c4fcef6a37adc1b13905d4c13b2a5)
|
2024-02-29 22:25:59 -05:00 |
|