aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2016-11-07Core/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)
2016-11-03Core/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
2016-11-01Remove reference to eastern plaguelands scriptDr-J
2016-11-01Remove obsolete fileDr-J
2016-10-30Core/Auras: don't save auras casted by itemsariel-
- Drop useless field from DB (itemGuid was being saved, but never used, see Prepared Statements) - This type of auras (like Water Bucket, Precious Ribbon, etc) will be recasted on login anyways. This reverts commit 16cfd59f5b368fd1d05eeeab3afbacfccf0a6870
2016-10-29Core/Script: set original caster for Paladin judgement triggered effects.ariel-
Fixes healing not reported for the paladin.
2016-10-29Script/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.
2016-10-29Codestyle.SnapperRy
2016-10-28Core/Scripts: fix Cobra Strikesariel-
2016-10-28Core/Scripts: fix Glyph of Mend petariel-
2016-10-28Core/Script: Messenger Torvus.SnapperRy
2016-10-27DB/SAI: Zebu'tan and Alys Vol'tyr's conversations.SnapperRy
Also add forgotten creature_template change in 145bf1d.
2016-10-26Core/Spells: use DamageInfo struct to calc spell absorbs and resists, and ↵ariel-
use calculated proc hitMask on aura ticks Closes #18135
2016-10-23Scripts/Trial of the Crusader: Fixed crash in Snobold Vassal script (#18124)Keader
Closes #18122
2016-10-21Fix non-PCH build.SnapperRy
2016-10-21Add forgotten override.SnapperRy
2016-10-21Script/Spell: remove cosmetic effect for Water Bucket item at login if it ↵SnapperRy
expired after the player logged out.
2016-10-17Core/Script: Fix improved drain soul mana return.ariel-
Ref #14859
2016-10-16Core/Scripts: fix static analysis issuesariel-
- Bonus: indentation fixes in zone_wintergrasp.cpp
2016-10-16Entities/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.
2016-10-15Fix warning.SnapperRy
Also, the quest's name is Arelion's Secret, not Arelion's Mistress.
2016-10-15Script/Quest: Arelion's Mistress.SnapperRy
2016-10-15Scripts/AzjolNerub: Make pulling Anub'arak a bit cleaner.treeston
2016-10-15Fix _DespawnAtEvade for other creatures to actually respawn said other ↵treeston
creatures. Also fix add aggro for Hadronox. Fixes and closes #18012.
2016-10-15Core/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.
2016-10-15[3.3.5] Core/Scripts: move npc_braug_dimspirit to SAI (#17853)tkrokli
Additional change: The answers have been changed from containing only names to include the text ` is my answer.` from the matching lines in `broadcast_text`. - added DB creature_text entries for Braug Dimspirit - added DB gossip_menu_option entries for this NPC - implemented NPC `Say` line in reply to the wrong answers - avoiding gossip exploits by turning off npcflags during talk - added conditions for showing gossip depending on quest status - removed deprecated SD comments in zone_stonetalon_mountains.cpp
2016-10-15Core/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
2016-10-15[WIP] Core/Scripts: Gnomish Mind Control Cap and Gnomish Universal Remote ↵tkrokli
(#17374)
2016-10-15Core/Scripts: Implemented right Snobold Vassal behavior on Gormok fight. ↵Keader
(#17934)
2016-10-14Core/Scripts Boss Lady DeathWhisper improvements (#17389)Gustavo
2016-10-14Core/Event: Change Midsummer Music container to vectorKittnz
2016-10-14Core/Event: Change Midsummer Music to search grid onlyKittnz
2016-10-14Script/Creature: Scarshield Infiltrator/Vaelan.SnapperRy
2016-10-12Core/Scripts: Fix runtime errorariel-
2016-10-11Core/Scripts: Implemented Blessing of the Eternals Earthliving proc chance ↵ariel-
increase
2016-10-11Script/Quest: Apply Heat and Stir.SnapperRy
Enjoy one of the most frustrating quests in Northrend!
2016-10-10Core/Scripts: don't check ghoul each update. Send proper text packet, so ↵ariel-
client replaces %s with DK name
2016-10-10Core/Spells: fix runtime errorariel-
Partial revert of 11650e4008871138cfec61f84e280adb2cdd2d5d
2016-10-10Core/Scripts: fix warning reported by MSVCariel-
2016-10-08Core/Scripts: added missing null checks for DamageInfo structariel-
2016-10-08Core/Scripts: fix some copy paste and indentation mistake in Chimera Shot scriptariel-
2016-10-08Core/Scripts: updated Lock and Load script with new hooks, DamageInfo might ↵ariel-
be null, so check for that too
2016-10-08Core/Wintergrasp: cleanup and codestyle.SnapperRy
2016-10-08Scripts/Azjol-Nerub: fix static analysis issuesjackpoz
2016-10-08Core/Scripts: Initialize rnd and remove where it was not neededKittnz
2016-10-08Core/Event: Pirate Day Music during the eventKittnz
2016-10-08Core/Event: Add Darkmoon Fair Music during the eventKittnz
2016-10-08Core/Event: Add Midsummer Music during the eventKittnz
2016-10-08Battlefield/Wintergrasp: improvements:SnapperRy
- Move Wintergrasp Keep guard spawns from core to db, removing all duplicates in the meanwhile. - Add Alliance Brigadier General inside the relic room. Closes #7593.
2016-10-07Core/Channel: revamp channel system (#17980)ariel-
* Core/Channel: change the way channels are stored and sent to client. - Fixes multiple channels per zone when using different locales - Connected clients will receive locally the name of the channel for their apropiate locale (if available) - In other cases default locale name will be sent, so as to prevent breaking channel chat for those players Closes #8411