aboutsummaryrefslogtreecommitdiff
path: root/sql/base
AgeCommit message (Collapse)Author
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: 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-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-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
2010-08-08* Fix SQL errors, again thanks to Machiavelli.XTZGZoReX
--HG-- branch : trunk
2010-08-08[FIX] Intravenous Healing Potion. Thanks Gyullo.John Holiver
--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-07Added support for scripting achievement criteria checks using ↵Shauren
ACHIEVEMENT_CRITERIA_DATA_TYPE_SCRIPT (11) --HG-- branch : trunk
2010-08-07* Move all movable spell effects from core to DB. Needs DB support.azazel
* Fix some compile errors made in previous commits. --HG-- branch : trunk
2010-08-06Implemented Dalaran no-fly zoneShauren
--HG-- branch : trunk
2010-08-06Moved Pain and Suffering (47948) script effect to spell script.azazel
--HG-- branch : trunk
2010-08-06* Added outdoorpvp_template table (currently unused).XTZGZoReX
* Added DISABLE_TYPE_OUTDOORPVP (5) which can disable outdoorpvp_template entries. --HG-- branch : trunk
2010-08-06* Add ScriptName to conditions.XTZGZoReX
--HG-- branch : trunk
2010-08-06* Add ScriptName to game_weather.XTZGZoReX
--HG-- branch : trunk
2010-08-06Added ScriptName to battleground_template for script system rewriteShauren
--HG-- branch : trunk
2010-08-06Removed unused access_id from instance_template table (obsolete since ↵Shauren
access_requirement rewrite) Fixed build issues with my previous commit --HG-- branch : trunk
2010-08-06Added ScriptName to transports table for script system rewriteShauren
--HG-- branch : trunk
2010-08-06* Minor correction to world_database.sql.XTZGZoReX
--HG-- branch : trunk
2010-08-05Add forgotten proc flags in revision ed3790455dfd (9166)Shauren
--HG-- branch : trunk
2010-08-04Fixed pet talents: Guard Dog and SilverbackShauren
Removed pre-3.3.0 code for Improved Cower Closes issue #3198. --HG-- branch : trunk
2010-08-04Fixed Carrion Feeder pet talentShauren
Removed useless code for Wolverine Bite --HG-- branch : trunk
2010-08-03Fixed Heart of the Phoenix pet spellShauren
--HG-- branch : trunk
2010-08-03*Update spell_bonus_data for Garrote - by svetilo12.QAston
*Fix build. --HG-- branch : trunk
2010-08-02Move a couple of warrior spell dummy effect handlers to spell scripts.silinoron
--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-08-02Updated .pdump commandsShauren
Deleted (but kept in db) characters cannot be dumped --HG-- branch : trunk
2010-08-02Add selection weights to BG and Arenas. Will determine the selected BG/Arena ↵Spp
chosen using random BG/Arenas from the enabled list. Closes issue 2843 --HG-- branch : trunk
2010-08-01* I'm a firm believer that if you told a computer to make a variable ↵XTZGZoReX
'unsigned unsigned' it would blow up. --HG-- branch : trunk
2010-08-01*Use spell_ranks table in spell scripts to not duplicate data.QAston
--HG-- branch : trunk
2010-08-01*Disable spellpower/ap bonus for flametongue - by Visagalis.QAston
--HG-- branch : trunk
2010-07-31*Update ppm chance for Unbridled Wrath - by insider42.QAston
--HG-- branch : trunk
2010-07-31*Add data from r4bf7778333 to world_database.sqlQAston
*Add 22 sec internal cooldown to Lock and Load - by servet. --HG-- branch : trunk
2010-07-31Core/SQL: Fix character_database structure-creation - thanks to some ↵click
number-thingie@qq Closes issue 3181 --HG-- branch : trunk
2010-07-30Some forgotten changes.silinoron
--HG-- branch : trunk
2010-07-31Core/SQL: Add commentfield in battleground_templateclick
Support-data found on TDB : http://forum.trinitycore.org/forum/122-core-related-db-content/ --HG-- branch : trunk
2010-07-30Killed the last blob field (corpse)Shauren
--HG-- branch : trunk
2010-07-30Deleted data blob in item_instanceShauren
Fixed issues with displaying sockets/enchants/durability on heroic items --HG-- branch : trunk
2010-07-29Remade access_requirement table, now each difficulty mode for each instance ↵Shauren
has its own entry (for future Dungeon Finder development) Added completed achievement as new requirement type Removed obsolete access_id from areatrigger_teleport table Implemented automatic downscaling of raid difficulty when requested mode does not exist Changed dungeon_difficulty in characters table to instance_mode_mask saving both dungeon and raid difficulty in form (dungeon diff | raid diff << 4) --HG-- branch : trunk
2010-07-29Modified announce command to be more blizzlikeShauren
--HG-- branch : trunk
2010-07-28Fixed spellpower coef for Lifebloom final healShauren
--HG-- branch : trunk
2010-07-26* Implement reputation spillover via the databaseBrian
* Remove the nasty hack that we had to handle Vanguard Alliance / Horde * Expedition, and city spillover. * Needs DB data * Original patch by NoFantasy --HG-- branch : trunk
2010-07-26* Implement reputation reward rate for quest / creaturesBrian
* Need DB data for this to work * Original patch by NoFantasy --HG-- branch : trunk
2010-07-24*Add base scripting interfce for spells - thanks to Brian for help in making ↵QAston
it compile with GCC. *Add hook for handling spell effects in new scripting system. --HG-- branch : trunk
2010-07-24Modified spell_scripts table, it is now possible to add different scripts ↵Shauren
for each spell effect Allow SPELL_EFFECT_DUMMY spells to use spell_scripts --HG-- branch : trunk
2010-07-24* Add lootid output to .gobj info commandBrian
* Patch by Visagalis --HG-- branch : trunk
2010-07-24Fixed trauma/mangle stacking. Fixes issue #1460.Xanadu
--HG-- branch : trunk
2009-07-23Added missing data to world_database.sql forgotten in commit 9000._manuel_
--HG-- branch : trunk