Jump to content

Chicken Wing

Members
  • Posts

    610
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Chicken Wing

  1. My current icons are made in paint, and I've had some people say that I should get some higher quality ones. skype: chicken.wing.07
  2. Hey can I get a trial for this
  3. Wait someone still hasn't helped this guy?
  4. 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."
  5. It would be useful imo, for example I would be able to change the title of topics I make
  6. Na I just wanted to see how you would react
  7. Hi apa Can I have a trial for the aio cooker please
  8. Not possible, check this out if you want ram though
  9. Sometimes prayer potions can make profit, I did them for a while
  10. You should keep these screenshots and make a collage
  11. 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
  12. 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
  13. 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
  14. 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?
  15. 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
  16. Im using the latest version (2.3.114) in my build path
  17. That error log is from osbot when I run the script, and Im using eclpise, which is showing no errors, not even warnings.
  18. 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
×
×
  • Create New...