Can you at least fix easy bugs?

I get that Shadowmeld fix might be hard to fix, since you are bad developers, but Tauren Endurance hasn’t been working for more than 3 months. I give you a code to fix it:
if (race == .tauren) baseHealth = regularBaseHealth * 1.05.
That’s 420 health missing on taurens, which is a huge deal in pvp for healers when RESILIENCE is also not working.
Can also give you a resilience fix:

dotDamage = max(0, baseDotDamage - (baseDotDamage * resiliencePercentage))
if (isCritical) { 
   dotDamage = max(0, dotDamage - (dotDamage * criticalResiliencePercentage)) 
}

It’s so stupid that there are so many bugs in Arena that get ignored, which the only competitive place in wotlk

3 Likes

Hey now, they wrote a lot of their game in lua. Its not hard to fix, just nobody wants to write in that garbage language… except addon weirdos, but they do since thats the only API blizz gave us :c

It seems simple but then there is the testing, we all know some very simple things can have effects we can’t foresee in coding.

It is a good thing if PvPers have a bad time.

Competitive attitudes maybe aren’t cared for, or are popular enough.

Testing is made a fair bit harder by them not, yanno, having testers.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.