aboutsummaryrefslogtreecommitdiff
path: root/sql/scripts
AgeCommit message (Collapse)Author
2010-12-03Core/Scripts: Implemented core script for quest "Stunning Defeat at the ↵_manuel_
Ring" (11300), original code from ScriptDev2 thanks to kiper for porting, also for a full functionality for this quest you need the DB scripts made by him. --HG-- branch : trunk
2010-12-03Scripts/Icecrown Citadel: Added script for Blood Queen Lana'ThelShauren
Scripts/Icecrown Citadel: Fixed Invocation of Blood announcement emote for Blood Prince Council Scripts/Icecrown Citadel: Fixed intro for Lady Deathwhisper Scripts/Icecrown Citadel: Fixed Bone Spike for Lord Marrowgar --HG-- branch : trunk
2010-12-01Core/Scripts: Implemented script for quest The hunt is on (11794)._manuel_
--HG-- branch : trunk
2010-11-21Core/Scripts: Add support for questID 25444 (Da Perfect Spies)click
--HG-- branch : trunk
2010-11-18Scripts/Icecrown Citadel: Changed spell timers for Lord Marrowgar, taken ↵Shauren
from sniffs Scripts/Icecrown Citadel: Converted texts to new TextMgr Scripts/Icecrown Citadel: General cleanup & coding style consistency Scripts/Icecrown Citadel: Added missing spell script names --HG-- branch : trunk
2010-11-16Add missing change in 10453Spp
--HG-- branch : trunk
2010-11-16Fix typo in sql fileSpp
--HG-- branch : trunk
2010-11-16Scripts: Fix quests "...Or Maybe We Don't" and "Smoke 'Em Out"Spp
Author: Lopin Closes issue 4741 --HG-- branch : trunk
2010-11-14Misc: Some engrish fixes, thanks to ZxBiohazardZx, closes issue 4740Shocker
--HG-- branch : trunk
2010-11-14Scripts/dustwallow marsh:Supabad
- Traitors Among Us - Discrediting the Deserters by lopin --HG-- branch : trunk
2010-11-03Core/Scripts: Added enum for generic script texts, fixed one broken textShauren
Scripts/Icecrown Citadel: Blood-Queen Lana'Thel will no longer spawn for Blood Princes intro if they were already killed --HG-- branch : trunk
2010-10-27Core/Scripts: Fix exploit in ToC5 where vehicles could be used arunningnak3d
multipassenger mounts anywhere. Thanks Aokromes from reporting --HG-- branch : trunk
2010-10-24Scripts/Icecrown Citadel: Added Blood Prince Council scriptShauren
Scripts/Icecrown Citadel: Festergut will not cast Vile Gas on melee targets if there are at least 3 (25 man: 8) ranged targets Scripts/Icecrown Citadel: Festergut and Rotface gates will close with delay (when Putricide reaches the balcony) Scripts/Icecrown Citadel: Replaced ASSERT(instance) with code disabling the AI if not inside instance Core/Spells: Fixed TARGET_DEST_TARGET_RANDOM usage Core/Scripts: Extended DamageDealt in AI to accept damage type as 3rd parameter Scripts/Quests: Fixed quest "Unholy Infusion" (24749) --HG-- branch : trunk
2010-10-24More missing script_texts by TomeSupabad
- Master Kelerun Bloodmourn - fix typo in previous commit - fix typo in script and apply some standards --HG-- branch : trunk
2010-10-21Core/Scripts: Uldaman improvements._manuel_
Uldaman now is near to 99% blizzlike, datas and events are fully rewriten. * Add save to instance. * Add support for quest 2240 (Hidden Chamber). * Archeadas Encounter more blizzlike. * Ironaya Event (and animation) now working for Horde and Ally. Author: D_Skywalk Closes issue #4431. --HG-- branch : trunk
2010-10-21More missing script_texts fixed by aokromesSupabad
--HG-- branch : trunk
2010-10-16Scripts/Icecrown Citadel: Added Professor Putricide scriptShauren
Scripts/Icecrown Citadel: Fixed Professor Putricide gate opening when both Rotface and Festergut are dead Scripts/Icecrown Citadel: Added script updating entries of NPCs at Light's Hammer depending on faction Scripts/Icecrown Citadel: Rotface should not pick main tank as target for Slime Spray (removed debugging code) Core/Spells/Conditions : Spell script target condition now accepts ConditionValue3 as affecting effect mask (only search targets with matching mask) --HG-- branch : trunk extra : rebase_source : 943e3bac5d9063974d7f7132f144e91946f825d4
2010-10-11Scripts: Added some more missing script texts. By Aokromes.azazel
--HG-- branch : trunk
2010-10-11Scripts/Ulduar: Boss RazorscaleSupabad
- Update Boss Razorscale thanks to PrinceCreed - harpoon event needs work - apply trinity coding standard to patch - change minor typo in Boss Ignis Thanks to Lopin --HG-- branch : trunk
2010-10-09More missing boss scripts texts by AokromesSupabad
--HG-- branch : trunk
2010-10-09Scripts/Icecrown Citadel: Added Rotface scriptShauren
Scripts/Icecrown Citadel: Corrected death speech for Stinky and Festergut Scripts/Icecrown Citadel: Fixed Boned! achievement conditions --HG-- branch : trunk
2010-10-08Scripts/Ulduar: Boss IgnisSupabad
- Update Boss Ignis thanks to snakeice for main patch - add support for spell slagpot thanks to Shauren and Linencloth - apply trinity coding standard to patch --HG-- branch : trunk
2010-10-07Scripts: Added some missing script texts for bosses. By Aokromes.Xanadu
--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-07SQL: fix typo in creature entry number for script npc_hodirs_furyrunningnak3d
Thanks gcanoca / georgiosburnham --HG-- branch : trunk rename : sql/updates/9814_world_scriptname.sql => sql/updates/9815_world_scriptname.sql
2010-09-07SQLs: Fixed typo in world_scripts_full, thx 0xFutureShauren
Closes issue #3857. --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-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-26Scripts/Icecrown Citadel: Added Teleporter scriptShauren
Scripts/Icecrown Citadel: Implemented achievements for Deathbringer Saurfang --HG-- branch : trunk
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-26Add sql´s in fulls and replace .txt file to .sql in previous commitSupabad
--HG-- branch : trunk
2010-08-25* Add support for quest 1393 (Galen's Escape), original code by ↵Shocker
przemratajczak, port by McBitter, closes issue 3463 * Fix typo in AuctionHouseHandler, thanks GriffonHeart, fixes issue 3609 * Forgotten thanks --HG-- branch : trunk
2010-08-22Core/Script/Spells: Trial of the CrusaderJohn Holiver
* Keep in mind that this is a WIP although is extremely playable as it is. * Known bugs are writen at the header of each file. * If u know how to correctly solve any of those bugs or found a new bug, please report and, if you may, provide a fix for us to review. * I'd like to thank all Trinity Community (in special, Shauren, QAston, Bio, Josh), rsa from SD2 for providing the base, all the ppl that helped me test and review so many many times. * I personally have been working on this code since TC was near rev 8000 so i will take a break from it to work on other stuff (specially cause most of the bugs i was unable to solve alone). * I'd like to strongly encourage others to provide the improvements that this instance need to become perfect. * FInally, this commit might have something missing... i'll recheck as soon as i wake up tomorrow morning. --HG-- branch : trunk
2010-08-21Scripts/Icecrown Citadel: Added Lady Deathwhisper script, huge thanks to ↵Shauren
wowgargamel for script parts, timers and sniffs Core/Scripts: Added GetPhaseMask() method to EventMap --HG-- branch : trunk
2010-08-19Vehicles: Prohibit entering vehicle in combat only if it is a ↵Shauren
multi-passenger mount Scripts/Icecrown Citadel: Changed Bone Spike id and remove teleport z+3 hack, its a vehicle, thx wowgargamel Scripts/Icecrown Citadel: Fixed typo in variable name, thx Paradox Scripts/Icecrown Citadel: Added warning emote for Bone Storm --HG-- branch : trunk
2010-08-18Scripts: Added script for Lord MarrowgarShauren
Added base script for Icecrown Citadel instance --HG-- branch : trunk
2010-08-13Moved battleground achievement scripted checks into scriptsShauren
Call ACHIEVEMENT_CRITERIA_TYPE_SPECIAL_PVP_KILL updates in code Implemented achievements: Save the Day, Quick Cap, Warsong Expedience --HG-- branch : trunk
2010-08-10*Fix typo in 9240 sql fileSpp
*Fix typo in my previous commit Note to self: next time review the changes, not just C&P the delete from 9240*.sql --HG-- branch : trunk
2010-08-10Fix typo in world_scripts_full.Spp
Closes issue 3367 --HG-- branch : trunk
2010-08-09achievement_criteria_data data type 11 is now handled by core team (as its ↵Shauren
purpose is scriptname only) Reimporting of SQL is not needed --HG-- branch : trunk
2010-08-07Remove useless hack for Leeeeeeeeeeeeeroy! achievementShauren
--HG-- branch : trunk
2010-08-07Implemented ACHIEVEMENT_CRITERIA_TYPE_BG_OBJECTIVE_CAPTUREShauren
Added support for "in single battleground" and "without dying" requirement to battleground achievements Add examples of scripting achievement (School of Hard Knocks, Storm Glory) --HG-- branch : trunk
2010-08-07* Some cleanups in world_scripts_full.sql.XTZGZoReX
* SQL updates for `battleground_template`.`Comment` (by Click), and `outdoorpvp_template` content. --HG-- branch : trunk
2010-08-02Moved spell_script_names data from world_scripts_full.sql to ↵teacher
world_database.sql, it is to be kept here from now on. Added missing data to fulls. Some cosmetic fixes to a couple of sql update files. No need to re-apply any sql file for this commit. --HG-- branch : trunk
2010-07-31Move SPELLFAMILY_PALADIN dummy spell effects for Holy Shock, Blessing of ↵silinoron
Faith, and Judgement of Command to spell scripts. --HG-- branch : trunk
2010-07-31Fixes many sql errors in the sql/scripts/ directory. Please devs don't just ↵Liberate
copy-paste the sql from the updates directory into these sql files. This might cause errors. --HG-- branch : trunk
2010-07-27Move dummy effect handlers for all SPELLFAMILY_HUNTER dummy effect handlers ↵silinoron
but Scatter Shot to spell scripts. --HG-- branch : trunk
2010-07-27Cleanup the mage spell scripts, and move SPELLFAMILY_PRIEST and ↵silinoron
SPELLFAMILY_ROGUE dummy effect handlers to spell scripts. --HG-- branch : trunk
2010-07-26Fix a typo in cmakelists and add spell_script_names to world_scripts_full.silinoron
--HG-- branch : trunk
2010-07-26Update Zul Farrak, add pyramid event. thanks to totoro requires db supportSupabad
--HG-- branch : trunk