aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-05-31Core/MovementShauren
* Implemented creature movement on transports * Set minimum speed for creature allowed to start movement (too low speed leads to overflows in movement time calculations which in turn leads to crashes)
2012-05-29Merge pull request #6605 from Vincent-Michael/scaleShocker
Core/Misc: Add SetObjectScale function
2012-05-28Core/Scripts: Fix Anub'arak spikes in Trial of the Crusader now they only ↵AliveShiro
attack players. Thanks to Warpten who brought the Idea and thanks to Nayd :)
2012-05-27Scripts/Icecrown Citadel: Remove encounter specific auras when Blood-Queen ↵Shauren
Lana'thel fight ends (prevents exploits with Essence of the Blood Queen Closes #6610
2012-05-26Add function for SetObjectScaleVincent-Michael
Author: NoFantasy Source: Mangos
2012-05-26Core: another update cause case matters!Malcrom
2012-05-26core: fix ubrs scriptMalcrom
2012-05-25Core/DB: Some updates for UBRS from sniffMalcrom
2012-05-24Merge pull request #6040 from w1sht0l1v3/borean_tundrakandera
Core/DB: Quest The Emissary
2012-05-20Scripts/VH: Add an 1 minute pause after each boss fight (instead of 5 seconds)Nay
Revert one of the warning fixes (non standard C++)
2012-05-20Core: Fix a few compile warningsNay
2012-05-19Scripts/kalimdor: Use proper headers to optimize compile, code style and ↵4m1g0
general cleanup. Closes #6419 (pr)
2012-05-19Merge pull request #6418 from 4m1g0/TheAffrayNay
Scripts/the_barrens: Fix quest "The Affray" and some cleanup.
2012-05-18Core/Spells: move rocket boots spell cast check to spell script. add event ↵Kandera
for checkcast for deathcoil (dk) heh i forgot it >.<
2012-05-18Core/Spells: remove holy shock and death coil (dk) from checkcast and add ↵Kandera
them to the checkcast of the spell script. also check if unit is in front for damage spell of death coil (dk) Closes #6027
2012-05-17Core/Spells: calculate damagebonustaken for target before adding the damage ↵kandera
left from the previous aura. thx @zwerg
2012-05-17Core/Spells: Revert previous commit. add exception for deep wounds in pct ↵Kandera
done aura modifiers. clean up heal bonus code to use the correct numerical types.
2012-05-17Core/Spells: fix deep wounds damage. thanks warpten.Kandera
2012-05-16Core/Scripts: Scripting of Dragonspire Hall Runes "UBRS"Malcrom
Additional work to do.
2012-05-14Cote/Scripts: Fix build for boss_yoggsaronMalcrom
2012-05-13Core/scripts: Add spell enums for boss sara.Malcrom
2012-05-13DB/creature_text: Added creature text for Boss Sara.Malcrom
2012-05-13Core/Scripts: And some Gameobject enums for future scripting of Blackrock Spire.Malcrom
2012-05-13Core/Scripts: Update text for Garfrost to creature_text. Added some missing ↵Malcrom
text & added call for help to aggro.
2012-05-13Core/Threat: Fix by faq.Malcrom
Turning gm on, now drops threat. Dead mobs no longer holds threat on player. Also fixed some Engrish.
2012-05-12Core/Script: Optimize code for previous commit for Pit of Saron.Malcrom
2012-05-12Core/Scripts: Fix for previousMalcrom
2012-05-12Core/Scripts: Fix Halls of Reflection Portcullis door in Pit of Saron.Malcrom
Now requires Tyrannus boss kill to open.
2012-05-11Core/Spells: fix damage mods from caster on targetjoschiwald
2012-05-11Scripts/Pit of Saron: Unlock passage to Tyrannus after first 2 bosses are down.Shauren
2012-05-10Scripts/Quests: Fix compile from 0ecd9e72d0745ed0e79f8730f808153139a795a1 - ↵Discover-
sorry guys. Thanks @Vincent-Michael.
2012-05-10Scripts/Commands: Fix compile under Linux ↵Discover-
(d6d45633c8ca34176d066755ba8be182b1ed7ac7). Credits go to @PuniCZ
2012-05-10Scripts/Quests: Script quest Leave Nothing to Chance.Discover-
Closes #1863 Closes #3087 Closes #2061
2012-05-09Merge pull request #6314 from Chaplain/spellsQAston
Core/Spells: Separation of caster/target part damage/heal bonus calculation.
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-05-01Scripts/the_barrens: Fix quest "The Affray" and some cleanup.4m1g0
Closes: #4764 Also Closes: #6354
2012-04-28Core/Spells: Separation caster/target part damage/heal bonus calculations.Chaplain
*Implement HoT/DoT save caster side bonuses and apply target mods on each tick
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