aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
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-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
2015-04-04[Quest] Kodo Rounduptkrokli
by @pete318, closes #12811 Fixes the remaining bugs in the "Kodo Roundup" quest in Desolace: - removes combat status from creature 11627, Tamed Kodo - sets normal walking speed as the creature's follow speed - makes the Tamed Kodo stop at Scrabblescrew's Camp - enables quest objective count 0/5 -> 5/5, quest complete - SQL (by @tkrokli) links the missing gossip text in the DB
2015-04-04Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1292769, 1292768, 1292765, 1292763, 1267939
2015-04-03Scripts/Misc: Fix warningjackpoz
2015-04-03Revert "Merge pull request #14424 from Rushor/Rampart"DDuarte
This reverts commit 22c0007b42e80fecd81eee53f856fd10decd5c05, reversing changes made to 20bc2c51f668db245d6e360486ea8743c1887fac.
2015-04-03Merge pull request #14424 from Rushor/RampartAokromes
Scripts/HellfireRamparts: Vazruden the Herald - Improve Reset-/ Aggrobehaviour
2015-04-03Core/Script: Remove script for Overlord Mor'ghor - converted to SAI in ↵click
commit 16179f8
2015-03-30Core/Misc: Remove unused headersleak
2015-03-29Core/Dungeon Finder: Allow to execute "lfg" commands from consolejackpoz
2015-03-29Fix non-pch build.Gacko
2015-03-29Core/Dungeon Finder: Restore ".lfg queue debug" logging additional informationjackpoz
Restore ".lfg queue" behavior to print additional debug informations when an additional argument is passed (any character/word will work).
2015-03-29CMake: Use source_groups to represent the source treeNaios
* It let ide's (like vs) display the source tree. * Disabled by default. * Soft requirement is cmake >= 2.8.12 . * Offers 2 modes: flat & hierarchical. * For detailed description see #14471 * Thanks @click for help and advises. * Closes #14471