aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2017-12-29Core/Units: Encapsulate UNIT_CHANNEL_* fieldsShauren
2017-12-26Core/Scripts: Cleanup in instance_black_temple and added missing datas (#18246)Keader
* Core/Scripts: Cleanup in instance_black_temple and added missing datas * Fixed door timing issue * Remove redundant call (cherry picked from commit 81edee5648e76ff946269ae10974affc9e334bb2)
2017-12-26Scripts/Various: Bringing nullptr civilization to the savages of master ↵Treeston
branch. Merry Christmas. (2a08556 follow-up)
2017-12-26Core/Unit: For convenience, explicitly redirect CastSpell with nullptr as ↵Treeston
first argument to the Unit* overloads. No more ->CastSpell((Unit*)nullptr, ...) all over the place! (cherry picked from commits c7896f31026d6bdee189226680705dd7965b2039 and 40c78cac4c430a97386b44b994ec85fbaeda8821)
2017-12-25Core/Scripts: Fixed a typo and removed randtime of Shade of Akama events ↵Keader
(#18231) (cherry picked from commit c4dd6d167601390ad29c0241a30872bd0b5afa5e)
2017-12-24Core/Spells: Moved applying exclusive aura spells to scriptsjoschiwald
2017-12-23Core/Spells: Implemented spells causing Forbearancejoschiwald
Ref #20937
2017-12-20Build: Inherit the features and warning flags privatelyNaios
2017-12-20Build: Use the cotire library for precompiled header handlingNaios
* Required for handling flags inherited by linked projects correctly in the corresponding precompiled header. * Reduces the maintenance effort for precompiled headers (cherry picked from commit 92f96fc10e70b2d62cce832837477d958e2afbe3)
2017-12-19Core/Spells: Removed outdated disengage script - it can be cast out of combatShauren
Closes #19193
2017-12-10Core/Spell: make a distinction between triggered flags with debugging ↵ariel-
purposes, and don't use them when casting triggered spells Fixes #9721 (also other spells affected, example Threat of Thassarian, Stormstrike) (cherry picked from commit 85143f305dd6b82e35639fe026f5f8613a1b96c4)
2017-12-10Core/Scripts: Archmage Arugal event script (#17922)tkrokli
Implement boss script for Archmage Arugal - add yells used in boss event to DB - use proper spells instead of only melee fighting - add DataType in shadowfang_keep.h - add event scheduling in the script By Riztazz Closes issue #17916 (cherry picked from commit 2b26894eb1eaf8572f61d303882878659692cdd3)
2017-12-04Core/Scripts: Added new QuestScript hooks (#20950)Traesh
* OnQuestStatusChange and OnQuestObjectiveChange
2017-11-26DB/Creature: Augustus the UntouchedDr-J
Move from cpp to db, also added some missing detail (cherry picked from commit cefed89c38bcd7bb7562df51f9e932878084c5da) Remove obsolete file (cherry picked from commit 9be0362606971e40f47543462f133125e995279d) Remove reference to eastern plaguelands script (cherry picked from commit 1fc8e2d5f28964bfb69304760e0d9333a45aee28)
2017-11-25Misc: More cleanupAokromes
2017-11-25Misc: More cleanupAokromes
2017-11-25typo fixAokromes
2017-11-25Misc: Kill trailing white spacesAokromes
2017-11-25Misc: Kill trailing white spacesAokromes
2017-11-19Scripts/Spells: Implemented Blinding Light (#20933)Hadifaren
2017-11-19Core/Auras: don't save auras casted by itemsjoschiwald
* Core/Auras: don't save auras casted by items - This type of auras (like Water Bucket, Precious Ribbon, etc) will be recasted on login anyways. This reverts commit 16cfd59f5b368fd1d05eeeab3afbacfccf0a6870 (partial cherry picked from commit e84dfff4cee74baf2c02cc7752df5bf392eae180) Core/Auras: fix elixir aura saving (cherry picked from commit 697147a596515c82817a161e7a9a5f07cdf9a8f3)
2017-11-18Scripts/Spells: Fixed Rogue Stealth SpellScriptjoschiwald
Ref #20883
2017-11-18Script/Spells: Implemented Chaos Strike energize proc (#20840)NoName
Thx @Ovahlord
2017-11-18Core/Scripting: Implemented Conversation scripts (#20758)funjoker
2017-11-16Scripts/Sethekk Halls: Added missing empty check before ↵Shauren
Trinity::Containers::SelectRandomContainerElement Ref #20317 (cherry picked from commit 805024a78024ba0d692ed02a0a633600a5030934)
2017-11-14Scripts: Fix static analysis issues CID 1381648, 1379869, 1377302 and… ↵Duarte Duarte
(#20748) * Scripts: Fix static analysis issues CID 1381648, 1379869, 1377302 and 1377300
2017-11-12Scripts/Kalimdor: remove zone_teldrassil.cpptkrokli
- single script moved to SAI in commit f85ac27912362f019639cd61f7aada0116532bda (August 9, 2015) - no NPCs using this script, removal forgotten in the mentioned commit
2017-11-12Core/Players: Fixed DK runes and runic powerShauren
Closes #19595
2017-11-11Core/Commands: Added .modify power command allowing to change any power as ↵Shauren
long as player class can use it * Power names are taken from PowerType.db2 (lowercase, using _ is optional) Closes #20833
2017-11-11Script/Quest: improvements for Shizz Work:SnapperRy
- Proper cosmetic effects for Fel Guard Hound. - Spell cast when looting the Felhound Poo. - Felhound Poo now always contains loot. (cherry picked from commit 2729eb156f9a6779247b8fa8312c62b372206963)
2017-11-11Codestyle.SnapperRy
(cherry picked from commit ec023c3032b55bcfdc83d458ac79204bb25c7aed)
2017-11-05Scripts/Spells: warrior Mortal Strike & Colossus Smash Effect (#19332)Paul
2017-11-05Core/Script: Messenger Torvus.SnapperRy
(cherry picked from commit 924cdb9a11b1d419080045e6bb7fee164f6f000c)
2017-11-05DB/SAI: Zebu'tan and Alys Vol'tyr's conversations.SnapperRy
Also add forgotten creature_template change in 145bf1d. (cherry picked from commit b52e774ccf324fbdce90f77b58b9b6efaa887ba9)
2017-11-02Scripts/Fireland: Fix static analysis issues CID 1379866 and CID 1379865 ↵Duarte Duarte
(#20746)
2017-10-30Scripts: Fix static analysis issues CID 1379870 and 1367941 (#20747)Duarte Duarte
2017-10-30Scripts/Scholomance: Lady Illucia Barov spell correctionsAokromes
2017-10-15Fixed buildjoschiwald
2017-10-15Core/Spells: use DamageInfo struct to calc spell absorbs and resists, and ↵ariel-
use calculated proc hitMask on aura ticks Closes #18135 (cherry picked from commit d3a71a83387f757f87c7d27e1054498c8cc49c8f) # Conflicts: # src/server/game/Entities/Unit/Unit.cpp # src/server/game/Entities/Unit/Unit.h # src/server/game/Spells/Auras/SpellAuraEffects.cpp # src/server/game/Spells/SpellEffects.cpp # src/server/scripts/Commands/cs_misc.cpp
2017-10-15Scripts/Trial of the Crusader: Fixed crash in Snobold Vassal script (#18124)Keader
Closes #18122 (cherry picked from commit cdc5a36dbb8c3498fcdab43ce568548d3b60ccfa)
2017-10-15Script/Spell: remove cosmetic effect for Water Bucket item at login if it ↵SnapperRy
expired after the player logged out. (cherry picked from commit 16cfd59f5b368fd1d05eeeab3afbacfccf0a6870) Add forgotten override. (cherry picked from commit c6f94ba42ec7e66419b636ac09aacc1ee7320a77) Fix non-PCH build. (cherry picked from commit 02cea9c0bac2f999b461d3679a32672b6f0ac2da)
2017-10-09Core/Creature: Refactor and improve vendor items (#20328)Roc13x
* Implement item bonuses in vendors. * Implement the PlayerConditionID and IgnoreFiltering DB columns. * Fix loading referenced vendor items * Allow adding bonuses in .npc add item command
2017-10-03Core/Bnet: Added support for -launcherlogin logins (external client launcher ↵Shauren
required)
2017-10-03Fixed buildjoschiwald
2017-10-03Entities/Creature: Fix an edge case issue where creatures would re-acquire ↵treeston
target after respawn if they despawned while spell focusing. Instance/AzjolNerub: Fix Anub'arak wall and add sequence break info. Fixes and closes #18013. (cherry picked from commit 0d725e1336f4eb40ab392471af4c2381ea04b9e6)
2017-10-03Script/Quest: Arelion's Mistress.SnapperRy
(cherry picked from commit 94c41c92b35e20c47462113ad88b3d382dd9c44d) Fix warning. Also, the quest's name is Arelion's Secret, not Arelion's Mistress. (cherry picked from commit 79acb9fa71bb3016f5aa8f92b257346ed6c17dd7)
2017-10-03Scripts/AzjolNerub: Make pulling Anub'arak a bit cleaner.treeston
(cherry picked from commit 59cbea00bcb698916b442ce0157b2e23f95b7be5)
2017-10-03Fix _DespawnAtEvade for other creatures to actually respawn said other ↵treeston
creatures. Also fix add aggro for Hadronox. Fixes and closes #18012. (cherry picked from commit 1ecdea5374f331f0c71e543e713592baa21e6e99)
2017-10-03Core/Creature: Fix respawn logic to call reset react state BEFORE calling ↵treeston
Reset(). Fixes Krik'thir behavior after a wipe (and maybe some others). Fixes and closes #18011. (cherry picked from commit aab7abfd045b935e112feec4b192fb7921394766)
2017-10-03Core/Scripts: move npc_saat to DB (#17813)tkrokli
The core script only contains gossip handling + conditions. - remove script from file the_black_morass.cpp - thereby removing 1 line of hardcoded text - remove redundant SD2 comments in header - add SAI, gossip and conditions to DB (cherry picked from commit 028a7b8e45746c0695a579d7883ea0e5878b827b) Rename 2016_10_32_17813_world.sql to 2016_10_15_01_world.sql (cherry picked from commit 13b748c682d0f9a42bc8dfa87c31043db5c06148)