aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-16DB/Achievement: Set proper map difficulty for achievement "Oh Novos!"Nyeriah
Closes https://github.com/TrinityCore/TrinityCore/issues/13150
2014-09-15DB/Misc: Respawn some npcs I did not mean to deleteDr-J
closes #13143
2014-09-15DB/Misc; SpawnsDr-J
Delete permament spawns of Frigid Ghoul and Frigid and get the npcs which attack these to cast the spells to summon them as they do in sniff.
2014-09-15Addition to ↵Dr-J
https://github.com/TrinityCore/TrinityCore/commit/43e209e3203fcbc83f81fdc0047a5a560f8d698e I could have sworn I already added broadcast texts to original sql but seems where missing,
2014-09-15DB/Gameobject: Revert flags for Ulduar TeleporterAokromes
By digz6666, closes #13126
2014-09-15DB/Quest: The Fate of BloodbaneDr-J
Ok, pushing this as is there are some cosmetic issues which need cpp support but since asked several times if someone could fix spell and still not done, The issue is cosmetic one where the omnious clouds spawn too close to ground,
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-14Core: Remove whitespaceVincent-Michael
2014-09-14DB/Vehicle: Update vehicle stuff for toc5Vincent-Michael
2014-09-14Merge branch 'mik1893/fear-vs-stun'jackpoz
Merge PR #13095 into master
2014-09-14Scripts/Commands: Fix ".npc info" immune mask outputjackpoz
Fix ".npc info" showing wrong immune mask list Fixes #12358
2014-09-14DB/Misc: Update spawn for toc5Vincent-Michael
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-14Core/Misc: Fix issues reported by static analysisjackpoz
2014-09-14Scripting/Spell Stand: Move this spell to spells generic.Malcrom
2014-09-14SQL: Fix sql importVincent-Michael
2014-09-14DB/Misc: Missing spawns/phasingDr-J
Phasing and missing spawns required for The Reckoning and Tirion's Gambit, Note this does not fix these quests it only deals with spawns, phasing, gossip and gossip conditions.
2014-09-14Rename SQLGacko
2014-09-14Rename 2014_09_13_05_335world_misc.sql to 2014_09_13_05world_misc_335.sqlDuarte Duarte
2014-09-14DB/Waypoints: Correct text of Artificer DaeloDuarte Duarte
Fixes #13130 Ref 27479cf571cf65c9e1657e9c4659
2014-09-13DB/Misc Cryo-Engineer Sha'heen (3.3.5)Dr-J
Fix Ethereal Transporter Control Panel in the mana-tombs to summon Cryo-Engineer Sha'heen http://www.wowhead.com/npc=19671 This npc is no longer summonable in game quest he gives was dropped in 4.3.
2014-09-13DB/Misc: Misc FixesDr-J
* Fix credit for researching gearmasters manual again as I somehow managed to omit this when I updated the event script to spawn him in proper position * Spawn Greatfather Aldrimus http://www.wowhead.com/npc=19698, only problem is this npc is meant to be invisible until player until player has completed quest chain starting with I see dead dreanei, in sniff have no auras on this npc, only thing in bytes1 is 0x10008 * Spawn Skyguard Prisoner http://www.wowhead.com/npc=23383, believe there should be more possibly pooled have sniff of 1 only * Drop Ragnaros Submerge Visual from Serfex the Reavers script, in sniff serfex did not cast this spell at all and actually had script to cast 2 submerge visuals but would always still be above ground,
2014-09-13Core/Quests: Don't display a message if the player doesn't meet the ↵Sebastian Valle Herrera
requirements for the next (automatic) quest in a chain.
2014-09-13SQL: Fix sql importVincent-Michael
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/Units: Take into account HoverHeight in IsWithinMeleeRangeccrs
Fixes #12059 Closes #13104
2014-09-13Core/BG: use new GetUniqueBracketID() method to store statisticsShinDarth
Closes #13122
2014-09-13SQL: Fix travis buildVincent-Michael
2014-09-13DB/Misc: Fix visual appearance for some quest flight pathsDr-J
Fix appearance of player when taking flight for As the Crow Flies and Spiritual Insight Link the spells which give transform (Stormcrow Shape for As the Crow Flies and Spiritual Insight for Spiritual Insight Script to remove this at end of path, the zangarmarsh one lasts about 5 seconds longer than flight path, but the dragonblight one has 1 min left at end so needed to remove that, Also dont know if anyone can think of a way of how to this but during as the crow flies the player is meant to receive a few whispers from ysiel during the flight path, If you search spell_dbc for as the crow flies you will find there are a number of auras with name as the crow flies whisper aura with different effect msic values and different durations ranging from 3 to 467 I have a feeling these are meant to trigger the whispers when the auras expire think the values in effectvaluemisc2 maybe event ids.
2014-09-13SQL: Update /dev/world_database.sqlDDuarte
Forgotten change of 27479cf571cf65c9e1657e9c465974449173dc3f
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/Misc: Refactor scripts to fix static analysis warningsjackpoz
Fifth batch of fixes targeting 100 issues reported by Coverity
2014-09-12DB/Quest: The Demoniac ScryerDr-J
Closes # 2610 Script for http://www.wowhead.com/quest=10838/the-demoniac-scryer
2014-09-12Core/WorldSocket: Refactored client packet header checkShauren
2014-09-12Core/Misc: Added const modifier to MessageBuffer::Write parameterShauren
2014-09-12DB/Gameobject: Allow to target 2 gameobjectsAokromes
Closes #13093, closes #13094
2014-09-12Core: Fix warningVincent-Michael
2014-09-12Core/NetworkIO: Set non blocking mode on sockets properlyShauren
2014-09-12Core/Skills: Fix rogue's lock pickingDDuarte
Fixes #12677 Closes #13111
2014-09-12Core/Quests: Only prompt the player to take the next quest in a chain if he ↵Subv
meets the conditions for that quest.
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.