aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-24Core/Movement: Final fix for MSG_MOVE_TELEPORTTrista
* Creator Subv, (thx to Shauren also who stated that this packed should be used when researchs were started) - You all should'be thankful, that bug was a real bitch * Fix creatures using NearTeleportTo (example Urom in Oculus, Skeram/Viscidus in AQ and Heigan in Naxxramas)
2012-12-24Core/BuildSystem: Added some more headers to the collisions project PCHSubv
2012-12-24DB/Conditions: Add missing condition for Attunement to the core for hordeMalcrom
Closes #5619
2012-12-24SQL: Rename in correct namesVincent_Michael
2012-12-24DB/SAI: correct some issues with Eliza's Grave DirtGacko
Closes #8709
2012-12-24Update src/server/game/Entities/Unit/Unit.cppMrSmite
Fix crash on "tame pet"
2012-12-24DB/reputation_reward_rate: Set correct daily quest reputation gain for ↵Malcrom
faction: The Kalu'ak
2012-12-24DB/Object: Add Warpwood Pod Spawns to Dire MaulMalcrom
2012-12-23DB/Creature: Malygos 25 mode fix. Also fix file extention on previous push.Malcrom
Closes #8658
2012-12-23DB/SAI: Val'kyr Taskmistress Combat AIMalcrom
2012-12-24Scripts/Quest: Gambling Debt and Words of PowerTrista
* Quest support for Gambling Debt. Closes: #3122 * Fix bugging script for Words of Power: Closes: #7349 * Fix codestyle that vs broke from: 8c82c075cc32451d62d32bd0cfb51d60168ea8c5
2012-12-24Scripts/Quest: Defending Wyrmrest TempleTrista
* insert complete db sniff support, appart from missing spawns * remove achievement from disables (supported by core - timed one) * insert core support for spells and the defender itself, since SAI makes it act weird (maybe in future when SAI get integrated someone will convert it) Closes #1861 on 90% (except spawns (there are enough, but a lot more needed and minnor stuff that are core side connected with vehicles spellcastresults)
2012-12-23Core/Spells: Spells that are usable while stunned should no longer have ↵Subv
problems with stun auras that don't apply any mechanic.
2012-12-23DB/SAI: Fixes quest: Hell Hath a FuryPitcrawler
2012-12-23DB/Players: Fix message sent when DND is enabledNay
Closes #8428 Also update some sql file names
2012-12-23Allow setting afk/dnd message in afk/dnd statestfx
Also use the same variable to store the message for AFK and DND Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-23Fix receiving whispers while being dndstfx
Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-23Core/Entities: Also send MSG_MOVE_TELEPORT to the playerSubv
2012-12-23Core: Fix warningGacko
boss_sindragosa.cpp:235: warning: unused parameter ‘killer’
2012-12-23Core/Entities: Missing change from previous commitSubv
Calling UpdateObjectVisibility() will make sure that the semi-far teleports (those where the destination position is not in direct sight) will work correctly.
2012-12-23Core/Movement: Fixed near teleports, big thanks to @Trista who basically ↵Subv
figured this out on his own.
2012-12-23Scripts/Icecrown Citadel: Fixed a possible crash in Blood Nova spell scriptShauren
Closes #7046
2012-12-23DB/Creature Text: Added sound & updated some texts with sniffed data for ↵Kinzcool
Millhouse Manastorm
2012-12-23DB/Creature Text: Added sounds for Warden MellicharKinzcool
2012-12-23Fix pets lagging behind and despawning by slightly adjusting speedMrSmite
if too far from owner. Closes #8740
2012-12-22DB: The Crusaders Pinnacle chain. Thx @ExodiusGacko
2012-12-22Merge pull request #8739 from MrSmite/PetAI_CanAttack_bugfixSubv
Fix a minor PetAI behavioral issue
2012-12-22Update src/server/game/Entities/Unit/Unit.hMrSmite
2012-12-22Update src/server/game/AI/CoreAI/PetAI.cppMrSmite
2012-12-22 Core/Spell: Last work on Shadows FateGacko
- Shadows Fate can now be applied by more than just one player at the same time. So on everyone who hits the unit the credit spell with the visual will be casted on death. - The AOE credit spells for the three infusion quests will be casted by the boss once. If this would be done on proc, these AOE spells could be casted up to 25 times. -> 25 AOE credit spells plus 25 Soul Feast credit spells equals Sh**
2012-12-22Core/Spell: Shadows Fate crash fixGacko
2012-12-22Core/Spell: Properly rewrite previous change: ↵Trista
80dcf879deb61198ff2c91d71887f0eae9acad68 * thx to @joschiwald for noticing problem and helping, see rest info in comment or previous fix
2012-12-22Core/Spells: TARGET_UNIT_MASTER passenger supportTrista
* what happened before was spells casted from vehicle to passenger getting blocked by general check exceptions that state passengers to be not implicitly spell hit, however they should be ignored when caster is vehicle to master passenger * fix a lot of quests that award kill credit that was blocked before * precisely closes: #8643 and makes #5254 awardable
2012-12-21Fix pet stopping approach when attacked by another creatureMrSmite
Fix pet placed on stay after "attack" not attacking new attackers Closes #8735
2012-12-22Core/Conditions: implement CONDITION_SOURCE_TYPE_SPELL_PROC and use it in ↵joschiwald
old and new proc system Usage: SourceTypeOrReferenceId: 24 - SourceGroup: always 0 - SourceEntry: spell id of aura which triggers the proc - ConditionTarget: * 0 - Actor * 1 - ActionTarget
2012-12-22Core: Fix more some codestyleVincent_Michael
2012-12-22DB/SAI: Finish off converting quest_end_scriptsTrista
* http://www.trinitycore.org/f/topic/7556-looking-for-people-to-convert-quest-end-scripts/ * fixup some timing errors I made on previous * someone has to kill table + core linking to it
2012-12-21Core: Fix some codestyle in 957571e18c4d6e5874ce1052ae49e4d0d21018beVincent_Michael
2012-12-21SQL: Fix "No newline at end of file" in af4f42383fb939ddb23b857e8f187ba17c07d814Vincent_Michael
2012-12-21DB/Conditions: Add conditions for Sigil of the Ebon Blade for only Lithe StalkerVincent_Michael
2012-12-21DB/Conditions: Add some conditions for spell targetsVincent_Michael
2012-12-21FixMislav Blažević
2012-12-21UpdateMislav Blažević
2012-12-21Core/Spell: Add missing break.Gacko
2012-12-20Core/Spell: Shadow's Fate conditionsGacko
Some of the quests only can be done in 25man mode
2012-12-20DB/Conditions: Fix typo in f4e7cde1b5c8e5f071c4cb650a1101e184ddf552 (argh ↵joschiwald
.... i've failed)
2012-12-20Script/AQ: Rewrite SkeramMislav Blažević
Add spell_target_position for Skeram Viscidus cosmetic fix Cosmetic fix Cosmetic fix .sql
2012-12-20SQL: Rename SQL merged in PRVincent_Michael
2012-12-20Merge pull request #8662 from MrSmite/ItemContainer_1.1Subv
Item Loot Saving
2012-12-20Core/Spell: Reimplement Shadow's Fate checkGacko