Everything posted by HeyImJamie
-
JSlayer - Development Thread
And to think I voted yes on your CBA thread
- Cya later
-
JSlayer - Development Thread
Most likely solo unless I get stuck
-
JSlayer - Development Thread
All about the random(125,150) sleeps to piss off Alek
-
JSlayer - Development Thread
Fix your conditional sleeps
-
JSlayer - Development Thread
Don't let dreams be dreams Thomas
-
JSlayer - Development Thread
Scripters here generally have their own ways of writing code and it's not the easiest thing in the world to share code. Plus this is more a project to see what I can do ☺️ Why would you need IDs?
-
JSlayer - Development Thread
JSlayer - Cool Graphic to come @Visty Pls. What? I've got a month until I start up university again and after @Tom stole my fishing trawler baby I've decided to see if I can write a slayer script, and if I do, I'll release it. I'm aiming to slowly add all slayer masters and make it as customisable to the user as possible, but we'll see how that goes. If I get far enough I might even add slayer bosses, who knows If there's any suggestions just post em below pls. If anyone's creative and can give me a layout for this thread that'd be dope To Do / Completed List Supported Slayer Masters Supported Tasks
-
how would you trade between two bots
You have to drop trade.
-
Open Source Tutorial Island Script
Now I finally see what you mean by use onLoop Nice. You know tutorial island has a finished config tho?
-
help a noob
You're meant to PM Explv your code troubles not post it
- Flewis' General Store || Selling OSRS Items || Everything $1
-
The Average OSBot User
- Interesting ban
Most likely a delayed ban. You'd of been caught previously but then wait a bit before banning so we can't figure out what it was that caused it.- Bone Collector || Fully Auto || No Bank or GE
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- Questions regarding VIP
1. Yes, Monthly. 2. As Cammo said, Both & You can run unlimited bots.- How do I add my script onto the website?
You can either choose to release a Local Script in the form of a .Jar or you can apply for a Scripter rank following the instructions found here: https://osbot.org/forum/forum/181-closed-sdn-upload-requests/- useOn()
If you're aiming for a script on the SDN Alek doesn't support for random numbers/sleeps unless you have a strict math background and have valid reasoning. For private scripts though it's personal preference on your part.- Star Simple Construction [OPEN SOURCE!!!] [Supports multiple plank types & objects]
You're not if checking that your teleport method executed so it would assume it has and then NPE as the chest doesn't exist. :P- Detectable thieving script
You should be removed- fucking pisses me off
He literally says..- Star Simple Construction [OPEN SOURCE!!!] [Supports multiple plank types & objects]
Only had a quick look - Not bad for your first script Some things I have spotted though are your logic flow seems to be off and it appears you're relying on things executing correctly, as well as objects existing, for the script to function. Just a quick example is: else { status = "Teleporting to Castle Wars..."; equipment.interact(EquipmentSlot.RING, "Castle wars"); sleep(random(3000,3500)); //couldnt get the condsleep to work properly /*new ConditionalSleep(random(2000,4000)) { @Override public boolean condition() throws InterruptedException { return castleWars.contains(myPlayer()); } }.sleep(); */ Entity cwbank = objects.closest("Bank chest"); cwbank.interact("Use"); } What if we don't have a ring of dueling equipped or the interaction event isn't successful? The Bank chest will then no longer exist. Etc. :P- [HIRING] Powerlevelers Needed
Worker feedback is irrelevant as the service owner is responsible anyway.- Dialogue broken
- why i love programming
- Interesting ban