Commit Graph

254 Commits

Author SHA1 Message Date
megamage 2649b4c44d *Do not make deep (ProcDamageAndSpellFor) static.
--HG--
branch : trunk
2009-04-20 15:54:51 -05:00
megamage 7f8cf6c5fe *Update castcustomspell(). Allow change other spell values than basepoints.
--HG--
branch : trunk
2009-04-19 00:54:01 -05:00
megamage 8b7fb65c36 *Fix incorrect threat calculation of taunt spells.
--HG--
branch : trunk
2009-04-17 18:08:52 -05:00
raczman 4fb720c7d1 Update to creature formations.
This is a big merge, it may cause problems. Use with caution, report bugs.

--HG--
branch : trunk
2009-04-15 15:46:02 +02:00
megamage 9378a9cf21 *Add function GetPlayer and GetCreature for scripts. Please try to not use GetUnit in the future.
--HG--
branch : trunk
2009-04-11 13:42:34 -05:00
Rat 80e1a5faac *fix melee hit crit and add it to debuglog if disabled
--HG--
branch : trunk
2009-04-11 19:31:20 +02:00
Rat 1e61dffc89 *added creature extra flag No Crit (CREATURE_FLAG_EXTRA_NO_CRIT)
*added function to disable reputation gained from monsters
*tabs2spaces in affected files

--HG--
branch : trunk
2009-04-10 18:11:09 +02:00
megamage c88b194e0a *Do not allow boss to be dazed by other creatures.
--HG--
branch : trunk
2009-04-09 18:48:57 -05:00
megamage add9a820d2 *Fix a typo that causes crash.
--HG--
branch : trunk
2009-04-08 18:56:03 -05:00
megamage a7e04a252f *Add unit to notify when unit is add to world (including load grid case).
*Add some check in remove object function.

--HG--
branch : trunk
2009-04-08 17:23:57 -05:00
raczman 5fb720d117 Crashfix. <3 QAston, you damn beast.
--HG--
branch : trunk
2009-04-05 12:11:28 +02:00
raczman 607741569c Fix build.
--HG--
branch : trunk
2009-04-05 10:31:28 +02:00
megamage 9a03bb1e5f *Backport some contents from TC2.
--HG--
branch : trunk
2009-04-04 20:31:29 -06:00
megamage f2e88cae51 *Fix some visibility bug.
--HG--
branch : trunk
2009-04-02 20:27:10 -06:00
megamage dd5faef024 *Do not interrupt channel when persistent aura is removed.
--HG--
branch : trunk
2009-03-26 20:32:28 -06:00
megamage b95f1a2ff4 *Fix broken single spell immune.
--HG--
branch : trunk
2009-03-26 11:18:43 -06:00
megamage 581ae2719d *Do not allow to add/remove obj to/from world more than once.
--HG--
branch : trunk
2009-03-25 15:54:23 -06:00
megamage fe08615d17 *Try to fix a crash bug.
--HG--
branch : trunk
2009-03-24 22:25:22 -06:00
QAston 7303f9db8b *Backport blood frenzy fix from TC2.
--HG--
branch : trunk
2009-03-22 17:10:01 +01:00
megamage abe53c5cb6 *Fix a bug that mobs do not return home after wipe.
--HG--
branch : trunk
2009-03-15 10:50:10 -06:00
megamage a2d1130804 *Fix a crash.
First set m_currentSpells to NULL, then cancel spells.

--HG--
branch : trunk
2009-03-14 20:54:08 -06:00
megamage e82dd549b8 *Fix a typo that causes crash.
--HG--
branch : trunk
2009-03-14 09:01:55 -06:00
megamage ce4c9cb2ae *Allow not to switch to charmed AI for some scripts.
--HG--
branch : trunk
2009-03-13 17:48:57 -06:00
megamage 7dd699c076 *Remove aura type by caster in some cases. New function RemoveAuraTypeByCaster.
--HG--
branch : trunk
2009-03-13 17:25:46 -06:00
megamage 146b2560aa *Call stopmoving in moveidle.
--HG--
branch : trunk
2009-03-13 14:42:57 -06:00
megamage 1fbfc6da64 *Assign possessed AI and pet AI to charmed creatures.
--HG--
branch : trunk
2009-03-12 14:15:44 -06:00
QAston 234a4d9707 Fix crash.
--HG--
branch : trunk
2009-03-10 23:20:01 +01:00
QAston fdbcfc548d *Another crashfix.
--HG--
branch : trunk
2009-03-10 20:30:43 +01:00
QAston 78407665b7 *Fix crash.
*Fix charge mod apply on auras.

--HG--
branch : trunk
2009-03-10 18:21:57 +01:00
QAston 8ba090d0b4 *Fix mounts.
--HG--
branch : trunk
2009-03-10 17:11:10 +01:00
QAston 19af8f62ad *Fix a typo.
--HG--
branch : trunk
2009-03-10 00:47:59 +01:00
QAston 1fe1d6c094 Update stacking code.
--HG--
branch : trunk
2009-03-10 00:34:03 +01:00
QAston b47a282850 *Allow lifebloom stack from 2 different casters.
--HG--
branch : trunk
2009-03-09 20:22:52 +01:00
megamage 658568a8e2 *Fix a crash when statues are killed.
--HG--
branch : trunk
2009-03-07 17:17:01 -06:00
megamage 5627f5e838 *Fix a typo and add some missing content.
--HG--
branch : trunk
2009-03-07 00:53:01 -06:00
QAston 0b9d3f95de *Apply Savage fury also to mangle's bleeding effects.
--HG--
branch : trunk
2009-03-06 19:58:02 +01:00
megamage 8787c00ca3 *Disable charmed/possessed creature AI.
*Use general react states to replace charminfo react states.

--HG--
branch : trunk
2009-03-05 18:48:56 -06:00
megamage 21f35e15d9 *Do not calculate level-based spell damage twice. This fixed the bug that some +ap buff give mobs too high damage.
--HG--
branch : trunk
2009-03-05 13:09:51 -06:00
Blaymoira e2ab3714c7 *Ignore healing bonus for spell 27813 and ranks - original patch by Aviram
--HG--
branch : trunk
2009-03-05 15:41:55 +01:00
megamage 9f71a51827 *Revert 1136, nonattackable flag of spirit of redemption is handled with aura 27792,0 and should not be hard-coded.
--HG--
branch : trunk
2009-03-04 10:28:24 -06:00
megamage e3eba9331e *Fix a crash.
--HG--
branch : trunk
2009-03-03 19:07:52 -06:00
QAston 0496fac5aa *Fix Alchemist Stone effect.
--HG--
branch : trunk
2009-03-02 16:43:05 +01:00
Blaymoira 8ef61f3d40 *Prevent to kill spirit of redemption - by Sorken
--HG--
branch : trunk
2009-03-01 18:36:05 +01:00
megamage bc54e91aff *A temp fix for the bug of walking after flight.
--HG--
branch : trunk
2009-02-26 20:19:32 -06:00
megamage ee6418d92a *Update active object code.
--HG--
branch : trunk
2009-02-26 16:29:55 -06:00
megamage 58d01932af *Merge.
--HG--
branch : trunk
2009-02-25 20:53:25 -06:00
megamage bf66375bc7 *Update active object code. By VladimirMangos.
--HG--
branch : trunk
2009-02-25 20:52:20 -06:00
QAston dea0b1c5a6 *Fix Prayer of mending bonus healing.
--HG--
branch : trunk
2009-02-25 22:15:14 +01:00
Blaymoira e7ca6e8117 *More correct check for proc chance of spell 39446 - by Anubisss
--HG--
branch : trunk
2009-02-25 21:44:07 +01:00
megamage 387b6af430 *Fix the bug of taxi movement.
*Correct the size of move stop packet.

--HG--
branch : trunk
2009-02-23 16:59:25 -06:00