kandera
0c3dbb3a57
Merge pull request #6522 from Vincent-Michael/TakenCalculation
...
Core/Spell: Fix SpellDamageBonusTaken calculation for negative value
2012-05-16 07:55:22 -07:00
Kandera
c70792df02
Core/Scripting: add the ability to access loot/go state changed events for gameobjects from cpp scripting. (malcrom's idea)
2012-05-16 08:47:43 -04:00
Vincent-Michael
b90cb5878d
Core/Spell: Fix SpellDamageBonusTaken calculation for negative value
2012-05-15 23:43:06 +02:00
Kandera
c05c16a8de
Core/Spells: more immunities fixes! mechanics are supposed to be checked for finding out if immune to the entire spell.
2012-05-15 15:07:53 -04:00
Kandera
648321e121
Core/Spelld: fix target selection for ground based aoe spells. use the center of the cast (dynamic object) instead of the caster for checking los
2012-05-15 13:26:15 -04:00
kaelima
b72c690905
Fixed compile
2012-05-15 00:03:18 +02:00
Kandera
124c65ad80
fix compile warnings from 548ac10
2012-05-14 15:28:31 -04:00
Kandera
cd06bb9377
Core/Spells: fix possible crash from not having any effect and trying to check if immune. fixes non effect spell mechanic checking for spells with both spell mechanics and effect mechanics
2012-05-14 15:24:48 -04:00
Kandera
06e019b722
Core/Entities: move spellproto check to the outside of the forloop to not has crashes
2012-05-14 14:23:21 -04:00
Kandera
548ac10879
Core/Entities: fix calculations for damage taken/done with negative values (should go into effect) and correctly implement SPELL_ATTR6_NO_DONE_PCT_DAMAGE_MODS. small cleanup
2012-05-14 14:11:02 -04:00
kandera
b01cca9bbc
Merge pull request #6511 from Vincent-Michael/SpellHealingBonusTaken
...
Core/Spell: Fix SPELL_DAMAGE_CLASS_NONE calculation for SpellHealingBonusTaken
2012-05-14 06:49:12 -07:00
Subv
e74135946d
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore
2012-05-13 19:40:05 -05:00
Subv
1a06e197fd
Core/Spells: Proc the spells that have DEST target when there is no other target info
...
Closes #6443
Closes #6277
Closes #6331
Signed-off-by: Subv <s.v.h21@hotmail.com >
2012-05-13 19:39:06 -05:00
Vincent-Michael
ede623b473
Core/Spell:
...
* Fix SPELL_DAMAGE_CLASS_NONE calculation for SpellHealingBonusTaken
* Fix some codestyles
2012-05-13 21:07:59 +02:00
Vincent-Michael
e122f9fd30
Core/Spell:
...
* Fix Nourish heal calculation
* Fix some codestyle
2012-05-13 18:08:57 +02:00
kaelima
a1ff27a1c6
Core/Threat: Some corrections to 5709929d2b
...
Fixes HandleChannelDeathItem (spells such as Drain Soul), which got broken by moving m_deathState = s, thanks Shauren
2012-05-13 17:47:27 +02:00
QAston
e5268ba0b5
Merge pull request #6502 from Vincent-Michael/SPELL_DAMAGE_CLASS_NONE
...
Core/Spell: Fix some problems with spells calculation
2012-05-13 07:52:14 -07:00
Vincent-Michael
79a735fb01
Core/Spell:
...
* Fix Spells with DmgClass SPELL_DAMAGE_CLASS_NONE
* Fix SPELL_AURA_PERIODIC_HEAL calculation
* Fix Swiftmend heal calculation
* Fix some codestyle
2012-05-13 16:29:01 +02:00
Malcrom
5709929d2b
Core/Threat: Fix by faq.
...
Turning gm on, now drops threat.
Dead mobs no longer holds threat on player.
Also fixed some Engrish.
2012-05-13 11:33:42 -02:30
joschiwald
4e354d6ca9
Core/Spells: fix damage mods from caster on target
2012-05-11 22:43:06 +02:00
Chaplain
469ba0b0e7
Clean up for 58f63509cd
...
*restore const methods in spellauraeffects
*fix typo in Unit::CalculateMeleeDamage thx bytewarrior
*minor speed up in SpellInfo::GetMaxTicks() thx Warpten
*deleted duble ';;' thx bytewarrior
*speed up in SpellInfo::GetMaxTicks() thx goes to Vincent-Michael
2012-05-10 20:42:07 +03:00
QAston
58f63509cd
Merge pull request #6314 from Chaplain/spells
...
Core/Spells: Separation of caster/target part damage/heal bonus calculation.
2012-05-09 15:10:33 -07:00
Kandera
d6d45633c8
Core/Commands: Add level 3 command for setting npc data. used for testing scripts.
2012-05-09 10:29:06 -04:00
kaelima
1fec4a5af2
Core/Gameobject: Set artkit once in GameObject::Create
2012-05-09 13:52:31 +02:00
kaelima
d50b23d9f9
Core/Transport: Set GAMEOBJECT_FLAGS from DB for transports, not hardcoded
2012-05-09 03:08:34 +02:00
Kandera
5fc2c8cda3
Core/Items: fix compile error from previous commit. use item instead of bag.
2012-05-08 10:06:38 -04:00
Kandera
6c15bee884
Core/AI: fix the call to help handler to use distance from the npc and not the victim of the npc. (thx shauren)
2012-05-08 09:17:04 -04:00
Kandera
d2a33afc37
Core/Items: fix deletion of items when the bag they are in gets deleted on load. also checks for items that have no real bag for possible expoits.
2012-05-08 09:15:52 -04:00
Svannon
7386aafaf6
Core/AI - Fix Evade Bug
2012-05-07 16:57:28 -06:00
kaelima
7be70393e5
Movement/WaypointGenerator: Fix issue where waypoints with delay always would turn to 0.0 orientation
2012-05-07 14:33:24 +02:00
kaelima
f34e650fe0
Core/Accounts: Delete all bans related to an account when it has been deleted.
2012-05-06 02:37:31 +02:00
Chaplain
d94a89c465
Clean misused m_canBeRecalculated.
...
*When we solve problem with m_amount we could make right solution for caster/victim damage calculation.
2012-05-04 18:35:11 +03:00
MacWarrior
58b05da8df
Fix creature's save
2012-05-04 16:42:23 +03:00
kandera
a8a5b5a8f0
Core/Seasonal: move quest resetting to the beginning of the event.
2012-05-03 12:45:28 -03:00
Amit
a12faa5e9d
Fix log typo with spell_group at SpellMgr.cpp
2012-04-30 13:53:25 +03:00
kaelima
7f51c399c6
Core/DBLayer: CHAR_DEL_CHAR_AURA_FROZEN query should be asynchronous
...
Closes issue #6273
Also corrected one opcode name in Opcodes.cpp (changes nothing)
2012-04-30 02:07:59 +02:00
Chaplain
879070bc80
Core/Spells: Separation caster/target part damage/heal bonus calculations.
...
*Implement HoT/DoT save caster side bonuses and apply target mods on each tick
2012-04-28 23:32:25 +03:00
QAston
b53485e053
Fix build and correct minor codestyle issue.
2012-04-28 15:10:52 +02:00
QAston
b899f5fc94
Core/SpellScripts: rename GetTarget*() functions to GetExplTarget*(), so the names reflect better what those functions do. Also update some comments.
2012-04-28 14:55:14 +02:00
QAston
4b5e763d21
Merge pull request #6368 from Vincent-Michael/disengage
...
Core/Spell: Fix not using Disengage while rooted
2012-04-28 04:57:45 -07:00
QAston
06923e21e8
Merge pull request #6239 from The-Game/master
...
Core/Spell: Fix unit tracking to not being limited to the caster of SPELL_AURA_MOD_STALKED.
2012-04-28 04:56:58 -07:00
Vincent-Michael
e8bfcb686f
Core/Spell: Fix not using Disengage while rooted
2012-04-28 02:56:29 +02:00
Vincent-Michael
8f19d00509
Core/Battleground:
...
* Fix typo in commit ddd25ce716
* Fix codestyle
2012-04-27 16:24:16 +02:00
Shauren
51656d7e60
Scripts/Icecrown Citadel: Fixed Scent of Blood on heroic mode of Deathbringer Saurfang encounter
2012-04-27 15:38:09 +02:00
Kandera
e6a6f6539d
Core/Spells: Correct tick damage for health funnel. (thx alp22) Closes #3465
2012-04-24 13:39:37 -04:00
The Game
9320131892
Check if unit has UNIT_DYNFLAG_TRACK_UNIT before checking auras to prevent prevent unnecessary operations, thanks you QAston for suggesting.
2012-04-24 13:11:22 -04:00
Shauren
05bb8e4fcd
Core/Vehicles: Fixed creature passengers falling off vehicles at client side
2012-04-24 17:19:41 +02:00
Shauren
1851a2e9e3
Scripts: Replaced calls to ForcedDespawn with DespawnOrUnsummon (calls appropriate AI hooks in case of temporary summons) and made ForcedDespawn private
2012-04-24 16:53:37 +02:00
Shocker
64e4fa254b
Merge pull request #6250 from Frca/master
...
Core/Misc: Do not set TeleportDestination as reference in WorldSession::HandleMoveWorldportAckOpcode()
2012-04-23 17:26:34 -07:00
Shocker
83e1e17649
Merge pull request #6008 from cookta2012/troy09
...
Core/Commands: Some porting and organizing
Moving a commands around eliminating a unnecessary file, and porting the "demorph" command
* moved the "wpgps" command into the cs_debug.cpp because it seems more fitting
* organized the "modify speed" commands into a table of their own
* moved the "gps" command into the cs_misc.cpp
2012-04-23 17:21:42 -07:00