aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2013-01-04DB/SAI: Fix crash with quest "Thirst Unending"Vincent_Michael
Closes #8856
2013-01-04db/commit: fix sql errorZxBiohazardZx
2013-01-04DB: Re-add creature text for SAI conversionGacko
2013-01-04Core/Scripting: Add Kirtonos The Herald to c++ scripting. Combat still not ↵Malcrom
finished.
2013-01-03Various issuetracker fixesZxBiohazardZx
Immunities for Shambling Horror by Valcorb Closes #7541 Flying and a path for Higherch by Malcrom Closes #7436 SAI for Talonshrike by Nevadas Closes #8639
2013-01-03DB/Spell: add aura allowing player to see miscaller soo-gan for a questdr-j
Closes #7868
2013-01-03DB/Quest: fix some quest linking for Winter Veilnelegalno
2013-01-03typofix IN not =ZxBiohazardZx
2013-01-03DB/Misc: fix some startup errorsZxBiohazardZx
2013-01-03Core/Scripts: Drop `gameobject_scripts` table - empty, deprecated and no ↵Nay
longer needed
2013-01-03DB/Item: add proper flags to real-life-duration items Closes #3601ZxBiohazardZx
2013-01-03DB/Gameobject: Add Invincible Grave Plaque Closes #8693ZxBiohazardZx
2013-01-03DB/SAI: SAI for some of the trash in ICC Closes #8773JunkyBulgaria
2013-01-03DB/Misc: remove the scripts!ZxBiohazardZx
2013-01-03DB/SAI: converted the last gameobject_script to SAI, jeej!ZxBiohazardZx
2013-01-03DB/Scripts and more gameobject_script removals, only 1 left?! --> please not ↵ZxBiohazardZx
that not all doors may function yet. this is a known issue
2013-01-03DB/Script: more conversions THIS UNSUPPORTS THE BLACKROCK DUNGEON untill a ↵ZxBiohazardZx
fix is found for SAI issues also fixed naming of file
2013-01-03DB/Script: More removal of gameobject scripts. some of the doors do not work ↵ZxBiohazardZx
yet, this is a known issue
2013-01-03DB/Ulduar: Fix Kologarn Stone Grip in 25m modeVincent_Michael
2013-01-03DB/Scripts: More removals of gameobject_scriptsZxBiohazardZx
UNSUPPORTS old treasure chest in Scholomance
2013-01-03DB/Script: more gameobject_script removals: Stasis Chamber Alpha conversionZxBiohazardZx
2013-01-03DB/Script: More horribad script removals:ZxBiohazardZx
Zul gurub: Brazier summons 4 creatures, removed 3 bad spawns, and unsupported the encounters starting with Gri'lek Fix the MovementType issue Closes #8834
2013-01-03DB/Script : kill more gameobject_scripts. THIS UNSUPPORTS THE FOLLOWING ↵ZxBiohazardZx
DUNGEON BOSSES: Scholomance: Kirtenos the Herald Scarlet Monestry - Cathedral: Fairbanks, Mograine, Whitemane
2013-01-02DB/Waypoints: Add some missing spawns and waypoints.Malcrom
2013-01-02DB/Script: Add the Undead Postman script to the proper mailboxes and use SAI ↵ZxBiohazardZx
instead of gameobject_script TODO: add Parcel Packet when i have more information about it
2013-01-02DB/Scriptremoval: Remove not working scripts from gameobject_scripts: the ↵ZxBiohazardZx
objecttype is not correct for this useage
2013-01-02DB/SAI/Waypoints: Fix some sai and add some missing waypoints.Malcrom
2013-01-02DB/SAI: convert the gameobject_script for stonewraught pass lever, and fix ↵ZxBiohazardZx
the non-working one while at it. also remove the uldaman gameobject_script. it has a CPP, if any scripts are required put it there!
2013-01-02DB/Waypoints: Add some missing waypoints to Zul'DrakMalcrom
2013-01-02DB/Waypoints: Add some missing waypoints to The BotanicaMalcrom
2013-01-02Script/EoE: Some fixes here and thereTrista
* Add db support for Power Sparks, Teleports and Drakes * Fix Power Sparks animations and texts and add support for giving buff to players + warning * Fix Power Spark way of stacking - should be MultiSlot aura, didn't stack before either way * Teleporters mechanic is fixed and will summon only 1 spark per 30-35 sec * Fixed players getting mounted on 3rd phase * Cleanned some wrong aggro handling, but whole aggro/attack system should be rewritten to get it working blizz That is for today, this doesn't fix the whole instance by any means!
2013-01-02DB/Creature: Removed "Grand Apothecary Putress" from Shattrath CityVincent_Michael
Patch 3.0.3 (2008-11-04): Removed from Shattrath City.
2013-01-02DB/SAI: Improve SAI for Summoned Bloodwarder Mender. Add SAI for Summoned ↵Malcrom
Bloodwarder Reservist
2013-01-02SQL: Fix sql import problemVincent_Michael
2013-01-01Core/Scripts: Added spell scripting for Commander Sarannis. Added Instance ↵Malcrom
Template for The Botanica. Thanks to Vincent Michael
2013-01-02DB/Creatures: Some fix for Wyrmrest SkytalonVincent_Michael
Closes #8733
2013-01-01CORE/Scripting: Move Commander Sarannis & Thorngrin the Tender to cpp ↵Malcrom
scripting. Add instance script. Thanks to Vincent Micheal for the help :)
2013-01-01Core/Player: Fix armor calculation - 2nd tryGacko
Base armor value from WDB data includes the ArmorDamageModifier. Items of same item level, required level, armor type and equiptment slot should have (nearly) the same armor values. See following links for further proofs: http://pastebin.com/fqNJLYj4 http://www.wowhead.com/item=50466#comments:id=889035:reply=444786 The shown item should have a base armor value of 177 as similar items and a bonus armor value of 560 which equals 737 - like in DB atm.
2013-01-01Partially revert last commit - fix on ItemHandler coming soonGacko
2013-01-01Core/Player: Fix armor calculationGacko
Base armor value from WDB data includes the ArmorDamageModifier. Items of same item level, required level, armor type and equiptment slot should have (nearly) the same armor values. See following links for further proofs: http://pastebin.com/fqNJLYj4 http://www.wowhead.com/item=50466#comments:id=889035:reply=444786 The shown item should have a base armor value of 177 as similar items and a bonus armor value of 560 which equals 737 - like in DB atm.
2013-01-01Core/Command: Add command for near creature findingVincent_Michael
2012-12-31Core/DB: Haaleshi AltarGacko
- Prevent crash due to spamming GossipHello - Convert core script to SAI - Solves #8220
2012-12-31DB/SAI: Reforging the swordGacko
2012-12-29Rename SQLGacko
... forgot again...
2012-12-29DB/Quest: Citadel footsteps questline. Thx @ExodiusGacko
This, together with - 007461b6d8112a36b792aef990e05a94c192637d - 90200840968be40da717d256ef4e4eac770e5415 - f1d960a589e1477532aae224ef8a573716ad6d9a solves #7707. Any suggestions/improvements in this issue.
2012-12-28DB/Quest: remove deprecated version of Ally of the NetherwingTrista
Closes #2841
2012-12-28DB/Quest: add some SAI for The Moment of Truth (10201)nelgalno
Closes #1108
2012-12-28DB/Startups: apparently we had some creatures with wrong movementtype...ZxBiohazardZx
2012-12-28Script/Commands: New command: lookup spell id #spellidsecharles
Command to allow to know spell names based on id Example: lookup spell id 686: 686 - [Shadow Bolt rank 1 esES] [know] Closes #8800 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-27Rename SQLGacko