aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
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-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-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-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-16DB/Scripts: Implemented creature_text for Trial of the ChampionVincent_Michael
2012-12-15Core/Script: Fix Dimensional Ripper spell learningFilip
2012-12-14Core: Fix non pch buildVincent_Michael
2012-12-14Core/Spells: Rename spell script scripts in correct script nameVincent_Michael
2012-12-14Scripts/Events/Achievement: fix 'Out With It'CeIa
Credits to @darkman1983 Closes #8211 Closes #8126 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-10Core/Hunter: Fix Call of the Wild targetsVincent_Michael
Closes #8618 Closes #8610
2012-12-10Fix crash in Blackfathom Deeps.WishToDie
Thx Vincent-Michail Closes #8557
2012-12-09Core/DB: Last fixes for creaturetext conversionGacko
2012-12-08Core/Scripts: Add missing creature_text for eregosVincent_Michael
2012-12-07Core/Scripts: Add missing creature_textVincent_Michael
2012-12-07Core/Scripts: Fix crash (need convert in sai)Vincent_Michael
2012-12-07Core/DB: Creature text for 22 script filesGacko
2012-12-06Core/DB: Creature text for 53 script filesGacko
2012-12-04Core/Hunter: Fix Furious Howl targetsVincent-Michael
2012-12-04Misc/Scripts: Some fixes for creature_textVincent-Michael
2012-12-04Core/Quest: Removed table quest_start_scriptsVincent-Michael
2012-12-04Core: Fix typoVincent-Michael
2012-12-03Core/DB: Creature text for 26 script filesGacko
2012-12-02Core/DB: Creature text for 37 script filesGacko
2012-12-01Core/Ulduar:Vincent-Michael
- Implemented kill credit for hodir and assembly of iron - Some cleanup
2012-12-01Core: Fix some warningsVincent-Michael
2012-12-01Merge pull request #8510 from Gacko/creaturetextblub
Core/DB: Creature text for 24 script files
2012-12-01Merge pull request #8522 from joschiwald/creature_textblub
Scripts/Ulduar: convert all script_texts to creature_text from this zone
2012-12-01Core: Fix more typos (thx Expecto)Vincent-Michael
2012-12-01Core/DB: Creature text for 24 script filesGacko
2012-12-01Scripts/Ulduar: convert all script_texts to creature_text from this zonejoschiwald
2012-11-30Scripts/Ulduar: cleanup Assembly of Ironjoschiwald
2012-11-30Core/Spells: Convert Replenishment in spell scriptVincent-Michael
2012-11-27Scripts/WailingCaverns: Remove hack for achievement "Wailing Caverns"Vincent-Michael
2012-11-27Scripts/HallsOfLightning: Remove hack for Volkhan "Shatter Resistant"Vincent-Michael
2012-11-27Fix typo (thx Trista)Vincent-Michael
2012-11-27Scripts/Naxxramas:Vincent-Michael
- Remove hack for Sapphiron "The Hundred Club" - Convert Sapphiron script_texts in creature_text
2012-11-27Core/Misc: Random changes here and there to minimize differences with 4.3.4 ↵Spp
branch
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-27Core: Fix warningsVincent-Michael
2012-11-27Merge pull request #8473 from Gacko/creaturetextShauren
Core/DB: Convert 25 more scripts to creature text
2012-11-26Core/DB: Corrections for creature text conversionGacko
2012-11-26Core/Scripts/Quests: Implement The Battle for Crusaders' Pinnacle.w1sht0l1v3
2012-11-26Core/DB: Convert 25 more scripts to creature textGacko
2012-11-25Core/Script: Remove Scourge Prisoner cpp script, handled by SAIVincent-Michael
2012-11-25Core/Scripting: Small cleanupVincent-Michael
2012-11-24Merge pull request #8423 from joschiwald/conditionsShauren
Core/Conditions: use proper SpellCastResult instead of Notification when CONDITION_SOURCE_TYPE_SPELL fails