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.

Dat RangeGuild | 25k+ Ranged Exp/Hour

Featured Replies

If anyone would like to add some rudimentary updates, I've added

 

if (client.getMyPlayer().getY() > 3421 || client.getMyPlayer().getX() > 2671)                {                	log("Some how you got too far north, walking back");                	walkExact(new Position(2670, 3418, 0));                }                if (client.getMyPlayer().isUnderAttack())                {                	log("Oh no, someone attacked you.");                	walkExact(new Position(2658, 3428, 0));                	sleep(random(5000, 9000));                }

 

just before the big "if (rightArea == true)" statement. And tho I can't attest to the anti combat part working, it will bring you back to the playable area if you go outside.

Fyi when you are compiling with javac from the command line or using a batch file it will show errors and will not allow you to compile. 

I think this is the same case with Eclipse. I recommend uploading a .class file for everyone else biggrin.png

 

Edit: With Eclipse it will compile into a .class however it will not run in the bot. "This is the case for me"

Edited by bama

You guys need to configure the build path in eclipse. Right click on project > Configure build path > Add External Jars. Then find and select the osbot.jar.

Also make sure to name your source file datrangeguild.java

@beef thanks^^! tried to get it to work for over 2 hours haha, once i read your comment it worked ^^!

 

now checking, will post proxy!

@beef thanks^^! tried to get it to work for over 2 hours haha, once i read your comment it worked ^^!

 

now checking, will post proxy!

 

Glad to help

might be first to report - somtimes changes camera angle out range of target, won't shoot, and happened bout 3 times in 10 games now, it misses target and won't be able to walk back to judge to fire targe

 

used beef's script change and it's fine,

 

no random event support? (Ring of life saved my arse )

Edited by lol123jer

You guys need to configure the build path in eclipse. Right click on project > Configure build path > Add External Jars. Then find and select the osbot.jar.

Also make sure to name your source file datrangeguild.java

Nice didnt even think of that

am i even able to just copy the script and put as a java in the scripts or no?

The script must be compiled, so you can download the code and compile yourself, or download a precompiled version.

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.