aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-02-26Scripts/Onyxia Lair: Fix debug assertions about iteratorsjackpoz
2014-02-16Scripts/Ulduar: Fix Algalon the Observer outro phase(fixes kill credit and ↵w1sht0l1v3
some achieves).
2014-02-10Core/DB/Achievements:joschiwald
- fixed arena season title achievements and rewards - added mailtemplate support for `achievement_reward` table - fixed typo in GetBattleMasterBG which causes achievement reward mail expire in 1 day Ref #8777
2014-02-09Scripts: Added missing stuff in 1d1aeda86ca69e78daf85c3c4b1b29509c374ad7Vincent_Michael
2014-02-09Core: Fix buildVincent_Michael
2014-02-09Merge pull request #11457 from MitchesD/krikthirjoschiwald
Scripts/Krikthir the Gatewatcher: converted to EventMap and small optimalization
2014-02-09Scripts/Krikthir the Gatewatcher: converted to EventMap and small optimizationMitchesD
2014-02-08Scripts/Eastern Plaguelands: Fix flypath exploitjackpoz
Fix npc id 17209 in Eastern Plaguelands enabling taxi cheat to players just by talking to it.
2014-02-06Core/Entities: allow interaction with gameobject questgivers if player can ↵joschiwald
take or return quests Closes #11269 Closes #8898 Closes #10204 Closes #11410 Closes #7053 Closes #6189 Closes #9474
2014-02-01Core/Scripts: Fix quest The Totem of Kar'dash alliance version.w1sht0l1v3
Remove some hungarian notation for horde side version. Closes #11035
2014-01-31Core/Spells: Fix DK Ghoul's damage after ↵Discover-
ad8eb434c02e451effd0949aaa7d2b7999d91597. I misread 'SpellScript::m_damage' for 'SpellScript::damage'. By @joschiwald
2014-01-30Scripts/HoR: Fix log errorjackpoz
Fix "DoZoneInCombat called for creature that has empty threat list" error caused by DoZoneInCombat() called by IsSummonedBy() in a script before the Creature is allowed to enter combat.
2014-01-30Core/Misc: Missing changes and get rid of useless method in ↵Discover-
acd46085d1f496657e27e0d5f823f53d466702dc
2014-01-30Core/Spells: drop last leftovers of hardcoded spell target selection and ↵joschiwald
move it into spellscripts Closes #1719 Closes #3186
2014-01-27Core/Spells: addition to 96060bf0078441e779c4cfcaa80f66ac5e97a3ffjoschiwald
2014-01-26Core/Spells: move paladins judgements to spellscriptsjoschiwald
2014-01-26Core/Spell: Fix logic fail in 96ae4caf6258882cf89ff6d4bb3ac5aa0a3474f7Vincent_Michael
2014-01-26Core/Spells: Fix typo in 955fb907c549fea0088f8c105714cc9fb931da15Vincent_Michael
2014-01-26Core: Fix warningsVincent_Michael
2014-01-26Core/Spells: move more spells to spellscriptsjoschiwald
2014-01-26Core/Spells: move some spells so spellscriptsjoschiwald
2014-01-25Core/Spells: Move Pilgrims Bounty BuffFood in AuraScript (mimimi)Vincent_Michael
2014-01-24Scripts: Gossip can crash with null instanceVincent_Michael
2014-01-24Fix buildjoschiwald
2014-01-24Core/Spells: move killing spree to spellscriptjoschiwald
Closes #10597 Closes #11468
2014-01-23Scripts: A lots of changes here and there (maybe useless?!?)Vincent_Michael
2014-01-23Scripts/Spells: use new hook in some spellscriptsjoschiwald
2014-01-23Scripts/AhnKahet: fix some issues on prince taldaram scriptjoschiwald
2014-01-22Scripts/ZulGurub/Jeklik: fixed flying in first phase, reworked spawn and ↵MitchesD
rewritten to EventMap Closes #11277
2014-01-22Misc: Fix warningsVincent_Michael
2014-01-21Misc: Minor cosmetic changes here and thereVincent_Michael
2014-01-19Merge pull request #11299 from Carbenium/MailboxCmdDiscover-
Core/Command: Add mailbox command
2014-01-19Core/Commands: Using the '.gm vis off' command now instantly makes the GM ↵Discover-
invisible to non-GM players, instead of waiting until Player::UpdateObjectVisibility was called from a different method. Ref. #11467
2014-01-19Core/Scripts: Fix the cleanup in 54dbf870b8fc1f0aef1ef95c8786303998762173.w1sht0l1v3
2014-01-19Core/Scripts: Fix kill credit for quest The Hunter and the Prince(13400).w1sht0l1v3
2014-01-18Core/Commands: The .setskill command is now usable even if the player ↵Discover-
doesn't already have the skill learned.
2014-01-17Show Kick, Mute and Ban in worldZabustak
2014-01-12Core/Movement: Add LOS check for fleeingmovement target point.zengwf
Prevents fleeing or feared units from going to upper floor ignoring walls/ceilings with mmaps on(and usually get stucked). Current implementation just randomly selects a distance and angle against the frighting unit, when in narrow circumstance such as underground caves, such targeting point would be at another floor. Closes #11300 Ref #9475 (needs fixed confirmation)
2014-01-11Merge pull request #11342 from Carbenium/SvalaDuarte Duarte
Scripting/Utgarde Pinnaccle: Fix visual during Svala's transformation
2014-01-12Scripts/NPCs: Remove core script for rogue trainers which was overriding db ↵Dr-J
conditions SAI and conditions for rogue trainers to provide elegant leter to rogues provided that is level 24 or higher, does not have elegant letter and does not have taken, rewarded or complete the quest which elegant letter starts Closes #11378 Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2014-01-10Scripts/PoS/Garfrost: cleanup saronit blocks after deathjoschiwald
2014-01-09Fix buildjoschiwald
2014-01-09Scripts/BloodFurnace:joschiwald
* cleanup InstanceScript * fix broggok poison cloud Scripts/Naxxramas/Grobbulus: * fix poison cloud * fix mutating injection
2014-01-06Core/Entities: add some log messages in CheckCreatureTemplatejoschiwald
* Happy Error Spam
2014-01-06Misc:Shauren
* Tools: Fixed a compile warning * Commands: Fixed npcflag format in .npc info
2014-01-05Scripts/HoS: update Maiden of Griefjoschiwald
2014-01-04Core/Entities: correct creature damage, offhand damage should work toojoschiwald
* todo: some creatures need dmg_multiplier update in creature_template
2014-01-01Update copyright note for 2014.Vincent_Michael
Happy new year.
2013-12-30Scripts/Misc: Code cleanupjackpoz
Remove some NULL checks not needed anymore after 3744c141841917075c295c3c38643e3d156eb9d4 . Fix an invalid Creature to TempSummon cast.
2013-12-30Core: user defined literals need a space in frontNawuko