Jump to content

Recommended Posts

  • 40 years later...
Posted

Maybe:

UPDATE `spell_proc_event` SET `procex`=0x00002043 WHERE `entry`=58872;

In this version, the talent is triggered when the block and melee attack weapons and melee attack spells.

  • 8 months later...
Posted
DELETE FROM spell_proc_event WHERE entry = 58872;
INSERT INTO spell_proc_event VALUES
(58872, 0x00,  4, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00002043, 0.000000, 0.000000, 0);

  • 2 weeks later...
Posted
In this version, the talent is triggered when the block and melee attack weapons and melee attack spells.

By description look like need not blocked damage

spell_chain part in link redundend (core by self build chain in this case.

(58872, 0x00, 4, 0x00000000

4 spell family will prevent process normal melee hits and then incorrect.

Patch in original form into [11549]. Thank you :)

Guest
This topic is now closed to further replies.
×
×
  • 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