aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-02-18Move gossip for Lore Keeper of Norgannon to db. Remove cpp script. Also ↵Malcrom
rename some incorrectly named sql updates.
2012-02-18Scripts/Spells: Convert code from Spell::EffectDummy to spell scripts.Kandera
2012-02-16Scripts/Icecrown Citadel: Remove obsolete code since spline movement ↵Shauren
implementation
2012-02-16Scripts/Spells: Missing break; and trailing whitespace (tss...)leak
2012-02-16Fix a lot of warningsSpp
2012-02-15Fixed crash in the Twin Valkyrs encounter in ToC. closes #4915Anubisss
2012-02-15Scripts/Auras: fix spell_trash_mob_glacial_strike script, original patch by ↵QAston
cemak. Closes #5196.
2012-02-15Core/Db/Conditions: Add new condition targets for:QAston
- CONDITION_SOURCE_TYPE_CREATURE_TEMPLATE_VEHICLE ConditionTarget = 1 - check vehicle - CONDITION_SOURCE_TYPE_VEHICLE_SPELL ConditionTarget = 1 - check vehicle - CONDITION_SOURCE_TYPE_GOSSIP_MENU = 1 - check gossip provider - CONDITION_SOURCE_TYPE_GOSSIP_MENU_OPTION = 1 - check gossip provider
2012-02-15Merge pull request #5244 from w1sht0l1v3/tocNay
Scripts/Trial of the Crusader: Removed "Touch of Jaraxxus" ability from Lord Jaraxxus's Script.
2012-02-14Scripts/Trial of the Crusader: Removed "Touch of Jaraxxus" ability from Lord ↵w1sht0l1v3
Jaraxxus's Script.
2012-02-14Volunteer's Work - fix by Vincent-MichaelGo6o
2012-02-14Codestyle: Renamed some variables to fit codestyle, corrected order in ↵Subv
structure/class fields to match alignment (they use slightly less memory now) Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-11DB/NPCs: Remaining Grizzly Hills gossipsPitcrawler
Scripts|SAI: Convert npc_kingdom_of_dalaran_quests to SAI Closes #4845
2012-02-10Scripts/Icecrown Citadel: Attempt to fix Sindragosa spawningShauren
2012-02-10Scripts/Icecrown Citadel: Fixed crash in spell_frostwarden_handler_order_whelpShauren
Closes #5129
2012-02-09Core/Spells: remove some workarounds about transform spells in corpse ↵QAston
explosion script.
2012-02-09Merge pull request #5160 from TrinityCore/dynamic_vmapsSubv
Added Dynamic Vmaps, RE-EXTRACT YOUR VMAPS
2012-02-09Core/Collision: Ported dynamic line of sight patch by Silverice from MaNGOS andSubv2112
added lots of improvements Please re-extract vmaps
2012-02-08From beginning of Sartharion encounter if Tenebron, Shadron and/or Vesperon ↵glkrlos
are alive the Spell Power of Tenebron, Shadron and/or Vesperon must be casted on all players, this occurs like retail.
2012-02-08Scripts/Noblegarden: Fix Spring Fling achievementszwerg
Closes #1070
2012-02-08Script/Holiday: Cleanup and fix possible crash from ↵kaelima
32b2fccf331e545b83e8e584a0eb4804539173c4
2012-02-07Merge pull request #5096 from devilcoredev/fix_005QAston
Core/AI: Fix a bug on some pets introdouced in commit 14bc551862d95d9827b1a17c0c16dcbc15691893
2012-02-08Scripts/Misc: Script Romantic Picnic BasketNay
- Fix achievement "Lonely?" - Added spell_holiday.cpp for spells related with holidays scripts - Closes #5116 :heart:
2012-02-07Scripts/Commands Send Global GM message when reloading waypoint_data table ↵Aokromes
like other reloads
2012-02-07Scripts&DB: Scripts and spawns for quest The Lifewarden's WrathNay
Closes #5120
2012-02-07Merge pull request #5061 from Souler/fix_tournament_questsJorge
Argent Tournament Quests: Mastery of...
2012-02-06Core/Misc:Matthew Goff
- Replace emote magic number by enum - Added all missing defines from AnimationData.dbc. Minor corrections to existing ones. Standardized some naming and updated cpp files as needed. - Correct a spell used in AQ Closes #3787 Closes #5095
2012-02-05Fix a bug introdouced in recent commit.Giuseppe Montesanto
2012-02-05Scripts/Quests: "Mastery of Melee", "Mastery of Shield-Breaker" and "Master ↵Souler
of Charge"
2012-02-05Merge pull request #5075 from devilcoredev/fix_004QAston
Core/AI: Fix pet and other types of minion pet attack on targets with Crowd Controls.
2012-02-04Merge pull request #5060 from Souler/fix_argent_tournament_spellsSubv
[Bug/Fix] Warriors and tournament mounts
2012-02-04Scripts/Spells: Change shapeshift check when players mounting on tournament ↵Souler
mounts. This should solve the problem with warriors and priests on shadowform not being able to mount up.
2012-02-04Fix pet/guardian and other types of minion pet attack on targets with Crowd ↵Giuseppe Montesanto
Controls.
2012-02-03Core/Entities: Rename UNIT_FLAG_OOC_NOT_ATTACKABLE and UNIT_FLAG_PASSIVE to ↵QAston
UNIT_FLAG_IMMUNE_TO_PC and UNIT_FLAG_IMMUNE_TO_NPC respectively. New names tell much more about what those flags do.
2012-02-03Core/Misc: Rename UNIT_STAT_* enums to UNIT_STATE_*Shocker
2012-02-01Merge pull request #5012 from Vincent-Michael/tocrShocker
Scripts/Trial of the Crusader: Some fixes for Beasts of Northrend: * Add missing MovementInform handler filters for Icehowl * Remove UNIT_FLAG_OOC_NOT_ATTACKABLE for Beasts of Northrend * Fix codestyle for Beasts of Northrend Closes #3193
2012-02-01Script/Spells: Solve problems with argent tournament spellsSouler
- Including cleanup in spell_generic
2012-01-31Scripts/Icecrown Citaldel: Fixed Bone Slice being used during first 10 ↵Shauren
seconds of the encounter after a wipe Closes #5020
2012-01-30Core/Script:Vincent-Core
* Add missing MovementInform handler filters for Icehowl. * Remove UNIT_FLAG_OOC_NOT_ATTACKABLE for Beasts of Northrend. * Fix codestyle for Beasts of Northrend.
2012-01-30Build System: Remove the 14month old source directories out of CMakeLists.txtsBootz
These were added back when trinity dropped framework...and are no longer needed. Signed-off-by: Bootz <Stage6Dev@EMPulseGaming.com>
2012-01-30Scripts/Icecrown Citadel: Professor Putricide will now remove Mutated Plague ↵Shauren
from players when dying
2012-01-30Scripts/Spells: Fix Argent Tournament mount spells:Souler
* Break-Shield * Charge * Defend (visual) * Mounted duel * Faction Pennants when riding argent tournament mounts Closes #4917.
2012-01-29Merge pull request #4981 from Souler/fix_omenShocker
Events/Lunar Festival: Fixed behaviour of Elune's Candle, Rockets and Rocket Clusters. Implemented AI for Omen and his summoning ritual. Closes #4939
2012-01-29Scripts/Spells: Fixed behaviour of Elune's Candle, Rockets and Rocket Clusters.Souler
Scripts/NPC: Implemented AI for Omen and his summoning ritual.
2012-01-29Core/Scripts: Rename pAI to aiNay
2012-01-28Merge pull request #4986 from LiMCrosS/patch-1Shauren
Scripts/Icecrown Citadel: Updated Sindragosa MovementInform hooks to match the movement generator type
2012-01-28Merge branch 'master' of github.com:TrinityCore/TrinityCoreShocker
2012-01-28ICC/Sindragosa: LiMCrosS
POINT_FROSTWYRM_LAND now is EFFECT_MOTION_TYPE
2012-01-28Scripts/Commands: Adjust .pinfo and .gm list to respect the realmid in ↵Subv2112
account_access table. closes #1306 Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2012-01-27Scripts/UK: Fixed crash. A better way must be implemented if there is any.Manuel Carrasco