January 2, 201610 yr Hello today i opened my osbot and saw that they finally added webwalking but how to use it tried to look at api but didn't understood shit i wan't to use webwalking because its better than localwalking method. And if sombody helps me pls give small tutorial on how to walk to place i wanted if possible Example: Varrock West mine Thanks.
January 2, 201610 yr getWalking().webWalk(position); ie. walk to bank. getWalking().webWalk(Banks.VARROCK_EAST.getRandomPosition());
January 2, 201610 yr I gave an example in the release thread, I also detailed it's current limitations and future improvements.
January 2, 201610 yr Hello today i opened my osbot and saw that they finally added webwalking but how to use it tried to look at api but didn't understood shit i wan't to use webwalking because its better than localwalking method. And if sombody helps me pls give small tutorial on how to walk to place i wanted if possible Example: Varrock West mine Thanks. create a new positon with the tiles eg : private Position name = new Position(3253, 3398, 0); and then to use webwalker u use walking.webWalk(name);
January 2, 201610 yr create a new positon with the tiles eg : private Position name = new Position(3253, 3398, 0); and then to use webwalker u use walking.webWalk(name); or just getWalking().webWalk(new Position(x,y,z));
Create an account or sign in to comment