aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-19Merge branch 'master' into 4.3.4Spp
Conflicts: src/server/game/Globals/ObjectMgr.cpp src/server/game/World/World.h src/server/scripts/Kalimdor/moonglade.cpp
2012-12-19SQL: Fix sql import problemsVincent_Michael
2012-12-18Core/AuctionHouse: Partially revert 3cf260068809 to keep compatibility with ↵Nay
the "AHBot patch" Note: Trinity needs/wants an auction house bot in the core but for that to happen AHBot needs to be rewritten (possibly using Mango's implementation as a base)
2012-12-19DB/SAI: Convert more quest_end_scriptsTrista
* 12657, 12597 ,10988, 10850, 10447 and 9565
2012-12-18Misc/Script: Convert winter veil mistletoe event in saiVincent_Michael
2012-12-18Core/AuctionHouse: Fix a possible auctionhouse crashMrSmite
2012-12-18Core/Script: Add missing changes in c364c367b1682f8f587fe2ca48dc9affb26cbfa0Vincent_Michael
2012-12-18DB/SAI: Fix quest: The Key of Warlord Zol'Maz, closes #8564Pitcrawler
2012-12-18Core/Script: Fix some codestyle and warningsVincent_Michael
2012-12-18Core: Fix non pch buildVincent_Michael
2012-12-18Core/DB: Assign texts to correct creaturesGacko
Also convert some never used script texts to creature text for future use. Some scripts or Talk() calls need to be implemented first. Solves #8659
2012-12-18Implement Viscidus AQ40Mislav Blažević
Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-18Core: Fix typosVincent_Michael
2012-12-18Core/Character: Fix logic fail with world state in ↵Vincent_Michael
b2928e59fa8334e91dfa1a5951fade5b574b5842
2012-12-18Core/Account: Add logs for password change and fail change passwordAokromes Name
2012-12-18Core: Fix non pch buildVincent_Michael
2012-12-18Server/Quest: Convert quest_end_script and drop of some c++Trista
* drop off c++ script of Clintan Dreamwalker ID: 22834 * convert quest_end_script of 10964 to SAI * rewrite and add bigger event support * add a checker to his summon so the spirit script can trigger event alone (I didn't try to rewrite next quest...) Closes: #8689
2012-12-18Core/Spells: Fix a typo in Bombing Run questsTrista
* no idea how this number left like this for so long unseen, good it filters 1 target
2012-12-18DB/Scripts: Implemented creature_text for Infinite CorruptorVincent_Michael
2012-12-17DB/Spells: Fix support for Preserved HollyTrista
* it needs to trigger reindeer transformation used by Fresh Holly, while has a side core check already handled. This needs to happen in the same time and not after. * traced the auras are same from sniffs and the mechanic * now Fa-la-la-la Ogri'La should be completeble for all (tested all normal cases) Closes: #4333
2012-12-17Core/Scipts: Missed changes from 7be13b6fda29daf825e24bffe6095d0a987afce1Shauren
2012-12-17Merge branch 'master' into 4.3.4Spp
Conflicts: src/server/game/AI/CoreAI/PetAI.cpp src/server/game/Entities/Player/Player.cpp src/server/game/Handlers/QuestHandler.cpp src/server/game/Spells/SpellEffects.cpp src/server/scripts/EasternKingdoms/stormwind_city.cpp
2012-12-17Core/Scripts: Fixed crash on shutdownShauren
2012-12-17Core/Quest: Optimize and clean more last commitTrista
* thx to @Gacko and @click for pointing out problems and give suggestiosn * Sorry for the mess, forgot I can make more changes after initial change, this should be final... * https://github.com/TrinityCore/TrinityCore/commit/48141bbfa6887095f5b4a687ca3bde516c751771
2012-12-17SQL: Fix sql import problemsVincent_Michael
2012-12-17Core: Remove tabs, fix whitespace and fix nonPCH properly (5am, too late for ↵click
this stuff...)
2012-12-17Core: Fix non-PCH build againclick
2012-12-17Core/Quest: Song of Wind and WaterTrista
* cleanned a bit and edited old @Treak fix, credits go to him, the quest will* work 100% blizzlike when target_unit_master #8643 gets a fix for vehicle. What concerns the quest is done. I've already fixed the core kill_credit issue, but needs to be discussed. * leaving the vehicle_AI until they get integrated correctly to SAI, this can be easily converted after. Currently need to make some hacks to make it work close to good if using SAI. (specificly terrain acts weird at that place) Closes: #5424
2012-12-17Core/Player: Fix buildNay
2012-12-17Core/Scripts: Adding script hooks to allow for third party scripts to modify ↵Carlos Vargas
damage dealt. Originally from the VAS Autobalance script, slightly modified. Only addresses Spells, Dots, and Melee Damage. I'll have look at the current modules on ways of doing this but, Environmental Damage(fire/lava/drowning), Fall Damage, and Potentially AoE aren't covered by these. Closes #7867 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-17DB/ToC: correcting a typo at immunities added at 1f9db80b69379f3tibbi
Closes #8641 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-16Merge pull request #8131 from flippy84/masterNay
Core/Script: Heigan phase 2
2012-12-16Merge pull request #8667 from Kirkhammett/engi_fixNay
Core/Script: Fix Dimensional Ripper spell learning
2012-12-16Merge pull request #8565 from Trista/masterTrista
Core/Creature: Update template - reinitialize spell bar for vehicles
2012-12-16Merge pull request #8681 from xomachine/masterNay
Core/PetAI: Emote and autocast fixes
2012-12-17Core/Creature: Update template - reinitialize spell bar for vehiclesthesensei
* update template didn't change spell bar for players if on vehicle that updates it's template, initialize spells was needed * combined with faction changing, since when update is called player faction is ignored and it should be changed to his (based on sniffs) * the idea of this automated check inside fix SAI problems mainly, because there you have nothing to use to reinitialize the bar - closes #5254
2012-12-17Core/Items: DestroyItemCount also searches bankRoc13x
Closes #8240 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-17Core/Battlegrounds: Fix one typo from e6c763f4337cfe4ab673bb17.Warpten
2012-12-17Core/Spells: Correct effect index check for Earth's GraspShocker
2012-12-17Core/Guilds: Fixed guild news spam related to guild level-up.Warpten
2012-12-17DB/SAI: Fix quest: Foundation for Revenge, closes ↵Pitcrawler
https://github.com/TrinityCore/TrinityCore/issues/8621
2012-12-16DB/Scripts: Implemented creature_text for Trial of the ChampionVincent_Michael
2012-12-16DB/Winter Veil: Add "Red Rider Air Rifle" at "Clockwork Assistant <Jepetto's ↵Vincent_Michael
Companion>" and "Jepetto Joybuzz <Toymaker>"
2012-12-16DB/Creatures: Add corrects hover for Vyragosa and ChillmawVincent_Michael
2012-12-16DB/Cleanup: actually remove the quest_end_scripts and correct a questid in ↵ZxBiohazardZx
previous push
2012-12-16DB/SAI: Convert some more quest_end_scriptsZxBiohazardZx
2012-12-15Core/PetAI: Fix Ghouls emotionsxomachine
Correction IDs of COWER and ROAR emotions for ghoul.
2012-12-15Core/PetAI: Fix pet's self-jumpingxomachine
Fix issue, when pet autocast leap-like spells on itself
2012-12-15DB/SAI:Trista
EAI -> SAI conversion for Urom adds Closes #8644 Fix quest: Whelps of the Wyrmcult Closes #8650 Remove npc immunity for Galen's Escape Closes #4942
2012-12-15DB/Pathing: Various improvements to Ashenvale:baric
Add formation for Alliance Elites pathing in Barrens Closes #8629 Add pathing for Lady Vespia Closes #8630 Add pathing for Prince Raze Closes #8631 Add pathing for Rorgis Jowl Closes #8632 Add pathing for Branch Snapper Closes #8633 Add pathing for Akkrilus Closes #8634 Add pathing for Terrowulf Pack Lord Closes #8635