aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2011-09-19Compile fixShauren
2011-09-19Scripts/Icecrown CitadelShauren
* Traps after Deathbringer Saurfang will not turn off anymore * Fixed Valithria Dreamwalker adds not attacking players Closes #2343 Closes #2485 Closes #2815
2011-09-18Core/Build: Fix non-PCH buildsclick
2011-09-18Scripts/Icecrown CitadelShauren
* Suppresser adds will not melee attack Valithria Dreamwalker (they still can do that to players) * Changed DoZoneInCombat calls on summons to randomly selected target from summoner's threat list as the former fails if there is noone within 50 yards Closes #3094
2011-09-18Edited src/server/scripts/Northrend/Ulduar/ulduar/boss_flame_leviathan.cpp ↵Machiavelli
via GitHub
2011-09-18Scripts/Ulduar: Fix timer issues in Flame Leviathan script, thanks to Svannon. Machiavelli
(Edit via github)
2011-09-18Scripts/Shadow Labyrinth: Fix wrong target of Incite Chaos spellAokromes
2011-09-17Core/AI: Replace many Unit::IsHostileTo with Unit::IsValidAttackTarget or ↵QAston
Creature::canCreatureAttack.
2011-09-16Core/Entities: Replace Unit::canAttack usage with more accurate ↵QAston
Unit::IsValidAttackTarget
2011-09-16Scripts/Icecrown Citadel:Shauren
* Mark of the Fallen Champion should be a debuff * Fixed periodic damage taken from Twisted Nightmare on heroic difficulties of Valithria Dreamwalker encounter
2011-09-16Core: Cleanup in MiscHandler::SendAreaTriggerMessage and warning fixesSpp
2011-09-15Misc/Util: Add a template function for returning a random element from any ↵Shocker
container
2011-09-15Core/Spells&GOs: Fix Ritual of Doom.Nay
Thanks QAston and Shocker for helping. Closes #2535
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with ↵Spp
some exceptions)
2011-09-15Scripts/TOC: Anub'arak should enrage after 10 minutes, not 15. By telsamat. Nay
Closes #2289
2011-09-14Merge pull request #2991 from megamage/masterQAston
Core/Entities: Do not call AddObjectToRemoveList(Pet*) in Map::MoveAllCreaturesInMoveList() - Closes #2892. Scripts: Fix a crash in npc_brunnhildar_prisoner script. Closes #2825.
2011-09-14Core/DataStore: Add struct for LiquidTypeEntry.dbc, unused for now.kaelima
2011-09-13Core: Minor cleanups (here and there)Spp-
- Fix warning - Fix some typos - Correct upper 'for' limit in LoadSkillLineAbilityMap - Remove use of magic number in a query related to security levels
2011-09-12Temp fix of crash caused by npc_brunnhildar_prisoner script. Solve #2825, ↵megamage
#2880 and #2772.
2011-09-12Script/Oculus: Fix yells of Drakos.Nay
Closes #831
2011-09-12Core/ScriptedAI: remove ScriptedAI::CanCast function which is not ↵QAston
functioning properly (compare that func with Spell::CheckCast to see how it should work) and is unused. Closes #2275.
2011-09-11DB/NPC: Spawn npc 25589 and fix some issues in its core script.ZxBiohazardZx
Closes #784.
2011-09-11Core/Unit: Define UNIT_FLAG_UNK_0 as UNIT_FLAG_SERVER_CONTROLLED and remove ↵QAston
related redundant creature_template data.
2011-09-09Conditions/DisableMgr: converted from singleton to namespace with free ↵Spp-
functions.
2011-09-08Merge pull request #2930 from Fredi/cleanKaelima
Core/Scripts: Code style and cleanups in npc_special.cpp
2011-09-08Core/Scripts: Correct a wrong spell id used in ZGNay
2011-09-08Fix a typo in 327fe7c than changed the logic of a function and simplify ↵Spp
IsXXXAccount functions
2011-09-08Core: Define helper functions to know if an account is Player, Moderator, ↵Spp-
GM, Admin or Console
2011-09-08AccountMgr singleton converted to namespace with free functions as it has no ↵Spp-
internal state
2011-09-07Fix typo in 9d90c8245bfbfec8d821e25283643bd67f5bfeae and unintended change ↵kaelima
in b08900d033b51632e9adef8cb227a71a1061be5f.
2011-09-07Scripts/Ruby Sanctum: Remove unneeded spellscript for Baltharus.kaelima
Also let his clone cast enervating brand. Thanks Shauren.
2011-09-07Core/OutdoorPvp: Remove usage of "friend class ..." (Use functions to access ↵Spp-
private members)
2011-09-06Core/Scripts: Code style and cleanups in npc_special.cppFredi Machado
- Removed hungarian notation - moved types before the const keyword - applied TC code style - some code cleanups
2011-09-05Merge pull request #2889 from Kiperr/masterKaelima
Small visual correction
2011-09-03Scripts/Vault of Archavon: Earth, Wind & Fire achievement - by ↵QAston
idostyle@zoit, with some spell attribute correction to the patch by me.
2011-09-03Core/Achievements: Fixed some Alterac Valley achievements:horn
- Stormpike Perfection - Frostwolf Perfection - Everything Counts
2011-09-03Fix build after recent pull merges.QAston
2011-09-03Core/Script: Mootoo the Younger should stand befoure start escortkiper
2011-09-03Merge pull request #2852 from Chaplain/cleanup2QAston
Core/Misc: Cleanup - remove unused variables, add some const modifiers to functions, fix process of args in vmap3_extractor
2011-09-03Merge pull request #2778 from KoffeinKaio/masterQAston
Fixed spellid's from Zul'Gurub encounters High Priest Thekal and Bloodlord Mandokir (&adds).
2011-09-03Merge pull request 'Fix quest New Recruit(13143) & Fix quest King of the ↵QAston
Mountain(13280&13283)' from Kiperr/TrinityCore
2011-09-03Merge pull request: The Val'kyr Twins Clean up and Implements from ↵QAston
'Drethek/master'
2011-09-03Scripts/Icecrown Citadel: Despawn Rot worms when reseting Valithria DreamwalkerShauren
Closes #2875
2011-09-03Some missed thingsShauren
2011-09-02Oops, missed this (could have caused crashes)Shauren
2011-09-02Scripts/Icecrown CitadelShauren
* Replaced custom check classes with new Trinity::UnitAuraCheck * Rotface will no longer select separate players for each effect of Mutated Infection Closes #2866
2011-09-02Twin Val'kyr - Summon Portals before spawn Val'kyrsNevan
2011-09-02Twin Val'kyr - Do not enter in combat on startNevan
2011-09-02Scripts/Icecrown CitadelShauren
* Despawn all kind of summons when Blood Prince Council encounter finishes * Properly remove Delirious Slash debuff on all difficulties * Increased delaying events when Blood-Queen Lana'thel's air phase happens, she should no longer cast anything before flying * Remove Mutated Infection debuff when Rotface dies
2011-09-02Typo on last commitNevan