Jump to content

OSBot 2.4.37 - Midweek Patches and Updates


Alek

Recommended Posts

Hey, I noticed that webWalking(Position position) is deprecated... What is the alternative to webWalking to a specific position?

You should use webWalking(Position... positions), so if you have a single position you have to create an array until they remove the deprecated one...

 

Position p = new Position(x,y,z);
walking.webWalk(new Position[]{p});
Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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