Commit Graph

14576 Commits

Author SHA1 Message Date
Subv
df12eba820 Core/Entities: Use the Ranged Attack Power multiplier from the DBC to calculate ranged attack power bonus from agility 2012-09-26 10:50:44 -05:00
Nay
424ac73766 Core/Spells: Properly (hopefully) merge 335's Beacon of Light + 434 changes (also fixes build)
Closes #7871
Closes #7872
2012-09-25 19:58:18 +01:00
Nay
15c05ed771 Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
	src/server/game/Entities/Unit/Unit.cpp
2012-09-25 09:26:48 +01:00
Vincent-Michael
118825601b Core/Spells: fix misdirection removal on cancel. Closes #7776 2012-09-24 12:39:02 -04:00
Xanvial
1c1405cb25 Core/Scripts: fix rotface oozes from spawning after death. Closes #7736 2012-09-24 12:35:09 -04:00
Kandera
3cf359068e Core/Spells: Fix things from commit da4067cb30 thx dracosvk 2012-09-24 12:16:37 -04:00
Kandera
5adc3d28a4 Core/Player: fix teleporting while on vehicle. Closes #7812 thx joschiwald 2012-09-24 12:08:25 -04:00
faq
58d3758f4c Core/Spell: Correcting previos PR. splitamount is already calculated in core and removing not in. variable 2012-09-24 18:35:10 +03:00
kandera
8be79542ca Merge pull request #7859 from Faq/Divine2
Implementing split dmg cap to Divine Sacrifice. Author Tibbi
2012-09-24 08:19:50 -07:00
faq
da4067cb30 Implementing split dmg cap to Divine Sacrifice. Author Tibbi
+correcting previos sql

Closes #6024
2012-09-24 18:18:30 +03:00
kandera
c0c64da286 Merge pull request #6788 from Vincent-Michael/charmer
Core/Spells: Fix no combo points after Mind Control
2012-09-24 07:55:32 -07:00
Kandera
dc935ef8b1 Core/Spells: fix beacon of light being on a non player. 2012-09-24 10:37:58 -04:00
kandera
a4e3709dd3 Merge pull request #7811 from Faq/SplitDamage2
Core/Spells: Implementing some hooks for split damage taken, fixes the l...
2012-09-24 05:24:01 -07:00
Nay
1f79ac8c30 Merge remote-tracking branch 'origin/master' into 4.3.4 2012-09-23 22:17:12 +01:00
Nay
a7386bd1b3 Scripts: Fix some code style issues in scripts 2012-09-23 22:16:28 +01:00
Nay
91fd408446 Merge pull request #7842 from Elron103/pull-requests2
Core/GameObject: Implement method GetDisplayId, use it for GameObjectModels
2012-09-23 07:49:18 -07:00
Nay
e4d08c1186 Merge pull request #7555 from Gacko/quest11648
Core: Quest - The art of persuasion
2012-09-23 07:48:40 -07:00
Gacko
2da0af9595 Core: Utgarde Keep - Shadow Axe - MovementInform 2012-09-23 16:44:11 +02:00
Gacko
39a704671d Core: Utgarde Keep - Last corrections 2012-09-23 16:10:46 +02:00
Elron103
d45a768810 Core/GameObject: Implement method GetDisplayId, use it for GameObjectModels 2012-09-22 18:01:51 +02:00
Nay
95d713ac6f Merge remote-tracking branch 'origin/master' into 4.3.4 2012-09-22 10:56:41 +01:00
Gacko
e9a2b3f10e Scripts/Sm: Fix quest I was a lot of things
(Modified - Nayd)

Closes #6295
Closes #7577
2012-09-22 02:26:55 +01:00
MrSmite
ce6785d9db Core/Combat: Fix Evade Mechanics
- Can now kite mobs beyond ThreatRadius (CONF) if continuing to damage them. World bosses still use ThreatRadius to prevent pulling them to cities
- A mob that is beyond the ThreatRadius, it will return home (evade) after 10 seconds of no damage if there are no valid targets within attack distance of it, otherwise it will still attack
- Mobs now properly report "Evade" if attacked while returning home.

(modified - Nayd)

Closes #830
Closes #7748
2012-09-22 02:11:31 +01:00
Nay
435a240a9f Merge pull request #7551 from Gacko/utgarde
Utgarde Keep
2012-09-21 18:05:11 -07:00
Nay
7090197c6a Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
	src/server/game/Spells/Auras/SpellAuras.cpp
2012-09-22 02:02:57 +01:00
Shocker
a692526b88 Core/Spells: Ffix typo in recent commit 2012-09-21 20:06:32 +03:00
Shauren
50d1a1bf5c Core/Auras: Defined more aura types and implemented aura 361 (used by 4 spells) 2012-09-21 13:35:59 +02:00
Gacko
f25ff104ef Core/DB: Utgarde Keep - Codestyle and eventmap 2012-09-21 09:20:29 +02:00
Shocker
84eb642957 Core/Spells: Don't update weather on zone change if player has SPELL_AURA_FORCE_WEATHER 2012-09-21 02:37:54 +03:00
Shocker
6d2a74a201 Core/Spells: Fix SPELL_AURA_FORCE_WEATHER 2012-09-21 02:24:02 +03:00
Shocker
5a9d3e90f2 Core/Spells: Rename some unknown spell auras 2012-09-21 02:00:12 +03:00
Shocker
993fb5b4a6 Core/Spells: Fix SPELL_AURA_MOD_CURRENCY_GAIN 2012-09-21 01:02:18 +03:00
thesensei
e34b7e70c5 Core/Conditions: Add relation to creator
* This is used in spells with effect summon where the summoned creature doesn't get a *summonedby* flag and so relation to owner is not working. This way the unit get relation to the master who created it.
* World case where I'm going to use this is summoning Oculus drakes
* Blizzard seems to handle such cases with special spells in dbc that are missing and sniff gives nothing for them.  The number of spells is unknown, but existence of atleast 10 is seen. They are used usually as bonus effects to make the check however mechanic is unknown. Guessing it is good as adding this.
2012-09-21 00:07:56 +03:00
Gacko
ee6ff0e5ed Core/DB: Utgarde Keep 2012-09-20 17:45:11 +02:00
Kandera
b2a7d5d34a Core/SmartAI: revert previous setfly change. 2012-09-19 10:00:46 -04:00
Vincent-Michael
54bd7d9773 Core/Spells: Fix Crash 2012-09-19 11:34:49 +02:00
Spp
2a89658e96 Battlegrounds: Better log message for unhandled area triggers in battlegrounds 2012-09-19 10:01:30 +02:00
Subv
6446a73cc1 Core/PacketIO: Fixed CMSG_MESSAGECHAT_ADDON_BATTLEGROUND 2012-09-18 19:19:38 -05:00
Shauren
361034e848 Scripts/Icecrown Citadel: Fixed Unbound Plague
Closes #7791
2012-09-18 23:58:37 +01:00
Faq
0e7ed5ec85 Core/Spells: Implementing some hooks for split damage taken, fixes the limitation of dmg such auras can split, for example at Hand of Sacrifice. Might have unexpected results, but they are called unexpected for a reason.. .Author Tibbi
closes #6025

Made new one as https://github.com/TrinityCore/TrinityCore/pull/7423/ was closed.
2012-09-18 23:28:46 +03:00
Shauren
cc08d911f6 Scripts/Icecrown Citadel: Fixed Unbound Plague
Closes #7791
2012-09-18 18:11:22 +02:00
Spp
69ad5e8c4b Fix merge error 2012-09-18 14:54:56 +02:00
Spp
761060e1f1 Merge branch 'master' into 4.3.4
Conflicts:
	src/server/game/Battlegrounds/Battleground.cpp
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Entities/Player/Player.h
	src/server/game/Handlers/CharacterHandler.cpp
	src/server/game/Handlers/LootHandler.cpp
	src/server/game/Handlers/MailHandler.cpp
	src/server/game/Handlers/MiscHandler.cpp
	src/server/game/Spells/Spell.cpp
2012-09-18 14:38:44 +02:00
Spp
8c5f011e79 Core/Achievements: Force all calls to AchievementMgr be done through Player functions (Remove GetAchievementMgr)
Note: No real use in 3.3.5 but will be used in 4.3.4
2012-09-18 14:29:53 +02:00
Spp
c4d4beff3b Warning fixes and some minor changes here and there
- Added GetAchievementPoints to AchievementMgr
2012-09-18 11:35:18 +02:00
kaelima
b5af7c5c2e Core/Defines: Updated SpellCustomErrors and HolidayIds to 4.3.4 2012-09-18 01:31:38 +02:00
kaelima
c83d2dc406 Core/Protocol: Implemented CMSG_OPENING_CINEMATIC and enabled CMSG_GUILD_BANK_WITHDRAW_MONEY 2012-09-18 01:30:17 +02:00
Nay
6568b0624d Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
	src/server/game/Achievements/AchievementMgr.cpp
	src/server/game/Entities/Object/Updates/UpdateFields.h
	src/server/game/Entities/Unit/Unit.cpp
	src/server/scripts/Spells/spell_druid.cpp
2012-09-17 23:49:13 +01:00
Vincent-Michael
6ebc6b9a76 Core/SmartAI: Add missing break on 2e5e8331f3 2012-09-17 21:17:48 +02:00
Kandera
cc86f567ab Core/SmartAI: fix SMART_ACTION_SET_FLY. was backwards :P 2012-09-17 14:29:14 -04:00