Jump to content

AIO Farming


Recommended Posts

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

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

Posted

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.

Posted
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"?

Posted
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

 

Posted
6 hours ago, splatbug said:

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

 

Any chance you could lend me your account such that I can take a look into this and see what's going on for myself?

Please contact me on Discord if so.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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