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.

Smoking Rocks + Exploding Rock ID's

Featured Replies

Anybody have the newest/latest Id's for Smoking rock + Exploding rocks? This will help out people using SSF and scripters who are trying to create mining scripts.

 

 

Please comment below if you have the ids, No trolls please. Thank you.

Anybody have the newest/latest Id's for Smoking rock + Exploding rocks? This will help out people using SSF and scripters who are trying to create mining scripts.

 

 

Please comment below if you have the ids, No trolls please. Thank you.

 

There are too many id's for them and they change each RS update anyway. The most common solution is to get the height of the rock your facing and if that height is > 80 ( I think that's the beginning of smoking rocks ) then stop mining.

  • Author

There are too many id's for them and they change each RS update anyway. The most common solution is to get the height of the rock your facing and if that height is > 80 ( I think that's the beginning of smoking rocks ) then stop mining.

 

Thank you <3

From my fp2 clay miner: (inb4 "naming conventions!!!, i know...) and thx to Swizz for the part on getting the current rock

	if(!client.getMyPlayer().isAnimating() && rock !=null){
						if(mineSpot.contains(myPlayer())){
							rock.interact("Mine",false,0,false);
						}
						else {
						rock.interact("Mine");
						}
						currentRock = rock;
						sleep(random(1500,1800));	
						
					}
					else {
						RS2Object rock2;
						Position myPosition = myPlayer().getPosition();
						switch (myPlayer().getRotation()) {
							case 0:       //SOUTH
								rock2 = getRockAtPosition(new Position(myPosition.getX(), myPosition.getY() - 1, 0));
								break;
							case 511:
							case 512:    //WEST
							case 513:
								rock2 = getRockAtPosition(new Position(myPosition.getX() - 1, myPosition.getY(), 0));
								break;
							case 1023:
							case 1024:    //NORTH
							case 1025:
								rock2 = getRockAtPosition(new Position(myPosition.getX(), myPosition.getY() + 1, 0));
								break;
							case 1535:
							case 1536:    //EAST
							case 1537:
								rock2 = getRockAtPosition(new Position(myPosition.getX() + 1, myPosition.getY(), 0));
								break;
							default:
								rock2 = currentRock;
								break;
						}
						
						if (!rock2.equals(currentRock)){
							walk(mineArea);
							}
					}
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.