Jump to content

[Bug] Judgement Light and Wisdom


Guest dardennf

Recommended Posts

Mangos Rev : 9632

How it should work :

Judgement of light

"Unleashes the energy of a Seal spell to judge an enemy for 20 sec, granting attacks made against the judged enemy a chance of healing the attacker for 2% of their maximum health. "

Judgement of Wisdom

"Unleashes the energy of a Seal spell to judge an enemy for 20 sec, giving each attack a chance to restore 2% of the attacker's base mana."

Both of them should have an ICD and a chance to proc (or ppm), currently it procs at every hits.

Link to comment
Share on other sites

Try

INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(20185, 1, 0, 0, 0, 0, 0, 0, 15, 0, 0),
(20186, 1, 0, 0, 0, 0, 0, 0, 15, 0, 0);

It simply set PPM rate of JoL and JoW to 15 PPM.

According to http://elitistjerks.com/f76/t44764-jow_proc_chance/ both judgements are most likely using ppm mechanic and 15 PPM is nearly correct.

Those debuffs have a separate ICD for each person attacking the victim.

This functionality isn't in mangos. Yet.

There are maybe using separate ICD, but fix above solves proc on every hit issue.

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
×
×
  • 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