Jump to content

[9871][talent bug ] Lightning Overload


Recommended Posts

Posted

Core: 9871

if u learn this talent ( http://www.wowhead.com/spell=30679 )

Gives your Lightning Bolt and Chain Lightning spells a 33% chance to cast a second, similar spell on the same target at no additional cost that causes half damage and no threat.

your Chain Lightning attack about 16 targets, that is nor correct, only 3 targets + one extra target, with glyth + one extra target. max. 4 targets + one target get more damage

without this talent works all fine with Chain Lightning etc.

Posted

use this

-- Lightning Overload: add 1 sec cooldown to avoid multiple proc
UPDATE spell_proc_event SET Cooldown = 1 WHERE entry IN (30675, 30678, 30679);

problem is that each bounce target can cause a overload proc itself, addind a cooldown fixes it (hacky but works)

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use