aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-06-05Scripts/Icecrown Citadel: Fixed Sindragosa, Spinestalker and Rimefang flying ↵Shauren
in after related trash packs are dead - this solution is resistant to grid unload.
2012-06-03Script/Shadowfiend: Use PetAI for shadowfiends, fixes shadowcrawl autocastingkaelima
2012-06-01Scripts/Dragonblight: Fix quest Strengthen the Ancients - Closes #2043Nay
2012-06-01DB/Misc: Fix DB startup errors - Closes #6666Nay
Also add a missing break; to previous commit
2012-06-01Scripts/Sholazar: Fix quest Kick, What Kick? - Closes #370Nay
2012-06-01Core/script: Informed by Kaelima this line is handled by dbc and not required.Malcrom
2012-06-01Core/scripts: Add generic script to prevent cannon movement.Malcrom
2012-06-01Core/Spells: fix damage from touch the nightmare for the caster and fix ↵Kandera
damage and healing for dream funnel. closes #6669 closes #6676
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