Jump to content

AIO Farming


Eagle Scripts

Recommended Posts

12 hours ago, Eagle Scripts said:

Which exact traversing methods should be used/supported for these & could you show me on Explv's map how to get to both of them?

Weiss patch:

Teleport method - POH Icy Basalt / Icy Basalt item / DKS fairy ring + boat

Traversing:

Position[] path = {
    new Position(2845, 3942, 0),
    new Position(2846, 3933, 0)
};

 

 

Troll Stronghold: (Located on top of Troll Stronghold)

Teleport method - POH Stoney Basalt / Stoney Basalt item / Trollheim teleport

Traversing - 

Position[] path = {
    new Position(2845, 3693, 0),
    new Position(2839, 3689, 0),
    new Position(2837, 3689, 0),
    new Position(2831, 3676, 0),
    new Position(2831, 3677, 0),
    new Position(2829, 3695, 0)
};

The traversing here requires going into the cave, then traversing south west, climbing up a ladder then walking north to patch.

Link to comment
Share on other sites

1 hour ago, splatbug said:

Weiss patch:

Teleport method - POH Icy Basalt / Icy Basalt item / DKS fairy ring + boat

Traversing:

Position[] path = {
    new Position(2845, 3942, 0),
    new Position(2846, 3933, 0)
};

 

 

Troll Stronghold: (Located on top of Troll Stronghold)

Teleport method - POH Stoney Basalt / Stoney Basalt item / Trollheim teleport

Traversing - 

Position[] path = {
    new Position(2845, 3693, 0),
    new Position(2839, 3689, 0),
    new Position(2837, 3689, 0),
    new Position(2831, 3676, 0),
    new Position(2831, 3677, 0),
    new Position(2829, 3695, 0)
};

The traversing here requires going into the cave, then traversing south west, climbing up a ladder then walking north to patch.

Thanks. Please PM me these on Discord & I'll try to take a look over the course of the next couple of days when I find some time.

Link to comment
Share on other sites

5 hours ago, splatbug said:

@Eagle Scripts 

Found a bug in farming guild west wing "tree patch" for yew sapling.

It will not interact with the NPC "Rosie" to cut tree then protect patch - Please look into this.  

 

What will it do instead? Search for a different NPC and get stuck or skip the entire NPC interaction?

Link to comment
Share on other sites

If there was a tree previously planted, it will collect xp, then do nothing.  Nothing shows in the log either.  

I've then tried manually right clicking "Pay" with the NPC to see if the script would take over from there but still nothing.  

 

When there is no tree planted, it will plant the sapling, then do nothing same as above.

Link to comment
Share on other sites

2 hours ago, splatbug said:

If there was a tree previously planted, it will collect xp, then do nothing.  Nothing shows in the log either.  

I've then tried manually right clicking "Pay" with the NPC to see if the script would take over from there but still nothing.  

 

When there is no tree planted, it will plant the sapling, then do nothing same as above.

And what is the action that you can perform on "Rosie", is it "Pay"?

Link to comment
Share on other sites

8 hours ago, Eagle Scripts said:

And what is the action that you can perform on "Rosie", is it "Pay"?

NPC - Rosie

Action - Pay (tree patch)

 

I've just done another test run, it finishes the tree patch previous and logger reads "Setting Data - Tree patch location"

Once account arrives to farming guild west tree patch, it collects XP from the tree then logger reads "WebWalkingEvent; We have reached the final destination".

 

The actions following this should be interact with NPC "Rosie" - Action "Pay (tree patch)" - Set data

 

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...