Everything posted by Chicken Wing
-
Scripters should have vip forum privillages
In the private scripter section, there is a post where alek says himself: "Scripter 1 Entry-level that requires a script on the SDN. Has VIP privileges, not allowed to release premium scripts."
-
Scripters should have vip forum privillages
It would be useful imo, for example I would be able to change the title of topics I make
-
cw Herb Cleaner
It's in SDN now for free!
-
APA Script Trials
Na I just wanted to see how you would react
-
APA Script Trials
Hi apa Can I have a trial for the aio cooker please
-
Ban rate on herblore and fletching?
I'd say about 50% +/- 50% give or take.
-
cw Herb Cleaner
Most of them, just buy a grimy one, then clean and sell and see if it profits, then run the bot with it. I might add a button which shows the best herbs to clean (by bringing up a table) by getting the herb prices from osbuddy
- cw Herb Cleaner
-
cw Herb Cleaner
This herb cleaner can clean all herbs (unless I missed some, then I will add those) Input custom patterns, or use default zigzag pattern which at no delay can clean herbs at 7500 per hour Feature list: Custom patterns designed by you Uses ESC to close bank for faster cleaning (= more xp!) Supports GE, bank booths and bank chests Uses node state engine Adjustable delay between clicks (random between 0 and the delay) Train herblore while making money! (can achieve over 100kxp/hr) Always willing to add other things to this script! Small proggy: In SDN: FREE
-
Optimizing The Bot Experience - Help?
Not possible, check this out if you want ram though
-
Why Czar Perfect Herblore is perfect
Sometimes prayer potions can make profit, I did them for a while
-
When silvers lose a game and get demoted
You should keep these screenshots and make a collage
-
NoSuchMethodError help (again)
Ah I see, so at run time the Task class had a different signature, I thought I was something to do with the classpath, oh well, thanks for the help
-
NoSuchMethodError help (again)
I have just fixed this whole problem by deleting all my workspaces (and projects), and re-downloading eclipse, the script runs fine now as it should... But to answer your questions, it was a local script, and there were other scripts containing a core.task, but the other core.task's had different constructors Ill see if adding more projects now breaks anything EDIT: It doesnt. I don't know why this happened but its fixed now and I have no (exact) idea why
-
NoSuchMethodError help (again)
This is all thats in the workspace now and it still gives the error I understand all those stuff, I understand how the task system works, not sure what you mean by enum states though so ill check that out, thank you for your help though I appreciate it
-
NoSuchMethodError help (again)
Well, I used this tutorial to write it: http://osbot.org/forum/topic/48284-javatutorial-how-to-get-a-single-stage-node-framework-intermediate/ , and it works, I have a script on the sdn which uses it and it works fine, in fact the code was working fine before, its just when I copied it over from another project into a new eclipse project The comparator stuff was just something I was trying out, Its not used Move which class files to where?
-
NoSuchMethodError help (again)
13 public ClickSafe(SafeCracker sA) { 14 super(sA); 15 } 59 Collections.addAll(nodes, new ClickSafe(this), new EatFood(this), new CloseBank(this), 60 new DepositGems(this), new OpenBank(this), new ReturnToCracking(this), new WithdrawFood(this)); I posted the src folder link btw EDIT: btw if I remove the clicksafe object, the error will just show for EatFood instead at the same place
-
NoSuchMethodError help (again)
Im using the latest version (2.3.114) in my build path
-
NoSuchMethodError help (again)
That error log is from osbot when I run the script, and Im using eclpise, which is showing no errors, not even warnings.
-
NoSuchMethodError help (again)
Hi guys, I am trying to make a safe-cracker script, I was cleaning up my projects so I copied them all into one workspace for all my osbot stuff, ever since I get this error at runtime when I run my jar file (there are no compiler errors) [ERROR][09/15 03:45:44 PM]: Uncaught exception! java.lang.NoSuchMethodError: core.Task.<init>(Lcore/SafeCracker;)V at tasks.ClickSafe.<init>(ClickSafe.java:14) at core.SafeCracker.onStart(SafeCracker.java:59) at org.osbot.rs07.event.ScriptExecutor.onStart(lj:110) at org.osbot.rs07.event.ScriptExecutor.start(lj:194) at org.osbot.prN.run(cp:367) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Last time I fixed it by deleting everything and making a new project, but now even if I clean all the class files and rebuild the project I still get this error. Here is the src folder: http://www.mediafire.com/download/ljcgco1kwmro75z/New_Compressed_%28zipped%29_Folder.zip Not sure what to do anymore
-
I can make good paint for beginner scripters!
I might be interested, I'll pm you later
- Wassup Peeps
-
Pressing function keys
Literally realised I was using the wrong method as you posted this Thanks for the help
-
Pressing function keys
Don't think it does
-
Pressing function keys
How do I make the script change tab by pressing the function keys (e.g. f6 to switch to magic tab)? When I use getKeyboard().typeKey((char) KeyEvent.VK_F6); It just types "u", if anyone knows what's wrong I would be grateful for some help Edit: nvm I fixed it guy