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;
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;
IsSpellProcReady not working correctly
Aucun commentaire:
Enregistrer un commentaire