What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Ignore Pain Issues

1029384756

New Member
Joined
Apr 17, 2014
Messages
10
Reaction score
0
Hey guys, so I'm playing a seasonal hardcore barbarian and, naturally, I want to use ignore Pain.

I tried to use the cast ignore pain on cooldown option, but it didn't really feel like a good use most of the time. As a result, I started fiddling with Ignore Pain Min Health % which is an incredibly confusing mechanic. I set it at 0 to see if it would cast at 100% hp, then I set it at 99 to see if it would cast at near full hp and neither worked. I'm totally at a loss as to how this mechanic works. I simply want Ignore Pain to be cast when my Barbarian reaches 70% hp, but this doesn't seem to be possible.

As a newb, some would assume that this:

http://i.imgur.com/9lI5025.png

would simply mean that Ignore Pain is automatically casted at 80% hp. But it's not.

Could anyone help me out?
 
Hey guys, so I'm playing a seasonal hardcore barbarian and, naturally, I want to use ignore Pain.

I tried to use the cast ignore pain on cooldown option, but it didn't really feel like a good use most of the time. As a result, I started fiddling with Ignore Pain Min Health % which is an incredibly confusing mechanic. I set it at 0 to see if it would cast at 100% hp, then I set it at 99 to see if it would cast at near full hp and neither worked. I'm totally at a loss as to how this mechanic works. I simply want Ignore Pain to be cast when my Barbarian reaches 70% hp, but this doesn't seem to be possible.

As a newb, some would assume that this:

http://i.imgur.com/9lI5025.png

would simply mean that Ignore Pain is automatically casted at 80% hp. But it's not.

Could anyone help me out?

x:\Demonbuddy\Plugins\Trinity\Combat\Abilities\BarbarianCombat.cs

line:185
if (Player.CurrentHealthPct <= V.F("Barbarian.IgnorePain.MinHealth"))
Modify to
if (Player.CurrentHealthPct <= Settings.Combat.Barbarian.IgnorePainMinHealthPct)

save the file And restart the DB
 
Back
Top