aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-09-20Core/Spells: fixed Intervadejoschiwald
Closes #13171
2014-09-20Scripts/Auchindoun: Darkweaver SythNyeriah
- Despawn minions on death/reset - Misc clean up
2014-09-19Core/Commands: Fix displaying in .baninfo character command.xjose93
2014-09-19Core/Grids: Replace some magic numbers with constantsShocker
(P.S.: That's why! @cs_misc.cpp)
2014-09-19Scripting/Tanaris: added a few enumsMalcrom
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and ↵DDuarte
clear code)
2014-09-19Core/Misc: multiple changesjoschiwald
* fixed build * apply tc codestyle to ObjectGuid class * fixed warning
2014-09-18Core/Texts: added TextRange parameter to creature_textjoschiwald
Ranges: 0 - Normal (Default) 1 - Area 2 - Zone 3 - Map 4 - World Ref #13116
2014-09-18Scripts/Gundrak: cleanup InstanceScriptjoschiwald
* converted Gal'Darah and Moorabi to BossAI * add and correct some texts * fixed altar activation spell visual
2014-09-18Core/Scripts: implemented a guid map in InstanceScript, this way you can ↵joschiwald
easier store guids and access its objects
2014-09-16Core/Spells: Fix some -Wconversion warningsUnholychick
Attempt to fix #13152 by properly casting between data types during damage calculations.
2014-09-16Scripts/Quest: Script spell for quest "Fumping"Nyeriah
Updates https://github.com/TrinityCore/TrinityCore/issues/11418
2014-09-16Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCoreShauren
Conflicts: src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Player/Player.h src/server/game/Scripting/MapScripts.cpp src/server/scripts/Northrend/Naxxramas/instance_naxxramas.cpp src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp src/server/scripts/Northrend/Nexus/Nexus/boss_magus_telestra.cpp src/server/scripts/Northrend/Nexus/Oculus/boss_varos.cpp src/server/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_auriaya.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_ignis.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_razorscale.cpp src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_skadi.cpp src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_ymiron.cpp
2014-09-16Core/Logging: Fixed incorrect usage of guid in logsShauren
2014-09-16Core/Scripts: Fixed incorrect guid usage in logsShauren
2014-09-16Core/Scripts: Fixed incorrect guid usage in logsShauren
2014-09-16Core/Scripts: Fixed PCH buildShauren
2014-09-15Core/Scripts: Fixed build zone_* scriptsShauren
2014-09-15Core/Scripts: Fixed build of misc scripts, only zone_* and instance_* remainShauren
2014-09-15Core/Scripts: Fixed build of boss_* scriptsShauren
2014-09-15Core/Scripts: Changed GetGUID/SetGUID script hooks to operate on ObjectGuid ↵Shauren
class Fixed compile for boss scripts starting with letters B, C and D
2014-09-14Scripts/ToCR: Set Anub'arak's respawn delayNyeriah
* This needs to be done manually since he's a summon. Closes https://github.com/TrinityCore/TrinityCore/issues/10587
2014-09-14ScriptsShauren
* Introduced GetGuidData/SetGuidData to store guids in instance scripts (GetData64/SetData64 are still there) * CONDITION_INSTANCE_INFO: Changed existing DATA64 condition to GUID_DATA to preserve current use of this instance info type (most/all assume the data is a guid) and moved DATA64 to a different value - no db changes needed * Fixed compile in boss scripts starting with letter A
2014-09-14Core: Remove whitespaceVincent-Michael
2014-09-14Scripts/Commands: Fix ".npc info" immune mask outputjackpoz
Fix ".npc info" showing wrong immune mask list Fixes #12358
2014-09-14Scripts/Misc: Some code style fixes for old codeNyeriah
2014-09-14Scripts/OnyxiaLair:Nyeriah
- Potential null pointer crash fix - Reset react state properly on wipes during air phase
2014-09-14Scripting/Stand spell: Remove UNIT_FIELD_FLAGS change from spell script.Malcrom
2014-09-14Scripts/Commands: Fixed build with -DSCRIPTS=0Shauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-09-14Scripting/Spell Stand: Move this spell to spells generic.Malcrom
2014-09-13Scripts/Misc: Fix issues reported by static analysisVincent-Michael
2014-09-13Scripts/CoS: Salarmm rewritten to BossAI/EventMapMitchesD
2014-09-13Core/Chat: cleanup MonsterText methodsjoschiwald
2014-09-13Script/CoS: Fix quest credit for mal ganis (but @Aokromes like more HACKS)Vincent-Michael
2014-09-13Scripts/UtigardePinnacle: Use a generic spell to calculate the damage for ↵Nyeriah
Dark Slash instead Thanks to @Vincent_Michael for the heads up
2014-09-13Scripts/UtgardePinnacle: King YmironNyeriah
- Updated to EventMaps - Replaced manual summons with proper spells - Fixed glitch where boss would resume fight/run back to his main target before the ancestor summon roleplay was over (it might still need few adjustments i.e fire on boat is currently missing) - Implemented damage calculation for spell Dark Slash (http://www.wowhead.com/spell=48292) as previously the spell would do no damage and it's BasePoints is 0
2014-09-13Core/Scripts: Nuke db_script_string table and make SCRIPT_COMMAND_TALK with ↵DDuarte
broadcast_text instead Original code by @Ascathor with modifications Closes #13092
2014-09-13Core/Entities: Use new PackedGuid classShauren
2014-09-13Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Fifth batch of fixes targeting 100 issues reported by Coverity
2014-09-12Merge pull request #12927 from MitchesD/misc_3MitchesD
Scripts/CoS: implemented Infinite Corruptor, improvements in instance sc...
2014-09-12Remove mount vendor cpp scriptDr-J
2014-09-12Scripts/CoS: implemented Infinite Corruptor, improvements in instance script ↵MitchesD
and Meathook converted to BossAI Guardian of Time should have some text, but I have not found anything in sniff. Also the whole event needs to be rewritten and improved.
2014-09-11Core: Fix typo in cec2cc806b418997f387bf1324454b7b76b9f0faVincent-Michael
2014-09-11a correctionDr-J
2014-09-11Remove a Gossip Script which is already in DBDr-J
Remove script for Khadgar all of the gossip menus and options are already in db and this is only a gossip script, will deal with db stuff in next commit
2014-09-11Scripts/Misc: some small changes after recent commitsMitchesD
2014-09-11Scripts/AV: Drekthar updated to EventMapsNyeriah
2014-09-11Scripts/Gundrak: Eck the Ferocious updated to EventMap/BossAINyeriah
- Moved his spawn handling to instance script
2014-09-10Scripts/AV: Captain Galvangar updated to EventMapsNyeriah