Jump to content

Apaec

Scripter III
  • Posts

    11137
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. 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.
  2. 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
  3. 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
  4. 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
  5. Both trials activated -Apa
  6. 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
  7. 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
  8. Both trials activated, thanks for stopping by!
  9. No worries - glad to hear it's working well, and congratulations on the gains!
  10. I'd recommend learning by doing something that captures your interest
  11. 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
  12. 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
  13. 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
  14. Most likely you've got multiple jars in your scripts folder with the same script manifest name ? You can test this by moving all your local scripts elsewhere (e.g your desktop), and only having your simple script in the directory. Then start OSBot and see if it shows up. If it still does not, let me know! -Apa
  15. Hmm, ok - thanks for letting me know. This is related to my door handling system, perhaps the nature of the door in Yanille anvil has changed? I will investigate. While it's not affecting the effectiveness of the script though, i'll pop it a little lower down on the priority list!! Apa
  16. Ah, phew ? ! Glad it's working well, best of luck!
  17. I believe so - before purchasing i'd recommend giving the script a try with a trial though, just to be sure! -Apa
  18. Odd, perhaps there's been a change to the karambwan interface recently ? I'll try and fit in a test tonight and see if I can sort this out for you. Cheers!
×
×
  • Create New...