Jump to content

[fix] Improved Shadow Bolt


Recommended Posts

Posted

What bug does the patch fix? What features does the patch add?

allows it to proc from any hit like it should after 3.1.0 changes

For which repository revision was the patch created?

8866

Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

haven't seen any

Who has been writing this patch? Please include either forum user names or email addresses.

me

INSERT INTO `spell_chain` VALUES
(17793, 0, 17793, 1, 0), (17796, 17793, 17793, 2, 0), (17801, 17796, 17793, 3, 0),
                                (17802, 17801, 17793, 4, 0), (17803, 17802, 17793, 5, 0);
DELETE FROM `spell_proc_event` WHERE `entry` IN (17793, 17796, 17801, 17802, 17803);
-- (17793) Improved Shadow Bolt (Rank 1)
INSERT INTO `spell_proc_event` VALUES
(17793, 0x00, 5, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0.000000, 0.000000, 0);

  • 3 weeks later...
Posted

However, it is no more procing after a critical strike :/

I think the ProcEx mask should be "3" instead of "1" so then the whole sql looks like this:

INSERT INTO `spell_chain` VALUES
(17793, 0, 17793, 1, 0), (17796, 17793, 17793, 2, 0), (17801, 17796, 17793, 3, 0),
                                (17802, 17801, 17793, 4, 0), (17803, 17802, 17793, 5, 0);
DELETE FROM `spell_proc_event` WHERE `entry` IN (17793, 17796, 17801, 17802, 17803);
-- (17793) Improved Shadow Bolt (Rank 1)
INSERT INTO `spell_proc_event` VALUES
(17793, 0x00, 5, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0.000000, 0.000000, 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