aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2013-08-07Scripts/DrakTharonKeep: add some spellscripts, add yells to novos, and do ↵joschiwald
some cosmetic changes
2013-08-07Scripting/Mana Tombs: Move Yor scripting from EAI to CPP.Malcrom
2013-08-07Scripting: Moved Lord Valthalak from EAI to CPP. Moved all Blackrock ↵Malcrom
Instances to Blackrock Mountain Dir.
2013-08-07Core/Battleground: Get rid of dinamic casts BattlegroundXX outside ↵Spp
Battleground scope by implementing generic functions (2/2) - CheckAchievementCriteriaMeet
2013-08-07Core/Battleground: Get rid of dinamic casts BattlegroundXX outside ↵Spp
Battleground scope by implementing generic functions (1/2) - HandleQuestComplete, CanActivateGO and IsSpellAllowed
2013-08-06DB&Scripts/Icecrown: Fix quest The Last Line Of Defense and script Argent ↵Kirkhammett
Cannons Closes #998 Closes #10460
2013-08-06Core/Misc: Rename some no name enumsVincent-Michael
2013-08-06Scripts/HoR: Major changes:snakeice
- Fixed Intro timers - Fixed mobs aggro - Fixed General's shield trow - Added Jaina / Sylvannas / Lich King escape event Closes #10303 Closes #2505 Closes #9865
2013-08-06Merge pull request #10455 from Discover-/Battleground-Reinterpret-CastsNay
Core/Misc: Implement reinterpret casts for all battleground classes and ...
2013-08-06Core/Misc: Implement reinterpret casts for all battleground classes and use ↵Discover-
them.
2013-08-06DB/Schema: Rename _questrelation tables to _queststarter and ↵Nay
_involvedrelation to _questender, for creature and gameobject
2013-08-06Scripts/Commands: Fix compile (v3)Vincent-Michael
2013-08-05Scripts/Commands: Fix compile (v2)Nay
2013-08-05Scripts/Commands: Fix compileNay
2013-08-05Core: Random changesVincent-Michael
2013-08-05Core/Commands: Add .npc info more infos for unit_flagsVincent-Michael
2013-08-05Core/Commands: Add .npc info mechanicImmuneMask infosVincent-Michael
2013-08-01Fixed compileShauren
2013-08-01Core/Misc: Fixed some issues found by Coverity ScanShauren
2013-07-30Core/Spells: Fix try for logic fail in 4ba3c2e51df0485449a4bd01f162faa719334be9Vincent-Michael
2013-07-30Scripts/DrakTharonKeep: fix copy paste failjoschiwald
Closes #10402
2013-07-29Scripts/OnyxiasLair: Fix a crash in boss_onyxiaNay
Closes #10393 Note: this just fixes the crash, not the issues the script has (a.k.a rewrite this)
2013-07-29Misc: Fix warnings and buildNay
Closes #10396
2013-07-29Scripts/DrakTharonKeep: Update King Dred to use eventsMitchesD
Closes #10385 Signed-off-by: joschiwald <joschiwald@online.de>
2013-07-29Scripts/DrakTharonKeep: reworked InstanceScriptjoschiwald
2013-07-27Scripts/Spells: Fixed typo in 7678800a9372f9234f0bf29459b46a8514dc59f2joschiwald
2013-07-27Scripts/Spells: simplified "spell_dk_presence"joschiwald
2013-07-27Core/Spells: moved Improved Paladin Auras and Aura Mastery into SpellScriptsjoschiwald
Closes #205 Closes #5163 Closes #6809 Closes #7408 Closes #9587
2013-07-25Core/Spells: move Death Knights Presences into SpellScripts, fix possible ↵joschiwald
issue after spec change, and fix some startup errors Closes #10354
2013-07-24Merge pull request #10342 from joschiwald/spellinfo_correctionsjoschiwald
Core/Spells: operate spell correction on SpellInfo store instead of dbc ...
2013-07-24Core/Commands: Added the rank id to .pinfo for guild dataAscathor
2013-07-24Core/Spells: add some logs for loading spell_script_namesjoschiwald
2013-07-23Merge pull request #10336 from joschiwald/spellscripts5joschiwald
Scripts/Spells: backport some SpellScripts from 4.3.4 branch
2013-07-24Scripts/Spells: backport some SpellScripts from 4.3.4 branchjoschiwald
- Fix Earth Shield - Fix Necrotic Touch - Fix Reflective Shield Closes #9145, #9163, #9665
2013-07-23Scripts/Onyxia's Lair: Fixed movement during flight phase and set proper ↵keke222
InhabitType Closes #10335
2013-07-23Scripts/VH: Refactor commit 999843dNay
2013-07-23Scripts/VH: fix for violet hold's activation crystalsprofPlum
Closes #10129
2013-07-22Merge pull request #10323 from joschiwald/spellranksNay
Core/Spells: use SpellInfo class to get spellrank node instead of SpellMgr helpers
2013-07-22Merge pull request #10319 from joschiwald/castsNay
Core/Misc: replace (Player*) casts with ToPlayer()
2013-07-21Fixed compile warningsShauren
2013-07-21Core/Spells: use SpellInfo class to get spell rank instead of SpellMgr helpersjoschiwald
2013-07-21Core/Misc: replace (Player*) casts with ToPlayer()joschiwald
2013-07-20Scripts/Icecrown: Fix a double function call typo in npc_margrave_dhakarNay
Thanks Josh
2013-07-19SQL: Rename in correct nameVincent-Michael
2013-07-19Core/Misc: Change creatures and gameobject phasemask from 16 to 32 bitsVlad
Signed-off-by: Nay <dnpd.dd@gmail.com>
2013-07-19DB/NPCs: Fix Margrave Dhakar equipmentNay
2013-07-19Scripts/Icecrown: Use guid instead of cached Creature* to avoid crashes in ↵Nay
npc_margrave_dhakar
2013-07-19Scripts/Icecrown: Fix code style and use "best practices" on previous commit ↵Nay
(c536ba510)
2013-07-19Scripts/Icecrown: Fix quest The Flesh Giant ChampionNay
Closes #9040 Closes #10294
2013-07-19Scripts/ForgeOfSouls: move "Mirrored Soul" into SpellScriptsjoschiwald