Jump to content

Bone Collector || Fully Auto || No Bank or GE


flewis

Recommended Posts

Bone Collector

Bone Collector is a script I have written that can be used anywhere on any world.

Once run, Bone Collector will find any bones on the ground pick them up and bury them.

Works in ANY place in F2P and P2P where players are killing mobs/monsters.

Good for new bots to quickly level up Prayer.

Optimised to work in all Ironman modes.

 

What The Script Does:

Collects bones from the ground and buries them automatically.

 

Good Area's To Run The Script (Tested):

Lumbridge - Goblins

Lumbridge - Cows

Lumbridge - Chickens

 

Requirements:

An area where mobs/monsters drop normal 'Bones'.

 

Other Notes:

This is the first ever script I have written for OSBOT so it's probably not perfect.

This is also my first ever project in Java too (I usually use python).

If you find bugs or anything else like that please do tell me.

Also if you want to criticise my code I don't mind, I'm new to Java and criticism will help me!!

 

TOS:

Please do not claim this script as your own.

Please do not sell this script.

All usage is free and will stay that way for this script.

 

Final Words:

Thank you for downloading my Bone Collector script.

Please leave a comment down below if you used/use the script.

I want reviews even if they are negative!!

Have a great day <3

 

-Flewis

 

Download Link - BoneCollector.jar

Edited by flewis
  • Like 1
Link to comment
Share on other sites

Not bad for your first script. :) I'd suggest looking into the OSBot API a little more though as you could replace a lot of your own methods with simpler ones that've been pre-written. For example, to check if your inventory contains bones you can do:

if (getInventory().contains("Bones"){
	// bury them
} else {
// loot them

Don't really need a while loop for something that simple :P 

  • Like 1
Link to comment
Share on other sites

21 minutes ago, HeyImJamie said:

Not bad for your first script. :) I'd suggest looking into the OSBot API a little more though as you could replace a lot of your own methods with simpler ones that've been pre-written. For example, to check if your inventory contains bones you can do:


if (getInventory().contains("Bones"){
	// bury them
} else {
// loot them

Don't really need a while loop for something that simple :P 

 

Okay, thank you for the advice, as time goes by I hope to make my code much more efficient!! <3

Edited by flewis
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...