aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2009-07-30[8229] Improve stealth detection code for player case. Author: Ambalmegamage
--HG-- branch : trunk
2009-07-27Fix errors in some sqls, including 4610_world_scripts.sqlChaz Brown
--HG-- branch : trunk
2009-07-27*Implement immunity removal part for Shattering Throw ability - by ↵QAston
thenecromancer. --HG-- branch : trunk
2009-07-27*Fix a crash with MAP_BASED_RAND_GEN - thanks to Azuritus for research.QAston
--HG-- branch : trunk rename : sql/updates/4602_world_spell_bonus_data.txt => sql/updates/4602_world_spell_bonus_data.sql rename : sql/updates/4603_world_tmp.txt => sql/updates/4603_world_tmp.sql rename : sql/updates/4604_world.sql => sql/updates/4610_world.sql
2009-07-27Script for quest 12570. Author: manuelKudlaty
--HG-- branch : trunk
2009-07-27Rename two files from .txt to .sqlChaz Brown
--HG-- branch : trunk rename : sql/updates/4602_world_spell_bonus_data.txt => sql/updates/4602_world_spell_bonus_data.sql rename : sql/updates/4603_world_tmp.txt => sql/updates/4603_world_tmp.sql
2009-07-27Fix CRLF in two filesChaz Brown
--HG-- branch : trunk
2009-07-27*Spell_bonus_data for Shattering throw and Hand of ReckogningQAston
*Do not check SPELL_ATTR_EX_CANT_TARGET_SELF for triggered spells --HG-- branch : trunk
2009-07-27* Fixed one last typo sorry for thatDrahy
--HG-- branch : trunk
2009-07-27* Fixed elevators in gameDrahy
* Fixed ugly typo in previous commit --HG-- branch : trunk
2009-07-27* Added ap bonus for Druid - Swipe (Bear)Drahy
* Correct comment for Pet Skill - Bear (Swipe) --HG-- branch : trunk
2009-07-27* Continuing cleaning sqlDrahy
* Used trinity sql coding style * Now complete --HG-- branch : trunk
2009-07-27* MergeDrahy
--HG-- branch : trunk
2009-07-27* Cleanup sql, delete not needed and renamed someDrahy
--HG-- branch : trunk
2009-07-26*Update procflags for Imp.Shadowform.QAston
*Use item speed value instead of attack speed value for enchant PPM - by MaS0n. *Correctly apply cooldown to Improved leader of the pack mana regen. *Do not refresh duration when stack from aura is dropped - by Apoc --HG-- branch : trunk
2009-07-26*Correct damage for Shield of Righteousness.Anubisss
--HG-- branch : trunk
2009-07-26Fix build on windows.Kudlaty
Fix command ticket viewname - thx Deadlyskunk for point this fix setlink command group, add missing commands to db - patch by XTElite1 --HG-- branch : trunk
2009-07-25Add missing file from rev 4594Kudlaty
--HG-- branch : trunk
2009-07-25Merge [SD2]Kudlaty
r1106 Prevent abuse of item 44222. Apply some SD2 code style r1107 Add health modification for phase and correct phase value for kael(TK) r1108 Remove scripted function SetSheathState() and use mangos function instead. Fix one typo and apply sd2 code style for one script. r1109 Remove old makefile* files not needed. r1110 Some minor adjustments to sharkkis, add one spell and also add distance to MoveChase. Not kill boss' advisors on Reset when not needed. r1111 Check pointers and avoid possible crash r1112 Added script for friendly Kael in MgT (movement to orb-platform, transform and gossip) r1113 Correct misunderstanding added in 1112, and use timer for transformation instead (creature are expected to spawn/fly down once player use orb). --HG-- branch : trunk
2009-07-25*Drop command reload spell_affect from DB. Its already dropped from core.Anubisss
--HG-- branch : trunk
2009-07-24Merge [SD2]Kudlaty
r1100 Added basic AI definitions for boss sartharion (with adds, using a common AI for certain events) and intro calling drakes r1101 Correcting a few details and simplify call drakes for boss sartharion Add boss and mini-boss' abilities and add more common events to common drakes AI r1102 Drop support for Windows VC71 (2003) (ref Mangos rev 7865) r1103 Added support for quest 6481 (summon npc 11920) r1104 Restore compile after change in OnCreatureCreate(). Require Mangos 7871+ - skip (we don't merge 7871?) r1105 Remove code related to taunt immune. creature_template.flags_extra(CREATURE_FLAG_EXTRA_NOT_TAUNTABLE) must be used instead where creature should always be immune. --HG-- branch : trunk
2009-07-24Fix typo. Thx to X-Savior for poitingKudlaty
--HG-- branch : trunk
2009-07-24Add missing sql updatesKudlaty
--HG-- branch : trunk
2009-07-24Merge [SD2]Kudlaty
r1095 Correct one spellId in hyjal - skip r1096 Remove more grid search code from scripts and use functions. r1097 Remove obsolete functions redefined in 1094 r1098 Added text for bosses in map 615 r1099 Added instance script for map 615 --HG-- branch : trunk
2009-07-24*Do not let Incinerate has extra damage for Shadowflame Author: rechapa79megamage
--HG-- branch : trunk
2009-07-24[8215] Update sql/mangos_spell_check.sql. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-07-24[8196] Implement item 44012 spell effects. Author: evilstarmegamage
--HG-- branch : trunk
2009-07-24[8195] Add spell check data for dummy effect tail... Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-07-23Fix another two typos. sorryKudlaty
--HG-- branch : trunk
2009-07-23*Fix a typo.Anubisss
--HG-- branch : trunk
2009-07-23Script for quest 11878. Author: DrethekKudlaty
Missing update of *full.sql --HG-- branch : trunk
2009-07-23Add script for quest 12861. Author: Drethek.Kudlaty
--HG-- branch : trunk
2009-07-23*Script for Plug the Sinkholes - by Drethek.QAston
--HG-- branch : trunk
2009-07-23 [8191] Drop code related to use long time empty `spell_affect` table. ↵megamage
Author: XTZGZoReX After switch to 3.x.x all data get explcitly from ClassMask fields in spell.dbc and no need in custom values. --HG-- branch : trunk
2009-07-23*Add spell_linked_spell entry for Lichborne.QAston
*Add defines for SHADOW_DANCE and UNDEAD shapeshifts to prevent error display - cherrypicked from Astellar's shape patches. --HG-- branch : trunk
2009-07-22*Fix Piercing Shots - by freeganja.QAston
*Clear movement generators for unit when removing from world. --HG-- branch : trunk
2009-07-22*Implement Aura Type 247 (SPELL_AURA_CLONE_CASTER) and 279 ↵QAston
(SPELL_AURA_INITIALIZE_IMAGES) *Handle CMSG_GET_MIRRORIMAGE_DATA opcode. *Save Minions follow angle to allow themmoving in a formation *Improvements in SpellAI: correctly evade and select attack target for creatures without threat list *Use SpellAI instead of PetAI for not controllable guardians *Only guardians with SUMMON_TYPE_PET are controllable now *Add script and template data for Mirror Image. *Thanks to Drahy for help. --HG-- branch : trunk
2009-07-21*Add table channels to characters.sqlAnubisss
--HG-- branch : trunk
2009-07-21*Add table spell_elixir to world_spell_full.sqlAnubisss
--HG-- branch : trunk
2009-07-21*Add some entries for spell_elixir.Anubisss
*This fix issues with stacking between Battle and Guarding elixirs. --HG-- branch : trunk
2009-07-20 [8190] Update killing quest objectives base at creature_template ↵megamage
KillCredit fields. Author: GriffonHeart Note: for avoid double counting must be removed C++ scripts and EventAI scripts that do same thing in old way. Signed-off-by: VladimirMangos <vladimir@getmangos.com> Also implement KillCreditN field check at loading. --HG-- branch : trunk
2009-07-20[8186] More spell check data. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-07-20*Fix a typo.Anubisss
--HG-- branch : trunk
2009-07-19Backed out changeset: ad3793582d28Rat
--HG-- branch : trunk
2009-07-19*added script for Underbog Colossus (SSC)Rat
--HG-- branch : trunk
2009-07-19*Correct diminishing returns for charge and linked spell for Stoneform.QAston
--HG-- branch : trunk
2009-07-19*Fix DK presences and their improved versions - original patch by thenecromancerQAston
*Port player to homebind if instance cannot be created in WorldSession::HandleMoveWorldportAckOpcode. --HG-- branch : trunk
2009-07-19*Set one charge for Elune's Wrath - by Drethek.QAston
--HG-- branch : trunk
2009-07-18*Merge.QAston
--HG-- branch : trunk
2009-07-18*Move coefficients from Spell::SpellDamageSchoolDmg to spell_bonus_data.QAston
--HG-- branch : trunk