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!

IsSpellProcReady not working correctly

walter

Active Member
Joined
Jun 25, 2012
Messages
1,112
I have tested this on few different classes and it doesn't work correctly. It doesn't detect the procs at all. It will spam rampage for example even though you don't have enough innate resource for it to go off aka the proc.


In all the routines I'm working on I use Me.HasBuff but these abilities that "proc" don't have buffs I can access.



if (Me.InnateResource > 45 && IsSpellProcReady("Rampage") && await Cast("Rampage"))
return true;
 
Back
Top