aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland/TempestKeep
AgeCommit message (Collapse)Author
2025-01-01Scripts/Spells: Removed unneccessary hacks - reagent consumption by ↵Shauren
triggered spells fixed in 54a83b4b689b7d2bbddb91fc79319dd806da8cc0
2024-12-31Core/Spells: Split TRIGGERED_IGNORE_POWER_AND_REAGENT_COST into separate ↵Shauren
POWER and REAGENT flags
2024-02-24Scripts: Removed unused global variablesShauren
2024-01-08Core/Creatures: Moved autoattack handling from scripts to gameShauren
2023-11-06Core/InstanceScript: Refactored door types to reflect its behavior (#29406)ModoX
2023-07-24Scripts/Spells: Removed unneccessary PrepareSpellScript and ↵Shauren
PrepareAuraScript uses
2023-07-20Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-06-09Core/Spells: Added enum flag operators to TriggerCastFlags to prevent ↵Shauren
accidentally using CastSpellExtraArgs(bool) constructor when CastSpellExtraArgs(TriggerCastFlags) was intended
2023-05-30Scripts/Spells: Added spell effect validation helperShauren
2023-05-29Core/Creatures: Move creature difficulty specific data from ↵Meji
creature_template table to creature_template_difficulty (#28931)
2022-10-04Scripts/Instances: Add dungeon encounter dataShauren
2022-09-30Scripts: Fixed missing boss count initialization in The Slave Pens and The ↵Shauren
Botanica as well as incorrect map id assignment to Auchenai Crypts spawn groups Closes #28278 (cherry picked from commit 01f0f83139e7c60ca8ef96edf8ab2b1534885d62)
2022-03-27Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlagShauren
2022-03-26Scripts/Misc: Adjustments to previous fixes (#27821)offl
(cherry picked from commit 9ee6f4fb115d177d907ab48a9f9c5f39ba239046)
2022-03-26Core/AI: OnSpellCast, OnSpellFailed, OnSpellStart hooks (#27704)offl
(cherry picked from commit 3dca705acc953d20e4a43d4c2b3c97a84e5ab346)
2022-03-26Scripts/TK: Few updates for Sepethrea (#27769)offl
(cherry picked from commit 951d7d3a58ceab286a903a4a68185fd045deb33a)
2022-03-26Scripts/TK: Update remaining scripts to new register model 2 (#27768)offl
(cherry picked from commit 93735ae3bd926d13cff43ffce1f0640a2693649f)
2022-03-26Scripts/TK: Update remaining scripts to new register model 1 (#27767)offl
(cherry picked from commit 5e3b76bf25eb88021f7a79c2ecfe7f768926c110)
2022-03-25Scripts/Botanica: Rework Warp Splinter (#27621)offl
(cherry picked from commit 78327500d816d923ece63a940fb82bde16d8f8e9)
2022-03-25Scripts/Botanica: Rework Sarannis & Freywinn (#27611)offl
(cherry picked from commit 41da43d9f240ecd9976a440824507d73891eeeec)
2022-03-23Scripts/The Eye: Few updates to Kael'thas & Astromancer (#27304)offl
(cherry picked from commit 43315e0e19fe1609b336f6a9aae486e302317c79)
2022-03-23Scripts/Botanica: Rework Laj (#27282)offl
(cherry picked from commit 2fe3b6cc2ff7f68ffbd009b80ab39dc8f3264abf)
2022-03-23Scripts/Mechanar: Rework Nethermancer Sepethrea (#27277)offl
(cherry picked from commit be00563a8675c22826c38ce85079eff719a95f09)
2022-03-15Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913)offl
(cherry picked from commit c4741a131a0a28b69c228d3637beab7090e5f1e3)
2022-03-12Core/AI: Add DamageEffectType and SpellInfo parameters to ↵Giacomo Pozzoni
UnitAI::DamageTaken (#26787) * Core/AI: Add DamageEffectType and SpellInfo parameters to UnitAI::DamageTaken * Update scripts (cherry picked from commit 0800ab20a8039620fd271a43c173c008af68c22a)
2022-03-11Scripts/Tempest Keep: Remove Al'ar fire immunityShauren
2022-03-11Scripts/The Eye: Reorder Kael'thas' scriptsoffl
(cherry picked from commit e4b42314c0cb6f60b7cef9d6d3e0725e7dd3c6c4)
2022-03-11Scripts/The Eye: Update Kael'thas to new register model (#26669)offl
(cherry picked from commit 8cbedef11bf0cfea61d24508ede358e446e3f0f6)
2022-03-11Scripts/Instances: Update Mechanar scripts to new register model (#26569)offl
(cherry picked from commit 7b9476ea4b8dd43dcb041ced158bcdd46baeff85)
2022-03-10Scripts/Spells: Add comments with id & name of spells part 1offl
(cherry picked from commit 80a4b7f1e2f4baae40f08e87cb8cda0a1db833b9)
2022-03-09Scripts/Eye: Update Void Reaver to new model & few misc changes (#26470)offl
Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 0d9125d8e4a26caf727b54c519db9aeb1285f1e5)
2022-03-09Scripts/Mechanar: Update gatewatchers to new model (#26471)offl
Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 2b6632e50a25882442b26a3a8b0c21261e1565dc)
2022-03-07Scripts/The Eye: Update instance script (#26190)offl
(cherry picked from commit 5a22cd868a2a2eafbd914235fa62016d26729703)
2022-03-06DB/Instance/The Eye: Overhaul part 2offl
(cherry picked from commit 6ad76dd7c09b7a519998d4505ea0925e0dc6b810)
2022-03-06DB/Instance/The Eye: Overhaul part 1offl
(cherry picked from commit 2f9e38612f90f2b438df26eb10f465e2ac53b1f7)
2022-03-06Core/Scripts: Move some speed values & UNIT_FLAG_NOT_SELECTABLE to DBoffl
(cherry picked from commit 3cb70ee62a3f30ae492a6985b5306052d90c89c4)
2022-03-06Core/Scripts: Verify & migrate spell school immunities to DBoffl
Some already are stored in DB. Looks like they all are still valid for master (cherry picked from commit 1ed79d7a2e61bf98178954a427cd4b7acd6c4509)
2022-03-01DB/Instance/Arcatraz: More adjustmentsoffl
(cherry picked from commit 6af54eb508b337dd61ba6039ddf60ff6438308a3)
2022-02-28DB/Instance/The Arcatraz: Update auras, scripts & statsoffl
(cherry picked from commit a2da08deb19b64725bb6d4c3c387bb58da0e1dcf)
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-04Scripts/Spells: Replace RegisterAuraScript with RegisterSpellScript and ↵Shauren
remove it (cherry picked from commit 7d4fbf706ae19481468901ccd65c497fcabe56bf)
2022-01-24Core/WorldObject: Partially std::chrono-ify SummonCreature overloadsCarbenium
TempSummon* SummonCreature(uint32 entry, float x, float y, float z, float o = 0, TempSummonType despawnType = TEMPSUMMON_MANUAL_DESPAWN, uint32 despawnTime = 0); to TempSummon* SummonCreature(uint32 entry, float x, float y, float z, float o = 0, TempSummonType despawnType = TEMPSUMMON_MANUAL_DESPAWN, Milliseconds despawnTime = 0s); (cherry picked from commit 1131229ee9c43704b11187f0b11c327db92018b6)
2022-01-23Core/ScriptedAI: std::chrono-ify DoSpawnCreatureCarbenium
(cherry picked from commit f5076112cb25bff877a450a14fe20172e9044081)
2022-01-23Scripts/Tempest Keep: Use std::chrono::duration overloads of EventMap (#25040)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit 2d9c5979a6a6d9244f557ff5653694ce5b8f19a4)
2022-01-06game/AI: Convert SelectAggroTarget to enum class (#24818)Peter Keresztes Schmidt
* game/AI: Convert SelectAggroTarget to enum class * game/AI: Rename SelectAggroTarget to SelectTargetMethod (cherry picked from commit 418c3b1fd50664aad035bd975a65281e82ba2dea)
2022-01-06Core/AI: refactor SpellHit and SpellHitTarget. (#24691)ForesterDev
* Core/AI: refactor SpellHit and SpellHitTarget. - now caster/target is WorldObject instead of Unit - remove SpellHitByGameObject / SpellHitTargetGameObject (handled by SpellHit / SpellHitTarget) - rename parameters in scripts according parent methods * Restore logic in Algalon script * Changed check for REMORSELESS_WINTER hit to avoid dublicate call, because it has TARGET_UNIT_CASTER for effects 0/1 and TARGET_GAMEOBJECT_SRC_AREA for effect 2 * Fix build after merge (cherry picked from commit e3b232fe0e5c21a87d3fe71813e9d750259823f1)
2021-12-20Scripts: Fix rbac permission for skipping default boss sequencing checkShauren
(cherry picked from commit e660c8bc19198d9e2e912c5243498469f75b0ee6)
2021-12-19Boss/Script: Fix Mechano-Lord Capacitus's Nether Charges (#23976)Eridium
* Boss/Script: Fix Mechano-Lord Capacitus's Nether Charges Closes #23973 * Update boss_mechano_lord_capacitus.cpp * Update boss_mechano_lord_capacitus.cpp * Update boss_mechano_lord_capacitus.cpp * Rename 2019_12_99_99_world.sql to 2019_12_19_00_world.sql (cherry picked from commit efcbfa5c24b32fe7bc7015a953f0926e375a6a6b)
2021-12-18Scripts/Tempest Keep: Fixed a typo in Nethermancer SepethreaKeader
Closes #23828 Ty Rizztazz (cherry picked from commit 746a1d89b34984f31ab66ef00e93a648dc42af5d)
2021-12-13Core/Unit: rename several getters to follow codestyleccrs
uint8 GetLevel() uint8 GetLevelForTarget(WorldObject const* /*target*/) void SetLevel(uint8 lvl) uint8 GetRace() uint32 GetRaceMask() uint8 GetClass() uint32 GetClassMask() uint8 GetGender() (cherry picked from commit 5c09ff51f7015b775def8d5cc1f678eaef37200f)