Commit Graph

341 Commits

Author SHA1 Message Date
megamage
0fd28a68b7 *Merge.
--HG--
branch : trunk
2009-04-05 17:11:43 -05:00
QAston
6375f8fc8c *Set aura remove by expire only for expired auras
--HG--
branch : trunk
2009-04-06 23:27:13 +02:00
megamage
5acc0c057b [7612] Move SMSG_TRIGGER_CINEMATIC and SMSG_TRIGGER_MOVIE to functions and use its instead explicit packet creating. Author: NoFantasy
--HG--
branch : trunk
2009-04-05 16:25:00 -05:00
QAston
20c02ef760 *Update of aura system.
--HG--
branch : trunk
2009-04-06 13:31:14 +02:00
megamage
c48ea87a03 *Fix some crash when unit is removed.
--HG--
branch : trunk
2009-04-03 14:51:40 -06:00
megamage
9f65886787 [7600] Apply at far teleport AURA_INTERRUPT_FLAG_MOVE and AURA_INTERRUPT_FLAG_TURNING in simlar to near teleport case. Author: VladimirMangos
--HG--
branch : trunk
2009-04-02 16:49:52 -06:00
megamage
943d0c6e2d [7597] Fixed crash at stealing single target auras (54648 for example) Author: arrai
--HG--
branch : trunk
2009-04-02 16:44:18 -06:00
megamage
2ea4fab57f *Try to fix a crash caused by dualcomplete.
--HG--
branch : trunk
2009-04-02 13:47:10 -06:00
megamage
b51cea6ce4 *Remove some code which may cause crash.
--HG--
branch : trunk
2009-03-31 14:08:38 -06:00
megamage
031df598ab *Try to fix crash.
--HG--
branch : trunk
2009-03-31 09:18:39 -06:00
megamage
783e4fd3ff *Add new creature_template column VehicleId
*Allow spawn vehicles
*Make vehicles grid objects.

--HG--
branch : trunk
2009-03-28 22:44:09 -06:00
megamage
4bd98db3ab [7575] Avoid unrelated skill search at ACHIEVEMENT_CRITERIA_TYPE_*_SKILL_LEVEL update Author: VladimirMangos
--HG--
branch : trunk
2009-03-28 18:00:33 -06:00
megamage
eee2d0216e [7573] Implement ACHIEVEMENT_CRITERIA_TYPE_LEARN_SKILL_LEVEL Author: Trazom
--HG--
branch : trunk
2009-03-28 17:58:21 -06:00
megamage
b1c5d4c593 Implement initial known taxi nodes for DK. Author: Lightguard, VladimirMangos
--HG--
branch : trunk
2009-03-28 17:50:36 -06:00
megamage
85e497eb58 [7566] Fix shield block value pct mod use (apply it on strength bonus also) Author: DiSlord
--HG--
branch : trunk
2009-03-28 17:34:29 -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
ff83e4a9b1 *Fix some bugs of pet.
--HG--
branch : trunk
2009-03-27 22:47:28 -06:00
megamage
e9bdfa4d02 *Merge.
--HG--
branch : trunk
2009-03-26 21:54:14 -06:00
megamage
52a5c5e8e3 *Some improvement of update visibility when players leave map.
--HG--
branch : trunk
2009-03-26 20:33:01 -06:00
megamage
a6d6b21456 *Fix build.
--HG--
branch : trunk
2009-03-26 17:51:40 -06:00
megamage
a97f5c8d98 [7551] apply deserter debuff also if player leaves the bg in preparation phase Author: balrok
prior this deserter debuff was only applied at status_in_progress

--HG--
branch : trunk
2009-03-26 16:50:29 -06:00
megamage
4ba4e193e7 [7550] Remove dublicate code. Author: DiSlord
--HG--
branch : trunk
2009-03-26 16:49:47 -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
5ebd3165d8 *Clear farsight when player loggin
--HG--
branch : trunk
2009-03-26 10:41:47 -06:00
megamage
1c2eab4110 *Fix a crash caused by pet.
*Make pet class derived from guardian class.

--HG--
branch : trunk
2009-03-25 21:32:34 -06:00
megamage
02440eaa10 [7538] Hide some implementation details for reputation/forced faction reaction. Author: VladimirMangos
--HG--
branch : trunk
2009-03-25 16:04:08 -06:00
XTZGZoReX
82e966e5f2 * Added support for logging chats: Guild, raid, party, public, officer chat, addon messages, whispers, system/custom channels.
* Added config options to enable/disable them (ChatLogs.*), LogDB.Chat (enables/disables DB logging of chats), and ChatLogFile to specify the log file to use.

--HG--
branch : trunk
2009-03-25 14:25:15 +01:00
megamage
1c6c199f5d [7533] Redirect movement packet in proper way to controlled target. Author: VladimirMangos
* In creature case ignore fall/etc damage
    * In player case apply fall damage/etc to controlled player, apply other movement effect to it also.

--HG--
branch : trunk
2009-03-24 17:42:22 -06:00
megamage
40598d6647 *Do not proc anything for aura remove type = delete.
*Use delete type for duel complete.

--HG--
branch : trunk
2009-03-24 17:05:05 -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
6b4d5c4a35 *Fix build.
--HG--
branch : trunk
2009-03-24 10:52:09 -06:00
megamage
208398017a [7529] Hide some implementation details for fall damage calculation and breath timers. Author: VladimirMangos
--HG--
branch : trunk
2009-03-24 09:46:45 -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
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
f18a9c916d *Fix some crashes possibly related to vehicles.
*Fix a bug that client crashes when seer is far away from caster.

--HG--
branch : trunk
2009-03-23 20:13:37 -06:00
megamage
a8105dcff6 *Do not proc anything when aura is removed by cancel.
*Remove aura by cancel when duel complete. This fix a crash.

--HG--
branch : trunk
2009-03-23 16:34:30 -06:00
megamage
470d961dfa Let set in conf custom rates for low level kill/quest reputation gain. Author: VladimirMangos
--HG--
branch : trunk
2009-03-22 19:29:09 -06:00
megamage
a47d2e1c22 *Note some script id are changed. DB change may be needed.
[7518] Implement new script command SCRIPT_COMMAND_PLAY_SOUND (look in World.h for args) Author: VladimirMangos

    * Also rewrite use SMSG_PLAY_OBJECT_SOUND/SMSG_PLAY_SOUND
      Now WorldObject have 2 function for sound level dependent from distance (PlayDistanceSound)
      and for not depednet (PlayDirectSound)
    * Old Player::PlaySound function removed and uses need to be updated to WorldObject functions
      Note: function called for _source_ of sound in different from old function.
    * chat command .debug ps removed and .debug playsound can used for bother packects test:
      if no selection used SMSG_PLAY_SOUND, if selection exist including self then SMSG_PLAY_OBJECT_SOUND.

--HG--
branch : trunk
2009-03-22 19:20:03 -06:00
megamage
708449298e *Merge.
--HG--
branch : trunk
2009-03-22 11:37:59 -06:00
megamage
ae7a8a0971 *Do not set another viewpoint when the old one cannot be removed.
--HG--
branch : trunk
2009-03-22 11:35:25 -06:00
megamage
763c81de3c *Remove possess aura when stop casting bindsight.
--HG--
branch : trunk
2009-03-22 11:32:29 -06:00
megamage
bb1563eece *Restrict the size of updatepacket to see if this can fix freeze bug.
--HG--
branch : trunk
2009-03-22 11:02:15 -06: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
b522a34247 [7513] Implement currencies tab work. Also check related item data at server startup. Author: VladimirMangos
--HG--
branch : trunk
2009-03-21 22:44:59 -06:00
megamage
0c9aeaa965 [7511] Fixed expertise update at items unequip/drop. Author: VladimirMangos
* Not attempt update at item move from slot in bag with equip-like slot number.
    * Update at item drop from bag.

--HG--
branch : trunk
2009-03-21 22:42:40 -06:00
megamage
738e139882 [7510] Some cleanups and commens for special forbidden slots Author: VladimirMangos
--HG--
branch : trunk
2009-03-21 14:55:52 -06:00
megamage
7de6113d90 [7509] Use defines instead explcit value for talent rank cound (in general and for pets) Author: VladimirMangos
--HG--
branch : trunk
2009-03-21 14:55:10 -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
megamage
c1a3f51f04 *Do not allow pvp in dk start zone.
*Improve petsetaction code.

--HG--
branch : trunk
2009-03-21 13:42:09 -06:00