Everything posted by Apaec
-
APA AIO Cooker
Hey, As much as i'd like to, adding this would likely require a price increase to be in line with other similar scripts on the market, which is not something that i'd like to do! Also, adding wine jugs would mean I would also have to add all other niche forms of cooking such as potatoes, pizza, gnome cooking and much more. I believe there are dedicated wine making scripts available on the SDN (there may even be free ones in the local scripts section), so that is definitely worth taking a look into! Apa
-
APA AIO Smither
Sorry to hear this Not much I can do from the scripts perspective though, preventing bans is all about botting cautiously! If you haven't already, be sure to give this thread a quick read: https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v2/ Best Apa
- APA Sand Crabs
- APA Rooftop Agility
- APA Script Trials
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
Just had a quick glance, i'm not sure why you're extending Script in your second class? Only one class can extend Script, otherwise the script executor won't know the entry point to your code Hopefully fixing this will prevent the crashing issue which you are experiencing. You should then be able to debug further issues yourself, if there are any As a side note, when developing code it is important to do it in small parts. Add one bit at a time instead of writing the whole thing and only then testing it. That will make sure you don't end up in this situation in the future -Apa
-
APA AIO Smither
Trial activated -Apa
-
APA Rooftop Agility
Hmm, looks like it's trying to read your quest data before fully logging in. This is frustrating as the script shouldn't be running while not logged in. I'll see if I can add a check for this Apa
-
APA Sand Crabs
Sure - replied on trials thread
-
APA Script Trials
Sure - trial activated !
-
APA Rooftop Agility
Hiya, Sadly, in the interests of fairness, I can only offer a single trial to each user. Apa
-
APA Rock Crabs
Sadly not I'll do some test runs of the script and see if I can re-create this issue. Apa
- APA Script Trials
-
APA Rock Crabs
Hey, This could be to do with a mis-configuration. If you open the console logger, it should print the reason out -Apa
-
APA Sand Crabs
Hey, This sounds like what happens when you run the script in mirror mode - I'd strongly suggest switching to Stealth Injection for a more fluid experience. Check out the 'things to consider before buying/trying' section on the main thread for more info Apa
-
APA Rooftop Agility
Both trials activated Thanks for this suggestion, that's a really interesting idea which I hadn't thought of. I'll add this to my list of future things to add. Cheers! Apa
-
APA Rock Crabs
I'm sorry to hear about this - odd behaviour for sure. You didn't happen to grab what was logged in the console so I can stop this happening in the future? All the best Apa
-
APA Rooftop Agility
Sorry to hear this It happens. Sounds like you got fairly unlucky though. Hopefully it's only a 2-day Apa
-
APA Unicow Killer
Probably not all that much now, it really depends on the price of unicorn horns and they are not worth a huge amount at the moment!
-
APA Script Trials
Trial activated thanks for stopping by! To qualify for a trial, your OSBot account must be over a week old (this is OSBot policy). As a result, I cannot offer you a trial just yet. Sorry about this -Apa
-
APA Rooftop Agility
Hey I'd say that, for the most part, the chances of being banned with any script is about equal. There's little-to-nothing that a scripter can do to prevent bans, so your best chance is to keep sessions short and well spaced, use generous breaks and mix in some legitimate play. Also, fresh accounts tend to be targetted more by botwatch so waiting after creating an account may reduce your chances of being banned, but really no-one knows! -Apa
-
APA Sand Crabs
Hey, After purchasing the script, it should stay in your collection. This script has no renewal so it should still be there if you purchased it! Please could you double check your collection? If it's definitely not there, then you might have to get in touch with the community administrator @Maldesto who manages the store. He should be able to assist you further Best Apa
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
There are a few options here and I would strongly suggest against having any static duration sleeps anywhere in your code. Your first option is to try and find a condition other than animation to feed the conditionalSleep. You'll have to look through various debuggers to find this query value, if it exists. The second option is, as Malcolm suggested, some kind of animation timer. You can either implement this in-place as Malcolm suggested, or you can run it in a concurrent thread which is my preferred method, although there are a few intricacies to Java's thread system (specifically correctly creating, running, querying and stopping the thread) which mean there are ways this can be implemented incorrectly which give unexpected behaviour. This might be a little complex for someone as new to java as you, so perhaps the basic method is sufficient for now . With that being said, there are plenty of tutorials available online so if you want a challenge you could always give this a go! The benefit to the concurrent system is it is entirely detached from the running of your main code, so you are not relying on an iteration of your onLoop not exceeding a certain time threshold. Apa
-
APA Sand Crabs
Hey Thanks for the suggestions! If you're worried about bans, be sure to give this thread a read: https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v2/ - The risk is pretty much equal no matter which bot or script you use, so keeping a low profile is key. You can calculate the xp you've gained from the total by just removing the HP portion, I previously had these figures separate however too much data shown cluttered the paint. Perhaps i'll add it back, will see I would also like to add TTL stuff, i've added this to my list. As for breaking, the script does not have permission to change your break settings (this is handled by the client). The script is only allowed to know in how long you are going to break, so sadly this is not something feasible for me to implement. Eating on aggro reset is an interesting idea which I hope to explore! -Apa
-
APA Rooftop Agility
Correct, apologies for this. It is a rule which all scripters must follow and is to prevent trial farming -Apa