megamage
3a129a443c
[7258] Fixed access to field of possible deleted periodic aura. Author: VladimirMangos
...
--HG--
branch : trunk
2009-02-10 09:56:39 -06:00
megamage
f62e062b0d
*Fix a crash in _AddAura
...
--HG--
branch : trunk
2009-02-10 09:53:59 -06:00
megamage
2bd90deeed
[7239] Support multiply items loot and not normal loot items in Player::AutoStoreLoot. Author: VladimirMangos
...
Use this function in more cases and simplify and fix some related code.
--HG--
branch : trunk
2009-02-08 21:54:13 -06:00
megamage
11b9bd42f7
Fixes and cleanups in loot code. Author: VladimirMangos
...
* Move not-normal loot tables generation in single place (Loot::FillLoot function) for group and non group case.
* Simplify LootView code.
--HG--
branch : trunk
2009-02-08 21:45:31 -06:00
QAston
d465a5ed02
*Handle SPELL_AURA_MOD_ENEMY_DODGE, make commanding shout heal for hp increased value.
...
--HG--
branch : trunk
2009-02-07 22:39:40 +01:00
QAston
401ebf5455
*Handle SPELL_AURA_MOD_AURA_DURATION_BY_DISPEL and SPELL_AURA_MOD_AURA_DURATION_BY_DISPEL_NOT_STACK.
...
*Fix SPELL_AURA_MECHANIC_DURATION_MOD and SPELL_AURA_MECHANIC_DURATION_MOD_NOT_STACK for PVP.
--HG--
branch : trunk
2009-02-07 22:03:29 +01:00
QAston
ffd2f71f4b
*Handle aura SPELL_AURA_MOD_BLOCK_CRIT_CHANCE.
...
--HG--
branch : trunk
2009-02-07 19:57:28 +01:00
QAston
a38297f28f
*Handle aura SPELL_AURA_MECHANIC_IMMUNITY_MASK.
...
*Fix a typo in ap bonus from stat calculation-thanks to megamage for pointing this.
--HG--
branch : trunk
2009-02-06 23:01:07 +01:00
megamage
a8d5d6fcf1
*Merge.
...
--HG--
branch : trunk
2009-02-06 15:45:33 -06:00
QAston
e920c9d1ab
*Handle aura SPELL_AURA_MOD_HOT_PCT.
...
--HG--
branch : trunk
2009-02-06 22:08:03 +01:00
QAston
4c5f0fd6a5
*Fix aura sending to 303 client.
...
--HG--
branch : trunk
2009-02-06 19:42:03 +01:00
megamage
9332f1e58d
*Update linked spell. Add new type: linked aura.
...
--HG--
branch : trunk
2009-02-05 22:49:07 -06:00
QAston
4846745dc6
Fix crash. by Skystar.
...
--HG--
branch : trunk
2009-02-05 20:28:35 +01:00
QAston
066b83b523
*Handle SPELL_AURA_ABILITY_IGNORE_AURASTATE and SPELL_AURA_ALLOW_ONLY_ABILITY.
...
*Fix build on Windows.
--HG--
branch : trunk
2009-02-05 13:38:48 +01:00
megamage
d69198732e
*Merge.
...
--HG--
branch : trunk
2009-02-04 17:22:43 -06:00
megamage
df7499e056
*Merge.
...
--HG--
branch : trunk
2009-02-04 10:53:58 -06:00
megamage
4d008f2043
Replace tabs with spaces, and fix crlf issues
...
--HG--
branch : trunk
2009-02-04 10:33:18 -06:00
Drahy
5dab980495
* Updated copyright notice for new year (2009) part 2
...
* Changed mangos website
--HG--
branch : trunk
2009-02-04 12:42:26 +01:00
Drahy
7c19c420c6
* Updated copyright notice for new year (2009) part 1 - Mercurial cant convert all files at once
...
--HG--
branch : trunk
2009-02-04 12:04:12 +01:00
megamage
3b8bce566e
*Merge.
...
--HG--
branch : trunk
2009-02-03 15:05:04 -06:00
QAston
516cb0c6da
*Handle SPELL_AURA_MOD_TARGET_ABSORB_SCHOOL and SPELL_AURA_MOD_IGNORE_TARGET_RESIST
...
*change handling SPELL_AURA_MOD_ABILITY_IGNORE_TARGET_RESIST and SPELL_AURA_MOD_TARGET_ABILITY_ABSORB_SCHOOL to use m_amount instead of fixed 100 value.
*SPELL_AURA_MOD_HEALING_RECEIVED use only when calculating aura caster healing.
--HG--
branch : trunk
2009-02-03 20:42:43 +01:00
QAston
8b36eb7f0c
*Handle SPELL_AURA_MOD_ABILITY_AFFECTED_TARGETS.
...
--HG--
branch : trunk
2009-02-03 19:12:33 +01:00
QAston
c3c36ec1c8
*Fix bug that missed/immuned/etc. shoots take no ammo.
...
*Handle SPELL_AURA_ABILITY_CONSUME_NO_AMMO
--HG--
branch : trunk
2009-02-03 18:27:22 +01:00
QAston
9c560802cd
*Handle disarm offhand and ranged weapon, since now disarm affects all bonuses given by item.
...
--HG--
branch : trunk
2009-02-03 15:56:07 +01:00
megamage
4e13ff356f
*Merge.
...
--HG--
branch : trunk
2009-02-02 17:34:49 -06:00
megamage
f641ea558a
[7222] Revert "[7206] Not set creep walking mode for recial stealth ability 58984." Author: KiriX
...
--HG--
branch : trunk
2009-02-02 15:37:33 -06:00
QAston
cccfd132dd
*Handle SPELL_AURA_MOD_WEAPONTYPE_IGNORE_TARGET_RESISTANCE and new spellmods.
...
--HG--
branch : trunk
2009-02-02 22:31:11 +01:00
QAston
f2e514eb04
*Handle SPELL_AURA_MOD_HONOR_GAIN_PCT.
...
--HG--
branch : trunk
2009-02-02 20:55:17 +01:00
QAston
cc69f94c40
*Fix spell 53590 and it's other ranks.
...
--HG--
branch : trunk
2009-02-02 20:11:21 +01:00
QAston
dca9c4cc1f
*Remove hack from spell::cast.
...
--HG--
branch : trunk
2009-02-02 17:42:05 +01:00
QAston
c385b52997
*Fix a typo in prev commit
...
*Use flag96 instead of unit64+unit32.
--HG--
branch : trunk
2009-02-02 17:01:56 +01:00
megamage
6d6cddbee0
Set only one charge for 54741 mage spell
...
Signed-off-by: DiSlord <dislord@nomail.com >
--HG--
branch : trunk
2009-02-01 16:15:41 -06:00
megamage
336e8501f0
*Update to Mangos 7208. Implement phase system.
...
--HG--
branch : trunk
2009-01-31 16:38:50 -06:00
megamage
4074b481f0
*Update to Mangos 7206.
...
--HG--
branch : trunk
2009-01-31 14:41:36 -06:00
megamage
440f5ed90c
*Fix build.
...
--HG--
branch : trunk
2009-01-29 20:43:59 -06:00
megamage
25ab1fa4ad
*Update to Mangos 7200.
...
--HG--
branch : trunk
2009-01-29 19:33:39 -06:00
megamage
7663c741c7
*Update to Mangos 7195.
...
--HG--
branch : trunk
2009-01-29 18:18:33 -06:00
megamage
c5de7cccb8
*Update to Mangos 7190.
...
--HG--
branch : trunk
2009-01-26 17:13:27 -06:00
megamage
1be9f5dbdd
*Update to Mangos 7187.
...
--HG--
branch : trunk
2009-01-26 09:52:31 -06:00
megamage
ef88b04451
*Update to Mangos 7183.
...
--HG--
branch : trunk
2009-01-25 16:35:14 -06:00
megamage
30f6b38941
*Update to Mangos 7158.
...
--HG--
branch : trunk
2009-01-24 11:28:00 -06:00
megamage
4facfd5572
*Fix build.
...
--HG--
branch : trunk
2009-01-22 23:13:20 -06:00
megamage
ab4b9160f2
*Update to Mangos 7151.
...
--HG--
branch : trunk
2009-01-22 22:44:27 -06:00
megamage
4230318f96
*Update to Mangos 7136.
...
--HG--
branch : trunk
2009-01-21 16:18:57 -06:00
megamage
68c0bcd069
*Update to Mangos 7125.
...
--HG--
branch : trunk
2009-01-20 19:59:43 -06:00
megamage
40e7dcb599
*Update to Mangos 7111.
...
--HG--
branch : trunk
2009-01-18 19:01:41 -06:00
megamage
02c060be05
*Update to Mangos 7100.
...
--HG--
branch : trunk
2009-01-17 17:54:11 -06:00
megamage
80263de422
Update to Trinity 863.
...
--HG--
branch : trunk
2009-01-16 14:32:47 -06:00
megamage
40a1154c5b
*Update to Mangos 7092.
...
--HG--
branch : trunk
2009-01-16 14:17:24 -06:00
megamage
14e38a3ddf
*Update to Mangos 7093.
...
--HG--
branch : trunk
2009-01-14 18:42:53 -06:00