Everything posted by Precise
-
Precise Air Orbs Free Trials - First 5 to Post
post on script thread an ill give it to you ;)
-
Precise Air Orbs Free Trials - First 5 to Post
done Enjoy!
-
Precise Air Orbs Free Trials - First 5 to Post
guys, follow the rules ;)
-
Precise Air Orbs Free Trials - First 5 to Post
The first 5 people to follow the rules will get a 24 hour trial of Precise Air Orbs! Make 200k+/h with Low Requirements! Follow these rules are you're good to go: 100+ post count Post on this thread Post on script thread: http://osbot.org/forum/topic/51483-easy-money-precise-air-orbs-200kh-25k-xph-magic-easy-money Enjoy!
-
New SDN Scripts v15
this is the last of OSBot 1 scripts. you'll be seeing OSBot 2 scripts next
-
Interface based condition not working? halp pl0x
You have to null check the child interface as well.
-
OSBot 1.8.13 and 2.1.9
thank you @Maxi! lets hope we get more speedy updates like this ;)
-
★-* Designer´s Graphics *-★ [✓High Quality] [PP]
If you want amazing graphics, you have come to the right place. ;)
-
Equipment will get fixed today
good to see!
-
[FREE] Doing Waterfall Quests
Maybe he is doing it so he can test his Waterfall Quest Script?
-
Need Help Making Cow killer script that banks
learn java. check this out: http://osbot.org/forum/topic/28798-pandemics-scripting-series-part-i-setup-and-basic-logic/
-
Simple door snippet
it does? It checks whether it is at the same location as the closed door.
-
Update OSRS #49 and Website Maintainence
restart the client and it will work.
-
★-* Designer´s Graphics *-★ [✓High Quality] [PP]
ill buy a Script paint adding you on skype
-
Update OSRS #49 and Website Maintainence
Good work! Hope to see the equipment fix soon ;)
-
Auto Quester
this, i would be happy to help, just got a few more exams
-
selecting menu action
okay, how about this? private boolean selectOpenMenuOption(String name) throws InterruptedException { sA.log("Selecting Menu Option"); if (sA.client.isMenuOpen()) { List<Option> options = sA.client.getMenu(); for (int i= 0; i < options.size(); i++) { if (options.get(i).action.equalsIgnoreCase(name)) { return sA.client.moveMouseTo(new RectangleDestination(sA.client.getMenuX(), sA.client.getMenuY()+19+(i*15), sA.client.getMenuWidth(), 15), false, true, false); } } } return false; } private boolean rightClick(RS2Object object) throws InterruptedException { if (object != null && sA.canReach(object)) { return sA.client.moveMouseTo(object.getMouseDestination(), false, true, true); } return false; } public boolean interactWithRightClick(RS2Object object) throws InterruptedException{ if(rightClick(object)) { return selectOpenMenuOption(object.getDefinition().getActions()[0]); } return false; }
-
selecting menu action
i would do this. Then invoke this method after. it works for me
-
Post your speed here!
- DNScriptMaker
- MagicTracker
Great work man! Just to let you know that you spelt "Wield" wrong in equipping staff. Hope this helps! - Precise- What is a good spot to bot if i got 99thieving?
did you even look at it? it supports master farmer like you requested.- What is a good spot to bot if i got 99thieving?
have you tried this script? Heard it is good http://osbot.org/forum/topic/35442-notori-thief-simple-thieving/- GUI Issues
Try this if you still cannot get it to work Make a new method in the GUI Class. public void showGUI() { EdgeMenGUI window = new EdgeMenGUI(); window.frame.setVisible(true); } insert this above the onStart(); EdgeMenGUI g = new EdgeMenGUI(); In the onStart method do g.showGUI(); - Precise- Read Before Posting │ Known Bug Fixes
it is a script issue, post in script thread.