Jump to content

Kangabr

Members
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Kangabr's Achievements

Bronze Poster

Bronze Poster (2/10)

5

Reputation

  1. @Override public final int onLoop() throws InterruptedException { switch (getState()) { case CHICKENS: chickenWALK(); setAttackStyles1(); //switch style chickenFIGHT(); break; case IDLE: chickenWALK(); //testing for the bug break; } return 0; }
  2. here is the error if it helps [ERROR][Bot #1][12/25 10:59:38 PM]: Error in bot executor or from Error class (and not Exception)! java.lang.Error: Unresolved compilation problem: The type Main must implement the inherited abstract method Script.onLoop() at Core.Main.onLoop(Main.java:56) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(tk:46) at java.lang.Thread.run(Thread.java:748)
  3. I am no expert but due to lag and other issues, this would probably be better done with a macro..
  4. Hey all, Its been awhile but I am coming back to osrs development and had a quick question, I have a little test script built and am trying to compile it but something is going wrong.. I am not sure if something changed or I am doing something wrong, but, I used to compile and write in eclipse. But now, when I compile it isn't compiling correctly. First thing i noticed was compiling errors in the console so I tried a few things to test it, Turns out, even with my script manifest commented out, when I compile to my script folder in OSBot it still has a name and author on it when refreshed in the client. As well as uncommented and name changed it still says an original name which the script used while it was being built. Has anyone seen this or have any recommendations?
  5. Okay guys, Please don't laugh at me. But I was into RS development awhile back and decided to swap over to FiveM lua development and completely forgot what I had learned in java. And am having a slightly hard time decompiling a script in eclipse. I learn off reverse engineering, It is how I have been most of my life. I have a huge folder full of scripts I build back in the day and I was going to refresh my mind on the API using them. But as I stated, I cannot figure out how to decompile them into editable code in eclipse. Ex. SimpleWCLearning.jar SimpleMINERLearning.jar SimpleMINERw/MULELearning.jar I want to take this jar and decompile the code so I can read and re-understand the code again. I use to know how to do this but am struggling to refresh my brain. If anyone has any tips or refreshers, I would so greatly appreciate it. Thanks!
  6. @Token Hey brother the "this patch has already been composted with supercompost" bug is back! just a fore warning. Other than that, Cheers to my two week proggie running 24hrs a day! thanks!!
  7. @Token hey man hate to keep posting about this I am just trying to help you get this live! So I have found another bug currently, I am not sure how your methods are set up but I believe we need an OnMessage “the patch has already been composted” or what ever the message is, when I get the error again I will post it. : basically the script gets in a weird loop occasionally and will try to use compost on a patch that it already used compost on. -Sometimes this error will cause the bot to loop for 10-15minuted and log out automatically then fail to update timers and then close the script. -Othertimes this will continuously click for hours on end not logging out. Up to 6 hrs of standing there trying to click a patch that has already been composted. It’s hard for me to find this log or I would post it as I run multiple accounts and scripts off the same Osbot instance. Hope this helped... at least some..
  8. @Token others can be selected but it seems to only use those no matter what settings you change it to
  9. @Token Only Guam, Tomato and Rosemary working on farming
  10. Hey token. Dude this thing is working phenomenally. The only problem I keep running into is restocking, the option is grayed out for me. Is this still in development? @Token
  11. Very interested in trying this. Would love to if you will let me! thanks
  12. tried your method really simple and works. but taskkill /IM java.exe doesn't close my bots sadly any fix? is it because I am running under c:\ desktop? EDIT: fix for me is: taskkill.exe /f /im java.exe
  13. Do you have any resources or forums to help me get started, I’m fairly new to writing code, even an an app I should use would help, thanks man
  14. Thanks for the great post. What language would I be creating the reader in and what language for populating
  15. Alright friend thanks for the advice I guess I’ll continue With my batch method and see if I use the snippet you linked to help. I really didn’t want to have to rewrite a huge script but oh well
×
×
  • Create New...