aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2015-04-19Core/PacketIO: Updated and enabled CMSG_SPIRIT_HEALER_ACTIVATE / ↵Vincent-Michael
SMSG_SPIRIT_HEALER_CONFIRM for WoD
2015-04-18Scripts/CoS: Chrono Lord Epoch converted to BossAIMitchesD
2015-04-18Core/AreaTrigger: Added 'bool entered' to OnTriggerGolrag
2015-04-17Core/PacketIO: SMSG_PLAY_SOUNDGolrag
2015-04-14Merge pull request #14540 from tkrokli/npc_mootoo_the_youngerDuarte Duarte
Fix $n bug in NPC text for quest 11664 Escaping the Mist (cherry picked from commit c9e699961e37678b4da5ed6a8b396d72d90af883)
2015-04-14Merge pull request #14530 from Exodius/bloodmaul_brutesAokromes
Core/Scripts: Remove Bloodmaul Brutes script (cherry picked from commit ca67cc8f6b1f0d16bb3c4c66343dc305b9f78acc)
2015-04-14Core/Command: Sanitize input for .account set gmlevel <username> handlingclick
(cherry picked from commit 79696e08718ea74c8063fdc13624560f4bd3118f) Conflicts: src/server/scripts/Commands/cs_account.cpp
2015-04-14Core/Scripts: Remove The Thunderspike scriptNick
As explained by @Killyana in https://github.com/TrinityCore/TrinityCore/issues/4458#issuecomment-90061073 (cherry picked from commit 77eb89157b85ff79d049b77f5c8bc35119c6ee41)
2015-04-14Scripts/Kalimdor: Ashenvale - add missing enumAokromes
(cherry picked from commit 16481d17aacfd9e866615212df11ddcdcf1fc2e4)
2015-04-14Scripts/Kalimdor: Ashenvale - Remove Torek C++ ScriptRushor
(cherry picked from commit f49a1b0f1fb7423466e5773eb29c77b2ebf26fc0)
2015-04-14[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 (cherry picked from commit 1c8486e1a84c2d1ed4355d680418a3a2e73e37dd)
2015-04-14Core/Script: Remove script for Overlord Mor'ghor - converted to SAI in ↵click
commit 16179f8 (cherry picked from commit b804539f9be34f521c048620da78f604868f28f8) Conflicts: src/server/scripts/Outland/zone_shadowmoon_valley.cpp
2015-04-14Core/Dungeon Finder: Allow to execute "lfg" commands from consolejackpoz
(cherry picked from commit de1cbf716db6a389f95cf5b9c790ec956d24aab0)
2015-04-14Core/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). (cherry picked from commit be9294dc098029c62003d3e19e0c2a29a7c738f7)
2015-04-12Core/Chat: Implemented instance chat typeShauren
2015-04-11Core/Misc:Vincent-Michael
- Drop locales_npc_text - Update npc_text for WoD - Implemented Quest Greeting - Sync auth database
2015-04-10Core/Misc:Vincent-Michael
- Update LocaleConstant enum - Update Quest locale system for WoD - Fix some rnd typo in quest template
2015-04-10Core/Scenes: implemented some scene related packets for debug purposesRat
* small cleanup
2015-04-08Core/Scenes: added .debug send playscene command for testing purposesRat
2015-04-08Core: Whitespace cleanupVincent-Michael
2015-04-06Core/PacketIO: Updated and enabled SMSG_SET_VEHICLE_REC_ID and ↵Shauren
SMSG_ON_CANCEL_EXPECTED_RIDE_VEHICLE_AURA * Implemented SMSG_MOVE_SET_VEHICLE_REC_ID and CMSG_MOVE_SET_VEHICLE_REC_ID_ACK
2015-04-05Core/Commands: fixed crash in gobject target commandRat
2015-04-05Merge pull request #14491 from doctaweeks/fixes-for-6.xCarbenium
Fixes for 6.x
2015-04-04Misc: Fixed license header formattingShauren
2015-04-02Switch abs to std::absDaniel M. Weeks
2015-04-02Add missing override keyword in scriptsDaniel M. Weeks
2015-03-31Core/Commands: Added more npc info to debug phase commandRat
2015-03-30Core/Spells: Reset talent specialization when using reset talents commandRat
2015-03-29Sync changes from 3.3.5 non-pch build fix.Gacko
1995dcab7674c9ebae6ab8577e276cf27afeed4d
2015-03-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
2015-03-29Fix non-pch buildGacko
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 (cherry picked from commit c386711972260aa7b877cdc8cb49d24576ce1902) Conflicts: src/server/authserver/CMakeLists.txt
2015-03-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
Conflicts: src/server/game/Handlers/MiscHandler.cpp src/server/game/Server/Protocol/Opcodes.cpp
2015-03-28Merge pull request #14466 from gigatotem/6.xMitchesD
Spells/Mage: Correct typo in Time Warp script
2015-03-28Spells/Mage: Correct typo in Time Warp scriptGigatotem
2015-03-27Core/Script: Fix non-PCH buildclick
(cherry picked from commit 058457dda9227f50c2ea8ab66769694602aa797a) Conflicts: src/server/scripts/Kalimdor/zone_bloodmyst_isle.cpp
2015-03-27Core/PacketIO: Updated values of all known server opcodesShauren
2015-03-27Merge pull request #14461 from gigatotem/6.xMitchesD
[6.x] Heroism/Bloodlust/Time Warp
2015-03-27Scripts/Misc: small changes after recent commitsMitchesD
2015-03-27Spells/Mage:Gigatotem
Time Warp should also check for the Fatigued debuff given when a Hunter's Nether Ray pet casts Netherwinds.
2015-03-27Spells/Shaman:Gigatotem
Bloodlust and Heroism should also check for the Fatigued debuff from Nether Ray Hunter Pets "Netherwinds" ability.
2015-03-26Scripts/Bloodmyst Isle: Script Quest: Ending Their WorldRushor
closes #1815 * Add missing Waypoint * Improve Aggrobehaviour * Add BroascasttextIDs * Update to current GUID-Handling Original Patch by @trickerer (cherry picked from commit f1101b145bab9ce24f39802c2f554d7f9d695dbd)
2015-03-25Scripts/Spells: implement some eject passenger spellsjoschiwald
2015-03-25Scripts/Grizzlyhills: Spell: Infected Worgen Bite - Apply Spellscript and ↵Rushor
Transformation closes #12165 (cherry picked from commit 6080234e98cbff62e4f508116a4ebbaa8f4516ad)
2015-03-24Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
Conflicts: src/server/collision/Management/MMapManager.cpp src/server/game/Conditions/ConditionMgr.cpp src/server/game/Conditions/ConditionMgr.h
2015-03-22Core/Misc: Warning fixesShauren
2015-03-21Scripts/Ulduar: Fix some Flame Leviathan issuesjackpoz
Fix some Flame Leviathan issues: - Fix boss evading all the time due to bad Doors check - Opened "Lightning Door" to other bosses only after boss dies - Eject players from the vehicles when boss dies, make them untargetable and despawn them after 5 minutes (adjust the time to the blizzlike time of choice) (cherry picked from commit d888e4c7ad5ce48eb1f550b3e142dad16c026d0c)
2015-03-21Core/Updates: Add an automatic database update system. Automatically detects ↵Naios
new and edited sql updates through file lists and hashing. Detects renames, deletes and is able to create and auto import full databases. * cleanups in main.cpp of world & bnetserver * refactoring in DatabaseWorkerPool.h & MySQLConnection.cpp Make sure you re-run cmake, because boost::iostreams was added as dependency. Maybe you need to install libboost-iostreams1.55-dev on unix as well. Import every update manual until (included) those INSERT IGNORE updates for each database. Thanks DDuarte and Shauren for your amazing ideas, help and advises. In hope that nobody gets a "Your database structure is not up to date..." anymore ,-) Signed-off-by: Naios <naios-dev@live.de> Signed-off-by: Nayd <dnpd.dd@gmail.com>
2015-03-20Scripts/Misc: sync with 3cc305138c9b57da02d42b88cc0cae941016542aMitchesD
adfd8a6 - Scripts/Mulgore: The Plains Vision - Move Corescrript to SAI c21a600 - Delete zone_mulgore.cpp 87f40a5 - Scripts/Kalimdor: Remove Mulgorescripts 8904a94 - Scripts/The Barrens: Add missing Text for 'The Escape' cfc5fb2 - DB/Misc: Fix a few startup errors from recent Updates (Script part)
2015-03-20Scripts/Spells: Hand of Reins - Questsupport for 'Mounting Up'Rushor
by @untaught closes #3977 (cherry picked from commit 588b92ee0570146b37cd6211aeb32354781aada0)