YTDB

YTDB (http://ytdb.ru/index.php)
-   Патчи (http://ytdb.ru/forumdisplay.php?f=26)
-   -   [patch] Спеллы Static Charge, Static Overload и Intense Cold (http://ytdb.ru/showthread.php?t=2665)

PSZ 25.01.2010 15:34

[patch] Спеллы Static Charge, Static Overload и Intense Cold
 
Спеллы 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

Добавил авторство.


Текущее время: 14:36. Часовой пояс GMT +4.

YTDB - MaNGOS DataBase