Jump to content

[patch/dev]Heart of the Wild


Guest virusav

Recommended Posts

Patch: http://paste2.org/p/876925

For spells 24894, 17006, 17005, 17004, 17003 were previously aura to increase stamina and attack power, but now they are not in DBC.

I looked through all spells with similar effects, but no one suitable has not found.

The patch is working, but there is a small bug: when pumping the talent in the form of a bear is no change of stamina.

If you change the form, all will fall into place.

When leveling talents in other forms or shapes out all right.

Bug insignificant, but it requires changes.

In the patch is a condition:

 if (apply & & target-> GetTypeId () == TYPEID_PLAYER & & target-> getClass () == CLASS_DRUID & & target-> m_form & & m_modifier.m_miscvalue == STAT_STAMINA) 

In bear form when pumping talents apply = false, it, in theory, in general, can be removed.

But spells for leveling talent have the effect of increasing intelligence, and the rest - Dummy, so m_modifier.m_miscvalue == STAT_STAMINA not satisfied, because comes STAT_INTELLECT.

To fix the bug must be in the study of talent in some way causing function conversion rate overall stamina or some other options.

Any ideas?

Link to comment
Share on other sites

When a Druid shifts into bear form, health is increased by 25%, while Heart of the Wild increases it by 10%. Now, when you shift into Dire Bear Form the default 25% is applied but is forgetting to apply the +10%, so you switch Dire Bear Form to apply 35% increase in HP if Heart of the Wild (Rank 5) is in effect; don't try to add them both seperately if you get what I'm saying?

Link to comment
Share on other sites

  • 8 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