Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fishing certain fish

Featured Replies

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?

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)

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.