aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
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
2010-12-21Scripts/Ulduar: Fix logic error in Tympanic Tantrum timer (XT-002)Machiavelli
--HG-- branch : trunk
2010-12-21Scripts/Ulduar: Fix slow effect on ¨A Pool of Tar¨ (Flame Leviathan encounter)Machiavelli
--HG-- branch : trunk
2010-12-20Oops, fixed compileShauren
--HG-- branch : trunk
2010-12-20Scripts/Silithus: Fixed some int -> float casts, should fix invalid coord errorShauren
--HG-- branch : trunk
2010-12-20Scripts/Temple of Anh'Qiraj: Fixed possible crash in mob_anubisath_sentinelShauren
--HG-- branch : trunk
2010-12-20Core/Auras: Allow stacking of auras proced from different itemsShauren
Closes issue #2296. --HG-- branch : trunk
2010-12-20Scripts/HoL:azazel
* fix Volkhan script: after losing 20% HP Volkhan is supposed to run back to his Anvil and smack it with his hammer. 3 Golems are supposed to fly out of it and spawn (by LethalInjectionX) Closes issue #3895 * fix instance doors to remain open after use (by msholto) Closes issue #4773 Both fixes tested and approved by Aokromes. NOTE: Do not forget the DB part of the commit! --HG-- branch : trunk
2010-12-19Scripts/Spells: Explicitly remove all other auras with the same id when ↵Shauren
applying Animal Blood (46221) --HG-- branch : trunk
2010-12-19Scripts/Trial of the Crusader: Fixed possible crashes in announcer gossipShauren
Closes issue #3850. --HG-- branch : trunk
2010-12-19Core: Rename spell attributes, use more general nameslinencloth
--HG-- branch : trunk
2010-12-19Scripts/Temple of Ahn'Qiraj: Its generally not a good idea to delete stuff ↵Shauren
before using it; fixed crash Closes issue #4357. --HG-- branch : trunk extra : rebase_source : b829284f60e2b55f8e79db72751252cc6619e59a
2010-12-18Scripts/Obsidian Sanctum: Removed unneeded code causing crashesShauren
Closes issue #5191. --HG-- branch : trunk
2010-12-18 Scripts/Obsidian Sanctum Add support for when encounter is in progress. ↵Supabad
thnx to kiper --HG-- branch : trunk
2010-12-17Fixed build i brokeShauren
--HG-- branch : trunk
2010-12-17Scripts/Vault of Archavon: Cleaned and simplified scripts, fixed Toravon's ↵Shauren
Frozen Orb summon count Closes issue #2857. --HG-- branch : trunk
2010-12-17Core/Scripts: Prevent double call to mob_acolyte_of_shadronAI::Reset() which ↵Machiavelli
applies encounter-related aura´s to certain creatures. Reset() was called from AIM_Initialize and prior to that the AI factory selector Update issue #5152 Please try to re-reproduce --HG-- branch : trunk
2010-12-17Core/Unit: Renamed addUnitState/hasUnitState/clearUnitState to ↵Shauren
AddUnitState/HasUnitState/ClearUnitState Core/Vehicles: Allow the vehicle to always damage the passenger (removed unneded dbc hacks from scripts) --HG-- branch : trunk
2010-12-17Core: Prevent using uninitialized memory in Lazy Peon script - patch by ge0rgclick
--HG-- branch : trunk
2010-12-16This not needed too, correctly checked with UpdateVictim().Anubisss
--HG-- branch : trunk
2010-12-16Make some cleanup.Anubisss
My thank goes to Az@zel for the code analysis. --HG-- branch : trunk
2010-12-16Core/Spells: Fix a possible crash in spell_hun_readiness_SpellScriptMachiavelli
--HG-- branch : trunk
2010-12-15Scripts/Icecrown Citadel: Removed WIP leftoversShauren
--HG-- branch : trunk
2010-12-15Scripts/Icecrown Citadel: Festergut's Gas Spore and Vile Gas should not ↵Shauren
happen at the same time --HG-- branch : trunk extra : rebase_source : dbb903afbfbfdee5c2c3ae0be7181508e0eca1b2
2010-12-15Core/Scripts: Novos the Summoner should only summon 4 Crystal Handlers._manuel_
--HG-- branch : trunk
2010-12-15Core: Some warning fixesSpp
--HG-- branch : trunk
2010-12-14Fixed compileShauren
--HG-- branch : trunk
2010-12-14Scripts: Fixed uninitialized variables, unreferenced parameters and virtual ↵Shauren
overrides --HG-- branch : trunk