Everything posted by Precise
-
Interacting with another entity if the first entitys condition isnt met
when attempting to find the closest and most appropriate tree in that area, i would recommend usng a filter like so: RS2Object tree = script.getObjects().closest(t -> t != null && t.getName().equals("TREE_NAME_HERE") && AREA_NAME_HERE.contains(t)); this will only find trees in that area. Precise.
-
Fixing DPI issues with Windows 8.1/10 (OSBot window is too small issue)
Was the only thing annoying me about my new laptop with a high resolution was i couldn't use OSBot easily. This fixed my issue, thanks for the easy guide. (i changed it for both jre and jdk for anyone who is having issues still). Precise.
-
Login screen freeze
Seems to be more of an issue with the welcome random solver which will override the script, i'd include the logger, any other information and how to replicate if you can.
-
★AP SLAYER GUIDE★
not my fault you have a low resolution so you can't view the script. Send me a screenshot of what you see and I'll try to make adjustments.You keep talking malfunctions and so on but don't actually make a big report so how do you expect me to fix things? Because saying that without any specific scenarios makes it much harder because as you know, it is a big script.
-
★AP SLAYER GUIDE★
that big has be fixed, will be available soon. Again, if you get a big please follow the guide on how to report a bug otherwise I can help. this issue isn't the scripts fault. Make sure your resolution is about 1920x1080 since any higher will cause issues with the layout of both the isn't and script.
-
★AP SLAYER GUIDE★
I haven't tried it since i do not have high enough slayer for it. if you're looking to farm i'd recommend using accs which are not worth as much bans are bans, if you want to just farm wyverns then this may not be the best script for it since it was not optimised with wyverns in mind Precise.
-
★AP SLAYER GUIDE★
yes you could use tally teleport, I'll test it tonight see for sure or give you a trial and I'll be adding house teleports in the future
-
★AP SLAYER GUIDE★
yes, it basically performs like an AIO Fighter(coming mode). Keep in mind teleport to rimmington via house isn't supported. But yes you can.
-
★AP SLAYER GUIDE★
please view the first post on this thread to see how to report a bug since I cannot replicate what you have stated without it.Thanks Precise
-
My first script - help make me better!
I'd look into nested if statements like so: private State getState(){ if (getInventory().isFull()) { if(TheBank.contains(myPlayer())){ return State.Bank; } else { return State.WalkToBank; } } else if(Shop.contains(myPlayer())) { return State.BuyOre; } return State.WalkToOre; } Also would look into naming conventions.
-
Guranteed Dismissal of Random Events
When I sometimes play legit I cba to dismiss them, and I'm pretty sure the built in Random solver does this already and would override any script anyways (if enabled).
-
Which are the best scripters on these forums in your opinion?
@Khaleesi
-
Worst injury?
Shattered by elbow when I was 4, arm is still isn't straight ;) broke my wrist when I was 6, and it was in a Z shape which wasn't nice to look at haha
-
★AP SLAYER GUIDE★
please read this post here: http://osbot.org/forum/topic/92232-★ap-slayer★/?p=1238575 TDLR; its because you're using Mirror, so for a seamless experience please use Injection. Sorry i wasn't following this topic, if you are still having issues please post appropriately here: http://osbot.org/forum/topic/92232- Precise.
-
OSBot 2.4.100 - New Spellbook and patches
Thanks
-
CPU advice to run multiple bots
OSBot interactions dont work correctly in low cpu mode, so if you need some help there are some good snippets which will help you if you are efficient with your scripts lots can be possible like <= 3% cpu usage but yeah, i can't help with hardware
-
CPU advice to run multiple bots
i'd recommend finding a script which is compatible with low CPU mode since for me that drastically reduces CPU but does cause issues with interactions. so make sure to find the correct script or a private script with custom interaction methods.
-
Private Scripts
1. depends on the script you want. 2. will be more than public. 3. can do.
-
Botted 1h and got banned I BLAME OSBOT
Inb4 banned on OSbot too xD
-
OSBot 2.4.99 - Bot Farmer's Dream
great update!
-
Goldfarming methods?
just do research to find a method, items which are traded a lot etc so less likely to crash. it will be worth your time if you find one
-
ArrayList to Area
so you want to make the arraylist of positions into an array, to be passed into the instance of the area? if so, just do this and change the object type to Position instead of String : http://stackoverflow.com/questions/4042434/converting-arrayliststring-to-string-in-java
-
Running Loop Once then Nothing.
you only call "tree = sA.objects.closest("Tree");" once when you make an instance of the class. id recommend adding it into the execute method as the first line as above. also, id make it a local variable instead of global.
-
Help!
get the position of the tree, make an instance of minimaptileDestination using that position and draw the destination
-
[RIDDLE] Where Did My Money Go?!?!
nice read, thanks