Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Can someone explain WalkingEvent in OS2

Featured Replies

I can not seem to get it to work, is Walking even currently broke ?

 

 

This is what I am doing:

    @Override
    public int onLoop() throws InterruptedException {

        WalkingEvent e = new WalkingEvent();
        e.setPath(SOMEPATH);
        e.execute();
        
        return 500;
    }
  • Author

ask a big scripter

 

Thats why I am asking here...

  • Author

Just use the localWalker instance provided by the Script class.

 

Can not, I have created an A* pathing algorithm that generates a path from a position to a position taking into account collision flags, etc, etc... Now I just need a good way to traverse the path, and I do not feel like rewriting the walking.

Can not, I have created an A* pathing algorithm that generates a path from a position to a position taking into account collision flags, etc, etc... Now I just need a good way to traverse the path, and I do not feel like rewriting the walking.

If you create the entire path using map data, then just use a pathing algorithm to walk the path.

 

If you find the destination point position by position as you walk then just create a MiniMapTileDestination of the point and click it.

  • Author

If you create the entire path using map data, then just use a pathing algorithm to walk the path.

 

If you find the destination point position by position as you walk then just create a MiniMapTileDestination of the point and click it.

 

That is what I need, the pathing algorithm, aka the part that will click on the tiles or the minimap. Like I said I can write my own but I do not see the point when it should be build in.

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.