Hi Leonardo.
This is script is good i was using it to hunt Rahemos but theres something that botters me. I want to cast utito tempo and then cast exori gran ico and then remaining exori's no matter what order. I made something like this:
local Spells = {
{Name = "utito tempo", Hppc = 80},
{Name = "exori gran ico", Amount = 1},
{Name = "exori gran", Amount = 1},
{Name = "exori min", Amount = 1},
{Name = "exori", Amount = 1},
}
The reason i used Hppc in utito tempo is because i only want to cast 1 utito tempo per Rahemos. So it would cast if Rahemos has 80% or more HPPC and won't cast anymore since exori gran ico will almost hit him to yellow. Sometimes it works. Sometimes it won't cast utito tempo or it casts exori gran or gran ico before utito tempo. Do you have any idea why?
Thank you!