Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. UPDATE Version 1.04 Fixed mis-spelling of 'Super energy' (was 'Super energy potion') in script potion data. This should fix any outstanding issues with making Super energies. Apa Please allow up to 24h for the update to be pushed live to the SDN. As usual, since this project is open-source, you can compile the code yourself for immediate access to up to date content.
  2. Yeah, it uses text to recognise the button so that it can interact - a typo in the source might result in this recognition failing. You could always take a look in the sourcecode but I will have a look this evening hopefully when i'm in.
  3. Hmm, it clicks the fungus you say That must mean there's a secondary issue. My account is not a high enough herblore level yet to make super energies, so there's no convenient way to test it. I will check spellings of stuff further though and hope that I made a mistake somewhere else as well! Apa Thanks! (: Probably so few users because it's quite a new script. Hopefully time will change that!
  4. Woo, awesome stuff thanks for sharing! (: Cheers Apa
  5. Difficult to say, different setups work for different people! I personally don't bot much, but when I do I am very cautious - I normally bot 30 minutes on with 1h+ breaks, and avoid exceeding 2~ hours of botting per day. I also like to play legit in-between sessions - when botting sand crabs, I find a great way to do this is to complete the easy clues I occasionally get as drops from them. There's always the chance of a cheeky zammy page ;) As for script settings, try and configure the script as close to how you would play as possible. Naturally it isn't possible to accommodate everyone's play styles in the UI, but I think I accounted for most of them with the range of options currently available! GL! Apa
  6. It's odd that making it static changes how it behaves in this respect. Maybe there's something else going on, or I missed something, but that shouldn't affect it in this case. As other people said though, you should probably extend JFrame - you will inherit lots of useful and well-written(~) functionality! <- much better than relying on externally calling the initialize method to not get a face-full of NPEs! Good luck with your project Apa
  7. Oh right, sure - seems sensible! Yeah, in general mirror mode is buggy no matter which script you're using. I personally prefer SI and I know most others do too - Most consider it equally safe (if not safer) than mirror and it's much less resource intensive. Unfortunately there's nothing I can really do to fix the script specifically for mirror, since it's not my code that is causing issues! Apa
  8. Not sure, it's free - give it a shot! I've been meaning to continue work on the re-write which is an on-going thing at the moment; just haven't found the time in recent weeks. If it's not working let me know and that may persuade me to set some time aside this weekend to give it a shot! Apa
  9. Apaec

    APA AIO Miner

    I've been avoiding adding any niche methods, but perhaps. I might test the feasibility of it - Can't make any promises though! I wanted to make this script free but that wasn't allowed so the next best was VIP+ - i've added too much cool stuff already it seems! Apa
  10. Ye: Essentially, when you're defining rdbtnVarrock in your gui class, you are not instantiating it. You need to 'create' an instance of the JRadioButton object by calling the JRadioButton constructor. This can be done in-line, For example: JRadioButton radioButton = new JRadioButton("Some text"); (Alternatively you can do this in the GUI class constructor) Also, it looks like you've got an enum storing various Locations, whatever they are. I'm not sure why you're encoding/decoding location data between your gui class and main class, but you can simply pass a reference to the respective enum values: /* GUI Class */ public Location getSelectedLocation() { return radioButton.isSelected() ? Location.VARROCK : LOCATION.LUMBRIDGE; } /* Main Class */ Location desiredLocation = guiInstance.getSelectedLocation(); GL! Apa EDIT: Incase it wasn't clear, the reason for the NPE was because you were referencing your radiobutton in the public method of the GUI class, however you may not have instantiated this radiobutton. If you find yourself making this mistake often, or just want to follow good practice, you might find defining the component as with 'private' and 'final' access modifiers. This should provide in-IDE error messages to remind you!
  11. Np! Not sure what you mean by this though?
  12. Certainly sounds like an issue on OSBots side, since random dismissal / interaction code is hosted by the client, and the script is 'overriden' by OSBot when a random appears. Fiddling with the OSBot settings / restarting may help but i'm not sure! As for transferring auths, I don't think this is possible/allowed. I certainly don't have the power to do it (the store is handled by OSBot)! You could share your OSBot account with someone, but I think that is officially against the rules as well. Apa Hey Haven't seen the footage, but I'm guessing you're running mirror mode? This seems to be a common issue amongst mirror users. Unfortunately mirror mode is a little buggy at the moment, i'd advice switching over to Stealth Injection where you should *hopefully* have a flawless experience. There's more info on the main thread, but it seems no-one reads that anymore so I guess I will have to put a warning up when users try and run the script in mirror mode. Might try and get that done this week, we will see! Best Apa
  13. Apaec

    APA Rune Sudoku

    I'm heading off now, may not be online in a couple hours so i've started a 24h trial (instead of a 12h one) on your account, that should hopefully accommodate your needs. Cheers!
  14. Replied on Sand Crabs thread! Sure! (:
  15. Hi, I'm sorry to hear that you're not satisfied. Unfortunately, as with OSBot policy, refunds cannot be offered for bans incurred while using scripts - this is your responsibility to prevent! Botting to 40 agility in one go is very brave, if you're looking for pointers on how to go about this next time, be sure to check out this thread: https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v2/ I personally have gotten multiple accounts to 70+ agility (and made a few mils from marks of grace) by being very careful. I normally bot for no more than 30 mins to 1 hour per day, but that's just a personal (and very cautious) restriction - it works for me! Best Apa
  16. Apaec

    APA Rune Sudoku

    I'm not sure if the method is still worth it, perhaps it isn't? I don't currently have access to an account to run tests (i'm working on training one up as we speak) so I can't get any updated data unfortunately. It might be worth checking the current prices and doing calculations from there based on the acquisition rates in the screenshots? Apa
  17. Apaec

    APA AIO Miner

    Hey Unfortunately not, there's nothing fancy with this script, it's just a barebones AIO miner! Perhaps the premium alternatives may support this feature, be sure to check their threads! Apa
  18. Hey, That's pretty strange Maybe the OSBot random event solver is not exiting correctly. Try selecting (if it's deselected) / deselecting (if it's selected) the 'Dismiss all random events' button in the client options menu! Apa Thanks! Welcome back & i'm glad to head the script has lived up to expectations (: Apa Do you mean Sand Crabs? Since we're on the Sand Crabs thread! Apa
  19. Sure thing, just started a trial on your account. Enjoy! (:
×
×
  • Create New...