Hi, I'd like to fish certain fish like Mimic Octopus for daily quest.
I've also searched the forum, and found some example overriding pulse, but incompleted.
-----
Vector3 pos1 = new Vector3(-1444.624, -253.5518, 0.9669148, "Flying");
float fishRotation = 3.0f;
if (!FishingTask.IsLaunched)
{
if (GoToTask.ToPosition(pos1, 1.5f))
{
ObjectManager.Me.Rotation = fishRotation;
FishingTask.LoopFish();
}
}
return true;
-----
Is there any method for fishing repeatedly until getting certain fish?