Everything posted by Joseph
-
Count to 50 before a staff post!
7
- Slime collector
-
Scripting Tutor Required!
Good luck with your scripting
-
Scripting Tutor Required!
Jd GUI Jd means java decompiler Plus the API is your bestfriend always use it
-
Scripting Tutor Required!
I'm give you a little advice. I did exactly what you did. Got someone else script, did a little copy and paste, and a bit of editing. I ran the script to see what everything does. If you want to improve your coding, best thing to do is. If your trying to make a magic script, look for a open source magic script. Or download this program that convert the .jar or .class file into readable .java file. Then youll be able to download local scripts and convert them. Then you read into the script and see how cast a spell, and you try it out on your script. Also reading into a couple of java books help improve your coding. If your stuck, you could post help under issue, the community is nice, and helpful. And if you need any further help or explanation you could ask me on Skype I'll help you out to my best ability Jose.dpay
-
Shop Interface (just like Bank but then for shops!)
I got the same thing, it could be on how we've imported those files (shop, and shop item)
- Slime collector
- Team A vs Team B
- Slime collector
-
Don't use IDs when scripting!
thanks will do that soon
- Slime collector
-
Shop Interface (just like Bank but then for shops!)
i get this error when i try to start script java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.osbot.script.engine.ScriptManager.startScript(ci:115) at org.osbot.xB.run(vg:4) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NullPointerException at Shop.isOpen(Shop.java:36) at Shop.getAllShopItems(Shop.java:80) at Buyer.<init>(Buyer.java:39) ... 9 more
-
Flawless Path Walking
Node 4: I've notice from node 3 to 4 your "Y" are kinda a far distinct from one another 3429 to 3440 it's kinda a big gap. Try a short distance. PLUS Node 7: You have to many numbers in your "Y" from the looks of your number I think you were trying to type "3452". That's all I've notice
-
So I Was Just Botting Fishing..
im pretty sure he pick it up him self, i think that him in the one all black.
-
BankWithdraw(...)
i was thinking about that, and i thought i should try to find a fix before i do that. it didnt even take me that long.
-
BankWithdraw(...)
This isnt really for the admin, it just to help out Scripters that are having troubling withdrawing items
-
BankWithdraw(...)
the withdraw method use to work fine before.
-
BankWithdraw(...)
So lately ive been having a problem with withdrawing a certain item that isn't in view, when the bank is open. I heard around the forum of other people having this same issue. But finally i got a solution. if (client.getBank().isOpen()){ if (client.getBank().contains(Bucket)) { client.getBank().scrollToSlot(client.getBank().getSlotForId(Bucket)); client.getBank().withdraw5(Bucket); sleep(3000); } } or for even a shorter code: int B = this.client.getBank().getSlotForId(Bucket); if (client.getBank().isOpen()){ if (client.getBank().contains(Bucket)) { client.getBank().scrollToSlot(B); client.getBank().withdraw5(Bucket); sleep(3000); } }
- Slime collector
-
Flawless Path Walking
how do i use this in my script?
- Slime collector
- Slime collector
- Slime collector
- Ectofuntuns prayer
- Slime collector