aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
AgeCommit message (Collapse)Author
2010-08-30Immolate and Unstable Affliction can't stack anymore when casted by same ↵Shocker
caster, thanks Karolis.Rudzevicius, fixes Issue #2246. --HG-- branch : trunk
2010-08-30* Include needed SQL data for Lord Marrowgar / Deathbringer SaurfangShocker
* Small SQL correction from a previous commit, MySQL doesn't allow default value for a LONGTEXT on Windows, unlinke Linux where it's only a warning --HG-- branch : trunk
2010-08-29Rewrite much of the GM ticket systemsilinoron
* Extract storage and manipulation of tickets to TicketMgr (from ObjectMgr) * Extract ticket commands to TicketCommands.cpp * Adds support for sending GM responses and GM surveys. * Fix structure of several ticket-related packets. * Add support for understanding lag reports. * Thanks Zor for some of the packet structures, and Cyrax for some sniffs * Please report any issues encountered via the tracker. --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-28Implement .reload all_gossips, .reload quest_poi, .reload ↵Shocker
locales_gossip_menu_option. Original code by VladimirMangos, ported by Ramus. Closes issue #3466, issue #3637 and issue #3477 --HG-- branch : trunk
2010-08-27Remove previously renamed SQL-updates - they're part of 9632, not 9631 - hg ↵click
retardedness ftw. --HG-- branch : trunk
2010-08-27Rename sql files of rfce5b5c2182c to the correct revision number.Liberate
--HG-- branch : trunk
2010-08-27Updates the arena rating system to use Matchmaker Rating.Liberate
The arena_team_stats sql in this commit sets all ratings to 0. You start with 0 Team Rating and 1500 Matchmaker Rating. Personal rating is moved to character_arena_stats, and will not reset when disbanding an arena team. This new system is based on all the info I could get, but Blizzard didn't leak much info about the new system. At least this system is really close to the official system. Any issues found should be reported in an issue. Huge thanks go to Aokromes for the intensive testing he has done with me. Also thanks to Parzival for hearing me out and giving his ideas. Fixes issue #3189 --HG-- branch : trunk
2010-08-26Scripts/Icecrown Citadel: Added Teleporter scriptShauren
Scripts/Icecrown Citadel: Implemented achievements for Deathbringer Saurfang --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-26Add sql´s in fulls and replace .txt file to .sql in previous commitSupabad
--HG-- branch : trunk
2010-08-26Core/scripts: core support for escort Stinkys Escape!Supabad
Thanks to Kiper --HG-- branch : trunk
2010-08-26Core/scripts: core support for escort Mark V is Alive!Supabad
Thanks to Schmoozerd from sd2 --HG-- branch : trunk
2010-08-26Scripts/Ulduar: More work on Flame Leviathan (still WIP)Supabad
- Add support for shutdown and repair events --HG-- branch : trunk
2010-08-26Fix Item - Icecrown Dungeon Melee Trinket (Needle-Encrusted Scorpion), fixes ↵Shocker
issue #3599 --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-25* Move Paladin Judgement bonuses to spell_bonus_data, thanks deltapower.incShocker
* Avoid code duplication by moving spell interrupt code for jump effects to a common function for both EffectJump and EffectJumpDest, thanks devthenecro --HG-- branch : trunk
2010-08-24Add support for vehicle scaling based on item level.silinoron
Requires database data. Fixes issue #2754 --HG-- branch : trunk
2010-08-24* Forgotten stack rules for rev f69fb2d3e0, thanks svetilo12Shocker
* Fix a crash in rev a972aa682b --HG-- branch : trunk
2010-08-24* Remove some old checks in aura stacking and change default stack rule to trueShocker
* Add stacking rules for Mark/Gift of the Wild, Power Word/Prayer of Fortitude, Prayer of/Shadow protection NOTE: Although highly unlikely, this *might* cause some stacking problems until we properly define rest of the stacking rules in spell_group, so report any stacking issues * Some missing lads from THANKS file --HG-- branch : trunk
2010-08-24Fix Shaman T10 Ele 2P. Big thanks to Dr.Tenma!!!John Holiver
Fix Warrior T10 Melee 2P. --HG-- branch : trunk
2010-08-23Fix typo in SQL file name.silinoron
--HG-- branch : trunk
2010-08-23Forget to save the file before pushing. Sorry. =pJohn Holiver
--HG-- branch : trunk
2010-08-23Fix Spirit Walk adding the remove imparing movement effect.John Holiver
--HG-- branch : trunk
2010-08-23Fix several Idols, Relics, Librams and Sigils.John Holiver
Thanks also to Arcane. --HG-- branch : trunk
2010-08-23Fix Warlock, Rogue and Hunter T10 Bonuses.John Holiver
Thanks also to Arcane. --HG-- branch : trunk
2010-08-23Fix Shaman Tier BonusJohn Holiver
* T9 Ele 4P * T10 Res 4P * T10 Enh 2P * Partially, T10 Ele 2P (need some way to send ¨decrease CD¨ msg to client) --HG-- branch : trunk
2010-08-24*Add AuraScript class for scripting aura objects - scripts are registered ↵QAston
same way as SpellScripts, bound to SpellScriptNames table. For more details see example_spell.cpp and SpellScript.h *Rename SpellHandlerScript to SpellScriptLoader, EffectHandlerFn to SpellEffectFn, HitHandlerFn to SpellHitFn, SpellScript::EffectHandlers to SpellScript::OnEffect, these changes were neccesary to prevent namespace collisions, happily you can solve these by simple find and replace *Make spells 66244 and 5581 example scripts. --HG-- branch : trunk
2010-08-23Fixes Mage T10 bonus. Thanks to Dr.Tenma. Close issue #3423John Holiver
--HG-- branch : trunk
2010-08-22* Some consistency changes.silinoron
* Move spell 6962 to spell scripts and make sure to set deathstate. --HG-- branch : trunk
2010-08-22Typo from prev commitJohn Holiver
--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-19Fix typo in SQL (yet again, now with correct spell id)azazel
--HG-- branch : trunk
2010-08-19Fix typo in SQLazazel
--HG-- branch : trunk
2010-08-18Scripts: Added script for Lord MarrowgarShauren
Added base script for Icecrown Citadel instance --HG-- branch : trunk
2010-08-18Core/spells: move 20425 Guarded by the Light spell from Warlock spells to ↵azazel
Paladin spells. PS Well, this spell used to be in SPELLFAMILY_WARLOCK case, so it seems it never worked before. And that's why I added it to Warlock spells. --HG-- branch : trunk
2010-08-17Add support for recruit-a-friend XP and reputation multipliers.silinoron
More research needs to be done to implement summoning and granting levels. --HG-- branch : trunk
2010-08-18Add more methods to SpellScript.azazel
Spells cleanup: move spells from the core to scripts. * Shaman spells: 39610 Mana Tide Totem, 1535 Fire Nova (and ranks) * Death Knight spells: 55090 Scourge Strike (and ranks), 49158 Corpse Explosion (and ranks), 50524 Runic Power Feed * Druid spells: 54846 Glyph of Starfire * Warlock spells: 6201 Create Healthstone (and ranks), 47422 Everlasting Affliction, 47193 Demonic Empowerment, 63521 Guarded by The Light * Hunter spells: 37506 Scatter Shot, 53412 Invigoration, 53209 Chimera Shot * Quest spells: 45449 Arcane Prisoner Rescue (quest 11587), 46023 The Ultrasonic Screwdriver (quest 11730). Closes issue #3068 Clean old code for hunter's Heart of the Phoenix, move script effect of hunter's Master's Call to corresponding script. Move DK's Hungering Cold to spell_scripts table (needs DB support) --HG-- branch : trunk
2010-08-17Core/SQL: Correction on SQL-file, make sure the SQL is properly formatted ↵click
with a ; in the end. --HG-- branch : trunk
2010-08-17Core: Add support for reloading gossip_scripts + add missing SQL for earlier ↵click
inserted commands (gossip_menu and gossip_menu_option) Thanks to Kaelima Fixes issue 2433 --HG-- branch : trunk
2010-08-17FIxes sql syntax on previous commit. Of course, if you don't save the file ↵teacher
before committing...yet again two revs for one update, and I have had coffee! --HG-- branch : trunk
2010-08-17Proper insert statement for 9421_world_command.sql (also help description ↵teacher
needs an update). Re-import it if you already have imported it a first time. Added recent sql update to full. --HG-- branch : trunk
2010-08-16Rename .goname to .appear, .namego to .summon, and .groupgo to .groupsummon. ↵silinoron
Also do some cleanup in Level1.cpp. Fixes issue #3451 --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-12SQL: Rename SQL-file from [9332] to reflect the db it belongs toclick
--HG-- branch : trunk rename : sql/updates/9332_spell_proc_event.sql => sql/updates/9332_world_spell_proc_event.sql
2010-08-12Minor sql cleanup, no need to re-apply anything.teacher
--HG-- branch : trunk
2010-08-10Added internal cooldown for the following (both heroic and normal versions):Shauren
Althor's Abacus Corpse Tongue Coin Dislodged Foreign Object Phylactery of the Nameless Lich Whispering Fanged Skull Ashen Verdict rings --HG-- branch : trunk