Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. semajian

    Bug Problem commiting

    Sounds like you need to install the command line tools - rerun tortoise svn and where it shows components install make sure to enable the CLI tools - they don’t install by default
  2. semajian

    Bug [RS3] Looting with large stack of items

    So I've been working on a combat bot that will loot pretty much everything (It's a blacklist rather than a whitelist) This works perfectly until many blacklisted items are on top of a non blacklisted item, the .interact("Take", itemName) method just hovers over the GroundItem, and doesn't...
  3. semajian

    Question Local scripts

    Same answer as before - once you get bit author rank you can run local scripts longer than 3 hours Sent from my iPhone using Tapatalk
  4. semajian

    Question Local scripts

    You can run local scripts for longer than 3 hours once you get bot author rank - which requires you to push a bot to the SDN
  5. semajian

    Question Bug? - InventoryListener onItemAdded on Initial Login

    You said I just repeated what you said, but this specifically is what I was saying can’t happen. The bot has to initialise before it logs in, otherwise there is no bot to login. There are other ways around this than a delay, I’ve not toyed around much yet so I’m far from the best person to...
  6. semajian

    Question Bug? - InventoryListener onItemAdded on Initial Login

    The problem here is separation of concerns - your suggestion B would require the InventoryListener to be aware of the current state (first login here as an example) for it to exclude these events. What’s happening is: 1. Bot is loaded and initialised 2. InventoryListener thinks you have an empty...
  7. semajian

    Bug Interface interact issues?

    (RS3) So I'm starting off with a basic script to mine gem rocks. All seems to be going great, and I'm now working on the banking. I'm using a gem bag - I've found the interface component for the first item in the bank inventory interface (762, 28, 0). Problem is this component seems very...
  8. semajian

    Question 32bit attach problem

    Download 32 bit jdk from oracle, and use that as your jdk, and also in run configuration- I can help on discord if you can’t figure it out
  9. semajian

    Question Other jvm language support?

    Ahh that’s a shame was hoping scala although I’ve been meaning to learn Kotlin so maybe nows as good a time as ever. Thanks for the reply! Are you aware of any developer resources (namely setup) for kotlin?
  10. semajian

    Question Other jvm language support?

    i read in a thread from 2017 the devs were looking to add support for other languages that run on the jvm - just wondered if anyone was aware if this progressed at all? I’d be far more inclined to try out scripting(or at least take it further) if I could use scala.
  11. semajian

    [RS3] Easy Clue Scroll Solver

    If you're still after testers I'd be happy to lend a hand! Will keep an eye out for the missing 5 clues if you let me know what they are too
  12. semajian

    gMagic [Deleted]

    Hey are you still developing this? I've been using it and alching worked perfectly. Superheating also seems to work really well but it stops after an arbitrary amount of time every time I run it, saying that it's run out of ores, however it hasn't! Any ideas what it could be?
  13. semajian

    pPestControl [Deleted]

    Working great for me since the nullpointer fix. Only issue I've spotted is getting stuck behind portals, on occasion it will run behind one and try to click NPCs on the opposite side of the portal, however the RS pathing is terrible here and will keep you there the entire game in some cases
  14. semajian

    pPestControl [Deleted]

    Had this now a few times after 3-4 games. Using novice and defend, not really sure what exactly is causing it. java.lang.NullPointerException at com.runemate.game.api.hybrid.location.Area$Circular.getCoordinates(bzb:22691) at...
  15. semajian

    Resolved Being billed extra

    Not really sure where to post this but I'm being billed an absolute ton for using Alpha divination. I'm running a single account with it, and it billed be 16 hours at a time not long ago. I just purchased more credit and ran for <1 hour and I'm already down $0.20...
Top