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

Barb earthquake cast to early

Grafvalium2006

New Member
Joined
May 13, 2014
Messages
13
Reaction score
0
Hello,


my Problem is, that my barb see the elite pack and in this Moment he cast the earthquake. I Need a timer to wait for 3 sec. after seeing the pack.
Is that possible?

I saw that:
if (await
CastPower.CastOnSelf(SNOPower.Barbarian_Earthquake,
context.CurrentTargetIsElite && context.TargetDistance < 20f))
return true;

float rendDistance = Hotbar.HasRune(SNOPower.Barbarian_Rend, 1) ? 17f : 12f;

But i have no idea how to say wait for 3 sec. / Maybe i can reduce the distance, or something else....

Furthermore i Need to say use only with elite... :)

Thank you

Bye
 
Last edited:
Back
Top