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

IsSpellProcReady not working correctly

walter

Active Member
Joined
Jun 25, 2012
Messages
1,112
Reaction score
10
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