

Kangabr
Members-
Posts
22 -
Joined
-
Last visited
-
Feedback
0%
Everything posted by Kangabr
-
@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; }
-
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)
-
I am no expert but due to lag and other issues, this would probably be better done with a macro..
-
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?
-
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!
-
@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!!
-
@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..
-
@Token others can be selected but it seems to only use those no matter what settings you change it to
-
@Token Only Guam, Tomato and Rosemary working on farming
-
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
-
Very interested in trying this. Would love to if you will let me! thanks
-
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
-
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
-
Thanks for the great post. What language would I be creating the reader in and what language for populating
-
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
-
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
-
Hey gunman thanks, I’ll definitely look into this. I have an r710 server but I have windows on it and just run my scripts from the cmd. I really would love to get a database but I am clueless as to setting one up. Have any tutorials in mind? Or would you be interested in helping me set one up for compensation?
-
Hello all, my bot farm is finally almost ready to run full time but I am having a few issues that I need some help with. i am currently running 50 accounts launching CLI. The problem I am having is I launch with a bat file, And I I need to run three scripts: tut island -> 7qp -> myscript. But batch files only let me launch one script. Basically how do I launch multiple scripts from a .bat in almost a queue style? my next question is editing the account info in 50-150 batch files easily. Currently since I can only launch one script per .bat I am editing 150 .bat daily. 50 accounts 3 .bats per account one for each script. Also after I launch my tut files I am having to wait 10ish minutes (time for tut island to complete) then close all my consoles and relaunch the 50 accounts again for the second script and so on so forth. I know this was a bit spastic but and hard to follow but any help is greatly appreciate for my quality of life. I’m about to blow my brains out editing all these files daily. Thanks! summary: launch a script queue with CLI edit these .bat files efficiently
-
Sent you a DM
-
Hello everyone, I just had a few question when trying to automate my f2p farm. Where I am currently: -developed scripts to automate(muling, supplying, buying off GE, banking, doing tasks..ect.) all the processes to gain GP -dedicated server set up: 72gb ram 2x3.33cpu’s 12 cores Where I need help: -replace banned accounts -finding a way to run tut island then my script on 70+ accounts hands free Final goal:- scripts running full time, when an account is banned, it is automatically replaced tutorial island is completed and then my farming method is started hands free. Any guidance in the right direction for building this myself is greatly appreciated. Thank you all for your time. -Kanga
-
@Explv Hate to bother you on such an old thread, But when I run the .jar i get into all the menu's. Hit start. it brings up my OSBot client and then does nothing. Any ideas? Log: Loaded 1 local scripts and 0 SDN scripts. [INFO][12/29 04:10:29 AM]: Welcome to OSBot 2.5.64! [INFO][12/29 04:10:29 AM]: Updated injection hooks for client revision : 187! [DEBUG][Bot #1][12/29 04:10:29 AM]: Initializing stealth injection bot... [INFO][Bot #1][12/29 04:10:29 AM]: Downloading latest RS2 old-school client parameters... Getting gamepack from: http://oldschool78a.runescape.com/gamepack_2728843.jar Gamepack successfully downloaded. Unpacking/saving. Gamepack successfully unpacked/saved. Loading game. [DEBUG][Bot #1][12/29 04:10:38 AM]: Injected bot reference into client! [DEBUG][Bot #1][12/29 04:10:38 AM]: Injected world accessors! [DEBUG][Bot #1][12/29 04:10:38 AM]: Injected 38 class and 337 field accessors! [DEBUG][Bot #1][12/29 04:10:38 AM]: Injected canvas! [DEBUG][Bot #1][12/29 04:10:46 AM]: Loading RS world : 378a [INFO][Bot #1][12/29 04:10:46 AM]: Initializing 39 API modules... [INFO][12/29 04:10:47 AM]: Started bot #1 Waiting for the game to load before starting script... Starting script... nothing from there. I went through the github but can't figure it out. Thanks.