Jump to content

Rudolph123

Members
  • Posts

    13
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

401 profile views

Rudolph123's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. Thanks a lot, it is now up and running! I went into the data folder and saved it there. However when I submit the bot to the client so people can download it. The image is only saved locally when I manually place the image in the data folder, right? Would I need to write a class to create the dir and then save the images that are located in my src or resources folder? Then call that method onStart? I'm unsure how OSBot typically wants those files to shipped as well as saved and loaded for users.
  2. I can't seem to load custom images to OSBot for the Logo and also for my paint. Currently I have my paint set up but I'd like to change my background to something a little nicer. I can't seem to figure out how to load the images. I've tried loading the png following this guide however I'm not exactly sure which library to import that supports main in. background = ImageIO.read(Main.class.getResourceAsStream("/resources/background.png")); For my IDE only 4 populate, 1 crashes the script. and the other 3 permissions are blocked. I've tried loading it from a url using imgur, and imgbb with no luck. Can anyone help me understand how these images need to be formatted in the directory/ loaded into the script to be drawn on the screen, and how I might be able to load an image as the bot logo. Any information would be greatly apricated, thanks for your time.
  3. I want to use this script to farm sandstone in the quarry and deposit the sandstone into the grinder, what settings must I do to make this happen? I don't see an option for the grinder on the banking drop down
  4. In the case of some instances, there are no objects/entities within render distance. Specifically in my case, the entrance to the instance is the only Rs2Oject within 50+ tiles in any direction. I'm not sure how close I need to be to the Rs2Object in order to interact with it. I suppose I can walk in a general direction of the nearest object I want to interact with until its populated in the script. I will try this, thanks for the input.
  5. Does anyone have any suggestions for pathing and interacting within an instance where (x,y) coordinates are dynamic and change every time you enter the instance? Currently, since the instances done change only the (x,y) values I was going to create the initial path and interactions, then calculate the correct coordinates based on the players starting position in the instance. However, does anyone have any suggestions for alternative solutions, perhaps a solution that is already solved
  6. Hindsight with an explanation it seems obvious, thanks for these resources. Makes sense, thank you.
  7. New to using the API and looking into different options to control the script. I notice I can use the methods provided by the API to complete nearly everything when interacting with the game. When using these methods I do not see the mouse moving at all which makes me think its either invisible while performing the methods or injects the events into the queue. When using other scripts I can visibly see the mouse which I can only assume they are either using the mouse functionality from the API or a custom one. From experience I have always used a custom mouse algorithm that is trained on lots of human data for mouse control. However this fancy API has lots of control over the game. Does anyone have any opinions or information from experience ban rates using custom/API mouse movements vs interact methods? (i'm new to osbot scripting and have been reading the API however it is a lot of information... p.s. thank you for even having documentation in the first place, it's a game changer.)
  8. Thanks for this, works great!
  9. Any support for turning watermelons into ultra compost with ash? Or lunar spell super/ultra compost?
  10. I have an issue with running this script since the update, "[ERROR][03/21 05:01:59 PM]: Uncaught exception! java.lang.NoSuchFieldError: PERILOUS_MOONS" Thanks otherwise!
  11. I have an issue with the script continually opening and closing the bank while make astrals with deyalt essence. It continues to open and close the bank with Birds Eye Jack. Never mind I checked logger earth type staff is required, earth runes are not supported. Which makes sense Thanks log, and Khal
×
×
  • Create New...