aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
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-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
2015-04-24Scripts/Uldaman: Instance updateKittnz
- Fixup Boss Ironaya - Add the freeze animation for minions and archaedas - Fix attack target for minions who wake up
2015-04-24Scripts: finally (I hope) fixed nonpch build, damn you @ariel-MitchesD
2015-04-24Scripts: non-pch fix againMitchesD
2015-04-24Scripts: fixed non-pch buildMitchesD
2015-04-24Merge pull request #14157 from ariel-/shathallsMitchesD
Shattered Halls: Revamped instance script
2015-04-23Scripts/HallsOfStone: Set the Tribunal of Ages encounter state to ↵Nyeriah
IN_PROGRESS once it starts, instead of when Brann's escort starts
2015-04-23Scripts/HallsOfStone: Brann Spankin' New achievement should only fail if ↵Nyeriah
damage is taken during event
2015-04-23Fix build.w1sht0l1v3
2015-04-23Core/LFG: Fix crash in ".lfg group <playername>" in case of offline player andw1sht0l1v3
extend the output to display the offline members of the group also.Atm if members are offline no info is displayed. Note: all the new code is mostly copy/paste from ".group list <playername>" command.
2015-04-18Scripts/CoS: Chrono Lord Epoch converted to BossAIMitchesD
(cherry picked from commit d74e0d823d96df02822005e7165139b2bf1709de)
2015-04-14Scripts: Shattered Halls: Revamped instance script, support for quests ↵arks
10884, 9524, 9525
2015-04-13Port commit 56186319bdd41dd26b6cc14f84e6e41eef5d953b (6.x branch)ariel-
Core/Spells: Cooldown updates Updates #14418
2015-04-12Fix $n bug in NPC text for quest 11664 Escaping the Misttkrokli
Make quest NPC target player character to say the actual name instead of $n Idea by @DDuarte Final solution found in similar escort quests. (Example script: npc_kayra_longmane in zone_zangarmarsh.cpp)
2015-04-11Merge pull request #14497 from tkrokli/Kodo_RoundupMitchesD
[Quest] Kodo Roundup
2015-04-11Core/Scripts: Remove Bloodmaul Brutes scriptNick
As explained by @dr-j in 6b846a4e290097cde39f02a2f9a5be34cd06a65d
2015-04-10Core: Whitespace/tab2spaces cleanupclick
2015-04-07Core/Command: Sanitize input for .account set gmlevel <username> handlingclick
2015-04-06Core/Scripts: Remove The Thunderspike scriptNick
As explained by @Killyana in https://github.com/TrinityCore/TrinityCore/issues/4458#issuecomment-90061073
2015-04-05Scripts/Kalimdor: Ashenvale - add missing enumAokromes
2015-04-05Scripts/Kalimdor: Ashenvale - Remove Torek C++ ScriptRushor
2015-04-05Switch abs to std::absCarbenium
(cherry picked from commit 8476c2ac5a3cad03bc26b12fcc8b3f4f32854b65)
2015-04-05Add missing override keyword in scriptsCarbenium
(cherry picked from commit b948a4275e90c59db2599a1961937d62f17736ce) Conflicts: src/server/scripts/Kalimdor/Firelands/boss_alysrazor.cpp src/server/scripts/Kalimdor/zone_tanaris.cpp src/server/scripts/Maelstrom/Stonecore/boss_slabhide.cpp src/server/scripts/OutdoorPvP/OutdoorPvPZM.h src/server/scripts/Spells/spell_mage.cpp src/server/scripts/Spells/spell_paladin.cpp
2015-04-04Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1227510, 1227434, 1023036, 1062426, 1062425, 1062424, 1062423, 1062422
2015-04-04Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1267938, 1267937, 1267933, 1267932, 1267929