aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-09-12Merge pull request #12927 from MitchesD/misc_3MitchesD
Scripts/CoS: implemented Infinite Corruptor, improvements in instance sc...
2014-09-12Remove mount vendor cpp scriptDr-J
2014-09-12Scripts/CoS: implemented Infinite Corruptor, improvements in instance script ↵MitchesD
and Meathook converted to BossAI Guardian of Time should have some text, but I have not found anything in sniff. Also the whole event needs to be rewritten and improved.
2014-09-11Core: Fix typo in cec2cc806b418997f387bf1324454b7b76b9f0faVincent-Michael
2014-09-11a correctionDr-J
2014-09-11Remove a Gossip Script which is already in DBDr-J
Remove script for Khadgar all of the gossip menus and options are already in db and this is only a gossip script, will deal with db stuff in next commit
2014-09-11Scripts/Misc: some small changes after recent commitsMitchesD
2014-09-11Scripts/AV: Drekthar updated to EventMapsNyeriah
2014-09-11Scripts/Gundrak: Eck the Ferocious updated to EventMap/BossAINyeriah
- Moved his spawn handling to instance script
2014-09-10Scripts/AV: Captain Galvangar updated to EventMapsNyeriah
2014-09-09Scripts/The Barrens: Make BIG WILL attackable in quest id 1719 (the affray)dkmbasura
Closes #13072 Ref #4764
2014-09-09Remove CPP script for Jenny/Jezzix GeartwistDr-J
2014-09-09Remove seaforium depth charge Dr-J
Remove cpp script for seaforium depth charge ((Bury those cockroaches)).
2014-09-08Scripts/Onyxia Lair: Slight change so we don't call Reset() in the 'ctorNyeriah
2014-09-08Scripts/Onyxia Lair: Some small improvements to GUID storage as it's only ↵Nyeriah
used locally
2014-09-08Scripts/Commands: Allow to set a custom duration to the Freeze command ↵Odyssey
applied Aura - Allow to set a default duration for the Freeze Aura in worldserver.conf - Handle the .freeze and .unfreeze command custom effects through the Freeze AuraScript - Make players able to eventually unfreeze by themselves since the aura will expire without someone having to use .unfreeze - Make .freeze command usable with the following syntax: * .freeze (with a targeted player) * .freeze duration_in_seconds (with a targeted player) * .freeze playername duration (if duration is an invalid value it will be defaulted to the config one) * .freeze playername (in this case, duration will be defaulted to the config value) - Make .listfreeze command able to show the remaining freeze duration on all affected players Closes #12972
2014-09-08Core/Scripts: made BossAI::CheckInRoom virtualjoschiwald
2014-09-07Core: Remove whitespace (again, again, ...)Vincent-Michael
2014-09-07Core/Misc: dropped obsolete GameObject::GetGameObject methodjoschiwald
2014-09-07Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Fourth batch of fixes targeting 100 issues reported by Coverity
2014-09-07Core/Misc: Meh some white lines, an addition to last sql's comment and a ↵Nyeriah
spotted typo
2014-09-07Scripts/AV: Balinda StonehearthNyeriah
- Updated to EventMaps - Removed manual spawning of Water Elemental by using proper spell * The Water Elemental has a duration, it'll despawn once it's over. She'll resummon it during the encounter if it dies or disappears. * Fixes it's level scalling with owner. - Moved Water Elemental AI to database. - Script update ** Patch 3.1.0 (14-Apr-2009): Now casts Ice Block.
2014-09-07Scripts/ScarletMonastery: fix typo caused by copy-pasteMitchesD
2014-09-07Scripts/ScarletMonastery: Interrogator Vishas updated to BossAI and EventMapMitchesD
2014-09-07Scripts/Stratholme: Move Freed Soul AI to database and a small additionNyeriah
- They should follow players until they despawn
2014-09-07Remove CPP script for Ethereal Teleport PadDr-J
Remove CPP script which was not using proper mechanism for activating (ie gossip)
2014-09-07Core: Remove again whitespace (meh :/)Vincent-Michael
2014-09-06Core/Misc: Clear some outdated SD2 notes from recently modified scriptsNyeriah
2014-09-06Scripts/Scholomance: KormokNyeriah
- Updated to EventMaps - Replaced some hacks to summon adds with proper spells, but there might be still missing stuff
2014-09-07Core/InstanceScript: refactored load and save methodsjoschiwald
2014-09-06Scripts/Commands: Fix issues reported by static analysisjackpoz
Fix possible buffer overflow in ".server shutdown" and NULL-dereference/Triggered Debug Assert.
2014-09-06Scripts/Scholomance:Nyeriah
- Updated Ras Frostwhisper to EventMaps - Updated Vectus to EventMaps
2014-09-06SQL: Rename SQL after recent PR mergeVincent-Michael
2014-09-05Scripts/Commands: Move instance command strings to databaseNyeriah
2014-09-05Merge pull request #13008 from mik1893/onyxiaDuarte Duarte
Scripts/Onyxia Lair: small rework
2014-09-05Merge pull request #13016 from Odyssey/pinfoDuarte Duarte
Scripts/Commands: Move cs_misc.cpp command output hardcoded strings to DB
2014-09-05Merge pull request #13039 from Nyeriah/pr-cmdDuarte Duarte
Core/Tickets: Send global GM system messages on ticket complete
2014-09-05Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Third batch of fixes targeting 100 issues reported by Coverity
2014-09-05Scripts/Auchindoun: Updates Pandemonius to EventMaps/BossAINyeriah
2014-09-05Scripts/Commands: Move cs_misc command output hardcoded strings to DB so ↵Odyssey
they can be localized too
2014-09-04Scripts/Scholomance: Jandice BarovNyeriah
- Updated to EventMaps - Removed hack to spawn illusions - Moved Illusion's script to SAI - Corrected Illusion's unit_flags
2014-09-04Remove CPP script for Oronok Torn-heartDr-J
2014-09-04Scripts/BF: The Maker rewritten to EventMapMitchesD
2014-09-04Core/Misc:joschiwald
- fixed an oracle/wolvar reputation change issue - moved texts of read pronouncement to db Closes #9105
2014-09-04Scripts/Onyxia Lair: small reworkmik1893
- fix crash on boss death - avoid abusing during phase switch - added better facing through trigger - corrected some timers - corrected inhabit type - cleanup and inheriting some BossAI functionalities instead of custom stuff
2014-09-04Scripts/Black Temple: Updates Najentus to BossAI and slight changesNyeriah
2014-09-04Scripts/Black Temple: Supremus to BossAI and slight changesNyeriah
2014-09-04Scripts/Blood Furnace: Update Broggok's script to EventMapsNyeriah
2014-09-03Core/Tickets: Send global GM system messages on ticket completeNyeriah
2014-09-03Core/Misc: Refactor scripts to fix static analysis warningsjackpoz