aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-25Renamed the SQLs to reflect correct revision after the merges.Xanadu
--HG-- branch : trunk rename : sql/updates/7692_world_creature_template.sql => sql/updates/7694_world_creature_template.sql rename : sql/updates/7692_world_gameobject_template.sql => sql/updates/7694_world_gameobject_template.sql rename : sql/updates/7692_world_item_template.sql => sql/updates/7694_world_item_template.sql rename : sql/updates/7692_world_npc_text.sql => sql/updates/7694_world_npc_text.sql rename : sql/updates/7692_world_page_text.sql => sql/updates/7694_world_page_text.sql rename : sql/updates/7692_world_quest_template.sql => sql/updates/7694_world_quest_template.sql rename : sql/updates/7694_world_npc_trainer.sql => sql/updates/7697_world_npc_trainer.sql rename : sql/updates/7694_world_npc_vendor.sql => sql/updates/7697_world_npc_vendor.sql
2010-03-25MergeXanadu
--HG-- branch : trunk
2010-03-25Fixed Forbearance. Also self-cast LoH will now correctly prevent Avenging ↵Xanadu
Wrath for 30 s. Closes issue #1270. Thanks to _manuel_ for research. --HG-- branch : trunk
2010-03-25BlackRock Depths: Some improvements, by antihristsTartalo
Fix Tomb of Seven event Fix Shadowforge braziers GO handling for Magmus --HG-- branch : trunk
2010-03-25MergeTartalo
--HG-- branch : trunk
2010-03-25Gundrak, Gal'Darah: Script improvements by pivonrollTartalo
Fix some Spell IDs & timers Implement transformation --HG-- branch : trunk
2010-03-25cleanups in vehicle accessories storagesilverice
transfer accesory list by pointer, make it constant --HG-- branch : trunk
2010-03-25Gundrak: CleanupTartalo
--HG-- branch : trunk
2010-03-24* Missed SQL from previous commitBrian
--HG-- branch : trunk
2010-03-24* Allow the use of referenced trainer / vendor data.Brian
* This will reduce the size of the trainer / vendor tables a LOT. * Current tables will continue to work as/is until the refs can be made. * Huge thanks to XTElite1 * Credits for patch to Cycrow --HG-- branch : trunk
2010-03-25Changed default value for WDBVerified field for better future handling.teacher
--HG-- branch : trunk
2010-03-24Cleaned and tidied-up the mechanic immunity handlerXanadu
--HG-- branch : trunk
2010-03-24Added spells to Wintergarde Gryphon (by Malcrom).teacher
Added place holders for server-side spells. Import errors fixes in world.sql. --HG-- branch : trunk
2010-03-24Drak'Tharon Keep, Novos the Summoner: some improvements by pivonrollTartalo
Fix resseting issues Better IA for adds --HG-- branch : trunk
2010-03-24Drak'Tharon Keep: CleanupTartalo
--HG-- branch : trunk
2010-03-24MergeTartalo
--HG-- branch : trunk
2010-03-24MergeTartalo
--HG-- branch : trunk
2010-03-24Azjol Nerub, Azjol Nerub: CleanupTartalo
--HG-- branch : trunk
2010-03-23Azjol Nerub, Ahn'Kahet: cleanupTartalo
--HG-- branch : trunk
2010-03-23Implement Tharon'ja achievements (Requires DB Data).Trazom62
--HG-- branch : trunk
2010-03-23Implement Tribunal of Ages Achievements (Requires DB Data)Trazom62
--HG-- branch : trunk
2010-03-23Fix one WPE exploit.n0n4m3
When apply more 6 gems, and after player logout, server crash, also apply code style and cleanup. --HG-- branch : trunk
2010-03-23Implement Four-Horsemen achievements (requires DB Data).Trazom62
Fixes issue #1107. --HG-- branch : trunk
2010-03-23Added support for maximum allowed player level for quests. By Gyullo.Xanadu
--HG-- branch : trunk
2010-03-23Violet Hold: Exploit fixTartalo
Now bosses reset if they're hitted when their door is closed --HG-- branch : trunk
2010-03-23Gundrak: Fix for Eck the Ferocious spawningTartalo
--HG-- branch : trunk
2010-03-23Fixed long forgotten gamebuild default value (thx Aokromes).teacher
Also fixed typo in script full file (thx ogeraisi). --HG-- branch : trunk
2010-03-22Ahn'Kahet: Code cleansingTartalo
--HG-- branch : trunk
2010-03-22Hall of Lightning: Fix Encounter state saving to dbTartalo
Thanks Aokromes, Baraka & Spawn --HG-- branch : trunk
2010-03-22Nexus, Anomalus: Summons rifts only once. Blizzlike 3.3.2 updateTartalo
--HG-- branch : trunk
2010-03-22Gundrak: Code cleansingTartalo
--HG-- branch : trunk
2010-03-22Gundrak: Implement Eck the Ferocious spawningTartalo
Based on pivonroll's code but rewrited from scratch --HG-- branch : trunk
2010-03-22Implemented new achievement criteria data:Trazom62
* ACHIEVEMENT_CRITERIA_DATA_TYPE_S_EQUIPED_ITEM_LVL (item level and item quality). Implemented achievement criteria: * ACHIEVEMENT_CRITERIA_TYPE_LOOT_EPIC_ITEM * ACHIEVEMENT_CRITERIA_TYPE_RECEIVE_EPIC_ITEM Update ACHIEVEMENT_CRITERIA_TYPE_EQUIP_EPIC_ITEM implementation. Requires DB update to use new criteria data. Thanks VladimirMangos. --HG-- branch : trunk
2010-03-22* Fix CRLF.XTZGZoReX
--HG-- branch : trunk
2010-03-22restore work of IsInMap checksilverice
--HG-- branch : trunk
2010-03-22Add script VoA/Koralon and Toravon. Thanks WarHead.Trazom62
Fixes issue #1231. --HG-- branch : trunk
2010-03-22Restored UPDATE query in 7660_world_creature_template.sql.teacher
Thank you Zor for bringing reason to my mind! --HG-- branch : trunk
2010-03-22Fix Crash in XT-002 (Gravity Bomb proc). Fixes issue #734.Trazom62
Fix compilation warning. Fix typo in Freya soundid. --HG-- branch : trunk
2010-03-21Add missing sql assign from oculus patch. ty kiperTartalo
--HG-- branch : trunk
2010-03-21Added missing sql file for rev 7656 (by Machiavelli).teacher
Removed DB content data from previous commit. --HG-- branch : trunk
2010-03-21Merge_manuel_
--HG-- branch : trunk
2010-03-21Fix mounts in Arena's/BGsMachiavelli
--HG-- branch : trunk
2010-03-21Added missing sql for last commit._manuel_
--HG-- branch : trunk
2010-03-21Add additional field for storage of speed_run rate of creature_manuel_
This allow independent rate of walk vs run speed. Existing field renamed to explicit speed_walk. Note that default database rate for run is a result of the most common value seen, 8.0/7.0 Author: NoFantasy. --HG-- branch : trunk
2010-03-21Naxxramas, Noth the Plaguebringer: Adjust timers, by scarymovie87Tartalo
Closes issue #172. --HG-- branch : trunk
2010-03-21The Obsidiam Sanctum: Several updates, by OudenTartalo
Portal event, Flame Tsunami, Twilight Eggs, Twilights Fissure, Achievements in Hard Mode Closes issue #1015. --HG-- branch : trunk
2010-03-21Securer check for instance template for previous commitMachiavelli
--HG-- branch : trunk
2010-03-21Add support field 'allowMount' to instance_template table (see ↵Machiavelli
http://trinitydatabase.org/index.php?/topic/14994-7656-instance-template/), this will define whether or not mounting is allowed in an instance, instead of defining it hard coded in the core. --HG-- branch : trunk
2010-03-21Update Script Ulduar/XT-002. Thanks Dakeyras. Fixes issue 1074.Trazom62
Add script texts for all ulduar bosses and adds. Mainly from wowwiki, Thanks. Some code style cleanup. Still WiP. --HG-- branch : trunk
2010-03-21fixed oculus drake cpp and sqlmalcromdev@gmail.com>
--HG-- branch : trunk