Jump to content

Apaec

Scripter III
  • Posts

    11169
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Sure - done!
  2. Received & replied. Thanks ! Apa
  3. It will eat anything with an 'eat' option - do half pies not have this option? Also, i'm not sure why it would click the maples but it may have just misclicked, there's no explicit code saying 'click maples' so to that end there's not much I can do! Hopefully it doesn't do it more than on just a single occasion. -Apa
  4. Nope, this script is purely for smelting in furnaces and forging on anvils. I believe there are blast furnace scripts under the 'minigames' SDN tab though! -Apa
  5. Cheers for the kind words, glad it's working well -Apa
  6. Sure, done! Ofcourse ?
  7. Wow, you're dying? That shouldn't happen - the script should stop if you are low on hp and are out of food! The script will attempt to eat any food with an 'eat' option to heal up, so if you have food in your inventory it should work well! -Apa
  8. I'm based in the UK, I like how things are around here. I think in America everything is more forceful - police are brutal, assertive and have a completely different style of handling situations than the police here in the UK. Also, because you can mostly count on very few people having guns, I certainly feel a lot safer, and don't feel the need to own a gun to defend myself.
  9. I mean, i've had reports of bans here and there, but for the most part users seem to be OK from what i've heard. Furthermore, I personally haven't been banned using the script and I use it quite a lot. Then again, I bot very conservatively (I try and avoid botting longer than 30min - 1h per day) Apa
  10. Looks like the lads above answered your question, but just for future reference: As a general rule of thumb, if you have to use an id for something, there's probably a better solution. Try and filter objects based on static features which are unlikely to change, for example name or interaction options. This is better practice and will mean your script is unlikely to break following game updates. It's also mandatory to avoid the use of ids if you wish to submit a script to the SDN. If you have any further questions, don't hesitate to let me know / drop me a PM. I'm always happy to help Best Apa
  11. Ban rates are not really quantifiable and seem to be for the most part unrelated to the script that you're using. Naturally, i've included some human-like movements and randomisation throughout the script, but whether or not that helps reduce bans is up to you! Your best bet, as with any script, is to keep sessions short and efficient. Use generous breaks, and play legitimately between sessions and mix up what you bot. If you haven't already, be sure to give this page a read: https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v2/ Best Apa
  12. Both trials activated -Apa
  13. Certainly, done!
  14. I think I have this one https://www.amazon.co.uk/Logitech-Optical-Gaming-Million-Colours/dp/B01KT8D7FM Since I use my computer almost every day, I figured it would be worth spending a little extra money over a normal cheap mouse. Having used the g403 for about 6 months, I can't really say a bad thing about it. Then again, this is the first time that i've spent over £10 on a mouse so my knowledge of alternatives isn't very comprehensive... Apa
  15. Done!
  16. 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 that! Please come back next monday Apa
  17. Sure, done!
  18. Both trials activated, thanks for stopping by!
  19. No worries - glad to hear it's working well, and congratulations on the gains!
  20. I'd recommend learning by doing something that captures your interest
  21. Done!
  22. Sure, done!
  23. Oh, sorry about that! Just checked the log and it seems the trial didn't go through for whatever reason Glad it's running well, I hope to take a look at the balancing and alching situation soon - i've added it to my to-do list. Thanks for letting me know! Apa
  24. Ahhh!! I see what's up! Looks like you've got the wrong JDK. OSBot is written for Java 8 and is incompatible with later revisions. See where it says 'JRE System Library [JavaSE-10]' in your screenshot? Right click that, select properties, and change the execution environment to 'Java-SE-1.8' Here's the d/l link: http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html Let me know if that works -Apa
  25. You must've made a mistake somewhere then! Either in the manifest, or in attaching the OSBot jar. You can test where the error is by seeing if the skeleton code that I provided shows up when compiled. If it shows up, then your error is in your manifest (or elsewhere in the source). If it doesn't show up, then you've probably attached the jar incorrectly? Does your script have any errors/red underlines when you compile it? This is important, as if there is even one error, the script will fail compilation. Also, keep in mind that compilation is not a perfectly reversible process, i.e if you decompile then recompile a script, you are not guarenteed to get back to the perfect original source code. -Apa
×
×
  • Create New...