Hello, use quest type "OverridePulseCSharpCode" with code:
Vector3 fishPosition = new Vector3(-9387.61, -120.2896, 58.53797, "Flying");
float fishRotation = 4;
if (!FishingTask.IsLaunched)
{
if (GoToTask.ToPosition(fishPosition, 1.5f))
{
ObjectManager.Me.Rotation = fishRotation;
FishingTask.LoopFish();
}
}
return true;
(replace "-9387.61, -120.2896, 58.53797" by fishing position and 4 by fishing rotation (you can get position and rotation in WRobot tab "Tools" > "Dev... tools" > "Me/Target Position"))
Don't forget to stop fishing, for it, after pulse fishing quest, in quests order add step type "RunCode" with code:
wManager.Wow.Bot.Tasks.FishingTask.StopLoopFish();
Sample profile: FishingTest.xml