aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2013-12-11Core: Fix warningsVincent_Michael
2013-12-11Scripting/Obsidian Sanctum: Updated scripts to use Events.Malcrom
2013-12-10Scripts: replace some SetOrientation() calls with spline packets and some ↵joschiwald
random changes
2013-12-10Merge pull request #11275 from Carbenium/UtgardePinnaclejoschiwald
Scripts/UtgardePinnacle: Convert Svala Sorrowgrave to event system
2013-12-10Convert Svala Sorrowgrave to event systemCarbenium
2013-12-10Scripting/Storm Peaks: Renamed npc_brann_bronzebeard script because name has ↵Malcrom
already been used.
2013-12-09Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about uninitialized values.
2013-12-09Scripting/Storm Peaks: Quest 13285 "Forging the Keystone" now scripted.Malcrom
Closes #6921
2013-12-08Scripting/Howling Fjord: Fix Quest 11310 Warning: Some Assembly RequiredMalcrom
Quest is doable and completeable with the following Issues: Aura not being removed from player after Abomination explodes. Camera angle should not changes after Abomination explodes. Can't check if Abomination leaves Halgrind. GetAreaId returns players area id.
2013-12-08Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about uninitialized values in scripts. Add spell id validation in Unit::SpellNonMeleeDamageLog() .
2013-12-08Core: Fix warningVincent_Michael
2013-12-08Scripting/Razorfen Downs: Discovered some missing text for boss Glutton.Malcrom
2013-12-08Core: Fix non pch buildVincent_Michael
2013-12-07Scripting/Razorfen Downs: Additions and fixes for instance.Malcrom
Moved bosses Glutton, Mordresh Fire Eye, Tuten Kash to cpp. Cleaned up code for boss Amnennar The Coldbringer. Fixed up gong event for gong to have sound and proper spawning. Scripted quest 3525 "Extinguishing the Idol" so you can now fight Plagmaw the Rotting.
2013-12-05Scripting/Grizzly Hills: Add missing include "SpellScript.h"Malcrom
2013-12-05Grizzly Hills/Scripting: Fix Quest 12244 "Shredder Repair" and 12270 "Shred ↵Malcrom
the Alliance" Closes #1942 #3754
2013-12-05Scripts/HoR: Some fixups.w1sht0l1v3
2013-12-05Scripts/Oculus: fix drake spellsjoschiwald
Closes #6681 Closes #6680 Closes #6673
2013-12-04Scripting/Blade's Edge: Quest 10594 "Gauging the Resonant Frequency"Malcrom
Closes #6214
2013-12-03Scripting/Sholazar Basin: Fix warningMalcrom
2013-12-03Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about missing NULL checks. Pass safe Creature pointer instead of summoning a Creature, passing the GUID and retrieve the same Creature from GUID.
2013-12-02Scipts/HallsOfReflection: Fix reset during mob waves.w1sht0l1v3
closes #10995
2013-12-01Scripting/Sholazar Basin: Fix spell_shango_tracks script.Malcrom
2013-12-01Scripting/Sholazar Basin: Move spells for quest Dreadsaber Mastery: Stalking ↵Malcrom
the Prey (12550) to cpp.
2013-12-01Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues, mostly false positive about fields not initialized in the constructor. It's good practice anyway to always initialize them.
2013-12-01Scripts: prevent some runtime errorsjoschiwald
2013-11-30DB/SAI: Move cpp script for npc_arete to SAI.Malcrom
2013-12-01Core/AI: Good bye, Good bye my beloved EventAI system :(Vincent_Michael
2013-11-29Scripting/hinterlands: Fixed a script error involving creature_textMalcrom
2013-11-28Scripts: fix some issues found by static code analysis (also fix 2 startup ↵joschiwald
errors)
2013-11-28Scripting/Dragon Blight: A little cleanup to last commit.Malcrom
2013-11-28Scripting/Torturer LeCraft: Move SAI script for Torturer LeCraft to cpp to ↵Malcrom
make it work properly.
2013-11-26Core: fix buildjoschiwald
2013-11-26Scripts/UtgardePinnacle: cleanup InstanceScriptjoschiwald
2013-11-26Scripts/Arcatraz: cleanup InstanceScript to make it work with BossAIjoschiwald
2013-11-25Scripts/Oculus: fix boss_varos::InitializeAI()joschiwald
2013-11-24Core: Fix buildVincent_Michael
2013-11-24Merge pull request #11260 from dr-j/patch-1Filip
Removing unneeded scripts from zone_zuldrak.cpp (Core scripts for Amphit...
2013-11-24Scripts: fix warning and cleanup npc_apprentice_mirvedajoschiwald
2013-11-24Removing unneeded scripts from zone_zuldrak.cpp (Core scripts for ↵Dr-J
Amphitheatre of anguish chain removing cpp scripts scripts, please check this as dont know much about c but have just removed everything relating to amphitheatre npcs, or lines 168 - 1143 and 1869,1870,1871,1872,1873,1876 or the complete scripts for all involved npcs and the individual lines from void AddSC_zuldrak
2013-11-24Scripts/Oculus: cleanup a bitjoschiwald
2013-11-24Misc/Misc: A mix useless random changesVincent_Michael
2013-11-24Scripting/Storm Peaks: Add spell script for spell_jokkum_scriptcast.Malcrom
Quest 13010 Krolmir, Hammer of Storms is not yet fully scripted but is now completeable.
2013-11-24Instance/Halls of Reflection/Lich King event: Typo fix on 86e0c7dAokromes
Thx MitchesD
2013-11-23Scriting/Eversong Woods: Minor fix.Malcrom
2013-11-23Scripting/Eversong_Woods: Add quest end scripting for quest 8487.Malcrom
Also fixes for quest 8488 but not completely fixed.
2013-11-22Instance/Halls of Reflection/Lich King event: Implement loot chest in heroic ↵xjose93
mode and rename chest variables.
2013-11-21Scripts/PoS: fix Tyrannus Overlord Brand thx @zwergjoschiwald
2013-11-13Scripts/ZulAman: fix exploit that player can fly until logoutjoschiwald
2013-11-13Core. fix build and some codestyle changesjoschiwald