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. alqira

    Alq Jeweller LITE [Deleted]

    Alqira submitted a new resource: Alq Jeweller LITE - Master of jewelcrafting Read more about this resource...
  2. alqira

    Alq Jeweller PRO [Deleted]

    Alqira submitted a new resource: Alq Jeweller PRO - Master of jewelcrafting Read more about this resource...
  3. alqira

    Resolved [OSRS] Login handler doesn't work after disconnecting

    The login handler only appears to work if you launch a bot whilst logged out. If you disconnect and get booted to the login screen it will no longer fire, leaving you logged out but without stopping the bot.
  4. alqira

    Question Best way to determine whether a spell is castable?

    I can't seem to find a built-in method to determine whether a spell is castable. Looking around, it seems to be possible to do something among these lines: public static boolean spellIsCastable(Magic.Lunar spell) { int id = spell.getSpriteIdWhenAvailable(); return...
  5. alqira

    Resolved Releasing bots with common code

    I currently have two bots published, both of which are abstracted by a common class: public class Bot1 extends AbstractBot { } public class Bot2 extends AbstractBot { } I'm now preparing to publish a third bot, but the commits also include changes to AbstractBot. Given that I haven't...
  6. alqira

    Resolved [OSRS] Bank.isOpen() incorrectly returns false when search is open

    Sometimes if the bot misclicks "deposit all" and clicks "search" instead we get stuck as RuneMate no longer recognises the bank to be open. See console output below:
  7. alqira

    Alq Bank Mage PRO [Deleted]

    Alqira submitted a new resource: Alq Bank Mage PRO - Efficiently enchants jewellery and alchs. Read more about this resource...
  8. alqira

    Alq Bank Mage LITE [Deleted]

    Alqira submitted a new resource: Alq Bank Mage LITE - Efficiently enchants jewellery and alchs. Read more about this resource...
  9. alqira

    Alq Mini Herbalist LITE [Deleted]

    Alqira submitted a new resource: Alq Mini Herbalist LITE - Cleans herbs and makes unfinished potions. Well. Read more about this resource...
  10. alqira

    Alq Mini Herbalist PRO [Deleted]

    Alqira submitted a new resource: Alq Mini Herbalist PRO - Cleans herbs and makes unfinished potions. Well. Read more about this resource...
  11. alqira

    Resolved [OSRS] How to perform a crafting operation?

    I'm writing a simple herb cleaning + unf'ing bot as a first time hello world sort of application, but I can't seem to get past the point where you need to choose how many unf potions you want to make after using a clean herb on a vial of water. I've looked at open source bots and couldn't find...
Top