09-19-2015, 04:51 AM
(This post was last modified: 09-19-2015, 05:27 AM by SilverShadow.)
Hey Ace, at initial glance, it seems like Status ID: 58 is a big pull (it makes me get up off the chair).
I've had some success using the Powerful Hookset, and have added the following lines to the ffxiv_task_fish.lua file to make testing it a bit easier:
I'll continue to test it to ensure that it is the correct hookset for Status ID: 58.
I'll keep you posted.
I've had some success using the Powerful Hookset, and have added the following lines to the ffxiv_task_fish.lua file to make testing it a bit easier:
Code:
elseif (status == 58 and powerfulHook and powerfulHook.isready) then
powerfulHook:Cast()
return
I'll continue to test it to ensure that it is the correct hookset for Status ID: 58.
I'll keep you posted.