Jump to content

[FIX] Dirge


Recommended Posts

Posted

I confirm this fix is needed since it solves an exploit with gaining full runic power.

Interesting to note that on DBC Dirge rank 2 got different procflags than rank 1 since it got also proc on periodic damage that's really a non sense.

Posted
-- fixed some spell for DK

-- (49004) Scent of Blood 
DELETE FROM spell_proc_event WHERE entry = 49004;
INSERT INTO spell_proc_event VALUES
(49004, 0x00, 0x0F, 0x00000000, 0x00000000, 0x00000000, 0x00000008, 0x00000031, 0, 15, 0);

-- (51123) Killing Machine
DELETE FROM spell_proc_event WHERE entry = 51123;
INSERT INTO spell_proc_event VALUES
(51123, 0x00, 0x0F, 0x00000000, 0x00000000, 0x00000000, 0x00000004, 0x00000000, 5, 100, 0);

-- (49200) Acclimation
DELETE FROM spell_proc_event WHERE entry = 49200;

-- (48988) Bloody Vengeance
DELETE FROM spell_proc_event WHERE entry = 48988;
INSERT INTO spell_proc_event VALUES
(48988, 0x00, 0x0F, 0x00000000, 0x00000000, 0x00000000, 0x00011154, 0x00000002, 0, 100, 0);

-- (49149) Chill of the Grave
DELETE FROM spell_proc_event WHERE entry = 49149;
INSERT INTO spell_proc_event VALUES
(49149, 0x00, 0x0F, 0x00000006, 0x00020002, 0x00000000, 0x00015410, 0x00000000, 0, 100, 0);

-- (49223) Dirge
DELETE FROM spell_proc_event WHERE entry = 49223;
INSERT INTO spell_proc_event VALUES
(49223, 0x00, 0x0F, 0x00000011, 0x08000000, 0x00000000, 0x00015410, 0x00000000, 0, 100, 0);

-- (55666) Desecration
DELETE FROM spell_proc_event WHERE entry = 55666;
INSERT INTO spell_proc_event VALUES
(55666, 0x00, 0x0F, 0x00000001, 0x08000000, 0x00000000, 0x00000010, 0x00000000, 0, 100, 0);

-- (50880) Icy Talons
DELETE FROM spell_proc_event WHERE entry = 50880;
INSERT INTO spell_proc_event VALUES
(50880, 0x00, 0x0F, 0x00000000, 0x04000000, 0x00000000, 0x00070000, 0x00000000, 0, 100, 0);

×
×
  • 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