10-12-2013, 11:48 AM
This is not right :( isready returns whether action is out of cooldown aparently ;(
Code:
function e_cast:execute()
--ml_task_hub:CurrentTask().castTimer = os.time() + 3
action = ActionList:Get(297,FFXIV.ACTIONTYPE.CRAFT)
if(action.isready)then
action:Cast()
else
ActionList:Cast(289,0)
end
end