Commit Graph

330 Commits

Author SHA1 Message Date
QAston
7e8c61c95a *Remove hack for Divine Storm from Unit::DealDamage
*"Zip" some data in SpellMgr::LoadSpellCustomAttr
*Add MaxAffectedTargets for Divine storm heal effect
*Move Divine Storm to correct spellfamily switch-case block in Spell::EffectDummy
*Some ordering fixes of case blocks in Spell::EffectDummy

--HG--
branch : trunk
2010-07-16 14:42:24 +02:00
QAston
b406321c01 *Prevent possible problems with application of negative auras with 0 duration, now only spell hits which were diminished are immuned.
*Remove old code of SPELL_AURA_MOD_AOE_DAMAGE_AVOIDANCE forgotten in c84e55b632.

--HG--
branch : trunk
2010-07-16 14:23:03 +02:00
QAston
719f13874e *Rename SPELL_AURA_RANGED_AP_ATTACKER_CREATURES_BONUS to SPELL_AURA_MOD_CREATURE_AOE_DAMAGE_AVOIDANCE, and reimplement that aura type.
*Some more research about new aura types.

--HG--
branch : trunk
2010-07-16 13:20:50 +02:00
QAston
5ca1748326 *Implement aura type SPELL_AURA_SHARE_DAMAGE_PCT(300), somewhat based on patch by joshwhedon
*Add some guess comments about unknown aura types

--HG--
branch : trunk
2010-07-16 01:08:06 +02:00
_manuel_
3c1887aab9 Fixed problems with Sacred Cleansing, by QAston.
Fixes issue 546.

--HG--
branch : trunk
2010-07-15 19:31:40 -03:00
QAston
0252202504 *Correctly set basepoints of Learn spells - patch by Toni.Shocker.
*Make sure that Spell::m_currentBasePoints are used correctly in any other place of the code.

--HG--
branch : trunk
2010-07-15 23:20:41 +02:00
click
d2b4ffbec3 Use a slightly different approach to tree bound intersection (by Lynx3d)
--HG--
branch : trunk
2010-07-15 19:43:47 +02:00
Shauren
a214443409 Typo fix
--HG--
branch : trunk
2010-07-15 10:16:30 +02:00
Shauren
894a065203 Revert revisions 67325b1a0af0 and a0cba24b9060.
Made vendors ignore gold cost by default when extended cost is set, except when item has ITEM_FLAGS_EXTRA_EXT_COST_REQUIRES_GOLD flag

--HG--
branch : trunk
2010-07-15 10:12:51 +02:00
QAston
d59cc55351 *Typofix
--HG--
branch : trunk
2010-07-14 17:09:30 +02:00
QAston
a43ec3f158 *Add SpellMgr::CalculateSpellEffectAmount function for consistency of effect amount calculations in core
*Remove SpellEntry::CalculateSimpleValue function and use the new cuntion instead
*Remove some workarounds made because of incorrect effect amount calculations
*Since now aura effect amount problems should be gone.

--HG--
branch : trunk
2010-07-14 16:57:13 +02:00
Shauren
6aa9ee1a2f Fixed "At Gold Limit" popping every time you are gold capped and buy any item (with extended costs)
--HG--
branch : trunk
2010-07-14 12:02:27 +02:00
Shauren
af8a2e754c Another basepoint fix, Thrill of the Hunt
--HG--
branch : trunk
2010-07-14 10:35:43 +02:00
Shauren
6385a48b45 Fixed base points for Heart of the Wild however this does not fix its incorrect amount as the issue is somewhere else
Add forgotten Stances and StancesNot fields to data insert in world sql

--HG--
branch : trunk
2010-07-14 09:51:18 +02:00
Shauren
fd3e4d5139 Add Stances and StancesNot fields to spell_dbc table
--HG--
branch : trunk
2010-07-13 23:04:31 +02:00
QAston
c783cacbe6 *Remove unsafe call of Aura::CheckTarget() which was causing aura list corruption on some units.
*Change the function name to Aura::CheckAreaTarget()
*Move some functions in SpellAuras.cpp to match order from SpellAuras.h

--HG--
branch : trunk
2010-07-13 21:41:21 +02:00
Shauren
3815f19c4f Fixed SMSG_BATTLEFIELD_STATUS packet. code by tom_rus.
--HG--
branch : trunk
2010-07-13 11:10:29 +02:00
teacher
94f143ee46 Renamed "realmd" to "auth" in config files.
Renamed "character_database.sql" to "characters_database.sql". (yeah I know, you're gonna hate me, but I'm pedantic!)

--HG--
branch : trunk
2010-07-12 18:00:27 +02:00
Shauren
5ad02b578d Added support for all raid quest types
Added new config option to allow non-raid quest progression when in raid group

code by Vladimir

--HG--
branch : trunk
2010-07-12 14:38:24 +02:00
Tartalo
7a8d464b19 Warsong Gulch: In tie case last captured flag decides instead of first
Patch by manisamja
Closes issue #2925

--HG--
branch : trunk
2010-07-12 11:42:57 +02:00
Tartalo
67268befcd Warsong Gulch: remove non-english comment
--HG--
branch : trunk
2010-07-12 11:40:08 +02:00
click
673c652ba6 change "IN_MILISECONDS" to proper english "IN_MILLISECONDS"
--HG--
branch : trunk
2010-07-12 00:30:17 +02:00
click
07c1d011d4 Reinstate ITEM_FLAGS_NO_EQUIP_COOLDOWN implementation and the serverside checks for ITEM_FLAGS_INDESTRUCTIBLE (with prototypes this time)
--HG--
branch : trunk
2010-07-11 23:53:48 +02:00
click
307bf7f73e Backed out changeset 6670e64b2d92
--HG--
branch : trunk
2010-07-11 22:33:18 +02:00
click
66547c5fbd Implement ITEM_FLAGS_NO_EQUIP_COOLDOWN support + add serverside checks for ITEM_FLAGS_INDESTRUCTIBLE (code by Vladimir)
--HG--
branch : trunk
2010-07-11 22:22:49 +02:00
Shauren
aebbdcebc2 This should fix Savage Defense related crashes
--HG--
branch : trunk
2010-07-11 20:30:53 +02:00
click
63179eb772 Fix typo in previous commit *sighs*
--HG--
branch : trunk
2010-07-10 05:46:21 +02:00
click
478946284d Fix incorrect blocked LOS-calculation on certain locations (by Lynx3d)
--HG--
branch : trunk
2010-07-10 05:14:05 +02:00
teacher
89ea8ccdf9 Fixed Extractors' windows compile issue (with click's blessing and ever viewing eye!)
--HG--
branch : trunk
2010-07-09 20:32:00 +02:00
Brian
70a31424f8 [mq]: vm3
--HG--
branch : trunk
2010-07-09 04:02:26 -06:00
Brian
63c131e510 * Merge public repo
--HG--
branch : trunk
2010-07-09 02:35:08 -06:00
Tartalo
9182ab6ead Uncomment the assert that I commented some revs ago on InstanceMap::CanEnter()
--HG--
branch : trunk
2010-07-09 13:23:22 +02:00
Tartalo
a95bafefda Check map entering requirements only if areatrigger teleport changes map
--HG--
branch : trunk
2010-07-09 13:22:07 +02:00
Tartalo
7b27b98599 Remove double requirement check in AreaTrigger teleport
--HG--
branch : trunk
2010-07-09 13:12:25 +02:00
Brian
fe39f4f59a * Version update
--HG--
branch : trunk
2010-07-08 12:46:04 -06:00
Brian
5f119652ea * Proper quest reputation reward post 3.3.0
* Will require a DB update for all quest_templates that are pre 3.3.0

--HG--
branch : trunk
2010-07-08 12:43:13 -06:00
Shauren
bf111e7d96 Fixed Savage Defense
Fixed Master Shapeshifter

Fixes issue #1299.

--HG--
branch : trunk
2010-07-08 20:35:01 +02:00
Brian
f48b6d2f39 * Merge from private 335a repo
--HG--
branch : trunk
2010-07-08 09:56:40 -06:00
Brian
09c84f0a24 * Fix typo
--HG--
branch : trunk
2010-07-08 07:13:35 -06:00
Brian
2fb1001755 * Merge public repo
--HG--
branch : trunk
2010-07-08 05:27:51 -06:00
Brian
e761d578da * Implement proper script support for quest "The Prophecy of Akida" (9544)
* Script by antihrist

--HG--
branch : trunk
2010-07-08 02:22:20 -06:00
click
668de35042 Do proper sanitytesting for waypoint scriptloading - thanks to Azazel for the heads up
Closes issues #2888

--HG--
branch : trunk
2010-07-08 03:03:10 +02:00
Brian
f182482c21 * Merge public repo
--HG--
branch : trunk
2010-07-07 15:00:20 -06:00
Tartalo
e58ca4d363 Coment annoying assert that nobody knows why is there
--HG--
branch : trunk
2010-07-07 22:30:38 +02:00
Tartalo
7969723527 Deny access to instances if other party/user with the same perm id is inside
Fixes #2844

--HG--
branch : trunk
2010-07-07 22:22:16 +02:00
Shauren
2484df3918 Revert revision 4b8a7a570412 until properly fixed, caused auras to get stuck at client sometimes
--HG--
branch : trunk
2010-07-07 09:42:18 +02:00
Shauren
9ba91d50d0 Fixed sending aura remove packet at stack modification
--HG--
branch : trunk
2010-07-06 13:22:24 +02:00
click
47bfc190c7 Kill another memleak - delete auction element after auction has been ended and removed (fix by ge0rg)
--HG--
branch : trunk
2010-07-06 04:49:31 +02:00
click
6f393be15a Update GPL-licensing information on scripts (now with the proper bling-bling headers!)
If any more scriptfiles are missing their respective header, let us know please...

--HG--
branch : trunk
2010-07-06 03:27:41 +02:00
click
53f4b517ce Remove doublecalculation of crit res (fix by dr.tenma)
Fixes issue 2031

--HG--
branch : trunk
2010-07-04 21:31:20 +02:00