10-12-2013, 09:58 PM
(10-10-2013, 10:16 PM)Powder Wrote: action = ActionList:Get(youSkillId,FFXIV.ACTIONTYPE.CRAFT)This returns me if action is ready, as in if action is out of cooldown :( That's not what i'm looking for tho :( I'm looking whether action is available as in the skill is not grayed out :( So it doesn't really work :(
if(action.isready)then
action:Cast()
end
You have to use the ActionList:Get(id,type), this is the only way to update the action with current data.
At least i think it does :( Gonna try and work around a little bit but it's just gonna call that action every time
I've set it for the night should wake up with at least 1 mooched fish so we'll see :P
Ok it works...