aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2010-09-18Core/Spells: Allow a priest's Mana Burn to break fear.silinoron
Patch by dr.tenma. Fixes issue #3985 --HG-- branch : trunk
2010-09-18Scripts/Eastern Kingdoms/Scarlet Enclave: Fix some display issues.silinoron
Patch by Ramor. Fixes issue #2503 --HG-- branch : trunk
2010-09-18Scripts/Spelsl: improve 24751 Trick or Treat spell and implement 24750 Trick ↵azazel
spell. --HG-- branch : trunk
2010-09-17Scripts/Spell: implement script effect of spell 24751 Trick or Treat ↵azazel
(specially for Malcrom) --HG-- branch : trunk
2010-09-17Core: Cleanup locale handling.linencloth
It also fixes the recent problem of strange strings. --HG-- branch : trunk
2010-09-16Scripts/Quest: Fixed Quest 12019 (Last Rites), patch by Kuidin1@mail.ruShauren
Closes issue #3952. --HG-- branch : trunk
2010-09-16Scripts/Quests:azazel
* add support for quest 12634 Some Make Lemonade, Some Make Liquor (implement 51840 spell and Adventurous Dwarf AI, thanks akadabeer) * implement dummy effect for 49587 Seeds of Nature's Wrath spell (used in quest 12459 That Which Creates Can Also Destroy) * implement dummy effect for 19512 Apply Salve spell (used in quest 6124/6129 Curing the Sick) Scripts/Misc: some cleanup in chat log Core/Locales: fix issue when default locale for trinity_string strings was not used (thanks Aokromes for testing). --HG-- branch : trunk
2010-09-14Core/Vehicles: Removed hacky setting entry for multi-passenger mountsShauren
Core/Pools: Fixed compile --HG-- branch : trunk
2010-09-13Scripts/Deadmines: Fix OnUse hook usage, thanks zaphod, closes issue 3942.Shocker
Note: If you spot similar errors (forgotten changes for hooks) in other scripts, please report them --HG-- branch : trunk
2010-09-12Core/Quests: Fixed remaining issues with quest crediting (note: previous ↵Shauren
commits did not introduce issues, only revealed them) Core/DBLayer: Fixed more compile warnings Core/Spells: Corrected code style from revision 634af79146 Closes issue #3956. --HG-- branch : trunk
2010-09-12Cleanup/Core: Remove whitespace and tabsclick
--HG-- branch : trunk
2010-09-10Scripts/Violet Hold: Fix event start by initializing event phase variable, ↵Shocker
closes issue 2874, thanks PivoNRoll --HG-- branch : trunk
2010-09-10Scripts/Violet Hold: Azure Saboteur should stick to opening the prison ↵Shocker
portals only, thanks PivoNRoll/amu.cng, closes issue 3930 --HG-- branch : trunk
2010-09-09Scripts/Icecrown Citadel: Fixed compile warningsShauren
--HG-- branch : trunk
2010-09-08Core/Spells: Fixed PvP Trinket / Every Man for Himself / Will of the ↵Shocker
Forsaken shared CD, fixes issue 1872, based on dr.tenma's patch --HG-- branch : trunk
2010-09-08Core/Spells: Fix Permanent Feign Death spells to be used in creature_addon aurasShocker
--HG-- branch : trunk
2010-09-08Core/Scripts: Use same standard for all GetInstanceScript's, closes issue 3890Shocker
--HG-- branch : trunk
2010-09-08Typo fixes, closes issue 3885, thanks zaphod & ParadoxShocker
--HG-- branch : trunk
2010-09-07Script: Fix crash in boss_tharon_ja.Trazom62
Fixes issue #3356. --HG-- branch : trunk
2010-09-07Core/Script/Item: fix urand range in Six Demon Bag.Trazom62
--HG-- branch : trunk
2010-09-06Core: Fix some warningsSpp
--HG-- branch : trunk
2010-09-05Buildsystem/Scripts: Include examples as part of compilation (forgot that ↵click
they are referenced in the ScriptLoader) --HG-- branch : trunk
2010-09-05BuildSystem/ALL: Remove unused custom code (most are duplicated as in examples)click
+ remove fileglobbing for scripts (less error-prone) + Create proper lists per "scriptsection" NOTE! This change requires new files (cpp/h) to be MANUALLY ADDED to <type>/CmakeLists.txt --HG-- branch : trunk
2010-09-05Scripts/Forge of Souls: Bronjahm should only cast Spirit Bolts if tank is ↵Shauren
not within melee range during phase 1, patch by Ottowayne Closes issue #3657. --HG-- branch : trunk
2010-09-05Cleanup: Some typo fixes, closes issue 3798, thanks tru.bazoozoo and LopinShocker
--HG-- branch : trunk
2010-09-05Scripts/Texts:azazel
* fix script texts in various locations (thanks TerrorBringer for the heads up). Closes issue #2055. Closes issue #3087. * cleanup world_script_texts.sql file (remove spaces, order entries) Scripts/Misc: * remove obsolete random seed initialization from scripts * fix some warnings in scripts * some cleanup in chat_log.cpp --HG-- branch : trunk
2010-09-04Core/ScriptSystem: Refactor ScriptMgr::OnPlayerChat to no longer accept a ↵silinoron
C-style parameter of type void*. Instead, use overloaded methods for the different types. --HG-- branch : trunk
2010-09-02Core/Players: Don't set instanceId to 0 when player is on transport during ↵Shauren
loading, there CAN be transports inside instances Core/Scripts: Added waypoint id to OnRelocate transport hook Core/Scripts: Make use of ZoneScript::GetGameObjectEntry at gameobject creation (makes it possible to override gameobject entries in instances) Core/Transports: Call InstanceScript::EventInform for transport events Core/Transports: Use guid from db for transports, not just its entry - adds partial support for instancing them (still cannot use transports table for it, but can spawn manually now) Scripts/Icecrown Citadel: Fixed crash in Deathbringer Saurfang when event is started by more than one person (can't do this anymore) Closes isssue #3749. --HG-- branch : trunk
2010-09-04Scripts/Ulduar: Ulduar TeleporterSupabad
- add check for formation grounds thanks to silentstormpt - fix gossip for ulduar teleporter --HG-- branch : trunk
2010-09-04Spell Scripts:azazel
* moved some generic spell dummy effects to scripts * implemented two spell scripts for quests: 8913 Sacred Cleansing (Quest 55), 44936 Quest - Fel Siphon Dummy (Quest 11515). Closes issue #3040 * did some cleanup in spell scripts and added more comments --HG-- branch : trunk
2010-09-03Fix snake's HP for hunter's Snake TrapShocker
--HG-- branch : trunk
2010-09-01Scripts/Blackrock Depths: fix spectral chalice spawning for quest with the ↵azazel
same name (thanks niksad8). Closes issue #3086. Closes issue #2989. --HG-- branch : trunk
2010-08-31Small fix to Chimera Shot Serpent dmg and Scorpid CD.John Holiver
Thanks to Arcane. --HG-- branch : trunk
2010-08-30Scripts/Icecrown Citadel: Added Festergut script, thx Cromash for providing ↵Shauren
the base and Cyrax for sniffs Scripts/Icecrown Citadel: Added Professor Putricide script handling ONLY Festergut related events --HG-- branch : trunk
2010-08-31Scripts/Icecrown Citadel: Remove Mark of the Fallen Champion when Saurfang diesShauren
Scripts/Icecrown Citadel: Change previous scripts to use BossAI instead of ScriptedAI --HG-- branch : trunk
2010-08-31Core/Scripts: Revert revision 619ba8b76250 and fix it properlyShauren
--HG-- branch : trunk
2010-08-31Better way to fix some warnings from rev 621c100eeb.Spp
--HG-- branch : trunk
2010-08-31Core: Fix more warnings (very few left under linux 32)Spp
--HG-- branch : trunk
2010-08-30Core: Fix more warningsSpp
--HG-- branch : trunk
2010-08-30Core: Fix more warningsSpp
--HG-- branch : trunk
2010-08-29Spell Scripts:azazel
* add new file spell_item.cpp for spells used by items (but not by quests) * move some dummy effects of generic spells to scripts * implement spell for quest 12937 Relief for the Fallen. Closes issue #3070 --HG-- branch : trunk
2010-08-29Fixes gossip scripts or points of interests of npc's with a Scriptname ↵Liberate
assigned to them. This fixes guards in Major cities. Thanks to Aokromes for testing. Thanks to click for converting all the scripts to work with this change. --HG-- branch : trunk
2010-08-28Buildsystem: Update CMakeLists to use the proper check, not the old one...click
--HG-- branch : trunk
2010-08-27Scripts/Icecrown Citadel: Added hacky workaround for teleporting spells ↵Shauren
because their default target is not supported by current grid system Scripts/Icecrown Citadel: Mark Gunship event as complete on Lady Deathwhisper's death (temporary, until transport system will fully allow scripting the event) --HG-- branch : trunk
2010-08-26Scripts/Icecrown Citadel: Added Teleporter scriptShauren
Scripts/Icecrown Citadel: Implemented achievements for Deathbringer Saurfang --HG-- branch : trunk
2010-08-26*Fix usage of EffectValueMultiplier in spell code.QAston
*Remove some obsolete code from spell class. *Rename some spellmod and dbc column names to be more accurate. --HG-- branch : trunk
2010-08-26Core/Scripts: Added possibility to disable default aura effects for the ↵Shauren
whole duration of aura (PreventDefaultAction works per script call, PreventDefaultEffect is global) Scripts/Icecrown Citadel: Corrected aura scripts for new PreventDefaultEffect, thx QAston for pointing it out SQL: Corrected name for 9599 vehicle accessory SQL: Fixed import errors in 9600_world_script_texts.sql by Supabad --HG-- branch : trunk rename : sql/updates/9599_vehicle_accessory.sql => sql/updates/9599_world_vehicle_accessory.sql
2010-08-21Scripts/Icecrown Citadel: Add script for Deathbringer Saurfang (only missing ↵Shauren
alliance outro due to need of spawning and moving a transport) Scripts/Icecrown Citadel: Corrected Lord Marrowgar, should no longer target tanks with Bone Spike Graveyard, his Coldflame should now spread properly Core/Scripts: Moved Lady Deathwhisper Mana Barrier handler to scripts Core/Scripts: Allow AuraScript to prevent default effects by effect index Core/Scripts: Added Is25ManRaid() method to ScriptedAI, obviously used to check if raid is 25man Core/Achievements: Pass m_caster to UpdateAchievementCriteria for ACHIEVEMENT_CRITERIA_TYPE_BE_SPELL_TARGET --HG-- branch : trunk
2010-08-26Core/scripts: proper core support for quest Trolls Is Gone CrazySupabad
--HG-- branch : trunk
2010-08-26Core/scripts: core support for escort Stinkys Escape!Supabad
Thanks to Kiper --HG-- branch : trunk