PDA

Просмотр полной версии : [patch] Спеллы Static Charge, Static Overload и Intense Cold


PSZ
25.01.2010, 15:34
Спеллы Static Charge (использует Lady Vashj), Static Overload (использует Ionar из Halls of Lightning) и Intense Cold (использует Keristrasza из Nexus) в данный момент наносят урон кастеру (должны - врагам :)).
Автор: я. (с Intense Cold давным-давно помогал Mas0n, патч еще был на mangos.ru).
Патч:
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 9636fda..30890f1 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -2179,6 +2179,16 @@ void Aura::TriggerSpell()
case 33525:
target->CastSpell(target, trigger_spell_id, true, NULL, this, casterGUID);
return;
+ // Intense Cold (Keristrasza in Nexus)
+ case 48094:
+ target->CastSpell(target, trigger_spell_id, true, NULL, this);
+ return;
+ // Static Charge (Lady Vashj in Serpentshrine Cavern)
+ case 38280:
+ // Static Overload normal (Ionar in Halls of Lightning)
+ case 52658:
+ // Static Overload heroic (Ionar in Halls of Lightning)
+ case 59795:
// Beacon of Light
case 53563:
// original caster must be target (beacon)

PSZ
27.01.2010, 09:25
Добавил авторство.