cydrex Posted December 23, 2019 Posted December 23, 2019 (edited) _ Edited November 12, 2021 by cydrex DELETE THIS
ez11 Posted December 23, 2019 Posted December 23, 2019 this would be pretty much the majority of your script: and then just make the bot hop around and grab player data 1
cydrex Posted December 23, 2019 Author Posted December 23, 2019 (edited) On 12/23/2019 at 3:36 PM, ez11 said: this would be pretty much the majority of your script: and then just make the bot hop around and grab player data Edited November 12, 2021 by cydrex
cydrex Posted December 23, 2019 Author Posted December 23, 2019 (edited) _ Edited November 12, 2021 by cydrex
Duhstin Posted December 24, 2019 Posted December 24, 2019 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.
cydrex Posted December 24, 2019 Author Posted December 24, 2019 (edited) 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 November 12, 2021 by cydrex
Sweepy Posted December 24, 2019 Posted December 24, 2019 (edited) 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 December 24, 2019 by Sweepy 1
MasonStorm Posted December 24, 2019 Posted December 24, 2019 9 hours ago, cydrex said: i cant get web walking working in loop. how i call class where web walking is? id like to have example for that getWalking().webWalk(YourAreaHere); 1
cydrex Posted December 24, 2019 Author Posted December 24, 2019 (edited) 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 November 12, 2021 by cydrex
cydrex Posted December 24, 2019 Author Posted December 24, 2019 (edited) @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 November 12, 2021 by cydrex added code
cydrex Posted December 24, 2019 Author Posted December 24, 2019 (edited) odoes frost hopper work? i cant get to work Edited November 12, 2021 by cydrex
cydrex Posted December 25, 2019 Author Posted December 25, 2019 (edited) Edited November 12, 2021 by cydrex