aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2013-06-26Core/Spells: Fix shaman talent "Telluric Currents"Vincent-Michael
2013-06-25Core/Spells: Fix shaman talent "Rolling Thunder"Vincent-Michael
thx to @oMadMano for base script
2013-06-24Core/Spells: Fix warrior ability "Rallying Cry"Vincent-Michael
thx to @timh52280 for base script Closes #10088
2013-06-23Core/Spells: Fix shaman talent "Tidal Waves"Vincent-Michael
Note: Drop charges for critical effect need fixing
2013-06-23Merge fixupsShauren
2013-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2013-06-23Scripts/Spells: Removed obsolete scaling mount scriptsShauren
2013-06-23Core: Fix warningVincent-Michael
2013-06-22Scripts: Fix some typosVincent-Michael
2013-06-22Scripts: Convert DoCast(me->GetVictim(), SPELL_XXXXX); in ↵Vincent-Michael
DoCastVictim(SPELL_XXX);
2013-06-22Scripts: Add missing code and fix codestyleVincent-Michael
2013-06-22Core/Scripting: Fix previous commitMalcrom
2013-06-22Core/Scripting: Update Boss Akilzon Script to use EventsMalcrom
2013-06-21Core/Scripting: Renamed Dark Portal scripts to The Black MorassMalcrom
2013-06-21Core/Scripting: Updates to Dark Portal Instance ScriptingMalcrom
2013-06-21Core: Fix buildVincent-Michael
2013-06-21Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
Conflicts: src/server/scripts/Northrend/zone_zuldrak.cpp
2013-06-21Core/GameEvent: Add log for game_event_creature/game_event_gameobject ↵Vincent-Michael
contains creature/gameobject not found in table creature/gameobject table
2013-06-21Core: Fix warnings and some cleanupVincent-Michael
2013-06-20Core/Scripting: Add spell script for vendor bark triggerMalcrom
2013-06-20Core/Scripting: Add spell script for spell 55945 Spectator - Cheer TriggerMalcrom
2013-06-19Scripts: Prevented several KilledUnit texts to yelled for non-players such ↵kaelima
as pets
2013-06-18Core/Scripting: Some updates to Zul'Drak scripts.Malcrom
2013-06-18Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2013-06-18Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2013-06-18Core/Spells: Fix mage talent "Nether Vortex"Vincent-Michael
thx to @Souler for base script
2013-06-18Core/Objects: Refactored MovementInfo structureShauren
2013-06-18Core: Fix warningsVincent-Michael
2013-06-18Scripts/Misc: Use new movement flag setting methods in scriptsShauren
2013-06-18Core/Scripting: Updated Quest: Troll Patrol: The Alchemist's Apprentice ↵Malcrom
scripting
2013-06-18Core/Scripting: Cleaning of unused/obsolete stuffAokromes
2013-06-17Core/Scripting: Remove double check. Thanks joschiwaldMalcrom
2013-06-17Scripting: Quest: Troll Patrol: The Alchemist's ApprenticeMalcrom
2013-06-17DB/Quests: Fix Reunited, Dark Horizon, closes #6246 closes #8979Pitcrawler
2013-06-17Core/MMAPS: Update recastnavigation!kaelima
* Complete changelog can be found at http://code.google.com/p/recastnavigation/ * Adjusted a few config values Important: * New mmaps extraction is required * Folder size will be increased
2013-06-16Core: Fix build and some failsVincent-Michael
2013-06-16Core/Spells: Fix shaman talent "Feedback"Vincent-Michael
Note: For Chain Lightning need more fix
2013-06-16Core/Spells: Fix shaman lava surge procVincent-Michael
2013-06-16Script: Add proper spell to Lake Frog script.Malcrom
2013-06-16Fix sql naming on previous files.w1sht0l1v3
Correct faction template for Nexus Drake Hatchling and initialize a variable in script.
2013-06-15Script: Updated Murmur to use events.Malcrom
2013-06-15Scritp: Updated Boss_Blackheart_the_Inciter to use events.Malcrom
2013-06-15Scripts/ZulAman: Add emote for creature_textVincent-Michael
2013-06-15Script: Update Boss_Grandmaster_Vorpil script to use events.Malcrom
2013-06-15Script: Fix a couple quest credit hacks.Malcrom
2013-06-15Script: Fix errors in previous commit.Malcrom
2013-06-15Script: Update Grizzly Hills Zone Script to use Events.Malcrom
2013-06-15Scripts/ZulAman: Fix non pch build and warningsVincent-Michael
2013-06-14Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2013-06-14Scripts/ZulAman:Vincent-Michael
- Hard reset for old scripts - Add pre Event (is not complete) - Some cleanup