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

    Request Magic#hover

    Currently you just grab the component and hover the element yourself. It isn't particularly hard but it seems out of place. Seems odd that the magic tree doesn't work on the same Interaction interface every other element of the game does. Would be useful for obvious reasons.
  2. guru

    Bug Checking if items are within the bank keeps breaking

    As of one of the most recent patches I know @Cloud and @Party did some work on making the Bank work properly for empty banks. int quantity = Bank.getQuantity(coal); if (Bank.isOpen() && quantity <= 28 && !Bank.newQuery().results().isEmpty()) { bot().getLogger().info("Found " + quantity + "...
  3. guru

    Prime Thieving [Deleted]

    Guru submitted a new resource: Prime Thieving - Flawless thieving throughout RuneScape Read more about this resource...
  4. guru

    Prime Blast Furnace v2 [Deleted]

    Guru submitted a new resource: Prime Blast Furnace - Automate one of OSRSs Fastest Money Making Methods Read more about this resource...
  5. guru

    Implemented Player Sense Toggle Run

    When toggling run currently using the TraversalOption of MANAGE_RUN it does it always before the current step. So if the player isn't currently moving they will click the run first then click the minimap. It would be cool to have a player sense key to determine whether or not a player first...
  6. guru

    Prime Tutorial Island [Deleted]

    Guru submitted a new resource: Prime Tutorial Island - There is no bot better or safer than this Read more about this resource...
  7. guru

    Prime Cooker [Deleted]

    Guru submitted a new resource: Prime Cooker - Gordan Ramsey aint got nothing on this Read more about this resource...
  8. guru

    Prime Agility [Deleted]

    Guru submitted a new resource: Prime Agility - Agility is boring, lets make it easy for you Read more about this resource...
  9. guru

    Prime Herblore [Deleted]

    Guru submitted a new resource: Prime Herblore - The safest, fastest Herblore bot out there Read more about this resource...
  10. guru

    Resolved Hook for actions in Herblore interfaces is broken (OSRS)

    OSRS Grab a vial of water and a Guam. Use Guam on vial of water, and the interface that comes up has no actions even though it should have actions. Expected actions: Make 1, Make 5, Make X, Make All, Cancel Interface Container: 309 @Cloud
  11. guru

    Suggestion Premium Bot Changes

    @Arbiter & @Cloud , I have been thinking about the premium system more and more recently and come up with a large array of changes I think could really increase the potential and power of the system allowing bot authors to explore additional options while creating their bots. Below are my ideas...
  12. guru

    Prime Smither [Deleted]

    Guru submitted a new resource: Prime Smither - Hotter than your fake girl friend Read more about this resource...
  13. guru

    Bug Falador Web Bug ?

    For some reason my bot is running from Falador east bank to the Mysterious ruins just south of Falador, when in fact it should be walking into the park. Sometimes it builds the correct path but sometimes it builds a completely invalid path to the Mysterious ruins. Here is a gist of all the...
  14. guru

    OSRS Prime Giant Mole Bot 1m/HR

    Introduction I have created a Giant mole bot, this bot will only sold to a very limited number of users so ban rates are likely to be very very low. As a member of the Prime bot team, we produce only the highest quality bots, and this bot is no different. This bot features massive intricate...
  15. guru

    [OSRS]Prime Giant Mole

    Hi All, I've currently got the first revision of my Giant mole bot working and fighting "efficiently". I will be making this bot private with paid access per runescape account. I will only sell a limited number of accounts due to the fact that Giant mole will quickly become impossible to farm...
  16. guru

    Implemented [OSRS] Close Bank with ESC

    @Party Add pls ty. I'll get you the varbit for if they can do it after work.
  17. guru

    Rejected CoordinatePath#setStepDerivation() should take 2 args

    Add (int xDerviation, int yDerivation) keep the current (int derivation) which will default to the same for both. Ty. @Party
  18. guru

    Resolved Can't get hint arrow destination when target is not loaded

    When a hint arrow is too far away from the NPC it is looking for, there is no way to get the destination for it. It must be possible to hook the destination because otherwise the arrow wouldn't be able to render properly. Basically require this for my current bot to work :(...
  19. guru

    Request Add Port Phasmatys to Web?

    Would be kinda swell. Ectophial can teleport to the fountain just outside if "Ghosts Ahoy" is done Entry costs 2 ecto tokens IF ghosts ahoy is not completed Entry is free if ghosts ahoy is completed Any data you need lmk. @Party @Cloud @SlashnHax
  20. guru

    Resolved Add GE dialogs to EnterAmountDialog

    private Pattern[] patterns = new Pattern[] { Regex.getPatternForExactString("Enter amount:"), Pattern.compile( "How many do you wish to buy?" ), Regex.getPatternForExactString( "Set a price for each item:" ) } The second one will need changing I don't know exactly how but its something...
Top