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

    Question Adding BasicObjectVertex with requirements

    I felt this was more appropriate being on the forums than on discord, since I needed to post a bit of code. I have created a basic function to add BasicObjectVertex to my own web and it works relatively ok for basic doors and gates. Though I am struggling with the WebRequirement. No matter what...
  2. lb25

    Question Wintertodt Spot animations

    Hi team, Not sure if anyone has really tried to deal with the spot animations at wintertodt yet...but I can't seem to detect the difference SpotAnimations above the brazier. Both the extinguish and Brazier breaking spot animations are all exactly the same. Their hashcode is different, though...
  3. lb25

    Question Interact with GameObject while player us moving

    This is more conclusion by observation. Though it appears when I query for a GameObject, it returns the correct one. If i do obj.interact("interaction...") it looks like it will only interact with the object of the "interaction" is still at the old mouse position. But if the player was to move...
  4. lb25

    Bug WebPath returning null...again

    I am having issues doing some basic navigation on osrs in Ardougne. I am trying to walk between the stalls and the north bank. Starting with an easy test, moving 6 tiles it appears to work fine, but when I try to move a few more both in pretty empty space, it returns null. I put my client...
  5. lb25

    Request add Magic.KOUREND_CASTLE_TELEPORT to osrs normal spellbook

    The kourend teleport as part of the osrs Normal spellbook isn't too old, but I can't seem to find it in the jdocs. Generated Documentation (Untitled) Can we please add it in. --------- Edit: Lunar Teleport_to_Bounty_Target appears to be missing also.
  6. lb25

    G'day folks

    Hi Everyone, I have actually been around for almost a year now, but I thought it was time to do an introduction :] I started playing osrs in 04 a little after rs2 was released, only played f2p though. Got scammed when I was like 10, made a new account and got over it a few weeks later. Picked...
  7. lb25

    Question Navigation to specific coordinate on minimap

    I am writing to a script atm and have ran into a navigation issue when I create a BresenhamPath. Specifiically I generate the path to a specific Coordinate and it obviously creates a point between where my player is and the point is, though always clicks outside the target room on the first...
  8. lb25

    Question Java help - JavaFx Popup window Illegal state

    I am trying to create a popup window to do configuration within my bot for a task-based system. At this stage my main embedded javafx window is working 100%. Though I believe I am having pathing issues among other things when it comes to my secondary window. I have it that on button click, a...
  9. lb25

    Question Navigation in PoH

    Hi I am trying to navigation in my PoH. Mostly for wall and room detection. My bot works well just building and removing my larder, but to navigate into the room, because I want it to be dynamic, at this stage I reply on osrs automatic movement when interacting with objects. So I naturally get...
  10. lb25

    Question DelayUntil bug or misunderstanding?

    I have been writing my fletching bot to interact with logs and try to withdraw them from the bank. Knowing that there is currently a bug that despite the bank successfully withdrawing items, it can still return false. As such I decided to try and do a test with the Inventory to check when the...
  11. lb25

    Question UnBlock Input

    I can't seem to find the functions to reenable user input. I can obviously do it myself, but I have seen the development tools for instance don't disable user input at all.
  12. lb25

    Question Get Quest progress, not just "in progress"

    I have scraped through the "Interfaces" and "Quests" class but I can't seem to find any way to determine exactly how far I am through a quest to know what my next step is in terms of writing a bot.
  13. lb25

    Biting off more than I can chew...A true AIO

    So I started writing my first bot a few weeks back from scratch, trying to work through the api and forum examples. My dream was to have an external application that could create an email account and a new rs account, then this could be fed into runemate automagically, added as a new bot. From...
  14. lb25

    Question How to "attack" enemies more accurately

    Hi Team, At this stage I have been writing a bot to attack and have noticed that that the cursor has a habit of float around other many objects except my target. I am looking to see what method I can use to get a more consistent interaction with the target. I have seen in a few scripts that...
Top