Jump to content

_


cydrex

Recommended Posts

Done this myself, but then I stopped playing and never added multiple locations and it only supports rev cavs. I had mine to where it had four different Discord channels. Skulled no matter what, +1 Items & skulled, mace/craws, and skulled with X loot. By far the +1 was the channel I used the most, and we maced ones worth macing.

Link to comment
Share on other sites

On 12/24/2019 at 2:21 AM, Duhstin said:

Done this myself, but then I stopped playing and never added multiple locations and it only supports rev cavs. I had mine to where it had four different Discord channels. Skulled no matter what, +1 Items & skulled, mace/craws, and skulled with X loot. By far the +1 was the channel I used the most, and we maced ones worth macing.

 

Edited by cydrex
Link to comment
Share on other sites

Heres a very old one i had for a diff bot that isnt around anymore lol, maybe something useful in there idk

https://github.com/IY/RatFinder/blob/master/RatFind.java

also here is another that "Checks items and combats of runescrafts, sends data to the server" and uses a similar getOthersEquipment

https://raw.githubusercontent.com/fireflypie/rckiller/master/src/Main.java

and last off all an api by liverare

https://osbot.org/forum/topic/127712-detect-worn-items-of-other-players/?do=findComment&comment=1463059

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

On 12/24/2019 at 9:36 AM, Sweepy said:

Heres a very old one i had for a diff bot that isnt around anymore lol, maybe something useful in there idk

https://github.com/IY/RatFinder/blob/master/RatFind.java

also here is another that "Checks items and combats of runescrafts, sends data to the server" and uses a similar getOthersEquipment

https://raw.githubusercontent.com/fireflypie/rckiller/master/src/Main.java

and last off all an api by liverare

https://osbot.org/forum/topic/127712-detect-worn-items-of-other-players/?do=findComment&comment=146305,

 

Edited by cydrex
Link to comment
Share on other sites

 

 

	@Override
	public int onLoop() throws InterruptedException {
		Position myPos = myPosition();
		Position targetPos = new Position(2946, 3819, 0);

		if (myPos.equals(targetPos)) {


			if(this.hopper.isHopping()) {
				return this.hopper.execute();
			} else {
				this.hopper.hop(FrostHopper.HopMode.F2P);
			}
			return 1000;
		} else {
			getWalking().webWalk(targetPos);
		}
		onStart();
		return 0;
	}

re widget

Edited by cydrex
added code
Link to comment
Share on other sites

  • cydrex changed the title to _

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...