aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
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
2012-04-11dead codefaramir118
2012-04-11Scripts/Karazhan/Midnight: Fix timer logicfaramir118
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2012-04-11wrong signature in a few overridesfaramir118
2012-04-11Scripts/Icecrown Citadel: Fixed crashes on despawning abominations during ↵Shauren
Professor Putricide's phase transition
2012-04-11Scripts/Silithus: Fix crash when doing "A Pawn on the Eternal Board"kaelima
Closes #6156
2012-04-09Core/DBLayer: More type fixesShauren
2012-04-09Cmake: Remove no longer existing */dep/mersennetwister includekaelima
Thanks Venugh for noticing
2012-04-09Core/Scripts: fix unrelenting assault procing on caster (thx gigatotem). ↵kandera
both cast spells have target_unit_caster
2012-04-09Core/Scripts: Remove some unnecessary creature/player casts in scripts and ↵kaelima
do some safer casting in a silithus script
2012-04-09Scripts/Spells: Corrected Riptide script, preparing variable should be done ↵Shauren
in Load hook, not Register
2012-04-08Core/Spells: Fixed Riptide bonus on Chain HealSubv
closes #1152 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-08Core/Shared: Move container functions to shared project under ↵Machiavelli
Trinity::Container namespace. Also implement RandomResizeList which takes a predicate function as parameter. Core/ScriptedAI: Extend SummonList::DoAction to take a predicate function as parameter and allow specifying a maximum number of units to be selected.
2012-04-08Scripts/Icecrown Citadel: Fixed Mystic Buffet applying on targets hidden ↵Shauren
behind Ice Tombs
2012-04-08Scripts/Icecrown CitaldelShauren
* Timer improvements after air phase for Sindragosa * Added landing animation after air phase * Unchained Magic affects 6 targets on 25 man mode *
2012-04-07Scripts/Spells: Removed redundant code for spell 54798.Subv
Closes #519 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-07Scripts/Spells: When Frost Warding negates the damage taken, the Frost Ward ↵Subv
should remain intact Closes #313 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-07Scripts/SM: Fix dead anymation of FairbanksNay
Patch by DennisRassmann (25/10/2010) Closes #4998
2012-04-07Script/UC: Add some combat spells to Lady SylvannasNay
Original patch by pxlcreations (11/04/2010)
2012-04-07Scripts/Pit of Saron: Geist Ambusher should only jump once, on entering combatShauren
2012-04-07Core/DBLayer: More type fixes.Shauren
2012-04-07Scripts/Icecrown Citadel: Fixed Ice Bomb visual synchronizationShauren
Closes #5179
2012-04-06Scripts/Silithus: Few summons were being spawned at wrong locations (out of ↵w1sht0l1v3
bounds array) Fixes a crash and/or console errors
2012-04-05Core/Spells: Fix unrelenting assault not proccing aura when overpower is ↵Kandera
used while target is casting. Closes #5965
2012-04-03Core/Spells: fix crash with wintergrasp water spell script.Kandera
2012-04-03Core/Spells: fix wintergrasp water being applied to players. small codestyle fixKandera
2012-04-01change GetMaxHealth and BeforeHit...Jildor
2012-04-01Core/Spells: Fix Spinning Pain Spike damageJildor
Close: #5652
2012-04-01Core/Script: Code style and some rewriting.Gyx
MoveInLineOfSight(Unit* unit) -> MoveInLineOfSight(Unit* who) Signed-off-by: Gyx <2359980687@qq.com>
2012-03-31Core/Script: Code style and some rewriting.Gyx
JustDied(Unit* Killer) -> JustDied(Unit* killer) JustDied(Unit* /*Killer*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*unit*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*slayer*/)) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*victim*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* victim) -> JustDied(Unit* killer) JustDied(Unit* /*who*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* who) -> JustDied(Unit* killer) JustDied(Unit*) -> JustDied(Unit* /*killer*/) Signed-off-by: Gyx <2359980687@qq.com>
2012-03-30Core/Script: Code style(Missing?).Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-29Core/Script: Code style.Gyx
WaypointReached(uint32 i) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 uiPointId) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*point*/) -> WaypointReached(uint32 /*waypointId*/) WaypointReached(uint32 uiI) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*i*/) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 uiWPointId) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*wp*/) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*point*/) -> WaypointReached(uint32 waypointId) Signed-off-by: Gyx <2359980687@qq.com>
2012-03-29Core/Game: Code style.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-28Merge pull request #5918 from GyxTom/masterShocker
Core/Misc: Various cleanups
2012-03-28Core/Spells: attempt to fix penance doing nothing on "friendly" non faction ↵Kandera
targets. should return invalid targets
2012-03-28Core/Script: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-28Core/Script: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-27Core/DBLayer: Correct few more wrong read types (No. 1)Nay
DB/World: Some consistency in the ints "length" field (not really a length) From A to D world tables verified; missing all the others int(11) -> int32 unsigned int(10) -> uint32 mediumint(8) -> int32 unsigned mediumint(8) -> uint32 smallint(6) -> int16 unsigned smallint(5) -> uint16 tinyint(4) -> int8 unsigned tinyint(3) -> uint8
2012-03-26Core/Spells: and another mistake from the misdirection fix >.>kandera
2012-03-26Core/Spells: one more miss from misdirection fixKandera
2012-03-26Core/Spells: Fix Misdirection (thx to elron) closes #5869, #4343Kandera