aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2015-12-15Merge pull request #15852 from Golrag/icc_boss_aggrojackpoz
2015-12-14Merge pull request #15919 from Treeston/3.3.5-razuviousjackpoz
2015-12-14Scripts/Naxxramas: Instructor Razuvious rework:treeston
- Fix missing yells - Rearrange existing yells to match live - Sniffed positions for adds - Improve add respawn handling - Make adds not fight the player for control (don't use their spells on their own etc.) - Update adds' hotbar keys to match live (this will affect other creatures with nonsequential possess keys as well) - Fix adds' movement when mind controlled, they no longer move automatically when right-clicking (this affects all mind-controlled creatures) - Blizzlike timers
2015-12-12Scripts/Pets: Fixed non pch build part 3 ...Vincent-Michael
2015-12-12Scripts/Pets: Fixed non pch build part 2Vincent-Michael
2015-12-12Scripts/Pets: Fixed non pch buildVincent-Michael
2015-12-12Merge pull request #14896 from Ofinka/dupljackpoz
2015-12-08Merge pull request #15910 from Treeston/3.3.5-maexxnajackpoz
2015-12-07Core/Unit: Add Unit::KillSelf() overloadjackpoz
Add Unit::KillSelf() function as overload of Unit::Kill(this) . Use KillSelf() whenever the killer and the victim are the same to clearly state the Unit is going to kill itself.
2015-12-07Merge pull request #15933 from Asterc/3.3.5jackpoz
Core/Spells: Fix Misdirection exploit
2015-12-07Core/Quest: Fix issues reported by static analysisjackpoz
2015-12-06Core/Quest: Fix issues reported by static analysisjackpoz
2015-12-06DB/Quest: Great Bear SpiritKillyana
Closes #15950
2015-12-02Correctly reset the redirected threat of the hunter's spell Misdirection in ↵Asterc
cases when it has RemoveMode AURA_REMOVE_BY_DEFAULT Closes #15930
2015-12-01Merge pull request #15864 from tkrokli/hallowed_wandsMitchesD
Scripts/Spells: Hallow's End item Hallowed Wand
2015-11-30Scripts/Naxxramas: Maexxna cleanup:treeston
- Improved Web Wrap target selection - Added missing text - Cleanup of web wrap positioning - two players will never be flung to the same position (25-man) - Further improvement to web wrap spawn behavior - targetable web wrap now only spawns after the player has finished being flung to the respective position (blizzlike) - Add additional web wrap positions (sniff)
2015-11-27Core/Scripts: remove redundant script npc_anchorite_truuentkrokli
The cpp script npc_anchorite_truuen has become redundant because it has been replaced by a SAI script in commit 2cecc7b. This script currently causes an error line in DBErrors.log: ``` Script named 'npc_anchorite_truuen' does not have a script name assigned in database. ```
2015-11-26Scripts/EyeOfEternity: Fix crashjackpoz
Fix crash happening when a player would kill a Melee npc on the disks during Malygos fight and mount it before it ended the waypoint path. Close #15900
2015-11-26Core/Misc: fix warning and misc codestyle fixesMitchesD
2015-11-26Scripts/Naxxramas: Thaddius follow-up:treeston
- Reduce initial spawn timer on the encounter from 30 seconds to 5 seconds - Rearrange respawn logic to fix the "petrified" visual from not showing properly - Fix a potential infinite respawn loop that could prevent the encounter from initializing properly (fixes and closes #15898)
2015-11-17Scripts/Spells: Hallow's End item Hallowed WandDevRival
Hallowed Wand items should cast a transformation on party members. by @DevRival, closes #3574 Before this patch, the following spells do not have any effect at all: - 24717, Pirate Costume - 24718, Ninja Costume - 24719, Leper Gnome Costume - 24720, Random Costume - 24737, Ghost Costume Details from testing on the current 3.3.5 branch (commit ecbbcc8): - 24724 (Skeleton Costume) seems to work as intended - 24733 (Bat Costume) only lasts 10 seconds instead of 60 minutes - 24741 (Wisp Costume) also seems to work as intended All the spells listed above are included in this PR.
2015-11-16Scripts/ICC: * Bosses now enter when in aggro range.Golrag
* Removed some of the MoveInLineOfSight calls * Added more AreaTriggerScripts
2015-11-15Core/Spells: Fixed Raise Dead cooldownShauren
Closes #15862
2015-11-14Script/Naxxramas: Fix a -Winconsistent-missing-override warning reported by ↵Carbenium
clang 3.6
2015-11-14Scripts/Thaddius: Coverity scan Control flow issues (MISSING_BREAK)tkrokli
Coverity scan defects CID 1339315, 1339316 and 1339317: - CID 1339315: boss_thaddius.cpp: 542 - CID 1339316: boss_thaddius.cpp: 811 - CID 1339317: boss_thaddius.cpp: 398 Added missing break; statements.
2015-11-13Core: Fix non pch buildVincent-Michael
2015-11-12Merge pull request #15523 from Treeston/3.3.5-thaddiusMitchesD
Scripts/Naxxramas: Thaddius: Complete rewrite
2015-11-12Merge pull request #15732 from ShinDarth/reset-health-manaMitchesD
Scripts/Duel: implement duel reset of health and mana and improve duel reset
2015-11-11Core/Creature: Remove duplicate call to LoadCreatureAddons in Creature::CreateCarbenium
* Add error log for duplicated aura entries in creature_(template_)addon
2015-11-08Scripts/Naxxramas: Complete rewrite of the Thaddius encounter.treeston
2015-11-07Scripts/DuelReset:ShinDarth
- do not reset when duel is fled - minor improvement to SpellHistory::RestoreCooldonStateAfter duel method
2015-11-07Core: Whitespace cleanupVincent-Michael
2015-11-03Merge pull request #15804 from Tonghost/3.3.5jackpoz
Core/Misc: Remove unneeded files
2015-11-03DB/CORE Minor change in quest Kick, What Kick? and some codestylesirikfoll
Remove the line that despawns the 'Apple' npc, this despawn is non-blizzlike and breaks the quest. Thx Killyana for sql and valuable information Closes #15480
2015-11-03Core/Ticket improved ticket systemShinDarth
- Safely close ticket before character deletion - Allow to keep trace of delete characters tickets (configurable) - Closes #15655 Closes #15699
2015-11-02Core/Misc: Remove unneeded filesIncorrect
These 3 BlackRock Mountain scripts can be removed from source: - boss_anubshiah.cpp - boss_gorosh_the_dervish.cpp - boss_grizzle.cpp They already removed from the creatures in DB, and are currently causing DBErrors.
2015-11-01Scripts/Naxxramas: Anub'rekhan encounter cleanup.treeston
- Cleaned up events behavior to use phases instead of weird checks for auras. - Cleaned up Crypt Guard despawn behavior, they should no longer despawn instantly upon death. - Moved initial greeting from MoveInLineOfSight hack to proper areatrigger script. - Fixed Crypt Guard respawn behaviour to prevent pulling them before Anub'rekhan has fully reset. - Fixed Crypt Guard aggro behaviour to call for help on aggro. This prevents pulling the initial pair of Crypt Guards without engaging the boss. - Added missing boss emotes. - Code style cleanup.
2015-11-01Merge pull request #15681 from Treeston/3.3.5-faerlinaMitchesD
Scripts/Naxxramas: Faerlina cleanup
2015-11-01Scripts/Naxxramax: Fix clang warningjackpoz
2015-11-01Core/AI: Convert the hardcoded variadic RAND functions into one C++11 ↵Naios
variadic template version. (cherry picked from commit 0b6f7845911c41dcc175996816abc2e06f7dadbd)
2015-10-31Core: fixed warning introduced in last commitjoschiwald
(cherry picked from commit fe0c07a6fe4dea8772e69ec8ad491bdda7f61746)
2015-10-31Core/Misc: removed some useless map checksjoschiwald
(cherry picked from commit cf1e80e3d09067ca4d0078a8113a09227a9f91ae)
2015-10-31Scripts/Ulduar/Algalon: fixed achievement "He Feeds On Your Tears"joschiwald
Ref #6157 (cherry picked from commit d68e3325d5a09328425b8ae9855f3f5936ff24f9)
2015-10-31Core/DBLayer: Allowed using GetDouble for SUM results instead of requiring ↵Shauren
string conversions (cherry picked from commit 3109ab2da08d094df97724355bff681d7951e576)
2015-10-31Removed unneeded nullptr checkDavid Carlos Manuelda
(cherry picked from commit 20215a8c421fd93d00233213966399a0c76e626a)
2015-10-31Fixed boss evade and doors closed by cr4st.David Carlos Manuelda
Should close #6377 and #15239 (cherry picked from commit e430f3f61ae45ca0e8e251f96a1605bdb9299eb1)
2015-10-31Script/Commands: Add some sanity checks to cast commandsDavid Girón
Closes #15061 (cherry picked from commit 15dec9a76ca56930c6764e8483cbf4ce8aae4f90)
2015-10-31Core/Players: Implemented serverside validation of reserved/profane namesShauren
Closes #15357 New library dependency: Boost.Regex (cherry picked from commit b564c10b13effed63c7b7dae25117e2e0a2c64e4)
2015-10-29Core/World: Store account id in CharacterInfo to reduce the amount of ↵Shauren
database queries (cherry picked from commit aaaa1c34410c160c7b0382f5ecdb39fa01ba007c)
2015-10-28Scripts/DuelReset:GigaDev90
- fixed druid mana restoration - fixed bug when a player accepts duel with a spel on onHold true (like when stealth of rogue/druid is active)