Jump to content

Db Data For Spells 45401 And 45403


Auntie Mangos

Recommended Posts

What bug does the patch fix? What features does the patch add? Implement proc rate for spells 45401 and 45403

For which SubVersion revision was the patch created? 6730+

Link to the Thread in the bug report section? http://getmangos.eu/community/viewtopic.php?id=29354

Who has been writing this patch Malah

DELETE FROM spell_proc_event WHERE entry IN(45401);
INSERT INTO `spell_proc_event` VALUES
(45401,0,0,0,0,0x0000000000000000,0x00000000,1.24,45);
DELETE FROM spell_proc_event WHERE entry IN(45403);
INSERT INTO `spell_proc_event` VALUES
(45403,0,0,0,0,0x0000000000000000,0x00000000,1.24,45);

according to wowhead data:

proc rate - 1.24 ppm

internal cooldown - 45 seconds

Link to comment
Share on other sites

  • 38 years later...

No, 45401 and 45403 not have any spell proc auras and so adding this data useless.

Instead must be spells that _triggering_ this spells casting.

I not check 45401 case, but for 45403:

spell triggred at enchantment applied from item 34538 (spell 45395)

enchantment id = 3265 base at SpellItemEnchantments.dbc this applied spell 45396.

Bad side for this that spell 45396 not exists :/

Link to comment
Share on other sites

It seems that blizz servers do not use .dbc's exclusively... Maybe there are some spells which are not in DBC but are handled manually in their core? Maybe they have an exception for example 45396 spell which checks for players location (isle or 2 new instances) and only if they are there the aura is applied.

It's pure speculation, but it's the best i can think of.

Link to comment
Share on other sites

DBC - Data Base Client ... so it is almost obvious that there must exist some DBS :-) That are more complete, used by offi servers - and 'private'.

We are just lucky that heavy snowstorm decided that their client needs so much data to for correct display and usage of spells (and other things).

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