aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-05-09Core/Commands: fix build error with non-pch buildsKandera
2012-05-09Core/Commands: Add level 3 command for setting npc data. used for testing ↵Kandera
scripts.
2012-05-09Script/Wormhole: Correct randomize logic for underground optionkaelima
2012-05-09Correct typo from 1af30a9ea24f90abaefeb0782ccbd40d376da3cekaelima
2012-05-09Scripts/Wormhole: Add rare 6th option to "Underground". Fixed some teleport ↵kaelima
positions (from sniffs) And made some random cleanup for npc_shadowfiend and npc_lightwell
2012-05-05DB/SAI: Add SAI for Wrathbone Laborer, fix unit flags, remove cpp script.Malcrom
2012-05-05Core/Scripts: Remove core Forge of Souls trash scripts now done in SAI.Malcrom
2012-04-28Core/SpellScripts: rename GetTarget*() functions to GetExplTarget*(), so the ↵QAston
names reflect better what those functions do. Also update some comments.
2012-04-27Scripts/Icecrown Citadel: Fixed Scent of Blood on heroic mode of ↵Shauren
Deathbringer Saurfang encounter
2012-04-26Core/Spells: fix penance and holy shock targetting for non faction friendly ↵Kandera
npcs that appear friendly. should also fix the issue with using mixed groups
2012-04-26Scripts/Icecrown Citadel: Fixed Deathbringer Saurfang berserk timer on ↵Jildor
heroic mode.
2012-04-26Core/Spells: fix build error with previous commits.Kandera
2012-04-26Core/Spells,DB/Conditions: Fix startup errors associated with ↵Kandera
bf0d001cd3bc5347fecd92d8fbec2a196d6dcda9 and 13b68af78dbc51f44656ecfddb1bfb27dc44a21a Closes #6346
2012-04-25Merge pull request #6336 from Aristoo/masterShocker
Script/Trial of the Crusader: Fix Permafrost define
2012-04-25Core/Spells: fix sql file from previous commit and add newline after load ↵Kandera
function
2012-04-25Core/Spells: Convert some spells from spell_scripts in the db to a generic ↵Kandera
spellscript.
2012-04-25Script/Trial of the Crusader: Fix define for PermafrostAristoo
2012-04-25Core/Spells: get effect value correctly. thx shauren!Kandera
2012-04-25Core/Spells: Fix build error introduced in previous commit.Kandera
2012-04-25Core/Spells: Fix prayer of mending bonus from t9 healing 2 piece set. Closes ↵Kandera
#4069
2012-04-24Core/Spells: Fix wrong target in Bloodthirst spell script. Closes #3359Kandera
2012-04-24Core/Spells: added function to initiation script.Kandera
DB/SAI: added rest of quest to database for Greatmother's Soulcatcher
2012-04-24Scripts: Replaced calls to ForcedDespawn with DespawnOrUnsummon (calls ↵Shauren
appropriate AI hooks in case of temporary summons) and made ForcedDespawn private
2012-04-23Merge pull request #6008 from cookta2012/troy09Shocker
Core/Commands: Some porting and organizing Moving a commands around eliminating a unnecessary file, and porting the "demorph" command * moved the "wpgps" command into the cs_debug.cpp because it seems more fitting * organized the "modify speed" commands into a table of their own * moved the "gps" command into the cs_misc.cpp
2012-04-23Merge pull request #6304 from Vincent-Michael/shamanShocker
Core/Spells: Fix Earthen Power Closes #4795
2012-04-23Core/Spells: Fix spell cast of greatmother's soulcatcher. closes #1882Kandera
2012-04-23Core/Spells: fix rocket boots extreme (+lite) spell cooldown issue.Kandera
2012-04-23Scripts/Icecrown CitadelShauren
* Sister Svalna will now fly and land properly * Fixed visuals in Blood Prince Council fight * Flying triggers will now fly properly
2012-04-22Core/Shaman: Fix Earthen PowerVincent-Michael
2012-04-22Convert script of npc tabard vendor to SAI and add missing tabard recoveryXanvial
2012-04-21Merge pull request #6286 from Ramusik/masterDiscover-
boss_doomlord_kazzak improvements
2012-04-21Scripts/Outland: Boss Doomlord KazzakRamusik
- Implement Berserk - Some style corrections
2012-04-21Core/SpellsVincent-Core
* Converted percent based damage dealing spell effects to scripts * Fix Leviroth Self-Impale damage Closes #6085 Signed-off-by: Shauren <shauren.trinity@gmail.com>
2012-04-20More include fixesShauren
2012-04-19Fixed build without PCHShauren
2012-04-19Scripts/Ulduar: Fixed some WIP code for AlgalonShauren
2012-04-19Scripts/Ulduar: Algalon the ObserverShauren
2012-04-17Script/Pit of Saron: Fix logic in spell_tyrannus_overlord_brandkaelima
should fix #6247
2012-04-17Core/Spells: fix holy shock cast on friendly opposing team going on cooldown ↵Kandera
and saying invalid target. spell will now fail with invalid target and not cause a cooldown
2012-04-16Spell/Warrior: Fixed Concussion Blow damage partShauren
Thanks ShinDarth
2012-04-16Core/NPC: add essence infused moonstone, key to the focusing iris (and hc) ↵Kandera
to the list of keys gettable from locksmith npcs. (per aokromes)
2012-04-15Fixed broken compileSubv
2012-04-15Scripts/Commands: Make the .modify reputation command only modify the ↵Subv
specified reputation (ignore spillovers) Patch by @ogeraisi
2012-04-14Core/Spells: Do not proc spells with ↵Subv
PROC_FLAG_DONE_SPELL_MAGIC_DMG_CLASS_(NEG|POS) if there is no target, reimplemented Storm, Earth and Fire talent in another way Closes #3367 Closes #2424 If you find more spells that are broken because of this, please notify us Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-14Core/Scripts: Added support for creating custom GameObjectAI classes, ↵Shauren
similar to how creature scripts work.
2012-04-13Scripts/Icecrown CitadelShauren
* Fixed Professor Putricide Tear Gas stunning himself * Fixed visual of Unstable Experiment * Fixed oozes not picking new targets after hitting old * Fixed Gas Cloud not using melee attack * Removed ooze summon position hack Closes #4301 Closes #2726 Closes #5119 Closes #4464 Closes #2874 Closes #4407 Closes #2421 Closes #4899
2012-04-12Core/Spells: You should not be able to cast Create Healthstone if you ↵Subv
already have one in your inventory Closes #1498 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-12Core/Spells: Fix Unrelenting assault proc only on players.Kandera
2012-04-11Scripts/Trial of the Crusader: Fixed spell_powering_up_SpellScript once againShauren
2012-04-11Scripts/Twin Valkyr: Fix a crash in spell_powering_up_SpellScript. Author: ↵Machiavelli
Vincent-Michael