Hi Rrrix,
I observed that sometimes my monk still exhaust dashing strike even all cast conditions have been checked, then I saw the code
maybe there is some potential issue with the cache?
So the charges are not updated in time, make the bot think there is still some charges after the last cast.
Just ignore this post if important data is updated every tick
I observed that sometimes my monk still exhaust dashing strike even all cast conditions have been checked, then I saw the code
Code:
public static int GetSkillCharges(SNOPower power)
{
return CacheData.Hotbar.GetSkillCharges(power);
}

Just ignore this post if important data is updated every tick
