|
Патчи на рассмотрении Рассматриваемые к принятию патчи |
|
Опции темы | Поиск в этой теме | Опции просмотра |
|
09.05.2011, 11:48 | #1 |
Ученый
Регистрация: 10.03.2010
Адрес: Бобруйск
Сообщений: 284
Сказал(а) спасибо: 213
Поблагодарили 98 раз(а) в 84 сообщениях
|
[patch] Warrior T8 Melee Bonus
1-й бонус:
Код:
INSERT INTO `spell_proc_event` VALUES (64938, 0x00, 4, 0x00200040, 0x00200040, 0x00200040, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); Код:
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 114734a..b7a9ba3 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -2987,6 +2987,13 @@ void Spell::cast(bool skipCheck) if (m_caster->HasAura(58375)) // Glyph of Blocking AddTriggeredSpell(58374); // Glyph of Blocking } + // Slam and Execute + else if ((m_spellInfo->SpellIconID == 559 && m_spellInfo->SpellVisual[0] == 1165) || + (m_spellInfo->SpellIconID == 1648 && m_spellInfo->SpellVisual[0] == 250)) + { + if (m_caster->HasAura(70847)) // Item - Warrior T10 Melee 4P Bonus + AddTriggeredSpell(70849); // Extra Charge! + } break; } case SPELLFAMILY_PRIEST: |
|
|
Похожие темы | ||||
Тема | Автор | Раздел | Ответов | Последнее сообщение |
[11666][patch] Warrior T10 Melee\Protection 4P Bonus | Warlord123 | Принятые патчи | 2 | 24.06.2011 04:54 |
[fix] Warrior T8 Melee 2P Bonus | Den | Патчи на рассмотрении | 0 | 09.05.2011 10:21 |
[patch] Priest T10 2p Bonus (Бонус 2х частей Т10 для жрецов) | Insider42 | Патчи на рассмотрении | 1 | 26.10.2010 15:43 |
Реализация Death Knight T8 Melee 4P Bonus + упрощение расчетов бонусов от болезней ДК | Warlord123 | Патчи на рассмотрении | 0 | 22.10.2010 19:01 |
[9874] Fix auras with custom periodic damage not entering spell/melee bonus damage done methods | newsbot | CMaNGOS Commits | 0 | 11.05.2010 22:30 |