Hello,
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();
Thread.Sleep(500);
}
}
return true;
And in "IsComplete..." option use c# code like:
return ItemsManager.GetItemCountById(111908) >= 10;
(change 111908 by your item id)