Commit Graph

13223 Commits

Author SHA1 Message Date
kaelima
6078eebc45 Fix typo in 9d90c8245b and unintended change in b08900d033b51632e9adef8cb227a71a1061be5f. 2011-09-07 15:09:53 +02:00
kaelima
5e81be4fec Scripts/Ruby Sanctum: Remove unneeded spellscript for Baltharus.
Also let his clone cast enervating brand.
Thanks Shauren.
2011-09-07 09:35:30 +02:00
kaelima
784415bb8e Merge branch 'master' of git://github.com/TrinityCore/TrinityCore 2011-09-07 00:25:12 +02:00
kaelima
9d90c8245b Core/Spells: Deep freeze should do damage instead of freezing on targets with permanent stun immunity. 2011-09-07 00:19:40 +02:00
Spp-
31c615b84f Core/OutdoorPvp: Remove usage of "friend class ..." (Use functions to access private members) 2011-09-07 00:11:43 +02:00
VladimirMangos
5823b0379b Core/Loot:
- SMSG_LOOT_MONEY_NOTIFY is sent after SMSG_LOOT_CLEAR_MONEY.
- Fixed chat message displayed when looting gold with > 1 member in group.
2011-09-07 00:04:27 +02:00
kaelima
85c7a916a0 Core/GameObjects: Fix possible crash in GameObject::SetDestructibleState. 2011-09-06 23:56:55 +02:00
Nay
152f446c60 DB/BGs: Fix capturing of Snowball GY - AV
Counter-hack a hack with a hack. Closes #222
2011-09-06 21:20:14 +01:00
Nay
990ab77b82 Core/PacketIO: Remove most calls to hexlike()
These are not needed in production code (even in debug logging)
2011-09-06 19:32:06 +01:00
Nay
f4ce76eec9 DB/SAI: Remove unneeded actions and creature_text related to fleeing. Thanks Discovered. 2011-09-06 18:13:18 +01:00
Nay
dc123820ad Core/Spells: Correct a DBC mistake in Improved Stings (R2) 2011-09-06 18:12:09 +01:00
Spp-
30fb856ea3 Fix typo (Rename SPELL_AURA_PREVENT_RESSURECTION to SPELL_AURA_PREVENT_RESURRECTION) 2011-09-06 14:23:53 +02:00
QAston
dad9d07045 Merge pull request #2920 from Chaplain/cleanup
Core/Auras: Improvements in SPELL_AURA_MOD_DAMAGE_PERCENT_DONE handling: 
* Weapon specific case for MOD_DAMAGE_DONE_PCT shouldn't change PLAYER_FIELD_MOD_DAMAGE_DONE_PCT, because PLAYER_FIELD_MOD_DAMAGE_DONE_PCT applyed for _all_ damage that deal target.
* Fixed applying SPELL_AURA_MOD_DAMAGE_PERCENT_DONE for SpellDamageBonus.
2011-09-06 02:37:21 -07:00
QAston
94126e0369 Core/Spells: Fix some talents with incorrect target entries in dbcs. This is an alternative fix for #2848. Closes #2846 Closes #2848. 2011-09-06 11:21:40 +02:00
Chaplain
207f598a20 Core/Auras: Fixed applying SPELL_AURA_MOD_DAMAGE_PERCENT_DONE for spellBonusData
fixed #2834
2011-09-06 12:05:36 +03:00
Spp-
4560991144 Core/Handler: Do now use dynamic memory allocation in character creation 2011-09-06 10:41:10 +02:00
Spp-
b7882e0fa8 Partial revert of fcf58e7 (both check performed inside IsInMeleeRange) 2011-09-06 10:36:20 +02:00
Shauren
ea14e096ac Core/Entities: Vehicles should be able to be both source and target of map scripts 2011-09-06 10:33:45 +02:00
durotar
369c1bd3c1 DB/Gossip: Add missing gossip to acherus' trainers. Closes #179 2011-09-05 17:46:39 +01:00
Chaplain
abf9ac3159 Core/Auras: Weapon specific case for MOD_DAMAGE_DONE_PCT shouldn't change PLAYER_FIELD_MOD_DAMAGE_DONE_PCT, because PLAYER_FIELD_MOD_DAMAGE_DONE_PCT applyed for _all_ damage that deal target.
*fixed #2842
*updated comment
2011-09-05 19:43:24 +03:00
Nay
44860ccb15 DB/Spells: Add some missing spell_target_position 2011-09-05 17:18:51 +01:00
Nay
fd3bd4c49d Core/Quests: Implement quests that require PlayerSlain. Closes #169 2011-09-05 15:20:02 +01:00
kaelima
99935fd98c BG/Isle of Conquest: Fix a crash in RemovePlayer. 2011-09-05 15:56:47 +02:00
kaelima
d295bc4d19 Core/Spells: Fix Sentry Totem's bind sight. 2011-09-05 15:48:41 +02:00
Shauren
f13f32c972 Core/Achievements: Award normal mode achievements when instance was done on heroic mode 2011-09-05 15:21:37 +02:00
kaelima
5cf1ccb4e9 Merge branch 'master' of git://github.com/TrinityCore/TrinityCore 2011-09-05 14:54:41 +02:00
kaelima
f8023d912d Core/PacketIO: Fix some more "unprocessed tail data" errors.
Also some cleanup.
2011-09-05 14:54:19 +02:00
Spp-
3fac9914be Core: Code cleanup (here and there) 2011-09-05 14:01:50 +02:00
kaelima
35680c2f1f Core/Channels: Properly fix "opcode CMSG_MESSAGECHAT have unprocessed tail data". 2011-09-05 13:58:49 +02:00
kaelima
18af717a0f Core/Channels: Fix crash in HandleJoinChannel introduced with commit bbde479f4a. 2011-09-05 13:53:14 +02:00
Kaelima
cf0921f656 Merge pull request #2889 from Kiperr/master
Small visual correction
2011-09-05 02:39:47 -07:00
Nay
dca0e737de Core/Quests: Fix quests with RepObjective2 set. Closes #2901.
Misc: Correct a file name, move a spell error to error log and a small typo in trinity_string
2011-09-04 23:44:01 +01:00
Nay
bbde479f4a Core/Channels: Fix the console error "opcode CMSG_MESSAGECHAT have unprocessed tail data" and some logic problems when joining/leaving some channels (like only be able to join LFG inside a city) 2011-09-04 18:56:04 +01:00
Nay
3ccfb5fefb Core/SAI: SMART_ACTION_FLEE: print flee emote if param1 is set 2011-09-04 18:51:16 +01:00
Nay
fd5ab97774 Core/Spells: Fix Distract. Closes #155 2011-09-04 01:58:44 +01:00
Nay
12c3e14654 DB/Quests: Fix a BRD quest chain. Closes #2748 2011-09-04 01:09:38 +01:00
Nay
006da9cf9d DB/Spell: Fix a console error and Glyph of Backstab 2011-09-03 23:56:02 +01:00
Nay
5a63d12457 Core: Fix indentation in SpellAuraEffects 2011-09-03 23:29:30 +02:00
QAston
fab78d5e02 Scripts/Vault of Archavon: Earth, Wind & Fire achievement - by idostyle@zoit, with some spell attribute correction to the patch by me. 2011-09-03 21:16:12 +02:00
QAston
81a841ed20 Database/Spells: Add AttributesEx6 and AttributesEx7 columns to spell_dbc table. 2011-09-03 21:05:26 +02:00
Vlad
5a526d6d7f Core/Spells: Fix Shadowflame and others from spell_linked_spell with + + 1 db setting. 2011-09-03 20:38:23 +02:00
QAston
ddacd0de94 Core/Spells: Fix pick lock - thanks to cyberbrest for pointing the reason of this issue. 2011-09-03 20:16:15 +02:00
horn
43052a47e1 Core/Achievements: Fixed some Alterac Valley achievements:
- Stormpike Perfection
- Frostwolf Perfection
- Everything Counts
2011-09-03 18:53:26 +02:00
hacknowledge
9d85446e30 Core/Spells: Fixed misdirection ability of hunters to end 4 seconds after first damage proc - fixes #114 2011-09-03 18:26:39 +02:00
QAston
f31e676199 Fix build after recent pull merges. 2011-09-03 18:07:27 +02:00
kiper
4862184f1f Core/Script: Mootoo the Younger should stand befoure start escort 2011-09-03 18:00:52 +02:00
QAston
df19a0c31f Correct sql file naming for b40bf69319. 2011-09-03 17:49:53 +02:00
sarjuuk
b40bf69319 [Core/Threat] SpellThreat-Calculation revamped
short:
  - Threat is now distributed blizzlike (almost)

long:
  - Percent- and AP-Modifieres got add
  - Threat is now propperly distributed through multiple enemies
  - Most spells will cause initial threat in an amount equal to their SpellLevel
  - Energize-Effects will now be treated like healing (threat-wise)
  - Tanks got their missing +43% passive threat tacked on
  - Paladins are still missing 'Salvation' and will not only cause half threat with healing (essentially 25% of the amount healed)
2011-09-03 17:42:44 +02:00
QAston
dc01541111 Merge pull request #2852 from Chaplain/cleanup2
Core/Misc: Cleanup - remove unused variables, add some const modifiers to functions, fix process of args in vmap3_extractor
2011-09-03 08:34:02 -07:00
Chaplain
79fb3d487e Core/Spells: Core/Spells: Fix manual cancel of mind control. closes #2676 2011-09-03 17:29:56 +02:00