aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2015-07-05Scripts/Ulduar: Fix Flame Leviathan instance lockjackpoz
Fix Flame Leviathan instance lock not being granted to players because they were ejected from the vehicles as soon as boss died. Players are now ejected some seconds later. Close https://github.com/TrinityCore/TrinityCore/issues/15005
2015-07-03Scripts/Commands: ".mmap path line" now uses raycast pathfindingjackpoz
Add "line" optional parameter to ".mmap path" command to use raycast implementation of recast, useful to simulate charge paths.
2015-07-03Scripts/EoE: fixed crashjoschiwald
- removed some useless code (and some other random changes)
2015-07-02Scripts/EyeOfEternity: Fix crash added in ↵jackpoz
d1853f693b2c1a60134603d946e31f71f26535c0 Close https://github.com/TrinityCore/TrinityCore/issues/14984#issuecomment-118044904
2015-07-01Core/Misc: Fix build warningsjackpoz
2015-06-30Scripts/RubySanctum: Fix build warningsNyeriah
2015-06-27Scripts/VioletHold: fix a crash during Ichoron encountermik1893
Closes #14962
2015-06-26Scripts/Oculus: Implemented Drake GPS systemMik1893
2015-06-26Fix build after recent cherry picks (v2.0)DDuarte
2015-06-26Fix build after recent cherry picksDDuarte
2015-06-26Fix build and SQL import after recent cherry picksDDuarte
2015-06-26Scripts/RubySanctum: Updates to Halion.Warpten
* Fixed Living Embers not spawning. * Meteor Strike is now randomized. (cherry picked from 1447875cac0fefd58ae3ad27e6b3fa2134a714c0) Scripts/RubySanctum: Fix a mathematical mistake. SQL: Do not use MAX(Id), hardcode it. (cherry picked from 7a5bc9e1fe457f0c77cdfecefa5bd42525105c3e) Scripts/RubySanctum: Correctly spawn Living Embers. (cherry picked from 7c4b8b0e826fd1cdab8a635225123aebd1b950c6) Scripts/RubySanctum: Remove duplicate code. (cherry picked from 1d29328769d505caf4541b0d712972195dda8b70) Core/Misc: Warning fixes (cherry picked from dc53dad8a44292bcb555db9fdc07eb255a838cac)
2015-06-26Core/BattlegroundIC: Removed 1 hack:DDuarte
* Parachute spell is now blizzlike * Also restored "The battle will begin in 2 minutes." (cherry picked from commit 8a4afad63ac97b39f6746d466f3166eeef62e711) Conflicts: sql/updates/world/2015_05_01_00_world.sql src/server/game/Miscellaneous/Language.h Rename 2015_05_01_00_world.sql to 2015_06_13_00_world.sql (cherry picked from commit 74eeefa5be163a55489f91c05d7dfd1cb624c78d)
2015-06-26Scripts/VioletHold: Fix codestyle and unwanted crash in Violet/Holdmik1893
closes #14952 and #14953
2015-06-25Scripts/VioletHold: fixed non-pch build and codestyleMitchesD
2015-06-25Merge pull request #14860 from mik1893/violetholdMitchesD
Core/Scripts: Violet Hold, full rework
2015-06-24Scripts/Spells: fix codestyleMitchesD
thanks @whoami
2015-06-23Core/Scripts: Rework Violet Hold bosses adding missing spells/mechanics:mik1893
- Cyanigosa, Arcane Vacuum - Ichoron, globules mechanic - Moragg, optic link visuals - Lavanthor, minor changes - Zuramat, correctly implement void sentries - Erekem, implement Windfury and correct management of Erekem Guards - Script for the pre-event Thx @ManuFe
2015-06-23Merge pull request #14776 from sirikfoll/SpellMidsummerMitchesD
Core/Spells Add support for quest Torch Tossing/More Torch Tossing
2015-06-19Scripts/Zul'farrak: Fixed summoning Gahz'rillaShauren
Fixes #5782 regression (cherry picked from commit cec05ff07d1751649b6eecff07f23f52ca5443cd)
2015-06-15Core/ChatCommands: Allow to use "tele" command inside of a battlegroundjackpoz
Allow GameMasters with ".gm on" tag to use ".tele" command inside of a battleground to tele around.
2015-06-14Scripts/VioletHold: picked some things from pull request #11399 (thx ↵joschiwald
MitchedD for initial work)
2015-06-10Scripts/TheEye: Clean up instance scriptNyeriah
2015-06-03Scripts/Auchindoun: Fix distance check in boss Shirrakjackpoz
Issue added in 88137c07b932ab5199c79a1d4f9d6246dac21e9e
2015-06-01Core/Scripts: Corrected argument types in ↵DDuarte
GetCreatureEntry/GetGameObjectEntry ZoneScript hooks (cherry picked from commit b0c4268a6b0ed1fffeb51c7542c7991399b18284) Conflicts: src/server/game/Entities/GameObject/GameObject.cpp
2015-06-01Merge pull request #14782 from doctaweeks/fixes-for-6.xMitchesD
Minor fixes for 6.x (cherry picked from commit 0cf02097414ddf7a370bd2efef5b892616e8de93) Conflicts: src/server/bnetserver/Main.cpp src/server/game/Battlegrounds/Zones/BattlegroundBFG.h src/server/game/Battlegrounds/Zones/BattlegroundTP.h src/server/game/Chat/Channels/Channel.h src/server/game/Entities/Player/Player.h src/server/game/Quests/QuestDef.h src/server/scripts/OutdoorPvP/OutdoorPvPNA.h src/server/shared/Cryptography/SHA256.h
2015-05-31Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1023115
2015-05-30Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1022861, 1022862, 1022863, 1302435, 1302439, 1302440
2015-05-29Core/Spell Add Spell Script Needed for quest Torch Tossing/More Torch Tossingsirikfoll
Updated
2015-05-29Merge pull request #14753 from Rushor/IhaveadreamSarah Alexander
DB/Quest: No Mere Dream
2015-05-29DB/Quest: No Mere DreamRushor
closes #11252
2015-05-27[3.3.5a][ICC/Professor Putricide] Volatile Ooze Eruption fixtkrokli
by @ManuFe and @Rushor; closes #12336 In the existing source, the rooting aura is removed after the explosion, therefore the knockback effect does not work because the player is still rooted. By swapping these 2 lines, the aura is removed, then the explosion happens. Result: rooting is removed before the knockback effect is cast on the player.
2015-05-26Merge pull request #14613 from ariel-/shathallsMitchesD
Fixed some issues with PR #14157
2015-05-24Scripts/Spells: Curing the Sick - Add QuestcreditRushor
closes #14688
2015-05-21Scripts/Icecrown Citadel: Fixed Ice Tomb during phase 3 of Sindragosa encounterShauren
(cherry picked from commit f85605b5f78f73c53a56874161155416b64ec078)
2015-05-20Scripts/Commands: Fix LANG_PINFO_MUTED in HandlePInfoCommandCarbenium
Closes #14560 Thanks @Mack36 (cherry picked from commit 6d12297ffa4ce33db5513937852d151917085d23)
2015-05-19Scripts/Icecrown: Move Squire David to SmartAICarbenium
2015-05-19Core/Misc: Moved Position to its own fileShauren
(cherry picked from commit 48ee1f003347910a48183f768501c1080fc40269) Conflicts: src/server/game/Entities/Object/Object.cpp src/server/game/Entities/Object/Object.h src/server/game/Spells/Spell.cpp
2015-05-19Merge pull request #14454 from ariel-/cdDuarte Duarte
Port Core/Spells: Cooldown updates (6.x branch)
2015-05-17Scripts/Commands: Change few commands to target current Player by defaultjackpoz
2015-05-17Scripts/ToC: Fix doors opening/closing during Dreadscale fightjackpoz
Fix doors opening/closing during Dreadscale fight by sending a CloseDoor command instead of toggling the door state when Dreadscale resets its movement. Note that bounding the door state to boss movement makes poor sense and should be changed. Other bosses in ToC have this logic and should be updated if they show the same bug.
2015-05-12Scripts/Ulduar: Fix a comple of issues with Flame Leviathan's towersNyeriah
* Fix tower count being set to 0 once the first tower is destroyed due to bad logic * Prevent towers from reducing counter twice (caused by event being sent twice by the gameobject when destroyed)
2015-05-08Fixed some issues with PR #14157, kudos to @Nyeriah @Warpten:ariel-
* Moved scripts to other source file instead of having them on the instance cpp * Removed magic number, use of DoAction instead of SetData to do the yelling * Added spellscript for Remove Kargath's Executioner * Saved victim GUIDs in instance script instead of checking nearby area * Returning position as const-reference (by Naios)
2015-05-09[Core/DB] Quest: The Exorcism of Colonel Julestkrokli
by @danlapps; closes #1524 Thanks to WoW-Studio@0aa81ca for doing most of the work Thank to @Killyana for SQL walkthrough Thanks to @Rushor for doing most of the converting work, Thanks to @Nyeriah for pointers to solutions for all the errors Thanks to @MitchesD for pointing out missing codestyle and errors Thanks to @ccrs for supplying the ObjectAccessor lines Thanks to @DDuarte for making me understand the changes
2015-05-05Scripts/Eye of Eternity: Provide players with drakes when entering instance ↵Nyeriah
after Malygos' demise
2015-05-03Scripts/VioletHold: Fix crashjackpoz
Fix crash in Violet Hold happening when crystals were activated without killing trash mobs. Crash added in cba6515acb5820af5df6b77855464c29062b8c44 and f4531c5a582cae24d4d136035074d8da7e5bdad7 . Closes #14629
2015-05-01Core/Misc: Fix issues reported by static analysisVincent-Michael
Coverity defect IDs: 1296295, 1296294
2015-04-27Core/Script: Make 2 remaining bridge parts active in Serpent ShrineKittnz
2015-04-25Scripts: trying to fix non-pchKittnz
2015-04-25Scripts/Uldaman: Fix build & fix some movement suggested by joschKittnz