Jump to content

[fix?]Judgement of Light/Wisdom proc chances


Auntie Mangos

Recommended Posts

  • 40 years later...

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

adds proc chances / ppm to judgements

For which repository revision was the patch created?

9236

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

/* Judgement of Light has fixed 40% proc */
DELETE FROM `spell_proc_event` WHERE entry = 20185;
INSERT INTO `spell_proc_event` VALUES
(20185, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0);
/* Judgement of Wisdom has 15ppm */
DELETE FROM `spell_proc_event` WHERE entry = 20186;
INSERT INTO `spell_proc_event` VALUES
(20186, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0);

as far as i know "chance on hit" is not supposed to be 100% chance...

Link to comment
Share on other sites

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