Jump to content

Webwalking on Fossil Island?


dotherobot

Recommended Posts

15 hours ago, Wishy said:

Webwalking works when on Fossil Island yes.
 

Dont believe it handles the Mushrooms or the Agility Shortcut (to teaks)
Had to manually build all of that into my scripts.

It does the shortcut, but it def likes to run around as it believes it about the same "weight"

4 hours ago, dotherobot said:

I mean walking to the tile next to each mushroom so that I can unlock them.

Should not be a problem, I will take a look at the mushrooms and get some data for them and report back to patrick to add them :)

  • Like 1
Link to comment
Share on other sites

Not fully working. When on House on the Hills and you wanna walk to Mush Meadow, it's not gonna work. Also on like TsG6LpP.png it's can't find coordinates. 

Since it's just a small part I'd suggest https://explv.github.io/?centreX=3668&centreY=3841&centreZ=0&zoom=9 and create an path

 

public static List<Position> BIRDHOUSE_3_TO_4_PATH = new ArrayList<>();
    static {
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3677, 3877, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3678, 3871, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3679, 3867, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3679, 3865, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3679, 3860, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3679, 3856, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3680, 3853, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3681, 3848, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3682, 3845, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3683, 3840, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3683, 3837, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3682, 3833, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3681, 3830, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3681, 3826, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3681, 3823, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3681, 3819, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3680, 3816, 0));
        BIRDHOUSE_3_TO_4_PATH.add(new Position(3680, 3814, 0));
    }
  
  getWalking().walkPath(BIRDHOUSE_3_TO_4_PATH);

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...