Commit Graph

330 Commits

Author SHA1 Message Date
QAston e0e39f26b4 *Take charges for Finger of Frost and Sudden Death correctly.
*Clearcasting for Arcane Potency - From KAPATEJIb's cumulative patch package

--HG--
branch : trunk
2009-04-09 23:15:56 +02:00
megamage 5a71d93bd2 *Update vehicle code.
*Show correct visual effects to other players.
*Do not allow attack players on vehicle.
*Only dismiss vehicle when it is summoned.

--HG--
branch : trunk
2009-04-09 13:39:23 -05:00
QAston 02bb32f60f *Fix seals: command, justice, wisdom, light unleashing damage.
--HG--
branch : trunk
2009-04-09 14:58:25 +02:00
megamage 74d553bc4c *Merge.
--HG--
branch : trunk
2009-04-08 12:28:41 -05:00
megamage 24dede78d3 [7621] More strong check for 23922 and ranks for add damage Author: Lutik
--HG--
branch : trunk
2009-04-07 16:24:14 -05:00
mknjc d89e8346f1 Added a workaround for Black Hole Effect
--HG--
branch : trunk
2009-04-07 21:14:09 +02:00
QAston c1388e0b54 *Merge
--HG--
branch : trunk
2009-04-07 20:42:03 +02:00
QAston 741b51cc47 *Merge
--HG--
branch : trunk
2009-04-07 20:40:00 +02:00
Anubisss d010843abb *Fix a typo.
--HG--
branch : trunk
2009-04-07 20:30:05 +02:00
XTZGZoReX 2fe9fed7c7 * Tabs to spaces -- using: perl -p -i -e "s/\t/ /g" *
--HG--
branch : trunk
2009-04-07 10:51:45 +02:00
megamage 57674b1473 *Fix the bug that revive pet make pet action bar disappear.
--HG--
branch : trunk
2009-04-06 22:08:12 -05:00
QAston 51f53fdc0c *Try to make judgement of light not teleport caster.
--HG--
branch : trunk
2009-04-07 01:27:05 +02:00
QAston f646e0cc24 *Fix a crash with cloak of shadows.
--HG--
branch : trunk
2009-04-08 00:21:11 +02:00
QAston ebc7176678 *Fix auras amount after relog
--HG--
branch : trunk
2009-04-08 00:07:32 +02:00
QAston af406ef271 *Again a typofix-sorry for that
--HG--
branch : trunk
2009-04-07 23:53:13 +02:00
XTZGZoReX cc2a089a9d * Trailing whitespace removed.
--HG--
branch : trunk
2009-04-06 21:14:51 +02:00
QAston 5e565cd777 * Fix some freezes.
* Fix freeze in HandleModMechanicImmunity- thanks for megamage for pointing this.

--HG--
branch : trunk
2009-04-07 20:09:15 +02:00
Anubisss 37632e4e39 *Add a check for Glyph of Swiftmend in Swiftmend code.
--HG--
branch : trunk
2009-04-06 18:00:16 +02:00
QAston c7758d54bf *Fix mana burn.
--HG--
branch : trunk
2009-04-06 13:55:32 +02:00
QAston 20c02ef760 *Update of aura system.
--HG--
branch : trunk
2009-04-06 13:31:14 +02:00
megamage ef3295d279 *Fix broken execute.
--HG--
branch : trunk
2009-04-03 16:59:01 -06:00
megamage 3d1200f4ac [7609] Trailing whitespace cleaning Author: freghar
--HG--
branch : trunk
2009-04-03 16:39:21 -06:00
megamage f7cc04e9dd [7606] Fix use % power burn in effects Author: Lutik
--HG--
branch : trunk
2009-04-03 16:33:25 -06:00
megamage 4ca04684f2 [7593] Map::EnsureGridLoaded related cleanups and fixes: Author: VladimirMangos
* Make generic EnsureGridLoaded function and move specialized code to LoadGrid and EnsureGridLoadedAtEnter
    * Rename args to gx/gy for low-level grid numbering values.
    * Remove redundent LoadMpa call after always case loading maps in EnsureGridCreated

--HG--
branch : trunk
2009-04-02 16:33:35 -06:00
megamage 84f3bf8b71 *Update 52375 and ranks code. Author: Charlie2025
--HG--
branch : trunk
2009-03-31 14:25:38 -06:00
megamage ba99171d5b [7585] Implement quest item 39164 work. Author: KiriX
--HG--
branch : trunk
2009-03-29 17:22:58 -06:00
megamage 7668b6aae6 [7583] Use instead BasePoints+1 hardcoded formula more correct BasePoint+BaseDice hide in special helper function. Author: VladimirMangos
--HG--
branch : trunk
2009-03-29 17:21:06 -06:00
megamage d0877fa006 [7581] Move spell 58418, 58420 to script effect (first) from dummy (second). Author: VladimirMangos
In new spell data second dummy effect often use for additional info (script+dummy) or (dummy+dummy) and not called in fact.

--HG--
branch : trunk
2009-03-29 17:18:51 -06:00
megamage 28532e2524 [7579] Check quest state and more generic code use for 58418, 58420.Author: GriffonHeart
--HG--
branch : trunk
2009-03-29 17:16:30 -06:00
megamage f69c48202f [7571] Implemented AttributesEx4 & 0x40 - SPELL_ATTR_EX4_NOT_STEALABLE Author: arrai
Flag has been verified by comparing 3.0.3 AttributesEx4 value of spell 55336 with 3.0.9 one

--HG--
branch : trunk
2009-03-28 17:47:12 -06:00
megamage 4797684f3b [7562] Drop code for now not existed spell support. (Touch of Weakness triggered spell) Author: cccyril
--HG--
branch : trunk
2009-03-28 16:34:34 -06:00
megamage 1299521d50 [7559] Implement function Player::RewardPlayerAndGroupAtEvent for reward (quest objective only) player and group at special kill-like events. Author: Ramses_II
Use it for Spell::EffectKillCredit and some dummy code.

--HG--
branch : trunk
2009-03-28 16:26:31 -06:00
megamage a12682a3dd *Fix the visibility update bug of non-unit object.
--HG--
branch : trunk
2009-03-28 09:57:25 -06:00
megamage ff83e4a9b1 *Fix some bugs of pet.
--HG--
branch : trunk
2009-03-27 22:47:28 -06:00
megamage 68c3039715 *Move most reputation/force faction reaction code to new ReputationMgr. Author: VladimirMangos
--HG--
branch : trunk
2009-03-26 13:53:32 -06:00
megamage ebf53a4820 *Summon all creatures by summon properties.
--HG--
branch : trunk
2009-03-25 16:20:30 -06:00
megamage c5969d6d03 *Make sure the a player can only have one viewpoint.
--HG--
branch : trunk
2009-03-24 13:13:00 -06:00
megamage ba1fd0db90 [7527] Remove redundent arg from Player::EnvironmentalDamage Author: VladimirMangos
--HG--
branch : trunk
2009-03-24 09:44:08 -06:00
megamage 3888799d76 [7524] Removed commented code in Spell::EffectSendEvent() Author: Triply
--HG--
branch : trunk
2009-03-24 09:37:45 -06:00
megamage 7d9a71a6cf [7523] Fixed: players will now drop flag in battleground if they cast immunity buff on themselves. Author: `win
TODO: players who carry flag in bg are imune to immunity buffs casted by friendly players. (todo added to code).
    Bug: if paladin casts Hand of protection on flag carrier - flag will be dropped, but he should get "target is immune" message.
    Fixed: Do not call Battleground::Update for battleground template objects.
    Fixed: Do not allow immune player to click on object in battleground (not sure if this is correct in all cases).

--HG--
branch : trunk
2009-03-24 09:36:50 -06:00
megamage ba957ed9f4 *Allow knockback creatures.
--HG--
branch : trunk
2009-03-23 15:26:13 -06:00
megamage 71bcdec848 *Fix a typo in knockback effect.
--HG--
branch : trunk
2009-03-23 15:25:20 -06:00
QAston 8af4e2dd42 *Fix a crash.
--HG--
branch : trunk
2009-03-23 15:39:40 +01:00
QAston ce71c0e798 *Update dispel code and fix crash related to it. Thanks to megamage.
--HG--
branch : trunk
2009-03-23 01:54:50 +01:00
megamage 3c5a24f4cd [7516] Add form/mounting/self control loss limitations to 48505 and ranks. Author: Sarjuuk
--HG--
branch : trunk
2009-03-21 22:48:52 -06:00
megamage b1e23bb904 *Auto enter vehicle for summon vehicle spells.
--HG--
branch : trunk
2009-03-21 17:59:05 -06:00
megamage de849cc508 Small code cleanup and partial merge with dev branch Author: tomrus88
--HG--
branch : trunk
2009-03-21 14:53:38 -06:00
megamage 59ce40e484 *Remove dual ERROR in logs Author: AlexDereka
--HG--
branch : trunk
2009-03-21 14:28:02 -06:00
QAston 5eda38d76a *Merge EAIchnges from SD2.
--HG--
branch : trunk
2009-03-21 19:33:10 +01:00
QAston 5d8ef964cb *Fix Divine Storm.
--HG--
branch : trunk
2009-03-21 18:30:06 +01:00