Jump to content

[sql fix][9007] Engineering Trinkets' PPM


Auntie Mangos

Recommended Posts

  • Replies 55
  • Created
  • Last Reply

Top Posters In This Topic

27521 spell i thionk incorrect base at this remark at well known site: "It has in fact been specifically proven that this has no cooldown"

Same for 55381 that have same data.

38299 spell possible must have 12s cooldown (so no proc while active)

55640, 55747, 55768, 55776,57345, 60436, 60442 already have same data in mangos.sql

57352 have diff data but i prefer limit currently to cooldown/and related part

61356 - i near to sure that coolodwn std: 45 instead 90, base at reference for 45 cooldown in same time as 90 and facts that it proc ~ 1 per minute that expected for 50% chance with cooldown

Link to comment
Share on other sites

Sundial of the Exiled currently proces only from direct damage spells (and should from every harmful spell) so i would better do it like this:

DELETE FROM spell_proc_event WHERE entry IN (60063);
INSERT INTO spell_proc_event VALUES
(60063 , 0, 0, 0, 0, 0, 65536, 65536, 0, 10, 45);

than the update which is suggested in the first post :)

I not apply this because prefer limit in comit to cooldowns and related. Not check is this correct or not and will move to new thread.

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