aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-11-19Scripts/AQ: Implement Ossirian the Unscarredkrofna
Fix yell on kurinaxx death Warning fix Closes #8254 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-11-18Scripts&DB: Nexus - OrmorokGacko
Following improvements: - Spellscript for crystal spikes - Spawn crystal tanglers with spell - Usage of event map - Correct usage of frenzy - Heroic spells - Target selection for crystal tanglers Details for the spell script: There are 4 spells. Each of them spawns the same trigger but in another direction. The trigger gets an aura which triggers the spell which summoned him after 250ms. This time is too long, so it triggers on apply. Don't worry - test ingame first, it's working blizzlike (I watched some videos on YT to find out which is the best amount of time difference between spawn and next summon). Some summon types don't store the spell id which summoned them. The trigger is one of them which are not doing so. So I had to move the line, which stores the spell id in the summon out of the if. This could be done more specific, but it works fine. This improvement is required to find out which spell the aura applied to the summoned trigger has to cast to keep the right direction. Closes #8193 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-11-18Merge pull request #8259 from Warpten/supLionNay
Scripts/Ruby Sanctum: Tweaks and stuff.
2012-11-17Core: Remove Player.h dependency from all the possible headersSpp
2012-11-16Core/EventAI: Removed table creature_ai_summons.Subv
2012-11-16Merge pull request #8291 from Gacko/utgardekeepSubv
Core/DB: Utgarde Keep
2012-11-16Core: Utgarde Keep - Fix warning/errorGacko
2012-11-14Script/Emerald Dragons: Fixed a couple of issues with emerald dragon world ↵kaelima
bosses and some cleanup. Renamed one sql from yesterday
2012-11-13Script/Commands: Reimplemented ".lookup map" command.kaelima
2012-11-12Core: Utgarde Keep - CodestyleGacko
2012-11-11Core/DB: Utgarde Keep - Proto DrakeGacko
2012-11-11Merge pull request #8260 from Warpten/cleanupShauren
Core/Scripts: Cleanup alterac_valley.cpp.
2012-11-11DB/SAI: Fix some Howling Fjord gossipsPitcrawler
Closes #4973
2012-11-10Core/DB: Utgarde Keep - CorrectionsGacko
2012-11-10Core/DB: Utgarde KeepGacko
- Script areatrigger near Ingvar to activate the proto drake - Assign heroic spells - Mount proto drake rider to proto drake
2012-11-09Core/Scripts: Cleanup alterac_valley.cpp.Warpten
2012-11-09Scripts/Ruby Sanctum:Warpten
* Move Dark / Flame Breaths handling to generic_halionAI. * Also apply Twilight Precision to Twilight Halion. * Fix some mistakes in the corporeality handling code, and remove some unused enums. Fixes #8176.
2012-11-09Core/Build: Enable Clang PCH support and OS X specific featuresSpp
Core: Fix warnings here and there
2012-11-05Core/Scripts: tweak code in pyrewood_ambushAI::SummonCreatureWithRandomTarget()ille
2012-11-03Core. Fix non-PCH building (again)...click
2012-10-29Core/Dungeon Finder: Update "Current group roles" according to people in queue.Spp
Core/Dungeon Finder: Properly update internal lfg group structure at server load
2012-10-29Core/Dungeon Finder: Add some more debug msgs and restore LFG group ↵Spp
structure at server load.
2012-10-29Core/Misc: Proper fix for previous commit (c5c8e38 - check race change ↵Spp
before perfoming faction-change actions) Core/Misc: tab to spaces and remove trailing whitespaces
2012-10-26Core/Misc: Tweaked ThreatContainer internalsSpp
(and many cosmetic changes here and there)
2012-10-25Core: Fix compile warningsGacko
2012-10-25Merge pull request #8127 from Gacko/childrens_weekSubv
Core/DB: Children's Week
2012-10-25Core: Children's Week - Remove event.h includeGacko
2012-10-25Merge pull request #8174 from tibbi/sotaSubv
correcting SotA teleports + cleanup
2012-10-24correcting SotA teleports + cleanuptibbi
2012-10-24Core/Misc: reduced amount of string memory allocations (Step I)Spp
2012-10-23Core/Misc: Add default count param to HasItemCountSpp
2012-10-23Merge pull request #8074 from Warpten/halionUpdateKaelima
Scripts/Ruby Sanctum: Misc fixes.
2012-10-23Core/Dungeon Finder: Add debugging commandsSpp
2012-10-22Scripts/Ruby Sanctum:Warpten
* Fixed a crash caused by the grid. * Update spawnmasks. * Misc updates and corrections. Closes #8079. Closes #8078. Closes #8081. Closes #8077.
2012-10-21Core/Build: Build fix from previous mergeSubv
2012-10-21Merge pull request #8088 from Gacko/q13038Subv
Core/DB: Quest 'Distortions in time' Closes #3011
2012-10-21Core/DB: Children's WeekGacko
2012-10-20Core/Script: Gnomeregan - Deleting duplicate texts and adjusted the scriptdurotar
2012-10-20Core/DB: Quest 'Gordunni Cobalt' - CodestyleGacko
2012-10-20Core/DB: Quest 'Gordunni Cobalt'Gacko
SpellScript and conditions for spells of this quest.
2012-10-19Merge pull request #8107 from durotar/masterSubv
Core/Script: Update creature_text for Gnomeregan
2012-10-19Proper naming of LfgDungeon structuresSpp
2012-10-18Core/Dungeon Finder: Some optimizations.Spp
- Store teleport coordinates to avoid recalculations each time someone has to be teleported - Correct teleport error msg when player is charming or using vehicle - Internal changes in storage types - Proper code for missing achievement lock type - Better debug msgs - Trying to get rid of "Player*" and "Group*" inside LFGMgr as much as possible (Step 1)
2012-10-16Added some suggestions from Subvdurotar
2012-10-16Core/Script: Update creature_text for gnomeregandurotar
2012-10-16Scripts/Halion: Fixed some warningsSubv
2012-10-16Core: Quest 'Distortion in time' - CodestyleGacko
Replace enum name eCloseRift with CloseRift and add underscore to private member counter.
2012-10-14Core/DB: Quest 'Distortions in time'Gacko
2012-10-14Core/DB: Quest 'Distortions in time'Gacko
2012-10-12Merge pull request #8065 from MrSmite/PetAI_Cleanup_1Nay
PetAI Cleanup