The spell Refreshment seems to have a issue on checking, it will just keep cast again even when the buff still exist.
Here is my code
Anyone got a version with Refreshment working and only recast after the buff end?
Thanks!!
I put that piece of code in checkBuffs and its seem faulty, it simply keep recast
Here is my code
Code:
if (skillCooldown("Refreshment") == 0 && buffTime("Refreshment") <= 4)
{
UseSkillAndWait("Refreshment", true);
Log("Used: Refreshment");
}
Anyone got a version with Refreshment working and only recast after the buff end?
Thanks!!
I put that piece of code in checkBuffs and its seem faulty, it simply keep recast