Jump to content

Apaec

Scripter III
  • Posts

    11135
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. Hey, This could be to do with a mis-configuration. If you open the console logger, it should print the reason out -Apa
  2. 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
  3. 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
  4. 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
  5. Sorry to hear this It happens. Sounds like you got fairly unlucky though. Hopefully it's only a 2-day Apa
  6. 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!
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. Correct, apologies for this. It is a rule which all scripters must follow and is to prevent trial farming -Apa
  13. Thanks for letting me know , was a little worried when you mentioned this on the sand crabs page! I will investigate this. For now, maybe try the east side. As a side note, you might find Sand crabs to be more efficient exp wise, although rock crabs are quite quiet now. Cheers Apa
  14. Hey, Naturally this shouldn't happen, I'm worried that it did. I've not experienced this before nor heard of it happen and it's weird that the script didn't try to reset the area. Did the script log anything to the console, and are you sure the script was running and it hadn't terminated earlier? Also, you mentioned rock crab, I presume you're referring to sand crabs as you've posted on this thread, but just thought i'd double check this as I also have a rock crabs script -Apa
  15. Using == simply compares object references, and is not a value comparison. To compare values, you need something more sophisticated - this is what the equals method provides. There are also further ways to express natural orderings of your own objects such as Comparators and Comparables. I'm not sure exactly what context you're using these methods in, but what is appropriate really depends on what you want to achieve Apa
  16. Thanks for the suggestions I've added them both to my list of things that i'd like to add. I'd have to test the feasibility of prayer flicking first though. Apa
  17. Looks like Malcolm covered your question well, but I just wanted to chip in here: The .equals method is interesting. It might seem relatively basic, but actually what is going on here is a whole lot of Object-oriented goodness which you will naturally discover more about on your scripting journey Considering inheritance, at the highest level of the hierarchy is the Object class. This implements the .equals() method (behaving the same as == I believe). All classes which inherit from the Object class will (naturally) inherit this method, and most will implement a meaningful definition of the method. For example, the String class implements a version of .equals which compares character for character. In this case, since item.getName() returns an object of type String, calling the '.equals' method refers to the String classes equals method. As a result, the method is expecting a string and will only work with such a value. It won't know what to do with a string array. Hopefully that clears things up - it might seem confusing at first, but give it time! Apa
  18. Sure - trial activated Hey, I just checked this out and it looks like the system denied your trial request because you've already had one with the expiry timestamp 2018-06-25 07:59:33 UTC I cannot offer more than one trial to each user so am unable to re-assign it to you, hopefully you understand! Apa It should work fine, you can always try it out I think it would be a little ambitious to assume mirror mode is any safer than stealth injection though. In my eyes, they're both equally dangerous! -Apa Trial started Hey! Unfortunately, as is the case with all other scripters, I am not allowed to offer trials to users whose OSBot accounts are under a week old (this is an OSBot rule). Sorry about that - please come back in a week! Ranks do not affect this restriction, and VIP gives you access to all VIP+ scripts along with mirror mode and unlimited bot instances. Hopefully that helped Apa
  19. No worries Just started a fresh 24h trial on your account for the Sand crabs script Apa
  20. Hey! When the script stops, it will always log the reason for stopping in the console. Be sure to check what this reason is, it's likely something wrong with your configuration Apa
  21. Both trials have been activated -Apa
  22. Sure - trial activated
  23. Hey! Sadly I cannot offer you a trial as your account is not yet over a week old, however this shouldn't stop you from being able to buy the script outright! I'm not sure what the issue could be but you could always give it another go? Apa
  24. Just started your trial Also you might find Sand crabs are a better exp rate! Apa
×
×
  • Create New...