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

    Bug GameObject query error

    I don't think "Corrupted Seren Stone" exists in osrs. so RS3.
  2. lb25

    Question Help with first script

    I have never published a bot myself, but I use them in debug mode all the time. You don't need to push a script to test it. Try testing/debugging it in Eclipse or your favourite IDE instead of trying to push your code just to test it. Bots that you push to git, are for publishing/distribution...
  3. lb25

    OSRS how to find specific area radius for combat bots?

    Depending on what bot, the default distance measurement used is Manhattan. That is if I moved +5 coordinates east, then moved +5 coordinates north, that would be a distance of 10. So you effectively are left with a perfect square in a diamond shape. Regardless, back to the original question, if...
  4. 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.
  5. 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...
  6. lb25

    OSRS Pest control bot request

    Do you write your own bots? if you do I am happy to pass on the PC bot I have written so far, it works for the most part. A few bugs in it but you can fix them yourself if you'd like.
  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

    Sorry for my response here. But could you please direct me to an example of how this is done. I would do the searching myself but I am unsure of the terminology I am looking for. The ResourceManager search keeps returning examples of code similar to below. I tried...
  9. 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...
  10. lb25

    Question Navigation in PoH

    Perfect thanks. I have assumed that the home portal coordinates are identical for everyone. So I have use that has my reference point for working out where it is in the room.
  11. lb25

    OSRS Cooking lvl 97 in 3 days

    I think you need it to do karabawams. We at least partially do the quest to unlock it.
  12. 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...
  13. lb25

    Silence's Blast Furnace

    The bot does get stuck for roughly 10s after leveling. Maybe that is a contributor?
  14. lb25

    Atlas Motherlode Mine [LITE] [Deleted]

    I can confirm the agility shortcut in the East side is still an issue in v1.3.0. In testing, it would do either of the following 2 things. 1) be trapped behind a boulder that was adjacent to the shortcut and constantly try and click on the otherside of the shortcut on the map. 2) would simply...
  15. 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...
  16. 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.
  17. lb25

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

    After reading a bit of the forums, some of the runemate devs recommend to create email accounts/rs accounts outside of the environment. So I would more likely create an external app to do that at some stage. At this stage I have been working on the actual bot that will be able to start with a...
  18. lb25

    Question Get Quest progress, not just "in progress"

    Thanks Gengsta, I had a crack and mapped out 2 quests with the varps so far. I saw that there used to be a varp explorer from slashnax (forgot his name lol) any similar resources available these days since he pulled his app? Do you know he ended up pulling his app?
  19. 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.
  20. 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...
Top