aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
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
2012-03-26Fix compile and fix a possible crash for mob_kiljaeden_controllerkaelima
2012-03-25Memory: Get rid of some memory leaks, converted FormationMgr back to singletonSubv
2012-03-24Merge pull request #5870 from Elron103/pull-requests5leak
Core: Fix warnings
2012-03-24Core/DBLayer: Few more type correctionsNay
Closes #5871
2012-03-24Core: Fix warningsElron103
2012-03-24Core/Scripts: Fixed script unloadingShauren
2012-03-24Core: Fix warningsleak
2012-03-24Merge pull request #5858 from w1sht0l1v3/AKMachiavelli
Scripts/Ahn'kahet/Prince Taldaram: Fix movement after shield drops.(no more LoS issues) Update boss texts and move them to creature_text. Add proper sounds to text. Add condition for a visual spell. Add usage of different Embrace of the Vampyr spell based on difficulty.
2012-03-24Scripts/Ahn'kahet/Prince Taldaram:w1sht0l1v3
Fix movement after shield drops.(no more LoS issues) Update boss texts and move them to creature_text. Add proper sounds to text. Add condition for a visual spell. Add usage of different Embrace of the Vampyr spell based on difficulty.
2012-03-24Core/DBLayer: Convert PQuery() queries to prepared statementsleak
2012-03-23Correct codestyle from previous commitkandera
2012-03-23Core/Spells: Fix improved unholy presence removal.Kandera
2012-03-23Core/Spells: Fix death coil damage bonus from sigil of the vengeful heartKandera
2012-03-22Scripts/Ahn'kahet/Prince Taldaram: Fix Conjure Flame Sphere visual casting.w1sht0l1v3
Flame Sphere should not be visible to players(only their visual).
2012-03-21Merge pull request #5825 from w1sht0l1v3/ToCrMachiavelli
Scripts/ToCr/Val'kyr Twins: Fix orb targeting.
2012-03-21Scripts/ToCr/Val'kyr Twins: Fix orb targeting.w1sht0l1v3
Add missing triggers.
2012-03-21Scripts/ToC/Anub'Arak: Prevent spells (Leeching Swarm in particular) being ↵Machiavelli
interrupted by other spells.
2012-03-19Scripts/Serpentshrine Cavern: Fixed crash in boss_leotheras_the_blind caused ↵Shauren
by uninitialized variable; also replaced unsafe AI typecasting with Get/SetGUID
2012-03-19Core/DBLayer: Convert PExecute() queries to prepared statementsleak
2012-03-17Core/Movement:Machiavelli
- Don't abort relocation if movementflag restrictions were violated. There might be lag between client and server and even different parts of the core that made this approach improper. - MOVEMENTFLAG_ROOT cannot be used in conjunction with MOVEMENTFLAG_MASK_MOVING, but it's a valid flag to receive from client. - Fix falling to ground when unapplying fly/waterwalk aura. NOTE: This is a client-side initiated fall, in the future this should be initiated and updated by the server. (Working on it) - Rename MOVEMENTFLAG_FALLING to MOVEMENTFLAG_FALLING_FAR - Rename MOVEMENTFLAG_JUMPING to MOVEMENTFLAG_FALLING Closes #5751
2012-03-17Core/Script: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-17Core/Script: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>