aboutsummaryrefslogtreecommitdiff
path: root/sql/scripts
AgeCommit message (Collapse)Author
2011-05-09DB/SQL: Added/removed some missing scripts in full sqlskaelima
2011-05-08Spells/Ulduar: Fixes spell Shield Of Runes in Assembly Of Iron EncounterLopin
2011-05-08Spells/Ulduar: Fixes spell Mark Of The Faceless in General Vezax's EncounterLopin
2011-05-07Scripts/Spells: Fixed Friend or Fowl achievementShauren
2011-04-30Scripts/Culling of Stratholme: Fixed quest 'Dispelling Illusions'Shauren
2011-04-30Scripts/Achievements: Removed unneeded script, its now handled by aurasShauren
2011-04-30Core/Achievements: Fixed Children's Week achievementsShauren
2011-04-27Scripts/Items: Fixed Vanquished Clutches of Yogg-SaronNay
2011-04-22DB/SAI: Add 6172 & 6177 & 33788 scripts and remove their core scripts.Malcrom
2011-04-22Scripts/Spells: Fixed achievements The Dapper Sapper and Explosives Expert ↵Shauren
(SotA)
2011-04-22Scripts/ToCH: Spellscript for Eadric's Radiancegreymane
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-04-21Scripts/Achievements: Move some achievement scripts to database.Supabad
Add database support for Ancient Protector and Ancient Courtyard Protector.
2011-04-17Core/Spells: Move cloning spells to SpellScriptkaelima
2011-04-17Scripts/Achievements: add multiple achievement scripts for Strand Of The ↵Supabad
Ancients. add kill counter reset related to Battleground achievements.
2011-04-07Scripts/BlackRockSpire: Cleanup boss scripts. add instance script and headerSupabad
2011-04-06Scripts/Icecrown Citadel: Fixed Professor Putricide ooze adds behavior ↵Shauren
(cannot taunt/aggro anymore), also removed targeting dbc hack and scripted the spell properly
2011-04-06Scripts/Icecrown Citadel: Fixed Kinetic Bombs getting killed by attackingShauren
2011-04-06Scripts/BloodmystIsle: Add core support for quest 9667Supabad
2011-04-06Scripts/Nagrand: Add core support for quest 9923,9924,9955Supabad
2011-04-06Ulduar/Mimiron: add spell script for Proximity minesSupabad
2011-04-06Core/Spells: replace spell Symbol Of Life from SpellEffects to SpellScriptSupabad
2011-04-03DB/Misc: AT [1st] Fix part of the quest chains. Add some spawns and update ↵Nay
creature templates. Replace a core script by a SAI equivalent (rope & post). DB/Loot: Update Magically Wrapped Gift loot chance and max item counts.
2011-03-27Scripts/Zalazane's Fall: Implement Zalazane's Fall game event.Nay & Kaelima
Note: Last quest/battle will be add soon
2011-03-27SQL: Added forgotten data in full sql files.Manuel
Signed-off-by: Manuel <manue.l@live.com.ar>
2011-03-26Scripts/Ulduar:Supabad
Some cleanup in Flame Leviathan script Add support for Shutout - Three Car Garage - Unbroken - Quick Shave Add reset to Razorscale controller on fight end
2011-03-24Scripts/Ulduar: Add proper support for Razorscale harpoon event.Supabad
Add script for Razorscale Controller. Add spell script for Devouring Flame. A little code cleanup in script
2011-03-13Scripts/Icecrown CitadelShauren
* Implemented heroic limited attempts for wing end bosses * Added script for Blood Quickening weekly quest
2011-03-13Scripts/Ulduar: Remove known hacks from leviathan, create workaround for ↵Supabad
shutdown event. Added missing script to db and core.
2011-03-11Scripts/Icecrown Citadel: Added intro scene at Light's Hammer and SAI for ↵Shauren
The Damned
2011-03-07Scripts/Spells: Added targeting script for Map of the Geyser FieldsShauren
2011-03-04Scripts/Icecrown Citadel: Only one Mutated Abomination can exist during ↵Shauren
Professor Putricide encounter Scripts/Spells: Added blizzlike error messages for certain spells Scripts/Items: Removed obsolete scripts
2011-03-04Core/Spells:Shauren
* Implemented on CheckCast spell script hook * Added possibility to send SPELL_FAILED_CUSTOM_ERROR and added enum with all possible options for it Scripts/Spells: * Added example script for CheckCast hook with SPELL_FAILED_CUSTOM_ERROR (profession research and Book of Glyph Mastery)
2011-03-01DB/SAI: Replace core script by proper SmartAI script for quest InoculationMalcrom
Closes #681
2011-02-25Scripts/Ulduar: Kologarn (90% complete)Machiavelli
- Kologarn is unable to parry (correct spellID used) - Fix Arm respawning - Correct Arm despawn animation - Only cast Arm Sweep if left arm is alive - Remove minimum required range for Focused Eyebeams - Fix possible crash in Rubble despawn - Correct gameobject handling - Fix bridge visual - Correct instance load operations for this encounter
2011-02-23Scripts/Shadowmoon Valley: Remove support for NPC NelthakaruMalcrom
DB/Misc: Add waypoints and scripts for quest Nelthakaru's Tale (SAI) Closes #746
2011-02-23Scripts/Kologarn:Machiavelli
- Correct target limitation for Focused Eyebeam - Correct target selection and limitation for Stone Grip ** Fixes random teleports to the "safe spot" caused by aura unapply when that player wasn't intended as target. ** Stone Grip will only target the main tank if there's no one else in range. - Despawn Rubbles on encounter reset/complete - Use elegant MotionMaster::MoveJump instead of NearTeleportTo when releasing Stone Grip target DB/NPC Templates: - Add civilian flag for Armsweep Stalker and Rubble Stalker Other: - Fix 2011_02_23_2_world_conditions.sql to comply to standards - Cleanup affected code
2011-02-23Scripts/Ulduar:Machiavelli
- Fix Focused Eyebeams - Fix Arm Sweep - Fix respawning and re-entering of arms DB/Templates: - Fix speed, modelId and trigger state of Focused Eyebeams - Set NullAI to semi-triggers; Rubble Stalker, Kologarn Pit Kill Bunny
2011-02-22Scripts/Ulduar: Kologarn:Machiavelli
- Correct target selection of Stone Grip - Correct functionality of Stone Grip (absorb aura, stun, damage, vehicle join, correct removal of the aforementioned when needed, +teleport to platform) - Blizzlike casters for certain spells, which led to merging arms AI to KologarnsAI. - Blizzlike timer for Stone Grip - Fix Rubble spawn on arm death
2011-02-19Scripts/Icecrown Citadel: Added support for weekly quest Residue RendezvousShauren
2011-02-18Scripts/Icecrown Citadel: Added support for weekly quest "Deprogramming"Shauren
2011-02-16Scripts/Icecrown Citadel: Corrected line of sight checks for Sindragosa's ↵Shauren
Ice Tombs Closes #628
2011-02-15Scripts/Icecrown Citadel: Fixed Sindragosa's Icy GripShauren
Closes #629
2011-02-15Scripts/Icecrown Citadel: Added Rotting Frost Giant scriptShauren
2011-02-12Scrips/Spell: Implemented script for spell 26678.Manuel Carrasco
Signed-off-by: Manuel Carrasco <manue.l@live.com.ar>
2011-02-10Core/GuardAI: Guards don't evade if the target casts Vanish and also can ↵Manuel Carrasco
detect players with Feign Death. Core/Scripts: Moved scripts from ScriptedGuardAI to guards.cpp Core/Creature: Removed custom npcflags UNIT_NPC_FLAG_GUARD (now moved to flag_extras) and UNIT_NPC_FLAG_OUTDOORPVP (not used) Thanks to Kaelima, Xanadu, Shauren and linencloth. Signed-off-by: Manuel Carrasco <manue.l@live.com.ar>
2011-02-08Scripts/Icecrown Citadel: Implemented traps after Deathbringer SaurfangShauren
2011-02-07SQL: Any content SQL should be able to be re-imported without errors; Fix an ↵Nay
import error in world_scripts_full; P.S Full DB will be available soon Closes #586
2011-02-07Scripts/Icecrown Citadel: Added Sindragosa scriptShauren
2011-02-04Core/Spells: Moved dungeon encounter crediting to scriptsShauren
2011-01-31Core/Spells: Moved Glacial Strike removal to spell script, thanks Destalker ↵Shauren
for pointing it out