Jump to content

WebWalkEvent with PathPreferenceProfile teleport not work


Recommended Posts

Posted
        WebWalkEvent event = new WebWalkEvent(Areas.GEArea);
        PathPreferenceProfile pathPreferenceProfile = new PathPreferenceProfile();
        pathPreferenceProfile.setAllowTeleports(true);
        pathPreferenceProfile.checkInventoryForItems(true);
        pathPreferenceProfile.checkEquipmentForItems(true);
        event.setPathPreferenceProfile(pathPreferenceProfile);
        execute(event);

 

My account equipped ring of wealth , have air rune, law rune in inventory.

However, script clicked varrock teleport spell.

Since varrock teleport spell requires fire rune, it failed to teleport.

 

WebWalkEvent doesn't handle this?

Why it doesn't use ring of wealth?

Posted
1 hour ago, stam dato said:

        WebWalkEvent event = new WebWalkEvent(Areas.GEArea);
        PathPreferenceProfile pathPreferenceProfile = new PathPreferenceProfile();
        pathPreferenceProfile.setAllowTeleports(true);
        pathPreferenceProfile.checkInventoryForItems(true);
        pathPreferenceProfile.checkEquipmentForItems(true);
        event.setPathPreferenceProfile(pathPreferenceProfile);
        execute(event);

 

My account equipped ring of wealth , have air rune, law rune in inventory.

However, script clicked varrock teleport spell.

Since varrock teleport spell requires fire rune, it failed to teleport.

 

WebWalkEvent doesn't handle this?

Why it doesn't use ring of wealth?

did you try a client restart fren?

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