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.

DunkPathMaker - Create your paths with ease!

Featured Replies

  • Author

 

 

 

 

Can you fix Areas code getting? its 90% wrong for osbot tongue.png

 

Can you give me an example of a proper area variable?

 

 

Area(int x1, int y1, int x2, int y2)
The boundaries to initialize this area with.
Area(java.awt.Point[] locations)
The locations to initialize this area with.
Area(Position[] positions)
The Position objects to initialize this area with.

 

 

from the osbot api

 

 

 

Thanks for the example.

 

private final Area area = new Area(new Position[] {

new Position(3167, 3382, 0),

new Position(3281, 3354, 0),

new Position(3264, 3509, 0),

new Position(3162, 3506, 0)

});

 

For rectangular areas,

final Area area = new Area(x1,y1,x2,y2);

 

 

Unfortunately pure rectangular areas are not supported. They should be made with 4 separate tiles.

 

 

 

 

 

Can you fix Areas code getting? its 90% wrong for osbot tongue.png

 

Can you give me an example of a proper area variable?

 

 

Area(int x1, int y1, int x2, int y2)
The boundaries to initialize this area with.
Area(java.awt.Point[] locations)
The locations to initialize this area with.
Area(Position[] positions)
The Position objects to initialize this area with.

 

 

from the osbot api

 

 

 

Thanks for the example.

 

private final Area area = new Area(new Position[] {

new Position(3167, 3382, 0),

new Position(3281, 3354, 0),

new Position(3264, 3509, 0),

new Position(3162, 3506, 0)

});

 

For rectangular areas,

final Area area = new Area(x1,y1,x2,y2);

 

 

Unfortunately pure rectangular areas are not supported. They should be made with 4 separate tiles.

 

I'm not sure if osbot supports other than rectangular areas

Can you fix Areas code getting? its 90% wrong for osbot :P

 

Can you give me an example of a proper area variable?

 

Area(int x1, int y1, int x2, int y2)

The boundaries to initialize this area with.

)]Area(java.awt.Point[] locations)

The locations to initialize this area with.

)]Area(Position[] positions)

The Position objects to initialize this area with.

 

 

from the osbot api

 

Thanks for the example.

 

private final Area area = new Area(new Position[] {

new Position(3167, 3382, 0),

new Position(3281, 3354, 0),

new Position(3264, 3509, 0),

new Position(3162, 3506, 0)

});

For rectangular areas,

final Area area = new Area(x1,y1,x2,y2);

 

Unfortunately pure rectangular areas are not supported. They should be made with 4 separate tiles.

I'm not sure if osbot supports other than rectangular areas
Im pretty sure they do

And also there is Area(position[] positions) in the api

So thats for polygonal areas

  • Author

 

 

 

 

 

 

 

Can you fix Areas code getting? its 90% wrong for osbot tongue.png

 

Can you give me an example of a proper area variable?

 

Area(int x1, int y1, int x2, int y2)

The boundaries to initialize this area with.

)]Area(java.awt.Point[] locations)

The locations to initialize this area with.

)]Area(Position[] positions)

The Position objects to initialize this area with.

 

 

from the osbot api

 

Thanks for the example.

 

private final Area area = new Area(new Position[] {

new Position(3167, 3382, 0),

new Position(3281, 3354, 0),

new Position(3264, 3509, 0),

new Position(3162, 3506, 0)

});

For rectangular areas,

final Area area = new Area(x1,y1,x2,y2);

 

Unfortunately pure rectangular areas are not supported. They should be made with 4 separate tiles.

I'm not sure if osbot supports other than rectangular areas
Im pretty sure they do

And also there is Area(position[] positions) in the api

So thats for polygonal areas

 

 

Exactly, with at least 3 tiles it should work just fine

 

 

 

 

 

 

 

 

Can you fix Areas code getting? its 90% wrong for osbot tongue.png

 

Can you give me an example of a proper area variable?

 

Area(int x1, int y1, int x2, int y2)

The boundaries to initialize this area with.

)]Area(java.awt.Point[] locations)

The locations to initialize this area with.

)]Area(Position[] positions)

The Position objects to initialize this area with.

 

 

from the osbot api

 

Thanks for the example.

 

private final Area area = new Area(new Position[] {

new Position(3167, 3382, 0),

new Position(3281, 3354, 0),

new Position(3264, 3509, 0),

new Position(3162, 3506, 0)

});

For rectangular areas,

final Area area = new Area(x1,y1,x2,y2);

 

Unfortunately pure rectangular areas are not supported. They should be made with 4 separate tiles.

I'm not sure if osbot supports other than rectangular areas
Im pretty sure they do

And also there is Area(position[] positions) in the api

So thats for polygonal areas

 

 

Exactly, with at least 3 tiles it should work just fine

 

 

Okay :)

  • 4 weeks later...
  • Author

Version 2.09

Brings some tweaks to the generate button behaviour, code format menu fixes and OSBot's code format fixes.

  • 2 months later...

It's a bummer when it comes to gates/doors though, Ah well.

  • 1 year later...
  • 3 weeks later...

I think I might be "special" I clicked on it thinking it said "DrunkPathMaker" lol.

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.