Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. 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
  2. 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
  3. 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
  4. 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
  5. No worries Just started a fresh 24h trial on your account for the Sand crabs script Apa
  6. 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
  7. Both trials have been activated -Apa
  8. Sure - trial activated
  9. 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
  10. Just started your trial Also you might find Sand crabs are a better exp rate! Apa
  11. Hey, Your trial would have expired already but since it is clear you haven't had a chance to try the script, i've re-instated the trial for 24h. Just go to your scripts list and it should be there until this time tomorrow Apa
  12. Sure - trial started!
  13. Hey! In answer to your questions The roaming mode was discontinued as it was rarely used and interfered with camping users. You can now only select a spot to camp at. When i'm botting, I like to keep a constant eye on my bot so I normally run with force attack if crashed. This option is up to you and whichever you feel most comfortable using. I'd strongly suggest against leaving the bot unattended though! There currently isn't an option to select multiple spawns, however this is something that i'd like to add in the future of this script. Best Apa
  14. Apaec

    APA Rune Sudoku

    Sure - trial activated! Apa
  15. Hey! I would strongly suggest switching over to stealth injection. See the 'things to consider before buying/trying' section on the main thread for more info Apa
  16. Well, the reason that you're having problems is not because of syntax, it's because you're trying to put a String array inside a String array. Naturally, this isn't going to work since typing in arrays must be consistent and String[] is not the same as String. If you've got dynamic sizing, it is much cleaner and easier to work with lists. You might want to look into those instead Lists can easily be converted to and from arrays, and provide a versatile means to dynamically add and remove elements. Good luck! Apa
  17. All trials activated, thanks for stopping by all!
  18. Sure - trial activated
  19. Sure - trial activated Apa
  20. Woah that's some insane gains! Definitely looks like you've got the $5 worth Apa
  21. Sure, although the miner is quite a basic script and is available to all VIP+ users for free so you can just add the script from the SDN yourself Apa
  22. Hey This is something that i'd like to add when I finish the re-write of the script, I have had very little time to work on it over the past weeks though Hopefully i'll get around to it in the near future but I cannot make any promises ! Apa
×
×
  • Create New...