aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-12-25Scripts/Nexus: rewritten instance scriptMitchesD
2014-12-17Scripts/HallsOfLightning: Readd a safe-measure line to remove Loken's auraNyeriah
2014-12-17Scripts/Naxxramas:Nyeriah
* Implement dialogue after Sapphiron dies. * Spawn missing triggers at Kel'Thuzad's room. * Implement a couple of missing texts and emotes to Kel'Thuzad's fight.
2014-12-15Scripts/MountHyjal: Kill warningmthsena
2014-12-15Scripts/HallsOfLightning: Implement Loken's intro speech and rewrite boss ↵Nyeriah
script to EventMaps/BossAI
2014-12-15Scripts/Archimonde: replaced one yell with proper db content and unhacked ↵joschiwald
drain world tree (cherry picked from commit 58aca0da81619c7f3932024c573024518369d8a7)
2014-12-13Scripts/Naxxramas: Implement Kel'Thuzad's taunts after defeating each wing ↵Nyeriah
and the one after killing Mr. Bigglesworth
2014-12-12Scripts/Naxxramas: Implement the Four Horsemen's dialogue that happens after ↵Nyeriah
Gothik's death
2014-12-09Remove Alexstrasza the Life-Binder CPPDr-J
2014-12-06Remove Blackhoof Cage CPPDr-J
2014-12-05Scripts/Misc: Initialize a couple of fieldsNyeriah
2014-12-05Tidying up cpp - zone_icecrown.cppDr-J
* Remove script for The Flesh Giant Champion * Remove script from for Vereth the Cunning as even though I scripted new recruit using the correct npc (Geist Return Bunny) today discovered this npc had script for it even though never worked as before I scripted the lithe stalkers did not move when subdued.
2014-12-04Scripts/MountHyjal: Update Archimonde's scriptNyeriah
@todo: instance scripts needs a major clean up Closes #6471
2014-12-04Removing CPP for "Stinky" IgnatzDr-J
2014-12-03Some Cleanup of CPP I forgot to removeDr-J
2014-11-27Core/Scripts: Fix buildNayd
Closes #13636
2014-11-27Scripts/MoltenCore: Fix logic at Ragnaros' Magma Blast castsNyeriah
(should only be cast while the main target is not in melee range)
2014-11-26Core: Use the correct function to convert strings to unsigned longs and ↵Nayd
unsigned long longs Fixes wrong data being inserted into the database (i.e explored zones). More info in #13493 Fixes #13493 Thanks to @jackpoz for finding the code issue and @Vavehl for an expectional bug report. Conflicts: src/server/game/Entities/Player/Player.cpp src/server/game/Globals/ObjectMgr.cpp src/server/scripts/Commands/cs_misc.cpp src/server/scripts/Commands/cs_modify.cpp
2014-11-23Scripts/CoS: Added SetDespawnAtFar, fixes Arthas despawning if no players ↵Nyeriah
are in range (specially during waves)
2014-11-21Scripts/SteamVault: Remove non-selectable flag from access panels once their ↵Nyeriah
respective bosses are done
2014-11-20Scripts/SethekkHalls: fixed Talon King Cofferjoschiwald
2014-11-19Remove uneeded scriptDr-J
Removing core script for go_gjalerbron_cage and go_large_gjalerbron_cage
2014-11-14Script/Spells: fixed crash in spell_hun_aspect_of_the_beastjoschiwald
Closes #13560
2014-11-11Scripts/Commands: mod xp commandHeihachi
Closes #13476
2014-11-10Core/Commands: implement .pvpstats commandShinDarth
Shows number of battleground victories in the last 7 days Closes #13460
2014-11-06Scripts/ToC: Simplify the code for "A Tribute to Immortality" achievementNyeriah
* also fixes the achievement being still awarded if players die indirectly during boss fights (Anub'arak adds, for example)
2014-11-04Codestyletreak
2014-11-03Scripts/Ulduar: fix Achievs "Champion of Ulduar" and "Conqueror of Ulduar"treak
Signed-off-by: treak <goodfeelingzzz@gmail.com>
2014-11-03Scripts/ScarletMonastery: Kill an unused parameter warningNyeriah
2014-11-02Scripts/CoS: removed SetDespawnAtFar, fixed situation when Artas attacked ↵MitchesD
some NPC and disappeared because he was out of range of players With these lines it's almost impossible to finish properly this dungeon. For example when Arthas moves ahead to attack NPC and then returns back, when this happens, Arthas is despawned.
2014-11-02Scripts/ToC: Remove a safe-measure call that caused issuesNyeriah
Closes #11874
2014-11-01Scripts/ToC: Few codestyle changes and clean upsNyeriah
2014-11-01Scripts/ToC: Misc forgotten clean upsNyeriah
2014-11-01Scripts/ToC: Twin Val'kyrNyeriah
- Script rewritten to EventMaps - Implemented random special ability sequence - Adjusted timer for special abilities to 45 seconds - Misc clean up. Closes #7546
2014-10-29Scripts/Ulduar: Fix Ignis' Slag Pot periodic ticks and enable achievement ↵Nyeriah
"Hot Pocket"
2014-10-28Merge pull request #13440 from Rochet2/ahbotjackpoz
Core/AH: AHBot related fixes
2014-10-27Scripts/Ulduar: Fix Kologarn's arms being despawned before they're used to ↵Nyeriah
access the rubble spawning triggers
2014-10-27Scripts/Freya: Fix Lumberjacked Achievetreak
Closes #13435 Fixes #8166
2014-10-26Scripts: replaced various Location struct defines with proper Position or ↵joschiwald
G3D::Vector3
2014-10-25AHBot related fixesRochet2
Fix rebuild command requiring a dummy value Fix ahbot config to normal Fix sellprice setting in core. Closes #13425
2014-10-23Scripts/Ulduar: Fix Ignis' golems not shattering in 25mUnholychick
Closes #10519
2014-10-20Scripts/ScarletMonastery: Summon the Headless Horseman once the Call the ↵Nyeriah
Headless Horseman is quest complete By @cr4st Closes #13273
2014-10-20Scripts/Ulduar: Exclude Ignis' main target from the Slag Pot target selectorNyeriah
Closes #10516
2014-10-19Core/Misc: fixed a scenario when character factionchange create unexpected ↵joschiwald
results, also moved packet generating code into unique methods
2014-10-19Core/Misc: Remove unsafe not thread-safe localtime() callsjackpoz
Replace not thread-safe localtime() calls with thread-safe localtime_r(). (cherry picked from commit 5b08387792dae0afbf91ab74808dc978bf418bca)
2014-10-18Scripts/Commands: Fix static analysis issuesNyeriah
2014-10-18Scripts/Commands: Implement mutehistory command for GM's with requested ↵Heihachi
improvements Closes #13350
2014-10-18Script/Spell: fix Mixology value bonustreak
Closes #13297 Fixes #2172 This might not be best solution but a better way could not be found for the moment.
2014-10-18Scripts/Commands: Implement commands to set and get boss states during run timeNyeriah
Closes #13186
2014-10-18Scripts/MC: Rework Shazzrah script and implement spell scriptIntra
Closes #13317