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

Igonore Pain Issue

boypalago

New Member
Joined
Aug 14, 2013
Messages
12
Reaction score
0
Could somebody help me how I can use Ignore Pain after cooldown?
What do I need to do or maybe change a script?

Is there a thread or link?

Thanks in advance!
 
In trinity config there is a tab called Variables, there you press the Open Trinity Variables Configuration.

Number 4 there is called Barbarian.IgnorePain.MinHealth 0.XX%. Set it to 1.00 and it will keep using it all the time. So 0.99% is prob better so it dont uses it in town
 
public static bool CanCastIgnorePain
{
get
{
return

CanCast(SNOPower.Barbarian_IgnorePain);
}
}

This is the code that you can use within your Barbarian Combat within the Trinity plugin, I do it this way, and redo it every time eZUpdater messes with Trinity. Never done it Kushner's way.
 
Back
Top