aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2011-01-06Scripts/Naxxramas: Fix raid mode dependant spawn points of Zombie spawns ↵Socolin
during the Gluth encounter. Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-01-06Scripts/Naxxramas: Patchwerk's hateful strike can, however, hit the main ↵Machiavelli
tank if no other targets are in melee range. Thanks to Tassader for pointing out
2011-01-06Scripts/Zul'Gurub: High Priest Thekal will no longer die inbetween his two ↵Sarjuuk
phases Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-01-06Scripts/Scarlet Enclave: Quest 12801 - Respawn required Adds on Mograine RespawnOttowayne
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-01-06Scripts/Naxxramas: Patchwerk's hateful strike should not hit the main tankExordian
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-01-06Scripts/Molten Core: Remove a redundant health-check in majordomo executus ↵Machiavelli
script. Thanks to Lopin for pointing out.
2011-01-06Scripts/Sholazar Basin: Fix quest 12645sarjuuk
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-01-06Scripts/Northrend: Creature script for npc 29639, related to quest 12856sarjuuk
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-01-06Scripts/Molten Core: Ragnaros gets spawned after Majordomus dies. Majordomus ↵sarjuuk
gets spawned by killing everything else. Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-01-03Core/Pit of Saron: Fixed crash in spell_exploding_orb_hasty_grow spell ↵Shauren
script, fixed player name in Mark of Rimefang announcement
2011-01-03[Scripts/Trial of Crusade] Fix some typos on Twin Valkyrs script. Thanks to ↵leak
Drethek.
2011-01-03Scripts/Pit of Saron: Fixed Krick and Ick outro and Scourgelord Tyrannus scriptShauren
2011-01-03Fix a typo in Bonker Togglevolt's (25589) script.nucleartux
Make failed the correct quest if the NPC die which is Get Me Outa Here! (11673). Signed-off-by: Anubisss <anubisss210@gmail.com>
2011-01-02Core/Scripts: Added wrapper method for despawning creatures DespawnOrUnsummonShauren
2011-01-02Scripts/Trial of the Crusader: Reverted temporary crashfix from ↵Shauren
51b46987c3d5bc14f67ea6370e759f6b0bfd61c3 and fixed it properly
2011-01-02Core/Spells: Cleaned up Shaman 4P Enhancement and Paladin 2P Retribution set ↵Shauren
bonus code SQL: Added missing sql for that revision, thx cyberbrest Closes #12
2011-01-02Scripts/Icecrown Citadel: Fixed boss requirement check logic, thanks ↵Shauren
JohnHoliver for pointing it out Signed-off-by: Shauren <shauren.dev@gmail.com>
2011-01-02Fix T10 Bonus for:John Holiver
- Paladin 2P Retribution - Shaman 4P Enhancement
2011-01-01Scripts: Implemented virtual function DoCastSpellOnPlayers ↵Shauren
(self-explanatory) and CheckRequiredBosses checking states of other bosses before allowing combat with selected one Scripts/Icecrown Citadel: Added checks to prevent skipping bosses
2011-01-01Scripts/Pit of Saron: Rewrite Pit of Saron instanceDark0r
Signed-off-by: Shauren <krzysiek.7.5.4@gmail.com>
2011-01-01Update copyright note for 2011.Machiavelli
Happy new year.
2010-12-31Core/Items: Implemented spell penetration stat on items and use it from ↵Shauren
enchantments, original patch by zergtmn
2010-12-31Scripts/Trial of the Crusader:John Holiver
1) Fix Leeching Swarm damage and create spell difficulty links to code. Closes issue #4909 . 2) Fix Valkyr's Touch. Closes issue #4553 . 3) Fix Permafrost aura difficulty check. 4) Reduce Slime Pool damage range. 5) Avoid Shaman Champion Heroism spam using 5 minutes (CD) as timer. 6) Fix many spell target selection to only select players (no more totens or pets). 7) Fix Anub'arak Spike being able to receibe the permafrost aura in order to cast spike fail, hopefully.
2010-12-30Core/ScriptSystem: Add OnEffectManaShield and AfterEffectManaShield hooks to ↵QAston
AuraScript class. Usage of these is the same as similar Absorb hooks. Scripts: Move Incanter's Absorbtion script from Unit::CalcAbsorbResist to AuraScript.
2010-12-30Core/Unit: Move spell specific code from Unit::CalcAbsorbResist to AuraScripts.QAston
2010-12-29Scripts/Trial of the Crusader: Despawn Snobold Vassals on Gormok deathShauren
2010-12-29Scripts: Correct function registration of ↵Machiavelli
spell_dru_moonkin_form_passive_AuraScript, fix intendation in world_database.sql Author: QAston
2010-12-28Scripts/Trial of the Crusader: Correct spell id for spinning strike. Also ↵Machiavelli
remove a redundant comment (Vehicle for Mistress of Pain was fixed in http://code.google.com/p/trinitycore/source/detail?r=90ff8ab964f3ec3a8bcee939878505cdea84cebc) --HG-- branch : trunk
2010-12-27Core/Unit: Big cleanup in Unit::CalcAbsorbResistQAston
Core/AuraScript: Fix compile time check for AuraScript functions Remove AuraApplication from hook functions parameter list, use GetTarget() and GetTargetApplication() instead Add OnEffectAbsorb hook Scripts: move handlers of Spell Deflection, Savage Defense, Primal Tenacity, Nerves of Steel, Astral shift from core to scripts. --HG-- branch : trunk
2010-12-27Scripts/Trial of the Crusader: Made instance script a more readable, fixed ↵Shauren
early despawning of worm boss Closes issue #3915. --HG-- branch : trunk extra : rebase_source : 7c086f0859bec23e53b2f9f9b2c458c48b9940df
2010-12-27Scripts/Icecrown Citadel: Removed vehicle hacks for Bone SpikeShauren
--HG-- branch : trunk
2010-12-26Scripts/Ulduar: Implement script for General Vezax encounter.Machiavelli
Based on original patch by Lopin -- thank you! --HG-- branch : trunk
2010-12-26Core/Player: Split RemoveQuest into 2 separate functionslinencloth
--HG-- branch : trunk
2010-12-26Scripts/Serpentshrine Cavern: Fixed "The Lurker Above" achievement and ↵Shauren
removed hacks for the event --HG-- branch : trunk
2010-12-26Core/QuestStatus:linencloth
- Separate rewarded quests from active quests, and store them in a new table to reduce database size - Drop the no longer needed `rewarded` column from character_queststatus for smaller table size - Prevent filling the database with dropped quests - Delete useless records - Implement queststatus save "queues" instead of states - Minor optimizations WARNING: Backup your database! --HG-- branch : trunk
2010-12-25Scripts/Ulduar: Despawn trigger for towers when towers are destroyed. ↵Machiavelli
(Allows proper spawn linking) --HG-- branch : trunk
2010-12-25Scripts/Spells: Added support for Red Rider Air Rifle (item 46725)Shauren
--HG-- branch : trunk
2010-12-25Core: Fix a few warnings here and there.click
--HG-- branch : trunk
2010-12-24Fix buildMachiavelli
--HG-- branch : trunk
2010-12-24Scripts/Orgrimmar: Remove a not finished quest script. Proper quest support ↵Machiavelli
will be included in a future TDB release. Author: Nay --HG-- branch : trunk
2010-12-24Core/Entities:Machiavelli
- Rename creature_linked_respawn to linked_respawn - Update functionality: add field ´linkType´. ** 0 = creature respawn dependant on creature (default) ** 1 = creature respawn dependant on gameobject ** 2 = gameobject respawn dependant on gameobject ** 3 = gameobject respawn dependant on creature --HG-- branch : trunk
2010-12-24Scripts/HoL: fix Ionar dispersing into sparks (by tassader1000) Closes issue ↵azazel
#4573 Fix tested and approved by Aokromes and kiper. NOTE: Do not forget the DB part of the commit! --HG-- branch : trunk
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ↵Shauren
because of inconsistent naming) --HG-- branch : trunk
2010-12-22Core: Get rid of dirty operator workaround for ACE_Singleton class ↵Shauren
implementation --HG-- branch : trunk
2010-12-22Core/ObjectMgr: Static members are no longer accessed through singletonShauren
--HG-- branch : trunk
2010-12-22Scripts/Ulduar:Machiavelli
- Fix Rune of Summoning + use correct spell for Lightning Elemental passive + fix a crash - Fix Rune of Power - thanks to Shauren for spell target help (see DB data) ** Note: Aura system bug causes Rune of Power aura to be reapplied every 0.5 second - Prevent engaging bosses one by one - Respawn bosses if encounter failed - Fix supercharge appliance and stacking - Add a few missing changes to instance data saving fix from a85e26e211 - Cleanup --HG-- branch : trunk
2010-12-22Scripts/Ulduar: Typo fix for Gravity Bomb from XT-002 Deconstructor, thanks ↵Shocker
to georgiosburnham, closes issue #5226 --HG-- branch : trunk
2010-12-21Typo, thanks Shauren for spottingMachiavelli
--HG-- branch : trunk
2010-12-21Script/Ulduar:Machiavelli
- Fix instance data loading from DB - Return correct guid for GetData(TYPE_HODIR) Thanks to Socolin for reporting the errors --HG-- branch : trunk
2010-12-21Scripts/Ulduar: Remove a silly coordinate based reset condition in Ignis scriptMachiavelli
--HG-- branch : trunk