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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Roflcoopter

New Member
Joined
Jul 26, 2012
Messages
2
Hello,

I am modifying Trinity to work more efficient with my barbarian and i need to check if Wrath of the Berserker currently is on cooldown.

CanUseWrathOfTheBerserker or CanCast(SNOPower.Barbarian_WrathOfTheBerserker) is not applicable since when the buff is active, they both return false.

Is there any command such as IsOnCooldown(WrathOfTheBerserker)?

Thanks in advance
 
Hello,

I am modifying Trinity to work more efficient with my barbarian and i need to check if Wrath of the Berserker currently is on cooldown.

CanUseWrathOfTheBerserker or CanCast(SNOPower.Barbarian_WrathOfTheBerserker) is not applicable since when the buff is active, they both return false.

Is there any command such as IsOnCooldown(WrathOfTheBerserker)?

Thanks in advance

Keetsune has the ik/waste guide for the FC build posted. I would take a look at his barbarian.cs. I can tell you from using it, as soon as WOTB dropped it was instantly recast.

View attachment BarbarianCombat.cs

He modifies a lot more too such as experience tracker, movement, cache, and some others. A lot of people have thanked in for his work, however, he does not keep it up to date with latest trinity version. If you could manage to do this and share that would be awesome, I don't mind helping you out test stuff either, I am the lab rate, I do not know how to code sadly.
 
Back
Top