aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2025-09-14Scripts/AQ20: Rewrite Moam (#31216)offl
* New register model * Repeat events instead of scheduling them * Added unique names for enums * Added comments for script names * Added AI for Mana Fiend * Added missing emote * Use all emotes * Create master-script to summon Mana Fiends * Implement & use Zero Mana/Full Health spell * Implement Energize script to end stoned phase * Implement Drain Mana master spell script with correct amount of targets and checks to ensure only players and mana-users will be targeted * Implement Drain Mana visual effect * Now, once all Mana Fiends are dead, stone phase is finished * Rework the way stone phase is started and finished * Moam now drops obsidian mineral once dead * Added a check to ensure all combat spells will be used * Added event to handle Arcane Eruption instead of trying to cast it every update tick Credit for a lot of things goes to CMaNGOS
2025-09-13Scripts/AQ20: Update Rajaxx (#31204)offl
* New register model * Repeat events instead of scheduling them * More proper timers for spells * Added unique names for enums * Added comment for script name * Added missing emote * Added missing Frenzy spell * Cleanup texts (keep only actually used) * Use combat texts * Add ResetAllThreat component to Thundercrash spell script
2025-09-12Scripts/AQ40: Rewrite Bug Trio (#31202)offl
* New register model * Use EventMap instead of old events * More proper timers for spells * Added missing spells and removed wrong * Corrected targets for spells * Added comments for script names * Added formation to handle linked aggro * Cleanup headers
2025-09-09Scripts/Spells: Migrate some spell linked spells to spell scripts (#31182)offl
2025-09-09DB: Add index to quest_trackerShauren
Closes #31241
2025-09-09Scripts/Karazhan: Rewrite Moroes (#31164)offl
* Add missing Frenzy emote * Implement & use Garrote Remove spell * Use BossAI for Moroes * Use EventMap & TaskScheduler instead of old events * Handle special emotes in OnSpellCast * Update enums * Add comments for script names * Update timers and targets of spells * Garrote now correctly applies on players * Improve GuestBaseAI & guest scripts * Use new register model for all scripts
2025-09-09Scripts/Quest: Update & convert to SAI 'The Escape' (#31160)offl
2025-09-07Scripts/Quest: Update & convert to SAI 'Willix the Importer' (#31138)offl
2025-09-04Scripts/RazorfenDowns: Modernize scripts (#31145)offl
2025-09-04Scripts/AQ20: Update Ayamiss (#31213)offl
2025-09-03DB/Misc: Missing ruRU localeAokromes
closes #31252 by danaton
2025-08-30DB/Misc: Add missing ruRU localesAokromes
closes #31235 by AlexPro54
2025-08-27Revert 2f846efAokromes
p.s wowhead sux. https://www.wowhead.com/wotlk/quest=3364/scalding-mornbrew-delivery#comments:id=926999
2025-08-27DB/Loot: Remove Dinosaur Bone from Bloodpetal Trappe and Frenzied PterrordaxAokromes
closes #31237 by AlexPro54
2025-08-27DB/Creature: Fix Ranshalla pathing to avoid to fall under floorAokromes
closes #31239 by AlexPro54
2025-08-27DB/Quest: Add timer to Scalding Mornbrew Delivery questAokromes
closes #31240 by AlexPro54
2025-08-26DB/Gameobject: Update position of some gameobjectsAokromes
closes #31223 by CraftedRO
2025-08-26DB/Misc: Missing ruRU localeAokromes
closes #31214 by danaton
2025-08-17Scripts/Spells: Migrate & update several item spell scripts to zone files ↵offl
(#31171)
2025-08-16Scripts/SerpentshrineCavern: Rewrite Hydross (#31150)offl
2025-08-16Scripts/AQ40: Rewrite Fankriss (#31200)offl
2025-08-16Scripts/AQ20: Refactor Kurinnaxx and implement Sand Trap (#31203)offl
2025-08-10Scripts/AQ40: Rewrite Huhuran (#31199)offl
2025-08-10Scripts/AQ40: Rewrite Sartura (#31197)offl
2025-08-05DB/Creature: Set Spirit Healers spawntime to 5 minutesAokromes
closes #31192 by CraftedRO
2025-08-05Scripts/Spells: Implement Itch (#31193)offl
2025-08-03DB/Creature: Update Shadow Vault Spirit Healer phaseMask and spawn positionAokromes
closes #31188 by CraftedRO
2025-07-28DB/Gameobject: Dire Maul (West) missing Midsummer spawnsAokromes
closes #31129 by Foldor1
2025-07-28DB/Misc: Fix Horde shared GY when dying in DarkshoreAokromes
closes #30991 by CraftedRO
2025-07-28DB/Creature: Update Mirelow waypointsAokromes
closes #31076 by CraftedRO
2025-07-28DB/Creature: Add Sen'jin Fetish SAI scriptAokromes
closes #30751 by CraftedRO
2025-07-28Scripts/Spells: Implement Cataclysm Breath & Chaos Breath & Death Count (#31172)offl
* Implement Cataclysm Breath (forces creature to cast 4 of 8 random spells) * Implement Chaos Breath (forces creature to cast 3 of 8 random spells) * Implement Death Count remover spell (replace SAI implementation with spell script) Closes #30320
2025-07-27Scripts/Serpentshrine Cavern: Rewrite Karathress (#31136)offl
* Create AI for Cyclone & summon it by spell * Create formation for linked aggro & replace scripted linked aggro * Script The Beast Within spell & use correct trigger spell * Create proper AI for Fathom Lurker & Fathom Sporebat * Summon Fathom Lurker & Fathom Sporebat by spells * Create AI for all totems used in encounter * Spawn Seer Olum in DB instead of wrongly summoning him * Remove redundant Karathress' event from instance script * Cleanup headers * Correctly use all Karathress' texts * Cleanup & split enum * Use EventMap and TaskScheduler instead of old events * Fix respawn bugs of advisors * Properly handle abilities Karathress gains from advisors * Properly handle Blessing Of Tides * Remove redundant SetBossState calls from advisors * Update timers of all spells * Update targets of all spells
2025-07-24Scripts/Quest: Update 'Guide Our Sights' (#31132)offl
2025-07-24Rename sql fileShauren
2025-07-24DB/Quest: Rewrite 'Strengthen the Ancients' (#31131)offl
2025-07-24Scripts/Sethekk Halls: Improve Anzu (#31087)offl
* Add missing texts * Implement intro event * Update summon event (now Banish is canceled when all Brood of Anzu is killed) * Remove redundant checks and actions to prevent double-summon of Anzu (not needed anymore, handled in SAI) * Prevent calling Ikiss' intro if already done
2025-07-22Scripts/Arcatraz: Rewrite Mellichar's event (#31081)offl
2025-07-22Scripts/Spells: Implement Revive Self & Knock Away spells (#31069)offl
2025-07-22Scripts/Shattered Halls: Update scripts (#31021)offl
* Kargath and O'mrogg got a full rewrite * other bosses - new register model only, no functionality changes
2025-07-20Core/Quests: Reset seasonal quests based on saved completion time and ↵Shauren
intended holiday start time (cherry picked from commit 49ad0d2d495a9f817ad2820f8e616f3a6564b480)
2025-07-13Scripts/Maraudon: Modernize scripts (#31092)offl
* New register model * Codestyle changes * TaskScheduler instead of timer variables * Implement one spell script for Noxxion encounter
2025-07-12Scripts/Sholazar Basin: Update several quest scripts (#31114)offl
* convert & update Engineering a Disaster quest to SAI * update The Lifewarden's Wrath quest with SAI * renamed a couple of spell script names
2025-07-12Scripts/Blood Furnace: Update Broggok (#31097)offl
* use missing text * despawn InCombat trigger by spell * add missing waypoints * add events to activate and prepare Broggok * codestyle changes
2025-07-12Scripts/Spells: Migrate & update non-generic quest spell scripts to zone ↵offl
files (#31100)
2025-07-08Scripts/Arcatraz: Update Dalliah & Soccothrates (#31124)offl
* update timers, update combat AI, codestyle changes, reorder AI hooks
2025-07-08Scripts/Mechanar: Update scripts (#31127)offl
* Gyro-Kill - missing emote, timers, targets * Iron-Hand - missing emote, timers, targets, one missing spell, update the way texts are handled * Sepethrea - unique enum names, comments for scriptnames, update the way one text is handled * Pathaleon - reorder spells, reorder hooks, implement one missing spell, change the way one spell is used * Instance - remove unneeded placeholder
2025-07-05Scripts/Brewfest: Implement a couple more BOTM (#31111)offl
* Draenic Pale Ale * Autumnal Acorn Ale * Bartlett's Bitter Brew
2025-06-29Scripts/Quest: Fix The Smallest Creatures (#31106)Grimgravy
Closes #11332
2025-06-10Scripts/Gruul's Lair: Update scripts (#30913)offl