aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-09-19Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-18Scripts/Icecrown Citadel: Fixed Unbound PlagueShauren
Closes #7791
2012-09-18Core/Achievements: Force all calls to AchievementMgr be done through Player ↵Spp
functions (Remove GetAchievementMgr) Note: No real use in 3.3.5 but will be used in 4.3.4
2012-09-17Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-17Core/Spells: Fixed King of the Jungle.Warpten
Closes #7098
2012-09-17Merge remote-tracking branch 'origin/master' into mmapsNay
Conflicts: src/server/game/Movement/MovementGenerators/TargetedMovementGenerator.cpp
2012-09-16Script/Misc: Fix two script crashes when spawned outside instancekaelima
also remove redundant null check in boss_lich_king_toc and an unused variable in npc_announcer_toc10 Closes #7785
2012-09-15Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-15Scripts/Oculus: Support for achievements Ruby, Emerald and Amber Voidthesensei
* Add instance achievement criteria scripts and remove from disables. Based on retail data. * A lot more compact style and specify only for heroic, thanks to Vincent-Michael. Tested. This involves everything needed by the achievement, however the dungeon still needs majour fixes/rewrite.
2012-09-13Scripts/Commands: Fixed crashes in unstuck commandShauren
Closes #7754
2012-09-13Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-13Core/Commands: Added a command that shows what cheat commands you have activeMyran2
Closes #7721 (Modified)
2012-09-13DB&Scripts: Corrections to pull request #7750Nay
Closes ##7750
2012-09-13Scripts/Skettis: Fires Over Skettis quest supportthesensei
* Include SAI/Spawn and spell support, also achievement support for "Bombs Away" Credits: Based on Warpten script and Nelegalno/shlomi1515 updates Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-09-13Scripts/Ogri'La: Add support for quest "Bomb Them Again" and all relatedthesensei
* Sniffed spell support for Knockdown Fel Cannon: Choose Loc, Knockdown Fel Cannon: The Aggro Check, Knockdown Fel Cannon: The Aggro Burst, Knockdown Fel Cannon: The Aggro Check Aura, Trhow Bomb and Fel Flak Fire * Sniffed spawns support, but only for quest related creatures and gos, no area patrols/spawns involved * Achievement support for Blade's Edge Bomberman and Fa-la-la-la-Ogri'la * Full DB support based on sniffs, all that can be done in SAI and not in *cpp is converted Credits: The SAI script is based on Warpen work, thanks to Subv for proposing fix for Fel Flak Fire /and helping/ and DDuarte for helping with conditions Closes: Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-09-13Core/Scripts: Reliquary of Souls: fix encounter start and essence phases.w1sht0l1v3
2012-09-12Core/ToCr: Several fixes.w1sht0l1v3
Fix floor animation when destroyed. Add spawns for Highlord Tirion Fordring,Argent Mage and Portal to Dalaran. Remove Db spawn of Highlord Tirion Fordring. Correct tribute chest spawn location. Fix sql names for last commits.
2012-09-11Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-11Core/Scripts: Anub'Arak encounter changes and fixes.w1sht0l1v3
2012-09-11Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-10Build fix.Shauren
2012-09-10Scripts/Icecrown CitadelShauren
* Despawn Mutated Abomination when second phase transition ends, not begins * Prevent Unbound Plague jumping every 0.5 seconds to bypass the mechanic by raid members stacking in one place * Fixed Volatile Ooze not picking targets when everyone stood close to the tank * Fixed Ooze adds pickning new targets after old one gets lost Closes #7610 Closes #7611 Closes #7665
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-09-10Merge remote-tracking branch 'origin/master' into mmapsNay
Conflicts: src/server/game/Movement/Spline/MoveSplineInit.cpp
2012-09-09Scripts/Karazhan: Fix Prince Malchezaar Infernal start timeroMadMano
Closes #5700
2012-09-09Core/Spells: Fix typo (I need sleep)Vincent-Michael
2012-09-09Core/Spells: Convert Gift of the Naaru in spell scriptVincent-Michael
Closes #6545
2012-09-09Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-09Corrections to previous merged in PRNay
2012-09-08Removed a line of debug codeMyran2
2012-09-08Core/Commands: Replaced .start with a new command, .unstuck. Usage ↵Myran2
information can be found by typing .unstuck in-game
2012-09-08Core/Scripts: Muglash should walk instead of running.Subv
2012-09-08Merge pull request #7690 from Geodar/masterblub
Core/Scripts: Fix typo
2012-09-08Core: Fix warningsVincent-Michael
2012-09-08Core/Scripts: Fix Typo in 7121f015ed6561a4bc12cf08d8f9286b113e66adGeodar
2012-09-08Merge remote-tracking branch 'origin/master' into mmapsNay
Conflicts: src/server/game/Movement/Spline/MoveSplineInit.cpp
2012-09-07Core/Scripts: Fixed a copy/paste mistake from previous commitSubv
2012-09-07Core/Spells: Fixed Improved Health Funnel damage reduction effect.Subv
Author: Josh closes #7275
2012-09-07Scripts/ToTC: Correcting Jaraxxus Volcano and Nether Portal behaviourtibbi
Closes #7687 Closes #7467
2012-09-07Merge remote-tracking branch 'origin/master' into mmapsNay
Conflicts: src/server/game/Movement/Spline/MoveSplineInit.cpp
2012-09-07Tabs to spaces...Nay
2012-09-06Merge pull request #7678 from Aokromes/masterSubv
Scripts/Scarlet Monastery: Final boss kill credit closes #7341
2012-09-07Scripts/Scarlet Monastery: Final boss kill credit closes #7341Aokromes
When Scarlet Commander Mograine dies and High Inquisitor Whitemane appears, if she is downed very quickly, then she will not perform the ressurection on Mograine and will not stun anyone, thus Mograine wont give the achievement nor loot. She should be invincible till she has ressurected Mograine.
2012-09-07Core/Vehicles:kaelima
- Send proper triggering flag when casting spellclick spells on vehicles (should not be fully triggered) - Only compute non-transport positions when not finalized. (Fixes changing seat on vehicles, or changing vehicle from vehicle)
2012-09-07Core: Fix some code styleVincent-Michael
2012-09-06Merge remote-tracking branch 'origin/master' into mmapsNay
Conflicts: src/server/game/Spells/Spell.cpp
2012-09-06Core/Spells: clean up some code and move to spell script. Closes #7195Vincent-Michael
2012-09-06Core/Commands: Implemented mmaps commands.Venugh
2012-09-05Scripts/Commands: Fix .reload creature_template #Nay
2012-09-05Core/Misc: Fix some warnings and logic mistakes found by static code analysiskaelima