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

need help with a cc

h4xxor

New Member
Joined
Sep 18, 2012
Messages
445
Reaction score
3
public bool yolo { get {return !StyxWoW.Me.HasAura("Burst of Speed");}}
can someone help me with this?
i want to check if i have not this aura OR the time left for this aura is shorter then 500 ms
i am new with cc writting so no idea where i can find this
i hope a skilled writter will finde some seconds
greetings
 
Hi i hope this will help you

Code:
bool yolo = (StyxWoW.Me.HasAura("Burst of Speed")==false || StyxWoW.Me.GetAuraByName("Burst of Speed").TimeLeft <= TimeSpan.FromMilliseconds(500));

If you still have problems just at me in Skype
|
v
 
Back
Top